Thread: memcpy

Results 1 to 8 of 8
  1. #1
    Delko DJ's Avatar
    Join Date
    Jan 2011
    Gender
    male
    Location
    trolololol
    Posts
    5,162
    Reputation
    224
    Thanks
    324
    My Mood
    Sleepy

    memcpy

    hey
    can anyone gave me any solution how to do a simple nofalldamage as example in memcpy, not ptc.

    this is what i have got:
    Code:
    if(nofalldamage==1)
    			{
    				CMD("FallDamageMinHeight 0.000000");
    				CMD("FallDamageMaxHeight 0.000000");
    				CMD("FallDamageMax 0.000000");
    			}
    Can anyone convert it to memcpy code?

    Thanks

  2. The Following User Says Thank You to Delko DJ For This Useful Post:

    matheusgrb (09-11-2011)

  3. #2
    258456's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    ghjghj
    Posts
    1,222
    Reputation
    18
    Thanks
    300
    My Mood
    Relaxed
    First, you need to know how to code in c++. Second, you need the offsets for no fall damage.

  4. #3
    FailHacker's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Posts
    444
    Reputation
    8
    Thanks
    49
    thought it got perma patched?
    Legen...wait for it...dary







  5. #4
    master131's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Melbourne, Australia
    Posts
    8,858
    Reputation
    3438
    Thanks
    101,673
    My Mood
    Breezy
    You can't 'convert it to memcpy code' because that's an engine function. Well you probably can but that's not enough information.
    Last edited by master131; 09-04-2011 at 11:58 PM.
    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. #5
    Jason's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    /dev/null
    Posts
    5,704
    Reputation
    918
    Thanks
    7,676
    My Mood
    Mellow
    Pretty sure no-fall damage is server sided anyway, like most HP calculations. However in theory you would find the addresses where the fall-height/damage values are stored, then just make them some other value.

    *(DWORD*)0x10 = 5000; //0x10 being the address of fall-height, assuming it is a 4 byte value, make it = 5000.

    Quote Originally Posted by Jeremy S. Anderson
    There are only two things to come out of Berkley, Unix and LSD,
    and I don’t think this is a coincidence
    You can win the rat race,
    But you're still nothing but a fucking RAT.


    ++Latest Projects++
    [Open Source] Injection Library
    Simple PE Cipher
    FilthyHooker - Simple Hooking Class
    CLR Injector - Inject .NET dlls with ease
    Simple Injection - An in-depth look
    MPGH's .NET SDK
    eJect - Simple Injector
    Basic PE Explorer (BETA)

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

    [MPGH]master131 (09-05-2011)

  8. #6

  9. #7
    master131's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Melbourne, Australia
    Posts
    8,858
    Reputation
    3438
    Thanks
    101,673
    My Mood
    Breezy
    Well even if you gave me anymore information I probably couldn't help you. You're probably best off doing what Jason said.
    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]

  10. #8
    Saltine's Avatar
    Join Date
    Jun 2011
    Gender
    male
    Posts
    493
    Reputation
    104
    Thanks
    629
    The offset of the value in CShell.dll was posted in July in this thread.
    Maybe you could try updating it using that. For all I know, the offset may still be the same...

  11. The Following User Says Thank You to Saltine For This Useful Post:

    matheusgrb (09-11-2011)

Similar Threads

  1. memcpy() vs for()
    By AcidBone in forum Combat Arms Coding Help & Discussion
    Replies: 18
    Last Post: 02-10-2011, 12:46 AM
  2. New memcpy???????
    By justiniscool5 in forum Combat Arms Coding Help & Discussion
    Replies: 3
    Last Post: 02-05-2011, 06:21 AM
  3. [Info] Simple Alternativ to memcpy
    By kotentopf in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 14
    Last Post: 02-05-2011, 03:49 AM
  4. memcpy NX Chams Satelite - WE11ington V.1 Source
    By claumaximus in forum Combat Arms Brazil Help
    Replies: 12
    Last Post: 01-31-2011, 07:21 AM
  5. Question | memcpy are patched ?
    By o-o in forum Combat Arms Coding Help & Discussion
    Replies: 15
    Last Post: 11-20-2010, 05:31 PM