Results 1 to 2 of 2
  1. #1
    kaikane004's Avatar
    Join Date
    Nov 2016
    Gender
    male
    Posts
    61
    Reputation
    24
    Thanks
    8
    My Mood
    Goofy

    Forza Horizon 4 Auction House Snipe Macro/AHK

    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 of people out buying cars faster than me.

    Basic AHK script:

    ;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

  2. #2
    kaikane004's Avatar
    Join Date
    Nov 2016
    Gender
    male
    Posts
    61
    Reputation
    24
    Thanks
    8
    My Mood
    Goofy
    BUMP .........

Similar Threads

  1. [Request] Forza Horizon 4 Auction House Snipe Macro/AHK
    By GrimGamingYT in forum Hack Requests
    Replies: 5
    Last Post: 09-13-2019, 03:37 AM
  2. [Request] Forza Horizon 4 Auction House Snipe Macro/AHK
    By kaikane004 in forum Hack Requests
    Replies: 1
    Last Post: 09-13-2019, 03:35 AM
  3. [Request] Forza Horizon 3 Trainer and auction sniper?
    By LUX in forum Social Game Hacks & Trainers
    Replies: 9
    Last Post: 06-04-2019, 03:08 PM
  4. [WTB] Forza Horizon Credit / Auction seller
    By Xpoz in forum Buying Accounts/Keys/Items
    Replies: 0
    Last Post: 01-29-2018, 04:14 PM
  5. MPGHScape - Auction House Interface
    By Shakugan no Shana in forum Runescape Private Servers
    Replies: 36
    Last Post: 07-24-2011, 08:05 AM

Tags for this Thread