#Watch Blockland Script#var i should be the number of times you want the script to reopen the serverFor $i = 3 to 1 Step -1Send("#r")WinWaitActive("Run")Send("cmd{Enter}")WinWaitActive("C:\WINDOWS\system32\cmd.exe")Send("cd \{Enter}")#should be equal to where your dedicated server is located, where you can find the Blockland.exeSend("cd ""documents and settings\owner\desktop\blockland\""{Enter}")#this is where you do your attributes for the blockland.exe runSend("blockland.exe -dedicated -map bedroom{Enter}")#waits for the process to startProcessWait("Blockland.exe")#closes extra command promptWinClose("C:\WINDOWS\system32\cmd.exe")#waits for the Blockland.exe to crash or be closed, than goes through loop againProcessWaitClose("Blockland.exe")Next
You should of zipp'ed up the program with this in it. Like a package.I'll be using it, thanks.