This video is indeed a blessing and an answered prayer for me, I badly need new scripts for newer TW Attila versions, to optimize our gaming sensations.
After watching your tutorial, I was able to successfully create and save my cheats. Your second method was also very straightforward and the quickest way with the least amount of stress. Please consider creating another tutorial similar to this one to cover all the formulas, such as max health, money, XP, damage multiplier, etc. I look forward to your response.
Great video, put it all together really well. Been editing memory locations since the 90s but this tutorial helped me make my first script that loaded across games. 10/10.
Thanks for this. Now to find out how to find more advanced pointers. Like infinite jumps or invisible to enemies or infinite holding breath for sniper games...those are super hard.
the much faster way to find a pointer is instead of generating a pointer map you can pointer scan your first address once that loads reset the game find the address again and go back to where you pointer scanned click the "pointer scaner" tab, select rescan memory and paste in your new address in the text box. it achieves pretty much the same thing except you dont have to save multiple pointer maps usually the results with the least amount of offsets is more likely to be what youre looking for but its not always garaunteed it may be best to close the game again and look at the pointer scan list to see if anything changed.
you got a sub. tyvm for taking the time to do these. My RL friend Chris from cheat the game channel was teaching me but he died a couple of years ago :(
@@Swashed_ Hi. I played Real War: Air, Land & Sea (2001) Version, when I was a teenager and for my first computer game. I played many games after that, but I never forgot this game. This game does not run properly on new systems and the time Value in the game runs quickly. So, I bought an a old ThinClient and installed this game on it, and sometime in my free time, I play it. This game has 2 versions. The default version is 1 and the new version is 1.6. In version 1.6, several areas have been added to the game and the graphic quality has also improved a little. I used to have a trainer for version 1 that increased the Value of Supply for me and it was great. Now that I have installed the 1.6 version after many years, unfortunately the trainer does not work anymore. This is really important to me. I try to make a trainer by Cheat Engine but CheatEngine can't found Supply and fog Value :( Maybe can you please make a trainer for my Nostalgic Old Game? thank you
Excellent tutorial. One issue I ran into though, I went the scripting route and everything looked great, I had infinite health in the game. Unfortunately, the enemies also had infinite health because I assume they run through the same damage code 😆 Oh well, time to try again!
Yeah some games share the function for damaging player and enemies. It’s possible to isolate which entity takes damage but it’s a lot more complicated. You may need to find a workaround
Do you have any tutorials on finding stuff like entity's hp, level, name etc? I seem to struggle to find a good way to pointerscan for stuff like that.
I'm trying to change a max hp value in the game, and I'm having trouble finding the offset, instead showing mov [ecx], edx when I gain a max health upgrade. It seems to be drawing from an preset value instead of adding anything to it. Comparing pointer values spits out an error stating an invalid integer "$" and freezing this address with nops causes the game to go completely haywire as well. Are there any tips that can help here?
Hey. Im trying to get the data off of addresses, either inside of Cheat engine or outside of it, so i can compare it (such as gathering The resource development rates, and comparing it to others to see which needs to be increased for balance) Essentially, regarding scripting, how to i get the value associated with addresses, and how do i write them out, i.e. can i change the Description name of a script? Any help is awesome!
how would i go about adding money to games that dont store it at the initial value? like Gta san andreas i cant seem to find the actual money address or the health ive scanned using a few different tech
This was one of the easiest videos to understand but i came here more with a specific issue and when you got to what i'm needing help with, you didn't have issues on your end. I'm emulating a Ps2 game and I already have pointers to where my addresses are but i've written 4 scripts, an old and a new for 2 seperate cheats but on both reloads, i get the pointers themselves to populate with the information im looking for but the scripts spit out "..Error when scanning for AOB ... Inject error ... not all results found" and the only difference between the new script template and the old one would be 2 bytes off in the aobscan declaration
you will have to re-adjust the script to begin at the 2 byte offset aobscan declaration, in the script it should start at newmem, but look for the name of the aobscan declaration you gave it in the script, then add +2 to it, ex: 'name+2' and then the script will look for the aobscan address and then go up 2 bytes into from the starting byte of the start of the aobscan address and then it will do its magic from there.
@@jesuschrist1501 100% appreciate your explanation. I haven't touched it in a few months but now I wanna go back and run into the issue again so I can come here and apply it while it's fresh so I can appreciate it more, thanks!
write to these adresses 1. 7ff6bff938a2 - 44 01 30 - add [rax],r14d number 2nd is 7ff6bff934ee - 01 01 - add [rcx],eax in some adresses rbx+etc does not apear so how to filter these???????
you can also use advanced options at the bottom to save and find adresses more fast then scaning everytime, by see what acess the saved adess then add it to the cheat table Ez
Ok ok, but when it comes to the cheat engine 7.5 version, this is no longer possible, during the first scan it detects the amount, when I reduce it and take the next scan it disappears
Looking for another address makes no sense at "12 Labours of Hercules". For example, the address that is responsible for food remains the same every time. Since the address is the same, should I skip that step? Anyway the step where we making our own script doesn't work in "12 Labours of Hercules". Can you make another video to show how to make cheats for this game, please?
Would it be possible to use cheat engine to automatically parry attacks in games by modifying the blocking value when being attacked? Not sure if this would work given that i’m assuming blocking values aren’t usually listed in numbers but ‘true’ and ‘false’. I’m thinking that if the blocking value uses boolean where the value is set to 0 (false ) when not blocking, and changed to 1 (True) when blocking then maybe it could be done ? But i’m also not too sure if cheat engine lets you modify values at preset times . As you can see I’m not very familiar with the software and have lots of questions. Would be great if you could help 🙏🏽
I’m using 7.5 and I get zero pointer paths… I’m following step by step over and over and it’s not working. I’m doing this for Doom on steam trying to get infinite ammo. I get the address right every time but it’s like the pointers don’t exist. I’m seeing rcx+38 and that doesn’t work.
6:44 I'm stuck here, I get no results every time on the Pointer Scan. Maybe I'm using the wrong offset? The offset I get (5:10) for the address is "####### - mov [rdi+08],rax", so the offset should be "8" or "08"? Either way when I try to filter using one of them, no results.
@@ceadeusx Oddly enough when I tried without filters I got some error. But I figured out, I was making a mistake when selecting the scan files. But then again, it's impossible to find the correct pointers without filtering; thousands of results. Maybe I'll try to find the pointer I'm looking for manually, without this pointer scan method.
@@lesphirou i mainly use this method and sort it so that i see the pointers with the least offsets first. Then i kepp the list open and restart the game, test some things, play a little and after that i filter out inaccurate pointers and use the one that is accurate and has the least offsets
How do I find addresses of values that aren't shown in game? In your example, you don't really know the number of stamina points, let alone the value after using up some percentages of stamina... How do I scan for those?
Use unknown initial value scan. Usually for stuff like stamina its a float value. Then you just do increased or decreased value scans. This way you never have to know any specific values.
Thanks for this great video! but I kinda have an issue. I did the complete pointerscan and found it "0C". I applied the pointerscan on my HP Bar in an RPG game for the Main character, and it worked perfectly. However, for every other character, I don't get any result after doing a pointerscan. I tried a higher offset value in a different game, and it worked there, but on the RPG, it won't. It worked perfectly fine on the Main character, just how you showed in your video. I did the same for every other character, but it's not working. Do you have any idea? Probably the offset value just sucks, but I don't understand why it worked the first time.
So i have a cheat table which uses offsets from the health pointer i made for everything, but an update has made the health pointer invalid... i have made a new health pointer but is it possible to change the pointer that everything else is reading from? ive been changing them all individually
Technically if all the pointers shifted by a little bit then you could offset them all by that amount but for that to work you’d need to find that offset and bet that all pointers shifted the exact same amount. You’re prob better off just redoing
Great tutorial!! Can you please make 1 for the XP of the legacy mode in Fight Night Champion on Rpcs3, that would be very helpful. Thnx 4 making things much easier.
I believe in some games there is a display value and an true internal value for say a currency in a game. Do you have a video on finding out the internal value vs the display value? For example, say currency on Mortal Kombat 1 there is a mode called "Invasion", where each character gains XP based on certain conditions, you can gain additional XP. How would you go about finding how to increase the XP gained or the characters XP that's not just the display value? I'm able to find the value but it only changes it on the display and doesn't stick. Any videos you have relating to situations like this?
This can be done with a little reverse engineering, which involves seeing what code writes to that value and then backtracing to find exactly how those values are being written in, then you change the code to increase the exp gain
The address was lost. Assuming you kept the address from your last session. It’s not relevant anymore. Just focus on finding it again and getting a second pointer map
@@Swashed_ Hey, what to do if when you "find out what writes to this pointer" and then pick up cash, and get messages in the console, but they have no RBX? mov rdi eax
my offsets say RAX what do i with that? I also try the script method and the second i click the last pop up box of "INJECT" everything just freezes and crashes
so im trying to do damage change...got no pointers and when it attacks there is no info display ,I'm guessing since it also got multi the info get shifted to the company and not my PC?(using it for single player)
I got to step 8a (offset) and it said something like add + 04 so I think my filter was 4? I don’t know but then when I did the scan there were no pointer paths
When i press the first scan it shows the addresses, but when i change the value and press the next scan it doesn't show anything, always showing 0 results after pressing the next scan.
I have scanned the address and i want create the script that just will chage the value for the address i searched how to do it please help. becasue your tutorial only how to lock the address
i got a issue that it doesnt show me the code that changes the variable for the address. Ive tried it on the tutorial and it still doesnt work. pls help
After a few days, closing and opening the game all the pointers became invalid, do you know why this could happen. I did all steps and got 100.000 possible pointers result, but they start to crash one by one until there is no one left
Stuck on step 6. I restarted the game. Kept the data list in CE. Searched for the variable again with scans. When I get to the 2nd save, CE saves a scandata.addresslist file rather than just a .scandata file. So I'm unable to do the comparison thing in the step following.
Im trying to create a cheat where it will disable the players y movement... ive successfully got the pointer for it but when using it to fly its very jittery, so im trying to disable the y movement code for it with a script, which when i did, it disabled all Y movement for everything within the game lol, is there a way to narrow it down to just the player?
ok, but what about float, every time I try to compare or whatever, I just don't have results, I can just find the result and change it every time, but make a pointer - no
There are multiple addresses for Elden Ring game (your previous video for RUNES & God mode). After saving these files some of the addresses' values becomes '??' and the value doesn't change even after changing manually.
The addresses are assigned when you load the game. When you close it and reload it, the addresses change. You can find the permanent address for them by finding what’s called “pointers” for that address
I had a question, how can i increase my character's walk or run speed? I saw lots of Tables for Stalker but that was missing. What is the way of determining walk or run speed. Thx in advance.
Honestly it comes down to how much time a person is willing to spend towards finding how the game is coded and where all the addresses are stored. If you dig deep enough and for long enough, you can find so many things. Walk speed, teleport, unlock all skills, etc. You gotta just sit there and tinker with it until you figure it out. Is there a stat or skill that increases walk speed?
For someone reason I get 0 results when I try to scan pointer map and I done everything I made 2 pointer maps I went to compare nothing what do I need to do?
Either check that you’re comparing the 2 correctly or your pointer maps might just suck which could happen, in which case make another pointer map and try using that to scan against the first 2
@@Swashed_ Yeah I'm still having trouble. I opened cheat engine, selected the game, found the code value, generated pointer map, started a new session, found the code value for the game again. generated another pointer map, did the whole access thing, went to compare by doing current session first then previous section second, did everything I was suppose to still 0 results even done multiple games not sure whats going on or if something could be blocking it from working.
What if you dont get an offset from finding what writes to the address? Mine is a mov command, and only lists the names of memory locations (RAX, EAC), and doing a pointer scan finds NO results without a filter..
If you don’t have an offset, then you don’t need to include an offset. If you’re getting 0 pointers in your pointer scan then try making new pointer maps to use for your scans
AOB scans usully dont need to be updated with every update unless the code of that specific function is changed. If you use pointers, you need to redo the process for finding pointers nearly every patch. I recommend AOB scans.
NEW ISSUE!!! When i choose the new unit of first item this appears. But i cant move this item. And if i chaged this item by other this resturns at the old unit. I play in a private server.
I hope someone is able to help me, ive tried everything i came across and even ran through the tutorial. Ive even uninstalled CE 7.5 and reinstalled it, also downgraded to 7.4 bc of this video (thought it might help) and anytime i generate a pointermap it closes out of the saving potion but the files are available so i compare them and i get 0 pointers after comparing them. side note on CE7.5 i only get 0 pointers. what am i missing? than you for anyone who can help.
sir can u make easy tutorial for basic how to find those codes like stamina or damage or even 1 hit damage. . can u please make tutorial for this stuff ..thank you
It partially worked for me in old game Blade of Darkness. Got the HP to godmode. Didnt help with Stamina, as couldnt put a pointer on it and couldnt get the function properly.
bro help pls i didnot saw where is how to make godmode in any game pls help i mean hmm i am now playing prime tank and speedhack doesnot work it will crash, auto farm i need
@@Swashed_ i tried to change stats in Atelier Ryza 3 and it did nothing, tried your method that's 'replace the bla3 with nothing' and its working lol. But when i closed the game and open it up again its just revert back to original stats, but hey man, its working and its easy to do that again so thank you.
hey, don't know if you still need this info. I had the same problem, what fix it for me. Was changing the debugger method in the settings of cheat engine. I hope this helps
@@Swashed_ hey can ı ask somethıng? when ı change the value ın a game lıke war robots or dragon manıa when ı try to use the unlımıted cash the game suddenly resets/dısconnects do you have any solutıon for thıs
Playing a poltical and economic roleplay game,can not do an infinite money cheat as that would increase inflation and just ruin my economy,someone suggested i should have a modifer for inflation from 1 mintue to mintue using a lua script to create a timer tick so as to rub a float overwrite command to float adress for inflation and growth.instead of freezing values.idk how to this or what any of it means help?? the name of the game GPS4
This video is indeed a blessing and an answered prayer for me, I badly need new scripts for newer TW Attila versions, to optimize our gaming sensations.
Hands down the simplest tutorial to grasp that I've come across, thank you so much!
Sorry but your an Ai
straight to the point and simple to follow unlike some other tutorials thankyou
After watching your tutorial, I was able to successfully create and save my cheats. Your second method was also very straightforward and the quickest way with the least amount of stress. Please consider creating another tutorial similar to this one to cover all the formulas, such as max health, money, XP, damage multiplier, etc. I look forward to your response.
Great video, put it all together really well. Been editing memory locations since the 90s but this tutorial helped me make my first script that loaded across games. 10/10.
Thanks for this. Now to find out how to find more advanced pointers. Like infinite jumps or invisible to enemies or infinite holding breath for sniper games...those are super hard.
the much faster way to find a pointer is instead of generating a pointer map you can pointer scan your first address once that loads reset the game find the address again and go back to where you pointer scanned click the "pointer scaner" tab, select rescan memory and paste in your new address in the text box. it achieves pretty much the same thing except you dont have to save multiple pointer maps usually the results with the least amount of offsets is more likely to be what youre looking for but its not always garaunteed it may be best to close the game again and look at the pointer scan list to see if anything changed.
you got a sub. tyvm for taking the time to do these. My RL friend Chris from cheat the game channel was teaching me but he died a couple of years ago :(
Nice video, I try to find some video like that in my language but no one is good as your.
This is so easy to follow and helped me out!
Thanks man I’m glad you liked it
Absolutely not interested in cheating in games, I kept watching because you made the process sound very interesting
Everyone has their own reasons. Could be a lost save file or just wanting to cheat. Its fun to do regardless :)
@@Swashed_what did u do to make the money increase when you loot ? Do u have tutorials about that? Thanks
@@Swashed_ Hi. I played Real War: Air, Land & Sea (2001) Version, when I was a teenager and for my first computer game. I played many games after that, but I never forgot this game. This game does not run properly on new systems and the time Value in the game runs quickly. So, I bought an a old ThinClient and installed this game on it, and sometime in my free time, I play it. This game has 2 versions. The default version is 1 and the new version is 1.6. In version 1.6, several areas have been added to the game and the graphic quality has also improved a little. I used to have a trainer for version 1 that increased the Value of Supply for me and it was great. Now that I have installed the 1.6 version after many years, unfortunately the trainer does not work anymore. This is really important to me. I try to make a trainer by Cheat Engine but CheatEngine can't found Supply and fog Value :( Maybe can you please make a trainer for my Nostalgic Old Game? thank you
Thank you so much for this tutorial!
Still works 2024 version 7.5 🤘
Excellent tutorial. One issue I ran into though, I went the scripting route and everything looked great, I had infinite health in the game. Unfortunately, the enemies also had infinite health because I assume they run through the same damage code 😆 Oh well, time to try again!
Yeah some games share the function for damaging player and enemies. It’s possible to isolate which entity takes damage but it’s a lot more complicated. You may need to find a workaround
best cheat engine tutorial without any doubt u deserve a sub.
Do you have any tutorials on finding stuff like entity's hp, level, name etc? I seem to struggle to find a good way to pointerscan for stuff like that.
I'm trying to change a max hp value in the game, and I'm having trouble finding the offset, instead showing mov [ecx], edx when I gain a max health upgrade. It seems to be drawing from an preset value instead of adding anything to it. Comparing pointer values spits out an error stating an invalid integer "$" and freezing this address with nops causes the game to go completely haywire as well. Are there any tips that can help here?
OMG, I've been looking for this tutorial for a long time
You’re in the right place, friend
Wow... You are amazing!! Thank You!😘
is there any way of removing the cheats after applying it?
what i want to know is: does generating more pointermaps generate better results i.e. less adress pointers that you have to go through?
Hey. Im trying to get the data off of addresses, either inside of Cheat engine or outside of it, so i can compare it (such as gathering The resource development rates, and comparing it to others to see which needs to be increased for balance)
Essentially, regarding scripting, how to i get the value associated with addresses, and how do i write them out, i.e. can i change the Description name of a script? Any help is awesome!
how would i go about adding money to games that dont store it at the initial value? like Gta san andreas i cant seem to find the actual money address or the health ive scanned using a few different tech
This was one of the easiest videos to understand but i came here more with a specific issue and when you got to what i'm needing help with, you didn't have issues on your end.
I'm emulating a Ps2 game and I already have pointers to where my addresses are but i've written 4 scripts, an old and a new for 2 seperate cheats but on both reloads, i get the pointers themselves to populate with the information im looking for but the scripts spit out "..Error when scanning for AOB ... Inject error ... not all results found" and the only difference between the new script template and the old one would be 2 bytes off in the aobscan declaration
you will have to re-adjust the script to begin at the 2 byte offset aobscan declaration, in the script it should start at newmem, but look for the name of the aobscan declaration you gave it in the script, then add +2 to it, ex: 'name+2' and then the script will look for the aobscan address and then go up 2 bytes into from the starting byte of the start of the aobscan address and then it will do its magic from there.
@@jesuschrist1501 100% appreciate your explanation. I haven't touched it in a few months but now I wanna go back and run into the issue again so I can come here and apply it while it's fresh so I can appreciate it more, thanks!
write to these adresses 1. 7ff6bff938a2 - 44 01 30 - add [rax],r14d number 2nd is 7ff6bff934ee - 01 01 - add [rcx],eax in some adresses rbx+etc does not apear so how to filter these???????
Great video, this helped with trying to get cheats working in the rpcs3 emulator
you can also use advanced options at the bottom to save and find adresses more fast then scaning everytime, by see what acess the saved adess then add it to the cheat table Ez
Tried this on Dawn of war: Dark Crusade with cheat engine 7.1 in June 2024 and this worked
Ok ok, but when it comes to the cheat engine 7.5 version, this is no longer possible, during the first scan it detects the amount, when I reduce it and take the next scan it disappears
Make sure to use the application, i had the same issue running the processes.
Did you start with all and unknown initial value as the first scan?
@@MiscX420what?
Looking for another address makes no sense at "12 Labours of Hercules". For example, the address that is responsible for food remains the same every time. Since the address is the same, should I skip that step? Anyway the step where we making our own script doesn't work in "12 Labours of Hercules". Can you make another video to show how to make cheats for this game, please?
Thank you. Great explanation, although I still thought it's easier to make stable cheat given I have green static addresses already.
great and easily to understand guide, tks so much!
Would it be possible to use cheat engine to automatically parry attacks in games by modifying the blocking value when being attacked? Not sure if this would work given that i’m assuming blocking values aren’t usually listed in numbers but ‘true’ and ‘false’. I’m thinking that if the blocking value uses boolean where the value is set to 0 (false ) when not blocking, and changed to 1 (True) when blocking then maybe it could be done ? But i’m also not too sure if cheat engine lets you modify values at preset times . As you can see I’m not very familiar with the software and have lots of questions. Would be great if you could help 🙏🏽
I’m using 7.5 and I get zero pointer paths… I’m following step by step over and over and it’s not working. I’m doing this for Doom on steam trying to get infinite ammo. I get the address right every time but it’s like the pointers don’t exist. I’m seeing rcx+38 and that doesn’t work.
Seems like downgrading might be the best option
6:44
I'm stuck here, I get no results every time on the Pointer Scan.
Maybe I'm using the wrong offset? The offset I get (5:10) for the address is "####### - mov [rdi+08],rax", so the offset should be "8" or "08"? Either way when I try to filter using one of them, no results.
u dont need to filter it. try it without the filter and see if it even gets u a pointer. If u get 0 pointer there is another biger problem
@@ceadeusx Oddly enough when I tried without filters I got some error. But I figured out, I was making a mistake when selecting the scan files. But then again, it's impossible to find the correct pointers without filtering; thousands of results. Maybe I'll try to find the pointer I'm looking for manually, without this pointer scan method.
@@lesphirou i mainly use this method and sort it so that i see the pointers with the least offsets first. Then i kepp the list open and restart the game, test some things, play a little and after that i filter out inaccurate pointers and use the one that is accurate and has the least offsets
How do I find addresses of values that aren't shown in game? In your example, you don't really know the number of stamina points, let alone the value after using up some percentages of stamina... How do I scan for those?
Use unknown initial value scan. Usually for stuff like stamina its a float value. Then you just do increased or decreased value scans. This way you never have to know any specific values.
I noticed that my pointer changes when my character dies. I want to access the pointer for the health in a Python script. But it's not constant.
Thanks for this great video! but I kinda have an issue. I did the complete pointerscan and found it "0C". I applied the pointerscan on my HP Bar in an RPG game for the Main character, and it worked perfectly. However, for every other character, I don't get any result after doing a pointerscan. I tried a higher offset value in a different game, and it worked there, but on the RPG, it won't. It worked perfectly fine on the Main character, just how you showed in your video. I did the same for every other character, but it's not working. Do you have any idea?
Probably the offset value just sucks, but I don't understand why it worked the first time.
So i have a cheat table which uses offsets from the health pointer i made for everything, but an update has made the health pointer invalid... i have made a new health pointer but is it possible to change the pointer that everything else is reading from? ive been changing them all individually
Technically if all the pointers shifted by a little bit then you could offset them all by that amount but for that to work you’d need to find that offset and bet that all pointers shifted the exact same amount. You’re prob better off just redoing
@Swashed_ ah okay thanks 👍 will get to that soon!
So i have question how if i choose script method, but i want to change its value like pointer method? I cant see how to change value with script
Great tutorial!! Can you please make 1 for the XP of the legacy mode in Fight Night Champion on Rpcs3, that would be very helpful. Thnx 4 making things much easier.
Be blessed mehnnn🤙🏽
I believe in some games there is a display value and an true internal value for say a currency in a game. Do you have a video on finding out the internal value vs the display value? For example, say currency on Mortal Kombat 1 there is a mode called "Invasion", where each character gains XP based on certain conditions, you can gain additional XP. How would you go about finding how to increase the XP gained or the characters XP that's not just the display value? I'm able to find the value but it only changes it on the display and doesn't stick. Any videos you have relating to situations like this?
This can be done with a little reverse engineering, which involves seeing what code writes to that value and then backtracing to find exactly how those values are being written in, then you change the code to increase the exp gain
How about online games and steam???? Is there a workaround?
Won’t really work for online games but I always try anyway
What does it mean the when the value turns to ?? When going back into the game to get the 2ed pointer
The address was lost. Assuming you kept the address from your last session. It’s not relevant anymore. Just focus on finding it again and getting a second pointer map
@@Swashed_every time I leave the game the first time the value just turns into ??
@@Swashed_ Hey, what to do if when you "find out what writes to this pointer" and then pick up cash, and get messages in the console, but they have no RBX?
mov rdi eax
5:25
what if there is nothing after rbx? does that mean i messed up?
Awesome tutorial, thanks!
you're a genius!
🧐
At the scan for what writes to the code section. Does RAX or RDX work instead of RBX?
Also instead of EDI I have ECX.
my offsets say RAX what do i with that? I also try the script method and the second i click the last pop up box of "INJECT" everything just freezes and crashes
I’ve tried to do this with movement values, but it says Pointer paths:0 even when I did all the steps correctly, is there a fix?
so im trying to do damage change...got no pointers
and when it attacks there is no info display ,I'm guessing since it also got multi the info get shifted to the company and not my PC?(using it for single player)
I got to step 8a (offset) and it said something like add + 04
so I think my filter was 4? I don’t know but then when I did the scan there were no pointer paths
underated asf thanks man❤
❤️
When i press the first scan it shows the addresses, but when i change the value and press the next scan it doesn't show anything, always showing 0 results after pressing the next scan.
Been trying to find weapon durability on the game "Humanitz" and the devs changed the codes can't find it anymore. Can you do Humanitz game tutorial.
I have scanned the address and i want create the script that just will chage the value for the address i searched how to do it please help. becasue your tutorial only how to lock the address
What to do if the pointer scan displays no results?
Start over :[
i got a issue that it doesnt show me the code that changes the variable for the address. Ive tried it on the tutorial and it still doesnt work. pls help
Does this work on ps4 and online games?
Very helpful, thank you!
is there any way to deal more dmg or to hide to engine to play games like roblox (u get insa kicked when its on in the background)
After a few days, closing and opening the game all the pointers became invalid, do you know why this could happen. I did all steps and got 100.000 possible pointers result, but they start to crash one by one until there is no one left
how do we find the address again if the game doesnt change it on restart?
Stuck on step 6. I restarted the game. Kept the data list in CE. Searched for the variable again with scans. When I get to the 2nd save, CE saves a scandata.addresslist file rather than just a .scandata file. So I'm unable to do the comparison thing in the step following.
Im trying to create a cheat where it will disable the players y movement... ive successfully got the pointer for it but when using it to fly its very jittery, so im trying to disable the y movement code for it with a script, which when i did, it disabled all Y movement for everything within the game lol, is there a way to narrow it down to just the player?
Yeah you gotta dig deeper to find and access each entity in the game individually. Its kinda complicated
ok, but what about float, every time I try to compare or whatever, I just don't have results, I can just find the result and change it every time, but make a pointer - no
Hi, I'm getting pointer path 0. Any idea what I'm missing here, thanks?
Thank you very much.🤩
Where to find save cheats on computer files
There are multiple addresses for Elden Ring game (your previous video for RUNES & God mode). After saving these files some of the addresses' values becomes '??' and the value doesn't change even after changing manually.
The addresses are assigned when you load the game. When you close it and reload it, the addresses change. You can find the permanent address for them by finding what’s called “pointers” for that address
I had a question, how can i increase my character's walk or run speed? I saw lots of Tables for Stalker but that was missing. What is the way of determining walk or run speed. Thx in advance.
Honestly it comes down to how much time a person is willing to spend towards finding how the game is coded and where all the addresses are stored. If you dig deep enough and for long enough, you can find so many things. Walk speed, teleport, unlock all skills, etc. You gotta just sit there and tinker with it until you figure it out. Is there a stat or skill that increases walk speed?
@@Swashed_ Someone already did it 10 days ago, thx anyways.
everytime when try to enable the Script table the game crash and auto close. any advice ?
For someone reason I get 0 results when I try to scan pointer map and I done everything I made 2 pointer maps I went to compare nothing what do I need to do?
Either check that you’re comparing the 2 correctly or your pointer maps might just suck which could happen, in which case make another pointer map and try using that to scan against the first 2
@@Swashed_ Okay I will try it out thanks
@@Swashed_ Also does it matter which version to use because I am using 7.5 so wanted to make sure there isn't a bug in that version
@retrogamermonkey3815 nah 7.5 is good
@@Swashed_ Yeah I'm still having trouble. I opened cheat engine, selected the game, found the code value, generated pointer map, started a new session, found the code value for the game again. generated another pointer map, did the whole access thing, went to compare by doing current session first then previous section second, did everything I was suppose to still 0 results even done multiple games not sure whats going on or if something could be blocking it from working.
What if you dont get an offset from finding what writes to the address? Mine is a mov command, and only lists the names of memory locations (RAX, EAC), and doing a pointer scan finds NO results without a filter..
If you don’t have an offset, then you don’t need to include an offset. If you’re getting 0 pointers in your pointer scan then try making new pointer maps to use for your scans
bro why i cant make infinite stamina? and i cant find code the following opcodes write why?
help pls i want it
very good video thanks for sharing . can you also make a video about updating cheats after gameupdates ?
AOB scans usully dont need to be updated with every update unless the code of that specific function is changed. If you use pointers, you need to redo the process for finding pointers nearly every patch. I recommend AOB scans.
NEW ISSUE!!!
When i choose the new unit of first item this appears. But i cant move this item. And if i chaged this item by other this resturns at the old unit. I play in a private server.
I hope someone is able to help me, ive tried everything i came across and even ran through the tutorial. Ive even uninstalled CE 7.5 and reinstalled it, also downgraded to 7.4 bc of this video (thought it might help) and anytime i generate a pointermap it closes out of the saving potion but the files are available so i compare them and i get 0 pointers after comparing them. side note on CE7.5 i only get 0 pointers. what am i missing? than you for anyone who can help.
Does this work on 7.5?
Ye
debugger does not work on diablo 3 :( just wanted to set my fov permamenty to higher
When I was debugging, there wasn't any numbers in anything in the brackets similar to yours. I got [rbx] and that was it. What do I do then?
When would you prefer pointer scanning over scripting?
that scripting part of cheat engine looks juicy because it's just assembly which is easy to manipulate >:)
It’s very juicy indeed. There’s so many possibilities
sir can u make easy tutorial for basic how to find those codes like stamina or damage or even 1 hit damage. . can u please make tutorial for this stuff ..thank you
I know its prob not gonna get me anywhere but the game is free no money its called Double u casino could you do anything with that slot game/?
It partially worked for me in old game Blade of Darkness.
Got the HP to godmode.
Didnt help with Stamina, as couldnt put a pointer on it and couldnt get the function properly.
I got errors while scanning im gonna redo it so it might work.
i cant use that hack for google games?
GOATED
can you tell me where i can learn those codes like nop and whatever that was in there
It’s called assembly
en.m.wikipedia.org/wiki/X86_instruction_listings
@@Swashed_ thx
bro help pls i didnot saw where is how to make godmode in any game pls help i mean hmm i am now playing prime tank and speedhack doesnot work it will crash, auto farm i need
Next video about how to make bypass for game online i will wating 👍👍😁
Can you do the same for Elden Ring please!?
Bro question here, an you change static value?
The answer is: it depends
@@Swashed_ i tried to change stats in Atelier Ryza 3 and it did nothing, tried your method that's 'replace the bla3 with nothing' and its working lol. But when i closed the game and open it up again its just revert back to original stats, but hey man, its working and its easy to do that again so thank you.
how did you know the value of the stamina bar?
I didn’t. I scanned for an unknown initial value for my first scan. Then scanned for increased/decreased value as the stamina changed
Won't work, this is why cheats for older versions of games won't work.
what to do when the game crashes when we enter on "find out what writes to this address" ???
hey, don't know if you still need this info. I had the same problem, what fix it for me. Was changing the debugger method in the settings of cheat engine.
I hope this helps
What if there’s 2 or more values??
Pick one and try it out
@@Swashed_ hey can ı ask somethıng? when ı change the value ın a game lıke war robots or dragon manıa when ı try to use the unlımıted cash the game suddenly resets/dısconnects do you have any solutıon for thıs
What do you do if the debugger doesnt show a offset?
then dont add an offset or keep it as 0
Playing a poltical and economic roleplay game,can not do an infinite money cheat as that would increase inflation and just ruin my economy,someone suggested i should have a modifer for inflation from 1 mintue to mintue using a lua script to create a timer tick so as to rub a float overwrite command to float adress for inflation and growth.instead of freezing values.idk how to this or what any of it means help?? the name of the game GPS4
amazing! thank you.