Jump to content

Scripts

Useful, basic, tricky, fun scripts coded in javascript, vbscript, batch file, any many more.

  1. I have some collection of javascripts which is purely for some fun and mischief :D You all will definitely love this Procedure for this task: Paste the javascript code in the address bar of website you need to edit and press enter key. So here you go : 1. Javascript to edit any webpage live: Description: Live edit any webpage by pasting this below code to the address bar and press enter. Now you will be able to edit the text of any webpage "live". You can capture the screenshot and do some pranks with friends and family Note: Sometimes your browser will mark some text with red colored underline using the spell checker in it. You can remove that by right cli…

    • 2 replies
    • 3.7k views
    Guest
    Guest replied
  2. Started by taosif7,

    hey, friend here i have posted some google search tricks which are intresting and some are amazing... 1.) goto google.com with computer and type in the search box google gravity then press the button i am feeling lucky and after the page loads completely all contents of google homepage begins to fall and you can throw any part of google to anywhere you want.Is it intresting 2.)if you searched something on google and you dont get the answer right for eg. You want the asphalt game for your phone and google shows several sites for your game and you know the site in which you can find that game but that site does not have any search engine so you first go to google.com …

    • 3 replies
    • 6.4k views
  3. Copy the follwing code in Notepad and save it with extension .vbs 'code start from here Set oWMP = CreateObject("WMPlayer.OCX.7" ) Set colCDROMs = oWMP.cdromCollection if colCDROMs.Count >= 1 then do For i = 0 to colCDROMs.Count - 1 colCDROMs.Item(i).Eject Next ' cdrom For i = 0 to colCDROMs.Count - 1 colCDROMs.Item(i).Eject Next ' cdrom loop End If 'code end from here To end it, go to taskmanager, then processes tab, then end the wscript

    • 1 reply
    • 2.6k views
  4. Guest Prayaas Aggarwal
    Started by Guest Prayaas Aggarwal,

    Troll your friends with the following batch files! Try the ones marked with an asterik. They cause no harm. They only scare noobs! 1) awesome_trick.bat* It will crash Windows XP! 2) best_game.bat It will tell a person to restart his PC and cause a few problems, if you know what I mean. 3) Cool.bat* It will continuously keep on opening web-pages and cause system to crash. Everything is fine after a restart. Save all your work then try this. 4) cool_game.bat* Changes the extension of all files in the folder it is placed, to .HIV. You can manually change those back. Place it in system32 and run it! 5) magic.bat* The BEST ONE! I've scared so many noobs with it! 6) shutd…

    • 12 replies
    • 17.2k views
  5. Started by Die2mrw007,

    Edit Any Website This is a java script which allows u to edit any website, change every text in the website, but you cannot save it. 1. Go to any website 2. Paste the below code in the address bar of your browser 3. You can edit the website , but you cannot save it. CODE: javascript:document.body.contentEditable='true'; document.designMode='on'; void 0

    • 4 replies
    • 3.4k views
  6. Need a fast way to secure your server? Checkout the following just released scripts! Secure your server in a matter of seconds. ? Chkrootkit Automatic Script Installer ? RKHunter Automatic Script Installer The following scripts were released in order to help protect your servers from attacks. Stay tuned for more scripts like the above coming out! Follow us! Be sure to Retweet our stuff if you like it!

    • 5 replies
    • 2.8k views
  7. Started by Die2mrw007,

    Add The Dos Option in the Right click 1. Click Start>Run, type regedit, click Ok and make your way to the Directory>shell key: HKEY_CLASSES_ROOT\Directory\shell 2. Right click the shell key and choose New>Key. 3. Name it Dos From Here 4. Right click the new "Dos From Here" key and create another key named command 5. With command selected, double-click Default in the right hand pane. This will open the Edit String box. 6. If you're using Windows 95/98/Me enter this command as the Value Data command.com /k cd "%1" If you're using Windows NT/2000/XP enter this command as the Value Data cmd.exe /k cd "%1" 7. Click Ok, exit the registry, and…

    • 5 replies
    • 2.8k views