Results 1 to 12 of 12
  1. #1
    Coder.Anonymous's Avatar
    Join Date
    Mar 2012
    Gender
    male
    Location
    MPGH
    Posts
    1,144
    Reputation
    53
    Thanks
    4,940
    My Mood
    Cynical

    BSGlobal [DIP]Chams + WallHack

    Simples BlackShot Chams Color and Wall Hacker.
    Work fine, enjoy


    ReturnAddress DIP Updated only Blackshot Global:
    Code:
    0x785691
    Draw Index Primitive, 'DIP':
    Code:
    HRESULT WINAPI DrawIndexedPrimitive(LPDIRECT3DDEVICE9 pDevice, D3DPRIMITIVETYPE A, INT B, UINT C, UINT D, UINT E, UINT F)
    {
              LPDIRECT3DVERTEXBUFFER9 Stream_Data;
              UINT m_Stride; UINT OffsetsInBytes;
    	if (pDevice->GetStreamSource(NULL, &Stream_Data, &OffsetsInBytes, &m_Stride) == D3D_OK) { Stream_Data->Release(); }
    	
    	if (WallHacker)
    	{
    		if ((DWORD)_ReturnAddress() >= 0x785691 && (DWORD)_ReturnAddress() <= 0x785691)
    		{
    			pDevice->SetRenderState(D3DRS_ZENABLE, FALSE);
    			oDrawIndexedPrimitive(pDevice, A, B, C, D, E, F);
    			pDevice->SetRenderState(D3DRS_ZENABLE, TRUE);
    		}
    	}
    	
    	if (ChamsColor)
    	{
    		if ((DWORD)_ReturnAddress() >= 0x785691 && (DWORD)_ReturnAddress() <= 0x785691)
    		{
    			pDevice->SetRenderState(D3DRS_ZENABLE, FALSE);
    			pDevice->SetTexture(NULL, tRed);
    			oDrawIndexedPrimitive(pDevice, A, B, C, D, E, F);
    			pDevice->SetRenderState(D3DRS_ZENABLE, TRUE);
    			pDevice->SetTexture(NULL, tGreen);
    		}
    	}
    	return oDrawIndexedPrimitive(pDevice, A, B, C, D, E, F);
    }
    Generate Game Texture:
    Code:
    HRESULT GenerateTexture(LPDIRECT3DDEVICE9 pDevice, LPDIRECT3DTEXTURE9 *D3DTexture, DWORD D3DColor)
    {
    	if (FAILED(pDevice->CreateTexture(8, 8, 1, 0, D3DFMT_A4R4G4B4, D3DPOOL_MANAGED, D3DTexture, NULL)))
    		return E_FAIL;
    
    	WORD Color = ((WORD)((D3DColor >> 28) & 0xF) << 12)
    		| (WORD)(((D3DColor >> 20) & 0xF) << 8)
    		| (WORD)(((D3DColor >> 12) & 0xF) << 04)
    		| (WORD)(((D3DColor >> 04) & 0xF) << 00);
    
    	D3DLOCKED_RECT pRect;
    	(*D3DTexture)->LockRect(NULL, &pRect, NULL, NULL);
    	WORD *pBits = (PWORD)pRect.pBits;
    
    	for (INT i = 0; i<8 * 8; i++)
    		*pBits++ = Color;
    
    	(*D3DTexture)->UnlockRect(NULL);
    
    	return S_OK;
    }
    Generate Colors:
    Code:
    ...
    GenerateTexture(pDevice, &tRed, D3DCOLOR_ARGB(255, 255, 0, 0));
    GenerateTexture(pDevice, &tGreen, D3DCOLOR_ARGB(255, 0, 255, 0));
    ...
    DIP Hook:
    Code:
    ...
    oDrawIndexedPrimitive = (tDrawIndexedPrimitive)DetourCreate((PBYTE)vTable[82], (PBYTE)&DrawIndexedPrimitive, 5/*Detour len*/);
    ...

    BlackShot Sea / Global Stride:

    Code:
    Smoke :    Stride -> 36
    LittleHelpGuyBody: Stride -> 48
    PlayerBody:    Stride -> 60 ( Hair & Backpack ) Stride -> 68 ( Face ) Stride -> 76 ( Body )
    Weapon : Stride -> 32
    Tank ( Part of ) : Stride -> 28
    NV -> 58 & 236 & 250 & 437
    PC -> 82 & 296 & 384 & 729
    36 => square under the player
    40 => my gun
    56 => my player
    72 => all players chams

    ....


    Credits:
    - CyraxSector / Coder.Anonymous
    Last edited by Coder.Anonymous; 07-12-2016 at 12:46 AM.







    Claro[...]


    WFBR:


    PBBR:


    CABR:



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

    COD3RIN (07-12-2016),dragonballz2 (02-27-2020),RuShi (07-12-2016),jhoowqwe (07-13-2016)

  3. #2
    COD3RIN's Avatar
    Join Date
    May 2013
    Gender
    male
    Location
    Posts
    5,309
    Reputation
    468
    Thanks
    28,779
    My Mood
    Angelic
    nice info bro
    Last edited by COD3RIN; 07-12-2016 at 12:30 AM.
    ᚛C☢dℝin3᚜
    Love you.
    ~Kenshit13
    Quote Originally Posted by cheaterman26 View Post
    COD3RIN PUT A BACKDOOR ON HIS OWN CHEAT HE HACK MY COMPUTER AND MY STEAM, DON'T TRUST THIS GUYS !



  4. #3
    RuShi's Avatar
    Join Date
    Jan 2016
    Gender
    male
    Location
    File Not Found 404!
    Posts
    2,531
    Reputation
    210
    Thanks
    13,008
    My Mood
    Innocent
    Thanks for all stride list .


    MPGH History:
    Member: 02/1/2016
    Contributor: 29/6/2016
    Minion: 25/8/2016
    Former Staff: 07/02/2017
    Minion: 21/9/2017

  5. #4
    Der6Bozz's Avatar
    Join Date
    Jul 2016
    Gender
    male
    Posts
    12
    Reputation
    10
    Thanks
    2
    How I can make a Wallhack for Blackshot EU ?

  6. #5
    MafiaBoy BlackShit's Avatar
    Join Date
    Jun 2016
    Gender
    male
    Location
    Secret
    Posts
    629
    Reputation
    10
    Thanks
    2,433
    My Mood
    Amazed
    Wow Nice Code Man
    We're Anonymous
    We're Hacker, We're Not Going To Stop!
    Bcaus We're Hacker!

    AOA Music

  7. #6
    montassar's Avatar
    Join Date
    Mar 2016
    Gender
    male
    Posts
    9
    Reputation
    10
    Thanks
    1
    how to make thes

  8. #7
    RuShi's Avatar
    Join Date
    Jan 2016
    Gender
    male
    Location
    File Not Found 404!
    Posts
    2,531
    Reputation
    210
    Thanks
    13,008
    My Mood
    Innocent
    Quote Originally Posted by montassar View Post
    how to make thes
    U cant copy and paste .


    MPGH History:
    Member: 02/1/2016
    Contributor: 29/6/2016
    Minion: 25/8/2016
    Former Staff: 07/02/2017
    Minion: 21/9/2017

  9. #8
    yusuf0732's Avatar
    Join Date
    Jun 2015
    Gender
    male
    Posts
    10
    Reputation
    10
    Thanks
    1
    How do I use it?

  10. #9
    RuShi's Avatar
    Join Date
    Jan 2016
    Gender
    male
    Location
    File Not Found 404!
    Posts
    2,531
    Reputation
    210
    Thanks
    13,008
    My Mood
    Innocent
    Quote Originally Posted by yusuf0732 View Post
    How do I use it?
    U learn to learn the basic first bcause It not complete to copy and paste.


    MPGH History:
    Member: 02/1/2016
    Contributor: 29/6/2016
    Minion: 25/8/2016
    Former Staff: 07/02/2017
    Minion: 21/9/2017

  11. #10
    leri1995's Avatar
    Join Date
    Oct 2019
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    0
    CAN U TELL ME WHEARE I CAN paste IT ?

    - - - Updated - - -

    or how to make it just video tutorial please
    Last edited by leri1995; 11-24-2019 at 10:51 AM.

  12. #11
    nikazizi97's Avatar
    Join Date
    Oct 2014
    Gender
    male
    Posts
    677
    Reputation
    10
    Thanks
    590
    My Mood
    Angelic
    Quote Originally Posted by Heroes View Post
    U cant copy and paste .
    seriously?
    [Outdated] Weapon Hack All Server (BlackShot SEA) - 20/03
     
    [Outdated] Weapon Hack All Server (BlackShot SEA)
    [Preview] Simple Hack v0.0.1 + Weapon Hack + Aimbot [BlackShot SEA]

    Video Preview :


    Just Simple Hack v0.0.1

    Features :
    8 xDamage
    44.8 xSpeed
    xRapidFire
    Weapon2Melee



    Code:
    ========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========

  13. #12
    hingusulak's Avatar
    Join Date
    Jan 2017
    Gender
    male
    Posts
    6
    Reputation
    10
    Thanks
    0

    can you teach me

    how to edit the bsdb to bypass my own champ but its always say that hand ani modify how to bypss it ehh

Similar Threads

  1. Free Aimbot chams wallhack no spread
    By jasonll1234 in forum Call of Duty 4 - Modern Warfare (MW) Hacks
    Replies: 2
    Last Post: 03-17-2009, 03:46 PM
  2. Addy's for chams & Wallhack?
    By Chuck Norris in forum C++/C Programming
    Replies: 1
    Last Post: 01-28-2009, 10:36 AM
  3. No d/c chams/wallhack w/Vista
    By Pinoy_Jon in forum Combat Arms Hacks & Cheats
    Replies: 13
    Last Post: 09-01-2008, 07:42 PM
  4. (in-depth Video tut) how to use chams/wallhack with bypass
    By hiiway in forum Combat Arms Hacks & Cheats
    Replies: 23
    Last Post: 08-30-2008, 12:32 AM
  5. Soldier of Fortune Payback Chams Wallhack Aimbot?
    By mrbeefy187. in forum Suggestions, Requests & General Help
    Replies: 0
    Last Post: 02-02-2008, 09:54 PM