Thread: at school

Results 1 to 11 of 11
  1. #1
    zook14's Avatar
    Join Date
    Jan 2008
    Posts
    2
    Reputation
    10
    Thanks
    0

    Post at school

    im at school and i want to get into cmd
    i can do this but its a crappy restricted version that barely even lets me ping
    someone told me that i could use C++ in visual baiscs to get the more advanced cmd but they wouldnt tell me anything else
    does anyone no anything abou this

  2. #2
    radnomguywfq3's Avatar
    Join Date
    Jan 2007
    Gender
    male
    Location
    J:\E\T\A\M\A\Y.exe
    Posts
    8,858
    Reputation
    381
    Thanks
    1,823
    My Mood
    Sad
    I don't know about that...You can access the Command console through VB by going :
    Shell("Command Here")

    and C++:
    system("Command Here");

    That won't get you any more access though. Maby. Give it a shot. Why don't you just put all the commands in a batch file?



    There are two types of tragedies in life. One is not getting what you want, the other is getting it.

    If you wake up at a different time in a different place, could you wake up as a different person?


  3. #3
    zook14's Avatar
    Join Date
    Jan 2008
    Posts
    2
    Reputation
    10
    Thanks
    0
    explane
    i nvr got how to make a batch

  4. #4
    radnomguywfq3's Avatar
    Join Date
    Jan 2007
    Gender
    male
    Location
    J:\E\T\A\M\A\Y.exe
    Posts
    8,858
    Reputation
    381
    Thanks
    1,823
    My Mood
    Sad
    A batch file is a list of commands for a console. It doesn't give you any more access to the computer, so I don't think it will work. =X if it has a Admin account, and you can. You should be able to shove some Windows account cracking tools into a data disk, then set your computers boots through the CD. Then when you start your computer..It will crack the passwords for you. I don't know where the software is. You could use a CD boot with err, linux.



    There are two types of tragedies in life. One is not getting what you want, the other is getting it.

    If you wake up at a different time in a different place, could you wake up as a different person?


  5. #5
    tednugent's Avatar
    Join Date
    Mar 2007
    Gender
    male
    Location
    /bin/src
    Posts
    3,592
    Reputation
    17
    Thanks
    610
    Open up notepad and type:

    "pause"

    This will open up the command prompt and exit it as soon as you hit a key.

    Save this file as random.bat. If you wish to know more about batch files, you can use any DOS command in them and it will work. Happy hacking.

  6. #6
    Otoom's Avatar
    Join Date
    Dec 2007
    Posts
    30
    Reputation
    10
    Thanks
    1
    Code:
    include <windows.h>
    
    int main()
    {
    
    system("cmd");
    system("PAUSE");
    
    }
    Something like thta would work.
    But i bet you are restricted to opening .bat or .exe files off your name.
    Unless it's coming from the server, (Where all the programs are installed, ie, M'soft Word, Exel, Etc.)

  7. #7
    tednugent's Avatar
    Join Date
    Mar 2007
    Gender
    male
    Location
    /bin/src
    Posts
    3,592
    Reputation
    17
    Thanks
    610
    Quote Originally Posted by Otoom View Post
    Code:
    include <windows.h>
    
    int main()
    {
    
    system("cmd");
    system("PAUSE");
    
    }
    Something like thta would work.
    But i bet you are restricted to opening .bat or .exe files off your name.
    Unless it's coming from the server, (Where all the programs are installed, ie, M'soft Word, Exel, Etc.)
    This is the hard way though. You don't need to compile a batch file. =/

  8. #8
    Otoom's Avatar
    Join Date
    Dec 2007
    Posts
    30
    Reputation
    10
    Thanks
    1
    I didn't say you 'had' to do it that way did i.
    I said that is a way to do it.

    Something like that would work
    I didn't anywhere say, use this way it's alot better, did i?

  9. #9
    Mikoll's Avatar
    Join Date
    Dec 2005
    Gender
    male
    Location
    in the niggaz department
    Posts
    1,348
    Reputation
    11
    Thanks
    37
    Can you load the comp with a bootable linux?

  10. #10
    tednugent's Avatar
    Join Date
    Mar 2007
    Gender
    male
    Location
    /bin/src
    Posts
    3,592
    Reputation
    17
    Thanks
    610
    Quote Originally Posted by Mikoll View Post
    Can you load the comp with a bootable linux?
    They usually (If your administration is intelligent) change the bios settings so that CD booting is not possible.

    @Otoom, that code would be fine for C++, but he was asking about batch files. That's the only reason I brought that up.

  11. #11
    radnomguywfq3's Avatar
    Join Date
    Jan 2007
    Gender
    male
    Location
    J:\E\T\A\M\A\Y.exe
    Posts
    8,858
    Reputation
    381
    Thanks
    1,823
    My Mood
    Sad
    Quote Originally Posted by Otoom View Post
    Code:
    include <windows.h>
    
    int main()
    {
    
    system("cmd");
    system("PAUSE");
    
    }
    Something like thta would work.
    But i bet you are restricted to opening .bat or .exe files off your name.
    Unless it's coming from the server, (Where all the programs are installed, ie, M'soft Word, Exel, Etc.)

    That lines not required.



    There are two types of tragedies in life. One is not getting what you want, the other is getting it.

    If you wake up at a different time in a different place, could you wake up as a different person?


Similar Threads

  1. Plz do not delete, its my hw from school!!!!!
    By Daryth22 in forum Spammers Corner
    Replies: 10
    Last Post: 03-23-2011, 12:47 PM
  2. I need to fuk my school computers--help.
    By sqeak in forum Suggestions, Requests & General Help
    Replies: 81
    Last Post: 08-16-2006, 01:32 PM
  3. School!
    By zak11 in forum General
    Replies: 10
    Last Post: 04-06-2006, 09:04 PM
  4. School master computer
    By deathmore in forum Hack Requests
    Replies: 10
    Last Post: 03-25-2006, 01:44 PM
  5. Bypassing School Filters
    By Mortifix in forum Game Hacking Tutorials
    Replies: 1
    Last Post: 01-11-2006, 12:01 PM