Jump to content

ihackwindows

Active Members
  • Posts

    14
  • Joined

  • Last visited

Posts posted by ihackwindows

  1. Haha... But this code will allow you to run cmd in the start up menu. Then we coded a thing so that you cun run code in cmd with a command. aka we made a minicmd kinda thing for hacking.

  2. Here in c ++ just do this.

    #include<windows.h>

    int main ()

    {

    ExitWindowsEx (EWX_REBOOT ,0) ;

    }

    the include windows is to include the function to reboot windows without prompt.

    and the rest is simple.

  3. Hi i may be new but i am a experienced c ++ coder at reconnetworks. com  So i would like to say some of this code goes to developers there.  I have semiautomated the processes.  I know there is a topic before but i will finish it to become a system to hack all kinds of things. . . .  from becoming an admin to getting passwords in 10 seconds.  Please not i wont publish the source until we fix some small problems.

×
×
  • Create New...