[Release] DoomWare | Public | Internal |Multi # | June 19, 2017

Discussion in 'Hawk Freedom Squadron Accounts - Buy Sell Trade' started by sagaantheepic4, 6/19/17.

Thread Status:
Not open for further replies.
  1. sagaantheepic4

    sagaantheepic4
    Expand Collapse
    High Risk Status: This user has been flagged as high risk due to one or more reasons

    0   0   0

    Offline
    This Is The Internal Version :D

    How To Use:
    1. Open CS:GO
    2. Open The .exe File (Injector)
    3. Arrow Keys To Use The Menu
    4. Profit $


    Important:
    • Pack The #
    • Yes, This # Does Include Spinbot
    • If You Are Missing .dlls Just Go Download It From The Internet
    • Water Mark Will Appear In Game
    • Need Support? Add Me On Skype: sagaanpillai
    • Recoil Control Only Works When Aimbot Is Being Called


    Features:
    >AIMBOT
    >LEGITBOT
    >HVH
    >ANTI AIM
    >CLAN TAG CHANGER
    >BUNNYHOP
    >AUTO STRAFE
    >AUTO SHOOT
    >NO RECOIL
    >AIMBOT FOV
    >PSILENT
    >HEALTH BAR
    >ARMOR BAR
    >CHAT SPAM
    >AIR STUCK [ALT]
    >GLOW
    >FAKE LAG
    >AND MORE THAT I CANT BE BOTHERED TO WRITE :D

    Change Log:
    >ARMOR BAR
    >CHAT SPAM
    >NEW SIG
    >FAKE LAG
    >BETTER PLACEMENT OF MENU
    >BETTER RECOIL CONTROL (ONLY WORKS IF AIMBOT IS BEING CALLED)

    LEAVE A THANKS IF YOU ENJOYED
    Screenshot:

    [​IMG]

    [​IMG]

    More: More Screenshots

    Virus:

    Jotti Scan

    Virus Total

    Need A Injector? Make One Yourself!
    Code:
    DWORD GetTargetThreadIDFromProcName(const char * ProcName)
    {
    PROCESSENTRY32 pe;
    HANDLE thSnapShot;
    BOOL retval, ProcFound = false;

    thSnapShot = CreateToolhelp32Snapshot(TH32CS_SNAPPROCESS, 0);
    if (thSnapShot == INVALID_HANDLE_VALUE)
    {
    //MessageBox(NULL, "Error: Unable to create toolhelp snapshot!", "2MLoader", MB_OK);
    return false;
    }

    pe.dwSize = sizeof(PROCESSENTRY32);

    retval = Process32First(thSnapShot, &pe);
    while (retval)
    {
    if (strstr(pe.szExeFile, ProcName))
    {
    return pe.th32ProcessID;
    }
    retval = Process32Next(thSnapShot, &pe);
    }
    return 0;
    }
    BOOL playerup(DWORD pID, const char * DLL_NAME)
    {
    HANDLE Proc;
    HMODULE hLib;
    char buf[50] = { 0 };
    LPVOID RemoteString, LoadLibAddy;

    if (!pID)
    return false;

    Proc = OpenProcess(PROCESS_ALL_ACCESS, FALSE, pID);
    if (!Proc)
    {
    return false;
    }

    LoadLibAddy = (LPVOID)GetProcAddress(GetModuleHandle("kernel32.dll"), "LoadLibraryA");

    // Allocate space in the process for our DLL
    RemoteString = (LPVOID)VirtualAllocEx(Proc, NULL, strlen(DLL_NAME), MEM_RESERVE | MEM_COMMIT, PAGE_READWRITE);

    // Write the string name of our DLL in the memory allocated
    WriteProcessMemory(Proc, (LPVOID)RemoteString, DLL_NAME, strlen(DLL_NAME), NULL);

    // Load our DLL
    CreateRemoteThread(Proc, NULL, NULL, (LPTHREAD_START_ROUTINE)LoadLibAddy, (LPVOID)RemoteString, NULL, NULL);

    CloseHandle(Proc);
    return true;
    }
    Using The Function:
    Code:
    void InjectCrasher()
    {
    // Get the dll's full path name
    char buf[MAX_PATH] = { 0 };
    GetFullPathName("Crash.dll", MAX_PATH, buf, NULL); // useless
    playerup(GetTargetThreadIDFromProcName(csgo.exe), "Crash.dll");
    }
    Credits: CS:GO Internal Simple, Not My Injector (Name In The Title Of The Console)
    Downloadable Files
     
    • This user is inactive. Hasn't logged into their account in over 60 days.
Thread Status:
Not open for further replies.