Jump to content

MarioRossi93i

Contributor
  • Posts

    647
  • Joined

  • Last visited

  • Days Won

    289

Everything posted by MarioRossi93i

  1. Script works only with not played races. Search for other results slow down the script. u can use other scripts...
  2. Nice one bro, thank you again!!!
  3. Thank u very much, of course, i ll do. Beautiful code bro!
  4. A question bro, how to convert byte order? Your func give 2020=000007E4 I need 2020=e4070000 is there an elegant solution like your code by any chance? Thx again
  5. Yes, thank you very much! I'm not very familiar with string manipulation...
  6. Eheh... the Colombo egg, but i need to convert unknown values that i get from memory, so i need to convert values on the fly... Thx
  7. Hi everyone, I would like to convert the dword value (for example) 2020 to hE4070000 in a script to speed up the search. Is there a function known to do this or should I write my own? Thank you all
  8. this affects only player statistics, the distance you ran in endurance will be saved
  9. if libraries are missing u cant do much, at least for my knowledge
  10. Lua is a simple scripting language. to write, test and compile this sxript i have taken about 30 mins. The hard part is understand and find memory values that can help you. Learn (well) how to use gg manually, then writing script will be a consequence. Basically a script search for value/s and modify it, nothing so complicated.
  11. Ok right version uploaded, u can redownload it
  12. Ok sorry :D:D i think i ve uploaded wrong version :p:p:p within few hours you can find update
  13. Do u use 32 or 64 bit device? Have u run it after green lights? U got an error msg? more info please
  14. At the momente there are no solutions, so do not spend too much
  15. gg.searchNumber( 98784247823, 32 ) local qwordAddress = gg.getResults( gg.getResultsCount()) gg.refineAddress('F8C') qwordAddress = qwordAddress[1].address gg.setValues({{ address = qwordAddress, flags = 4, value = 9 }})
  16. Don t select checkbox when you run the script. Changes will be permanent. Or set values to 1, not to 0. You need at least 1 point to level up.
  17. You don t neet to quote its a number [added 2 minutes later] I thought f8c was an offset... sorry
  18. gg.searchNumber( 98784247823, 32 ) local qwordAddress = gg.getResults(1) qwordAddress = qwordAddress[1].address gg.setValues({{ address = qwordAddress+0xF8C, flags = 4, value = 9 }})
  19. You have to download last link. plus 32 or 64 bit support (first 2 links). If u dont know ur architecture, try to run sims in parallel space, the app will ask yoi to intall needed support version. Then install it and, if all is working, you ll can play ur game.
  20. Try to read here to use game guardian without root
  21. Activation code? Few sources?! There isn t activation code and gg can be downloaded only from here. What u have downloaded?
×
×
  • 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.