You are my first Master/Teacher. My first step of programming.
@intigriti6 ай бұрын
Let's go!! 👊
@reboooooorn3 ай бұрын
Hello! Thank you for posting such an informative video! I am a 17 years old japanese and I am studying computer engineering at school! I bought a very old wiiu while Nintendo is hinting at a new gaming console (LOL)! The code for the wiiu cheats is almost obsolete and I was trying to learn about hacking games that deal with the memory area to make my own, and I came across this video! Keep up the great video posting!
@intigriti3 ай бұрын
Hey, thanks! Good luck with the game hacking 💜
@rickjames3034 Жыл бұрын
Love the game haking stuff mate, keen to see more
@intigriti Жыл бұрын
Thank you! Stay tuned 🙂
@z41n Жыл бұрын
Thanks for this man! Was wondering if you could do a video on debugging crashes. I'm trying to debug a crash that my game experiences, but its a packed client so I just need to figure out what is causing my game to crash (normally, not because of CE). I have the break on exception set to always. So now how do I read the call stack...thnx
@intigriti Жыл бұрын
No problem mate! Request noted, but not sure when/if I'd get chance to look into this. In the meantime, might be worth checking some of the game hacking forums, e.g. GuidedHacking, they can be really good for picking up general reversing/debugging skills.
@miteshvalvi1170 Жыл бұрын
Sir, can you tell me if the tool name is the same as the burp suite?
@intigriti Жыл бұрын
Cheat engine is not the same as burp suite! They may look a little similar but have very different functionality and use cases 😉
@miteshvalvi1170 Жыл бұрын
@@intigriti Thank you Sir😊
@laurencelikeit45911 ай бұрын
Hi Intigriti. Great video thank you. 🏆 I wonder if you can assist me with an issue. I am attempting to increase items used for alchemy in my characters inventory in the game Two Worlds Epic Edition on my Pc in my own single player game. I have found four address values for the same alchemical ingredient, but changing the count on any one or all four does not change the inventory count. Any clues please? 😊😊
@GabrielGold.FFD700 Жыл бұрын
very good. but what if the game have no health value like Tannenberg or Isonzo or Verdun ? in the games which you only get one shot and die. How should we ultimate our health in those games using cheat engine?
@intigriti Жыл бұрын
Keep watching the series and you'll find out 😉 There's a few possibilities but with cheat engine, the easiest option would probably be to identify the code responsible for taking damage (one-shotting your player) and patching it to do something else (e.g. nothing).
@megaskorostnoyyozhik Жыл бұрын
@@intigriti I cant download CheatEngine because Windows Defender detects virus.
@Arab_legend Жыл бұрын
Is it possible to inject online games like mount and blade 2 bannerlord? And How
@javagamesfanclub5650 Жыл бұрын
Is it to possible to use cheat engine to find the right code for reverse engineering a game meaning modifying the game code itself
@intigriti Жыл бұрын
You can inject code into memory, it's covered in future episodes!
@xxphillips6 ай бұрын
I would like to understand Cheat Engine well enough to Make if one RAM address changes to a certain value store a value to a different RAM address what would you recommend? It's for offline games.
@intigriti6 ай бұрын
Keep watching this series until you have the basics down, then maybe the answer to your question will become clear 😉
@xxphillips6 ай бұрын
@@intigriti I know how to make all types of codes already can you suggest videos to watch to speed things up?
@intigriti6 ай бұрын
Hmmm maybe for this, the cheat engine forum will be most useful, e.g. forum.cheatengine.org/viewtopic.php?t=619282&sid=c0c35f68febf9db304e031a074304df7 You could also check this video, maybe it will help: kzbin.info/www/bejne/qamYeHulrsd6nbs
@xxphillips6 ай бұрын
@@intigriti Thanks for reply. God Bless 💕✝
@hattanali985116 күн бұрын
I have a question now when I try to run the Cheat Engine the game crashes. Any thoughts on this. My CT is 7.5
@intigriti15 күн бұрын
Which game? Some games will have anti-cheat protections.
@hattanali985115 күн бұрын
@@intigriti it is Dragon's Dogma Online
@rafacaleolemonez829 Жыл бұрын
Hello, it detects the exact figure but when I want to do something it changes to the previous figure and I cannot maintain it, what should I do please?
@intigriti Жыл бұрын
You could try to freeze the value. If that fails, try to investigate what is changing the figure (keep watching the video series, if that doesn't make sense to you yet).
@hshabsbaha Жыл бұрын
for example,how is if my game do not have “hit me”how can i find the exact addres number?
@intigriti Жыл бұрын
"hit me" is just a button to trigger a "hit" event. How would you normally trigger this event in a game? 😉
@fulan62319 ай бұрын
The values that I tried to change keep reverting to its initial values. Can you please help me?
@intigriti9 ай бұрын
That must mean there's an instruction somewhere updating those values. If you finish the tutorial series, you'll learn how to get around this 😉
@fighternump3827 ай бұрын
Hi i want to ask a question i wanna create an auto dodge or parry in a game how can i do that?
@intigriti6 ай бұрын
First, I'd recommend completing the tutorial series and getting the basics down. Maybe you'll have some ideas about how to accomplish your goal along the way. The cheat engine forums are a great education resource for learning about specific hacks/games also!
@fighternump3826 ай бұрын
@@intigriti Thank you brother
@hugeburger Жыл бұрын
i cant download cheat engine from the official site it just keeps saying the site sent an invalid response but ive turned off ad block and tried different browsers but i just cant download it, any reason why?
@intigriti Жыл бұрын
Hmmm double check your anti-virus isn't blocking, as cheat engine is packaged with bloatware that you need to reject during the installation. If it's not that, maybe the download link is down atm.
@ahmedgames9335 Жыл бұрын
I am Try To Get The Pointer Manually Using X64dbg But Some Instruction Accessed From A Lot Of Actions I still haven't done the event I want Like when I put a break point and switches to the game, the break point is hit directly, How Can I Do That ?
@intigriti Жыл бұрын
Sometimes the instruction you want to stop at will be used by various functions within the game. If this happens, you could try and find earlier instructions around the functionality you're interested in until you find a better candidate.
@ahmedgames9335 Жыл бұрын
@@intigriti I Found Conditions On Break Point I check if The VAlue in address It is changed but i face some problems when i get the offset and try to test this pointer i did not get the right value i do not know where wrong i think the pointer stopped in the wrong time i think,
@ahmedgames9335 Жыл бұрын
@@intigriti I did not Understand , i have to try for instruction that do the same think ??
@Vandares5 ай бұрын
hi i am looking to learn how to fiend no random encounter battles for ps1 games using cheat engine can you help me with that and ty so much
@intigriti5 ай бұрын
Hey, we don't assist with individual queries. Besides, the whole point is for you to learn how to use cheat engine 😉
@s-sonin9 ай бұрын
What should I do if I find the exact number, change it, it changes in the game, but then during the game it returns to the previous number?
@intigriti9 ай бұрын
You should keep watching the series 😉
@s-sonin9 ай бұрын
@@intigritiI've watched all the videos in the series and couldn't find the answer to my question, so I decided to ask it. Thanks for the interesting video lessons.
@intigriti9 ай бұрын
Ah OK.. If the value keeps changing, there must be some instruction updating it. Your best bet would be to trace that instruction and then modify it (code injection) 🙂
@JoyceMayfield-ry9oe Жыл бұрын
can you use apks on the cheat engine cuz I tried it on my laptop and it doesn't work for me I don't know what I am going wrong
@intigriti Жыл бұрын
Hey, good question! I don't have experience with this but I believe you can use old android emulator (like 3 + years) and some software similar to cheat engine, called "game guardian". Note, I haven't used this software so I would recommend doing some research (cheatengine/guidedhacking forums probably a good place to start) to make sure they are safe and you know what you're doing. BTW, that is for memory editing/code injection, like we do in cheat engine.. but there are other methods for dealing with android apps like patching the APK or hooking functions with frida. You can check our mobile hacking series to see how to use these tools: kzbin.info/aero/PLmqenIp2RQcjBWzwMZQbIkbuVDmkYi_KF
@JoyceMayfield-ry9oe Жыл бұрын
@@intigriti one more ? I have an Android rooted phone I downloaded the cheat engine to the phone and tried to cheat engine on the phone but I couldn't find the APK game to cheat and hack like values of like diamonds and coins I don't know what I'm doing wrong it doesn't show the APK in the cheat engine on the Android phone and it is a rooted phone
@ahmedgames9335 Жыл бұрын
Hay, there a instruction for increasing anime health but each time I open the game the address of this instruction changed, why ? I thing it should not change
@intigriti Жыл бұрын
Keep following the series and you'll learn about multi-level pointers, and how we can identify the base addresses of such values.
@ahmedgames9335 Жыл бұрын
@@intigriti ok, but I see I some other instruction when I try to injection code I see allocat(newcode,2024,UnityPlayer.dll+937f8f96f) but in this instruction i did not found Unitplayer.dll he but the address directly
@ahmedgames9335 Жыл бұрын
@@intigriti Actually I hate this way to get the cursor 😅 Since you made this method in the chest engine tutorial I didn't know to find it in this game in the second search for the address be the same first address
@arsen3223 Жыл бұрын
Awesome! Nice to see game hacking on here, or should I say, ethical game hacking :p
@intigriti Жыл бұрын
Let's make ethical game hacking more popular!
@glock-kay Жыл бұрын
@@intigriti 💯
@vibhutisingh2402 Жыл бұрын
We used this with some of the Facebook games 😂
@_CryptoCat Жыл бұрын
hehe same 😏 still surprising to me that many game companies aren't interested in those kinds of hacks/cheats, considering how much real money many people spend on in-game items 👀
@ieremiealexandru2323 Жыл бұрын
hi i dont find to adress for speed before is work but now is not work can help me because in video i try too make same but is not work tx
@intigriti Жыл бұрын
Hi mate, every game will differ - some actively try to prevent you from cheating, others are designed in a way that makes cheats more difficult. You could try another game or look for support on cheatengine or guidedhacking forums 😉
@joony02 Жыл бұрын
I'm trying to use on a single player game, and I can hack into all gear powers, except for 2 slots, IDK what that could be
@intigriti Жыл бұрын
Every game is different, there can be many factors! If you figure it out, update us on your solution 😉
@joony02 Жыл бұрын
I tried a lot of things, even bugged on of my characters haha, but none worked, i really don't know that it could be@@intigriti
@wowdude8244 Жыл бұрын
great video, has anyone tried it on airline manager 4? free steam PC game
@nitisweka5802 Жыл бұрын
Can u hack how to npc changed.For example gta san andreas. You in house but you can buy the pizza in ur house. So u can buy pizza in any where. Or u play bully u can kiss your gf in any person. Any person can change to your gf person.
@intigriti Жыл бұрын
In general, the possibilities are limitless for game hacking in solo player / offline games. That said, some hacks (and games) will be a lot harder than others!
@nitisweka5802 Жыл бұрын
@@intigriti i mean it is posible? Or hack game rpg talk to npc A as sell item, but we talk with npc b as non seller but if we talk with npc B change as A but they will sells item
@nitisweka5802 Жыл бұрын
@@intigriti any tutorial please
@intigriti Жыл бұрын
Sure, if you follow this cheat engine tutorial series, you'll learn how to do these things.. It won't always be as easy as every game is different and multiplayer games especially put a lot of effort into preventing cheaters, but it will get you started. The NPC scenario you mentioned sounds like a shared code issue, which is covered in this series 😊
@hanniamartinezadame81255 ай бұрын
I get access violation when i tried to change the value of the pointscan result. Its a local game, so idk why xd. Nice video. Edit. I restarted my pc and now I was able to change the value. It works! I dont have to do the same proccess everytime I open the game, nice.
@manishkuswhaha2563 Жыл бұрын
Why it's not working on facebook games I'm trying to use this on Cooking Madness
@intigriti Жыл бұрын
Every game will be different, it depends on the platform, game engine, individual game code/mechanics, anti-cheat protections etc. Please also bare in mind that hacking games that aren't part of a bug bounty program could result in legal consequences, especially if those games are online/competitive or have in-game purchases.
@ErinShevchenko9 ай бұрын
How do you hack an online game thats multiplayer to get cheaper vip?
@intigriti9 ай бұрын
Did you watch the video? 🤔
@bloodmann264 Жыл бұрын
SUBSCRIBED!
@intigriti Жыл бұрын
🔥🔥🔥
@ahmedgames9335 Жыл бұрын
When I am tracking the Address to get a Pointer. I am trying the Offsets that I got like [[[[0000005912EFDF60+30]+10]+18]+0]+68. I actually did not finish it, but I am trying to find whether the value is correct here. The problem is when I make a Break Point on the Instruction that changes this value, and I find that the value is in the Address, and when I remove the Break Point, I do not find the value in the Pointer above, which I haven't completed yet? Am I on the right track and the values will be clear when I finish the pointer ?? Sorry I Asking A Lot Of Questions.
@intigriti Жыл бұрын
Hi mate, I would check out the cheatengine.org forums or GuidedHacking for some more support on specific game hacking issues!
@ahmedgames9335 Жыл бұрын
@@intigriti Thanks
@lanzarkick Жыл бұрын
nowone cares the license terms...ty
@КолянКоляныч-б1ь Жыл бұрын
Someone can hack the State of Survival PC game. I find the values, but they do not change
@intigriti Жыл бұрын
Every game will be different! There could variations in the design/implementation that make things more difficult and/or there may be client/server-side anti-cheat mechanisms that specifically prevent you from altering values.. In which case; time to research anti-cheat bypass techniques! 😉
@КолянКоляныч-б1ь Жыл бұрын
I agree, every game is different. I made a script, the resource values increase after using the item, and the item itself does not decrease, but as soon as I update the inventory, the items that I used returned to normal. Eh, okay, let's look for a vulnerability, the game is highly protected)
@Huffleisedging8 ай бұрын
Cave men be like😭😭😭😭
@NOTMath3w8 ай бұрын
500th like
@intigriti8 ай бұрын
🔥
@aryansaini738110 ай бұрын
Bro you hack rummy game
@intigriti10 ай бұрын
I haven't hacked "rummy game" nope.. Sounds like a cool educational project though 😉
@iremantraballo4 ай бұрын
Please help me to have this tools to get revenge please help me my friend
@intigriti4 ай бұрын
"revenge"? 🤨
@iremantraballo4 ай бұрын
@@intigriti yes because my son loss house and family..
@sdewwu3 ай бұрын
@@iremantraballo lol?
@mrghost_15496 ай бұрын
has anyone got a virus doing this yet
@intigriti6 ай бұрын
How? 🧐
@ahmedgames9335 Жыл бұрын
mov [rcx], rax this instruction update the mony in GodOfWar game but when i try to update the address that have mony it back to original mony and i notic that the address rax does not have the mony it have address this , If You Can Told Me Concept Or Some Thing useful About To Deal With This
@intigriti Жыл бұрын
This is the first episode of a 10 part series! Did you watch the rest?
@ahmedgames9335 Жыл бұрын
@@intigriti I think, I will check ✔️ it again.
@g30rgyth3d4rk Жыл бұрын
Really interesting video, i feel like am getting hooked😁 especially when i saw 420 bullets from 7, i was a little mind-blown🥲.