Register for your free account! | Forgot your password?

Go Back   elitepvpers > Shooter > WarRock
You last visited: Today at 05:50

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Coding WarRock Frage

Discussion on Coding WarRock Frage within the WarRock forum part of the Shooter category.

Reply
 
Old   #1
 
elite*gold: 1
Join Date: Oct 2010
Posts: 36
Received Thanks: 10
Coding WarRock Frage

Hey leute ich habe einen Hack Probiert zu coden doch er läuft nicht

Ich habe eine Dll und die source in die Quelldatei geschrieben

Code:
#include <stdio.h>
#include <windows.h>

#define playerpointer 0x00AA6DB8
#define Addr_ServerPointer 0x9A1DD8


#define OFS_NORECOIL1 0x00001C
#define OFS_NORECOIL2 0x000020
#define OFS_NORECOIL3 0x000024

DWORD *ingame= (DWORD*)playerpointer;


void recoil()
{
    DWORD dwPlayerPtr = *(DWORD*)playerpointer;
    if(dwPlayerPtr != 0)
    {
       *(float*)(dwPlayerPtr + OFS_NORECOIL1) = 0;
       *(float*)(dwPlayerPtr + OFS_NORECOIL2) = 0;
       *(float*)(dwPlayerPtr + OFS_NORECOIL3) = 0;
    }
}
void HackThread()
{
    for(;;)
    {
        recoil();
        Sleep(21); //prevent for overloading the cpu
    }
}
BOOL WINAPI DllMain(HINSTANCE hModule, DWORD dwReason, LPVOID lpReserved)
{
    if(dwReason == DLL_PROCESS_ATTACH)
    {
        CreateThread(0, 0, (LPTHREAD_START_ROUTINE)HackThread, 0, 0, 0); //create the hackthread
    }
    return TRUE;
}
k1k1ller19 is offline  
Old 01/08/2011, 23:51   #2
 
Gohan™'s Avatar
 
elite*gold: 55
Join Date: Sep 2010
Posts: 1,668
Received Thanks: 732
Sticky beachten.




#closerequest


Edit.
800er Beitrag
Gohan™ is offline  
Reply


Similar Threads Similar Threads
Coding Frage !
01/23/2010 - AutoIt - 9 Replies
Hallo alle zusammen! Ich wolte euch paar Fragen zum Coding von einem Bot fragen : 1.Pixelshear oder wie das auch heißt funktioniert minimirt nicht oder ?? 2.Wie geht das man ein Punkt im Spiel makiert wo um eine bestimmte zeit der Bot drauf klick und das minimirt und sich anpasst wenn die Auflösung des Spiel anders ist also ich meine ich progge das dann z.B. mit der auflösung 1024x768 und ein ander der dann den Bot benutzt z.b ein andere auflösung hat !???? 3.Wie geht der Code für Level 2...



All times are GMT +1. The time now is 05:54.


Powered by vBulletin®
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2025 elitepvpers All Rights Reserved.