Page 2 of 2 FirstFirst 12
Results 16 to 19 of 19
  1. #16
    nathan455's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Posts
    59
    Reputation
    10
    Thanks
    8
    My Mood
    Cool
    Quote Originally Posted by Hobbo View Post
    Hey nice! but why dont you do a Multi Tool with all you have?
    thing is not really know how to make a mutitool someone gave me a example or a tut and i only code injectors and notepads and screen captures and :P etc

    Quote Originally Posted by -Away View Post
    Not bad
    Now this is a notepad
    thanks man could you gave me the format code so i can change text color and shit all put you in credits

  2. #17
    djrubenmp3's Avatar
    Join Date
    Jan 2011
    Gender
    male
    Location
    In JackInDaBox
    Posts
    586
    Reputation
    10
    Thanks
    493
    My Mood
    Psychedelic
    Quote Originally Posted by nathan455 View Post
    thing is not really know how to make a mutitool someone gave me a example or a tut and i only code injectors and notepads and screen captures and :P etc
    Lol make a multitool is simple, I will try to make a tut of that

  3. #18
    “I fear the day technology will surpass our human interaction. The world will have a generation of idiots.” ~Albert Einstein
    MPGH Member
    SteamAss's Avatar
    Join Date
    Nov 2010
    Gender
    male
    Location
    Crossfire
    Posts
    2,278
    Reputation
    28
    Thanks
    770
    My Mood
    Asleep
    If you want send me your sources and I can make you the multitool =D



    If you need my Help:
    PM/VM

    Because The People Who Are Crazy Enough To Think They Can Change The World, Are The Ones Who Do. ~Steve Jobs

  4. #19
    Lyoto Machida's Avatar
    Join Date
    Jan 2011
    Gender
    male
    Location
    Far away with girls
    Posts
    3,734
    Reputation
    133
    Thanks
    1,621
    My Mood
    Aggressive
    Quote Originally Posted by nathan455 View Post

    thanks man could you gave me the format code so i can change text color and shit all put you in credits
    Change Text Color:
    Code:
    Dim txtColor As New ColorDialog
    txtColor.ShowDialog()
    Textbox1.ForeColor = txtColor.Color
    Change Text Font/Size
    Code:
    Dim txtFont As New FontDialog
    txtFont.ShowDialog()
    TextBox1.Font = txtFont.Font
    Good luck with that

Page 2 of 2 FirstFirst 12