WarRock EU - Code Snippets

05/01/2011 17:42 lutscher777#3391
kann mir jemand sagen wie ich diese fehler behebe !
thx button wartet schon!

error C2471: Programmdatenbank 'c:\users\***********\downloads\*******\*******\** *****\debug\vc90.pdb' kann nicht aktualisiert werden

bitte um hilfe
05/02/2011 00:54 xxfabbelxx#3392
Quote:
Originally Posted by lutscher777 View Post
kann mir jemand sagen wie ich diese fehler behebe !
thx button wartet schon!

error C2471: Programmdatenbank 'c:\users\***********\downloads\*******\*******\** *****\debug\vc90.pdb' kann nicht aktualisiert werden

bitte um hilfe
such die datei vc90.pdb, mach rechtsklick aus sie und dann entferne den Haken unten bei "Schreibgeschützt"
05/02/2011 12:02 sander70#3393
who got for me the nfd pattern i cant find it in ida so who got it for me please
05/02/2011 12:07 antornmo#3394
Quote:
Originally Posted by sander70 View Post
who got for me the nfd pattern i cant find it in ida so who got it for me please
PHP Code:
void PlayerHacks()
{
    
DWORD dwPlayerPtr = *(DWORD*)ADR_PTR_PLAYERPOINTER;
    if(
dwPlayerPtr != 0)
    {
        
//SuperJump
        
{
            if(
GetAsyncKeyState(VK_CONTROL) &1)
            {
                *(
float*)(dwPlayerPtr ADR_OFS_Z) = 2000;
            }
        }
        
//No Fall Damage
        
{
            *(
float*)(dwPlayerPtr ADR_OFS_NFD) = -20000;
        }
    }

thats superjump and NFD

Addys
PHP Code:
#define ADR_PTR_PLAYERPOINTER 0x00C81820
#define ADR_PTR_SERVERPOINTER 0x00B7C198
#define ADR_OFS_Z            0x00102EC
#define ADR_OFS_NFD          0x00102CC 
05/02/2011 12:39 sander70#3395
i dont looking that noob im looking for the pattern of nfd not the source and the addys noob i need the pattern
05/02/2011 13:34 Neqqa™#3396
if you aren't a noob, search the Pattern by yourself -.-
05/02/2011 13:55 sander70#3397
i already did but i cant find the bytes in ida i tryd every addy there is for nfd but still cant find the bytes why
05/02/2011 14:54 SubZerom™#3398
Quote:
Originally Posted by sander70 View Post
i dont looking that noob im looking for the pattern of nfd not the source and the addys noob i need the pattern
You're a noob.
Stop spam at me with your pn's.
Search them.
You say to him noob, but you can't find Pattern? shut up,pls
05/02/2011 15:57 DashWar#3399
Sander:
You will get Pattern?
Only for C&P???
1) Search your own Pattern!
2) Search in google a tuturial : "How to Search Pattern"!!!
or learn it by yourself!!I did this too.
05/02/2011 16:20 sander70#3400
dashwar can you maby help me becouse i searched on google i tryd them all what i found but still cant find the nfd pattern maby you can help me
05/02/2011 16:57 antornmo#3401
stimmt die source für norecoil?
PHP Code:
void Norecoil()
{
*(
float*)(ADR_PTR_PLAYERPOINTER OFS_NORECOIL1) = 0;
*(
float*)(ADR_PTR_PLAYERPOINTER OFS_NORECOIL2) = 0;
*(
float*)(ADR_PTR_PLAYERPOINTER OFS_NORECOIL3) = 0;

falls eine zeit hat bitte die Addys schreiben :)
05/02/2011 17:02 •~•Pr0Sk1ll•~•#3402
falls es dir no net aufgefallen ist wir haben einen Addysammelthread
-> [Only registered and activated users can see links. Click Here To Register...]
05/02/2011 17:04 SubZerom™#3403
Quote:
Originally Posted by sander70 View Post
dashwar can you maby help me becouse i searched on google i tryd them all what i found but still cant find the nfd pattern maby you can help me
Quote:
Originally Posted by antornmo View Post
stimmt die source für norecoil?
PHP Code:
void Norecoil()
{
*(
float*)(ADR_PTR_PLAYERPOINTER OFS_NORECOIL1) = 0;
*(
float*)(ADR_PTR_PLAYERPOINTER OFS_NORECOIL2) = 0;
*(
float*)(ADR_PTR_PLAYERPOINTER OFS_NORECOIL3) = 0;

falls eine zeit hat bitte die Addys schreiben :)
Ida Pro.

NoRecoil source is right...
05/02/2011 17:16 Raz9r#3404
nein ist sie nicht. xDDD

*(float*)(*(unsigned long*)ADR_PTR_PLAYERPOINTER + OFS_NORECOIL... ) = 0;
05/02/2011 17:17 •~•Pr0Sk1ll•~•#3405
r a z e r sie workt auch so :facepalm: