mIRC Snippet:
F0x's Mega Op Script
Posted on Oct 21, 2007 7:45 am
Posted on Oct 21, 2007 7:45 am
| Code: |
| if ($1 isin +Iinvitelist) { set %prefix $+(+,$str(I,$modespl)) | goto start } if ($1 isin -Iinvitelist) { set %prefix $+(-,$str(I,$modespl)) |
Shouldn\'t they have something different for \'invitelist\'?
mIRC Snippet:
F0x's Mega Op Script
Posted on Oct 20, 2007 8:39 pm
Posted on Oct 20, 2007 8:39 pm
Missing a bracket at the end of your mass command.
mIRC Snippet:
F0x's Mega Op Script
Posted on Oct 20, 2007 8:08 pm
Posted on Oct 20, 2007 8:08 pm
the /mass command should work because its in a alias in the script. It works fine for me, maybe you missed part of the script?
mIRC Snippet:
F0x's Mega Op Script
Posted on Oct 20, 2007 3:26 pm
Posted on Oct 20, 2007 3:26 pm
I like it fox,But /mass is a unknown command try to make it a bit different so that you can use it on any server/ISC
mIRC Snippet:
F0x's Custom 3 Colour AMSG
Posted on Oct 20, 2007 12:10 am
Posted on Oct 20, 2007 12:10 am
with the bracket yea i hit the wrong key but it still works..
and tippy, i did it like \"ac\" because its shorter and quicker to type.
and tippy, i did it like \"ac\" because its shorter and quicker to type.
mIRC Snippet:
F0x's Custom 3 Colour AMSG
Posted on Oct 19, 2007 3:47 pm
Posted on Oct 19, 2007 3:47 pm
[quote:a34298a214=\"Bull\"]The bracket at the end is open,make it } not {
I agree Bull,also the code why not make it more like...
I agree Bull,also the code why not make it more like...
| Code: |
| alias colour-set { /set %colour1 [ $1 ] //echo %colour1 \".::\"1 colour has been set. } |
mIRC Snippet:
F0x's Custom 3 Colour AMSG
Posted on Oct 19, 2007 2:38 am
Posted on Oct 19, 2007 2:38 am
The bracket at the end is open, make it } not {
mIRC Snippet:
F0x's Custom 3 Colour AMSG
Posted on Oct 17, 2007 9:53 pm
Posted on Oct 17, 2007 9:53 pm
Nice
mIRC Snippet:
F0x's Game Launcher v1.0
Posted on Oct 1, 2007 5:34 am
Posted on Oct 1, 2007 5:34 am
Ah, I am sorry for my mistake. I didn\'t see that. It would still require a lot of work beforehand to use this snippet. As I said, it would be easier to have a user just run a selected program.
- RubixCube
- RubixCube
mIRC Snippet:
F0x's Game Launcher v1.0
Posted on Oct 1, 2007 5:26 am
Posted on Oct 1, 2007 5:26 am
If you read, it says these are the ones on my computer, i do not asume they have them, as for it being so simple, yes I know it is, I am only a new scripter.
mIRC Snippet:
F0x's Game Launcher v1.0
Posted on Sep 30, 2007 8:51 pm
Posted on Sep 30, 2007 8:51 pm
This snippet isn\'t too great, I\'m sorry. You seem to assume other users have these demos/games installed (some are) to the snippet user\'s computer, or you just got this code from your personal remotes. As the others have already said, it would be much more compatible to use a code as this:
| Code: |
menu channel { Run application:{ var %t $$sfile(C:\\,Choose an file/application to run:) run %t } } |
mIRC Snippet:
F0x's Game Launcher v1.0
Posted on Sep 30, 2007 7:05 pm
Posted on Sep 30, 2007 7:05 pm
| Quote: |
..MineSweeper:/run C:\\WINDOWS\\system32\\winmine.exe |
does anyone else play minesweeper? my scores are 1-34-115
mIRC Snippet:
F0x's Game Launcher v1.0
Posted on Sep 30, 2007 1:31 pm
Posted on Sep 30, 2007 1:31 pm
Or you could just make it:
That simple.
| Code: |
alias game.run { var %sfile $$sfile(C:\\,Choose game/file you wish to run) run %sfile } |
That simple.
mIRC Snippet:
F0x's Game Launcher v1.0
Posted on Sep 30, 2007 1:01 pm
Posted on Sep 30, 2007 1:01 pm
Hmm, yeah, something must be wrong with it :|
* /run: unable to open \'C:\\WINDOWS\\system32\\spider.exe\'
* /run: unable to open \'C:\\Program Files\\Electronic Arts\\Battlefield 2142 Demo\\BF2142.exe\'
* /run: unable to open \'C:\\Program Files\\Microsoft Games\\Midtown Madness 2\\Midtown2.exe\'
* /run: unable to open \'C:\\WINDOWS\\system32\\spider.exe\'
* /run: unable to open \'C:\\Program Files\\Electronic Arts\\Battlefield 2142 Demo\\BF2142.exe\'
* /run: unable to open \'C:\\Program Files\\Microsoft Games\\Midtown Madness 2\\Midtown2.exe\'
mIRC Snippet:
F0x's Game Launcher v1.0
Posted on Sep 29, 2007 10:21 pm
Posted on Sep 29, 2007 10:21 pm
Oops. That was using a dialog. Here\'s using menu\'s...:
| Code: |
menu menubar { Example .GameName ..Find Location:set %Exam $sfile($mircdir*.exe,Locate Game .exe...,Open) ..Run:.run %Exam } |
mIRC Snippet:
F0x's Game Launcher v1.0
Posted on Sep 29, 2007 10:16 pm
Posted on Sep 29, 2007 10:16 pm
One problem I do see with this script is that (as you stated in the Introduction), what if the person did not save the game to that directory? You should allow them to locate the .exe file manually using $sfile and setting a variable. This would make it a lot easier then having to type it all out.
Here\'s an example using $sfile:
Here\'s an example using $sfile:
| Code: |
dialog example { title \"Example\" size -1 -1 144 58 option pixels button \"Find...\", 1, 8 34 46 19 button \"Run\", 2, 85 33 46 19 edit \"\", 3, 8 10 127 20, autohs } on *:dialog:example:sclick:1:{ set %Exam $sfile($mircdir*.exe,Locate Game .exe...,Open) did -ar example 3 %Exam } on *:dialog:example:sclick:2:{ .run $did(example,3).text } |
mIRC Snippet:
Bot Staff Commands v2.0
Posted on Sep 3, 2007 9:22 am
Posted on Sep 3, 2007 9:22 am
Hey, great bot!
One question: Since there ain\'t any !addfirstadmin like commands you have to write it manually to the ini file, correct? How would I do that for myself?
I\'ve looked up $adress, $nick and /writeini to figure out how it writes the nick/adress to the ini but I couldn\'t come up with anything.
One question: Since there ain\'t any !addfirstadmin like commands you have to write it manually to the ini file, correct? How would I do that for myself?
I\'ve looked up $adress, $nick and /writeini to figure out how it writes the nick/adress to the ini but I couldn\'t come up with anything.
mIRC Snippet:
F0x\'s Comebacks Menu
Posted on Aug 31, 2007 12:26 am
Posted on Aug 31, 2007 12:26 am
I made the menu cause I DIDN\'T want it to read randomly, I wanted the user to be able to select it.
mIRC Snippet:
F0x's Op Command Menu V2.0
Posted on Aug 30, 2007 11:07 am
Posted on Aug 30, 2007 11:07 am
umm...why would you want a random key? :/
mIRC Snippet:
F0x\'s Comebacks Menu
Posted on Aug 30, 2007 9:29 am
Posted on Aug 30, 2007 9:29 am
just make a alias read randomly from a text file.








