View previous topic :: View next topic |
Author |
Message |
motherbin How do I cheat?
Reputation: 0
Joined: 15 Feb 2010 Posts: 8
|
Posted: Wed Feb 17, 2010 7:26 pm Post subject: [REQUEST] Teach me how to fly |
|
|
heyy i search on the internet and on the forum about how can i fly on any game. i tried different things and they never helped or work or explain how i can make my character fly, so hopefully somebody can explain to me about how can i make my character fly in any game if you need a specific game i would say Halo, but im mostly trying to figure out how it all works so i can learn more about cheat engine.
|
|
Back to top |
|
 |
Pingo Grandmaster Cheater
Reputation: 8
Joined: 12 Jul 2007 Posts: 571
|
Posted: Wed Feb 17, 2010 8:44 pm Post subject: |
|
|
For random games i start off looking for a boolean address.
1 or 0 Could be 1 when jumping or 0
Than i search around that address for anything else related to jumping.
You can try freezing the addresses found or nopping the instructions.
For Halo this method isnt that good. You can sortof fly. I think it works with nopping. But you could also just use the mod fly addresses to do this.
Also some people just use the teleport xyz to fly around. CE cant do this, you'l need some coding skillz.
Iv even gone as far as getting bounding boxes to push me around in the air Each game is different really, whatever works i guess.
_________________
|
|
Back to top |
|
 |
motherbin How do I cheat?
Reputation: 0
Joined: 15 Feb 2010 Posts: 8
|
Posted: Wed Feb 17, 2010 8:49 pm Post subject: |
|
|
sorry im kinda new to this but what is nopping?
|
|
Back to top |
|
 |
apocalypticx Expert Cheater
Reputation: 4
Joined: 19 Jul 2009 Posts: 126 Location: UK
|
Posted: Thu Feb 18, 2010 12:11 am Post subject: |
|
|
It means no operation performing and its how alot of people make infinite *ammo life etc etc*
Say you have a nasty sub *subtract instruction* you could just nop it out and never lose life for example.
My advice to you is follow the cheat engine tutorial steps 1-9.
Another method to look for flying is to find a set of stairs in the game start an unknown search at the bottom of the stairs run up the stairs and next search increased run down the stairs and next search decreased and so on,also chuck in a next search has not changed every now and then.
|
|
Back to top |
|
 |
hcavolsdsadgadsg I'm a spammer
Reputation: 26
Joined: 11 Jun 2007 Posts: 5801
|
Posted: Thu Feb 18, 2010 1:11 am Post subject: |
|
|
Pingo wrote: | Also some people just use the teleport xyz to fly around. CE cant do this, you'l need some coding skillz. |
what is your logic behin this reasoning?
it can, easily. i've done this a million times.
|
|
Back to top |
|
 |
Slugsnack Grandmaster Cheater Supreme
Reputation: 71
Joined: 24 Jan 2007 Posts: 1857
|
Posted: Thu Feb 18, 2010 6:18 am Post subject: |
|
|
because of CE's AA which has support for API function calls, you can implement any 'features' that can be done in a regular programming language
|
|
Back to top |
|
 |
motherbin How do I cheat?
Reputation: 0
Joined: 15 Feb 2010 Posts: 8
|
Posted: Thu Feb 18, 2010 7:03 am Post subject: |
|
|
okk thanks what TUT do you suggest i said follow first for a beginner i already this the CE TUT i might do it again...
|
|
Back to top |
|
 |
Pingo Grandmaster Cheater
Reputation: 8
Joined: 12 Jul 2007 Posts: 571
|
Posted: Thu Feb 18, 2010 8:28 am Post subject: |
|
|
slovach wrote: | Pingo wrote: | Also some people just use the teleport xyz to fly around. CE cant do this, you'l need some coding skillz. |
what is your logic behin this reasoning?
it can, easily. i've done this a million times. |
Didnt know
_________________
|
|
Back to top |
|
 |
shad0wfyr3 Newbie cheater
Reputation: 0
Joined: 07 Jan 2008 Posts: 11 Location: /dev/null
|
Posted: Mon Feb 22, 2010 10:35 pm Post subject: |
|
|
1. Attach CE to halo.exe.
2. Scan game for all floating point values, with unknown value.
3. In game, jump (and then switch back to CE in mid-jump, halo will pause automagically).
4. scan for addresses that have increased.
5. switch back to game and let the jump hit the ground.
6. scan game for original value (or decreased, but original is more accurate).
7. repeat steps 3 through 6 until you get under about 50-100 addresses.
8. add all addresses to the code list and save that list on your computer (because the next steps might crash halo).
9. freeze a group of addresses that seem to be grouped together (they generally will have about 1 byte in between in series of 2 or 4 (floating point is 4). ie: 0x01, 0x02, 0x03, 0x04 and then another group for instance would be 0xf3, 0xf4, 0xf5, 0xf6, etc.)
10. after freezing a group, go back in game and jump. see what happens. if nothing affects your height/velocity/something else you're interested in, then delete the address group and move to the next group.
11. repeat 9-10 until you've found the address that affects height/velocity.
12. if you haven't found it, then bummer. try again from step 1.
i know i've managed to find the velocity of the master chief. then, i made a script for the game, which froze my velocity. net result was the ability for me to freeze my speed, ie: i'd jump and midway, i'd freeze my speed and i'd keep going higher and higher and higher... then i'd unfreeze it and i'd stop going higher and then start falling). it was a long time ago and i didn't save the address. it's possible, just keep trying.
|
|
Back to top |
|
 |
|