Tips & Tricks

CA50

Level E
Hi fnds try this

copy this code in notepad save as a vbs file and run.
Your caps lock will start blinking

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

Another one

copy to notepad, save as *.bat file then see for yourself
Code:
@ECHO off
:Begin
msg * Hi
msg * Are you having fun?
msg * I am!
msg * Lets have fun together!
msg * Because you have been o-w-n-e-d
GOTO BEGIN

i bet you haven't heard any thing about
KOLIBRI

i am not going to say any thing just google it.
Hey post your comments.
 
Kolibri is the word for hummingbird in numerous languages, originating from a now extinct indigenous language of the French Caribbean colonies. The Kolibri is a bird.
 
pinga123 said:
Kolibri is the word for hummingbird in numerous languages, originating from a now extinct indigenous language of the French Caribbean colonies. The Kolibri is a bird.

sorry mate, you are wrong. here is a small info
Kolibri is a small x86 assembler hobby operating system. It forked off MenuetOS in 2004 and has mostly been developed by ex-USSR community since. API and ABI is being enreached with developer-frendly features. User interface is not that good yet but we are trying to improve it as well. Your feedback is very appreciated, although help would always be much more valuable.
head here to know more
KolibriOS 0.7.7.0
 
CA50 said:
sorry mate, you are wrong. here is a small info
Kolibri is a small x86 assembler hobby operating system. It forked off MenuetOS in 2004 and has mostly been developed by ex-USSR community since. API and ABI is being enreached with developer-frendly features. User interface is not that good yet but we are trying to improve it as well. Your feedback is very appreciated, although help would always be much more valuable.
head here to know more
KolibriOS 0.7.7.0
I got the meaning from wiki .:hap5:
 
Good morning trick :
To change password in windows platform, start command prompt. type "net user <user name> <new password>" without the quotes. It will not ask for the previous password.

Using this you can change your friends password without their knowledge. Just remember that in windows vista and se7en, you will have to invoke command prompt using administrative right.
 
CA50 said:
Good morning trick :
To change password in windows platform, start command prompt. type "net user <user name> <new password>" without the quotes. It will not ask for the previous password.

Using this you can change your friends password without their knowledge. Just remember that in windows vista and se7en, you will have to invoke command prompt using administrative right.

Good one .. Thanks for Sharing ;)
 
Back
Top