apk
Making a mod menu is easy! (Here’s how to make one

In this post, I will discuss how to get Samsung FRP tools for PC. These tools function beautifully in the FRP lock subject, and each of the tools listed below has unique capabilities and the capacity to overcome the FRP lock. So, to reset FRP, download FRP Unlock tool and follow our easy steps.
Making a mod menu is easy! (Here's how to make one with Python and Cheat Engine)
#Making #mod #menu #easy #Heres
“Kian Brose”
Want to know how mod menus work and how to make one yourself? In this video I’ll show you exactly how to do that using Python …
source
Another method for FRP
The only method to deactivate a Samsung account from a phone without a password is to contact Samsung to locate and delete the account. If you wish to begin the procedure on your Samsung phone, follow the comprehensive instructions below.
- Unlock your phone, then launch the Samsung phone settings app from the app drawer.
- Scroll down until you see "Cloud and Accounts." Also, on the next page, select the "Accounts" tab.
- Then, from the choices, select "Samsung Accounts" and then "My profile." When prompted to enter your email address and password on the account screen, select "Forgot your ID and Password." A popup will appear on the screen; from there, select your preferred browser.
- A prompted browser prompts you to enter your ID and password, as well as your email address. After that, Samsung will send you an email with a link to reset your password.
- Return to your Samsung account settings and select "Remove Account" from the top-right menu bar.
To see the full content, share this page by clicking one of the buttons below |
FAQ:
1. I can't find the pointer to my address!!!!
Finding pointers is never easy and newer games tend to have measures against this method, but you can always find the values manually through cheat engine and use those addresses together with the script without the pointer and that will work just fine, the only downside being having to find the address(es) every time the game is closed and opened
2. I'm on mac
That's a shame
3. Does the python bit version matter? (64 vs 32 bit)
From my testing I have found that you can use 64 bit python to read and write to addresses of both 32 and 64 bit programs, but when trying to use a 32 bit python installation to access a 64 bit program it will not work properly and give you some huge weird values
4. What method usually works on all games?
AoB scanning generally works regardless of what game it is, but that requires an entire video of its own and is the method I personally use. For those interested in researching the topic while the video is made, the AoB scanning module I use can be found here: https://github.com/AlexCatDev/ProcessMemory (Note: this is c#, not python)
wow didnt understand anything although you explained it perfectly and watching your cheat videos is damn entertaining, hope you get your playbutton soon
it gives me the same error message that appears in the video, i did everything u said in the video but it doesnt go away.
tried it with 2 games and every time there is a .dll instead of .exe.
is that why it isnt working? and if so, is there a fix for this?
i found this randomly but rename your video to: how to get pointers and r/w in memory with python.
you didnt show how to make a mod menu. wrong title
When I tried to 3:23 the game I was using it on crashed
i like that joke
would this work on phone games?
I could not install the ReadWriteMemory it kept saying pip not recognized
er du dansk
I got a virus from cheat engine
Uhhhhhhh …… What?
this is a bad video
is it possible for you to give script into description it will make it easier incase we lose code.
Where's the mod menu part in all of this? Literally zero mod menus were created over the course of this video.
i dont think that will work for big games like gta,fortnite or other games, but for Noname games like terraria it will prob work in singleplayer
I think you forgot to mention that its also very illegal.
A NERD!! Instant sub!:D
this dude looks jewish
I will pay you to help me understand this a lil better or just help me
and how make a mod menu?
Doesn't show how to actually make a mod menu though
sui
Traceback (most recent call last):
File "c:UsersromanOneDriveDesktopgenmmain.py", line 12, in <module>
healthpointer = process.get_pointer(baseaddress, offsets=[0x40, 0x50, 0xF0, 0x308, 0x30, 0x28, 0x294])
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:PythonLibsite-packagesReadWriteMemory__init__.py", line 77, in get_pointer
temp_address = self.read(lp_base_address)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:PythonLibsite-packagesReadWriteMemory__init__.py", line 100, in read
ctypes.windll.kernel32.ReadProcessMemory(self.handle, lp_base_address, lp_buffer,
ctypes.ArgumentError: argument 2: OverflowError: int too long to convert
6:35 what if is a .dll instead of an .exe????
Hey mate, I don't know if you till answer questions but I keep getting this error:
ctypes.windll.kernel32.ReadProcessMemory(self.handle, lp_base_address, lp_buffer,
ctypes.ArgumentError: argument 2: OverflowError: int too long to convert
my baseadress = 0x00007FF630C60000+0x000EB390. I don't get the error when i remove the zeroes from the start and the end, but then the value always prints 0. I hope you can anwser my question. Cheers
After running the command "coinpointer = process.get_pointer(baseaddress, offsets=[0x18, 0xA0, 0x10, 0x20, 0x48, 0x88, 0x38])" I got "ctypes.windll.kernel32.ReadProcessMemory(self.handle, lp_base_address, lp_buffer,
ctypes.ArgumentError: argument 2: OverflowError: int too long to convert" How do i resolve this (this time on a non-emulated process)
when I access what is writing to it i dont have any offset it reads like this "004C3F4C – 8B 08 – mov ecx,[eax]"
and "00471CA6 – 89 06 – mov [esi],eax" what do i do?
I keep getting this error:
Traceback (most recent call last):
File "d:ScriptsModMenusMineOpenTTDModMenu.py", line 12, in <module>
cashpointer = process.get_pointer(baseadress, offsets=[0x58])
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:UsersmynameAppDataLocalProgramsPythonPython311Libsite-packagesReadWriteMemory__init__.py", line 77, in get_pointer
temp_address = self.read(lp_base_address)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:UsersmynameAppDataLocalProgramsPythonPython311Libsite-packagesReadWriteMemory__init__.py", line 100, in read
ctypes.windll.kernel32.ReadProcessMemory(self.handle, lp_base_address, lp_buffer,
ctypes.ArgumentError: argument 2: OverflowError: int too long to convert
instructions unclear, my bank account is locked and im locked 30 years in jail
hang on, what if the offset address the variable is at is different every time you do a level change or something like that?
I remember I wrote in hightschool something that freezes my health at 100 in CS 1.6 . And then I understood what it meant to store things away from the client.
Answering every comment
Hey can you do a tuto with AoB scanning? Cause when i tried to get a number at 4B0 i get nothing im not on emulated il on assault cube Thank
Hi great tut but i have one problem, the process is not an .exe it is a .dll and it keeps trying to write it as an exe
Process "mono-2.0-bdwgc.dll.exe" not found!
wondering if there was a fix or work around like using another process