Jump to content

cbox


Recommended Posts

Posted (edited)

OLD PERSON RESINER

 

are you a senior modder? do you sometimes have trouble reading that small font programmers all ways use well i finally have the answer the old person resigner! this resigner made by the makes of jitter bug have large buttons, large font, high contrast, and simplicity

 

screenshots:

http://i262.photobucket.com/albums/ii88/bubble07_02/oldpersonsigner.jpg

old person signer.rar

Edited by yellosnomonkee
  • Like 3
Posted

Thanks man, my gramps loves this. He said he can finally mod h3 again.

 

Yes... again...

 

But they modded Halo 3 differently back in his day, didn't they?

 

It couldn't have been exactly the same, could it? I mean, they didn't actually have Halo 3 back then, did they?

Posted

Yes... again...

 

But they modded Halo 3 differently back in his day, didn't they?

 

It couldn't have been exactly the same, could it? I mean, they didn't actually have Halo 3 back then, did they?

No man, he used to mod Halo negative 3 totally different game man

  • Like 1
Posted

No man, he used to mod Halo negative 3 totally different game man

 

Oh. I heard about that one.

 

Is that the one where they'd use the exploit in Microsoft Internet Checkers (Found on most XP machines) to resign the maps?

 

http://img235.imageshack.us/img235/458/97726784.png

  • Like 4
Posted

it took microsoft a while to catch on that exploit.

i remember when my grampa told me about modding halo -2, chilling.

There was no internet, so they made up random numbers and letters in notepad and attempted to resign on using the dune 2 exploit. it was very hardware intensive, maxing out the $3000 Intel 4004 overclocked to 800khz.

good times.

  • 2 weeks later...
Posted

Yeah, someone's being playing silly buggers with the downloads :D

 

And about the 4004; What a processor. One cycle every 11 milliseconds! That was just fast :D

I know, one day my grandfather will pass it down to me, I cannot hold back my excitement.

Posted

I dunno... I prefer the 8086 myself...

 

You can code assembly for that and it'll work with amost every processor in the series.

 

But if the 4004 is what you want, then more power to you! But I have one thing to say to you...

 

 

name "8086"
org 100h
mov ax, 3   
int 10h     
mov ax, 1003h
mov bx, 0
int 10h
mov     ax, 0b800h
mov     ds, ax
mov [02h], '8'
mov [04h], '0'
mov [06h], '8'
mov [08h], '6'
mov [0ah], ' '
mov [0ch], 'O'
mov [0eh], 'W' 
mov [10h], 'N'
mov [12h], 'S'
mov [14h], '!'
mov cx, 10   
mov di, 03h 
c:  mov [di], 11101100b 
   add di, 2 
   loop c
mov ah, 0
int 16h
ret

 

Compile that one! :D

  • 4 weeks later...
  • 3 months later...
  • 6 months later...

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...