Advertisement
Guest User

meh

a guest
Sep 5th, 2010
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. HOW TO IMITATE THE VIDEO BY MUSCLENERD
  2. http://www.youtube.com/watch?v=YyyHRPNahOQ
  3.  
  4. = Requirements =
  5.  
  6. * iPhone/iPod touch
  7. * iRecovery
  8. * (optional) PwnageTool-restored firmware with Steve Jobs saying превед (misspelled привет, as parody) as Recovery image (replacing 'connect to iTunes' icon)
  9.  
  10. * a camera capable of taking videos
  11. * (optional) some odd USB controller board to look real
  12.  
  13. = The script (untested) =
  14.  
  15. #!/bin/bash
  16.  
  17. while true
  18. do
  19. echo "red!"
  20. ./iRecovery -c bgcolor 255 0 0 > /dev/null 2>&1
  21.  
  22. sleep 1
  23.  
  24. echo "blue!"
  25. ./iRecovery -c bgcolor 0 0 255 > /dev/null 2>&1
  26.  
  27. sleep 1
  28.  
  29. echo "green!"
  30. ./iRecovery -c bgcolor 0 255 0 > /dev/null 2>&1
  31.  
  32. sleep 1
  33. end
  34.  
  35. = How to =
  36.  
  37. 1. Turn off your iPhone.
  38. 2. Hold the HOME button and connect your USB cable to your PC.
  39. 3. Wait for the recovery image to show up.
  40. 4. Run the script.
  41. 5. Take a video of it.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement