simply bot

Posts 18 of 8 · Page 1 of 1
i simply bot used for battle that the final boss is at the beginning of last room

work on : regret too late / descicive battle

doesn't work on : source of the rumor / friends?



imma test it on other map


enjoy



Code:
AutoItSetOption("MouseCoordMode", 0)                                    
HotKeySet("{F1}", "Start")                                           
HotKeySet("{F2}", "End")                                              


global $kick

While 1                                                                 
	sleep(1)                                                            
WEnd	

Func Start()
	While 1   
		$kick = 0
		ControlSend("Vindictus", "", "", "{Numpad0}")                  
		Sleep(12500)
		ControlSend("Vindictus", "", "", "{Numpad0}")                  
		Sleep(15000)
		ControlSend("Vindictus", "", "", "{Numpad0}")                  
		Sleep(15000)
	     ControlSend("Vindictus", "", "", "{Numpad0}")                  
		Sleep(15000)
		ControlSend("Vindictus", "", "", "{Numpad1}")                  
		Sleep(100)
		ControlSend("Vindictus", "", "", "{NumpadMult}")                
		Sleep(100)
		ControlSend("Vindictus", "", "", "{Numpad4}")
		Sleep(100)
		ControlSend("Vindictus", "", "", "{Numpaddiv}")
		Sleep(100)
		ControlSend("Vindictus", "", "", "{Numpadsub}")	
		Sleep(100)
		ControlSend("Vindictus", "", "", "{F7}")	
		Sleep(100)
		ControlSend("Vindictus", "", "", "{F8}")
		Sleep(100)
		ControlSend("Vindictus", "", "", "{w down}") 
			Sleep(1000)
		ControlSend("Vindictus", "", "", "{w up}")
			$kick = 0
			while $kick < 10
			ControlSend("Vindictus", "", "", "{h}")
			Sleep(5000)
			$kick = $kick + 1
		wend
		sleep(50000)
		MouseClick("left", 261, 708, 2)
		sleep(25000)
		MouseClick("left", 116, 902, 2)
		sleep(17500)		
			WEnd                                                 
EndFunc                                                              

Func End()                                                              
	Exit                                                             
EndFunc
use auto it to use it , launch the boat (u have to be in the dongeon before activate the bot ) , press F1 ( to start it)

special thank for dumblet i used his Labyrinth Leveling Bot as a base for my bot

if u get banned it's not my fault
Quote Originally Posted by trotroti View Post
i simply bot used for battle that the final boss is at the beginning of last room

work on : regret too late / descicive battle

doesn't work on : source of the rumor
uhh.... do you think you could explain that a little clearer.

your grammar seems to have exploded
Quote Originally Posted by kagome View Post
uhh.... do you think you could explain that a little clearer.

your grammar seems to have exploded
it's very simply donwload auto it , creat a new .au3 file copy the text in the files then run it as a script , press f1 to start it f2 to stop it (u need pie's bind and hax.dll (the new version) i set the resolution for 1280x1024 u can change it
MouseClick("left", 261, 708, 2)
sleep(25000)
MouseClick("left", 116, 902, 2)

the first line is for replay at the end and the seconde is for the start on the boat enjoy
Requirements: Pie Binds v2.0
Description: The following bot only works for bosses in a certain final map, such as Source of the Rumor, or the gnoll chieftain. This bot skips to the last map, changes you into paladin, activates OHK, and spams conviction, allowing your character to snipe the enemies.
Quote Originally Posted by supermegamoof View Post
Requirements: Pie Binds v2.0
Description: The following bot only works for bosses in a certain final map, such as Source of the Rumor, or the gnoll chieftain. This bot skips to the last map, changes you into paladin, activates OHK, and spams conviction, allowing your character to snipe the enemies.
this bot doesn't work on source of the rumor neither on all boat 2 battle
use ControlClick instead of MouseClick, it's faster and fail-proof
Quote Originally Posted by dumblet View Post
use ControlClick instead of MouseClick, it's faster and fail-proof
imam try it thx you for the advice
i tried with controlclick it didn't work
Posts 18 of 8 · Page 1 of 1
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?