Skip to content

Hacks into the notepad.exe file and forces windows the parse through the text in the application and writes it to the screen! Made in 3 hours.

Notifications You must be signed in to change notification settings

Leviathenn/chack

Repository files navigation

Credits

** Warning! Middle click all Blue text in this document **

Made By BioShot

Building

** Warning! This program has been built for the Windows Operating System and for the Windows Operating System Only. There Is/Will not be support for the Linux & MacOs / Darwin Operating Systems. No OS App Ports are available and never be available without a Virtual Machine. **

** WARNING I WILL NOT BE ACCEPTING README CHANGES! OR SUGGESTIONS **

To Build this project you must have Visual Studio 2022 along with the C/C++ Developer tools(Which can be install with Visual Studio 2022)

** Warning! This can ONLY be built with the Visual Studio C/C++ Compiler! **

It will return this error(Built with gcc).

gcrrer If you would like the full Error, Please click Here.

x64

   "%VSINSTALLDIR%\Msbuild\Current\Bin\MSBuild.exe" chack.sln /p:Configuration=Debug /p:Platform="x64"

x86

   "%VSINSTALLDIR%\Msbuild\Current\Bin\MSBuild.exe" chack.sln /p:Configuration=Debug /p:Platform="x86"

arm64 & arm32

Unfortunately I was not able to find a way to build This Project with the arm64 architecture.

amd64 & arm32

Unfortunately I was not able to find a way to build This Project with the amd architecture.

Errors / Cons

Can only read one string. Spaces for some reason don't work. (Lines 111 - 158)

I wrote this enire documentation by my self.

Loop count broken for some reason. It was working earlier but I guess it doesn't anymore. (Lines 99 - 144)

Exit text not working. Can't get it working. (Lines 115 - 117)

Conclusion

This was a really fun project to work on! This was my first real c++ project. I will start to add more features along the way but any fixes to the edit text will be appreatiated. I don't copy your code so if my feature is added and you did it. chances are I didn't see it. So don't say I copied it. But yeah, Enjoy! ~Leviathenn

About

Hacks into the notepad.exe file and forces windows the parse through the text in the application and writes it to the screen! Made in 3 hours.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages