Skip to content

bush1root/StringRemover

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

StringRemover

String Remover from Process Hacker (Work to Minecraft)

⚡ How to configure?

Install Modules: pip install pymem / pip install pyqt5
Enter the data as written in the GUI
Tutorial: Click (in Russian)

❓ How it Works?

    def remove(self):
        try:
           pymem.memory.write_string(pymem.process.open(int(self.lineEdit.text(), 0)), int(self.lineEdit_2.text(), 0), bytes(int(self.lineEdit_3.text(), 0)))
           print("Done!")
        except:
           print("Error :(")

📱 Screenshots

Screenshot_20220824_132549

About

String Remover (from Process Hacker)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages