Results 1 to 2 of 2
  1. #1
    ppop222's Avatar
    Join Date
    Oct 2018
    Gender
    female
    Posts
    13
    Reputation
    10
    Thanks
    0

    How do i de obfuscate a lua code

    i have a obfuscated lua code and i want to de obfuscate it. i did a bit now im stuck with

    math.randomseed(9891861);
    RunString(("aab1....

  2. #2
    Lemosgg's Avatar
    Join Date
    Oct 2018
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    253

    gg

    _f = _G.RunString
    RunString = function(mom)
    print(mom)
    _f(mom)
    end

    Start script
    (https://pastebin.com/RKjjVW53)

Similar Threads

  1. [Tutorial] Tutorial on how to properly install gmod hacks with lua codeing involved.
    By TyleR_RR in forum Garry's Mod Hacks & Cheats
    Replies: 12
    Last Post: 06-05-2013, 08:55 AM
  2. (help) How do i use the hack source codes
    By khaisbeast in forum Combat Arms Coding Help & Discussion
    Replies: 4
    Last Post: 01-29-2011, 10:01 PM
  3. [SOLVED]how to used the injector and Source Code ?????
    By adu.12 in forum Alliance of Valiant Arms (AVA) Help
    Replies: 15
    Last Post: 08-26-2010, 07:17 AM
  4. [HELP] How do you add a "Save Settings" code in my menu strip menu?
    By DayumKen in forum Visual Basic Programming
    Replies: 3
    Last Post: 07-10-2010, 02:48 PM
  5. America's Army No Recoil/Reload LUA code.
    By MagikBullet in forum General Game Hacking
    Replies: 7
    Last Post: 02-25-2007, 10:11 AM