Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 08/06/2021 in Posts

  1. New version 9.6.0.3.5 released!
    6 points
  2. 6 points
  3. 4 points
  4. Added it back on mobile/tablet. I'm sure they'll add a frontend way to check what you are missing. For now:
    3 points
  5. 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
  6. 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 scripts  
    1 point
  7. Thank you, brother, you are the best
    1 point
  8. yes i am french, send your script
    1 point
  9. 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
  10. 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 code
    1 point
  11. @MAARS thanks friend i ll check that
    1 point
  12. @Sysadmin I just noticed that the code block tool have been removed, i can not type highlighted code anymore
    1 point
  13. I don't know why @Sysadmin removed the code snippet, i dont like writing code without highlighting. check the script file offset.lua
    1 point
  14. -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 lol
    1 point
  15. 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
  16. Ok I increased that for ascended
    1 point
  17. 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
  18. 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 ghidra
    1 point
  19. 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
  20. @g1dtf you cant, script search only for races that have no results. Searching for others results slow down the scripts...
    1 point
×
×
  • 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.