Skip to content
MSN Addons

Can I do this

A TG007 community discussion started by nyt1972.

Discussion 3 posts
Page 1 of 1
Open
Topic #4929 · 3 published posts · 817 views

Hello,

 

My question may be strange, even not may be but its stragne for me myself, but here are gurus and for them it may be an easy task.

 

The question is:

 

Can I switch other bots controls off thru a command from my bot.

 

 

Let suppose a bot in a chat room enable the wordfrenzy, can I disable it thru a command from my bot.

 

hope u will get it.

My friend uses this when my script moofs, modfied to suit your needs.

 

on owner:TEXT:!startup:#:{ 
.enable #cuptalk 
.enable #help 
.enable #profiles 
.enable #hybrid 
.enable #hybrid2 
msg $!chr(37) $!+ $right(#,-1) S Georgia;0 Starting Loadup of Help Files....  
.timer 1 1 msg $!chr(37) $!+ $right(#,-1) S Georgia;0 -=[(*)] Help Files Emergency Start Up Complete [(*)]=-  
.timer 1 1 msg $!chr(37) $!+ $right(#,-1) S Georgia;0 Starting Loadup of Cup Talk Files...  
.timer 1 2 msg $!chr(37) $!+ $right(#,-1) S Georgia;0 -=[(*)] Cup Talk Files Emergency Start Up Complete [(*)]=-  
.timer 1 2 msg $!chr(37) $!+ $right(#,-1) S Georgia;0 Starting Loadup of @profiles Files...  
.timer 1 3 msg $!chr(37) $!+ $right(#,-1) S Georgia;0 -=[(*)] Check Profile Files Emergency Start Up Complete [(*)]=-  
.timer 1 3 msg $!chr(37) $!+ $right(#,-1) S Georgia;0 Starting Loadup of Games #1 Files...  
.timer 1 4 msg $!chr(37) $!+ $right(#,-1) S Georgia;0 -=[(*)] Games One Files Emergency Start Up Complete [(*)]=-  
.timer 1 4 msg $!chr(37) $!+ $right(#,-1) S Georgia;0 Starting Loadup of Games #2 Files...  
.timer 1 5 msg $!chr(37) $!+ $right(#,-1) S Georgia;0 -=[(*)] Game Two Files Emergency Start Up Complete [(*)]=-  
}

 

Custom Computer

AMD Athlon 64 x2 Dual Core 5200+

Asus M2N-SLI MOB

2GB DDR2 @ 800mhz

160GB Hard Drive

NVidia GeForce 8400GS 256

; enable groups and disable groups

 

 

 

.enable #group

.disable #group

 

ej :

 

on ScreeM:TEXT:!enable:#: {

 

.enable #awayprot

.enable #theme

.enable #sys

 

}

 

on ScreeM:TEXT:!disable:#: {

 

.disable #awayprot

.disable #theme

.disable #sys

 

}

 

 

Edited Jan 28, 2006 4:25 PM by ScreeM