I've been using cheat engine for years, but I've run into a number of python games that seem to hide their values so that no matter how many times you do new scan/next scan you cannot find the values you want. There's just no values in the list because none of them changed predictably. Apparently python can hide its values. Any idea how to get around that?
Does cheat engine work with emulators. So I use retro arch and wanted to do some stuff with it. I can find the addresses when the game is loaded but when I exit it’s gone so I try and find the offsets and the pointer scan shows no results every time.
It's tough to shortlist addresses on emulators using CE,because the retrieved data is often so large because it includes search result from the emulator itself.
HI i like your video but i;m still trying to find out how to install CE without an error, i was wondering if i am on facebook, and i go into a slotgame, like Double u casino whould i b able to hack more coins for freeplay??
"C & C++ for sure, because these languages are commonly used for game hacking because they are fast, powerful, and widely available. Many games are written in C or C++, and these languages can be used to create custom tools or modify the game's code directly." "Second is Lua: Lua is a lightweight, embeddable scripting language that is often used for game hacking because it is easy to use and can be easily integrated into a game." "Third is C# (also known as Sharp): a popular programming language that can be used for a variety of purposes, including game development and game hacking. It is a powerful and versatile language that is well suited for game development due to its support for object-oriented programming and strong integration with the Unity game engine. Overall, Python is good too for game hacking but often not used as often as these three languages.
Sorry for necroing your comment but you simply need to make cheat engine undetectably by changing it's name via hex editor and lazarus or use a free for download patch of cheat engine.
Nope. To hack a multiplayer game like Clash of Clans you need to hack the server which is pretty hard. Also hacking a mobile game is more difficult and I have no idea how to do it
yeah most antivirus's give alerts that it is a virus since it contains code to inject into other programs, that is because it needs to inject itself into the game you want to hack. But it is perfectly safe if you download it from the official website, I have used it for about half a year and nothing happened to my pc.
Hi I tried With The ''' Plants vs zombies''' i do the same thing but i incress the offsets to 22000 to get result, and get pointers , and i do the same thing like you in python but i get this error, --- Could not read memory at: 28, length: 4 - GetLastError: 299 --- THE CODE-- from pymem import * from pymem.process import * ##? Using This When Get This Error ##? Could not read memory at: 1619428523640, length: 8 - GetLastError: 299 from pymem.ptypes import RemotePointer # The Offsets Of The Pointers class Offsets: sunsOffsets = [0x48, 0x5C, 0x1C, 0xE0, 0x4, 0x5560] class Menu: def __init__(self) -> None: self.application = 'popcapgame1.exe' try: self.mem = Pymem(self.application) self.module = module_from_name(self.mem.process_handle, self.application).lpBaseOfDll except Exception as error: print('From Init:: {0}'.format(error)) def appInfo(self): print('Address Of ( {0} ):: {1}'.format(self.application,self.mem.base_address)) print('Module:: {0}'.format(self.module)) def incressSunCount(self): try: baseAddress = (self.module + 0x000A0C78) address = self.getPointerAddress(baseAddress, Offsets.sunsOffsets) self.mem.write_int(address, self.mem.read_int(address) + 100) except Exception as error: print('From Get Incress Suns:: {}'.format(error))
def getPointerAddress(self, base, offsets): try: addr = self.mem.read_int(base) for offset in offsets: if offset != offsets[-1]: addr = self.mem.read_int(addr + offset) addr += offsets[-1] except Exception as error: print('From Get Pointer:: {}'.format(error)) return addr
if __name__ == '__main__': menu = Menu() menu.appInfo() menu.incressSunCount() ## Error Code ##! 299 # ERROR_PARTIAL_COPY # 299 (0x12B) # Only part of a ReadProcessMemory or WriteProcessMemory request was completed.
Consider donating to help the channel!
Buy me a kofi ko-fi.com/justanothercoder
Patreon patreon.com/justanothercoder
how can i makeing mod menu with this pointers ?
yeah make tutorial on this please
It works omg!! my 4th try works! Thank you man, you helped my code.
I've been using cheat engine for years, but I've run into a number of python games that seem to hide their values so that no matter how many times you do new scan/next scan you cannot find the values you want. There's just no values in the list because none of them changed predictably. Apparently python can hide its values. Any idea how to get around that?
have u tried other types of values? like for example float and not only 4bit
Yoo l that’s cause games anti cheats block it u need a bypass to access games with anti cheats memory
Mobile game variables are dynamic, not static. You either need to create a pattern finder or.. Up to your imagination.
Thanks very much! This really helped me with my CS assignment.
I know I'm 2 years late, but how can i find enemy entities? So i want to make a esp only tool, but idk how to find enemy entity offsets?
When I did import pymem and import keyboard, it just said "ModuleNotFoundError: No module named 'pymem'"
download it using pip. open cmd and type pip install pymem
in some games cheat engine don't show address when I click next scan
This engine just work in offline games and some online games.
Will it work in online game
how is reading the value stored at an address and adding it to the address going to guide you down the pointer map?
I'd like to know aswell
How can i make the game run as a tab? When i run it it runs on the entire screen and i cant run anything else but the game
To go out of the game you can use ALT + TAB. To make the game window be smaller you can go to settings (escape key) and then to graphics settings iirc
@@JustAnotherCoder can u make it afk 24/7 on online game?? is that possible
hey the code is not working for me can u please help me
how come I only see one pointer in the "change address" window while you have 5?
Either way, regardless how many are observed, I was still able to do it successfully.
please answer quick can i put more shortcuts like F1 ammo hack F2 health hack F3 money hack .. like this if it possible please tell me how
and how can i read that memory, i need to read the value in that memory only
you can do mem.read_int instead of mem.write_int
Join the new discord server here: discord.gg/wXz8GD9ySm
Hi can you make a video how to hack save the world in fortnite i need only raindrops
Does cheat engine work with emulators. So I use retro arch and wanted to do some stuff with it. I can find the addresses when the game is loaded but when I exit it’s gone so I try and find the offsets and the pointer scan shows no results every time.
I'm not sure, I tried using cheat engine on bluestacks and I failed but I havent tried any other emulators.
It's tough to shortlist addresses on emulators using CE,because the retrieved data is often so large because it includes search result from the emulator itself.
It does, you just need to configure a few things. Also if the game is in big endian or little endian
HI i like your video but i;m still trying to find out how to install CE without an error, i was wondering if i am on facebook, and i go into a slotgame, like Double u casino whould i b able to hack more coins for freeplay??
thx it worked :) do you know how to do the same for float and double value types?
You could read the documentation for things like write_float and write_double
What would be the most appropriate language for game hacking?
"C & C++ for sure, because these languages are commonly used for game hacking because they are fast, powerful, and widely available. Many games are written in C or C++, and these languages can be used to create custom tools or modify the game's code directly."
"Second is Lua: Lua is a lightweight, embeddable scripting language that is often used for game hacking because it is easy to use and can be easily integrated into a game."
"Third is C# (also known as Sharp): a popular programming language that can be used for a variety of purposes, including game development and game hacking. It is a powerful and versatile language that is well suited for game development due to its support for object-oriented programming and strong integration with the Unity game engine.
Overall, Python is good too for game hacking but often not used as often as these three languages.
What if the moment we open Engine the game detects it
Sorry for necroing your comment but you simply need to make cheat engine undetectably by changing it's name via hex editor and lazarus or use a free for download patch of cheat engine.
can you make one for infinite health?
Great tutorial 👍
Can we hack ludo dice??
Assault Cube boi this is a legendary game :D
where did you save that file? is their any specific file to save so the code wont error?
Well it doesn't matter, you just save it wherever on your pc
@@JustAnotherCoder can you make a video of your vscode set up and python extension
@@josiahbringas5932 sure, I have few extensions though so Ill talk about other IDE's as well
Hi is this working for fortnite save the world to make raindrops?
no it does not work with fortnite stw because fortnite has a thing to block CE
@just another coder bro plz reply how to hack online game clash of clans to get dead max bases. using python?
its not possible dude
Didn't work
can we hack clash of clans dead bases sir?
plz reply
Nope. To hack a multiplayer game like Clash of Clans you need to hack the server which is pretty hard. Also hacking a mobile game is more difficult and I have no idea how to do it
@@JustAnotherCoder but will this work for games. Like asphalt 8 and injustice or shadow fight cause they have offline mode.
I can hack ludo king ????
Can you anyone do for me ludo king dice controller ?I will pay whatever amount after testing
Hey can you help me?
Yo, i wanna ask for help. Did anyone knows how to extract the string/addresss into an image by using cheat engine? I think it is possible
@ nah you so late to reply, i already know how
Could you make pubg mobile ESP with python please ? Still I can’t understand how it works bro please
I can't copy
does this work with roblox
No, Roblox is a online game
I need someone to help me hacking one unhackable online flash game i can pay thanks.
“Dont trust anyone , learn and do it yourself”
@@realAowtrz669 I can't its very hard, i need someone with big knowledge here.
erro unsupported operand type(s) for +: 'MODULEINFO' and 'int'
Why It does not work in pubg 😔
I also wanna use it in pub g🔥🙏
Good work
Good stuff broo
MORE
You can't hack the health using this method.I tried and it never works
holy shit the cheat engine has like 50 trojans
yeah most antivirus's give alerts that it is a virus since it contains code to inject into other programs, that is because it needs to inject itself into the game you want to hack. But it is perfectly safe if you download it from the official website, I have used it for about half a year and nothing happened to my pc.
Can I hack robux?
No
@@JustAnotherCoder oof
LMAO
@@JustAnotherCoder but is it possible
@@blanks1ate yeh
420 likes? funny number
Hi I tried With The ''' Plants vs zombies''' i do the same thing but i incress the offsets to 22000 to get result, and get pointers ,
and i do the same thing like you in python but i get this error, --- Could not read memory at: 28, length: 4 - GetLastError: 299 ---
THE CODE--
from pymem import *
from pymem.process import *
##? Using This When Get This Error
##? Could not read memory at: 1619428523640, length: 8 - GetLastError: 299
from pymem.ptypes import RemotePointer
# The Offsets Of The Pointers
class Offsets:
sunsOffsets = [0x48, 0x5C, 0x1C, 0xE0, 0x4, 0x5560]
class Menu:
def __init__(self) -> None:
self.application = 'popcapgame1.exe'
try:
self.mem = Pymem(self.application)
self.module = module_from_name(self.mem.process_handle, self.application).lpBaseOfDll
except Exception as error:
print('From Init:: {0}'.format(error))
def appInfo(self):
print('Address Of ( {0} ):: {1}'.format(self.application,self.mem.base_address))
print('Module:: {0}'.format(self.module))
def incressSunCount(self):
try:
baseAddress = (self.module + 0x000A0C78)
address = self.getPointerAddress(baseAddress, Offsets.sunsOffsets)
self.mem.write_int(address, self.mem.read_int(address) + 100)
except Exception as error:
print('From Get Incress Suns:: {}'.format(error))
def getPointerAddress(self, base, offsets):
try:
addr = self.mem.read_int(base)
for offset in offsets:
if offset != offsets[-1]:
addr = self.mem.read_int(addr + offset)
addr += offsets[-1]
except Exception as error:
print('From Get Pointer:: {}'.format(error))
return addr
if __name__ == '__main__':
menu = Menu()
menu.appInfo()
menu.incressSunCount()
## Error Code ##! 299
# ERROR_PARTIAL_COPY
# 299 (0x12B)
# Only part of a ReadProcessMemory or WriteProcessMemory request was completed.