I know this might be missing the point, but since this is for any source game... use the entity list interface? Anyway, good video, I like the quality.
The reason would be if you aren't familiar to internal stuff I suppose (I've never done anything internal) , your interface manager vid made me wanna try it out tho 🤔
@@SwedishTwat Ah alright, either way, it is always good to see some reversing action - you can never go wrong with doing it yourself. But, on another note, internals are a whole another world, especially in Source games, so definitely get into it if you have the time! Cheers man :)
Helped a lot for my internal trainer, now I know the point of entity list. But there is 1 problem - there is multiple instances of structures that are not CS_Player, how do I find the right one?
you could check with player amounts so that you are within bounds, also check the pointers themselves and maybe even player attributes to check that they are valid. There are many ways, just get creative 😉
you could transform the coordinates if you have an idea of what the 2d coords would be. Or by looking into how the game converts entity positions onto the map. It should be accessing the objects.
change the values and see if they fit the entity, you can also open the memory viewer and check if there is any relevant information close to the addresses as well 😉
I am struggling to find the entity list for 64-bit gmod, do you have any idea why? would you be willing to take a look at that? That'd be awesome and it would make my day :)
@@robbyz512 first of all you sound down bad asf. second of all this sounds like a you problem seems like you are not learning anything at all goes from one ear to another maybe this aint for you? since you are not doing shit right. I have seen people join discord servers and learn in 1 month a decent amount of stuff and I have seen them get through there problems but from you seems like you just want someone to do it for you. just go learn how to paste seems like you already started your paste journey.
I was able to get cheat engine in bo3, but I can’t seem find the entity list through the health. What else can I try? Or maybe it isn’t 10 bytes down. I was able to find each player their local player. Not the entity list tho.
I have a very interesting idea, but I still want to learn more in order to implement the idea, so the question. is whether it is possible to implement an external cheat for apk by running it on Termux (this is a terminal emulator for android), what do you think about this? Is this possible without root rights? what programming language is suitable? sorry, my English very bad(
Is it possible for Unity Engine? I have tried to dump the il2cpp but seems they obfuscated and can't dump the resource. Should I do with pointers in Unity?
Best Tutorial to find entity list in TH-cam
I know this might be missing the point, but since this is for any source game... use the entity list interface? Anyway, good video, I like the quality.
The reason would be if you aren't familiar to internal stuff I suppose (I've never done anything internal) , your interface manager vid made me wanna try it out tho 🤔
@@SwedishTwat Ah alright, either way, it is always good to see some reversing action - you can never go wrong with doing it yourself. But, on another note, internals are a whole another world, especially in Source games, so definitely get into it if you have the time! Cheers man :)
lol hi cazz i watch your videos also :D
@@cazz cazz!1!!1!!1!!!1
What is the entity list interface?
Best Tutorial to find entity list in youtube
First easy to understand video
Hello brother, remember me? Keep up the good work!
jajamen
First one, thanks for the tutorial 👍👍
Pretty useful tutorial, it took me 4 days to figure out tho lmfao, but good!
Takes a while at first 😄
The next entity is not allways 0x10, in Dota 2 currently it's 0x18, and Dota 2 uses Source 2.
Nice Video. Love you for doing this.
Probably there is some changes this method is not working
Helped a lot for my internal trainer, now I know the point of entity list. But there is 1 problem - there is multiple instances of structures that are not CS_Player, how do I find the right one?
you could check with player amounts so that you are within bounds, also check the pointers themselves and maybe even player attributes to check that they are valid. There are many ways, just get creative 😉
Hii, Nice video, i would like to know if we can find the coordinates of those entity/objects on map
you could transform the coordinates if you have an idea of what the 2d coords would be. Or by looking into how the game converts entity positions onto the map. It should be accessing the objects.
Nice tutorial! Keep it up
is there a way to find it with dnSpy?
Thanks a lot very detailed video
How can u know how much is the max offsets level?
Thanks a lot bro
You got 9, but I'm trying it in a different game. There are 127 identical results. decreases and increases at the same time. how do i find it?
change the values and see if they fit the entity, you can also open the memory viewer and check if there is any relevant information close to the addresses as well 😉
how about finding entity list for an unreal engine? will it work?
I am struggling to find the entity list for 64-bit gmod, do you have any idea why? would you be willing to take a look at that? That'd be awesome and it would make my day :)
@@robbyz512 first of all you sound down bad asf. second of all this sounds like a you problem seems like you are not learning anything at all goes from one ear to another maybe this aint for you? since you are not doing shit right. I have seen people join discord servers and learn in 1 month a decent amount of stuff and I have seen them get through there problems but from you seems like you just want someone to do it for you. just go learn how to paste seems like you already started your paste journey.
@@robbyz512 sounds like a skill issue lol.
I was able to get cheat engine in bo3, but I can’t seem find the entity list through the health. What else can I try? Or maybe it isn’t 10 bytes down. I was able to find each player their local player. Not the entity list tho.
Bo3 isn’t written in source engine
make one for goldsrc games
perhaps.
Best video !!!
Thanks it helpful
thats if you can bypass anti cheat to let cheat engine run, otherwise get the sdk
I have a very interesting idea, but I still want to learn more in order to implement the idea, so the question. is whether it is possible to implement an external cheat for apk by running it on Termux (this is a terminal emulator for android), what do you think about this? Is this possible without root rights? what programming language is suitable?
sorry, my English very bad(
If you use termux give me your telegram I'll help you
@@kwekusnake4702 hateteahelper
ya akhi mumkin tadae tariqat tashghil alluebat wakayfiatiha
Is it possible for Unity Engine? I have tried to dump the il2cpp but seems they obfuscated and can't dump the resource. Should I do with pointers in Unity?
Perhaps an internal approach would be easier, check out this video : th-cam.com/video/VeMZ8NM9f3o/w-d-xo.html