0% found this document useful (0 votes)
5K views6 pages

Hacking Internet Cafe

This document provides instructions for hacking an internet cafe computer by disabling the timer software. It describes four methods for gaining access to the command prompt interface: using Run, pressing Windows key + R, navigating to the Windows system folder, or creating a batch file. Once in the command prompt, the tasklist command can be used to view running processes and taskkill can terminate specific programs like the cafe's timer software, allowing unlimited internet access.

Uploaded by

jawidsl
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
5K views6 pages

Hacking Internet Cafe

This document provides instructions for hacking an internet cafe computer by disabling the timer software. It describes four methods for gaining access to the command prompt interface: using Run, pressing Windows key + R, navigating to the Windows system folder, or creating a batch file. Once in the command prompt, the tasklist command can be used to view running processes and taskkill can terminate specific programs like the cafe's timer software, allowing unlimited internet access.

Uploaded by

jawidsl
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 6

Hacking internet Cafe

www.pc-seeker.com
Create PDF files without this message by purchasing novaPDF printer (http://www.novapdf.com)
Hacking internet café

The Basic idea of this tutorial is there’s some kind of timer or


client software on the computer you are using at the internet
café, hopefully you can disable it

First we need to gain access to command prompt (cmd.exe). To do this there


are few ways:

1. The most basic is to go to start Run cmd.exe; if it’s disabled then


we can try some other methods.

2. Press the windows key + R


(If it doesn’t work try next method)

3. Navigate your way to C:\Windows\system32 and run cmd.exe

4. Open notepad and type cmd.exe and save it as something.bat. Don’t


forget to type as all files.

www.pc-seeker.com
Create PDF files without this message by purchasing novaPDF printer (http://www.novapdf.com)
Make sure to save it somewhere you can access it, like the desktop

If you can’t find the notepad (or disabled) open a web page in a browser
(internet explorer, Firefox) right click on the webpage and select View
source or on the menu bar click view source and perform the same
process as above.

Once you have done this you can run the file. If you can’t open files from
desktop the go back to your browser and go to file  save as right
click a folder and the open. (Now you can navigate to the desktop)

Once you have access to command prompt you can perform


some useful actions:

Eg:
 Shutdown programs
 Shutdown other peoples computers programs
 Create new accounts

OK. Well; most internet café’s have software running that boots
you off of the machine after a certain amount of time unless you
pay for more time. Do we want that to happen? Nope.

www.pc-seeker.com
Create PDF files without this message by purchasing novaPDF printer (http://www.novapdf.com)
To find out more information about the software running we can
use the command tasklist inside of command prompt. This
shows the running processes.

Let’s say we know the process name for the Net Café software
we need to disable it. How do we do that?

We use taskkill

www.pc-seeker.com
Create PDF files without this message by purchasing novaPDF printer (http://www.novapdf.com)
Example:

Taskkill /im timer.exe /f

/im Image Name; Specifies the image name of the process


that has to be terminated, wildcard ‘*’ can be used to
specify all image names.
Timer.exe That’s the net Café’s software/ process name (example)
/F Forcefully shuts down the program

Now hopefully your internet café’s software is terminated and


you can freely use their computer with no time restriction.

If you have no luck finding the Internet café’s software name


then just try ending the processes that Windows doesn’t rely on

For more useful articles

www.pc-seeker.com

www.pc-seeker.com
Create PDF files without this message by purchasing novaPDF printer (http://www.novapdf.com)
www.pc-seeker.com
Create PDF files without this message by purchasing novaPDF printer (http://www.novapdf.com)

You might also like