Page 1 of 2 12 LastLast
Results 1 to 15 of 24
  1. #1
    moo9801's Avatar
    Join Date
    Dec 2010
    Gender
    male
    Posts
    19
    Reputation
    10
    Thanks
    0
    My Mood
    Yeehaw

    Thumbs up []C# super bullets hack. []

    ok so i was working on making a super-bullets hack. i have the address(0x374B01B6), and the way to turn it on (\x90\x90\x90 -> ON) But I'm not totally sure how to finish this off.
    I know that the ProcessMemoryReader.WriteProcessMemory format is
    ProcessMemoryReader.WriteProcessMemory
    (memaddress , Byte[] bytes to write, out int bytesWritten)

    How would i put that in?

    Feelin noobish!

    moo9801

    EDIT: thank you to all that were helpful
    C# is the language I am using because i started learning it before any others such as C++
    didn't know that was such a problem :/
    Last edited by moo9801; 12-29-2010 at 10:28 AM.

  2. #2
    flameswor10's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Posts
    12,528
    Reputation
    981
    Thanks
    10,409
    My Mood
    In Love
    Code:
    ProcessMemoryReader.WriteProcessMemory (0x374B01B6, \x90\x90\x90, 3)
    Seriously dude?
    No I do not make game hacks anymore, please stop asking.

  3. The Following User Says Thank You to flameswor10 For This Useful Post:

    moo9801 (12-29-2010)

  4. #3
    BloodHound.'s Avatar
    Join Date
    Dec 2010
    Gender
    female
    Location
    Not sure yet.
    Posts
    31
    Reputation
    7
    Thanks
    21
    My Mood
    Breezy
    C#? Are you serious?
    C++ Is the way to go my friend.

  5. The Following User Says Thank You to BloodHound. For This Useful Post:

    flameswor10 (12-29-2010)

  6. #4
    flameswor10's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Posts
    12,528
    Reputation
    981
    Thanks
    10,409
    My Mood
    In Love
    Quote Originally Posted by BloodHound. View Post
    C#? Are you serious?
    C++ Is the way to go my friend.
    True this
    No I do not make game hacks anymore, please stop asking.

  7. #5
    whit's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    7,159
    Reputation
    490
    Thanks
    2,253
    Quote Originally Posted by BloodHound. View Post
    C#? Are you serious?
    C++ Is the way to go my friend.
    Whats wrong with C#?
    Its a programing language just like c++..

  8. #6
    Jack's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    MI
    Posts
    2,627
    Reputation
    146
    Thanks
    347
    My Mood
    Buzzed
    Quote Originally Posted by whit View Post


    Whats wrong with C#?
    Its a programing language just like c++..
    Yeah, I use C# when programming the robot for my robotics team.



  9. #7
    whit's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    7,159
    Reputation
    490
    Thanks
    2,253
    Quote Originally Posted by Jack View Post


    Yeah, I use C# when programming the robot for my robotics team.
    We use java at my school..

  10. #8
    moo9801's Avatar
    Join Date
    Dec 2010
    Gender
    male
    Posts
    19
    Reputation
    10
    Thanks
    0
    My Mood
    Yeehaw
    thanks everyone! making as solved....

    Quote Originally Posted by flameswor10 View Post
    Code:
    ProcessMemoryReader.WriteProcessMemory (0x374B01B6, \x90\x90\x90, 3)
    Seriously dude?
    unexpeced character "\"
    Last edited by moo9801; 12-29-2010 at 10:28 AM.

  11. #9
    flameswor10's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Posts
    12,528
    Reputation
    981
    Thanks
    10,409
    My Mood
    In Love
    Quote Originally Posted by moo9801 View Post
    thanks everyone! making as solved....



    unexpeced character "\"
    You figure it out yourself
    No I do not make game hacks anymore, please stop asking.

  12. #10
    moo9801's Avatar
    Join Date
    Dec 2010
    Gender
    male
    Posts
    19
    Reputation
    10
    Thanks
    0
    My Mood
    Yeehaw
    wow you sure are nice.

  13. #11
    _Fk127_'s Avatar
    Join Date
    Nov 2010
    Gender
    male
    Posts
    720
    Reputation
    16
    Thanks
    208
    My Mood
    Bitchy
    Quote Originally Posted by whit View Post


    We use java at my school..
    We use java too. But I hate java compared to c++.



    Put this image in your signature if you support HTML5 development!

  14. #12
    flameswor10's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Posts
    12,528
    Reputation
    981
    Thanks
    10,409
    My Mood
    In Love
    Quote Originally Posted by moo9801 View Post
    wow you sure are nice.
    Learn. Maybe, get rid of the \ and replace with spaces?
    No I do not make game hacks anymore, please stop asking.

  15. #13
    Alessandro10's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Location
    MPGH.NET
    Posts
    6,140
    Reputation
    215
    Thanks
    4,607
    My Mood
    Busy
    ProcessMemoryReader.WriteProcessMemory = C#, Vb and C++!

  16. #14
    moo9801's Avatar
    Join Date
    Dec 2010
    Gender
    male
    Posts
    19
    Reputation
    10
    Thanks
    0
    My Mood
    Yeehaw
    still don't understand why you beat me up, even though your code snippet doesn't work! go flame someone else.

  17. #15
    flameswor10's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Posts
    12,528
    Reputation
    981
    Thanks
    10,409
    My Mood
    In Love
    Quote Originally Posted by moo9801 View Post
    still don't understand why you beat me up, even though your code snippet doesn't work! go flame someone else.

    You're the one learning. I'm teaching you
    No I do not make game hacks anymore, please stop asking.

Page 1 of 2 12 LastLast