I forgot to mention, it brings me fps to 15. Which is really low. I'm using xFaith's Valkyrie injector. Please help.
I did not make this, I had help making this code. It works and hacks work. But when I inject it, it lags a lot.. Is there a way not to make it lag, like adding a code?
Code:#include <windows.h> #define bypass 0x0DFAE744 #define wallhack 0x243AEC3C #define smoke 0x243E7A3C #define noflash 0x241D1D81 #define asuswall 0x0D8EB46C #define nofog 0x243ECF1C bool wallset = false; bool smokeset = false; bool noflashset = false; bool asuswallset = false; bool nofogset = false; DWORD wall = wallhack; DWORD sm = smoke; DWORD fl = noflash; DWORD as = asuswall; DWORD nf = nofog; void Hotkey() { while(1) { if(GetAsyncKeyState(VK_LMENU) && GetAsyncKeyState(VkKeyScan('b'))) { DWORD byp = bypass; *(DWORD*)byp = 0x1; } if(GetAsyncKeyState(VK_F1)) { if(!wallset) { *(DWORD*)wall = 0x2; wallset = !wallset; } else { *(DWORD*)wall = 0x1; wallset = !wallset; } } if(GetAsyncKeyState(VK_F2)) { if(!smokeset) { *(DWORD*)sm = 0x0; smokeset = !smokeset; } else { *(DWORD*)sm = 0x1; smokeset = !smokeset; } } if(GetAsyncKeyState(VK_F3)) { if(!noflashset) { *(DWORD*)fl = 0x276969; noflashset = !noflashset; } else { *(DWORD*)fl = 0x0; noflashset = !noflashset; } } if(GetAsyncKeyState(VK_F4)) { if(!asuswallset) { *(DWORD*)as = 0x1; asuswallset = !asuswallset; } else { *(DWORD*)as = 0x0; asuswallset = !asuswallset; } } if(GetAsyncKeyState(VK_F5)) { if(!nofogset) { *(DWORD*)nf = 0x0; nofogset = !nofogset; } else { *(DWORD*)nf = 0x1; nofogset = !nofogset; } } } } bool APIENTRY DllMain(HINSTANCE hinst, DWORD reason, LPVOID asd) { if(reason == DLL_PROCESS_ATTACH) { //MessageBox(NULL,"Injected","Injected",MB_OK); CreateThread(0,0,(LPTHREAD_START_ROUTINE)Hotkey,0,0,0); } return true; }
I forgot to mention, it brings me fps to 15. Which is really low. I'm using xFaith's Valkyrie injector. Please help.
*Cough*.... >_>... how bout a sleep timer. /facepalm
"Every gun that is made, every warship launched, every rocket fired signifies, in the final sense, a theft from those who hunger and are not fed, those who are cold and are not clothed. This world in arms is not spending money alone. It is spending the sweat of its laborers, the genius of its scientists, the hopes of its children. The cost of one modern heavy bomber is this: a modern brick school in more than 30 cities. It is two electric power plants, each serving a town of 60,000 population. It is two fine, fully equipped hospitals. It is some fifty miles of concrete pavement. We pay for a single fighter plane with a half million bushels of wheat. We pay for a single destroyer with new homes that could have housed more than 8,000 people. This is, I repeat, the best way of life to be found on the road the world has been taking. This is not a way of life at all, in any true sense. Under the cloud of threatening war, it is humanity hanging from a cross of iron."- Dwight D. Eisenhower
ac1d_buRn (03-04-2010),Retoxified (03-04-2010)
If you can code a hack then you should be able to add a sleep timer.
my tumblrOriginally Posted by TOXIN
How To: Not Get Banned Botting
![]()
"Had a dream I was king. I woke up, still king."
.................................................-Eminem
antonio007 (03-05-2010)
"Every gun that is made, every warship launched, every rocket fired signifies, in the final sense, a theft from those who hunger and are not fed, those who are cold and are not clothed. This world in arms is not spending money alone. It is spending the sweat of its laborers, the genius of its scientists, the hopes of its children. The cost of one modern heavy bomber is this: a modern brick school in more than 30 cities. It is two electric power plants, each serving a town of 60,000 population. It is two fine, fully equipped hospitals. It is some fifty miles of concrete pavement. We pay for a single fighter plane with a half million bushels of wheat. We pay for a single destroyer with new homes that could have housed more than 8,000 people. This is, I repeat, the best way of life to be found on the road the world has been taking. This is not a way of life at all, in any true sense. Under the cloud of threatening war, it is humanity hanging from a cross of iron."- Dwight D. Eisenhower
Add a sleep timer and set it to 200
200 always works well for me
thanks for the help guys.
my tumblrOriginally Posted by TOXIN
How To: Not Get Banned Botting
![]()
"Had a dream I was king. I woke up, still king."
.................................................-Eminem