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.

  1. Unlock your phone, then launch the Samsung phone settings app from the app drawer.
  2. Scroll down until you see "Cloud and Accounts." Also, on the next page, select the "Accounts" tab.
  3. 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.
  4. 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.
  5. 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

Related Articles

34 Comments

  1. 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)

  2. wow didnt understand anything although you explained it perfectly and watching your cheat videos is damn entertaining, hope you get your playbutton soon

  3. 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?

  4. 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

  5. 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. 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

  7. 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)

  8. 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?

  9. 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

  10. 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

Leave a Reply to MuIticort de wish Cancel reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Back to top button