Forums Redux
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Forums Redux

Forums Redux
 
HomePortalSearchLatest imagesRegisterLog in
Log in
Username:
Password:
Log in automatically: 
:: I forgot my password
Latest topics
» No one seems to use this forum anymore.
mIRC Calculator Icon_minitimeSun Jul 14, 2013 11:46 pm by StaddScoutElite

» PROOF that youtube got hacked on july 4th 2010
mIRC Calculator Icon_minitimeThu Nov 18, 2010 10:24 am by SmoothCriminal

» owned FALCON in ff layers t4 lawl :)
mIRC Calculator Icon_minitimeWed Nov 17, 2010 9:52 pm by SmoothCriminal

» Our Sister Forum
mIRC Calculator Icon_minitimeWed Nov 17, 2010 9:27 pm by SmoothCriminal

» Wassup guys
mIRC Calculator Icon_minitimeWed Nov 17, 2010 9:26 pm by SmoothCriminal

» how I discovered elfen lied.
mIRC Calculator Icon_minitimeFri Aug 13, 2010 1:30 pm by StaddScoutElite

» Obey the moderators
mIRC Calculator Icon_minitimeSat Jul 31, 2010 12:46 pm by Fleshandbone

» This article was funny
mIRC Calculator Icon_minitimeTue Jul 27, 2010 5:33 pm by Fleshandbone

» What is your favorite day of the week?
mIRC Calculator Icon_minitimeSun Jul 25, 2010 6:30 pm by Fleshandbone

Top posters
KiLLErMaN99
mIRC Calculator I_vote_lcapmIRC Calculator I_voting_barmIRC Calculator I_vote_rcap 
FootNinja
mIRC Calculator I_vote_lcapmIRC Calculator I_voting_barmIRC Calculator I_vote_rcap 
Fleshandbone
mIRC Calculator I_vote_lcapmIRC Calculator I_voting_barmIRC Calculator I_vote_rcap 
Gr33n
mIRC Calculator I_vote_lcapmIRC Calculator I_voting_barmIRC Calculator I_vote_rcap 
TreyDawg
mIRC Calculator I_vote_lcapmIRC Calculator I_voting_barmIRC Calculator I_vote_rcap 
TheOnly1Left
mIRC Calculator I_vote_lcapmIRC Calculator I_voting_barmIRC Calculator I_vote_rcap 
Nedkelly
mIRC Calculator I_vote_lcapmIRC Calculator I_voting_barmIRC Calculator I_vote_rcap 
johnpogi
mIRC Calculator I_vote_lcapmIRC Calculator I_voting_barmIRC Calculator I_vote_rcap 
iaileanos1
mIRC Calculator I_vote_lcapmIRC Calculator I_voting_barmIRC Calculator I_vote_rcap 
StaddScoutElite
mIRC Calculator I_vote_lcapmIRC Calculator I_voting_barmIRC Calculator I_vote_rcap 
Staff
View Forum Leaders
Navigation

Portal
Index
Memberlist
Profile
FAQ
Search

 

 mIRC Calculator

Go down 
3 posters
AuthorMessage
KiLLErMaN99
Forums Redux Administrator
Forums Redux Administrator
KiLLErMaN99


Posts : 586
Join date : 2010-02-28
Age : 28
Location : mIRC

mIRC Calculator Empty
PostSubject: mIRC Calculator   mIRC Calculator Icon_minitimeSun Mar 07, 2010 9:24 pm

I made a pretty cool calculator script. It works fine too.

Code:
on *:INPUT:*: {
  if (` == $1) && (calc == $2) { .timer 1 0.2 msg $chan 10 $+ $calc($$3-) }
}

Now if you want to use this you have to type it in like this:

` calc #?#

Red= Required
Yellow= What you choose
#= Pick a number of your choice
?= The variable you will use for your calculation(*,/,+,-).

I know that seemed pretty hard to explain but I'll show you some examples here:

<%KiLLErMaN99> ` calc 3^9 / 3^9
<%KiLLErMaN99> 1
<%KiLLErMaN99> ` calc 3^9
<%KiLLErMaN99> 19683
<%KiLLErMaN99> ` calc 3 * 3
<%KiLLErMaN99> 9

NOTICE: You cannot not use variables. The outcome will always be 0
<%KiLLErMaN99> ` calc (3x^3+5x^2) * (2x^2+5)
<%KiLLErMaN99> 0


But say you take the variables out it will wokr with advanced stuff:

<%KiLLErMaN99> ` calc (4^8+321^2) * (4^2*74)
<%KiLLErMaN99> 199595168
Back to top Go down
https://forumsredux.rpg-board.net
Fleshandbone
Expert Member
Fleshandbone


Posts : 304
Join date : 2010-03-05
Age : 28
Location : Paradise city

mIRC Calculator Empty
PostSubject: Re: mIRC Calculator   mIRC Calculator Icon_minitimeSun Mar 07, 2010 9:27 pm

This would probably be so much cooler if I knew something or another about mIRC.
Back to top Go down
KiLLErMaN99
Forums Redux Administrator
Forums Redux Administrator
KiLLErMaN99


Posts : 586
Join date : 2010-02-28
Age : 28
Location : mIRC

mIRC Calculator Empty
PostSubject: Re: mIRC Calculator   mIRC Calculator Icon_minitimeSun Mar 07, 2010 9:28 pm

Fleshandbone wrote:
This would probably be so much cooler if I knew something or another about mIRC.

I'm thinking about making an IRC applet so that you guys can get to my IRC server and channel. Either that or I'll edit a different applet to redirect it to my channel.

IRC is basically an advanced chatroom. There are many things you can do in it.
Back to top Go down
https://forumsredux.rpg-board.net
FootNinja
Expert Member
FootNinja


Posts : 313
Join date : 2010-03-11
Age : 30
Location : The Down Town Police Station

mIRC Calculator Empty
PostSubject: Re: mIRC Calculator   mIRC Calculator Icon_minitimeFri Mar 12, 2010 4:53 pm

Hmm i need to get to know wat MIRC is about lol i have no clue atm =\
Back to top Go down
KiLLErMaN99
Forums Redux Administrator
Forums Redux Administrator
KiLLErMaN99


Posts : 586
Join date : 2010-02-28
Age : 28
Location : mIRC

mIRC Calculator Empty
PostSubject: Re: mIRC Calculator   mIRC Calculator Icon_minitimeFri Mar 12, 2010 6:59 pm

FootNinja wrote:
Hmm i need to get to know wat MIRC is about lol i have no clue atm =\

mIRC.com

It's an instant messenger only it can go much more advanced and you have many more options.
Back to top Go down
https://forumsredux.rpg-board.net
FootNinja
Expert Member
FootNinja


Posts : 313
Join date : 2010-03-11
Age : 30
Location : The Down Town Police Station

mIRC Calculator Empty
PostSubject: Re: mIRC Calculator   mIRC Calculator Icon_minitimeFri Mar 12, 2010 8:43 pm

kk ill check it out thanks.
Back to top Go down
KiLLErMaN99
Forums Redux Administrator
Forums Redux Administrator
KiLLErMaN99


Posts : 586
Join date : 2010-02-28
Age : 28
Location : mIRC

mIRC Calculator Empty
PostSubject: Re: mIRC Calculator   mIRC Calculator Icon_minitimeSat Mar 13, 2010 11:31 am

FootNinja wrote:
kk ill check it out thanks.
Yea it's a really good thing to use.
Back to top Go down
https://forumsredux.rpg-board.net
Sponsored content





mIRC Calculator Empty
PostSubject: Re: mIRC Calculator   mIRC Calculator Icon_minitime

Back to top Go down
 
mIRC Calculator
Back to top 
Page 1 of 1

Permissions in this forum:You cannot reply to topics in this forum
Forums Redux :: General :: Tech Discussion-
Jump to: