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

    • Otherworld Mercenary Corps v1.9.2 +2 Jailed Cheats
      Modded/Hacked App: Otherworld Mercenary Corps By baobob lab
      Bundle ID: com.blb.ios.Mercenary
      iTunes Store Link: https://apps.apple.com/us/app/otherworld-mercenary-corps/id6471457105?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:
      - Damage Multiplier
      - Never Die


      Jailbreak required hack(s): https://iosgods.com/forum/5-game-cheats-hack-requests/
      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 IPA Link:

      Hidden Content

      Download via the iOSGods App








      PC Installation Instructions:
      STEP 1: If necessary, uninstall the app if you have it installed on your iDevice. Some hacked IPAs will install as a duplicate app. Make sure to back it up so you don't lose your progress.
      STEP 2: Download the pre-hacked .IPA file from the link above to your computer. To download from the iOSGods App, see this tutorial topic.
      STEP 3: Download Sideloadly and install it on your PC.
      STEP 4: Open/Run Sideloadly on your computer, connect your iOS Device, and wait until your device name shows up.
      STEP 5: Once your iDevice appears, drag the modded .IPA file you downloaded and drop it inside the Sideloadly application.
      STEP 6: You will now have to enter your iTunes/Apple ID email login, press "Start" & then you will be asked to enter your password. Go ahead and enter the required information.
      STEP 7: Wait for Sideloadly to finish sideloading/installing the hacked IPA. If there are issues during installation, please read the note below.
      STEP 8: Once the installation is complete and you see the app on your Home Screen, you will need to go to Settings -> General -> Profiles/VPN & Device Management. Once there, tap on the email you entered from step 6, and then tap on 'Trust [email protected]'.
      STEP 9: Now go to your Home Screen and open the newly installed app and everything should work fine. You may need to follow further per app instructions inside the hack's popup in-game.

      NOTE: iOS/iPadOS 16 and later, you must enable Developer Mode. For free Apple Developer accounts, you will need to repeat this process every 7 days. Jailbroken iDevices can also use Sideloadly/Filza/IPA Installer to normally install the IPA with AppSync. If you have any questions or problems, read our Sideloadly FAQ section of the topic and if you don't find a solution, please post your issue down below and we'll do our best to help! If the hack does work for you, post your feedback below and help out other fellow members that are encountering issues.


      Credits:
      - AlyssaX64


      Cheat Video/Screenshots:

      N/A
      • 95 replies
    • Otherworld Mercenary Corps v1.9.2 +2 Cheats
      Modded/Hacked App: Otherworld Mercenary Corps By baobob lab
      Bundle ID: com.blb.ios.Mercenary
      iTunes Store Link: https://apps.apple.com/us/app/otherworld-mercenary-corps/id6471457105?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
      • 158 replies
    • DungeonSlasher v0.726.6 +3 Jailed Cheats
      Modded/Hacked App: DungeonSlasher By gihyeon lim
      Bundle ID: com.nspgames.dungeonslasher
      iTunes Store Link: https://apps.apple.com/us/app/dungeonslasher/id1620305888?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:
      - Damage Multiplier
      - Never Die
      - Drop Multiplier
      - Free iAP


      Jailbreak required hack(s): 


      iOS Hack Download IPA Link:

      Hidden Content

      Download via the iOSGods App








      PC Installation Instructions:
      STEP 1: If necessary, uninstall the app if you have it installed on your iDevice. Some hacked IPAs will install as a duplicate app. Make sure to back it up so you don't lose your progress.
      STEP 2: Download the pre-hacked .IPA file from the link above to your computer. To download from the iOSGods App, see this tutorial topic.
      STEP 3: Download Sideloadly and install it on your PC.
      STEP 4: Open/Run Sideloadly on your computer, connect your iOS Device, and wait until your device name shows up.
      STEP 5: Once your iDevice appears, drag the modded .IPA file you downloaded and drop it inside the Sideloadly application.
      STEP 6: You will now have to enter your iTunes/Apple ID email login, press "Start" & then you will be asked to enter your password. Go ahead and enter the required information.
      STEP 7: Wait for Sideloadly to finish sideloading/installing the hacked IPA. If there are issues during installation, please read the note below.
      STEP 8: Once the installation is complete and you see the app on your Home Screen, you will need to go to Settings -> General -> Profiles/VPN & Device Management. Once there, tap on the email you entered from step 6, and then tap on 'Trust [email protected]'.
      STEP 9: Now go to your Home Screen and open the newly installed app and everything should work fine. You may need to follow further per app instructions inside the hack's popup in-game.

      NOTE: iOS/iPadOS 16 and later, you must enable Developer Mode. For free Apple Developer accounts, you will need to repeat this process every 7 days. Jailbroken iDevices can also use Sideloadly/Filza/IPA Installer to normally install the IPA with AppSync. If you have any questions or problems, read our Sideloadly FAQ section of the topic and if you don't find a solution, please post your issue down below and we'll do our best to help! If the hack does work for you, post your feedback below and help out other fellow members that are encountering issues.


      Credits:
      - AlyssaX64


      Cheat Video/Screenshots:

      N/A
      • 85 replies
    • (Rums Spring And Dungeon) ラムの泉とダンジョン:ハクスラ&放置RPG v5.0.7 +3 Jailed Cheats
      Modded/Hacked App: ラムの泉とダンジョン:ハクスラ&放置RPG By SHINICHI FUJIMOTO
      Bundle ID: com.RSGames.RumsSpringAndDungeon
      iTunes Store Link: https://apps.apple.com/jp/app/%E3%83%A9%E3%83%A0%E3%81%AE%E6%B3%89%E3%81%A8%E3%83%80%E3%83%B3%E3%82%B8%E3%83%A7%E3%83%B3-%E3%83%8F%E3%82%AF%E3%82%B9%E3%83%A9-%E6%94%BE%E7%BD%AErpg/id1577284786?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:
      - Exp Multiplier
      - Gold Multiplier
      - Dumb Enemies


      Jailbreak required hack(s): 


      iOS Hack Download IPA Link:

      Hidden Content

      Download via the iOSGods App








      PC Installation Instructions:
      STEP 1: If necessary, uninstall the app if you have it installed on your iDevice. Some hacked IPAs will install as a duplicate app. Make sure to back it up so you don't lose your progress.
      STEP 2: Download the pre-hacked .IPA file from the link above to your computer. To download from the iOSGods App, see this tutorial topic.
      STEP 3: Download Sideloadly and install it on your PC.
      STEP 4: Open/Run Sideloadly on your computer, connect your iOS Device, and wait until your device name shows up.
      STEP 5: Once your iDevice appears, drag the modded .IPA file you downloaded and drop it inside the Sideloadly application.
      STEP 6: You will now have to enter your iTunes/Apple ID email login, press "Start" & then you will be asked to enter your password. Go ahead and enter the required information.
      STEP 7: Wait for Sideloadly to finish sideloading/installing the hacked IPA. If there are issues during installation, please read the note below.
      STEP 8: Once the installation is complete and you see the app on your Home Screen, you will need to go to Settings -> General -> Profiles/VPN & Device Management. Once there, tap on the email you entered from step 6, and then tap on 'Trust [email protected]'.
      STEP 9: Now go to your Home Screen and open the newly installed app and everything should work fine. You may need to follow further per app instructions inside the hack's popup in-game.

      NOTE: iOS/iPadOS 16 and later, you must enable Developer Mode. For free Apple Developer accounts, you will need to repeat this process every 7 days. Jailbroken iDevices can also use Sideloadly/Filza/IPA Installer to normally install the IPA with AppSync. If you have any questions or problems, read our Sideloadly FAQ section of the topic and if you don't find a solution, please post your issue down below and we'll do our best to help! If the hack does work for you, post your feedback below and help out other fellow members that are encountering issues.


      Credits:
      - AlyssaX64


      Cheat Video/Screenshots:

      N/A
      • 17 replies
    • (Rums Spring And Dungeon) ラムの泉とダンジョン:ハクスラ&放置RPG v5.0.7 +3 Cheats
      Modded/Hacked App: ラムの泉とダンジョン:ファンタジー ハクスラ 放置系RPG By SHINICHI FUJIMOTO
      Bundle ID: com.RSGames.RumsSpringAndDungeon
      iTunes Store Link: https://apps.apple.com/jp/app/%E3%83%A9%E3%83%A0%E3%81%AE%E6%B3%89%E3%81%A8%E3%83%80%E3%83%B3%E3%82%B8%E3%83%A7%E3%83%B3-%E3%83%95%E3%82%A1%E3%83%B3%E3%82%BF%E3%82%B8%E3%83%BC-%E3%83%8F%E3%82%AF%E3%82%B9%E3%83%A9-%E6%94%BE%E7%BD%AE%E7%B3%BBrpg/id1577284786?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:
      - Exp Multiplier
      - Gold Multiplier
      - Dumb Enemies


      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
      • 32 replies
    • DungeonSlasher v0.726.6 +3 Cheats
      Modded/Hacked App: DungeonSlasher By gihyeon lim
      Bundle ID: com.nspgames.dungeonslasher
      iTunes Store Link: https://apps.apple.com/us/app/dungeonslasher/id1620305888?uo=4


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


      Hack Features:
      - Damage Multiplier
      - God Mode
      - Drop Multiplier - x1 - 100


      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
        • Thanks
      • 187 replies
    • Temple Run 2 Cheats v1.118.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/
      • 299 replies
    • Sky Force 2014 Cheats v1.48 +6
      Modded/Hacked App: Sky Force 2014 by Infinite Dreams
      Bundle ID: pl.idreams.skyforcehd
      iTunes Store Link: https://itunes.apple.com/us/app/sky-force-2014/id717233547?mt=8&uo=4&at=1010lce4



      Hack Features:
      - God Mode
      - OHK
      - Infinite Stars
      - x2 Stars
      - Hangar Upgraded
      - No Ads



      Hack Download Link: https://iosgods.com/topic/86509-arm64-sky-force-2014-cheats-v141-6/
      • 154 replies
    • Airport City Cheats v8.36.1 +1
      Modded/Hacked App: Airport City by Game Insight UAB
      Bundle ID: com.gameinsight.airportcity
      iTunes Store Link: https://apps.apple.com/us/app/airport-city/id495637457?uo=4&at=1010lce4


      Hack Features:
      - Free Store


      Non-Jailbroken & No Jailbreak required hack(s): https://iosgods.com/topic/126716-arm64-airport-city-v717-jailed-cheats-1/


      iOS Hack Download Link: https://iosgods.com/topic/126714-arm64-airport-city-cheats-v717-1/
      • 748 replies
    • Chef & Friends: Cooking Game Cheats v1.25.0 +1
      Modded/Hacked App: Chef & Friends: Cooking Game By MYTONA Ltd.
      Bundle ID: com.mytona.cheftales
      iTunes Store Link: https://apps.apple.com/us/app/chef-friends-cooking-game/id1586951898?uo=4


      Hack Features:
      - Infinite Currencies (Hats, Coins, Gems)

      NOTE: May bug out the game so better try on your throw away account first 


      iOS Hack Download Link: https://iosgods.com/topic/178904-chef-friends-cooking-game-cheats-v141-1/
      • 15 replies
    • Hill Climb Racing 2 v1.64.4 Cheats +1
      Modded/Hacked App: Hill Climb Racing 2 By Fingersoft
      Bundle ID: com.fingersoft.hillclimbracing2
      iTunes Store Link: https://apps.apple.com/us/app/hill-climb-racing-2/id1146465836?uo=4


      Hack Features:
      - Freeze Coins
      - Freeze Gems
      - Freeze Scraps


      Non-Jailbroken & No Jailbreak required hack(s): https://iosgods.com/topic/108295-hill-climb-racing-2-v1611-jailed-cheats-2/


      iOS Hack Download Link: https://iosgods.com/topic/108298-hill-climb-racing-2-v1612-cheats-3/
      • 2,165 replies
    • Botworld Adventure Cheats v1.27.2 +7
      Modded/Hacked App: Botworld Adventure By Featherweight Games Pty Limited
      Bundle ID: com.featherweightgames.fx
      iTunes Store Link: https://apps.apple.com/au/app/botworld-adventure/id1456063997?uo=4


      Hack Features:
      - Multiply Attack
      - Multiply Defense
      - Infinite Coins
      - Infinite Gems
      - Infinite Items
      - Instant Skill
      - Freeze Mana


      Non-Jailbroken & No Jailbreak required hack(s): https://iosgods.com/topic/148273-botworld-adventure-v01617-jailed-cheats-4/


      iOS Hack Download Link: https://iosgods.com/topic/148270-botworld-adventure-cheats-v01617-7/
      • 542 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