Jump to content

NEW Mac Pokemon go bot release by Jabbink (New Api)


pokemastah2016

170 posts in this topic

Recommended Posts

When I get home I'll try to make a video for you guys

@pokemastah2016 You may want to this to your thread. For any noob that does not know how to install this bot like i did, make sure to watch this tutorial and also be sure to use updated files!  (y)  :shifty:

 

https://youtu.be/wvkerDSxJlo

I definitely don't mind at all bro! Not my bot, was just sharing the news soon as it came out since I've been using this bot for the Mac. Was actually going to post a video when I got home but you saved me the trouble. Thank you for sharing!!

I am so confused as to how to use this, even with the instructions on github... could someone please help?

two posts after yours, Phillip posted a video with instructions. Hope it helps!
Link to comment
Share on other sites

When I get home I'll try to make a video for you guys

 

I definitely don't mind at all bro! Not my bot, was just sharing the news soon as it came out since I've been using this bot for the Mac. Was actually going to post a video when I got home but you saved me the trouble. Thank you for sharing!!

two posts after yours, Phillip posted a video with instructions. Hope it helps!

 

 

I've followed this video step by step but it still isn't working...

 

EDIT: Got it to work but it isn't catching any pokemon... and Pokestops read 0 EXP gained...

 

EDIT 2: Think I got it to work. Thanks!!

Updated by echodragonx
Link to comment
Share on other sites

016-08-07 14:44:34.773  INFO 2514 --- [           main] ink.abb.pogo.scraper.MainKt              : Starting MainKt on Philips-MacBook-Pro.local with PID 2514 (/Users/Philip/Desktop/PokemonBot/PokemonGoBot-0.5.0.jar started by Philip in /Users/Philip/Desktop/PokemonBot)


2016-08-07 14:44:34.799  INFO 2514 --- [           main] ink.abb.pogo.scraper.MainKt              : No active profile set, falling back to default profiles: default


2016-08-07 14:44:35.048  INFO 2514 --- [           main] ationConfigEmbeddedWebApplicationContext : Refreshing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@446cdf90: startup date [sun Aug 07 14:44:35 EDT 2016]; root of context hierarchy


2016-08-07 14:44:37.679  INFO 2514 --- [           main] org.xnio                                 : XNIO version 3.3.6.Final


2016-08-07 14:44:37.751  INFO 2514 --- [           main] org.xnio.nio                             : XNIO NIO Implementation Version 3.3.6.Final


2016-08-07 14:44:38.088  WARN 2514 --- [           main] io.undertow.websockets.jsr               : UT026009: XNIO worker was not set on WebSocketDeploymentInfo, the default worker will be used


2016-08-07 14:44:38.089  WARN 2514 --- [           main] io.undertow.websockets.jsr               : UT026010: Buffer pool was not set on WebSocketDeploymentInfo, the default pool will be used


2016-08-07 14:44:38.141  INFO 2514 --- [           main] io.undertow.servlet                      : Initializing Spring embedded WebApplicationContext


2016-08-07 14:44:38.143  INFO 2514 --- [           main] o.s.web.context.ContextLoader            : Root WebApplicationContext: initialization completed in 3106 ms


2016-08-07 14:44:38.658  INFO 2514 --- [           main] o.s.b.c.e.ServletRegistrationBean        : Mapping servlet: 'dispatcherServlet' to [/]


2016-08-07 14:44:38.669  INFO 2514 --- [           main] o.s.b.c.embedded.FilterRegistrationBean  : Mapping filter: 'characterEncodingFilter' to:


2016-08-07 14:44:38.670  INFO 2514 --- [           main] o.s.b.c.embedded.FilterRegistrationBean  : Mapping filter: 'hiddenHttpMethodFilter' to:


2016-08-07 14:44:38.671  INFO 2514 --- [           main] o.s.b.c.embedded.FilterRegistrationBean  : Mapping filter: 'httpPutFormContentFilter' to:


2016-08-07 14:44:38.671  INFO 2514 --- [           main] o.s.b.c.embedded.FilterRegistrationBean  : Mapping filter: 'requestContextFilter' to:


2016-08-07 14:44:39.677  INFO 2514 --- [           main] s.w.s.m.m.a.RequestMappingHandlerAdapter : Looking for @ControllerAdvice: org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@446cdf90: startup date [sun Aug 07 14:44:35 EDT 2016]; root of context hierarchy


2016-08-07 14:44:39.893  INFO 2514 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/bots]}" onto public final java.util.List<ink.abb.pogo.scraper.Settings> ink.abb.pogo.scraper.controllers.BotController.bots()


2016-08-07 14:44:39.895  INFO 2514 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/bot/{name}/load]}" onto public final void ink.abb.pogo.scraper.controllers.BotController.loadBot(java.lang.String)


2016-08-07 14:44:39.899  INFO 2514 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/bot/{name}/unload]}" onto public final boolean ink.abb.pogo.scraper.controllers.BotController.unloadBot(java.lang.String)


2016-08-07 14:44:39.900  INFO 2514 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/bot/{name}/reload]}" onto public final boolean ink.abb.pogo.scraper.controllers.BotController.reloadBot(java.lang.String)


2016-08-07 14:44:39.900  INFO 2514 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/bot/{name}/stop]}" onto public final boolean ink.abb.pogo.scraper.controllers.BotController.stopBot(java.lang.String)


2016-08-07 14:44:39.901  INFO 2514 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/bot/{name}/start]}" onto public final boolean ink.abb.pogo.scraper.controllers.BotController.startBot(java.lang.String)


2016-08-07 14:44:39.908  INFO 2514 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity<java.util.Map<java.lang.String, java.lang.Object>> org.springframework.boot.autoconfigure.web.BasicErrorController.error(javax.servlet.http.HttpServletRequest)


2016-08-07 14:44:39.909  INFO 2514 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/error],produces=[text/html]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.boot.autoconfigure.web.BasicErrorController.errorHtml(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)


2016-08-07 14:44:40.114  INFO 2514 --- [           main] o.s.w.s.handler.SimpleUrlHandlerMapping  : Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]


2016-08-07 14:44:40.114  INFO 2514 --- [           main] o.s.w.s.handler.SimpleUrlHandlerMapping  : Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]


2016-08-07 14:44:40.266  INFO 2514 --- [           main] o.s.w.s.handler.SimpleUrlHandlerMapping  : Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]


2016-08-07 14:44:40.573  INFO 2514 --- [           main] o.s.j.e.a.AnnotationMBeanExporter        : Registering beans for JMX exposure on startup


2016-08-07 14:44:40.685 ERROR 2514 --- [           main] o.s.boot.SpringApplication               : Application startup failed


 


 


Im getting this now  :wallbash:


Link to comment
Share on other sites

Hey guys, im new here and followed this great guide on how to set it up. However it seems as if im running into some kind of error when i start it here's the code: 

2016-08-07 21:29:32.042 ERROR 7119 --- [           main] o.s.boot.SpringApplication               : Application startup failed

 

java.lang.RuntimeException: java.net.BindException: Address already in use

at io.undertow.Undertow.start(Undertow.java:186) ~[undertow-core-1.3.23.Final.jar!/:1.3.23.Final]

at org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainer.start(UndertowEmbeddedServletContainer.java:121) ~[spring-boot-1.3.6.RELEASE.jar!/:1.3.6.RELEASE]

at org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.startEmbeddedServletContainer(EmbeddedWebApplicationContext.java:293) ~[spring-boot-1.3.6.RELEASE.jar!/:1.3.6.RELEASE]

at org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.finishRefresh(EmbeddedWebApplicationContext.java:141) ~[spring-boot-1.3.6.RELEASE.jar!/:1.3.6.RELEASE]

at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:541) ~[spring-context-4.2.7.RELEASE.jar!/:4.2.7.RELEASE]

at org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.refresh(EmbeddedWebApplicationContext.java:118) ~[spring-boot-1.3.6.RELEASE.jar!/:1.3.6.RELEASE]

at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:760) [spring-boot-1.3.6.RELEASE.jar!/:1.3.6.RELEASE]

at org.springframework.boot.SpringApplication.createAndRefreshContext(SpringApplication.java:360) [spring-boot-1.3.6.RELEASE.jar!/:1.3.6.RELEASE]

at org.springframework.boot.SpringApplication.run(SpringApplication.java:306) [spring-boot-1.3.6.RELEASE.jar!/:1.3.6.RELEASE]

at org.springframework.boot.SpringApplication.run(SpringApplication.java:1185) [spring-boot-1.3.6.RELEASE.jar!/:1.3.6.RELEASE]

at org.springframework.boot.SpringApplication.run(SpringApplication.java:1174) [spring-boot-1.3.6.RELEASE.jar!/:1.3.6.RELEASE]

at ink.abb.pogo.scraper.MainKt.main(Main.kt:71) [PokemonGoBot-0.5.0.jar!/:na]

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_101]

at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_101]

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_101]

at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_101]

at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:54) [PokemonGoBot-0.5.0.jar!/:na]

at org.springframework.boot.loader.Launcher.launch(Launcher.java:104) [PokemonGoBot-0.5.0.jar:na]

at org.springframework.boot.loader.Launcher.launch(Launcher.java:61) [PokemonGoBot-0.5.0.jar:na]

at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:52) [PokemonGoBot-0.5.0.jar:na]

Caused by: java.net.BindException: Address already in use

at sun.nio.ch.Net.bind0(Native Method) ~[na:1.8.0_101]

at sun.nio.ch.Net.bind(Net.java:433) ~[na:1.8.0_101]

at sun.nio.ch.Net.bind(Net.java:425) ~[na:1.8.0_101]

at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:223) ~[na:1.8.0_101]

at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74) ~[na:1.8.0_101]

at org.xnio.nio.NioXnioWorker.createTcpConnectionServer(NioXnioWorker.java:190) ~[xnio-nio-3.3.6.Final.jar!/:3.3.6.Final]

at org.xnio.XnioWorker.createStreamConnectionServer(XnioWorker.java:243) ~[xnio-api-3.3.6.Final.jar!/:3.3.6.Final]

at io.undertow.Undertow.start(Undertow.java:142) ~[undertow-core-1.3.23.Final.jar!/:1.3.23.Final]

... 19 common frames omitted

 

Please help!

 

EDIT: anyone who runs into "classpath" error replace this line 

 

java -jar PokemonGoBot-0.5.0.jar

 

with

 

java -jar PokemonGoBot-0.5.0.jar --server.port=8090

 

then you should be good to go!

Updated by iwillfoxxyyouup
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below. For more information, please read our Posting Guidelines.
Reply to this topic... Posting Guidelines

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Our picks

    • Travel Town - Merge Adventure v2.12.610 Jailed Cheats +1
      Modded/Hacked App: Travel Town - Merge Adventure By Magmatic Games Ltd
      Bundle ID: io.randomco.travel
      iTunes Store Link: https://apps.apple.com/us/app/travel-town-merge-adventure/id1521236603?uo=4


      Hack Features:
      - Infinite Currencies


      iOS Hack Download Link: https://iosgods.com/topic/148953-travel-town-merge-adventure-v212287-jailed-cheats-1/
      • 334 replies
    • HomeScapes v7.1.7 Jailed Cheats +3
      Modded/Hacked App: Homescapes By PLR Worldwide Sales Limited
      Bundle ID: com.playrix.gardenscapes-sweethome
      iTunes Store Link: https://apps.apple.com/us/app/homescapes/id1195621598?uo=4


      Hack Features:
      - Infinite Moves
      - Infinite Booster
      - Infinite Lives
       

      Hack Download Link: https://iosgods.com/topic/71443-arm64-homescapes-483-jailed-cheats-3/
      • 2,300 replies
    • Dragons: Rise of Berk v1.85.8 +6 Cheats
      Modded/Hacked App: Dragons: Rise of Berk By Jam City, Inc.
      Bundle ID: com.ludia.dragons
      iTunes Store Link: https://apps.apple.com/us/app/dragons-rise-of-berk/id667461862?uo=4


      Hack Features:
      - Free Shopping (shows original cost but able to purchase regardless)
      - Free Skipping
      - Free Odin's Market Shopping
      - Odin's Market Packs Never Reduce
      - Currency Hack [Spend to Gain - reverts to zero on next launch]
      - Enable Rider's Club


      Non-Jailbroken & No Jailbreak required hack(s):  https://iosgods.com/topic/79228-dragons-rise-of-berk-v1794-4-cheats-for-jailed-idevices/


      iOS Hack Download Link: https://iosgods.com/topic/139612-dragons-rise-of-berk-v1794-6-cheats/
      • 596 replies
    • Subway Surfers v3.30.2 Jailed Cheats +2
      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


      Hack Features:
      - Infinite Currencies
      - Unlock Characters Outfit


      Jailbreak required hack(s): https://iosgods.com/topic/119793-arm64-subway-surfers-cheats-all-versions-4/


      iOS Hack Download Link: https://iosgods.com/topic/119795-arm64-subway-surfers-v350-jailed-cheats-2/
      • 2,358 replies
    • Toram Online v4.0.38 - [ 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 
      • 2,443 replies
    • MARVEL Future Fight Cheats v10.1.1 17++
      Modded/Hacked App: MARVEL Future Fight By Netmarble Games Corp.
      Bundle ID: com.netmarble.mheros
      iTunes Link: https://itunes.apple.com/us/app/marvel-future-fight/id955705796?mt=8&uo=4&at=1010lce4



      Hack Features
      - God Mode / Enemy Does 1 Damage / Never Die. May be a bit buggy.
      - High Damage / Damage Multiplier / One Hit Kill. Kill enemies with 1 hit.
      - No Skill Cooldown Time. Instant skill use without having to wait for reuse.
      - No Special Skill Cooldown Time. Instant special skill use without having to wait 120+ seconds to reuse it.
      - No Cooldown Time To Swap Heroes. Swap heroes instantly anytime.
      - Assistant Will Never Leave Once Called. Assistant will be available during the whole map once called.
      - Heroes Level 60. Level 60 heroes have higher HP and Damage output. The hack makes them lvl 60 in-game. However, when turned off, the heroes will be the level they previously were.
      - Infinite Buff Time. When swapping a hero, you gain a shield around him/her. That shield will stay with you throughout the rest of the game thus making you invincible.
      - Enemies Don't Move & Attack! An (better) alternative to God Mode. Enemies do not move or attack you therefore you cannot die.
      • 2,826 replies
    • [ ArKnights TW ] 明日方舟 v20.1.01 - [ x Player Damage & More ]
      Modded/Hacked App: 明日方舟 By Longcheng Ltd.
      Bundle ID: tw.txwy.ios.arknights
      iTunes Store Link: https://apps.apple.com/tw/app/明日方舟/id1490985322?uo=4&at=1010lce4


      Hack Features:
      - x Player Damage - x1 - 1000
      - x Player Defense - x1 - 1000
      - x Player Attack Speed - x1 - 10
      - Frozen Enemies
      - Instant - Kill
      - Instant - Win
      - Unlimited Skills
      - No Deploy Cost


      iOS Hack Download Link: https://iosgods.com/topic/129583-arknights-tw-%E6%98%8E%E6%97%A5%E6%96%B9%E8%88%9F-v0902-x-player-damage-more/
      • 423 replies
    • Monster Legends: Collect all Cheats v17.2.3 +8
      Modded/Hacked App: Monster Legends: Breeding RPG By Socialpoint
      Bundle ID: es.socialpoint.MonsterCity
      iTunes Store Link: https://apps.apple.com/us/app/monster-legends-breeding-rpg/id653508448?uo=4


      Hack Features:
      - 1 Hit Kill
      - Skip Enemy Turn
      - Insane Score (Always 3 Stars)
      - No Skill Cost
      - Auto Win


      iOS Hack Download Link: https://iosgods.com/topic/176914-monster-legends-collect-all-v1632-5-cheats/
      • 157 replies
    • Monster Hunter Puzzles v2.00.03 +6 Jailed Cheats [ Unlimited Currencies ]
      Modded/Hacked App: Monster Hunter Puzzles By CAPCOM Co., Ltd
      Bundle ID: jp.co.capcom.mhpuzzle
      iTunes Store Link: https://apps.apple.com/us/app/monster-hunter-puzzles/id1591864714?uo=4


      Hack Features:
      - Unlimited Acorns -> Earn or spend some.
      - Unlimited Gems -> Earn or spend some.
      - Unlimited Tickets -> Earn or spend some.
      - Unlimited Lives -> Will not decrease.
      - Unlimited Boosters -> Will not decrease.
      - Unlimited Moves -> Will not decrease.


      Jailbreak required hack(s): [Mod Menu Hack] Monster Hunter Puzzles v2.00.03 +7 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/
      • 2 replies
    • Monster Hunter Puzzles v2.00.03 +7 Cheats [ Unlimited Currencies ]
      Modded/Hacked App: Monster Hunter Puzzles By CAPCOM Co., Ltd
      Bundle ID: jp.co.capcom.mhpuzzle
      iTunes Store Link: https://apps.apple.com/us/app/monster-hunter-puzzles/id1591864714?uo=4


      Hack Features:
      - Unlimited Acorns -> Earn or spend some.
      - Unlimited Gems -> Earn or spend some.
      - Unlimited Tickets -> Earn or spend some.
      - Unlimited Lives -> Will not decrease.
      - Unlimited Boosters -> Will not decrease.
      - Unlimited Moves -> Will not decrease.
      - Auto Win


      Non-Jailbroken & No Jailbreak required hack(s): [Non-Jailbroken Hack] Monster Hunter Puzzles v2.00.03 +6 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/
      • 2 replies
    • Days After: Zombie Survival v11.4.0 +17 Cheats
      Modded/Hacked App: Days After: Zombie Survival By REACTGAMES STUDIO LIMITED
      Bundle ID: games.alternativa.zombie.survival.shooter
      iTunes Store Link: https://apps.apple.com/us/app/days-after-zombie-survival/id1498731586?uo=4

      Hack Features:
      - Disable Enemy Attacks
      - Custom Damage
      - Unlimited Durability
      - Stupid AI

      * more to come when I get more motivation

      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/
      • 767 replies
    • DomiNation Asia By NEXON Company v12.1370.1370 - [ Currencies Freeze & More ]
      Modded/Hacked App: ドミネーションズ -文明創造- (DomiNations) By NEXON Company
      Bundle ID: com.nexon.dominations.asia
      iTunes Store Link: https://itunes.apple.com/jp/app/ドミネーションズ-文明創造-dominations/id1012778321


      Hack Features:
      - Unlimited Crowns/Food/Oil/Gold -> Resources will add instead of subtracting. Works with Crowns. Read note inside the feature for more information! This does not work for speeding up buildings.
      - All Achievements Unlocked 
      - Freeze Crowns/Food/Oil/Gold -> Freezes Resources so they do not decrease when used! This does not work for speeding up buildings.
      - No Citizen Cost 
      - 0 Cost to Speed Up Training Troops
      - 0 Cost to Speed Up Tactics
      - 0 Food Cost to Train Troops
      - 0 Food Cost to Upgrade Troops
      - No Timer to Upgrade Troops
      - 0 Food Cost to Train Spells
      - 0 General Train Cost
      - No General Train CoolDown
      - 0 Food Cost to Build Wonder
      - 0 Food Cost to Research Troops
      - 0 Food Cost to Upgrade Tactics
      - No Timer to Library Research
      - No Timer to Upgrade Spells
      - 0 Cost to Upgrade Buildings
      - 0 Workers Required to Upgrade
      - 0 Crown Cost For Peace

      This hack works on the latest x64 or ARM64 & ARM64e iDevices: iPhone 5s, 6, 6 Plus, 6s, 6s Plus, 7, 7 Plus, 8, 8 Plus, X, Xr, Xs, Xs Max, 11, 11 Pro, 11 Pro Max, 12, 12 Pro, 12 Pro Max, 12 Mini, 13, 13 Pro, 13 Pro Max, 13 Mini, 14, 14 Plus, 14 Pro, 14 Pro Max, SE, iPod Touch 6G, 7G, iPad Air, Air 2, iPad Pro & iPad Mini 2, 3, 4, 5, 6 and later.


      Global hack(s): https://iosgods.com/topic/50401-ultrahack-dominations-v6660661-40-cheats-iosgods-exclusive/?tab=comments#comment-1582742
      • 1,026 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