DetectedBlack Squad sdk updated

Posts 1–15 of 44 · Page 1 of 3
anyone tried this? up

- - - Updated - - -
Quote Originally Posted by SrRevo View Post
Well sorry for the time its a old almost 1 month but still working i didint get any feed back about not working.
THIS ITS NOT A DLL!!, u still know c++ ...

I've seen you stick around this section for Black Squad for months now, the same as me. Have you had any luck and managed to get that SDK up and working? Like do you yourself have the wallhack working?
Quote Originally Posted by boomeroid View Post
I've seen you stick around this section for Black Squad for months now, the same as me. Have you had any luck and managed to get that SDK up and working? Like do you yourself have the wallhack working?
This its a work of 4 peoples, 2 from VIP website, we tryed do something with injection but BE dont give any chance. heartbeat give me cancer xd
At moment im more focus on warframe and trainers before BS, because i realy dont need hacks for BS xd

@boomeroid Try external instead, but does not seem to be working.
Code:
DWORD GameEngine = 0x18FDB3C;
DWORD Offset_GamePlayer = 0x4FC;

//OFFSETS
DWORD Offset_Actor = 0x40;
DWORD Offset_WorldInfo = 0x00E4;

DWORD Offset_Pawn = 0x01D8;
DWORD Offset_PawnList = 0x0460;
DWORD Offset_NextPawn = 0x01F8;

DWORD Offset_PlayerReplicationInfo = 0x0354;
DWORD Offset_PlayerName = 0x01E0;

class ULocalPlayer
{
public:
	static int GamePlayers()
	{
		return Mem.ReadMem<int>(Mem.ReadMem<int>(Mem.ReadMem<int>(GameEngine) + Offset_GamePlayer) + 0x0);
	}
};

VOID CallTest()
{
	auto LocalPlayer = ULocalPlayer::GamePlayers();
	if (!LocalPlayer)
		printf("Error LocalPlayer\n");

	auto pController = Mem.ReadMem<int>(LocalPlayer + Offset_Actor);

	auto LocalPawn = Mem.ReadMem<int>(pController + Offset_Pawn);
	auto WorldInfo = Mem.ReadMem<int>(pController + Offset_WorldInfo);
	auto PlayerReplicationInfo = Mem.ReadMem<int>(pController + Offset_PlayerReplicationInfo);
	if (!LocalPawn || !WorldInfo || !PlayerReplicationInfo)
		printf("Error\n");

	auto Target = Mem.ReadMem<int>(WorldInfo + Offset_PawnList);
	while (Target != NULL)
	{
		auto PlayerName = Mem.ReadStr(Mem.ReadMem<int>(PlayerReplicationInfo + Offset_PlayerName), 32);
	
		printf("%s\n", PlayerName.c_str());

		Target = Mem.ReadMem<int>(Target + Offset_NextPawn);
	}

}
hello man
you did a brave work.....
can you write how to use it and what to do with those folders?
please
Quote Originally Posted by zak4718aq View Post
hello man
you did a brave work.....
can you write how to use it and what to do with those folders?
please
Its a wallhack, but its useless for people dont know c++
how to use this?
Quote Originally Posted by iYeania View Post
how to use this?
i say on top its useless to beginners dont know c++
Quote Originally Posted by xanderlukeGmail View Post
how to work that sir? i hope this is it
u need know c++ to make it work
So you need to comple it as .dll or what? Or try to do it as .exe?
Quote Originally Posted by SrRevo View Post
u need know c++ to make it work
There is a Thing Called Tutorial so why not make one to help others "beginners" to use this, what's the point of posting it over here and only for Experienced C++ users only, well no point.
Quote Originally Posted by hwoarang2010 View Post
There is a Thing Called Tutorial so why not make one to help others "beginners" to use this, what's the point of posting it over here and only for Experienced C++ users only, well no point.
its not hard if u have a litle free time to learn it, every guy who made hacks dedicated himself to learn as that simple im on in another session in this website (sdk and need compile files, i hate digger peoples because its not easy made it and comunity dont want take a day or learn, we are on 2018 and every1 need that more simple alot of lazy people. i only do all the work on trainers cheats beacause its easy to made on offline games xd
I can say the true about this post its sdk and not dll because the injection on this game start give me cancer. in future maybe i can post a dll or something but at moment im focus on warframe and trainers with CE.
Well have a good day
Posts 1–15 of 44 · Page 1 of 3
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?