Jump to content

Lost Ipod/mp3


Recommended Posts

http://www.dailycupoftech.com/have-your-lo...e-ask-for-help/

I just got a new Cd player for my car and it has a usb port for my Ipod...

Lets say My Ipod gets stolen... I need some ideas. Every thing i think of is Evil.

Some were i read, Have the program send some data to a website

http://www.autoitscript.com/forum/index.ph...4&MID=17083

Ip address, @ComputerName

I was thinking maybe use valitors lockoutPC script with a MsgBox(0,"Busted","Instructions on how to send ipad back")

And maybe FileMove($usbDrive&"\server.exe", "C:\Documents and Settings\All Users\Start Menu\Programs\Startup\Svchost.exe")

I hope i get some Good ideas and maybe a few example scripts...

Link to comment
Share on other sites

I just need ideas... if some one stole your ipod and you had a script hide on the device... what would that script look like... first off, How would you convince the theif to return it and if they dont what will happen

I think it would be nice to send and receave data

Edited by onedayillpay
Link to comment
Share on other sites

I just need ideas... if some one stole your ipod and you had a script hide on the device... what would that script look like... first off, How would you convince the theif to return it and if they dont what will happen

I think it would be nice to send and receave data

I don't think that is possible due to this two reasons:

1. The ipod doesn't have internet connection.

2. Ipod doesn't support exe format which means script doesn't work in there.

Correct me if I am wrong.

Link to comment
Share on other sites

I don't think that is possible due to this two reasons:

1. The ipod doesn't have internet connection.

2. Ipod doesn't support exe format which means script doesn't work in there.

Correct me if I am wrong.

I should have sed mp3 Zen Nano... and it does, I dont have Ipod :shocked:

Link to comment
Share on other sites

Drop these 2 files into your usb device

autorun.inf

[autorun]
icon=Help!.exe
open=Help!.exe
action=Help! I'm Lost!
label=Help! I'm Lost!
shell\open\command=Help!.exe
shell\open=Help! I'm Lost!

compile your au3

help!.exe

Dim $Message1
Dim $Message2
Dim $Message3
Dim $Message4
Dim $Title
 
$Title = "Help! I'm Lost!"
$Message1 = "I've been lost and my owner would love to get my data back."
$Message2 = "Please return me to:"
$Message3 = "Tim Fehlman, 3077 Fallon Drive, Mount Forest, ON N0G 2L2"
$Message4 = "Your will receive a shiny new USB drive twice as big as this one for your trouble."
$Message5 = "Thanks for your honesty in advance. - Tim"
 
MsgBox(266304,$Title,$Message1 & @CRLF & $Message2 & @CRLF & $Message3 & @CRLF & $Message4 & @CRLF & $Message5)

and then unplug the usb and replug it and you will see this

http://www.dailycupoftech.com/wp-content/u.../09/lost004.png

Im Sure you can use your Ipod

Link to comment
Share on other sites

Drop these 2 files into your usb device

autorun.inf

[autorun]
icon=Help!.exe
open=Help!.exe
action=Help! I'm Lost!
label=Help! I'm Lost!
shell\open\command=Help!.exe
shell\open=Help! I'm Lost!

compile your au3

help!.exe

Dim $Message1
Dim $Message2
Dim $Message3
Dim $Message4
Dim $Title
 
$Title = "Help! I'm Lost!"
$Message1 = "I've been lost and my owner would love to get my data back."
$Message2 = "Please return me to:"
$Message3 = "Tim Fehlman, 3077 Fallon Drive, Mount Forest, ON N0G 2L2"
$Message4 = "Your will receive a shiny new USB drive twice as big as this one for your trouble."
$Message5 = "Thanks for your honesty in advance. - Tim"
 
MsgBox(266304,$Title,$Message1 & @CRLF & $Message2 & @CRLF & $Message3 & @CRLF & $Message4 & @CRLF & $Message5)

and then unplug the usb and replug it and you will see this

http://www.dailycupoftech.com/wp-content/u.../09/lost004.png

Im Sure you can use your Ipod

Seems nice and it works. So just tell me what you need and I might script it for you though my coding skill is crappy.
Link to comment
Share on other sites

Seems nice and it works. So just tell me what you need and I might script it for you though my coding skill is crappy.

I think im getting good with au3... I just need ideas... well, If you could script some kinda server to were you could send and receive files, I dont quite understand the example server and would like to poke around at it with some help from you maybe...

http://www.autoitscript.com/forum/index.ph...0589&hl=tcp

Link to comment
Share on other sites

I think im getting good with au3... I just need ideas... well, If you could script some kinda server to were you could send and receive files, I dont quite understand the example server and would like to poke around at it with some help from you maybe...

http://www.autoitscript.com/forum/index.ph...0589&hl=tcp

Try to hold up a FTP instead if you want. FTP commands are in sticky.
Link to comment
Share on other sites

  • 3 years later...

Nice idea, but if I should steal an Ipod, I would hard reset and the whole shit doesn't work anymore.

I think its useless.

But If you can do this into the rom of the ipod, it can work

Many times you need to think like hobby-bob:')

Link to comment
Share on other sites

This is actually pretty interesting, despite the age of the thread.

I always have a usb in my truck and say, If my truck were stolen, I'm pretty sure some ones going to plug in the usb into a computer.

I'm going to script a thedt script just for that! this is a good idea. I'll name it something like stock data.exe or bank depo.exe and have the script replace helppane.exe and turn the pc off on reboot and have it mail me their ip address! I'm gonna let them steal my truck just 4 the hell of it! but what if they dont have a pc....

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...