GuitarMasterx7

GuitarMasterx7

Joined
Jan 02, 2010
Occupation
irc.swiftirc.net > #Hawkee : #MangaReader : what?!
Location
Kissimmee, FL
Interests
reading, scripting, [always on RS >.>], playing Call of Duty MW2, [i ish a gamerrrr]

Activity Stream

GuitarMasterx7 commented on a Page, Youtube advanced search  -  Jan 10, 2014

Aw it doesn't show the title anymore

GuitarMasterx7   -  Jan 10, 2014

Alright... so for the life of me I still cannot figure out Sockets...

(This was just me practicing and this doesn't work for me >_<")

alias Warframe {
  if ($regex($1-, /\Qwarframe.com/news/=\E(\w+)$/)) {
    sockclose Warframe
    sockopen Warframe www.Warframe.com 443
    sockmark Warframe $regml(1)
  }
  else {
    echo $color(info) -aef /Warframe: invalid link
    halt
  }
}

on *:sockopen:Warframe: {
  sockwrite -n Warframe GET /news/ $+ $sock($sockname).mark HTTPS/1.1
  sockwrite -n Warframe Host: www.Warframe.com
  sockwrite -n Warframe $crlf
}

on *:sockread:Warframe: {
  var %x
  sockread %x
  if ($regex(%x, <meta name="title" content="(.+)">)) {
    set %title. $+ $sockName $regml(1)
    echo -a Title: $($+(%, title., $sockname), 2) $&
      unset %*. $+ $sockname 
    sockclose $sockname
  } 
}

What i really want was for my bot to do is

(04:53:45) <@Kevykins> [!@.`]news
(04:53:46) <@War|Hero> The latest news Can be found here: (and itll pull the latest news from either the official website,
[a href="https://warframe.com/news/warframe-prime-time-11"]Official link[/a] or from the forum i made {which is a proboards}
[a href="http://warframe-hero.boards.net/thread/5/warframe-prime-time"]Proboards Link[/a])

So in other words

(04:53:45) <@Kevykins> [!@.`]news
(04:53:46) <@War|Hero> The latest news Can be found here: and also:
(Doesn't necessarily have to display both links, i would much rather use the Proboards link, but if its to difficult i'll jus settle for the official0

Or if its possible make the word "here" and "also" the link. so they jus click those words...

and you know the usual
@ = channel
!.` = Notice

GuitarMasterx7   -  Jan 10, 2014

Are the forums gone? T_T...
But hi, I'm back >.>

GuitarMasterx7 commented on a Page, Minutes, Hours, Days from now, Time ago in words  -  Mar 03, 2012

ohnice. good stuff ;o

 Respond  
GuitarMasterx7 commented on a Page, Bar (Revamped)  -  Mar 18, 2011

don't not is ia double negative... unless you mean do not?

 Respond  
GuitarMasterx7 commented on a Page, Channel Stats   -  Jan 19, 2011

ohh very nice

 Respond  
GuitarMasterx7 commented on a Page, Slap Script  -  Jan 07, 2011

instead of ppl having to change the YOURBOT
text, replace it wif $me

on *:ACTION:*slaps $me around a bit with a large trout:#: {
 Respond  
GuitarMasterx7 commented on a Page, JS/Jquery Pong game  -  Dec 14, 2010

cant get it to work =[
dk what goes here

<script src='JQUERY LINK'></script>

nvm i got it D:

 Respond  
GuitarMasterx7 commented on a Page, gift command  -  Dec 09, 2010

oh yea ur right =[ lolz

 Respond  
GuitarMasterx7 commented on a Page, gift command  -  Dec 09, 2010

i like my alias D:!

 Respond  
GuitarMasterx7 commented on a Page, Tagcloud Font Distributor  -  Dec 08, 2010

ah i see. thank you;3

 Respond  
GuitarMasterx7 commented on a Page, Tagcloud Font Distributor  -  Dec 08, 2010

i know this is old butttttt
would this work in Adobe Dreamweaver CS3?

and where would i put this...

 Respond  
GuitarMasterx7 commented on a Page, gift command  -  Dec 03, 2010

lolz whoops D:
i have two comp classes
Digital Design, and Web Design
they get kinda boring after you finish your work so i jus check Hawkee forums lolz

 Respond  
GuitarMasterx7 commented on a Page, gift command  -  Dec 02, 2010

what is the point of this anyways?

ppl really think this is jus a pastebin >_>

lets try out my failed attempt
at making this any less lammme...
[cant test it im in school =[ ]

on $*:text:/^[!.]gift/Si:#:{
  if $regex($1,/^[.!]gift$/Si) {
   if !%f
    inc -u5 %f
      .describe # Gives $nick a $Gift 
 }
}

alias -l Gift {
  var %x = $r(1,4)
  if %x = 1 { return Tree | halt }
  if %x = 2 { return $nick(#,$r(1,$nick(#,0)))  | halt }
  if %x = 3 { return Cookie! | halt }
  if %x = 4 { return coal | halt }
}
 Respond  
GuitarMasterx7 commented on a Page, Op Yourself When Deop & UnBan Yourself When Banned  -  Nov 15, 2010

ah... makes sense o.O

 Respond  
GuitarMasterx7 commented on a Page, Op Yourself When Deop & UnBan Yourself When Banned  -  Nov 12, 2010

can you explain

  elseif ($regex($1,/(\+[^\-]*b)/)) && ($2 iswm $ial($me)) {

wha dat does o.O

 Respond  
GuitarMasterx7 commented on a Page, Simple Auto Identify (NickServ)  -  Nov 02, 2010

not ALL of us are retards T_T

 Respond  
GuitarMasterx7 commented on a Page, Simple Auto Identify (NickServ)  -  Nov 02, 2010

i lied, that was totally aimed at you...
but nice save by me ;D

 Respond  
GuitarMasterx7 commented on a Page, Simple Auto Identify (NickServ)  -  Nov 02, 2010

i was jus sayin in general, not that you did or didnt D:

 Respond  
GuitarMasterx7 commented on a Page, mSL Mafia Wars  -  Nov 02, 2010

well first off it doesnt work cause you have
to go into your Variables section of your snippet editor
and add
%MafiaWars#channelname

or jus go through the code changing %mafiawarto your channel

 Respond  
GuitarMasterx7 commented on a Page, Simple Auto Identify (NickServ)  -  Nov 02, 2010

i hope you dont have some sort of
!say/!speak script on your bot.
lolz

easily obtainable password
!say $chan %auto.ident.password
would cause your bot to say your password in the active channel
but other then tha your good D:

plus mIRC comes in wif a built
in auto ID thing >_>"

 Respond  
GuitarMasterx7 commented on a Page, Adds   -  Nov 02, 2010

true :O

 Respond  
GuitarMasterx7 commented on a Page, Adds   -  Nov 02, 2010

doing it the way you said would create a lot of
variables if its used a lot.
but then again they only last for 5 seconds.
o.o

 Respond  
GuitarMasterx7 commented on a Page, Adds   -  Nov 02, 2010
 on *:TEXT:!here:#:{
  if !%f { 
    inc -u5 %f
  if ($nick isop #) {
    msg $chan Adds will start in 2 Sec! 
    .timer 1 2 msg $chan --> hey hey hey Go to www.hawkee.com to find your Fav scripts
    .timer 1 4 msg $chan --> YOUR TEXT GOES HERE
}
}

[if i have a question bout something like that
i look at Jethro_'s codes because hee likes to
have ANTI-FLOOD in his codes. i learn by
taking apart other pplz codes, but das not good
cuz that looks wrong to me for some reason o.O]

 Respond  
GuitarMasterx7 commented on a Page, FunCommands  -  Nov 01, 2010

napa182, get a life. why would you waste your time putting others down. No-one else is listening, napa182. Seriously, get a life.

i lol'd... Napa182 has gotten plenty
of respect from scripters a like to
say what he needs to say.
and you lil boy, needa calm your nipples ;]

nigguhs be arrogant nowadays but its whatever i guess
Hawkee.com is NOT a pastebin for crap like this
and yes crap. its leaned more towards the learning
from your bullshit rather then talkin shi back
to the ppl trying to better your skills in mSL.

yes i agree mSL is not a completely legit style of
coding, but it is infact a base of coding. it is the
easiest, and if your learned more you can learn things
that will get you dat money. but idc if you decide to take
the time an learn from others rather then being lame.

but anyways

to make this script LESS uglier then it awready is
if statements or a goto loop would be better then
this basic structure.

ON *:TEXT:*:#: {
  if ($1 == !bow) describe $chan sees: $nick Bows down to $2-
  if ($1 == !boom  describe $chan sees: $nick Blows up  $2-
}
 Respond  
GuitarMasterx7 commented on a Page, Access System (For Bot) v1  -  Nov 01, 2010

wow what WorldDMT said blew my mind D:
i must learn et!

 Respond  
GuitarMasterx7 commented on a Page, Dragon-Based Timer Game  -  Oct 28, 2010

The Snippet within the original bot is in open BETA
so hit us up on
/server -m irc.swiftirc.net -j #dragonrage

Bot Now in OPEN BETA for testing purposes. If there are any issues, please contact an Op @ for help. :: [Commands]: !dragon, !bite, !burn, !dhunt, !timers, !fight, !explore ::

i haven't been on to be testing/helping out for i am
a bit busy with school work an after school activities.

and on that note, srry evil for
abandoning you with out notice on the project.
everything seems to be cming out great ;]
but how have you been ;D

 Respond  
GuitarMasterx7 commented on a Page, Bar (Revamped)  -  Oct 20, 2010

soooo.....

!~~BANNER~~! !cookie person !~~BANNER~~! Gives person a cookie.

?

 Respond  
GuitarMasterx7 commented on a Page, Bar (Revamped)  -  Oct 19, 2010

please submit more after you sleep.. we need something to do.. lol

i lol'd...

only reason i read da comments
is to learn sumfin i didnt awready know
if you were to never receive any of those comments
i wouldve stuck to what you had done LadySorien
an now i know of atleast 2 dif other ways to do it.
;D

an wth is a banner? o.O

 Respond  
GuitarMasterx7 commented on a Page, a ♥♥Heart Acronym Snippet♥♥  -  Oct 11, 2010

Keep learning, and may your typos not be fatal.

mines were Fatal D: lolz

 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.