Results 1 to 14 of 14
  1. #1
    Hacker Fail's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Location
    C++
    Posts
    2,136
    Reputation
    242
    Thanks
    12,562

    [ Visual ] Teletransporte Hacker

    Bom, estava testando algumas coisas no ca, e resolvi compartilhar esse código..
    Ele nada mais que te teletransporta até a arma, porém você não conseguirá matar ninguém, e ninguém te verá

    Não posto print, porque seria inútil

    Para funcionar, ative a função, espere se teletransportar até alguma arma, e depois desative

    Code:
    void TeleTransporteHacker()
    {
    	cGameClientShell *pGameClientShell = *(cGameClientShell **)GCS;
    	cSFXMgr* SFXMgr = pGameClientShell->GetSFXMgr();
    
    	DWORD posptr, PositionY, dwBack;
    
    	posptr = (DWORD) GetModuleHandle(/*Clientfx.fxd*/XorStr<0x65, 13, 0xE388798>("\x26\xA\xE\xD\x7\x1E\xD\x14\x43\x8\x17\x14" + 0xE388798).s);
    	posptr += ClientFX;
    
    	VirtualProtect( &PositionY, 4, PAGE_EXECUTE_READWRITE, &dwBack );
    	memcpy( &PositionY, (VOID *) (posptr), 4 );
    	VirtualProtect( &PositionY, 4, dwBack, &dwBack );
    
    	if(ValidarPonto(SFXMgr))
    	{
    		for(int i = 0; i < SFXMgr->SFXList[0x17].Num; i++ )
    		{
    			cBaseFX* Pickup = (cBaseFX*)SFXMgr->SFXList[0x17].List[i];
    			if(ValidarPonto(Pickup) && ValidarPonto(Pickup->Object))
    			{
    				if( FuncoesBase[54] )
    				{
    					if(*(long*)PlayerStatus == 1)
    						*(long*)PlayerStatus = -5;
    					else if(*(long*)PlayerStatus == -5)
    						*(long*)PlayerStatus = 1;
    
    					*(FLOAT *) (PositionY + 0xC8) = Pickup->Pos.x + 25.0f;
    					*(FLOAT *) (PositionY + 0xCC) = Pickup->Pos.y + 25.0f;
    					*(FLOAT *) (PositionY + 0xD0) = Pickup->Pos.z;
    				}
    			}
    		}
    	}
    }

    Crédits

    Hacker Fail, Ch40zz-C0d3r, N3XUS, Q3 SDK, Tamimego, _GHOSTER_, Gellin, S0beit, Fatboy88, Tim0n, Mmbob, We11ngton, Code64
    Last edited by Hacker Fail; 02-20-2015 at 05:06 PM.
    Member Level 1 since November, 2011
    Contributor since March, 2015
    Game Hacking Team : 06/14/2017

     

  2. The Following 2 Users Say Thank You to Hacker Fail For This Useful Post:

    Coder.DiasII (03-08-2015),diegosarria12 (02-20-2015)

  3. #2
    Tayp.Anonymous's Avatar
    Join Date
    Mar 2014
    Gender
    male
    Location
    Brasil
    Posts
    88
    Reputation
    10
    Thanks
    55
    Muito bom, bela função!
    O que você tem todo mundo pode ter, mais o que você é ninguém pode ser!

  4. #3
    diegosarria12's Avatar
    Join Date
    Oct 2012
    Gender
    male
    Location
    Min ser o incrível Hulk
    Posts
    326
    Reputation
    10
    Thanks
    709
    My Mood
    Cheerful
    Bela função amigo, jaja vo testar ela aqui , como sempre você estar de parabêns

  5. #4
    Werner Heisenberg's Avatar
    Join Date
    Dec 2014
    Gender
    male
    Posts
    76
    Reputation
    10
    Thanks
    9
    My Mood
    Blah
    Massa você substituiu na parte do telekill onde teleporta pros boneco pra teleportar pras armas...bem pensado...

  6. #5
    Hacker Fail's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Location
    C++
    Posts
    2,136
    Reputation
    242
    Thanks
    12,562
    Quote Originally Posted by Werner Heisenberg View Post
    Massa você substituiu na parte do telekill onde teleporta pros boneco pra teleportar pras armas...bem pensado...
    Sim, mas essa função não é tipo weapon teleport, você realmente se transporta para a arma, porém você fica invisível
    Member Level 1 since November, 2011
    Contributor since March, 2015
    Game Hacking Team : 06/14/2017

     

  7. #6
    Cheetara's Avatar
    Join Date
    Aug 2013
    Gender
    female
    Posts
    67
    Reputation
    10
    Thanks
    34
    My Mood
    Aggressive
    Quote Originally Posted by Hacker Fail View Post
    Sim, mas essa função não é tipo weapon teleport, você realmente se transporta para a arma, porém você fica invisível
    então ameba.. um telekill modificado pra armas 00'

  8. #7
    Hacker Fail's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Location
    C++
    Posts
    2,136
    Reputation
    242
    Thanks
    12,562
    Quote Originally Posted by Cheetara View Post
    então ameba.. um telekill modificado pra armas 00'
    Então inteligência rara, estou falando que esse telekill para as armas realmente transporta o player até a arma, e você sai andando..

    Member Level 1 since November, 2011
    Contributor since March, 2015
    Game Hacking Team : 06/14/2017

     

  9. #8
    NeoStryker's Avatar
    Join Date
    Nov 2014
    Gender
    male
    Posts
    187
    Reputation
    10
    Thanks
    18
    N deu tempo de testar, mas o jogador fica parado no lugar quando ativa a função?

  10. #9
    Hacker Fail's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Location
    C++
    Posts
    2,136
    Reputation
    242
    Thanks
    12,562
    Quote Originally Posted by NeoStryker View Post
    N deu tempo de testar, mas o jogador fica parado no lugar quando ativa a função?
    Sim, ele vai até o lugar.. porém visualmente
    Member Level 1 since November, 2011
    Contributor since March, 2015
    Game Hacking Team : 06/14/2017

     

  11. #10
    NeoStryker's Avatar
    Join Date
    Nov 2014
    Gender
    male
    Posts
    187
    Reputation
    10
    Thanks
    18
    Quote Originally Posted by Hacker Fail View Post
    Sim, ele vai até o lugar.. porém visualmente
    Eu quis dizer se ele fica parado no lugar que eu ativei a função... Ou seja, é possível matar ainda?

  12. #11
    Coder.DiasII's Avatar
    Join Date
    Feb 2013
    Gender
    male
    Location
    In My World
    Posts
    1,515
    Reputation
    156
    Thanks
    6,461
    Gostei Da Função Muito Boa Otima Util Pra Caraleo








    Nem Testei
    • Registered - February 03, 2012
    • Contributor since August 05, 2014



    CombatArms Brasil


    PointBlank Brasil


  13. #12
    Hacker Fail's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Location
    C++
    Posts
    2,136
    Reputation
    242
    Thanks
    12,562
    Engraçadão você em fera

    [img]https://marcuspesso*****m.br/wp-content/uploads/2013/07/eu-tive-a-impressao-de-que-voce-tentou-ser-engra%C3%A7ado.jpg[/img]

    Melhor para, pra ninguem se machuca huehue
    Last edited by Hacker Fail; 03-08-2015 at 12:45 PM.
    Member Level 1 since November, 2011
    Contributor since March, 2015
    Game Hacking Team : 06/14/2017

     

  14. #13
    Coder.DiasII's Avatar
    Join Date
    Feb 2013
    Gender
    male
    Location
    In My World
    Posts
    1,515
    Reputation
    156
    Thanks
    6,461
    Quote Originally Posted by Hacker Fail View Post
    Engraçadão você em fera

    [img]https://marcuspesso*****m.br/wp-content/uploads/2013/07/eu-tive-a-impressao-de-que-voce-tentou-ser-engra%C3%A7ado.jpg[/img]

    Melhor para, pra ninguem se machuca huehue
    aseisaejijiaseesa
    falei verdades
    ue
    ou não ainda acho q e esse
    efeito estufador do caralho
    • Registered - February 03, 2012
    • Contributor since August 05, 2014



    CombatArms Brasil


    PointBlank Brasil


  15. #14
    Hacker Fail's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Location
    C++
    Posts
    2,136
    Reputation
    242
    Thanks
    12,562
    Quote Originally Posted by Coder.DiasII View Post
    aseisaejijiaseesa
    falei verdades
    ue
    ou não ainda acho q e esse
    efeito estufador do caralho
    efeitu estufador ta estufando
    Member Level 1 since November, 2011
    Contributor since March, 2015
    Game Hacking Team : 06/14/2017

     

Similar Threads

  1. Packets & Visual Basic
    By BadBob in forum Hack Requests
    Replies: 5
    Last Post: 07-20-2006, 09:28 PM
  2. Callin All Non - Bs Hackers
    By supatanka in forum General
    Replies: 3
    Last Post: 05-30-2006, 07:47 PM
  3. hey im not a hacker but can some1 plz help me
    By CrUsHa in forum General Gaming
    Replies: 3
    Last Post: 05-20-2006, 12:58 AM
  4. Hackers lend me your ears
    By AdamWest in forum WarRock - International Hacks
    Replies: 12
    Last Post: 02-19-2006, 07:37 AM
  5. System Hacker For Gunz
    By gameking85 in forum Gunz Hacks
    Replies: 11
    Last Post: 02-09-2006, 11:57 AM