Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 722 Bytes

File metadata and controls

20 lines (17 loc) · 722 Bytes

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