Memory Scanning & Resource Hacking with Cheat Engine [Game Hacking 101]

  Рет қаралды 24,991

247CTF

247CTF

Күн бұрын

Пікірлер: 47
@247CTF
@247CTF 3 жыл бұрын
💰💰💰 The infinite wololololo army cannot be stopped 💰💰💰
@HugeAckMan420
@HugeAckMan420 3 жыл бұрын
Reminds me of the old action replay cards - you'd use a "trainer" program to find all the memory locations that had changed between two known values (i.e. starting ammo and final ammo) then use the card to manipulate those memory locations (e.g. lock the value in so that you'd have infinite ammo)
@247CTF
@247CTF 3 жыл бұрын
Very cool, TIL. But yes exactly the same idea. Cheat Engine also has that capability to lock the value if you press the 'X' in the far left of your cheat table.
@HugeAckMan420
@HugeAckMan420 3 жыл бұрын
@@247CTF very cool video series btw - keep it up!
@247CTF
@247CTF 3 жыл бұрын
Will do!
@jeffreyburnwood8084
@jeffreyburnwood8084 Жыл бұрын
Thank you for this video. It worked for Conquest Frontier Wars, in a different way though, it showed me the .DLL that were being edited :D Thank you for this tutorial :)
@DoctorMGL
@DoctorMGL Жыл бұрын
every time i enter one of your videos you start it by saying "in the previous video we did this..." how many previous video i need to watch to grasp this 🤣
@247CTF
@247CTF Жыл бұрын
Fyi the game hacking playlist is ordered
@rebmetpes36
@rebmetpes36 3 жыл бұрын
This is awesome!
@247CTF
@247CTF 3 жыл бұрын
🔥
@ChiChi-li3xn
@ChiChi-li3xn 5 ай бұрын
Thankyou for this video, very interested! Can you show me step by step when get Address of resources ingame to value base address 0x001830F4 of memory_ptr resource_hack_ptr param in code, and the offsets. In video you talk and action to fast, i can't follow. I'm newbie for this technology, and i want to practice with this game, I want get some info ingame some thing like player's civil, total gold corrected, kill/losses, win/lose ... can you give some advice? thank in advance, and sorry for my poor English!
@irwys
@irwys 4 ай бұрын
thanks for ur tutorial i learnt how to get the pointers and stuff but. i have pointerscan results and they all point to ammo. even when the game resets and the pointer changes the ponterscans are still valid. i created a program to read and write value to a memory address but the memory address needs to be manually corrected every time. idk how to automatically get the correct addresses and i’m stuck on it
@ANguyenNhatVy-
@ANguyenNhatVy- 2 ай бұрын
Thank you for this video. Can you guide me some steps to read other information of the games like: kill/losses, win/lose,.. Great video by the way!
@johnkeo358
@johnkeo358 10 ай бұрын
I'm having issues trying to find the value for a timer. For example, I'm playing the combat mission series. I want to find the timer for how long it takes for artillery shells to fire. I can easily find the address to modify the amount of ammunition I have but I'm having issues finding the address that relates to how long it takes for the ammunition to fire. It has a 9 minute timer but I'd like to change it to 1. I've tried searching for 9 and trying to find it while it's counting down but no luck. How would you approach this scenario?
@247CTF
@247CTF 8 ай бұрын
Trial and error - especially on the data type used to store the timer data. It might be stored in seconds for example, not minutes.
@doctorpropain8902
@doctorpropain8902 3 жыл бұрын
It's a little counter-intuitive to me that the food value is stored as a float. In game, it's displayed as an integer. How did you know to set the data type to float and not some integral type?
@247CTF
@247CTF 3 жыл бұрын
Good question, I agree and I'm not sure! When I can't find the value I am looking for in Cheat Engine, I usually just brute force the type until I do!
@redcloak5230
@redcloak5230 3 жыл бұрын
cs420 serious has a video on it I recommend you watch cs420 lol
@jassimsalam
@jassimsalam 2 жыл бұрын
Resource values are actually float type. But when displayed, they're rounded down to the nearest integer value, for better readability.
@irwys
@irwys 4 ай бұрын
what if i change the type from 4 bytes to float and it turns into weird numbers and letters , do i change it back?
@247CTF
@247CTF 4 ай бұрын
If it's the wrong type, you might need to have a few guesses or do some reverse engineering
@chichkoliobopitko894
@chichkoliobopitko894 3 жыл бұрын
Great vid. I hope I can find one for finding team flags in these games. Some are really hard to find in assembly.
@247CTF
@247CTF 3 жыл бұрын
What do you mean by team flags?
@chichkoliobopitko894
@chichkoliobopitko894 3 жыл бұрын
​ @247CTF I mean the flag that tells the game if you're the player or an enemy. I doubt that it would be worth a whole video, but there are some games like "Realpolitiks" 2, "8-bit armies" or I think even "Age of empires" 3, where that flag is really though to find. It's not obfuscated. It's just that, since every player uses the same functions in the same way, the devs decide to drop that check, so if you want to distinguish e.g. does a player deal damage to the AI or an AI to the player, you can't, because the teams flag is not included in the dealDamage call as parameter. If you read that far, thanks. It might be a cool idea to make a video of how you find the function that tells them apart, but it will be a bit more advanced than this one. I'm using cheat engine every day for the last year and I'm still not sure how to go about it, but if you can, I'd be happy to see it in a video. I can even donate $25 for the effort. Let me know if you're interested. Thanks again.
@ucanh8173
@ucanh8173 Жыл бұрын
I have a question : Why after the first pointermap scan , you cant locate the dynamic address and its value until the second one
@247CTF
@247CTF 8 ай бұрын
It's probably there, but harder to see - since lots of places have the same value we are after. The more you can refine and perform more scans, the more likely to find the real value you care about.
@tommyjefferson2955
@tommyjefferson2955 8 ай бұрын
Age of mythology resources doesnt work the same with resources. Can you explain why? For example, if i have 250 and change to 200, it wont show up.
@247CTF
@247CTF 6 ай бұрын
They might be using a different representation for the value, or it could be being masked / obfuscated (to prevent exactly what you are trying to do).
@jfarinhote
@jfarinhote 2 ай бұрын
Question, does this static address remain valid after a game fresh restart?
@247CTF
@247CTF 19 күн бұрын
It depends on the game and ASLR. The relative offsets for pointers *should* remain the same.
@haloxz2
@haloxz2 2 жыл бұрын
great job and expliccation bro, something for reveal map ?
@247CTF
@247CTF 2 жыл бұрын
It's in the game hacking playlist
@Luca-pd6bq
@Luca-pd6bq 3 жыл бұрын
May I ask how you installed CE? I tried versions 7.3 and 7.2 and both made Windows Defender react to them. I'm kind of afraid since one one side people say it should react (which makes kind of sense) but others say it shouldn't. So did your AntiVirus go off. Great video by the way!
@247CTF
@247CTF 3 жыл бұрын
If you download the binaries from the official source you *should* be fine. Defender probably classifies it as a hacking tool, which it is 😎
@maximustheminer
@maximustheminer 3 жыл бұрын
Memory hacking in next level baddass
@247CTF
@247CTF 3 жыл бұрын
Multilevel->badass
@deepdivedelight
@deepdivedelight 11 ай бұрын
dud, we were doing this on Atari back in 1987!!
@realdotty5356
@realdotty5356 Жыл бұрын
How can I get this game? I’d like to follow along
@247CTF
@247CTF 8 ай бұрын
This same version, I don't know.. You could try assuaultcube and apply similar techniques
@realdotty5356
@realdotty5356 8 ай бұрын
@@247CTF do you plan on making more game hacking videos?
@dragosmini3931
@dragosmini3931 2 жыл бұрын
Try governor of poker please 🙏
@247CTF
@247CTF 2 жыл бұрын
💀
@NotXboxiie
@NotXboxiie 3 жыл бұрын
u lost me at 8:00 but all good!
@247CTF
@247CTF 3 жыл бұрын
Start from the beginning of the series for context!
@RealisticVoiceRecapped
@RealisticVoiceRecapped 3 жыл бұрын
@@247CTF no addresses and Values show up HELP!!
@AbdulHannanAbdulMatheen
@AbdulHannanAbdulMatheen Жыл бұрын
👏🙂
@247CTF
@247CTF Жыл бұрын
💪
So Cute 🥰 who is better?
00:15
dednahype
Рет қаралды 18 МЛН
I thought one thing and the truth is something else 😂
00:34
عائلة ابو رعد Abo Raad family
Рет қаралды 23 МЛН
Binary patching game cheat codes [Game Hacking 101]
9:29
247CTF
Рет қаралды 17 М.
Unity Game Hacking with dnSpy
14:15
John Hammond
Рет қаралды 61 М.
How To Find Offsets, Entity Addresses & Pointers
22:46
Guided Hacking
Рет қаралды 339 М.
Cheat Engine for Idiots
10:48
Kian Brose
Рет қаралды 1,4 МЛН
42 Player Free For All | Territorial IO
18:57
Corgi Circus
Рет қаралды 353 М.
So Cute 🥰 who is better?
00:15
dednahype
Рет қаралды 18 МЛН