Thanks fer that, Men. It's coooool 
http://profiles.friendster.com/animateddrunkrobot
|
Dat's a nice 1 dude, thanks 4 d share.
|

thats totally awesome!!
its working on mine..i used the shortcut..
really cool!!


|

Hei... what we do after saving it bro??
EDITED
it works bro!!!! Thanks 4 sharin it.. mwaaah 
Last edited by Nina~Sakura (2009-06-12 02:50:29)

|
i saw this tutorial in a site which i searched in google.
i tried this but registry editing in my pc is disable 
another problem .. how to enable this one. *ugh!!
*eerrr!!
anyway .. thanks for sharing
|

^ use this script
'Enable/Disable Registry Editing tools
'© Doug Knox - rev 12/06/99
Option Explicit
'Declare variables
Dim WSHShell, n, MyBox, p, t, mustboot, errnum, vers
Dim enab, disab, jobfunc, itemtype
Set WSHShell = WScript.CreateObject("WScript.Shell")
p = "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System\"
p = p & "DisableRegistryTools"
itemtype = "REG_DWORD"
mustboot = "Log off and back on, or restart your pc to" & vbCR & "effect the changes"
enab = "ENABLED"
disab = "DISABLED"
jobfunc = "Registry Editing Tools are now "
'This section tries to read the registry key value. If not present an
'error is generated. Normal error return should be 0 if value is
'present
t = "Confirmation"
Err.Clear
On Error Resume Next
n = WSHShell.RegRead (p)
On Error Goto 0
errnum = Err.Number
if errnum <> 0 then
'Create the registry key value for DisableRegistryTools with value 0
WSHShell.RegWrite p, 0, itemtype
End If
'If the key is present, or was created, it is toggled
'Confirmations can be disabled by commenting out
'the two MyBox lines below
If n = 0 Then
n = 1
WSHShell.RegWrite p, n, itemtype
Mybox = MsgBox(jobfunc & disab & vbCR & mustboot, 4096, t)
ElseIf n = 1 then
n = 0
WSHShell.RegWrite p, n, itemtype
Mybox = MsgBox(jobfunc & enab & vbCR & mustboot, 4096, t)
End Ifsave in notepad and rename to name.vbs . Double click the VBS file to enable and double click again to disable.
Note : Your antivirus software may report this script as potentially malicious, or a possible virus. This is because the script writes to the System Registry. Just allow or disable your antivirus first.
Last edited by AFZULNIZAM (2009-08-01 05:33:34)

|

thnxx fer this..it really is tricky.haha,.thnxx again

|

wow.i love this! thanks fr the share
|

Wow then this is how my other friends do those multiple accounts
I thought they're just using Chat through their mails. Usually that's possible too right? 
|

working..!!
thanx for this..
|


I had that code in my pc..
@bobcbar, it those not affects files.
the code says to make the yahoo messenger "Plural" or by means,to be multiple..
@ nehpets..::
thanx for the code info.. ![]()
|