Guest User

Untitled

a guest
Jun 24th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.46 KB | None | 0 0
  1. echo. Waiting for device...
  2. files\adb kill-server
  3. files\adb wait-for-device
  4. echo. Device found.
  5.  
  6. echo. Deploying motofail...
  7. files\adb push files\motofail /data/local/motofail
  8. files\adb shell chmod 755 /data/local/motofail
  9.  
  10. echo. Exploiting phone with motofail...
  11. files\adb shell /data/local/motofail exploit
  12. files\adb reboot
  13.  
  14. echo. Waiting for phone to reboot.
  15. files\adb kill-server
  16. files\adb wait-for-device
  17. echo. Exploit successful! Persisting...
  18.  
  19. files\adb remount
  20. files\adb push files\su /system/xbin/su
  21. files\adb shell chmod 755 /system/xbin/su
  22. files\adb shell ln -s /system/xbin/su /system/bin/su
  23. files\adb push files\busybox /system/xbin/busybox
  24. files\adb shell chmod 755 /system/xbin/busybox
  25. files\adb shell /system/xbin/busybox --install /system/xbin/
  26. files\adb push files\symsearch.ko /system/lib/modules/
  27. files\adb shell chmod 777 /system/lib/modules/symsearch.ko
  28. files\adb push files\overclock_moto_razr.ko /system/lib/modules/
  29. files\adb shell chmod 777 /system/lib/modules/overclock_moto_razr.ko
  30. files\adb push files\1300mhz /sdcard/OverclockScript/
  31. files\adb shell chmod 777 /sdcard/OverclockScript/1300mhz
  32. files\adb install files\os.tools.scriptmanager-1.apk
  33.  
  34. echo. Cleaning up...
  35. files\adb shell /data/local/motofail clean
  36. files\adb shell rm /data/local/motofail
  37.  
  38. echo. Rebooting...
  39. files\adb reboot
  40. files\adb kill-server
  41. files\adb wait-for-device
  42.  
  43. echo. Exploit complete and Overclock is installed!
  44. files\adb kill-server
  45. pause
Add Comment
Please, Sign In to add comment