As many of you guys have some troubles with restarting certain Bots(mostly every 30mins), i will now post some simple restarter scripts coded by myself. Also, batch's are not always working for me and some other guys~
What do you need to run AutoIT?
- Autoit: - Scite (AutoIT Script editor):
- A little piece of Brain
How to use it?
1. Install Autoit and Scite (↑)
2. Download the pokeopen.rar below(attached) and drag the pokeopen.au3 into the folder of your Bot.exe! (For Example "Necrobot.exe")
3. Rightclick pokeopen.au3 -> Edit Script
4. If your are not using Necrobot, replace "Necrobot.exe" with the name of your bot!
Code:
$botname = "Necrobot.exe";Edit the name of the Bot here!
5. If you are ready, simply take a look at the top and click [Tools]->[Compile].
6. You'll now have a "pokeopen.exe" in your folder. Just run it and be happy! You can now use your own Auto restarter as often as you want.
(If you are actually using necrobot, make sure "StartupWelcomeDelay": is set to false!)
If you need some modifications on the script, doing some more things, just ask here!
Users can also share their Pokeopen.exe for different bots, just post them here
Basic script(if you ever need to redownload, just copy this one):
#RequireAdmin
#include <Misc.au3>
#include <EditConstants.au3>
#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>
#Include <WinAPI.au3>
#include <StructureConstants.au3>
#include <StaticConstants.au3>
#include <WindowsConstants.au3>
HotKeySet("{DOWN}" , "close")
$dll = DllOpen("user32.dll")
$botname = "Necrobot.exe";Edit the name of the Bot here!
Global $S = 0
Func close()
ToolTip("Closing Auto Restart..." , 0 , 700)
Sleep(2000)
Exit
EndFunc
While 1
Sleep(1000)
ProcessClose ( $botname )
Sleep(1000)
Run($botname, "", [MENTION=330060]Sw_[/MENTION]SHOWMAXIMIZED)
Sleep(1000)
If ProcessExists($botname) Then
ToolTip("Bot succefully started!" , 0 , 700)
Sleep(1000)
ToolTip("Auto Restarter is active! Restarting it every 30mins! Auto Restarter kann can be closed with the Arrow down key!." , 0 , 700)
Sleep(1800000)
ToolTip("Restarting the Bot..." , 0 , 700)
Sleep(1000)
ProcessClose ( $botname )
ToolTip("Bot will be restarted in 10 secs,,," , 0 , 700)
Sleep(10000)
Else
Msgbox(0,"Error","The .exe of the Bot is not in this folder! Place this program into the folder of .exe!")
Exit
EndIf
sleep(20)
WEnd
You need to press a button, in order to start the NecroBot, can you add that feature?
Sure, you mean like no auto restart? Just a Button which needs to be clicked first to start the bot? Or do you mean a button to start the auto restarter itself?
Well, when my NecroBot starts up, I have to press a random button in order for it to boot. So you can implent a random button, after the bot starts up.
Well, when my NecroBot starts up, I have to press a random button in order for it to boot. So you can implent a random button, after the bot starts up.
Yes, but i guess its easier to just deactivate this in the Necrobot.
Quote:
(If you are actually using necrobot, make sure "StartupWelcomeDelay": is set to false!)
This deactivates the startup-key press(config.json)
An sich eine echt geile sache, aber ich benutze den necrobot bei 4 verschiedenen accounts parallel. leider kann ich so nicht alle 4 gleichzeitig benutzen,
Need Help To Make Simple Bot With : Autoit : 05/21/2010 - General Coding - 9 Replies Hey Every One..
I Just want Know How To Make Simple Bot With Autoit..
All I need To Know :-
1.How To make The Bot Run On Game Only Mean Work On Background
2.How To Insert HotKeys Like
Ctrl+A - Insert - Shit - F1...F10
3.How To Control The Time...?
4.How To Make mouse Click left Or Right Click Into Cord (x,y)..
All Of those Wanna Done Into Background...
Any Way Thx For Reading My Request N For Help
2 simple fragen zu AutoIt 07/27/2009 - AutoIt - 12 Replies Also wie der Tietel schon sagt hab ich ma 2 fragen zu autoit^^
also ich wolte fragen ob mir jemand erklärenkann wie man mit autoit das desktop pic ändert
und dann noch
wie man bei FileMove ("C:\\ usw wo dann der benutzername hin kommt z.b. bei mir Valle, wie der script das selbst rausfindet?
also dass es z.b. heißt wenn es in den autostart ordner soll
simple autoit bot 10/14/2008 - General Gaming Releases - 8 Replies So what we're gonna do today is a very basic bot that pulls one mob at a time that you are able to tab target while ingame aka you need to see X amount of mobs infront of you for this to be optimal.
The way WAR has been designed makes this very easy to do, your character automatically turns towards the mob you want to attack and pretty much no mobs are actually linked so you can stand infront of a huge cluster of mobs and pull one mob over and over.
...
Simple AutoIT Bot 12/09/2007 - SRO Hacks, Bots, Cheats & Exploits - 8 Replies Hello Everybody,
i made a simple bot for those who don't like T-Bot or for those where it won't works.
File-Upload.net - Ihr kostenloser File Hoster!
other dl link:
2shared - download MaIn_bot.exe