Wie kriege ich einen Powerlvl hack gecodet am besten nen ganzen VIP hack ?
Hat jemmand eine Antwort ?Quote:
Hat wer die Neue Addy und die Source
von dem einen Hack wo man sich so frei in Warrock bewegen(Fly) kann
das heißst irgent wie (speka irgent was kp ...
__________________
Nein, lediglich Yaw und Pitch auslesen, und den Weg des Aimbots dann umgekehrt sehen... es ist eine Kurzschritt-Teleportation in Blickrichtung, dabei wird die Gravität auf 0 gesetzt.Quote:
Ist NoClip. Dafür giebt es keine Addys, du Musst Pitch,Yaw und Roll berechnen genauso wie bei Aimbot.
Quote:
#define HS_SELF_CRC 0x1003C2F1
#define HS_STATIC_CRC_1 0x1006CDED
#define HS_STATIC_CRC_2 0x100064E0
#define HS_ASM_SCAN 0x1000995E
#define HS_NANO_CHECK_1 0x10018832
#define HS_NANO_CHECK_2 0x1001A986
BOOL MemEditing (VOID *lpMem,VOID *lpSrc,DWORD len)//
{
DWORD lpflOldProtect, flNewProtect = PAGE_READWRITE;
unsigned char * pDst = (unsigned char *)lpMem,
*pSrc = (unsigned char *)lpSrc;
if (VirtualProtect(lpMem,len,flNewProtect,&lpflOldPro tect))
{
while(len-- > 0) *pDst++ = *pSrc++;
return (0);
}
return (1);
}
void HackShieldBypass (void)
{
DWORD dwServer = *(DWORD*)PTR_SERVERPOINTER;
int hEhSvc = (int)GetModuleHandle("EhSvc.dll");
{
if (dwServer!=0)
{
MemEditing((void*)(hEhSvc+HS_STATIC_CRC_1),(PBYTE) "\xC2\x0C\x00",3);//EhSvc.dll Static CrC Check|Detection
MemEditing((void*)(hEhSvc+HS_STATIC_CRC_2),(PBYTE) "\xC2\x0C\x00",3);//EhSvc.dll Static CrC Check|Detection
MemEditing((void*)(hEhSvc+HS_SELF_CRC),(PBYTE)"\xE B",1);//EhSvc.dll Self CrC Check|Detection
MemEditing((void*)(hEhSvc+HS_ASM_SCAN),(PBYTE)"\x9 0\x90",2);//EhSvc.dll Asm Detection|Check
MemEditing((void*)(hEhSvc+HS_NANO_CHECK_1),(PBYTE) "\x31",1);//EhSvc.dll Nano Detection|Check
MemEditing((void*)(hEhSvc+HS_NANO_CHECK_2),(PBYTE) "\x31",1);//EhSvc.dll Nano Detection|Check
}
}
}
Thanks for fail:Anksel
PCHAR CurTime()
{
static CHAR szBuffer[10];
SYSTEMTIME Time;
GetLocalTime( &Time );
sprintf( szBuffer, "[%02d:%02d:%02d] ", Time.wHour, Time.wMinute, Time.wSecond );
return szBuffer;
}
PCHAR CurDate()
{
static CHAR szBuffer[12];
SYSTEMTIME Time;
GetLocalTime( &Time );
sprintf( szBuffer, "[%02d-%02d-%04d] ", Time.wDay, Time.wMonth, Time.wYear );
return szBuffer;
}
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <wininet.h>
#include <winsock.h>
#pragma comment(lib, "wininet.lib")
#pragma comment(lib, "wsock32.lib")
#pragma comment(lib, "wininet.lib")
#pragma comment(lib, "wsock32.lib")
int URLGetPage(char *link, char *buffer, int maxsize)
{
HINTERNET hSession;
HINTERNET hURL;
DWORD dwBYTEsRead;
int ok;
ok=0;
buffer[0]=0;
hSession = InternetOpen("Microsoft Internet Explorer",INTERNET_OPEN_TYPE_PRECONFIG,NULL, NULL, 0);
if (hSession)
{
hURL = InternetOpenUrl(hSession,link,NULL, 0, 0, 0);
if (hURL)
{
InternetReadFile(hURL,(LPSTR)buffer,(DWORD)maxsize,&dwBYTEsRead);
InternetCloseHandle(hURL);
buffer[dwBYTEsRead]=0;
ok=(int)dwBYTEsRead;
}
InternetCloseHandle(hSession);
}
return ok;
}
void activecheck(void)
{
char Result[256];
URLGetPage("Ftp Link", Result, 256);
if (Result == "disabled")
{
//Funktion die Deaktiviert werden soll
aktiv = true;
}
}
kaum ist bei mir der bioshock style weg kommst du mit dem ! xDQuote:
Dafür benötigst du Structs!
Quote:
if (CH_GlassWalls)
{
if (m_Stride==40)
{
pDevice->SetRenderState(D3DRS_ZENABLE,0);
}
}
_asm popad;
return pDrawIndexedPrimitive(pDevice, Type, BaseVertexIndex, MinVertexIndex, NumVertices, startIndex, primCount);
}