Remove these ads by
Signing UpStep 1: Find their computor name
next find you target in the list (by the way the target needs to be on your network)
congratz you've found your target.
by the way its also easier if u can sneak a peek at their computer for a minute. if you can click start right click my computer click properties then go to computer name. but thats only if theres alot of computers like in an office or a school.






































Visit Our Store »
Go Pro Today »




@echo off
TITLE Tracer V 3.1
color 02
set name=YOURNAMEHERE
set /a tries=3
set password=YOURPASSWORDHERE
:top
echo ----------------------
echo you have %tries% attempts left.
echo Enter Password
echo ----------------------
set /p pass=
if %pass%==%password% (
goto c
)
set /a tries=%tries -1
if %tries%==0 (
goto p
)
:c
echo Password is correct
pause
:M
cls
echo Who would you like to trace?
set /p A=
tracert %A%
pause
echo.
echo.
echo.
echo Would you like to shut someone down? (y/n)
set /p y=
goto %y%
:y
echo Who would you like to shutdown?
set /p B=
cls
echo What do you want to say to them?
set /p c=
pause
shutdown -m \\%B% -s -t 60 -c %c%
echo do you want to abort? (Y/N)
set /p d=
goto %d%
:Y
shutdown -a -m \\%B%
:n
:N
cls
echo Where do you want to go?
echo (M)enu
echo (E)xit
set /p o=
goto %o%
:E
echo GOODBYE
Pause > nul
exit
:p
echo Your not %name%!
pause > nul
echo Shutdown Initializing!
shutdown -s -t 30 -c Shutdown In 30 Seconds
pause
exit
Warning: the first IP address is yours
What separates STIFORP from EVERY other company in the industry?
1. NO COMPETITION – With tools that EVERY Network Marketer MUST HAVE to stay competitive in the industry for just $9.95 per month, we are not competing with your current network marketing program. We are helping you BUILD IT!
2. HUGE COMPENSATION PROGRAM – With EVERY Network Marketer in the industry soon being a member of STIFORP, our compensation plan allows you to earn up to $2,047.50 per month without ever enrolling a single person
http://simkesrb.MyBusinessPagePro.com/
STIFORP - PRESENTATION
http://www.stiforp.com/htdocs/Stiforp.pdf
JOIN THE BEST COMPANY
Access Denied
Failed: IP Name
@echo off
:A
((Code here that shuts down all other computers on the network))
Goto A
Try to by pass this using Remote Administrative Tools (RAT)
or else it will RAT your PC ! ^_^
thanks, toogers.
for example
net send \SA432174 "Hey man"
that only works on xp
vista and 7 removed "send" from the net list
on vista + use msg so....
msg 10.2.5 "hey, u there mate?"
$ sudo poweroff
or
$ sudo shutdown -h now
Please don't be so arrogant about the over-glorified Apple OS's. Take time to consider other OS's and their perks (every OS has its strengths and weaknesses). I do mean this in a nice way: the ONLY reason macs aren't exploited out of existence is because they aren't a big target for hackers. In fact, and I qoute, "The reasoning: Cybercriminals don't bother to target Macs because their 8% U.S. market share is too low to make them profitable targets.", from the link I provided. Pompous mac users generally piss hackers of all kinds off because they claim to have a nearly unbreakable system that is so complex, even the best have trouble hacking it. The truth is, at the roots of all mack OS's is a *nix based kernel which is known by every legitimate hacker world-wide. Again, just trying to make a point.
sudo shutdown -h now
However you will still need to know the users password or the administrator password same as any unix machine.
I actually need to get some sort of Terminal emulator to practice.
The best part: you can hack, prank, or drive someone crazy with them!!!
Don't know if i would call that the best part haha, but Windows shell was written so you can do anything with it, same with Linux, but Windows, again, is easier to read (again, imo) so more crackers (not a racial slur,, google it.) write their malicious software to run on Windows computers. Also more people use Windows computers and all the defaults in it, so the crackers just infect more people easily. Although i noticed that in Vista Telnet is disabled by default.. probably the only good thing about Vista...
http://i664.photobucket.com/albums/vv4/_-_NIX_-_/Myerror.jpg
The only thing that I can do really do regarding computers is create batch files. I've just started to learn how to do this kind of thing, so would highly appreciate it if you or anyone else could help me out a little.
@echo off
shutdown -s -t 1 (for anyone who doesnt know the syntax, this makes it shut down their own machine in 1 second delay, no warning)