It may sound strange to people who were born later. But in 90s these mechanisms were in infancy. It was normal for computers to auto-login and have no password at all, processes could each read entire memory on the machine. Software was cracked the moment it came out and it was assumed people bought any software because they feared legal action rather than because they had no other way to get their hands on it -- lat…
That didn't stop people creating hard-to-crack copy-protected software. Since disk drives existed, games makers created floppy disks that industrial disk duplicators that standard computers could read, but couldn't write, and ensured their games had code to check for that. It generally wasn't feasible to replicate these special tracks with a normal floppy drive, so instead people had to reverse engineer the game and…
111-1111111 is a valid Windows 95 key (2021) [video]
81–90 of 269 posts
Re: 111-1111111 is a valid Windows 95 key (2021) [video]
#82Earlier quoted context omitted.
> A windows password would have been silly, pressing F8 at boot would drop you in msdos As it is to this day with many many Linux installs (unless some disk encryption is set up): edit the kernel command in GRUB and add init=/bin/bash. boom, you're root without any password.
That's why one sets up disk encryption :3
Re: 111-1111111 is a valid Windows 95 key (2021) [video]
#83It was valid for Visual Studio 97 as well.
Re: 111-1111111 is a valid Windows 95 key (2021) [video]
#84It may sound strange to people who were born later. But in 90s these mechanisms were in infancy. It was normal for computers to auto-login and have no password at all, processes could each read entire memory on the machine. Software was cracked the moment it came out and it was assumed people bought any software because they feared legal action rather than because they had no other way to get their hands on it -- lat…
It's weird reading about my life as if it's history. Everyone was doing it. I remember my teachers, friends, and family all giving me pirated software at some point. I remember my friends and I getting excited when someone got a ripped copy of some game and we couldn't wait to burn new CD-ROMs to share. If one of us got our hands on the copy of some game, we all got copies. It was kind of like a free-for-all in the w…
Re: 111-1111111 is a valid Windows 95 key (2021) [video]
#85It may sound strange to people who were born later. But in 90s these mechanisms were in infancy. It was normal for computers to auto-login and have no password at all, processes could each read entire memory on the machine. Software was cracked the moment it came out and it was assumed people bought any software because they feared legal action rather than because they had no other way to get their hands on it -- lat…
Only in the home computing world, which is why people on Real Computers thought home computers were toys back then. Real Computers, running Linux/Unix and VMS and MVS, damn well did have the protections Wintendo didn't, and didn't mandate a reboot every forty-odd days, either. Microsoft didn't even begin to achieve parity until Windows XP or later, and Apple didn't until MacOS X.
Re: 111-1111111 is a valid Windows 95 key (2021) [video]
#86Earlier quoted context omitted.
Brood war didn't have its own keys. Both 1234567890123 and 3333333333333 worked for StarCraft.
All 'G' was valid for Quake 3. I was surprised to find this out from my friend's 11 year old little sibling.
Re: 111-1111111 is a valid Windows 95 key (2021) [video]
#87It may sound strange to people who were born later. But in 90s these mechanisms were in infancy. It was normal for computers to auto-login and have no password at all, processes could each read entire memory on the machine. Software was cracked the moment it came out and it was assumed people bought any software because they feared legal action rather than because they had no other way to get their hands on it -- lat…
It's weird reading about my life as if it's history. Everyone was doing it. I remember my teachers, friends, and family all giving me pirated software at some point. I remember my friends and I getting excited when someone got a ripped copy of some game and we couldn't wait to burn new CD-ROMs to share. If one of us got our hands on the copy of some game, we all got copies. It was kind of like a free-for-all in the w…
Re: 111-1111111 is a valid Windows 95 key (2021) [video]
#88Similarly, 111-1111112 was a valid key for Office.
Re: 111-1111111 is a valid Windows 95 key (2021) [video]
#89Earlier quoted context omitted.
It's weird reading about my life as if it's history. Everyone was doing it. I remember my teachers, friends, and family all giving me pirated software at some point. I remember my friends and I getting excited when someone got a ripped copy of some game and we couldn't wait to burn new CD-ROMs to share. If one of us got our hands on the copy of some game, we all got copies. It was kind of like a free-for-all in the w…
Linus from Tech Tips still pirates windows. He even has a whole video on why. https://youtu.be/M3bezYerYxQ
Re: 111-1111111 is a valid Windows 95 key (2021) [video]
#90I recently wanted to use a program for a short amount of time for personal use, but the trial period was only 7 days. I used strace to find that it kept the timestamp of its first run in a text file, and would read that on startup. Deleting that completely reset the trial period. I was pretty amazed - I know most people aren't computer savvy to bypass trial periods, but I figured there'd be third-party libraries a de…