Kayak begitulah preview penjelasannya. nah dengan .VBS Code kamu bisa iseng ngerjain kompy temen dan bikin dia bengong kayak orang bloon coz di kira komputernya lg error. Caranya gampang coz kamu tinggal copas codenya ke notepad lau save as "namafile.vbs", pada namafile silahkan ketik sesuka mu. Berikut Daftar Code .vbs yang bisa kamu copy:
Enter Key Repeat:
Set wshShell = wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "~(enter)"
loop
Backspace Repeat:
MsgBox "Let's go back a few steps"
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{bs}"
loop
Caps Lock Repeat:
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
loop
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
loop
CD Rom Opener:
Set oWMP = CreateObject("WMPlayer.OCX.7")
Set colCDROMs = oWMP.cdromcollection
do
if colCDROMs.Count >= 1 then
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next
End If
wscript.sleep 100
loop
Java Codes:
Edit Any Website: javascript: document.body.contentEditable = 'true'; document.designMode = 'on'; void 0 (paste in URL bar)
Moving Images:
javascript:R=0; x1=.1; y1=.05; x2=.25; y2=.24; x3=1.6; y3=.24; x4=300; y4=200; x5=300; y5=200; DI=document.getElementsByTagName('img'); DIL=DI.length; function A(){for(i=0; i-DIL; i++){DIS=DI[ i ].style; DIS.position='absolute'; DIS.left=(Math.sin(R*x1+i*x2+x3)*x4+x5)+ 'px'; DIS.top=(Math.cos(R*y1+i*y2+y3)*y4+y5)+' px'}R++}setInterval('A()',5); void(0); (paste in URL bar)
Youtube:
Watch Videos In Higher Quality: &fmt=18 (paste after URL text)
Make You Videos Full Youtube Dimensions:
yt:crop=16:9 (zooms in on the 16:9 area, removes windowboxing)
yt:stretch=16:9 (fixes anamorphic content by scaling to 16:9)
yt:stretch=4:3 (fixes 720x480 content that is the wrong aspect ratio by scaling to 4:3)
yt:quality=high (default to a high quality stream, depending on availability)
(paste in Tags section)
Other:
Virus ShutDown Code:
shutdown -s -t (time in seconds) -c "What you want to come up in the box"
Aim Change Away Status:
aim:goaway?message=your+message+here
INGAT!!! CARA BUWAT NGE-NORMALIN KOMPUTERNYA :
- Masuk ke Task Manager.
- Pilih Prosses.
- Cari "wscript.exe" ,
- End Prosses "wscript.exe"/
- Komputer telah kembali normal.
0 Response to "Menggunakan Visual Basic Scripting untuk ngerjain kompy temen"
Posting Komentar