Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 03/26/2022 in all areas

  1. Version 10.4.2.1.2b

    6,439 downloads

    REAL RACING 3 - ALL IN ONE INTERFACE Current version: 10.4.2.1.2b Description: The script loads all my scripts into one menu. Useful for running all my scripts without having to search and run them manually. Instructions: Run the file in the same directory where my other scripts are saved.
    2 points
  2. View File Real Racing 3 (12.2.2) Car Changer REAL RACING 3 CAR CHANGER Working RR3: 12.1.2 Current version: 12.1.2.4.2 Description: Change car at will. Instructions: Execute Step 1 in the garage by selecting the desired car, then go to the race and replace the car with the one previously selected by running Step 2 Known issues: May not work in some devices. Search mode does not work in omp (x64) Video: Submitter MarioRossi93i Submitted 06/30/2021 Category LUA scripts  
    1 point
  3. View File Real Racing 3 - All In One Interface REAL RACING 3 - ALL IN ONE INTERFACE Current version: 10.4.2.1.2b Description: The script loads all my scripts into one menu. Useful for running all my scripts without having to search and run them manually. Instructions: Run the file in the same directory where my other scripts are saved. Submitter MarioRossi93i Submitted 03/20/2022 Category LUA scripts  
    1 point
  4. #1 - search fuzzy/unknown in Dword #2 - then play and complete a game and pay attention to the points you get after that. #3 - tap that above button again and select MORE. #4 - which bring you to this screen below. #5 - put the points value you got after complete a game in Difference. ie : if you got 2 then put 2 and so on. #6 - tap N = O+D to refine(red box) #7 - repeat step 2 to 6 until less and less results are letf. #8 - once results left are manageable you can edit the results one by one at the time to see which one is the correct one. you can either replace or tick the box shown in redbox to add to the value and see which one give you the change. i hope you can understand..i rather show you the steps with video but i already complete the season points. Good luck.
    1 point
  5. you have to download my other scripts and the files must not be renamed comments are welcome, this is first release, so problems will be fixed in next releases
    1 point
  6. New version 10.2.0.2.12 released!
    1 point
  7. Performing an action by clicking on the GG icon function doAction() local ret = gg.alert('Here some action', 'OK', 'Cancel', 'Exit') if ret == 3 then os.exit() end -- exit from the script end gg.setVisible(false) while true do if gg.isVisible() then gg.setVisible(false) doAction() end gg.sleep(100) end
    -1 points
×
×
  • 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.