Quote Originally Posted by LordInferno View Post
credit goes to
breakg,Cosmic234,HIKAKIN,Jutsushiki (pointercoord)
last one had some underscores where there shouldnt be any(really shouldnt script when im off my meds)
Code:
Global $Pause
HotKeySet("{F10}", "Pause")
HotKeySet("{F9}", "BLord")

While 1
	WinWaitActive("Vindictus","")
WEnd

Func BLord()
	While 1
		Sleep(1000)
		MouseClick("left",95,627,1) ; Clicks START to launch mission
		Sleep(500)
		Send("{8}") ; set your key bound to  host_timescale 3
		Sleep(10000)
		Send("{7}") ; set your key bound to changelevel 2
		Sleep(1000)
		Send("{9}") ; set your key bound to monster_attack_bonus_ratio -80
		Sleep(7000)
		Send("{0}") ; set your key bound to cc_set_subweapon sticky_bomb 999
		Sleep(7000)
		Send("{8}") ; set your key bound to host_timescale 3
		Send("{w down}") ; Will move forward for 5 seconds to trigger cutscene.
		Sleep(5000)
		Send("{w up}")
		Send("{n}") ; set your key bound to ai_reaction_delay_idle 99999
		Send("{m}") ; set your key bound to ai_reaction_delay_alert 99999
		Sleep(7000)
		Send("{f}") ; this will get your sitcky bomb out
		Sleep(500)
		Send("{e}") ; and throw
		Sleep(400)
		Sleep(68000) ; This is the time it takes until the Mission Successful menu shows up.
		MouseClick("left",193,709,1) ; Will click REPLAY on the box showing Earnings/EXP/AP.
		Sleep(25000)

	WEnd
EndFunc

Func Pause()
	$Pause = NOT $Pause
	While $Pause
		sleep(100)
		ToolTip('Script is PAUSED, press F10 to UNPAUSE',0,0)
	WEnd
	ToolTip("")
EndFunc
Blood Lord.zip MD5:ff929c1002096e80f6c46a886191d0fc - VirSCAN.org Scanners did not find malware!
VirusTotal - Free Online Virus, Malware and URL Scanner
im confused do i need to copy and paste this on something?