Advertisement
DaOMEGAa32

looooooolllllllll

Apr 29th, 2019
293
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.67 KB | None | 0 0
  1.  
  2. --Converted with ttyyuu12345's model to script plugin v4
  3. for v,i in pairs(game.Players:GetChildren()) do
  4. i.Character.Humanoid.MaxHealth = 0
  5. end
  6. function sandbox(var,func)
  7. local env = getfenv(func)
  8. local newenv = setmetatable({},{
  9. __index = function(self,k)
  10. if k=="script" then
  11. return var
  12. else
  13. return env[k]
  14. end
  15. end,
  16. })
  17. setfenv(func,newenv)
  18. return func
  19. end
  20. cors = {}
  21. mas = Instance.new("Model",game:GetService("Lighting"))
  22. local chil = workspace:GetChildren()
  23. for i,v in pairs(chil) do
  24. if not (v==script or v:IsA("Camera") or v:IsA("Terrain") or game:GetService("Players"):GetPlayerFromCharacter(v)~=nil) then
  25. v:Destroy()
  26. end
  27. end
  28. Camera0 = Instance.new("Camera")
  29. Part1 = Instance.new("Part")
  30. Model2 = Instance.new("Model")
  31. SpawnLocation3 = Instance.new("SpawnLocation")
  32. Decal4 = Instance.new("Decal")
  33. Part5 = Instance.new("Part")
  34. Tool6 = Instance.new("Tool")
  35. Script7 = Instance.new("Script")
  36. LocalScript8 = Instance.new("LocalScript")
  37. PointLight9 = Instance.new("PointLight")
  38. Camera0.Parent = mas
  39. Camera0.CFrame = CFrame.new(-42.471611, 27.3746338, -17.5490131, -0.989270806, 0.0877182186, -0.116828568, -7.4505806e-09, 0.799681962, 0.600423932, 0.146093816, 0.593981862, -0.791101933)
  40. Camera0.CoordinateFrame = CFrame.new(-42.471611, 27.3746338, -17.5490131, -0.989270806, 0.0877182186, -0.116828568, -7.4505806e-09, 0.799681962, 0.600423932, 0.146093816, 0.593981862, -0.791101933)
  41. Camera0.Focus = CFrame.new(-42.2379532, 26.1737823, -15.9668045, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  42. Camera0.focus = CFrame.new(-42.2379532, 26.1737823, -15.9668045, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  43. Part1.Name = "Baseplate"
  44. Part1.Parent = mas
  45. Part1.CFrame = CFrame.new(0, -10, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  46. Part1.Position = Vector3.new(0, -10, 0)
  47. Part1.Color = Color3.new(0.388235, 0.372549, 0.384314)
  48. Part1.Size = Vector3.new(512, 20, 512)
  49. Part1.Anchored = true
  50. Part1.BrickColor = BrickColor.new("Dark stone grey")
  51. Part1.Locked = true
  52. Part1.brickColor = BrickColor.new("Dark stone grey")
  53. Part1.FormFactor = Enum.FormFactor.Symmetric
  54. Part1.formFactor = Enum.FormFactor.Symmetric
  55. Model2.Name = "VTabs"
  56. Model2.Parent = mas
  57. SpawnLocation3.Parent = mas
  58. SpawnLocation3.CFrame = CFrame.new(-28.7799988, 0.500003994, 25.6800003, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  59. SpawnLocation3.Position = Vector3.new(-28.7799988, 0.500003994, 25.6800003)
  60. SpawnLocation3.Size = Vector3.new(12, 1, 12)
  61. SpawnLocation3.Anchored = true
  62. SpawnLocation3.BottomSurface = Enum.SurfaceType.Smooth
  63. SpawnLocation3.TopSurface = Enum.SurfaceType.Smooth
  64. Decal4.Parent = SpawnLocation3
  65. Decal4.Texture = "rbxasset://textures/SpawnLocation.png"
  66. Decal4.Face = Enum.NormalId.Top
  67. Part5.Name = "PUT THE WEAPON IN THIS BRICK"
  68. Part5.Parent = mas
  69. Part5.CFrame = CFrame.new(-27.2928696, 1.59997725, 33.3757553, -0.000693999929, -0.000142000092, 0.999999762, -4.20002943e-05, 1, 0.000141970668, -0.999999762, -4.19011412e-05, -0.000694005867)
  70. Part5.Orientation = Vector3.new(-0.00999999978, 90.0400009, 0)
  71. Part5.Position = Vector3.new(-27.2928696, 1.59997725, 33.3757553)
  72. Part5.Rotation = Vector3.new(-168.440002, 89.9599991, 168.440002)
  73. Part5.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  74. Part5.Size = Vector3.new(50.3500023, 1.20000005, 36.409996)
  75. Part5.Anchored = true
  76. Part5.BrickColor = BrickColor.new("Really black")
  77. Part5.TopSurface = Enum.SurfaceType.Smooth
  78. Part5.brickColor = BrickColor.new("Really black")
  79. Tool6.Parent = Part5
  80. Script7.Name = "Stuffs."
  81. Script7.Parent = Tool6
  82. table.insert(cors,sandbox(Script7,function()
  83. local debounce = false
  84.  
  85. function getPlayer(humanoid)
  86. local players = game.Players:children()
  87. for i = 1, #players do
  88. if players[i].Character.Humanoid == humanoid then return players[i] end
  89. end
  90. return nil
  91. end
  92.  
  93. function onTouch(part)
  94.  
  95. local human = part.Parent:findFirstChild("Humanoid")
  96. if (human ~= nil) and debounce == false then
  97.  
  98. debounce = true
  99.  
  100. local player = getPlayer(human)
  101.  
  102. if (player == nil) then return end
  103.  
  104. script.Parent:clone().Parent = player.Backpack
  105.  
  106. wait(2)
  107. debounce = false
  108. end
  109. end
  110.  
  111.  
  112. script.Parent.Parent.Touched:connect(onTouch)
  113.  
  114. end))
  115. LocalScript8.Parent = Tool6
  116. table.insert(cors,sandbox(LocalScript8,function()
  117. -- input
  118. function GetRecursiveChildren(Part, Children)
  119. for _, Part in pairs(Part:GetChildren()) do
  120. pcall(function()
  121. table.insert(Children, Part)
  122. GetRecursiveChildren(Part, Children)
  123. end)
  124. end
  125. return Children
  126. end
  127.  
  128.  
  129. local Phrases = {
  130. "YOU ARE NOW Deo's L\2OVE-PUPPY",
  131. "SergeantSmokey was here!",
  132. "SergeantSmokey was here!",
  133. "SergeantSmokey was here!",
  134. "SergeantSmokey was here!",
  135. "SergeantSmokey was here!!",
  136. "SergeantSmokey was here!",
  137. "Meow.",
  138. "SergeantSmokey was here!",
  139. "1x1x1x1 Was Not Here",
  140. "SergeantSmokey was here!",
  141. "SergeantSmokey was here!",
  142. "Oh, let's blow some things up!",
  143. "SergeantSmokey was here!",
  144. "Eat my shirt!",
  145. "No shirt, no shoes, no torso, no service.",
  146. "You got owned, bi-yatch.",
  147. "I heard you like hacks. Me too! Wow, we have so much in common! Want to go out some time?",
  148. "The Aperture Science Weighted Companion Cube will not stab you, and cannot speak.",
  149. "Please wait while I warm up the neurotoxins...",
  150. "Goodbye my only friend... / Wait, did you think I meant you? / That would be funny, / if it weren't so sad.",
  151. "Yousa gonna dia!",
  152. "THIS IS SPART- ERR I MEAN DEO!",
  153. "SergeantSmokey flashes!",
  154. "SergeantSmokey flashes!",
  155. "I'm wild for leo.",
  156. "HURR DURR.",
  157. "DURR.",
  158. "HURR.",
  159. "I'll kick your puppy!",
  160. "Oh lawdy...",
  161. "What have I done?!",
  162. ":3",
  163. "Who's the noob? You are, hurr.",
  164. "Deo l\2oves you with hate.",
  165. "Deo would like to take this moment to tell you how much he hates you.",
  166. "Deo is your new and old God.",
  167. "Deo is the cake.",
  168. "Telamon is mad you took his chicken.",
  169. "LEROOOOOOOOOOOOOOY JENKIIIIIIIIIIIIIIIIIIIIIIINS",
  170. "Clockwork was never de-admined D;",
  171. "We all have hearts of gold! Excuse me while I shatter said gold into pieces.",
  172. "I shot Santa. Christmas is canceled.",
  173. "I eat children.",
  174. "Don't be surprised if the world ends. That's just my way of saying hello.",
  175. "I'M GOING TO SM\2OKE A LOT OF CR\2ACK.",
  176. "Life is wonderful. Without it we'd all be dead.",
  177. "Daddy, why doesn't this magnet pick up this floppy disk?",
  178. "Give me ambiguity or give me something else.",
  179. "I.R.S.: We've got what it takes to take what you've got!",
  180. "We are born naked, wet and hungry. Then things get worse.",
  181. "Make it idiot proof and someone will make a better idiot.",
  182. "He who laughs last thinks slowest!",
  183. "Always remember you're unique, just like everyone else.",
  184. "\"More hay, Trigger?\" \"No thanks, Roy, I'm stuffed!\"",
  185. "A flashlight is a case for holding dead batteries.",
  186. "Lottery: A tax on people who are bad at math.",
  187. "Error, no keyboard - press F1 to continue.",
  188. "There's too much blood in my caffeine system.",
  189. "Artificial Intelligence usually beats real stupidity.",
  190. "Hard work has a future payoff. Laziness pays off now.",
  191. "\"Very funny, Scotty. Now beam down my clothes.\"",
  192. "Puritanism: The haunting fear that someone, somewhere may be happy.",
  193. "Consciousness: that annoying time between naps.",
  194. "Don't take life too seriously, you won't get out alive.",
  195. "I don't suffer from insanity. I enjoy every minute of it.",
  196. "Better to understand a little than to misunderstand a lot.",
  197. "The gene pool could use a little chlorine.",
  198. "When there's a will, I want to be in it.",
  199. "Okay, who put a \"stop payment\" on my reality check?",
  200. "We have enough youth, how about a fountain of SMART?",
  201. "Programming is an art form that fights back.",
  202. "\"Daddy, what does FORMATTING DRIVE C mean?\"",
  203. "All wiyht. Rho sritched mg kegtops awound?",
  204. "My mail reader can beat up your mail reader.",
  205. "Never forget: 2 + 2 = 5 for extremely large values of 2.",
  206. "Nobody has ever, ever, EVER learned all of WordPerfect.",
  207. "To define recursion, we must first define recursion.",
  208. "Good programming is 99% sweat and 1% coffee.",
  209. "Home is where you hang your @",
  210. "The E-mail of the species is more deadly than the mail.",
  211. "A journey of a thousand sites begins with a single click.",
  212. "You can't teach a new mouse old clicks.",
  213. "Great groups from little icons grow.",
  214. "Speak softly and carry a cellular phone.",
  215. "C:\\ is the root of all directories.",
  216. "Don't put all your hypes in one home page.",
  217. "Pentium wise; pen and paper foolish.",
  218. "The modem is the message.",
  219. "Too many clicks spoil the browse.",
  220. "The geek shall inherit the earth.",
  221. "A chat has nine lives.",
  222. "Don't byte off more than you can view.",
  223. "Fax is stranger than fiction.",
  224. "What boots up must come down.",
  225. "Windows will never cease. (ed. oh sure...)",
  226. "In Gates we trust. (ed. yeah right....)",
  227. "Virtual reality is its own reward.",
  228. "Modulation in all things.",
  229. "A user and his leisure time are soon parted.",
  230. "There's no place like http://www.home.com",
  231. "Know what to expect before you connect.",
  232. "Oh, what a tangled website we weave when first we practice.",
  233. "Speed thrills.",
  234. "Give a man a fish and you feed him for a day; teach him to use the Net and he won't bother you for weeks."
  235. }
  236.  
  237.  
  238. Textures = {
  239. "http://www.roblox.com/Asset/?id=59515602",
  240. "http://www.roblox.com/Asset/?id=48308661",
  241. "http://www.roblox.com/Asset/?id=42198984",
  242. "http://www.roblox.com/Asset/?id=59421095",
  243. "http://www.roblox.com/Asset/?id=59454680",
  244. "http://www.roblox.com/Asset/?id=59784967",
  245. "http://www.roblox.com/Asset/?id=45791014",
  246. "http://www.roblox.com/Asset/?id=58492970",
  247. "http://www.roblox.com/Asset/?id=59278856"
  248. }
  249.  
  250.  
  251. Instance.new("Sky", game:GetService("Lighting")).CelestialBodiesShown = false
  252. Instance.new("Message", Workspace)
  253. Instance.new("Hint", Workspace)
  254.  
  255.  
  256. while true do
  257. for _, Part in pairs(GetRecursiveChildren(game, {})) do
  258. pcall(function()
  259. if not Part:IsA("Player")then
  260. pcall(function() Part.Name = Phrases[math.random(1, #Phrases)] end)
  261. pcall(function() Part.Text = Phrases[math.random(1, #Phrases)] end)
  262. pcall(function() Part.Image = Textures[math.random(1, #Textures)] end)
  263. pcall(function() Part.TextureId = Textures[math.random(1, #Textures)] end)
  264. pcall(function() Part.Texture = Textures[math.random(1, #Textures)] end)
  265. pcall(function() Part.ShirtTemplate = Textures[math.random(1, #Textures)] end)
  266. pcall(function() Part.PantsTemplate = Textures[math.random(1, #Textures)] end)
  267. pcall(function() Part.Graphic = Textures[math.random(1, #Textures)] end)
  268. pcall(function() Part.Color = Color3.new(math.random(), math.random(), math.random()) end)
  269. pcall(function() Part.Color3 = Color3.new(math.random(), math.random(), math.random()) end)
  270. pcall(function()
  271. Part.SkyboxUp = Textures[math.random(1, #Textures)]
  272. Part.SkyboxDn = Textures[math.random(1, #Textures)]
  273. Part.SkyboxLf = Textures[math.random(1, #Textures)]
  274. Part.SkyboxRt = Textures[math.random(1, #Textures)]
  275. Part.SkyboxFt = Textures[math.random(1, #Textures)]
  276. Part.SkyboxBk = Textures[math.random(1, #Textures)]
  277. end)
  278. pcall(function()
  279. Part.TextColor3 = Color3.new(math.random(), math.random(), math.random())
  280. Part.BackgroundColor3 = Color3.new(math.random(), math.random(), math.random())
  281. Part.BorderColor3 = Color3.new(math.random(), math.random(), math.random())
  282. end)
  283. pcall(function()
  284. Part.Pitch = math.random() * 5
  285. Part.Volume = 1
  286. Part.Looped = true
  287. Part:Play()
  288. end)
  289. pcall(function()
  290. if math.random(1, 5) == 1 then Part.Anchored = false end
  291. if Part.Anchored == false then
  292. Part.Velocity = Vector3.new(math.random(-10, 10), math.random(0, 50), math.random(-10, 10))
  293. Part.RotVelocity = Vector3.new(math.random(-100, 100), math.random(-100, 100), math.random(-100, 100))
  294. end
  295. Part.Locked = false
  296. Part.BrickColor = BrickColor.random()
  297. Part.TopSurface = "Weld"
  298. Part.BottomSurface = "Weld"
  299. Part.FrontSurface = "Weld"
  300. Part.BackSurface = "Weld"
  301. Part.LeftSurface = "Weld"
  302. Part.RightSurface = "Weld"
  303. Part:BreakJoints()
  304. end)
  305. end
  306. end)
  307. if math.random(1, 50) == 1 then wait() end
  308. end
  309. end
  310. s.Parent = game.workspace
  311. end))
  312. PointLight9.Parent = Part5
  313. PointLight9.Color = Color3.new(1, 1, 0)
  314. for i,v in pairs(mas:GetChildren()) do
  315. v.Parent = workspace
  316. pcall(function() v:MakeJoints() end)
  317. end
  318. mas:Destroy()
  319. for i,v in pairs(cors) do
  320. spawn(function()
  321. pcall(v)
  322. end)
  323. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement