Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 04/29/2021 in all areas

  1. Anything cant be safe. No one cancel DMA access, for example. But - you can do headache for decryptors.
    1 point
  2. whodefog. i mean, i dont think a script is really save enough to be making this since there is litteral telegram groups for decrypting scripts
    1 point
  3. 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
  4. hardware id is not obtainable with vanilla GameGuardian i believe
    1 point
  5. Sent you a pm with lots more info
    1 point
  6. I have discovered something, others have discovered something, I have put the pieces together. however no reverse just a lot of time spent trying and trying again ...
    1 point
  7. Create on/off button in lua script No need to searching values for every time Simple script but better ideas Read this simple script carefully You will be understand Specially thanks to @MuhammadRizwan87 Credit @TDOhex function search() gg.clearResults() gg.setRanges(gg.REGION_C_DATA) gg.searchNumber("1;2;3", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1) gg.refineNumber("1", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1) local t = gg.getResults(3) for i, v in ipairs(t) do t[i].name = 'testoff' end gg.addListItems(t) gg.clearResults(t) end search() on = "[OFF]" off = "[ON]" test = off function main() menu = gg.choice({ test.." Test", "Exit"}, nil, "Example by @TDOhex") if menu == 1 then if test == off then test = on local t = gg.getListItems(testoff) for i, v in ipairs(t) do if v.name == "testoff" then t[i].value = 0 t[i].name = 'teston' end gg.setValues(t) gg.addListItems(t) end else test = off local t = gg.getListItems(teston) for i, v in ipairs(t) do if v.name == "teston" then t[i].value = 1 t[i].name = 'testoff' end gg.setValues(t) gg.addListItems(t) end end elseif menu == 2 then print("Thanks to visiting @TDOhex") gg.copyText('https://t.me/TDOhex') intro = "Join to @TDOhex" for i = 1, #intro do gg.toast(intro:sub(1, i) .. "_✍") gg.sleep(140) end local t = gg.getListItems() gg.removeListItems(t) os.exit() end end while true do if gg.isVisible() then gg.setVisible(false) main() end end I just shared it... On-Off_Example.lua
    0 points
  8. lol, i dont care about the search stuff, the on off principal is straight ripped from him
    0 points
  9. you dont see the similarities? dman you need glasses
    0 points
  10. Don't be Stupid This (my posted) script based on save list Compare and understand carefully
    0 points
  11. you sure about that Prefix buttons (ON and OFF) (#6pa40cnj) maybe compare yourself.
    0 points
  12. Lol False claim by fake people Compare date and program of this post to false claim
    0 points
  13. why would i want to get paid from this anyways lol, i do this for fun/learning
    0 points
  14. haha yeah [added 1 minute later] i dont even want to try to encrypt my Scripts, i will post them Open Source
    0 points
  15. Open Source is good - but who wants to pay for your time...
    -1 points
  16. You will want to get paid for it when you've played enough with it
    -1 points
  17. well, if youre in the same mindset as me then money doesnt mean anything to you. i'm not chasing the big mone, i do this s*** to cope honestly
    -1 points
  18. I have a difficult part of life when I need extra pennies for me
    -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.