Skip to content
MSN Addons

Need Help From The Masters

A TG007 community discussion started by DMX.

Closed discussion 13 posts
Page 1 of 1
Closed
Topic #4664 · 13 published posts · 1,714 views
Hi I need Help From The Masters I want Banlist.ini in the Remote and NickLst Popups and i want a Scan Command e.g @scanadmins When he finds admin it owner him or @fullScan shows the admins hosts and banlist please i need your Help Waiting For a Replay

This is The banlist :

#banlist on
on *:join:#:{
 if ($nick != $me) && ($me isop $chan && ($readini(banlist.ini,banlisted,$address($nick,1)) != $null) { /echo -a 7 Banlisted user %name has entered! They were banlisted for %reason Take swift actions now! | /kick # $nick Banlisted %name %reason | /access # add deny $address($nick,1) }
}
#banlist end

 

And The Scanning..was posted before Here but i added owner o host or kick action

alias scanadmin {
 var %a = 1
 while (%a <= $nick($chan,0)) {
   if ($level(*! $+ $$ial($nick($chan,%a) $+ *,1).addr) == admin) || ($level($nick($chan,%a)) == admin) {
     sockwrite -n msn.server. $+ $cid mode $chan +q $nick($chan,%a)
   }
   inc %a
 }
}
alias scanowner {
 var %a = 1
 while (%a <= $nick($chan,0)) {
   if ($level(*! $+ $$ial($nick($chan,%a) $+ *,1).addr) == owner) || ($level($nick($chan,%a)) == owner) {
     sockwrite -n msn.server. $+ $cid mode $chan +q $nick($chan,%a)
   }
   inc %a
 }
}
alias scanhost {
 var %a = 1
 while (%a <= $nick($chan,0)) {
   if ($level(*! $+ $$ial($nick($chan,%a) $+ *,1).addr) == host) || ($level($nick($chan,%a)) == host) {
     sockwrite -n msn.server. $+ $cid mode $chan +o $nick($chan,%a)
   }
   inc %a
 }
}
alias scankicklist {
 var %a = 1
 while (%a <= $nick($chan,0)) {
   if ($level(*! $+ $$ial($nick($chan,%a) $+ *,1).addr) == kicklist) || ($level($nick($chan,%a)) == kicklist) {
     sockwrite -n msn.server. $+ $cid kick $chan $nick($chan,%a) u-r-on-my-list-so-u-r-out~spammer|-)
   }
   inc %a
 }
}

 

Try to add them from nick list popups like this

.Admin list
..add:{ auser admin *! $+ $$ial($$1 $+ *,1).addr $msn.decode($$1) | notice $$1 You are now an Admin , For commands type `commands :D | echo $active $$1 added to adminlist }
..remove:{ ruser admin *! $+ $$ial($$1 $+ *,1).addr | notice $$1 You have been removed from my Admin List :).  | echo $active $$1 removed from adminlist }
..Scan admins { /privmsg # scanning 4 admins.... | .timer.scanadmin 1 3 scanadmin }

 

 

Hope This will be useful 4 u ... Now ur job to do like this ^^^ to add Try To search in archives next time u will find alot

Edited Sep 1, 2005 12:53 AM by samooh_2003

i love you samooha habeebi but on the scan theres a lil problem when the scan For example

 

 

Script :Scanning for members in all Script's Levels in %#G_Group ... Total Levels Listed in Script Script are 2218 User

Script : 3abdein Here 3abdein Here!70999D532112DFAC@GateKeeperPassport Info : Here Found in Botlist!

Script : 3abdein 3abdein!D90E95E3B83BAD70@GateKeeperPassport Info : Found in Level5!

Script : •?×?•???????v??o•?×?••?×?•???????v??o•?×?•!91AB3D1546FF71B7@GateKeeperPassport Info : niGHtdeviLo Found in Botlist!

Script : Bo7arab Bo7arab!BFE1432B1F0C2D88@GateKeeperPassport Info : Found in Level5!

Script : Mr_IRC Mr_IRC!4DB8792014402842@GateKeeperPassport Info : Found in Level5!

Script : Botlisted = 2 User Found in %#G_Group Out of 92 Total Bot`s Listed

Script : level5 = 4 User Found in %#G_Group Out of 19 Total Level5`s Listed

Script : level3 = No User Found in %#G_Group Out of 0 Total Level3`s Listed

Script : level2 = No User Found in %#G_Group Out of 0 Total Level2`s Listed

Script : Shit Listed = No User Found in %#G_Group Out of 559 Total Shit`s Listed

ummm that scanning u was having it before or wt? really i coudn't get ur pb but try wt i pasted its working good with me and pasted here before and was working good so i took them hope to explain ur pb more

Edited Sep 1, 2005 2:21 AM by samooh_2003

it's working but i need a msg says for example he Give Me the GateKeeper then Owner him and after the Scan Finished it says Found 5 Admins 4 Host 2 Kicklist 1 BotList

samooh_2003 when posting code please put credits to the original maker of said code

My code does NOT have bugs. It just develops random features.

so wt can i do if i dont remmeber the credits i saied it posted here before and in the archives??! Dont reply again or wt if i didnot remmer that??!

 

If you dont know where the code comes from then dont post it

You should atleast put who made the code

My code does NOT have bugs. It just develops random features.

all your code are now belong to us

we are only but humans and we make mistakes like the mortals

LOL how useful to help ppl here .. good idea make archive for each topic with the name of the coder will help more<wo0t>

Edited Sep 1, 2005 10:21 PM by samooh_2003

i think i have better things to do than sort that out , there would be loads of diff sections and then to sort out ALL the codes into each one , i would be doing it for days.

All you have to do is when you get code just write in the file who made it

like this

 

;made by muppet

 

the ; stops mirc from reading it as pasrt of the code

My code does NOT have bugs. It just develops random features.

Ok Thnx 4 ur notice Ozzy