Visual Basic Scripting (THE BASICS) [DJA]seeders: 1
leechers: 1
Visual Basic Scripting (THE BASICS) [DJA] (Size: 1.13 MB)
Description
Scroll to the bottom of the page to try a sample script to show what you will be learning
This is just a small tutorial I created for anybody wanting to learn vbs scripting (I know it's nothing big but a learning curve before venturing to a hard scripting language). Should be easy to learn and once done, you will have the ability to put scripts on public pc's or on friends computers as a joke... Simple Icon Changing to hide the script from looking like the original (Left hand side) Msgbox Inputbox Allowing you to either open a directory (Eg. Picture, Application or anything using the file directory) or giving a message if the password/passkey is wrong.. (Same thing, can also open any file by replacing the msgbox script with the createobject) the script written for the example i'm showing now (Including the do/loop which loops the script. Also an example script of what you will be able to write after learning the basics... I use this to open application on my computer instead of filling my screen up.... Sample Script - Example1= Msgbox ("This is my first script, and I am interested in learning the basics",2+16,"Kickass Torrents - We Be PiratesĀ©") Examplebox= Inputbox ("Are you ready to learn? 'If yes, then type ready' ","Kickass Torrents - We Be PiratesĀ©","not ready") if Examplebox= "ready" then createobject("wscript.shell").run (""/torrents/edit/4EC643AC651937B6F8DA20200671AC8B360ECECA/""") else createobject("wscript.shell").run ("""http://farm3.static.flickr.com/2486/4001132561_3ba5ff69cf_o.jpg""") if Examplebox= "ready" then createobject("wscript.shell").run ("""C:WindowsSystem32otepad.exe""") (Paste into notepad and save as " Ready.vbs ") Sharing Widget |