TeamESP

Posts 1–10 of 10 · Page 1 of 1
TeamESP
Code:
#include <windows.h>

bool TeamESP = false;

void Start()
{
    while(1)
    {
        if(GetAsyncKeyState(VK_INSERT)&1)
        {
            if(TeamESP = !TeamESP)
            {
                TeamESP = true;
            }
            else
            {
                TeamESP = false;
            }

        }

        if(TeamESP == true)
        {
            *(BYTE*)(*(DWORD*)(0x00471678)+0x14)= 01;
            *(BYTE*)(*(DWORD*)(0x0099A25C)+0x61)= 01;
        }
        else if(TeamESP == false)
        {
            *(BYTE*)(*(DWORD*)(0x00471678)+0x14)= 00;
            *(BYTE*)(*(DWORD*)(0x0099A25C)+0x61)= 00;
        }
}

BOOL WINAPI DllMain ( HMODULE hModule, DWORD dwReason, LPVOID lpvReserved)
{
    if (dwReason == DLL_PROCESS_ATTACH ) {
        CreateThread (0,0, ( LPTHREAD_START_ROUTINE ) Start, 0,0,0);
    }
    return 1;
}
╔═.♥.══╗
Credits
╚══.♥.═╝
✎ @C0DEBREAKER
✎ @viinnyAndRoots
✎ @HaXiNgRuLeZ
Quote Originally Posted by MafiaBoy BlackShit View Post
Why you release to public my friend
This only source base and the address already outdated ..and one thing ..he take this from other site ...
he leecher from other website , and my point is here why he put his Name Also For Credit ?
Quote Originally Posted by iSepet View Post
he leecher from other website , and my point is here why he put his Name Also For Credit ?
He not leecher .. he put a credit . You see .. not credit for he only
Quote Originally Posted by iSepet View Post
he leecher from other website , and my point is here why he put his Name Also For Credit ?


U Think I Leecher? That not my work loh
I Credit My Self Bcaus I Create THREAD
Quote Originally Posted by iSepet View Post
he leecher from other website , and my point is here why he put his Name Also For Credit ?
He gave credits, therefore not leeching.
Quote Originally Posted by iSepet View Post
he leecher from other website , and my point is here why he put his Name Also For Credit ?
Quote Originally Posted by C0DEBREAKER View Post
It is not leeching, I authorized it


Down la
It is not leeching, I authorized it
sorry i newbie learning to create hack. we paste this at which part?
Posts 1–10 of 10 · Page 1 of 1
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?