Talk in any programming language. Or binary if you really want to.
Example:
[code]#include <iostream>
using namespace std;
int main(void)
{
cout << "IT'S MACHINE CODE!!! (Actually this is C++)" << endl;
system("pause");
return 0;
}[/code]
Or
[code]print "This is Python"[/code]
[quote=solid.snake;17543299]talk in any programming language. Or binary if you really want to.
Example:
[code][b]#include <iostream>
using namespace std;
int main(void)
{
cout << "it's machine code!!! (actually this is c++)" << endl;
system("pause");
return 0;
}[/code][/b][/quote]
0110011001100110011001100110011001100110011001100110011001100110011001100110011001100110011001100110011001100110011001100110011001100110011001100110011001100110011001100110011001100110011001100110011001100110011001100110011001100110011001100110011001100110011001100110011001100110011001100110011001100110011001100110011001100110011001100110011001100110011001100110011001100110
fag
@create $thing named "Object #1"
@describe Object as "This is object #1"
@verb object:helloworld this none none
@edit object:helloworld
"player.location:announce_all("Sup, facepunch? This is moocode.");
save
q
helloworld Object
[code]
mob
ThatDamngrei
"Sup fags" <- "No"
world -> " Not much. How was your day?"
[/code]
[QUOTE=ThatDamnGrei;17543749][code]System.out.println("Sup fags");[/code][/QUOTE]
[code]{
cout << "Nigga stole mah bike, but how was your day?" << endl;
system("pause");
return 0;
}
[/code]
[code]start
print.all r Am I doing it right?
end[/code]
[QUOTE=Reflectent;17543814][code]start
print.all r Am I doing it right?
end[/code][/QUOTE]
[code]{
cout << "What programming language is that (if you're actually using one)?" << endl;
system("pause");
return 0;
}[/code]
[code]
mob
Solid.Snake
":words:" <- ":words:"
world -> "Mine is DM"
[/code]
[QUOTE=Solid.Snake;17543838][code]{
cout << "What programming language is that (if you're actually using one)?" << endl;
system("pause");
return 0;
}[/code][/QUOTE]
[code]{
cout << "I require this information as well." <<endl<< "Please deliver. ";
Sleep(1000);
system("cls");
Sleep(500);
cout << "~Archy";
}
[/code]
[code]
#include <stdio.h>
int main()
{
fprintf(stdout, "Bitches.\n");
}
[/code]
[QUOTE=Wipmuck;17546529]<?
$gay = thisthread;
echo $gay;
?>[/QUOTE]
Line 1 failure: Short tag
Line 2 failure: Nothing called thisthread, you could've obviously made it either a function or a variable but no.
Line 3 failure: $gay isn't set to anything, since line 2 failed
Line 4 failure: Short tag is not really a valid start, hence there's no end
; ModuleID = '/tmp/webcompile/_5734_0.bc'
target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v64:64:64-v128:128:128-a0:0:64-f80:32:32"
target triple = "i386-pc-linux-gnu"
@.str = internal constant [3 x i8] c"%s\00" ; <[3 x i8]*> [#uses=1]
@.str1 = internal constant [42 x i8] c"Oh god why am I posting in this thread...\00" ; <[42 x i8]*> [#uses=1]
define i32 @main(i32 %argc, i8** nocapture %argv) nounwind {
entry:
%0 = tail call i32 (i8*, ...)* @printf(i8* noalias getelementptr ([3 x i8]* @.str, i32 0, i32 0), i8* getelementptr ([42 x i8]* @.str1, i32 0, i32 0)) nounwind ; <i32> [#uses=0]
ret i32 undef
}
declare i32 @printf(i8*, ...) nounwind
Sorry, you need to Log In to post a reply to this thread.