Mouse click not working Topic is solved

Ask gaming related questions (AHK v1.1 and older)
reasht85

Mouse click not working  Topic is solved

14 Feb 2018, 15:30

Hey y'all.

I made a very simple afk script for auto accepting game in dirty bomb, it work fine the first time but after a match i have to manually move the mouse to make the page "responsive"

do you know any way of fixing that?

Code: Select all

	Pause On
    Loop 
	{
        send, 3 ; Switch to melee
		Sleep 500
        send, q ; drop thing
		Sleep 1000	
        send, {SC021} ; f key retreive thing
		Sleep 1000	
		Send, {Space} ; jump
		Sleep 500
		Send,  {f1} ; 
		Sleep 500	
		Send,  {f6} ; ready up
		Sleep 500
		Send, 1 ; vote yes on smurf
		Sleep 500
		Send, {PgUp} ; vote yes
		Sleep 500
		send, v, 5, 8, 6 ; GG
		Sleep 500
		Send, k ; kys
		Sleep 500
		MouseClick, left, 963, 565 ; accept
	}
    after_loop:
return

p::Pause

Escape::
ExitApp
Return

Return to “Gaming Help (v1)”

Who is online

Users browsing this forum: Google [Bot], ReyAHK and 87 guests