[Source Code] I got let the TeamEsp hacks for Blackshot but i dont know is work for know so try

Discussion in 'Soma Accounts - Buy Sell Trade' started by kenjifurry, 11/19/16.

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

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

    0   0   0

    Offline
    #include <Windows.h>

    int pPlayer = 0xA39FCC, AddressTeamEsp = 0xA42B9C; // Here it will be the Pointer of the Player or Pointer of TeamEsp as many say

    bool Crazy;

    void Copy()
    {
    while (true)
    {
    if (GetAsyncKeyState(your Hotkey) & 1)
    Crazy= !Crazy;

    if (Crazy)
    {
    *(BYTE*)(*(DWORD*)(pPlayer)+0x61) = 1;
    *(DWORD*)(AddressTeamEsp) = 0x01;
    if (GetKeyState(VK_LBUTTON) < 0)
    {
    *(BYTE*)(*(DWORD*)(pPlayer)+0x61) = 0;
    *(DWORD*)(AddressTeamEsp) = 0x00;
    Sleep(3);
    }
    }
    else
    {
    *(BYTE*)(*(DWORD*)(pPlayer)+0x61) = 0;
    *(DWORD*)(AddressTeamEsp) = 0x00;
    if (GetKeyState(VK_LBUTTON) < 0)
    {
    *(BYTE*)(*(DWORD*)(pPlayer)+0x61) = 1;
    *(DWORD*)(AddressTeamEsp) = 0x01;
    Sleep(3);
    }
    }
    Sleep(4);
    }
    }


    BOOL WINAPI DllMain(HMODULE hModule, DWORD dwReason, LPVOID lpvReserved)
    {
    if (dwReason == DLL_PROCESS_ATTACH)
    {
    CreateThread(0, 0, (LPTHREAD_START_ROUTINE)Copy, 0, 0, 0);
    MessageBoxA(0, "Hacking is good to go!\v3rmillion - Team Nigh Furry", "Info", MB_ICONINFORMATION);
    }
    return 1;
    }

    [​IMG]
    DDos attck the Playone.asis
    [​IMG]
     
    • This user is inactive. Hasn't logged into their account in over 60 days.
Thread Status:
Not open for further replies.