Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 08/24/2020 in Posts

  1. We support only latest version. All error report about old versions will be ignored. If you have problems with the GG - create topic on help forum: https://gameguardian.net/forum/forum/14-help/, do not forget to add the necessary data: 1. Logcat shot during the problem. How to collect Logcat: https://gameguardian.net/forum/topic/7419-how-to-collect-logcat/ - REQUIRED!!! 2. Video with a problem. (if possible or applicable) Speed of solution your problem depends on availability of these data! No logcat - No help!!! Useful links: How to determine why speedhack does not work How config speedhack / How report a problem in speedhack
    1 point
  2. function main() menu = gg.choice({'NEW: performance','NEW: Technique','NEW: Visual','EXIT'},nil,'Select Cheat') if menu == 1 then performance() end if menu == 2 then Technique() end if menu == 3 then Visual() end if menu == 4 then os.exit() end if menu == nil then noselect() end end function performance() input=gg.prompt({'Input your value below'}, {[1]='0'}, {[1]='number'}) if input==nil then gg.alert('You have cancelled the dialogue') os.exit() end gg.searchNumber(input[1],gg.TYPE_DWORD) gg.getResults(100) gg.editAll('9482',gg.TYPE_DWORD) end function Technique() input=gg.prompt({'Input your value below'}, {[1]='0'}, {[1]='number'}) if input==nil then gg.alert('You have cancelled the dialogue') os.exit() end gg.searchNumber(input[1],gg.TYPE_DWORD) gg.getResults(100) gg.editAll('9482',gg.TYPE_DWORD) end function Visual() input=gg.prompt({'Input your value below'}, {[1]='0'}, {[1]='number'}) if input==nil then gg.alert('You have cancelled the dialogue') os.exit() end gg.searchNumber(input[1],gg.TYPE_DWORD) gg.getResults(100) gg.editAll('9482',gg.TYPE_DWORD) end function noselect() gg.toast('You Not Select Anything') os.exit() end while true do if gg.isVisible(true) then main() end end
    1 point
  3. View File Script Hide online Feature 1.Unlock all items (Code App Framework) Submitter Zig Submitted 03/24/2019 Category LUA scripts  
    -1 points
×
×
  • 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.