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

    • [ FFBE WoTV Japan ] FFBE幻影戦争 WAR OF THE VISIONS Cheats v11.2.0 +3
      Modded/Hacked App: FFBE幻影戦争 戦略RPG/シミュレーションゲーム By SQUARE ENIX Co., Ltd.
      Bundle ID: com.square-enix.WOTVffbejp
      iTunes Store Link: https://apps.apple.com/jp/app/ffbe%E5%B9%BB%E5%BD%B1%E6%88%A6%E4%BA%89-%E6%88%A6%E7%95%A5rpg-%E3%82%B7%E3%83%9F%E3%83%A5%E3%83%AC%E3%83%BC%E3%82%B7%E3%83%A7%E3%83%B3%E3%82%B2%E3%83%BC%E3%83%A0/id1443703517?uo=4


      Hack Features:
      - Multiply Attack
      - Multiply Defense
      - Full Map Movement


      iOS Hack Download Link: https://iosgods.com/topic/173484-ffbe-wotv-japan-ffbe%E5%B9%BB%E5%BD%B1%E6%88%A6%E4%BA%89-war-of-the-visions-cheats-v916-3/
        • Thanks
        • Like
      • 51 replies
    • [ Seven Deadly Sins KR ] 일곱 개의 대죄: GRAND CROSS Cheats v8.6.56 +5
      Modded/Hacked App: 일곱 개의 대죄: GRAND CROSS By Netmarble Corporation
      Bundle ID: com.netmarble.nanakr
      iTunes Store Link: https://apps.apple.com/kr/app/%EC%9D%BC%EA%B3%B1-%EA%B0%9C%EC%9D%98-%EB%8C%80%EC%A3%84-grand-cross/id1449552940?uo=4


      Hack Features:
      - God Mode
      - One Hit Kill
      - Multiply Attack
      - Multiply Defense
      - Make Enemies God Mode for some quests


      iOS Hack Download Link: https://iosgods.com/topic/154899-seven-deadly-sins-kr-%EC%9D%BC%EA%B3%B1-%EA%B0%9C%EC%9D%98-%EB%8C%80%EC%A3%84-grand-cross-cheats-v750-5/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 145 replies
    • [ Seven Deadly Sins JP ] - 七つの大罪 光と闇の交戦 : グラクロ Cheats v8.6.56 +5
      Modded/Hacked App: 七つの大罪 光と闇の交戦 : グラクロ By Netmarble Corporation
      Bundle ID: com.netmarble.nanatsunotaizai
      iTunes Store Link: https://apps.apple.com/jp/app/七つの大罪-光と闇の交戦-グラクロ/id1268959718?uo=4&at=1010lce4


      Hack Features:
      - God Mode
      - OHK


      iOS Hack Download Link: https://iosgods.com/topic/112888-seven-deadly-sins-%E4%B8%83%E3%81%A4%E3%81%AE%E5%A4%A7%E7%BD%AA-%E5%85%89%E3%81%A8%E9%97%87%E3%81%AE%E4%BA%A4%E6%88%A6-%E3%82%B0%E3%83%A9%E3%82%AF%E3%83%AD-v340-god-mode-unlimited-mp/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 1,044 replies
    • Toram Online v4.0.55 - [ Custom Move Speed & More ]
      Modded/Hacked App: Toram Online By ASOBIMO,Inc.
      Bundle ID: com.asobimo.toramonline
      iTunes Store Link: https://itunes.apple.com/us/app/toram-online/id988683886?mt=8&uo=4&at=1010lce4
       

      Mod Requirements:
      - Jailbroken iPhone/iPad/iPod Touch.
      - iFile / Filza / iFunBox / iTools or any other file managers for iOS.
      - Cydia Substrate or Substitute.
      - PreferenceLoader (from Cydia or Sileo).


      Hack Features:
      - Custom Move Speed
      - God Mode 
      - Fast Attack Speed
      - Fast Cast Speed
      - Always Critical Chance
      - Never Miss Hit 
      - Mobs/Bosses Can't Avoid & Guard 
      - Quick Draw
      - Armor Break
      - Magic Wall - Stun + Full Map Hack 
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 2,535 replies
    • The Seven Deadly Sins Cheats v2.68.0 +5
      Modded/Hacked App: The Seven Deadly Sins by Netmarble Corporation
      Bundle ID: com.netmarble.nanagb
      iTunes Store Link: https://apps.apple.com/us/app/the-seven-deadly-sins/id1475440231?uo=4&at=1010lce4


      Hack Features:
      - God Mode
      - OHK
      - Infinite MP


      iOS Hack Download Link: https://iosgods.com/topic/131686-arm64-the-seven-deadly-sins-cheats-v117-3/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 1,996 replies
    • Sausage Man v19.17 +8 Cheats
      Modded/Hacked App: Sausage Man By XD Entertainment Pte Ltd
      Bundle ID: com.xd.GlobalSoFunny.Sausage
      iTunes Store Link: https://apps.apple.com/us/app/sausage-man/id1563750315?uo=4


      Hack Features:
      - Walk On Water
      - Custom FOV
      - Custom Speed
      - No Recoil
      - No Shake
      - No Muzzle Flash
      - Superman
      - No Fire Sound
      - No Reload Sound
      - No Bow Sound
      Notes:
      - FOV set it to around 100.
      - Speed, set it around 10 and see if the server registers your speed.


      Non-Jailbroken & No Jailbreak required hack(s): https://iosgods.com/topic/164220-sausage-man-v1639-6-cheats-for-jailed-idevices/


      iOS Hack Download Link: https://iosgods.com/topic/147566-sausage-man-v1639-8-cheats/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 672 replies
    • Warhammer 40,000: Tacticus v1.25.11 +4 Cheats
      Modded/Hacked App: Warhammer 40,000: Tacticus By Snowprint Studios AB
      Bundle ID: com.snowprintstudios.tacticus
      iTunes Store Link: https://apps.apple.com/us/app/warhammer-40-000-tacticus/id1599937506?uo=4

      Hack Features:
      - Always Win [ even if all your characters die, you win ]
      - Custom Ability Stats
      - Ability Always Available
      - Game Speed Multiplier

      Note: Use characters that do ability attack to multiple enemies like Varro Tigurius & Bellator


      Non-Jailbroken & No Jailbreak required hack(s): https://iosgods.com/topic/163492-warhammer-40000-tacticus-v1133-3-cheats-for-jailed-idevices/


      iOS Hack Download Link: https://iosgods.com/topic/163377-warhammer-40000-tacticus-v1133-4-cheats/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 273 replies
    • Pixel Heroes Idle Cheats v1.00.0063 +3
      Modded/Hacked App: Pixel Heroes Idle By Zero To One Games CO., LTD
      Bundle ID: com.ztogames.ppki
      iTunes Store Link: https://apps.apple.com/us/app/pixel-heroes-idle/id6476479696?uo=4


      Hack Features:
      - Damage Multiplier
      - Defense Multiplier
      - Freeze Resources


      Non-Jailbroken & No Jailbreak required hack(s): 


      iOS Hack Download Link: https://iosgods.com/topic/184508-pixel-heroes-idle-v1000043-5-cheats/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 153 replies
    • [ The Sims Mobile ] TSM Game Cheats v48.0.2 +2
      Modded/Hacked App: The Sims™ Mobile by EA Swiss Sarl
      Bundle ID: com.ea.ios.simsmobile
      iTunes Store Link: https://apps.apple.com/us/app/the-sims-mobile/id1144258115?uo=4&at=1010lce4


      Hack Features:
      - Multiply Coin and Cash Earned
      - Infinite Energy


      Non-Jailbroken & No Jailbreak required hack(s): https://iosgods.com/topic/66166-arm64-the-sims-mobile-v2200-jailed-cheats-2/


      Hack Download Link: https://iosgods.com/topic/66035-arm64-the-sims-mobile-cheats-all-versions-2/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 3,946 replies
    • Shadow Fight 4: Arena Cheat v1.9.32 +4
      Modded/Hacked App: Shadow Fight 4: Arena By Nekki Limited
      Bundle ID: com.nekki.shadowfightarena
      iTunes Store Link: https://apps.apple.com/us/app/shadow-fight-4-arena/id1479050948?uo=4


      Hack Features:
      - Freeze Enemies

      ViP Features:
      - Multiply Attack
      - Multiply Defense
      - God Mode
       

      Non-Jailbroken & No Jailbreak required hack(s):  https://iosgods.com/topic/136035-shadow-fight-4-arena-v1920-jailed-cheat-4/


      iOS Hack Download Link: https://iosgods.com/topic/136014-shadow-fight-4-arena-cheat-v1920-4/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 363 replies
    • CritterCraft Chronicles v0.3.1 +10 Jailed Cheats [ Game Breaking ]
      Modded/Hacked App: CritterCraft Chronicles By ARIZONA, INC.
      Bundle ID: com.afk.rpg.crittercraft
      iTunes Store Link: https://apps.apple.com/ca/app/crittercraft-chronicles/id6569261592?uo=4


      Hack Features:
      - Unlimited Currencies
      - Add Currency*
      - Add Taming Charm*
      - Add Mysterious Stone*
      - Add Ancient Stone*
      - Add Sacred Stone*
      - Kill All Enemies*
      - Unlock All Areas*
      - Max All Critters*
      - Increase Critters Skill Level*

      * Click on Train then press on Release. Only enable 1 feature at a time.


      Jailbreak required hack(s): [Mod Menu Hack] CritterCraft Chronicles v0.3.1 +10 Cheats [ Game Breaking ] - 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/
        • Like
      • 1 reply
    • CritterCraft Chronicles v0.3.1 +10 Cheats [ Game Breaking ]
      Modded/Hacked App: CritterCraft Chronicles By ARIZONA, INC.
      Bundle ID: com.afk.rpg.crittercraft
      iTunes Store Link: https://apps.apple.com/ca/app/crittercraft-chronicles/id6569261592?uo=4


      Hack Features:
      - Unlimited Currencies
      - Add Currency*
      - Add Taming Charm*
      - Add Mysterious Stone*
      - Add Ancient Stone*
      - Add Sacred Stone*
      - Kill All Enemies*
      - Unlock All Areas*
      - Max All Critters*
      - Increase Critters Skill Level*

      * Click on Train then press on Release. Only enable 1 feature at a time.


      Non-Jailbroken & No Jailbreak required hack(s): [IPA Mod Menu] CritterCraft Chronicles v0.3.1 +10 Jailed Cheats [ Game Breaking ] - 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/
        • Agree
        • Winner
        • Like
      • 1 reply
×
  • 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