Skip to content
MPGHThe Dark Arts
/
RegisterLog in
Forum
Community
What's NewLatest posts across the boardTrendingHottest threads right nowSubscribedThreads you follow
Discussion
GeneralIntroductionsEntertainmentDebate FortFlaming & Rage
Board
News & AnnouncementsMPGH TimesSuggestions & HelpGiveaways
More Sections
Art & Graphic DesignProgrammingHackingCryptocurrency
Hacks & Cheats
Games
ValorantCS2 / CS:GOCall of Duty / WarzoneFortniteApex LegendsEscape From Tarkov
+14 moreLeague of LegendsGTA VMinecraftRustROTMGBattlefieldTroveBattleOnCombat ArmsCrossFireBlackshotRuneScapeDayZDead by Daylight
Resources
Game Hacking TutorialsReverse EngineeringGeneral Game HackingAnti-CheatConsole Game Hacking
Tools
Game Hacking ToolsTrainers & CheatsHack/Release NewsNew
Submit a release →Share your cheat, tool, or config with the community.
AINEW
AI Tools
General & DiscussionPrompt EngineeringLLM JailbreaksHotAI Agents & AutomationLocal / Open Models
AI × Gaming
AI Aimbots & VisionML Anti-CheatGame Bots & Automation
Create
AI Coding / Vibe CodingAI Art & MediaAI Voice & TTS
The AI frontier →Where game hacking meets modern machine learning. Jump in.
Marketplace
Buy & Sell
SellingBuyingTradingUser Services
Trust & Safety
Middleman LoungeMarketplace TalkVouch Copy Profiles
Money
Cryptocurrency TalkCurrency ExchangeWork & Job Offers
Start selling →List accounts, services, and goods. Use the middleman to trade safe.
MPGH The Dark Arts

A community for offensive security research, reverse engineering, and AI.

Community

ForumMarketplaceSearch

Account

RegisterLog in

Legal

Privacy PolicyForum RulesHelp & FAQ
© 2026 MPGH · All rights reserved.Built by the community, for the community. For educational purposes onlyContent is shared for security research and education — we don't condone illegal use. You're responsible for complying with applicable laws. Use at your own risk.
Home › Forum › MultiPlayer Game Hacks & Cheats › Other MMORPG Hacks › Pokemon Go Hacks & Cheats › Pokemon Go Tips, Tricks, & Tutorials › Batch File Restart for Multiple Bots

Batch File Restart for Multiple Bots

Posts 1–2 of 2 · Page 1 of 1
FR
frozenpaladin
Batch File Restart for Multiple Bots
The way I've seen most people doing this is making a separate .bat for each bot. But there is a better way! With this code you will be able to run multiple bots on a single .bat file placed anywhere on your computer.
Code:
 @EcHo off
:loop
taskkill /f /im "YourBot.exe" >nul
timeout /t 10 >null
cd /d "C:\Users\Username\Desktop\Bot1\Release"
start "" "C:\Users\Username\Desktop\Bot1\Release\YourBot.exe"
timeout /t 2 >null
cd /d "C:\Users\Username\Desktop\Bot2\Release"
start "" "C:\Users\Username\Desktop\Bot2\Release\YourBot.exe"
timeout /t 2 >null
timeout /t 1700 >null
goto loop
YourBot.exe is the .exe you want to run (duh). "C:\Users\Username\Desktop\Bot1\Release" is just the file which the .exe you click to run your program, and "C:\Users\Username\Desktop\Bot1\Release\YourBot.ex e" is the same as the previous file path except with the .exe you want to run on the end of it. You can just paste as many
Code:
cd /d "C:\Users\Username\Desktop\Bot1\Release"
start "" "C:\Users\Username\Desktop\Bot1\Release\YourBot.exe"
timeout /t 2 >null
as you want before "timeout /t 1700 >null". Here's an example with 6 instances of NecroBot.
 
Spoiler
[CODE @EcHo off
:loop
taskkill /f /im "NecroBot.exe" >nul
timeout /t 10 >null
cd /d "C:\Users\Hunter\Desktop\Necro_41628\Release"
start "" "C:\Users\Hunter\Desktop\Necro_41628\Release\Necro Bot.exe"
timeout /t 2 >null
cd /d "C:\Users\Hunter\Desktop\Necro_213122\Release"
start "" "C:\Users\Hunter\Desktop\Necro_213122\Release\Necr oBot.exe"
timeout /t 2 >null
cd /d "C:\Users\Hunter\Desktop\Necro_313444\Release"
start "" "C:\Users\Hunter\Desktop\Necro_313444\Release\Necr oBot.exe"
timeout /t 2 >null
cd /d "C:\Users\Hunter\Desktop\Necro_313299\Release"
start "" "C:\Users\Hunter\Desktop\Necro_313299\Release\Necr oBot.exe"
timeout /t 2 >null
cd /d "C:\Users\Hunter\Documents\Release"
start "" "C:\Users\Hunter\Documents\Release\NecroBot.ex e"
timeout /t 2 >null
cd /d "C:\Users\Hunter\Desktop\Necro_ejh3141\Release "
start "" "C:\Users\Hunter\Desktop\Necro_ejh3141\Release\Nec roBot.exe"
timeout /t 1700 >null
goto loop[/CODE]
#1 · 10y ago
EA
Easteyra
tq ...
#2 · 10y ago
Posts 1–2 of 2 · Page 1 of 1

Post a Reply

Similar Threads

  • [NA|EU] WooTrans.28 - Standalone Trans Bot, For Multiple Chars on Same AcctBy maddoggy00 in Vindictus Hacks & Cheats
    20Last post 13y ago
  • How to select Language Stream/Media Stream for multiple language files in WMP?By rosati in Suggestions, Requests & General Help
    0Last post 17y ago
  • What classes for my bot loader file?- NOT A REAL BOT!By shiubro99:D in Adventure Quest Worlds (AQW) Hacks / Cheats / Trainers
    10Last post 13y ago
  • [NA|EU] WooTrans.29 - Standalone Trans Bot - For Multiple Chars on Same AcctBy maddoggy00 in Vindictus Hacks & Cheats
    36Last post 13y ago
  • Making A Batch File In Visual BasicBy condor01 in Visual Basic Programming
    0Last post 18y ago

Tags for this Thread

#batch file#bot help#pokemon go