Toggle this code

Post gaming related scripts
Nantu
Posts: 22
Joined: 30 Jun 2017, 11:15

Toggle this code

08 Nov 2018, 01:08

:salute:
how do i toggle this code on/off :

Code: Select all

Loop
{
	CoordMode, Mouse, Screen
	MouseGetPos, mX, mY
	PixelSearch, nX, nY, mX - 10, mY - 10, mX + 10, mY + 10, 0xB67013,  45, Fast
	If ((nX != "") && (nY != "")) {
		;PixelGetColor, Colour, nX, nY
		MouseMove, nX + 5 , nY + 8,
		
		
	SEND 7
		
	}
	;Sleep, 10
}
:beard:
Nantu
Posts: 22
Joined: 30 Jun 2017, 11:15

Re: Toggle this code

08 Nov 2018, 02:31

Code: Select all

Toggle := !Toggle
loop
{
    If not Toggle
        break
    MY CODE HERE
}
return
:headwall: this is not working :headwall:


EDIT : is it because of threads ?

Return to “Gaming Scripts (v1)”

Who is online

Users browsing this forum: No registered users and 61 guests