Page 3 of 3 FirstFirst 123
Results 31 to 33 of 33
  1. #31
    MainTain's Avatar
    Join Date
    Nov 2010
    Gender
    male
    Location
    Your Moms Bed
    Posts
    61
    Reputation
    10
    Thanks
    1
    My Mood
    Daring
    Copy paste in notepad can? or only c++

  2. #32
    Gaz's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Posts
    5,364
    Reputation
    494
    Thanks
    1,022
    I was looking at this:
    Code:
    void RenderFrame(LPDIRECT3DDEVICE9 pDevice)
    {
    	DirectX->RecreateShit(pDevice);
    	
    	DirecX->DrawString(50,50,D3DCOLOR_XRGB(255,0,0),pFont,"Flameswor10 Bish");
    	Flameswor10->HumanESP(pDevice);
    	Flameswor10->Aimbot(pDevice);
    	Flameswor10->GhostMode(pDevice);
    	Flameswor10->RapidFire(pDevice);
    	Flameswor10->UnlAmmo(pDevice);
    	Flameswor10->GrenadeESP(pDevice);
    	Flameswor10->NPCESP(pDevice);
    	Flameswor10->GmWarning(pDevice);//draws text if GM is ingame
    	if(GetAsyncKeyState(VK_DELETE) &1)Flameswor10->CrashServer(pDevice);
    	Flameswor10->TelekillOPK(pDevice);
    	Flameswor10->HackShieldBypass(pDevice);
    	Flameswor10->EngineCheckBypass(pDevice);
    	Flameswor10->Troll(true);
    	if (Max == 0) Menu->RebuildMenu();
    	Menu->MenuShow(menuX,menuY,pFont);
    	Menu->MenuNav();
    	Sleep(8000);
    }

    Then i was like




    but then i saw this

    Code:
    void RenderFrame(LPDIRECT3DDEVICE9 pDevice)
    {
    	DirectX->RecreateShit(pDevice);
    	
    	DirecX->DrawString(50,50,D3DCOLOR_XRGB(255,0,0),pFont,"Flameswor10 Bish");
    	Flameswor10->HumanESP(pDevice);
    	Flameswor10->Aimbot(pDevice);
    	Flameswor10->GhostMode(pDevice);
    	Flameswor10->RapidFire(pDevice);
    	Flameswor10->UnlAmmo(pDevice);
    	Flameswor10->GrenadeESP(pDevice);
    	Flameswor10->NPCESP(pDevice);
    	Flameswor10->GmWarning(pDevice);//draws text if GM is ingame
    	if(GetAsyncKeyState(VK_DELETE) &1)Flameswor10->CrashServer(pDevice);
    	Flameswor10->TelekillOPK(pDevice);
    	Flameswor10->HackShieldBypass(pDevice);
    	Flameswor10->EngineCheckBypass(pDevice);
    	Flameswor10->Troll(true);
    	if (Max == 0) Menu->RebuildMenu();
    	Menu->MenuShow(menuX,menuY,pFont);
    	Menu->MenuNav();
    	Sleep(8000);
    }

    That's when i went






  3. #33
    BenXer's Avatar
    Join Date
    Oct 2009
    Gender
    male
    Posts
    6,196
    Reputation
    357
    Thanks
    720
    FFFFFFFFFFFFFUUUUUUUUUUUUU
    @flameswor10
    /

  4. The Following 2 Users Say Thank You to BenXer For This Useful Post:

    Gaz (05-11-2011),KawaiiSlut (05-11-2011)

Page 3 of 3 FirstFirst 123