Results 1 to 5 of 5
  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 SP Kill Script

    ive found that this one works much better then the updated one and so far no lag.

    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(30000)
    		Send("{7}") ; set your key bound to changelevel 2
    		Sleep(7000)
    		Send("{w down}") ; Will move forward for 5 seconds to trigger cutscene.
    		Sleep(5000)
    		Send("{w up}")
    		Sleep(500)
    		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(3000)
    		Send("{z down}") ; use your sp skill
    		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
    same things apply if your a fiona might have to add some delay between w down and w up,and if an evie might have to add another w down after cutscene.

  2. #2
    rubypendant's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    In a Computer
    Posts
    28
    Reputation
    10
    Thanks
    1
    ca n someone tell me what binds i need and ect and how this works ^^

  3. #3
    xsoulkillerx's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    florida
    Posts
    240
    Reputation
    20
    Thanks
    15
    My Mood
    Busy
    thanks you for this

  4. #4
    Sunrise's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    ΞΔ
    Posts
    2,179
    Reputation
    99
    Thanks
    217
    My Mood
    Sleepy
    LordInferno, can you put a video of this script inaction? Also do I just copy and paste this into jitbit or w/e it is called and then BAM, run it? Sorry for the misunderstanding. I don't get the macro stuff xD

  5. #5
    LordInferno's Avatar
    Join Date
    May 2011
    Gender
    male
    Location
    in a Knightmare
    Posts
    411
    Reputation
    10
    Thanks
    304
    My Mood
    Amused
    you need autoit3 its on HIKAKINs release page https://www.mpgh.net/forum/267-vindic...lood-lord.html
    its actually quite easy once you get the hang of it

    working on a succubus voice mod(if the files i edit work like i thk they do)
    Last edited by LordInferno; 05-14-2011 at 06:08 PM.