| Author |
Message |
Arenademon

|
EoBot Restarting Batch |
|
|
Okay, So this file uses the ping command for delays. Restarts EOBot about every two minutes using the taskkill and start commands.
Notes: Also, I didn't write this by hand lol, I used a scar script to do most of it.
Instructions:
- Copy the code from here: http://pastesite.com/13772
- Create a new text document (You can normally do this by right clicking or simply opening notepad)
- Paste the code in the new text document
- Go to file and Save As... and name it whatever you'd like with .bat file ending(i.e. EOBot.bat)
- Make sure the batch file is in your EOBot folder
- Double click it and it'll close and re-open EOBot every two minutes
|
Demonhax v2 is out. I didn't update Moonlite cuz I be teh lazy.
Same site @ Demonhax.us.to By Arenademon(Grip) and Demoncookie

|
|
|
|
| 14th Feb 2010 03:44 pm |
|
|
Nerrevar

|
Joined: 7th Apr 2009
Location: That suspicious looking tree over there ----->
|
|
Re: EoBot Restarting Batch |
|
Nice work dude.
Although it seems like an awful lot of code for the simple function it does :S
I wrote a scar script to do just this with only 28 tiny lines of code.
|
|
|
|
|
|
| 14th Feb 2010 04:34 pm |
|
|
Arenademon

|
Re: EoBot Restarting Batch |
|
Yea, I had a scar script restarting it for me as well. I switched to a batch file because I was using programs that required a lot of usage that scar took up. The batch file seemed to be lighter on my computer's performance.
|
Demonhax v2 is out. I didn't update Moonlite cuz I be teh lazy.
Same site @ Demonhax.us.to By Arenademon(Grip) and Demoncookie

|
|
|
|
| 14th Feb 2010 04:45 pm |
|
|
Nerrevar

|
Joined: 7th Apr 2009
Location: That suspicious looking tree over there ----->
|
|
Re: EoBot Restarting Batch |
|
I suppose. Scar can be pretty harsh on the computer sometimes.
i was just amazed at how many lines of code it took for such a basic operation.
|
|
|
|
|
|
| 15th Feb 2010 12:42 am |
|
|
pimpsqeak
|
Re: EoBot Restarting Batch |
|
|
thnx arenademon 4 the hard work u put into these but i have some problems with it.
when i try to use it, it works for the most part,but when it comes to the part where it is suppose to "kill EObot" it says 'taskkill' is not a recognized command or something like that, and it skips the part of restarting EObot, and it doesn't fulfill its soul purpose. any advice?
so really... it won't kill EObot but it still tryes to reopen another EObot, then EObot gets an error and closes, while keeping the first EObot still running.
btw it is in my EObot folder...
|
join points2shop.com you complete offers and get free stuff... but the offers actually work, i have never not received my points after doing an offer. its a really cool site and i like it!
plz sign up through my refferal i'd really apreciate it... here it is: Points2Shop.com Sign up
CLICK ME please.
|
|
|
|
| 15th Feb 2010 08:14 am |
|
|
Nerrevar

|
Joined: 7th Apr 2009
Location: That suspicious looking tree over there ----->
|
|
Re: EoBot Restarting Batch |
|
it works perfectly for me.
just make sure you pasted the whole code into notepad then saved it as a .bat file.
then put it in your eobot folder. and instead of running eobot itself. run the .bat file.
And iv decided to use that now instead of my scar script lol.
its just so much more stable and reliable xD
|
|
|
|
|
|
| 15th Feb 2010 12:25 pm |
|
|
pimpsqeak
|
Re: EoBot Restarting Batch |
|
yeah i have done all that like 20 times, but my computer just doesn't recognize taskkill as a valid command... |
join points2shop.com you complete offers and get free stuff... but the offers actually work, i have never not received my points after doing an offer. its a really cool site and i like it!
plz sign up through my refferal i'd really apreciate it... here it is: Points2Shop.com Sign up
CLICK ME please.
|
|
|
|
| 15th Feb 2010 03:56 pm |
|
|
Nerrevar

|
Joined: 7th Apr 2009
Location: That suspicious looking tree over there ----->
|
|
Re: EoBot Restarting Batch |
|
|
|
| 15th Feb 2010 08:13 pm |
|
|
Arenademon

|
Re: EoBot Restarting Batch |
|
It has something to do with your OS. Different operating systems have different varaitions of the "taskkill" command... If I come across it, I'll release another version so people can get either depending on your OS. Which OS are you running?
|
Demonhax v2 is out. I didn't update Moonlite cuz I be teh lazy.
Same site @ Demonhax.us.to By Arenademon(Grip) and Demoncookie

|
|
|
|
| 16th Feb 2010 12:54 am |
|
|
pimpsqeak
|
Re: EoBot Restarting Batch |
|
im running Windows XP Service Pack 3 Home Edition |
join points2shop.com you complete offers and get free stuff... but the offers actually work, i have never not received my points after doing an offer. its a really cool site and i like it!
plz sign up through my refferal i'd really apreciate it... here it is: Points2Shop.com Sign up
CLICK ME please.
|
|
|
|
| 16th Feb 2010 03:17 am |
|
|
Scott
|
Joined: 1st Apr 2009
Location: abc
|
|
Re: EoBot Restarting Batch |
|
|
Or you can do this:
Save this as a batch file: http://pastebin.ca/1799293
Put this in the directory with eobot.exe: http://www.computerhope.com/download/utility/sleep.exe
Probably lighter on resource usage. It doesn't ping localhost for the timer, it actually sleeps.
If you have Windows XP Home, you'll need to download this: http://home.wanadoo.nl/gigajosh/files/taskkill_en.zip and put taskkill.exe in the directory also or in your System32 directory. I should note you can also put sleep.exe in the System32 directory also.
|
|
|
|
|
| 17th Feb 2010 01:33 am |
|
|
|