Membership is FREE – with unlimited access to all features, tools, and discussions. Premium accounts get benefits like banner ads and newsletter exposure. ✅ Signature links are now free for all. 🚫 No AI-generated (LLM) posts allowed. Share your own thoughts and experience — accounts may be terminated for violations.

Win XP source code

Status
Not open for further replies.

Stinos

DNF Addict
The Originals
Legacy Exclusive Member
Joined
May 25, 2004
Messages
1,435
Reaction score
1
yes people, i hacked it :cheeky:

----------------------------------

#include <windows.h>
#include <system_errors.h>
#include <stdlib.h>

char make_prog_look_big[1600000];

main()
{
if (detect_cache())
disable_cache();

if (fast_cpu())
set_wait_states(lots);

set_mouse(speed, very_slow);
set_mouse(action, jumpy);
set_mouse(reaction, sometimes);

printf("Welcome to Windoze 3.999 (we might get it right \
or just call it Chicargo)\n");

if (system_ok())
crash(to_dos_prompt);
else
system_memory = open("a:\swp0001.swp", O_CREATE);

while(1) {
sleep(5);
get_user_input();
sleep(5);
act_on_user_input();
sleep(5);
if (rand() < 0.9)
crash(complete_system);
}
return(unrecoverable_system);
}
 

stagefour

New Member
The Originals
Legacy Platinum Member
Joined
Nov 14, 2004
Messages
31
Reaction score
0
woah...useful. but im going to avoid it bc this could get me in trouble.
 

cogeek

New Member
The Originals
Legacy Platinum Member
Joined
Aug 14, 2004
Messages
624
Reaction score
0
You small hacker ;)
 

JoDomains

New Member
The Originals
Legacy Platinum Member
Joined
Jun 17, 2003
Messages
356
Reaction score
0
Although that I don't agree with Microsoft monoplizing policy in the computer world, but I think that the Windows operating system (with its many faults) has contributed lot of advancements to the world of computing. Imagine if we are still using command prompt based OS. Yes, for programmers and developer it's ok, but would the computers has spread as much as it did with the GUI based OS.

Linux is taking over, but we can't deny that Microsoft system has contributed much to the world.

just my 2 cents.
 

SSJ 4 Goku

New Member
The Originals
Legacy Platinum Member
Joined
Nov 21, 2004
Messages
13
Reaction score
0
ehh? good one but that looks more like php :P
 

Crazysah

New Member
The Originals
Legacy Platinum Member
Joined
Oct 30, 2004
Messages
255
Reaction score
0
Yes, somewhat like PHP lol!
 

lz83ny

New Member
The Originals
Legacy Platinum Member
Joined
Aug 25, 2004
Messages
140
Reaction score
0
Does it actually run? :P
 

Prosperous

New Member
The Originals
Legacy Exclusive Member
Joined
Feb 19, 2003
Messages
3,060
Reaction score
8
Lwgik said:
Although that I don't agree with Microsoft monoplizing policy in the computer world, but I think that the Windows operating system (with its many faults) has contributed lot of advancements to the world of computing.
Well, if they hadn't, someone else would have.
 

csitenet

New Member
The Originals
Legacy Platinum Member
Joined
Sep 5, 2004
Messages
1,609
Reaction score
1
Are you sure you did that? this code seems to be on alot of internet pages!

Also what is the use? its only a tiny tiny tiny tiny part of the windows os!
There is SO many procedures, classes etc.

If you probably pleaded with microsft they would have probably gave you that bit of code for free ;)
 

mikesherov

New Member
Legacy Platinum Member
Joined
Jan 14, 2005
Messages
429
Reaction score
1
windows contributed nothing to GUI interfaces, as we all know windows was based on the mac gui interface.

The only thing windows did for the world was take real computer control away from the user and allowing users to remain ignorant of the way they work... in turn, really creating the computer repair industry.

Case in point: Microsoft Outlook has NO OPTION in it's interface to allow .exe's to be downloaded from an email. It is not there. There is no way a user can disable this auto block option.

TO me, that's just silly. If you wanna mess up your own comp, that's you business.
 
Status
Not open for further replies.
Top Bottom