Great video, I just started messing around with cheat engine and this was exactly the sort of tutorial I was after. Thanks man!
@2ru2pacFan2 жыл бұрын
Hey Stephen, is it possible in CE to copy the boss's moves/attack as your own? I've been trying to do for like years!!
@StephenChapman2 жыл бұрын
It's indeed possible! Thanks to common game engines being used for so many games these days, there are tools and verbiage that can help you dump references/objects/etc. from memory while the game is launched, and start working from those points. A lot of work would still need to go into it -- especially if you're using a game that doesn't have the sort of tooling I mentioned -- but it's possible. An easier approach would probably just be to find modding communities for games you're interested in. Chances are, someone else out there has put in enough time and research to make your job even easier. =)
@tonycns2 жыл бұрын
Trying these steps on RDR2 but the nop command does nothing (stamina keeps dropping). Any tips?
@unimatrix5016 жыл бұрын
stephen please can you do a video on infinite items/making all your items 99 and infinite weight or making your weight zero so you can carry as much items as you want! Can you make a video like that???? Do you have a video like that i don't see it
@MeHaveDonuts Жыл бұрын
Thanks for this. Btw what do you do when you followed this perfectly but then both you and all the enemies have infinite stamina?
@mr13579897 жыл бұрын
After i narrow it down to just two values that have to be the stamina, nothing works beyond that, which is weird that nothing works because it is appearing all the same as in the video its just when i try locking values in the address list, nop'ing them in the disassembler, nothing works, any suggestions?
@ridwanlamuda69886 жыл бұрын
stephen, can u help me? I try your instruction to manipulate my player stamina in Soccer Life! pcsx2 (ps2) game but it doesn't work, just cause the game GUI crashes. can you give me some alternative? thank you.
@tristannlee7 жыл бұрын
How can I find the address for a float (it's basically my progress bar for quests in the game Nioh) but I'm trying to add more to the bar so I can access more areas. The float has no numbers, and it's just a bar with 1/4th of it filled out.
@tristannlee7 жыл бұрын
Also, every time I finish a quest, it adds onto the bar. But the quests usually take 30 minutes maybe less. So I don't want to waste 30 minutes every time to do another scan. So is there a faster way to find this address so I can edit it to the max/add more to it?
@camerontodd46867 жыл бұрын
Also 1 more thing, this is kinda off topic from the video, but how do you select multiple values at once? I don't how to do it and it kinda sucks when you want to toggle values on and off by manually clicking, like 20. Thx.
@StephenChapman7 жыл бұрын
Click one, hold shift, then click on the last one you want selected. All the addresses in between will be selected. You can then hold control and click any of the selected ones to de-select them. Or, likewise, you can select multiple addresses manually by holding control and clicking on each that you want selected.
@camerontodd46867 жыл бұрын
Stephen Chapman wow thx for telling me :) The More You Know
@voltrexswegen71434 жыл бұрын
hi i have a suggestion can you make an infinite stamina on graveyard keeper because i'm having trouble making infinite stamina because the opcode is "tsbp dword ptr [eax]".
@TillArndt7 жыл бұрын
How can I create hotkeys for the changed / unchanged value? because without those this is impossible.
@StephenChapman7 жыл бұрын
In the menu bar of the main Cheat Engine window, go to Edit -> Settings -> Hotkeys and configure there.
@TillArndt7 жыл бұрын
Thank you!
@duke61227 жыл бұрын
hey all of the cheats are workin but i dont find the value for the stamina. i dont know what i can do ;(
@duke61227 жыл бұрын
problem solved.... i had a stamina upgrade and i wear a ring with +10 stamina so i had to find the value 130 :)
@camerontodd46867 жыл бұрын
Question, when did you record these episodes. Are you recording them back to back, are all the videos you uploaded today all from one sitting? I need answers damnit, how are you uploading so fest
@StephenChapman7 жыл бұрын
I recorded and rendered them all this evening, starting after I got home from work. I made the images in Photoshop while each episode was rendering. =)
@iputuradityakumarawijayapu31022 жыл бұрын
What does db 90 90 90 90 90 90 90 90 on your script means?
@josephabboud15487 жыл бұрын
how you scan while you running ?
@StephenChapman7 жыл бұрын
Setup hotkeys for your scans. It's in CE's settings.
@josephabboud15487 жыл бұрын
how to minimize Elex screen
@StephenChapman7 жыл бұрын
In video settings, lower the resolution then put it in windowed mode (not fullscreen or borderless window).
@Athitthetwo Жыл бұрын
ขอบคุณมากๆครับ
@jaylab997 жыл бұрын
This is a good video but you are doing these in an absurdly difficulty way. And when I say these I mean all your cheat vids. Once you have ID'd the memory address for Health, Stamina, Jetpack, whatev... simply click the X in the click box next to the value. Boom, problem solved. The value will stay locked at full. Having to do all those mental gymnastics with the debug tool and process mapper is waaaay too much.
@StephenChapman7 жыл бұрын
+Jules Labonte I do that in nearly all of these when first finding the values. Simply locking the values is Cheat Engine 101. The additional "mental gymnastics" are to make the cheats persistent so you don't have to re-search for all these things again when you restart the game. They're also to teach people who want to learn more advanced ways to use CE than what most other tutorials out there teach.