Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

HMA.py

Name: Anonymous 2010-08-13 3:56


#!/usr/bin/python
from random import randint
var = randint(1, 1000)

if (var < 500):
    print "Hax my anus!"
else:
    print "Hax my anus!"

Name: Anonymous 2010-08-15 4:55


#include <cstdlib>
#include <iostream>
using namespace std;

int main() {
    srand( time(NULL) );
    if( rand()%1000 < 499 ) {
        cout << "\x48\x61\x78\x20\x6d\x79\x20\x61\x6e\x75\x73\x21\x0a" << endl;
    } else {
        cout << "\xc2\xa1\x73\x6e\x75\xc9\x90\x20\xca\x8e\xc9\xaf\x20\x78\xc9\x90\xc9\xa5\x0a" << endl;
    }
    return 0;
}

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List