Great tutorial! All the CE tutorials I've found that talks about multilevel pointers are all the old versions, like CE 6.1. I figured out the offset thing myself, but I still couldn't find static addresses. Thanks for making the tutorial! :)
Naturally, it's a Scottish guy who made how to do this clear. The tutorial is pretty opaque, and other videos / write ups refer to the older CE way of adding multi-level pointers. Good work and gie it laldie!
because most people just copy/paste stuff from other videos just to get views, but we make tutorials out of our own mind and understanding, we explain things the way we see it, not copy/paste from others :) You should check my personal channel /user/sethioz for more hack / cheat tutorials, this channel we mainly keep for entertainment (crashes, gameplays, funny stuff ..etc). And we have 4-5 people uploading videos here.
this is quite confusing method for beginners and its done by my friend. So im not 100% sure about it, but if you'd rather scan than calculate, then here's on how to pointer scan using CE: th-cam.com/video/yy2Da6Y8EZA/w-d-xo.html < i recommend this, its easier for beginners.
It does look like a solid tutorial, but the thing is, when I search the "edi" that I get, I get 0 results, in another game, I get lots of results, no offset, and when I try to debug one of the results it always crashes the game, pointerscans dont work either
sounds like you need to go back to basics. every game has different instructions, "edi" is just one register out of many .. it could be using eax or anything else, this is why you need to check the instruction and actually understand the code. CE also has different debug methods, you gotta test them all and some games have anti-debug, in that case it's necessary to use a custom debugger or something like that, but CE usually gets job done with help of some plugins.
That means it's a pointer that points to a fake value. This means the real value is encrypted in some way. Use the unknown initial value as the first scan then use increased/decreased value to try to find it. If you find the value and change it but it still doesn't change in game, then you have to look for it again but this time only use changed/unchanged, since it is probably a XORed value.
usually its an in game protection for cheating/editing/hacking. the value is registered and checked constantly and if different from what it is meant to be, it crashes, the game crashes for protection. that is the likely cause although there may be a few probable causes. values linked with others(Killing floor for example) where a heath freezed value could be freezing movement speed, enemy health or a whole host of other things. wrong value freezed is another common likelyhood, like a critical path that has been frozen so game has no option other than to end. hope this helps
199779228AF - 48 8B 4E 10 - mov rcx,[rsi+10] 199779228CB - 48 8B 46 10 - mov rax,[rsi+10] How would I know what to choose? They both could be valid right?
hahahhaha ... that's easy, you STOP SCRUBBING ON AUT1STIC PHONES! phones and their emulators are CANCER of this planet, throw them in trash and never use one.
I don't understand WHY the other tutorials I watched didn't mention anything about adding the other offsets.
Thanks a lot!
Great tutorial!
All the CE tutorials I've found that talks about multilevel pointers are all the old versions, like CE 6.1.
I figured out the offset thing myself, but I still couldn't find static addresses.
Thanks for making the tutorial! :)
OMG thank you SOOOO much! I understood single level Pointers but couldn't get the Multilevel pointer for the life of me. Love your voice btw.
Naturally, it's a Scottish guy who made how to do this clear. The tutorial is pretty opaque, and other videos / write ups refer to the older CE way of adding multi-level pointers. Good work and gie it laldie!
Thx man,very informative and clear,im gonna watch more of these,thx for your time and effort.
because most people just copy/paste stuff from other videos just to get views, but we make tutorials out of our own mind and understanding, we explain things the way we see it, not copy/paste from others :)
You should check my personal channel /user/sethioz for more hack / cheat tutorials, this channel we mainly keep for entertainment (crashes, gameplays, funny stuff ..etc).
And we have 4-5 people uploading videos here.
thanks man ^^, very better than pointer scan method :P
If you're in the states, turn on closed captioning and follow along XD
why didint you get the green adress that apper the second time you started the hex scan
Great video. But, I feel like watching Highlander right now. LOL!
when i do the 2:27 step i had 142 results, so I will have to test one by one or have a way to choose the right?
this is quite confusing method for beginners and its done by my friend. So im not 100% sure about it, but if you'd rather scan than calculate, then here's on how to pointer scan using CE:
th-cam.com/video/yy2Da6Y8EZA/w-d-xo.html < i recommend this, its easier for beginners.
The Sethioz Project i get the right address of Assault Cube Health because the search results me 5, in other games is the problem. Anyway thanks.
It does look like a solid tutorial, but the thing is, when I search the "edi" that I get, I get 0 results, in another game, I get lots of results, no offset, and when I try to debug one of the results it always crashes the game, pointerscans dont work either
sounds like you need to go back to basics. every game has different instructions, "edi" is just one register out of many .. it could be using eax or anything else, this is why you need to check the instruction and actually understand the code.
CE also has different debug methods, you gotta test them all and some games have anti-debug, in that case it's necessary to use a custom debugger or something like that, but CE usually gets job done with help of some plugins.
Found a pointer that never changes the address, always the same function in game….. but I can’t change it? Puts itself back to normal lol
That means it's a pointer that points to a fake value. This means the real value is encrypted in some way. Use the unknown initial value as the first scan then use increased/decreased value to try to find it. If you find the value and change it but it still doesn't change in game, then you have to look for it again but this time only use changed/unchanged, since it is probably a XORed value.
Thank you!
what is the difference between multi level pointers and pointers?
i'm new in to this stuff so sorry if it sounds nooby
+Okio Question, when I found the "pointer" and scanned it in 4bytes with hex checked I got 0 results..
nothing writes to my address???
What happens when you have added a poiner and it crashes the game
usually its an in game protection for cheating/editing/hacking. the value is registered and checked constantly and if different from what it is meant to be, it crashes, the game crashes for protection. that is the likely cause although there may be a few probable causes. values linked with others(Killing floor for example) where a heath freezed value could be freezing movement speed, enemy health or a whole host of other things. wrong value freezed is another common likelyhood, like a critical path that has been frozen so game has no option other than to end. hope this helps
Illuminati?
WTF is that little symbol in the left corner of the video ?!
lol .. that's my logo.
:P lol sorry
ECH Albania he is satan
I didn't know that satan likes pets.
ECH Albania Its a pentagram
my game close it self when i press F6 or F5 why is that?
Some games can see if you're using software on them, so it's not recommended to use debugger.
@@lostkostin well you re late only 4 years xDD
back then i wanted to build an app for an mmonrpg that visually shows my health on the razer blackwidow
@@jolakos122 better late than never.
How did u get “c” offset on the last address?
Because he get esi + 0C so C is the last offset
I just realized this tutorial is in english lol.
199779228AF - 48 8B 4E 10 - mov rcx,[rsi+10]
199779228CB - 48 8B 46 10 - mov rax,[rsi+10]
How would I know what to choose? They both could be valid right?
they have same offset
bro pleas how to get base address on emulator android 😓
hahahhaha ... that's easy, you STOP SCRUBBING ON AUT1STIC PHONES! phones and their emulators are CANCER of this planet, throw them in trash and never use one.