autoattack gothic2 Topic is solved

Ask gaming related questions (AHK v1.1 and older)
awesomejass
Posts: 1
Joined: 26 Jun 2022, 12:24

autoattack gothic2

Post by awesomejass » 26 Jun 2022, 12:49

I need macro to auto attack in gothic2. Left mouse button(or CTRL) should be pressed all the time and should click alternately A and D(or left or right arrow).
Macro should have on and off by F10 and F12 or whatever button.


[Mod action: Moved to “Gaming”]

User avatar
mikeyww
Posts: 26602
Joined: 09 Sep 2014, 18:38

Re: autoattack gothic2

Post by mikeyww » 26 Jun 2022, 13:22

Test in Notepad.

Code: Select all

F10::
Click, D
SetTimer, Go, 50
SoundBeep, 1500
Go:
Send ad
Return

F12::
SetTimer, Go, Off
Click, U
SoundBeep, 1000
Return

Post Reply

Return to “Gaming Help (v1)”