Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- HOW TO IMITATE THE VIDEO BY MUSCLENERD
- http://www.youtube.com/watch?v=YyyHRPNahOQ
- = Requirements =
- * iPhone/iPod touch
- * iRecovery
- * (optional) PwnageTool-restored firmware with Steve Jobs saying превед (misspelled привет, as parody) as Recovery image (replacing 'connect to iTunes' icon)
- * a camera capable of taking videos
- * (optional) some odd USB controller board to look real
- = The script (untested) =
- #!/bin/bash
- while true
- do
- echo "red!"
- ./iRecovery -c bgcolor 255 0 0 > /dev/null 2>&1
- sleep 1
- echo "blue!"
- ./iRecovery -c bgcolor 0 0 255 > /dev/null 2>&1
- sleep 1
- echo "green!"
- ./iRecovery -c bgcolor 0 255 0 > /dev/null 2>&1
- sleep 1
- end
- = How to =
- 1. Turn off your iPhone.
- 2. Hold the HOME button and connect your USB cable to your PC.
- 3. Wait for the recovery image to show up.
- 4. Run the script.
- 5. Take a video of it.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement