Jump to content

[Mac] Pokemon Go Bot - Easy [PreBuilt]


145 posts in this topic

Recommended Posts

Updated (edited)

Pokemon Go Bot v0.5.0 alpha 4 :update:

 

 

 

 

Features:

 

 

You can choose: 
 


Longitude
Latitude
Desired probability to catch unwanted Pokemon (obligatory_transfer; low IV; low CP)
Desired probability to catch Pokemon with 1 throw
Number of nearest unused pokestops to randomly select
Should the bot follow the streets (true) or just go directly to pokestops/waypoints (false)
Walking Speed
Should the bot loot the pokestops (true/false)
Should the bot auto fill incubators with eggs (true/false)
Should the bot EVER drop items (true/false)
Max number of each item that the bot should keep if "drop_items" is enabled
Should the bot display rewards pokestop (true/false)
Should the bot display rewards when catching pokemon (true/false)
Display Keepalive Coordinates
Should the bot display information of where it's walking to (true/false) (this will show the name of the pokestop that it's walking to and replace on the loot log the pokestop id for its name)
Should the bot auto transfer duplicate pokemon
Minimum amount of pokemon type to keep
Maximum amount of pokemon type to keep (-1 to keep all)
Sort by IV first instead of CP
Always throw curveballs
Never use berries
Allow leaving the starting area
Max distance from starting point the bot should ever go in meters
Set Profile Update Timer (Default: 60)
Minimum IV percentage to keep a pokemon (to ignore IV: use -1)
Minimum CP to keep a pokemon (to ignore CP: use -1)
List of pokemon you don't want to transfer regardless of CP
List of pokemon you always want to transfer regardless of CP
Port where the webserver (gui) should listen, 0 = do not listen
Port where the socketserver should listen, 0 = do not listen


 

 

1. Make sure you have Java 1.8 or higher installed
 
To check, run this in terminal: 
 

java -version

 
If not, go here.
 
2. Download this .jar file

Hidden Content
    Download

 
3. Download config.properties.template and save it in the same directory as the .jar file
 
4.  Fill in the blanks (login info, pokemon not to transfer, etc.)
 
Recommended config:
 
Note: You can always adjust it to your liking.
Hidden Content

     

    # PTC/Google login credentials
    username= 
    
    # Choose plaintext or base64'd password
    password= 
    base64_password=
    
    # Token to login directly
    token=
    latitude= 40.767445685 
    longitude= -73.970697559
    
    
    # desired probability to catch Pokemon with 1 throw
    desired_catch_probability=0.4
    
    # desired probability to catch unwanted Pokemon (obligatory_transfer; low IV; low CP)
    # set to -1 to not attempt catching at all
    desired_catch_probability_unwanted=0.0
    
    # number of nearest unused pokestops to randomly select
    # the next pokestop from (1/infinite)
    random_next_pokestop_selection=10
    
    ## Walking
    # Meters per second
    speed=3.5
    # Should the bot loot the pokestops (true/false)
    loot_pokestop=true
    
    # Should the bot catch pokemons (true/false)
    catch_pokemon=true
    
    # Should the bot auto fill incubators with eggs (true/false)
    auto_fill_incubator=true
    
    ## Items drop
    # should the bot EVER drop items (true/false)
    drop_items=true
    
    # max number of each item that the bot should keep if "drop_items" is enabled
    # use -1 in a item to never drop this specific item
    item_revive=20
    item_max_revive=10
    item_potion=0
    item_super_potion=30
    item_hyper_potion=50
    item_max_potion=50
    item_poke_ball=50
    item_great_ball=50
    item_ultra_ball=50
    item_master_ball=50
    item_razz_berry=50
    
    ## Extra Info
    # should the bot display rewards pokestop (true/false)
    display_pokestop_rewards=true
    
    # should the bot display rewards when catching pokemon (true/false)
    display_pokemon_catch_rewards=true
    
    # Display Keepalive Coordinates
    display_keepalive=true
    
    # should the bot display information of where it's walking to (true/false)
    # this will show the name of the pokestop that it's walking to and
    # replace on the loot log the pokestop id for its name
    # WARNING:  this will increase the https requests without any need. if
    #           the servers are slow it's recommended to turn off this setting
    display_pokestop_name=false
    
    ## Pokemon Transfer
    # should the bot auto transfer duplicate pokemon
    autotransfer=true
    
    # minimum amount of pokemon type to keep
    keep_pokemon_amount=1
    
    # Sort by IV first instead of CP
    sort_by_iv=false
    
    # Always throw curveballs
    always_curve=false
    
    # Never use berries
    never_use_berries=true
    
    # Minimum IV percentage to keep a pokemon (to ignore IV: use -1)
    # between 0 and 100, suggested 80
    transfer_iv_threshold=80
    
    # Minimum CP to keep a pokemon (to ignore CP: use -1)
    transfer_cp_threshold=500
    
    # list of pokemon you don't want to transfer regardless of CP
    # the names must be divided by a ","
    # if you want all pokemons to be transferred just leave it blank
    ignored_pokemon=EEVEE,MEWTWO
    
    # list of pokemon you always want to trancsfer regardless of CP
    obligatory_transfer=DODUO,RATTATA,CATERPIE,PIDGEY
    
    #List of pokemon names
    #MISSINGNO
    #BULBASAUR
    #IVYSAUR
    #VENUSAUR
    #CHARMANDER
    #CHARMELEON
    #CHARIZARD
    #SQUIRTLE
    #WARTORTLE
    #BLASTOISE
    #CATERPIE
    #METAPOD
    #BUTTERFREE
    #WEEDLE
    #KAKUNA
    #BEEDRILL
    #PIDGEY
    #PIDGEOTTO
    #PIDGEOT
    #RATTATA
    #RATICATE
    #SPEAROW
    #FEAROW
    #EKANS
    #ARBOK
    #PIKACHU
    #RAICHU
    #SANDSHREW
    #SANDSLASH
    #NIDORAN_FEMALE
    #NIDORINA
    #NIDOQUEEN
    #NIDORAN_MALE
    #NIDORINO
    #NIDOKING
    #CLEFAIRY
    #CLEFABLE
    #VULPIX
    #NINETALES
    #JIGGLYPUFF
    #WIGGLYTUFF
    #ZUBAT
    #GOLBAT
    #ODDISH
    #GLOOM
    #VILEPLUME
    #PARAS
    #PARASECT
    #VENONAT
    #VENOMOTH
    #DIGLETT
    #DUGTRIO
    #MEOWTH
    #PERSIAN
    #PSYDUCK
    #GOLDUCK
    #MANKEY
    #PRIMEAPE
    #GROWLITHE
    #ARCANINE
    #POLIWAG
    #POLIWHIRL
    #POLIWRATH
    #ABRA
    #KADABRA
    #ALAKAZAM
    #MACHOP
    #MACHOKE
    #MACHAMP
    #BELLSPROUT
    #WEEPINBELL
    #VICTREEBEL
    #TENTACOOL
    #TENTACRUEL
    #GEODUDE
    #GRAVELER
    #GOLEM
    #PONYTA
    #RAPIDASH
    #SLOWPOKE
    #SLOWBRO
    #MAGNEMITE
    #MAGNETON
    #FARFETCHD
    #DODUO
    #DODRIO
    #SEEL
    #DEWGONG
    #GRIMER
    #MUK
    #SHELLDER
    #CLOYSTER
    #GASTLY
    #HAUNTER
    #GENGAR
    #ONIX
    #DROWZEE
    #HYPNO
    #KRABBY
    #KINGLER
    #VOLTORB
    #ELECTRODE
    #EXEGGCUTE
    #EXEGGUTOR
    #CUBONE
    #MAROWAK
    #HITMONLEE
    #HITMONCHAN
    #LICKITUNG
    #KOFFING
    #WEEZING
    #RHYHORN
    #RHYDON
    #CHANSEY
    #TANGELA
    #KANGASKHAN
    #HORSEA
    #SEADRA
    #GOLDEEN
    #SEAKING
    #STARYU
    #STARMIE
    #MR_MIME
    #SCYTHER
    #JYNX
    #ELECTABUZZ
    #MAGMAR
    #PINSIR
    #TAUROS
    #MAGIKARP
    #GYARADOS
    #LAPRAS
    #DITTO
    #EEVEE
    #VAPOREON
    #JOLTEON
    #FLAREON
    #PORYGON
    #OMANYTE
    #OMASTAR
    #KABUTO
    #KABUTOPS
    #AERODACTYL
    #SNORLAX
    #ARTICUNO
    #ZAPDOS
    #MOLTRES
    #DRATINI
    #DRAGONAIR
    #DRAGONITE
    #MEWTWO
    #MEW
    
    


 
5. Rename config.properties.template to config.properties (make sure your operating system doesn't rename it to config.properties.txt)
 
6. Open a terminal (or cmd.exe on Windows)
 
7. Run 

cd

 to go into the directory with your config and the downloaded .jar
 
Example: If the .jar file is in your "Downloads" folder, run this command:

cd /Users/*PC ACCOUNT NAME*/Downloads

8. Run: 

java -jar pogo.scraper-all-0.5.0-alpha4.jar 

Done.
 
 
Known Issue + Fix:

 

Hidden Content

    Exception in thread "main" java.io.FileNotFoundException: config.properties (No such file or directory)
    at java.io.FileInputStream.open0(Native Method)
    at java.io.FileInputStream.open(FileInputStream.java:195)
    at java.io.FileInputStream.<init>(FileInputStream.java:138)
    at java.io.FileInputStream.<init>(FileInputStream.java:93)
    at ink.abb.pogo.scraper.MainKt.main(Main.kt:79)

    This is how I fixed it:
     
    1. Open the config.properties in texteditor
    2. Copy everything in it and delete the file
    3. Launch texteditor with a new document
    4. Go to: Format > Make Plain Text or press: SHIFT + COMMAND + T
    5. Paste everything back in
    6. Save as: config.properties
    7. Put it back into the folder/directory the .jar file is in
    8. Run :)
     

     


Credits: 
 


@jabbink[/size]
@SwipeX
@vmarchaud
@pr0ves
@apottere
@CosmoRing
@dommerq
@meMo-Minsk
@shilch

 

 

Source: 

Hidden Content

 
Other Mac Bot: https://iosgods.com/topic/33072-pokemon-go-bot-for-mac/

Updated by Guest
  • Replies 144
  • Created
  • Last Reply

Top Posters In This Topic

Posted

What are the features?

 

Pretty much all the features in the config, everything from walking speed, auto add eggs to incubator to walk on roads only or everywhere...

What are the features?

 

Add link to your bot too + list of features

Posted

This is pretty cool. You should make a "Perfect Settings" config file.

 

Actually working on one for me lel, going to go out and buy some stuff, will make one and post it here when I'm done I guess :)

Posted (edited)

This is pretty cool. You should make a "Perfect Settings" config file.

Added. :)

Updated by Guest
Posted

I did everything to the T but for some reason my config.properties is opening as a text and this is happening when I execute the Jar

Exception in thread "main" java.io.FileNotFoundException: config.properties (No such file or directory)
	at java.io.FileInputStream.open0(Native Method)
	at java.io.FileInputStream.open(FileInputStream.java:195)
	at java.io.FileInputStream.<init>(FileInputStream.java:138)
	at java.io.FileInputStream.<init>(FileInputStream.java:93)
	at ink.abb.pogo.scraper.MainKt.main(Main.kt:79)
Guest
This topic is now closed to further replies.
  • Our picks

    • Scolopendra v1.0.0 Debug Menu [+4 Cheats]
      Modded/Hacked App: Scolopendra By 24 HIT Riga SIA
      Bundle ID: com.game.scolopendra
      iTunes Store Link: https://apps.apple.com/us/app/scolopendra/id6742407695?uo=4



      🤩 Hack Features

      - Debug Menu (Enable and Debug Menu Will Appear)

      • 1 reply
    • Scolopendra v1.0.0 Debug Menu [+4 Jailed Cheats]
      Modded/Hacked App: Scolopendra By 24 HIT Riga SIA
      Bundle ID: com.game.scolopendra
      iTunes Store Link: https://apps.apple.com/us/app/scolopendra/id6742407695?uo=4



      🤩 Hack Features

      - Debug Menu (Enable and Debug Menu Will Appear)

      • 0 replies
    • Towers Survivors v0.1.1 [+3 Cheats]
      Modded/Hacked App: Towers Survivors By Martin Quinones
      Bundle ID: com.Pizia.Towers-Survivors
      iTunes Store Link: https://apps.apple.com/us/app/towers-survivors/id6738764422?uo=4


      🤩 Hack Features

      - Never Die
      - Unlimited Currency (Will Always Increase)
      - Unlimited Energy (Will Always Increase)
        • Like
      • 0 replies
    • Towers Survivors v0.1.1 [+3 Jailed Cheats]
      Modded/Hacked App: Towers Survivors By Martin Quinones
      Bundle ID: com.Pizia.Towers-Survivors
      iTunes Store Link: https://apps.apple.com/us/app/towers-survivors/id6738764422?uo=4



      🤩 Hack Features

      - Never Die
      - Unlimited Currency (Will Always Increase)
      - Unlimited Energy (Will Always Increase)
        • Like
      • 0 replies
    • Fun Run 3 - Multiplayer Games Cheats v4.47.1 +1
      Modded/Hacked App: Fun Run 3: Arena Running Game By Dirtybit
      Bundle ID: com.dirtybit.fra
      iTunes Store Link: https://itunes.apple.com/us/app/fun-run-3-arena-running-game/id1118878857?mt=8&uo=4&at=1010lce4


      Hack Features:
      - God Mode
       

      Hack Download Link: https://iosgods.com/topic/75790-arm64-fun-run-3-arena-running-game-cheats-v210-1/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 1,280 replies
    • Super Arrow Online Cheats v1.56.1 +3
      Modded/Hacked App: Super Arrow Idle By MOBIRIX
      Bundle ID: com.mobirix.sao
      iTunes Store Link: https://apps.apple.com/us/app/super-arrow-idle/id1635307668?uo=4


      Hack Features:
      - Infinite Currencies ( Read NOTE )
      - God Mode
      - Weak Enemies ( Enable before start )


      This cheat is fully tested on my device JB ( Odyssey/ Odsseyra1n/ Taurine). If your jailbreak is not supported you will get detection error and do not ask me. AGAIN DO NOT BUY VIP FOR JUST THIS CHEAT

      iOS Hack Download Link: https://iosgods.com/topic/167081-super-arrow-idle-cheats-v154-3/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 503 replies
    • My Talking Angela 2 Cheats v25.1.1 +2
      Modded/Hacked App: My Talking Angela 2 By Outfit7 Limited
      Bundle ID: com.outfit7.mytalkingangela2
      iTunes Store Link: https://apps.apple.com/us/app/my-talking-angela-2/id1536584509?uo=4


      Hack Features:
      - Infinite Currencies
      - No Ads


      Non-Jailbroken & No Jailbreak required hack(s): https://iosgods.com/topic/147072-my-talking-angela-2-v1013-jailed-cheats-2/


      iOS Hack Download Link: https://iosgods.com/topic/147070-my-talking-angela-2-cheats-all-versions-2/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 110 replies
    • My Talking Tom 2 Cheats v25.1.2 +2
      Modded/Hacked App: My Talking Tom 2 by Outfit7 Limited
      Bundle ID: com.outfit7.mytalkingtom2
      iTunes Store Link: https://itunes.apple.com/us/app/my-talking-tom-2/id1337578317?mt=8&uo=4&at=1010lce4



      Hack Features:
      - Infinite Coins (Spend some/ Get some)
      - No Ads


      Hack Download Link: https://iosgods.com/topic/82755-arm64-my-talking-tom-2-cheats-v102002-1/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 711 replies
    • Eatventure v1.35.0 Jailed Cheats +2
      Modded/Hacked App: Eatventure By Lessmore UG haftungsbeschraenkt
      Bundle ID: com.hwqgrhhjfd.idlefastfood
      iTunes Store Link: https://apps.apple.com/us/app/eatventure/id1600871388?uo=4


      Hack Features:
      - Freeze Currencies
      - Free iAP (Turn on inside iOSGods Mod Menu first)


      Jailbreak required hack(s): https://iosgods.com/topic/168170-eatventure-cheats-all-versions-1/


      iOS Hack Download IPA Link: https://iosgods.com/topic/168169-eatventure-v110-jailed-cheats-2/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 317 replies
    • Dead Ahead: Zombie Warfare Cheats v4.1.9 +4
      Modded/Hacked App: Dead Ahead: Zombie Warfare By Mobirate Studio Ltd
      Bundle ID: com.mobirate.DeadAheadTactics
      iTunes Store Link: https://itunes.apple.com/us/app/dead-ahead-zombie-warfare/id1017311881?mt=8&uo=4&at=1010lce4


      Hack Features:
      - Freeze Coins
      - Freeze Fuels
      - Infinite Mana
      - Instant Warrior Spawn (Show timer but works)

      *NOTE: COULD CAUSE YOU BANNED FROM ONLINE TOURNAMENT, I'M NOT TAKING ANY RESPONSIBILITY. USE WISELY


      Hack Download Link:
      https://iosgods.com/topic/70815-arm64-dead-ahead-zombie-warfare-cheats-v211-4/
      #Hack #Jailbreak #Cydia #Cheat #Apple #Android #iOSGods
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 781 replies
    • Harry Potter: Hogwarts Mystery v6.4.2 - [ Unlimited Energy & More ]
      Modded/Hacked App: Harry Potter: Hogwarts Mystery By Jam City, Inc.
      Bundle ID: com.tinyco.potter
      iTunes Store Link: https://apps.apple.com/us/app/harry-potter-hogwarts-mystery/id1333256716


      Hack Features:
      - Unlimited Energy
      - Max Attributes Level
      - Free Shop - Energy & Some Pets 
      - Max Creature Mastery Level
      - Unlimited Gems - Do Task And You'll Gain Gems
      - Feeding Button Enabled
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 866 replies
    • Temple Run 2 Cheats v1.120.0 +8
      Modded/Hacked App: Temple Run 2 by Imangi Studios, LLC
      Bundle ID: com.imangi.templerun2
      iTunes Store Link: https://apps.apple.com/us/app/temple-run-2/id572395608?uo=4&at=1010lce4


      Hack Features:
      - No Ads Enabled
      - x2 Coin Enabled
      - Infinite Coin (Spend some)
      - Infinite Gem (Spend some)
      - All Characters Unlocked
      - Free iAP (Turn off all iap hacks before using this, also if itunes popup don't show then run ldrestart in terminal -- This is an issue with the jailbreak not the hack)
      - Auto Run
      - Coin Magnet


      iOS Hack Download Link: https://iosgods.com/topic/132609-arm64-temple-run-2-cheats-v1691-8/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 304 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