mentalglitch

mentalglitch

Joined
May 13, 2008

Activity Stream

mentalglitch commented on a Page, Simple Tcl example bot  -  Jun 17, 2008

don\'t use this due to various TCL updates it wont work anymore

 Respond  
mentalglitch   -  Jun 15, 2008

@Jonesy44 ya irc.chatscape.net

 Respond  
mentalglitch created a Page  -  Jun 15, 2008
1,244 

run this in terminal and specify a mask such as "irc" and it will kill any processess with the word "irc" in it(all wild cards accepted)

 Respond   TCL  
mentalglitch commented on a Page, Anti-Spam Project Remote  -  Jun 14, 2008

lol @ napa182 agreed on kiddie spambots.

Korvin.. mIRC + that kind of irc botting is purely a script kiddies world.. and is nothing to be proud of..seriously.. get a *nix system. learn to program, and make your own bots. don\'t be a script kiddie o_0

 Respond  
mentalglitch   -  Jun 13, 2008

@Jonesy44 lol yeah kinda like a VB file.. TCL is normally run via console(command prompt) files are generally saved as .tcl but its not 100% needed if the file is written properly it can be run from nearly any file format(given that your on a nix system) in windows its best to just use a .tcl file lol and execute this file via command prompt and the command \'tclsh C:\\dir\\to\\tcl\\file\\file.tcl\'

 Respond  
mentalglitch commented on a Page, Help call to ops via bot relay.  -  Jun 13, 2008

lol aye i don\'t actually code fer mIRC in fact i don\'t even like it XD i\'m anti-windoze thus anti-mIRC h/e i do know how to fully script for this client. but i like to see people learning more about programming and script for mIRC is just as good a place to start as any so.. again gj Cheiron if ya ever have any questions i\'ll do my best help :P dun be afraid to ask mate! cheers

 Respond  
mentalglitch   -  Jun 13, 2008

@Jonesy44 lol its a programming language.. it does what ever you program it to do =D

tell it to \'puts stdout \"sup man?\"\' it will put the text \'sup man?\' to your console session(stdout)

 Respond  
mentalglitch commented on a Page, Help call to ops via bot relay.  -  Jun 13, 2008

lol k that worx ;p gj sir!

 Respond  
mentalglitch commented on a Page, Always Join Script  -  Jun 03, 2008

hrm.. if they ban after they kick you your shat outa luck ;p so try->(unreal networks)

on ^*:BAN:#: if ($banmask iswm $address($me,5)) cs unban #
on *:DEOP:#: if ($me === $opnick) cs op #
on *:KICK:#: if ($knick === $me) join #
raw 474:*:cs unban # | .timer 1 1 join #

the on op takes care of op issues the ban takes care of your ban(on channel)
the on kick fixes being kicked and the raw 474:*: checks for this message:

channel unable to join channel (address is banned)

then runs cs unban #

..enjoy
PS: you don\'t need to capitalize all the on *:command:
:COMMAND: works just the same as :command:
trust me this is more effective

 Respond  
mentalglitch   -  Jun 03, 2008

@Jonesy44 lol.. http://www.tcl.tk/about/ <<info on TCL if your interested about it

 Respond  
mentalglitch commented on a Page, mass.tcl  -  Jun 03, 2008

lol TCL = tool command language and the \'error\' is just using such things as \"lindex, lrange, etc\" without changing the arguments to a list \'[split \"arguments\"]\' then rejoining them later on by \'[join \"previous arguments\"]\' since lindex,lsearch,lrange,llength are commands FOR lists hence the l at the beginning of each command XD

lindex,lsearch,lrange,llength = list index, list search, list range, and list length to name a few

 Respond  
mentalglitch commented on a Page, Help call to ops via bot relay.  -  May 16, 2008

lol! add flood protection i see chanops being flooded like mofos with this XD

 Respond  
mentalglitch created a Page  -  May 14, 2008
2,869 

Tcl example bot (use in linux OS but will work on windows) it doesnt do anything aside from connect identify to nickserv and join the channels specified

  2 Threads   TCL  
mentalglitch commented on a Page, maketcl  -  May 14, 2008

oh as a side note. i don\'t care what you do with the code. modify it to your liking. if you have any questions just send me a msg here on hawkee.com and I\'ll be glad to help. weather its modifying this for full use with an eggdrop or whatever.

 Respond  
mentalglitch created a Page  -  May 14, 2008
582 

NOTE!!: This is NOT an eggdrop tcl if you 'source scripts/maketcl.tcl' you will most likely crash your eggy. This script requires that tclsh 8.5 be installed.

  1 Thread   TCL  
mentalglitch commented on a Page, mass.tcl  -  May 13, 2008

ok.. so I\'ve seen this error in many if not all of these scripts.. and isntead of explaining it all myself ive found an article you all can read..

http://www.peterre.info/characters.html

 Respond  
mentalglitch commented on a Page, No.Spam  -  May 13, 2008

lol agreed. tis all the script holders syntax, never blame the bot/script :P

 Respond  
mentalglitch commented on a Page, Vhosts -Eggdrop  -  May 13, 2008

~lol~

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.