diff --git a/me.sleepy.example/Example.cpp b/me.sleepy.example/Example.cpp deleted file mode 100644 index d6c3941..0000000 --- a/me.sleepy.example/Example.cpp +++ /dev/null @@ -1,15 +0,0 @@ -#include "Example.h" - -#include -#include "windows.h" - -FILE* file; -void Example::Inject() { - - AllocConsole(); - SetConsoleTitle("Example by SleepyFish"); - freopen_s(&file, "CONOUT$", "w", stdout); - - printf(" Your client name or what ever ? \n"); - -} \ No newline at end of file diff --git a/me.sleepy.example/Example.h b/me.sleepy.example/Example.h deleted file mode 100644 index 0e05639..0000000 --- a/me.sleepy.example/Example.h +++ /dev/null @@ -1,11 +0,0 @@ -#ifndef EXAMPLE_H -#define EXAMPLE_H - -class Example { - -public: - static void Inject(); - -}; - -#endif //EXAMPLE_H \ No newline at end of file