String Remover from Process Hacker (Work to Minecraft)
Install Modules: pip install pymem / pip install pyqt5
Enter the data as written in the GUI
Tutorial: Click (in Russian)
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 :(")