Page 1 of 2 12 LastLast
Results 1 to 15 of 30
  1. #1
    seeplusplus's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    Massachusetts
    Posts
    329
    Reputation
    8
    Thanks
    85

    [Release]Way to NOP!

    Does not need to be explained.

    Declares:
    [php]#define NOP_BYTES 0x90[/php]

    Function:
    [php]void nop_(PVOID address, int bytes) {
    int d, ds;
    VirtualProtect(address, bytes, PAGE_EXECUTE_READWRITE, &d);
    memset(addresses, NOP_BYTES, bytes);
    VirtualProtect(addresses,bytes,d,&ds);
    }[/php]

    How to use:
    [php]nop_((PVOID)0x374B1824, 6); //No Reload[/php]

    As all the real coders can see this is noob proof!


    Please press thanks!
    Last edited by seeplusplus; 10-24-2010 at 06:34 AM.
    Goals:
    Green = Done
    Blue = Getting Somewhere
    Red = Not Done
    • Mouse Grid
    • PTC Method
    • Trigger Bot

    I'm trying to think of more stuff!

  2. The Following 6 Users Say Thank You to seeplusplus For This Useful Post:

    -0x00 (10-23-2010),Aqollo (10-23-2010),jajarem64 (10-29-2010),LucasM010203 (12-10-2010),RainbowsHaveEyes (10-24-2010),wainner3d (10-23-2010)

  3. #2
    Crash's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    JAville
    Posts
    2,881
    Reputation
    163
    Thanks
    3,291
    My Mood
    Sleepy
    Pretty useless I'd say.

  4. The Following 5 Users Say Thank You to Crash For This Useful Post:

    -0x00 (10-23-2010),F-U-ALL (12-02-2010),Hell_Demon (11-20-2010),J (11-21-2010),Stephen (10-29-2010)

  5. #3
    flameswor10's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Posts
    12,528
    Reputation
    981
    Thanks
    10,409
    My Mood
    In Love
    Nubmethod fixed?

    [php]void nop_(PVVOID address, NOP_BYTES, int bytes){
    DWORDD d, ds;
    Virtual-Protect(address, bytes, PAGE_EXE CUTE_READWRITE, &d);
    memset(address, NOP_BYTES, bytes);VirtualProtect(address,bytes,d,&ds);
    }[/php]
    No I do not make game hacks anymore, please stop asking.

  6. The Following User Says Thank You to flameswor10 For This Useful Post:

    -0x00 (10-23-2010)

  7. #4
    ★Rusty's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    My House/CShell Codes: C++
    Posts
    111
    Reputation
    14
    Thanks
    297
    My Mood
    Psychedelic
    There is a much easier way, i can do it with just 1 line with out needing to know how many bytes /
    Last edited by ★Rusty; 10-23-2010 at 04:08 PM.

  8. The Following User Says Thank You to ★Rusty For This Useful Post:

    -0x00 (10-23-2010)

  9. #5
    Stephen's Avatar
    Join Date
    Jun 2009
    Gender
    male
    Location
    Engine.exe
    Posts
    4,689
    Reputation
    184
    Thanks
    1,149
    My Mood
    Aggressive
    One word : Why?

  10. The Following 2 Users Say Thank You to Stephen For This Useful Post:

    -0x00 (10-23-2010),F-U-ALL (12-02-2010)

  11. #6
    Aqollo's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    fasfasfas
    Posts
    44
    Reputation
    10
    Thanks
    3
    My Mood
    Breezy
    #define NOP_BYTES 0x90
    what does this do?? Does it have to do with the number of bytes or something ..

  12. The Following User Says Thank You to Aqollo For This Useful Post:

    -0x00 (10-23-2010)

  13. #7
    seeplusplus's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    Massachusetts
    Posts
    329
    Reputation
    8
    Thanks
    85
    No, when NOPing an address 0x90 is what you fill in...
    Goals:
    Green = Done
    Blue = Getting Somewhere
    Red = Not Done
    • Mouse Grid
    • PTC Method
    • Trigger Bot

    I'm trying to think of more stuff!

  14. The Following 2 Users Say Thank You to seeplusplus For This Useful Post:

    -0x00 (10-23-2010),Aqollo (10-23-2010)

  15. #8
    DreadKyller's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Posts
    122
    Reputation
    12
    Thanks
    21
    I instantly see the socalled nub-proof features, they very obvious...

    Quote Originally Posted by ★Rusty
    There is a much easier way, i can do it with just 1 line with out needing to know how many bytes/
    Good job I guess then, I rarely use nopping anyways so this not going to help me much.

  16. The Following User Says Thank You to DreadKyller For This Useful Post:

    -0x00 (10-23-2010)

  17. #9
    Aqollo's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    fasfasfas
    Posts
    44
    Reputation
    10
    Thanks
    3
    My Mood
    Breezy
    Quote Originally Posted by seeplusplus View Post
    No, when NOPing an address 0x90 is what you fill in...
    Thanks, I never knew that. Do you mind explaining why? I just wanted to learn.

  18. #10
    ★Rusty's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    My House/CShell Codes: C++
    Posts
    111
    Reputation
    14
    Thanks
    297
    My Mood
    Psychedelic
    Quote Originally Posted by Aqollo View Post
    Thanks, I never knew that. Do you mind explaining why? I just wanted to learn.
    NOP = No Operation.
    x90 is a byte for nothing.
    Getting an address and changing all its bytes to x90 stops the address from doing what ever it does.

  19. The Following 2 Users Say Thank You to ★Rusty For This Useful Post:

    -0x00 (10-23-2010),Aqollo (10-23-2010)

  20. #11
    GodHack2's Avatar
    Join Date
    May 2010
    Gender
    male
    Posts
    644
    Reputation
    38
    Thanks
    762
    My Mood
    Amused
    useless just use "memcpy" lazy ass





    beat this bitches ^^^^^^^

    Current Stats : Bored :/


    Respect list :
    Crash !
    Gordon'
    Markoj

  21. The Following User Says Thank You to GodHack2 For This Useful Post:

    -0x00 (10-23-2010)

  22. #12
    DBag4Life69's Avatar
    Join Date
    Feb 2009
    Gender
    male
    Posts
    290
    Reputation
    13
    Thanks
    59
    My Mood
    Twisted
    Quote Originally Posted by seeplusplus View Post
    Does not need to be explained.

    Declares:
    [PHP]#define NOP_BYTES 0x90[/PHP]

    Function:
    [PHP]void nop_(PVVOID addr-0ess, int bytes){
    DWORDD d, ds;
    Virtual-Protect(address, bytes, PAGE_EXE CUTE_READWRITE, &d);
    memset(address, NOP_BYTES, by tes);VirtualProtect(address,bytes,d,&ds);
    }[/PHP]

    How to use:
    [PHP]nop_((PVOID)0x374B1824, 6); //No Reload[/PHP]

    As all the real coders can see this is noob proof!


    Please press thanks!
    Dude... I don't even code, and I know how to read that, mostly... :P

    #define NOP_BYTES 0x90

    void nop(PVOID address, int bytes){
    DWORD d, ds;
    VirtualProtect(address, bytes, PAGE_EXECUTE_READWRITE, &d);
    memset(address, NOP_BYTES, bytes);VirtualProtect(address, bytes, d, &ds);
    }


    nop((PVOID)0x374B1824, 6); //No Reload





    OOPS! I just mostly noob proofed your release. My bad. :P

  23. The Following User Says Thank You to DBag4Life69 For This Useful Post:

    -0x00 (10-23-2010)

  24. #13
    freedompeace's Avatar
    Join Date
    Jul 2010
    Gender
    female
    Posts
    3,033
    Reputation
    340
    Thanks
    2,792
    My Mood
    Sad
    Uhh, how is this different from the hundred other clones that have been released before? /:

  25. The Following User Says Thank You to freedompeace For This Useful Post:

    -0x00 (10-23-2010)

  26. #14
    deathninjak0's Avatar
    Join Date
    Feb 2009
    Gender
    male
    Posts
    1,510
    Reputation
    12
    Thanks
    294
    My Mood
    Cool
    Quote Originally Posted by Crash View Post
    Pretty useless I'd say.
    I thought you quit. -_-

  27. The Following User Says Thank You to deathninjak0 For This Useful Post:

    -0x00 (10-23-2010)

  28. #15
    DBag4Life69's Avatar
    Join Date
    Feb 2009
    Gender
    male
    Posts
    290
    Reputation
    13
    Thanks
    59
    My Mood
    Twisted
    Quote Originally Posted by deathninjak0 View Post
    I thought you quit. -_-
    He only quit helping this site out...
    He's not gonna release anything here anymore... That's what he told me.

  29. The Following User Says Thank You to DBag4Life69 For This Useful Post:

    -0x00 (10-23-2010)

Page 1 of 2 12 LastLast

Similar Threads

  1. [Release]NoRecoil Easy Way
    By ploxide in forum Combat Arms Hacks & Cheats
    Replies: 41
    Last Post: 08-16-2008, 10:50 AM
  2. Release Nop Generator v1.0 4 bytes
    By branso in forum Visual Basic Programming
    Replies: 4
    Last Post: 01-21-2008, 02:05 AM
  3. [release]Nop Generator v2.0 4 bytes
    By branso in forum WarRock - International Hacks
    Replies: 11
    Last Post: 01-16-2008, 03:05 PM
  4. Release} 10hacks in one (best way to get banned)
    By obsedianpk in forum WarRock - International Hacks
    Replies: 5
    Last Post: 10-23-2007, 02:40 AM
  5. [RELEASE]Ways to fix up HW ban
    By TechNixz in forum WarRock - International Hacks
    Replies: 4
    Last Post: 12-28-2006, 01:41 PM