Results 1 to 6 of 6
  1. #1
    LordInferno's Avatar
    Join Date
    May 2011
    Gender
    male
    Location
    in a Knightmare
    Posts
    411
    Reputation
    10
    Thanks
    304
    My Mood
    Amused

    Cool Blood Lord Script(works on slow computers)

    I finally got this to work without d/c(works on a freakin Intel)
    credit goes to breakg,Cosmic234,HIKAKIN,Jutsushiki (pointercoord)
    Ive included my binds,the 1hitko,and the 1 hit weapon files, as well as the pointer coord.

    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_sub_weapon sticky_bomb_lvl1 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:6ba063d3c9d4d35f7d155685b06cbfe1 - VirSCAN.org Scanners did not find malware!
    VirusTotal - Free Online Virus, Malware and URL Scanner
    Last edited by LordInferno; 05-14-2011 at 07:16 AM. Reason: editing binds,and adding 9 to sticky bombs command i forgot to put

  2. The Following User Says Thank You to LordInferno For This Useful Post:

    busmokah (05-13-2011)

  3. #2
    Ninjal3unny's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Posts
    80
    Reputation
    10
    Thanks
    8
    so all you did was extend the sleep times, and add some binds?

  4. #3
    LordInferno's Avatar
    Join Date
    May 2011
    Gender
    male
    Location
    in a Knightmare
    Posts
    411
    Reputation
    10
    Thanks
    304
    My Mood
    Amused
    pretty much yea ill update it if i make it any better

  5. #4
    Sid's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    New York
    Posts
    10,712
    Reputation
    927
    Thanks
    1,265
    File approved .

  6. #5
    LordInferno's Avatar
    Join Date
    May 2011
    Gender
    male
    Location
    in a Knightmare
    Posts
    411
    Reputation
    10
    Thanks
    304
    My Mood
    Amused
    working on a trampled hero valor farming script soon

  7. #6
    Sid's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    New York
    Posts
    10,712
    Reputation
    927
    Thanks
    1,265
    K
    Repost it then
    Closed