illhawkthat

illhawkthat

Joined:
Jan 06, 2011
Location:
United States

Activity Stream

illhawkthat   -  Feb 23, 2013
@Hawkee
Add a click to copy all button for code snippets.
illhawkthat commented on a Snippet, Last.fm Info (API)  -  Feb 23, 2013
@hxck
The API key (public) that was listed here has been deprecated.
You have to sign up for an API key from last.fm to get this script to work again. Just letting you know so you can edit the script a little and maybe put a note in the description.
illhawkthat posted a Snippet  -  Jan 20, 2013
illhawkthat commented on a Snippet, Simple Highlight Script (Notice and Counter)  -  Jan 17, 2013
wow man this is the stupidest
 Respond  
illhawkthat posted a Snippet  -  Jan 17, 2013
illhawkthat commented on a Snippet, mIRC Copy Clipper (/clip)  -  Jan 13, 2013
Interesting script. I made something like this that reminds me of this http://pastebin.com/u756wShi it's used to remove the timestamps from mIRC log files. Usage: /remstamp File
 Respond  
illhawkthat commented on a Snippet, Natural Bot Kick / Ban script  -  Jan 13, 2013
Haha this is funny!
There are some things you could fix for example don't use goto and sections such as instead of goto NonOp just halt it right there.
Very interesting way of coding this.
 Respond  
illhawkthat   -  Jan 13, 2013
Just helping a friend start a really cool new IRC network! come to irc.leafghoul.net if you want to join team awesome. First 100 users get a special prize. Try channels like #Chat for chat #omegle for an IRC omegle connection #LeafGhoul.FM to explore music etcetera!
 Respond  
illhawkthat commented on a Snippet, Wolfram Alpha  -  Jan 13, 2013
I made a wolfram alpha script a while ago that I just posted. http://www.hawkee.com/snippet/9797/
 Respond  
illhawkthat posted a Snippet  -  Jan 13, 2013
illhawkthat commented on a Snippet, BlackJack V 1.1  -  Dec 18, 2012
I created a different version of this script that uses card values 1-13 (*including aces and face cards*) - here it is http://pastebin.com/hLrxeFxs
NOTE: This version does include personalized hash table commands that you will need to remove.

However, parts of the script may be useful. PM for questions if you are new to editing scripts.
 Respond  
illhawkthat   -  Nov 01, 2012
Remind me to finish my mSL script for Omegle connections.
illhawkthat liked a Snippet, Pastebin Uploader  -  Oct 19, 2012
illhawkthat commented on a Snippet, Stocks Script (Quote for Ticker Symbol) v1.4  -  Aug 27, 2012
@cptpan Glad it works. To get symbols on ASX attach .ax to the symbol e.g. compare /stock CBA to /stock CBA.AX

For the response to play in channel instead of noticing nick use the @command (@stock GOOG)
Let me know if you want anything else changed.
 Respond  
illhawkthat commented on a Snippet, Stocks Script (Quote for Ticker Symbol) v1.4  -  Aug 22, 2012
@cptpan Weird. Working for me, http://i.imgur.com/N64Xh.jpg - Can you tell me what version of mIRC you are running? I have only tested it with 7.25, but it should work with any recent one.
 Respond  
illhawkthat is now following Paradox-Paradigm  -  Jul 25, 2012
illhawkthat commented on a Snippet, Stocks Script (Quote for Ticker Symbol) v1.4  -  Jul 15, 2012
@SunnyD hey sorry I didn't reply. I was at the beach. You mean like as the title of the program? (what shows up on the taskbar) Sounds interesting and could be pretty useful.
 Respond  
illhawkthat posted a Snippet  -  Jul 08, 2012
illhawkthat commented on a Snippet, Youtube Script (Parse Vids and Search) v4.8  -  Mar 22, 2012
Is that the only time it has happened like that or does it happen a lot? When you changed the english words to hungarian did you maybe also change some of the script? Also, to make sure no variables are effecting it please type /unset %botflood.*
 Respond  
illhawkthat commented on a Snippet, Youtube Script (Parse Vids and Search) v4.8  -  Mar 13, 2012
@Callvote please update. I had previously included checks to make sure it was not a flash player message (but these checks used the English language.) The new version *should* work much better and be noticeably quicker. [[v4.3 Improved the parsing speed and reliability by 340%]]
 Respond  
illhawkthat commented on a Snippet, Youtube Script (Parse Vids and Search) v4.8  -  Mar 12, 2012
@Callvote Sorry, it is once again the language barrier. I included checks that would ensure it would work in English, but forgot about other languages.

I will rewrite the code to support all languages. Expect v5.0 soon, I might do it tonight but at least by the end of the week.
 Respond  
illhawkthat commented on a Snippet, Youtube Script (Parse Vids and Search) v4.8  -  Jan 24, 2012
@callvote
You need to view the source of the page, it is what tells your browser to load it. I can't find where to set my youtube language to hungarian.
Google search for how to view the page source of a website >> Hogyan nézheti meg a forrás a honlapon
 Respond  
illhawkthat commented on a Snippet, Youtube Script (Parse Vids and Search) v4.8  -  Jan 24, 2012
@Callvote the page source of a website: I tried, but can't get the Hungarian version.
Google search for how to view page source >> Hogyan nézheti meg a forrás a honlapon
 Respond  
illhawkthat commented on a Snippet, Youtube Script (Parse Vids and Search) v4.8  -  Jan 21, 2012
The picture is helpful, but I also need the source. Go to http://www.youtube.com/results?search_query=tiesto and get the page source and paste it to pastebin.com
 Respond  
illhawkthat commented on a Snippet, Youtube Script (Parse Vids and Search) v4.8  -  Jan 18, 2012
@Calvote It must be because your is hungarian. Go to www.youtube.com/results?search_query=tiesto and right click and choose view source (if you cannot find this Google how to view page source for your web browser)

Copy the entire source of that webpage and paste it onto pastebin.com and give me the link. There are some times in the script that I checked for english words, and it would most likely not work with Hungarian, so I can make it include Hungarian words.
 Respond  
illhawkthat commented on a Snippet, Youtube Script (Parse Vids and Search) v4.8  -  Jan 16, 2012
@RandomlyGenerated cool, glad to hear it, seriously.

@Callvote !! it is all working fine for me though?! I am so confused why it isn't for you. Please try this
1. Delete the entire script from your remotes
2. Type " //unset %*youtube* | unset %botflood* " << without quotes >> into mIRC
3. Copy the code from this page and paste it into a NEW remote file (alt + r << File < New < Paste < Save as... (Youtube.ini)

Let me know if that changes anything, otherwise I'll look at it again.
 Respond  
illhawkthat commented on a Snippet, Youtube Script (Parse Vids and Search) v4.8  -  Jan 10, 2012
@RandomlyGenerated OKay cool, glad you like it. I updated it to include SSL (https) links. Let me know if you want anything else changed//updated. Hope that helps.
 Respond  
illhawkthat commented on a Snippet, Youtube Script (Parse Vids and Search) v4.8  -  Jan 04, 2012
@Callvote Hmmmmm, that linked always seemed to work for me (for the title) but it was giving a weird response for the author and it seems it was happening on all VEVO videos. I edited it to make it work for VEVO again, but I am not sure if the fix I used will work for you since it was in a different language, if it still doesn't work do another pastebin of what happens when you put in a link like that.

This is what I get for the ignore problem: http://i.imgur.com/0vRWn.jpg
If yours is giving you that error a lot type "/ignore on" into mIRC not sure what else would cause that, give me a pastebin if anything is relevant.
 Respond  
illhawkthat commented on a Snippet, Youtube Script (Parse Vids and Search) v4.8  -  Dec 30, 2011
@Callvote Before you had to type in the channel then hit remove, I just updated so you can click on the channel, then hit remove. If that doesn't fix it comment again. As far as the /ignore problem, I can't replicate that problem. Does that happen a lot? Are you sure it's from the YouTube script? I'm pretty sure 271 doesn't have /ignore on it
 Respond  
illhawkthat commented on a Snippet, Youtube Script (Parse Vids and Search) v4.8  -  Dec 09, 2011
@Callvote Good find. To be honest, I saw it myself but hadn't bothered updating it. Should work well with the new update now.
 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.