finiki222
Members-
Content Count
13 -
Last visited
Community Reputation
1 NeutralRecent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
leak Express VPN 6.2.0.2405 + Key Gen
finiki222 replied to belle delphine's topic in Cracked Programs
Really could use a vpn, thanks man def bumped -
How to grow an Youtube/Instagram/Twitter Account
finiki222 replied to LESTRO's topic in Tutorials, Guides, etc.
Would love to know how, thanks man, bumped -
Get FREE stuff from Aliexpress !
finiki222 replied to ChandlerMurielBing's topic in Social Engineering
lets see what aliexpress goto offer :D -
Great man, really would be usefull bumed
-
Avoid Sending You S**T Photoshop with This
finiki222 replied to CaptCanada's topic in Social Engineering
thanks man, bumped for contrib -
How to get Free VPS 4TB traffic - 200MB/S internet - 4GB RAM - I7
finiki222 replied to none786's topic in Cracking Tutorials
could really use one thanks man, -
Thanks for the find mate, bumped
-
Easy code to use, works, tested. :fiesta: [hide] pass your cipher from cloudflare emails to the decrypt parameter list. function decrypt(ciphertext) { var output = ""; var key = hex_at(ciphertext, 0); for(var i = 2; i < ciphertext.length; i += 2) { var plaintext = hex_at(ciphertext, i) ^ key; output += String.fromCharCode(plaintext); } output = decodeURIComponent(escape(output)); return output; } function hex_at(str, index) { var r = str.substr(index, 2); return parseInt(r, 16); } [/hide] edit: forgot a closing bracket :fuck: leave a like if you liked :D