LenHacks
Get a Quote
Showing 3 of 49 items
By Elia Wavez
Posted on: Tue, 11-Sep-2018, 00:00
This can be quite friendly, people may think the PC is talking to them. all iOpen Notepad and copy/paste the below mentioned code:@echo offmsg * You make me work too much.shutdown -c “Error! okay that’s it, I quit! bye!!” -sSave the file with .bat extension and give a desired name. Executing the file will lead to the above mentioned stunt after a short delay.You can replace text of your own for custom messages.
By Elia Wavez
Posted on: Mon, 10-Sep-2018, 23:55
Keyboard LED Dance make the three LED lights above the Number lock pad dance by turning on and off one after the other. Copy the below mentioned codein the Notepad:Set wshShell=wscript.CreateObject(“WScript.Shell”)dowscript.sleep 100wshshell.sendkeys “{CAPSLOCK}”wshshell.sendkeys “{NUMLOCK}”wshshell.sendkeys “{SCROLLLOCK}”loop .Save the file with .vbs extension and close it. You can end with  “wscript.exe” program in the Task Manager or restart the PC to end it.
By Elia Wavez
Posted on: Mon, 10-Sep-2018, 23:51
Disable the mouse another amazing trick, Mouse functions to make the user think their mouse is broken. Open Notepad and copy/paste this. ; code:rem Disable Mouseset key=”HKEY_LOCAL_MACHINE\system\CurrentControlSet\Services\Mouclass”reg delete %key%reg add %key% /v Start /t REG_DWORD /d 4Now, save the file with .vbs extension and close and restart the file
KEEP UP TO DATE

This site was designed with Websites.co.in - Website Builder

IMPORTANT NOTICE
DISCLAIMER

This website was created by a user of Websites.co.in, a free instant website builder. Websites.co.in does NOT endorse, verify, or guarantee the accuracy, safety, or legality of this site's content, products, or services. Always exercise caution—do not share sensitive data or make payments without independent verification. Report suspicious activity by clicking the report abuse below.

WhatsApp Google Map

Safety and Abuse Reporting

Thanks for being awesome!

We appreciate you contacting us. Our support will get back in touch with you soon!

Have a great day!

Are you sure you want to report abuse against this website?

Please note that your query will be processed only if we find it relevant. Rest all requests will be ignored. If you need help with the website, please login to your dashboard and connect to support

;