So glad to see that at least one casino method still works after I got back from my holiday 

- Have AHK installed https://www.autohotkey.com/
- Have this saved as a .ahk file
Code:CoordMode, Mouse, Screen CoordMode, Pixel, Screen F4::Reload F7:: horseBux: Loop { Loop { PixelSearch, Horse, Bux, 0, 0, 5, 5, 0x13002A, 50, Fast RGB Click, 1400, 900 Left, 1 } Until ErrorLevel Loop { PixelSearch, Horse, Bux, 1544, 29, 1604, 78, 0x181718, 50, Fast RGB Click, 550, 350 Left, 1 } Until ErrorLevel = 0 Click, 1500, 500 Left, Down Click, 1500, 800, 0 Loop { PixelSearch, Horse, Bux, 0, 0, 5, 5, 0x262A2F, 50, Fast RGB } Until ErrorLevel = 0 Click, 1000, 1000, 0 Loop { PixelSearch, Horse, Bux, 0, 0, 5, 5, 0xDC1300, 50, Fast RGB } Until ErrorLevel = 0 Click, 1000, 1000 Left, Up Loop { PixelSearch, Horse, Bux, 0, 0, 5, 5, 0x13002A, 50, Fast RGB Click, 1000, 1000 Left, 1 } Until ErrorLevel = 0 } Return F8::ExitApp
- Run the script
- Boot up GTA Online
- Make sure game is running windowed borderless
- Go the casino, navigate to the horse betting, sit down and follow the steps until you've done the LMB and are at the blue/red screen
- Press F7
- Enjoy!
Last edited: