Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 05/02/2023 in all areas

  1. Version 11.6.1.5.12

    32,510 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
  2. try recentvalue[1].value
    1 point
  3. yup. its confirm everything still work as before. - Double,Anonymous check previous page for Boosts.
    1 point
    Need to update 1.13.1, they force to update the game ,cant play 1.12.1.
    1 point
  4. in that case. search Double type. you can try to find it first. if you cant i may have something for you.
    1 point
  5. so thats not the "Perfect nature" you are looking for?
    1 point
  6. 1 point
    You did good job Congratulations for this amazing work Keep up
    1 point
  7. i think its possible to go beyond max limit of 60 not so hard to do but very very time consuming with extremely high chance for one to make a mistake.
    1 point
  8. well..apart from that one value for all. any changes also apply to the wild coromon. if so happen the one you fight with is the same one you actually use then you may want to turn off everything for that coromon before getting into battle..especially HP. if turn off in battle the edited value(HP) still stuck until you finished the battle. it can be a long waiting time for it to reach zero. or you can just run before making any moves.
    1 point
  9. basically it did worked but so did for the wilds one. meaning if you activate Attack the enemy also get high Attack too. the script search for all stats point including a value for all which if change will edit the stat of all the coromons in game. manually filter the values is needed to edit the coromons in your squad only. others stats value are nearby. search one stat then goto and scroll up or down to find the others.
    1 point
  10. Is there a way to upgrade to a new version? And if possible 64.
    1 point
  11. i miss it the first time. you can also edit the time. search = 5;300;70:: - edit time(300) in Seconds eg: 50m x 60 = 3000
    1 point
  12. i dont know if this will help you but you can try it. VID_20230220_054242.mp4 - set Boost value as shown in the video. - set Gems value to negative to get it if you havent got it yet. otherwise leave it be. - then buy more Coins until your coins turn positive.
    1 point
  13. The error only occurs when using a feature. The fine was too large so I've put a drive link. https://drive.google.com/file/d/1F4djOkmDFR136VK8_DJRF2NuOWgLUIHb/view?usp=drivesdk
    1 point
  14. Here's funny stuff lul Guarantee Jackpot on wheel Search : 0.5;0.307;0.15;0.025;0.01;0.005;0.002;0.001 Type : Double and then filter by 0.001 modify it to 100 or something kek.
    1 point
  15. well..at least that is the way of how i find the ID for a specific item in this game. find the amount then edit value above it. its more like trials and errors..as you can never know for sure what value change what unless you try to change it to see if value edited had any effect. and not all game will be same as this. im bad at explaining things and im already explained the best i could within my limited knowledges. maybe wait for @BadCase to response. he can explain it better.
    1 point
  16. you normally search a value then goto the address. example : 1000 cash = 3;1000;5::9 first you search value 1000. use increment to find the correct one. once found you goto the address and look above and below of that value 1000. you will see it. the values that remain the same(static) between restart. select each of them to make a search group as mentioned above. from what i know value above the value 1000 is the ID for said item(cash). meaning that changing that value(in this case is 3) to another number will give you different item.
    1 point
  17. this game uses 3 anticheat values. 2 of them are your typical XOR values and the third one is generated by the game and we don't know how it works. Therefore to hack it, we simply copy existing values into other values. So for e.g if i have 2000 gold and 100 blue diamonds, i search for gold and copy all three ddresses into the blue diamond address. so now i have 2000 gold and 2000 blue diamond. The same process applies to every other aspect of the game. you search for the highest resources you have and simply copy that value to every other values in game. This video demonstrates this process. Hope this helps and good luck.
    1 point
  18. Checking the password against the list of allowed passwords local pass = gg.prompt({"Input password:"}, nil, {"text"}) if pass == nil then os.exit() end pass = pass[1]..' ' local allowed = false local function allow_password(password) if password..' ' == pass then allowed = true end end allow_password('myPassword') allow_password('anotherPassword') allow_password('This_is_too_Password') allow_password('12345') allow_password('sex') allow_password('god') if not allowed then os.exit(gg.alert('Wrong password')) else gg.toast("Password correct") end
    1 point
  19. Prompt file with specified extension local ext = '.txt' local p = {gg.EXT_STORAGE} while true do p = gg.prompt({'Select "'..ext..'" file:'}, p, {'file'}) if p == nil then os.exit() end if p[1]:sub(-#ext) == ext then break end gg.alert('You select "'..p[1]..'".\n\nIt is not end with "'..ext..'".\n\nPlease select file with "'..ext..'" extension.') end print(p[1]) -- do something
    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.