Skip to content

Instantly share code, notes, and snippets.

@Marceeaax
Created March 8, 2021 19:11
Show Gist options
  • Save Marceeaax/c542d3c3be0be269d47c62ed261d3b86 to your computer and use it in GitHub Desktop.
Save Marceeaax/c542d3c3be0be269d47c62ed261d3b86 to your computer and use it in GitHub Desktop.
How to earn xp easily and quickly (you also need the DuoHacker extension)
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
; #Warn ; Enable warnings to assist with detecting common errors.
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
!j::
Loop, 1414
{
MouseClick, left, 527, 440
MouseClick, left, 913, 700
MouseClick, left, 913, 700
Sleep, 7000
MouseClick, left, 724, 700
Sleep, 7000
}
return
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment