• We just launched and are currently in beta. Join us as we build and grow the community.

Forza Horizon 4 Auction House Snipe Macro/AHK

mrgumorist

Hilarity Manager
M Rep
0
0
0
Rep
0
M Vouches
0
0
0
Vouches
0
Posts
55
Likes
73
Bits
2 MONTHS
2 2 MONTHS OF SERVICE
LEVEL 1 300 XP
Hi, I was wondering if anyone has/could create a macro for ahk for FH4 Auction House Sniping.
Currently using a basic one. Looking to upgrade because people out buying cars faster then me.
My basic one:
;Car Make
; Enter direction in braces {LEFT OR RIGHT}
MAKEDIR = {RIGHT}
; Enter number of times
MAKENUM = 32
;Car Model
; Enter direction in braces {LEFT OR RIGHT}
MODELDIR = {RIGHT}
; Enter number of times
MODELNUM = 20
#MaxThreadsPerHotkey 2
Q::
toggle:=!toggle
if toggle
Loop
{
SendKey:
sleep, 1050
Send {enter}
sleep, 500
Loop, 8
{
SendInput {up}
Sleep, 40
}
Loop, %MAKENUM%
{
SendInput %MAKEDIR%
Sleep, 60
}
send {down}
sleep, 70
Loop, %MODELNUM%
{
SendInput %MODELDIR%
Sleep, 60
}
Loop, 5
{
SendInput {down}
Sleep, 60
}
send {enter}
sleep 1150
send y
sleep 250
send y
sleep 150
send y
sleep 250
send {down}
sleep 250
send {enter}
sleep 450
send {enter}
sleep 800
send {escape}
}
else
ExitApp
return
 

425,172

310,807

310,816

Top