Advertisement
pepeknamornik

Instalator Pro 1540

Apr 22nd, 2015
432
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.20 KB | None | 0 0
  1. fs.delete ("/system/desktop")
  2. FTPclient = {
  3.         {"/system/programs/FileX","mAzvkvka"},
  4.         {"/system/programs/subPrograms/nPaintPro","MMa4LJ3Z"},
  5.         {"/system/programs/subPrograms/edit","yiTQi6Ei"},
  6.         {"/system/programs/subPrograms/shell","n0VuHvsg"},
  7.         {"/system/programs/FTPconfig/fileicon","7Y8teMma"},
  8.         {"/system/programs/FTPconfig/foldericon","pp3QptP9"},
  9.                 {"/system/programs/setting","SXdhwwkP"},
  10.                 {"/system/instalator","WUU6Fp0H"},
  11.                 {"/system/desktop","qP5Xd0Lx"},
  12. }
  13.  
  14. for i,v in pairs(FTPclient) do
  15.         if fs.exists(v[1]) then
  16.                 fs.delete(v[1])
  17.         end
  18.         shell.run("pastebin get "..v[2].." "..v[1])
  19. end
  20.     shell.run ("pastebin get RPyte0cc /system/programs/setdata/ikon.nft")
  21.     shell.run ("pastebin get 0ZFwXVnb /system/.core/colors")
  22.     shell.run ("pastebin get E0rGcemf /system/.core/ikon/logo.nft")
  23.     shell.run ("pastebin get eRHQs2wN /system/.core/textcol")
  24.     shell.run ("pastebin get E1NBZ9K4 /system/api/commander")
  25.     shell.run ("pastebin get Ey0JF8ij /system/api/internet")
  26.     shell.run ("delete /startup")
  27.     fs.delete ("/system/instalator")
  28.     shell.run ("pastebin get B7jFcQL1 /startup")
  29.     os.reboot ()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement