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

preview_player
Показать описание
Hey everyone!Ethan here!Welcome back to another video!

How to find static addresses(pointer scanning):

Assault Cube CE Table:

For Education Purposes only. Fair use

Social Media
---------------------------------------------------------------------------------
Discord - EthanEDITS#3257
Рекомендации по теме
Комментарии
Автор

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!

fluffsquirrel
Автор

I thought you can't write or read memory with python. Thank you.

ignuxas
Автор

How to do this for 64-bit processes? The error "Backtrace (last last call):" comes out

AdamantGames
Автор

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

koksem
Автор

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.

Dtomper
Автор

Thanks dude, you're a life saver!

Zenfis
Автор

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.

justinmalloy
Автор

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

Wojtek_
Автор

But why a while loop and not just freezing the value ?

SxitxmaNxB
Автор

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?

Champignon
Автор

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

sametakbeyaz
Автор

"from pymem import *" - not needed. Consider using "from pymem import Pymem
from pymem.process import module_from_name" or just leave it out

KXBeats
Автор

What's the commad for installing pynem ? I tried "pip install pynem" but it said that it couldn't be found

straight.
Автор

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?

DexNeXuS
Автор

Hi can u help i want to place in a button for example if F1 pressed it will exec the function!

gersi
Автор

thanks for the help im writing mine in cpp and was confused on how to add offsets

nono-vnco
Автор

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
Автор

Will you be making a python skinchanger in the future?

rgm
Автор

How to read a value from a pointer? Help pls

klavye.
Автор

thx it worked :) do you know how to do the same for float and double value types?

rat