Simple F5 bot

09/23/2017 08:25 _Qwerty_#16
Quote:
Originally Posted by xEviiLx View Post
Is a really simple script for background bot that press F5 and ESC, just compie it and run.

Code:
#RequireAdmin

HotKeySet("{F1}","start")
HotKeySet("{F2}","close")

While 1
	ToolTip("F1 Start - F2 Exit",0,0)
	Sleep(500)
WEnd

Func start()
	while 1
		ControlSend("S4 Client","","","{F5}")
		Sleep(500)
		ControlSend("S4 Client","","","{ESC}")
		Sleep(500)
	WEnd
EndFunc

Func close()
	Exit
EndFunc
Oh yeah is undetect :)

If you don't know how use it follow this mini guide
That's perfect, thanks. I modified your script to skip cinematics like in stage 7. here's the code :
Code:
#RequireAdmin

HotKeySet("{F1}","start")
HotKeySet("{F2}","close")

While 1
	ToolTip("F1 Start - F2 Exit",0,0)
	Sleep(500)
WEnd

Func start()
	while 1
		ControlSend("S4 Client","","","{F5}")
		Sleep(500)
		ControlSend("S4 Client","","","{ESC}")
		Sleep(500)
		ControlSend("S4 Client","","","{p}")
		Sleep(500)
	WEnd
EndFunc

Func close()
	Exit
EndFunc
09/23/2017 10:08 MFW#17
its for conquest ? arcade ?

Not work i press F1 and not work
09/24/2017 10:22 xEviiLx#18
Quote:
Originally Posted by MFW View Post
its for conquest ? arcade ?

Not work i press F1 and not work
You have to press F1 when you aren't in game
09/24/2017 12:59 MFW#19
yes i know not work
09/24/2017 19:18 xEviiLx#20
Quote:
Originally Posted by MFW View Post
yes i know not work
I don't know man :confused: