iam7805 wrote:Err, thanks?
Time for good 'ol x86 assembler:
Code: Select all
pwned_message db 'Sam got PWNED!',0dh,0ah,'$'
main proc
mov ax,@data
mov ds,ax
mov ah,9
mov dx,offset pwned_message
int 21h
mov ax,4C00h
int 21h
main endp
end main
Hehe.

Did you actually right that, is it real, or did you actually write a little BASIC app or something then just compile it to ASM?
Cos, no offence, you seem to stupid to understand assembly and to count in binary or hex.
Also it didnt look like that BASIC, BASIC is crap, app would compile even.
All your program did was write a string to output. Mine called a function that I would later write that would some how havk the benheck server and remove the username supplied as an argument...