Results 1 to 11 of 11

Thread: Show off your 1337 skillz.

  1. #1
    Join Date
    Dec 2006
    Location
    Banville
    Posts
    3,914
    Mentioned
    12 Post(s)
    Quoted
    98 Post(s)

    Default Show off your 1337 skillz.

    Heres mine:

    Code:
    .model small
    .stack
    .data
    
    .code
    
    main   proc
       mov   cx, FFFFh
    
    CrashmeBitch:
       mov   ax, FFFFh
       push   ax
    
    loop CrashmeBitch
    main   endp
    end main
    The jealous temper of mankind, ever more disposed to censure than
    to praise the work of others, has constantly made the pursuit of new
    methods and systems no less perilous than the search after unknown
    lands and seas.

  2. #2
    Join Date
    Jan 2007
    Posts
    24
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Code:
    if(Uber == true) {
    show1337Skillz();
    println("Leet Uber Java Skillz, lol!");
    } else {
    Crasher.CrashComp();
    println("Ur Not leet 'nuff to haev a comp!1");

  3. #3
    Join Date
    Dec 2006
    Location
    Banville
    Posts
    3,914
    Mentioned
    12 Post(s)
    Quoted
    98 Post(s)

    Default

    Good... Goood.
    The jealous temper of mankind, ever more disposed to censure than
    to praise the work of others, has constantly made the pursuit of new
    methods and systems no less perilous than the search after unknown
    lands and seas.

  4. #4
    Join Date
    Jun 2007
    Location
    Canuckistan
    Posts
    306
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    <?php
    echo("You both suck!!");
    ?>

    int main() {
    cout << "You both suck!!";
    return 0;
    }

    begin
    writeln('You both suck!!');
    end.

    <html>
    I just had to add this one in.
    </html>

  5. #5
    Join Date
    May 2006
    Location
    Amsterdam
    Posts
    3,620
    Mentioned
    5 Post(s)
    Quoted
    0 Post(s)

    Default

    SCAR Code:
    begin Writeln('Im showing my 1337 skillz! Pwned?');end.
    Run and be amazed!
    Verrekte Koekwous

  6. #6
    Join Date
    Apr 2007
    Location
    Texas
    Posts
    1,668
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    here is a wave out from my processor. I personaly write some assembly code, and then personally convert into a 32 bit binarry string. I load that into memory and then tick the clock along.



    and a link to the pdf report

    The Report
    [IMG]http://farm3.static.flickr.com/2120/2052732965_348f3629d0_o.jpg[/IMG]

  7. #7
    Join Date
    Dec 2006
    Location
    Banville
    Posts
    3,914
    Mentioned
    12 Post(s)
    Quoted
    98 Post(s)

    Default

    And I can program micro-processors too.
    The jealous temper of mankind, ever more disposed to censure than
    to praise the work of others, has constantly made the pursuit of new
    methods and systems no less perilous than the search after unknown
    lands and seas.

  8. #8
    Join Date
    Apr 2007
    Location
    Texas
    Posts
    1,668
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    but cna you also write the machine code for it too'?
    [IMG]http://farm3.static.flickr.com/2120/2052732965_348f3629d0_o.jpg[/IMG]

  9. #9
    Join Date
    Dec 2006
    Location
    Banville
    Posts
    3,914
    Mentioned
    12 Post(s)
    Quoted
    98 Post(s)

    Default

    Yes


    Well, more specifically, I could if I looked the codes up again. The only thing I remember is that B8 moves something to AX I think...
    The jealous temper of mankind, ever more disposed to censure than
    to praise the work of others, has constantly made the pursuit of new
    methods and systems no less perilous than the search after unknown
    lands and seas.

  10. #10
    Join Date
    Apr 2007
    Location
    Texas
    Posts
    1,668
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    lol, so you know asembly then, or at least one version of it.

    me, in talking comands like
    00000000010000010001100000111111 to do an alu operation that adds what is in register 2 to what is in register 1 and then place the answer in register 4.

    taking it apart
    000000< normal the code for an alu operation (not a store or load or branch, etc)
    00010< rs , the source register , register number 2
    00001< rt , the other register, (1)
    00011< rd the destination register
    00000< the shift amount (im not shifting)
    111111< the alu cammand to the the add operation (not and or or, etc)

    = a 32 bit binary command.
    [IMG]http://farm3.static.flickr.com/2120/2052732965_348f3629d0_o.jpg[/IMG]

  11. #11
    Join Date
    Dec 2006
    Location
    Banville
    Posts
    3,914
    Mentioned
    12 Post(s)
    Quoted
    98 Post(s)

    Default

    And I expresssed mine in hexadecimal. Although your 1337ness is very 1337, if I say so myself.
    The jealous temper of mankind, ever more disposed to censure than
    to praise the work of others, has constantly made the pursuit of new
    methods and systems no less perilous than the search after unknown
    lands and seas.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. can some one show me how to
    By Waddo in forum OSR Help
    Replies: 3
    Last Post: 05-31-2008, 02:33 PM
  2. Show off your RS account!
    By osmm in forum RuneScape News and General
    Replies: 7
    Last Post: 01-09-2008, 07:22 AM
  3. 24 is the best show ever
    By wayne1210 in forum Music, Movies and TV
    Replies: 17
    Last Post: 05-22-2007, 10:24 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •