QQ skills (1)

xiaoxiao2021-03-06  14

Do you notice your own QQ number displayed on the edge of your avatar on the QQ panel? If you are online in the Internet cafe, this little thing may have no differentials to leave your QQ number to others! If we change it to your own status or nickname, we not only solve the privacy of privacy, but also have a different QQ!

Take the QQ2005 skin as an example, open the VBScript.vbs file with Notepad, find the following code:

1 SUB WINDOW_ONNNOTIFY (CODE, VAR) IF code = 1 TEN 'Sets the current uin usernum = var if 0 = showstatus the qqnumber.value = usernum else qqnumber.value = Usernum userStatus end if ......... .

The value of the VAR of the fourth line in the above code is the QQ number sent by the QQ program. QQNumber.Value is the QQ number displayed on your QQ panel. Obviously change the value of QQNUMBER.VALUE, you can change the QQ number display on the panel. In fact, the code to set the QQ number display has the following two points:

2 Sub Window_oninit () Window.getscriptversion "1.0" UserStatus = "(offline)" PATH = "Newskins // 2005 New Year Edition //" ShowStatus = 1 usernum = "0" PetClosebtn.visible = false if 1 = showstatus thenum = UserNum UserStatus end if strqqmailtip = "" End Sub .............

3 Elseif Code = 5 TEN 'Sets the current state. If VAR = 10 THEN USERSTATUS = "" statusico = "statuspic.ico" elseif var = 20 THEN UserStatus = "(offline)" statusico = "statuspic1.ico" elseif var = 30 TENERSTATUS = " StatusIco = "StatusPic2.ico" elseif var = 40 Then UserStatus = "(stealth)" StatusIco = "StatusPic3.ico" end If StatusPic.ico = StatusIco If 0 = ShowStatus Then QQNumber.value = userNum Else QQNumber.value = userNum UserStatus end if ............... Now replace all the Usernum on the right side of the above three code segments to "own nickname", then save, now reload the skin See if it is changed. Everyone must also find that as long as the value of ShowStatus in the code segment 2 can choose whether to display its own state. Here 1 is displayed, 0 means not displayed!

Ok, what are you waiting for, hide your QQ number, build your own personalized QQ!

转载请注明原文地址:https://www.9cbs.com/read-49927.html

New Post(0)