Page 2 of 2 FirstFirst 12
Results 16 to 19 of 19
  1. #16
    Codemunkie's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Location
    England :D
    Posts
    219
    Reputation
    25
    Thanks
    755
    My Mood
    Bored
    Isn't nopping an address equal to 0?
    [IMG]https://i789.photobucke*****m/albums/yy172/Codemunkie/sig-logo.png[/IMG]

  2. #17
    UltraPGNoob's Avatar
    Join Date
    May 2010
    Gender
    male
    Posts
    671
    Reputation
    15
    Thanks
    611
    My Mood
    Fine
    nop = 0x90

    then you need to know the length of the command that is at that address.

    ex:
    Code:
    starting code:
    0x???????? | 64 00 | PUSH 0 // this a 2 bytes command
    Code:
    ending code: (after nopping)
    0x???????? | 90 | NOP
    0x???????? | 90 | NOP
    My Threads:

    - CrossFire Mods:
    Wooden Knife

    - CrossFire Tutorials:
    How to make a logger
    Total number of guns in weaponmgr

    - CrossFire NA Addies:
    Video Settings (not useful but just wanted to share) OUTDATED

    - CrossFire NA Hacks:
    UltraPGNoob Public Hack v1 DETECTED (02-24-2011)
    UltraPGNoob Public Hack v2 DETECTED (06-22-2011)
    UltraPGNoob Public Hack v3 DETECTED (07-04-2011)

    - CrossFire EU Hacks:
    UltraPGNoob Public Hack - Special Edition (Knife Weapon Hack) DETECTED (02-26-2012)

  3. #18
    [anthrax]'s Avatar
    Join Date
    Jan 2011
    Gender
    male
    Posts
    41
    Reputation
    9
    Thanks
    6
    My Mood
    Happy
    No need to nop it, just set all values to 1

  4. #19
    Ryuesi's Avatar
    Join Date
    Jun 2011
    Gender
    male
    Location
    Right here.
    Posts
    7,339
    Reputation
    413
    Thanks
    2,397
    My Mood
    Relaxed
    See Ghost D3D Dude





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




  5. The Following User Says Thank You to Ryuesi For This Useful Post:

    Royku (07-18-2011)

Page 2 of 2 FirstFirst 12