Originally Posted by mastersword try to add 2 or three of this one at the end } that symbol Didn't Work Originally Posted by Vital Add a second } at the end of the code on both. Or I'm Doing It Wrong, Or It Wont Work.. If Ya Know It TV ME?
Here's and example: Code: #include <isotream> using namespace std; int main() { cout<<"Hello\n"; cin.get(); } } <---------- try adding that second bracket.
Originally Posted by Vital Here's and example: Code: #include <isotream> using namespace std; int main() { cout<<"Hello\n"; cin.get(); } } <---------- try adding that second bracket. Nope Tv me pleasE?
/*New Source #ifndef Base_CPP #define Base_CPP #include<Windows.h> #include<Stdio.h> #include"Base.h" #define ServerBase 0x000000 #define PlayerBase 0x000000 void CloseWarrock(){ if(GetAsyncKeyState(VK_F12)){ExitProcess(0);}} void BaseModule(void){ for(;{ DWORD dwServer=*(DWORD*)ServerBase;//Server Base DWORD dwPlayer=*(DWORD*)PlayerBase;//Player Base CloseWarrock(); Sleep(20);}} BOOL WINAPI DllMain(HINSTANCE hModule,DWORD dwReason,LPVOID lpvReserved){ if(dwReason==DLL_PROCESS_ATTACH){ CreateThread(0,0,(LPTHREAD_START_ROUTINE)BaseModul e,0,0,0);} return TRUE;} #endif where is my cookie?
Originally Posted by Vital Did you try running 'Build Solution'? Yes i did, Cobra, Im trying your Solution now, I lolled, at cookie XD