Jump to content

cooltoolfool - a cli cheat engine for iOS 11.3.1


200 posts in this topic

Recommended Posts

Updated (edited)

Has a bug so you can't use the search_for_something functions more than once. Use the fix I wrote later in the post.

Sometimes you get segmentation fault: 11 after searching for changed value. I don't know what causes it right now, may just be a nullptr check. Will definitely fix it once I get my computer back. It works most of the time though

 

 

Hi, I've made a cheat engine for iOS 11.3.1.

All other cheat engines just seems to not work or they're paid. This is completely free and open source.

This is more of a proof of concept than an actual cheat engine but it works fine for game-hacking :).

Written in C++ and compilation instructions are commented in the source.

Got the idea from Billy Ellis' Lyla but that one doesn't even have a memory scanner so I guess all credit goes to me (except for the register dumper).

 

Report back if you find any issues, I made this in an afternoon and everything isn't tested.

 

Example of changing gold, usually an int (if it's not an int then replace search_for_int with search_for* where "*" is a supported data type, list them with help or by looking at the source)

step 1. 
->search_for_int
->0
->0
->enter the value of (gold, health, xp, whatever)

step 2. filter out garbage values(optional, if you have few results it isn't needed)
if you get many results then make the game change the value (buy something to decrease gold or take damage)
->type c
->enter the changed value
repeat until you have few results

step 3. list all values by index
->type r
it'll show a list of found values, find the index of the address that you want to edit

step 4. changing value
->type w (AVAILABLE IN LATEST UPDATE)
->enter the index that you found in step 3.
->enter your desired value

DONE!

 

Upcoming features (gotta get my MacBook back from repair first, sending it in tomorrow :( ?

Get ASLR slide. Or implement it yourself: https://github.com/Tyilo/get_aslr https://github.com/gdbinit/MachOView.
A pretty gui.
Searching for unknown values.
In-game mixtape player.

Hidden Content

React or reply to this topic to see the hidden content & download link. 👀

 

 

Updated by Affe2626
update!
  • Like 221
  • Winner 23
  • Thanks 47
  • Haha 17
  • Agree 18
  • Informative 15
Posted

Where is the cool name for the new tool? :imposs:

  • Like 2
  • Winner 1
Posted
22 minutes ago, Affe2626 said:

okay let's name it cooltoolfool

That’s a start ahaha

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • 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