HackingUniversity - Hacks . Tricks . How-To's

24 December 2012

Create Funky Facebook Status Update using this Easy Trick

Well I have already posted on how you can create some good facebook status update by flipping your text out using some easy online service. Well today I came across an another amazing trick by which you might be able to get some more funkiness in your update as this status will be freaky for everyone reading it out.

WeLl i aM TalKINg sOMetHiNg likE thIs Text So aS yoU cAN SeE hoW eACh anD EVeRy lEttEr iS DifFErEnT FROM eacH othEr sOMe aRe cApS anD sOm ArE NoT, SO nOW YOU CAn EVeN gEt this sAmE EffEcT By fOLlwiNG BEloW TutoRIaL.

So as you can see the above text is pretty much like freaky one the characters are randomly caps and some are simple, well this can be done easily by switching your caps on and off but what if you are writing some big status update so switching will be like a hard work, so lets make that hard work a simple way and get some cool status updates.

Making Caps Lock On and Off Automatically

Well the below script will automatically make your Caps Lock, Num Lock, Scroll Lock On and Off. So this will help you in just writing your status update and getting funky text.

  1. Open Notepad and Paste below code in it.

    Set wshShell =wscript.CreateObject("WScript.Shell")
    do
    wscript.sleep 100
    wshshell.sendkeys "{CAPSLOCK}"
    wshshell.sendkeys "{NUMLOCK}"
    wshshell.sendkeys "{SCROLLLOCK}"
    loop

  2. Now just save this as blink.vbs
  3. Now double click on it and you will see your caps lock and other two start blinking.

Remember To turn off this script, open your Task Manager > Processes, now scroll down and find wscript.exe, click on it and press End Process.

Write Anything in Facebook Status Update

Now your script is running, now you can write anything and your text will automatically get large and small as Caps Lock will be on and off automatically. So type down your status and then turn off the script. So now anytime you wanna write something funky just execute this script and enjoy.