HighLeaks
Help

wais-bodycam v2

ahamdxxaa ahamdxxaa Started 23 replies 6,793 views 25 Credits

Download Link Locked

Pay 25 credits to unlock the download link for 24 hours.

Login to unlock
#1
wais-bodycam-dashcam v2 https://www.youtube.com/results?search_query=wais+-+bodycam+%26+dash+cam+v2
#1
nice man very very nice
#2




cecko22,

wrote:



nice man very very nice




Thanks man have you ever seen a more exclusive than this?
#3
can you past the last update pz
#4
Thanks man have you ever seen a more exclusive than this? soon update
#5
wow nice script keep going
#6
nice good job great !!
#7
thx im really need this leak man thank for script
#8
Not working like you would think.. Needs some Work.
#9




ahamdxxaa,

wrote:







its only for qb or it works for esx?
#10




eucrack,

wrote:



its only for qb or it works for esx?




esx and qb work edit on config
#11
nice share!! thanks for this
#12




ahamdxxaa,

wrote:







does this work i always wonder if this is going to work with the config files etc
#13
nice share thanks for the link!
#14
cheers for the link bro. ill try it out now and let everyone know how it goes... hope its worth the coins ayeeeee
#15




ahamdxxaa,

wrote:







t h a n k s !
#16
I want a refund! Not Working!!!

[CHARGE=25][/CHARGE]
#17
good job you ar so good
#18
nice work bro good release
#19
thank you for this sharing
#20




ahamdxxaa,

wrote:









Where did you get this script? Why does it have cryptographic decryption, what does it decrypt?





const nf = o_;

const DecryptData = (encryptedData, key) => {

const IV = 14;

let parsedKey = key ? nf.enc.Utf8.parse(key) : "";

const decryptedBytes = nf.AES.decrypt(encryptedData, parsedKey, {

iv: IV

});



if (decryptedBytes) {

try {

const decryptedString = decryptedBytes.toString(nf.enc.Utf8);

if (decryptedString.length > 0) {

return decryptedString;

} else {

return "error 1";

}

} catch {

return "error 2";

}

}

return "error 3";

};