Jump to content

Search the Community

Showing results for tags 'tutorial'.

  • Search By Tags

    Type tags separated by commas.
    For example, the common name of the game: PUBG, Free Fire, Rules of Survival, Critical Ops, Mobile Legends: Bang Bang, etc.
  • Search By Author

Content Type


Forums

  • GameGuardian
    • Requests
    • Help
    • Guides
    • Cheats
    • Video Tutorials
    • Unintended Effects
  • General
    • General Discussion
    • Introduce yourself (:
    • Announcements
    • Website suggestions/Bugs
  • Downloads Support
    • Apps
    • LUA scripts
  • Online Multiplayer Mods
    • Altering Online Games with Gameguardian
    • Download Mods
  • Other Hacks
    • Tutorials
    • Non-GameGuardian
  • Archive
    • Archived topics

Categories

  • Official Downloads
  • Virtual spaces (no root)
  • LUA scripts
    • Forward Assault
    • Free Fire
    • PUBG
    • Rules of Survival
    • Templates
    • Tools
  • Test applications
  • Other

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Device


Discord ID

  1. Watch on YouTube: Memory range with placeholders - GameGuardian You can subscribe to our new videos.
  2. Watch on YouTube: Time jump - no root - GameGuardian, GO Multiple You can subscribe to our new videos.
  3. Watch on youtube: Ignore unknown characters - GameGuardian You can subscribe to our new videos.
  4. Watch on YouTube: How to search / filter in the memory editor - GameGuardian You can subscribe to our new videos.
  5. Watch on YouTube: How to set your speed list for Speedhaсk - GameGuardian You can subscribe to our new videos.
  6. Watch on YouTube: How to change the order of buttons on the toolbar - GameGuardian You can subscribe to our new videos.
  7. Watch on YouTube: How to hide/show toolbars - GameGuardian You can subscribe to our new videos.
  8. Script: String search/replace Watch on Youtube: String search/replace - lua script - GameGuardian You can subscribe to our new videos.
  9. You can subscribe to our new videos. Watch on YouTube: How to dump deleted file from memory on Android - GameGuardian
  10. 1. Find value in memory with encrypted search. 2. Use value from game as key and remember result. 3. Do it again with another value. If result still same as previous then this is your XOR key. If not - then it is not XOR encryption. You can subscribe to our new videos. Watch on YouTube: How to find XOR key - GameGuardian
  11. You can subscribe to our new videos. Watch on YouTube: How to use GameGuardian without float window - GameGuardian
  12. You can subscribe to our new videos. Watch on YouTube: How to rebase the saved list - GameGuardian
  13. You can subscribe to our new videos. Watch on YouTube: How to search rounded value - GameGuardian
  14. You can subscribe to our new videos. Watch on YouTube: How to speed up search - GameGuardian
  15. You can subscribe to our new videos. Watch on YouTube: History usage - GameGuardian
  16. You can subscribe to our new videos. Watch on YouTube: Search Float (Double) by integer part - GameGuardian
  17. You can subscribe to our new videos. Watch on YouTube: Compare methods - GameGuardian
  18. You can subscribe to our new videos. Watch on YouTube: How use saved list for faster edit values - GameGuardian
  19. 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
  20. Watch on YouTube: Work without root via 2Face - GameGuardian You can subscribe to our new videos.
  21. Watch on YouTube: How to find the value by its approximate change - GameGuardian You can subscribe to our new videos.
  22. Watch on YouTube: How to find an unknown value by its exact change - GameGuardian You can subscribe to our new videos.
  23. Watch on YouTube: How to change the language - GameGuardian You can subscribe to our new videos.
  24. Watch on Youtube: How to search and replace HEX array (AoB scan) - GameGuardian You can subscribe to our new videos.
×
×
  • 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.