Advertisement
cryptocurinfo

PT Bot restart script

Jan 7th, 2018
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.61 KB | None | 0 0
  1. ##################-------------------STOP YOUR BOT FIRST!-------------------####################
  2.  
  3.  
  4. Go into your ProfitTrailer.bat file. >>>> http://prntscr.com/hz0gns
  5. Then edit with notepad, just copy paste the info below replacing old info.
  6. Next click start down at the bottom left of your screen. <<<<< http://prntscr.com/hz0ipr
  7. Drag and drop ProfitTrailer.bat into the startup folder, creating a shortcut this will make sure
  8. once windows reboots your bot will as well. :)
  9.  
  10.  
  11. @echo off
  12. :a
  13. java -jar ProfitTrailer.jar -XX:+UseConcMarkSweepGC -Xmx1024m -Xms1024m
  14. echo "Restarting the bot"
  15. timeout 5
  16. goto :a
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement