SHOW:
|
|
- or go back to the newest paste.
1 | while true do | |
2 | wait(1) | |
3 | -- input | |
4 | function GetRecursiveChildren(Part, Children) | |
5 | for _, Part in pairs(Part:GetChildren()) do | |
6 | pcall(function() | |
7 | table.insert(Children, Part) | |
8 | GetRecursiveChildren(Part, Children) | |
9 | end) | |
10 | end | |
11 | return Children | |
12 | end | |
13 | ||
14 | ||
15 | local Phrases = { | |
16 | "YOU ARE NOW DEVINS L\2OVE-PUPPY", | |
17 | "SCREW U ALL STOP ABUSING!", | |
18 | "YouDad was here!", | |
19 | "YouDad was here!", | |
20 | "YouDad was here!", | |
21 | "YouDad was here!!", | |
22 | "YouDad was here!", | |
23 | "Meow.", | |
24 | "YouDad was here!", | |
25 | "1x1x1x1 Was Not Here", | |
26 | "YouDad was here!", | |
27 | "YouDad was here!", | |
28 | "Oh, let's blow some things up!", | |
29 | "SergeantSmokey was here!", | |
30 | "Eat my shirt!", | |
31 | "No shirt, no shoes, no torso, no service.", | |
32 | "You got owned, bi-yatch.", | |
33 | "I heard you like hacks. Me too! Wow, we have so much in common! Want to go out some time?", | |
34 | "The Aperture Science Weighted Companion Cube will not stab you, and cannot speak.", | |
35 | "Please wait while I warm up the neurotoxins...", | |
36 | "Goodbye my only friend... / Wait, did you think I meant you? / That would be funny, / if it weren't so sad.", | |
37 | "Yousa gonna dia!", | |
38 | "THIS IS SPART- ERR I MEAN DEO!", | |
39 | "YouDads flashes!", | |
40 | "YouDads flashes!", | |
41 | "I'm wild for leo.", | |
42 | "HURR DURR.", | |
43 | "DURR.", | |
44 | "HURR.", | |
45 | "I'll kick your puppy!", | |
46 | "Oh lawdy...", | |
47 | "What have I done?!", | |
48 | ":3", | |
49 | "Who's the noob? You are, hurr.", | |
50 | "Deo l\2oves you with hate.", | |
51 | "Deo would like to take this moment to tell you how much he hates you.", | |
52 | "Deo is your new and old God.", | |
53 | "Deo is the cake.", | |
54 | "Telamon is mad you took his chicken.", | |
55 | "LEROOOOOOOOOOOOOOY JENKIIIIIIIIIIIIIIIIIIIIIIINS", | |
56 | "Clockwork was never de-admined D;", | |
57 | "We all have hearts of gold! Excuse me while I shatter said gold into pieces.", | |
58 | "I shot Santa. Christmas is canceled.", | |
59 | "I eat children.", | |
60 | "Don't be surprised if the world ends. That's just my way of saying hello.", | |
61 | "I'M GOING TO SM\2OKE A LOT OF CR\2ACK.", | |
62 | "Life is wonderful. Without it we'd all be dead.", | |
63 | "Daddy, why doesn't this magnet pick up this floppy disk?", | |
64 | "Give me ambiguity or give me something else.", | |
65 | "I.R.S.: We've got what it takes to take what you've got!", | |
66 | "We are born naked, wet and hungry. Then things get worse.", | |
67 | "Make it idiot proof and someone will make a better idiot.", | |
68 | "He who laughs last thinks slowest!", | |
69 | "Always remember you're unique, just like everyone else.", | |
70 | "\"More hay, Trigger?\" \"No thanks, Roy, I'm stuffed!\"", | |
71 | "A flashlight is a case for holding dead batteries.", | |
72 | "Lottery: A tax on people who are bad at math.", | |
73 | "Error, no keyboard - press F1 to continue.", | |
74 | "There's too much blood in my caffeine system.", | |
75 | "Artificial Intelligence usually beats real stupidity.", | |
76 | "Hard work has a future payoff. Laziness pays off now.", | |
77 | "\"Very funny, Scotty. Now beam down my clothes.\"", | |
78 | "Puritanism: The haunting fear that someone, somewhere may be happy.", | |
79 | "Consciousness: that annoying time between naps.", | |
80 | "Don't take life too seriously, you won't get out alive.", | |
81 | "I don't suffer from insanity. I enjoy every minute of it.", | |
82 | "Better to understand a little than to misunderstand a lot.", | |
83 | "The gene pool could use a little chlorine.", | |
84 | "When there's a will, I want to be in it.", | |
85 | "Okay, who put a \"stop payment\" on my reality check?", | |
86 | "We have enough youth, how about a fountain of SMART?", | |
87 | "Programming is an art form that fights back.", | |
88 | "\"Daddy, what does FORMATTING DRIVE C mean?\"", | |
89 | "All wiyht. Rho sritched mg kegtops awound?", | |
90 | "My mail reader can beat up your mail reader.", | |
91 | "Never forget: 2 + 2 = 5 for extremely large values of 2.", | |
92 | "Nobody has ever, ever, EVER learned all of WordPerfect.", | |
93 | "To define recursion, we must first define recursion.", | |
94 | "Good programming is 99% sweat and 1% coffee.", | |
95 | "Home is where you hang your @", | |
96 | "The E-mail of the species is more deadly than the mail.", | |
97 | "A journey of a thousand sites begins with a single click.", | |
98 | "You can't teach a new mouse old clicks.", | |
99 | "Great groups from little icons grow.", | |
100 | "Speak softly and carry a cellular phone.", | |
101 | "C:\\ is the root of all directories.", | |
102 | "Don't put all your hypes in one home page.", | |
103 | "Pentium wise; pen and paper foolish.", | |
104 | "The modem is the message.", | |
105 | "Too many clicks spoil the browse.", | |
106 | "The geek shall inherit the earth.", | |
107 | "A chat has nine lives.", | |
108 | "Don't byte off more than you can view.", | |
109 | "Fax is stranger than fiction.", | |
110 | "What boots up must come down.", | |
111 | "Windows will never cease. (ed. oh sure...)", | |
112 | "In Gates we trust. (ed. yeah right....)", | |
113 | "Virtual reality is its own reward.", | |
114 | "Modulation in all things.", | |
115 | "A user and his leisure time are soon parted.", | |
116 | "There's no place like http://www.home.com", | |
117 | "Know what to expect before you connect.", | |
118 | "Oh, what a tangled website we weave when first we practice.", | |
119 | "Speed thrills.", | |
120 | "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." | |
121 | } | |
122 | ||
123 | ||
124 | Textures = { | |
125 | "http://www.roblox.com/Asset/?id=59515602", | |
126 | "http://www.roblox.com/Asset/?id=48308661", | |
127 | "http://www.roblox.com/Asset/?id=42198984", | |
128 | "http://www.roblox.com/Asset/?id=59421095", | |
129 | "http://www.roblox.com/Asset/?id=59454680", | |
130 | "http://www.roblox.com/Asset/?id=59784967", | |
131 | "http://www.roblox.com/Asset/?id=45791014", | |
132 | "http://www.roblox.com/Asset/?id=58492970", | |
133 | "http://www.roblox.com/Asset/?id=59278856" | |
134 | } | |
135 | ||
136 | ||
137 | Instance.new("Sky", game:GetService("Lighting")).CelestialBodiesShown = false | |
138 | Instance.new("Message", Workspace) | |
139 | Instance.new("Hint", Workspace) | |
140 | ||
141 | ||
142 | while true do | |
143 | for _, Part in pairs(GetRecursiveChildren(game, {})) do | |
144 | pcall(function() | |
145 | if not Part:IsA("Player")then | |
146 | pcall(function() Part.Name = Phrases[math.random(1, #Phrases)] end) | |
147 | pcall(function() Part.Text = Phrases[math.random(1, #Phrases)] end) | |
148 | pcall(function() Part.Image = Textures[math.random(1, #Textures)] end) | |
149 | pcall(function() Part.TextureId = Textures[math.random(1, #Textures)] end) | |
150 | pcall(function() Part.Texture = Textures[math.random(1, #Textures)] end) | |
151 | pcall(function() Part.ShirtTemplate = Textures[math.random(1, #Textures)] end) | |
152 | pcall(function() Part.PantsTemplate = Textures[math.random(1, #Textures)] end) | |
153 | pcall(function() Part.Graphic = Textures[math.random(1, #Textures)] end) | |
154 | pcall(function() Part.Color = Color3.new(math.random(), math.random(), math.random()) end) | |
155 | pcall(function() Part.Color3 = Color3.new(math.random(), math.random(), math.random()) end) | |
156 | pcall(function() | |
157 | Part.SkyboxUp = Textures[math.random(1, #Textures)] | |
158 | Part.SkyboxDn = Textures[math.random(1, #Textures)] | |
159 | Part.SkyboxLf = Textures[math.random(1, #Textures)] | |
160 | Part.SkyboxRt = Textures[math.random(1, #Textures)] | |
161 | Part.SkyboxFt = Textures[math.random(1, #Textures)] | |
162 | Part.SkyboxBk = Textures[math.random(1, #Textures)] | |
163 | end) | |
164 | pcall(function() | |
165 | Part.TextColor3 = Color3.new(math.random(), math.random(), math.random()) | |
166 | Part.BackgroundColor3 = Color3.new(math.random(), math.random(), math.random()) | |
167 | Part.BorderColor3 = Color3.new(math.random(), math.random(), math.random()) | |
168 | end) | |
169 | pcall(function() | |
170 | Part.Pitch = math.random() * 5 | |
171 | Part.Volume = 1 | |
172 | Part.Looped = true | |
173 | Part:Play() | |
174 | end) | |
175 | pcall(function() | |
176 | if math.random(1, 5) == 1 then Part.Anchored = false end | |
177 | if Part.Anchored == false then | |
178 | Part.Velocity = Vector3.new(math.random(-10, 10), math.random(0, 50), math.random(-10, 10)) | |
179 | Part.RotVelocity = Vector3.new(math.random(-100, 100), math.random(-100, 100), math.random(-100, 100)) | |
180 | end | |
181 | Part.Locked = false | |
182 | Part.BrickColor = BrickColor.random() | |
183 | Part.TopSurface = "Weld" | |
184 | Part.BottomSurface = "Weld" | |
185 | Part.FrontSurface = "Weld" | |
186 | Part.BackSurface = "Weld" | |
187 | Part.LeftSurface = "Weld" | |
188 | Part.RightSurface = "Weld" | |
189 | Part:BreakJoints() | |
190 | end) | |
191 | end | |
192 | end) | |
193 | if math.random(1, 50) == 1 then wait() end | |
194 | - | s.Parent = game.workspace |
194 | + | |
195 | end | |
196 | s.Parent = game.workspace | |
197 | end |