Login Register






Thread Rating:
  • 0 Vote(s) - 0 Average
Thread Closed 


[GAME]Continue The Code filter_list
Author
Message
[GAME]Continue The Code #1
Hi, so, remember the game continue the sentence? Well, I thought: "Hey, we are on a hacking forum, why don't we do this with code?"

so, lets try how successful this game will be with code Smile

Since there are many languages, lets expect we are doing it in command line, therefore nothing like: TextBox1.Text = "blablabla"

But lets expect everything else is allowed (multi threading etc.)

Rules:
=> The code doesn't have to be 100% working and in some exact language, but try to get it as close to actual code as possible
=> Things like: Me.Close or similar things that would end the program or destroy it AREN'T ALLOWED
=> Try to keep the code able to be continued, this refers to above rule
=> If its write only code (difficult to read) it would be nice to comment it =)
=> Lets expect there are all imports already

Have fun!!!!

I will start:

Code:
Module Module1
         Sub Main()
         Console.Writeline("Welcome To our awesome program!!!")
         Console.Readline()
Staff will never ever ask you for your personal information.
We know everything about you anyway.


[GAME]Continue The Code #2
Hi, so, remember the game continue the sentence? Well, I thought: "Hey, we are on a hacking forum, why don't we do this with code?"

so, lets try how successful this game will be with code Smile

Since there are many languages, lets expect we are doing it in command line, therefore nothing like: TextBox1.Text = "blablabla"

But lets expect everything else is allowed (multi threading etc.)

Rules:
=> The code doesn't have to be 100% working and in some exact language, but try to get it as close to actual code as possible
=> Things like: Me.Close or similar things that would end the program or destroy it AREN'T ALLOWED
=> Try to keep the code able to be continued, this refers to above rule
=> If its write only code (difficult to read) it would be nice to comment it =)
=> Lets expect there are all imports already

Have fun!!!!

I will start:

Code:
Module Module1
         Sub Main()
         Console.Writeline("Welcome To our awesome program!!!")
         Console.Readline()
Staff will never ever ask you for your personal information.
We know everything about you anyway.


RE: [GAME]Continue The Code #3
Code:
Module Module1
         Sub Main()
         Console.Writeline("Welcome To our awesome program!!!")
         Console.Readline()
Timer1.start ?


RE: [GAME]Continue The Code #4
Code:
Module Module1
         Sub Main()
         Console.Writeline("Welcome To our awesome program!!!")
         Console.Readline()
Timer1.start ?


RE: [GAME]Continue The Code #5
Code:
Module Module1
Sub Main()
Console.Writeline("Welcome to our awesome program!!!")
Console.readline()
Dim I as integer
Randomize()
Dim Int as integer = rnd * I
While Not I < Int
I+=1
Loop
End While

i don't know if im playing it right... tell me if i'm wrong.


RE: [GAME]Continue The Code #6
Code:
Module Module1
Sub Main()
Console.Writeline("Welcome to our awesome program!!!")
Console.readline()
Dim I as integer
Randomize()
Dim Int as integer = rnd * I
While Not I < Int
I+=1
Loop
End While

i don't know if im playing it right... tell me if i'm wrong.


RE: [GAME]Continue The Code #7
Code:
Dim HelloWorld As String = "Hello World!"
For intI As Integer = 0 To HelloWorld.Length - 1
    Console.WriteLine(HelloWorld.Substring(intI,1))
    Threading.Thread.Sleep(500)
Next
Console.ReadLine
[Image: rytwG00.png]
Redcat Revolution!


RE: [GAME]Continue The Code #8
Code:
Dim HelloWorld As String = "Hello World!"
For intI As Integer = 0 To HelloWorld.Length - 1
    Console.WriteLine(HelloWorld.Substring(intI,1))
    Threading.Thread.Sleep(500)
Next
Console.ReadLine
[Image: rytwG00.png]
Redcat Revolution!








Users browsing this thread: 2 Guest(s)