Skip to content
MSN Addons

Profile viewer

A TG007 community discussion started by AbsoluteEric.

Discussion 4 posts
Page 1 of 1
Open
Topic #3557 · 4 published posts · 698 views

I changed my connection for nuclear but it disabled my addons that were in my hybrid.

I would need this addons from morpheus to not show profile in room cause it floods my room with profile links also not needed to show links upon entry but just upon commands !profile etc . Thanks in advance

 

 

 

#profilecheck on

 

on *:JOIN:* {

.ctcpreply $nick TIME 
 (*)(*)(*)To Look at someones Profile Type !profile Nickname

}

 

on *:TEXT:*:#: {

if (`profile isin $1-) {

if ($2 == $null) { amsg How can i Give you a profile if you dont Enter a name $nick }

set %pnick $nick

prop $2- PUID

}

elseif (!profile isin $1-) {

if ($2 == $null) { amsg How can i Give you a profile if you dont Enter a name $nick }

/set %pnick $nick

/prop $2- PUID

 

}

elseif ('profile isin $1-) {

if ($2- == $null) { amsg How can i Give you a profile if you dont Enter a name $nick }

/set %pnick $nick

/prop $2- PUID

}

elseif (@profile isin $1-) {

if ($2- == $null) { amsg How can i Give you a profile if you dont Enter a name $nick }

/set %pnick $nick

/prop $2- PUID

}

}

 

raw 818:*: {

if ($3 == PUID) {

/amsg 
 $2 $+ 's profile is 
 http://members.msn.com/?mpp=2260~ $+ $4

%m = $msn.ndll(attach,$window(%w).hwnd)

%m = $msn.ndll(select,$window(%w).hwnd)

%m = $msn.ndll(handler,msn.hnd.prof)

%m = $msn.ndll(navigate,%p)

%msnc.stoppropend = $true

haltdef

}

elseif (($3 == MSNPROFILE) && ($window($msn.get($cid,room)))) {

if ($4 == 1) echo $color(info2) -t $msn.get($cid,room) * $msn.ifdecode($2) has a regular profile

elseif ($4 == 3) echo $color(info2) -t $msn.get($cid,room) * $msn.ifdecode($2) $+ 's profile says he is male

elseif ($4 == 5) echo $color(info2) -t $msn.get($cid,room) * $msn.ifdecode($2) $+ 's profile says she is female

elseif ($4 == 9) echo $color(info2) -t $msn.get($cid,room) * $msn.ifdecode($2) has a picture in his or her profile

elseif ($4 == 11) echo $color(info2) -t $msn.get($cid,room) * $msn.ifdecode($2) $+ 's profile has a picture, and says he is male

elseif ($4 == 13) echo $color(info2) -t $msn.get($cid,room) * $msn.ifdecode($2) $+ 's profile has a picture, and says she is female

%msnc.stoppropend = $true

haltdef

}

}

 

raw 924:*: {

.ctcpreply %pnick TIME 
 (*)(*)(*)(*)(*)(*)(*)(*)(*)(*) 
 %pnick $2 $+ 's Profile Can't be Found 
 Make sure you have spelled it Correctly and the user is in the room 
 Some Nicknames that contain Special Characters may not Be Accepted 
 (*)(*)(*)(*)(*)(*)(*)(*)(*)(*)

/unset %pnick

set %puidBusy $false

haltdef

}

 

raw 818:*: {

if ($3 == PUID) {

var %m, %c, %x, %p http://members.msn.com/?mpp=2260~ $+ $4- , %w @Vincula -  $+ $msn.ifdecode($2) $+ 's Profile

/notice %pnick $2 profile is 
 http://members.msn.com/?mpp=2260~ $+ $4-

/msg %pnick $2 profile is 
 http://members.msn.com/?mpp=2260~ $+ $4

/notice $2 %pnick Looked at your profile | /notice $2 %pnick you can whisper `profile nickname to me and i will be able to provide you with a link

.ctcpreply %pnick $2- profile is 
 http://members.msn.com/?mpp=2260~ $+ $4

.ctcpreply $2- TIME %pnick 
 Looked at your profile

.ctcpreply $2- TIME %pnick
 %pnick you can whisper `profile nickname to me and i will be able to provide you with a link

/unset %pnick

set %puidBusy $false

%m = $msn.ndll(attach,$window(%w).hwnd)

%m = $msn.ndll(select,$window(%w).hwnd)

%m = $msn.ndll(handler,msn.hnd.prof)

%m = $msn.ndll(navigate,%p)

%msnc.stoppropend = $true

haltdef

}

}

#profilecheck end

oups disabled only some addons in the hybrid...i just found out.

!spin !slots works but profile viewer and bot talks are disabled.

 

i want this one for working in whisper, can help my anyone? pls i mean... when i whisper to my script !profile NICKNAME that it answer me in whisper not in the main... I think it must be imposible

on *:TEXT:@profile*:*:{ 
 if (%proffault. [ $+ [ $nick ] ] >= 3) { 
   notice $nick Here $nick $+ , try looking at this page to see how it should be done :) ~~~> LINK
   unset %proffault. [ $+ [ $nick ] ] 
 } 
 if (!$2) { 
   inc -600 %proffault. [ $+ [ $nick ] ] 
   notice $nick Please make sure to leave a space between "!Profile" and the pasted nickname! :D 
 } 
 if (pro isin $right($1,$calc($len($1) -1))) && ($remlets($1) != $null) && ($2) { 
   set -u10 %pflshw $true 
   var %i 1 
   set %pronick $nick 
   while (%i <= $nick($comchan($nick,1),0)) { 
     if ($2 isin $nick($comchan($nick,1),%i)) { prop $nick($comchan($nick,1),%i) PUID | return } 
     inc %i 
   } 
   notice $nick Please make sure to paste the nickname exactly as shown in the chat window! :D 
   inc -600 %proffault. [ $+ [ $nick ] ] 
 } 
} 
raw 818:*:{ 
 if ($3 == PUID) && (%pflshw) { 
   .notice %pronick $2 $+ 's Profile link is http://chat.msn.com/profile.msnw?epuid= $+ $4- 
   %msnc.stoppropend = $true 
   .timerclose 1 5 close -@ *Profile* 
   haltdef 
 } 
}
ctcp *:ERR*:*: { 
 if ($2 == NOUSERWHISPER) && (%nowhisp) { 
   msg $comchan($nick,1) $nick $+ , please enable your whispers by going to here~~~~~> LINK :D 
   unset %pflshw 
   unset %nowhisp 
 } 
} 
#puid end 

alias remlets return $remove($1-,a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z)

 

Then turn on your whispers and add this in an different remote.

 

on *:text:*:?:{ if ($1 != @profile) msg $nick Hey $nick dont whisper me 8o| } | closemsg $nick

 

 

 

Custom Computer

AMD Athlon 64 x2 Dual Core 5200+

Asus M2N-SLI MOB

2GB DDR2 @ 800mhz

160GB Hard Drive

NVidia GeForce 8400GS 256