Thread: Question

Page 1 of 2 12 LastLast
Results 1 to 15 of 32

Hybrid View

  1. #1
    matthieu503's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Posts
    149
    Reputation
    10
    Thanks
    467
    My Mood
    Amused

    Question

    How do i put addys in the hack?
    Hey! , Yes you press the Thanks button if i helped in any way!

























  2. #2
    UltimateX1's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    114
    Reputation
    10
    Thanks
    10
    My Mood
    Yeehaw
    Quote Originally Posted by matthieu503 View Post
    How do i put addys in the hack?
    learn to code c++ pl0x...

  3. #3
    Amatowarrior's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Posts
    629
    Reputation
    14
    Thanks
    102
    My Mood
    Inspired
    Add your NOP method
    (the next step matters on your type of hack: auto on, hotkey, and menu)
    Auto On: use Memcpy
    Hotkey and Menu: use Memoria

    If you don't know what those are, learn C++, and use the search button

    Search: How to NOP

    EDIT: get the default bytes (or if you are using an auto on hack, you do not need them), to turn on: I recommend to change to byte to /x90 (that means off/disable)
    Tools UNDETECTED - PATCHED [I will only have recent versions up!]
    Tapper V1.15: https://www.mpgh.net/forum/164-combat...r-v1-15-a.html
    Amato Inject V1.15: https://www.mpgh.net/forum/292-combat...t-v1-15-a.html

    Mods
    L96A1 - Arctic Wolf
    Super M416 CQB
    Super M16A3
    MW2 M92FS (M9)
    Starcraft 2 L96A1

    PVT VIP
    Aimbot: 65% (Have full source code)
    OPK: 100% (Uses Enemy Class)
    Telekill: 100% (Uses Enemy Class)
    Ghost Mode: 80% (In Semi-Stages)
    Super Bullets: 100% (Thanks Deadlinez/hahaz!)
    Menu Sprite: 100% (Thanks whit!)



  4. #4
    UltimateX1's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    114
    Reputation
    10
    Thanks
    10
    My Mood
    Yeehaw
    Quote Originally Posted by Amatowarrior View Post
    Add your NOP method
    (the next step matters on your type of hack: auto on, hotkey, and menu)
    Auto On: use Memcpy
    Hotkey and Menu: use Memoria

    If you don't know what those are, learn C++, and use the search button

    Search: How to NOP

    EDIT: get the default bytes (or if you are using an auto on hack, you do not need them), to turn on: I recommend to change to byte to /x90 (that means off/disable)
    /x90 is noping you dont nop to anything els...

    nop = no operation

  5. #5
    whit's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    7,159
    Reputation
    490
    Thanks
    2,253
    Quote Originally Posted by Amatowarrior View Post
    Add your NOP method
    (the next step matters on your type of hack: auto on, hotkey, and menu)
    Auto On: use Memcpy
    Hotkey and Menu: use Memoria

    If you don't know what those are, learn C++, and use the search button

    Search: How to NOP

    EDIT: get the default bytes (or if you are using an auto on hack, you do not need them), to turn on: I recommend to change to byte to /x90 (that means off/disable)
    Little bit a info for ya ..You dont nop every addie..

  6. #6
    dean-wingess's Avatar
    Join Date
    Jan 2009
    Gender
    male
    Posts
    409
    Reputation
    29
    Thanks
    213
    My Mood
    Stressed
    Quote Originally Posted by wmatthieu503

    I nopped Ltclient but, my hack is crashing why??

    You want him to be like that? Then keep telling him to nop every single, existing addie on this planet.


    Dude, you need to search for a few "how to make my first trainer" in google, to learn how to make hacks. Then learn C++ basics(takes ~ 2 weeks | 2hours per day ) then learn a bit about d3d and then you may download a base and see what to do.

    With see, i mean you understand what your doing and whats done there.


    Note: Guys, everyone began anywhen, so why are you that anti? Just tell him what he should begin with.
    Last edited by dean-wingess; 11-06-2010 at 09:35 AM.
    [YOUTUBE]e89lqiE0wi0[/YOUTUBE]

  7. #7
    Mr.Magicman's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Sitting in my cave full of thoughts learning Asembly
    Posts
    2,102
    Reputation
    16
    Thanks
    649
    My Mood
    Cold
    Quote Originally Posted by Amatowarrior View Post
    Add your NOP method
    (the next step matters on your type of hack: auto on, hotkey, and menu)
    Auto On: use Memcpy
    Hotkey and Menu: use Memoria

    If you don't know what those are, learn C++, and use the search button

    Search: How to NOP

    EDIT: get the default bytes (or if you are using an auto on hack, you do not need them), to turn on: I recommend to change to byte to /x90 (that means off/disable)
    You dont know what your doin...

    Tomorrow il get a computer and rape the trolls asses

  8. #8
    -InFinity's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    Dominican Republic.
    Posts
    1,198
    Reputation
    -49
    Thanks
    63
    My Mood
    Chatty
    Get a teacher





    [IMG]https://img.photobucke*****m/albums/v470/Chronologix/Sig/mpghm.gif[/IMG]
    [IMG]https://img.photobucke*****m/albums/v470/Chronologix/Sig/mpgha.gif[/IMG]


    Use My Free VIP Hacks!

    Here Are My Free VIP Hacks.

  9. #9
    Dewerong's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Location
    Inside a Packet
    Posts
    59
    Reputation
    10
    Thanks
    2
    Why do these cats think you gotta nop everything? matthieu503, you have to tell us what language you wanna program in. This is how I do my functions:

    SendCommand proc CommandWORD
    .data
    SendCommandFXN dd 00485E10h

    .code
    push Command
    call SendCommandFXN
    add esp, 4
    ret

    SendCommand endp
    Yes I program in assembly because I'm awesome :P.

  10. #10
    Amatowarrior's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Posts
    629
    Reputation
    14
    Thanks
    102
    My Mood
    Inspired
    "sigh" it's hard for me to explain.

    Here is my No Recoil On and off for you matt (get the addresses yourself, I have mine defined)

    Off
    [php]Memoria((LPVOID)(RECOIL1), "\xD8\x66\x54", 3);
    Memoria((LPVOID)(RECOIL2), "\xD9\x46\x54", 3);
    Memoria((LPVOID)(RECOIL3), "\xD9\x5E\x54", 3);
    Memoria((LPVOID)(RECOIL4), "\xD9\x46\x48", 3);
    Memoria((LPVOID)(RECOIL5), "\xD9\x5E\x48", 3);[/php]

    On
    [php]Memoria((LPVOID)(RECOIL1), "\x90\x90\x90", 3);
    Memoria((LPVOID)(RECOIL2), "\x90\x90\x90", 3);
    Memoria((LPVOID)(RECOIL3), "\x90\x90\x90", 3);
    Memoria((LPVOID)(RECOIL4), "\x90\x90\x90", 3);
    Memoria((LPVOID)(RECOIL5), "\x90\x90\x90", 3);[/php]

    Now that is how I NOP, just define all of the RECOIL#'s with the correct Recoil addies in order.

    Also make sure you have a Memoria / Memcpy Method

    EDIT: If you still don't get it, use this preset I made /

    [php]Memoria((LPVOID)(YourAddyHere), "\xbyte\xbyte\xbyte", 3); //3 at the end is number of bytes[/php]

    Default Bytes are for Off
    \x90 is for turning On (usually)
    Last edited by Amatowarrior; 11-06-2010 at 09:54 AM.
    Tools UNDETECTED - PATCHED [I will only have recent versions up!]
    Tapper V1.15: https://www.mpgh.net/forum/164-combat...r-v1-15-a.html
    Amato Inject V1.15: https://www.mpgh.net/forum/292-combat...t-v1-15-a.html

    Mods
    L96A1 - Arctic Wolf
    Super M416 CQB
    Super M16A3
    MW2 M92FS (M9)
    Starcraft 2 L96A1

    PVT VIP
    Aimbot: 65% (Have full source code)
    OPK: 100% (Uses Enemy Class)
    Telekill: 100% (Uses Enemy Class)
    Ghost Mode: 80% (In Semi-Stages)
    Super Bullets: 100% (Thanks Deadlinez/hahaz!)
    Menu Sprite: 100% (Thanks whit!)



  11. #11
    Dewerong's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Location
    Inside a Packet
    Posts
    59
    Reputation
    10
    Thanks
    2
    Quote Originally Posted by Amatowarrior View Post
    "sigh" it's hard for me to explain.

    Here is my No Recoil On and off for you matt (get the addresses yourself, I have mine defined)

    Off
    [php]Memoria((LPVOID)(RECOIL1), "\xD8\x66\x54", 3);
    Memoria((LPVOID)(RECOIL2), "\xD9\x46\x54", 3);
    Memoria((LPVOID)(RECOIL3), "\xD9\x5E\x54", 3);
    Memoria((LPVOID)(RECOIL4), "\xD9\x46\x48", 3);
    Memoria((LPVOID)(RECOIL5), "\xD9\x5E\x48", 3);[/php]

    On
    [php]Memoria((LPVOID)(RECOIL1), "\x90\x90\x90", 3);
    Memoria((LPVOID)(RECOIL2), "\x90\x90\x90", 3);
    Memoria((LPVOID)(RECOIL3), "\x90\x90\x90", 3);
    Memoria((LPVOID)(RECOIL4), "\x90\x90\x90", 3);
    Memoria((LPVOID)(RECOIL5), "\x90\x90\x90", 3);[/php]

    Now that is how I NOP, just define all of the RECOIL#'s with the correct Recoil addies in order.

    Also make sure you have a Memoria / Memcpy Method

    EDIT: If you still don't get it, use this preset I made /

    [php]Memoria((LPVOID)(YourAddyHere), "\xbyte\xbyte\xbyte", 3); //3 at the end is number of bytes[/php]

    Default Bytes are for Off
    \x90 is for turning On (usually)
    You a fuc*ing noob. You copied and paste that code. I'm sick of seeing losers like you. You can't even bypass the Themida protection in Combat Arms. I bet you don't even know how to figure out what you suppose to write to a addy to get it working.

    PS:
    Not all hacks are made by nopping. You can't help no one if you just leech code yourself.

  12. #12
    whit's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    7,159
    Reputation
    490
    Thanks
    2,253
    Quote Originally Posted by Dewerong View Post
    You a fuc*ing noob. You copied and paste that code. I'm sick of seeing losers like you. You can't even bypass the Themida protection in Combat Arms. I bet you don't even know how to figure out what you suppose to write to a addy to get it working.

    PS:
    Not all hacks are made by nopping. You can't help no one if you just leech code yourself.
    Cool Story Bro..

  13. #13
    Dewerong's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Location
    Inside a Packet
    Posts
    59
    Reputation
    10
    Thanks
    2
    Quote Originally Posted by whit View Post


    Cool Story Bro..

    I write cool stories bro.

  14. #14
    dean-wingess's Avatar
    Join Date
    Jan 2009
    Gender
    male
    Posts
    409
    Reputation
    29
    Thanks
    213
    My Mood
    Stressed
    Quote Originally Posted by Dewerong View Post
    I write cool stories bro.
    R u dumb? If every single hack would be nopped ... what about valuing ? Stop flaming around.
    [YOUTUBE]e89lqiE0wi0[/YOUTUBE]

  15. #15
    Amatowarrior's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Posts
    629
    Reputation
    14
    Thanks
    102
    My Mood
    Inspired
    Quote Originally Posted by Dewerong View Post
    You a fuc*ing noob. You copied and paste that code. I'm sick of seeing losers like you. You can't even bypass the Themida protection in Combat Arms. I bet you don't even know how to figure out what you suppose to write to a addy to get it working.

    PS:
    Not all hacks are made by nopping. You can't help no one if you just leech code yourself.
    If you mean C+P, you mean from my hack, CodeDemon taught me how to NOP, and I never said EVERY hack needs to be NOP'd, There are PTC's (NX Chams, Fly Hack, Speed Hack, most hacks are PTC), DIP (which is DirectIndexedPrimitive, this is used for ESP, AKA Colored Chams, Grenade ESP, Pickup ESP, etc.), and there is another one used for OPK, it uses floats, but I really don't know what to call it / , you obviously haven't been here long and you can flame all you want.

    I do not have DIP working yet, but PTC and OPK work. My semi-ghost has two modes, one is simply fly hack - CamMaxPosYOffset (vJump down), and the second mode changes your CamMaxPosXOffset, CamMaxPosYOffset, and CamMaxPosZOffset. That is why it's semi, just in case your asking. /yea

    EDIT: I'm taking a picture of my menu right now (still in development, so it's gonna look shitty, still lineing up the sprites)

    Current Version, still in development.


    Old Version, with hacks in use.

    Taken right before update! Aligning the DrawBox

    Enough Proof?

    EDIT2: Click 2nd Picture, it won't show unless you click.
    Last edited by Amatowarrior; 11-06-2010 at 11:33 AM.
    Tools UNDETECTED - PATCHED [I will only have recent versions up!]
    Tapper V1.15: https://www.mpgh.net/forum/164-combat...r-v1-15-a.html
    Amato Inject V1.15: https://www.mpgh.net/forum/292-combat...t-v1-15-a.html

    Mods
    L96A1 - Arctic Wolf
    Super M416 CQB
    Super M16A3
    MW2 M92FS (M9)
    Starcraft 2 L96A1

    PVT VIP
    Aimbot: 65% (Have full source code)
    OPK: 100% (Uses Enemy Class)
    Telekill: 100% (Uses Enemy Class)
    Ghost Mode: 80% (In Semi-Stages)
    Super Bullets: 100% (Thanks Deadlinez/hahaz!)
    Menu Sprite: 100% (Thanks whit!)



Page 1 of 2 12 LastLast

Similar Threads

  1. WPE Pro Question...
    By OutZida in forum General Game Hacking
    Replies: 4
    Last Post: 08-08-2011, 01:02 AM
  2. Hacking world of warcraft? & a noob question
    By arsholio in forum General Game Hacking
    Replies: 9
    Last Post: 04-08-2006, 01:55 PM
  3. Photoshop Question
    By arunforce in forum Art & Graphic Design
    Replies: 6
    Last Post: 01-15-2006, 11:38 AM
  4. Quick Question..Please Answer
    By ypg_gamer in forum WarRock - International Hacks
    Replies: 4
    Last Post: 01-04-2006, 10:32 AM
  5. question
    By wardo1926 in forum WarRock - International Hacks
    Replies: 0
    Last Post: 12-30-2005, 07:36 PM