Results 1 to 13 of 13
  1. #1
    ChanceOfHax's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    PlayerInfo* pPlayer = SearchPlayerByIndex(ChanceOfHax);
    Posts
    113
    Reputation
    3
    Thanks
    5
    My Mood
    Sneaky

    Question How to find ClientInfoMgr

    HI!
    I search the clientinfomgr addy to use the classes of fatboy with teamcheck.
    Im eu and i dont know how to find. Plz help me if u know the addy or if u can say me how to find :/

    THX TO ALL WHO HELP ME

  2. #2
    kotentopf's Avatar
    Join Date
    Nov 2009
    Gender
    male
    Posts
    602
    Reputation
    26
    Thanks
    251
    Client Info Mgr 0x37832AB0
    EU
    pClientInfoMgr = (cClientInfoMgr*)0x37832AB0;

    EDIT:
    Hack.Misc.Log("Client Info Mgr 0x%08X",pGameClientShell->GetClientInfoMgr());
    The Internet SHOULD Be Illegal

    When you say
    "Java is a great programming language because it works on all platforms"
    it is just like
    "anal sex is great because it works on all genders"

    Are YOU a Troll?

  3. #3
    ChanceOfHax's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    PlayerInfo* pPlayer = SearchPlayerByIndex(ChanceOfHax);
    Posts
    113
    Reputation
    3
    Thanks
    5
    My Mood
    Sneaky
    Ok
    When i do this:
    [html]typedef PlayerInfo* (__thiscall *lpGetPlayerByIndex)(unsigned long ulThis,int index, int unk);
    lpGetPlayerByIndex GetPlayerByIndex;

    typedef PlayerInfo* (__thiscall *lpGetLocalPlayer)(unsigned long ulThis);
    lpGetLocalPlayer GetLocalPlayer;

    GetPlayerByIndex = (lpGetPlayerByIndex)(0x3715DE20);
    unsigned long ulThis = *(unsigned long*)(0x37832AB0);
    GetLocalPlayer = (lpGetLocalPlayer)(0x3715E7D0);[/html]

    and than:
    [html]PlayerInfo* pPlayer = GetPlayerByIndex( ulThis,i,0);
    PlayerInfo* pLocal = GetLocalPlayer(ulThis);[/html]

    It crash :/

    PS:Why u arent on in skype?

  4. #4
    coogle007's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Posts
    267
    Reputation
    18
    Thanks
    297
    My Mood
    Aggressive
    I have the same problem..
    My last Hack D3d Chams/Esp/Opk/Telekill
    A me me piace 'o blues e tutt'e journe aggio cantà'
    pecchè so stato zitto e mo è 'o mumento 'e me sfucà'
    sono volgare e so che nella vita suonerò
    pe chi tene 'e complessi e nun 'e vò
    A me me piace 'o zucchero ca scenne dinto 'o cafè
    e cu 'na presa d'annice ma chi è meglio 'e me
    tengo 'a cazzimma e faccio tutto quello che mi va
    pecchè so blues e nun voglio cagnà'

  5. #5
    kotentopf's Avatar
    Join Date
    Nov 2009
    Gender
    male
    Posts
    602
    Reputation
    26
    Thanks
    251
    Code:
    PlayerInfo *SearchPlayerByIndex(int index)
    {
    	lpGetPlayerByIndex THE;
    	THE = (lpGetPlayerByIndex)Hack.Addresses.GetPlayerbyIndex;
    	for(int i = 0;i<16;i++)
    	{
    		PlayerInfo *pPlayer = THE(Hack.Addresses.ulThis,i,0);
    			
    		if(Hack.Readys.Valid(pPlayer))
    			if(pPlayer->index == index)
    				return pPlayer;
    	}
    	return 0;	
    }
    PlayerInfo *LocalPlayer()
    {
    	lpGetLocalPlayer THE;
    	THE = (lpGetLocalPlayer)Hack.Addresses.GetLocalPlayer;
    
    	PlayerInfo *pPlayer = THE(Hack.Addresses.ulThis);
    			
    	if(Hack.Readys.Valid(pPlayer))
    		return pPlayer;
    
    	return 0;	
    }
    The Internet SHOULD Be Illegal

    When you say
    "Java is a great programming language because it works on all platforms"
    it is just like
    "anal sex is great because it works on all genders"

    Are YOU a Troll?

  6. The Following User Says Thank You to kotentopf For This Useful Post:

    coogle007 (02-20-2011)

  7. #6
    coogle007's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Posts
    267
    Reputation
    18
    Thanks
    297
    My Mood
    Aggressive
    Thanks For answer
    My last Hack D3d Chams/Esp/Opk/Telekill
    A me me piace 'o blues e tutt'e journe aggio cantà'
    pecchè so stato zitto e mo è 'o mumento 'e me sfucà'
    sono volgare e so che nella vita suonerò
    pe chi tene 'e complessi e nun 'e vò
    A me me piace 'o zucchero ca scenne dinto 'o cafè
    e cu 'na presa d'annice ma chi è meglio 'e me
    tengo 'a cazzimma e faccio tutto quello che mi va
    pecchè so blues e nun voglio cagnà'

  8. #7
    Nubzgetkillz's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    hacktown
    Posts
    838
    Reputation
    13
    Thanks
    411
    My Mood
    Amazed
    That addy is incorrect for EU I noticed after helping someone ClientInfoMgr for EU is the last one for NA. ends with 68

    Member since September 25, 2010

    Current Objectives:
    • Graduate college with a degree in Computer Science
    • Find a decent job in the Computer Science Field
    • Learn more programming languages

    Looking for Elo Boosting Job - League of Legends
    Looking for Bronze -> Gold Jobs


    Skype: whatthedream

  9. #8
    coogle007's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Posts
    267
    Reputation
    18
    Thanks
    297
    My Mood
    Aggressive
    Can u post the right addy?
    (For sign) xD
    My last Hack D3d Chams/Esp/Opk/Telekill
    A me me piace 'o blues e tutt'e journe aggio cantà'
    pecchè so stato zitto e mo è 'o mumento 'e me sfucà'
    sono volgare e so che nella vita suonerò
    pe chi tene 'e complessi e nun 'e vò
    A me me piace 'o zucchero ca scenne dinto 'o cafè
    e cu 'na presa d'annice ma chi è meglio 'e me
    tengo 'a cazzimma e faccio tutto quello che mi va
    pecchè so blues e nun voglio cagnà'

  10. #9
    NiCe_ShOt's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    14
    Reputation
    10
    Thanks
    8
    So this -> 0x37818368 is the right address? i get a crash anyway.... ( i think the addy is right )
    Last edited by NiCe_ShOt; 02-20-2011 at 09:07 AM.

  11. #10
    coogle007's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Posts
    267
    Reputation
    18
    Thanks
    297
    My Mood
    Aggressive
    Ok i finally got it working but esp are blinking i think it's the wts
    My last Hack D3d Chams/Esp/Opk/Telekill
    A me me piace 'o blues e tutt'e journe aggio cantà'
    pecchè so stato zitto e mo è 'o mumento 'e me sfucà'
    sono volgare e so che nella vita suonerò
    pe chi tene 'e complessi e nun 'e vò
    A me me piace 'o zucchero ca scenne dinto 'o cafè
    e cu 'na presa d'annice ma chi è meglio 'e me
    tengo 'a cazzimma e faccio tutto quello che mi va
    pecchè so blues e nun voglio cagnà'

  12. #11
    kotentopf's Avatar
    Join Date
    Nov 2009
    Gender
    male
    Posts
    602
    Reputation
    26
    Thanks
    251
    Quote Originally Posted by Nubzgetkillz View Post
    That addy is incorrect for EU I noticed after helping someone ClientInfoMgr for EU is the last one for NA. ends with 68
    for me it works
    The Internet SHOULD Be Illegal

    When you say
    "Java is a great programming language because it works on all platforms"
    it is just like
    "anal sex is great because it works on all genders"

    Are YOU a Troll?

  13. #12
    ChanceOfHax's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    PlayerInfo* pPlayer = SearchPlayerByIndex(ChanceOfHax);
    Posts
    113
    Reputation
    3
    Thanks
    5
    My Mood
    Sneaky
    The ClientInfoMgr is: 0x37832AB0
    This address works.

  14. #13
    NOOB's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Posts
    3,843
    Reputation
    425
    Thanks
    8,616
    [HIGHLIGHT=C++]
    pClientShellBase->ILTGameClientShell->GetClientInfoMgr()[/HIGHLIGHT]

    LTClient - 0x18 = (pointer to clientshellbase)
    Last edited by NOOB; 02-20-2011 at 11:05 AM.