Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 01/28/2020 in all areas

  1. Mirrored from YouTube: Sudohide Tutorial | Hide Game Guardian from PUBG
    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. You must define functions before call it. Not after.
    1 point
×
×
  • 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.