Page 1 of 2 12 LastLast
Results 1 to 15 of 23
  1. #1
    Bravia's Avatar
    Join Date
    Jul 2011
    Gender
    male
    Posts
    30
    Reputation
    10
    Thanks
    1
    My Mood
    Bashful

    Question How to find ON bytes

    CAn any1 tell me how to find ON bytes??

    b4 u say :"Use the search button" I did and there r many topics abt finding bytes but never the on bytes and if they do show on bytes its always no recoil.... \x90

    HELLLLLPPPPP
    [IMG]https://i1197.photobucke*****m/albums/aa436/xDex_/sigprojectbraviacopy.jpg[/IMG]

  2. #2
    wicho_koz's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    193
    Reputation
    12
    Thanks
    52
    My Mood
    Shocked
    its easy...:

    Code:
    ON
    
            Memory((LPVOID)Recoil1, "\x90\x90\x90", 3);
            Memory((LPVOID)Recoil2, "\x90\x90\x90", 3);
            Memory((LPVOID)Recoil3, "\x90\x90\x90", 3);
            Memory((LPVOID)Recoil4, "\x90\x90\x90", 3);
    Code:
    OFF
    
            Memory((LPVOID)Recoil1, "\xD8\x66\x58", 3);
            Memory((LPVOID)Recoil2, "\xD9\x46\x54", 3);
            Memory((LPVOID)Recoil3, "\xD9\x5E\x58", 3);
            Memory((LPVOID)Recoil4, "\xD9\x5E\x4C", 3);
    if i helped you; press thanks :P
    @Bravia
    Last edited by wicho_koz; 08-06-2011 at 07:06 PM.
    |^^^^^^^^^^\||____
    |The[MPGH]Truck |||'""|""\__,_
    | _____ 4ever __ l||__|__|___|)
    |(@)@)"""""""**|(@)(@)**|(@)


  3. The Following User Says Thank You to wicho_koz For This Useful Post:

    Skaterforeva1 (08-08-2011)

  4. #3
    Bravia's Avatar
    Join Date
    Jul 2011
    Gender
    male
    Posts
    30
    Reputation
    10
    Thanks
    1
    My Mood
    Bashful
    U didnt help because i know how to find no recoil ON alrdy i want like..... weapon tele addie on
    [IMG]https://i1197.photobucke*****m/albums/aa436/xDex_/sigprojectbraviacopy.jpg[/IMG]

  5. #4
    FailHacker's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Posts
    444
    Reputation
    8
    Thanks
    49
    Quote Originally Posted by wicho_koz View Post
    its easy...:

    Code:
    ON
    
            Memory((LPVOID)Recoil1, "\x90\x90\x90", 3);
            Memory((LPVOID)Recoil2, "\x90\x90\x90", 3);
            Memory((LPVOID)Recoil3, "\x90\x90\x90", 3);
            Memory((LPVOID)Recoil4, "\x90\x90\x90", 3);
    Code:
    OFF
    
            Memory((LPVOID)Recoil1, "\xD8\x66\x58", 3);
            Memory((LPVOID)Recoil2, "\xD9\x46\x54", 3);
            Memory((LPVOID)Recoil3, "\xD9\x5E\x58", 3);
            Memory((LPVOID)Recoil4, "\xD9\x5E\x4C", 3);
    if i helped you; press thanks :P
    @Bravia

    . Are you retarded? You didn't even answer his question you just gave him code that you blatantly c+p'd. .

    Also Bravia if you used the search you would've found this... https://www.mpgh.net/forum/207-combat...ind-bytes.html which is posted about two or three threads below yours. Also, I've seen a few threads that talk about finding bytes, and if you want to use them learn ASM.
    Legen...wait for it...dary







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

    OBrozz (08-08-2011)

  7. #5
    wicho_koz's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    193
    Reputation
    12
    Thanks
    52
    My Mood
    Shocked
    Quote Originally Posted by FailHacker View Post
    . Are you retarded? You didn't even answer his question you just gave him code that you blatantly c+p'd. .

    Also Bravia if you used the search you would've found this... https://www.mpgh.net/forum/207-combat...ind-bytes.html which is posted about two or three threads below yours. Also, I've seen a few threads that talk about finding bytes, and if you want to use them learn ASM.
    lol shut up

    i try help him
    |^^^^^^^^^^\||____
    |The[MPGH]Truck |||'""|""\__,_
    | _____ 4ever __ l||__|__|___|)
    |(@)@)"""""""**|(@)(@)**|(@)


  8. #6
    FailHacker's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Posts
    444
    Reputation
    8
    Thanks
    49
    Legen...wait for it...dary







  9. #7
    Fabolous's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    192.168.1.01
    Posts
    2,704
    Reputation
    261
    Thanks
    682
    My Mood
    Paranoid
    If you want on bytes for other addresses, you just search the address in olly. Find how many off bytes there are and NOP them and you have the on + off byte.

    Also on bytes are always x90 but how many bytes refer on how many bytes for off. For instance if theres 3 bytes for no recoil off

    \x31\x5B\x34 (3)

    The on byte would be
    \x90\x90\x90 (3)

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

    Cediquer (08-07-2011),OBrozz (08-09-2011)

  11. #8
    kibbles18's Avatar
    Join Date
    Oct 2008
    Gender
    male
    Location
    US
    Posts
    860
    Reputation
    5
    Thanks
    127
    You dtletermine the on bytes depending on what you are trying to achieve

  12. #9
    Chuck Norris's Avatar
    Join Date
    Jan 2008
    Gender
    male
    Location
    Between my ears
    Posts
    1,703
    Reputation
    86
    Thanks
    456
    My Mood
    Angelic
    True..

    ON bytes != always nopping!

    For example, sometimes you want to change a JNZ to a JZ.. Which makes sure, it jumps if it equals to zero, instead when it DOESNT equals zero.. 0x90(NOP) just doesnt do anything.. This is correct for most no recoil's. Because in no recoil, your crosshair gets pushed up. With NOP(No-Operation) you just replace the original code with NOTHING, therefore you're crosshair wont be pushed up.. Just an easy example..

    For more help you can always ask..
    “Those who control the past, control the future: who controls the present controls the past” ~ George Orwell

    Its me, Dreamgun

  13. The Following 2 Users Say Thank You to Chuck Norris For This Useful Post:

    Cediquer (08-07-2011),flameswor10 (08-07-2011)

  14. #10
    Bravia's Avatar
    Join Date
    Jul 2011
    Gender
    male
    Posts
    30
    Reputation
    10
    Thanks
    1
    My Mood
    Bashful
    so lets say............ shoot thru walls......... do i nop tht byte to turn it on????

  15. #11
    FailHacker's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Posts
    444
    Reputation
    8
    Thanks
    49
    Yes you can NOP that (its superbullets)
    Legen...wait for it...dary







  16. #12
    Cediquer's Avatar
    Join Date
    May 2010
    Gender
    male
    Posts
    395
    Reputation
    7
    Thanks
    18
    My Mood
    Twisted
    can i NOP pickup hack or remote kill?????

  17. #13
    Cediquer's Avatar
    Join Date
    May 2010
    Gender
    male
    Posts
    395
    Reputation
    7
    Thanks
    18
    My Mood
    Twisted
    @fabolos but ppl keep telling me i cant NOP everything cuz it jus disables stuff...... like u cant NOP ......... remote kill
    Leecher: 0
    Choob 25
    Newbie:50
    Member: 100
    Advanced Member: 150
    Dual-Keyboard Member: 250
    Expert Member: 500
    Bobo's Trainer: 750
    MPGH Expert: 1000
    Synthetic Hacker: 1250
    Blackhat Hacker: 1500
    Whitehat Hacker: 2000
    Bobo's Guardian: 2500
    Upcoming MPGHiean: 3000
    MPGH Addict: 3500
    MPGHiean: 4000
    MPGH Knight: 4500
    MPGH Lord: 5000
    MPGH Champion: 5500
    MPGH King: 6000
    MPGH Legend: 6500
    MPGH God: 7000
    MPGH God II: 7500
    MPGH God III: 8000
    MPGH God IV: 8500
    MPGH God V: 9000
    Arun's Slave: 9500
    Dave's Slave: 10000


  18. #14
    FailHacker's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Posts
    444
    Reputation
    8
    Thanks
    49
    learn c++, come back in a few months/years, realize how stupid you sound
    Legen...wait for it...dary







  19. #15
    freedompeace's Avatar
    Join Date
    Jul 2010
    Gender
    female
    Posts
    3,033
    Reputation
    340
    Thanks
    2,792
    My Mood
    Sad
    Bytes which have all bits set to "on": use "UINT_MAX" from <limits.h>

Page 1 of 2 12 LastLast

Similar Threads

  1. How to find address bytes
    By Cediquer in forum Combat Arms Coding Help & Discussion
    Replies: 46
    Last Post: 08-07-2011, 03:45 PM
  2. [Tutorial] How to find warrock OFF BYTES
    By Wizdom-X in forum WarRock Hack Source Code
    Replies: 4
    Last Post: 06-22-2011, 07:09 PM
  3. [Tutorial] How to find new addies/bytes
    By AtomicStone in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 11
    Last Post: 04-10-2011, 04:57 PM
  4. [Tutorial] How to Find OFF Bytes.
    By xflick13 in forum WarRock Hack Source Code
    Replies: 5
    Last Post: 04-03-2011, 10:26 AM
  5. How to find bytes?
    By ~Stephen in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 2
    Last Post: 06-01-2010, 01:28 PM