Results 1 to 6 of 6
  1. #1
    Auxilium's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    深い碧の果てに
    Posts
    4,518
    Reputation
    445
    Thanks
    609
    My Mood
    Happy

    A very useful snippet of code

    I haven't posted code in a while, so I thought I should remedy that problem /

    Contrary to popular belief, Windows 9x (Windows 95, 98, ME) is still totally DOS based.
    Saying DOS is gone from Windows 9x is the same as saying it's gone from Windows 3.1 Enhanced Mode

    Therefore, it is quite easy to pwn Windows 9x for those of you still running it (Me)

    Code:
    int far* NumberOfTheBeast =  (int far*) _dos_getvect(0x21);
    *NumberOfTheBeast = 666;
    And thus, writing the number of the beast to the beginning of the Interrupt 0x21 Handler will totally pwn the system the next time a DOS call is made.

    You just learned

    1. Windows 9x is still totally DOS based
    2. How to force yourself to restart your computer if you running Windows 9x

  2. #2
    Jason's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    /dev/null
    Posts
    5,704
    Reputation
    918
    Thanks
    7,676
    My Mood
    Mellow
    This is about as useful as AIDs

    Quote Originally Posted by Jeremy S. Anderson
    There are only two things to come out of Berkley, Unix and LSD,
    and I don’t think this is a coincidence
    You can win the rat race,
    But you're still nothing but a fucking RAT.


    ++Latest Projects++
    [Open Source] Injection Library
    Simple PE Cipher
    FilthyHooker - Simple Hooking Class
    CLR Injector - Inject .NET dlls with ease
    Simple Injection - An in-depth look
    MPGH's .NET SDK
    eJect - Simple Injector
    Basic PE Explorer (BETA)

  3. #3
    Auxilium's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    深い碧の果てに
    Posts
    4,518
    Reputation
    445
    Thanks
    609
    My Mood
    Happy
    Quote Originally Posted by Jason View Post
    This is about as useful as AIDs
    Oh now you want to start biological warfare?

    I'm just trying to brighten up this section with working code.

    I can't find many threads here with actual working code so I thought I'd do a favor

  4. #4
    RobinC's Avatar
    Join Date
    Nov 2012
    Gender
    male
    Location
    Mpgh.exe
    Posts
    1,768
    Reputation
    69
    Thanks
    3,697
    My Mood
    Aggressive
    Thanks for this .

  5. #5
    Auxilium's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    深い碧の果てに
    Posts
    4,518
    Reputation
    445
    Thanks
    609
    My Mood
    Happy
    Quote Originally Posted by RobinC View Post
    Thanks for this .
    Anytime. Just make sure you compile with a dos compiler (that has a real dos.h for the _dos_getvect() )

  6. #6
    Hell_Demon's Avatar
    Join Date
    Mar 2008
    Gender
    male
    Location
    I love causing havoc
    Posts
    3,976
    Reputation
    343
    Thanks
    4,320
    My Mood
    Cheeky
    This cured my cancer
    Ah we-a blaze the fyah, make it bun dem!

  7. The Following 2 Users Say Thank You to Hell_Demon For This Useful Post:

    Auxilium (03-14-2013),sd333221 (03-20-2013)

Similar Threads

  1. Replies: 8
    Last Post: 02-22-2009, 06:42 AM
  2. Replies: 1
    Last Post: 01-21-2009, 08:56 AM
  3. Very Useful {toggle Speedhack} tut
    By SEGnosis in forum Combat Arms Hacks & Cheats
    Replies: 12
    Last Post: 10-22-2008, 10:00 PM
  4. Used warrock promo codes
    By englishpom in forum Hack Requests
    Replies: 8
    Last Post: 09-13-2008, 11:20 AM
  5. Found a cool glitch while sniping in emblem[VERY USEFUL]
    By m164life in forum WarRock - International Hacks
    Replies: 16
    Last Post: 12-30-2006, 11:11 AM