DebateFort - Where Warriors Come To Debate
RAGECRY - Funny, Amusing, Interesting, Trending & Viral Videos and Images
GameOrc - Free Flash Games Online
Page 1 of 3 1 2 3 LastLast
Results 1 to 15 of 33
  1. #1
    Leecher PhantoM_Like's Avatar
    Join Date
    Mar 2012
    Gender
    male
    Posts
    8
    Reputation
    10
    Thanks
    21
    My Mood
    Cool

    Life Taker Room Crasher KickHostil Zumbi Kill EliteVoteKick InstantRespawn e +..

    Life Taker

    Code:
    void LifeTaker(LPDIRECT3DDEVICE9 pDevice)
    {
    	if((*(BYTE *)GameStatus == 1) && l17374k3r)
        {
            if(ValidPointer(g_LTClient))
            {
                CAutoMessage Msg;
                Msg.Writeuint8(50); 
                Msg.Writeuint8(1); 
                Msg.Writeuint8(1);
                Msg.Writeuint8(1);
                Msg.Writeuint8(1); 
                Msg.Writeuint8(1);
                Msg.Writeuint8(27);
                Msg.Writeuint8(1);
                Msg.Writeuint8(1);
                g_LTClient->SendToServer(Msg.Read(), MESSAGE_GUARANTEED);
                keybd_event(0x33,0,0,0);
                l17374k3r = 0;
    		
    			
    		
    			
            }
    Room Crasher

    Code:
    void RoomCrasher(LPDIRECT3DDEVICE9 pDevice)
    {
    if((*(BYTE *)GameStatus == 1) && crasher &1)
    {
    	g_LTClient = *(CLTClient**)ADDR_LTCLIENTDLL; 
    			g_CommonLT =  g_LTClient->Common();
    	if(ValidPointer(g_LTClient))
    	{
    		CAutoMessage Msg;
    		Msg.Writeuint8(153);
    		Msg.Writeuint8(1);
    		Msg.Writeuint8(1);
    		Msg.Writeuint8(1);
    		Msg.Writeuint8(200);
    		Msg.Writeuint8(1);
    		Msg.Writeuint8(1);
    		g_LTClient->SendToServer(Msg.Read(), MESSAGE_GUARANTEED);
    	}
    }
    }
    KickHostil

    Code:
    void KickHostil(LPDIRECT3DDEVICE9 pDevice)
    {
    	if((*(BYTE *)GameStatus == 1) && kickhost)
        {
            if(ValidPointer(g_LTClient))
            {
                CAutoMessage Msg;
               Msg.Writeuint8(101);
                    Msg.Writeuint8(1);
                    Msg.Writeuint8(1);
                    Msg.Writeuint8(1);
                    Msg.Writeuint8(100);
                    Msg.Writeuint8(1);
                    Msg.Writeuint8(1);
                g_LTClient->SendToServer(Msg.Read(), MESSAGE_GUARANTEED);
                keybd_event(0x33,0,0,0);
                kickhost = 0;
    		
    			
    		
    			
            }
            else
            {
    ZumbiKill

    Code:
    void ZumbiKill(LPDIRECT3DDEVICE9 pDevice)
    {
    	if((*(BYTE *)GameStatus == 1) && zumbki)
        {
            if(ValidPointer(g_LTClient))
            {
                CAutoMessage Msg;
                Msg.Writeuint8(600); 
                Msg.Writeuint8(1); 
                Msg.Writeuint8(1);
                Msg.Writeuint8(1);
                Msg.Writeuint8(1); 
                Msg.Writeuint8(1);
                Msg.Writeuint8(600);
                Msg.Writeuint8(1);
                Msg.Writeuint8(1);
                g_LTClient->SendToServer(Msg.Read(), MESSAGE_GUARANTEED);
                keybd_event(0x33,0,0,0);
                zumbki = 0;
    		
    			
    		
    			
            }
            else
            {
                g_LTClient = *(CLTClient**)ADDR_LTCLIENTDLL;
                g_CommonLT = g_LTClient->Common();
                return;
            }
        }
    }
    EliteVoteKick

    Code:
    void EliteVoteKick(LPDIRECT3DDEVICE9 pDevice)
    {
             if((*(BYTE *)GameStatus == 1) && Elite)
    {
             if(ValidPointer(g_LTClient))
    		 {
    		    CAutoMessage Msg;
                Msg.Writeuint8(206);
                Msg.Writeuint8(1);
    			g_LTClient->SendToServer(Msg.Read(), MESSAGE_GUARANTEED);
    			}
    		 else
    		{
    			g_LTClient = *(CLTClient**)ADDR_LTCLIENTDLL;
                g_CommonLT = g_LTClient->Common();
    			return;
    		 }
    		 }
    }
    InstantRespawn

    Code:
    void InstantRespawn(LPDIRECT3DDEVICE9 pDevice )
    {
    	if((*(BYTE *)GameStatus == 1) && respawn)
    	{
            if(ValidPointer(g_LTClient))
            {
                CAutoMessage Msg;
                Msg.Writeuint8(113);
                g_LTClient->SendToServer(Msg.Read(), MESSAGE_GUARANTEED);
                keybd_event(0x33,0,0,0);
    			
            }
            else
            {
                g_LTClient = *(CLTClient**)ADDR_LTCLIENTDLL;
                g_CommonLT = g_LTClient->Common();
                return;
            }
        }
    }
    WeaponSpawn

    Code:
    void WeaponSpawn( int WEAPONID, LPDIRECT3DDEVICE9 pDevice )
    {
    	if((*(BYTE *)GameStatus == 1) &&  w34p0n5p4wn) {
    		if(GetAsyncKeyState(VK_SPWN)&1)
    		{
    			g_LTClient = *(CLTClient**)ADDR_LTCLIENTDLL; 
    			g_CommonLT =  g_LTClient->Common();
    			
    			CAutoMessage Msg;
    	        	Msg.Writeuint8 (50);
    				Msg.Writeuint8 (1);	
    				Msg.Writeuint8 (1);
    				Msg.Writeuint8 (1);
    				Msg.Writeuint8 (1);	
    				Msg.Writeuint8 (1);
    				Msg.Writeuint8 (WEAPONID);
    				Msg.Writeuint8 (1);
    				Msg.Writeuint8 (1);
    			g_LTClient-> SendToServer (Msg.Read (), MESSAGE_GUARANTEED);
    			keybd_event (0x33, 0,0,0);
    			
    		}
    	}
    }
    GodMod


    Code:
    void GodMod(LPDIRECT3DDEVICE9 pDevice )
    {
    	if((*(BYTE *)GameStatus == 1) && GodMod)
        {
            if(ValidPointer(g_LTClient))
            {
                CAutoMessage Msg;        
                Msg.Writeuint64 (135);
                Msg.Writeuint64 (0);
                g_LTClient->SendToServer(Msg.Read(), MESSAGE_GUARANTEED);
                keybd_event(0x33,0,0,0);
            }
            else
            {
                g_LTClient = *(CLTClient**)ADDR_LTCLIENTDLL;
                g_CommonLT = g_LTClient->Common();
                return;
            }
        }
    }
    Creditos: PhantoM_Like

  2. The Following 3 Users Say Thank You to PhantoM_Like For This Useful Post:

    erduan963 (08-04-2012), franciscol99 (03-27-2012), pDevice (06-07-2012)

  3. #2
    Member
    MPGH Member
    Sr_Especialista's Avatar
    Join Date
    Aug 2011
    Gender
    male
    Posts
    101
    Reputation
    10
    Thanks
    47
    ou vai da o cu parece mulher compartilha tudo q tem af pq nao compartilha seu cu tam bem ?
    Novo Hack [sou foda kk]


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

    erduan963 (08-04-2012), pDevice (08-14-2012)

  5. #3
    Whitehat Hacker
    MPGH Member
    PikaMucha_Itu's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    Itu City
    Posts
    2,393
    Reputation
    59
    Thanks
    4,022
    My Mood
    Goofy
    Caraca leek se eu fosse voce apagaria isso em !

  6. #4
    Threadstarter
    Leecher
    PhantoM_Like's Avatar
    Join Date
    Mar 2012
    Gender
    male
    Posts
    8
    Reputation
    10
    Thanks
    21
    My Mood
    Cool
    kkkkkkkkkk daqui a pouco é a mmbob base mas duvido que muitos entenderiam ela u.u. EU SOU DEUS POSTO O QUE QUISER !

  7. #5
    Whitehat Hacker
    MPGH Member
    PikaMucha_Itu's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    Itu City
    Posts
    2,393
    Reputation
    59
    Thanks
    4,022
    My Mood
    Goofy
    Voce é Deus ? kkkkk

  8. #6
    Leecher
    MPGH Member
    UiLeveiBan's Avatar
    Join Date
    Feb 2012
    Gender
    male
    Posts
    23
    Reputation
    10
    Thanks
    5
    Creditos: PhantoM_Like kkkkkkkkkkkkkkkkkkkkk
    conteúdo 100% leeched, monion @ ban nele e delete o tópico

  9. #7
    MPGH Expert
    MPGH Member
    pDevice's Avatar
    Join Date
    Feb 2012
    Gender
    male
    Location
    d3d9.h
    Posts
    1,122
    Reputation
    15
    Thanks
    260
    My Mood
    Stressed
    @Dave84311
    retire o tópico e bana esse cara!





  10. #8
    Banned
    BANNED!
    Hacker Striker's Avatar
    Join Date
    Mar 2012
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    2
    Quote Originally Posted by PhantoM_Like View Post
    kkkkkkkkkk daqui a pouco é a mmbob base mas duvido que muitos entenderiam ela u.u. EU SOU DEUS POSTO O QUE QUISER !
    vc e um filho de uma putinha isso s seu gordo lazarento pau no ku
    com o ku enfiadfo no rabo
    com o rabo estorado
    cutucado pelo negao
    lazarento fi de uma jumenta lazarenta
    pau de japones
    lixeiro capado lazarento vc robo soucers seu lixo


    @TokolosSK

    eae tokolosk

  11. #9
    Banned
    BANNED!
    CoderBlack09's Avatar
    Join Date
    Jan 2012
    Gender
    male
    Location
    Visual C++ 2008 Express Editions
    Posts
    770
    Reputation
    10
    Thanks
    62
    My Mood
    Aggressive
    Concordo Com o Striker ...
    Alguem ADM ou Mod Deleta Esse Topico E Da Ban Nesse Inutil!

  12. #10
    Bobo's Trainer
    MPGH Member
    baraozin's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Posts
    975
    Reputation
    82
    Thanks
    796
    My Mood
    Amused
    Ja que posta o que quiser?

    Posta a bunda da sua mae aki!
    KILL MITICO!


    RESPECT LIST


    1° WE11INGTON
    2° Eminem
    3° Moki
    4°Mahsartor
    5° G.
    6° Batata




    METAS


    Legenda:

    Tenho esperança

    Consegui

    Ta quase (+ ou -)

    Ta Longe...

    Editar uma base (CA) [ ]
    CRIAR um cheater[]

    Ser programador basico VB.NET []
    Saber o basico C++[ ]

    Saber intermediario VB.NET []

    Saber intermediario C++ []

    Ser programador avançado VB.NET []

    Ser programador avançado C++ []

    Ter um emprego relacionado a tudo isso acima [] (ainda nao tenho e claro mas quando tiver...)

  13. The Following User Says Thank You to baraozin For This Useful Post:

    saissem15 (03-12-2012)

  14. #11
    Whitehat Hacker
    MPGH Member
    PikaMucha_Itu's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    Itu City
    Posts
    2,393
    Reputation
    59
    Thanks
    4,022
    My Mood
    Goofy
    Nossa voce é chato em cara, porque voce soltou isso ?
    Apesar que esse jogo já era mesmo, ae solta mais leek eu deixo !
    Last edited by PikaMucha_Itu; 03-12-2012 at 11:53 AM.

  15. #12
    Dual-Keyboard Member
    MPGH Member
    -Unbelievable!'s Avatar
    Join Date
    Sep 2011
    Gender
    male
    Posts
    255
    Reputation
    10
    Thanks
    153
    My Mood
    Yeehaw
    Pessoal soltando tudo :S

  16. #13
    Member
    MPGH Member
    PacksChrom's Avatar
    Join Date
    Feb 2012
    Gender
    male
    Posts
    11
    Reputation
    10
    Thanks
    3
    Se fuderam kkk bloco de notas ja foi aberto aki . um leecher ja pegou murarara.

  17. #14
    Park diz : EU TE AMO
    MPGH Member
    Element™'s Avatar
    Join Date
    Jan 2011
    Gender
    male
    Location
    Brazil / Jungle Biome
    Posts
    3,141
    Reputation
    81
    Thanks
    918
    My Mood
    Doh
    CRÉDITOS DELE KKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKK KKKKKKKKKKKKKKKKK
    NÃO DEVE SABER NEM O QUE É UMA VARIAVEL.
    Games :
    - COD : Black Ops II
    - COD : Modern Warfare II
    - BioShock
    - BioShock II
    - BioShock Infinite
    - Halo 4
    - Battlefield 3
    - Crysis 3
    - Left 4 Dead
    - Left 4 Dead 2
    - Don't Starve
    - Scribblenauts Unlimited
    - Dota 2

    Contact :
    - MSN : biohuman.mpgh@live.com
    - Skype : biohuman6

  18. #15
    Dual-Keyboard Member
    MPGH Member
    Jim Shannon's Avatar
    Join Date
    Dec 2011
    Gender
    male
    Posts
    264
    Reputation
    10
    Thanks
    11
    My Mood
    Hungover
    oq q é um INT mesmo??

    Respect List:

    We11
    ChaosMagician
    Alessandro
    Luizimloko
    BACKD00R (mahsartor)


    Disrespect List:

    Sr_Especialista (fernando.edition)
    darklegollas
    Gx4hxR

Page 1 of 3 1 2 3 LastLast