| Warcry54♥ |
07/10/2016 20:08 |
Nein das Script reported nicht über die Steamprofile, der sendet ingame reports die auch funktionieren.
"the function below allows you to report every player without joining a single server or having a game played with your target
SteamIdLow = SteamId3"
Quote:
void __declspec(naked) SubmitReport(void)
{
_asm
{
push ebp;
mov ebp, esp;
and esp, 0xFFFFFFF8;
sub esp, 0x20;
push esi;
push edi;
mov edi, 0x0;//SteamIdLow
mov esi, 0x01100001;//SteamIdHigh
mov[esp + 0xC], edi;
mov[esp + 0x10], esi;
lea ecx, [esp + 0xC];
push ecx;
lea ecx, [esp + 0x18];
mov eax, ClientDll;
add eax, 0x46C640;
call eax;
mov esi, [esp + 0x24];
mov[esi + 0x8], edi;
mov eax, 0x0;//MatchIdLow
mov edx, 0x0;//MatchIdHigh
mov[esi + 0x20], eax;
mov[esi + 0x24], edx;
mov[esi + 0xC], 1;//Aimbot
mov[esi + 0x10], 1;//Wallhack
mov[esi + 0x14], 0;//Speedhack
mov[esi + 0x18], 1;//Grief
mov[esi + 0x1C], 0;//Textabuse
mov[esi + 0x28], 0;//Voiceabuse
mov[esi + 0x30], 0xFF;
mov eax, ClientDll;
add eax, 0x988E50;
mov[esp + 0xC], eax;
mov eax, ClientDll;
add eax, 0x2EA907C;
mov eax, [eax];
add eax, 0x20;
mov[esp + 0x10], eax;
mov esi, [esp + 0x20];
and esi, 0x7FFFFFFF;
mov edx, esi;
lea ecx, [esp + 0x14];
mov eax, [ecx + 0x10];
push eax;
push[esp + 0x20];
lea ecx, [esp + 0x14];
mov eax, ClientDll;
add eax, 0x624E80;
call eax;
add esp, 0x8;
lea ecx, [esp + 0x14];
mov eax, ClientDll;
add eax, 0x46C6D0;
call eax;
pop edi;
pop esi;
mov esp, ebp;
pop ebp;
ret 0x0;
}
}
|
wenn sich Jemand damit auskennt kann er es ja entschlüsseln^^
Quote:
Originally Posted by Sonic-Boom
(Post 34813054)
Also funktioniert die Seite im Prinzip einfach wie ein Script und reported mit alten Accounts oder wie?
|
Jop, der hat da glaub ich über 30 Accounts mit den der reported.
|