Advertisement
Guest User

Untitled

a guest
Dec 5th, 2019
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 1.09 KB | None | 0 0
  1. #define _CRT_SECURE_NO_WARNINGS
  2. #include <Windows.h>
  3. #include <iostream>
  4. #include <sstream>
  5. #include <string>
  6. //leach up you fgts
  7.  
  8.  
  9. //leach up
  10.  
  11.  
  12. DWORD MainSection(LPVOID Args){
  13.     MessageBox(NULL, L"Credits to Eithan cause yah know his hot asf <3 ", L"GG ily bae", MB_OK);
  14.     if (MessageBox(NULL, L"black ops 2 console?", L"Leach?",/*LEACHER ALERT*/ MB_YESNO) == IDYES){
  15.         ((int(__cdecl*)())0x41E140)();
  16.  
  17.         MSG m;
  18.         while /*WHOOP WHOOP ITS THE SOUND OF A LEACH*/(GetMessage(&m, 0, 0, 0)){
  19.             TranslateMessage(&m);
  20.             DispatchMessage(&m);//leacher leacher
  21.         }
  22.     }
  23.  
  24.     while (true)
  25.     {
  26.         if (GetAsyncKeyState(VK_F1) & 1)
  27.         {
  28.             MessageBox(NULL, L"Yea Yea leach up m8", L"#leacher allert?", MB_OK);
  29.         }
  30.     }
  31. }
  32.  
  33. BOOL WINAPI DllMain(/*LEACHER ALLERT*/HMODULE hMod, DWORD dwReason, /*WHOOP WHOOP ITS THE SOUND OF ANOTHER LEACH*/LPVOID lpReserved){
  34.     if (dwReason == DLL_PROCESS_ATTACH){//leachalert
  35.         if (!CreateThread(NULL, NULL, (LPTHREAD_START_ROUTINE)MainSection, NULL, NULL, NULL)){
  36.             MessageBox(NULL, L"Injection Failed", L"Failed", MB_OK);
  37.             ExitProcess(0);
  38.         }
  39.     }
  40.     return true;
  41. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement