Jump to content

SolarHacks

Members
  • Posts

    10
  • Joined

  • Last visited

Everything posted by SolarHacks

  1. SolarHacks

    LUA scripting

    @Enyby How to use string.dump command???
  2. SolarHacks

    LUA scripting

    Phew finally got SpeedHack|GodMode|Full Stamina|Arena Hacks Ready but now i gotta work on Unlimited ammo so the problem is my script does what i ask but it finds too many addresses (about 6k) And if i change all game crash So is there enyway to have specific search???
  3. View File Mad Gunz GodMode|Speed Hack|Full stamina|Arena Hacks My first own lua script has Godmode=Safe Unlimited ammo=not working Full stamina=Safe Custom ArenaHacks=Safe(works sometimes) SpeedHack 2x=Safe (My Favorite) SpeedHack 4x=Safe(Laggy) SpeedHack 1x=Safe All SpeedHacks are Safe but script needs to be re opened after use!!! Update 1.1.0~~~~ Tutorials and New Guide updtaes will be coming like esp and like that. Submitter SolarHacks Submitted 02/24/18 Category LUA scripts
  4. Version 1.1.0

    7,951 downloads

    My first own lua script has Godmode=Safe Unlimited ammo=not working Full stamina=Safe Custom ArenaHacks=Safe(works sometimes) SpeedHack 2x=Safe (My Favorite) SpeedHack 4x=Safe(Laggy) SpeedHack 1x=Safe All SpeedHacks are Safe but script needs to be re opened after use!!! Update 1.1.0~~~~ Tutorials and New Guide updtaes will be coming like esp and like that.
  5. SolarHacks

    LUA scripting

    ::mainmenu:: mainmenu = gg.choice({'1. GodMode','2. Unlimited Ammo','3.Exit'}) if mainmenu == 1 then goto godmode end if mainmenu == 2 then goto ammo end if mainmenu == 3 then goto exit end if mainmenu == nil then goto mainmenu end ::godmode:: go = gg.choice({'1. Click Me For GodMode','2.Back'}) if godmode == 1 then goto godmode1 end if godmode == 2 then goto mainmenu end -- godmode1 ::godmode1:: gg.clearResults() gg.searchNumber('500', gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1) gg.searchNumber('500', gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1) gg.getResults(100) gg.editAll('999999', gg.TYPE_FLOAT) gg.toast('') goto mainmenu -- ammo ::ammo:: ammo = gg.choice({'1. CLICK ME FOR UNLIMITED AMMO...','2. Back'}) if ammo == 1 then goto ammo1 end if ammo == 2 then goto mainmenu end -- ammo1 ::ammo1:: a = gg.prompt({A='Your ammo'},{A='number'}) goto ammo2 ::ammo2:: gg.clearResults() gg.searchNumber(a.A..';30~30', gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1) gg.searchNumber(a.A..';1~100', gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1) gg.searchNumber(a.A, gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1) gg.getResults(1000) goto ammo3 ::ammo3:: b = gg.prompt({B='Change Ammo To'},{B='number'}) goto ammo4 ::ammo4:: gg.editAll(b.B, gg.TYPE_DWORD) gg.clearResults() gg.toast('Ammo Hacked Successfully') goto mainmenu ::exit:: gg.toast('done') os.exit()
  6. SolarHacks

    LUA scripting

    Im still learning this is my first script
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.