Page 3 of 3 FirstFirst 123
Results 31 to 40 of 40
  1. #31
    Crash's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    JAville
    Posts
    2,881
    Reputation
    163
    Thanks
    3,291
    My Mood
    Sleepy
    Quote Originally Posted by Waka_Flocka_Flame View Post


    O.o nicee include nametags tho, i think i could get u the addie idk yet.
    When mpgh has trouble with hacking it just goes crazy for some time.
    I'm not sure how to reverse classes yet to find the player name / player ID. =(

    It could be an address but I can't search using MHS/CE.

  2. #32
    mmbob's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    ja
    Posts
    653
    Reputation
    70
    Thanks
    1,157
    My Mood
    Bitchy
    Quote Originally Posted by Sealionone View Post
    I'm not sure how to reverse classes yet to find the player name / player ID. =(

    It could be an address but I can't search using MHS/CE.
    It is an addy and its a linked list. So it goes like this
    Code:
    struct CLIENT_INFO
    {
    // player data
    CLIENT_INFO* pPrev; // pointer to previous player
    CLIENT_INFO* pNext; // pointer to next player
    };
    But unfortunately you cant search the position of a player to find this since the position is in a pointer to another struct.

  3. #33
    Crash's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    JAville
    Posts
    2,881
    Reputation
    163
    Thanks
    3,291
    My Mood
    Sleepy
    Quote Originally Posted by mmbob View Post
    It is an addy and its a linked list. So it goes like this
    Code:
    struct CLIENT_INFO
    {
    // player data
    CLIENT_INFO* pPrev; // pointer to previous player
    CLIENT_INFO* pNext; // pointer to next player
    };
    But unfortunately you cant search the position of a player to find this since the position is in a pointer to another struct.
    Are you finding these structs/classes through reclass or using a debugger ?

  4. #34
    mmbob's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    ja
    Posts
    653
    Reputation
    70
    Thanks
    1,157
    My Mood
    Bitchy
    Quote Originally Posted by Sealionone View Post
    Are you finding these structs/classes through reclass or using a debugger ?
    I use IDA Pro.

  5. #35
    ^...,^'s Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    New Zealand,Auckland
    Posts
    698
    Reputation
    4
    Thanks
    90
    My Mood
    Lonely
    Quote Originally Posted by Revolvium View Post
    First your using Azorbix's GenerateTexture function which relies on a texture resource. Then here, when you are appearing to clarify what you said, your creating this color array in the middle of DIP without even manipulating it as a texture. I do see a SetTexture(&Red), and I'm not sure if your referencing it even before you created it O_O. I suggest that if you are going to use a color array like that, that you use "D3DXCreateTextureFromFileInMemory"
    and use it like so...

    Code:
    LPDIRECT3DTEXTURE9    texRed;
    D3DXCreateTextureFromFileInMemory(pDevice, (LPCVOID)&bRed,  60,  &texRed);
    Leave that color array out as a global, then create these in your hooked present function, checking to make sure that your colors are null upon creation, then recreate it.

    bRed should be in a header and then referenced.

    P.S: Here is the GenerateTexture function (Credits to Azorbix from GD)
    Code:
    HRESULT GenerateTexture(IDirect3DDevice9 *pD3Ddev, IDirect3DTexture9 **ppD3Dtex, DWORD colour32)
    {
    	if( FAILED(pD3Ddev->CreateTexture(8, 8, 1, 0, D3DFMT_A4R4G4B4, D3DPOOL_MANAGED, ppD3Dtex, NULL)) )
    		return E_FAIL;
    	
    	WORD colour16 =	((WORD)((colour32>>28)&0xF)<<12)
    			|(WORD)(((colour32>>20)&0xF)<<8)
    			|(WORD)(((colour32>>12)&0xF)<<4)
    			|(WORD)(((colour32>>4)&0xF)<<0);
    
    	D3DLOCKED_RECT d3dlr;    
    	(*ppD3Dtex)->LockRect(0, &d3dlr, 0, 0);
    	WORD *pDst16 = (WORD*)d3dlr.pBits;
    
    	for(int xy=0; xy < 8*8; xy++)
    		*pDst16++ = colour16;
    
    	(*ppD3Dtex)->UnlockRect(0);
    
    	return S_OK;
    }
    you made a C & P Ground.... i was trying to do that Notive For " Experienced Coders" so must of us know but then.... now all the "noobs" will spam
    how do i get this working? help pleasseeeee

  6. #36
    topblast's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    Far from around you Programmer: C++ | VB | C# | JAVA
    Posts
    3,607
    Reputation
    149
    Thanks
    5,052
    My Mood
    Cool
    kinda still need a hook and the real cham part
    I just like programming, that is all.

    Current Stuff:

    • GPU Programmer (Cuda)
    • Client/Server (Cloud Server)
    • Mobile App Development

  7. #37
    Crash's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    JAville
    Posts
    2,881
    Reputation
    163
    Thanks
    3,291
    My Mood
    Sleepy
    Quote Originally Posted by ^...,^ View Post
    you made a C & P Ground.... i was trying to do that Notive For " Experienced Coders" so must of us know but then.... now all the "noobs" will spam
    how do i get this working? help pleasseeeee
    This is only RGB values of colors that you can find on Google/MSPaint.

    The only useful thing is the strides which I'm not sure are correct.
    Last edited by Crash; 07-17-2010 at 08:39 AM.

  8. #38
    whatup777's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    CA Source Code Section
    Posts
    4,025
    Reputation
    147
    Thanks
    351
    My Mood
    Dead
    Quote Originally Posted by topblast View Post
    kinda still need a hook and the real cham part
    Where did you come from? O.o

    On-topic: Doesnt Hackshield block D3DXCreateTextureFromFileInMemory
    Last edited by whatup777; 07-17-2010 at 08:42 AM.
    Quotes I live by.


    A foolish person learns from his mistakes, I wise person learns from others.
    Quote Originally Posted by AVGN View Post



    mhm

    i live in texas

    i was at the grocery store with my son. He saw a mexican guy, and he said "Look daddy! a mower man!"

    he's 4 yrs old

  9. #39
    Crash's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    JAville
    Posts
    2,881
    Reputation
    163
    Thanks
    3,291
    My Mood
    Sleepy
    Nevermind this is a stupid thread and needs to be closed. These are strides for SF not CA so this thread doesn't help at all...

  10. #40
    ^...,^'s Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    New Zealand,Auckland
    Posts
    698
    Reputation
    4
    Thanks
    90
    My Mood
    Lonely
    Quote Originally Posted by mmbob View Post
    It is an addy and its a linked list. So it goes like this
    Code:
    struct CLIENT_INFO
    {
    // player data
    CLIENT_INFO* pPrev; // pointer to previous player
    CLIENT_INFO* pNext; // pointer to next player
    };
    But unfortunately you cant search the position of a player to find this since the position is in a pointer to another struct.
    mmbob

    you mean the na player pointer?
    i have that some where around...

Page 3 of 3 FirstFirst 123

Similar Threads

  1. Im looking for a coder
    By bomberau in forum C++/C Programming
    Replies: 2
    Last Post: 01-16-2009, 11:50 AM
  2. i look for warrock coders only for netherlands
    By hardcore4hack in forum WarRock - International Hacks
    Replies: 0
    Last Post: 01-10-2009, 10:33 AM
  3. Some info for DirectX coders here..
    By apezwijn in forum Operation 7 Hacks
    Replies: 0
    Last Post: 12-28-2008, 12:48 AM
  4. The strife chams still work for me?
    By hellaim in forum Combat Arms Hacks & Cheats
    Replies: 54
    Last Post: 09-11-2008, 05:55 AM
  5. check out my chams and wireframe for int warrock
    By cjg333 in forum WarRock - International Hacks
    Replies: 17
    Last Post: 08-26-2007, 08:31 PM