Jump to content

Leaderboard

Popular Content

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

  1. Version 3.3.2

    26,182 downloads

    Script which allow search and replace strings, HEX-strings and AoB (Array of Bytes). Video on example app: String search/replace - lua script - GameGuardian Video on real game: Asphalt 8: Airborne - new maps in solo/quick race - lua script - GameGuardian
    1 point
  2. Hi friends, today I bring you a way to make a login and online registration where everything has been on the host so it is safer for VIPs to have a look at my S2 video
    1 point
  3. @Puje you need to call "getValues" function to update the values. See this example: Examples of Lua scripts (#4rb1nadf)
    1 point
  4. 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
    Hi i install new update Parallel space but still it don't run online game please reslove this problem , no one of your virtual spaces don't run online game
    1 point
    What is wrong with you man? You keep releasing new version but with the same error! This app keep saying we need to update Play Services but there is no update!!! We have the last version! You cannot even give us an answer about this error....is too much for you? Ban me I don't care, but if you cannot answer to a simple question about an error then I think you must stop working on this apk's. Please don't tell us to ask developers of apk from Play Store because in the official version this error dosn't exist!
    -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.