Results 1 to 6 of 6
  1. #1
    hopefordope's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    Herndon,VA
    Posts
    264
    Reputation
    9
    Thanks
    86
    My Mood
    Psychedelic

    Message Box help

    as i am concluding my injector i wanted to have a message box(msgbox) that say the credits and how to use it. so whenevr i press enter while typing in msgbox("_ _"). there is an error tht says i can only type in one line anyone know how i can hav a box tht pops up and tells about this info:
    in this version of my injector i added the following

    >New Gui
    >added Suggestions
    >Added the Manual Inject Function
    >made the Injector less broader
    >Updated Status Line
    >Added Custom Close and Minimize buttons

    How To

    >Extract Files
    >SAve it to ur Desktop or somewhere else
    >Run it (if on VIsta Run As Admin)
    >follow the instructions on the Green line
    thanks in advance

    Press Thank You[IMG]https://i45.tinypic.com/2hg8w0n.jpghttps://img1.UploadScreensho*****m/images/main/2/3203234450.jpg[/IMG]










    My Releases
    Injector 3G
    Injector 2G
    Injector 1G
    Super Spammer
    CA Cleaner
    My Tutorials
    How to Make a real Injector(PerX)
    How to Make a Calculator(leeched)

  2. #2
    scimmyboy's Avatar
    Join Date
    Jan 2008
    Gender
    male
    Location
    https://mpgh.net MPGHCash: $442,596,199
    Posts
    5,645
    Reputation
    26
    Thanks
    896
    My Mood
    Happy
    MsgBox ("New GUI....all your other crap")

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

    hopefordope (02-20-2010)

  4. #3
    Erinador's Avatar
    Join Date
    Feb 2009
    Gender
    male
    Posts
    224
    Reputation
    14
    Thanks
    111
    My Mood
    Bored
    Code:
    MsgBox("BlaBla Line1" & vbCrLf & "BlaBla Line2" & vbCrLf & "BlaBla Line3",0,"Title")
    Try that

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

    hopefordope (02-20-2010)

  6. #4
    ShadowPwnz's Avatar
    Join Date
    Feb 2009
    Gender
    male
    Location
    Hackworld
    Posts
    104
    Reputation
    10
    Thanks
    17
    My Mood
    Dead
    Try
    Code:
    Msgbox("Line 1" & vbcrlf & "Line 2" & vbcrlf & "Line 3")
    That^ should return
    Code:
    Line 1
    Line 2
    Line 3
    because vbcrlf stands for New Line.
    Last edited by ShadowPwnz; 02-20-2010 at 02:34 PM. Reason: Damnit Erinador you posted like 10 milliseconds before me!

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

    hopefordope (02-20-2010)

  8. #5
    Erinador's Avatar
    Join Date
    Feb 2009
    Gender
    male
    Posts
    224
    Reputation
    14
    Thanks
    111
    My Mood
    Bored
    Quote Originally Posted by ShadowPwnz View Post
    Try
    Code:
    Msgbox("Line 1" & vbcrlf & "Line 2" & vbcrlf & "Line 3")
    That^ should return
    Code:
    Line 1
    Line 2
    Line 3
    because vbcrlf stands for New Line.
    I was faster (:<

  9. The Following User Says Thank You to Erinador For This Useful Post:

    hopefordope (02-20-2010)

  10. #6
    ShadowPwnz's Avatar
    Join Date
    Feb 2009
    Gender
    male
    Location
    Hackworld
    Posts
    104
    Reputation
    10
    Thanks
    17
    My Mood
    Dead
    Quote Originally Posted by Erinador View Post
    I was faster (:<
    By like 10 milliseconds, dammit.

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

    hopefordope (02-20-2010)

Similar Threads

  1. [Help Request] can I enter text into the message box using danksole?
    By crietenz in forum Vindictus Help
    Replies: 6
    Last Post: 08-26-2011, 01:05 AM
  2. [Help]Message Box[Solved]
    By o0OpurezO0o in forum Visual Basic Programming
    Replies: 16
    Last Post: 01-24-2011, 06:20 AM
  3. Xat box help?
    By Luke6.5 in forum General
    Replies: 10
    Last Post: 01-05-2010, 10:48 PM
  4. HACK error message NEED HELP!
    By lighthouse211 in forum CrossFire Hacks & Cheats
    Replies: 9
    Last Post: 04-14-2009, 11:15 AM
  5. Replies: 3
    Last Post: 03-28-2009, 11:58 PM