Advertisement
ManOhMan

Untitled

Jul 3rd, 2019
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.53 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:
  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("Part")
  29. o2 = Instance.new("Sound")
  30. o3 = Instance.new("Script")
  31. o4 = Instance.new("Script")
  32. o5 = Instance.new("Script")
  33. o6 = Instance.new("StringValue")
  34. o7 = Instance.new("BlockMesh")
  35. o8 = Instance.new("Script")
  36. o9 = Instance.new("Weld")
  37. o10 = Instance.new("Texture")
  38. o1.Name = "Water"
  39. o1.Parent = mas
  40. o1.BrickColor = BrickColor.new("Bright blue")
  41. o1.Transparency = 0.30000001192093
  42. o1.Position = Vector3.new(-18.9125061, -1.68906975, -2.97097778)
  43. o1.Rotation = Vector3.new(-180, 0, -180)
  44. o1.Anchored = true
  45. o1.CanCollide = false
  46. o1.Size = Vector3.new(548.689941, 9.51000023, 509.440094)
  47. o1.CFrame = CFrame.new(-18.9125061, -1.68906975, -2.97097778, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  48. o1.BottomSurface = Enum.SurfaceType.Smooth
  49. o1.TopSurface = Enum.SurfaceType.Smooth
  50. o1.Color = Color3.new(0.0509804, 0.411765, 0.67451)
  51. o1.Position = Vector3.new(-18.9125061, -1.68906975, -2.97097778)
  52. o2.Name = "Splash"
  53. o2.Parent = o1
  54. o2.Volume = 1
  55. o3.Parent = o1
  56. table.insert(cors,coroutine.create(function()
  57. wait()
  58. runDummyScript(function()
  59. d=script.Parent.Tex
  60. while true do
  61. wait(.2)
  62. d.Texture="http://www.roblox.com/asset/?id=18361769"
  63. wait(.2)
  64. d.Texture="http://www.roblox.com/asset/?id=18361792"
  65. wait(.2)
  66. d.Texture="http://www.roblox.com/asset/?id=18361813"
  67. wait(.2)
  68. d.Texture="http://www.roblox.com/asset/?id=18361792"
  69. end
  70. end,o3)
  71. end))
  72. o4.Parent = o1
  73. table.insert(cors,coroutine.create(function()
  74. wait()
  75. runDummyScript(function()
  76. d=script.Parent.Tex
  77. while true do
  78. wait(.2)
  79. d.Texture="http://www.roblox.com/asset/?id=18361769"
  80. wait(.2)
  81. d.Texture="http://www.roblox.com/asset/?id=18361792"
  82. wait(.2)
  83. d.Texture="http://www.roblox.com/asset/?id=18361813"
  84. wait(.2)
  85. d.Texture="http://www.roblox.com/asset/?id=18361792"
  86. end
  87. end,o4)
  88. end))
  89. o5.Name = "SplashScript"
  90. o5.Parent = o1
  91. table.insert(cors,coroutine.create(function()
  92. wait()
  93. runDummyScript(function()
  94. ting=0
  95. Tool=script.Parent
  96.  
  97. if Tool:FindFirstChild("Splash") == nil then
  98. SplashSound = Instance.new("Sound")
  99. SplashSound.Name = "Splash"
  100. SplashSound.SoundId = "http://www.roblox.com/asset/?id=10548108"
  101. SplashSound.Parent = Tool
  102. SplashSound.Volume = 1
  103. else
  104. SplashSound=Tool:FindFirstChild("Splash")
  105. end
  106.  
  107.  
  108. function onTouched(hit)
  109. if ting==0 then
  110. ting=1
  111. --player=game.Players:GetPlayerFromCharacter(hit.Parent)
  112.  
  113. --if player ~= nil then
  114.  
  115. SplashSound:play()
  116.  
  117. new=Instance.new("Part")
  118. new.Name="Wave"
  119. new.formFactor=2
  120. new.Size=Vector3.new(1,.4,1)
  121. new.Anchored=true
  122. new.CanCollide=false
  123. new.Transparency=1
  124.  
  125. --hitPos=hit.Parent.Head.Position*Vector3.new(1,0,1)
  126. hitPos=hit.Position*Vector3.new(1,0,1)
  127. hight=(script.Parent.Position*Vector3.new(0,1,0))+script.Parent.Size*Vector3.new(0,.5,0)
  128.  
  129. new.Position=hitPos+hight
  130.  
  131. d=Instance.new("Decal")
  132. d.Face=1
  133. d.Texture=script.DecalTexture.Value
  134. d.Parent=new
  135.  
  136. m=script.Mesh:clone()
  137. m.Parent=new
  138.  
  139. s=script.GrowScript:clone()
  140. s.Parent=new
  141.  
  142. new.Parent=game.Workspace
  143.  
  144. wait(.2)
  145. --end
  146. ting=0
  147. end
  148. end
  149.  
  150. script.Parent.Touched:connect(onTouched)
  151.  
  152. end,o5)
  153. end))
  154. o6.Name = "DecalTexture"
  155. o6.Parent = o5
  156. o6.Value = "http://www.roblox.com/asset/?id=11872954"
  157. o7.Parent = o5
  158. o8.Name = "GrowScript"
  159. o8.Parent = o5
  160. table.insert(cors,coroutine.create(function()
  161. wait()
  162. runDummyScript(function()
  163. times=30
  164.  
  165. if script.Parent.className=="Part" then
  166. for i=1, times do
  167. script.Parent.Mesh.Scale=Vector3.new(i*.2,1,i*.2)+Vector3.new(1,0,1)
  168. wait()
  169. end
  170. script.Parent:remove()
  171. end
  172.  
  173. end,o8)
  174. end))
  175. o9.Name = "CreditHolder"
  176. o9.Parent = o5
  177. o10.Name = "Tex"
  178. o10.Parent = o1
  179. o10.Texture = "http://www.roblox.com/asset/?id=18361792"
  180. o10.Face = Enum.NormalId.Top
  181. o10.StudsPerTileU = 20
  182. o10.StudsPerTileV = 20
  183. mas.Parent = workspace
  184. mas:MakeJoints()
  185. local mas1 = mas:GetChildren()
  186. for i=1,#mas1 do
  187. mas1[i].Parent = workspace
  188. ypcall(function() mas1[i]:MakeJoints() end)
  189. end
  190. mas:Destroy()
  191. for i=1,#cors do
  192. coroutine.resume(cors[i])
  193. end
  194.  
  195. game:GetService("Lighting").Ambient = Color3.new(0, 0, 0)
  196. game:GetService("Lighting").Brightness = 2
  197. game:GetService("Lighting").ColorShift_Bottom = Color3.new(0, 0, 0)
  198. game:GetService("Lighting").ColorShift_Top = Color3.new(0, 0, 0)
  199. game:GetService("Lighting").GlobalShadows = true
  200. game:GetService("Lighting").OutdoorAmbient = Color3.new(0.501961, 0.501961, 0.501961)
  201. game:GetService("Lighting").Outlines = false
  202. game:GetService("Lighting").GeographicLatitude = 41.733299255371
  203. game:GetService("Lighting").TimeOfDay = "14:00:00"
  204. game:GetService("Lighting").FogColor = Color3.new(0.752941, 0.752941, 0.752941)
  205. game:GetService("Lighting").FogEnd = 100000
  206. game:GetService("Lighting").FogStart = 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement