Page 2 of 2 FirstFirst 12
Results 16 to 28 of 28
  1. #16
    Brimir's Avatar
    Join Date
    Oct 2011
    Gender
    male
    Posts
    357
    Reputation
    21
    Thanks
    281
    I'm going to do the hard question :P:

    fifth questions: is there a character index like weapon index and how to find it ?
    A kind of, but that are objects. So not a kind of list.
    Thanks @~FALLEN~ for helping me
    Thanks @Shakai for helping me

    Other nice ppl:
    @258456
    @giniyat101

    My usefull posts:
    Byte scanner
    How to make a logger
    Hook example
    How to make a memhack base
    How to use classes with memhacking
    Addie finder

  2. #17
    MightySaa0d's Avatar
    Join Date
    Sep 2011
    Gender
    male
    Location
    MPGH
    Posts
    602
    Reputation
    14
    Thanks
    208
    My Mood
    Innocent
    Tele Knife : Range
    Tele Knife : KnifeNormalAniRate
    Tele Knife : GunKnifeAmmoDamage
    Long Knife: GunKnifeAmmoDamage
    Long Knife: KnifeNormalAniRate
    Long Knife: GunKnifeRange
    Quote Originally Posted by Jacket View Post
    I'm sexy as fuck.

    Tired of being like him?
    Then be his master and step on him just like you step of crickets! (cockroaches)


    Thanks to the GalacticGods tutorial (By me). You will become an expert in coding just like him!

    Joke


    Just take my advice seriously and read here!!!!!!!!!!
    AND become like SwiftDude and G-Force!
    https://www.mpgh.net/forum/242-crossf...ml#post5248338

  3. #18
    A$IAN's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    Germany
    Posts
    5,654
    Reputation
    274
    Thanks
    2,010
    My Mood
    Amused
    Teleknife is just a buggy long knife.
    There aren´t special strings for it
    ~Donater since 19th October 2011~
    ~Ex-Crossfire Minion || Resigned on 4th February 2012 ~
    Da fuck

  4. #19
    kmanev073's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Location
    Bulgaria
    Posts
    2,400
    Reputation
    97
    Thanks
    2,537
    My Mood
    Cool
    no i remember that the G Force hack hydra was having Knife OHK and i am asking how to do it is my code from first page correct ? should i loop through all weapon ? and @Brimir i was hoping to make characters hack you say that the chars are objects. What did you mean ? they arent loaded by cshell like the guns ?

  5. #20
    Zacherl's Avatar
    Join Date
    May 2009
    Gender
    male
    Posts
    150
    Reputation
    10
    Thanks
    42
    My Mood
    Aggressive
    GunKnifeAmmoDamage and GunKnifeRange is only for AK Knife. Use KnifeNormalAmmoDamage and KnifeNormalRange instead.

  6. #21
    kmanev073's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Location
    Bulgaria
    Posts
    2,400
    Reputation
    97
    Thanks
    2,537
    My Mood
    Cool
    i am using these ^ with knifenormalammodamge and the other but fails

  7. #22
    Brimir's Avatar
    Join Date
    Oct 2011
    Gender
    male
    Posts
    357
    Reputation
    21
    Thanks
    281
    Quote Originally Posted by kmanev073 View Post
    no i remember that the G Force hack hydra was having Knife OHK and i am asking how to do it is my code from first page correct ? should i loop through all weapon ? and @Brimir i was hoping to make characters hack you say that the chars are objects. What did you mean ? they arent loaded by cshell like the guns ?
    Not like guns, its a kind of array of objects. An no, there are no usefull strings there. Nothing like "Cordinate".
    You need to reverse till you get the objects
    Thanks @~FALLEN~ for helping me
    Thanks @Shakai for helping me

    Other nice ppl:
    @258456
    @giniyat101

    My usefull posts:
    Byte scanner
    How to make a logger
    Hook example
    How to make a memhack base
    How to use classes with memhacking
    Addie finder

  8. #23
    SeemsGood.'s Avatar
    Join Date
    Nov 2011
    Gender
    male
    Location
    Some You where you don't need to know :D
    Posts
    1,000
    Reputation
    -23
    Thanks
    426
    My Mood
    Aggressive
    You got your Answer Yet

  9. #24
    giniyat101's Avatar
    Join Date
    Sep 2011
    Gender
    male
    Location
    Not telling.
    Posts
    1,935
    Reputation
    130
    Thanks
    1,380
    My Mood
    Dead
    Quote Originally Posted by kmanev073 View Post
    i am using these ^ with knifenormalammodamge and the other but fails
    make sure u find the offset and ADD 4 to it...


     



    [img]https://i43.photobucke*****m/albums/e367/DeteSting/Steam-update.gif[/img]

  10. #25
    Zacherl's Avatar
    Join Date
    May 2009
    Gender
    male
    Posts
    150
    Reputation
    10
    Thanks
    42
    My Mood
    Aggressive
    Quote Originally Posted by giniyat101 View Post
    make sure u find the offset and ADD 4 to it...
    KnifeNormalAmmoDamage is an array of 3 elements (float). But finding the new offset is not that easy. Very strange asm code for the knife value parts after the last patch. Maybe you did not use the correct addresses.

  11. #26
    giniyat101's Avatar
    Join Date
    Sep 2011
    Gender
    male
    Location
    Not telling.
    Posts
    1,935
    Reputation
    130
    Thanks
    1,380
    My Mood
    Dead
    Quote Originally Posted by Zacherl View Post
    KnifeNormalAmmoDamage is an array of 3 elements (float). But finding the new offset is not that easy. Very strange asm code for the knife value parts after the last patch. Maybe you did not use the correct addresses.
    u need the second element only


     



    [img]https://i43.photobucke*****m/albums/e367/DeteSting/Steam-update.gif[/img]

  12. #27
    kmanev073's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Location
    Bulgaria
    Posts
    2,400
    Reputation
    97
    Thanks
    2,537
    My Mood
    Cool
    Quote Originally Posted by giniyat101 View Post
    make sure u find the offset and ADD 4 to it...
    i need to add to the addys 4 lol i will try

  13. #28
    Zacherl's Avatar
    Join Date
    May 2009
    Gender
    male
    Posts
    150
    Reputation
    10
    Thanks
    42
    My Mood
    Aggressive
    Quote Originally Posted by giniyat101 View Post
    u need the second element only
    Ahh okay. But look at this stupid compiler generated asm code:
    Code:
    08097A74    68 AC4B2508     PUSH cshell.08254BAC                     ; ASCII "KnifeNormalRange"
    08097A79    57              PUSH EDI
    08097A7A    E8 A19F1700     CALL cshell.08211A20
    08097A7F    83C4 08         ADD ESP, 8
    08097A82    85C0            TEST EAX, EAX
    08097A84    894424 1C       MOV DWORD PTR SS:[ESP+1C], EAX
    08097A88    0F84 EE000000   JE cshell.08097B7C
    08097A8E    8338 01         CMP DWORD PTR DS:[EAX], 1
    08097A91    C74424 18 01000>MOV DWORD PTR SS:[ESP+18], 1
    08097A99    0F86 DD000000   JBE cshell.08097B7C
    08097A9F    BE 140A0000     MOV ESI, 0A14
    08097AA4    EB 0A           JMP SHORT cshell.08097AB0
    08097AA6    8DA424 00000000 LEA ESP, DWORD PTR SS:[ESP]
    08097AAD    8D49 00         LEA ECX, DWORD PTR DS:[ECX]
    08097AB0    8B5424 1C       MOV EDX, DWORD PTR SS:[ESP+1C]
    08097AB4    8B42 04         MOV EAX, DWORD PTR DS:[EDX+4]
    08097AB7    8B8C06 F0F5FFFF MOV ECX, DWORD PTR DS:[ESI+EAX-A10]
    08097ABE    A1 908F9C08     MOV EAX, DWORD PTR DS:[89C8F90]
    08097AC3    85C0            TEST EAX, EAX
    08097AC5    8B59 04         MOV EBX, DWORD PTR DS:[ECX+4]
    08097AC8    74 0F           JE SHORT cshell.08097AD9
    08097ACA    8B0D 948F9C08   MOV ECX, DWORD PTR DS:[89C8F94]
    08097AD0    2BC8            SUB ECX, EAX
    08097AD2    C1F9 02         SAR ECX, 2
    08097AD5    3BE9            CMP EBP, ECX
    08097AD7    72 0B           JB SHORT cshell.08097AE4
    08097AD9    90              NOP
    08097ADA    E8 B50FC46A     CALL MSVCR80._invalid_parameter_noinfo
    08097ADF    A1 908F9C08     MOV EAX, DWORD PTR DS:[89C8F90]
    08097AE4    53              PUSH EBX
    08097AE5    8D3CA8          LEA EDI, DWORD PTR DS:[EAX+EBP*4]
    08097AE8    90              NOP
    08097AE9    E8 87A2C56A     CALL MSVCR80.atof
    08097AEE    D95C24 14       FSTP DWORD PTR SS:[ESP+14]
    08097AF2    D94424 14       FLD DWORD PTR SS:[ESP+14]
    08097AF6    8B17            MOV EDX, DWORD PTR DS:[EDI]
    08097AF8    DC0D A8742708   FMUL QWORD PTR DS:[82774A8]
    08097AFE    83C4 04         ADD ESP, 4
    08097B01    D95C24 10       FSTP DWORD PTR SS:[ESP+10]
    08097B05    D94424 10       FLD DWORD PTR SS:[ESP+10]
    08097B09    D91C16          FSTP DWORD PTR DS:[ESI+EDX]
    08097B0C    A1 908F9C08     MOV EAX, DWORD PTR DS:[89C8F90]
    08097B11    85C0            TEST EAX, EAX
    08097B13    74 11           JE SHORT cshell.08097B26
    08097B15    8B15 948F9C08   MOV EDX, DWORD PTR DS:[89C8F94]
    08097B1B    8BCA            MOV ECX, EDX
    08097B1D    2BC8            SUB ECX, EAX
    08097B1F    C1F9 02         SAR ECX, 2
    08097B22    3BE9            CMP EBP, ECX
    08097B24    72 11           JB SHORT cshell.08097B37
    08097B26    90              NOP
    08097B27    E8 680FC46A     CALL MSVCR80._invalid_parameter_noinfo
    08097B2C    8B15 948F9C08   MOV EDX, DWORD PTR DS:[89C8F94]
    08097B32    A1 908F9C08     MOV EAX, DWORD PTR DS:[89C8F90]
    08097B37    85C0            TEST EAX, EAX
    08097B39    8D3CA8          LEA EDI, DWORD PTR DS:[EAX+EBP*4]
    08097B3C    74 09           JE SHORT cshell.08097B47
    08097B3E    2BD0            SUB EDX, EAX
    08097B40    C1FA 02         SAR EDX, 2
    08097B43    3BEA            CMP EBP, EDX
    08097B45    72 0B           JB SHORT cshell.08097B52
    08097B47    90              NOP
    08097B48    E8 470FC46A     CALL MSVCR80._invalid_parameter_noinfo
    08097B4D    A1 908F9C08     MOV EAX, DWORD PTR DS:[89C8F90]
    08097B52    8B0F            MOV ECX, DWORD PTR DS:[EDI]
    08097B54    8B14A8          MOV EDX, DWORD PTR DS:[EAX+EBP*4]
    08097B57    D9040E          FLD DWORD PTR DS:[ESI+ECX]
    08097B5A    8B4424 18       MOV EAX, DWORD PTR SS:[ESP+18]
    08097B5E    D95C32 48       FSTP DWORD PTR DS:[EDX+ESI+48]
    08097B62    8B4C24 1C       MOV ECX, DWORD PTR SS:[ESP+1C]
    08097B66    83C0 01         ADD EAX, 1
    08097B69    83C6 04         ADD ESI, 4
    08097B6C    3B01            CMP EAX, DWORD PTR DS:[ECX]
    08097B6E    894424 18       MOV DWORD PTR SS:[ESP+18], EAX
    08097B72  ^ 0F82 38FFFFFF   JB cshell.08097AB0
    08097B78    8B7C24 14       MOV EDI, DWORD PTR SS:[ESP+14]

Page 2 of 2 FirstFirst 12

Similar Threads

  1. Question ( need answer )
    By thisguypwn in forum Runescape Hacks / Bots
    Replies: 6
    Last Post: 05-01-2011, 12:41 PM
  2. I Have Big Question [Needing Answer] !
    By ♪ςander!♪ in forum WarRock Discussions
    Replies: 7
    Last Post: 01-31-2011, 10:57 AM
  3. need an answer fast plz
    By nicklate in forum General
    Replies: 16
    Last Post: 09-29-2010, 04:05 PM
  4. 3 questions i need answered to make a hack
    By dddrrr in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 2
    Last Post: 05-10-2010, 11:12 AM
  5. [Help] have QUESTIONS need ANSWERS
    By unknown? in forum CrossFire Hacks & Cheats
    Replies: 14
    Last Post: 02-09-2010, 07:41 AM