Results 1 to 8 of 8
  1. #1
    Edlmann's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    Main.pas
    Posts
    1,386
    Reputation
    15
    Thanks
    407
    My Mood
    Sneaky

    Give weapon by editing RAM?

    I just wanted to ask if it is possible e.g. for zombies to give a certain weapon using the kernel32.writeprocessmemory funtion? i already searched for the offset where the weaponname could be, but didn't find anything. maybe one of you can tell me which offset it is for the current version (Update 4)?

    If this is wrong here and should be in help, pls move it
    My Releases:
    GUI For External BoxESP v. 1.0
    Another Single-Player-Zombie-Trainer v 3.0
    <Delphi Source> Simple Pattern Scanner

    If you have questions concerning coding/hacking in delphi, just pm me

  2. #2
    pyton789's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Posts
    793
    Reputation
    38
    Thanks
    2,610
    My Mood
    Sneaky
    I don't think it would be possible to change what weapon you are holding. You might be able to read the full weapon name and stuff and you might even be able to write something else, but I just don't believe that it will actually give you another weapon.

    M-efti's Unlocker for alterIWnet . . . . . . . . . . . . . . . . . . . . . . . . . . . .M-efti's MW2 SP Trainer 1.2
    M-efti's Superior alterIWnet Hack . . . . . . . . . . .. . . . . . . . . . . . . . . ..M-efti's MW2 SP Trainer 1.7
    M-efti's BO SP Trainer 4.12 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ..M-efti's Dead Pixels Trainer

  3. #3
    Edlmann's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    Main.pas
    Posts
    1,386
    Reputation
    15
    Thanks
    407
    My Mood
    Sneaky
    But is it possible to enter console-commands using WriteProcessMemory? Then i could implement the "give" command...Or anyone got an idea how to do that one?
    My Releases:
    GUI For External BoxESP v. 1.0
    Another Single-Player-Zombie-Trainer v 3.0
    <Delphi Source> Simple Pattern Scanner

    If you have questions concerning coding/hacking in delphi, just pm me

  4. #4
    lolbie's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Netherlands
    Posts
    5,207
    Reputation
    288
    Thanks
    2,136
    My Mood
    Angelic
    the give command is patched so far i know
    it can only be used if you change your config.cfg or something like that

    maybe you could make it so it change it in that file and than it let restart cod
    than the give command works
    but you have to bind it with a key on keybord
    I love it when people keep their agreements /sarcasm ftw

  5. #5
    master131's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Melbourne, Australia
    Posts
    8,858
    Reputation
    3438
    Thanks
    101,668
    My Mood
    Breezy
    Quote Originally Posted by lolbie View Post
    the give command is patched so far i know
    it can only be used if you change your config.cfg or something like that

    maybe you could make it so it change it in that file and than it let restart cod
    than the give command works
    but you have to bind it with a key on keybord
    This is RE. Not simple give commands/config edits. Your going to have to do some asm calls/modifications probably to do that. Simple WPM probably wont suffice.
    Donate:
    BTC: 1GEny3y5tsYfw8E8A45upK6PKVAEcUDNv9


    Handy Tools/Hacks:
    Extreme Injector v3.7.3
    A powerful and advanced injector in a simple GUI.
    Can scramble DLLs on injection making them harder to detect and even make detected hacks work again!

    Minion Since: 13th January 2011
    Moderator Since: 6th May 2011
    Global Moderator Since: 29th April 2012
    Super User/Unknown Since: 23rd July 2013
    'Game Hacking' Team Since: 30th July 2013

    --My Art--
    [Roxas - Pixel Art, WIP]
    [Natsu - Drawn]
    [Natsu - Coloured]


    All drawings are coloured using Photoshop.

    --Gifts--
    [Kyle]

  6. #6
    iFireLazers's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Posts
    264
    Reputation
    18
    Thanks
    874
    My Mood
    Amused
    You could do it 1337-style:

    Write the weaponname preceeded with "give " into a place in the game's memory.
    Execute some asm via a RemoteThread in the process.

    Or just call the command to execute it with the parameter transferred as char[];
    No-oversized-signatures-movement!

  7. The Following User Says Thank You to iFireLazers For This Useful Post:

    [MPGH]master131 (01-29-2011)

  8. #7
    Edlmann's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    Main.pas
    Posts
    1,386
    Reputation
    15
    Thanks
    407
    My Mood
    Sneaky
    Okey, thanks guys, will see what i can do about this. The solution with just editing the cfg file seems to be the easiest, but is pretty unclean...

    And about that asm stuff, will have to learn abit more before i can do that
    My Releases:
    GUI For External BoxESP v. 1.0
    Another Single-Player-Zombie-Trainer v 3.0
    <Delphi Source> Simple Pattern Scanner

    If you have questions concerning coding/hacking in delphi, just pm me

  9. #8
    cardoow's Avatar
    Join Date
    Jan 2008
    Gender
    male
    Posts
    215
    Reputation
    28
    Thanks
    766
    My Mood
    Amazed
    Quote Originally Posted by Edlmann View Post
    Okey, thanks guys, will see what i can do about this. The solution with just editing the cfg file seems to be the easiest, but is pretty unclean...

    And about that asm stuff, will have to learn abit more before i can do that
    easiest way to do it, hack the console and put your give command in
    with your hook. works like a charm