VBScript
From StealthBot Wiki
VBScript or Microsoft's Visual Basic Scripting Edition is a scripting language similar in syntax to Visual Basic 6. StealthBot hosts VBScript into its scripting system using the Microsoft Script control (Dependency: msscript.ocx).
Syntax
- Main article: VBScript language
The language is similar in syntax to Visual Basic 6. Each line of code is executed basically in the order that it appears, with control flow statements to conditionally do whatever is needed.
StealthBot scripting tutorials
- Main article: List of script tutorials
These tutorials have been made specific for StealthBot scripting.