Leaderboard
Popular Content
Showing content with the highest reputation on 08/06/2021 in all areas
-
6 points
-
6 points
-
5 points
-
4 points
-
3 points
-
Version 12.2.2.5.1
37,755 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:2 points -
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:2 points -
I’m also running this script on version 9.6.0 using Bluestacks. Everything is working perfectly. Love how reliable Mario’s work is!2 points
-
View File Real Racing 3 (12.6.8) Cars/Events Unlocker 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: Submitter MarioRossi93i Submitted 12/15/2020 Category LUA scripts1 point
-
1 point
-
1 point
-
1 point
-
Awesome job! Thank you so much. Works flawlessly, as always. It's going to make all the newly added F1 content a bit less of a handful Cheers!1 point
-
So if i understand well your algorithm looks like this 1- Search gems value and save 2- use gems value in search to get coins value It is that ? and one thing when i give a piece of code this one just represent the logic, you need to adapt it on your need before integrating it in your code1 point
-
1 point
-
1 point
-
1 point
-
1 point
-
@Sysadmin I just noticed that the code block tool have been removed, i can not type highlighted code anymore1 point
-
I don't know why @Sysadmin removed the code snippet, i dont like writing code without highlighting. check the script file offset.lua1 point
-
-dump a little. target is maps txt. -search global-metdata.dat in the resulted txt. Copy its start address and end address. -dump again with start and end address. it will end with bin file. And now i dont know how to continue lol1 point
-
1 point
-
Got me interested as well. In particular where the points come from. It can obviously be posts, reactions, achievements/badges, but it is unknown how many points are added in each particular case (for example, creating a topic or replying to a topic).1 point
-
1 point
-
1 point
-
1 point
-
local function memoryPatch(offset, value) local so = gg.getRangesList('libil2cpp.so')[1].start local v = {} local v[1] = {} v[1].address = so + offset v[1].flags = gg.TYPE_QWORD v[1].value = value .. "r" gg.setValue(v) gg.toast('memory patched') end memoryPatch(0x4856E5, HEX VALUE)1 point
-
From User @NoFear in another post "You would use a disassembler... IDA for example. Then could search strings for the "0xD0". Granted, will be insane number of results. Because the 0xD0 I believe could be used for something else on another function. " Field offsets don't go to a specific address or function, and they should be used to locate something else. ---------------------------------------------------------- Edit: IDA does have a freeware version but I don't think it supports arm64 you may have to use ghidra1 point
-
Unfortunately they're different altough there's some little similarities between them. Well in UE there's also encrypted string that prevent readable data but the Sdk helps as workaround. I forgot to mention that sometimes String is stored as different name (To make it more difficult to find i suppose). As for example No Recoil String in PUBGM is stored as "RecoilInfo", for me i wouldnt expect that names Or Grass-Object as : "Default__MaterialExpressionLandscapeGrassOutput" to make some no-grass hacks.1 point
-
@g1dtf you cant, script search only for races that have no results. Searching for others results slow down the scripts...1 point