SHOW:
|
|
- or go back to the newest paste.
1 | -- Commands list: https://pastebin.com/raw/jbdYHapk | |
2 | local ScreenGui = Instance.new("ScreenGui") | |
3 | local main = Instance.new("Frame") | |
4 | local OpenClose = Instance.new("TextButton") | |
5 | local Buttons = Instance.new("Frame") | |
6 | local spam = Instance.new("TextButton") | |
7 | local super = Instance.new("TextButton") | |
8 | local teleport = Instance.new("TextButton") | |
9 | local kit = Instance.new("TextButton") | |
10 | local localb = Instance.new("TextButton") | |
11 | local morph = Instance.new("TextButton") | |
12 | local emote = Instance.new("TextButton") | |
13 | local credit = Instance.new("TextButton") | |
14 | local cmds = Instance.new("TextButton") | |
15 | local Title = Instance.new("TextLabel") | |
16 | local Spamtab = Instance.new("Frame") | |
17 | local Delaybox = Instance.new("TextBox") | |
18 | local delaytitle = Instance.new("TextLabel") | |
19 | local Commandtitle = Instance.new("TextLabel") | |
20 | local Commandbox = Instance.new("TextBox") | |
21 | local title = Instance.new("TextLabel") | |
22 | local line = Instance.new("TextLabel") | |
23 | local Start = Instance.new("TextButton") | |
24 | local Stop = Instance.new("TextButton") | |
25 | local Supertab = Instance.new("Frame") | |
26 | local Commandtitle_2 = Instance.new("TextLabel") | |
27 | local Commandbox_2 = Instance.new("TextBox") | |
28 | local title_2 = Instance.new("TextLabel") | |
29 | local line_2 = Instance.new("TextLabel") | |
30 | local executetitle = Instance.new("TextLabel") | |
31 | local execute = Instance.new("TextButton") | |
32 | local Emotestab = Instance.new("Frame") | |
33 | local title_3 = Instance.new("TextLabel") | |
34 | local line_3 = Instance.new("TextLabel") | |
35 | local crouch = Instance.new("TextButton") | |
36 | local hmm = Instance.new("TextButton") | |
37 | local armspin = Instance.new("TextButton") | |
38 | local loophead = Instance.new("TextButton") | |
39 | local scream = Instance.new("TextButton") | |
40 | local headraise = Instance.new("TextButton") | |
41 | local dab = Instance.new("TextButton") | |
42 | local crawl = Instance.new("TextButton") | |
43 | local headtoss = Instance.new("TextButton") | |
44 | local dance = Instance.new("TextButton") | |
45 | local teleporttab = Instance.new("Frame") | |
46 | local title_4 = Instance.new("TextLabel") | |
47 | local line_4 = Instance.new("TextLabel") | |
48 | local house = Instance.new("TextButton") | |
49 | local uhouse = Instance.new("TextButton") | |
50 | local pads = Instance.new("TextButton") | |
51 | local spawn1 = Instance.new("TextButton") | |
52 | local spawn2 = Instance.new("TextButton") | |
53 | local spawn3 = Instance.new("TextButton") | |
54 | local obby = Instance.new("TextButton") | |
55 | local Kitstab = Instance.new("Frame") | |
56 | local title_5 = Instance.new("TextLabel") | |
57 | local line_5 = Instance.new("TextLabel") | |
58 | local kitgod = Instance.new("TextButton") | |
59 | local kitgun = Instance.new("TextButton") | |
60 | local kitdark = Instance.new("TextButton") | |
61 | local kitbow = Instance.new("TextButton") | |
62 | local kitninja = Instance.new("TextButton") | |
63 | local kitmagic = Instance.new("TextButton") | |
64 | local kitomni = Instance.new("TextButton") | |
65 | local kitdagger = Instance.new("TextButton") | |
66 | local kitcrossbow = Instance.new("TextButton") | |
67 | local kitknife = Instance.new("TextButton") | |
68 | local kitpotion = Instance.new("TextButton") | |
69 | local kitscythe = Instance.new("TextButton") | |
70 | local kitsword = Instance.new("TextButton") | |
71 | local Morphstab = Instance.new("Frame") | |
72 | local title_6 = Instance.new("TextLabel") | |
73 | local line_6 = Instance.new("TextLabel") | |
74 | local jester = Instance.new("TextButton") | |
75 | local aka = Instance.new("TextButton") | |
76 | local joy = Instance.new("TextButton") | |
77 | local darklord = Instance.new("TextButton") | |
78 | local cmdtab = Instance.new("Frame") | |
79 | local title_7 = Instance.new("TextLabel") | |
80 | local line_7 = Instance.new("TextLabel") | |
81 | local list = Instance.new("ScrollingFrame") | |
82 | local oof = Instance.new("TextLabel") | |
83 | local Credittab = Instance.new("Frame") | |
84 | local title_8 = Instance.new("TextLabel") | |
85 | local line_8 = Instance.new("TextLabel") | |
86 | local cred1 = Instance.new("TextLabel") | |
87 | local cred1_2 = Instance.new("TextLabel") | |
88 | local cred1_3 = Instance.new("TextLabel") | |
89 | local localtab = Instance.new("Frame") | |
90 | local title_9 = Instance.new("TextLabel") | |
91 | local line_9 = Instance.new("TextLabel") | |
92 | local here = Instance.new("TextButton") | |
93 | local back = Instance.new("TextButton") | |
94 | local acolor = Instance.new("TextButton") | |
95 | local purge = Instance.new("TextButton") | |
96 | local zawarudo = Instance.new("TextButton") | |
97 | local bcolor = Instance.new("TextButton") | |
98 | local rejoin = Instance.new("TextButton") | |
99 | local ccolor = Instance.new("TextButton") | |
100 | local Stop_2 = Instance.new("TextButton") | |
101 | local ms = Instance.new("TextButton") | |
102 | local Go = Instance.new("TextButton") | |
103 | local sky = Instance.new("TextButton") | |
104 | local regen = Instance.new("TextButton") | |
105 | local redhell = Instance.new("TextButton") | |
106 | local rainbow = Instance.new("TextButton") | |
107 | local clicktp = Instance.new("TextButton") | |
108 | local stopcmds = Instance.new("TextButton") | |
109 | local val = 0 | |
110 | ||
111 | ScreenGui.Parent = game.CoreGui | |
112 | ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling | |
113 | ||
114 | main.Name = "main" | |
115 | main.Parent = ScreenGui | |
116 | main.BackgroundColor3 = Color3.fromRGB(8, 8, 8) | |
117 | main.BorderSizePixel = 0 | |
118 | main.Position = UDim2.new(0.0977168977, 0, 0.3360129, 0) | |
119 | main.Size = UDim2.new(0, 237, 0, 33) | |
120 | main.Visible = true | |
121 | main.Draggable = true | |
122 | main.Active = true | |
123 | ||
124 | OpenClose.Name = "Open/Close" | |
125 | OpenClose.Parent = main | |
126 | OpenClose.BackgroundColor3 = Color3.fromRGB(255, 255, 255) | |
127 | OpenClose.BackgroundTransparency = 1.000 | |
128 | OpenClose.BorderSizePixel = 0 | |
129 | OpenClose.Position = UDim2.new(0.818565428, 0, 0, 0) | |
130 | OpenClose.Size = UDim2.new(0, 43, 0, 35) | |
131 | OpenClose.Font = Enum.Font.Gotham | |
132 | OpenClose.Text = "-" | |
133 | OpenClose.TextColor3 = Color3.fromRGB(255, 255, 255) | |
134 | OpenClose.TextScaled = true | |
135 | OpenClose.TextSize = 22.000 | |
136 | OpenClose.TextWrapped = true | |
137 | OpenClose.MouseButton1Down:connect(function() | |
138 | val = val + 1 | |
139 | if val == 1 then | |
140 | Credittab.Visible = false | |
141 | Emotestab.Visible = false | |
142 | Kitstab.Visible = false | |
143 | Morphstab.Visible = false | |
144 | Spamtab.Visible = false | |
145 | Supertab.Visible = false | |
146 | cmdtab.Visible = false | |
147 | localtab.Visible = false | |
148 | teleporttab.Visible = false | |
149 | Buttons.Visible = true | |
150 | end | |
151 | if val == 2 then | |
152 | val = 0 | |
153 | Credittab.Visible = false | |
154 | Emotestab.Visible = false | |
155 | Kitstab.Visible = false | |
156 | Morphstab.Visible = false | |
157 | Spamtab.Visible = false | |
158 | Supertab.Visible = false | |
159 | cmdtab.Visible = false | |
160 | localtab.Visible = false | |
161 | teleporttab.Visible = false | |
162 | Buttons.Visible = false | |
163 | end | |
164 | end) | |
165 | ||
166 | Buttons.Name = "Buttons" | |
167 | Buttons.Parent = main | |
168 | Buttons.BackgroundColor3 = Color3.fromRGB(17, 17, 17) | |
169 | Buttons.BorderSizePixel = 0 | |
170 | Buttons.Position = UDim2.new(0, 0, 0.999999523, 0) | |
171 | Buttons.Size = UDim2.new(0, 237, 0, 433) | |
172 | Buttons.Visible = false | |
173 | ||
174 | spam.Name = "spam" | |
175 | spam.Parent = Buttons | |
176 | spam.BackgroundColor3 = Color3.fromRGB(0, 0, 0) | |
177 | spam.BorderColor3 = Color3.fromRGB(12, 12, 12) | |
178 | spam.BorderSizePixel = 5 | |
179 | spam.Position = UDim2.new(0.050999999, 0, 0.0250000004, 0) | |
180 | spam.Size = UDim2.new(0, 212, 0, 29) | |
181 | spam.Font = Enum.Font.Gotham | |
182 | spam.Text = "Spam" | |
183 | spam.TextColor3 = Color3.fromRGB(241, 241, 241) | |
184 | spam.TextSize = 20.000 | |
185 | spam.MouseButton1Down:connect(function() | |
186 | Credittab.Visible = false | |
187 | Emotestab.Visible = false | |
188 | Kitstab.Visible = false | |
189 | Morphstab.Visible = false | |
190 | Spamtab.Visible = true | |
191 | Supertab.Visible = false | |
192 | cmdtab.Visible = false | |
193 | localtab.Visible = false | |
194 | teleporttab.Visible = false | |
195 | end) | |
196 | ||
197 | super.Name = "super" | |
198 | super.Parent = Buttons | |
199 | super.BackgroundColor3 = Color3.fromRGB(0, 0, 0) | |
200 | super.BorderColor3 = Color3.fromRGB(12, 12, 12) | |
201 | super.BorderSizePixel = 5 | |
202 | super.Position = UDim2.new(0.050999999, 0, 0.142494947, 0) | |
203 | super.Size = UDim2.new(0, 212, 0, 29) | |
204 | super.Font = Enum.Font.Gotham | |
205 | super.Text = "Super" | |
206 | super.TextColor3 = Color3.fromRGB(241, 241, 241) | |
207 | super.TextSize = 20.000 | |
208 | super.MouseButton1Down:connect(function() | |
209 | Credittab.Visible = false | |
210 | Emotestab.Visible = false | |
211 | Kitstab.Visible = false | |
212 | Morphstab.Visible = false | |
213 | Spamtab.Visible = false | |
214 | Supertab.Visible = true | |
215 | cmdtab.Visible = false | |
216 | localtab.Visible = false | |
217 | teleporttab.Visible = false | |
218 | end) | |
219 | ||
220 | teleport.Name = "teleport" | |
221 | teleport.Parent = Buttons | |
222 | teleport.BackgroundColor3 = Color3.fromRGB(0, 0, 0) | |
223 | teleport.BorderColor3 = Color3.fromRGB(12, 12, 12) | |
224 | teleport.BorderSizePixel = 5 | |
225 | teleport.Position = UDim2.new(0.050999999, 0, 0.243890494, 0) | |
226 | teleport.Size = UDim2.new(0, 212, 0, 29) | |
227 | teleport.Font = Enum.Font.Gotham | |
228 | teleport.Text = "Teleports" | |
229 | teleport.TextColor3 = Color3.fromRGB(241, 241, 241) | |
230 | teleport.TextSize = 20.000 | |
231 | teleport.MouseButton1Down:connect(function() | |
232 | Credittab.Visible = false | |
233 | Emotestab.Visible = false | |
234 | Kitstab.Visible = false | |
235 | Morphstab.Visible = false | |
236 | Spamtab.Visible = false | |
237 | Supertab.Visible = false | |
238 | cmdtab.Visible = false | |
239 | localtab.Visible = false | |
240 | teleporttab.Visible = true | |
241 | end) | |
242 | ||
243 | kit.Name = "kit" | |
244 | kit.Parent = Buttons | |
245 | kit.BackgroundColor3 = Color3.fromRGB(0, 0, 0) | |
246 | kit.BorderColor3 = Color3.fromRGB(12, 12, 12) | |
247 | kit.BorderSizePixel = 5 | |
248 | kit.Position = UDim2.new(0.050999999, 0, 0.35161826, 0) | |
249 | kit.Size = UDim2.new(0, 212, 0, 29) | |
250 | kit.Font = Enum.Font.Gotham | |
251 | kit.Text = "Kits" | |
252 | kit.TextColor3 = Color3.fromRGB(241, 241, 241) | |
253 | kit.TextSize = 20.000 | |
254 | kit.MouseButton1Down:connect(function() | |
255 | Credittab.Visible = false | |
256 | Emotestab.Visible = false | |
257 | Kitstab.Visible = true | |
258 | Morphstab.Visible = false | |
259 | Spamtab.Visible = false | |
260 | Supertab.Visible = false | |
261 | cmdtab.Visible = false | |
262 | localtab.Visible = false | |
263 | teleporttab.Visible = false | |
264 | end) | |
265 | ||
266 | localb.Name = "localb" | |
267 | localb.Parent = Buttons | |
268 | localb.BackgroundColor3 = Color3.fromRGB(0, 0, 0) | |
269 | localb.BorderColor3 = Color3.fromRGB(12, 12, 12) | |
270 | localb.BorderSizePixel = 5 | |
271 | localb.Position = UDim2.new(0.050999999, 0, 0.465303779, 0) | |
272 | localb.Size = UDim2.new(0, 212, 0, 29) | |
273 | localb.Font = Enum.Font.Gotham | |
274 | localb.Text = "Local" | |
275 | localb.TextColor3 = Color3.fromRGB(241, 241, 241) | |
276 | localb.TextSize = 20.000 | |
277 | localb.MouseButton1Down:connect(function() | |
278 | Credittab.Visible = false | |
279 | Emotestab.Visible = false | |
280 | Kitstab.Visible = false | |
281 | Morphstab.Visible = false | |
282 | Spamtab.Visible = false | |
283 | Supertab.Visible = false | |
284 | cmdtab.Visible = false | |
285 | localtab.Visible = true | |
286 | teleporttab.Visible = false | |
287 | end) | |
288 | ||
289 | morph.Name = "morph" | |
290 | morph.Parent = Buttons | |
291 | morph.BackgroundColor3 = Color3.fromRGB(0, 0, 0) | |
292 | morph.BorderColor3 = Color3.fromRGB(12, 12, 12) | |
293 | morph.BorderSizePixel = 5 | |
294 | morph.Position = UDim2.new(0.050999999, 0, 0.563953161, 0) | |
295 | morph.Size = UDim2.new(0, 212, 0, 29) | |
296 | morph.Font = Enum.Font.Gotham | |
297 | morph.Text = "Morphs" | |
298 | morph.TextColor3 = Color3.fromRGB(241, 241, 241) | |
299 | morph.TextSize = 20.000 | |
300 | morph.MouseButton1Down:connect(function() | |
301 | Credittab.Visible = false | |
302 | Emotestab.Visible = false | |
303 | Kitstab.Visible = false | |
304 | Morphstab.Visible = true | |
305 | Spamtab.Visible = false | |
306 | Supertab.Visible = false | |
307 | cmdtab.Visible = false | |
308 | localtab.Visible = false | |
309 | teleporttab.Visible = false | |
310 | end) | |
311 | ||
312 | emote.Name = "emote" | |
313 | emote.Parent = Buttons | |
314 | emote.BackgroundColor3 = Color3.fromRGB(0, 0, 0) | |
315 | emote.BorderColor3 = Color3.fromRGB(12, 12, 12) | |
316 | emote.BorderSizePixel = 5 | |
317 | emote.Position = UDim2.new(0.050999999, 0, 0.672698259, 0) | |
318 | emote.Size = UDim2.new(0, 212, 0, 29) | |
319 | emote.Font = Enum.Font.Gotham | |
320 | emote.Text = "Emotes" | |
321 | emote.TextColor3 = Color3.fromRGB(241, 241, 241) | |
322 | emote.TextSize = 20.000 | |
323 | emote.MouseButton1Down:connect(function() | |
324 | Credittab.Visible = false | |
325 | Emotestab.Visible = true | |
326 | Kitstab.Visible = false | |
327 | Morphstab.Visible = false | |
328 | Spamtab.Visible = false | |
329 | Supertab.Visible = false | |
330 | cmdtab.Visible = false | |
331 | localtab.Visible = false | |
332 | teleporttab.Visible = false | |
333 | end) | |
334 | ||
335 | credit.Name = "credit" | |
336 | credit.Parent = Buttons | |
337 | credit.BackgroundColor3 = Color3.fromRGB(0, 0, 0) | |
338 | credit.BorderColor3 = Color3.fromRGB(12, 12, 12) | |
339 | credit.BorderSizePixel = 5 | |
340 | credit.Position = UDim2.new(0.050999999, 0, 0.776658654, 0) | |
341 | credit.Size = UDim2.new(0, 212, 0, 29) | |
342 | credit.Font = Enum.Font.Gotham | |
343 | credit.Text = "Credits" | |
344 | credit.TextColor3 = Color3.fromRGB(241, 241, 241) | |
345 | credit.TextSize = 20.000 | |
346 | credit.MouseButton1Down:connect(function() | |
347 | Credittab.Visible = true | |
348 | Emotestab.Visible = false | |
349 | Kitstab.Visible = false | |
350 | Morphstab.Visible = false | |
351 | Spamtab.Visible = false | |
352 | Supertab.Visible = false | |
353 | cmdtab.Visible = false | |
354 | localtab.Visible = false | |
355 | teleporttab.Visible = false | |
356 | end) | |
357 | ||
358 | cmds.Name = "cmds" | |
359 | cmds.Parent = Buttons | |
360 | cmds.BackgroundColor3 = Color3.fromRGB(0, 0, 0) | |
361 | cmds.BorderColor3 = Color3.fromRGB(12, 12, 12) | |
362 | cmds.BorderSizePixel = 5 | |
363 | cmds.Position = UDim2.new(0.050999999, 0, 0.885072172, 0) | |
364 | cmds.Size = UDim2.new(0, 212, 0, 29) | |
365 | cmds.Font = Enum.Font.Gotham | |
366 | cmds.Text = "Cmds" | |
367 | cmds.TextColor3 = Color3.fromRGB(241, 241, 241) | |
368 | cmds.TextSize = 20.000 | |
369 | cmds.MouseButton1Down:connect(function() | |
370 | Credittab.Visible = false | |
371 | Emotestab.Visible = false | |
372 | Kitstab.Visible = false | |
373 | Morphstab.Visible = false | |
374 | Spamtab.Visible = false | |
375 | Supertab.Visible = false | |
376 | cmdtab.Visible = false | |
377 | localtab.Visible = false | |
378 | teleporttab.Visible = false | |
379 | cmds.Text = "WIP, Press F9" | |
380 | wait(2) | |
381 | cmds.Text = "To see all cmds" | |
382 | wait(2) | |
383 | cmds.Text = "Cmds" | |
384 | end) | |
385 | ||
386 | Title.Name = "Title" | |
387 | Title.Parent = main | |
388 | Title.BackgroundColor3 = Color3.fromRGB(8, 8, 8) | |
389 | Title.BackgroundTransparency = 1.000 | |
390 | Title.BorderSizePixel = 0 | |
391 | Title.Position = UDim2.new(0.0506329127, 0, 0, 0) | |
392 | Title.Size = UDim2.new(0, 119, 0, 35) | |
393 | Title.Font = Enum.Font.Gotham | |
394 | Title.Text = "AdminJoy" | |
395 | Title.TextColor3 = Color3.fromRGB(255, 255, 255) | |
396 | Title.TextSize = 24.000 | |
397 | Title.TextWrapped = true | |
398 | ||
399 | Spamtab.Name = "Spamtab" | |
400 | Spamtab.Parent = main | |
401 | Spamtab.BackgroundColor3 = Color3.fromRGB(15, 15, 15) | |
402 | Spamtab.BorderSizePixel = 0 | |
403 | Spamtab.Position = UDim2.new(1, 0, 0.969696522, 0) | |
404 | Spamtab.Size = UDim2.new(0, 178, 0, 321) | |
405 | Spamtab.Visible = false | |
406 | ||
407 | Delaybox.Name = "Delaybox" | |
408 | Delaybox.Parent = Spamtab | |
409 | Delaybox.BackgroundColor3 = Color3.fromRGB(20, 20, 20) | |
410 | Delaybox.BorderColor3 = Color3.fromRGB(29, 29, 29) | |
411 | Delaybox.BorderSizePixel = 5 | |
412 | Delaybox.Position = UDim2.new(0.0730337054, 0, 0.229579046, 0) | |
413 | Delaybox.Size = UDim2.new(0, 152, 0, 40) | |
414 | Delaybox.Font = Enum.Font.Gotham | |
415 | Delaybox.PlaceholderColor3 = Color3.fromRGB(252, 252, 252) | |
416 | Delaybox.PlaceholderText = "Value" | |
417 | Delaybox.Text = "" | |
418 | Delaybox.TextColor3 = Color3.fromRGB(255, 255, 255) | |
419 | Delaybox.TextSize = 20.000 | |
420 | Delaybox.TextWrapped = true | |
421 | ||
422 | delaytitle.Name = "delaytitle" | |
423 | delaytitle.Parent = Spamtab | |
424 | delaytitle.BackgroundColor3 = Color3.fromRGB(15, 15, 15) | |
425 | delaytitle.BackgroundTransparency = 1.000 | |
426 | delaytitle.BorderColor3 = Color3.fromRGB(38, 38, 38) | |
427 | delaytitle.BorderSizePixel = 0 | |
428 | delaytitle.Position = UDim2.new(0.157303363, 0, 0.125197724, 0) | |
429 | delaytitle.Size = UDim2.new(0, 122, 0, 23) | |
430 | delaytitle.Font = Enum.Font.SourceSans | |
431 | delaytitle.Text = "Delay:" | |
432 | delaytitle.TextColor3 = Color3.fromRGB(255, 255, 255) | |
433 | delaytitle.TextSize = 20.000 | |
434 | delaytitle.TextWrapped = true | |
435 | ||
436 | Commandtitle.Name = "Commandtitle" | |
437 | Commandtitle.Parent = Spamtab | |
438 | Commandtitle.BackgroundColor3 = Color3.fromRGB(15, 15, 15) | |
439 | Commandtitle.BackgroundTransparency = 1.000 | |
440 | Commandtitle.BorderColor3 = Color3.fromRGB(38, 38, 38) | |
441 | Commandtitle.BorderSizePixel = 0 | |
442 | Commandtitle.Position = UDim2.new(0.157303363, 0, 0.4502469, 0) | |
443 | Commandtitle.Size = UDim2.new(0, 122, 0, 23) | |
444 | Commandtitle.Font = Enum.Font.SourceSans | |
445 | Commandtitle.Text = "Command:" | |
446 | Commandtitle.TextColor3 = Color3.fromRGB(255, 255, 255) | |
447 | Commandtitle.TextSize = 20.000 | |
448 | Commandtitle.TextWrapped = true | |
449 | ||
450 | Commandbox.Name = "Commandbox" | |
451 | Commandbox.Parent = Spamtab | |
452 | Commandbox.BackgroundColor3 = Color3.fromRGB(20, 20, 20) | |
453 | Commandbox.BorderColor3 = Color3.fromRGB(29, 29, 29) | |
454 | Commandbox.BorderSizePixel = 5 | |
455 | Commandbox.Position = UDim2.new(0.0730337054, 0, 0.548766732, 0) | |
456 | Commandbox.Size = UDim2.new(0, 152, 0, 36) | |
457 | Commandbox.Font = Enum.Font.Gotham | |
458 | Commandbox.PlaceholderColor3 = Color3.fromRGB(252, 252, 252) | |
459 | Commandbox.PlaceholderText = "Command" | |
460 | Commandbox.Text = "" | |
461 | Commandbox.TextColor3 = Color3.fromRGB(255, 255, 255) | |
462 | Commandbox.TextSize = 20.000 | |
463 | ||
464 | title.Name = "title" | |
465 | title.Parent = Spamtab | |
466 | title.BackgroundColor3 = Color3.fromRGB(15, 15, 15) | |
467 | title.BackgroundTransparency = 1.000 | |
468 | title.BorderColor3 = Color3.fromRGB(38, 38, 38) | |
469 | title.BorderSizePixel = 0 | |
470 | title.Position = UDim2.new(0.112359554, 0, 0.00934584159, 0) | |
471 | title.Size = UDim2.new(0, 130, 0, 29) | |
472 | title.Font = Enum.Font.SourceSans | |
473 | title.Text = "Spam" | |
474 | title.TextColor3 = Color3.fromRGB(255, 255, 255) | |
475 | title.TextScaled = true | |
476 | title.TextSize = 20.000 | |
477 | title.TextWrapped = true | |
478 | ||
479 | line.Name = "line" | |
480 | line.Parent = Spamtab | |
481 | line.BackgroundColor3 = Color3.fromRGB(255, 255, 255) | |
482 | line.BorderSizePixel = 0 | |
483 | line.Position = UDim2.new(0.0730337054, 0, 0.0996884704, 0) | |
484 | line.Size = UDim2.new(0, 152, 0, 1) | |
485 | line.Font = Enum.Font.SourceSans | |
486 | line.Text = "" | |
487 | line.TextColor3 = Color3.fromRGB(0, 0, 0) | |
488 | line.TextSize = 14.000 | |
489 | ||
490 | Start.Name = "Start" | |
491 | Start.Parent = Spamtab | |
492 | Start.BackgroundColor3 = Color3.fromRGB(20, 20, 20) | |
493 | Start.BorderColor3 = Color3.fromRGB(29, 29, 29) | |
494 | Start.BorderSizePixel = 5 | |
495 | Start.Position = UDim2.new(0.0729999989, 0, 0.773000002, 0) | |
496 | Start.Size = UDim2.new(0, 65, 0, 26) | |
497 | Start.Font = Enum.Font.Gotham | |
498 | Start.Text = "Start" | |
499 | Start.TextColor3 = Color3.fromRGB(255, 255, 255) | |
500 | Start.TextScaled = true | |
501 | Start.TextSize = 14.000 | |
502 | Start.TextWrapped = true | |
503 | Start.MouseButton1Down:connect(function() | |
504 | delayval = Delaybox.Text | |
505 | cmd2spam = Commandbox.Text | |
506 | function spamloop() | |
507 | while loopcheck == true do | |
508 | wait(delayval) | |
509 | game:GetService'Players':Chat((cmd2spam)) | |
510 | end | |
511 | end | |
512 | loopcheck = true | |
513 | spamloop() | |
514 | ||
515 | end) | |
516 | ||
517 | Stop.Name = "Stop" | |
518 | Stop.Parent = Spamtab | |
519 | Stop.BackgroundColor3 = Color3.fromRGB(20, 20, 20) | |
520 | Stop.BorderColor3 = Color3.fromRGB(29, 29, 29) | |
521 | Stop.BorderSizePixel = 5 | |
522 | Stop.Position = UDim2.new(0.561764061, 0, 0.773000002, 0) | |
523 | Stop.Size = UDim2.new(0, 65, 0, 26) | |
524 | Stop.Font = Enum.Font.Gotham | |
525 | Stop.Text = "Stop" | |
526 | Stop.TextColor3 = Color3.fromRGB(255, 255, 255) | |
527 | Stop.TextScaled = true | |
528 | Stop.TextSize = 14.000 | |
529 | Stop.TextWrapped = true | |
530 | Stop.MouseButton1Down:connect(function() | |
531 | loopcheck = false | |
532 | end) | |
533 | ||
534 | Supertab.Name = "Supertab" | |
535 | Supertab.Parent = main | |
536 | Supertab.BackgroundColor3 = Color3.fromRGB(15, 15, 15) | |
537 | Supertab.BorderSizePixel = 0 | |
538 | Supertab.Position = UDim2.new(1, 0, 0.969696522, 0) | |
539 | Supertab.Size = UDim2.new(0, 178, 0, 225) | |
540 | Supertab.Visible = false | |
541 | ||
542 | Commandtitle_2.Name = "Commandtitle" | |
543 | Commandtitle_2.Parent = Supertab | |
544 | Commandtitle_2.BackgroundColor3 = Color3.fromRGB(15, 15, 15) | |
545 | Commandtitle_2.BackgroundTransparency = 1.000 | |
546 | Commandtitle_2.BorderColor3 = Color3.fromRGB(38, 38, 38) | |
547 | Commandtitle_2.BorderSizePixel = 0 | |
548 | Commandtitle_2.Position = UDim2.new(0.157303363, 0, 0.245927066, 0) | |
549 | Commandtitle_2.Size = UDim2.new(0, 122, 0, 23) | |
550 | Commandtitle_2.Font = Enum.Font.Gotham | |
551 | Commandtitle_2.Text = "Command:" | |
552 | Commandtitle_2.TextColor3 = Color3.fromRGB(255, 255, 255) | |
553 | Commandtitle_2.TextSize = 20.000 | |
554 | Commandtitle_2.TextWrapped = true | |
555 | ||
556 | Commandbox_2.Name = "Commandbox" | |
557 | Commandbox_2.Parent = Supertab | |
558 | Commandbox_2.BackgroundColor3 = Color3.fromRGB(20, 20, 20) | |
559 | Commandbox_2.BorderColor3 = Color3.fromRGB(29, 29, 29) | |
560 | Commandbox_2.BorderSizePixel = 5 | |
561 | Commandbox_2.Position = UDim2.new(0.0730337054, 0, 0.40666914, 0) | |
562 | Commandbox_2.Size = UDim2.new(0, 152, 0, 36) | |
563 | Commandbox_2.Font = Enum.Font.Gotham | |
564 | Commandbox_2.PlaceholderColor3 = Color3.fromRGB(252, 252, 252) | |
565 | Commandbox_2.PlaceholderText = "Command" | |
566 | Commandbox_2.Text = "" | |
567 | Commandbox_2.TextColor3 = Color3.fromRGB(255, 255, 255) | |
568 | Commandbox_2.TextSize = 20.000 | |
569 | ||
570 | title_2.Name = "title" | |
571 | title_2.Parent = Supertab | |
572 | title_2.BackgroundColor3 = Color3.fromRGB(15, 15, 15) | |
573 | title_2.BackgroundTransparency = 1.000 | |
574 | title_2.BorderColor3 = Color3.fromRGB(38, 38, 38) | |
575 | title_2.BorderSizePixel = 0 | |
576 | title_2.Position = UDim2.new(0.112359554, 0, 0.00934584159, 0) | |
577 | title_2.Size = UDim2.new(0, 130, 0, 29) | |
578 | title_2.Font = Enum.Font.Gotham | |
579 | title_2.Text = "Super" | |
580 | title_2.TextColor3 = Color3.fromRGB(255, 255, 255) | |
581 | title_2.TextScaled = true | |
582 | title_2.TextSize = 20.000 | |
583 | title_2.TextWrapped = true | |
584 | ||
585 | line_2.Name = "line" | |
586 | line_2.Parent = Supertab | |
587 | line_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255) | |
588 | line_2.BorderSizePixel = 0 | |
589 | line_2.Position = UDim2.new(0.0730337054, 0, 0.179688469, 0) | |
590 | line_2.Size = UDim2.new(0, 152, 0, 1) | |
591 | line_2.Font = Enum.Font.Gotham | |
592 | line_2.Text = "" | |
593 | line_2.TextColor3 = Color3.fromRGB(0, 0, 0) | |
594 | line_2.TextSize = 14.000 | |
595 | ||
596 | executetitle.Name = "executetitle" | |
597 | executetitle.Parent = Supertab | |
598 | executetitle.BackgroundColor3 = Color3.fromRGB(15, 15, 15) | |
599 | executetitle.BackgroundTransparency = 1.000 | |
600 | executetitle.BorderColor3 = Color3.fromRGB(38, 38, 38) | |
601 | executetitle.BorderSizePixel = 0 | |
602 | executetitle.Position = UDim2.new(0.157303363, 0, 0.637038231, 0) | |
603 | executetitle.Size = UDim2.new(0, 122, 0, 23) | |
604 | executetitle.Font = Enum.Font.Gotham | |
605 | executetitle.Text = "Execute:" | |
606 | executetitle.TextColor3 = Color3.fromRGB(255, 255, 255) | |
607 | executetitle.TextSize = 20.000 | |
608 | executetitle.TextWrapped = true | |
609 | ||
610 | execute.Name = "execute" | |
611 | execute.Parent = Supertab | |
612 | execute.BackgroundColor3 = Color3.fromRGB(20, 20, 20) | |
613 | execute.BorderColor3 = Color3.fromRGB(29, 29, 29) | |
614 | execute.BorderSizePixel = 5 | |
615 | execute.Position = UDim2.new(0.0729999989, 0, 0.782000005, 0) | |
616 | execute.Size = UDim2.new(0, 152, 0, 26) | |
617 | execute.Font = Enum.Font.Gotham | |
618 | execute.Text = "Execute" | |
619 | execute.TextColor3 = Color3.fromRGB(236, 236, 236) | |
620 | execute.TextScaled = true | |
621 | execute.TextSize = 14.000 | |
622 | execute.TextWrapped = true | |
623 | execute.MouseButton1Down:connect(function() | |
624 | local cmdstr = Commandbox_2.Text | |
625 | for i = 1,250 do | |
626 | game:GetService'Players':Chat((cmdstr)) | |
627 | end | |
628 | end) | |
629 | ||
630 | Emotestab.Name = "Emotestab" | |
631 | Emotestab.Parent = main | |
632 | Emotestab.BackgroundColor3 = Color3.fromRGB(15, 15, 15) | |
633 | Emotestab.BorderSizePixel = 0 | |
634 | Emotestab.Position = UDim2.new(1, 0, 0.969696522, 0) | |
635 | Emotestab.Size = UDim2.new(0, 405, 0, 434) | |
636 | Emotestab.Visible = false | |
637 | ||
638 | title_3.Name = "title" | |
639 | title_3.Parent = Emotestab | |
640 | title_3.BackgroundColor3 = Color3.fromRGB(15, 15, 15) | |
641 | title_3.BackgroundTransparency = 1.000 | |
642 | title_3.BorderColor3 = Color3.fromRGB(38, 38, 38) | |
643 | title_3.BorderSizePixel = 0 | |
644 | title_3.Position = UDim2.new(0.337050915, 0, 0.0254748724, 0) | |
645 | title_3.Size = UDim2.new(0, 130, 0, 29) | |
646 | title_3.Font = Enum.Font.SourceSans | |
647 | title_3.Text = "Emotes" | |
648 | title_3.TextColor3 = Color3.fromRGB(255, 255, 255) | |
649 | title_3.TextScaled = true | |
650 | title_3.TextSize = 20.000 | |
651 | title_3.TextWrapped = true | |
652 | ||
653 | line_3.Name = "line" | |
654 | line_3.Parent = Emotestab | |
655 | line_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255) | |
656 | line_3.BorderSizePixel = 0 | |
657 | line_3.Position = UDim2.new(0.0730336905, 0, 0.0996884853, 0) | |
658 | line_3.Size = UDim2.new(0, 351, 0, 1) | |
659 | line_3.Font = Enum.Font.SourceSans | |
660 | line_3.Text = "" | |
661 | line_3.TextColor3 = Color3.fromRGB(0, 0, 0) | |
662 | line_3.TextSize = 14.000 | |
663 | ||
664 | crouch.Name = "crouch" | |
665 | crouch.Parent = Emotestab | |
666 | crouch.BackgroundColor3 = Color3.fromRGB(20, 20, 20) | |
667 | crouch.BorderColor3 = Color3.fromRGB(29, 29, 29) | |
668 | crouch.BorderSizePixel = 5 | |
669 | crouch.Position = UDim2.new(0.554481447, 0, 0.84133178, 0) | |
670 | crouch.Size = UDim2.new(0, 156, 0, 38) | |
671 | crouch.Font = Enum.Font.Gotham | |
672 | crouch.Text = ":crouch" | |
673 | crouch.TextColor3 = Color3.fromRGB(255, 255, 255) | |
674 | crouch.TextScaled = true | |
675 | crouch.TextSize = 14.000 | |
676 | crouch.TextWrapped = true | |
677 | crouch.MouseButton1Down:connect(function() | |
678 | crouchh() | |
679 | end) | |
680 | ||
681 | ||
682 | hmm.Name = "hmm" | |
683 | hmm.Parent = Emotestab | |
684 | hmm.BackgroundColor3 = Color3.fromRGB(20, 20, 20) | |
685 | hmm.BorderColor3 = Color3.fromRGB(29, 29, 29) | |
686 | hmm.BorderSizePixel = 5 | |
687 | hmm.Position = UDim2.new(0.0729999989, 0, 0.157000005, 0) | |
688 | hmm.Size = UDim2.new(0, 156, 0, 38) | |
689 | hmm.Font = Enum.Font.Gotham | |
690 | hmm.Text = ":hmm" | |
691 | hmm.TextColor3 = Color3.fromRGB(255, 255, 255) | |
692 | hmm.TextScaled = true | |
693 | hmm.TextSize = 14.000 | |
694 | hmm.TextWrapped = true | |
695 | hmm.MouseButton1Down:connect(function() | |
696 | hmmm() | |
697 | end) | |
698 | ||
699 | armspin.Name = "armspin" | |
700 | armspin.Parent = Emotestab | |
701 | armspin.BackgroundColor3 = Color3.fromRGB(20, 20, 20) | |
702 | armspin.BorderColor3 = Color3.fromRGB(29, 29, 29) | |
703 | armspin.BorderSizePixel = 5 | |
704 | armspin.Position = UDim2.new(0.0705308914, 0, 0.329811037, 0) | |
705 | armspin.Size = UDim2.new(0, 156, 0, 38) | |
706 | armspin.Font = Enum.Font.Gotham | |
707 | armspin.Text = ":armspin" | |
708 | armspin.TextColor3 = Color3.fromRGB(255, 255, 255) | |
709 | armspin.TextScaled = true | |
710 | armspin.TextSize = 14.000 | |
711 | armspin.TextWrapped = true | |
712 | armspin.MouseButton1Down:connect(function() | |
713 | armturbine() | |
714 | end) | |
715 | ||
716 | loophead.Name = "loophead" | |
717 | loophead.Parent = Emotestab | |
718 | loophead.BackgroundColor3 = Color3.fromRGB(20, 20, 20) | |
719 | loophead.BorderColor3 = Color3.fromRGB(29, 29, 29) | |
720 | loophead.BorderSizePixel = 5 | |
721 | loophead.Position = UDim2.new(0.0705308616, 0, 0.491101384, 0) | |
722 | loophead.Size = UDim2.new(0, 156, 0, 38) | |
723 | loophead.Font = Enum.Font.Gotham | |
724 | loophead.Text = ":loophead" | |
725 | loophead.TextColor3 = Color3.fromRGB(255, 255, 255) | |
726 | loophead.TextScaled = true | |
727 | loophead.TextSize = 14.000 | |
728 | loophead.TextWrapped = true | |
729 | loophead.MouseButton1Down:connect(function() | |
730 | loopheadd() | |
731 | end) | |
732 | ||
733 | scream.Name = "scream" | |
734 | scream.Parent = Emotestab | |
735 | scream.BackgroundColor3 = Color3.fromRGB(20, 20, 20) | |
736 | scream.BorderColor3 = Color3.fromRGB(29, 29, 29) | |
737 | scream.BorderSizePixel = 5 | |
738 | scream.Position = UDim2.new(0.554481447, 0, 0.491101384, 0) | |
739 | scream.Size = UDim2.new(0, 156, 0, 38) | |
740 | scream.Font = Enum.Font.Gotham | |
741 | scream.Text = ":scream" | |
742 | scream.TextColor3 = Color3.fromRGB(255, 255, 255) | |
743 | scream.TextScaled = true | |
744 | scream.TextSize = 14.000 | |
745 | scream.TextWrapped = true | |
746 | scream.MouseButton1Down:connect(function() | |
747 | screamm() | |
748 | end) | |
749 | ||
750 | headraise.Name = "headraise" | |
751 | headraise.Parent = Emotestab | |
752 | headraise.BackgroundColor3 = Color3.fromRGB(20, 20, 20) | |
753 | headraise.BorderColor3 = Color3.fromRGB(29, 29, 29) | |
754 | headraise.BorderSizePixel = 5 | |
755 | headraise.Position = UDim2.new(0.0705308318, 0, 0.661608279, 0) | |
756 | headraise.Size = UDim2.new(0, 156, 0, 38) | |
757 | headraise.Font = Enum.Font.Gotham | |
758 | headraise.Text = ":headraise" | |
759 | headraise.TextColor3 = Color3.fromRGB(255, 255, 255) | |
760 | headraise.TextScaled = true | |
761 | headraise.TextSize = 14.000 | |
762 | headraise.TextWrapped = true | |
763 | headraise.MouseButton1Down:connect(function() | |
764 | raisehead() | |
765 | end) | |
766 | ||
767 | dab.Name = "dab" | |
768 | dab.Parent = Emotestab | |
769 | dab.BackgroundColor3 = Color3.fromRGB(20, 20, 20) | |
770 | dab.BorderColor3 = Color3.fromRGB(29, 29, 29) | |
771 | dab.BorderSizePixel = 5 | |
772 | dab.Position = UDim2.new(0.554481447, 0, 0.661608279, 0) | |
773 | dab.Size = UDim2.new(0, 156, 0, 38) | |
774 | dab.Font = Enum.Font.Gotham | |
775 | dab.Text = ":dab" | |
776 | dab.TextColor3 = Color3.fromRGB(255, 255, 255) | |
777 | dab.TextScaled = true | |
778 | dab.TextSize = 14.000 | |
779 | dab.TextWrapped = true | |
780 | dab.MouseButton1Down:connect(function() | |
781 | dabb() | |
782 | end) | |
783 | ||
784 | crawl.Name = "crawl" | |
785 | crawl.Parent = Emotestab | |
786 | crawl.BackgroundColor3 = Color3.fromRGB(20, 20, 20) | |
787 | crawl.BorderColor3 = Color3.fromRGB(29, 29, 29) | |
788 | crawl.BorderSizePixel = 5 | |
789 | crawl.Position = UDim2.new(0.0705308318, 0, 0.84133178, 0) | |
790 | crawl.Size = UDim2.new(0, 156, 0, 38) | |
791 | crawl.Font = Enum.Font.Gotham | |
792 | crawl.Text = ":crawl" | |
793 | crawl.TextColor3 = Color3.fromRGB(255, 255, 255) | |
794 | crawl.TextScaled = true | |
795 | crawl.TextSize = 14.000 | |
796 | crawl.TextWrapped = true | |
797 | crawl.MouseButton1Down:connect(function() | |
798 | laydown() | |
799 | end) | |
800 | ||
801 | headtoss.Name = "headtoss" | |
802 | headtoss.Parent = Emotestab | |
803 | headtoss.BackgroundColor3 = Color3.fromRGB(20, 20, 20) | |
804 | headtoss.BorderColor3 = Color3.fromRGB(29, 29, 29) | |
805 | headtoss.BorderSizePixel = 5 | |
806 | headtoss.Position = UDim2.new(0.554481506, 0, 0.154695854, 0) | |
807 | headtoss.Size = UDim2.new(0, 156, 0, 38) | |
808 | headtoss.Font = Enum.Font.Gotham | |
809 | headtoss.Text = ":headtoss" | |
810 | headtoss.TextColor3 = Color3.fromRGB(255, 255, 255) | |
811 | headtoss.TextScaled = true | |
812 | headtoss.TextSize = 14.000 | |
813 | headtoss.TextWrapped = true | |
814 | headtoss.MouseButton1Down:connect(function() | |
815 | headthrow() | |
816 | end) | |
817 | ||
818 | dance.Name = "dance" | |
819 | dance.Parent = Emotestab | |
820 | dance.BackgroundColor3 = Color3.fromRGB(20, 20, 20) | |
821 | dance.BorderColor3 = Color3.fromRGB(29, 29, 29) | |
822 | dance.BorderSizePixel = 5 | |
823 | dance.Position = UDim2.new(0.554481506, 0, 0.329811037, 0) | |
824 | dance.Size = UDim2.new(0, 156, 0, 38) | |
825 | dance.Font = Enum.Font.Gotham | |
826 | dance.Text = ":dance" | |
827 | dance.TextColor3 = Color3.fromRGB(255, 255, 255) | |
828 | dance.TextScaled = true | |
829 | dance.TextSize = 14.000 | |
830 | dance.TextWrapped = true | |
831 | dance.MouseButton1Down:connect(function() | |
832 | MovingDance() | |
833 | end) | |
834 | ||
835 | teleporttab.Name = "teleporttab" | |
836 | teleporttab.Parent = main | |
837 | teleporttab.BackgroundColor3 = Color3.fromRGB(15, 15, 15) | |
838 | teleporttab.BorderSizePixel = 0 | |
839 | teleporttab.Position = UDim2.new(1, 0, 1.06060565, 0) | |
840 | teleporttab.Size = UDim2.new(0, 178, 0, 413) | |
841 | teleporttab.Visible = false | |
842 | ||
843 | title_4.Name = "title" | |
844 | title_4.Parent = teleporttab | |
845 | title_4.BackgroundColor3 = Color3.fromRGB(15, 15, 15) | |
846 | title_4.BackgroundTransparency = 1.000 | |
847 | title_4.BorderColor3 = Color3.fromRGB(38, 38, 38) | |
848 | title_4.BorderSizePixel = 0 | |
849 | title_4.Position = UDim2.new(0.112359554, 0, 0.00934584159, 0) | |
850 | title_4.Size = UDim2.new(0, 130, 0, 29) | |
851 | title_4.Font = Enum.Font.SourceSans | |
852 | title_4.Text = "Teleports" | |
853 | title_4.TextColor3 = Color3.fromRGB(255, 255, 255) | |
854 | title_4.TextScaled = true | |
855 | title_4.TextSize = 20.000 | |
856 | title_4.TextWrapped = true | |
857 | ||
858 | line_4.Name = "line" | |
859 | line_4.Parent = teleporttab | |
860 | line_4.BackgroundColor3 = Color3.fromRGB(255, 255, 255) | |
861 | line_4.BorderSizePixel = 0 | |
862 | line_4.Position = UDim2.new(0.0730337054, 0, 0.0996884704, 0) | |
863 | line_4.Size = UDim2.new(0, 152, 0, 1) | |
864 | line_4.Font = Enum.Font.SourceSans | |
865 | line_4.Text = "" | |
866 | line_4.TextColor3 = Color3.fromRGB(0, 0, 0) | |
867 | line_4.TextSize = 14.000 | |
868 | ||
869 | house.Name = "house" | |
870 | house.Parent = teleporttab | |
871 | house.BackgroundColor3 = Color3.fromRGB(20, 20, 20) | |
872 | house.BorderColor3 = Color3.fromRGB(29, 29, 29) | |
873 | house.BorderSizePixel = 5 | |
874 | house.Position = UDim2.new(0.173999995, 0, 0.250065386, 0) | |
875 | house.Size = UDim2.new(0, 115, 0, 26) | |
876 | house.Font = Enum.Font.Gotham | |
877 | house.Text = ";house" | |
878 | house.TextColor3 = Color3.fromRGB(255, 255, 255) | |
879 | house.TextScaled = true | |
880 | house.TextSize = 14.000 | |
881 | house.TextWrapped = true | |
882 | house.MouseButton1Down:connect(function() | |
883 | game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-23.4106693, 8.22999954, 63.2581749)) | |
884 | end) | |
885 | ||
886 | uhouse.Name = "uhouse" | |
887 | uhouse.Parent = teleporttab | |
888 | uhouse.BackgroundColor3 = Color3.fromRGB(20, 20, 20) | |
889 | uhouse.BorderColor3 = Color3.fromRGB(29, 29, 29) | |
890 | uhouse.BorderSizePixel = 5 | |
891 | uhouse.Position = UDim2.new(0.173999995, 0, 0.361445487, 0) | |
892 | uhouse.Size = UDim2.new(0, 115, 0, 26) | |
893 | uhouse.Font = Enum.Font.Gotham | |
894 | uhouse.Text = ";uhouse" | |
895 | uhouse.TextColor3 = Color3.fromRGB(255, 255, 255) | |
896 | uhouse.TextScaled = true | |
897 | uhouse.TextSize = 14.000 | |
898 | uhouse.TextWrapped = true | |
899 | uhouse.MouseButton1Down:connect(function() | |
900 | game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-29.954174, 41.8300018, 60.291275)) | |
901 | end) | |
902 | ||
903 | pads.Name = "pads" | |
904 | pads.Parent = teleporttab | |
905 | pads.BackgroundColor3 = Color3.fromRGB(20, 20, 20) | |
906 | pads.BorderColor3 = Color3.fromRGB(29, 29, 29) | |
907 | pads.BorderSizePixel = 5 | |
908 | pads.Position = UDim2.new(0.173999995, 0, 0.489774823, 0) | |
909 | pads.Size = UDim2.new(0, 115, 0, 26) | |
910 | pads.Font = Enum.Font.Gotham | |
911 | pads.Text = ";pads" | |
912 | pads.TextColor3 = Color3.fromRGB(255, 255, 255) | |
913 | pads.TextScaled = true | |
914 | pads.TextSize = 14.000 | |
915 | pads.TextWrapped = true | |
916 | pads.MouseButton1Down:connect(function() | |
917 | game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-30.6439133, 8.22999954, 90.8547668)) | |
918 | end) | |
919 | ||
920 | spawn1.Name = "spawn1" | |
921 | spawn1.Parent = teleporttab | |
922 | spawn1.BackgroundColor3 = Color3.fromRGB(20, 20, 20) | |
923 | spawn1.BorderColor3 = Color3.fromRGB(29, 29, 29) | |
924 | spawn1.BorderSizePixel = 5 | |
925 | spawn1.Position = UDim2.new(0.173999995, 0, 0.62052542, 0) | |
926 | spawn1.Size = UDim2.new(0, 115, 0, 26) | |
927 | spawn1.Font = Enum.Font.Gotham | |
928 | spawn1.Text = ";spawn1" | |
929 | spawn1.TextColor3 = Color3.fromRGB(255, 255, 255) | |
930 | spawn1.TextScaled = true | |
931 | spawn1.TextSize = 14.000 | |
932 | spawn1.TextWrapped = true | |
933 | spawn1.MouseButton1Down:connect(function() | |
934 | game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-29, 3.70000005, -25.5900116)) | |
935 | end) | |
936 | ||
937 | spawn2.Name = "spawn2" | |
938 | spawn2.Parent = teleporttab | |
939 | spawn2.BackgroundColor3 = Color3.fromRGB(20, 20, 20) | |
940 | spawn2.BorderColor3 = Color3.fromRGB(29, 29, 29) | |
941 | spawn2.BorderSizePixel = 5 | |
942 | spawn2.Position = UDim2.new(0.173999995, 0, 0.744012117, 0) | |
943 | spawn2.Size = UDim2.new(0, 115, 0, 26) | |
944 | spawn2.Font = Enum.Font.Gotham | |
945 | spawn2.Text = ";spawn2" | |
946 | spawn2.TextColor3 = Color3.fromRGB(255, 255, 255) | |
947 | spawn2.TextScaled = true | |
948 | spawn2.TextSize = 14.000 | |
949 | spawn2.TextWrapped = true | |
950 | spawn2.MouseButton1Down:connect(function() | |
951 | game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-41, 3.70000005, -25.5899963)) | |
952 | end) | |
953 | ||
954 | spawn3.Name = "spawn3" | |
955 | spawn3.Parent = teleporttab | |
956 | spawn3.BackgroundColor3 = Color3.fromRGB(20, 20, 20) | |
957 | spawn3.BorderColor3 = Color3.fromRGB(29, 29, 29) | |
958 | spawn3.BorderSizePixel = 5 | |
959 | spawn3.Position = UDim2.new(0.173999995, 0, 0.884447932, 0) | |
960 | spawn3.Size = UDim2.new(0, 115, 0, 26) | |
961 | spawn3.Font = Enum.Font.Gotham | |
962 | spawn3.Text = ";spawn3" | |
963 | spawn3.TextColor3 = Color3.fromRGB(255, 255, 255) | |
964 | spawn3.TextScaled = true | |
965 | spawn3.TextSize = 14.000 | |
966 | spawn3.TextWrapped = true | |
967 | spawn3.MouseButton1Down:connect(function() | |
968 | game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-52.9998322, 3.70000005, -25.5902348)) | |
969 | end) | |
970 | ||
971 | obby.Name = "obby" | |
972 | obby.Parent = teleporttab | |
973 | obby.BackgroundColor3 = Color3.fromRGB(20, 20, 20) | |
974 | obby.BorderColor3 = Color3.fromRGB(29, 29, 29) | |
975 | obby.BorderSizePixel = 5 | |
976 | obby.Position = UDim2.new(0.173999995, 0, 0.128999993, 0) | |
977 | obby.Size = UDim2.new(0, 115, 0, 26) | |
978 | obby.Font = Enum.Font.Gotham | |
979 | obby.Text = ";obby" | |
980 | obby.TextColor3 = Color3.fromRGB(255, 255, 255) | |
981 | obby.TextScaled = true | |
982 | obby.TextSize = 14.000 | |
983 | obby.TextWrapped = true | |
984 | obby.MouseButton1Down:connect(function() | |
985 | game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-52.2587738, 3.70000005, 38.5809517)) | |
986 | end) | |
987 | ||
988 | Kitstab.Name = "Kitstab" | |
989 | Kitstab.Parent = main | |
990 | Kitstab.BackgroundColor3 = Color3.fromRGB(15, 15, 15) | |
991 | Kitstab.BorderSizePixel = 0 | |
992 | Kitstab.Position = UDim2.new(1, 0, 0.969696522, 0) | |
993 | Kitstab.Size = UDim2.new(0, 405, 0, 434) | |
994 | Kitstab.Visible = false | |
995 | ||
996 | title_5.Name = "title" | |
997 | title_5.Parent = Kitstab | |
998 | title_5.BackgroundColor3 = Color3.fromRGB(15, 15, 15) | |
999 | title_5.BackgroundTransparency = 1.000 | |
1000 | title_5.BorderColor3 = Color3.fromRGB(38, 38, 38) | |
1001 | title_5.BorderSizePixel = 0 | |
1002 | title_5.Position = UDim2.new(0.337050915, 0, 0.0254748724, 0) | |
1003 | title_5.Size = UDim2.new(0, 130, 0, 29) | |
1004 | title_5.Font = Enum.Font.SourceSans | |
1005 | title_5.Text = "Kits" | |
1006 | title_5.TextColor3 = Color3.fromRGB(255, 255, 255) | |
1007 | title_5.TextScaled = true | |
1008 | title_5.TextSize = 20.000 | |
1009 | title_5.TextWrapped = true | |
1010 | ||
1011 | line_5.Name = "line" | |
1012 | line_5.Parent = Kitstab | |
1013 | line_5.BackgroundColor3 = Color3.fromRGB(255, 255, 255) | |
1014 | line_5.BorderSizePixel = 0 | |
1015 | line_5.Position = UDim2.new(0.065626286, 0, 0.0927760303, 0) | |
1016 | line_5.Size = UDim2.new(0, 351, 0, 1) | |
1017 | line_5.Font = Enum.Font.SourceSans | |
1018 | line_5.Text = "" | |
1019 | line_5.TextColor3 = Color3.fromRGB(0, 0, 0) | |
1020 | line_5.TextSize = 14.000 | |
1021 | ||
1022 | kitgod.Name = "kit god" | |
1023 | kitgod.Parent = Kitstab | |
1024 | kitgod.BackgroundColor3 = Color3.fromRGB(20, 20, 20) | |
1025 | kitgod.BorderColor3 = Color3.fromRGB(29, 29, 29) | |
1026 | kitgod.BorderSizePixel = 5 | |
1027 | kitgod.Position = UDim2.new(0.0730336159, 0, 0.168520734, 0) | |
1028 | kitgod.Size = UDim2.new(0, 175, 0, 25) | |
1029 | kitgod.Font = Enum.Font.Gotham | |
1030 | kitgod.Text = ":kit god" | |
1031 | kitgod.TextColor3 = Color3.fromRGB(255, 255, 255) | |
1032 | kitgod.TextScaled = true | |
1033 | kitgod.TextSize = 14.000 | |
1034 | kitgod.TextWrapped = true | |
1035 | kitgod.MouseButton1Down:connect(function() | |
1036 | game:GetService'Players':Chat(("gear me 159229806")) | |
1037 | game:GetService'Players':Chat(("gear me 93136802")) | |
1038 | game:GetService'Players':Chat(("gear me 108158379")) | |
1039 | game:GetService'Players':Chat(("gear me 73829193")) | |
1040 | game:GetService'Players':Chat(("gear me 69499437")) | |
1041 | game:GetService'Players':Chat(("gear me 80661504")) | |
1042 | game:GetService'Players':Chat(("gear me 120307951")) | |
1043 | game:GetService'Players':Chat(("gear me 99119240")) | |
1044 | game:GetService'Players':Chat(("gear me 94794774")) | |
1045 | game:GetService'Players':Chat(("gear me 71037101")) | |
1046 | game:GetService'Players':Chat(("gear me 93136746")) | |
1047 | end) | |
1048 | ||
1049 | kitgun.Name = "kit gun" | |
1050 | kitgun.Parent = Kitstab | |
1051 | kitgun.BackgroundColor3 = Color3.fromRGB(20, 20, 20) | |
1052 | kitgun.BorderColor3 = Color3.fromRGB(29, 29, 29) | |
1053 | kitgun.BorderSizePixel = 5 | |
1054 | kitgun.Position = UDim2.new(0.0730336159, 0, 0.295248836, 0) | |
1055 | kitgun.Size = UDim2.new(0, 175, 0, 25) | |
1056 | kitgun.Font = Enum.Font.Gotham | |
1057 | kitgun.Text = ":kit gun" | |
1058 | kitgun.TextColor3 = Color3.fromRGB(255, 255, 255) | |
1059 | kitgun.TextScaled = true | |
1060 | kitgun.TextSize = 14.000 | |
1061 | kitgun.TextWrapped = true | |
1062 | kitgun.MouseButton1Down:connect(function() | |
1063 | game:GetService'Players':Chat(("gear me 94233344")) | |
1064 | game:GetService'Players':Chat(("gear me 94233286")) | |
1065 | game:GetService'Players':Chat(("gear me 95354288")) | |
1066 | game:GetService'Players':Chat(("gear me 97885552")) | |
1067 | game:GetService'Players':Chat(("gear me 116693764")) | |
1068 | game:GetService'Players':Chat(("gear me 97885508")) | |
1069 | game:GetService'Players':Chat(("gear me 130113146")) | |
1070 | end) | |
1071 | ||
1072 | kitdark.Name = "kit dark" | |
1073 | kitdark.Parent = Kitstab | |
1074 | kitdark.BackgroundColor3 = Color3.fromRGB(20, 20, 20) | |
1075 | kitdark.BorderColor3 = Color3.fromRGB(29, 29, 29) | |
1076 | kitdark.BorderSizePixel = 5 | |
1077 | kitdark.Position = UDim2.new(0.0730336159, 0, 0.435801864, 0) | |
1078 | kitdark.Size = UDim2.new(0, 175, 0, 25) | |
1079 | kitdark.Font = Enum.Font.Gotham | |
1080 | kitdark.Text = ":kit dark" | |
1081 | kitdark.TextColor3 = Color3.fromRGB(255, 255, 255) | |
1082 | kitdark.TextScaled = true | |
1083 | kitdark.TextSize = 14.000 | |
1084 | kitdark.TextWrapped = true | |
1085 | kitdark.MouseButton1Down:connect(function() | |
1086 | game:GetService'Players':Chat(("paint me black")) | |
1087 | game:GetService'Players':Chat(("cape me black")) | |
1088 | game:GetService'Players':Chat(("removehats me")) | |
1089 | game:GetService'Players':Chat(("removeface me")) | |
1090 | game:GetService'Players':Chat(("name me ")) | |
1091 | game:GetService'Players':Chat(("speed me 32")) | |
1092 | game:GetService'Players':Chat(("trail me black")) | |
1093 | game:GetService'Players':Chat(("gear me 108149175")) | |
1094 | end) | |
1095 | ||
1096 | kitbow.Name = "kit bow" | |
1097 | kitbow.Parent = Kitstab | |
1098 | kitbow.BackgroundColor3 = Color3.fromRGB(20, 20, 20) | |
1099 | kitbow.BorderColor3 = Color3.fromRGB(29, 29, 29) | |
1100 | kitbow.BorderSizePixel = 5 | |
1101 | kitbow.Position = UDim2.new(0.0730336159, 0, 0.569442391, 0) | |
1102 | kitbow.Size = UDim2.new(0, 173, 0, 25) | |
1103 | kitbow.Font = Enum.Font.Gotham | |
1104 | kitbow.Text = ":kit bow" | |
1105 | kitbow.TextColor3 = Color3.fromRGB(255, 255, 255) | |
1106 | kitbow.TextScaled = true | |
1107 | kitbow.TextSize = 14.000 | |
1108 | kitbow.TextWrapped = true | |
1109 | kitbow.MouseButton1Down:connect(function() | |
1110 | game:GetService'Players':Chat(("gear me 1180418251")) | |
1111 | game:GetService'Players':Chat(("gear me 92142841")) | |
1112 | game:GetService'Players':Chat(("gear me 2136389582")) | |
1113 | game:GetService'Players':Chat(("gear me 346687267")) | |
1114 | game:GetService'Players':Chat(("gear me 356213494")) | |
1115 | game:GetService'Players':Chat(("gear me 2568113462")) | |
1116 | end) | |
1117 | ||
1118 | kitninja.Name = "kit ninja" | |
1119 | kitninja.Parent = Kitstab | |
1120 | kitninja.BackgroundColor3 = Color3.fromRGB(20, 20, 20) | |
1121 | kitninja.BorderColor3 = Color3.fromRGB(29, 29, 29) | |
1122 | kitninja.BorderSizePixel = 5 | |
1123 | kitninja.Position = UDim2.new(0.0730336159, 0, 0.700778782, 0) | |
1124 | kitninja.Size = UDim2.new(0, 175, 0, 25) | |
1125 | kitninja.Font = Enum.Font.Gotham | |
1126 | kitninja.Text = ":kit ninja" | |
1127 | kitninja.TextColor3 = Color3.fromRGB(255, 255, 255) | |
1128 | kitninja.TextScaled = true | |
1129 | kitninja.TextSize = 14.000 | |
1130 | kitninja.TextWrapped = true | |
1131 | kitninja.MouseButton1Down:connect(function() | |
1132 | game:GetService'Players':Chat(("gear me 86494914")) | |
1133 | game:GetService'Players':Chat(("gear me 11377306")) | |
1134 | game:GetService'Players':Chat(("gear me 11115851")) | |
1135 | game:GetService'Players':Chat(("gear me 1304339797")) | |
1136 | game:GetService'Players':Chat(("gear me 51346336")) | |
1137 | game:GetService'Players':Chat(("gear me 233519998")) | |
1138 | end) | |
1139 | ||
1140 | kitmagic.Name = "kit magic" | |
1141 | kitmagic.Parent = Kitstab | |
1142 | kitmagic.BackgroundColor3 = Color3.fromRGB(20, 20, 20) | |
1143 | kitmagic.BorderColor3 = Color3.fromRGB(29, 29, 29) | |
1144 | kitmagic.BorderSizePixel = 5 | |
1145 | kitmagic.Position = UDim2.new(0.0730336159, 0, 0.8275069, 0) | |
1146 | kitmagic.Size = UDim2.new(0, 175, 0, 25) | |
1147 | kitmagic.Font = Enum.Font.Gotham | |
1148 | kitmagic.Text = ":kit magic" | |
1149 | kitmagic.TextColor3 = Color3.fromRGB(255, 255, 255) | |
1150 | kitmagic.TextScaled = true | |
1151 | kitmagic.TextSize = 14.000 | |
1152 | kitmagic.TextWrapped = true | |
1153 | kitmagic.MouseButton1Down:connect(function() | |
1154 | game:GetService'Players':Chat(("gear me 2316760298")) | |
1155 | game:GetService'Players':Chat(("gear me 127506105")) | |
1156 | game:GetService'Players':Chat(("gear me 10760425")) | |
1157 | game:GetService'Players':Chat(("gear me 66416616")) | |
1158 | game:GetService'Players':Chat(("gear me 2261167878")) | |
1159 | game:GetService'Players':Chat(("gear me 27860496")) | |
1160 | end) | |
1161 | ||
1162 | kitomni.Name = "kit omni" | |
1163 | kitomni.Parent = Kitstab | |
1164 | kitomni.BackgroundColor3 = Color3.fromRGB(20, 20, 20) | |
1165 | kitomni.BorderColor3 = Color3.fromRGB(29, 29, 29) | |
1166 | kitomni.BorderSizePixel = 5 | |
1167 | kitomni.Position = UDim2.new(0.500194132, 0, 0.168520734, 0) | |
1168 | kitomni.Size = UDim2.new(0, 175, 0, 25) | |
1169 | kitomni.Font = Enum.Font.Gotham | |
1170 | kitomni.Text = ":kit omni" | |
1171 | kitomni.TextColor3 = Color3.fromRGB(255, 255, 255) | |
1172 | kitomni.TextScaled = true | |
1173 | kitomni.TextSize = 14.000 | |
1174 | kitomni.TextWrapped = true | |
1175 | kitomni.MouseButton1Down:connect(function() | |
1176 | for i = 1,10 do | |
1177 | game:GetService'Players':Chat(("gear me 159229806")) | |
1178 | end | |
1179 | ||
1180 | for i = 1,10 do | |
1181 | game:GetService'Players':Chat(("gear me 93136802")) | |
1182 | end | |
1183 | ||
1184 | game:GetService'Players':Chat(("gear me 108158379")) | |
1185 | game:GetService'Players':Chat(("gear me 73829193")) | |
1186 | game:GetService'Players':Chat(("gear me 69499437")) | |
1187 | game:GetService'Players':Chat(("gear me 80661504")) | |
1188 | game:GetService'Players':Chat(("gear me 120307951")) | |
1189 | game:GetService'Players':Chat(("gear me 99119240")) | |
1190 | game:GetService'Players':Chat(("gear me 94794774")) | |
1191 | game:GetService'Players':Chat(("gear me 71037101")) | |
1192 | game:GetService'Players':Chat(("gear me 93136746")) | |
1193 | end) | |
1194 | ||
1195 | kitdagger.Name = "kit dagger" | |
1196 | kitdagger.Parent = Kitstab | |
1197 | kitdagger.BackgroundColor3 = Color3.fromRGB(20, 20, 20) | |
1198 | kitdagger.BorderColor3 = Color3.fromRGB(29, 29, 29) | |
1199 | kitdagger.BorderSizePixel = 5 | |
1200 | kitdagger.Position = UDim2.new(0.500194132, 0, 0.295248866, 0) | |
1201 | kitdagger.Size = UDim2.new(0, 175, 0, 25) | |
1202 | kitdagger.Font = Enum.Font.Gotham | |
1203 | kitdagger.Text = ":kit dagger" | |
1204 | kitdagger.TextColor3 = Color3.fromRGB(255, 255, 255) | |
1205 | kitdagger.TextScaled = true | |
1206 | kitdagger.TextSize = 14.000 | |
1207 | kitdagger.TextWrapped = true | |
1208 | kitdagger.MouseButton1Down:connect(function() | |
1209 | game:GetService'Players':Chat(("gear me 62350856")) | |
1210 | game:GetService'Players':Chat(("gear me 65079090")) | |
1211 | game:GetService'Players':Chat(("gear me 64220952")) | |
1212 | game:GetService'Players':Chat(("gear me 71037101")) | |
1213 | game:GetService'Players':Chat(("gear me 168142394")) | |
1214 | game:GetService'Players':Chat(("gear me 51760061")) | |
1215 | end) | |
1216 | ||
1217 | kitcrossbow.Name = "kit crossbow" | |
1218 | kitcrossbow.Parent = Kitstab | |
1219 | kitcrossbow.BackgroundColor3 = Color3.fromRGB(20, 20, 20) | |
1220 | kitcrossbow.BorderColor3 = Color3.fromRGB(29, 29, 29) | |
1221 | kitcrossbow.BorderSizePixel = 5 | |
1222 | kitcrossbow.Position = UDim2.new(0.500194132, 0, 0.435801864, 0) | |
1223 | kitcrossbow.Size = UDim2.new(0, 175, 0, 25) | |
1224 | kitcrossbow.Font = Enum.Font.Gotham | |
1225 | kitcrossbow.Text = ":kit crossbow" | |
1226 | kitcrossbow.TextColor3 = Color3.fromRGB(255, 255, 255) | |
1227 | kitcrossbow.TextScaled = true | |
1228 | kitcrossbow.TextSize = 14.000 | |
1229 | kitcrossbow.TextWrapped = true | |
1230 | kitcrossbow.MouseButton1Down:connect(function() | |
1231 | game:GetService'Players':Chat(("gear me 174752245")) | |
1232 | game:GetService'Players':Chat(("gear me 1587175338")) | |
1233 | game:GetService'Players':Chat(("gear me 206566653")) | |
1234 | game:GetService'Players':Chat(("gear me 178076831")) | |
1235 | game:GetService'Players':Chat(("gear me 2163551089")) | |
1236 | end) | |
1237 | ||
1238 | kitknife.Name = "kit knife" | |
1239 | kitknife.Parent = Kitstab | |
1240 | kitknife.BackgroundColor3 = Color3.fromRGB(20, 20, 20) | |
1241 | kitknife.BorderColor3 = Color3.fromRGB(29, 29, 29) | |
1242 | kitknife.BorderSizePixel = 5 | |
1243 | kitknife.Position = UDim2.new(0.500194132, 0, 0.8275069, 0) | |
1244 | kitknife.Size = UDim2.new(0, 175, 0, 25) | |
1245 | kitknife.Font = Enum.Font.Gotham | |
1246 | kitknife.Text = ":kit knife" | |
1247 | kitknife.TextColor3 = Color3.fromRGB(255, 255, 255) | |
1248 | kitknife.TextScaled = true | |
1249 | kitknife.TextSize = 14.000 | |
1250 | kitknife.TextWrapped = true | |
1251 | kitknife.MouseButton1Down:connect(function() | |
1252 | game:GetService'Players':Chat(("gear me 121946387")) | |
1253 | game:GetService'Players':Chat(("gear me 1215515248")) | |
1254 | game:GetService'Players':Chat(("gear me 208659586")) | |
1255 | end) | |
1256 | ||
1257 | kitpotion.Name = "kit potion" | |
1258 | kitpotion.Parent = Kitstab | |
1259 | kitpotion.BackgroundColor3 = Color3.fromRGB(20, 20, 20) | |
1260 | kitpotion.BorderColor3 = Color3.fromRGB(29, 29, 29) | |
1261 | kitpotion.BorderSizePixel = 5 | |
1262 | kitpotion.Position = UDim2.new(0.500194132, 0, 0.700778782, 0) | |
1263 | kitpotion.Size = UDim2.new(0, 175, 0, 25) | |
1264 | kitpotion.Font = Enum.Font.Gotham | |
1265 | kitpotion.Text = ":kit potion" | |
1266 | kitpotion.TextColor3 = Color3.fromRGB(255, 255, 255) | |
1267 | kitpotion.TextScaled = true | |
1268 | kitpotion.TextSize = 14.000 | |
1269 | kitpotion.TextWrapped = true | |
1270 | kitpotion.MouseButton1Down:connect(function() | |
1271 | game:GetService'Players':Chat(("gear me 11450664")) | |
1272 | game:GetService'Players':Chat(("gear me 56561593")) | |
1273 | game:GetService'Players':Chat(("gear me 55917420")) | |
1274 | game:GetService'Players':Chat(("gear me 65082246")) | |
1275 | game:GetService'Players':Chat(("gear me 11419319")) | |
1276 | game:GetService'Players':Chat(("gear me 47597835")) | |
1277 | end) | |
1278 | ||
1279 | kitscythe.Name = "kit scythe" | |
1280 | kitscythe.Parent = Kitstab | |
1281 | kitscythe.BackgroundColor3 = Color3.fromRGB(20, 20, 20) | |
1282 | kitscythe.BorderColor3 = Color3.fromRGB(29, 29, 29) | |
1283 | kitscythe.BorderSizePixel = 5 | |
1284 | kitscythe.Position = UDim2.new(0.500194132, 0, 0.569442332, 0) | |
1285 | kitscythe.Size = UDim2.new(0, 175, 0, 25) | |
1286 | kitscythe.Font = Enum.Font.Gotham | |
1287 | kitscythe.Text = ":kit scythe" | |
1288 | kitscythe.TextColor3 = Color3.fromRGB(255, 255, 255) | |
1289 | kitscythe.TextScaled = true | |
1290 | kitscythe.TextSize = 14.000 | |
1291 | kitscythe.TextWrapped = true | |
1292 | kitscythe.MouseButton1Down:connect(function() | |
1293 | game:GetService'Players':Chat(("gear me 1609498185")) | |
1294 | game:GetService'Players':Chat(("gear me 2506365260")) | |
1295 | game:GetService'Players':Chat(("gear me 28275809")) | |
1296 | game:GetService'Players':Chat(("gear me 846792499")) | |
1297 | game:GetService'Players':Chat(("gear me 95951330")) | |
1298 | game:GetService'Players':Chat(("gear me 218631128")) | |
1299 | game:GetService'Players':Chat(("gear me 50938765")) | |
1300 | game:GetService'Players':Chat(("gear me 517827255")) | |
1301 | end) | |
1302 | ||
1303 | kitsword.Name = "kit sword" | |
1304 | kitsword.Parent = Kitstab | |
1305 | kitsword.BackgroundColor3 = Color3.fromRGB(20, 20, 20) | |
1306 | kitsword.BorderColor3 = Color3.fromRGB(29, 29, 29) | |
1307 | kitsword.BorderSizePixel = 5 | |
1308 | kitsword.Position = UDim2.new(0.280441046, 0, 0.926585257, 0) | |
1309 | kitsword.Size = UDim2.new(0, 175, 0, 25) | |
1310 | kitsword.Font = Enum.Font.Gotham | |
1311 | kitsword.Text = ":kit sword" | |
1312 | kitsword.TextColor3 = Color3.fromRGB(255, 255, 255) | |
1313 | kitsword.TextScaled = true | |
1314 | kitsword.TextSize = 14.000 | |
1315 | kitsword.TextWrapped = true | |
1316 | kitsword.MouseButton1Down:connect(function() | |
1317 | game:GetService'Players':Chat(("gear me 1981813154")) | |
1318 | game:GetService'Players':Chat(("gear me 77443461")) | |
1319 | game:GetService'Players':Chat(("gear me 77443491")) | |
1320 | game:GetService'Players':Chat(("gear me 1340206957")) | |
1321 | game:GetService'Players':Chat(("gear me 155661985")) | |
1322 | game:GetService'Players':Chat(("gear me 532254782")) | |
1323 | game:GetService'Players':Chat(("gear me 88885481")) | |
1324 | game:GetService'Players':Chat(("gear me 93136746")) | |
1325 | end) | |
1326 | ||
1327 | Morphstab.Name = "Morphstab" | |
1328 | Morphstab.Parent = main | |
1329 | Morphstab.BackgroundColor3 = Color3.fromRGB(15, 15, 15) | |
1330 | Morphstab.BorderSizePixel = 0 | |
1331 | Morphstab.Position = UDim2.new(1, 0, 0.969696522, 0) | |
1332 | Morphstab.Size = UDim2.new(0, 178, 0, 225) | |
1333 | Morphstab.Visible = false | |
1334 | ||
1335 | title_6.Name = "title" | |
1336 | title_6.Parent = Morphstab | |
1337 | title_6.BackgroundColor3 = Color3.fromRGB(15, 15, 15) | |
1338 | title_6.BackgroundTransparency = 1.000 | |
1339 | title_6.BorderColor3 = Color3.fromRGB(38, 38, 38) | |
1340 | title_6.BorderSizePixel = 0 | |
1341 | title_6.Position = UDim2.new(0.112359554, 0, 0.00934584159, 0) | |
1342 | title_6.Size = UDim2.new(0, 130, 0, 29) | |
1343 | title_6.Font = Enum.Font.Gotham | |
1344 | title_6.Text = "Morphs" | |
1345 | title_6.TextColor3 = Color3.fromRGB(255, 255, 255) | |
1346 | title_6.TextScaled = true | |
1347 | title_6.TextSize = 20.000 | |
1348 | title_6.TextWrapped = true | |
1349 | ||
1350 | line_6.Name = "line" | |
1351 | line_6.Parent = Morphstab | |
1352 | line_6.BackgroundColor3 = Color3.fromRGB(255, 255, 255) | |
1353 | line_6.BorderSizePixel = 0 | |
1354 | line_6.Position = UDim2.new(0.0730337054, 0, 0.179688469, 0) | |
1355 | line_6.Size = UDim2.new(0, 152, 0, 1) | |
1356 | line_6.Font = Enum.Font.Gotham | |
1357 | line_6.Text = "" | |
1358 | line_6.TextColor3 = Color3.fromRGB(0, 0, 0) | |
1359 | line_6.TextSize = 14.000 | |
1360 | ||
1361 | jester.Name = "jester" | |
1362 | jester.Parent = Morphstab | |
1363 | jester.BackgroundColor3 = Color3.fromRGB(20, 20, 20) | |
1364 | jester.BorderColor3 = Color3.fromRGB(29, 29, 29) | |
1365 | jester.BorderSizePixel = 5 | |
1366 | jester.Position = UDim2.new(0.0505280867, 0, 0.235333338, 0) | |
1367 | jester.Size = UDim2.new(0, 152, 0, 26) | |
1368 | jester.Font = Enum.Font.Gotham | |
1369 | jester.Text = ":Jester" | |
1370 | jester.TextColor3 = Color3.fromRGB(236, 236, 236) | |
1371 | jester.TextScaled = true | |
1372 | jester.TextSize = 14.000 | |
1373 | jester.TextWrapped = true | |
1374 | jester.MouseButton1Down:connect(function() | |
1375 | game:GetService'Players':Chat(("unpackage me")) | |
1376 | game:GetService'Players':Chat(("paint me white")) | |
1377 | game:GetService'Players':Chat(("removehats me")) | |
1378 | wait(0.125) | |
1379 | game:GetService'Players':Chat(("hat me 1301377743")) | |
1380 | game:GetService'Players':Chat(("hat me 13702134")) | |
1381 | game:GetService'Players':Chat(("shirt me 1304485340")) | |
1382 | game:GetService'Players':Chat(("pants me 1304482618")) | |
1383 | wait(0.125) | |
1384 | game:GetService'Players':Chat(("gear me 120749528")) | |
1385 | game:GetService'Players':Chat(("gear me 746687364")) | |
1386 | end) | |
1387 | ||
1388 | aka.Name = "aka" | |
1389 | aka.Parent = Morphstab | |
1390 | aka.BackgroundColor3 = Color3.fromRGB(20, 20, 20) | |
1391 | aka.BorderColor3 = Color3.fromRGB(29, 29, 29) | |
1392 | aka.BorderSizePixel = 5 | |
1393 | aka.Position = UDim2.new(0.0505280867, 0, 0.439777792, 0) | |
1394 | aka.Size = UDim2.new(0, 152, 0, 26) | |
1395 | aka.Font = Enum.Font.Gotham | |
1396 | aka.Text = ":Aka" | |
1397 | aka.TextColor3 = Color3.fromRGB(236, 236, 236) | |
1398 | aka.TextScaled = true | |
1399 | aka.TextSize = 14.000 | |
1400 | aka.TextWrapped = true | |
1401 | aka.MouseButton1Down:connect(function() | |
1402 | game:GetService'Players':Chat(("unpackage me")) | |
1403 | game:GetService'Players':Chat(("paint me pastel brown")) | |
1404 | game:GetService'Players':Chat(("removehats me")) | |
1405 | wait(0.25) | |
1406 | game:GetService'Players':Chat(("hat me 4708970652")) | |
1407 | game:GetService'Players':Chat(("hat me 4660425043")) | |
1408 | game:GetService'Players':Chat(("hat me 4524990267")) | |
1409 | game:GetService'Players':Chat(("hat me 4524481392")) | |
1410 | game:GetService'Players':Chat(("shirt me 4150240898")) | |
1411 | game:GetService'Players':Chat(("pants me 4240325953")) | |
1412 | game:GetService'Players':Chat(("hat me 106709021")) | |
1413 | game:GetService'Players':Chat(("face me 402304145")) | |
1414 | end) | |
1415 | ||
1416 | joy.Name = "joy" | |
1417 | joy.Parent = Morphstab | |
1418 | joy.BackgroundColor3 = Color3.fromRGB(20, 20, 20) | |
1419 | joy.BorderColor3 = Color3.fromRGB(29, 29, 29) | |
1420 | joy.BorderSizePixel = 5 | |
1421 | joy.Position = UDim2.new(0.0505280867, 0, 0.635333359, 0) | |
1422 | joy.Size = UDim2.new(0, 152, 0, 26) | |
1423 | joy.Font = Enum.Font.Gotham | |
1424 | joy.Text = ":Joy :)" | |
1425 | joy.TextColor3 = Color3.fromRGB(236, 236, 236) | |
1426 | joy.TextScaled = true | |
1427 | joy.TextSize = 14.000 | |
1428 | joy.TextWrapped = true | |
1429 | joy.MouseButton1Down:connect(function() | |
1430 | game:GetService'Players':Chat(("removehats me")) | |
1431 | game:GetService'Players':Chat(("paint me white")) | |
1432 | game:GetService'Players':Chat(("hat me 4904151381")) | |
1433 | end) | |
1434 | ||
1435 | darklord.Name = "darklord" | |
1436 | darklord.Parent = Morphstab | |
1437 | darklord.BackgroundColor3 = Color3.fromRGB(20, 20, 20) | |
1438 | darklord.BorderColor3 = Color3.fromRGB(29, 29, 29) | |
1439 | darklord.BorderSizePixel = 5 | |
1440 | darklord.Position = UDim2.new(0.0505280867, 0, 0.844222248, 0) | |
1441 | darklord.Size = UDim2.new(0, 152, 0, 26) | |
1442 | darklord.Font = Enum.Font.Gotham | |
1443 | darklord.Text = ":Dark_Lord" | |
1444 | darklord.TextColor3 = Color3.fromRGB(236, 236, 236) | |
1445 | darklord.TextScaled = true | |
1446 | darklord.TextSize = 14.000 | |
1447 | darklord.TextWrapped = true | |
1448 | darklord.MouseButton1Down:connect(function() | |
1449 | game:GetService'Players':Chat(("unpackage me")) | |
1450 | game:GetService'Players':Chat(("removehats me")) | |
1451 | game:GetService'Players':Chat(("paint me black")) | |
1452 | wait(0.25) | |
1453 | game:GetService'Players':Chat(("pants me 1279747525")) | |
1454 | game:GetService'Players':Chat(("shirt me 1233857398")) | |
1455 | game:GetService'Players':Chat(("hat me 4238305136")) | |
1456 | game:GetService'Players':Chat(("hat me 745790335")) | |
1457 | game:GetService'Players':Chat(("hat me 99860652")) | |
1458 | game:GetService'Players':Chat(("hat me 244160766")) | |
1459 | game:GetService'Players':Chat(("hat me 19380685")) | |
1460 | game:GetService'Players':Chat(("hat me 4087527067")) | |
1461 | end) | |
1462 | ||
1463 | cmdtab.Name = "cmdtab" | |
1464 | cmdtab.Parent = main | |
1465 | cmdtab.BackgroundColor3 = Color3.fromRGB(15, 15, 15) | |
1466 | cmdtab.BorderSizePixel = 0 | |
1467 | cmdtab.Position = UDim2.new(1, 0, 0.969696522, 0) | |
1468 | cmdtab.Size = UDim2.new(0, 427, 0, 434) | |
1469 | cmdtab.Visible = false | |
1470 | ||
1471 | title_7.Name = "title" | |
1472 | title_7.Parent = cmdtab | |
1473 | title_7.BackgroundColor3 = Color3.fromRGB(15, 15, 15) | |
1474 | title_7.BackgroundTransparency = 1.000 | |
1475 | title_7.BorderColor3 = Color3.fromRGB(38, 38, 38) | |
1476 | title_7.BorderSizePixel = 0 | |
1477 | title_7.Position = UDim2.new(0.344956666, 0, 0.0254748724, 0) | |
1478 | title_7.Size = UDim2.new(0, 130, 0, 29) | |
1479 | title_7.Font = Enum.Font.Gotham | |
1480 | title_7.Text = "Cmds" | |
1481 | title_7.TextColor3 = Color3.fromRGB(255, 255, 255) | |
1482 | title_7.TextScaled = true | |
1483 | title_7.TextSize = 20.000 | |
1484 | title_7.TextWrapped = true | |
1485 | ||
1486 | line_7.Name = "line" | |
1487 | line_7.Parent = cmdtab | |
1488 | line_7.BackgroundColor3 = Color3.fromRGB(255, 255, 255) | |
1489 | line_7.BorderSizePixel = 0 | |
1490 | line_7.Position = UDim2.new(0.105815805, 0, 0.112868212, 0) | |
1491 | line_7.Size = UDim2.new(0, 336, 0, 1) | |
1492 | line_7.Font = Enum.Font.Gotham | |
1493 | line_7.Text = "" | |
1494 | line_7.TextColor3 = Color3.fromRGB(0, 0, 0) | |
1495 | line_7.TextSize = 14.000 | |
1496 | ||
1497 | list.Name = "list" | |
1498 | list.Parent = cmdtab | |
1499 | list.Active = true | |
1500 | list.BackgroundColor3 = Color3.fromRGB(255, 255, 255) | |
1501 | list.BackgroundTransparency = 1.000 | |
1502 | list.BorderSizePixel = 0 | |
1503 | list.Position = UDim2.new(0.105815805, 0, 0.143434793, 0) | |
1504 | list.Size = UDim2.new(0, 335, 0, 350) | |
1505 | list.CanvasSize = UDim2.new(0, 0, 6, 0) | |
1506 | list.ScrollBarThickness = 4 | |
1507 | ||
1508 | oof.Name = "oof" | |
1509 | oof.Parent = list | |
1510 | oof.BackgroundColor3 = Color3.fromRGB(255, 255, 255) | |
1511 | oof.BackgroundTransparency = 1.000 | |
1512 | oof.BorderSizePixel = 0 | |
1513 | oof.Position = UDim2.new(0, 0, -2.74181366e-06, 0) | |
1514 | oof.Size = UDim2.new(0, 335, 0, 2559) | |
1515 | oof.Font = Enum.Font.Gotham | |
1516 | oof.Text = "[Hot-Keys]\\n\\nZ - Fly\\nX - Forcefield\\nC - Reset\\nV - Respawn\\nB - Save Location\\nN - Load Location\\nM - Execute last command used\\nF - Interchangeable, say hk1 = Command Name\\nG - Interchangeable, say hk2 = Command Name\\nH - Interchangeable, say hk3 = Command Name\\nJ - Disable/Enable Hotkeys\\n\\n[Kit Commands] [13 Kits]\\n\\n:kit [kit name] [player name]\\n:kit god - Gives you all Periastrons \\n:kit omni - Gives you all Periastrons * 10\\n:kit gun - Gives a load of guns\\n:kit dark - Makes you dark\\n:kit knife - Gives you knives\\n:kit dagger - gives you daggers\\n:kit bow - gives you bow's\\n:kit crossbow - gives you crossbows\\n:kit magic - gives you magical items\\n:kit sword - Gives you swords\\n:kit scythe - Gives you scythes\\n:kit ninja - ninja gear\\n:kit potion - gives potions\\n\\nCOMING SOON.....\\n:kit hammer\\n:kit spear\\n:kit claws\\n\\n[Teleport Commands]\\n\\nTo tp players the prefix is \":\"\\nTo tp me the prefix is \";\"\\n:[Location] [Player] - Teleports that person to that location\\n;[Location] - Teleports me to the location\\n:spawn1 - Teleports you to spawn on the Left\\n:spawn2 - Teleports you to spawn in the Middle\\n:spawn3 - Teleports you to spawn on the Right\\n:house - Teleports you inside the house\\n:uhouse - Teleports you above the house\\n:obby - teleports you to the end of the obby\\n:pads - teleports you to the admin pads\\n \\n[Emote Commands]\\n\\n:hmm\\n:headtoss\\n:armspin\\n:loophead\\n:scream\\n:headraise\\n:dab\\n:crawl\\n:crouch\\n:dance\\n\\n[Music Commands]\\nplay mwd - Plays Miss Wanna Die\\n\\n[Morph Commands]\\n\\n:Dark_Lord - Turn's you into a Dark Lord\\n:Aka - Makes you Aka Muichiro\\n:raja - Turn into Raja\\n:Jester - turns you into a Jester\\n:Joy - Joy :)\\n\\n[Super Commands]\\n\\n:super[Command] - superuse any command\\n\\n[Spam Commands]\\n\\n:spam[Command] - spam any command\\n:stop - different from \":Stop\" this stop stops spam commands\\n\\n[Other Commands]\\n\\n:boombox - gives you a boombox\\n:antikill - Auto-resets you upon death\\n:antipunish - Auto-unpunish you[WIP]\\n:unblindable - unblindable\\n:stay - Keeps you in place\\n:move - allows you to move freely\\n\\n[Local Commands]\\n\\n:here - Saves your current location\\n:back - Teleports you back to that saved location\\n:loadout 1 - Fly and Forcefield\\n:zawarudo - Time Stops now...\\n:purge - The purge will start\\n:Stop - Stops all player movement and changes the sky color to red\\n:Go - Sets all player movement back to normal including the sky\\n:ls - pulls up logs\\n:rejoin - Rejoin the current game(DOESN'T WORK FOR VIP SERVERS)\\n:snap [Player] - Snap someone out of existence\\n:ms - Clear's Logs\\n:wl - whitelist[Player] - Players can use your commands\\n:unwl - unwhitelist [Player]\\n:regen - regen admin pads\\n:startsave - saves your current location every X seconds\\n:stopsave - stops the loop of saving your location\\npause = [Number] - change the wait time for the spam-save of location\\nwait = [Number] - Change the wait time of spam commands\\nhk1 = [Command] - Set a command to the Hotkey F\\nhk2 = [Command] - Set a command to the Hotkey G\\nhk3 = [Command] - Set a command to the Hotkey H\\namount = [Number] - Sets the amount of gear you'll get\\nclicktp - Default Button is r [MUST RE-EXECUTE UPON DEATH]\\n:sky - Teleports you in the sky with a boombox\\n:acolor - Blinding rgb\\n:bcolor - Blinding rgb\\n:ccolor - :acolor and :bcolor combined\\n:redhell - experience my red hell\\n:rainbow - More powerful Disco\\n\\n[Gear Commands] [MORE SOON]\\n\\n:g [gear name] [player name]\\n:g hyperlaser\\n:g dsd(dagger of shattered dimensions)\\n:g cresendo\\n:g rainbow\\n:g ivory\\n:g azure\\n:g crimson\\n:g chartreuse\\n:g amethyst\\n:g noir\\n:g grimgold\\n:g sledge hammer\\n:g carpet\\n:g dual darkheart\\n:g darkheart\\n:g dual illumina\\n:g illumina\\n:g tommy gun\\n:g m1\\n:g luger pistol\\n:g mauser 96\\n:g revolver\\n:g whip\\n:g jetpack\\n:g katana\\n:g chaos\\n:g ld - Light sword, Dark Sword\\n:g lock\\n:g mine\\n:g light\\n:g dark\\n\\n[Commands that will be made in the future]\\n\\n:kit bomb - gives you explosives\\n:kit musical\\n:kit transport\\n:kit building" | |
1517 | oof.TextColor3 = Color3.fromRGB(255, 255, 255) | |
1518 | oof.TextScaled = true | |
1519 | oof.TextSize = 10.000 | |
1520 | oof.TextWrapped = true | |
1521 | ||
1522 | Credittab.Name = "Credittab" | |
1523 | Credittab.Parent = main | |
1524 | Credittab.BackgroundColor3 = Color3.fromRGB(15, 15, 15) | |
1525 | Credittab.BorderSizePixel = 0 | |
1526 | Credittab.Position = UDim2.new(1, 0, 0.969696522, 0) | |
1527 | Credittab.Size = UDim2.new(0, 178, 0, 225) | |
1528 | Credittab.Visible = false | |
1529 | ||
1530 | title_8.Name = "title" | |
1531 | title_8.Parent = Credittab | |
1532 | title_8.BackgroundColor3 = Color3.fromRGB(15, 15, 15) | |
1533 | title_8.BackgroundTransparency = 1.000 | |
1534 | title_8.BorderColor3 = Color3.fromRGB(38, 38, 38) | |
1535 | title_8.BorderSizePixel = 0 | |
1536 | title_8.Position = UDim2.new(0.112359554, 0, 0.00934584159, 0) | |
1537 | title_8.Size = UDim2.new(0, 130, 0, 29) | |
1538 | title_8.Font = Enum.Font.Gotham | |
1539 | title_8.Text = "Credits" | |
1540 | title_8.TextColor3 = Color3.fromRGB(255, 255, 255) | |
1541 | title_8.TextScaled = true | |
1542 | title_8.TextSize = 20.000 | |
1543 | title_8.TextWrapped = true | |
1544 | ||
1545 | line_8.Name = "line" | |
1546 | line_8.Parent = Credittab | |
1547 | line_8.BackgroundColor3 = Color3.fromRGB(255, 255, 255) | |
1548 | line_8.BorderSizePixel = 0 | |
1549 | line_8.Position = UDim2.new(0.0730337054, 0, 0.179688469, 0) | |
1550 | line_8.Size = UDim2.new(0, 152, 0, 1) | |
1551 | line_8.Font = Enum.Font.Gotham | |
1552 | line_8.Text = "" | |
1553 | line_8.TextColor3 = Color3.fromRGB(0, 0, 0) | |
1554 | line_8.TextSize = 14.000 | |
1555 | ||
1556 | cred1.Name = "cred1" | |
1557 | cred1.Parent = Credittab | |
1558 | cred1.BackgroundColor3 = Color3.fromRGB(15, 15, 15) | |
1559 | cred1.BackgroundTransparency = 1.000 | |
1560 | cred1.BorderColor3 = Color3.fromRGB(38, 38, 38) | |
1561 | cred1.BorderSizePixel = 0 | |
1562 | cred1.Position = UDim2.new(0.112359554, 0, 0.240456954, 0) | |
1563 | cred1.Size = UDim2.new(0, 130, 0, 29) | |
1564 | cred1.Font = Enum.Font.Gotham | |
1565 | cred1.Text = "Made By:" | |
1566 | cred1.TextColor3 = Color3.fromRGB(255, 255, 255) | |
1567 | cred1.TextScaled = true | |
1568 | cred1.TextSize = 20.000 | |
1569 | cred1.TextWrapped = true | |
1570 | ||
1571 | cred1_2.Name = "cred1" | |
1572 | cred1_2.Parent = Credittab | |
1573 | cred1_2.BackgroundColor3 = Color3.fromRGB(15, 15, 15) | |
1574 | cred1_2.BackgroundTransparency = 1.000 | |
1575 | cred1_2.BorderColor3 = Color3.fromRGB(38, 38, 38) | |
1576 | cred1_2.BorderSizePixel = 0 | |
1577 | cred1_2.Position = UDim2.new(0.0730337054, 0, 0.438668102, 0) | |
1578 | cred1_2.Size = UDim2.new(0, 152, 0, 43) | |
1579 | cred1_2.Font = Enum.Font.Gotham | |
1580 | cred1_2.Text = "Ex_Zviye[Roblox]" | |
1581 | cred1_2.TextColor3 = Color3.fromRGB(255, 255, 255) | |
1582 | cred1_2.TextScaled = true | |
1583 | cred1_2.TextSize = 20.000 | |
1584 | cred1_2.TextWrapped = true | |
1585 | ||
1586 | cred1_3.Name = "cred1" | |
1587 | cred1_3.Parent = Credittab | |
1588 | cred1_3.BackgroundColor3 = Color3.fromRGB(15, 15, 15) | |
1589 | cred1_3.BackgroundTransparency = 1.000 | |
1590 | cred1_3.BorderColor3 = Color3.fromRGB(38, 38, 38) | |
1591 | cred1_3.BorderSizePixel = 0 | |
1592 | cred1_3.Position = UDim2.new(0.0505617931, 0, 0.640456975, 0) | |
1593 | cred1_3.Size = UDim2.new(0, 152, 0, 46) | |
1594 | cred1_3.Font = Enum.Font.Gotham | |
1595 | cred1_3.Text = "Zviye#0728[Discord]" | |
1596 | cred1_3.TextColor3 = Color3.fromRGB(255, 255, 255) | |
1597 | cred1_3.TextScaled = true | |
1598 | cred1_3.TextSize = 20.000 | |
1599 | cred1_3.TextWrapped = true | |
1600 | ||
1601 | localtab.Name = "localtab" | |
1602 | localtab.Parent = main | |
1603 | localtab.BackgroundColor3 = Color3.fromRGB(15, 15, 15) | |
1604 | localtab.BorderSizePixel = 0 | |
1605 | localtab.Position = UDim2.new(1, 0, 0.969696522, 0) | |
1606 | localtab.Size = UDim2.new(0, 405, 0, 434) | |
1607 | localtab.Visible = false | |
1608 | ||
1609 | title_9.Name = "title" | |
1610 | title_9.Parent = localtab | |
1611 | title_9.BackgroundColor3 = Color3.fromRGB(15, 15, 15) | |
1612 | title_9.BackgroundTransparency = 1.000 | |
1613 | title_9.BorderColor3 = Color3.fromRGB(38, 38, 38) | |
1614 | title_9.BorderSizePixel = 0 | |
1615 | title_9.Position = UDim2.new(0.337050915, 0, 0.0254748724, 0) | |
1616 | title_9.Size = UDim2.new(0, 130, 0, 29) | |
1617 | title_9.Font = Enum.Font.SourceSans | |
1618 | title_9.Text = "Local" | |
1619 | title_9.TextColor3 = Color3.fromRGB(255, 255, 255) | |
1620 | title_9.TextScaled = true | |
1621 | title_9.TextSize = 20.000 | |
1622 | title_9.TextWrapped = true | |
1623 | ||
1624 | line_9.Name = "line" | |
1625 | line_9.Parent = localtab | |
1626 | line_9.BackgroundColor3 = Color3.fromRGB(255, 255, 255) | |
1627 | line_9.BorderSizePixel = 0 | |
1628 | line_9.Position = UDim2.new(0.0631570742, 0, 0.0927760452, 0) | |
1629 | line_9.Size = UDim2.new(0, 350, 0, 1) | |
1630 | line_9.Font = Enum.Font.SourceSans | |
1631 | line_9.Text = "" | |
1632 | line_9.TextColor3 = Color3.fromRGB(0, 0, 0) | |
1633 | line_9.TextSize = 14.000 | |
1634 | ||
1635 | here.Name = "here" | |
1636 | here.Parent = localtab | |
1637 | here.BackgroundColor3 = Color3.fromRGB(20, 20, 20) | |
1638 | here.BorderColor3 = Color3.fromRGB(29, 29, 29) | |
1639 | here.BorderSizePixel = 5 | |
1640 | here.Position = UDim2.new(0.0631234795, 0, 0.122437783, 0) | |
1641 | here.Size = UDim2.new(0, 150, 0, 25) | |
1642 | here.Font = Enum.Font.Gotham | |
1643 | here.Text = ":here" | |
1644 | here.TextColor3 = Color3.fromRGB(255, 255, 255) | |
1645 | here.TextScaled = true | |
1646 | here.TextSize = 14.000 | |
1647 | here.TextWrapped = true | |
1648 | here.MouseButton1Down:connect(function() | |
1649 | LPos = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame | |
1650 | end) | |
1651 | ||
1652 | back.Name = "back" | |
1653 | back.Parent = localtab | |
1654 | back.BackgroundColor3 = Color3.fromRGB(20, 20, 20) | |
1655 | back.BorderColor3 = Color3.fromRGB(29, 29, 29) | |
1656 | back.BorderSizePixel = 5 | |
1657 | back.Position = UDim2.new(0.556950629, 0, 0.122437783, 0) | |
1658 | back.Size = UDim2.new(0, 150, 0, 25) | |
1659 | back.Font = Enum.Font.Gotham | |
1660 | back.Text = ":back" | |
1661 | back.TextColor3 = Color3.fromRGB(255, 255, 255) | |
1662 | back.TextScaled = true | |
1663 | back.TextSize = 14.000 | |
1664 | back.TextWrapped = true | |
1665 | back.MouseButton1Down:connect(function() | |
1666 | game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = LPos | |
1667 | end) | |
1668 | ||
1669 | acolor.Name = "acolor" | |
1670 | acolor.Parent = localtab | |
1671 | acolor.BackgroundColor3 = Color3.fromRGB(20, 20, 20) | |
1672 | acolor.BorderColor3 = Color3.fromRGB(29, 29, 29) | |
1673 | acolor.BorderSizePixel = 5 | |
1674 | acolor.Position = UDim2.new(0.0631234795, 0, 0.209995389, 0) | |
1675 | acolor.Size = UDim2.new(0, 150, 0, 25) | |
1676 | acolor.Font = Enum.Font.Gotham | |
1677 | acolor.Text = ":acolor" | |
1678 | acolor.TextColor3 = Color3.fromRGB(255, 255, 255) | |
1679 | acolor.TextScaled = true | |
1680 | acolor.TextSize = 14.000 | |
1681 | acolor.TextWrapped = true | |
1682 | acolor.MouseButton1Down:connect(function() | |
1683 | acolor = true | |
1684 | bcolor = false | |
1685 | ccolor = false | |
1686 | rhell = false | |
1687 | clors(msg) | |
1688 | end) | |
1689 | ||
1690 | purge.Name = "purge" | |
1691 | purge.Parent = localtab | |
1692 | purge.BackgroundColor3 = Color3.fromRGB(20, 20, 20) | |
1693 | purge.BorderColor3 = Color3.fromRGB(29, 29, 29) | |
1694 | purge.BorderSizePixel = 5 | |
1695 | purge.Position = UDim2.new(0.556950629, 0, 0.209995389, 0) | |
1696 | purge.Size = UDim2.new(0, 150, 0, 25) | |
1697 | purge.Font = Enum.Font.Gotham | |
1698 | purge.Text = ":purge" | |
1699 | purge.TextColor3 = Color3.fromRGB(255, 255, 255) | |
1700 | purge.TextScaled = true | |
1701 | purge.TextSize = 14.000 | |
1702 | purge.TextWrapped = true | |
1703 | purge.MouseButton1Down:connect(function() | |
1704 | game.Players:Chat("music 232554097") | |
1705 | game.Players:Chat("fogend 150") | |
1706 | game.Players:Chat("time 2") | |
1707 | game.Players:Chat("fogcolor 0 0 0") | |
1708 | game.Players:Chat("brightness 5") | |
1709 | end) | |
1710 | ||
1711 | zawarudo.Name = "zawarudo" | |
1712 | zawarudo.Parent = localtab | |
1713 | zawarudo.BackgroundColor3 = Color3.fromRGB(20, 20, 20) | |
1714 | zawarudo.BorderColor3 = Color3.fromRGB(29, 29, 29) | |
1715 | zawarudo.BorderSizePixel = 5 | |
1716 | zawarudo.Position = UDim2.new(0.556950629, 0, 0.295248836, 0) | |
1717 | zawarudo.Size = UDim2.new(0, 150, 0, 25) | |
1718 | zawarudo.Font = Enum.Font.Gotham | |
1719 | zawarudo.Text = ":zawarudo" | |
1720 | zawarudo.TextColor3 = Color3.fromRGB(255, 255, 255) | |
1721 | zawarudo.TextScaled = true | |
1722 | zawarudo.TextSize = 14.000 | |
1723 | zawarudo.TextWrapped = true | |
1724 | zawarudo.MouseButton1Down:connect(function() | |
1725 | game.Players:Chat("music 304787933") | |
1726 | wait(2) | |
1727 | game.Players:Chat("freeze others") | |
1728 | game.Players:Chat("ambient 0 63.75 0") | |
1729 | wait(.25) | |
1730 | game.Players:Chat("ambient 0 127.5 0") | |
1731 | wait(.25) | |
1732 | game.Players:Chat("ambient 0 191.25 0") | |
1733 | wait(.25) | |
1734 | game.Players:Chat("ambient 0 255 0") | |
1735 | wait(.25) | |
1736 | game.Players:Chat("stopmusic") | |
1737 | wait(1.5) | |
1738 | game.Players:Chat("music 384043882") | |
1739 | for i = 1,20 do | |
1740 | game.Players:Chat("freeze others") | |
1741 | game.Players:Chat("ambient 0 255 0") | |
1742 | wait(.5) | |
1743 | end | |
1744 | game.Players:Chat("music 676242549") | |
1745 | wait(2.5) | |
1746 | game.Players:Chat("stopmusic") | |
1747 | game.Players:Chat("thaw others") | |
1748 | game.Players:Chat("ambient 0 255 0") | |
1749 | wait(.25) | |
1750 | game.Players:Chat("ambient 0 191.25 0") | |
1751 | wait(.25) | |
1752 | game.Players:Chat("ambient 0 127.5 0") | |
1753 | wait(.25) | |
1754 | game.Players:Chat("ambient 0 63.75 0") | |
1755 | end) | |
1756 | ||
1757 | bcolor.Name = "bcolor" | |
1758 | bcolor.Parent = localtab | |
1759 | bcolor.BackgroundColor3 = Color3.fromRGB(20, 20, 20) | |
1760 | bcolor.BorderColor3 = Color3.fromRGB(29, 29, 29) | |
1761 | bcolor.BorderSizePixel = 5 | |
1762 | bcolor.Position = UDim2.new(0.0631234795, 0, 0.295248836, 0) | |
1763 | bcolor.Size = UDim2.new(0, 150, 0, 25) | |
1764 | bcolor.Font = Enum.Font.Gotham | |
1765 | bcolor.Text = ":bcolor" | |
1766 | bcolor.TextColor3 = Color3.fromRGB(255, 255, 255) | |
1767 | bcolor.TextScaled = true | |
1768 | bcolor.TextSize = 14.000 | |
1769 | bcolor.TextWrapped = true | |
1770 | bcolor.MouseButton1Down:connect(function() | |
1771 | rhell = false | |
1772 | ccolor = false | |
1773 | acolor = false | |
1774 | bcolor = true | |
1775 | clors(msg) | |
1776 | end) | |
1777 | ||
1778 | rejoin.Name = "rejoin" | |
1779 | rejoin.Parent = localtab | |
1780 | rejoin.BackgroundColor3 = Color3.fromRGB(20, 20, 20) | |
1781 | rejoin.BorderColor3 = Color3.fromRGB(29, 29, 29) | |
1782 | rejoin.BorderSizePixel = 5 | |
1783 | rejoin.Position = UDim2.new(0.559419751, 0, 0.38280645, 0) | |
1784 | rejoin.Size = UDim2.new(0, 150, 0, 25) | |
1785 | rejoin.Font = Enum.Font.Gotham | |
1786 | rejoin.Text = ":rejoin" | |
1787 | rejoin.TextColor3 = Color3.fromRGB(255, 255, 255) | |
1788 | rejoin.TextScaled = true | |
1789 | rejoin.TextSize = 14.000 | |
1790 | rejoin.TextWrapped = true | |
1791 | rejoin.MouseButton1Down:connect(function() | |
1792 | rjn() | |
1793 | game:GetService("TeleportService"):Teleport(game.PlaceId, playur) | |
1794 | end) | |
1795 | ||
1796 | ccolor.Name = "ccolor" | |
1797 | ccolor.Parent = localtab | |
1798 | ccolor.BackgroundColor3 = Color3.fromRGB(20, 20, 20) | |
1799 | ccolor.BorderColor3 = Color3.fromRGB(29, 29, 29) | |
1800 | ccolor.BorderSizePixel = 5 | |
1801 | ccolor.Position = UDim2.new(0.0655926168, 0, 0.38280645, 0) | |
1802 | ccolor.Size = UDim2.new(0, 150, 0, 25) | |
1803 | ccolor.Font = Enum.Font.Gotham | |
1804 | ccolor.Text = ":ccolor" | |
1805 | ccolor.TextColor3 = Color3.fromRGB(255, 255, 255) | |
1806 | ccolor.TextScaled = true | |
1807 | ccolor.TextSize = 14.000 | |
1808 | ccolor.TextWrapped = true | |
1809 | ccolor.MouseButton1Down:connect(function() | |
1810 | rhell = false | |
1811 | ccolor = true | |
1812 | acolor = false | |
1813 | bcolor = false | |
1814 | clors(msg) | |
1815 | end) | |
1816 | ||
1817 | Stop_2.Name = "Stop" | |
1818 | Stop_2.Parent = localtab | |
1819 | Stop_2.BackgroundColor3 = Color3.fromRGB(20, 20, 20) | |
1820 | Stop_2.BorderColor3 = Color3.fromRGB(29, 29, 29) | |
1821 | Stop_2.BorderSizePixel = 5 | |
1822 | Stop_2.Position = UDim2.new(0.0631234795, 0, 0.474972367, 0) | |
1823 | Stop_2.Size = UDim2.new(0, 150, 0, 25) | |
1824 | Stop_2.Font = Enum.Font.Gotham | |
1825 | Stop_2.Text = ":Stop" | |
1826 | Stop_2.TextColor3 = Color3.fromRGB(255, 255, 255) | |
1827 | Stop_2.TextScaled = true | |
1828 | Stop_2.TextSize = 14.000 | |
1829 | Stop_2.TextWrapped = true | |
1830 | Stop_2.MouseButton1Down:connect(function() | |
1831 | stop = true | |
1832 | Stop(msg) | |
1833 | end) | |
1834 | ||
1835 | ms.Name = "ms" | |
1836 | ms.Parent = localtab | |
1837 | ms.BackgroundColor3 = Color3.fromRGB(20, 20, 20) | |
1838 | ms.BorderColor3 = Color3.fromRGB(29, 29, 29) | |
1839 | ms.BorderSizePixel = 5 | |
1840 | ms.Position = UDim2.new(0.556950629, 0, 0.474972367, 0) | |
1841 | ms.Size = UDim2.new(0, 150, 0, 25) | |
1842 | ms.Font = Enum.Font.Gotham | |
1843 | ms.Text = ":ms" | |
1844 | ms.TextColor3 = Color3.fromRGB(255, 255, 255) | |
1845 | ms.TextScaled = true | |
1846 | ms.TextSize = 14.000 | |
1847 | ms.TextWrapped = true | |
1848 | ms.MouseButton1Down:connect(function() | |
1849 | local rlog = math.random(1,5) | |
1850 | ||
1851 | if rlog == 1 then | |
1852 | for i = 1,100 do | |
1853 | game:GetService'Players':Chat(("ff use your own stuff")) | |
1854 | end | |
1855 | end | |
1856 | ||
1857 | if rlog == 2 then | |
1858 | for i = 1,100 do | |
1859 | game:GetService'Players':Chat(("ff stop looking :/")) | |
1860 | end | |
1861 | end | |
1862 | ||
1863 | if rlog == 3 then | |
1864 | for i = 1,100 do | |
1865 | game:GetService'Players':Chat(("ff viewing logs I see")) | |
1866 | end | |
1867 | end | |
1868 | ||
1869 | if rlog == 4 then | |
1870 | for i = 1,100 do | |
1871 | game:GetService'Players':Chat(("ff no stealing please")) | |
1872 | end | |
1873 | end | |
1874 | ||
1875 | if rlog == 5 then | |
1876 | for i = 1,100 do | |
1877 | game:GetService'Players':Chat(("ff checking logs I see")) | |
1878 | end | |
1879 | end | |
1880 | end) | |
1881 | ||
1882 | Go.Name = "Go" | |
1883 | Go.Parent = localtab | |
1884 | Go.BackgroundColor3 = Color3.fromRGB(20, 20, 20) | |
1885 | Go.BorderColor3 = Color3.fromRGB(29, 29, 29) | |
1886 | Go.BorderSizePixel = 5 | |
1887 | Go.Position = UDim2.new(0.0631234795, 0, 0.574050725, 0) | |
1888 | Go.Size = UDim2.new(0, 150, 0, 25) | |
1889 | Go.Font = Enum.Font.Gotham | |
1890 | Go.Text = ":Go" | |
1891 | Go.TextColor3 = Color3.fromRGB(255, 255, 255) | |
1892 | Go.TextScaled = true | |
1893 | Go.TextSize = 14.000 | |
1894 | Go.TextWrapped = true | |
1895 | Go.MouseButton1Down:connect(function() | |
1896 | stop = false | |
1897 | wait(0.25) | |
1898 | game:GetService'Players':Chat(("speed all 16")) | |
1899 | game:GetService'Players':Chat(("grav all")) | |
1900 | game:GetService'Players':Chat(("fix")) | |
1901 | end) | |
1902 | ||
1903 | sky.Name = "sky" | |
1904 | sky.Parent = localtab | |
1905 | sky.BackgroundColor3 = Color3.fromRGB(20, 20, 20) | |
1906 | sky.BorderColor3 = Color3.fromRGB(29, 29, 29) | |
1907 | sky.BorderSizePixel = 5 | |
1908 | sky.Position = UDim2.new(0.556950629, 0, 0.574050725, 0) | |
1909 | sky.Size = UDim2.new(0, 150, 0, 25) | |
1910 | sky.Font = Enum.Font.Gotham | |
1911 | sky.Text = ":sky" | |
1912 | sky.TextColor3 = Color3.fromRGB(255, 255, 255) | |
1913 | sky.TextScaled = true | |
1914 | sky.TextSize = 14.000 | |
1915 | sky.TextWrapped = true | |
1916 | sky.MouseButton1Down:connect(function() | |
1917 | game:GetService'Players':Chat(("gear me 212641536")) | |
1918 | wait(0.125) | |
1919 | game:GetService'Players':Chat(("fly me")) | |
1920 | for i = 1,10 do | |
1921 | game:GetService'Players':Chat(("skydive me")) | |
1922 | end | |
1923 | wait(0.125) | |
1924 | game:GetService'Players':Chat(("jail me")) | |
1925 | wait(0.25) | |
1926 | game:GetService'Players':Chat(("unfly me")) | |
1927 | wait(0.5) | |
1928 | game:GetService'Players':Chat(("jail me")) | |
1929 | end) | |
1930 | ||
1931 | regen.Name = "regen" | |
1932 | regen.Parent = localtab | |
1933 | regen.BackgroundColor3 = Color3.fromRGB(20, 20, 20) | |
1934 | regen.BorderColor3 = Color3.fromRGB(29, 29, 29) | |
1935 | regen.BorderSizePixel = 5 | |
1936 | regen.Position = UDim2.new(0.0655926168, 0, 0.677737296, 0) | |
1937 | regen.Size = UDim2.new(0, 150, 0, 25) | |
1938 | regen.Font = Enum.Font.Gotham | |
1939 | regen.Text = ":regen" | |
1940 | regen.TextColor3 = Color3.fromRGB(255, 255, 255) | |
1941 | regen.TextScaled = true | |
1942 | regen.TextSize = 14.000 | |
1943 | regen.TextWrapped = true | |
1944 | regen.MouseButton1Down:connect(function() | |
1945 | regen() | |
1946 | end) | |
1947 | ||
1948 | redhell.Name = "redhell" | |
1949 | redhell.Parent = localtab | |
1950 | redhell.BackgroundColor3 = Color3.fromRGB(20, 20, 20) | |
1951 | redhell.BorderColor3 = Color3.fromRGB(29, 29, 29) | |
1952 | redhell.BorderSizePixel = 5 | |
1953 | redhell.Position = UDim2.new(0.559419751, 0, 0.677737296, 0) | |
1954 | redhell.Size = UDim2.new(0, 150, 0, 25) | |
1955 | redhell.Font = Enum.Font.Gotham | |
1956 | redhell.Text = ":redhell" | |
1957 | redhell.TextColor3 = Color3.fromRGB(255, 255, 255) | |
1958 | redhell.TextScaled = true | |
1959 | redhell.TextSize = 14.000 | |
1960 | redhell.TextWrapped = true | |
1961 | redhell.MouseButton1Down:connect(function() | |
1962 | ccolor = false | |
1963 | acolor = false | |
1964 | bcolor = false | |
1965 | rhell = true | |
1966 | clors(msg) | |
1967 | end) | |
1968 | ||
1969 | rainbow.Name = "rainbow" | |
1970 | rainbow.Parent = localtab | |
1971 | rainbow.BackgroundColor3 = Color3.fromRGB(20, 20, 20) | |
1972 | rainbow.BorderColor3 = Color3.fromRGB(29, 29, 29) | |
1973 | rainbow.BorderSizePixel = 5 | |
1974 | rainbow.Position = UDim2.new(0.559419751, 0, 0.776815653, 0) | |
1975 | rainbow.Size = UDim2.new(0, 150, 0, 25) | |
1976 | rainbow.Font = Enum.Font.Gotham | |
1977 | rainbow.Text = ":rainbow" | |
1978 | rainbow.TextColor3 = Color3.fromRGB(255, 255, 255) | |
1979 | rainbow.TextScaled = true | |
1980 | rainbow.TextSize = 14.000 | |
1981 | rainbow.TextWrapped = true | |
1982 | rainbow.MouseButton1Down:connect(function() | |
1983 | multi = true | |
1984 | rainbow(msg) | |
1985 | end) | |
1986 | ||
1987 | clicktp.Name = "clicktp" | |
1988 | clicktp.Parent = localtab | |
1989 | clicktp.BackgroundColor3 = Color3.fromRGB(20, 20, 20) | |
1990 | clicktp.BorderColor3 = Color3.fromRGB(29, 29, 29) | |
1991 | clicktp.BorderSizePixel = 5 | |
1992 | clicktp.Position = UDim2.new(0.0655926168, 0, 0.776815653, 0) | |
1993 | clicktp.Size = UDim2.new(0, 150, 0, 25) | |
1994 | clicktp.Font = Enum.Font.Gotham | |
1995 | clicktp.Text = "clicktp" | |
1996 | clicktp.TextColor3 = Color3.fromRGB(255, 255, 255) | |
1997 | clicktp.TextScaled = true | |
1998 | clicktp.TextSize = 14.000 | |
1999 | clicktp.TextWrapped = true | |
2000 | clicktp.MouseButton1Down:connect(function() | |
2001 | plr = game.Players.LocalPlayer | |
2002 | hum = plr.Character.HumanoidRootPart | |
2003 | mouse = plr:GetMouse() | |
2004 | mouse.KeyDown:connect(function(key) | |
2005 | if key == "r" then | |
2006 | if mouse.Target then | |
2007 | hum.CFrame = CFrame.new(mouse.Hit.x, mouse.Hit.y + 5, mouse.Hit.z) | |
2008 | end | |
2009 | end | |
2010 | end) | |
2011 | end) | |
2012 | ||
2013 | stopcmds.Name = "stopcmds" | |
2014 | stopcmds.Parent = localtab | |
2015 | stopcmds.BackgroundColor3 = Color3.fromRGB(20, 20, 20) | |
2016 | stopcmds.BorderColor3 = Color3.fromRGB(29, 29, 29) | |
2017 | stopcmds.BorderSizePixel = 5 | |
2018 | stopcmds.Position = UDim2.new(0.312506169, 0, 0.894327164, 0) | |
2019 | stopcmds.Size = UDim2.new(0, 150, 0, 25) | |
2020 | stopcmds.Font = Enum.Font.Gotham | |
2021 | stopcmds.Text = "stoploopcmds" | |
2022 | stopcmds.TextColor3 = Color3.fromRGB(255, 255, 255) | |
2023 | stopcmds.TextScaled = true | |
2024 | stopcmds.TextSize = 14.000 | |
2025 | stopcmds.TextWrapped = true | |
2026 | stopcmds.MouseButton1Down:connect(function() | |
2027 | Non = false | |
2028 | acolor = false | |
2029 | bcolor = false | |
2030 | ccolor = false | |
2031 | rhell = false | |
2032 | erf = false | |
2033 | multi = false | |
2034 | end) | |
2035 | ||
2036 | print([[ | |
2037 | ||
2038 | Script Name - AdminJoy | |
2039 | Version - 1.1 | |
2040 | Owner of script - Ex_Zviye(ROBLOX), Zviye#0728(DISCORD) | |
2041 | ||
2042 | [Hot-Keys] | |
2043 | ||
2044 | Z - Fly | |
2045 | X - Forcefield | |
2046 | C - Reset | |
2047 | V - Respawn | |
2048 | B - Save Location | |
2049 | N - Load Location | |
2050 | M - Execute last command used | |
2051 | F - Interchangeable, say hk1 = Command Name | |
2052 | G - Interchangeable, say hk2 = Command Name | |
2053 | H - Interchangeable, say hk3 = Command Name | |
2054 | J - Disable/Enable Hotkeys | |
2055 | ||
2056 | [Kit Commands] [13 Kits] | |
2057 | ||
2058 | :kit [kit name] [player name] | |
2059 | :kit god - Gives you all Periastrons | |
2060 | :kit omni - Gives you all Periastrons * 10 | |
2061 | :kit gun - Gives a load of guns | |
2062 | :kit dark - Makes you dark | |
2063 | :kit knife - Gives you knives | |
2064 | :kit dagger - gives you daggers | |
2065 | :kit bow - gives you bow's | |
2066 | :kit crossbow - gives you crossbows | |
2067 | :kit magic - gives you magical items | |
2068 | :kit sword - Gives you swords | |
2069 | :kit scythe - Gives you scythes | |
2070 | :kit ninja - ninja gear | |
2071 | :kit potion - gives potions | |
2072 | ||
2073 | COMING SOON..... | |
2074 | :kit hammer | |
2075 | :kit spear | |
2076 | :kit claws | |
2077 | ||
2078 | [Teleport Commands] | |
2079 | ||
2080 | To tp players the prefix is ":" | |
2081 | To tp me the prefix is ";" | |
2082 | :[Location] [Player] - Teleports that person to that location | |
2083 | ;[Location] - Teleports me to the location | |
2084 | :spawn1 - Teleports you to spawn on the Left | |
2085 | :spawn2 - Teleports you to spawn in the Middle | |
2086 | :spawn3 - Teleports you to spawn on the Right | |
2087 | :house - Teleports you inside the house | |
2088 | :uhouse - Teleports you above the house | |
2089 | :obby - teleports you to the end of the obby | |
2090 | :pads - teleports you to the admin pads | |
2091 | ||
2092 | [Emote Commands] | |
2093 | ||
2094 | :hmm | |
2095 | :headtoss | |
2096 | :armspin | |
2097 | :loophead | |
2098 | :scream | |
2099 | :headraise | |
2100 | :dab | |
2101 | :crawl | |
2102 | :crouch | |
2103 | :dance | |
2104 | ||
2105 | [Music Commands] | |
2106 | play mwd - Plays Miss Wanna Die | |
2107 | ||
2108 | [Morph Commands] | |
2109 | ||
2110 | :Dark_Lord - Turn's you into a Dark Lord | |
2111 | :Aka - Makes you Aka Muichiro | |
2112 | :raja - Turn into Raja | |
2113 | :Jester - turns you into a Jester | |
2114 | :Joy - Joy :) | |
2115 | ||
2116 | [Super Commands] | |
2117 | ||
2118 | :super[Command] - superuse any command | |
2119 | ||
2120 | [Spam Commands] | |
2121 | ||
2122 | :spam[Command] - spam any command | |
2123 | :stop - different from ":Stop" this stop stops spam commands | |
2124 | ||
2125 | [Other Commands] | |
2126 | ||
2127 | :boombox - gives you a boombox | |
2128 | :antikill - Auto-resets you upon death | |
2129 | :antipunish - Auto-unpunish you[WIP] | |
2130 | :unblindable - unblindable | |
2131 | :stay - Keeps you in place | |
2132 | :move - allows you to move freely | |
2133 | ||
2134 | [Local Commands] | |
2135 | ||
2136 | :here - Saves your current location | |
2137 | :back - Teleports you back to that saved location | |
2138 | :loadout 1 - Fly and Forcefield | |
2139 | :zawarudo - Time Stops now... | |
2140 | :purge - The purge will start | |
2141 | :Stop - Stops all player movement and changes the sky color to red | |
2142 | :Go - Sets all player movement back to normal including the sky | |
2143 | :ls - pulls up logs | |
2144 | :rejoin - Rejoin the current game(DOESN'T WORK FOR VIP SERVERS) | |
2145 | :snap [Player] - Snap someone out of existence | |
2146 | :ms - Clear's Logs | |
2147 | :regen - regen admin pads | |
2148 | :startsave - saves your current location every X seconds | |
2149 | :stopsave - stops the loop of saving your location | |
2150 | pause = [Number] - change the wait time for the spam-save of location | |
2151 | wait = [Number] - Change the wait time of spam commands | |
2152 | hk1 = [Command] - Set a command to the Hotkey F | |
2153 | hk2 = [Command] - Set a command to the Hotkey G | |
2154 | hk3 = [Command] - Set a command to the Hotkey H | |
2155 | amount = [Number] - Sets the amount of gear you'll get | |
2156 | clicktp - Default Button is r [MUST RE-EXECUTE UPON DEATH] | |
2157 | :sky - Teleports you in the sky with a boombox | |
2158 | :acolor - Blinding rgb | |
2159 | :bcolor - Blinding rgb | |
2160 | :ccolor - :acolor and :bcolor combined | |
2161 | :redhell - experience my red hell | |
2162 | :rainbow - More powerful Disco | |
2163 | ||
2164 | [Gear Commands] [MORE SOON] | |
2165 | ||
2166 | :g [gear name] [player name] | |
2167 | :g hyperlaser | |
2168 | :g dsd(dagger of shattered dimensions) | |
2169 | :g cresendo | |
2170 | :g rainbow | |
2171 | :g ivory | |
2172 | :g azure | |
2173 | :g crimson | |
2174 | :g chartreuse | |
2175 | :g amethyst | |
2176 | :g noir | |
2177 | :g grimgold | |
2178 | :g sledge hammer | |
2179 | :g carpet | |
2180 | :g dual darkheart | |
2181 | :g darkheart | |
2182 | :g dual illumina | |
2183 | :g illumina | |
2184 | :g tommy gun | |
2185 | :g m1 | |
2186 | :g luger pistol | |
2187 | :g mauser 96 | |
2188 | :g revolver | |
2189 | :g whip | |
2190 | :g jetpack | |
2191 | :g katana | |
2192 | :g chaos | |
2193 | :g ld - Light sword, Dark Sword | |
2194 | :g lock | |
2195 | :g mine | |
2196 | :g light | |
2197 | :g dark | |
2198 | ||
2199 | [Commands that will be made in the future] | |
2200 | ||
2201 | :kit bomb - gives you explosives | |
2202 | :kit musical | |
2203 | :kit transport | |
2204 | :kit building | |
2205 | ||
2206 | ]]) -- End of Print | |
2207 | ||
2208 | -- Chat Gui | |
2209 | ---------------------------------------------- | |
2210 | ||
2211 | local ScreenGui = Instance.new("ScreenGui") | |
2212 | local main = Instance.new("Frame") | |
2213 | local execute = Instance.new("TextButton") | |
2214 | local entertext = Instance.new("TextBox") | |
2215 | ||
2216 | ScreenGui.Parent = game.CoreGui | |
2217 | ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling | |
2218 | ||
2219 | main.Name = "main" | |
2220 | main.Parent = ScreenGui | |
2221 | main.BackgroundColor3 = Color3.fromRGB(255, 255, 255) | |
2222 | main.BackgroundTransparency = 0.900 | |
2223 | main.BorderSizePixel = 0 | |
2224 | main.Position = UDim2.new(0.750684917, 0, 0.721062541, 0) | |
2225 | main.Size = UDim2.new(0, 120, 0, 72) | |
2226 | main.Visible = false | |
2227 | main.Draggable = true | |
2228 | main.Active = true | |
2229 | ||
2230 | execute.Name = "execute" | |
2231 | execute.Parent = main | |
2232 | execute.BackgroundColor3 = Color3.fromRGB(255, 255, 255) | |
2233 | execute.BackgroundTransparency = 0.900 | |
2234 | execute.BorderSizePixel = 0 | |
2235 | execute.Position = UDim2.new(0.219072476, 0, 0.652778208, 0) | |
2236 | execute.Size = UDim2.new(0, 65, 0, 15) | |
2237 | execute.Font = Enum.Font.Gotham | |
2238 | execute.Text = "Use" | |
2239 | execute.TextColor3 = Color3.fromRGB(0, 0, 0) | |
2240 | execute.TextSize = 14.000 | |
2241 | execute.MouseButton1Down:connect(function() | |
2242 | local typetext = entertext.Text | |
2243 | game:GetService'Players':Chat((typetext)) | |
2244 | end) | |
2245 | ||
2246 | entertext.Name = "entertext" | |
2247 | entertext.Parent = main | |
2248 | entertext.BackgroundColor3 = Color3.fromRGB(255, 255, 255) | |
2249 | entertext.BackgroundTransparency = 0.900 | |
2250 | entertext.BorderSizePixel = 0 | |
2251 | entertext.Position = UDim2.new(0.106194563, 0, 0.111111112, 0) | |
2252 | entertext.Size = UDim2.new(0, 93, 0, 32) | |
2253 | entertext.Font = Enum.Font.Gotham | |
2254 | entertext.PlaceholderColor3 = Color3.fromRGB(0, 0, 0) | |
2255 | entertext.PlaceholderText = "Text Here" | |
2256 | entertext.Text = "" | |
2257 | entertext.TextColor3 = Color3.fromRGB(0, 0, 0) | |
2258 | entertext.TextSize = 14.000 | |
2259 | ||
2260 | --------------------------------------------------------- | |
2261 | ||
2262 | -- Variables | |
2263 | ||
2264 | local abc = 0 -- Wait Time of Spam | |
2265 | local def = 10 -- Wait Time of LocationSpam | |
2266 | local lol = 0 -- If command being spammed will be displayed | |
2267 | local amn = 1 -- amount of gear given | |
2268 | local check1 = 0 -- toggle for hotkeys | |
2269 | local checking = 0 -- Check for ChatGui | |
2270 | local lastcmd = nil | |
2271 | ||
2272 | -- Functions | |
2273 | ||
2274 | function rjn () | |
2275 | local place = game:GetService("TeleportService") | |
2276 | local playur = game:GetService("Players").LocalPlayer | |
2277 | place:Teleport(game.PlaceId, playur) | |
2278 | end | |
2279 | ||
2280 | function regen () | |
2281 | fireclickdetector(game:GetService("Workspace").Terrain["_Game"].Admin.Regen.ClickDetector, 0) | |
2282 | end | |
2283 | ||
2284 | function loop(msg) | |
2285 | while und == true do | |
2286 | LPos = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame | |
2287 | wait(def) | |
2288 | end | |
2289 | end | |
2290 | ||
2291 | -- function antipun(msg) | |
2292 | -- while nopun == true do | |
2293 | -- wait(0) | |
2294 | -- if acb then | |
2295 | -- print(acb) | |
2296 | -- game:GetService'Players':Chat(("unpunish me")) elseif cab then | |
2297 | -- end | |
2298 | -- end | |
2299 | -- end | |
2300 | ||
2301 | function anti(msg) | |
2302 | local plyrname = string.sub(msg, 11) | |
2303 | while antikill == true do | |
2304 | wait(0) | |
2305 | if game.Players.LocalPlayer.Character.Humanoid.Health == 0 then | |
2306 | wait(0.125) | |
2307 | game:GetService'Players':Chat(("reset me")) | |
2308 | end | |
2309 | end | |
2310 | end | |
2311 | ||
2312 | function still(msg) | |
2313 | while nomove == true do | |
2314 | wait(0) | |
2315 | game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = saved | |
2316 | end | |
2317 | end | |
2318 | ||
2319 | ||
2320 | function unblindable () | |
2321 | while true do wait() | |
2322 | game.Players.LocalPlayer.PlayerGui:WaitForChild("EFFECTGUIBLIND") | |
2323 | game.Players.LocalPlayer.PlayerGui.EFFECTGUIBLIND:Destroy() | |
2324 | end | |
2325 | end | |
2326 | ||
2327 | -- Animation Functions | |
2328 | ------------------------------------------------------------------------------------------------------------------------ | |
2329 | function armturbine () | |
2330 | for i,v in pairs(game.Players:GetPlayers()) do | |
2331 | AnimationId = "259438880" | |
2332 | local Anim = Instance.new("Animation") | |
2333 | Anim.AnimationId = "rbxassetid://"..AnimationId | |
2334 | local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim) | |
2335 | k:Play() | |
2336 | k:AdjustSpeed(100) | |
2337 | end | |
2338 | end | |
2339 | function loopheadd () | |
2340 | for i,v in pairs(game.Players:GetPlayers()) do | |
2341 | AnimationId = "35154961" | |
2342 | local Anim = Instance.new("Animation") | |
2343 | Anim.AnimationId = "rbxassetid://"..AnimationId | |
2344 | local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim) | |
2345 | while wait(0.00703125) do | |
2346 | k:Play() | |
2347 | k:AdjustSpeed(640) | |
2348 | end | |
2349 | end | |
2350 | end | |
2351 | function laydown () | |
2352 | for i,v in pairs(game.Players:GetPlayers()) do | |
2353 | AnimationId = "282574440" | |
2354 | local Anim = Instance.new("Animation") | |
2355 | Anim.AnimationId = "rbxassetid://"..AnimationId | |
2356 | local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim) | |
2357 | k:Play() | |
2358 | k:AdjustSpeed(1) | |
2359 | end | |
2360 | end | |
2361 | function dabb () | |
2362 | for i,v in pairs(game.Players:GetPlayers()) do | |
2363 | AnimationId = "248263260" | |
2364 | local Anim = Instance.new("Animation") | |
2365 | Anim.AnimationId = "rbxassetid://"..AnimationId | |
2366 | local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim) | |
2367 | k:Play() | |
2368 | k:AdjustSpeed(1) | |
2369 | end | |
2370 | end | |
2371 | function hmmm () | |
2372 | for i,v in pairs(game.Players:GetPlayers()) do | |
2373 | AnimationId = "148840371" | |
2374 | local Anim = Instance.new("Animation") | |
2375 | Anim.AnimationId = "rbxassetid://"..AnimationId | |
2376 | local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim) | |
2377 | k:Play() | |
2378 | k:AdjustSpeed(1) | |
2379 | end | |
2380 | end | |
2381 | function screamm () | |
2382 | for i,v in pairs(game.Players:GetPlayers()) do | |
2383 | AnimationId = "180611870" | |
2384 | local Anim = Instance.new("Animation") | |
2385 | Anim.AnimationId = "rbxassetid://"..AnimationId | |
2386 | local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim) | |
2387 | k:Play() | |
2388 | k:AdjustSpeed(1) | |
2389 | end | |
2390 | end | |
2391 | function headthrow () | |
2392 | for i,v in pairs(game.Players:GetPlayers()) do | |
2393 | AnimationId = "35154961" | |
2394 | local Anim = Instance.new("Animation") | |
2395 | Anim.AnimationId = "rbxassetid://"..AnimationId | |
2396 | local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim) | |
2397 | k:Play() | |
2398 | k:AdjustSpeed(1) | |
2399 | end | |
2400 | end | |
2401 | function raisehead () | |
2402 | for i,v in pairs(game.Players:GetPlayers()) do | |
2403 | AnimationId = "121572214" | |
2404 | local Anim = Instance.new("Animation") | |
2405 | Anim.AnimationId = "rbxassetid://"..AnimationId | |
2406 | local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim) | |
2407 | k:Play() | |
2408 | k:AdjustSpeed(1) | |
2409 | end | |
2410 | end | |
2411 | function crouchh () | |
2412 | for i,v in pairs(game.Players:GetPlayers()) do | |
2413 | AnimationId = "182724289" | |
2414 | local Anim = Instance.new("Animation") | |
2415 | Anim.AnimationId = "rbxassetid://"..AnimationId | |
2416 | local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim) | |
2417 | k:Play() | |
2418 | k:AdjustSpeed(1) | |
2419 | end | |
2420 | end | |
2421 | function MovingDance () | |
2422 | for i,v in pairs(game.Players:GetPlayers()) do | |
2423 | AnimationId = "429703734" | |
2424 | local Anim = Instance.new("Animation") | |
2425 | Anim.AnimationId = "rbxassetid://"..AnimationId | |
2426 | local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim) | |
2427 | k:Play() | |
2428 | k:AdjustSpeed(1) | |
2429 | end | |
2430 | end | |
2431 | ------------------------------------------------------------------------------------------------------------------------ | |
2432 | ||
2433 | function clors(msg) | |
2434 | ||
2435 | while ccolor == true do | |
2436 | wait(0) | |
2437 | game:GetService'Players':Chat(("colorshifttop 10000 0 0")) | |
2438 | wait(0.005) | |
2439 | game:GetService'Players':Chat(("colorshiftbottom 10000 0 0")) | |
2440 | wait(0.005) | |
2441 | game:GetService'Players':Chat(("colorshifttop 0 10000 0")) | |
2442 | wait(0.005) | |
2443 | game:GetService'Players':Chat(("colorshiftbottom 0 10000 0")) | |
2444 | wait(0.005) | |
2445 | game:GetService'Players':Chat(("colorshifttop 0 0 10000")) | |
2446 | wait(0.005) | |
2447 | game:GetService'Players':Chat(("colorshiftbottom 0 0 10000")) | |
2448 | wait(0.005) | |
2449 | end | |
2450 | ||
2451 | while bcolor == true do | |
2452 | wait(0) | |
2453 | game:GetService'Players':Chat(("colorshiftbottom 10000 0 0")) | |
2454 | wait(0.005) | |
2455 | game:GetService'Players':Chat(("colorshiftbottom 0 10000 0")) | |
2456 | wait(0.005) | |
2457 | game:GetService'Players':Chat(("colorshiftbottom 0 0 10000")) | |
2458 | wait(0.005) | |
2459 | end | |
2460 | ||
2461 | while acolor == true do | |
2462 | wait(0) | |
2463 | game:GetService'Players':Chat(("colorshifttop 10000 0 0")) | |
2464 | wait(0.005) | |
2465 | game:GetService'Players':Chat(("colorshifttop 0 10000 0")) | |
2466 | wait(0.005) | |
2467 | game:GetService'Players':Chat(("colorshifttop 0 0 10000")) | |
2468 | wait(0.005) | |
2469 | end | |
2470 | ||
2471 | while rhell == true do | |
2472 | wait(0) | |
2473 | game:GetService'Players':Chat(("time 0")) | |
2474 | wait(0.125) | |
2475 | game:GetService'Players':Chat(("colorshifttop 10000 0 0")) | |
2476 | wait(0.125) | |
2477 | game:GetService'Players':Chat(("colorshiftbottom 10000 0 0")) | |
2478 | wait(0.125) | |
2479 | game:GetService'Players':Chat(("colorshifttop 100000000 1000000000 10000000000000")) | |
2480 | wait(0.125) | |
2481 | game:GetService'Players':Chat(("colorshiftbottom 100000000 1000000000 10000000000000")) | |
2482 | wait(0.125) | |
2483 | end | |
2484 | ||
2485 | end | |
2486 | ||
2487 | function rainbow(msg) | |
2488 | ||
2489 | while multi == true do | |
2490 | wait(0) | |
2491 | game:GetService'Players':Chat(("colorshifttop 0 0 10000")) | |
2492 | wait(0.05) | |
2493 | game:GetService'Players':Chat(("colorshiftbottom 0 0 10000")) | |
2494 | wait(0.05) | |
2495 | game:GetService'Players':Chat(("colorshifttop 0 10000 0")) | |
2496 | wait(0.05) | |
2497 | game:GetService'Players':Chat(("colorshiftbottom 0 10000 0")) | |
2498 | wait(0.05) | |
2499 | game:GetService'Players':Chat(("colorshifttop 10000 0 0")) | |
2500 | wait(0.05) | |
2501 | game:GetService'Players':Chat(("colorshiftbottom 10000 0 0")) | |
2502 | wait(0.05) | |
2503 | game:GetService'Players':Chat(("colorshifttop 15000 10603 0")) | |
2504 | wait(0.005) | |
2505 | game:GetService'Players':Chat(("colorshiftbottom 15000 10603 0")) | |
2506 | wait(0.05) | |
2507 | game:GetService'Players':Chat(("colorshifttop 10000 9000 5000")) | |
2508 | wait(0.05) | |
2509 | game:GetService'Players':Chat(("colorshiftbottom 10000 9000 5000")) | |
2510 | wait(0.05) | |
2511 | game:GetService'Players':Chat(("colorshifttop 10000 0 14135")) | |
2512 | wait(0.05) | |
2513 | game:GetService'Players':Chat(("colorshiftbottom 10000 0 14135")) | |
2514 | wait(0.05) | |
2515 | game:GetService'Players':Chat(("colorshifttop 10000 0 12000")) | |
2516 | wait(0.05) | |
2517 | game:GetService'Players':Chat(("colorshiftbottom 10000 0 12000")) | |
2518 | wait(0.05) | |
2519 | game:GetService'Players':Chat(("colorshifttop 10610 7496 0")) | |
2520 | wait(0.05) | |
2521 | game:GetService'Players':Chat(("colorshiftbottom 10610 7496 0")) | |
2522 | wait(0.05) | |
2523 | game:GetService'Players':Chat(("colorshifttop 100000000000000000 0 0")) | |
2524 | wait(0.05) | |
2525 | game:GetService'Players':Chat(("colorshiftbottom 100000000000000000 0 0")) | |
2526 | wait(0.05) | |
2527 | game:GetService'Players':Chat(("colorshifttop 10000000 10000000 10000000")) | |
2528 | wait(0.05) | |
2529 | game:GetService'Players':Chat(("colorshiftbottom 10000000 10000000 10000000")) | |
2530 | wait(0.05) | |
2531 | end | |
2532 | ||
2533 | end | |
2534 | ||
2535 | function looppad () | |
2536 | while erf == true do | |
2537 | wait(0) | |
2538 | fireclickdetector(game:GetService("Workspace").Terrain["_Game"].Admin.Regen.ClickDetector, 0) | |
2539 | end | |
2540 | end | |
2541 | ||
2542 | function Spam(msg) | |
2543 | local plyr = string.sub(msg, 6) | |
2544 | if lol == 1 then | |
2545 | game:GetService'Players':Chat(("h Spamming "..plyr)) | |
2546 | end | |
2547 | while Non == true do | |
2548 | wait(abc) | |
2549 | game:GetService'Players':Chat((plyr)) | |
2550 | end | |
2551 | end | |
2552 | ||
2553 | function Stop(msg) | |
2554 | while stop == true do | |
2555 | wait(0.0005) | |
2556 | game:GetService'Players':Chat(("unfly all")) | |
2557 | wait(0.0005) | |
2558 | game:GetService'Players':Chat(("removetools all")) | |
2559 | wait(0.0005) | |
2560 | game:GetService'Players':Chat(("setgrav all 1250")) | |
2561 | wait(0.0005) | |
2562 | game:GetService'Players':Chat(("speed all 0")) | |
2563 | wait(0.0005) | |
2564 | game:GetService'Players':Chat(("outdoorambient 239 20 20")) | |
2565 | end | |
2566 | end | |
2567 | ||
2568 | -- HotKey Function | |
2569 | ||
2570 | lp = game.Players.LocalPlayer | |
2571 | ms = lp:GetMouse() | |
2572 | ms.KeyDown:connect(function(key) | |
2573 | ||
2574 | -- Hot Keys | |
2575 | ||
2576 | if check1 == 0 then | |
2577 | ||
2578 | if key == "z" then | |
2579 | game:GetService'Players':Chat(("fly me")) | |
2580 | end | |
2581 | ||
2582 | if key == "x" then | |
2583 | game:GetService'Players':Chat(("ff me")) | |
2584 | end | |
2585 | ||
2586 | if key == "c" then | |
2587 | game:GetService'Players':Chat(("reset me")) | |
2588 | end | |
2589 | ||
2590 | if key == "v" then | |
2591 | game:GetService'Players':Chat(("respawn me")) | |
2592 | end | |
2593 | ||
2594 | if key == "b" then | |
2595 | SPos = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame | |
2596 | end | |
2597 | ||
2598 | if key == "n" then | |
2599 | game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = SPos | |
2600 | end | |
2601 | ||
2602 | if key == "m" then | |
2603 | game:GetService'Players':Chat((lastcmd)) | |
2604 | end | |
2605 | ||
2606 | if key == "f" then | |
2607 | game:GetService'Players':Chat((hotkey1)) | |
2608 | end | |
2609 | ||
2610 | if key == "g" then | |
2611 | game:GetService'Players':Chat((hotkey2)) | |
2612 | end | |
2613 | ||
2614 | if key == "h" then | |
2615 | game:GetService'Players':Chat((hotkey3)) | |
2616 | end | |
2617 | ||
2618 | end | |
2619 | ||
2620 | if key == "j" then | |
2621 | ||
2622 | check1 = check1 + 1 | |
2623 | ||
2624 | if check1 == 2 then | |
2625 | check1 = 0 | |
2626 | end | |
2627 | end | |
2628 | ||
2629 | end) | |
2630 | ||
2631 | ||
2632 | ||
2633 | game.Players.LocalPlayer.Chatted:connect(function(msg) | |
2634 | time = string.sub(msg, 8) | |
2635 | save = string.sub(msg, 9) | |
2636 | ||
2637 | if msg == ":active" or msg == ":activate" then | |
2638 | check1 = 0 | |
2639 | end | |
2640 | if msg == ":inactive" or msg == ":deactive" or msg == ":disable" then | |
2641 | check1 = 1 | |
2642 | end | |
2643 | ||
2644 | if string.sub(msg, 1, math.huge) == "" then | |
2645 | lastcmd = string.sub(msg, 1) | |
2646 | end | |
2647 | if string.sub(msg, 1, 3) == ":wl" then | |
2648 | wl = string.sub(msg, 5) | |
2649 | game:GetService'Players':Chat(("h "..wl.." is Whitelisted")) | |
2650 | end | |
2651 | if string.sub(msg, 1, 5) == ":unwl" then | |
2652 | wl = nil | |
2653 | game:GetService'Players':Chat(("h Unwhitelisted")) | |
2654 | end | |
2655 | ||
2656 | ||
2657 | if string.sub(msg, 1, 6) == "wait =" then | |
2658 | abc = time | |
2659 | end | |
2660 | ||
2661 | if string.sub(msg, 1, 7) == "pause =" then | |
2662 | def = save | |
2663 | end | |
2664 | if string.sub(msg, 1, 5) == "hk1 =" then | |
2665 | hotkey1 = string.sub(msg, 7) | |
2666 | end | |
2667 | if string.sub(msg, 1, 5) == "hk2 =" then | |
2668 | hotkey2 = string.sub(msg, 7) | |
2669 | end | |
2670 | if string.sub(msg, 1, 5) == "hk3 =" then | |
2671 | hotkey3 = string.sub(msg, 7) | |
2672 | end | |
2673 | if string.sub(msg, 1, 8) == "amount =" then | |
2674 | amn = string.sub(msg, 10) | |
2675 | end | |
2676 | ||
2677 | if msg == "lol = 0" then | |
2678 | lol = 0 | |
2679 | end | |
2680 | if msg == "lol = 1" then | |
2681 | lol = 1 | |
2682 | end | |
2683 | -- Kit Commands | |
2684 | ||
2685 | if string.sub(msg, 1, 9) == ":kit omni" then | |
2686 | ||
2687 | local plrname = string.sub(msg, 11) | |
2688 | ||
2689 | for i = 1,10 do | |
2690 | game:GetService'Players':Chat(("gear "..plrname.." 159229806")) | |
2691 | end | |
2692 | ||
2693 | for i = 1,10 do | |
2694 | game:GetService'Players':Chat(("gear "..plrname.." 93136802")) | |
2695 | end | |
2696 | ||
2697 | game:GetService'Players':Chat(("gear "..plrname.." 108158379")) | |
2698 | game:GetService'Players':Chat(("gear "..plrname.." 73829193")) | |
2699 | game:GetService'Players':Chat(("gear "..plrname.." 69499437")) | |
2700 | game:GetService'Players':Chat(("gear "..plrname.." 80661504")) | |
2701 | game:GetService'Players':Chat(("gear "..plrname.." 120307951")) | |
2702 | game:GetService'Players':Chat(("gear "..plrname.." 99119240")) | |
2703 | game:GetService'Players':Chat(("gear "..plrname.." 94794774")) | |
2704 | game:GetService'Players':Chat(("gear "..plrname.." 71037101")) | |
2705 | game:GetService'Players':Chat(("gear "..plrname.." 93136746")) | |
2706 | ||
2707 | end | |
2708 | ||
2709 | if string.sub(msg, 1, 8) == ":kit god" then | |
2710 | ||
2711 | local plrname = string.sub(msg, 10) | |
2712 | ||
2713 | game:GetService'Players':Chat(("gear "..plrname.." 159229806")) | |
2714 | game:GetService'Players':Chat(("gear "..plrname.." 93136802")) | |
2715 | game:GetService'Players':Chat(("gear "..plrname.." 108158379")) | |
2716 | game:GetService'Players':Chat(("gear "..plrname.." 73829193")) | |
2717 | game:GetService'Players':Chat(("gear "..plrname.." 69499437")) | |
2718 | game:GetService'Players':Chat(("gear "..plrname.." 80661504")) | |
2719 | game:GetService'Players':Chat(("gear "..plrname.." 120307951")) | |
2720 | game:GetService'Players':Chat(("gear "..plrname.." 99119240")) | |
2721 | game:GetService'Players':Chat(("gear "..plrname.." 94794774")) | |
2722 | game:GetService'Players':Chat(("gear "..plrname.." 71037101")) | |
2723 | game:GetService'Players':Chat(("gear "..plrname.." 93136746")) | |
2724 | ||
2725 | end | |
2726 | ||
2727 | if msg == ":kit dark" then | |
2728 | game:GetService'Players':Chat(("paint me black")) | |
2729 | game:GetService'Players':Chat(("cape me black")) | |
2730 | game:GetService'Players':Chat(("removehats me")) | |
2731 | game:GetService'Players':Chat(("removeface me")) | |
2732 | game:GetService'Players':Chat(("name me ")) | |
2733 | game:GetService'Players':Chat(("speed me 32")) | |
2734 | game:GetService'Players':Chat(("trail me black")) | |
2735 | game:GetService'Players':Chat(("gear me 108149175")) | |
2736 | end | |
2737 | ||
2738 | if string.sub(msg, 1, 8) == ":kit gun" then | |
2739 | ||
2740 | local plrname = string.sub(msg, 10) | |
2741 | ||
2742 | game:GetService'Players':Chat(("gear "..plrname.." 94233344")) | |
2743 | game:GetService'Players':Chat(("gear "..plrname.." 94233286")) | |
2744 | game:GetService'Players':Chat(("gear "..plrname.." 95354288")) | |
2745 | game:GetService'Players':Chat(("gear "..plrname.." 97885552")) | |
2746 | game:GetService'Players':Chat(("gear "..plrname.." 116693764")) | |
2747 | game:GetService'Players':Chat(("gear "..plrname.." 97885508")) | |
2748 | game:GetService'Players':Chat(("gear "..plrname.." 130113146")) | |
2749 | ||
2750 | end | |
2751 | ||
2752 | if string.sub(msg, 1, 10) == ":kit knife" then | |
2753 | local plrname = string.sub(msg, 12) | |
2754 | game:GetService'Players':Chat(("gear "..plrname.." 121946387")) | |
2755 | game:GetService'Players':Chat(("gear "..plrname.." 1215515248")) | |
2756 | game:GetService'Players':Chat(("gear "..plrname.." 208659586")) | |
2757 | end | |
2758 | ||
2759 | if string.sub(msg, 1, 11) == ":kit dagger" then | |
2760 | local plrname = string.sub(msg, 13) | |
2761 | game:GetService'Players':Chat(("gear "..plrname.." 62350856")) | |
2762 | game:GetService'Players':Chat(("gear "..plrname.." 65079090")) | |
2763 | game:GetService'Players':Chat(("gear "..plrname.." 64220952")) | |
2764 | game:GetService'Players':Chat(("gear "..plrname.." 71037101")) | |
2765 | game:GetService'Players':Chat(("gear "..plrname.." 168142394")) | |
2766 | game:GetService'Players':Chat(("gear "..plrname.." 51760061")) | |
2767 | end | |
2768 | ||
2769 | if string.sub(msg, 1, 8) == ":kit bow" then | |
2770 | local plrname = string.sub(msg, 10) | |
2771 | game:GetService'Players':Chat(("gear "..plrname.." 1180418251")) | |
2772 | game:GetService'Players':Chat(("gear "..plrname.." 92142841")) | |
2773 | game:GetService'Players':Chat(("gear "..plrname.." 2136389582")) | |
2774 | game:GetService'Players':Chat(("gear "..plrname.." 346687267")) | |
2775 | game:GetService'Players':Chat(("gear "..plrname.." 356213494")) | |
2776 | game:GetService'Players':Chat(("gear "..plrname.." 2568113462")) | |
2777 | end | |
2778 | ||
2779 | if string.sub(msg, 1, 13) == ":kit crossbow" then | |
2780 | local plrname = string.sub(msg, 15) | |
2781 | game:GetService'Players':Chat(("gear "..plrname.." 174752245")) | |
2782 | game:GetService'Players':Chat(("gear "..plrname.." 1587175338")) | |
2783 | game:GetService'Players':Chat(("gear "..plrname.." 206566653")) | |
2784 | game:GetService'Players':Chat(("gear "..plrname.." 178076831")) | |
2785 | game:GetService'Players':Chat(("gear "..plrname.." 2163551089")) | |
2786 | end | |
2787 | ||
2788 | if string.sub(msg, 1, 10) == ":kit magic" then | |
2789 | local plrname = string.sub(msg, 12) | |
2790 | game:GetService'Players':Chat(("gear "..plrname.." 2316760298")) | |
2791 | game:GetService'Players':Chat(("gear "..plrname.." 127506105")) | |
2792 | game:GetService'Players':Chat(("gear "..plrname.." 10760425")) | |
2793 | game:GetService'Players':Chat(("gear "..plrname.." 66416616")) | |
2794 | game:GetService'Players':Chat(("gear "..plrname.." 2261167878")) | |
2795 | game:GetService'Players':Chat(("gear "..plrname.." 27860496")) | |
2796 | end | |
2797 | ||
2798 | if string.sub(msg, 1, 10) == ":kit sword" then | |
2799 | local plrname = string.sub(msg, 12) | |
2800 | game:GetService'Players':Chat(("gear "..plrname.." 1981813154")) | |
2801 | game:GetService'Players':Chat(("gear "..plrname.." 77443461")) | |
2802 | game:GetService'Players':Chat(("gear "..plrname.." 77443491")) | |
2803 | game:GetService'Players':Chat(("gear "..plrname.." 1340206957")) | |
2804 | game:GetService'Players':Chat(("gear "..plrname.." 155661985")) | |
2805 | game:GetService'Players':Chat(("gear "..plrname.." 532254782")) | |
2806 | game:GetService'Players':Chat(("gear "..plrname.." 88885481")) | |
2807 | game:GetService'Players':Chat(("gear "..plrname.." 93136746")) | |
2808 | end | |
2809 | ||
2810 | if string.sub(msg, 1, 11) == ":kit scythe" then | |
2811 | local plrname = string.sub(msg, 13) | |
2812 | game:GetService'Players':Chat(("gear "..plrname.." 1609498185")) | |
2813 | game:GetService'Players':Chat(("gear "..plrname.." 2506365260")) | |
2814 | game:GetService'Players':Chat(("gear "..plrname.." 28275809")) | |
2815 | game:GetService'Players':Chat(("gear "..plrname.." 846792499")) | |
2816 | game:GetService'Players':Chat(("gear "..plrname.." 95951330")) | |
2817 | game:GetService'Players':Chat(("gear "..plrname.." 218631128")) | |
2818 | game:GetService'Players':Chat(("gear "..plrname.." 50938765")) | |
2819 | game:GetService'Players':Chat(("gear "..plrname.." 517827255")) | |
2820 | ||
2821 | end | |
2822 | ||
2823 | if string.sub(msg, 1, 10) == ":kit ninja" then | |
2824 | local plrname = string.sub(msg, 12) | |
2825 | game:GetService'Players':Chat(("gear "..plrname.." 86494914")) | |
2826 | game:GetService'Players':Chat(("gear "..plrname.." 11377306")) | |
2827 | game:GetService'Players':Chat(("gear "..plrname.." 11115851")) | |
2828 | game:GetService'Players':Chat(("gear "..plrname.." 1304339797")) | |
2829 | game:GetService'Players':Chat(("gear "..plrname.." 51346336")) | |
2830 | game:GetService'Players':Chat(("gear "..plrname.." 233519998")) | |
2831 | ||
2832 | end | |
2833 | ||
2834 | if string.sub(msg, 1, 11) == ":kit potion" then | |
2835 | local plrname = string.sub(msg, 13) | |
2836 | game:GetService'Players':Chat(("gear "..plrname.." 11450664")) | |
2837 | game:GetService'Players':Chat(("gear "..plrname.." 56561593")) | |
2838 | game:GetService'Players':Chat(("gear "..plrname.." 55917420")) | |
2839 | game:GetService'Players':Chat(("gear "..plrname.." 65082246")) | |
2840 | game:GetService'Players':Chat(("gear "..plrname.." 11419319")) | |
2841 | game:GetService'Players':Chat(("gear "..plrname.." 47597835")) | |
2842 | ||
2843 | end | |
2844 | ||
2845 | -- Teleport Commands | |
2846 | ||
2847 | if msg == "clicktp" then | |
2848 | plr = game.Players.LocalPlayer | |
2849 | hum = plr.Character.HumanoidRootPart | |
2850 | mouse = plr:GetMouse() | |
2851 | mouse.KeyDown:connect(function(key) | |
2852 | if key == "r" then | |
2853 | if mouse.Target then | |
2854 | hum.CFrame = CFrame.new(mouse.Hit.x, mouse.Hit.y + 5, mouse.Hit.z) | |
2855 | end | |
2856 | end | |
2857 | end) | |
2858 | end | |
2859 | ||
2860 | if msg == ":startsave" then | |
2861 | und = true | |
2862 | loop(msg) | |
2863 | end | |
2864 | ||
2865 | if msg == ":stopsave" then | |
2866 | und = false | |
2867 | end | |
2868 | ||
2869 | if msg == ":stay" then | |
2870 | saved = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame | |
2871 | wait(0.5) | |
2872 | nomove = true | |
2873 | still(msg) | |
2874 | end | |
2875 | ||
2876 | if msg == ":move" then | |
2877 | nomove = false | |
2878 | end | |
2879 | ||
2880 | if msg == ":here" then | |
2881 | LPos = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame | |
2882 | end | |
2883 | ||
2884 | if msg == ":back" then | |
2885 | game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = LPos | |
2886 | end | |
2887 | ||
2888 | if msg == ";spawn1" then | |
2889 | game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-29, 3.70000005, -25.5900116)) | |
2890 | end | |
2891 | ||
2892 | if msg == ";spawn2" then | |
2893 | game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-41, 3.70000005, -25.5899963)) | |
2894 | end | |
2895 | ||
2896 | if msg == ";spawn3" then | |
2897 | game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-52.9998322, 3.70000005, -25.5902348)) | |
2898 | end | |
2899 | ||
2900 | ||
2901 | if msg == ";pads" then | |
2902 | game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-30.6439133, 8.22999954, 90.8547668)) | |
2903 | end | |
2904 | if string.sub(msg, 1, 5) == ":pads" then | |
2905 | local plrname = string.sub(msg, 7) | |
2906 | local loc = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame | |
2907 | wait(0.125) | |
2908 | game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-30.6439133, 8.22999954, 90.8547668)) | |
2909 | wait(0.25) | |
2910 | game:GetService'Players':Chat(("tp "..plrname.." me")) | |
2911 | wait(0.25) | |
2912 | game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = loc | |
2913 | end | |
2914 | if msg == ";house" then | |
2915 | game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-23.4106693, 8.22999954, 63.2581749)) | |
2916 | end | |
2917 | if string.sub(msg, 1, 6) == ":house" then | |
2918 | local plrname = string.sub(msg, 8) | |
2919 | local loc = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame | |
2920 | wait(0.125) | |
2921 | game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-23.4106693, 8.22999954, 63.2581749)) | |
2922 | wait(0.25) | |
2923 | game:GetService'Players':Chat(("tp "..plrname.." me")) | |
2924 | wait(0.25) | |
2925 | game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = loc | |
2926 | end | |
2927 | ||
2928 | if msg == ";uhouse" then | |
2929 | game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-29.954174, 41.8300018, 60.291275)) | |
2930 | end | |
2931 | ||
2932 | if string.sub(msg, 1, 7) == ":uhouse" then | |
2933 | local plrname = string.sub(msg, 9) | |
2934 | local loc = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame | |
2935 | wait(0.125) | |
2936 | game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-29.954174, 41.8300018, 60.291275)) | |
2937 | wait(0.25) | |
2938 | game:GetService'Players':Chat(("tp "..plrname.." me")) | |
2939 | wait(0.25) | |
2940 | game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = loc | |
2941 | end | |
2942 | ||
2943 | if msg == ";obby" then | |
2944 | game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-52.2587738, 3.70000005, 38.5809517)) | |
2945 | end | |
2946 | ||
2947 | if string.sub(msg, 1, 5) == ":obby" then | |
2948 | local plrname = string.sub(msg, 7) | |
2949 | local loc = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame | |
2950 | wait(0.125) | |
2951 | game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-52.2587738, 3.70000005, 38.5809517)) | |
2952 | wait(0.25) | |
2953 | game:GetService'Players':Chat(("tp "..plrname.." me")) | |
2954 | wait(0.25) | |
2955 | game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = loc | |
2956 | end | |
2957 | ||
2958 | if msg == ";blocks" then | |
2959 | game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-74.0005112, 12.1000004, 6.67828035)) | |
2960 | end | |
2961 | ||
2962 | if string.sub(msg, 1, 7) == ":blocks" then | |
2963 | local plrname = string.sub(msg, 9) | |
2964 | local loc = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame | |
2965 | wait(0.125) | |
2966 | game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-74.0005112, 12.1000004, 6.67828035)) | |
2967 | wait(0.25) | |
2968 | game:GetService'Players':Chat(("tp "..plrname.." me")) | |
2969 | wait(0.25) | |
2970 | game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = loc | |
2971 | end | |
2972 | ||
2973 | -- Emote Commands | |
2974 | ||
2975 | if msg == ":hmm" then | |
2976 | hmmm() | |
2977 | end | |
2978 | if msg == ":headtoss" then | |
2979 | headthrow() | |
2980 | end | |
2981 | if msg == ":armspin" then | |
2982 | armturbine() | |
2983 | end | |
2984 | if msg == ":loophead" then | |
2985 | loopheadd() | |
2986 | end | |
2987 | if msg == ":scream" then | |
2988 | screamm() | |
2989 | end | |
2990 | if msg == ":headraise" then | |
2991 | raisehead() | |
2992 | end | |
2993 | if msg == ":dab" then | |
2994 | dabb() | |
2995 | end | |
2996 | if msg == ":crawl" then | |
2997 | laydown() | |
2998 | end | |
2999 | if msg == ":crouch" then | |
3000 | crouchh() | |
3001 | end | |
3002 | if msg == ":dance" then | |
3003 | MovingDance() | |
3004 | end | |
3005 | ||
3006 | -- Music Commands | |
3007 | ||
3008 | if msg == "play mwd" then | |
3009 | game:GetService'Players':Chat(("h Playing Miss Wanna Die")) | |
3010 | wait(0.125) | |
3011 | game:GetService'Players':Chat(("music 3118721479")) | |
3012 | end | |
3013 | ||
3014 | -- Morph Commands | |
3015 | ||
3016 | if msg == ":Dark_Lord" then | |
3017 | game:GetService'Players':Chat(("unpackage me")) | |
3018 | game:GetService'Players':Chat(("removehats me")) | |
3019 | game:GetService'Players':Chat(("paint me black")) | |
3020 | wait(0.25) | |
3021 | game:GetService'Players':Chat(("pants me 1279747525")) | |
3022 | game:GetService'Players':Chat(("shirt me 1233857398")) | |
3023 | game:GetService'Players':Chat(("hat me 4238305136")) | |
3024 | game:GetService'Players':Chat(("hat me 745790335")) | |
3025 | game:GetService'Players':Chat(("hat me 99860652")) | |
3026 | game:GetService'Players':Chat(("hat me 244160766")) | |
3027 | game:GetService'Players':Chat(("hat me 19380685")) | |
3028 | game:GetService'Players':Chat(("hat me 4087527067")) | |
3029 | end | |
3030 | ||
3031 | if msg == ":Aka" or msg == ":aka" then | |
3032 | game:GetService'Players':Chat(("unpackage me")) | |
3033 | game:GetService'Players':Chat(("paint me pastel brown")) | |
3034 | game:GetService'Players':Chat(("removehats me")) | |
3035 | wait(0.25) | |
3036 | game:GetService'Players':Chat(("hat me 4708970652")) | |
3037 | game:GetService'Players':Chat(("hat me 4660425043")) | |
3038 | game:GetService'Players':Chat(("hat me 4524990267")) | |
3039 | game:GetService'Players':Chat(("hat me 4524481392")) | |
3040 | game:GetService'Players':Chat(("shirt me 4150240898")) | |
3041 | game:GetService'Players':Chat(("pants me 4240325953")) | |
3042 | game:GetService'Players':Chat(("hat me 106709021")) | |
3043 | game:GetService'Players':Chat(("face me 402304145")) | |
3044 | end | |
3045 | ||
3046 | if msg == ":Jester" or msg == ":jester" then | |
3047 | game:GetService'Players':Chat(("unpackage me")) | |
3048 | game:GetService'Players':Chat(("paint me white")) | |
3049 | game:GetService'Players':Chat(("removehats me")) | |
3050 | wait(0.125) | |
3051 | game:GetService'Players':Chat(("hat me 1301377743")) | |
3052 | game:GetService'Players':Chat(("hat me 13702134")) | |
3053 | game:GetService'Players':Chat(("shirt me 1304485340")) | |
3054 | game:GetService'Players':Chat(("pants me 1304482618")) | |
3055 | wait(0.125) | |
3056 | game:GetService'Players':Chat(("gear me 120749528")) | |
3057 | game:GetService'Players':Chat(("gear me 746687364")) | |
3058 | end | |
3059 | ||
3060 | if msg == ":joy" or msg == ":Joy" then | |
3061 | game:GetService'Players':Chat(("removehats me")) | |
3062 | game:GetService'Players':Chat(("paint me white")) | |
3063 | game:GetService'Players':Chat(("hat me 4904151381")) | |
3064 | end | |
3065 | ||
3066 | if msg == ":raja" then | |
3067 | Point = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame | |
3068 | wait(0.125) | |
3069 | game:GetService'Players':Chat(("char me 86670779")) | |
3070 | wait(0.125) | |
3071 | game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Point | |
3072 | end | |
3073 | ||
3074 | -- Super Commands | |
3075 | ||
3076 | if string.sub(msg, 1, 6) == ":super" then | |
3077 | local plrname = string.sub(msg, 7) | |
3078 | for i = 1,250 do | |
3079 | game:GetService'Players':Chat((plrname)) | |
3080 | end | |
3081 | end | |
3082 | ||
3083 | -- Spam Commands | |
3084 | ||
3085 | if string.sub(msg, 1, 5) == ":spam" then | |
3086 | Non = true | |
3087 | Spam(msg) | |
3088 | end | |
3089 | ||
3090 | if msg == "spampads" then | |
3091 | erf = true | |
3092 | looppad() | |
3093 | end | |
3094 | ||
3095 | ||
3096 | if msg == ":stop" then | |
3097 | Non = false | |
3098 | acolor = false | |
3099 | bcolor = false | |
3100 | ccolor = false | |
3101 | rhell = false | |
3102 | erf = false | |
3103 | multi = false | |
3104 | end | |
3105 | ||
3106 | -- Other Commands | |
3107 | ||
3108 | if string.sub(msg, 1, 8) == ":boombox" then | |
3109 | ||
3110 | local plrname = string.sub(msg, 10) | |
3111 | game:GetService'Players':Chat(("gear "..plrname.." 212641536")) | |
3112 | end | |
3113 | ||
3114 | if msg == ":blink" then | |
3115 | game:GetService'Players':Chat(("blind all")) | |
3116 | wait(0.35) | |
3117 | game:GetService'Players':Chat(("unblind all")) | |
3118 | end | |
3119 | ||
3120 | if msg == ":antikill" then | |
3121 | antikill = true | |
3122 | anti(msg) | |
3123 | end | |
3124 | ||
3125 | -- if msg == ":antipunish" then | |
3126 | -- nopun = true | |
3127 | -- antipun(msg) | |
3128 | -- end | |
3129 | ||
3130 | if msg == ":unanti" then | |
3131 | antikill = false | |
3132 | nopun = false | |
3133 | end | |
3134 | ||
3135 | -- Local Commands | |
3136 | ||
3137 | ||
3138 | if string.sub(msg, 1, 5) == ":swap" then | |
3139 | local plr1 = string.sub(msg, 7,10) | |
3140 | local plr2 = string.sub(msg, 11, 13) | |
3141 | local mylocation = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame | |
3142 | game:GetService'Players':Chat(("invis me")) | |
3143 | wait(0.20) | |
3144 | game:GetService'Players':Chat(("tp me "..plr1)) | |
3145 | wait(0.20) | |
3146 | game:GetService'Players':Chat(("tp ".. plr1 .. plr2)) | |
3147 | wait(0.20) | |
3148 | game:GetService'Players':Chat(("tp "..plr2.." me")) | |
3149 | wait(0.125) | |
3150 | game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = mylocation | |
3151 | game:GetService'Players':Chat(("vis me")) | |
3152 | end | |
3153 | ||
3154 | if string.sub(msg, 1, 8) == ";swap me" then | |
3155 | local plyr1 = string.sub(msg, 10) | |
3156 | local myloc1 = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame | |
3157 | game:GetService'Players':Chat(("invis me")) | |
3158 | wait(0.20) | |
3159 | game:GetService'Players':Chat(("tp me "..plyr1)) | |
3160 | wait(0.20) | |
3161 | local myloc2 = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame | |
3162 | wait(0.20) | |
3163 | game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = myloc1 | |
3164 | wait(0.20) | |
3165 | game:GetService'Players':Chat(("tp "..plyr1.." me")) | |
3166 | wait(0.20) | |
3167 | game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = myloc2 | |
3168 | game:GetService'Players':Chat(("vis me")) | |
3169 | end | |
3170 | ||
3171 | if string.sub(msg, 1, 7) == ":random" then | |
3172 | local xvalue = math.random(-495,495) | |
3173 | local zvalue = math.random(-495,495) | |
3174 | local plrname = string.sub(msg, 9) | |
3175 | local myloc = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame | |
3176 | wait(0.125) | |
3177 | game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(xvalue, 3, zvalue)) | |
3178 | wait(0.25) | |
3179 | game:GetService'Players':Chat(("tp "..plrname.." me")) | |
3180 | wait(0.25) | |
3181 | game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = myloc | |
3182 | end | |
3183 | ||
3184 | if string.sub(msg, 1, 6) == ":throw" then | |
3185 | local plrname = string.sub(msg, 8) | |
3186 | game:GetService'Players':Chat(("fling "..plrname)) | |
3187 | end | |
3188 | ||
3189 | if msg == ":sky" then | |
3190 | game:GetService'Players':Chat(("gear me 212641536")) | |
3191 | wait(0.125) | |
3192 | game:GetService'Players':Chat(("fly me")) | |
3193 | for i = 1,10 do | |
3194 | game:GetService'Players':Chat(("skydive me")) | |
3195 | end | |
3196 | wait(0.125) | |
3197 | game:GetService'Players':Chat(("jail me")) | |
3198 | wait(0.25) | |
3199 | game:GetService'Players':Chat(("unfly me")) | |
3200 | wait(0.5) | |
3201 | game:GetService'Players':Chat(("jail me")) | |
3202 | ||
3203 | end | |
3204 | ||
3205 | if string.sub(msg, 1, 7) == ":acolor" then | |
3206 | acolor = true | |
3207 | bcolor = false | |
3208 | ccolor = false | |
3209 | rhell = false | |
3210 | clors(msg) | |
3211 | end | |
3212 | ||
3213 | if string.sub(msg, 1, 7) == ":bcolor" then | |
3214 | bcolor = true | |
3215 | acolor = false | |
3216 | ccolor = false | |
3217 | rhell = false | |
3218 | clors(msg) | |
3219 | end | |
3220 | ||
3221 | if string.sub(msg, 1, 7) == ":ccolor" then | |
3222 | ccolor = true | |
3223 | acolor = false | |
3224 | bcolor = false | |
3225 | rhell = false | |
3226 | clors(msg) | |
3227 | end | |
3228 | ||
3229 | if string.sub(msg, 1, 8) == ":redhell" then | |
3230 | rhell = true | |
3231 | ccolor = false | |
3232 | acolor = false | |
3233 | bcolor = false | |
3234 | clors(msg) | |
3235 | end | |
3236 | ||
3237 | if msg == ":rainbow" then | |
3238 | multi = true | |
3239 | rainbow(msg) | |
3240 | end | |
3241 | ||
3242 | if msg == ":map" then | |
3243 | wait(0.25) | |
3244 | game:GetService'Players':Chat(("sit me")) | |
3245 | wait(1.25) | |
3246 | game:GetService'Players':Chat(("punish me")) | |
3247 | wait(1.25) | |
3248 | game:GetService'Players':Chat(("unpunish me")) | |
3249 | end | |
3250 | if string.sub(msg, 1, 6) == ":regen" then | |
3251 | regen() | |
3252 | end | |
3253 | ||
3254 | if msg == ":Stop" then | |
3255 | stop = true | |
3256 | Stop(msg) | |
3257 | ||
3258 | end | |
3259 | ||
3260 | if msg == ":Go" then | |
3261 | stop = false | |
3262 | wait(0.25) | |
3263 | game:GetService'Players':Chat(("speed all 16")) | |
3264 | game:GetService'Players':Chat(("grav all")) | |
3265 | game:GetService'Players':Chat(("fix")) | |
3266 | end | |
3267 | ||
3268 | ||
3269 | if msg == ":loadout 1" then | |
3270 | game:GetService'Players':Chat(("normal me")) | |
3271 | game:GetService'Players':Chat(("ff me")) | |
3272 | game:GetService'Players':Chat(("fly me")) | |
3273 | ||
3274 | end | |
3275 | ||
3276 | if string.sub(msg, 1, 5) == ":snap" then | |
3277 | local plrname = string.sub(msg, 7) | |
3278 | game:GetService'Players':Chat(("music 862198133")) | |
3279 | wait(2.50) | |
3280 | game:GetService'Players':Chat(("speed "..plrname.." inf")) | |
3281 | wait(0.125) | |
3282 | game:GetService'Players':Chat(("music ")) | |
3283 | end | |
3284 | ||
3285 | if msg == ":ls" then | |
3286 | game:GetService'Players':Chat(("logs")) | |
3287 | end | |
3288 | ||
3289 | if msg == ":ms" then | |
3290 | local rlog = math.random(1,5) | |
3291 | ||
3292 | if rlog == 1 then | |
3293 | for i = 1,100 do | |
3294 | game:GetService'Players':Chat(("ff use your own stuff")) | |
3295 | end | |
3296 | end | |
3297 | ||
3298 | if rlog == 2 then | |
3299 | for i = 1,100 do | |
3300 | game:GetService'Players':Chat(("ff stop looking :/")) | |
3301 | end | |
3302 | end | |
3303 | ||
3304 | if rlog == 3 then | |
3305 | for i = 1,100 do | |
3306 | game:GetService'Players':Chat(("ff viewing logs I see")) | |
3307 | end | |
3308 | end | |
3309 | ||
3310 | if rlog == 4 then | |
3311 | for i = 1,100 do | |
3312 | game:GetService'Players':Chat(("ff no stealing please")) | |
3313 | end | |
3314 | end | |
3315 | ||
3316 | if rlog == 5 then | |
3317 | for i = 1,100 do | |
3318 | game:GetService'Players':Chat(("ff checking logs I see")) | |
3319 | end | |
3320 | end | |
3321 | ||
3322 | end | |
3323 | ||
3324 | if string.sub(msg, 1) == ":rejoin" then | |
3325 | rjn() | |
3326 | game:GetService("TeleportService"):Teleport(game.PlaceId, playur) | |
3327 | end | |
3328 | ||
3329 | if msg == ":unblindable" then | |
3330 | unblindable() | |
3331 | end | |
3332 | ||
3333 | if msg == ":zawarudo" then | |
3334 | game.Players:Chat("music 304787933") | |
3335 | wait(2) | |
3336 | game.Players:Chat("freeze others") | |
3337 | game.Players:Chat("ambient 0 63.75 0") | |
3338 | wait(.25) | |
3339 | game.Players:Chat("ambient 0 127.5 0") | |
3340 | wait(.25) | |
3341 | game.Players:Chat("ambient 0 191.25 0") | |
3342 | wait(.25) | |
3343 | game.Players:Chat("ambient 0 255 0") | |
3344 | wait(.25) | |
3345 | game.Players:Chat("stopmusic") | |
3346 | wait(1.5) | |
3347 | game.Players:Chat("music 384043882") | |
3348 | for i = 1,20 do | |
3349 | game.Players:Chat("freeze others") | |
3350 | game.Players:Chat("ambient 0 255 0") | |
3351 | wait(.5) | |
3352 | end | |
3353 | game.Players:Chat("music 676242549") | |
3354 | wait(2.5) | |
3355 | game.Players:Chat("stopmusic") | |
3356 | game.Players:Chat("thaw others") | |
3357 | game.Players:Chat("ambient 0 255 0") | |
3358 | wait(.25) | |
3359 | game.Players:Chat("ambient 0 191.25 0") | |
3360 | wait(.25) | |
3361 | game.Players:Chat("ambient 0 127.5 0") | |
3362 | wait(.25) | |
3363 | game.Players:Chat("ambient 0 63.75 0") | |
3364 | end | |
3365 | ||
3366 | if msg == ":purge" then | |
3367 | game.Players:Chat("music 232554097") | |
3368 | game.Players:Chat("fogend 150") | |
3369 | game.Players:Chat("time 2") | |
3370 | game.Players:Chat("fogcolor 0 0 0") | |
3371 | game.Players:Chat("brightness 5") | |
3372 | end | |
3373 | ||
3374 | -- Gear Commands | |
3375 | ||
3376 | if string.sub(msg, 1, 13) == ":g hyperlaser" then | |
3377 | local plrname = string.sub(msg, 15) | |
3378 | for i = 1,amn do | |
3379 | game:GetService'Players':Chat(("gear "..plrname.." 130113146")) | |
3380 | end | |
3381 | end | |
3382 | ||
3383 | if string.sub(msg, 1, 7) == ":g mine" then | |
3384 | local plrname = string.sub(msg, 9) | |
3385 | for i = 1,amn do | |
3386 | game:GetService'Players':Chat(("gear "..plrname.." 33383241")) | |
3387 | end | |
3388 | end | |
3389 | ||
3390 | if string.sub(msg, 1, 6) == ":g dsd" then | |
3391 | local plrname = string.sub(msg, 8) | |
3392 | for i = 1,amn do | |
3393 | game:GetService'Players':Chat(("gear "..plrname.." 71037101")) | |
3394 | end | |
3395 | end | |
3396 | ||
3397 | if string.sub(msg, 1, 11) == ":g cresendo" then | |
3398 | local plrname = string.sub(msg, 13) | |
3399 | for i = 1,amn do | |
3400 | game:GetService'Players':Chat(("gear "..plrname.." 94794774")) | |
3401 | end | |
3402 | end | |
3403 | ||
3404 | if string.sub(msg, 1, 10) == ":g rainbow" then | |
3405 | local plrname = string.sub(msg, 12) | |
3406 | for i = 1,amn do | |
3407 | game:GetService'Players':Chat(("gear "..plrname.." 159229806")) | |
3408 | end | |
3409 | end | |
3410 | ||
3411 | if string.sub(msg, 1, 8) == ":g ivory" then | |
3412 | local plrname = string.sub(msg, 10) | |
3413 | for i = 1,amn do | |
3414 | game:GetService'Players':Chat(("gear "..plrname.." 108158379")) | |
3415 | end | |
3416 | end | |
3417 | ||
3418 | if string.sub(msg, 1, 8) == ":g azure" then | |
3419 | local plrname = string.sub(msg, 10) | |
3420 | for i = 1,amn do | |
3421 | game:GetService'Players':Chat(("gear "..plrname.." 69499437")) | |
3422 | end | |
3423 | end | |
3424 | ||
3425 | if string.sub(msg, 1, 10) == ":g crimson" then | |
3426 | local plrname = string.sub(msg, 12) | |
3427 | for i = 1,amn do | |
3428 | game:GetService'Players':Chat(("gear "..plrname.." 99119240")) | |
3429 | end | |
3430 | end | |
3431 | ||
3432 | if string.sub(msg, 1, 13) == ":g chartreuse" then | |
3433 | local plrname = string.sub(msg, 15) | |
3434 | for i = 1,amn do | |
3435 | game:GetService'Players':Chat(("gear "..plrname.." 80661504")) | |
3436 | end | |
3437 | end | |
3438 | ||
3439 | if string.sub(msg, 1, 11) == ":g amethyst" then | |
3440 | local plrname = string.sub(msg, 13) | |
3441 | for i = 1,amn do | |
3442 | game:GetService'Players':Chat(("gear "..plrname.." 93136802")) | |
3443 | end | |
3444 | end | |
3445 | ||
3446 | if string.sub(msg, 1, 7) == ":g noir" then | |
3447 | local plrname = string.sub(msg, 9) | |
3448 | for i = 1,amn do | |
3449 | game:GetService'Players':Chat(("gear "..plrname.." 120307951")) | |
3450 | end | |
3451 | end | |
3452 | ||
3453 | if string.sub(msg, 1, 11) == ":g grimgold" then | |
3454 | local plrname = string.sub(msg, 13) | |
3455 | for i = 1,amn do | |
3456 | game:GetService'Players':Chat(("gear "..plrname.." 73829193")) | |
3457 | end | |
3458 | end | |
3459 | ||
3460 | if string.sub(msg, 1, 15) == ":g sledgehammer" then | |
3461 | local plrname = string.sub(msg, 17) | |
3462 | for i = 1,amn do | |
3463 | game:GetService'Players':Chat(("gear "..plrname.." 45177979")) | |
3464 | end | |
3465 | end | |
3466 | ||
3467 | if string.sub(msg, 1, 9) == ":g carpet" then | |
3468 | local plrname = string.sub(msg, 11) | |
3469 | for i = 1,amn do | |
3470 | game:GetService'Players':Chat(("gear "..plrname.." 225921000")) | |
3471 | end | |
3472 | end | |
3473 | ||
3474 | if string.sub(msg, 1, 16) == ":g dualdarkheart" then | |
3475 | local plrname = string.sub(msg, 18) | |
3476 | for i = 1,amn do | |
3477 | game:GetService'Players':Chat(("gear "..plrname.." 108149175")) | |
3478 | end | |
3479 | end | |
3480 | ||
3481 | if string.sub(msg, 1, 12) == ":g darkheart" then | |
3482 | local plrname = string.sub(msg, 14) | |
3483 | for i = 1,amn do | |
3484 | game:GetService'Players':Chat(("gear "..plrname.." 16895215")) | |
3485 | end | |
3486 | end | |
3487 | ||
3488 | if string.sub(msg, 1, 15) == ":g dualillumina" then | |
3489 | local plrname = string.sub(msg, 17) | |
3490 | for i = 1,amn do | |
3491 | game:GetService'Players':Chat(("gear "..plrname.." 101191388")) | |
3492 | end | |
3493 | end | |
3494 | ||
3495 | if string.sub(msg, 1, 11) == ":g illumina" then | |
3496 | local plrname = string.sub(msg, 13) | |
3497 | for i = 1,amn do | |
3498 | game:GetService'Players':Chat(("gear "..plrname.." 16641274")) | |
3499 | end | |
3500 | end | |
3501 | ||
3502 | if string.sub(msg, 1, 8) == ":g tommy" then | |
3503 | local plrname = string.sub(msg, 10) | |
3504 | for i = 1,amn do | |
3505 | game:GetService'Players':Chat(("gear "..plrname.." 116693764")) | |
3506 | end | |
3507 | end | |
3508 | ||
3509 | if string.sub(msg, 1, 5) == ":g M1" then | |
3510 | local plrname = string.sub(msg, 7) | |
3511 | for i = 1,amn do | |
3512 | game:GetService'Players':Chat(("gear "..plrname.." 130113146")) | |
3513 | end | |
3514 | end | |
3515 | ||
3516 | if string.sub(msg, 1, 8) == ":g luger" then | |
3517 | local plrname = string.sub(msg, 10) | |
3518 | for i = 1,amn do | |
3519 | game:GetService'Players':Chat(("gear "..plrname.." 95354288")) | |
3520 | end | |
3521 | end | |
3522 | ||
3523 | if string.sub(msg, 1, 11) == ":g mauser" then | |
3524 | local plrname = string.sub(msg, 13) | |
3525 | for i = 1,amn do | |
3526 | game:GetService'Players':Chat(("gear "..plrname.." 97885552")) | |
3527 | end | |
3528 | end | |
3529 | ||
3530 | if string.sub(msg, 1, 11) == ":g revolver" then | |
3531 | local plrname = string.sub(msg, 13) | |
3532 | for i = 1,amn do | |
3533 | game:GetService'Players':Chat(("gear "..plrname.." 97885508")) | |
3534 | end | |
3535 | end | |
3536 | ||
3537 | if string.sub(msg, 1, 7) == ":g whip" then | |
3538 | local plrname = string.sub(msg, 9) | |
3539 | for i = 1,amn do | |
3540 | game:GetService'Players':Chat(("gear "..plrname.." 255800146")) | |
3541 | end | |
3542 | end | |
3543 | ||
3544 | if string.sub(msg, 1, 10) == ":g jetpack" then | |
3545 | local plrname = string.sub(msg, 12) | |
3546 | for i = 1,amn do | |
3547 | game:GetService'Players':Chat(("gear "..plrname.." 31314966")) | |
3548 | end | |
3549 | end | |
3550 | ||
3551 | if string.sub(msg, 1, 9) == ":g katana" then | |
3552 | local plrname = string.sub(msg, 11) | |
3553 | for i = 1,amn do | |
3554 | game:GetService'Players':Chat(("gear "..plrname.." 11453385")) | |
3555 | end | |
3556 | end | |
3557 | ||
3558 | if string.sub(msg, 1, 8) == ":g chaos" then | |
3559 | local plrname = string.sub(msg, 10) | |
3560 | for i = 1,amn do | |
3561 | game:GetService'Players':Chat(("gear "..plrname.." 93136746")) | |
3562 | end | |
3563 | end | |
3564 | ||
3565 | if string.sub(msg, 1, 7) == ":g lock" then | |
3566 | local plrname = string.sub(msg, 9) | |
3567 | for i = 1,amn do | |
3568 | game:GetService'Players':Chat(("gear "..plrname.." 82357101")) | |
3569 | end | |
3570 | end | |
3571 | ||
3572 | if string.sub(msg, 1, 5) == ":g ld" then | |
3573 | local plrname = string.sub(msg, 7) | |
3574 | for i = 1,amn do | |
3575 | game:GetService'Players':Chat(("gear "..plrname.." 77443461")) | |
3576 | game:GetService'Players':Chat(("gear "..plrname.." 77443491")) | |
3577 | end | |
3578 | end | |
3579 | ||
3580 | if string.sub(msg, 1, 8) == ":g light" then | |
3581 | local plrname = string.sub(msg, 10) | |
3582 | for i = 1,amn do | |
3583 | game:GetService'Players':Chat(("gear "..plrname.." 77443461")) | |
3584 | end | |
3585 | end | |
3586 | ||
3587 | if string.sub(msg, 1, 7) == ":g dark" then | |
3588 | local plrname = string.sub(msg, 9) | |
3589 | for i = 1,amn do | |
3590 | game:GetService'Players':Chat(("gear "..plrname.." 77443491")) | |
3591 | end | |
3592 | end | |
3593 | ||
3594 | -- middle spawn -41, 3.70000005, -25.5899963 | |
3595 | -- left spawn -29, 3.70000005, -25.5900116 | |
3596 | -- right spawn -52.9998322, 3.70000005, -25.5902348 | |
3597 | -- house -28.1114655, 8.22999954, 73.5093384 | |
3598 | -- top of house -30.1221466, 41.8300018, 49.8780518 | |
3599 | -- admin pads -14.3406286, 10.6300001, 93.9855042 | |
3600 | -- end of the obby -41.3802643, 4.86999989, 37.7844849 | |
3601 | -- pos = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame print(pos) find pos | |
3602 | end) |