Jump to content

Join our Slack

Talk to other users and have a great time
Slack Server

Welcome to our Community

Click here to get your Exiled Bot license
Donation Store
Sign in to follow this  
d4ns0ul

Need Help !! Script to Automatize the BotStart and PC Reboot

Recommended Posts

I use Vmware with Win7 and to avoid program crash i reboot the vm periodicaly

I need help to make a script that will auto start the POE + Bot and that will

reboot my pc like 1times per 6 hours of botting.

 

All i want its a fully automated script

 

Start POE

Delay ( 60sec )

Start Bot Program

Delay ( 10sec )

Click on start button of the bot

and reboot PC every 6H

 

If someone can help me that will be awesome :)

 

Thanks

Edited by d4ns0ul

Share this post


Link to post
Share on other sites

I've done this with Diablo using a very simple macro created by JitBit Macro Recorded. No programming skills needed, just record with it your mouse movements and make it start upon OS loaded.

Share this post


Link to post
Share on other sites

Something like that

Set WshShell = WScript.CreateObject("WScript.Shell")
Set fso = WScript.CreateObject("Scripting.FilesystemObject")

WshShell.CurrentDirectory = "c:/games/Path of Exile/"
WshShell.Run "PathOfExile.exe"
WScript.sleep 1000*60
WshShell.CurrentDirectory = "Exiled Bot"
WshShell.Run "ExiledBot.exe"
WScript.sleep 1000*10

WshShell.SendKeys "{TAB}"
WshShell.SendKeys "{TAB}"
WshShell.SendKeys "{TAB}"
WshShell.SendKeys "{Enter}"

WScript.sleep 1000*60*60*6
WshShell.Run "shutdown /r /t 0"
Edited by GMT

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
Sign in to follow this  

×
×
  • Create New...