Jump to content

MarioRossi93i

Contributor
  • Posts

    658
  • Joined

  • Last visited

  • Days Won

    298

Everything posted by MarioRossi93i

  1. Version 11.5.1.4.1

    17,845 downloads

    REAL RACING 3 AUTOVIP HACK Working RR3: 11.5.1 Current Version: 11.5.1.4.1 (64bit only) Description: Run this script to make all cars vip/novip in one go. Instructions: Run the script. Video:
  2. new version 9.5.0.4.4 released!
  3. new version 9.5.0.2.12 released!
  4. new version 9.5.0.3.4 released!
  5. new version 9.5.0.4.8 released!
  6. this goes beyond my knowledge, i have used only gg to hack rr, i don t know how to reverse it with ida sorry...
  7. at the moment it can t be done, at least using my script, i hope i ll can include this feature to the script in the future... but i m pretty busy this time...
  8. this did not happen because you have exceeded the limit the threshold of 50000 has been tested over the years, you have probably hacked the currency while you were logged in with your account. you must log out before running the script
  9. new version 9.4.0.4.10 released!
  10. new version 9.4.0.3.3 released!
  11. if you need fame points try to use fame hack script, or ,if you want revert values manually: 1. before you run the script search value 0x10101 2. save results 3. run the script 4. to revert values check changed results in your list and revert them to original it will not work with kikcass
  12. I have never heard of people banned for racing with an altered car, but I take no responsibility for that. However time is not saved if you run online events(tc,wtt, etc) with modified cars. therefore the problem does not arise
  13. this ins t fake, if you log in with these amounts you ll get ban imediatly, for this I recommend not to exceed the suggested limits, but of course you are free to do what you want ...
  14. I have discovered something, others have discovered something, I have put the pieces together. however no reverse just a lot of time spent trying and trying again ...
  15. d*** me, second stupid mistake today, I must be very tired, or at least I hope so thanks again bro, now I'm going to be ashamed
  16. and here where is the error pls? first search doesn t work, 2 and 3 works, why? local g = gg --g.setVisible(false) local c,i,ls,n,src local chr = {} chr[1] = { n = "Sub Zero", s = "1.000;900;1.000;850::" } chr[2] = { n = "Goro", s = "1200;1200;1000;1150::" } chr[3] = { n = "Baraka", s = "1100;1225;1050;1050::" } ls = {} for i=1, #chr do ls[i] = chr[i].n end local c = g.multiChoice(ls,{false,false,false},'Select characters you want hack') if c==nil then print('Canceled') os.exit() end g.clearResults() for n=1, #chr do if c[n] then src = chr[n].s g.searchNumber(src,4) print(src) g.clearResults() end end Thank you all! 20210422_180120.mp4
  17. thank you @MAARS the main problem was solved
  18. what an idiotic mistake I made, thank you so much bro!!
  19. this is what s happen to me 20210422_160104.mp4 [added 1 minute later] the purpose is search for values stored in 'val', but after first search the script ends
  20. local g = gg local ls = {'test1','test2'} local val = {"10;0;0;1::","20;0;0;2::"} local c = g.multiChoice(ls,{false,false},'prova') if c==nil then print('Canceled') os.exit() end for i=1, #ls do if c[i] then s = val[i] g.searchNumber(s,4) print(s) end end hi, the problem is that script performs only first search, but if i comment the line with searchNumber() script works as expected and displays both values. can you help me understand where i am wrong please? the purpose is to carry out the searches set in the table val if they are selected. Thank you all
  21. script is 100% working, be sure you run right race... pure stock challenge 1.2
  22. to make a strong script you shoud not put password in the code, it can be easily retrived
×
×
  • 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.