TEAM ESP [Address Logger]

Posts 1–15 of 35 · Page 1 of 3
TEAM ESP [Address Logger]
Code:
_______________________________________________
|                                             |
|         BlackShot Address Logger v1         |
|              Created by - Dom89             |
|                   4-1-2015                  |
|_____________________________________________|


Waiting for BlackShot...

Logger starting...


#define ESP_POINTER 0x938470
#define ESP_OFFSET  0x59


Logging Complete...
NA: 0x938470
EU: 0x935450

Code:
*(BYTE*)(*(DWORD*)ESP_POINTER + ESP_OFFSET) = 1;
//1 = Team Red
//0 = Team Blue

Credits:
Gellin
Booboo & Me

Virus Scans:
http://virusscan.jotti.org/en/scanre...6d800574fdd1df
https://www.virustotal.com/en/file/5...is/1421503491/
BlackShot Logger v1_mpgh.net.zip21 KB · 1,187 downloads 13/54 malicious
Great release.
Not bad, but you should rename the actual addresses.
Its player pointer and team id, not ESP_POINTER xD
Fun fact: Your the first guy in this section using signature scans LOL *gj*
every time i used this my blackshot can`t play ? any tutorial from this hack? sorry bad english
Quote Originally Posted by laecie09 View Post
every time i used this my blackshot can`t play ? any tutorial from this hack? sorry bad english
Its detected day ago
Quote Originally Posted by laecie09 View Post
every time i used this my blackshot can`t play ? any tutorial from this hack? sorry bad english
This is logger not a hack! It wasn't meant for you to play with it.

Quote Originally Posted by COD3RIN View Post


Its detected day ago
It forces kill the process (blackshot.exe) after scanning done, so it will never get detected.

Tomorrow is Twisted Heart patch, this logger might comes in handy.
Quote Originally Posted by Dom89 View Post
This is logger not a hack! It wasn't meant for you to play with it.



It forces kill the process (blackshot.exe) after scanning done, so it will never get detected.

Tomorrow is Twisted Heart patch, this logger might comes in handy.
They never, never ever changed offsets in playerclass below 0x6CE so I dont think there will be big changes xD
new patched lol.

Code:
class CPlayer
{
public:
	char _team[97];
	BYTE Team;
};
Quote Originally Posted by asianism View Post
new patched lol.

Code:
class CPlayer
{
public:
        char _team[97];
	BYTE Team;
};
Yes, new offset is 0x61

Code:
class cInfoPlayer;

class cInfoPlayer
{
public:
        char _0x0000[97];
	BYTE bTeam; //0x0061
};

cInfoPlayer *Team_ = (cInfoPlayer*)0x8F9EC8;

if(Team_)
{
        if(GetKeyState(VK_INSERT)) 
                Team_->bTeam = 1;
        else 
                Team_->bTeam = 0;
}
But not working, maybe the pointer is wrong.
Quote Originally Posted by darrenlaww View Post
how to activate it pls.?
You can't active it but, you can use it for something.
Any updated gamebase?
lol they really updated below health value.
But class didnt change at all, I guess they just moved it arround and didnt add anything.

Code:
0043E19C    8A40 61                        MOV AL,BYTE PTR DS:[EAX+61]
0043E19F    3A87 0B070000                  CMP AL,BYTE PTR DS:[EDI+70B]
And GetLocalPlayer function is at:
Code:
0x40F391
Posts 1–15 of 35 · Page 1 of 3
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?