Soubi

Soubi

Joined
Jul 04, 2010

Activity Stream

Soubi commented on a Page, Periodic Table  -  Dec 25, 2010

;D i know that sunslayer...i just picked one since Hawkee doesnt have a " other " >.> choice

 Respond  
Soubi created a Page  -  Dec 20, 2010
435 

You put it in your calculator and it displays the periodic table.

  2 Threads   C++  

umm if ur gonna post on a site where most of the people speak english. then you should use the translator yourself and post in english. and i would say the same bout anyone posting on a site thats mostly one language. use the language that most of the people there use

:/ Spanish or not, some people might find this useful

 Respond  
Soubi commented on a Page, F-Keys Alias  -  Nov 20, 2010

lol, it doesnt matter BigSteve..if you open a bracket..you still have to close it :P..it's just what is

 Respond  
Soubi commented on a Page, Whois Watcher  -  Nov 17, 2010

Sorry Snooop v.v

 Respond  
Soubi commented on a Page, Mute Script  -  Nov 16, 2010

MichaelA: I had some trouble with this script actually.. :/ this is what i did with it..

menu nicklist {
  .[-[_Mute_]-]
  ..[-[-Mute $1 $+ -]-]:{
    set %Mute.Nick $1
    set %Mute.Channel $chan
    set %Mute.Time $$?"How many minutes do you want to mute %Mute.Nick for?"
    if (%Mute.Time isnum) {
      set %MuteMSG $$?"What do you want the mute message to be?"
      msg $chan 4,1.:[9 $+ %Mute.Nick $+ 4]:. .:[11You have been muted for9 %Mute.Time 11minutes4]:. .:[11Reason:9 %MUTEMSG $+ 4]:.
      .timerMUTE 1 $calc(%Mute.Time * 60) mode $chan -b $+ $iif(%Mute.Nick isavoice #,+v) ~q: $+ $address(%Mute.Nick,2) %Mute.Nick
      mode $chan -vqaoh+b %Mute.Nick %Mute.Nick %Mute.Nick %Mute.Nick %Mute.Nick ~q: $+ $address(%Mute.Nick,2)
      .timerMUTE  1 $calc(%Mute.Time * 60) msg $chan 4,1.:[9 $+ %Mute.Nick $+ 4]:. .:[11You have been unmuted. In future, please follow all the rules, and you will not be muted again4]:. .:[11The reason you were muted for is:9 %MuteMSG $+ 4]:.
      .timer  1 $calc(%Mute.Time * 60) mode $chan +v-b %Mute.Nick ~q: $+ $address(%Mute.Nick,2)
      .timer  1 $calc(%Mute.Time * 60) unset %Mute.Nick
    }
    else { echo -a 4,1.:[9Error:11 You must specify a time in numbers!4]:. }
  }
  ..[-[-Unmute $1 $+ -]-]:{
    mode $chan +v-b %Mute.Nick ~q: $+ $address(%Mute.Nick,2)
    .timer 1 1 msg $chan 4,1.:[9 $+ %Mute.Nick $+ 4]:. .:[11You have been unmuted early. In future, please follow all the rules, and you will not be muted again4]:. .:[11The reason you were muted for is:9 %MuteMSG $+ 4]:.
    unset %Mute*
    .timerMUTE   off
  }
}

ON *:NICK:{ 
  if ($nick == %Mute.Nick) {
    set %Mute.Nick $newnick 
  } 
}
ON *:JOIN:%Mute.Channel:{ 
  if ($address($nick,2) == $address(%Mute.Nick,2)) {
    mode $chan -v $nick
    set %Mute.Nick $nick
  }
}

I had to fix a few of the timers..and the unmute feature o.O it looks good how it is when you did it..but it didnt like to work correctly :P..you know how some scripts are a pain in the ass..

 Respond  
Soubi commented on a Page, Whois Watcher  -  Nov 10, 2010

:P kinda looks like mine SnoooP..in fact...about a little over 70% does look like mine :D
also..nice addition to the window... o.O only think i could think of was the on and off switch on mine

 Respond  
Soubi commented on a Page, Gage's Bot Script  -  Nov 10, 2010

lol ikr, matt. :D i must say..mine is still more epic

 Respond  
Soubi commented on a Page, F-Keys Alias  -  Oct 24, 2010

:P Thank you, PunkTuReD. Also LadySorien,if you are using mIRC or any version/script OF mIRC, if you press ctrl+h, then it should find all missing/missplaced brackets for you.
It should say somthing like, " There seems to be a bracket mis-match somewhere around line 29/etc." OR..just make sure you close all of the brackets that you open :P

 Respond  
Soubi commented on a Page, F-Keys Alias  -  Oct 21, 2010

Speaking of a closing bracket napa182, she is missing one xD...

 Respond  
Soubi commented on a Page, Gage's Bot Script  -  Oct 11, 2010

But there are many ways you can go with this script..people prefer to do it like Teen is..because that is one of the efficiant ways. The thing about bot scripts, is that there is no failing..its just the scripters point-of-view of how to code it ;) There is really no " right or wrong " way to do it...unless the script fails..then you may have coded it wrong. ^_^

 Respond  
Soubi commented on a Page, Gage's Bot Script  -  Oct 11, 2010

And that is true Teen :) i just know all of the long hard ways..im just getting used to the short easy ways :/..

 Respond  
Soubi commented on a Page, Gage's Bot Script  -  Oct 11, 2010

@Teen " Tokenize 32 $Strip($1-) " I use that..just incase its more then just $1..but i guess you can make it work both ways o.o now that i think about it

 Respond  
Soubi commented on a Page, Gage's Bot Script  -  Oct 11, 2010

oh, and lines such like " if (~invite == $1) { invite $2 $chan } " dont need the {}'s..just simply " if (~invite == $1) invite $2 $chan " ..but only for one lined simple code like that one..if its 2 or more lines..then yes..you need those{}'s. It just saves some time.

 Respond  
Soubi commented on a Page, Gage's Bot Script  -  Oct 11, 2010

o.O in DevAkim's case, Teen . He could set a var to "%founder" or something, and set it to send a memo to that nick/nicks. IE: msg memoserv send %founder ( of course make a line to set the var)

 Respond  
Soubi created a Page  -  Oct 01, 2010
446 

Hawkee doesnt have the Platform that this is really written on, so i just put " C++ " again. The real code is in a from of basic(TI).This program draws a Series or Parallel circuit..just depends on which one you are doing. Each circuit has 2 resistors. a Amp gauge, and so forth, it calculates the amount of electricty that can flow through through the circuit, without you blowing it. :D enjoy those..

 Respond   C++  
Soubi commented on a Page, Calculator Program: Percent of Error  -  Sep 30, 2010

:/ i get really bored in class most of the time...and last year in physics, our teach made a lesson that involed us learning how to program them..i was the only on in my class that caught on to it xD..i have a circuit program that im fixing to post..but it is over 100 lines..so it may take me a while. Oh, and one more question >.> i havent figured out how to make the " Quote: " or " Code: " box..may you tell me how to do that, xD..still trying to figure out all the things about hawkee

 Respond  
Soubi commented on a Page, Hoss the Partybot  -  Sep 30, 2010

I'm suprised that no on has pointed this out yet, but when you are typing

Code:

on :text:Hoss I love you:#:{
msg $chan I love you too, $+ $nick }

on :text:Hoss, I love you:#:{
msg $chan I love you too, $+ $nick }

on :text:Hoss ilu:#:{
msg $chan I love you too, $+ $nick }

on :text:Hoss is boss:#:{
msg $chan You know it! B) }

:

You can simplify it down to something like

Code:

on Text::#: {
if ($1- == Hoss is boss) msg $chan You know it! B)
if ($1- == blah blah) msg $chan and so-forth
}

:

Also..if it is just a one code line..like " msg $chan You know it! B)" you dont need the brackets around that..but if it is like a code " msg $chan You know it! B) | me bites $nick" you can just do it in 2 lines..take away the " | " but you do need brackets around that. :)

 Respond  
Soubi created a Page  -  Sep 30, 2010

^^ Besides mIRC code, I also program the TI83,TI84 calculators.I put the Platform as C++ Because i don't know what this code language is..kinda sad because i know how to code it, but anywho. This program calculates the percent of error in a measurment. When you take a measurment, there is an exact measurment and your measurment, which is a estimate, and there is a percent of error that you will have...

  4 Threads   C++  
Soubi commented on a Page, Bot Snippet  -  Sep 24, 2010

eh...you prove a good point :P

 Respond  
Soubi commented on a Page, Bot Snippet  -  Sep 23, 2010

Yes there is a lot of repetition, but really doesnt matter. Same commands throughout the script, but only certain users can use certain commands. That is why its split up into five different levels. It works for what i want it to do, and thats all i care about ^_^. I'm new at scripting anyways...its not like I have time to sit down several hours a day and study scripting :/ i have plenty of Calculus and College Algebra work i could be doing.

 Respond  
Soubi created a Page  -  Sep 23, 2010

This is just a simple bot command script i put together. just load it into your remotes and follow the instructions. Put comments if you'd like, but dont be saying stuff like " oh, i made that script, or something just like it" because most likely...it does look like yours..there are many bot scripts on hawkee, and it doesnt mean that this one is yours. And you will notice that there are a few new..

Soubi commented on a Page, Whois Noticer for IRCops  -  Jul 21, 2010

Thanks SnoooP, and i also added a on and off swith just incase they dont want it on.. ^.^ and im very new at this, so i also thank you for helping me. I also made the echo say the server, and the time and date... :/ i got bored and just decided to add it xD

 Respond  
Soubi commented on a Page, Whois Noticer for IRCops  -  Jul 09, 2010

maybe to you, ^_^, you must have the mode +W set on you..adur..hence..you must be a ircop

 Respond  
Soubi created a Page  -  Jul 09, 2010
882 

This is a snippet for IRCops, when someone whois'es you, it alerts you in the channel that your on in an echo with the users name and vhost, it notices the user that whois'ed you, and it also tells the user how many times you were whois'ed..just for fun.

Soubi commented on a Page, Channel mode shortcut, kickers, ect.(updated)  -  Jul 05, 2010

and i was meaning to put a mute command for a user as well, but i will figure that out later, bc i wish to set a timer on it that you can input, instead of having it in the code :D

 Respond  
Soubi commented on a Page, Channel mode shortcut, kickers, ect.(updated)  -  Jul 05, 2010

ty my friend :D..but those 3 things are bothering me..it works..but not the way i want it to >.<

 Respond  
Soubi commented on a Page, Channel mode shortcut, kickers, ect.(updated)  -  Jul 05, 2010

And thank you again Spoofing for showing me that, i did change it, but i have a problem with the +,-L, +,-l, and the miNK modes, they are giving me..a tad bit of trouble. -_-

 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.