jsg55

jsg55

Joined
Nov 22, 2009
Location
irc.swiftirc.net

Activity Stream

jsg55 commented on a Page, Simple Relay  -  May 25, 2010

uh injections as in code injections, and i just meant i think its better to be safe then sorry since theres a lot of people out there that would try to manipulate something like this just my opinion

 Respond  
jsg55 commented on a Page, Simple Relay  -  May 25, 2010

MegaScripters, just my opinion but you should use an alias instead of a menu for something as small as setting and unsetting a variable. also um id use $remove($1-,$) instead of just $1- to guard against injections and that kind of garbage a bit. and i kind of like the -e switch for global var's so that if you close mirc and forget to turn this off it will unset the var's.

 Respond  
jsg55 commented on a Page, Simple Scripting Game  -  May 21, 2010

¿Por qué no utilizar on :text:!disparo:#: en lugar de On :text:*:#:{
if (!disparo isin $1) { Lo siento por mi pobre español jaja

 Respond  
jsg55 commented on a Page, /hlist Hash Table List  -  May 10, 2010

pretty cool script raccoon nice job :)

 Respond  
jsg55 commented on a Page, samp script  -  May 04, 2010

lol. i just spent 5 minutes trying to figure out what this is even supposed to do, im still drawing a blank.

 Respond  
jsg55 commented on a Page, Prime Number checker  -  Apr 22, 2010

heh i didnt mean it as an insult to you, just meant that it was wrong to say what he said. and i know what you mean lol

 Respond  
jsg55 commented on a Page, Auto-Identify to Anope NickServ on IrCQNet  -  Apr 22, 2010

good job gooshie, and its nice to see someone posting a perl snippet on here lol.

 Respond  
jsg55 commented on a Page, Prime Number checker  -  Apr 22, 2010

hey it might just be me but i dont think your supposed to just insult the persons code, you should tell them why you think its weak and give them constructive critisism (didnt spell that right), that kind of stuff is going to discourage a beggining scripter really badly. especially one trying to learn a language like this one lol.

 Respond  
jsg55 commented on a Page, Cookies!  -  Apr 21, 2010

"I'm trying to figure out when someone changes their nick...It will change the ini to match the new nick. If anyone can help me with that, That'd be great :D"
how about
on *:nick: {
if ($readini(cookies.ini, cookies, $nick) != $null) {
var %x $readini(cookies.ini, cookies, $nick)
remini cookies.ini cookies $nick
writeini cookies.ini cookies $newnick %x
}
}
if thats what your asking for lol
i apologize if its not the most compact piece of work ever

 Respond  
jsg55 commented on a Page, Services Windows  -  Apr 20, 2010

lol great idea on this script cados, nice and convenient.

 Respond  
jsg55 commented on a Page, Pokemon Catching Snippet  -  Apr 01, 2010
jsg55 commented on a Page, Eurysmiles  -  Mar 01, 2010

also, awesome profile picture D2K7

 Respond  
jsg55 commented on a Page, Eurysmiles  -  Mar 01, 2010

you dont need that second if in there if your using &&, also i think that since your not using a pipe you need a pair of brackets after your if statement.

 Respond  
jsg55 commented on a Page, Pokemon  -  Feb 04, 2010

lol im not sure if wariopower minds but i think hes already posted this http://www.hawkee.com/snippet/6648/

 Respond  
jsg55 commented on a Page, givesmehope socket  -  Feb 03, 2010

actually, thanks even more after trying out your suggestions lol got this working way better you guys are awesome

 Respond  
jsg55 commented on a Page, givesmehope socket  -  Feb 03, 2010

ha yeah i guess it was a pretty lame first try but thanks a lot for the input both of you :)

 Respond  
jsg55 created a Page  -  Feb 03, 2010
524 

my first atempt at a socket, grabs a random quote from givesmehope.com, hope i didnt mess too much stuff up. also i used the nohtml alias from a script i saw knoeki post on this site once. which would be found here http://www.hawkee.com/snippet/5880/ thanks knoeki, there was some gmh snippets posted in that link but i couldnt get any of them to work, and thanks for any constructive criticism from anyone..

jsg55 commented on a Page, skittles irc script  -  Jan 31, 2010

hm well tyvm for the input :)

 Respond  
jsg55 commented on a Page, Dialog Rock paper scissors  -  Jan 31, 2010

looks cool slub good job, i dont know enough about dialogs to rate it higher then 7 but seems nice :)

 Respond  
jsg55 commented on a Page, Channe Relay Script  -  Jan 26, 2010

PunkTuReD has a point in my opinion since with scripts like this its possible to inject your own code into it, lol my friend showed me that by getting my bot to change its nick log off once when i used a script sort of like this. You should probly have something like $remove($1-,$chr(36))

 Respond  
jsg55 commented on a Page, Youtube Video Searcher/Downloader  -  Jan 21, 2010

looks cool sunslayer, i havent tried downloading anything yet but so far its working good, really convenient too :)

 Respond  
jsg55 commented on a Page, iKnown>> Tease Op  -  Jan 21, 2010

actually you can edit it, there should be an edit button right over the code :S

 Respond  
jsg55 commented on a Page, iKnown> NS with Pass  -  Jan 20, 2010

rofl sounds like a good idea

 Respond  
jsg55 commented on a Page, Clan Script  -  Jan 20, 2010

i think it was pretty imaginative lol

 Respond  
jsg55 commented on a Page, iKnown> NS with Pass  -  Jan 20, 2010

i have no idea what hes talking about now i dont see anything about raw in there either im pretty lost atm :S

 Respond  
jsg55 commented on a Page, iKnown> NS with Pass  -  Jan 20, 2010

i agree snooop

 Respond  
jsg55 commented on a Page, iKnown> NS with Pass  -  Jan 19, 2010

i think maybe he meant expose as in keeping it in a file anyone who used his comp could read.. just taking a guess lol though id say typing the pass out loud on any irc network would be exposing it a lot more then keeping it in a file lol. even if you say it in a private channel people can always use packet sniffers and stuff.

 Respond  
jsg55 commented on a Page, Random Slogans  -  Jan 18, 2010

lol nice job napa

 Respond  
jsg55 commented on a Page, on join whois o.O  -  Jan 16, 2010

cool idea GuitarMaster, and i dont think your missing a bracket lol

 Respond  
jsg55 created a Page  -  Jan 14, 2010
808 

basically connects to whatever irc server you choose and hands out skittles when the command is used :).. i realize that it would be much easier to make a script like this in msl but i need experience with perl. apologies for any problems with it.

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.