Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 05/03/2021 in all areas

  1. Not sure about the sledgehammer, why not use Wisteria's script that I gave the link of. Secondly working on the reward points of the Golden Ticket.
    1 point
  2. gg mods is prohibited here(i have one warn from Enyby), so: try to read build.prop file (root only) What i do in my scripts: First auth in server, get uuid from server, create some hidden files in storage, save uuid inside, encrypted with xor, for example. Thats called "fingerprinting". Then you can do comparing uuid, do server checks, etc. And, you can mess with gg.getTargetInfo(), collect some data from this method.
    1 point
  3. function gun_func(state) if state then --do staff for enable else --do staff for disable end end cmd = gg.prompt({"Message text:"}, nil, {[1] = "text"}) if cmd ~= nil then if cmd[1] == "/gun on" then gun_func(true) elseif cmd[2] == "/gun off" then gun_func(false) end else --do staff, for example - return to menu, etc end
    1 point
  4. Mirrored from YouTube with some crop: Tutorial: Hack any android game with script+GameGuardian PART 2 Script: freezetest.lua
    1 point
  5. Only words. Words are not worth anything. Let him record the video where he runs this application. Show how it works. I can also say that I have a Martian spaceship in the basement, but I can’t show it to you - the Martians will punish me.
    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.