Jump to content

Pokemon Go Bot Mac Auto-Restart Applescript


theolaw

40 posts in this topic

Recommended Posts

  • Replies 39
  • Created
  • Last Reply
Posted

Saw your post asking earlier, but i have no idea how to code, sorry!

 

but thank you for sharing!!!

 

sometimes my bot used to go for hours, sometimes it did the crash so, I'm sure this will help many others! 

 

once again, thank you!

Posted

The bot still don't work yet

 

@@Amuyea Bots will be back up and running within the next few days. This is just for when the bots come back up.

 

EDIT: @@Amuyea The new api has been cracked and bots are now working as soon as the developers implement the new api into their bots. https://www.reddit.com/r/pokemongodev/comments/4w1cvr/pokemongo_current_api_status/?st=irjv7y1g&sh=6762d833 and https://github.com/keyphact/pgoapi

Posted

Hey everyone

 

For all the noobs out there like me, Theolaw has simplified it for us to understand... below is exactly how to implement the script to allow for the auto 90 min restart

this is for the FIRST bot he listed, by jabbink

 

@@theolaw

 

 

 

Files must be in a folder on your desktop called "BOTFOLDER".   user is named "USERNAME".

Now, replace USERNAME with your mac username, and replace BOTFOLDER with your folder name that is on desktop

if your folder is not on desktop, move it there to make things easier, or you can rewrite the file location below.

 

 Copy and paste everything below this-

 

 

 

tell application "Terminal"

activate

tell application "System Events"

activate

delay 1

repeat 1000 times

delay 1

set texttotype to "cd /Users/USERNAME/Desktop/BOTFOLDER"

keystroke texttotype

keystroke return

delay 5

set test to "java -jar Users/USERNAME/Desktop/BOTFOLDER/pogo.scraper-all-0.5.0-alpha4.jar"

keystroke test

keystroke return

delay 5400

set tab to "t"

keystroke "tab" using command down

keystroke return

end repeat

end tell

end tell

Posted

Hey everyone

 

For all the noobs out there like me, Theolaw has simplified it for us to understand... below is exactly how to implement the script to allow for the auto 90 min restart

this is for the FIRST bot he listed, by jabbink

 

@@theolaw

 

 

 

Files must be in a folder on your desktop called "BOTFOLDER".   user is named "USERNAME".

Now, replace USERNAME with your mac username, and replace BOTFOLDER with your folder name that is on desktop

if your folder is not on desktop, move it there to make things easier, or you can rewrite the file location below.

 

 Copy and paste everything below this-

 

 

 

tell application "Terminal"

activate

tell application "System Events"

activate

delay 1

repeat 1000 times

delay 1

set texttotype to "cd /Users/USERNAME/Desktop/BOTFOLDER"

keystroke texttotype

keystroke return

delay 5

set test to "java -jar Users/USERNAME/Desktop/BOTFOLDER/pogo.scraper-all-0.5.0-alpha4.jar"

keystroke test

keystroke return

delay 5400

set tab to "t"

keystroke "tab" using command down

keystroke return

end repeat

end tell

end tell

 

I'm going to link to this comment in my original thread in case somebody does happen to have questions, thanks though btw!

Archived

This topic is now archived and is closed to further replies.

×
  • Create New...

Important Information

We would like to place cookies on your device to help make this website better. The website cannot give you the best user experience without cookies. You can accept or decline our cookies. You may also adjust your cookie settings. Privacy Policy - Guidelines