Jump to content

[Mac] Pokemon Go Bot - Easy [PreBuilt]


Guest

145 posts in this topic

Recommended Posts

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/

Link to comment
https://iosgods.com/topic/33292-mac%C2%A0pokemon-go-bot-easy-prebuilt/
Share on other sites

  • Replies 144
  • Created
  • Last Reply

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)

Archived

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

Guest
This topic is now closed to further replies.
  • Our picks

    • Super Stylist Fashion Makeover Cheats v3.5.2 +1
      Modded/Hacked App: Super Stylist Fashion Makeover By CRAZY STYLE LTD
      Bundle ID: com.babyeducationtoys.fashionstyle
      iTunes Store Link: https://apps.apple.com/us/app/super-stylist-fashion-makeover/id1441648201?uo=4


      Hack Features:
      - Free Store (not iAP)


      Non-Jailbroken & No Jailbreak required hack(s): https://iosgods.com/topic/112404-super-stylist-fashion-makeover-v352-jailed-cheats-1/


      iOS Hack Download Link: https://iosgods.com/topic/190368-super-stylist-fashion-makeover-cheats-v352-1/
      • 0 replies
    • [Grandchase KR] 그랜드체이스 Cheats v1.86.2 +3
      Modded/Hacked App: 그랜드체이스 by Kakao Games Corp.
      Bundle ID: com.kakaogames.grdchase
      iTunes Store Link: https://apps.apple.com/kr/app/%EA%B7%B8%EB%9E%9C%EB%93%9C%EC%B2%B4%EC%9D%B4%EC%8A%A4/id1312734855?uo=4&at=1010lce4


      Hack Features:
      - Multiply Attack
      - Multiply Defense
      - Instant Skills


      iOS Hack Download Link: https://iosgods.com/topic/132809-arm64-%EA%B7%B8%EB%9E%9C%EB%93%9C%EC%B2%B4%EC%9D%B4%EC%8A%A4-grandchase-kr-cheats-all-versions-3/
      • 138 replies
    • PewDiePie's Tuber Simulator Cheats v2.42.0 +3
      Modded/Hacked App: PewDiePie's Tuber Simulator by Outerminds Inc.
      Bundle ID: com.outerminds.tubular
      iTunes Store Link: https://itunes.apple.com/us/app/pewdiepies-tuber-simulator/id1093190533?mt=8&uo=4&at=1010lce4


      Hack Features:
      - Infinite Subscriber
      - Infinite Views
      - Infinite Bux


      Hack Download Link: https://iosgods.com/topic/86366-arm64-pewdiepies-tuber-simulator-cheats-v1310-3/
      • 1,138 replies
    • Subway Surfers Cheats v3.40.0 +5
      Modded/Hacked App: Subway Surfers by Sybo Games ApS
      Bundle ID: com.kiloo.subwaysurfers
      iTunes Store Link: https://apps.apple.com/us/app/subway-surfers/id512939461?uo=4&at=1010lce4


      Hack Features:
      - Infinite Currencies
      - Unlock Characters Outfit
      - Custom Jump Height
      - No Clip (You can't end level with this even if you turned it off)


      Non-Jailbroken & No Jailbreak required hack(s): https://iosgods.com/topic/119795-arm64-subway-surfers-v231-jailed-cheats-2/


      iOS Hack Download Link: https://iosgods.com/topic/119793-arm64-subway-surfers-cheats-all-versions-4/
      • 2,251 replies
    • Slayer Legend Cheats v600.1.1 +5
      Modded/Hacked App: Slayer Legend By GEAR2
      Bundle ID: com.gear2.growslayer
      iTunes Store Link: https://apps.apple.com/us/app/slayer-legend/id1635712706?uo=4


      Hack Features:
      - Multiply Attack
      - Multiply Defense
      - Freeze Currencies


      iOS Hack Download Link: https://iosgods.com/topic/186299-slayer-legend-cheats-v50084-3/
      • 90 replies
    • MARVEL Contest of Champions v48.1.0 +11++ Amazing Cheats!
      Modded/Hacked App: MARVEL Contest of Champions By Kabam
      Bundle ID: com.kabam.marvelbattle
      iTunes Link: https://itunes.apple.com/us/app/marvel-contest-of-champions/id896112560?mt=8&uo=4&at=1010lce4


      Hack Features
      - Enemy/AI Doesn't Attack
      - Special Attack/Skill Always Available
      - No Knockbacks When Hit
      - No Knockdowns When Hit
      - Enemy Doesn't Block
      - Auto Win - Whoever Attacks first, loses. Disable AI Doesn't Attack for this to work.
      - One Hit Kill / High Damage - Linked. Attack first or use with Enemy Doesn't Attack.

      Non-Jailbroken version of this hack: https://iosgods.com/topic/44075-marvel-contest-of-champions-v1311-2-cheats-for-jailed-devices/
      • 3,417 replies
    • God Keeper ( ケモミミヤシロ ) v1.0.6 +4 Jailed Cheats [ Unlimited Currencies ]
      Modded/Hacked App: ケモミミヤシロ By HAKONY LLC.
      Bundle ID: com.hakony.godkeeper
      iTunes Store Link: https://apps.apple.com/jp/app/%E3%82%B1%E3%83%A2%E3%83%9F%E3%83%9F%E3%83%A4%E3%82%B7%E3%83%AD/id6450285105?uo=4


      Hack Features:
      - Coin Multiplier
      - Prayer Multiplier
      - Daily Orb Multiplier
      - Daily Diamond Multiplier


      Jailbreak required hack(s): [Mod Menu Hack] God Keeper ( ケモミミヤシロ ) v1.0.6 +4 Cheats [ Unlimited Currencies ] - Free Jailbroken Cydia Cheats - iOSGods
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      For more fun, check out the Club(s): https://iosgods.com/clubs/
      • 6 replies
    • God Keeper ( ケモミミヤシロ ) v1.0.6 +4 Cheats [ Unlimited Currencies ]
      Modded/Hacked App: ケモミミヤシロ By HAKONY LLC.
      Bundle ID: com.hakony.godkeeper
      iTunes Store Link: https://apps.apple.com/jp/app/%E3%82%B1%E3%83%A2%E3%83%9F%E3%83%9F%E3%83%A4%E3%82%B7%E3%83%AD/id6450285105?uo=4


      Hack Features:
      - Coin Multiplier
      - Prayer Multiplier
      - Daily Orb Multiplier
      - Daily Diamond Multipier


      Non-Jailbroken & No Jailbreak required hack(s): [IPA Mod Menu] God Keeper ( ケモミミヤシロ ) v1.0.6 +4 Jailed Cheats [ Unlimited Currencies ] - Free Non-Jailbroken IPA Cheats - iOSGods
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      For more fun, check out the Club(s): https://iosgods.com/clubs/
      • 4 replies
    • Laundry Store Simulator v2.1.5 +1 Jailed Cheat [ Unlimited Currencies ]
      Modded/Hacked App: Laundry Store Simulator By PT. Selamat Akhir Pekan
      Bundle ID: com.AkhirPekan.LaundrySimulator
      iTunes Store Link: https://apps.apple.com/us/app/laundry-store-simulator/id6739293205?uo=4


      Hack Features:
      - Unlimited Currencies -> Will increase instead of decrease.


      Jailbreak required hack(s): [Mod Menu Hack] Laundry Store Simulator v2.1.5 +1 Cheat [ Unlimited Currencies ] - Free Jailbroken Cydia Cheats - iOSGods
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      For more fun, check out the Club(s): https://iosgods.com/clubs/
      • 2 replies
    • Laundry Store Simulator v2.1.5 +1 Cheat [ Unlimited Currencies ]
      Modded/Hacked App: Laundry Store Simulator By PT. Selamat Akhir Pekan
      Bundle ID: com.AkhirPekan.LaundrySimulator
      iTunes Store Link: https://apps.apple.com/us/app/laundry-store-simulator/id6739293205?uo=4


      Mod Requirements:
      - Jailbroken iPhone/iPad/iPod Touch.
      - iGameGod / Filza / iMazing or any other file managers for iOS.
      - Cydia Substrate, ElleKit, Substitute or libhooker depending on your jailbreak.
      - PreferenceLoader (from Cydia, Sileo or Zebra).


      Hack Features:
      - Unlimited Currencies -> Will increase instead of decrease.


      Non-Jailbroken & No Jailbreak required hack(s): [IPA Mod Menu] Laundry Store Simulator v2.1.5 +1 Jailed Cheat [ Unlimited Currencies ] - Free Non-Jailbroken IPA Cheats - iOSGods
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      For more fun, check out the Club(s): https://iosgods.com/clubs/


      iOS Hack Download Link:

      Hidden Content

      Download Hack








      Installation Instructions:
      STEP 1: Download the .deb Cydia hack file from the link above. Use Safari/Google Chrome or other iOS browsers to download.
      STEP 2: Once the file has downloaded, tap on it and then you will be prompted on whether you want to open the deb with iGameGod or copy it to Filza.
      STEP 3: If necessary, tap on the downloaded file, and then, you will need to press 'Install' from the options on your screen.
      STEP 4: Let iGameGod/Filza finish the cheat installation. Make sure it successfully installs, otherwise see the note below.
      STEP 5: If the hack is a Mod Menu — which is usually the case nowadays — the cheat features can be toggled in-game. Some cheats have options that can be enabled from your iDevice settings.
      STEP 6: Turn on the features you want and play the game. You may need to follow further instructions inside the hack's popup in-game.

       

      NOTE: If you have any questions or problems, read our Troubleshooting topic & Frequently Asked Questions & Answers topic. If you still haven't found a solution, post your issue down below and we'll do our best to help! If the hack does work for you, please post your feedback below and help out other fellow members that are encountering issues.


      Credits:
      - @Puddin


      Cheat Video/Screenshots:

      N/A
      • 1 reply
    • Apple Grapple: Survivor v679 +50++ Jailed Cheats [ Debug Menu ]
      Modded/Hacked App: Apple Grapple: Survivor By Loop Games Oyun Teknolojileri Anonim Sirketi
      Bundle ID: com.loop.apple.grapple
      iTunes Store Link: https://apps.apple.com/us/app/apple-grapple-survivor/id6478910885?uo=4


      Hack Features:
      - Damage Multiplier
      - Defence Multiplier
      - Battle Pass Purchased
      - Debug Menu -> Head into Settings and toggle the Discord button.

      -> Set Player Health
      -> Set Player Speed
      -> Set Player Weapon
      -> Change Level
      -> Add/Remove Currencies
      -> Increase Battle Pass Kills
      -> Earn All Equipment
      -> Skip Tutorial

      + More!


      Jailbreak required hack(s): [Mod Menu Hack] Apple Grapple: Survivor v679 +50++ Cheats [ Debug Menu ] - Free Jailbroken Cydia Cheats - iOSGods
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      For more fun, check out the Club(s): https://iosgods.com/clubs/
      • 0 replies
    • Apple Grapple: Survivor v679 +50++ Cheats [ Debug Menu ]
      Modded/Hacked App: Apple Grapple: Survivor By Loop Games Oyun Teknolojileri Anonim Sirketi
      Bundle ID: com.loop.apple.grapple
      iTunes Store Link: https://apps.apple.com/us/app/apple-grapple-survivor/id6478910885?uo=4


      Mod Requirements:
      - Jailbroken iPhone/iPad/iPod Touch.
      - iGameGod / Filza / iMazing or any other file managers for iOS.
      - Cydia Substrate, ElleKit, Substitute or libhooker depending on your jailbreak.
      - PreferenceLoader (from Cydia, Sileo or Zebra).


      Hack Features:
      - Damage Multiplier
      - Defence Multiplier
      - Battle Pass Purchased
      - Debug Menu -> Head into Settings and toggle the Discord button.

      -> Set Player Health
      -> Set Player Speed
      -> Set Player Weapon
      -> Change Level
      -> Add/Remove Currencies
      -> Increase Battle Pass Kills
      -> Earn All Equipment
      -> Skip Tutorial

      + More!


      Non-Jailbroken & No Jailbreak required hack(s): [IPA Mod Menu] Apple Grapple: Survivor v679 +50++ Jailed Cheats [ Debug Menu ] - Free Non-Jailbroken IPA Cheats - iOSGods
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      For more fun, check out the Club(s): https://iosgods.com/clubs/


      iOS Hack Download Link:

      Hidden Content

      Download Hack








      Installation Instructions:
      STEP 1: Download the .deb Cydia hack file from the link above. Use Safari/Google Chrome or other iOS browsers to download.
      STEP 2: Once the file has downloaded, tap on it and then you will be prompted on whether you want to open the deb with iGameGod or copy it to Filza.
      STEP 3: If necessary, tap on the downloaded file, and then, you will need to press 'Install' from the options on your screen.
      STEP 4: Let iGameGod/Filza finish the cheat installation. Make sure it successfully installs, otherwise see the note below.
      STEP 5: If the hack is a Mod Menu — which is usually the case nowadays — the cheat features can be toggled in-game. Some cheats have options that can be enabled from your iDevice settings.
      STEP 6: Turn on the features you want and play the game. You may need to follow further instructions inside the hack's popup in-game.

       

      NOTE: If you have any questions or problems, read our Troubleshooting topic & Frequently Asked Questions & Answers topic. If you still haven't found a solution, post your issue down below and we'll do our best to help! If the hack does work for you, please post your feedback below and help out other fellow members that are encountering issues.


      Credits:
      - @Puddin


      Cheat Video/Screenshots:

      N/A
      • 2 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