Leaderboard
Popular Content
Showing content with the highest reputation on 08/10/2021 in all areas
-
I guess caused by Cloudflare cache, which is off for now. Yes, I am waiting for support to fix, as I said earlier. Login issues should be fixed for now. If not, clear your cookies. What a clusterfuck4 points
-
https://gameguardian.net/forum/search/?&q=group size&search_and_or=and&sortby=relevancy For example post from 2016 year: Asphalt8 Credit Hack (#4pc32zot)4 points
-
Sorry everyone for the issues earlier. Was optimizing some things and came across a race condition in the software. Mostly everything is back to normal now, except reaction images missing; waiting for the site software devs to take a look. Also - Ascended have no ads now4 points
-
be sure to activate all memory ranges in gg and let me know if you continue to get error2 points
-
2 points
-
Version 12.6.8.6.3
29,787 downloads
REAL RACING 3 CARS/EVENTS UNLOCKER Current version: 12.6.8.6.3 Working RR3: 12.6.8 Description: Run this script to unlock all cars and old closed events/races!!! Instructions: Run the script wherever you want, then go to the garage and get any car for free (also old nascar cars). Script will re-open old finished events Known issues: May not work on all devices/emulators. Note: Video:1 point -
Version 12.2.2.5.1
37,756 downloads
REAL RACING 3 RACE MODE Current version: 12.2.2.5.1 RR3 working version: 12.2.2 Description: With this script you can enable/disable following hacks: - Autodrive Mode - Drag Autolaunch/Autoshift - Freeze Mode - Ghost Mode - KickAss Mode (not helpful if you active ghost mode too) - Set formula-e battery to 100% Works with standard and rolling start Instructions: Run this script after signal light has turned green. Video:1 point -
1 point
-
Version 11.6.1.5.12
32,541 downloads
REAL RACING 3 AUTOWiN HACK Current version: 11.6.1.5.12 RR3 working version: 11.6.1 Description: Automatically win any race without play. Instructions: 1. Before run this script is highly recommended to logout and restart the game. 2. Win your wished serie then go to profile and check total completed events. 3. Restart the game again. 4. Check total completed events again to see if something went wrong. If you run script in background (default) you have to stop it manually After several wins a game restart is racommended too. Run the script then select any race to win it automatically, or, if you don t run it in background, select race before run the script. Known issues: After several races the game can become unstable, so occasionally restart it to avoid game crashes and loss of game progresses. Video:1 point -
Version 9.6.0.1.5
10,792 downloads
REAL RACING 3 F1/FE/GTE/NASCAR DRIVERS AND TEAMS PRINCIPAL HACK Current version: 9.6.0.1.5 Working RR3: 9.8.4 Description: Run this script to get the maximum levels of drivers and teams principals. You still need gold and m$ to level up, but no points. Instruction: Run the script wherever you want and then update your drivers and teams. You need at least one point if you want your upgrades to be permanent. Otherwise, select the appropriate entry when you run the script. Known issues: none THANKS TO @impy !!! Video:1 point -
Version 10.4.3.2.6
16,637 downloads
REAL RACING 3 PLAYER PROFILE HACK Working RR3 version: 10.4.x Current version: 10.4.3.2.6 Description: Change player profile statistics: eraned/spent r$, gold and m$, total time played, player level, trophies won and total upgrades installed. Instructions: Logout and disconnect device, then run the script and edit your stats. Known issues: Not working with all devices. Do you have problems changing currency? Try this Video1 point -
When the gg menu is minimized it will automatically resume process, Better to use gg.processPause() in a script so it stays paused while it runs1 point
-
1 point
-
Some of them remained. Noticed the following ones so far. 1. Default activity stream page - https://gameguardian.net/forum/discover/ - has outdated data when it is loaded. Shortly after this it gets an update and offers to display new items that are up-to-date, but after being reloaded the page will contain outdated data again. 2. Reaction images fail to be loaded, because the path to them is incomplete: <img src="https://gameguardian.b-cdn.net/forum/static/" alt="Like" data-ipstooltip="" loading="lazy" _title="Like"> The issue causes the block with available reactions to look like this:1 point
-
I've been using gameguardian since 2017, all of these information are explored by myself. If you're interested in exploring these, I guess you can learn Computer Organization and Architecture.1 point
-
Wow thx so much that is so well explained! I understand everything now!!!! Btw where did you learn all that? I cannot find these information anywhere on the internet. LOL1 point
-
I will be releasing a script soon that will allow you to dump global-metadata.dat and lib from memory for use with Il2CppDumper, it works with most Il2cpp games including those with missing metadata headers.1 point
-
1 point
-
it s strange, script searches for fixed values that should be the same on all devices. do you have negative values un your profile statistics? (earned/spent currencies) anyway, try to use this1 point
-
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.lua1 point
-
1 point