Advertisement
MikasaYTGaming

Untitled

Feb 24th, 2020
463
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.40 KB | None | 0 0
  1. local g = {}
  2. g.last = gg.getFile()
  3. g.info = nil
  4.  
  5. g.config = gg.EXT_CACHE_DIR .. "/" .. gg.getFile():match("[^/]+$") .. ".cfg"
  6. g.data = loadfile(g.config)
  7. if g.data ~= nil then
  8. g.info = g.data()
  9. g.data = nil
  10. end
  11.  
  12. if g.info == nil then
  13. g.info = {g.last, g.last:gsub('/[^/]+$', ''), nil}
  14. end
  15. gg.alert('Owner This Project A Mikasa YT Gaming')
  16. gg.alert('DECRYPT NOW ?', '[GO]')
  17. g.info = gg.prompt({
  18. "📂 ʜᴏᴏᴋ ʟᴜᴀ ғᴜɴᴄᴛɪᴏɴ",
  19. "🔥 ʜᴏᴏᴋ ɪsᴘᴀᴄᴋᴀɢᴇɪɴsᴛᴀʟʟ",
  20. "🔥 ʜᴏᴏᴋ ʟᴏᴀᴅғɪʟᴇ",
  21. "🔥 ʜᴏᴏᴋ ᴏs.ᴇxɪᴛ()",
  22. "🔥 ʜᴏᴏᴋ ʟᴏɢ",
  23. "🔥 ʜᴏᴏᴋ ᴏs.ᴅᴀᴛᴇ",
  24. "❎ ᴇxɪᴛ ʜᴏᴏᴋ",
  25. },g.info,{
  26. "file", -- 1
  27. "checkbox", -- 2
  28. "checkbox",
  29. "checkbox",
  30. "checkbox",
  31. "checkbox",
  32. "checkbox",
  33. "checkbox",
  34. })
  35. if g.info == nil then return end
  36.  
  37. if g.info[2] then
  38. gg.isPackageInstalled = function() end
  39. loadfile(g.info[1])()
  40. end
  41. ---------
  42. if g.info[3] then
  43. Sun = loadfile
  44. loadfile = function() return true end
  45. Sun(g.info[1])()
  46. end
  47. ---------
  48. if g.info[4] then
  49. function os.exit() end
  50. loadfile(g.info[1])()
  51. end
  52. ---------
  53. if g.info[5] then
  54.  
  55. ---------
  56. if g.info[6] then
  57. function os.date()
  58. return '99999999' end --- 20500110 or 20180110
  59. loadfile(g.info[1])()
  60. end
  61. ---------
  62. if g.info[7] then
  63. print("🔥 ʜᴏᴏᴋ ʟᴜᴀ ᴛᴏᴏʟ ғᴜɴᴄᴛɪᴏɴ @UknownPeopleZone 🔥")
  64. os.exit()
  65. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement