Python External Cheat | Writing Memory to a Pointer (with Offsets)

  Рет қаралды 41,375

EthanEDITS

EthanEDITS

Күн бұрын

Пікірлер: 79
@AdamantGames
@AdamantGames 2 жыл бұрын
How to do this for 64-bit processes? The error "Backtrace (last last call):" comes out
@koksem
@koksem 4 жыл бұрын
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
@TutorFx
@TutorFx 4 жыл бұрын
same for me!
@ignuxas64
@ignuxas64 4 жыл бұрын
I thought you can't write or read memory with python. Thank you.
@nathancheng2514
@nathancheng2514 3 жыл бұрын
you can use win32 and ctype module to do that.
@justinmalloy8095
@justinmalloy8095 10 ай бұрын
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.
@Dtomper
@Dtomper 3 жыл бұрын
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.
@EthanEDITS1
@EthanEDITS1 3 жыл бұрын
absolutely, I want to make my tutorials more accessible to everyone.
@KXBeats
@KXBeats 2 жыл бұрын
"from pymem import *" - not needed. Consider using "from pymem import Pymem from pymem.process import module_from_name" or just leave it out
@Wojtek_1777
@Wojtek_1777 9 ай бұрын
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
@sametakbeyaz5021
@sametakbeyaz5021 3 жыл бұрын
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
@fluffsquirrel
@fluffsquirrel 4 ай бұрын
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!
@gersi3616
@gersi3616 2 жыл бұрын
Hi can u help i want to place in a button for example if F1 pressed it will exec the function!
@SxitxmaNxB
@SxitxmaNxB 11 ай бұрын
But why a while loop and not just freezing the value ?
@DexNeXuS1
@DexNeXuS1 2 жыл бұрын
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?
@EthanEDITS1
@EthanEDITS1 2 жыл бұрын
Just read memory and when that value changes, write memory.
@monkeelmaoo
@monkeelmaoo Жыл бұрын
just use a while true loop no?@@EthanEDITS1
@straight.2503
@straight.2503 2 жыл бұрын
What's the commad for installing pynem ? I tried "pip install pynem" but it said that it couldn't be found
@EthanEDITS1
@EthanEDITS1 2 жыл бұрын
pip install pymem
@Champignon1000
@Champignon1000 4 жыл бұрын
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?
@EthanEDITS1
@EthanEDITS1 4 жыл бұрын
try installing python x64
@Champignon1000
@Champignon1000 4 жыл бұрын
@@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
@Champignon1000
@Champignon1000 4 жыл бұрын
@@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()
@EthanEDITS1
@EthanEDITS1 4 жыл бұрын
@@Champignon1000 glad you found the solution!
@GeraldJove
@GeraldJove 2 жыл бұрын
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?
@GeraldJove
@GeraldJove 2 жыл бұрын
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.
@rat9995
@rat9995 2 жыл бұрын
thx it worked :) do you know how to do the same for float and double value types?
@EthanEDITS1
@EthanEDITS1 2 жыл бұрын
check pymem documentation, they have functions like write_float and write_double
@Zenfis1337
@Zenfis1337 Жыл бұрын
Thanks dude, you're a life saver!
@klavye.
@klavye. 2 жыл бұрын
How to read a value from a pointer? Help pls
@V_ice
@V_ice 4 жыл бұрын
1st :), also lovin the vids !
@gwihsanz431
@gwihsanz431 2 жыл бұрын
Can u try making esp with lib called PyMeow?
@nono-vn4co
@nono-vn4co 3 жыл бұрын
thanks for the help im writing mine in cpp and was confused on how to add offsets
@rexseppe7084
@rexseppe7084 Жыл бұрын
Same
@netrktm1
@netrktm1 Жыл бұрын
I get Could not open process: 848 pls help me Plsssss
@fabian_ftn6604
@fabian_ftn6604 8 ай бұрын
hello same, did you fixed it?
@netrktm1
@netrktm1 8 ай бұрын
bro after 11 mouth you send me?@@fabian_ftn6604
@JakeP0297
@JakeP0297 3 жыл бұрын
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
@EthanEDITS1
@EthanEDITS1 3 жыл бұрын
Are you sure you have a game assembly.dll?
@willbo_bilbo
@willbo_bilbo 2 жыл бұрын
i have the same problem
@xristosbassos
@xristosbassos Жыл бұрын
i have the same problem too
@rgm1136
@rgm1136 4 жыл бұрын
Will you be making a python skinchanger in the future?
@EthanEDITS1
@EthanEDITS1 4 жыл бұрын
that would be interesting, Ill give it a shot
@anonymoussirproxx6886
@anonymoussirproxx6886 4 жыл бұрын
i hade an error in this line "gameModule = module_from_name(pm.process_handle, "Minecraft.Windows.exe").IpBaseOfDll" Pls help, nice Video
@EthanEDITS1
@EthanEDITS1 4 жыл бұрын
what is the actual module name of the address in minecraft? It will say it in cheat engine.
@anonymoussirproxx6886
@anonymoussirproxx6886 4 жыл бұрын
@@EthanEDITS1 "Minecraft.Windows.exe"+0369BD88 you mean this
@EthanEDITS1
@EthanEDITS1 4 жыл бұрын
@@anonymoussirproxx6886 yes only the ("Minecraft.Windows.exe") bit though.
@anonymoussirproxx6886
@anonymoussirproxx6886 4 жыл бұрын
@@EthanEDITS1 thx i fix it
@learnwithmrmachine7955
@learnwithmrmachine7955 2 жыл бұрын
Is it the same for pubg mobile emulator??
@KevinWaller02
@KevinWaller02 Жыл бұрын
It didn’t work
@moengai9503
@moengai9503 4 жыл бұрын
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!
@EthanEDITS1
@EthanEDITS1 4 жыл бұрын
I saw the other comment, Ill look into it.
@Jan-jz8ws
@Jan-jz8ws 4 жыл бұрын
U nice i Beginn learning c# but this is alsow Good xD
@LeonardoGalindo-v1b
@LeonardoGalindo-v1b 6 ай бұрын
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
@im_razvan Жыл бұрын
thanks lol i made a GTA godmode hack with this
@CATHACK-eh4xe
@CATHACK-eh4xe 4 ай бұрын
thanks bro
@domcxz8643
@domcxz8643 3 жыл бұрын
Thx dood :)
@Vamaka12
@Vamaka12 4 жыл бұрын
Good!
@thereghuxreze3553
@thereghuxreze3553 4 жыл бұрын
best
@qock1106
@qock1106 4 жыл бұрын
thanks!
@xabelh.h2772
@xabelh.h2772 3 жыл бұрын
sorry pymem is kind of useless,try to use frida
@EthanEDITS1
@EthanEDITS1 3 жыл бұрын
Pymem is pretty great actually. But ill take a look at frida.
@micolasola2166
@micolasola2166 3 жыл бұрын
Bro thank you for this, btw I dm you on discord :)
@AYO3725
@AYO3725 3 жыл бұрын
Bruh my base address is THREADSTACK0 and idk how to make it work
@EthanEDITS1
@EthanEDITS1 3 жыл бұрын
you just need to find a different pointer that does not use Threadstack0
@ekranial6438
@ekranial6438 3 жыл бұрын
@@EthanEDITS1 But what should I do if there are only "Threadstack0" pointers?
@gabrieldelacruz
@gabrieldelacruz Жыл бұрын
@@ekranial6438 same problem
Cracking Software with Reverse Engineering 😳
8:01
nang
Рет қаралды 1,7 МЛН
BAYGUYSTAN | 1 СЕРИЯ | bayGUYS
37:51
bayGUYS
Рет қаралды 1,7 МЛН
Support each other🤝
00:31
ISSEI / いっせい
Рет қаралды 76 МЛН
IL'HAN - Qalqam | Official Music Video
03:17
Ilhan Ihsanov
Рет қаралды 544 М.
Hacking any Game with Python and Cheat Engine
14:14
Just Another Coder
Рет қаралды 50 М.
Memory Scanning and Writing With Python (Assault_Cube)
1:59
Soma Chénard-Koné
Рет қаралды 5 М.
Python laid waste to my C++!
17:18
Sheafification of G
Рет қаралды 113 М.
Cheat Engine for Idiots
10:48
Kian Brose
Рет қаралды 1,4 МЛН
I built my own 16-Bit CPU in Excel
15:45
Inkbox
Рет қаралды 1,6 МЛН
iPhone на маркетплейсах
1:00
Иван Курапов
Рет қаралды 671 М.
Хитрость с айфоном!
0:19
По ту сторону Гугла
Рет қаралды 191 М.
🤡Главная ПРОБЛЕМА Айфона🍏
0:39
Demin's Lounge
Рет қаралды 593 М.