Results 1 to 9 of 9
  1. #1
    Koekenbakker's Avatar
    Join Date
    Nov 2007
    Posts
    79
    Reputation
    11
    Thanks
    25

    [HELP] How do I DE-NOP an address?

    What the title says, how do I DE-NOP an address?

    NOP is &H90, how do I undo this after I nopped an address?

  2. #2
    w00t?'s Avatar
    Join Date
    Jul 2007
    Gender
    male
    Posts
    257
    Reputation
    10
    Thanks
    29
    &H90...this is all....idk what u want then? NOPing is easy like crap...

  3. #3
    Koekenbakker's Avatar
    Join Date
    Nov 2007
    Posts
    79
    Reputation
    11
    Thanks
    25
    To turn Unlimited Ammo ON, I've to NOP the addresses.. But what do I have to write to undo the NOP, or with other words, to turn Unlimited Ammo OFF. Hope you understand me now

  4. #4
    radnomguywfq3's Avatar
    Join Date
    Jan 2007
    Gender
    male
    Location
    J:\E\T\A\M\A\Y.exe
    Posts
    8,858
    Reputation
    381
    Thanks
    1,823
    My Mood
    Sad
    Quote Originally Posted by w00t? View Post
    &H90...this is all....idk what u want then? NOPing is easy like crap...
    What the fuck. "As easy as crap", that doesn't sound right. Try a diffrent expression.



    There are two types of tragedies in life. One is not getting what you want, the other is getting it.

    If you wake up at a different time in a different place, could you wake up as a different person?


  5. #5
    vescovo's Avatar
    Join Date
    Sep 2007
    Location
    Hitlers Grave
    Posts
    1,403
    Reputation
    11
    Thanks
    145
    put it in a timer
    then for on call it

    Code:
    timer1.interval=1
    off would be

    Code:
    timer1.interval=0
    that is it

  6. #6
    Jaq3000's Avatar
    Join Date
    Nov 2007
    Posts
    26
    Reputation
    10
    Thanks
    2
    Quote Originally Posted by w00t? View Post
    &H90...this is all....idk what u want then? NOPing is easy like crap...
    So u are good coder now? =o Just month ago u ask same!

  7. #7
    pbsucks's Avatar
    Join Date
    Sep 2007
    Location
    univers
    Posts
    65
    Reputation
    10
    Thanks
    4
    if the adress is dynamic, vescovo is right

    but if the adress is static like esp-names, then you should know the value, when the function is inactive

    just scan a bit....

    ps: a dinamic adress is an adress, which is continuosly changing (or should be )

  8. #8
    K2 Nemico's Avatar
    Join Date
    Jul 2007
    Gender
    male
    Posts
    160
    Reputation
    8
    Thanks
    29
    i don't think you can de-nop them...

  9. #9
    pbsucks's Avatar
    Join Date
    Sep 2007
    Location
    univers
    Posts
    65
    Reputation
    10
    Thanks
    4
    You can, just stop freezing the dynamic adress....

    ...or just freeze the static adress at the value it was before...

Similar Threads

  1. how to nop the addresses (invis)
    By floris12345! in forum Visual Basic Programming
    Replies: 17
    Last Post: 01-26-2008, 01:43 PM
  2. [Help] How to write value NOP
    By jaqq3000 in forum Visual Basic Programming
    Replies: 9
    Last Post: 12-02-2007, 11:46 AM
  3. [help]how would i get the superjump address?
    By fable741 in forum WarRock - International Hacks
    Replies: 9
    Last Post: 05-08-2007, 08:37 AM
  4. Help! how do i make a jap warrock name?
    By gmgundamx7 in forum WarRock - International Hacks
    Replies: 4
    Last Post: 04-04-2007, 11:07 AM
  5. Help! how to use ardamax keylogg
    By gmgundamx7 in forum WarRock - International Hacks
    Replies: 8
    Last Post: 02-28-2007, 04:43 PM