What's new

Patched [PC][PS4 Using Touchpad]AFK Horse betting

Status
Not open for further replies.
darnk

darnk

Enthusiast
Messages
22
Reaction score
38
Points
160
Sin$
7
Credit to the horse glitch: u/sadman689 on Reddit

WARNING -- Leaving this running for a very prolonged time will likely result in a gambling ban of 7 days. -- WARNING
WARNING -- Having too many chips / Withdrawing > 5m chips at a once MAY result in chip / money wipe -- WARNING

Hi everyone, I left this to Idle for an hour and made 1.4 million so thought I would share. This glitch is just clicking a few buttons that are allways in the same place so I macro'd the mouse movement to continuousy do this glitch untill you want it to stop! Below are some scripts that sould suit your setups.

If you use the PC script and don't have a 1920x1080p display use Realtime mouse position monitor tool to find the coords of the buttons easily. The order of the buttons is - Solo event - 1st/6th place horse - Right increase arrow - Place bet - Bet again.


Method, (CREDIT: uwu)
  1. Go to main menu on horse betting table
  2. Click Solo place bet
  3. Click first horse (best odds, but doesnt matter if you want to try diff horses)
  4. Move mouse over the increase bet arrow
  5. Left mouse button down and hold while moving down to place bet button without letting off left mouse button
  6. Keep left mouse held down
If you did correctly the match will start with -200 or -100 chips bet. You have to hold left mouse down for a while, not necessarily the whole match, I just hold til end to be safe. If your horse wins you will receive max payout for the odds regardless of the initial wager.

Fastest PC Auto hotkey macro, (CREDIT: uwu )
Hey everyone, below is my fully optimized afk horse betting autohotkey script for PC. Borderless windowed 1920x1080 required. F7 start F8 stop. This has been netting me roughly 1.6M per hour on average.

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

Possible fixes if you have issues:
  • Run GTA in **windowed borderless 1920x1080** mode
  • If you have a 4k monitor, disable scaling, run in 1920x1080 native on desktop
  • Try changing "Screen" in the top 2 lines to "Client"
  • Launch via "GTAVlauncher.exe" instead of "PlayGTAV.exe"


Auto Hotkey Script, Easy custom resolution (CREDIT: getflakt ):
AutoHotKey code for PC i've been running for the past few hours. thanks OP!:
press f2 to pause, f12 to restart (if you have to change timings or w/e). resolution @ 1920x1080
Code:
CoordMode, Mouse, Client
CoordMode, Pixel, Client

sleep 2000
send {f1}

f12::Reload
send {f1}

F2::pause, toggle

F1::
loop,
        {
        MouseMove, 1562, 905
        sleep, 400
        Click, down, left
        sleep, 70
        Click, up, left
        sleep, 400
        MouseMove, 344, 342
        sleep, 400
        Click, down, left
        sleep, 70
        Click, up, left
        sleep, 400
        MouseMove, 1523, 512
        sleep, 400
        Click, down, left
        MouseMove, 1457, 779
        sleep, 33000
        Click, up, left
        sleep, 2000
        MouseMove, 1024, 997
        sleep, 200
        Click, down, left
        sleep, 80
        Click, up, left
        sleep, 1000
        }
return

PS4 method, (CREDIT: GlitchSquad)
Working steps (PS4 only)
1. Go to horse betting computer
2. Choose horse
3. Hover over 'Place bet' using Touchpad (don't touch touchpad until step 5 - very important)
4. Now go to the right arrow with D-Pad
5. Press and hold the right side of the touchpad until the race is done..

If you press the touchpad too quickly it will bug out, just normally press and hold it with a decent speed

PS4 5k bet macro, (CREDIT: mambotango)
5k script for PS4 Macro

Put the mouse with the touchpad anywhere on the rigth side of the screen before initiate the script.

s000.tinyupload.com/index.php?file_id=53017959854568391907
 

PS4 macro, (CREDIT: EyeDuDab EyeDuDab )
Yes, i just figured out that you have to reset the position of the touchpad cursor each time. It has a temporary memory.

Record macro from main screen
Use dpad to navigate and select horse
Use touchpad cursor and scroll to the corner of the screen to place the cursor at the same spot every loop.
Then move cursor to bet button below the arrow.
Use dpad up to select the arrow.
Touch, dont press the touchpad to see if the cursur goes to the betting button.

If you like it, then use dpad up to highlight the arrow, then press n hold the x button and touchpad. Hold both until race is finished.
Wait a second or 2 then use dpad to select the bet again button. Stop the recording

A steady hold without movement when holding touchpad is best.





  • START FROM MAIN SCREEN (MAKE SURE THERE IS A CURSER ON THE SCREEN)
  • THEN PRESS PLAY.

This Should Be The Stable and Final Release.
link updated
http://s000.tinyupload.com/index.php?file_id=80735525634695697050
To download file click the link below:
H1 - Touchpad Workaround.xml
Filesize: 4.073 MB
File upload date: 2019-08-08 04:36:08 PST

File description:
Start from the Main Screen, use Left Joystick to make sure there is a Cursor on the screen, then Press Play. The Script will do the rest. This Script uses the Touchpad workaround method after the most recent patch. Ps4 Macro and Ps4 RemotePlay Required


Second PS4 macro, CREDIT ( Althu Khalid )
Start from the first screen when you start the horse race, make sure the cursor is below 'RULES'.
Here is the link to the xml file:
https://bit.ly/2yJ4d2S
Enjoy the glitch guys
 
Last edited:
darnk

darnk

Enthusiast
Messages
22
Reaction score
38
Points
160
Sin$
7
Would it be quicker doing all the bets on the worst? It would be ~300k every 30 goes compared to ~(20,000 * 30) = 900 / 2, for evens, so ~450k so i'm not too sure. Going to run it and see! :tongue:
 
SoliteTM

SoliteTM

Newbie
Messages
11
Reaction score
17
Points
20
Sin$
-7
We all know what macros are. But they only work on pc... Hmm what if there was a way around it.
Well you see we have a thing called PS4 Remote play that gives us the option to play PS4 on PC.
A new glitch came out recently which involved horse racing. But im gonna make it 10 times easier for everyone.
Ive used this method before in other games but never thought of trying it in GTA Online.

I made a video which goes through every step, i will link it.

*Important* U need a PC and an USB cable (Charging cable)

1- Download the files from here (Contains RemotePLay Installer and PS4 Macro) Link is in the desc of the Youtube video since im not allowed to post links here.
2- Install PS4 Remote Play
3- Open Remote Play, log in and connect the controller to the pc
4- Open PS4Macro.exe
5- Make sure that you are in a solo lobby and you are in the horse racing gamemode
6- Hover over place bet on single event but dont press it
Patched - 7- Go back to PS4Macro and open a folder with horse 1 or 6, your choice.
Working - 7 Download the new script for the Macro and open it in PS4 Macro
8- Press play and let the PC do the work!

There is not a set amount off money that you can win. I made 4 milion in about 3 hours. You can go to sleep and leave the game going.
DO NOT TURN OFF YOUR PS4 OR PC


Heres the video:


Feel free to ask any questions!
 
Last edited by a moderator:
M

m3thlol

Newbie
Messages
7
Reaction score
10
Points
45
Sin$
7
Nice!
This can also be used for console with a Titan one or Cronus max!
EyeDuDab EyeDuDab Native Pride 1988

Might be possible to set something up on the PC with PS4 remote play without having to use the adapter. I'm not at home right now but there's a few search results that suggest macro capability VIA remote play. I'll have to look into this when I get home.
 
darnk

darnk

Enthusiast
Messages
22
Reaction score
38
Points
160
Sin$
7
Would it be quicker doing all the bets on the worst?

Just ran it and it wasn't for me, ~400k worse but then again that could be down to luck as that's only 2 wins off on the bad horse.
 
P

pharo21

Enthusiast
Messages
92
Reaction score
33
Points
80
Sin$
-7
I have a semi effecient .grd file if anyone wants it pm me.
will work for cronusmax idk if titan accepts grd files.
 
DatGews

DatGews

Getting There
Messages
1,007
Reaction score
560
Points
195
Sin$
0
Does this macro hit the max bet for $100 glitch? If so does it hit it every time?
 
darnk

darnk

Enthusiast
Messages
22
Reaction score
38
Points
160
Sin$
7
Does this macro hit the max bet for $100 glitch? If so does it hit it every time?
My one in the post does hit the Max bet and it does every time. You can change the delay before the 3200ms click to 100ms to be 100% sure it'll hit.
 
Last edited by a moderator:
VCking

VCking

Enthusiast
Messages
453
Reaction score
182
Points
125
Sin$
0
Hello everyone!

Im not the creator of the glitch but i am probably the first to discover this method.
We all know what macros are. But they only work on pc... Hmm what if there was a way around it.
Well you see we have a thing called PS4 Remote play that gives us the option to play PS4 on PC.
A new glitch came out recently which involved horse racing. But im gonna make it 10 times easier for everyone.
Ive used this method before in other games but never thought of trying it in GTA Online.

I made a video which goes through every step, i will link it.

*Important* U need a PC and an USB cable (Charging cable)

1- Download the files from here (Contains RemotePLay Installer and PS4 Macro) Link is in the desc of the Youtube video since im not allowed to post links here.
2- Install PS4 Remote Play
3- Open Remote Play, log in and connect the controller to the pc
4- Open PS4Macro.exe
5- Make sure that you are in a solo lobby and you are in the horse racing gamemode
6- Hover over place bet on single event but dont press it
7- Go back to PS4Macro and open a folder with horse 1 or 6, your choice.
8- Press play and let the PC do the work!

There is not a set amount off money that you can win. I made 4 milion in about 3 hours. You can go to sleep and leave the game going.
DO NOT TURN OFF YOUR PS4 OR PC


Heres the video:


Feel free to ask any questions!

I am consistently hitting ~1200 winnings on horse 1. Is there any times that need to be adjusted?


This and OPs script are very creative and I’m honestly impressed. Keep doing what you’re doing bud this is amazing
 
Last edited:
iDontRte

iDontRte

Enthusiast
Messages
109
Reaction score
35
Points
95
Sin$
7
CronusMAX Script I made PS4/Xbox ~1m Everyhour~ Working 100%

Code:
//Video Tutorial: https://www.youtube.com/watch?v=M-Ukb9z4xa4&feature=youtu.be


//Created By Coder --- YouTube.com/iDontRte


//GTA 5 AFK HORSE BETTING GLTICH UNLIMITED MONEY!!!


//WHAT THE SCRIPT DOES: It makes GTA think your betting $10,000 on a horse but in reality your only betting $200-$500.


//HOW TO START USE THE SCRIPT:
//Step 1: Go to the Inside Track at the GTA 5 Casino
//Step 2: Sit down at one of the tables then Press X so your on the screen where it says Main Event and Single Event.
//Step 3: Move your cursor to the right side so its on the Orange part of the screen.
//Step 4: Now Press Traingle to Activate the Script and Enjoy the free money!


define hold_time   = 30000;
define Cancel = PS4_CROSS;
int press_Cancel;
int onoff;

 
main {
 
    if(event_press(PS4_TRIANGLE))
        onoff = !onoff;
 
    if(onoff)
        combo_run(LOOP);
 if(press_Cancel) set_val(Cancel, 100);
}

 
combo LOOP {
 
  set_val(PS4_RIGHT,100);
  wait(750);
  set_val(PS4_CROSS,100);
  wait(750);
  set_val(PS4_LEFT,100);
  wait(750);
  set_val(PS4_UP,100);
  wait(400);
  set_val(PS4_UP,0);
  wait(400);
  set_val(PS4_UP,100);
  wait(400);
  set_val(PS4_UP,0);
  wait(400);
  set_val(PS4_UP,100);
  wait(400);
  set_val(PS4_UP,0);
  wait(400);
  set_val(PS4_UP,100);
  wait(400);
  set_val(PS4_UP,0);
  wait(400);
  set_val(PS4_UP,100);
  wait(400);
  set_val(PS4_CROSS,100);
  wait(700);
  set_val(PS4_RIGHT,100);
  wait(750);
  set_val(PS4_RIGHT,0);
  wait(750);
  set_val(PS4_RIGHT,100);
  wait(750);
 
  press_Cancel = TRUE;
  wait(200);
  set_val(PS4_DOWN, 100);
  wait(600);
  set_val(PS4_DOWN, 0);
  wait(hold_time);
  wait(5000);
 
  press_Cancel = FALSE;
  set_val(PS4_DOWN,100);
  wait(600);
  set_val(PS4_CROSS,100);
  wait(1500);
 }
 
Last edited:
EyeDuDab

EyeDuDab

Banned
Messages
3,508
Solutions
5
Reaction score
3,005
Points
635
Sin$
0
We all know what macros are. But they only work on pc... Hmm what if there was a way around it.
Well you see we have a thing called PS4 Remote play that gives us the option to play PS4 on PC.
A new glitch came out recently which involved horse racing. But im gonna make it 10 times easier for everyone.
Ive used this method before in other games but never thought of trying it in GTA Online.

I made a video which goes through every step, i will link it.

*Important* U need a PC and an USB cable (Charging cable)

1- Download the files from here (Contains RemotePLay Installer and PS4 Macro) Link is in the desc of the Youtube video since im not allowed to post links here.
2- Install PS4 Remote Play
3- Open Remote Play, log in and connect the controller to the pc
4- Open PS4Macro.exe
5- Make sure that you are in a solo lobby and you are in the horse racing gamemode
6- Hover over place bet on single event but dont press it
7- Go back to PS4Macro and open a folder with horse 1 or 6, your choice.
8- Press play and let the PC do the work!

There is not a set amount off money that you can win. I made 4 milion in about 3 hours. You can go to sleep and leave the game going.
DO NOT TURN OFF YOUR PS4 OR PC


Heres the video:


Feel free to ask any questions!

Good job
 
This is what glitching has come too? Talk about lazy. Afk is one thing. Yet after just barely reading 2 or 3 words I see you talk more about a program or app and setting up this or that for an ak. Why not do a glitch. You spend time with this so called (glitch) yet having a program or anything other than yourself operating and doing it, is sad. Wheres all the glitchers at that grind glitching.
Not wasting time while enjoying a social life, and work schedule.

Time is the exploit here, so get rich while you sleep, or are at school is a positive.

Leaving actual screen time to focus on other services, like outfits, or filling garages.

I believe you are refering to the slow paced methods of glitch grinding... the detail work.

Work smart, not hard :thumbsup:
 
M

m3thlol

Newbie
Messages
7
Reaction score
10
Points
45
Sin$
7
We all know what macros are. But they only work on pc... Hmm what if there was a way around it.
Well you see we have a thing called PS4 Remote play that gives us the option to play PS4 on PC.
A new glitch came out recently which involved horse racing. But im gonna make it 10 times easier for everyone.
Ive used this method before in other games but never thought of trying it in GTA Online.

I made a video which goes through every step, i will link it.

*Important* U need a PC and an USB cable (Charging cable)

1- Download the files from here (Contains RemotePLay Installer and PS4 Macro) Link is in the desc of the Youtube video since im not allowed to post links here.
2- Install PS4 Remote Play
3- Open Remote Play, log in and connect the controller to the pc
4- Open PS4Macro.exe
5- Make sure that you are in a solo lobby and you are in the horse racing gamemode
6- Hover over place bet on single event but dont press it
7- Go back to PS4Macro and open a folder with horse 1 or 6, your choice.
8- Press play and let the PC do the work!

There is not a set amount off money that you can win. I made 4 milion in about 3 hours. You can go to sleep and leave the game going.
DO NOT TURN OFF YOUR PS4 OR PC


Heres the video:


Feel free to ask any questions!


Confirmed working. Gunna leave this on overnight see what it turns up.
 
Navy Davey

Navy Davey

☠️Wicked Good☠️
Retired
Mr. Nice Guy Legendary Veteran Platinum Record
Messages
6,598
Solutions
152
Reaction score
6,789
Points
1,768
Sin$
0
Already had made one for xbox one last night.
It runs about 72 races per hour.
Obviously depends on odds when it wins but averages around 900k+ per hour.
This is quite possibly the best AFK exploit of all time. Any other way (non-modded) will net you $100 k per hour max and will certainly not be solo!
Wicked good job sharing this with the community:wink:
 
darnk

darnk

Enthusiast
Messages
22
Reaction score
38
Points
160
Sin$
7
So I left this running overnight and made ~10 million, nifty amout of cash for lying in my bed I would say!
 
SoliteTM

SoliteTM

Newbie
Messages
11
Reaction score
17
Points
20
Sin$
-7
I am consistently hitting ~1200 winnings on horse 1. Is there any times that need to be adjusted?


This and OPs script are very creative and I’m honestly impressed. Keep doing what you’re doing bud this is amazing
Thx man
 
Valoebb

Valoebb

Newbie
Messages
6
Reaction score
1
Points
45
Sin$
0
How do i make this work on PC without iCUE?
I dont know how to make a AutoHotKey skript.
 
SoliteTM

SoliteTM

Newbie
Messages
11
Reaction score
17
Points
20
Sin$
-7
Confirmed working. Gunna leave this on overnight see what it turns up.
Yep, You can get loads of money from just a few simple steps
 
How do i make this work on PC without iCUE?
I dont know how to make a AutoHotKey skript.
Check my post higher up where you can do it without that. I have provided everything you need
 
In my method you can either pick horse 1 or 6. You should hit the max amount of the odds for example 4/1 should ve 50k. Check if u have anything runing in the background that can make the macro lag
 
Valoebb

Valoebb

Newbie
Messages
6
Reaction score
1
Points
45
Sin$
0
Yep, You can get loads of money from just a few simple steps
 

Check my post higher up where you can do it without that. I have provided everything you need
 

In my method you can either pick horse 1 or 6. You should hit the max amount of the odds for example 4/1 should ve 50k. Check if u have anything runing in the background that can make the macro lag

OK, so that will work with GTA online on PC too?
To clarify i dont need this to work on PS4 just PC.
 
Status
Not open for further replies.
Top Bottom
Login
Register