Results 1 to 5 of 5
  1. #1
    SammyDoge1's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Location
    Tried looking behind you...?
    Posts
    2,207
    Reputation
    62
    Thanks
    2,147
    My Mood
    Tired

    C# So how do i do this?

    Hey,

    So i was working on my name changer feature to go along with the updated, I think i found the right addy, it works great in CE, but now i want it to work with my text box and button, The problem is, so far i only had to work with numbers.

    When i use the code i use for the numbers it doesn't work. Its a String[24]

    Any tips/help?





  2. #2
    KingX735's Avatar
    Join Date
    Nov 2012
    Gender
    male
    Posts
    632
    Reputation
    49
    Thanks
    4,922
    My Mood
    Cheerful
    I'm not a C# coder, but i can maybe help you
    Note the " maybe "

    Could you post the code please ?

  3. #3
    SammyDoge1's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Location
    Tried looking behind you...?
    Posts
    2,207
    Reputation
    62
    Thanks
    2,147
    My Mood
    Tired
    Quote Originally Posted by KingX735 View Post
    I'm not a C# coder, but i can maybe help you
    Note the " maybe "

    Could you post the code please ?
    The code i use for the numbers (like squadpoints)
    Code:
                {
                    if (ghost.Process_Handle("iw6mp64_ship"))
                    {
                        ghost.WriteInteger(Addy, Convert.ToInt32(ghostTextBox1.Text));
    
    
                    }
                }





  4. #4
    Lovroman's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Posts
    9,417
    Reputation
    611
    Thanks
    11,989
    My Mood
    Cheerful
    Quote Originally Posted by SammyDoge1 View Post

    The code i use for the numbers (like squadpoints)
    Code:
                {
                    if (ghost.Process_Handle("iw6mp64_ship"))
                    {
                        ghost.WriteInteger(Addy, Convert.ToInt32(ghostTextBox1.Text));
    
    
                    }
                }
    Send me a msg on Steam..:P

  5. #5
    distiny's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Posts
    560
    Reputation
    67
    Thanks
    562
    My Mood
    Cynical
    Code:
     byte[] stringBytes = new ASCIIEncoding().GetBytes(Text);
    this is what I use, then write the bytes to mem
    FBI got my PC...Hardcore cheating is paused atm..

Similar Threads

  1. How many people on this forum Play WoW?
    By RebornAce in forum General
    Replies: 27
    Last Post: 12-31-2009, 05:27 PM
  2. For the Idiots Who Want To Learn how 2 Hack Read This:
    By penrd in forum General Hacking
    Replies: 28
    Last Post: 08-26-2009, 02:10 AM
  3. how do i do this
    By dalton0022 in forum United States of America
    Replies: 1
    Last Post: 01-24-2009, 08:53 PM
  4. OMFG HOW THE HELL DOES THIS HAPPEN
    By grekx in forum Spammers Corner
    Replies: 13
    Last Post: 07-30-2008, 01:38 PM
  5. How do you fix this weapon lag...
    By iHack in forum WarRock - International Hacks
    Replies: 15
    Last Post: 08-20-2007, 03:46 PM