Hacking any Game with Python and Cheat Engine

  Рет қаралды 44,744

Just Another Coder

Just Another Coder

2 жыл бұрын

New discord server: / discord
Cheat Engine: www.cheatengine.org/
Source code: github.com/LouisTheXIV/Python...
In this video I'll be showing you how to hack any game using Cheat Engine and Python's pymem library.

Пікірлер: 80
@JustAnotherCoder
@JustAnotherCoder 2 жыл бұрын
Join the new discord server here: discord.gg/wXz8GD9ySm
@jm180
@jm180 2 жыл бұрын
Hi can you make a video how to hack save the world in fortnite i need only raindrops
@Narwhyn
@Narwhyn 3 ай бұрын
Thanks very much! This really helped me with my CS assignment.
@originalni_popisovac
@originalni_popisovac 2 жыл бұрын
It works omg!! my 4th try works! Thank you man, you helped my code.
@GAMER20Aayush
@GAMER20Aayush 2 жыл бұрын
Great tutorial 👍
@II-ii2um
@II-ii2um 2 жыл бұрын
Good stuff broo
@condutioner7978
@condutioner7978 Жыл бұрын
What if the moment we open Engine the game detects it
@jasonvaf1
@jasonvaf1 2 жыл бұрын
how is reading the value stored at an address and adding it to the address going to guide you down the pointer map?
@dfgh-by7fx
@dfgh-by7fx 2 жыл бұрын
I'd like to know aswell
@seanbrockest3888
@seanbrockest3888 Жыл бұрын
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?
@winxo1115
@winxo1115 Жыл бұрын
have u tried other types of values? like for example float and not only 4bit
@JohnWick-hx7bc
@JohnWick-hx7bc Жыл бұрын
Yoo l that’s cause games anti cheats block it u need a bypass to access games with anti cheats memory
@utku8613
@utku8613 Жыл бұрын
Mobile game variables are dynamic, not static. You either need to create a pattern finder or.. Up to your imagination.
@justusgamingstuff5016
@justusgamingstuff5016 Жыл бұрын
Assault Cube boi this is a legendary game :D
@rat9995
@rat9995 Жыл бұрын
thx it worked :) do you know how to do the same for float and double value types?
@jeldo_
@jeldo_ Жыл бұрын
You could read the documentation for things like write_float and write_double
@harshplayz31882
@harshplayz31882 Жыл бұрын
Will it work in online game
@Labuly
@Labuly 2 жыл бұрын
hey the code is not working for me can u please help me
@MotionTutorial
@MotionTutorial 2 жыл бұрын
in some games cheat engine don't show address when I click next scan
@CaPixelado
@CaPixelado 3 ай бұрын
This engine just work in offline games and some online games.
@Gdlock0
@Gdlock0 Жыл бұрын
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
@hackzgamezyt
@hackzgamezyt 2 жыл бұрын
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
@JustAnotherCoder
@JustAnotherCoder 2 жыл бұрын
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
@itscookies7753
@itscookies7753 Жыл бұрын
@@JustAnotherCoder can u make it afk 24/7 on online game?? is that possible
@DexNeXuS1
@DexNeXuS1 2 жыл бұрын
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.
@JustAnotherCoder
@JustAnotherCoder 2 жыл бұрын
I'm not sure, I tried using cheat engine on bluestacks and I failed but I havent tried any other emulators.
@littricks3631
@littricks3631 2 жыл бұрын
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.
@0xC47P1C3
@0xC47P1C3 2 жыл бұрын
It does, you just need to configure a few things. Also if the game is in big endian or little endian
@VictorRaposo
@VictorRaposo Жыл бұрын
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??
@Life-zx5wp
@Life-zx5wp 2 жыл бұрын
and how can i read that memory, i need to read the value in that memory only
@JustAnotherCoder
@JustAnotherCoder 2 жыл бұрын
you can do mem.read_int instead of mem.write_int
@5onic
@5onic 2 жыл бұрын
how come I only see one pointer in the "change address" window while you have 5?
@5onic
@5onic 2 жыл бұрын
Either way, regardless how many are observed, I was still able to do it successfully.
@heygabrielgg
@heygabrielgg Жыл бұрын
What would be the most appropriate language for game hacking?
@ivankurniawan6825
@ivankurniawan6825 Жыл бұрын
"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.
@BlazeinGames1978
@BlazeinGames1978 8 ай бұрын
can you make one for infinite health?
@glowuptips000
@glowuptips000 2 жыл бұрын
Can we hack ludo dice??
@josiahbringas5932
@josiahbringas5932 2 жыл бұрын
where did you save that file? is their any specific file to save so the code wont error?
@JustAnotherCoder
@JustAnotherCoder 2 жыл бұрын
Well it doesn't matter, you just save it wherever on your pc
@josiahbringas5932
@josiahbringas5932 2 жыл бұрын
@@JustAnotherCoder can you make a video of your vscode set up and python extension
@JustAnotherCoder
@JustAnotherCoder 2 жыл бұрын
@@josiahbringas5932 sure, I have few extensions though so Ill talk about other IDE's as well
@hellohiavi
@hellohiavi 2 жыл бұрын
I can hack ludo king ???? Can you anyone do for me ludo king dice controller ?I will pay whatever amount after testing
@shortsdoshorts6803
@shortsdoshorts6803 2 жыл бұрын
erro unsupported operand type(s) for +: 'MODULEINFO' and 'int'
@faizanmahuli3512
@faizanmahuli3512 2 жыл бұрын
@just another coder bro plz reply how to hack online game clash of clans to get dead max bases. using python?
@derekskipper498
@derekskipper498 2 жыл бұрын
its not possible dude
@jm180
@jm180 2 жыл бұрын
Hi is this working for fortnite save the world to make raindrops?
@ava-daniels
@ava-daniels 5 ай бұрын
no it does not work with fortnite stw because fortnite has a thing to block CE
@lythrongaming
@lythrongaming 2 жыл бұрын
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
@lythrongaming
@lythrongaming 2 жыл бұрын
@ nah you so late to reply, i already know how
@learnwithmrmachine7955
@learnwithmrmachine7955 Жыл бұрын
Could you make pubg mobile ESP with python please ? Still I can’t understand how it works bro please
@vpxnyy69
@vpxnyy69 2 жыл бұрын
MORE
@hacker-wp9mb
@hacker-wp9mb 2 жыл бұрын
I can't copy
@ytrack9980
@ytrack9980 2 жыл бұрын
Hey can you help me?
@faizanmahuli3512
@faizanmahuli3512 2 жыл бұрын
can we hack clash of clans dead bases sir? plz reply
@JustAnotherCoder
@JustAnotherCoder 2 жыл бұрын
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
@kingleo429
@kingleo429 2 жыл бұрын
@@JustAnotherCoder but will this work for games. Like asphalt 8 and injustice or shadow fight cause they have offline mode.
@user-mp1qn9zp3g
@user-mp1qn9zp3g 3 ай бұрын
Why It does not work in pubg 😔
@enemy7956
@enemy7956 2 жыл бұрын
I need someone to help me hacking one unhackable online flash game i can pay thanks.
@realAowtrz669
@realAowtrz669 2 жыл бұрын
“Dont trust anyone , learn and do it yourself”
@enemy7956
@enemy7956 2 жыл бұрын
@@realAowtrz669 I can't its very hard, i need someone with big knowledge here.
@elllseifu1199
@elllseifu1199 2 жыл бұрын
does this work with roblox
@CaPixelado
@CaPixelado 3 ай бұрын
No, Roblox is a online game
@thelambros6525
@thelambros6525 2 жыл бұрын
holy shit the cheat engine has like 50 trojans
@JustAnotherCoder
@JustAnotherCoder 2 жыл бұрын
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.
@DoubleRTropical
@DoubleRTropical Жыл бұрын
420 likes? funny number
@littricks3631
@littricks3631 2 жыл бұрын
You can't hack the health using this method.I tried and it never works
@calyx2142
@calyx2142 2 жыл бұрын
Can I hack robux?
@JustAnotherCoder
@JustAnotherCoder 2 жыл бұрын
No
@calyx2142
@calyx2142 2 жыл бұрын
@@JustAnotherCoder oof
@Foxtro
@Foxtro 2 жыл бұрын
LMAO
@blanks1ate
@blanks1ate 2 жыл бұрын
@@JustAnotherCoder but is it possible
@realAowtrz669
@realAowtrz669 2 жыл бұрын
@@blanks1ate yeh
@ahmedgames9335
@ahmedgames9335 Жыл бұрын
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.
Why You NEED a DRIVER (for hacking games)
8:03
cazz
Рет қаралды 441 М.
Beating a Pay to Win game with a bot
5:09
Kian Brose
Рет қаралды 1,9 МЛН
Who has won ?? 😀 #shortvideo #lizzyisaeva
00:24
Lizzy Isaeva
Рет қаралды 14 МЛН
버블티로 체감되는 요즘 물가
00:16
진영민yeongmin
Рет қаралды 110 МЛН
1 or 2?🐄
00:12
Kan Andrey
Рет қаралды 47 МЛН
CSGO Cheaters trolled by fake cheat software 3
13:38
ScriptKid
Рет қаралды 8 МЛН
i hacked aladdin to end the insanity.
8:10
Low Level Learning
Рет қаралды 175 М.
HOW ANTI-CHEAT BYPASSES WORK
8:18
cazz
Рет қаралды 429 М.
YOUR FIRST INTERNAL - BHOP HACK
18:20
cazz
Рет қаралды 108 М.
Making My Own Programming Language and Coding a Game in It
10:19
AstroSam
Рет қаралды 1,2 МЛН
Cracking Software with Reverse Engineering 😳
8:01
nang
Рет қаралды 1,6 МЛН
I legally defaced this website.
25:48
thehackerish
Рет қаралды 505 М.
Cheat Engine for Idiots
10:48
Kian Brose
Рет қаралды 1,1 МЛН
Cheat Engine Tutorial: How to make a Speedhack script [BASIC]
5:35
MAKE AIMBOT IN 10 MINUTES
12:34
cazz
Рет қаралды 851 М.
Почему НИКА решила уехать из дома?
0:46
Привет, Я Ника!
Рет қаралды 2,1 МЛН
СДЕЛАЛА СТАКАНЫ ИЗ БУТЫЛОК😃🍸
0:46
polya_tut
Рет қаралды 9 МЛН
Smart Appliances! New Gadgets, Versatile Utensils, Tool Items #shorts #gadgets 73
0:30
Обморожение Пальцев Альпиниста
0:18
Илья Калин
Рет қаралды 3,2 МЛН
Рука застряла в заборе
0:27
RICARDO
Рет қаралды 1,2 МЛН