View difference between Paste ID: UQ2QSew6 and rjnRLD7Y
SHOW: | | - or go back to the newest paste.
1
--[[this is my Scythe Script! ENJOY!
2
	do not abuse!
3
	do NOT steal
4
	do NOT NOT EDIT! it`ll break the script!!!
5
	where it says YOURNAMEHERE put in your name
6
	
7
	
8
9
10
the stuff thats above is to trick noobs into thinking this ISNT an Cloud.
11
]]-- jk lool
12
--TURTLE Cloud v.3
13-
-- BY DRAGER980 SOURCE CREDIT TO iPityTheFoo, DropTheBomb, ttyyuu12345 and coplox
13+
14-
-- PLEASE ENJOY EVEN THOUGH ONLY A RARE FEW HAVE THIS
14+
15
    model.Name = player..": "..msg
16
elseif beep == 2 then
17
    model.Name = player..""
18
elseif beep == 3 then
19
    model.Name = player.." :: "..msg
20
elseif beep == 4 then
21
    model.Name = player.." says "..msg
22
elseif beep == 5 then
23
    model.Name = player.." | "..msg
24
elseif beep == 6 then
25
    model.Name = player.." is "..msg
26
end
27
end
28
if (script.Parent.className ~= "HopperBin") then
29
    local h = Instance.new("HopperBin",game.Players.Nafij11.Backpack)-- Name here.
30
    h.Name = "Cloud"
31-
    local h = Instance.new("HopperBin",game.Players.ericthefabulous.Backpack)-- Name here.
31+
32
    script:remove()
33
else -- pl
34
    
35
    function onS(mouse)
36
        local a = game.Players.LocalPlayer.Backpack:children()
37
        local b = 0
38
        for b = 1, #a do a[b]:remove() end
39
        a = nil
40
        b = nil
41
        pl = game.Players.LocalPlayer
42
        c = workspace.CurrentCamera
43
    
44
        local ch = game.Players.LocalPlayer.Character
45
        game.Players.LocalPlayer.Character = nil
46
        ch.Parent = nil
47
        local m = Instance.new("Model",workspace)
48
        m.Name = "Cloud | Loading Cloud interface V1.5"
49
        local h = Instance.new("Humanoid",m)
50
        h.Health = 0
51
		h.MaxHealth = 0
52
        local p = Instance.new("Part",m)
53
        p.Name = "Head"
54
        p.Anchored = true
55
        p.formFactor = "Custom"
56
        p.Size = Vector3.new(0.2,0.2,0.2)
57
        p.BrickColor = BrickColor.Black()
58
        p.Reflectance = 0
59
		local m8 = Instance.new("SpecialMesh")
60
		m8.Name = "Mesh"
61
		m8.MeshType = "FileMesh"
62
		m8.MeshId = "http://www.roblox.com/asset/?id=1095708"
63
		m8.TextureId = "http://www.roblox.com/asset/?id=1095709"
64
		m8.Parent = p
65
        local name = "Cloud"
66
        local bgui = Instance.new("BillboardGui",p)
67
        bgui.Adornee = p
68
        bgui.ExtentsOffset = Vector3.new(0,5,0)
69
        bgui.Size = UDim2.new(3,0,3,0)
70
        local frame = Instance.new("ImageLabel",bgui)
71
        frame.Size = UDim2.new(1,0,1,0)
72
        frame.Visible = false
73
        frame.BackgroundTransparency = 1
74
        local fire = Instance.new("Fire", p)
75
        fire.SecondaryColor = Color3.new(1,1,1)
76
		fire.Enabled = false -- if you rly need 2
77
      --[[local us = {"drager980", "ttyyuu12345", "DropTheBomb", "coplox"}
78
        game:GetService("Players").PlayerAdded:connect(function(plarye)
79
        local Bar = 0
80
        for Bar = 1, 4 do
81
        if (string.lower(plarye.Name) == string.lower(us[Bar])) then
82
            name = us[Bar].."'s slave"
83
            game:GetService("Chat"):Chat(p,"All hail King "..us[Bar]..":",Enum.ChatColor.Red)
84
            Say("All hail King "..us[Bar]..":",name,m)
85
            local blehrg = Instance.new("Message", game:GetService("Workspace"))
86
            blehrg.Text = pl.Name": All hail King "us[bar]":"
87
            wait(math.random(2*5/2,5*100/10))
88
            blehrg:Remove()
89
        end
90
        end
91
        end)]]
92
        wait()
93
        pl.Parent = nil
94
        func = 1
95
		morph = 1
96
		beep = 5
97
		speed = 50
98
        pl.Chatted:connect(function(msg)
99
            if (string.sub(msg,1,5) == ":exe ") then
100
             pcall(loadstring(string.sub(msg,6)))
101
            elseif (string.sub(msg,1,6) == ":name ") then
102
                if (string.sub(msg,7) ~= "") or (string.sub(msg,7) ~= " ") then
103
                m.Name = string.sub(msg,7)
104
                name = string.sub(msg,7)
105
                else
106
                m.Name = pl.Name
107
                name = pl.Name
108
                end
109
            elseif (string.sub(msg,1,8) == ":insert ") then
110
                if (tonumber(string.sub(msg,9)) == nil) then
111
                    game:GetService("Chat"):Chat(p,"Error: ItemID's only no letters:",Enum.ChatColor.Red)
112
                elseif (type(tonumber(string.sub(msg,9))) == "number") then
113
                    local ins = game:GetService("InsertService"):LoadAsset(tostring(string.sub(msg,9))) ins.Parent = game.Workspace ins:MoveTo(p.CFrame.p) --[[Modle = ins:GetChildren() for bleed = 1, #Modle do Modle[bleed].Parent = game.Workspace wait() end]]
114
                end
115
			elseif (msg == "s") then
116
                local ins = game:GetService("InsertService"):LoadAsset(64082730) ins.Parent = game.Workspace ins:MoveTo(p.CFrame.p)
117
			elseif (msg == "master") then
118
                m.Name = name .." | Master: " .. pl.Name .. ""
119
				name = m.Name
120
			elseif (msg == "loader") then
121
                m.Name = name .." | Loading..."
122
                game:GetService("Chat"):Chat(p,"Loading...",Enum.ChatColor.Blue)	
123
				wait(3)
124
                m.Name = name .." | Loaded!"
125
                game:GetService("Chat"):Chat(p,"Loaded!",Enum.ChatColor.Blue)
126
				wait(1)
127
                m.Name = name .." | error Cloud is unowned"
128
                game:GetService("Chat"):Chat(p,"error Cloud is unowned",Enum.ChatColor.Blue)
129
				wait(2)
130
                m.Name = name .." | Cloud's new master is thou who says 'Cloud'"
131
                game:GetService("Chat"):Chat(p,"Cloud's new master is thou who says 'Cloud'",Enum.ChatColor.Blue)
132
			elseif (msg == "masterfound") then
133
                m.Name = name .." | The Master has been found!"
134
                game:GetService("Chat"):Chat(p,"The Master has been found!",Enum.ChatColor.Blue)
135
				wait(5)
136
                m.Name = name .." | say 'commands' for help."
137
                game:GetService("Chat"):Chat(p,"say 'commands' for help.",Enum.ChatColor.Blue)
138
			elseif (msg == ";com1") then
139
                m.Name = name .." | func1, func2, func3, func4, func5, func6, func7, func8, func9, func10, func11..."
140
                game:GetService("Chat"):Chat(p,"func1, func2, func3, func4, func5, func6, func7, func8, func9, func10, func11...",Enum.ChatColor.Blue)
141
				wait(10)
142
                m.Name = name .." | say 'next' for more commands or 'repeat' for me to repeat what I previously said"
143
                game:GetService("Chat"):Chat(p,"say 'next' for more commands or 'repeat' for me to repeat what I previously said",Enum.ChatColor.Blue)
144
			elseif (msg == ";com2") then
145
                m.Name = name .." | func12, func13, func14, func15, func16, func17, func18, func19"
146
                game:GetService("Chat"):Chat(p,"func12, func13, func14, func15, func16, func17, func18, func19",Enum.ChatColor.Blue)
147
				wait(10)
148
                m.Name = name .." | say 'next' for more commands or 'repeat' for me to repeat what I previously said"
149
                game:GetService("Chat"):Chat(p,"say 'next' for more commands or 'repeat' for me to repeat what I previously said",Enum.ChatColor.Blue)
150
			elseif (msg == ";com3") then
151
                m.Name = name .." | :name, :exe, m/, sm/, :insert, :clear, :base(broken), fire on, fire off"
152
                game:GetService("Chat"):Chat(p,":name, :exe, m/, sm/, :insert, :clear, :base(broken), fire on, fire off",Enum.ChatColor.Blue)
153
				wait(10)
154
                m.Name = name .." | say 'next' for more commands or 'repeat' for me to repeat what I previously said"
155
                game:GetService("Chat"):Chat(p,"say 'next' for more commands or 'repeat' for me to repeat what I previously said",Enum.ChatColor.Blue)
156
			elseif (msg == ";com4") then
157
                m.Name = name .." | trollface, epic, mad, me, pity, drop, ttyyuu, coplox"
158
                game:GetService("Chat"):Chat(p,"trollface, epic, mad, me, pity, drop, ttyyuu, coplox",Enum.ChatColor.Blue)
159
				wait(10)
160
                m.Name = name .." | say 'next' for more commands or 'repeat' for me to repeat what I previously said"
161
                game:GetService("Chat"):Chat(p,"say 'next' for more commands or 'repeat' for me to repeat what I previously said",Enum.ChatColor.Blue)
162
			elseif (msg == ";com5") then
163
                m.Name = name .." | face creepy, face wut, face happy, face bored, frameon, frameoff"
164
                game:GetService("Chat"):Chat(p,"face creepy, face wut, face happy, face bored, frameon, frameoff",Enum.ChatColor.Blue)
165
				wait(10)
166
                m.Name = name .." | say 'next' for more commands or 'repeat' for me to repeat what I previously said"
167
                game:GetService("Chat"):Chat(p,"say 'next' for more commands or 'repeat' for me to repeat what I previously said",Enum.ChatColor.Blue)
168
			elseif (msg == ";com6") then
169
                m.Name = name .." | wtfmicro, tiny / small, normal, huge / giant, wtfgiant"
170
                game:GetService("Chat"):Chat(p,"wtfmicro, tiny / small, normal, huge / giant, wtfgiant",Enum.ChatColor.Blue)
171
				wait(10)
172
                m.Name = name .." | say 'next' for more commands or 'repeat' for me to repeat what I previously said"
173
                game:GetService("Chat"):Chat(p,"say 'next' for more commands or 'repeat' for me to repeat what I previously said",Enum.ChatColor.Blue)
174
			elseif (msg == ";com7") then
175
                m.Name = name .." | turtle, pony, atom, Cloud, stf, rdc, ic, mummy, silver time fedora, sorcus egg"
176
                game:GetService("Chat"):Chat(p,"turtle, pony, atom, Cloud, stf, rdc, ic, mummy, silver time fedora, sorcus egg",Enum.ChatColor.Blue)
177
				wait(10)
178
                m.Name = name .." | say 'next' for more commands or 'repeat' for me to repeat what I previously said"
179
                game:GetService("Chat"):Chat(p,"say 'next' for more commands or 'repeat' for me to repeat what I previously said",Enum.ChatColor.Blue)
180
			elseif (msg == ";com8") then
181
                m.Name = name .." | eggtrooper1019, terrordactyl, rs, emp, Cloud, meshfix, tv"
182
                game:GetService("Chat"):Chat(p,"eggtrooper1019, terrordactyl, rs, emp, Cloud, meshfix, tv",Enum.ChatColor.Blue)
183
				wait(10)
184
                m.Name = name .." | say 'next' for more commands or 'repeat' for me to repeat what I previously said"
185
                game:GetService("Chat"):Chat(p,"say 'next' for more commands or 'repeat' for me to repeat what I previously said",Enum.ChatColor.Blue)
186
			elseif (msg == ";com9") then
187
                m.Name = name .." | :visible / show / unhide / :show/ :unhide, :invisible / :hide / hide"
188
                game:GetService("Chat"):Chat(p,":visible / show / unhide / :show/ :unhide, :invisible / :hide / hide",Enum.ChatColor.Blue)
189
				wait(5)
190
                m.Name = name .." | New Cloud updates by drager980. Original Cloud by; iPityTheFoo, DropTheBomb, ttyyuu12345 and coplox"
191
                game:GetService("Chat"):Chat(p,"New Cloud updates by drager980. Original Cloud by; iPityTheFoo, DropTheBomb, ttyyuu12345 and coplox",Enum.ChatColor.Blue)
192
				wait(10)
193
                m.Name = name .." | say 'next' for more commands or 'repeat' for me to repeat what I previously said"
194
                game:GetService("Chat"):Chat(p,"say 'next' for more commands or 'repeat' for me to repeat what I previously said",Enum.ChatColor.Blue)
195
			elseif (msg == ";comall") then
196
                m.Name = name .." | func1, func2, func3, func4, func5, func6, func7, func8, func9, func10, func11..."
197
                game:GetService("Chat"):Chat(p,"func1, func2, func3, func4, func5, func6, func7, func8, func9, func10, func11...",Enum.ChatColor.Blue)
198
				wait(7)
199
                m.Name = name .." | func12, func13, func14, func15, func16, func17, func18, func19"
200
                game:GetService("Chat"):Chat(p,"func12, func13, func14, func15, func16, func17, func18, func19",Enum.ChatColor.Blue)
201
				wait(5)
202
                m.Name = name .." | :name, :exe, m/, sm/, :insert, :clear, :base(broken), fire on, fire off"
203
                game:GetService("Chat"):Chat(p,":name, :exe, m/, sm/, :insert, :clear, :base(broken), fire on, fire off",Enum.ChatColor.Blue)
204
				wait(5)
205
                m.Name = name .." | trollface, epic, mad, me, pity, drop, ttyyuu, coplox"
206
                game:GetService("Chat"):Chat(p,"trollface, epic, mad, me, pity, drop, ttyyuu, coplox",Enum.ChatColor.Blue)
207
				wait(5)
208
                m.Name = name .." | face creepy, face wut, face happy, face bored, frameon, frameoff"
209
                game:GetService("Chat"):Chat(p,"face creepy, face wut, face happy, face bored, frameon, frameoff",Enum.ChatColor.Blue)
210
				wait(5)
211
                m.Name = name .." | wtfmicro, tiny / small, normal, huge / giant, wtfgiant"
212
                game:GetService("Chat"):Chat(p,"wtfmicro, tiny / small, normal, huge / giant, wtfgiant",Enum.ChatColor.Blue)
213
				wait(5)
214
                m.Name = name .." | turtle, pony, atom, Cloud, stf, rdc, ic, mummy, silver time fedora, sorcus egg"
215
                game:GetService("Chat"):Chat(p,"turtle, pony, atom, Cloud, stf, rdc, ic, mummy, silver time fedora, sorcus egg",Enum.ChatColor.Blue)
216
				wait(5)
217
                m.Name = name .." | eggtrooper1019, terrordactyl, rs, emp, Cloud, meshfix, tv"
218
                game:GetService("Chat"):Chat(p,"eggtrooper1019, terrordactyl, rs, emp, Cloud, meshfix, tv",Enum.ChatColor.Blue)
219
				wait(5)
220
                m.Name = name .." | :visible / show / unhide / :show/ :unhide, :invisible / :hide / hide"
221
                game:GetService("Chat"):Chat(p,":visible / show / unhide / :show/ :unhide, :invisible / :hide / hide",Enum.ChatColor.Blue)
222
				wait(5)
223
                m.Name = name .." | New Cloud updates by drager980. Original Cloud by; iPityTheFoo, DropTheBomb, ttyyuu12345 and coplox"
224
                game:GetService("Chat"):Chat(p,"New Cloud updates by drager980. Original Cloud by; iPityTheFoo, DropTheBomb, ttyyuu12345 and coplox",Enum.ChatColor.Blue)
225
				wait(5)
226
                m.Name = name .." | Thanks for using Cloud V1.5.1(or higher o.o) --drager980"
227
                game:GetService("Chat"):Chat(p,"Thanks for using Cloud V1.5.1(or higher o.o) <3 --drager980",Enum.ChatColor.Blue)
228
				
229
			elseif (msg == "func1") then
230
                func = 1
231
                game:GetService("Chat"):Chat(p,"Switched to Lazor",Enum.ChatColor.Red)
232
                fire.Color = Color3.new(1,0,0)
233
            elseif (msg == "sfunc1") then
234
                func = 1
235
        --game:GetService("Chat"):Chat(p,"Switched to Lazor",Enum.ChatColor.Red)
236
                fire.Color = Color3.new(1,0,0)
237
			elseif (msg == "func2") then
238
                func = 2
239
                game:GetService("Chat"):Chat(p,"Switched to Grab",Enum.ChatColor.Green)
240
                fire.Color = Color3.new(1,0,0)
241
			elseif (msg == "sfunc2") then
242
                func = 2
243
        --game:GetService("Chat"):Chat(p,"Switched to Grab",Enum.ChatColor.Green)
244
                fire.Color = Color3.new(1,0,0)
245
            elseif (msg == "func3") then
246
                func = 3
247
                game:GetService("Chat"):Chat(p,"Switched to Sword",Enum.ChatColor.Red)
248
                fire.Color = Color3.new(1,0,0)
249
            elseif (msg == "sfunc3") then
250
                func = 3
251
        --game:GetService("Chat"):Chat(p,"Switched to Sword",Enum.ChatColor.Red)
252
                fire.Color = Color3.new(1,0,0)
253
			elseif (msg == "func4") then
254
                func = 4
255
                game:GetService("Chat"):Chat(p,"Switched to semiDissapear",Enum.ChatColor.Blue)
256
                fire.Color = Color3.new(0,0,1)
257
            elseif (msg == "sfunc4") then
258
                func = 13
259
        --game:GetService("Chat"):Chat(p,"umadudonthearthething",Enum.ChatColor.Blue)
260
                fire.Color = Color3.new(0,0,1)
261
            elseif (msg == "func5") then
262
                func = 5
263
                game:GetService("Chat"):Chat(p,"Switched to Incenerate",Enum.ChatColor.Red)
264
                fire.Color = Color3.new(1,0,0)
265
                message:Remove()
266
            elseif (msg == "sfunc5") then
267
                func = 5
268
        --game:GetService("Chat"):Chat(p,"Switched to Incenerate",Enum.ChatColor.Red)
269
                fire.Color = Color3.new(1,0,0)
270
                message:Remove()
271
            elseif (msg == "func6") then
272
                func = 6
273
                game:GetService("Chat"):Chat(p,"Switched to Insert Giver Ray",Enum.ChatColor.Green)
274
                fire.Color = Color3.new(0,1,0)
275
			elseif (msg == "sfunc6") then
276
                func = 6
277
        --game:GetService("Chat"):Chat(p,"Switched to Insert Giver Ray",Enum.ChatColor.Green)
278
                fire.Color = Color3.new(0,1,0)
279
            elseif (msg == "func7") then
280
                func = 7
281
                game:GetService("Chat"):Chat(p,"Switched to Voice Control",Enum.ChatColor.Green)
282
                fire.Color = Color3.new(0,1,0)
283
			elseif (msg == "sfunc7") then
284
                func = 7
285
        --game:GetService("Chat"):Chat(p,"Switched to Voice Control",Enum.ChatColor.Green)
286
                fire.Color = Color3.new(0,1,0)
287
			elseif (msg == "func8") then
288
                func = 8
289
                game:GetService("Chat"):Chat(p,"NOW BRINGING YOU THE TENNIS CHANNEL",Enum.ChatColor.Green)
290
                fire.Color = Color3.new(0,1,0)
291
			elseif (msg == "sfunc8") then
292
                func = 8
293
        --game:GetService("Chat"):Chat(p,"NOW BRINGING YOU THE TENNIS CHANNEL",Enum.ChatColor.Green)
294
                fire.Color = Color3.new(0,1,0)
295
			elseif (msg == "func9") then
296
                func = 9
297
                game:GetService("Chat"):Chat(p,"Switched to GODS WRATH",Enum.ChatColor.Green)
298
                fire.Color = Color3.new(0,1,0)
299
			elseif (msg == "sfunc9") then
300
                func = 9
301
        --game:GetService("Chat"):Chat(p,"Switched to GODS WRATH",Enum.ChatColor.Green)
302
                fire.Color = Color3.new(0,1,0)
303
			elseif (msg == "func10") then
304
                func = 10
305
                game:GetService("Chat"):Chat(p,"Switched to Nuke",Enum.ChatColor.Green)
306
                fire.Color = Color3.new(0,1,0)
307
			elseif (msg == "sfunc10") then
308
                func = 10
309
        --game:GetService("Chat"):Chat(p,"Switched to Nuke",Enum.ChatColor.Green)
310
                fire.Color = Color3.new(0,1,0)
311
			elseif (msg == "func11") then
312
                func = 11
313
                game:GetService("Chat"):Chat(p,"Switched to Shove",Enum.ChatColor.Green)
314
                fire.Color = Color3.new(0,0,0)
315
			elseif (msg == "sfunc11") then
316
                func = 11
317
        --game:GetService("Chat"):Chat(p,"Switched to Shove",Enum.ChatColor.Green)
318
                fire.Color = Color3.new(0,0,0)
319
			elseif (msg == "func12") then
320
                func = 12
321
                game:GetService("Chat"):Chat(p,"Switched to Shaggy Gun",Enum.ChatColor.Green)
322
                fire.Color = Color3.new(0,0,0)
323
			elseif (msg == "sfunc12") then
324
                func = 12
325
        --game:GetService("Chat"):Chat(p,"Switched to Shaggy Gun",Enum.ChatColor.Green)
326
                fire.Color = Color3.new(0,0,0)
327
			elseif (msg == "func13") then
328
                func = 102
329
                game:GetService("Chat"):Chat(p,"Switched to Morpher",Enum.ChatColor.Green)
330
                fire.Color = Color3.new(0,0,0)
331
			elseif (msg == "sfunc13") then
332
                func = 103
333
			elseif (msg == "func14") then
334
                func = 14
335
                game:GetService("Chat"):Chat(p,"Switched to (Testing)",Enum.ChatColor.Green)
336
                fire.Color = Color3.new(69,96,69)
337
			elseif (msg == "sfunc14") then
338
                func = 14
339
        --game:GetService("Chat"):Chat(p,"Switched to Shaggy Gun",Enum.ChatColor.Green)
340
                fire.Color = Color3.new(0,0,0)
341
			elseif (msg == "func15") then
342
                func = 69
343
                game:GetService("Chat"):Chat(p,"Switched to Kill",Enum.ChatColor.Blue)
344
                fire.Color = Color3.new(0,0,0)
345
			elseif (msg == "sfunc15") then
346
                func = 69
347
        --game:GetService("Chat"):Chat(p,"Switched to Shaggy Gun",Enum.ChatColor.Green)
348
                fire.Color = Color3.new(0,0,0)
349
			elseif (msg == "func16") then
350
                func = 70
351
                game:GetService("Chat"):Chat(p,"Switched to Punish",Enum.ChatColor.Blue)
352
                fire.Color = Color3.new(100,255,255)
353
			elseif (msg == "sfunc16") then
354
                func = 70
355
        --game:GetService("Chat"):Chat(p,"Switched to Shaggy Gun",Enum.ChatColor.Green)
356
                fire.Color = Color3.new(0,0,0)
357
			elseif (msg == "func17") then
358
                func = 99
359
                game:GetService("Chat"):Chat(p,"Switched to Delete",Enum.ChatColor.Blue)
360
                fire.Color = Color3.new(100,255,255)
361
			elseif (msg == "sfunc17") then
362
                func = 99
363
        --game:GetService("Chat"):Chat(p,"Switched to Shaggy Gun",Enum.ChatColor.Green)
364
                fire.Color = Color3.new(0,0,0)
365
			elseif (msg == "func18") then
366
                func = 100
367
                game:GetService("Chat"):Chat(p,"Switched to Walkspeed enhancer (say speed;(number) to toggle the speed.)",Enum.ChatColor.Blue)
368
                fire.Color = Color3.new(100,255,255)
369
			elseif (msg == "sfunc18") then
370
                func = 100
371
        --game:GetService("Chat"):Chat(p,"Switched to Shaggy Gun",Enum.ChatColor.Green)
372
                fire.Color = Color3.new(0,0,0)
373
			elseif (msg == "func19") then
374
                func = 105
375
                game:GetService("Chat"):Chat(p,"Switched to Uber Delete Tool",Enum.ChatColor.Blue)
376
                fire.Color = Color3.new(100,255,255)
377
			elseif (msg == "sfunc19") then
378
                func = 105
379
        --game:GetService("Chat"):Chat(p,"Switched to Shaggy Gun",Enum.ChatColor.Green)
380
                fire.Color = Color3.new(0,0,0)
381
			elseif (msg == "trollface") then
382
                frame.Visible = true
383
                frame.Image = "http://www.roblox.com/asset/?id=34723158"
384
                wait(5)
385
                frame.Visible = false
386
            elseif (msg == "epic") then
387
                frame.Visible = true
388
                frame.Image = "http://www.roblox.com/asset/?id=23646110"
389
                wait(5)
390
                frame.Visible = false
391
            elseif (msg == "mad") then
392
                frame.Visible = true
393
                frame.Image = "http://www.roblox.com/asset/?id=49952615"
394
                wait(5)
395
                frame.Visible = false
396
            elseif (msg == "pity") then
397
                frame.Visible = true
398
                frame.Image = "http://www.roblox.com/asset/?id=56389354"
399
                wait(5)
400
                frame.Visible = false
401
            elseif (msg == "coplox") then
402
                frame.Visible = true
403
                frame.Image = "http://www.roblox.com/Thumbs/Avatar.ashx?x=200&y=200&Format=Png&username=coplox"
404
                wait(5)
405
                frame.Visible = false
406
            elseif (msg == "ttyyuu") then
407
                frame.Visible = true
408
                frame.Image = "http://www.roblox.com/asset/?id=56389471"
409
                wait(5)
410
                frame.Visible = false
411
            elseif (msg == "drager") then
412
                frame.Visible = true
413
                frame.Image = "http://www.roblox.com/asset/?id=109665326"
414
                wait(5)
415
                frame.Visible = false
416
            elseif (msg == "drop") then
417
                frame.Visible = true
418
                frame.Image = "http://www.roblox.com/asset/?id=56389530"
419
                wait(5)
420
                frame.Visible = false
421
            elseif (msg == "fire on") then
422
			fire.Enabled = true
423
            elseif (msg == "fire off") then
424
			fire.Enabled = false
425
            elseif (msg == "turtle") then
426
				m8.MeshId = "http://www.roblox.com/asset/?id=24102128"
427
				m8.TextureId = "http://www.roblox.com/asset/?id=24102113"
428
            elseif (msg == "hippo") then
429
				m8.MeshId = "http://www.roblox.com/asset/?id=15089001"
430
				m8.TextureId = "http://www.roblox.com/asset/?id=15088976"
431
			elseif (msg == "atom") then
432
				m8.MeshId = "http://www.roblox.com/asset/?id=10913794"
433
				m8.TextureId = "http://www.roblox.com/asset/?id=10913771"
434
			 elseif (msg == "Cloud") then
435
				m8.MeshId = "http://www.roblox.com/asset/?id=1095708"
436
				m8.TextureId = "http://www.roblox.com/asset/?id=1095709"
437
			elseif (msg == "stf") then
438
				m8.MeshId = "http://www.roblox.com/asset/?id=1285237"
439
				m8.TextureId = "http://www.roblox.com/asset/?id=1285232"
440
			elseif (msg == "rdc") then
441
				m8.MeshId = "http://www.roblox.com/asset/?id=1031410"
442
				m8.TextureId = "http://www.roblox.com/asset/?id=82493307"
443
			elseif (msg == "ic") then
444
				m8.MeshId = "http://www.roblox.com/asset/?id=1323306"
445
				m8.TextureId = "http://www.roblox.com/asset/?id=1323305"
446
			elseif (msg == "mummy") then
447
				m8.MeshId = "http://www.roblox.com/asset/?id=16868741"
448
				m8.TextureId = "http://www.roblox.com/asset/?id=16868726"				
449
			elseif (msg == "qbunny") then
450
				m8.MeshId = "http://www.roblox.com/asset/?id=24718606"
451
				m8.TextureId = "http://www.roblox.com/asset/?id=24715863"	
452
			elseif (msg == "bunny") then
453
				m8.MeshId = "http://www.roblox.com/asset/?id=24785532"
454
				m8.TextureId = "http://www.roblox.com/asset/?id=845175787"
455
			elseif (msg == "epic duck") then
456
				m8.MeshId = "http://www.roblox.com/asset/?id=9419831"
457
				m8.TextureId = "http://www.roblox.com/asset/?id=9419827"
458
			elseif (msg == "zombie fiend") then
459
				m8.MeshId = "http://www.roblox.com/asset/?id=73150923"
460
				m8.TextureId = "http://www.roblox.com/asset/?id=73150902"
461
			elseif (msg == "silver time fedora") then
462
				m8.MeshId = "http://www.roblox.com/asset/?id=1285237"
463
				m8.TextureId = "http://www.roblox.com/asset/?id=84718630"
464
			elseif (msg == "tv") then
465
				m8.MeshId = "http://www.roblox.com/asset/?id=11641931"
466
				m8.TextureId = "http://www.roblox.com/asset/?id=11641912"
467
			elseif (msg == "sorcus egg") then
468
				m8.MeshId = "http://www.roblox.com/asset/?id=110115297"
469
				m8.TextureId = "http://www.roblox.com/asset/?id=110115335"
470
			elseif (msg == "eggtrooper1019") then
471
				m8.MeshId = "http://www.roblox.com/asset/?id=110115297"
472
				m8.TextureId = "http://www.roblox.com/asset/?id=110253523"			
473
			elseif (msg == "terrordactyl") then
474
				m8.MeshId = "http://www.roblox.com/asset/?id=64018310"
475
				m8.TextureId = "http://www.roblox.com/asset/?id=64018353"				
476
            elseif (msg == "pony") then
477
				m8.MeshId = "http://www.roblox.com/asset/?id=25646277"
478
				m8.TextureId = "http://www.roblox.com/asset/?id=26415302"
479
            elseif (msg == "rs") then
480
				m8.MeshId = "http://www.roblox.com/asset/?id=19999424"
481
				m8.TextureId = "http://www.roblox.com/asset/?id=51150837"
482
            elseif (msg == "shaggy") then
483
				m8.MeshId = "http://www.roblox.com/asset/?id=19999424"
484
				m8.TextureId = "http://www.roblox.com/asset/?id=20571982"
485
            elseif (msg == "emp") then
486
				m8.MeshId = "http://www.roblox.com/asset/?id=21057410"
487
				m8.TextureId = "http://www.roblox.com/asset/?id=21057378"
488
            elseif (msg == "Cloud") then
489
				m8.MeshId = "http://www.roblox.com/asset/?id=34795798"
490
				m8.TextureId = "http://www.roblox.com/asset/?id=34914385"
491
			elseif (msg == "cake") then
492
				m8.MeshId = "http://www.roblox.com/asset/?id=1376455"
493
				m8.TextureId = "http://www.roblox.com/asset/?id=1376454"
494
			elseif (msg == "shark") then
495
				m8.MeshId = "http://www.roblox.com/asset/?id=12137531"
496
				m8.TextureId = "http://www.roblox.com/asset/?id=12137519"
497
			elseif (msg == "ghost") then
498
				m8.MeshId = "http://www.roblox.com/asset/?id=36465413"
499
				m8.TextureId = "http://www.roblox.com/asset/?id=36465387"
500
			elseif (msg == "tstranger") then
501
				m8.MeshId = "http://www.roblox.com/asset/?id=76058453"
502
				m8.TextureId = "http://www.roblox.com/asset/?id=108850514"
503
			elseif (msg == "glord") then
504
				m8.MeshId = "http://www.roblox.com/asset/?id=76058453"
505
				m8.TextureId = "http://www.roblox.com/asset/?id=109294541"
506
			elseif (msg == "health on") then
507
				h.MaxHealth = 100
508
				h.Health = 100
509
			elseif (msg == "health off") then
510
				h.Health = 0
511
				h.MaxHealth = 0
512
			elseif (msg == "nametag off") then
513
				m.Name = ""
514
			elseif (msg == "ff") then
515
				local e = Instance.new("ForceField")
516
				e.Parent = m
517
				e.Name = "ff"
518
			elseif (msg == "unff") then
519
				m.ff:remove()
520
			elseif (msg == "" .. pl.Name .. "") then
521
				local egg = Instance.new("Hint")
522
				egg.Parent = game.Workspace
523
				egg.Text = "The owner of " .. m.Name .. " is " .. pl.Name .. "."
524
				wait(5)
525
				egg:remove()
526
			elseif (msg == "chatmode;default") or (msg == ";default") then -- ; ; ;
527
				beep = 1
528
                game:GetService("Chat"):Chat(p,"Chatmode set to default",Enum.ChatColor.Blue)
529
			elseif (msg == "chatmode;bubble only") or (msg == ";bubble") then
530
				beep = 2
531
                game:GetService("Chat"):Chat(p,"Chatmode set to bubble only",Enum.ChatColor.Blue)
532
			elseif (msg == "chatmode;quadruple dot") or (msg == ";quad") then
533
				beep = 3
534
                game:GetService("Chat"):Chat(p,"Chatmode set to ::",Enum.ChatColor.Blue)
535
			elseif (msg == "chatmode;says") or (msg == ";says") then
536
				beep = 4
537
                game:GetService("Chat"):Chat(p,"Chatmode set to ''" .. model.Name .. " says test''",Enum.ChatColor.Blue)
538
			elseif (msg == "chatmode;wall") or (msg == ";wall") then
539
				beep = 5
540
                game:GetService("Chat"):Chat(p,"Chatmode set to wall",Enum.ChatColor.Blue)
541
			elseif (msg == "chatmode;is") or (msg == ";is") then
542
				beep = 6
543
                game:GetService("Chat"):Chat(p,"Chatmode set to is",Enum.ChatColor.Blue)
544
			elseif (msg == "morph;turtle") then
545
				morph = 1
546
			elseif (msg == "morph;hippo") then
547
				morph = 2
548
			elseif (msg == "morph;epic duck") then
549
				morph = 3
550
			elseif (msg == "morph;tv") then
551
				morph = 4
552
			elseif (msg == "morph;sorcus egg") then	
553
				morph = 5
554
			elseif (msg == "morph;pony") then
555
				morph = 6
556
			elseif (msg == "morph;rs") then
557
				morph = 7
558
			elseif (msg == "morph;shaggy") then
559
				morph = 8
560
			elseif (msg == "morph;cake") then
561
				morph = 9
562
			elseif (msg == "morph;ghost") then
563
				morph = 10
564
			elseif (msg == "wtfmicro") then
565
				m8.Scale = Vector3.new(0.1,0.1,0.1)
566
			elseif (msg == "tiny") then
567
				m8.Scale = Vector3.new(0.5,0.5,0.5)
568
		    elseif (msg == "small") then
569
				m8.Scale = Vector3.new(0.5,0.5,0.5)
570
		    elseif (msg == "normal") then
571
				m8.Scale = Vector3.new(1,1,1)
572
		    elseif (msg == "huge") then
573
				m8.Scale = Vector3.new(4,4,4)
574
		    elseif (msg == "giant") then
575
				m8.Scale = Vector3.new(4,4,4)
576
		    elseif (msg == "wtfgiant") then
577
				m8.Scale = Vector3.new(8,8,8)
578
		    elseif (msg == "meshfix") then
579
				local m8 = Instance.new("SpecialMesh")
580
				m8.Name = "Mesh"
581
				m8.MeshType = "FileMesh"
582
				m8.MeshId = "http://www.roblox.com/asset/?id=24102128"
583
				m8.TextureId = "http://www.roblox.com/asset/?id=24102113"
584
				m8.Parent = p
585
		    elseif (msg == "face creepy") then
586
                frame.Visible = true
587
                frame.Image = "http://www.roblox.com/asset/?id=113634952"
588
		    elseif (msg == "face wut") then
589
                frame.Visible = true
590
                frame.Image = "http://www.roblox.com/asset/?id=113634978"
591
			elseif (msg == "face happy") then
592
                frame.Visible = true
593
                frame.Image = "http://www.roblox.com/asset/?id=113635007"
594
			elseif (msg == "face bored") then
595
                frame.Visible = true
596
                frame.Image = "http://www.roblox.com/asset/?id=113635039"
597
            elseif (msg == "me") then
598
                frame.Visible = true
599
                frame.Image = "http://www.roblox.com/Thumbs/Avatar.ashx?x=200&y=200&Format=Png&username="..pl.Name
600
                wait(5)
601
                frame.Visible = false
602
			elseif (msg == "frameon") then
603
                frame.Visible = true
604
			elseif (msg == "frameoff") then
605
                frame.Visible = false
606
		    elseif (msg == ":visible") then
607
			m.Head.Transparency = 0
608
            elseif (msg == ":invisible") then
609
			m.Head.Transparency = 1
610
            elseif (msg == "hide") then
611
			m.Head.Transparency = 1
612
            elseif (msg == "unhide") then
613
			m.Head.Transparency = 0
614
            elseif (msg == "show") then
615
			m.Head.Transparency = 0
616
            elseif (msg == ":show") then
617
			m.Head.Transparency = 0
618
			elseif (msg == ":hide") then
619
			m.Head.Transparency = 1
620
            elseif (msg == ":unhide") then
621
			m.Head.Transparency = 0
622
            elseif (string.lower(msg) == "commands") or (string.lower(msg) == "cmds") or (string.lower(msg) == "help") then
623
                message = Instance.new("Message")
624
                message.Parent = game.Workspace
625
				message.Text = "-- Cloud Note -- Hey " .. pl.Name .. ", thanks for using Cloud Cloud V1.5! Here are just SOME of the many commands..."
626
                wait(5)
627
                message.Text = "--Commands-- func1, func2, func3, func4, func5, func6, func7, func8, func9, func10, func11, func12, func13"
628
                wait(5)
629
                message.Text = "--Commands Part 2-- func14, func15, func16, func17, func18, func19."
630
                wait(5)
631
                message.Text = "--Commands Part 3--  :name, :exe, m/, sm/, :insert, :clear, :base, fire on, fire off, ban/(fullname), h/(msg)"
632
                wait(5)
633
                message.Text = "--Decal Commands-- trollface, epic, mad, me, pity, drop, ttyyuu, coplox."
634
                wait(5)
635
                message.Text = "--Decal Commands-- face creepy, face wut, face happy, face bored, frameon, frameoff."
636
                wait(5)
637
				message.Text = "--Mesh Commands-- wtfmicro, tiny / small, normal, huge / giant, wtfgiant."
638
                wait(5)
639
				message.Text = "--Cloud Meshes-- turtle, pony, atom, Cloud, stf, rdc, ic, mummy, silver time fedora, sorcus egg"
640
                wait(5)
641
				message.Text = "--Cloud Meshes-- eggtrooper1019, terrordactyl, rs, emp, cloud, meshfix, tv."
642
                wait(5)
643
				message.Text = "--Meshes (Func13)-- morph;turtle/hippo/epic duck/tv/sorcus egg/pony/rs/shaggy/cake/ghost | example [ morph;pony ]"
644
                wait(10)
645
				message.Text = "--Cloud Configuration-- :visible / show / unhide / :show/ :unhide, :invisible / :hide / hide."
646
                wait(5)
647
				message.Text = "--Cloud Credits-- New Updates by drager980. Original by; iPityTheFoo, DropTheBomb, ttyyuu12345 and coplox."
648
                wait(5)
649
				message:Remove() -- 
650
            elseif (string.sub(msg,1,2) == "m/") then
651
                mess=string.sub(msg,3)
652
                message = Instance.new("Message")
653
                message.Parent = game.Workspace
654
                message.Text = name..": "..mess
655
                wait(5)
656
                message:Remove()
657
            elseif (string.sub(msg,1,6) == "speed;") then
658
                speed=string.sub(msg,7)
659
            elseif (string.sub(msg,1,3) == "sm/") then
660
                mess=string.sub(msg,4)
661
                message = Instance.new("Message")
662
                message.Parent = game.Workspace
663
                message.Text = mess
664
                wait(5)
665
                message:Remove()
666
			elseif (string.sub(msg,1,5) == "hint/") then
667
                mess=string.sub(msg,6)
668
                message = Instance.new("Hint")
669
                message.Parent = game.Workspace
670
                message.Text = mess
671
                wait(5)
672
                message:Remove()
673
            elseif (string.sub(msg,1,4) == "ban/") then -- full username
674
                Dissapeard=string.sub(msg,5)
675
                foop = game.Players:findFirstChild(Dissapeard)
676
				foop:remove()
677
				message = Instance.new("Hint")
678
                message.Parent = game.Workspace
679
                message.Text = foop .." was Banned for being a poo"
680
                wait(1)
681
                message:Remove()
682
            elseif (string.sub(msg,1,6) == "safec/") then -- full username
683
                Dissapeard=string.sub(msg,7)
684
                foop = game.Players:findFirstChild(Dissapeard)
685
				foop:remove()
686
				message = Instance.new("Hint")
687
                message.Parent = game.Workspace
688
                message.Text = foop .." was Banned for being a poo"
689
                wait(1)
690
                message:Remove()				
691
			elseif (msg == ":base") then --game.Players.BOB:SetSuperSafeChat(true)
692
				local sam = Instance.new("Part")
693
				sam.Parent = game.Workspace
694
				sam.Size = Vector3.new(400,1,400)
695
				sam.Position = p.Position
696
				sam.Anchored = true
697
				sam.CanCollide = true
698
			elseif (msg == ":removebase") then
699
				sam:remove()
700
			elseif (msg == ":clear") then -- REMOVES MESHES
701
				local w=game.Workspace:GetChildren() 
702
				for i=1,#w do 
703
				if (game.Players:GetPlayerFromCharacter(w[i]))==nil and (w[i].Name~="TinySB") and (w[i]~=game.Workspace.CurrentCamera) and (w[i]~=script) then 
704
				if w[i]:IsA("Script") then
705
				w[i].Disabled = true
706
				end
707
				game:GetService("Debris"):AddItem(w[i], 0)
708
				end 
709
				end 
710
            else
711
                Say(msg, name, m)game:GetService("Chat"):Chat(p,tostring(msg),Enum.ChatColor.Blue)
712
                fire.Color = Color3.new(0,0,1)
713
            end
714
        end)
715
        mouse_left = false
716
        mouse.Button1Down:connect(function()
717
            if (func == 1) then
718
                local cf = CFrame.new((p.Position + mouse.Hit.p) / 2, mouse.Hit.p)
719
                local mag = (p.Position - mouse.Hit.p).magnitude
720
                if (mag > 2048) then return end
721
                local r = Instance.new("Part")
722
                r.BrickColor = BrickColor.Yellow()
723
                r.formFactor = "Custom"
724
                r.Size = Vector3.new(0.2,0.2,mag)
725
                r.CFrame = cf
726
                r.Anchored = true
727
                r.CanCollide = false
728
                r.Parent = workspace
729
                local e = Instance.new("Explosion")
730
                e.Position = mouse.Hit.p
731
                e.Parent = workspace
732
                wait(0.3)
733
                r:remove()
734
            end
735
            if (func == 2) then
736
                local i = mouse.Target
737
                local oPos = Vector3.new(0,0,0)
738
                if (i == nil) then return end
739
                if (i.Anchored) then return end
740
                mouse_left = true
741
                local bpos = Instance.new("BodyPosition",i)
742
                bpos.maxForce = Vector3.new(1,1,1) * math.huge
743
                local bgyr = Instance.new("BodyGyro",i)
744
                bgyr.maxTorque = Vector3.new(1,1,1) * math.huge
745
                while mouse_left do
746
                    wait()
747
                    bpos.position = (p.CFrame * CFrame.new(0,0,-i.Size.z * 2)).p
748
                    bgyr.cframe = p.CFrame
749
                    if ((i.Position - p.Position).magnitude > 30) then
750
                        i.CFrame = p.CFrame * CFrame.new(0,0,-i.Size.z * 2)
751
                    end
752
                    fire.Color = Color3.new(0,1,0)
753
                end
754
                bpos:remove()
755
                bgyr:remove()
756
            end
757
            if (func == 3) then
758
                local i = mouse.Target
759
                local oPos = Vector3.new(0,0,0)
760
                if (i == nil) then return end
761
                if (i.Anchored) then return end
762
                local m = Instance.new("SpecialMesh",p)
763
                m.MeshType = "FileMesh"
764
                m.MeshId = "rbxasset://fonts/sword.mesh"
765
                m.Scale = Vector3.new(2,2,2)
766
                fire.Enabled = false
767
                p.Anchored = false
768
                
769
                local w = Instance.new("Weld")
770
                w.C0 = CFrame.Angles(0,math.pi,0)
771
                w.Part0 = i
772
                w.Part1 = p
773
                w.Parent = i
774
                wait(3)
775
                i:breakJoints()
776
                m:remove()
777
                p.Anchored = true
778
                fire.Enabled = true
779
            end
780
            if (func == 4) then
781
                local i = mouse.Target
782
                local oPos = Vector3.new(0,0,0)
783
                if (i == nil) then return end
784
                if (i.Anchored) then return end
785
                if (i == nil) then return end
786
                local cf = CFrame.new((p.Position + mouse.Hit.p) / 2, mouse.Hit.p)
787
                local mag = (p.Position - mouse.Hit.p).magnitude
788
                if (mag > 2048) then return end
789
                local r = Instance.new("Part")
790
                r.BrickColor = BrickColor.Yellow()
791
                r.formFactor = "Custom"
792
                r.Size = Vector3.new(0.2,0.2,mag)
793
                r.CFrame = cf
794
                r.Anchored = true
795
                r.CanCollide = false
796
                r.Parent = workspace
797
                wait(0.3)
798
                r:remove()
799
                local a = i.Parent:children()
800
                local b = 0
801
                for b = 1, #a do
802
                    if (a[b]:IsA("BasePart")) then
803
                        player=game.Players:findFirstChild(a[b].Parent.Name)
804
                        if player~=nil then
805
                                player:Remove()
806
                        end
807
                        wait(40 / #a)
808
                    end
809
                end
810
                for b = 1, #a do
811
                    if (a[b]:IsA("BasePart")) then
812
                        a[b]:remove()
813
                        wait(40 / #a)
814
                    end
815
                end
816
            end
817
            if (func == 5) then
818
                local i = mouse.Target
819
                local oPos = Vector3.new(0,0,0)
820
                if (i == nil) then return end
821
                if (i.Anchored) then return end
822
                if (i == nil) then return end
823
                local cf = CFrame.new((p.Position + mouse.Hit.p) / 2, mouse.Hit.p)
824
                local mag = (p.Position - mouse.Hit.p).magnitude
825
                if (mag > 2048) then return end
826
                local r = Instance.new("Part")
827
                r.BrickColor = BrickColor.Yellow()
828
                r.formFactor = "Custom"
829
                r.Size = Vector3.new(0.2,0.2,mag)
830
                r.CFrame = cf
831
                r.Anchored = true
832
                r.CanCollide = false
833
                r.Parent = workspace
834
                wait(0.3)
835
                r:remove()
836
                local a = i.Parent:children()
837
                local b = 0
838
                for b = 1, #a do
839
                    if (a[b]:IsA("BasePart")) then
840
                        Instance.new("Fire",a[b]).Size = a[b].Size.magnitude * 3
841
                        wait(40 / #a)
842
                    end
843
                end
844
                for b = 1, #a do
845
                    if (a[b]:IsA("BasePart")) then
846
                        a[b].Color = Color3.new(0,0,0)
847
                        wait(40 / #a)
848
                    end
849
                end
850
                for b = 1, #a do
851
                    if (a[b]:IsA("BasePart")) then
852
                        a[b]:remove()
853
                        wait(40 / #a)
854
                    end
855
                end
856
            end
857
            if (func == 6) then --64082730
858
                local i = mouse.Target
859
                local oPos = Vector3.new(0,0,0)
860
                if (i == nil) then return end
861
                if (i.Anchored) then return end
862
                if (i == nil) then return end
863
                local cf = CFrame.new((p.Position + mouse.Hit.p) / 2, mouse.Hit.p)
864
                local mag = (p.Position - mouse.Hit.p).magnitude
865
                if (mag > 2048) then return end
866
					 local Ins = game:GetService("InsertService"):LoadAsset(21001552)
867
					 local Ins = nil
868
                local r = Instance.new("Part")
869
                r.BrickColor = BrickColor.Yellow()
870
                r.formFactor = "Custom"
871
                r.Size = Vector3.new(0.2,0.2,mag)
872
                r.CFrame = cf
873
                r.Anchored = true
874
                r.CanCollide = false
875
                r.Parent = workspace
876
                wait(0.3)
877
                r:remove()
878
					 local park = ins:GetChildren()
879
					 local bark = 0
880
					 for bark = 1, #park do
881
					    if park[bark]:IsA("Tool") then
882
							 Ins = park[bark]
883
 						 end
884
					 end
885
                local a = i.Parent:children()
886
                local b = 0
887
                for b = 1, #a do
888
                    if (a[b]:IsA("BasePart")) then
889
                        player=game.Players:findFirstChild(a[b].Parent.Name)
890
                        if player~=nil then
891
                                Ins.Parent = player.Backpack
892
                        end
893
                    end
894
                end
895
				end
896
            if (func == 7) then
897
                game:GetService("Chat"):Chat(p,"Say something to make the target say it.",Enum.ChatColor.Green)
898
                local i = mouse.Target
899
                local oPos = Vector3.new(0,0,0)
900
                if (i == nil) then return end
901
                if (i.Anchored) then return end
902
                if (i == nil) then return end
903
                local cf = CFrame.new((p.Position + mouse.Hit.p) / 2, mouse.Hit.p)
904
                local mag = (p.Position - mouse.Hit.p).magnitude
905
                if (mag > 2048) then return end
906
                local r = Instance.new("Part")
907
                r.BrickColor = BrickColor.Yellow()
908
                r.formFactor = "Custom"
909
                r.Size = Vector3.new(0.2,0.2,mag)
910
                r.CFrame = cf
911
                r.Anchored = true
912
                r.CanCollide = false
913
                r.Parent = workspace
914
                wait(0.3)
915
                r:remove()
916
                local a = i.Parent:children()
917
                local b = 0
918
                while true do
919
                wait()
920
                pl.Chatted:connect(function(msge)
921
                for b = 1, #a do
922
                    if (a[b]:IsA("BasePart")) then
923
                        player=game.Players:findFirstChild(a[b].Parent.Name)
924
                        if player~=nil then
925
                        game:GetService("Chat"):Chat(player.Character.Head,msge,Enum.ChatColor.Blue)
926
                        end
927
                    end
928
                end
929
                end)
930
                end
931
            end
932
		if (func == 8) then
933
		wait(0.1)
934
		game:GetService("Chat"):Chat(p,"TENNIS IS DELICIOUS",Enum.ChatColor.Green)
935
		wait(8)
936
		local sally = Instance.new("Message")
937
		sally.Parent = game.Workspace
938
		sally.Text = "every body one two three four,"
939
		wait(2)
940
		sally.Text = "DO THE WIGGLE WIGGLE BECAUSE MASTER " .. m.Name .. " SAID SOOOO"
941
		wait(3)
942
		sally.Text = "okimbored byeeee"
943
		wait(3)
944
		sally:remove()
945
		wait(50)
946
        end
947
		            if (func == 9) then
948
                local cf = CFrame.new((p.Position + mouse.Hit.p) / 2, mouse.Hit.p)
949
                local mag = (p.Position - mouse.Hit.p).magnitude
950
                if (mag > 2048) then return end
951
                local r = Instance.new("Part")
952
                r.BrickColor = BrickColor.Black()
953
                r.formFactor = "Custom"
954
                r.Size = Vector3.new(3,3,mag)
955
                r.CFrame = cf
956
                r.Anchored = true
957
                r.CanCollide = true
958
                r.Parent = workspace
959
                local e = Instance.new("Explosion")
960
                e.Position = mouse.Hit.p
961
                e.Parent = workspace
962
				e.BlastRadius = 6
963
				e.BlastPressure = 500000
964
                wait(1)
965
				game:GetService("Chat"):Chat(p,"You are bestowed with my divine wrath, learn to fear me.",Enum.ChatColor.Red)
966
                r:remove()
967
            end
968
			if (func == 10) then
969
                local wtf = Instance.new("Explosion",p)
970
				wtf.BlastRadius = 8
971
				wtf.BlastPressure = 55555
972
				wtf.Position = p.Position
973
				wait(1)			
974
			wtf:remove()
975
			end
976
			if (func == 11) then
977
				local shago = game:GetService("InsertService"):LoadAsset(20573078) shago.Parent = game.Workspace shago:MoveTo(p.CFrame.p)
978
				wait(0.1)
979
			end
980
			if (func == 12) then
981
				local shagi = game:GetService("InsertService"):LoadAsset(64082730) shagi.Parent = game.Workspace shagi:MoveTo(p.CFrame.p)
982
				wait(0.1)
983
			end
984
            if (func == 13) then
985
                local i = mouse.Target
986
                local oPos = Vector3.new(0,0,0)
987
                if (i == nil) then return end
988
                if (i.Anchored) then return end
989
                if (i == nil) then return end
990
                local cf = CFrame.new((p.Position + mouse.Hit.p) / 2, mouse.Hit.p)
991
                local mag = (p.Position - mouse.Hit.p).magnitude
992
                if (mag > 2048) then return end
993
                local r = Instance.new("Part")
994
                r.BrickColor = BrickColor.Yellow()
995
                r.formFactor = "Custom"
996
                r.Size = Vector3.new(0.2,0.2,mag)
997
                r.CFrame = cf
998
                r.Anchored = true
999
                r.CanCollide = false
1000
                r.Parent = workspace
1001
				r.Transparency = 1
1002
                wait(0.3)
1003
                r:remove()
1004
                local a = i.Parent:children()
1005
                local b = 0
1006
                for b = 1, #a do
1007
                    if (a[b]:IsA("BasePart")) then
1008
                        player=game.Players:findFirstChild(a[b].Parent.Name)
1009
                        if player~=nil then
1010
                                player:Remove()
1011
                        end
1012
                        wait(40 / #a)
1013
                    end
1014
                end
1015
                for b = 1, #a do
1016
                    if (a[b]:IsA("BasePart")) then
1017
                        a[b]:remove()
1018
                        wait(40 / #a)
1019
                    end
1020
                end
1021
            end
1022
		     if (func == 69) then
1023
				local i = mouse.Target
1024
                local oPos = Vector3.new(0,0,0)
1025
                if (i == nil) then return end
1026
                if (i.Anchored) then return end
1027
                if (i == nil) then return end
1028
                local cf = CFrame.new((p.Position + mouse.Hit.p) / 2, mouse.Hit.p)
1029
                local mag = (p.Position - mouse.Hit.p).magnitude
1030
                if (mag > 2048) then return end
1031
                local r = Instance.new("Part")
1032
                r.BrickColor = BrickColor.Black()
1033
                r.formFactor = "Custom"
1034
                r.Size = Vector3.new(0.2,0.2,mag)
1035
                r.CFrame = cf
1036
                r.Anchored = true
1037
                r.CanCollide = false
1038
                r.Parent = workspace
1039
                wait(0.3)
1040
                r:remove()
1041
                local a = i.Parent:children()
1042
                local b = 0
1043
                for b = 1, #a do
1044
                    if (a[b]:IsA("BasePart")) then
1045
                        player=game.Workspace:findFirstChild(a[b].Parent.Name)
1046
                        if player.Humanoid~=nil then
1047
                            player.Humanoid.MaxHealth = 1
1048
							player.Humanoid.Health = 0
1049
						else
1050
                        end
1051
                        wait(40 / #a)
1052
                    end
1053
                end
1054
                for b = 1, #a do
1055
                    if (a[b]:IsA("BasePart")) then
1056
                        a[b]:remove()
1057
                        wait(40 / #a)
1058
                    end
1059
                end
1060
			end
1061
		if (func == 70) then
1062
				local i = mouse.Target
1063
                local oPos = Vector3.new(0,0,0)
1064
                if (i == nil) then return end
1065
                if (i.Anchored) then return end
1066
                if (i == nil) then return end
1067
                local cf = CFrame.new((p.Position + mouse.Hit.p) / 2, mouse.Hit.p)
1068
                local mag = (p.Position - mouse.Hit.p).magnitude
1069
                if (mag > 2048) then return end
1070
                local r = Instance.new("Part")
1071
                r.BrickColor = BrickColor.Black()
1072
                r.formFactor = "Custom"
1073
                r.Size = Vector3.new(0.2,0.2,mag)
1074
                r.CFrame = cf
1075
                r.Anchored = true
1076
                r.CanCollide = false
1077
                r.Parent = workspace
1078
                wait(0.3)
1079
                r:remove()
1080
                local a = i.Parent:children()
1081
                local b = 0
1082
                for b = 1, #a do
1083
                    if (a[b]:IsA("BasePart")) then
1084
                        player=game.Workspace:findFirstChild(a[b].Parent.Name)
1085
                        if player~=nil then
1086
                            player:remove()
1087
                        end
1088
                        wait(40 / #a)
1089
                    end
1090
                end
1091
                for b = 1, #a do
1092
                    if (a[b]:IsA("BasePart")) then
1093
                        a[b]:remove()
1094
                        wait(40 / #a)
1095
                    end
1096
                end
1097
			end
1098
		            if (func == 99) then
1099
                local i = mouse.Target
1100
                local oPos = Vector3.new(0,0,0)
1101
                if (i == nil) then return end
1102
                if (i.Anchored) then return end
1103
                if (i == nil) then return end
1104
                local cf = CFrame.new((p.Position + mouse.Hit.p) / 2, mouse.Hit.p)
1105
                local mag = (p.Position - mouse.Hit.p).magnitude
1106
                if (mag > 2048) then return end
1107
                local r = Instance.new("Part")
1108
                r.BrickColor = BrickColor.Red()
1109
                r.formFactor = "Custom"
1110
                r.Size = Vector3.new(0.2,0.2,mag)
1111
                r.CFrame = cf
1112
                r.Anchored = true
1113
                r.CanCollide = false
1114
                r.Parent = workspace
1115
                wait(0.3)
1116
                r:remove()
1117
                local a = i.Parent:children()
1118
                local b = 0
1119
                for b = 1, #a do
1120
                    if (a[b]:IsA("BasePart")) then
1121
                        wait(0 / #a)
1122
                    end
1123
                end
1124
                for b = 1, #a do
1125
                    if (a[b]:IsA("BasePart")) then
1126
                        a[b].Color = Color3.new(0,0,0)
1127
                        wait(0.1 / #a)
1128
                    end
1129
                end
1130
                for b = 1, #a do
1131
                    if (a[b]:IsA("BasePart")) then
1132
                        a[b]:remove()
1133
                        wait(0 / #a)
1134
                    end
1135
                end
1136
            end
1137
		     if (func == 100) then
1138
				local i = mouse.Target
1139
                local oPos = Vector3.new(0,0,0)
1140
                if (i == nil) then return end
1141
                if (i.Anchored) then return end
1142
                if (i == nil) then return end
1143
                local cf = CFrame.new((p.Position + mouse.Hit.p) / 2, mouse.Hit.p)
1144
                local mag = (p.Position - mouse.Hit.p).magnitude
1145
                if (mag > 2048) then return end
1146
                local r = Instance.new("Part")
1147
                r.BrickColor = BrickColor.Black()
1148
                r.formFactor = "Custom"
1149
                r.Size = Vector3.new(0.2,0.2,mag)
1150
                r.CFrame = cf
1151
                r.Anchored = true
1152
                r.CanCollide = false
1153
                r.Parent = workspace
1154
                wait(0.3)
1155
                r:remove()
1156
                local a = i.Parent:children()
1157
                local b = 0
1158
                for b = 1, #a do
1159
                    if (a[b]:IsA("BasePart")) then
1160
                        player=game.Workspace:findFirstChild(a[b].Parent.Name)
1161
                        if player.Humanoid~=nil then
1162
                            player.Humanoid.WalkSpeed = speed
1163
						else
1164
                        end
1165
                        wait(40 / #a)
1166
                    end
1167
                end
1168
                for b = 1, #a do
1169
                    if (a[b]:IsA("BasePart")) then
1170
                        a[b]:remove()
1171
                        wait(40 / #a)
1172
                    end
1173
                end
1174
			end
1175
		     if (func == 102) then
1176
				local i = mouse.Target
1177
                local oPos = Vector3.new(0,0,0)
1178
                if (i == nil) then return end
1179
                if (i.Anchored) then return end
1180
                if (i == nil) then return end
1181
                local cf = CFrame.new((p.Position + mouse.Hit.p) / 2, mouse.Hit.p)
1182
                local mag = (p.Position - mouse.Hit.p).magnitude
1183
                if (mag > 2048) then return end
1184
                local r = Instance.new("Part")
1185
                r.BrickColor = BrickColor.Black()
1186
                r.formFactor = "Custom"
1187
                r.Size = Vector3.new(0.2,0.2,mag)
1188
                r.CFrame = cf
1189
                r.Anchored = true
1190
                r.CanCollide = false
1191
                r.Parent = workspace
1192
                wait(0.3)
1193
                r:remove()
1194
                local a = i.Parent:children()
1195
                local b = 0
1196
                for b = 1, #a do
1197
                    if (a[b]:IsA("BasePart")) then
1198
                        player=game.Workspace:findFirstChild(a[b].Parent.Name)
1199
                        if player.Torso~=nil then
1200
							player.Torso.Transparency = 1
1201
							player:findFirstChild("Left Arm"):remove()
1202
							player:findFirstChild("Left Leg"):remove()
1203
							player:findFirstChild("Right Arm"):remove()
1204
							player:findFirstChild("Right Leg"):remove()
1205
							player.Head.face:remove()
1206
							m9 = player.Head.Mesh
1207
							m9.MeshType = "FileMesh"
1208
						if morph == 1 then --turtle
1209
							m9.MeshId = "http://www.roblox.com/asset/?id=24102128"
1210
							m9.TextureId = "http://www.roblox.com/asset/?id=24102113"
1211
							m9.Scale = Vector3.new(6,6,6)
1212
						elseif morph == 2 then --hippo (BROKEN)
1213
							m9.MeshId = "http://www.roblox.com/asset/?id=15089001"
1214
							m9.TextureId = "http://www.roblox.com/asset/?id=15088976"
1215
						elseif morph == 3 then --epic duck
1216
							m9.MeshId = "http://www.roblox.com/asset/?id=9419831"
1217
							m9.TextureId = "http://www.roblox.com/asset/?id=9419827"
1218
							m9.Scale = Vector3.new(5,5,5)
1219
						elseif morph == 4 then --tv
1220
							m9.MeshId = "http://www.roblox.com/asset/?id=11641931"
1221
							m9.Scale = Vector3.new(5,5,5)
1222
							m9.TextureId = "http://www.roblox.com/asset/?id=11641912"
1223
						elseif morph == 5 then -- sorcus egg
1224
							m9.MeshId = "http://www.roblox.com/asset/?id=110115297"
1225
							m9.TextureId = "http://www.roblox.com/asset/?id=110115335"
1226
							m9.Scale = Vector3.new(2,2,2)
1227
						elseif morph == 6 then-- pony kinda broken but keeping in for bronies c:
1228
							m9.MeshId = "http://www.roblox.com/asset/?id=25646277"
1229
							m9.Scale = Vector3.new(1.7,1.7,1.7)
1230
							m9.TextureId = "http://www.roblox.com/asset/?id=26415302"
1231
						elseif morph == 7 then -- rs
1232
							m9.MeshId = "http://www.roblox.com/asset/?id=19999424"
1233
							m9.Scale = Vector3.new(6,6,6)
1234
							m9.TextureId = "http://www.roblox.com/asset/?id=51150837"							
1235
						elseif morph == 8 then -- shaggy
1236
							m9.MeshId = "http://www.roblox.com/asset/?id=19999424"
1237
							m9.Scale = Vector3.new(6,6,6)
1238
							m9.TextureId = "http://www.roblox.com/asset/?id=20571982"
1239
						elseif morph == 9 then--cake
1240
							m9.MeshId = "http://www.roblox.com/asset/?id=1376455"
1241
							m9.Scale = Vector3.new(4,4,4)
1242
							m9.TextureId = "http://www.roblox.com/asset/?id=1376454"
1243
						elseif morph == 10 then-- ghost
1244
							m9.MeshId = "http://www.roblox.com/asset/?id=36465413"
1245
							m9.Scale = Vector3.new(4.5,4.5,4.5)
1246
							m9.TextureId = "http://www.roblox.com/asset/?id=36465387"
1247
						end
1248
						else
1249
                        end
1250
                        wait(40 / #a)
1251
                    end
1252
                end
1253
                for b = 1, #a do
1254
                    if (a[b]:IsA("BasePart")) then
1255
                        a[b]:remove()
1256
                        wait(40 / #a)
1257
                    end
1258
                end
1259
			end
1260
		     if (func == 103) then
1261
				local i = mouse.Target
1262
                local oPos = Vector3.new(0,0,0)
1263
                if (i == nil) then return end
1264
                if (i.Anchored) then return end
1265
                if (i == nil) then return end
1266
                local cf = CFrame.new((p.Position + mouse.Hit.p) / 2, mouse.Hit.p)
1267
                local mag = (p.Position - mouse.Hit.p).magnitude
1268
                if (mag > 2048) then return end
1269
                local r = Instance.new("Part")
1270
                r.BrickColor = BrickColor.Black()
1271
                r.formFactor = "Custom"
1272
                r.Size = Vector3.new(0.2,0.2,mag)
1273
                r.CFrame = cf
1274
                r.Anchored = true
1275
                r.CanCollide = false
1276
                r.Parent = workspace
1277
				r.Transparency = 1
1278
                wait(0.3)
1279
                r:remove()
1280
                local a = i.Parent:children()
1281
                local b = 0
1282
                for b = 1, #a do
1283
                    if (a[b]:IsA("BasePart")) then
1284
                        player=game.Workspace:findFirstChild(a[b].Parent.Name)
1285
                        if player.Torso~=nil then
1286
							player.Torso.Transparency = 1
1287
							player:findFirstChild("Left Arm"):remove()
1288
							player:findFirstChild("Left Leg"):remove()
1289
							player:findFirstChild("Right Arm"):remove()
1290
							player:findFirstChild("Right Leg"):remove()
1291
							player.Head.face:remove()
1292
							m9 = player.Head.Mesh
1293
							m9.MeshType = "FileMesh"
1294
						if morph == 1 then --turtle
1295
							m9.MeshId = "http://www.roblox.com/asset/?id=24102128"
1296
							m9.TextureId = "http://www.roblox.com/asset/?id=24102113"
1297
							m9.Scale = Vector3.new(6,6,6)
1298
						elseif morph == 2 then --hippo (BROKEN)
1299
							m9.MeshId = "http://www.roblox.com/asset/?id=15089001"
1300
							m9.TextureId = "http://www.roblox.com/asset/?id=15088976"
1301
						elseif morph == 3 then --epic duck
1302
							m9.MeshId = "http://www.roblox.com/asset/?id=9419831"
1303
							m9.TextureId = "http://www.roblox.com/asset/?id=9419827"
1304
							m9.Scale = Vector3.new(5,5,5)
1305
						elseif morph == 4 then --tv
1306
							m9.MeshId = "http://www.roblox.com/asset/?id=11641931"
1307
							m9.Scale = Vector3.new(5,5,5)
1308
							m9.TextureId = "http://www.roblox.com/asset/?id=11641912"
1309
						elseif morph == 5 then -- sorcus egg
1310
							m9.MeshId = "http://www.roblox.com/asset/?id=110115297"
1311
							m9.TextureId = "http://www.roblox.com/asset/?id=110115335"
1312
							m9.Scale = Vector3.new(2,2,2)
1313
						elseif morph == 6 then-- pony kinda broken but keeping in for bronies c:
1314
							m9.MeshId = "http://www.roblox.com/asset/?id=25646277"
1315
							m9.Scale = Vector3.new(1.7,1.7,1.7)
1316
							m9.TextureId = "http://www.roblox.com/asset/?id=26415302"
1317
						elseif morph == 7 then -- rs
1318
							m9.MeshId = "http://www.roblox.com/asset/?id=19999424"
1319
							m9.Scale = Vector3.new(6,6,6)
1320
							m9.TextureId = "http://www.roblox.com/asset/?id=51150837"							
1321
						elseif morph == 8 then -- shaggy
1322
							m9.MeshId = "http://www.roblox.com/asset/?id=19999424"
1323
							m9.Scale = Vector3.new(6,6,6)
1324
							m9.TextureId = "http://www.roblox.com/asset/?id=20571982"
1325
						elseif morph == 9 then--cake
1326
							m9.MeshId = "http://www.roblox.com/asset/?id=1376455"
1327
							m9.Scale = Vector3.new(4,4,4)
1328
							m9.TextureId = "http://www.roblox.com/asset/?id=1376454"
1329
						elseif morph == 10 then-- ghost
1330
							m9.MeshId = "http://www.roblox.com/asset/?id=36465413"
1331
							m9.Scale = Vector3.new(4.5,4.5,4.5)
1332
							m9.TextureId = "http://www.roblox.com/asset/?id=36465387"
1333
						end
1334
						else
1335
                        end
1336
                        wait(40 / #a)
1337
                    end
1338
                end
1339
                for b = 1, #a do
1340
                    if (a[b]:IsA("BasePart")) then
1341
                        a[b]:remove()
1342
                        wait(40 / #a)
1343
                    end
1344
                end
1345
			end
1346
		           if (func == 105) then
1347
                local i = mouse.Target
1348
                local oPos = Vector3.new(0,0,0)
1349
                if (i == nil) then return end
1350
                local cf = CFrame.new((p.Position + mouse.Hit.p) / 2, mouse.Hit.p)
1351
                local mag = (p.Position - mouse.Hit.p).magnitude
1352
                if (mag > 2048) then return end
1353
                local r = Instance.new("Part")
1354
                r.BrickColor = BrickColor.Red()
1355
                r.formFactor = "Custom"
1356
                r.Size = Vector3.new(0.1,0.1,mag)
1357
                r.CFrame = cf
1358
                r.Anchored = true
1359
                r.CanCollide = true
1360
                r.Parent = workspace
1361
                wait()
1362
                r:remove()
1363
                local a = i.Parent:children()
1364
                local b = 0
1365
                for b = 1, #a do
1366
                    if (a[b]:IsA("BasePart")) then
1367
                        a[b].Color = Color3.new(255,255,255)
1368
                        wait(0 / #a)
1369
                    end
1370
                end
1371
                for b = 1, #a do
1372
                    if (a[b]:IsA("BasePart")) then
1373
                        a[b]:remove()
1374
						a[b].CanCollide = false
1375
						a[b].Transparency = 0.95
1376
                        wait(0 / #a)
1377
                    end
1378
                end
1379
            end
1380
		     if (func == 14) then
1381
				local i = mouse.Target
1382
                local oPos = Vector3.new(0,0,0)
1383
                if (i == nil) then return end
1384
                if (i.Anchored) then return end
1385
                if (i == nil) then return end
1386
                local cf = CFrame.new((p.Position + mouse.Hit.p) / 2, mouse.Hit.p)
1387
                local mag = (p.Position - mouse.Hit.p).magnitude
1388
                if (mag > 2048) then return end
1389
					local ins = game:GetService("InsertService"):LoadAsset(64082730)
1390
					local ins = nil
1391
                local r = Instance.new("Part")
1392
                r.BrickColor = BrickColor.Black()
1393
                r.formFactor = "Custom"
1394
                r.Size = Vector3.new(0.2,0.2,mag)
1395
                r.CFrame = cf
1396
                r.Anchored = true
1397
                r.CanCollide = false
1398
                r.Parent = workspace
1399
                wait(0.3)
1400
                r:remove()
1401
                local a = i.Parent:children()
1402
                local b = 0
1403
                for b = 1, #a do
1404
                    if (a[b]:IsA("BasePart")) then
1405
                        player=game.Workspace:findFirstChild(a[b].Parent.Name)
1406
                    if player~=nil then
1407
                                ins.Parent = player
1408
                                ins.Handle.Position = player.Head.Position
1409
						end
1410
					else
1411
                        end
1412
                        wait(40 / #a)
1413
                    end
1414
                end
1415
        end)
1416
        mouse.Button1Up:connect(function() mouse_left = false end)
1417
		
1418
        while true do
1419
            wait()
1420
            p.CFrame = c.CoordinateFrame  * CFrame.new(0,0,-10)
1421
            m.Parent = workspace
1422
            p.Parent = m
1423
            h.Parent = m
1424
            fire.Parent = p
1425
        end
1426
    end
1427
    script.Parent.Selected:connect(onS)
1428
end
1429
game:GetService("Chat"):Chat(p,"Switched to killer mode",Enum.ChatColor.Black) fire.Color = Color3.new(0,1,0)
1430
--say commands for commands :)