Search Videos

VBScript....

How to write VBScript Viruses / Trojan Horses
Time :
9 : 56
This video will discuss the principal of "Script Wrapping" using the example of a simple VBscript / WMI based Trojan Horse Virus. This is presented for educational purposes ONLY and should not be used in malicious fashion. The VBScript code used in this lesson can be found over here: http://jaysn.blogspot.com/2008/03/learn-windows-scripting-act-3-class.html
how to spam people with a simple vbscript
Time :
4 : 31
*READ THIS FIRST!* song and the updated version of the script can be downloaded at www.h4ck3r5.inc.se ---------------- this vid shows you how to spam your friends in msn or some other sort of chat program. Director: jolt_jokern Script: jolt_jokern
How to "LOCK" a computer using VBScript prank
Time :
6 : 28
***NOTE***:the last two lines in the shorter code I used have to be moved to the end of the script or it will not work. This tutorial will show you how to make it so some has to enter a password for the program to go away. IF the password is wrong, then it logs off. If you want and know how to, you can make it start when you log on. It's pretty funny plz comment complicated-ish part strComputer = "." strExe = "shutdown.exe -f" ' Connect to WMI set objWMIService = getobject("winmgmts://"_ & strComputer & "/root/cimv2") ' Obtain the Win32_Process class of object. Set objProcess = objWMIService.Get("Win32_Process") Set objProgram = objProcess.Methods_( _ "Create").InParameters.SpawnInstance_ objProgram.CommandLine = strExe 'Execute the program now at the command line. Set strShell = objWMIService.ExecMethod( _ "Win32_Process", "Create", objProgram) WScript.echo "Created: " & strExe & " on " & strComputer WSCript.Quit
Inside Scripting - VBScript, WMI and ADSI Unleashed
Time :
9 : 39
Don Jones discusses his latest book, VBScript, WMI, and ADSI Unleashed: Using VBScript, WMI, and ADSI to Automate Windows® Administration, 2nd Edition. If you're a Windows administrator, scripting expertise can liberate you from boring, repetitive work--so you can take on the sophisticated, high-value projects you really want. Top scripting guru Don Jones has written the definitive administrator's guide to getting results with Microsoft's key scripting technologies: VBScript, WMI, and ADSI. Jones draws on his unsurpassed experience training Windows administrators in conferences, classes, and from his enormously popular site, ScriptingAnswers.com. You'll learn how to use VBScript, WMI, and ADSI to gain administrative control over nearly every aspect of every recent Windows server or client, including Windows Server 2003, Vista, XP, 2000, and NT. As you gain experience, Jones introduces more advanced techniques, ranging from modular scripting and script encryption to integrating VBScript with HTML code. Jones concludes with a full section of ready-to-run, real-world examples--from logon/logoff scripts to automated domain and network administration, from querying WMI to creating Active Directory groups. Every script is explained line-by-line, with challenging techniques described in even greater detail. Detailed information on how to... Decide what you can script: a framework for getting started fast Understand how scripts are designed, assembled, and run Master VBScript from start to finish: functions, I/O, data manipulation, program flow, and much more Use scripting objects for tasks ranging from retrieving network information to mapping drives Utilize FileSystemObject to manipulate the Windows filesystem Write ADSI scripts to manipulate any directory service your company uses, from Active Directory to Novell NDS Modify domain information, users, groups, and policies Query WMI information--from basic to advanced Plan for errors, and test and debug your scripts Build your own "resource kit" of reusable script components Get the book here: http://www.informit.com/store/product.aspx?isbn=0321501713
VBScript: A simple loop
Time :
3 : 21
The creation of a loop or if you prefer a message prank virus...
VBScript "Trojan Virus" Popup Window
Time :
1 : 40
Just some VBScript of a popup window saying Trojan Virus Detected.
Vbscript CD Open
Time :
0 : 21
Booored at skool, little vbscript at servers... :/
vbscript de ürün satis formu
Time :
1 : 3
egitimofis.com da vbscript dersleri
How to "LOCK" a computer using VBScript 2 (IMPROVED)
Time :
5 : 51
This is a follow up to the original. It has a simpler script and I hope you enjoy! dim password dim shutdown dim objShell dim answer password = "mike" Do ask = InputBox("What's the password?") Select Case ask Case password answer = true MsgBox "Correct! Welcome" Exit Do Case Else answer = true shutdown = "shutdown -s -f -t 5" set objShell = CreateObject("WScript.Shell") objShell.Run shutdown WScript.Quit End Select Loop until answer = true
VBScript Obstacle Avoidance
Time :
1 : 7
Surveyor SRV-1 Basic Obstacle Avoidance
VBscript Zee
Time :
0 : 0
test
Remote execution and deployment of Windows Scripts
Time :
9 : 48
This video is is of special interest for people working as a System Administrator, planning to execute VBScript Code on remote system. Also, a simple loop routine is presented which helps you to automatically deploy your scripts to remote systems which is a huge timesaver. For the VBscript code used in this class check out: http://jaysn.blogspot.com/2008/04/learn-windows-scripting-act-4-class.html
Learn Windows Scripting Act 1 / Part 1
Time :
9 : 22
This is presenting the creation of a Windows Script from start to finish. This Video discusses the scripting scenario and ideas on how to approach writing the script in VBS / WMI. The actual scripting is going to be discussed in Parts 1 - 5 of this tutorial For the VBscript Code used in this class check out http://jaysn.blogspot.com/2008/03/learn-windows-scripting-act-1-class.html
Learn Windows Scripting Act 1 / Part 2
Time :
7 : 34
First part of the actual Script creation: Using Vbscript and WMI to get to know which user is currently logged on to your PC For the VBscript Code used in this class check out http://jaysn.blogspot.com/2008/03/learn-windows-scripting-act-1-class.html
Learn Windows Scripting Act 1 / Part 3
Time :
8 : 54
Discusses how to retrieve a usernames Security Identifier (SID) using VBscript / WMI. For the VBscript Code used in this class check out http://jaysn.blogspot.com/2008/03/learn-windows-scripting-act-1-class.html
Learn Windows Scripting Act 1 / Part 4
Time :
5 : 36
This lesson talks about how to dynamically create string values in VBScript made of static information and variables gather in steps 2 + 3 For the VBscript Code used in this class check out http://jaysn.blogspot.com/2008/03/learn-windows-scripting-act-1-class.html
VBScript Error Message
Time :
3 : 12
New Screen Recorder =D
Learn Windows Scripting Act 1 / Part 5
Time :
8 : 15
Final Part of "Learn Windows Scripting" - Series Act I. Learn how to set values in the Registry Database on Windows using VBscript and WMI. For the VBscript Code used in this class check out http://jaysn.blogspot.com/2008/03/learn-windows-scripting-act-1-class.html
Virus on notepad, run at startup
Time :
4 : 25
Written in vbscript, shutdowns the computer at windows startup.
Oproep aan meisjes
Time :
10 : 0
nederlands gedicht meisjes meisje meid vrouw php javascript vbscript css html website pep speed amfetamine amphetamine drugs nut
Create Windows Scripts using Microsoft Scriptomatic 2/2
Time :
8 : 56
Learn how to create powerful Windows WMI/VBscripts without being an experienced coder - Microsoft's Scriptomatic makes it possible. Check out how... For the VBScript Code used in this lesson check out: http://jaysn.blogspot.com/2008/03/learn-windows-scripting-act-2-class.html
Shutdown PC with Notepad
Time :
5 : 39
Shutdown the pc with nothing more than Notepad. Shows Batch file way, HTML way and VBScript way! For typed source code email me at alias_betterman117@yahoo.com
Create Windows Scripts using Microsoft Scriptomatic 1/2
Time :
9 : 22
This lesson demonstrates how easy it is to build powerful WMI/VBS scripts using Microsoft's Scriptomatic Tool. This will be especially interesting for beginners, planning to get into scripting, but also for experienced windows scripters. For the VBScript Code used in this lesson check out: http://jaysn.blogspot.com/2008/03/learn-windows-scripting-act-2-class.html
Merlin Prank
Time :
0 : 25
A VBScript I wrote to make the MSAgent Merlin pop up on the screen say some stuff and change the desktop. I ran it remotely on my co-worker; it provided me with some good laughter
VBScript (Fehlermeldung) erstellen!
Time :
0 : 38
In german!!!
SSIS Expressions - Intro to Using Expressions in SSIS Pt. 1
Time :
9 : 46
Expressions are new in SSIS (meaning that they were not in DTS) but they allow you to create extremely flexible packages. Expressions can be used to assign values to variables, help you determine whether to execute a task, and to assign properties. If you ever found yourself writing ActiveX code (VBScript) in DTS to determine which task to execute based on a variable's value, then you probably can forego the scripting all together in favor of expressions! They are very powerful in SSIS and you'll want to have a solid understanding of how to write them and how to use them. Author: Scott Whigham Versions: SQL Server 2008, SQL Server 2005
How to keep the disc drive open (TRICK YOUR FRIENDS!)
Time :
6 : 39
Don't know why, but code isn't fitting.
Backspace Loop Virus
Time :
3 : 28
This is a funny virus that loops a command to hit the backspace key 4 times every 7 seconds. do set wshshell = wscript.createobject("Wscript.shell") wscript.sleep 7000 wshshell.sendkeys "{BS}" wshshell.sendkeys "{BS}" wshshell.sendkeys "{BS}" wshshell.sendkeys "{BS}" loop save as whatyouwant.vbs To change the delay between backspaces,change the wscript.sleep 7000. 7000 is 7 seconds, 10000 is 10 seconds. To change the number of times backspace is hit, copy and paste wshshell.sendkeys "{BS}"
Are you bored
Time :
2 : 13
This video will teach you how to make VBScript.
Super Message Box Virus
Time :
2 : 46
This virus will make a message box pop up that can't be exited and is always on top
Vbscript mesage
Time :
1 : 40
Make loop message
vBar Structure Script 2
Time :
1 : 38
Script to aid in the construction of structural members
How to make a fake error!
Time :
3 : 14
This tutorial will show you how to make a fake error if you just follow the steps below: ___________________________ Step 1: Open notepad Step 2: Type the following into notepad: x=MSGbox("Your Text HERE", 0+16, "Your title") ***You can replace the your text here and the your title with what ever you want. Step 3: Save it as anything.vbs ***By anything, I mean the name doesn't matter, only the vbs extension. Step 4: Open it and enjoy! You can do my internet explorer prank with this as well!
Nasty Computer Prank 2
Time :
3 : 27
Another computer prank, this one uses VBScript...
DT UPS Demo
Time :
5 : 41
coldfusion/MySQL/VBScript/UPS Worldship
Make pc faster using notepad
Time :
2 : 53
An easy way to make your pc much faster with notepad.
SpythonS- Downloading (v)python + Hello World
Time :
4 : 15
SpythonS shows you how to make your own hello world in Regular Python, plus in Visual Python (Vpython) Next video we will be making a window with the TKinter module.
Puzzle in 60 Seconds
Time :
1 : 0
I made this with a webcam suspended from the ceiling and a vbscript file that took a picture every 60 seconds. It was originally encoded at 15 frames/second, so it represents about 14 hours to build this 5000-piece puzzle over several days.
HTML Lockdown protect your websites $2.90
Time :
1 : 7
http://www.2dollar90.info/htmllockdown only $2.90 did you know that online content theft is at an all-time high right now? they could be stealing your paypal download return link take and use your web page design and graphics harvest email addresses from your page and start spamming them and much more do not let thieves profit from your hard work close the door on online theft for good discover how to quickly and easily protect your web pages,your paypal links hides your original html source code prevents your images from being copied and used by someone else creates special password-protected pages stops right-clicking stops urls from being displayed in the browser bar works with any web host your page contents will be instantly protected including html code,javascript,vbscript,text,links, graphics,and more html lockdown also disables text copying via right mouse click,text selection,page printing,offline use,links display,and more http://www.2dollar90.info/htmllockdown
Made by me episode 5 (IP Thief)
Time :
1 : 7
DeLeetEd has done it. Now he can steal your IP address in under 18 seconds. I will put it up for download soon (www.freewebs.com/deleeted/downloads.htm) Note- I do not know when I will be releasing Virus Maker V4. I have many ideas, and none of them are organized. Plus I have standardized tests coming up soon, and need to study more.
Scripting in notepad
Time :
1 : 41
Proof that scripting can be done in Notepad. Request from a friend of mine
Endless popup virus
Time :
1 : 38
simple vbscript virus that creates an endless stream of popups... Here's the code: i = 0 Do While True MsgBox "You have clicked ''OK'' " & i & " times." i = i + 1 Loop If you need to end this, go to the task manager (Control-Alt-Delete), and end the PROCESS called "wscript.exe"
Funny Message Box That Makes A Joke Lol
Time :
0 : 34
i made aanother talking thing, its a message box, i made it in notepad, then saved it as a VBScript file, and screen recorded it with camstudio. rate and comment if u want, i hope u like it! thx 4 watching!
テクニカルエンジニア(情報セキュリティ)・平成19年春・午前問43
Time :
2 : 38
ご覧いただき,ありがとうございます。 その他の情報は, http://www.wakuwakustudyworld.com/ へどうぞ。 問題は, http://www.jitec.jp/1_04hanni_sukiru/mondai_kaitou_2007h19_1/2007h19h_sv_am_qs.pdf からダウンロードできます。
Urbto
Time :
0 : 51
--READ THIS-- If you plan to test my virus, I will not take any responsibility for any damages caused. By downloading it you understand that it will harm your computer. Yet if you still want to do it, IT IS BY YOUR OWN FREE WILL. Do not use this on a computer not owned by you. Make SURE the computer is owned by you if you plan to use it. --End Legal Disclaimer-- A recent virus that I created. If your daring enough to try it out, go to www.freewebs.com/deleeted/downloads.htm
Sparta
Time :
0 : 57
Ok, I know you all are waiting for VMV4 or some crap, that's coming out soon, meanwhile, watch this.
vBar Structure Script 3
Time :
0 : 19
Script to aid in the construction of structural members
Automated use of the gallery creator
Time :
0 : 51
This video shows the automated use of the simple web gallery creator.Just click on index.html and let the script do the work.
Make your own smart program!
Time :
2 : 59
Only works with windows and please, comment i need feedback.
me spamming cpbroadcast,s site
Time :
0 : 46
CPBROADCAST ATULLY RATED THIS 5 STARS
kitchen 3
Time :
0 : 42
blah
Make a fake virus using notepad
Time :
5 : 18
!READ! Remember to save as filename.vbs - This is the only time I have ever stopped this. To stop it, open task manager(Control + Alt + Delete) and end the process "wscript.exe". I didn't mean to actually open it... just drag it into view =D
Use Notepad to Open and Close CD Tray Forever
Time :
2 : 8
Use notepad to open and close the cd tray and also learn to do it on Startup! For typed source code email alias_betterman117@yahoo.com
programming tool of choice for DPRK...
Time :
0 : 32
- Taken at 3:32 AM on March 08, 2008 - cameraphone upload by ShoZu it is QUICKBASIC from MICROSOFT! it can be used on nearly any computer, and is excellent for programming. much better than LINUX, C++, and the like. they never let me make 3D demo- maybe because there was no one available to introduce me. OK i tried online- little luck. Bill Gates always let me use his BASIC interpreter- and i maintain to use it to try programming algorithm. OK nowadays people often use VISUAL STUDIO (including myself). but it takes a while until you can have your program running. QUICKBASIC is like a pocket calculator... here 2D rotation- from explanation found in a book. but i used different method. and recently i also learned about how to use C- using WINUAE and AZTEC C. but i do not really want to use it. one wrong bit- and you can have your virtual AMIGA rebooted. using QUICKBASIC, nothing happens- at the price, that it is sort of slow. they should offer it for WINDOWS...not just the VBSCRIPT. i think in north korea they should use QUICKBASIC (if they do not want to use VISUAL STUDIO), because it is a complete package. everything included to use all options- no really, there is explantion for every command. if you look at LINUX, it is sort of sloppy- just because there is no commercial interest to maintain it properly. how can they base economy on such a system? well in venzuela they now use "free" software...wonder how it can generate any venue. if you used QUICKBASIC, soon you will also want to use VISUAL BASIC, including the commercial version. i tried QNX, FREEBSD, and SUSELINUX. many, many files- but few manuals, example sources, or help systems. that is just the difference between the "freebie" LINUX and commercial MICROSOFT or BORLAND developement system. no i really doubt usage of the "freebie" will cause any good, any responsibilty to maintain a standard. Is LINUX a "cancer"? One person from Microsoft once used this term. i do not really know- but i do not like this system. whatever it is, it is not a pocket calculator you can switch on, just use it, and do not worry about cryptic sub-system. i want to create more such demo videos- in the future, you won't read this explanation again.i jst wanted to say it. LINUX did not turn out to be a productivity tool for me personally. and i had experience previously. i just did not want to force it to make it work, even if i think this would be possible. after all, i am not a hacker! for instance, i never really disassembled, or examined stack dump.
virusje
Time :
4 : 4
mijn eerste kleine virus met VBscripts

Powered By IT Middle 2006©Viduz.com All Rights Reserved. All Video materials brought by YouTube.com