Starfield – XP Farm Using Macro Keys – 150000 XP per Hour

HomeGames, Other ContentStarfield – XP Farm Using Macro Keys – 150000 XP per Hour
Starfield - XP Farm Using Macro Keys - 150000 XP per Hour
Starfield – XP Farm Using Macro Keys – 150000 XP per Hour
Hello guys today we are going to learn how to macros and xp farms combined.
———————————————————————————————————————–
How to install AutoHotKey (AHK). Credit iwanPlays

https://www.youtube.com/watch?vS235EBUqfwc&ab_channeliwanPlays
———————————————————————————————————————–
Guide on how to build the XP farm. Credit Astrosive

https://www.youtube.com/watch?vVVHQyHne54g&ab_channelAstrosive
———————————————————————————————————————–

Code below for Reddit post just Google: Looking to have a macro for Starfield, can anyone help with this?

———————————————————————————————————————–
SetKeyDelay 50, 50
SetMouseDelay 70

F11::
{
static toggle : false
SetTimer(StarfieldCraft, 30 * (toggle 1))
BlockInput(toggle ? ‘MouseMove’ : ‘MouseMoveOff’)
}

StarfieldCraft()
{
Sleep(50)
SendEvent(‘e’)
Sleep(50)
SendEvent(‘e’)
Sleep(320)
SendEvent(‘{Click}’)
Sleep(50)
}

———————————————————————————————————————–

Take the opportunity to connect and share this video with your friends and family if you find it useful.

No Comments

Leave a Reply

Your email address will not be published. Required fields are marked *