DebateFort - Where Warriors Come To Debate
RAGECRY - Funny, Amusing, Interesting, Trending & Viral Videos and Images
GameOrc - Free Flash Games Online
Results 1 to 6 of 6
  1. #1
    Member
    MPGH Member
    auggie246's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Posts
    136
    Reputation
    10
    Thanks
    47

    Trampled Plains 1920x1080

    No biggie, I just edited for Trampled Plains cause I want Valor Enchant Scroll
    Won't hurt me if you wanna press Thanks (but of course i don't expect since this is basically 1% effort)

    Code:
    Tooltip(' : AutoIT '& 
    @crl
    F & '------'& 
    @crl
    F & 'F5 : Pause'& 
    @crl
    F & 'F6 : Trampled Plains'& 
    @crl
    F & 'F7 : Unpause'& 
    @crl
    F & 'F8 : Exit',50,50)
    
    Global $Pause
    Global $Unpause
    Global $PID
    HotKeySet("{F5}", "Pause")
    HotKeySet("{F6}", "plains")
    HotKeySet("{F7}", "Unpause")
    HotKeySet("{F8}", "endscript")
    
    While 1
    	WinWaitActive("Vindictus","")
    WEnd
    
    Func plains() ;// Trampled Plains
    	While 1
    		ToolTip('Script is RUNNING' & 
    @crl
    F & ' :  AutoIT '& 
    @crl
    F & '------'& 
    @crl
    F & 'F5 : Pause'& 
    @crl
    F & 'F6 : Trampled Plains'& 
    @crl
    F & 'F7 : Unpause'& 
    @crl
    F & 'F8 : Exit' ,50,50)
    		sleep(1000)
    		MouseClick("left",97,941,1) ;// Starts mission, remember to set to your correct pointer co-ords.
    		Sleep(500)
    		Send("{NUMPAD5}") ; Set this to whatever you bound "host_timescale 3" to. Must be 3 unless you readjust the sleep times.
    		Sleep(100)
    		Send("{NUMPAD7}") ;// Ignores all enemies
    		Sleep(8000) ;// Change This Depending on your Loading Time**
    		Send("{PGUP}") ; Set this to whatever you have you Skip Level command bound to.
    		Sleep(100)
    		Send("{PGUP}")
    		Sleep(100)
    		Send("{PGUP}")
    		Sleep(100)
    		Send("{PGUP}")
    		Sleep(100)
    		Sleep(7000);// Change This Depending on your Loading Time**
    		Send("{NUMPAD2}") ;// Set this to whatever Spawns Spears command is bound to.
    		Sleep(100)
    		Send("{NUMPAD5}") ; Set this to whatever you bound "host_timescale 3" to. Must be 3 unless you readjust the sleep times.
    
    		Send("{w down}") ; Will move forward
    		Sleep(6600)
    		Send("{w up}")
    
    
    
    		$i = 0
    		While $i < 14
    			;//Send("{8}") ;// Set this to whatever Spawns Spears command is bound to.
    			Send("{f}") ;// Throws spears for approx. 10 times (5 seconds backup)
    			;//MouseClick("left")
    			$i = $i + 1
    			Sleep(500)
    		WEnd
    
    		Sleep(51000) ; This is the time it takes until the Mission Successful menu shows up.
    		Send("{NUMPAD5}")
    		Sleep(3500)
    		MouseClick("left",205,712,1) ; Will click REPLAY on the box showing Earnings/EXP/AP.
    		sleep(14500)
    
    	WEnd
    EndFunc
    
    Func Pause()
    	$Pause = NOT $Pause
    	While $Pause
    		sleep(100)
    		ToolTip('Script is PAUSED' & 
    @crl
    F & ' : AutoIT '& 
    @crl
    F & '------'& 
    @crl
    F & 'F5 : Pause'& 
    @crl
    F & 'F6 : Trampled Plains'& 
    @crl
    F & 'F7 : Unpause'& 
    @crl
    F & 'F8 : Exit' ,50,50)
    	WEnd
    	ToolTip("")
    EndFunc
    
    Func Unpause()
    	$Unpause = NOT $Unpause
    	While $Unpause
    		sleep(100)
    		$Pause = 0
    		Call("plains")
    	WEnd
    	ToolTip('Script Running',50,50)
    EndFunc
    
    Func endscript()
    	$PID = ProcessExists("trampled plains.exe") ; Will return the PID or 0 if the process isn't found.
    	If $PID Then ProcessClose($PID)
    EndFunc
    P.S if you wanna use the f8 function u right click and compile it on your own
    and i guess credits to nunya
    Last edited by auggie246; 05-17-2011 at 06:42 AM.

  2. The Following 2 Users Say Thank You to auggie246 For This Useful Post:

    chickenbutt (05-21-2011), mengyvf (05-17-2011)

  3. #2
    Fight for liberty!
    MPGH Member
    DanK's Avatar
    Join Date
    Aug 2006
    Gender
    male
    Location
    Arizona
    Posts
    2,893
    Reputation
    100
    Thanks
    3,581
    My Mood
    Devilish
    Quote Originally Posted by auggie246 View Post
    and i guess credits to nunya
    lol you don't really have to give me credit I was kidding. Besides it looks to me like you edited the script Hell_Demon posted.

  4. #3
    Threadstarter
    Member
    MPGH Member
    auggie246's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Posts
    136
    Reputation
    10
    Thanks
    47
    neh i didn't took it from Hell, i edited from the very first script you posted

    6 valor scrolls

  5. #4
    Leecher
    MPGH Member
    iecchi's Avatar
    Join Date
    Mar 2011
    Gender
    female
    Posts
    24
    Reputation
    10
    Thanks
    0
    what does this do? get valor every drops?
    Last edited by iecchi; 05-17-2011 at 09:40 PM.

  6. #5
    Newbie
    MPGH Member
    mengyvf's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Location
    wonderful world of oz
    Posts
    50
    Reputation
    10
    Thanks
    4
    My Mood
    Yeehaw
    hm thnx i edited this script to do regrets too late ehe too bad update is about to happen

  7. #6
    Threadstarter
    Member
    MPGH Member
    auggie246's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Posts
    136
    Reputation
    10
    Thanks
    47
    Quote Originally Posted by mengyvf View Post
    hm thnx i edited this script to do regrets too late ehe too bad update is about to happen
    I have regrets script too, but i hate that mission (thought there is bloodlust)
    too many vampire spell and rensenlian book