Results 1 to 8 of 8
  1. #1
    No-Life's Avatar
    Join Date
    Aug 2011
    Gender
    male
    Posts
    44
    Reputation
    10
    Thanks
    9

    KnifeAttack(On *****'s way)

    i was founding WeaponReload for making wPlayerPointer.
    but i has some questions...
    why...
    Code:
    MOV ECX,DWORD PTR DS [EBX+50]
    +
    MOV EDX,DWORD PTR DS [10324BD0]          ; CShell.1032D0C8
    (why) we count 0x32D0C8 + 50(EDX) to get PlayerPointer?


    and i found also something special with same Pointer 0x324BD0.
    Code:
    1001C8C4   BE 74FD2A10      MOV ESI,CShell.102AFD74                  ; ASCII "KnifeAttack"
    1001C8C9   B9 0C000000      MOV ECX,0C
    1001C8CE   33ED             XOR EBP,EBP
    1001C8D0   F3:A6            REPE CMPS BYTE PTR ES:[EDI],BYTE PTR DS:>
    1001C8D2   0F85 A1000000    JNZ CShell.1001C979
    1001C8D8   807C24 17 01     CMP BYTE PTR SS:[ESP+17],1
    1001C8DD   75 4F            JNZ SHORT CShell.1001C92E
    1001C8DF   8B43 50          MOV EAX,DWORD PTR DS:[EBX+50]
    1001C8E2   85C0             TEST EAX,EAX
    1001C8E4   74 48            JE SHORT CShell.1001C92E
    1001C8E6   83B8 E0020000 02 CMP DWORD PTR DS:[EAX+2E0],2
    1001C8ED   0F85 CF0C0000    JNZ CShell.1001D5C2
    1001C8F3   8380 40020000 01 ADD DWORD PTR DS:[EAX+240],1
    1001C8FA   8B4B 50          MOV ECX,DWORD PTR DS:[EBX+50]
    1001C8FD   C681 E1040000 01 MOV BYTE PTR DS:[ECX+4E1],1
    1001C904   8B4B 50          MOV ECX,DWORD PTR DS:[EBX+50]
    1001C907   E8 04D91500      CALL CShell.1017A210
    1001C90C   8B43 50          MOV EAX,DWORD PTR DS:[EBX+50]
    1001C90F   8B90 FC010000    MOV EDX,DWORD PTR DS:[EAX+1FC]
    1001C915   8B80 F8010000    MOV EAX,DWORD PTR DS:[EAX+1F8]
    1001C91B   55               PUSH EBP
    1001C91C   52               PUSH EDX
    1001C91D   50               PUSH EAX
    1001C91E   8D8B 7C010000    LEA ECX,DWORD PTR DS:[EBX+17C]
    1001C924   E8 073E1900      CALL CShell.101B0730
    1001C929   E9 940C0000      JMP CShell.1001D5C2
    1001C92E   8B0D D04B3210    MOV ECX,DWORD PTR DS:[10324BD0]          ; CShell.1032D0C8 //THIS IS IMPORTANT
    1001C934   E8 573BFFFF      CALL CShell.10010490
    1001C939   3B4424 18        CMP EAX,DWORD PTR SS:[ESP+18]
    1001C93D   0F84 7F0C0000    JE CShell.1001D5C2
    1001C943   837C24 24 00     CMP DWORD PTR SS:[ESP+24],0
    1001C948   0F84 740C0000    JE CShell.1001D5C2
    1001C94E   6A 00            PUSH 0
    1001C950   6A 00            PUSH 0
    1001C952   8D4C24 30        LEA ECX,DWORD PTR SS:[ESP+30]
    1001C956   51               PUSH ECX
    1001C957   8B4C24 30        MOV ECX,DWORD PTR SS:[ESP+30]
    1001C95B   E8 00DA1100      CALL CShell.1013A360
    1001C960   8B0D 30B3A210    MOV ECX,DWORD PTR DS:[10A2B330]
    1001C966   0FBFD0           MOVSX EDX,AX
    1001C969   8B4424 24        MOV EAX,DWORD PTR SS:[ESP+24]
    1001C96D   52               PUSH EDX
    1001C96E   50               PUSH EAX
    1001C96F   E8 DC021700      CALL CShell.1018CC50
    1001C974   E9 490C0000      JMP CShell.1001D5C2
    1001C979   8BF8             MOV EDI,EAX
    Explain me like ***** did on WPlayerPointer
    Now in this string i got the pointer 0x32D0C8 + 50
    but i have more addies intoo here xD

    And what if we take 0x324BD0??
    Explain @*****
    Last edited by No-Life; 08-15-2011 at 04:00 PM.



    Hate guys who say: Leechers.
    Hate guys who think they are the Best.(SelfFish)
    You know who i mean. But im not going to post them names on my signature.

  2. #2
    [N.O]N.A.M.E's Avatar
    Join Date
    Jul 2011
    Gender
    male
    Location
    Alexandria
    Posts
    414
    Reputation
    39
    Thanks
    1,397
    My Mood
    Happy
    0x324BD0 is so special address
    u can use it for some cool stuff
    but good luck with finding stuff

  3. The Following User Says Thank You to [N.O]N.A.M.E For This Useful Post:

    HeavenlyRage (08-17-2011)

  4. #3
    No-Life's Avatar
    Join Date
    Aug 2011
    Gender
    male
    Posts
    44
    Reputation
    10
    Thanks
    9
    Quote Originally Posted by [N.O]N.A.M.E View Post
    0x324BD0 is so special address
    u can use it for some cool stuff
    but good luck with finding stuff
    lawl, for Knife Pointer? xD or what is the pointer? its for...?



    Hate guys who say: Leechers.
    Hate guys who think they are the Best.(SelfFish)
    You know who i mean. But im not going to post them names on my signature.

  5. #4
    Ryuesi's Avatar
    Join Date
    Jun 2011
    Gender
    male
    Location
    Right here.
    Posts
    7,339
    Reputation
    413
    Thanks
    2,397
    My Mood
    Relaxed
    Quote Originally Posted by No-Life View Post
    lawl, for Knife Pointer? xD or what is the pointer? its for...?
    Try To Find it


    Quote Originally Posted by No-Life View Post
    lawl, for Knife Pointer? xD or what is the pointer? its for...?
    Try To Find it





    Contributor Since 24-11-2011 ~ 26-12-2011
    VM / PM




  6. #5
    [N.O]N.A.M.E's Avatar
    Join Date
    Jul 2011
    Gender
    male
    Location
    Alexandria
    Posts
    414
    Reputation
    39
    Thanks
    1,397
    My Mood
    Happy
    Quote Originally Posted by No-Life View Post
    lawl, for Knife Pointer? xD or what is the pointer? its for...?
    Aim , ESP , HP real hack etc..

  7. The Following 2 Users Say Thank You to [N.O]N.A.M.E For This Useful Post:

    HeavenlyRage (08-17-2011),Ryuesi (08-15-2011)

  8. #6
    giniyat202's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    in my house
    Posts
    286
    Reputation
    9
    Thanks
    258
    My Mood
    Cheerful
    LOL ***** is banned and idk why
    /msgnot2short

  9. #7
    Royku's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    G-Force.dll
    Posts
    3,015
    Reputation
    381
    Thanks
    3,308
    My Mood
    Devilish
    Quote Originally Posted by [N.O]N.A.M.E View Post
    0x324BD0 is so special address
    u can use it for some cool stuff
    but good luck with finding stuff

    i gues this is also the pointer for no flash

  10. #8
    Root.X's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Posts
    25
    Reputation
    10
    Thanks
    24
    @giniyat202 :LOL ***** is banned and idk why
    /msgnot2short
    Hi'm used Vietnamese on this Forum.
    ----------
    From @***** to @No-Life
    That's not a GOOD way. Because him dont wanna say How To Find wPlayerPointer like him, That you can see other hack or something...
    I known: need Weapon Index 5 and 25 [ Knife/M16 ]
    Just you need Scan by MHS.
    Get ur Address scanned and go to PointerScan -0x1000 then you See wPlayerPointer. But you can see other hack in there...
    Last edited by Root.X; 08-16-2011 at 08:55 AM.

Similar Threads

  1. [Detected] ***** NA CF-PUBLIC [Undetected Way]
    By IloveYa in forum CrossFire Hacks & Cheats
    Replies: 7
    Last Post: 08-15-2011, 11:57 AM
  2. Hacking Programs And Way More
    By EleMentX in forum General Game Hacking
    Replies: 2
    Last Post: 09-09-2008, 08:55 PM
  3. A Way to make a working NFV hack
    By hjerherjdsd in forum WarRock - International Hacks
    Replies: 41
    Last Post: 06-26-2006, 10:40 PM
  4. any way to use wpe for damage editing?
    By zelda803 in forum WarRock - International Hacks
    Replies: 10
    Last Post: 02-09-2006, 02:33 AM
  5. is there a way that i dont get disconnect
    By plapla1 in forum Gunz General
    Replies: 14
    Last Post: 02-07-2006, 12:44 PM