DragonFlare

DragonFlare

Joined
Jul 14, 2008
Occupation
Networking
Location
Lebanon, Missouri
Interests
Codes

Activity Stream

DragonFlare commented on a Page, Menu/Alias Blacklist with Password Auth  -  Sep 30, 2017

Also I am currently working on updating it with more features as well as re-coding the structure but that is a working version with no bugs I tested it constantly as I was coding it so it is still a solid piece of code. And I know storing the password in a .txt is not advised so I am working on that as well but again the password feature works and is solid most people who aren't MSL Scripters wouldn't know where to look for a password file anyways. But yes I am working on updating it and I am open to suggestions. So as it stands the script functions and does what it is intended to do.

 Respond  
DragonFlare created a Page  -  Sep 29, 2017
1 153 

A friend wanted me to make him a menu blacklist with password authentication.

  1 Thread   mIRC  
DragonFlare created a Page  -  Oct 24, 2015
1 346 

This is a password script i made for a friend it is fully tested and works. You have to replace "Change To File Path" with the path where your files will be i am working on adding more functions to it like the options to create directories, change directories and delete directories along with other functions. I will keep the script updated so check back often for updates.

 Respond   mIRC  
DragonFlare commented on a Page, AutoOp  -  Nov 14, 2010

Why would i delete a comment i'm speaking the truth and you all have a right to your opinion. And btw it's not bad scripting if it works as you said "Fool."

This part of the code seems pointless, also:
Code:
else { if (%aop == Off) { Halt }
}

Of course it would have to reach that point if it was on there would be no need for it if the script was always on why shut it off if it's already off Now that is pointless lol

Did you ever think i wanted it that way?
And you are right about it being a Learning site but i did not post this to learn i posted it for others and if they want to alter it good for them go for it but otherwise it stays the same.

It works and it does what it is supposed to so why change it and the code isn't "Bad" If it works so don't even say that lol Give me 2 other reasons and no BS Reasons either.

 Respond  
DragonFlare commented on a Page, AutoOp  -  Nov 10, 2010

There we go again that is your opinion lol
It may not be Wise but it is useful lol
Every Script is useful
Just like if you posted a script i could find some reason it isn't useful
First off you are saying it isn't wise or useful when you don't even know what the script was made for The script works and it does what it was Requested to do
Again we go back to "People" Wanting others to Script like them
And if you must know this Site was made For "People to post other scripts for people" No where in the rules of the site does it say anything about people not being able to post a script for someone When it comes down to it this is just like a pastebin site Why did you post your scripts on here? For decorations? No you posted them on here so other people can use them look at that a pastebin Pfft people take Hawkee to seriously it's pathetic.

 Respond  
DragonFlare commented on a Page, AutoOp  -  Nov 10, 2010

Gummo

I'd just like to point out the fact that when you said that code above was good code, Jethro_, it will actually op everyone who is NOT on the list when aop is enabled..

That's correct.

The code is scripted like that because of a Request from another server i am on.
I have no need to update it because it matches the specifications of the person who Requested it.
In other words "Don't fix what isn't broken."
And no i did not get %HaltNick form another script.

If it's not Broken why fix it because you want it to look like your scripting?
That's basically what you are saying.
See i like my Codes to be different from others.

WorldDMT how have you been?

 Respond  
DragonFlare commented on a Page, AutoOp  -  Oct 28, 2010

Again everyone has thier own Coding Style

 Respond  
DragonFlare commented on a Page, Epic Fail Pic alias Fail  -  Oct 28, 2010

Why do people insist on putting /'s in scripts lol none the less good coding for a beginner 6/10 for your effort Keep up the good work.

 Respond  
DragonFlare created a Page  -  Oct 28, 2010
533 

I made this as a guide for someone on the Forums and decided i'd post it.

DragonFlare commented on a Page, PLEASE DELETE  -  Oct 27, 2010

[Quote] Teen
u have 3 snippets and 2 of them, contains ''delete this'' ._.
[/Quote]
Lol'd

Savage_CL,

If the original script was broken why post it you're supposed to test your snipplets before posting them makes us assume that it was l33t lol if you need help with a script ask one of us instead of posting a script then asking for it to be deleted that is what we are here for is to help you can find me on /server -m Eloni.Lightsys.net:6667 and i'm sure Teen wouldn't mind helping you.

[Quote] Savage_CL
on *:TEXT:DELETE:#Hawkee_should_have_a_delete_button: {
[/Quote]

No you should test your scripts before posting them Savage_CL.

 Respond  
DragonFlare commented on a Page, Bot Blacklist v 1.0  -  Oct 27, 2010

Well as it's clearly posted i'm still working on it.

 Respond  
DragonFlare commented on a Page, bot assign/unassign  -  Oct 25, 2010

Then just use

 if ($me !iswm $nick) { 
 Respond  
DragonFlare commented on a Page, Flirt script -Updated-!  -  Oct 25, 2010

LOL
I agree with napa182.
You should update your post regardless lol

 Respond  
DragonFlare commented on a Page, a ♥♥Heart Acronym Snippet♥♥  -  Oct 25, 2010

I think

 elseif 

Looks better in these types of code personally.

 Respond  
DragonFlare commented on a Page, Channel Topic Design  -  Oct 25, 2010

[Quote]
Rawee

just a note Lady Sorien

.Clear:{ topic # $chr(160) }
}
}

I know some scripts dont need that as some work without it the problem is it may only work on certain IRC's wont allow that due to other scripts working against it
[/Quote]
Use the BB Code Bro
Makes it easier to notice if you are posting code or not you got the


 BB COde to post code >  BB Code to Quote Someone [b] To Make your Text Bold  To add color [u] for Underlining your text and etc... Just thought you should know Rawee and Sorien Good work for a beginner just think of it as constructive critism i got it alot when i first started scripting and posting on here then again Typo was my mentor and napa182 so they were hard asses but they helped me learn See you on the server btw

[Quote] [Quote]
_Teen_

as SunnyD said, who said to u thats dont need a closing bracket? 

look at this example

in this first example i will put a while event
[/Quote]

> 
_Teen_

> 
alias fd {
  var %x = 1
  while (%x <= $len($1-)) {
    echo -a $left($1,%x)
    inc %x
  }

  alias hhs {
    var %x = 1
    while (%x <= $1) {
      echo -a %x
      inc %x
    }
  }
}

> 
if we ''think'' in the same way as u think, when we type, /fd test, it will create a loop, then when we type /hhs 10, it will not work, so when we close the bracket, its work fine... 

He was correct
 Respond  
DragonFlare commented on a Page, Channel Topic Design  -  Oct 25, 2010

[Quote]
Teen

''People it goes in Popups so no need for the closing bracket you're talking about ''

after she edited, of course no need a closing bracket...
[/Quote]
LOL

 Respond  
DragonFlare commented on a Page, Quote script  -  Oct 25, 2010

Why not just add a Delete as well

elseif ($1 == Delete) { write -dl [ $+ [ $2- ] ] Quotes.txt }
}
 Respond  
DragonFlare created a Page  -  Oct 25, 2010
1,037 

I got bored and decided to make this blacklist script. It has been tested so it works. Just thought i would post it I am currently working on a newer version of it with more features.

DragonFlare commented on a Page, Quote Bot  -  Oct 24, 2010

Why when you could just set it as a variable like and have it triggered the way you're doing it is pointless here

On *:Text:*:#:{
  var %Quote write QuoteDatabase.txt $2-
  var %Read $read(QuoteDatabase.txt)
  tokenize 32 $Strip($1-)
  if ($1 == Quotes) { if ($2 == On) { set %Quotes On | msg Random Quotes Activated. }
    else { if ($2 == Off) { set %Quotes Off | msg $chan Random Quotes Are Off. }
    }
  }
  if ($1 == AddQuote) { if (%Quotes == On) { %Quote | msg $chan $2- Added. }
    else { if (%Quotes == Off) { Halt }
    }
  }
  if ($1 == Quote) { if (%Quotes == On) { msg chan %Read }
    else { if (%Quotes == Off) { Halt }
    }
  }
}

Simple Bot Code Without the Hassle.
And don't use /'s in scripts they look better without them

 Respond  
DragonFlare commented on a Page, Blacklist  -  Apr 28, 2010

Jethro_ [quote] Why not just use the user list? [/quote]
I dont know i got bored and wanted to script.
WorldDMT [quote] ini file isn't a good idea for blacklist codes else halt is useless and have to be removed orelse that will stop another code works [/quote] I always use ini files for stuff like this.
It really dont matter if it's in an ini file or a hash table.
Ini files read the HD every time it is triggered a hash table on the other hand stores them as variables then execute them when triggered via the mirc client itself i agree that it would be a better choice to use a hash table it's just the way i scripted it people are open to edit it and change it for hash tables.

 Respond  
DragonFlare created a Page  -  Apr 26, 2010
265 

This is a Description script it allows users to set a description for themselves in a room i made it when i was bored.

DragonFlare created a Page  -  Apr 26, 2010
978 

This is a Blacklist script i made when i was bored. If you would like to change the Name of the ini File Edit

DragonFlare commented on a Page, Nick Changer  -  Dec 30, 2009

Aucun50 [quote] omfg no hash tables you nubs! TXT FILE WORKS HERE NO NEED FOR HASH TABLE FFS! IT'S A LIST WOW DOESN'T NEED TO BE IN ANY ORDER FFS! [/quote]
He is right Hash tables are not needed here it is just a list
Why have it on a hash table does it matter how it is scripted it works dont it
Silo [quote] Chill out, man. Horses for courses. I'm new to hash stuff, but it's way faster to process. [/quote]
Hash tables and Inis Are both good ways of scripting

 Respond  
DragonFlare created a Page  -  Dec 27, 2009
1 883 

I got bored and decided to make this if you type !BNick nickhere it will add the selected nick the the badnicks ini file and when someone goes to change your bot to a nick that is in the Badnick.ini it will not allow them to if you want to change the name of the ini file change this part of the script

DragonFlare commented on a Page, AutoOpScript  -  Nov 20, 2009

i know i couldive done it those ways but it works just fine the way it is lmao i got bored lmao

 Respond  
DragonFlare commented on a Page, AutoOpScript  -  Nov 19, 2009

I made this for an #MircScripting room so i didnt have to worry about adding anyone but scriptors to the accesslist and people could test scripts that require op to test.

 Respond  
DragonFlare created a Page  -  Nov 19, 2009
386 

I was bored and decided to make this if. if you would like to change the %var edit

DragonFlare commented on a Page, simple bot greet to channel  -  Dec 08, 2008

Never thought of it that way Napa182

 Respond  
DragonFlare commented on a Page, simple bot greet to channel  -  Dec 08, 2008

Kirby he also could make it to were it writes to an ini file that way it only says welcome To chan to people who are in the ini using vars like so

 Menu Nicklist {
  -
  Welcome
  .add: writeini Welcome.ini $1 Nick $1
  .del: writeini Welcome.ini $1 Nick No
}
on *:Join:#:{
  %var = $readini(Welcome.ini,$1,Nick)
  if %var = $1 { msg $chan Welcome Back $nick }
} 

only says it to people you add Kirby.

 Respond  
DragonFlare commented on a Page, 5 Color Script (Fade)  -  Dec 07, 2008

Indeed, Gummo And other than that nicley coded Epik_Fail Keep up the good work.

 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.