Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Allath

Pages: [1] 2 3 4 5 6 ... 13
1
Off Topic / Re: Wii
« on: January 22, 2011, 06:48:23 AM »
... No clue ...
No RPGs that are like Bite Fight.
Just any game I can play works

2
Off Topic / Re: What Pisses me Off
« on: January 22, 2011, 03:56:43 AM »
What pisses me off or I should say who, are the people who blame World of Warcraft for their problems. It's not WoW's fault, it's the players who refuse to sign out, or say "Let me finish this quest."

3
Off Topic / Re: Ctrl + V game.
« on: January 22, 2011, 03:47:22 AM »
Ctrl + V
I got nothing, damn wii...

4
Off Topic / Wii
« on: January 22, 2011, 03:46:13 AM »
 :cookieMonster:So i'm using the internet channel on my wii, and I was wondering if there are any good RPG based flash games (No browsers please). I know that Dragon Fable works, but honestly I don't like it much. Any suggestions?

5
Off Topic / Re: My coolest Batch file EVER!
« on: November 13, 2010, 11:00:37 PM »
Haha

6
Off Topic / Re: My coolest Batch file EVER!
« on: November 13, 2010, 10:55:15 PM »
Updates!
@echo off
title Calculator
color 0f
goto Title
:Main
cls
echo Invalid command, only use the number
pause >nul
:Title
cls
echo --------------------
echo - Calculator       -
echo - By Joseph wilson -
echo --------------------
echo 1) Addition
echo 2) Subraction
echo 3) Division
echo 4) Mulitplication
echo 5) Custom
set /pm=:
if %m%== 1 goto Add
if %m%== 2 goto Sub
if %m%== 3 goto Div
if %m%== 4 goto Mul
if %m%== 5 goto Cus
goto Main
:Add
cls
echo First Number + Second Number
Set /p A1=First Number:
set /p A2=Second Number:
set /A sum=%A1% + %A2%
Echo %A1% + %A2% = %Sum%
Pause>nul
goto Title
:Sub
cls
echo First Number - Second Number
Set /p B1=First Number:
set /p B2=Second Number:
set /A sum=%B1% - %B2%
Echo %B1% - %B2% = %Sum%
Pause>nul
goto Title
:Div
cls
echo First Number / Second Number
Set /p B1=First Number:
set /p B2=Second Number:
set /A sum=%B1% / %B2%
Echo %B1% / %B2% = %Sum%
Pause>nul
goto Title
:Mul
cls
echo First Number * Second Number
Set /p B1=First Number:
set /p B2=Second Number:
set /A sum=%B1% * %B2%
Echo %B1% * %B2% = %Sum%
Pause>nul
goto Title
:Cus
cls
set /p equation=Equation:
set /a ans= %equation%
echo Answer: %ans%
pause > Nul
goto Title


7
Off Topic / Re: My coolest Batch file EVER!
« on: November 13, 2010, 10:50:25 PM »
Turns out theres an easier way to do all of that :/

8
Off Topic / Re: My coolest Batch file EVER!
« on: November 13, 2010, 10:41:58 PM »
I'm thinking about it, my friend wants me to make one that solves Algebraic expressions. that one hurt my brain though :/

9
Off Topic / My coolest Batch file EVER!
« on: November 13, 2010, 10:38:52 PM »
Even though theres a calculator tool, I thought it would be cool to make my own. It only does simple things like First Number + Second Number, so you can't add on, but personally I think it's cool.
To try it out copy and paste the following on notepad, and click SaveAs and name it "Something.bat"
Oh and my real name is Joseph Wilson :P
----------------------------------------------------------------------------------------------------------------------------------
@echo off
title Calculator
color 0f
goto Title
:Main
cls
echo Invalid command, only use the number
pause >nul
:Title
cls
echo -------------------------------------
echo - Calculator                           -
echo - By Joseph wilson AKA Allath-
echo -------------------------------------
echo 1) Addition
echo 2) Subraction
echo 3) Division
echo 4) Mulitplication
set /pm=:
if %m%== 1 goto Add
if %m%== 2 goto Sub
if %m%== 3 goto Div
if %m%== 4 goto Mul
goto Main
:Add
cls
echo First Number + Second Number
Set /p A1=First Number:
set /p A2=Second Number:
set /A sum=%A1% + %A2%
Echo %A1% + %A2% = %Sum%
Pause>nul
goto Title
:Sub
cls
echo First Number - Second Number
Set /p B1=First Number:
set /p B2=Second Number:
set /A sum=%B1% - %B2%
Echo %B1% - %B2% = %Sum%
Pause>nul
goto Title
:Div
cls
echo First Number / Second Number
Set /p B1=First Number:
set /p B2=Second Number:
set /A sum=%B1% / %B2%
Echo %B1% / %B2% = %Sum%
Pause>nul
goto Title
:Mul
cls
echo First Number * Second Number
Set /p B1=First Number:
set /p B2=Second Number:
set /A sum=%B1% * %B2%
Echo %B1% * %B2% = %Sum%
Pause>nul
goto Title

10
Off Topic / Re: How Well-Known is the Above User?
« on: September 27, 2010, 10:24:40 PM »
5/10

11
Forum Games / Re: What is the person above you avatar saying?
« on: September 27, 2010, 10:22:39 PM »
BLARGHADARBABLARGHA!

12
Games / Re: garrys mod
« on: August 21, 2010, 12:41:05 PM »
see, there's this thing kids do these days....

it's called work!

maybe you could get paid for it!


maybe!
These days? I thought that they did that kinda stuff in the old times :D

13
Games / Re: Gmod
« on: August 21, 2010, 12:39:33 PM »
CSS would be good, because alot of servers use the textures.

14
Games / Re: Any G-Mod servers you guys suggest?
« on: August 17, 2010, 02:39:36 PM »
zombie survival that uses NPC's
its there
i dont remember the name
Sweet

15
Games / Re: Any G-Mod servers you guys suggest?
« on: August 17, 2010, 01:36:30 PM »
Right now im in a mood for something like national socialist Zombies, is there a server that is like that? And if there is, what textures do I need?

I have
Orange Box
CSS
G-Mod :P

Pages: [1] 2 3 4 5 6 ... 13