How to do this for 64-bit processes? The error "Backtrace (last last call):" comes out
@koksem4 жыл бұрын
lpBaseOfDll isn't working for me. if i put it there is says: "'NoneType' object has no attribute 'lpBaseOfDll' " and if i don't put it there at all i get none
@TutorFx4 жыл бұрын
same for me!
@ignuxas644 жыл бұрын
I thought you can't write or read memory with python. Thank you.
@nathancheng25143 жыл бұрын
you can use win32 and ctype module to do that.
@justinmalloy809510 ай бұрын
My target Application is x64 bit, and read_int enough to read into my address's , longlong doesnt appear to work as i thought it would either. Any ideas? The value im trying to alter is a float and im using write_float in my function.
@Dtomper3 жыл бұрын
Thank you, but can you make the code bigger next time? Because some people like me have really bad monitors who can't display small text.
@EthanEDITS13 жыл бұрын
absolutely, I want to make my tutorials more accessible to everyone.
@KXBeats2 жыл бұрын
"from pymem import *" - not needed. Consider using "from pymem import Pymem from pymem.process import module_from_name" or just leave it out
@Wojtek_17779 ай бұрын
Hey can you help me change coords and stuff with python i have offsets for them i just cant figure out how to do it so i want some help
@sametakbeyaz50213 жыл бұрын
How to find offsets, can you make a video about it? No backlash in games, how do we need to search the offset of codes like wallhack aimbot
@fluffsquirrel4 ай бұрын
Thank you so much! I'm going to try to use this to get boolean values from an emulator to reward a reinforcement learning algorithm playing the game!
@gersi36162 жыл бұрын
Hi can u help i want to place in a button for example if F1 pressed it will exec the function!
@SxitxmaNxB11 ай бұрын
But why a while loop and not just freezing the value ?
@DexNeXuS12 жыл бұрын
Hey there. I was wondering how I would make a python script that started running when a pointer value changed. Like when your health drops it automatically run. Can you also write that pointer value to a text file?
@EthanEDITS12 жыл бұрын
Just read memory and when that value changes, write memory.
@monkeelmaoo Жыл бұрын
just use a while true loop no?@@EthanEDITS1
@straight.25032 жыл бұрын
What's the commad for installing pynem ? I tried "pip install pynem" but it said that it couldn't be found
@EthanEDITS12 жыл бұрын
pip install pymem
@Champignon10004 жыл бұрын
I have a weird issue where the address from reading gameModule + Base_address doesn't return the correct answer. In some instaces it's almost correct but missing the first 3 numbers/letters of the true hex address. - I think its because im on python 32. Can you please help?
@EthanEDITS14 жыл бұрын
try installing python x64
@Champignon10004 жыл бұрын
@@EthanEDITS1 Ok i hope that will solve it. Thank you for quick reply :) And thank you for the tutorial. Im trying to create a bot that can play games with tensorflow. I hope it will train better and faster now with variables from the game. Instead using tens of conv layers. :D
@Champignon10004 жыл бұрын
@@EthanEDITS1 After many hours i finally found a way to fix it on my Python 32 bit. Instead of intread. i used pm.read_ulonglong()
@EthanEDITS14 жыл бұрын
@@Champignon1000 glad you found the solution!
@GeraldJove2 жыл бұрын
When I try to re-open the game, I get a Memory Read Error in Line 9 (addr = pm.read_int(base)). Anyone can help me with this?
@GeraldJove2 жыл бұрын
SOLVED: What I did was find a pointer address with 4-6 Offsets in Cheat Engine. Then I made sure that the address is readable whenever I open and close the game multiple times.
@rat99952 жыл бұрын
thx it worked :) do you know how to do the same for float and double value types?
@EthanEDITS12 жыл бұрын
check pymem documentation, they have functions like write_float and write_double
@Zenfis1337 Жыл бұрын
Thanks dude, you're a life saver!
@klavye.2 жыл бұрын
How to read a value from a pointer? Help pls
@V_ice4 жыл бұрын
1st :), also lovin the vids !
@gwihsanz4312 жыл бұрын
Can u try making esp with lib called PyMeow?
@nono-vn4co3 жыл бұрын
thanks for the help im writing mine in cpp and was confused on how to add offsets
@rexseppe7084 Жыл бұрын
Same
@netrktm1 Жыл бұрын
I get Could not open process: 848 pls help me Plsssss
@fabian_ftn66048 ай бұрын
hello same, did you fixed it?
@netrktm18 ай бұрын
bro after 11 mouth you send me?@@fabian_ftn6604
@JakeP02973 жыл бұрын
Good tutorial, i'm having an issue where my process "GameAssembly.dll" is causing the error "pymem.exception.ProcessNotFound: Could not find process: GameAssembly.dll" i'm not sure whats wrong. If you could help that'd be super awesome, if I find a solution before i'll edit my comment with it
@EthanEDITS13 жыл бұрын
Are you sure you have a game assembly.dll?
@willbo_bilbo2 жыл бұрын
i have the same problem
@xristosbassos Жыл бұрын
i have the same problem too
@rgm11364 жыл бұрын
Will you be making a python skinchanger in the future?
@EthanEDITS14 жыл бұрын
that would be interesting, Ill give it a shot
@anonymoussirproxx68864 жыл бұрын
i hade an error in this line "gameModule = module_from_name(pm.process_handle, "Minecraft.Windows.exe").IpBaseOfDll" Pls help, nice Video
@EthanEDITS14 жыл бұрын
what is the actual module name of the address in minecraft? It will say it in cheat engine.
@anonymoussirproxx68864 жыл бұрын
@@EthanEDITS1 "Minecraft.Windows.exe"+0369BD88 you mean this
@EthanEDITS14 жыл бұрын
@@anonymoussirproxx6886 yes only the ("Minecraft.Windows.exe") bit though.
@anonymoussirproxx68864 жыл бұрын
@@EthanEDITS1 thx i fix it
@learnwithmrmachine79552 жыл бұрын
Is it the same for pubg mobile emulator??
@KevinWaller02 Жыл бұрын
It didn’t work
@moengai95034 жыл бұрын
Love your video. Can you make a tutorial about python dll injector? Really appreciate that :) cause I found seldom tutorial about python cheating you are the first one I have never seen before Lol Keep going!
@EthanEDITS14 жыл бұрын
I saw the other comment, Ill look into it.
@Jan-jz8ws4 жыл бұрын
U nice i Beginn learning c# but this is alsow Good xD
@LeonardoGalindo-v1b6 ай бұрын
why everybody do a tutorial with Assault Cube, that game its too easy to cheat, when we try to practice this with a current game we start to get troubles, stop doing tutorial with assault cube :@
@im_razvan Жыл бұрын
thanks lol i made a GTA godmode hack with this
@CATHACK-eh4xe4 ай бұрын
thanks bro
@domcxz86433 жыл бұрын
Thx dood :)
@Vamaka124 жыл бұрын
Good!
@thereghuxreze35534 жыл бұрын
best
@qock11064 жыл бұрын
thanks!
@xabelh.h27723 жыл бұрын
sorry pymem is kind of useless,try to use frida
@EthanEDITS13 жыл бұрын
Pymem is pretty great actually. But ill take a look at frida.
@micolasola21663 жыл бұрын
Bro thank you for this, btw I dm you on discord :)
@AYO37253 жыл бұрын
Bruh my base address is THREADSTACK0 and idk how to make it work
@EthanEDITS13 жыл бұрын
you just need to find a different pointer that does not use Threadstack0
@ekranial64383 жыл бұрын
@@EthanEDITS1 But what should I do if there are only "Threadstack0" pointers?