Jump to content

ISOHaven

Senior Member
  • Posts

    569
  • Joined

  • Last visited

Everything posted by ISOHaven

  1. The value jumps around so I can’t find it but is there a way to nail down the coins you earn DURING a level? If someone could make that a custom value (to work around cheat detection, in other words, don’t go crazy with it) that should be more than enough to boost this game. The grinding later on in the game makes it an unplayable snooze fest.
  2. I got the same thing when I ran your version. See the :1 in the error? That means line 1. Edit the script and on each line go through and backspace each blank space and put the space back. There’s some bogus spaces in there. Try just line 1, 2 and 4. That did it for me.
  3. Post here what it converted to. My guess is the cut and paste is adding something.
  4. Yup. There’s a free converter script in the AutoTouch store. Try that. It should convert my resolution values to your resolution specific device.
  5. While you’re playing a level use something like iGameGuardian and search for your coin amount. I32. Collect more coins and search again. Get down to two values. Change them. Done. That new value gets sent to the server. Which is why the value being server sided doesn’t matter.
  6. Saw someone ripping people off on the net with something similar. So I thought I'd share this with everyone now that current Autotouch licenses are being handing out for free. This script will find the blue outline and tap away on the first object found. Just run it and leave it on while you play. No need to turn it off to perform other actions. One warning though, sometimes it'll find something and tap away but nothing will happen. This isn't a problem with the script it's a problem with the game. Turn off the script and try tapping the top left most part of that object and nothing will happen. The game is just borked that way. When that happens try manually tapping something else to focus that and it'll continue. If you want you can raise the value of usleep to make tapping other things easier when it trips up but that'll slow down the script too. Formatted for iPad Pro (large) while true do local result = findColor(0x46bfff, 1, {25, 600, 2320, 1680}); if #result > 0 then for i, v in pairs(result) do tap(v[1]+10, v[2]+10); usleep(20000); end end end
  7. Getting tons of coins was easy enough. Should be able to alter earned gems and keys too. Therefore should be possible for max star every level since coins can be changed. Just don’t make it some ridiculous number of coins. Could get banned.
  8. I've been trying to contact the dev for RapidFire Tap for over a month now with no response. I guess that project is now dead. I even updated the dependency "hid-support" for him for arm64e. Ah well. Anyone know of an alternative out there? I haven't been able to find anything. (no, not Autotouch, that's not the same thing. You can't use Autotouch to select a spot on the screen on the fly that's constantly changing)
  9. Aww man! I saw Autotouch 5.1 on the HackYouriPhone Repo and got all excited. Unfortunately it's not hacked there they are just re-distributing it
  10. You can't buy it for $5 any more. I already gave them MORE money for my new device then they flipped the script (pun intended) and took it away from me with their new $10 per year garbage. AutoTouch v5.1 is required for arm64e devices (A12 / A12X). Hopefully someone can crack that version soon because I'm done giving these people money.
  11. Hopefully they update it for arm64e and iOS12. Further more do something about the newest version of AutoTouch. So pissed off that I paid for that app then they go and bait and switch to annual licenses.
  12. Doesn't work with Chimera on A12X. It'll install and everything will seem to work. It'll show up in settings but the preferences wont load. Then when you reboot and attempt to JB again the JB will fail every time. Uninstall it and everything is back to normal. EDIT: It looks like it just needs to be recompiled for arm64e.
  13. Kind of funny though if you think about it. We're doing this because we wants hacks but in reality this is really flat out piracy. Personally I couldn't care less. So in Apple's pursuit to lock down their devices in such an extreme manor they are literally pushing people to piracy. Hilarious. In the end, we'll win.
  14. Not working for me. Game installs and runs find. Trying to buy anything pops up the login to which I tap cancel. I then get another popup that says ERROR. Does this not work on iOS12?
  15. It's a work around until they can figure it all out. Would you rather have no work around?
  16. For one, LocaliAPstore is causing tons of problems with Electra and for two, this app does actually work on some stuff that LocaliAPstore doesn't.
  17. You're supposed to get that file. It's the signing cert created from the account you input. As to why your apps aren't coming up...?
  18. Do the free dev accounts also require 2FA? I can no longer use my paid dev account for my personal devices because I refuse to use 2FA. I share the same account across 6 devices (household) and 2FA screws everything up Also, let’s say my iPad is signed into my main Apple account, can I side load apps using a secondary free dev account?
  19. Yeah well, ya got banned here huh? Cherry picking ones where you can doesn't negate the fact that most will ban you. Most games today are moderated.
  20. You would have to be nuts to even touch PvP with a cheat. Anyway, I don't play this anymore. Too much of a grind for nothing. No story. It'll just go on forever until they dump it.
  21. Please update to v2.2 when you get a chance. Game updated with lots of new content and features. Greatly appreciated!
  22. Seems to only have coins. Missing the other 2.
  23. Yup, forced update. Please update when you got time, greatly appreciated!
×
  • 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