Jump to content

Happy_Dude

Members
  • Content Count

    4,188
  • Joined

  • Last visited

Posts posted by Happy_Dude


  1. We have a tie

     

    Channel 2 and church.

     

     

    I did mean Sente "The initiative" ;)

     

    But the code actually reads Hente

     

     

    Congratulations to Channel 2 for going out on a limb

    I messed up the encryption after I had to change the word :(

    This is where the H comes in

     

    h v m g v

     

    Reverse Alphabet encryption

    a b c d e f g h i j k l m n o p q r s t u v w x y z

    z y x w v u t s r q p o n m l k j i h g f e d c b a

     

    You can see what happened :(

     

     

    Tie break time:

     

    Only Channel 2 and church can participate now

    as it is a tie ;)

     

    First person to explain what Syzygy means wins :)

    ( As long as their correct ;) )


  2. Like I said here there may be something else up for grabs. ;) ;) ;)

    (So don't let the PAL status of the cart deter you)

     

    and if you think you have solved it "POST IT HERE", Don't

    PM me asking if you have it right (You know who you are).

     

    That will stop others making the same mistake :)

     

     

     

     

    GO to the above link (there may be a clue or 2)


  3. .EXE Hello world

    DOSSEG
    
    .MODEL SMALL
    
    .STACK 200h
    
    .DATA
    
    .CODE
    
    Message db "Hello World$"
    
    START:
    
    mov ax,cs              ;cs points to code seg or message
    
    mov ds,ax
    
    mov dx,offset Message
    
    mov ah,9
    
    int 21h                ;print dx 
    
    mov ax,4c00h
    
    int 21h
    
    END START

    .COM Hello world

     

    MAIN    SEGMENT BYTE
    
           ASSUME  CS:main,DS:MAIN,SS:NOTHING
    
           ORG     100H
    
    Message db "Hello World$" 
    
    START:
    
    mov ax,cs  
    
    mov ds,ax  
    
    mov dx,offset Message 
    
    mov ah,9 
    
    int 21h
    
    mov     ah,4CH
    
    mov     al,0
    
    int     21H             
    
    MAIN    ENDS
    
    END START

     

    Hope this helps :D


  4. So I finally decided to have a contest :grin:

    The prize is a PAL cart (Just thought I'd warn people)

     

    O.k so Snider-man kinda gave out the answer to the

    encryption I was using initially (what are the odds? That kinda freaked me out)

    but I'm to lazy to change it at the last second

    so I just changed the word from what you would win

    to a puzzle you have to solve to win.

     

    The cart will still remain a mystery!

     

    Decode this and tell me it's significance to Atari

     

    01000

    00101

    01110

    10100

    00101

     

    1 guess per person until I reset the guesses

    If this contest ends up being too long I may start giving clues.

     

    This isn't the same as Snider-man's btw ;) Have fun :)

     

     

     

     

    "Do ya wanna be Hackers, Code crackers, Slackers" - Weird Al

×
×
  • Create New...