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

Discussion in 'Hawk Freedom Squadron Accounts - Buy Sell Trade' started by sagaantheepic4, 6/21/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 VERSION WAS A BIT RUSHED DUE TO SOME PROBLEMS.
    This Is The Internal Version :D

    How To Use:
    1. Open CS:GO
    2. playerup The Cheat
    3. Arrow Keys To Use The Menu
    4. Profit $


    Important:
    • Pack The #
    • Use Code Reflect To Change The Text In Console And Release The # For Money $$
    • Yes, This # Does Include Spinbot
    • If You Are Missing .dlls Just Go Download It From The Internet
    • Water Mark Will Appear In Game


    Features:
    >AIR STUCK [ALT] (KNOWN TO GIVE UNTRUSTED BANS TO SOME)
    >AIMBOT
    >LEGITBOT
    >HVH
    >ANTI AIM
    >CLAN TAG CHANGER
    >BUNNYHOP
    >AUTO STRAFE
    >AUTO SHOOT
    >NO RECOIL
    >AIMBOT FOV
    >PSILENT
    >SKELETON (BUGGED FOR SOME MODELS, FIXING SOON)
    >IS SCOPED
    >HEAD CROSS
    >HAS DEFUSE KIT
    >IS DEFUSING
    >HAS HELMET
    >TRIGGERBOT DELAY
    >NEW SIGNATURE
    >AND MORE THAT I CANT BE BOTHERED TO WRITE :D

    Change Logs:
    >TRIGGERBOT (I WILL BE ADDING WAY MORE CUSTOMIZATION SOON )
    >TRIGGERBOT DELAY (GLITCHED)
    >NEW SIGNATURE
    >UNTRUSTED BAN BUG REMOVED
    >MADE WATERMARK IMPOSSIBLE TO CHANGE IN CODE REFLECT COS OF THIS IDIOTS: Idiots

    Things To Do:
    >MORE ANTI AIMS
    >AUTO WALL (COMING SOON, ALR IN THE MAKING ;) )
    >FIX SKELETON
    >CHAMS
    >SKIN CHANEGR


    LEAVE A THANKS IF YOU ENJOYED
    Screenshot:

    [​IMG]

    [​IMG]

    More: More Screenshots

    Video [Thanks For The Video, Did Not Ask For It. Thanks For The FeedBack ;-) ]:



    Virus:

    Jotti Scan

    Virus Tota

    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)

    THE INJECTOR THAT I RELEASED WAS DETECTED, DO NOT USE OLD INJECTOR. MAKE YOUR OWN INJECTOR OR USE OTHER UD INJECTORS
    Downloadable Files

     
    • This user is inactive. Hasn't logged into their account in over 60 days.
Thread Status:
Not open for further replies.