PostArmA II/ArmA III Script Decryptor

Posts 1–15 of 15 · Page 1 of 1
ArmA II/ArmA III Script Decryptor
Hey,

I've realized a lot of people had been stealing scripts (not naming anyone), changing them, and them encoding them back with the tool provided by Normen.

I created a quick tool that lets you decode the "call compile ToString ..." script, containing two modes, Fast Decrypt (which is the fastest way to do it, it does skip the Reverse Polish Algorithm and takes only the number as a whole) and there is Hard Decrypt (this one's recommended, it may be slightly slower but it does all the calculations needed)





Also I was concerned about the word Encryption/Decryption, but seeing that Normen's tool has "Encryptor" I'd say I'd go with its opposite for reference purposes.

Enjoy! If you have questions or requests please let me know.

(Press Download and Thanks for support!)

Virus Scans:
https://www.virustotal.com/en/file/b...is/1428438008/
http://virusscan.jotti.org/en/scanre...2adb9cfd9f1679
Arma String Decryptor_mpgh.net.rar36 KB · 421 downloads 12/56 malicious
I just realized I haven't attached anything. Sorry!
Heh, looks nice John. Will be using this once approved.
If anyone is experiencing issues or problems while decoding a certain script, please let me know whilst including the code you're trying to decrypt.
If any decent scripter would not use this encryption. There is way more advanced encryption that u can not even dialog it "when" arma decrypts and runs it.

Stops people like jay
Quote Originally Posted by 5^*hdrrfgfbs#%R$ View Post
If any decent scripter would not use this encryption. There is way more advanced encryption that u can not even dialog it "when" arma decrypts and runs it.

Stops people like jay
Yes but it's still doable, are you talking about decryption using an array of characters?
or if your smart enough you just put [] Spawn {}; before it and look at the script thread...
Quote Originally Posted by gladtwoown View Post
or if your smart enough you just put [] Spawn {}; before it and look at the script thread...
And people would delete it so it can scan. Or I can loop through all of the []'s
hi what you have a hack map and hack arma 3 and video use hack arma3
i dont know how to use i play arma 3 server thailand you have a facebook i want to add friend you
Are you able to change the ingame code?
_Decrypt = {_Key='M)NY40B>h:A6}U<G<|^O';_DecryptMe = _this;_counter = 0;_Array = toArray(_Key);for '_i' from 0 to (count(_decryptme)-1) do {if(_counter > (count(_Array)-1)) then {_counter = 0;};_var = (_decryptme select _i) / (_Array select _counter);_decryptme set[_i,_var];_counter = _counter + 1;};toString(_decryptme);};call compile([ 7315, 3977, 8892, 9167, 1664, 2928, 2112, 2480, 9880, 6728, 6760, 5670, 14375, 2720, 6900, 7171, 6480, 12524, 9306, 9164, 2464, 2091, 3198, 5251] call _Decrypt);
how to decode this one ?
now make a encrypter
Posts 1–15 of 15 · Page 1 of 1
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?