Author Topic: Simple VBS Script helps.  (Read 975 times)

Austin

  • Newbie
  • *
  • Posts: 29
    • View Profile
Simple VBS Script helps.
« on: February 26, 2009, 01:19:24 PM »
Alright I gave up on VB awhile back and now I am attending some shitty computers class and I have nothing better to do then troll forums so I decided to learn some basic VBS (non sb vb)

So I just want a code where its like for example:

msgbox "hello my name is Jim"
Whats your name?
(then you type in your name)
Oh hi (your name)

simple stuff like that, I just need something to work off of, thats how I learn best usually,

Thanks XD
[img]http://i65.photobucket.com/albums/h217/Austin_Austin4/DERMA1Sig.jpg\" border=\"0\" class=\"linked-image\" /]
Quote
Longest word with no repeated letter:
dermatoglyphics
SUPP??
-Sig is large 0.o -Ace

shhdn

  • Newbie
  • *
  • Posts: 22
    • View Profile
    • http://
Simple VBS Script helps.
« Reply #1 on: February 26, 2009, 01:27:56 PM »
hi, i am also learning VBScript, <username here>!
a useful place to learn about the basics is:
http://w3schools.com/vbscript/vbscript_variables.asp
also go to the place below to see some of the finished scripts:
http://rev77.net/scripts/
« Last Edit: February 26, 2009, 01:29:07 PM by shhdn »
Quote
[8:01:08 PM] <Nice> lol you would say thats what you said
 [8:01:19 PM] <shhdn> yes
 [8:01:23 PM] <Nice> you would agree
 [8:01:26 PM] <shhdn> nope
 [8:01:32 PM] <Nice> you would disagree to agreeing
 [8:01:37 PM] <shhdn> maby
 [8:01:46 PM] <Nice> you would be indecisive when i make fun of you
 [8:01:59 PM] <shhdn> most likely

Dare you click this?

~I am the Global in your Sig. Guess who I am.

its obvious who you are. you are text, but not any text, you are Sentient!!
Nope.-Mysterious Global

Austin

  • Newbie
  • *
  • Posts: 29
    • View Profile
Simple VBS Script helps.
« Reply #2 on: February 26, 2009, 01:46:55 PM »
did both, learned absolutley nothing.
[img]http://i65.photobucket.com/albums/h217/Austin_Austin4/DERMA1Sig.jpg\" border=\"0\" class=\"linked-image\" /]
Quote
Longest word with no repeated letter:
dermatoglyphics
SUPP??
-Sig is large 0.o -Ace

shhdn

  • Newbie
  • *
  • Posts: 22
    • View Profile
    • http://
Simple VBS Script helps.
« Reply #3 on: February 26, 2009, 02:35:26 PM »
>.> sorry that my information was unhelpful to you.
Quote
[8:01:08 PM] <Nice> lol you would say thats what you said
 [8:01:19 PM] <shhdn> yes
 [8:01:23 PM] <Nice> you would agree
 [8:01:26 PM] <shhdn> nope
 [8:01:32 PM] <Nice> you would disagree to agreeing
 [8:01:37 PM] <shhdn> maby
 [8:01:46 PM] <Nice> you would be indecisive when i make fun of you
 [8:01:59 PM] <shhdn> most likely

Dare you click this?

~I am the Global in your Sig. Guess who I am.

its obvious who you are. you are text, but not any text, you are Sentient!!
Nope.-Mysterious Global

Vector

  • Administrator
  • Hero Member
  • *****
  • Posts: 550
    • View Profile
    • http://clanmage.phost.ws
Simple VBS Script helps.
« Reply #4 on: February 27, 2009, 12:59:19 PM »
Code: [Select]
MsgBox "Hai there. My name is Bob, what is your name?"
myName = InputBox("Say your name here", "My program")
MsgBox "Hello " & myName & "!"
I am an Unofficial StealthBot Technician, an Unofficial StealthBot scripter, among other things. See my about page for more info.

Quote from: ArticWolve
Sorry I went down. Had internet problems with a cracker-jack-licensed driver hitting my internet pole (about 8 of them fell) and drooping my phone and electricity. Sorry ><

Rev77.net Plugins Manager

Proud host of Vector.no-ip.info | VectorJBLS.no-ip.org Status: [img]http://rev77.net/ServerCheck/check.asp?query=check&server=VectorJBLS.no-ip.org_status.png\" border=\"0\" class=\"linked-image\" /]

Shito-Ryu Karate-Do Genbu-Kai Rank: 8th Kyu (White belt, one stripe)

Rev77.Net Remote Support (Double-Click my name only if you were told to)

If the above link doesn't work, or if you use Vista, try this alternate link.

Noob ~Vector