Home
Help
Search
Calendar
Login
Register
Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
New forum theme up and running!
Charas-Project
»
Off-Topic
»
Archive
»
Really Old Stuff
»
General programming
»
The best program EVAR in History
« previous
next »
Print
Pages:
1
[
2
]
Author
Topic: The best program EVAR in History (Read 8576 times)
Drighton
Acolyte
Posts: 419
(No subject)
«
Reply #15 on:
August 20, 2005, 11:13:22 PM »
perhaps we should speak in code :p
Main()
{
for x:=0 to infinity
{
if (charas == true) and (cool = true)
{
people.cheer = true
cheer.duration = x
}
}
}
Logged
White Dwarf
The Count
Agent
Posts: 948
Gone.
(No subject)
«
Reply #16 on:
August 20, 2005, 11:39:34 PM »
I have so got to kill you...
Logged
Come closer, I don't bite...
WWW.66Seven.co.uk
Drighton
Acolyte
Posts: 419
(No subject)
«
Reply #17 on:
August 20, 2005, 11:44:00 PM »
Invulnerability(char* user)
{
if (user == Drighton)
{
Drighton.invincible = true
Drighton.unstoppable = true
Drighton.AchillesHeel = false
}
WhiteDwarf.NerfDegree = 90
Debuff (WhiteDwarf)
BeginDuel(Drighton, WhiteDwarf)
}
Main()
{
Invulnerability(Drighton)
}
Logged
Drace
Sage
Posts: 5,199
(No subject)
«
Reply #18 on:
August 20, 2005, 11:54:00 PM »
You know what! *cuts of Drighton's hands*
Logged
FFL2and3rocks
Staff
Leader
Posts: 2,638
(No subject)
«
Reply #19 on:
August 20, 2005, 11:57:20 PM »
This topic makes my brain hurt.
Logged
Respect list:
[Everyone but you]
Osmose
So freakin' inactive
Royal
Posts: 3,041
(No subject)
«
Reply #20 on:
August 21, 2005, 02:28:34 AM »
Public Sub Moose_birth
Moose.awesome = true
end sub
public sub World_Exist
k = 1
do while k = 1
if Moose.awesome = true
people.worshop(Moose)
else
impossible = true
k = 0
end if
loop
if impossible = true then
World.end
end if
end sub
Public Sub World_end
World.hide
end sub
Logged
Hrm.
Drighton
Acolyte
Posts: 419
(No subject)
«
Reply #21 on:
August 22, 2005, 06:30:47 PM »
Quote
Originally posted by Osmose
Public Sub World_end
World.hide
end sub
LMAO. VB works just as well :p
Logged
Osmose
So freakin' inactive
Royal
Posts: 3,041
(No subject)
«
Reply #22 on:
August 22, 2005, 08:23:58 PM »
Yeah, I hate that. Half of the time the windows don't close completely. CAN'T MICROSOFT MAKE A CLEAR SUBROUTINE FOR EXITING A PROGRAM?!
Logged
Hrm.
Drighton
Acolyte
Posts: 419
(No subject)
«
Reply #23 on:
August 22, 2005, 08:36:54 PM »
You could just type 'End' to exit the program.
Unless you just want to close a form, then use 'Form1.Unload', when Form1 is you Form name. :p
If you hide a form, I believe it remains in memory (along with any data in text boxes and the like), just not visible (i think... correct me if I'm wrong).
Logged
DarkFlood2
Back from the dead.
Zealot
Posts: 778
(No subject)
«
Reply #24 on:
September 18, 2005, 01:59:57 AM »
Man, you guys are kidding yourselves.
Java = bestest best programming language ever!!
Logged
Zeex - Level 70 Undead Warlock, Burning Legion Server.
Osmose
So freakin' inactive
Royal
Posts: 3,041
(No subject)
«
Reply #25 on:
September 28, 2005, 07:58:24 PM »
Java is nasty.
...deja vu?
Logged
Hrm.
Print
Pages:
1
[
2
]
« previous
next »
Charas-Project
»
Off-Topic
»
Archive
»
Really Old Stuff
»
General programming
»
The best program EVAR in History