Fun and Advanced Kill Script
mIRC Code
+ 0 likes
Please Register to submit score.
| Average Score | 3.0 (of 1 scores) |
| Date Added | Aug 16, 2008 |
| Last Updated | Aug 16, 2008 |
| Tags | fun games kill |
Description
My snippet will virtually kill the opponents of whoever uses it. To use it you use !kill <person>.
Features:
Control Panel (accessible by Right Clicking on a channel window and then clicking '!kill CP')
Flood Control (can be adjusted by accessing the control panel)
Ability to turn the script on\off (can be done by accessing the control panel)
Person with the script loaded can still use the script
Self-Protection (you cannot be killed)
(*Note: The person with the script loaded can avoid flood control and self-protection)
Features:
Control Panel (accessible by Right Clicking on a channel window and then clicking '!kill CP')
Flood Control (can be adjusted by accessing the control panel)
Ability to turn the script on\off (can be done by accessing the control panel)
Person with the script loaded can still use the script
Self-Protection (you cannot be killed)
(*Note: The person with the script loaded can avoid flood control and self-protection)
mIRC Snippet:
Fun and Advanced Kill Script
Posted on Aug 16, 2008 6:54 pm
Posted on Aug 16, 2008 6:54 pm
Already told you a few comments, but I'll post it here.
In my opinion, avoid all that var clutter you have:
1.) You only need to repeat var %blah = blah once. You have it twice for on INPUT and on TEXT events.
2.) Again, my opinion, you don't need vars for something like this.
Not:
Suggestion, add a feature to put your own kill messages.
In my opinion, avoid all that var clutter you have:
1.) You only need to repeat var %blah = blah once. You have it twice for on INPUT and on TEXT events.
2.) Again, my opinion, you don't need vars for something like this.
| Code: |
| if (%speak == 1) { msg $chan Blah Blah Blah } |
Not:
| Code: |
| if (%speak == 2) { msg $chan %blah } |
Suggestion, add a feature to put your own kill messages.
mIRC Snippet:
Fun and Advanced Kill Script
Posted on Jul 25, 2009 9:34 am
Posted on Jul 25, 2009 9:34 am
ok it says
[Commands]
NumPad 0: Turn on the script
NumPad 1: Turn off the script
NumPad 2: Adjust flood protection (+)
NumPad 3: Adjust flood protection (-)
in the @!kill-CP
how are you to use the cmds it shows in that window ??
[Commands]
NumPad 0: Turn on the script
NumPad 1: Turn off the script
NumPad 2: Adjust flood protection (+)
NumPad 3: Adjust flood protection (-)
in the @!kill-CP
how are you to use the cmds it shows in that window ??
mIRC Snippet:
Fun and Advanced Kill Script
Posted on Jul 26, 2009 12:04 pm
Posted on Jul 26, 2009 12:04 pm
i suggest you add somthing to keep score :P was to lazy to do it myself






