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
Share on other sites

  • Replies 144
  • Created
  • Last Reply

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

Link to comment
Share on other sites

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 :)

Link to comment
Share on other sites

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)
Link to comment
Share on other sites

Archived

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

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

    • Let’s Survive - Survival games By TREASTONE LTD v1.9.2 +7
      Modded/Hacked App: Let’s Survive - Survival games By TREASTONE LTD
      Bundle ID: lets.survive.apocalypse.survival
      iTunes Store Link: https://apps.apple.com/us/app/lets-survive-survival-games/id1599740417?uo=4


      Mod Requirements:
      - Non-Jailbroken/Jailed or Jailbroken iPhone/iPad/iPod Touch.
      - Sideloadly / Cydia Impactor or alternatives.
      - A Computer Running Windows/macOS/Linux with iTunes installed.


      Hack Features:
      - Freeze Craft Items<br style="background-color:#1e1f25;color:rgba(255,255,255,0.81);font-size:14px;">- Free Boost<br style="background-color:#1e1f25;color:rgba(255,255,255,0.81);font-size:14px;">- Can Craft<br style="background-color:#1e1f25;color:rgba(255,255,255,0.81);font-size:14px;">- Can Build<br style="background-color:#1e1f25;color:rgba(255,255,255,0.81);font-size:14px;">- Can Upgrade<br style="background-color:#1e1f25;color:rgba(255,255,255,0.81);font-size:14px;">- No Hunger<br style="background-color:#1e1f25;color:rgba(255,255,255,0.81);font-size:14px;">- No Thirst


      Jailbreak required hack(s): 


      • 80 replies
    • Let’s Survive - Survival games By TREASTONE LTD v1.9.2 +7
      Modded/Hacked App: Let’s Survive - Survival games By TREASTONE LTD
      Bundle ID: lets.survive.apocalypse.survival
      iTunes Store Link: https://apps.apple.com/us/app/lets-survive-survival-games/id1599740417?uo=4


      Hack Features:
      - Freeze Craft Items


      Non-Jailbroken & No Jailbreak required hack(s): https://iosgods.com/forum/79-no-jailbreak-section/
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      For more fun, check out the Club(s): https://iosgods.com/clubs/
      • 124 replies
    • Soul Weapon Idle v1.1.9 +2 Cheats
      Modded/Hacked App: Soul Weapon Idle By Highbrow
      Bundle ID: com.highbrow.games.swidle
      iTunes Store Link: https://apps.apple.com/us/app/soul-weapon-idle/id6463790728?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
      - Never Die


      Non-Jailbroken & No Jailbreak required hack(s): https://iosgods.com/forum/79-no-jailbreak-section/
      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:
      - AlyssaX64


      Cheat Video/Screenshots:

      N/A
      • 9 replies
    • Shadow Fight 2 + Shadow Fight 2 Special Edition Cheats v2.35.0 +2
      Modded/Hacked App: Shadow Fight 2 by MOBILNYE IGRY OOO
      Bundle ID: com.nekki.shadowfight
      iTunes Store Link: https://apps.apple.com/us/app/shadow-fight-2/id696565994?uo=4&at=1010lce4


      Hack Features:
      - Custom Coin
      - Custom Gem


      iOS Hack Download Link: https://iosgods.com/topic/131640-arm64-shadow-fight-2-cheats-v261-2/
      • 2,411 replies
    • Unknown Knights: Pixel RPG Cheats v1.1.20 +2
      Modded/Hacked App: Unknown Knights: Pixel RPG By cookapps
      Bundle ID: com.cookapps.bm.unknownknight
      iTunes Store Link: https://apps.apple.com/us/app/unknown-knights-pixel-rpg/id6443811741?uo=4


      Hack Features:
      - Multiply Attack
      - Multiply Defense


      iOS Hack Download Link: https://iosgods.com/topic/178281-unknown-knights-pixel-rpg-cheats-v1085-2/
      • 196 replies
    • Into The Dead 2 Cheats v1.70.1 +11
      Modded/Hacked App: Into the Dead 2 By Prodigy Design Limited T/A Sidhe Interactive
      Bundle ID: com.pikpok.dr2.iosstore
      iTunes Store Link: https://itunes.apple.com/us/app/into-the-dead-2/id1151220243?mt=8&uo=4&at=1010lce4



      Hack Features:
      - Infinite Ammo
      - No Reload
      - One Shot Kill
      - Infinite Grenade
      - No Grenade Cooldown
      - Insane Explotion Radius after Throw Grenade
      - No Collision (God Mode)
      - Infinite Stamnia
      - ViP Services
      - Infinite Silver
      - Infinite Gold


      Hack Download Link: https://iosgods.com/topic/73337-arm64-into-the-dead-2-cheats-v1141-11/
      • 1,545 replies
    • Crown Rumble: Idle Kingdoms v1.5.8 +3 Cheats
      Modded/Hacked App: Crown Rumble: Idle Kingdoms By AlohaFactory
      Bundle ID: kr.co.alohacorp.idlekingdoms
      iTunes Store Link: https://apps.apple.com/us/app/crown-rumble-idle-kingdoms/id6470770555?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
      - Defense Multiplier
      - Unlimited Currencies -> Increase When Use


      Non-Jailbroken & No Jailbreak required hack(s): https://iosgods.com/forum/79-no-jailbreak-section/
      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:
      - AlyssaX64


      Cheat Video/Screenshots:

      N/A
      • 15 replies
    • Fortias Saga: Action Adventure v1.0.39 +5 Cheats
      Modded/Hacked App: Fortias Saga: Action Adventure By ONDI TECHNOLOGY JOINT STOCK COMPANY
      Bundle ID: com.ondi.fortias.saga
      iTunes Store Link: https://apps.apple.com/us/app/fortias-saga-action-adventure/id6475805032?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
      - Defense Multiplier
      - Shards & Items Multiplier*
      - Freeze Resources
      - No Ads
      *Turn Off When You Get Enough So It Don't Go Negative


      Non-Jailbroken & No Jailbreak required hack(s): https://iosgods.com/forum/79-no-jailbreak-section/
      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:
      - AlyssaX64


      Cheat Video/Screenshots:

      N/A
        • Haha
      • 94 replies
    • Astral Survivor v1.0.105 +2 Cheats
      Modded/Hacked App: Astral Survivor By Firedog Creative Company Limited
      Bundle ID: com.firedogstudio.astralsurvivor
      iTunes Store Link: https://apps.apple.com/us/app/astral-survivor/id6475716603?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:
      - Never Die
      - Unlimited Gold


      Non-Jailbroken & No Jailbreak required hack(s): https://iosgods.com/forum/79-no-jailbreak-section/
      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:
      - AlyssaX64


      Cheat Video/Screenshots:

      N/A
      • 11 replies
    • Love Island: The Game v1.5.1 +2 Jailed Cheats [ Unlimited Currencies ]
      Modded/Hacked App: Love Island: The Game By Fusebox Games
      Bundle ID: com.fuseboxgames.loveisland2
      iTunes Store Link: https://apps.apple.com/us/app/love-island-the-game/id1522699215
       

      Hack Features:
      - Unlimited Gems -> Earn or spend some.
      - Unlimited Tickets -> Earn or spend some.


      Jailbreak required hack(s): https://iosgods.com/topic/169224-love-island-the-game-all-versions-2-cheats-unlimited-currencies/
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      For more fun, check out the Club(s): https://iosgods.com/clubs/
        • Like
      • 133 replies
    • Love Island: The Game v1.5.1 +2 Cheats [ Unlimited Currencies ]
      Modded/Hacked App: Love Island: The Game By Fusebox Games
      Bundle ID: com.fuseboxgames.loveisland2
      iTunes Store Link: https://apps.apple.com/us/app/love-island-the-game/id1522699215
       

      Hack Features:
      - Unlimited Gems -> Earn or spend some.
      - Unlimited Tickets -> Earn or spend some.


      Non-Jailbroken & No Jailbreak required hack(s): https://iosgods.com/forum/79-no-jailbreak-section/
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      For more fun, check out the Club(s): https://iosgods.com/clubs/
      • 42 replies
    • Grow Shooter : Survivor RPG v1.0.18 +2 Jailed Cheats [ Unlimited Currencies ]
      Modded/Hacked App: Grow Shooter : Survivor RPG By DongSik Moon
      Bundle ID: com.eastmoon.growshooterlive
      iTunes Store Link: https://apps.apple.com/us/app/grow-shooter-survivor-rpg/id6480362458?uo=4


      Hack Features:
      - Unlimited Coins -> Will not decrease.
      - Unlimited Rubies -> Will not decrease.


      Jailbreak required hack(s): [Mod Menu Hack] Grow Shooter : Survivor RPG v1.0.10 +4 Cheats [ Damage ] - 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/
      • 26 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