Open yuntwo22 opened 1 month ago
Only chams should write memory. That being said i have lost track with what has changed with the forked versions.
You can search in the project (control + f) and change the search type to entire project and search for "targetprocess.write(" and you will find all write calls.
Hi thanks so much for your reply. Strangely enough nothing seems to be found with targetprocess.write( Plenty shows up with "targetprocess." though
That will probably be due to templating, try searching "targetprocess.write<".
Hey thanks I just tried now but unfortunately still nothing showing. I also tried "targetprocess.write" and nothing shows either. I have it to set to search entire solution. I am using visual studio 17.11 btw.
I searched through every section that contained "TargetProcess." and I found "TargetProcess.ExecuteWriteScatter(writehandle)" Could this be what you mentioned?
I searched through every section that contained "TargetProcess." and I found "TargetProcess.ExecuteWriteScatter(writehandle)" Could this be what you mentioned?
Yes
Hey Whitebrim nice one thanks for your reply! :)
Hi I was wondering what parts of the source code do I need to remove to make it read only? Is it possible to make a version for this? I am only interested in the ESP of players. Absolutely amazing job on this btw and thank you so much for sharing your work with us!! :)