Jump to content

Search the Community

Showing results for 'pubg script'.

  • 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. View File Hungry Shark - World - free sharks/upgrades Instructions in script If fresh game, play until u die Load script & pick Reload if value doesn't change The first trial changed for me In the second trial, I had to reload certain values All worked Tutorial in script on how to hack values Submitter Jamieq Submitted 04/18/2024 Category LUA scripts  
  2. Version 5.7.1

    41 downloads

    Instructions in script If fresh game, play until u die Load script & pick Reload if value doesn't change The first trial changed for me In the second trial, I had to reload certain values All worked Tutorial in script on how to hack values
  3. Is there a new script for the new version guys Or can some tell me how to auto complete level with game guardian manual search .. Thanks
  4. Hi @DimoNULL, you need to get the libil2cpp.so address first, then do calculate offset by simply adding the RVA address of the function. Here's what it looks like using the script: so = gg.getRangesList('libanogs.so')[1].start gg.alert(tostring(so + "0x129fc4")) -- "0x129fc4" is your function address -- The function will be located at libil2cpp.so + function address.
  5. Do you just mean multiplication? Or do you want to add the value N separate times, with a pause in between? For the latter, you could write a simple script, like this: N = 10 -- how many times add = 100 -- value to add on every time timebetween = 1000 -- how long to wait between times (milliseconds) values = gg.getResults(gg.getResultsCount()) for _ in N do for i in values do values[i].value = values[i].value + add end gg.sleep(timebetween) end
  6. Personally i think it's more easy readable to do offsets in hex then in decimal. if v.x64 then t=32 o=8 o2=16 o3=24 else t=4 o=4 o2=8 o3=12 end Since your working with memory addresses which are all visually shown in hexadecimal, and when doing offset calculation with GG it displays in hexadecimal as well. Better get used to it. Why are you calling 2 times same table? code=gg.getValues(code) meta=gg.getValues(meta) if #(code)==0 or #(meta)==0 then print("×× ERROR FINDING CORRECT POINTERS ××") gg.setVisible(true) os.exit() return end code=gg.getValues(code) meta=gg.getValues(meta) It won't change anything, if the length of the table is 0. If it would be 0 the script exits. And if not 0, table will remain same as before your if statement.
  7. View File Sniper Zombies-offline- 2 billion cash/ many free guns Instructions in script Load - read - use Space on script for add ons Great template for your own script Submitter Jamieq Submitted 04/17/2024 Category LUA scripts  
  8. Version 1.60.8

    73 downloads

    Instructions in script Load - read - use Space on script for add ons Great template for your own script
  9. Hello, I try to dump libil2cpp.so and global-metadata.dat from a game called Critical Ops but I can’t. I tried decompiling the apk (from apkpure) taking the needed file in there but they are invalid for il2cpp dumper. I also tried Zygisk il2cpp dumper to dump it from memory but the Game crash. Also tried libil2cppdumper.so that I put in the game’s apk and executed in MainActivity’s smali file but same thing it always crashs the game. I even froze the game to prevent it from crashing but it crash anyways Finally I tried with gameguardians scripts to dump il2cpp but they are invalid like the first method I used. I think the 2 files are encrypted and then they are decrypted at the very start of the game but the put a protection to detect memory reading at location of these 2 files or something like that and then they are freed of the memory so I can’t dump them with gg scripts. Thank for reading me and I hope someone can help me!
  10. We have and Offset finder script but it dosent really work bcs we found the values on dump.cs but cant really use them right now day 2 waiting for help and trying myself.
  11. Not sure, but can you send deobfuscated version of the speed hack script?
  12. It won't work always. Like for protected games might not work. I guess, but the code in the script is wrong i think. Will check to. Might i know whats the purpose of the code i just shared from your script?
  13. Yeah but your script finds the right address but it does not display the value correctly for 64 bit. And probably it also won't display the value always correctly for 32 bit.
  14. I don't know, I would pick a game and do something simple like look for ammo value and change it with GG manually. Then try to make a Lua script for it. Download a simple Lua script from the forum and try to understand how it is making changes to the game. There is some nice documentation we use: https://gameguardian.net/help/classgg.html
  15. Update we tryed even depper got MT Manage and ilc2pp. But this file is protected it says i know there is ways to unlock it but u can actually see stuff in the files and i got a bunch of files like i didnt get just a dump.cs i think this game is more complicated we tried to look for offsets we got a working script but game GG keeps crashing on us so mamy times it dosent stop. Until i get some replies or smth i will just continue to try my hardest to figure out smth or learn smth. Also proggress that we make is we found power value we changed it and go all the quests for hitting that certain amount of power the power goes away but the quests are the same its not that much but it works same with cities level maximum was 150 lvl city hut we got the achivements So i guess thats some proggres.
  16. View File Mad Skills Motocross 3 unlock all bikes / DIY money/gold 2 billion Instructions in script Log in to the game before hacks. This game will need uninstalled & downloaded Game designed to malfunction After hacks, especially if too many values are changed in video hack Best to do cash gold hack DYI With instructions in script Preferably, first time hacking game That way, ur 2nd time downloading game will be fine ,I've downloaded lots & and the game is acting up ,as if it knows I'm tryn to hack lol crazy games Submitter Jamieq Submitted 04/15/2024 Category LUA scripts  
  17. Version 2.10.1

    111 downloads

    Instructions in script Log in to the game before hacks. This game will need uninstalled & downloaded Game designed to malfunction After hacks, especially if too many values are changed in video hack Best to do cash gold hack DYI With instructions in script Preferably, first time hacking game That way, ur 2nd time downloading game will be fine ,I've downloaded lots & and the game is acting up ,as if it knows I'm tryn to hack lol crazy games
  18. Hello for some reason i can't use any script on gg so i have to search the address manually and it led me to this What do i have to do to make it return false?
  19. please double check the script is working correctly, by comparing the offsets from the script with a game you are able to dump. (as shown in my second and thirds picture )
  20. Hi, yes I got this working, however when finding the address the offsets are 0000 Thank you, the script works perfectly, however when putting the resulting offsets on the dumper app I get the same error. The Zygisk-Il2CppDumper also works fine, but when I try to create a script with BadCases toolbox, it crashes because all namespaces are blank. I'll just try to make a script in a different way.
  21. View File Get Registration Offsets (Code+Metadata) Simple script will get the registration offsets for code and metadata. Allows you to copy offsets to your clipboard Submitter APEXggV2 Submitted 04/15/2024 Category Tools  
  22. Version 1.0.0

    168 downloads

    Simple script will get the registration offsets for code and metadata. Allows you to copy offsets to your clipboard
  23. View File CarX street speedhack a unique script written from scratch, all unique values and not stolen for the benefit of our community, did not encode anything spedhack which does not affect the timer, but also affects the time of the game itself (you can play enjoyable games online) Submitter HACK_DUL Submitted 04/15/2024 Category LUA scripts  
  24. Version 1.0.0

    96 downloads

    a unique script written from scratch, all unique values and not stolen for the benefit of our community, did not encode anything spedhack which does not affect the timer, but also affects the time of the game itself (you can play enjoyable games online)
  25. View File Mr.autofire -cash hack- 2 billion Play game till shop opens or u have 60 gems Go to shop - Load script get out of shop & go back in Pic 60 gems get 1999999999 Submitter Jamieq Submitted 04/14/2024 Category LUA scripts  
×
×
  • 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.