Results 1 to 5 of 5
  1. #1
    TonyMane123's Avatar
    Join Date
    Jul 2013
    Gender
    male
    Location
    ★ Chicago, USA ★
    Posts
    324
    Reputation
    22
    Thanks
    4,851
    My Mood
    Amused

    ReadWriteMemory Help - how do I make a name change for a game? Please help thanks

    Hey all, I am learning how to make trainers for games, and i got down how to read players names, numbers and change the numbers, but the one thing is i need help with how to change the name, a string, not a int,

    Thanks, any help would be very appreciated

  2. #2
    AeroMan's Avatar
    Join Date
    Dec 2008
    Gender
    male
    Location
    Hell
    Posts
    3,294
    Reputation
    189
    Thanks
    3,049
    My Mood
    Busy
    You could check Cheat Engine and search for the string with it.
    But since it's probably serversided (if it's an online game) you won't be able to change it.
    It's visually then.

  3. #3
    ResQue's Avatar
    Join Date
    Oct 2013
    Gender
    male
    Location
    Interwebz
    Posts
    9
    Reputation
    10
    Thanks
    1
    My Mood
    Inspired
    if you right click on an memory location you have in your address list and then click on "Browse to this memory region" you will then see a raw memory dumb starting (top left) from the address you just selected.

    you can then click on each byte and edited them individually
    a byte is made up of two hex character/symbols (0,1,2,3,4,5,6,7,8,9,a,b,c,d,e,f) it will look somthing like this "4A"
    each character in the alphabet has its only unique hex number for example the letter "A" is "41"

    in fact there is a unique hex code for every letter on your keyboard, even the funny looking symbols. i cant post links but if you do a google images search for something like "ascii hex chart" you will look see the chart

  4. #4
    jokimoto's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Location
    <?php $Name='Harith'; echo' My Name Is '.$Name.'';?>
    Posts
    144
    Reputation
    14
    Thanks
    1,528
    My Mood
    Asleep
    u means
    Last edited by jokimoto; 10-14-2013 at 03:08 AM.

    - HARITH101 -
    WhoAmI ?
    Click Here


    • #Kuso
    • #Bux
    • #Hafiz
    • #CyberTeamRox
    • #MalaysiaGOV


  5. #5
    _corn_'s Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    0x0C482BF2
    Posts
    673
    Reputation
    13
    Thanks
    294
    My Mood
    Brooding
    it would help if we knew what language

Similar Threads

  1. [Help Request] ReadWriteMemory Help - how do I make a name change for a game? Please help thanks
    By TonyMane123 in forum C++/C Programming
    Replies: 1
    Last Post: 08-13-2013, 09:27 AM
  2. (HELP)How do i make my pirated COD4, play MultiPlayer game?
    By SandYAN in forum Call of Duty Modern Warfare Help
    Replies: 7
    Last Post: 02-26-2012, 07:54 AM
  3. (HELP) how do I make hotkeys?
    By noobi4life in forum Visual Basic Programming
    Replies: 3
    Last Post: 12-05-2007, 02:15 PM
  4. [HELP] How do i make undetected warrock hacks
    By xtrylanx in forum WarRock - International Hacks
    Replies: 29
    Last Post: 06-10-2007, 10:07 AM
  5. Help! how do i make a jap warrock name?
    By gmgundamx7 in forum WarRock - International Hacks
    Replies: 4
    Last Post: 04-04-2007, 11:07 AM