![]() |
[GAME]Continue The Code - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: General (https://sinister.ly/Forum-General) +--- Forum: The Lounge (https://sinister.ly/Forum-The-Lounge) +--- Thread: [GAME]Continue The Code (/Thread-GAME-Continue-The-Code) |
[GAME]Continue The Code - 1llusion - 03-19-2011 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 ![]() 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 [GAME]Continue The Code - 1llusion - 03-19-2011 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 ![]() 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 RE: [GAME]Continue The Code - White Charisma - 03-20-2011 Code: Module Module1 RE: [GAME]Continue The Code - White Charisma - 03-20-2011 Code: Module Module1 RE: [GAME]Continue The Code - system32_mybb_import5961 - 03-21-2011 Code: Module Module1 i don't know if im playing it right... tell me if i'm wrong. RE: [GAME]Continue The Code - system32_mybb_import5961 - 03-21-2011 Code: Module Module1 i don't know if im playing it right... tell me if i'm wrong. RE: [GAME]Continue The Code - Coder-san - 03-21-2011 Code: Dim HelloWorld As String = "Hello World!" RE: [GAME]Continue The Code - Coder-san - 03-21-2011 Code: Dim HelloWorld As String = "Hello World!" |