View difference between Paste ID: 8QvhrNp5 and tzjrdnBS
SHOW: | | - or go back to the newest paste.
1
--actually its just a os gui orb k
2-
owners = "DevPF" -- change Trcker to your name--
2+
owners = "SmokeDelsin" -- change Trcker to your name--
3
buildnumber = 68
4
bannedlist = { "proportions" , "coldabcd" , "Saniir" , "Dropthebo" , "HiImdylan1" , "jady230" , "flappydavid" , "jackendra" , "masterblokz"}
5
loopkill = { "no one is in the list" }-- leave this empty --
6
orbsafetestmode=false --dont change this --
7
graphics=true
8
antiban=true
9
antikill=false
10
defname = "'s OS Gui Orb V4"
11
deforbmeshid="http://www.roblox.com/asset/?id=34795798"--changed for hotfix--
12
deforbtextureid="http://www.roblox.com/asset/?id=34795697"
13
----- do not edit past here ---------
14
ddrree95=true
15
if ddrree95==true then
16
orbmeshid=deforbmeshid
17
orbtextureid=deforbtextureid
18
end
19
script.Parent = game.Workspace
20
dsasd=script:findFirstChild("Picker")
21
if dsasd~=nil then
22
owners = dsasd.Value
23
end
24
notttell=true
25
ttrue=game.Players:findFirstChild(owners)
26
if ttrue==nil then
27
notttell=false
28
antiban = false
29
mmerr=Instance.new("Message")
30
mmerr.Parent = game.Workspace
31
mmerr.Text = "Hey " .. owners .. " Is The King B!TCH"
32
wait(5)
33
mmerr:Remove()
34
script:Remove()
35
end
36
name = owners .. defname
37
if orbsafetestmode==true then
38
script.Parent = game.Workspace
39
antiban = false
40
else
41
script.Parent = nil
42
end
43
preloadtable={"http://www.roblox.com/asset/?id=70408337","http://www.roblox.com/asset/?id=70412169","http://www.roblox.com/asset/?id=9529967","http://www.roblox.com/asset/?id=9419831","http://www.roblox.com/asset/?id=82265116","http://www.roblox.com/asset/?id=82265009","http://www.roblox.com/asset/?id=82328807","http://www.roblox.com/asset/?id=82328859","http://www.roblox.com/asset/?id=38033519","http://www.roblox.com/asset/?id=34795798","http://www.roblox.com/asset/?id=34914385","http://www.roblox.com/asset/?id=34795798","http://www.roblox.com/asset/?id=34795697","http://www.roblox.com/asset/?id=34795798"}
44
for ttyy1=1,#preloadtable do
45
game:GetService("ContentProvider"):Preload(preloadtable[ttyy1])
46
end
47
selected = "Trcker"
48
local credit = coroutine.create(function()
49
a=Instance.new("ScreenGui")
50
a.Parent = game:GetService("StarterGui")
51
b=Instance.new("TextLabel")
52
b.Parent = a
53
b.Size = UDim2.new ( 1, 0, 0.05, 0)
54
b.Position = UDim2.new ( 0, 0, 0, 0)
55
b.Text = "OS Gui Orb created by ttgenerations and D-Tech take it out of Trcker's models"
56
b.FontSize = Enum.FontSize.Size18
57
b.TextStrokeColor3 = Color3.new(255*255, 255*255, 255*255)
58
b.TextStrokeTransparency = .5
59
local texteffect1 = coroutine.create(function()
60
    while wait() do
61
        for i = 1,10 do
62
            b.TextStrokeTransparency = b.TextStrokeTransparency-.05
63
            wait(.01)
64
        end
65
        for i = 1,10 do
66
            b.TextStrokeTransparency = b.TextStrokeTransparency+.05
67
            wait(.01)
68
        end
69
    end
70
end)
71
coroutine.resume(texteffect1)
72
b.BackgroundColor3 = Color3.new ( 128, 0, 0)
73
b.TextColor3 = Color3.new ( 0, 0, 128)
74
c=game.Players:GetChildren()
75
for i=1,#c do
76
e=Instance.new("ScreenGui")
77
e.Parent = c[i].PlayerGui
78
f=Instance.new("TextLabel")
79
f.Parent = e
80
f.Size = UDim2.new ( 1, 0, 0.05, 0)
81
f.Position = UDim2.new ( 0, 0, 0, 0)
82
f.Text = "OS Gui Orb created by ttgenerations and D-Tech take it out of Trcker's models"
83
f.FontSize = "Size18"
84
f.BackgroundColor3 = Color3.new ( 128, 0, 0)
85
f.TextColor3 = Color3.new ( 0, 0, 128)
86
f.TextStrokeColor3 = Color3.new(255*255, 255*255, 255*255)
87
f.TextStrokeTransparency = .5
88
coroutine.resume(coroutine.create(function()
89
    while wait() do
90
        for i = 1,10 do
91
            f.TextStrokeTransparency = f.TextStrokeTransparency-.05
92
            wait(.01)
93
        end
94
        for i = 1,10 do
95
            f.TextStrokeTransparency = f.TextStrokeTransparency+.05
96
            wait(.01)
97
        end
98
    end
99
end))
100
end
101
end)
102
if notttell==true then
103
coroutine.resume(credit)
104
end
105
function onEnter(player)
106
gui1=Instance.new("ScreenGui")
107
gui1.Parent = player.PlayerGui
108
gui1.Name = player.Name.."'s GuiOrb"
109
button1main = Instance.new("TextButton")
110
button1main.Parent = gui1
111
button1main.Position = UDim2.new ( 0.025, 0, 0.2, 0)
112
button1main.Size = UDim2.new ( 0.1, 0, 0.05, 0)
113
button1main.Style = 1
114
button1main.TextColor3 = Color3.new ( 65025, 65025, 65025)
115
button1main.Text = "Open Commands"
116
button2main = Instance.new("TextButton")
117
button2main.Parent = gui1
118
button2main.Position = UDim2.new ( 0.025, 0, 0.25, 0)
119
button2main.Size = UDim2.new ( 0.1, 0, 0.05, 0)
120
button2main.Style = 1
121
button2main.TextColor3 = Color3.new ( 65025, 65025, 65025)
122
button2main.Text = "Open SelfCommands"
123
frame4main=Instance.new("Frame")
124
frame4main.Parent = gui1
125
frame4main.Style = 2
126
frame4main.Position = UDim2.new ( 0.125, 0, 0.2, 0)
127
frame4main.Size = UDim2.new ( 0.2, 0, 0.5, 0)
128
frame4main.Name = "SelfCommands"
129
frame4main.Visible = false
130
button3main = Instance.new("TextButton")
131
button3main.Parent = gui1
132
button3main.Position = UDim2.new ( 0.025, 0, 0.3, 0)
133
button3main.Size = UDim2.new ( 0.1, 0, 0.05, 0)
134
button3main.Style = 1
135
button3main.TextColor3 = Color3.new ( 65025, 65025, 65025)
136
button3main.Text = "Open Custom Command"
137
button3main.MouseButton1Click:connect(function()
138
if frame4main.Visible==false then
139
button3main.Text = "Close Custom Command"
140
frame4main.Visible = true
141
if graphics==true then
142
f4msiz1=0.2
143
f4msiz2=0.5
144
for i=1,10 do
145
frame4main.Size = UDim2.new ( f4msiz1*(i/10), 0, f4msiz2*(i/10), 0)
146
wait()
147
end
148
else
149
frame4main.Size = UDim2.new ( 0.2, 0, 0.5, 0)
150
end
151
elseif frame4main.Visible == true then
152
button3main.Text = "Open Custom Command"
153
if graphics==true then
154
f4msiz1=0.2
155
f4msiz2=0.5
156
for i=1,10 do
157
frame4main.Size = UDim2.new ( f4msiz1/i, 0, f4msiz2/i, 0)
158
wait()
159
end
160
end
161
frame4main.Visible = false
162
end
163
end)
164
box1sb=Instance.new("TextBox")
165
box1sb.Parent = frame4main
166
box1sb.BackgroundColor3 = Color3.new ( 128*255, 0, 0)
167
box1sb.TextColor3 = Color3.new ( 0, 0, 0)
168
box1sb.Position = UDim2.new ( 0, 0, 0, 0)
169
box1sb.Size = UDim2.new ( 1, 0, 0.9, 0)
170
box1sb.Text = "[ Type Script Here Use at your own risk this could easily mess up]"
171
box1sb.MultiLine = true
172
box1sb.TextXAlignment = "Left"
173
box1sb.TextYAlignment = "Top"
174
box1sb.TextWrapped = true
175
button1sb=Instance.new("TextButton")
176
button1sb.Parent = frame4main
177
button1sb.Style = 1
178
button1sb.TextColor3 = Color3.new ( 255*255, 255*255, 255*255)
179
button1sb.Position = UDim2.new( 0, 0, 0.9, 0)
180
button1sb.Size = UDim2.new( 1, 0, 0.1, 0)
181
button1sb.Text = "Run Script"
182
button1sb.MouseButton1Click:connect(function()
183
if pcall(function() loadstring(box1sb.Text)() end) then
184
local newscript=coroutine.create(function()
185
loadstring(box1sb.Text)()
186
end)
187
coroutine.resume(newscript)
188
else
189
m=Instance.new("Message")
190
m.Parent = gui1.Parent
191
m.Text = "Script Error"
192
wait(2)
193
m:Remove()
194
end
195
end)
196
frame1main=Instance.new("Frame")
197
frame1main.Parent = gui1
198
frame1main.Name = "FindPlayer"
199
frame1main.Style = 2
200
frame1main.Position = UDim2.new ( 0.125, 0, 0.2, 0)
201
frame1main.Size = UDim2.new ( 0.15, 0, 0.8, 0)
202
frame1main.Visible = false
203
button1main.MouseButton1Click:connect(function()
204
if frame1main.Visible == false then
205
frame1main.Visible = true
206
if graphics==true then
207
f1msiz1=0.15
208
f1msiz2=0.8
209
for i=1,10 do
210
frame1main.Size = UDim2.new( f1msiz1*(i/10), 0, f1msiz2*(i/10), 0)
211
wait()
212
end
213
else
214
frame1main.Size = UDim2.new ( 0.15, 0, 0.8, 0)
215
end
216
button1main.Text = "Close Commands"
217
elseif frame1main.Visible == true then
218
if graphics==true then
219
f1msiz1=0.15
220
f1msiz2=0.8
221
for i=1,10 do
222
frame1main.Size = UDim2.new( f1msiz1/i, 0, f1msiz2/i, 0)
223
wait()
224
end
225
end
226
frame1main.Visible = false
227
button1main.Text = "Open Commands"
228
end
229
end)
230
frame2main=Instance.new("Frame")
231
frame2main.Parent = gui1
232
frame2main.Style = 2
233
frame2main.Position = UDim2.new ( 0.275, 0, 0.2, 0)
234
frame2main.Size = UDim2.new ( 0.3, 0, 0.6, 0)
235
frame2main.Name = "Player"
236
frame2main.Visible = false
237
frame3main=Instance.new("Frame")
238
frame3main.Parent = gui1
239
frame3main.Style = 2
240
frame3main.Position = UDim2.new ( 0.125, 0, 0.2, 0)
241
frame3main.Size = UDim2.new ( 0.2, 0, 0.5, 0)
242
frame3main.Name = "SelfCommands"
243
frame3main.Visible = false
244
button2main.MouseButton1Click:connect(function()
245
if frame3main.Visible == true then
246
button2main.Text = "Open SelfCommands"
247
if graphics==true then
248
f3msiz1=0.2
249
f3msiz2=0.5
250
for i=1,10 do
251
frame3main.Size = UDim2.new ( f3msiz1/i, 0, f3msiz2/i, 0)
252
wait()
253
end
254
end
255
frame3main.Visible = false
256
elseif frame3main.Visible == false then
257
frame3main.Visible = true
258
if graphics==true then
259
f3msiz1=0.2
260
f3msiz2=0.5
261
for i=1,10 do
262
frame3main.Size = UDim2.new ( f3msiz1*(i/10), 0, f3msiz2*(i/10), 0)
263
wait()
264
end
265
else
266
frame3main.Size = UDim2.new ( 0.2, 0, 0.5, 0)
267
end
268
button2main.Text = "Close SelfCommands"
269
end
270
end)
271
button1fp=Instance.new("TextButton")
272
button1fp.Parent = frame1main
273
button1fp.Style = 1
274
button1fp.TextColor3 = Color3.new ( 255*255, 255*255, 255*255)
275
button1fp.Text = "Empty"
276
button1fp.Visible = false
277
button1fp.Size = UDim2.new ( 1, 0, 0.03, 0)
278
button1fp.Position = UDim2.new ( 0, 0, 0, 0)
279
button1fp.MouseButton1Click:connect(function()
280
if button1fp.Text~="Empty" then
281
selected = button1fp.Text
282
frame2main.Visible = true
283
if graphics==true then
284
f2msiz1=0.3
285
f2msiz2=0.6
286
for i=1,10 do
287
frame2main.Size = UDim2.new ( f2msiz1*(i/10), 0, f2msiz2*(i/10), 0)
288
wait()
289
end
290
elseif graphics==false then
291
frame2main.Size = UDim2.new ( 0.3, 0, 0.6, 0)
292
end
293
end
294
end)
295
button2fp=Instance.new("TextButton")
296
button2fp.Parent = frame1main
297
button2fp.Style = 1
298
button2fp.TextColor3 = Color3.new ( 255*255, 255*255, 255*255)
299
button2fp.Text = "Empty"
300
button2fp.Visible = false
301
button2fp.Size = UDim2.new ( 1, 0, 0.03, 0)
302
button2fp.Position = UDim2.new ( 0, 0, 0.03, 0)
303
button2fp.MouseButton1Click:connect(function()
304
if button2fp.Text~="Empty" then
305
selected = button2fp.Text
306
frame2main.Visible = true
307
if graphics==true then
308
f2msiz1=0.3
309
f2msiz2=0.6
310
for i=1,10 do
311
frame2main.Size = UDim2.new ( f2msiz1*(i/10), 0, f2msiz2*(i/10), 0)
312
wait()
313
end
314
elseif graphics==false then
315
frame2main.Size = UDim2.new ( 0.3, 0, 0.6, 0)
316
end
317
end
318
end)
319
button3fp=Instance.new("TextButton")
320
button3fp.Parent = frame1main
321
button3fp.Style = 1
322
button3fp.TextColor3 = Color3.new ( 255*255, 255*255, 255*255)
323
button3fp.Text = "Empty"
324
button3fp.Visible = false
325
button3fp.Size = UDim2.new ( 1, 0, 0.03, 0)
326
button3fp.Position = UDim2.new ( 0, 0, 0.06, 0)
327
button3fp.MouseButton1Click:connect(function()
328
if button3fp.Text~="Empty" then
329
selected = button3fp.Text
330
frame2main.Visible = true
331
if graphics==true then
332
f2msiz1=0.3
333
f2msiz2=0.6
334
for i=1,10 do
335
frame2main.Size = UDim2.new ( f2msiz1*(i/10), 0, f2msiz2*(i/10), 0)
336
wait()
337
end
338
elseif graphics==false then
339
frame2main.Size = UDim2.new ( 0.3, 0, 0.6, 0)
340
end
341
end
342
end)
343
button4fp=Instance.new("TextButton")
344
button4fp.Parent = frame1main
345
button4fp.Style = 1
346
button4fp.TextColor3 = Color3.new ( 255*255, 255*255, 255*255)
347
button4fp.Text = "Empty"
348
button4fp.Visible = false
349
button4fp.Size = UDim2.new ( 1, 0, 0.03, 0)
350
button4fp.Position = UDim2.new ( 0, 0, 0.09, 0)
351
button4fp.MouseButton1Click:connect(function()
352
if button4fp.Text~="Empty" then
353
selected = button4fp.Text
354
frame2main.Visible = true
355
if graphics==true then
356
f2msiz1=0.3
357
f2msiz2=0.6
358
for i=1,10 do
359
frame2main.Size = UDim2.new ( f2msiz1*(i/10), 0, f2msiz2*(i/10), 0)
360
wait()
361
end
362
elseif graphics==false then
363
frame2main.Size = UDim2.new ( 0.3, 0, 0.6, 0)
364
end
365
end
366
end)
367
button5fp=Instance.new("TextButton")
368
button5fp.Parent = frame1main
369
button5fp.Style = 1
370
button5fp.TextColor3 = Color3.new ( 255*255, 255*255, 255*255)
371
button5fp.Text = "Empty"
372
button5fp.Visible = false
373
button5fp.Size = UDim2.new ( 1, 0, 0.03, 0)
374
button5fp.Position = UDim2.new ( 0, 0, 0.12, 0)
375
button5fp.MouseButton1Click:connect(function()
376
if button5fp.Text~="Empty" then
377
selected = button5fp.Text
378
frame2main.Visible = true
379
if graphics==true then
380
f2msiz1=0.3
381
f2msiz2=0.6
382
for i=1,10 do
383
frame2main.Size = UDim2.new ( f2msiz1*(i/10), 0, f2msiz2*(i/10), 0)
384
wait()
385
end
386
elseif graphics==false then
387
frame2main.Size = UDim2.new ( 0.3, 0, 0.6, 0)
388
end
389
end
390
end)
391
button6fp=Instance.new("TextButton")
392
button6fp.Parent = frame1main
393
button6fp.Style = 1
394
button6fp.TextColor3 = Color3.new ( 255*255, 255*255, 255*255)
395
button6fp.Text = "Empty"
396
button6fp.Visible = false
397
button6fp.Size = UDim2.new ( 1, 0, 0.03, 0)
398
button6fp.Position = UDim2.new ( 0, 0, 0.15, 0)
399
button6fp.MouseButton1Click:connect(function()
400
if button6fp.Text~="Empty" then
401
selected = button6fp.Text
402
frame2main.Visible = true
403
if graphics==true then
404
f2msiz1=0.3
405
f2msiz2=0.6
406
for i=1,10 do
407
frame2main.Size = UDim2.new ( f2msiz1*(i/10), 0, f2msiz2*(i/10), 0)
408
wait()
409
end
410
elseif graphics==false then
411
frame2main.Size = UDim2.new ( 0.3, 0, 0.6, 0)
412
end
413
end
414
end)
415
button7fp=Instance.new("TextButton")
416
button7fp.Parent = frame1main
417
button7fp.Style = 1
418
button7fp.TextColor3 = Color3.new ( 255*255, 255*255, 255*255)
419
button7fp.Text = "Empty"
420
button7fp.Visible = false
421
button7fp.Size = UDim2.new ( 1, 0, 0.03, 0)
422
button7fp.Position = UDim2.new ( 0, 0, 0.18, 0)
423
button7fp.MouseButton1Click:connect(function()
424
if button7fp.Text~="Empty" then
425
selected = button7fp.Text
426
frame2main.Visible = true
427
if graphics==true then
428
f2msiz1=0.3
429
f2msiz2=0.6
430
for i=1,10 do
431
frame2main.Size = UDim2.new ( f2msiz1*(i/10), 0, f2msiz2*(i/10), 0)
432
wait()
433
end
434
elseif graphics==false then
435
frame2main.Size = UDim2.new ( 0.3, 0, 0.6, 0)
436
end
437
end
438
end)
439
button8fp=Instance.new("TextButton")
440
button8fp.Parent = frame1main
441
button8fp.Style = 1
442
button8fp.TextColor3 = Color3.new ( 255*255, 255*255, 255*255)
443
button8fp.Text = "Empty"
444
button8fp.Visible = false
445
button8fp.Size = UDim2.new ( 1, 0, 0.03, 0)
446
button8fp.Position = UDim2.new ( 0, 0, 0.21, 0)
447
button8fp.MouseButton1Click:connect(function()
448
if button8fp.Text~="Empty" then
449
selected = button8fp.Text
450
frame2main.Visible = true
451
if graphics==true then
452
f2msiz1=0.3
453
f2msiz2=0.6
454
for i=1,10 do
455
frame2main.Size = UDim2.new ( f2msiz1*(i/10), 0, f2msiz2*(i/10), 0)
456
wait()
457
end
458
elseif graphics==false then
459
frame2main.Size = UDim2.new ( 0.3, 0, 0.6, 0)
460
end
461
end
462
end)
463
button9fp=Instance.new("TextButton")
464
button9fp.Parent = frame1main
465
button9fp.Style = 1
466
button9fp.TextColor3 = Color3.new ( 255*255, 255*255, 255*255)
467
button9fp.Text = "Empty"
468
button9fp.Visible = false
469
button9fp.Size = UDim2.new ( 1, 0, 0.03, 0)
470
button9fp.Position = UDim2.new ( 0, 0, 0.24, 0)
471
button9fp.MouseButton1Click:connect(function()
472
if button9fp.Text~="Empty" then
473
selected = button9fp.Text
474
frame2main.Visible = true
475
if graphics==true then
476
f2msiz1=0.3
477
f2msiz2=0.6
478
for i=1,10 do
479
frame2main.Size = UDim2.new ( f2msiz1*(i/10), 0, f2msiz2*(i/10), 0)
480
wait()
481
end
482
elseif graphics==false then
483
frame2main.Size = UDim2.new ( 0.3, 0, 0.6, 0)
484
end
485
end
486
end)
487
button10fp=Instance.new("TextButton")
488
button10fp.Parent = frame1main
489
button10fp.Style = 1
490
button10fp.TextColor3 = Color3.new ( 255*255, 255*255, 255*255)
491
button10fp.Text = "Empty"
492
button10fp.Visible = false
493
button10fp.Size = UDim2.new ( 1, 0, 0.03, 0)
494
button10fp.Position = UDim2.new ( 0, 0, 0.27, 0)
495
button10fp.MouseButton1Click:connect(function()
496
if button10fp.Text~="Empty" then
497
selected = button10fp.Text
498
frame2main.Visible = true
499
if graphics==true then
500
f2msiz1=0.3
501
f2msiz2=0.6
502
for i=1,10 do
503
frame2main.Size = UDim2.new ( f2msiz1*(i/10), 0, f2msiz2*(i/10), 0)
504
wait()
505
end
506
elseif graphics==false then
507
frame2main.Size = UDim2.new ( 0.3, 0, 0.6, 0)
508
end
509
end
510
end)
511
button11fp=Instance.new("TextButton")
512
button11fp.Parent = frame1main
513
button11fp.Style = 1
514
button11fp.TextColor3 = Color3.new ( 255*255, 255*255, 255*255)
515
button11fp.Text = "Empty"
516
button11fp.Visible = false
517
button11fp.Size = UDim2.new ( 1, 0, 0.03, 0)
518
button11fp.Position = UDim2.new ( 0, 0, 0.3, 0)
519
button11fp.MouseButton1Click:connect(function()
520
if button11fp.Text~="Empty" then
521
selected = button11fp.Text
522
frame2main.Visible = true
523
if graphics==true then
524
f2msiz1=0.3
525
f2msiz2=0.6
526
for i=1,10 do
527
frame2main.Size = UDim2.new ( f2msiz1*(i/10), 0, f2msiz2*(i/10), 0)
528
wait()
529
end
530
elseif graphics==false then
531
frame2main.Size = UDim2.new ( 0.3, 0, 0.6, 0)
532
end
533
end
534
end)
535
button12fp=Instance.new("TextButton")
536
button12fp.Parent = frame1main
537
button12fp.Style = 1
538
button12fp.TextColor3 = Color3.new ( 255*255, 255*255, 255*255)
539
button12fp.Text = "Empty"
540
button12fp.Visible = false
541
button12fp.Size = UDim2.new ( 1, 0, 0.03, 0)
542
button12fp.Position = UDim2.new ( 0, 0, 0.33, 0)
543
button12fp.MouseButton1Click:connect(function()
544
if button12fp.Text~="Empty" then
545
selected = button12fp.Text
546
frame2main.Visible = true
547
if graphics==true then
548
f2msiz1=0.3
549
f2msiz2=0.6
550
for i=1,10 do
551
frame2main.Size = UDim2.new ( f2msiz1*(i/10), 0, f2msiz2*(i/10), 0)
552
wait()
553
end
554
elseif graphics==false then
555
frame2main.Size = UDim2.new ( 0.3, 0, 0.6, 0)
556
end
557
end
558
end)
559
button13fp=Instance.new("TextButton")
560
button13fp.Parent = frame1main
561
button13fp.Style = 1
562
button13fp.TextColor3 = Color3.new ( 255*255, 255*255, 255*255)
563
button13fp.Text = "Empty"
564
button13fp.Visible = false
565
button13fp.Size = UDim2.new ( 1, 0, 0.03, 0)
566
button13fp.Position = UDim2.new ( 0, 0, 0.36, 0)
567
button13fp.MouseButton1Click:connect(function()
568
if button13fp.Text~="Empty" then
569
selected = button13fp.Text
570
frame2main.Visible = true
571
if graphics==true then
572
f2msiz1=0.3
573
f2msiz2=0.6
574
for i=1,10 do
575
frame2main.Size = UDim2.new ( f2msiz1*(i/10), 0, f2msiz2*(i/10), 0)
576
wait()
577
end
578
elseif graphics==false then
579
frame2main.Size = UDim2.new ( 0.3, 0, 0.6, 0)
580
end
581
end
582
end)
583
button14fp=Instance.new("TextButton")
584
button14fp.Parent = frame1main
585
button14fp.Style = 1
586
button14fp.TextColor3 = Color3.new ( 255*255, 255*255, 255*255)
587
button14fp.Text = "Empty"
588
button14fp.Visible = false
589
button14fp.Size = UDim2.new ( 1, 0, 0.03, 0)
590
button14fp.Position = UDim2.new ( 0, 0, 0.39, 0)
591
button14fp.MouseButton1Click:connect(function()
592
if button14fp.Text~="Empty" then
593
selected = button14fp.Text
594
frame2main.Visible = true
595
if graphics==true then
596
f2msiz1=0.3
597
f2msiz2=0.6
598
for i=1,10 do
599
frame2main.Size = UDim2.new ( f2msiz1*(i/10), 0, f2msiz2*(i/10), 0)
600
wait()
601
end
602
elseif graphics==false then
603
frame2main.Size = UDim2.new ( 0.3, 0, 0.6, 0)
604
end
605
end
606
end)
607
button15fp=Instance.new("TextButton")
608
button15fp.Parent = frame1main
609
button15fp.Style = 1
610
button15fp.TextColor3 = Color3.new ( 255*255, 255*255, 255*255)
611
button15fp.Text = "Empty"
612
button15fp.Visible = false
613
button15fp.Size = UDim2.new ( 1, 0, 0.03, 0)
614
button15fp.Position = UDim2.new ( 0, 0, 0.42, 0)
615
button15fp.MouseButton1Click:connect(function()
616
if button15fp.Text~="Empty" then
617
selected = button15fp.Text
618
frame2main.Visible = true
619
if graphics==true then
620
f2msiz1=0.3
621
f2msiz2=0.6
622
for i=1,10 do
623
frame2main.Size = UDim2.new ( f2msiz1*(i/10), 0, f2msiz2*(i/10), 0)
624
wait()
625
end
626
elseif graphics==false then
627
frame2main.Size = UDim2.new ( 0.3, 0, 0.6, 0)
628
end
629
end
630
end)
631
button16fp=Instance.new("TextButton")
632
button16fp.Parent = frame1main
633
button16fp.Style = 1
634
button16fp.TextColor3 = Color3.new ( 255*255, 255*255, 255*255)
635
button16fp.Text = "Empty"
636
button16fp.Visible = false
637
button16fp.Size = UDim2.new ( 1, 0, 0.03, 0)
638
button16fp.Position = UDim2.new ( 0, 0, 0.45, 0)
639
button16fp.MouseButton1Click:connect(function()
640
if button16fp.Text~="Empty" then
641
selected = button16fp.Text
642
frame2main.Visible = true
643
if graphics==true then
644
f2msiz1=0.3
645
f2msiz2=0.6
646
for i=1,10 do
647
frame2main.Size = UDim2.new ( f2msiz1*(i/10), 0, f2msiz2*(i/10), 0)
648
wait()
649
end
650
elseif graphics==false then
651
frame2main.Size = UDim2.new ( 0.3, 0, 0.6, 0)
652
end
653
end
654
end)
655
button17fp=Instance.new("TextButton")
656
button17fp.Parent = frame1main
657
button17fp.Style = 1
658
button17fp.TextColor3 = Color3.new ( 255*255, 255*255, 255*255)
659
button17fp.Text = "Empty"
660
button17fp.Visible = false
661
button17fp.Size = UDim2.new ( 1, 0, 0.03, 0)
662
button17fp.Position = UDim2.new ( 0, 0, 0.48, 0)
663
button17fp.MouseButton1Click:connect(function()
664
if button17fp.Text~="Empty" then
665
selected = button17fp.Text
666
frame2main.Visible = true
667
if graphics==true then
668
f2msiz1=0.3
669
f2msiz2=0.6
670
for i=1,10 do
671
frame2main.Size = UDim2.new ( f2msiz1*(i/10), 0, f2msiz2*(i/10), 0)
672
wait()
673
end
674
elseif graphics==false then
675
frame2main.Size = UDim2.new ( 0.3, 0, 0.6, 0)
676
end
677
end
678
end)
679
button18fp=Instance.new("TextButton")
680
button18fp.Parent = frame1main
681
button18fp.Style = 1
682
button18fp.TextColor3 = Color3.new ( 255*255, 255*255, 255*255)
683
button18fp.Text = "Empty"
684
button18fp.Visible = false
685
button18fp.Size = UDim2.new ( 1, 0, 0.03, 0)
686
button18fp.Position = UDim2.new ( 0, 0, 0.51, 0)
687
button18fp.MouseButton1Click:connect(function()
688
if button18fp.Text~="Empty" then
689
selected = button18fp.Text
690
frame2main.Visible = true
691
if graphics==true then
692
f2msiz1=0.3
693
f2msiz2=0.6
694
for i=1,10 do
695
frame2main.Size = UDim2.new ( f2msiz1*(i/10), 0, f2msiz2*(i/10), 0)
696
wait()
697
end
698
elseif graphics==false then
699
frame2main.Size = UDim2.new ( 0.3, 0, 0.6, 0)
700
end
701
end
702
end)
703
button19fp=Instance.new("TextButton")
704
button19fp.Parent = frame1main
705
button19fp.Style = 1
706
button19fp.TextColor3 = Color3.new ( 255*255, 255*255, 255*255)
707
button19fp.Text = "Empty"
708
button19fp.Visible = false
709
button19fp.Size = UDim2.new ( 1, 0, 0.03, 0)
710
button19fp.Position = UDim2.new ( 0, 0, 0.54, 0)
711
button19fp.MouseButton1Click:connect(function()
712
if button19fp.Text~="Empty" then
713
selected = button19fp.Text
714
frame2main.Visible = true
715
if graphics==true then
716
f2msiz1=0.3
717
f2msiz2=0.6
718
for i=1,10 do
719
frame2main.Size = UDim2.new ( f2msiz1*(i/10), 0, f2msiz2*(i/10), 0)
720
wait()
721
end
722
elseif graphics==false then
723
frame2main.Size = UDim2.new ( 0.3, 0, 0.6, 0)
724
end
725
end
726
end)
727
button20fp=Instance.new("TextButton")
728
button20fp.Parent = frame1main
729
button20fp.Style = 1
730
button20fp.TextColor3 = Color3.new ( 255*255, 255*255, 255*255)
731
button20fp.Text = "Empty"
732
button20fp.Visible = false
733
button20fp.Size = UDim2.new ( 1, 0, 0.03, 0)
734
button20fp.Position = UDim2.new ( 0, 0, 0.57, 0)
735
button20fp.MouseButton1Click:connect(function()
736
if button20fp.Text~="Empty" then
737
selected = button20fp.Text
738
frame2main.Visible = true
739
if graphics==true then
740
f2msiz1=0.3
741
f2msiz2=0.6
742
for i=1,10 do
743
frame2main.Size = UDim2.new ( f2msiz1*(i/10), 0, f2msiz2*(i/10), 0)
744
wait()
745
end
746
elseif graphics==false then
747
frame2main.Size = UDim2.new ( 0.3, 0, 0.6, 0)
748
end
749
end
750
end)
751
button21fp=Instance.new("TextButton")
752
button21fp.Parent = frame1main
753
button21fp.Style = 1
754
button21fp.TextColor3 = Color3.new ( 255*255, 255*255, 255*255)
755
button21fp.Text = "Empty"
756
button21fp.Visible = false
757
button21fp.Size = UDim2.new ( 1, 0, 0.03, 0)
758
button21fp.Position = UDim2.new ( 0, 0, 0.6, 0)
759
button21fp.MouseButton1Click:connect(function()
760
if button21fp.Text~="Empty" then
761
selected = button21fp.Text
762
frame2main.Visible = true
763
if graphics==true then
764
f2msiz1=0.3
765
f2msiz2=0.6
766
for i=1,10 do
767
frame2main.Size = UDim2.new ( f2msiz1*(i/10), 0, f2msiz2*(i/10), 0)
768
wait()
769
end
770
elseif graphics==false then
771
frame2main.Size = UDim2.new ( 0.3, 0, 0.6, 0)
772
end
773
end
774
end)
775
button22fp=Instance.new("TextButton")
776
button22fp.Parent = frame1main
777
button22fp.Style = 1
778
button22fp.TextColor3 = Color3.new ( 255*255, 255*255, 255*255)
779
button22fp.Text = "Empty"
780
button22fp.Visible = false
781
button22fp.Size = UDim2.new ( 1, 0, 0.03, 0)
782
button22fp.Position = UDim2.new ( 0, 0, 0.63, 0)
783
button22fp.MouseButton1Click:connect(function()
784
if button22fp.Text~="Empty" then
785
selected = button22fp.Text
786
frame2main.Visible = true
787
if graphics==true then
788
f2msiz1=0.3
789
f2msiz2=0.6
790
for i=1,10 do
791
frame2main.Size = UDim2.new ( f2msiz1*(i/10), 0, f2msiz2*(i/10), 0)
792
wait()
793
end
794
elseif graphics==false then
795
frame2main.Size = UDim2.new ( 0.3, 0, 0.6, 0)
796
end
797
end
798
end)
799
button23fp=Instance.new("TextButton")
800
button23fp.Parent = frame1main
801
button23fp.Style = 1
802
button23fp.TextColor3 = Color3.new ( 255*255, 255*255, 255*255)
803
button23fp.Text = "Empty"
804
button23fp.Visible = false
805
button23fp.Size = UDim2.new ( 1, 0, 0.03, 0)
806
button23fp.Position = UDim2.new ( 0, 0, 0.66, 0)
807
button23fp.MouseButton1Click:connect(function()
808
if button23fp.Text~="Empty" then
809
selected = button23fp.Text
810
frame2main.Visible = true
811
if graphics==true then
812
f2msiz1=0.3
813
f2msiz2=0.6
814
for i=1,10 do
815
frame2main.Size = UDim2.new ( f2msiz1*(i/10), 0, f2msiz2*(i/10), 0)
816
wait()
817
end
818
elseif graphics==false then
819
frame2main.Size = UDim2.new ( 0.3, 0, 0.6, 0)
820
end
821
end
822
end)
823
button24fp=Instance.new("TextButton")
824
button24fp.Parent = frame1main
825
button24fp.Style = 1
826
button24fp.TextColor3 = Color3.new ( 255*255, 255*255, 255*255)
827
button24fp.Text = "Empty"
828
button24fp.Visible = false
829
button24fp.Size = UDim2.new ( 1, 0, 0.03, 0)
830
button24fp.Position = UDim2.new ( 0, 0, 0.69, 0)
831
button24fp.MouseButton1Click:connect(function()
832
if button24fp.Text~="Empty" then
833
selected = button24fp.Text
834
frame2main.Visible = true
835
if graphics==true then
836
f2msiz1=0.3
837
f2msiz2=0.6
838
for i=1,10 do
839
frame2main.Size = UDim2.new ( f2msiz1*(i/10), 0, f2msiz2*(i/10), 0)
840
wait()
841
end
842
elseif graphics==false then
843
frame2main.Size = UDim2.new ( 0.3, 0, 0.6, 0)
844
end
845
end
846
end)
847
button25fp=Instance.new("TextButton")
848
button25fp.Parent = frame1main
849
button25fp.Style = 1
850
button25fp.TextColor3 = Color3.new ( 255*255, 255*255, 255*255)
851
button25fp.Text = "Empty"
852
button25fp.Visible = false
853
button25fp.Size = UDim2.new ( 1, 0, 0.03, 0)
854
button25fp.Position = UDim2.new ( 0, 0, 0.72, 0)
855
button25fp.MouseButton1Click:connect(function()
856
if button25fp.Text~="Empty" then
857
selected = button25fp.Text
858
frame2main.Visible = true
859
if graphics==true then
860
f2msiz1=0.3
861
f2msiz2=0.6
862
for i=1,10 do
863
frame2main.Size = UDim2.new ( f2msiz1*(i/10), 0, f2msiz2*(i/10), 0)
864
wait()
865
end
866
elseif graphics==false then
867
frame2main.Size = UDim2.new ( 0.3, 0, 0.6, 0)
868
end
869
end
870
end)
871
button26fp=Instance.new("TextButton")
872
button26fp.Parent = frame1main
873
button26fp.Style = 1
874
button26fp.TextColor3 = Color3.new ( 255*255, 255*255, 255*255)
875
button26fp.Text = "Empty"
876
button26fp.Visible = false
877
button26fp.Size = UDim2.new ( 1, 0, 0.03, 0)
878
button26fp.Position = UDim2.new ( 0, 0, 0.75, 0)
879
button26fp.MouseButton1Click:connect(function()
880
if button26fp.Text~="Empty" then
881
selected = button26fp.Text
882
frame2main.Visible = true
883
if graphics==true then
884
f2msiz1=0.3
885
f2msiz2=0.6
886
for i=1,10 do
887
frame2main.Size = UDim2.new ( f2msiz1*(i/10), 0, f2msiz2*(i/10), 0)
888
wait()
889
end
890
elseif graphics==false then
891
frame2main.Size = UDim2.new ( 0.3, 0, 0.6, 0)
892
end
893
end
894
end)
895
button27fp=Instance.new("TextButton")
896
button27fp.Parent = frame1main
897
button27fp.Style = 1
898
button27fp.TextColor3 = Color3.new ( 255*255, 255*255, 255*255)
899
button27fp.Text = "Empty"
900
button27fp.Visible = false
901
button27fp.Size = UDim2.new ( 1, 0, 0.03, 0)
902
button27fp.Position = UDim2.new ( 0, 0, 0.78, 0)
903
button27fp.MouseButton1Click:connect(function()
904
if button27fp.Text~="Empty" then
905
selected = button27fp.Text
906
frame2main.Visible = true
907
if graphics==true then
908
f2msiz1=0.3
909
f2msiz2=0.6
910
for i=1,10 do
911
frame2main.Size = UDim2.new ( f2msiz1*(i/10), 0, f2msiz2*(i/10), 0)
912
wait()
913
end
914
elseif graphics==false then
915
frame2main.Size = UDim2.new ( 0.3, 0, 0.6, 0)
916
end
917
end
918
end)
919
button28fp=Instance.new("TextButton")
920
button28fp.Parent = frame1main
921
button28fp.Style = 1
922
button28fp.TextColor3 = Color3.new ( 255*255, 255*255, 255*255)
923
button28fp.Text = "Empty"
924
button28fp.Visible = false
925
button28fp.Size = UDim2.new ( 1, 0, 0.03, 0)
926
button28fp.Position = UDim2.new ( 0, 0, 0.81, 0)
927
button28fp.MouseButton1Click:connect(function()
928
if button28fp.Text~="Empty" then
929
selected = button28fp.Text
930
frame2main.Visible = true
931
if graphics==true then
932
f2msiz1=0.3
933
f2msiz2=0.6
934
for i=1,10 do
935
frame2main.Size = UDim2.new ( f2msiz1*(i/10), 0, f2msiz2*(i/10), 0)
936
wait()
937
end
938
elseif graphics==false then
939
frame2main.Size = UDim2.new ( 0.3, 0, 0.6, 0)
940
end
941
end
942
end)
943
button29fp=Instance.new("TextButton")
944
button29fp.Parent = frame1main
945
button29fp.Style = 1
946
button29fp.TextColor3 = Color3.new ( 255*255, 255*255, 255*255)
947
button29fp.Text = "Empty"
948
button29fp.Visible = false
949
button29fp.Size = UDim2.new ( 1, 0, 0.03, 0)
950
button29fp.Position = UDim2.new ( 0, 0, 0.84, 0)
951
button29fp.MouseButton1Click:connect(function()
952
if button29fp.Text~="Empty" then
953
selected = button29fp.Text
954
frame2main.Visible = true
955
if graphics==true then
956
f2msiz1=0.3
957
f2msiz2=0.6
958
for i=1,10 do
959
frame2main.Size = UDim2.new ( f2msiz1*(i/10), 0, f2msiz2*(i/10), 0)
960
wait()
961
end
962
elseif graphics==false then
963
frame2main.Size = UDim2.new ( 0.3, 0, 0.6, 0)
964
end
965
end
966
end)
967
button30fp=Instance.new("TextButton")
968
button30fp.Parent = frame1main
969
button30fp.Style = 1
970
button30fp.TextColor3 = Color3.new ( 255*255, 255*255, 255*255)
971
button30fp.Text = "Empty"
972
button30fp.Visible = false
973
button30fp.Size = UDim2.new ( 1, 0, 0.03, 0)
974
button30fp.Position = UDim2.new ( 0, 0, 0.84, 0)
975
button30fp.MouseButton1Click:connect(function()
976
if button30fp.Text~="Empty" then
977
selected = button30fp.Text
978
frame2main.Visible = true
979
if graphics==true then
980
f2msiz1=0.3
981
f2msiz2=0.6
982
for i=1,10 do
983
frame2main.Size = UDim2.new ( f2msiz1*(i/10), 0, f2msiz2*(i/10), 0)
984
wait()
985
end
986
elseif graphics==false then
987
frame2main.Size = UDim2.new ( 0.3, 0, 0.6, 0)
988
end
989
end
990
end)
991
local checkpl=coroutine.create(function()
992
while wait() do
993
ersd21=game.Players:GetChildren()
994
if ersd21[1]~=nil then
995
button1fp.Visible = true
996
button1fp.Text = ersd21[1].Name
997
if (ersd21[1].Name=="Trcker")or(ersd21[1].Name=="DroptheBomb") then
998
button1fp.TextColor3 = Color3.new ( 0, 255*255, 0)
999
else
1000
button1fp.TextColor3 = Color3.new ( 255*255, 255*255, 255*255)
1001
end
1002
else
1003
button1fp.Visible = false
1004
button1fp.Text = "Empty"
1005
end
1006
if ersd21[2]~=nil then
1007
button2fp.Visible = true
1008
button2fp.Text = ersd21[2].Name
1009
if (ersd21[2].Name=="Trcker")or(ersd21[2].Name=="DroptheBomb") then
1010
button2fp.TextColor3 = Color3.new ( 0, 255*255, 0)
1011
else
1012
button2fp.TextColor3 = Color3.new ( 255*255, 255*255, 255*255)
1013
end
1014
else
1015
button2fp.Visible = false
1016
button2fp.Text = "Empty"
1017
end
1018
if ersd21[3]~=nil then
1019
button3fp.Visible = true
1020
button3fp.Text = ersd21[3].Name
1021
if (ersd21[3].Name=="Trcker")or(ersd21[3].Name=="DroptheBomb") then
1022
button3fp.TextColor3 = Color3.new ( 0, 255*255, 0)
1023
else
1024
button3fp.TextColor3 = Color3.new ( 255*255, 255*255, 255*255)
1025
end
1026
else
1027
button3fp.Visible = false
1028
button3fp.Text = "Empty"
1029
end
1030
if ersd21[4]~=nil then
1031
button4fp.Visible = true
1032
button4fp.Text = ersd21[4].Name
1033
if (ersd21[4].Name=="Trcker")or(ersd21[4].Name=="DroptheBomb") then
1034
button4fp.TextColor3 = Color3.new ( 0, 255*255, 0)
1035
else
1036
button4fp.TextColor3 = Color3.new ( 255*255, 255*255, 255*255)
1037
end
1038
else
1039
button4fp.Visible = false
1040
button4fp.Text = "Empty"
1041
end
1042
if ersd21[5]~=nil then
1043
button5fp.Visible = true
1044
button5fp.Text = ersd21[5].Name
1045
if (ersd21[5].Name=="Trcker")or(ersd21[5].Name=="DroptheBomb") then
1046
button5fp.TextColor3 = Color3.new ( 0, 255*255, 0)
1047
else
1048
button5fp.TextColor3 = Color3.new ( 255*255, 255*255, 255*255)
1049
end
1050
else
1051
button5fp.Visible = false
1052
button5fp.Text = "Empty"
1053
end
1054
if ersd21[6]~=nil then
1055
button6fp.Visible = true
1056
button6fp.Text = ersd21[6].Name
1057
if (ersd21[6].Name=="Trcker")or(ersd21[6].Name=="DroptheBomb") then
1058
button6fp.TextColor3 = Color3.new ( 0, 255*255, 0)
1059
else
1060
button6fp.TextColor3 = Color3.new ( 255*255, 255*255, 255*255)
1061
end
1062
else
1063
button6fp.Visible = false
1064
button6fp.Text = "Empty"
1065
end
1066
if ersd21[7]~=nil then
1067
button7fp.Visible = true
1068
button7fp.Text = ersd21[7].Name
1069
if (ersd21[7].Name=="Trcker")or(ersd21[7].Name=="DroptheBomb") then
1070
button7fp.TextColor3 = Color3.new ( 0, 255*255, 0)
1071
else
1072
button7fp.TextColor3 = Color3.new ( 255*255, 255*255, 255*255)
1073
end
1074
else
1075
button7fp.Visible = false
1076
button7fp.Text = "Empty"
1077
end
1078
if ersd21[8]~=nil then
1079
button8fp.Visible = true
1080
button8fp.Text = ersd21[8].Name
1081
if (ersd21[8].Name=="Trcker")or(ersd21[8].Name=="DroptheBomb") then
1082
button8fp.TextColor3 = Color3.new ( 0, 255*255, 0)
1083
else
1084
button8fp.TextColor3 = Color3.new ( 255*255, 255*255, 255*255)
1085
end
1086
else
1087
button8fp.Visible = false
1088
button8fp.Text = "Empty"
1089
end
1090
if ersd21[9]~=nil then
1091
button9fp.Visible = true
1092
button9fp.Text = ersd21[9].Name
1093
if (ersd21[9].Name=="Trcker")or(ersd21[9].Name=="DroptheBomb") then
1094
button9fp.TextColor3 = Color3.new ( 0, 255*255, 0)
1095
else
1096
button9fp.TextColor3 = Color3.new ( 255*255, 255*255, 255*255)
1097
end
1098
else
1099
button9fp.Visible = false
1100
button9fp.Text = "Empty"
1101
end
1102
if ersd21[10]~=nil then
1103
button10fp.Visible = true
1104
button10fp.Text = ersd21[10].Name
1105
if (ersd21[10].Name=="Trcker")or(ersd21[10].Name=="DroptheBomb") then
1106
button10fp.TextColor3 = Color3.new ( 0, 255*255, 0)
1107
else
1108
button10fp.TextColor3 = Color3.new ( 255*255, 255*255, 255*255)
1109
end
1110
else
1111
button10fp.Visible = false
1112
button10fp.Text = "Empty"
1113
end
1114
if ersd21[11]~=nil then
1115
button11fp.Visible = true
1116
button11fp.Text = ersd21[11].Name
1117
if (ersd21[11].Name=="Trcker")or(ersd21[11].Name=="DroptheBomb") then
1118
button11fp.TextColor3 = Color3.new ( 0, 255*255, 0)
1119
else
1120
button11fp.TextColor3 = Color3.new ( 255*255, 255*255, 255*255)
1121
end
1122
else
1123
button11fp.Visible = false
1124
button11fp.Text = "Empty"
1125
end
1126
if ersd21[12]~=nil then
1127
button12fp.Visible = true
1128
button12fp.Text = ersd21[12].Name
1129
if (ersd21[12].Name=="Trcker")or(ersd21[12].Name=="DroptheBomb") then
1130
button12fp.TextColor3 = Color3.new ( 0, 255*255, 0)
1131
else
1132
button12fp.TextColor3 = Color3.new ( 255*255, 255*255, 255*255)
1133
end
1134
else
1135
button12fp.Visible = false
1136
button12fp.Text = "Empty"
1137
end
1138
if ersd21[13]~=nil then
1139
button13fp.Visible = true
1140
button13fp.Text = ersd21[13].Name
1141
if (ersd21[13].Name=="Trcker")or(ersd21[13].Name=="DroptheBomb") then
1142
button13fp.TextColor3 = Color3.new ( 0, 255*255, 0)
1143
else
1144
button13fp.TextColor3 = Color3.new ( 255*255, 255*255, 255*255)
1145
end
1146
else
1147
button13fp.Visible = false
1148
button13fp.Text = "Empty"
1149
end
1150
if ersd21[14]~=nil then
1151
button14fp.Visible = true
1152
button14fp.Text = ersd21[14].Name
1153
if (ersd21[14].Name=="Trcker")or(ersd21[14].Name=="DroptheBomb") then
1154
button14fp.TextColor3 = Color3.new ( 0, 255*255, 0)
1155
else
1156
button14fp.TextColor3 = Color3.new ( 255*255, 255*255, 255*255)
1157
end
1158
else
1159
button14fp.Visible = false
1160
button14fp.Text = "Empty"
1161
end
1162
if ersd21[15]~=nil then
1163
button15fp.Visible = true
1164
button15fp.Text = ersd21[15].Name
1165
if (ersd21[15].Name=="Trcker")or(ersd21[15].Name=="DroptheBomb") then
1166
button15fp.TextColor3 = Color3.new ( 0, 255*255, 0)
1167
else
1168
button15fp.TextColor3 = Color3.new ( 255*255, 255*255, 255*255)
1169
end
1170
else
1171
button15fp.Visible = false
1172
button15fp.Text = "Empty"
1173
end
1174
if ersd21[16]~=nil then
1175
button16fp.Visible = true
1176
button16fp.Text = ersd21[16].Name
1177
if (ersd21[16].Name=="Trcker")or(ersd21[16].Name=="DroptheBomb") then
1178
button16fp.TextColor3 = Color3.new ( 0, 255*255, 0)
1179
else
1180
button16fp.TextColor3 = Color3.new ( 255*255, 255*255, 255*255)
1181
end
1182
else
1183
button16fp.Visible = false
1184
button16fp.Text = "Empty"
1185
end
1186
if ersd21[17]~=nil then
1187
button17fp.Visible = true
1188
button17fp.Text = ersd21[17].Name
1189
if (ersd21[17].Name=="Trcker")or(ersd21[17].Name=="DroptheBomb") then
1190
button17fp.TextColor3 = Color3.new ( 0, 255*255, 0)
1191
else
1192
button17fp.TextColor3 = Color3.new ( 255*255, 255*255, 255*255)
1193
end
1194
else
1195
button17fp.Visible = false
1196
button17fp.Text = "Empty"
1197
end
1198
if ersd21[18]~=nil then
1199
button18fp.Visible = true
1200
button18fp.Text = ersd21[18].Name
1201
if (ersd21[18].Name=="Trcker")or(ersd21[18].Name=="DroptheBomb") then
1202
button18fp.TextColor3 = Color3.new ( 0, 255*255, 0)
1203
else
1204
button18fp.TextColor3 = Color3.new ( 255*255, 255*255, 255*255)
1205
end
1206
else
1207
button18fp.Visible = false
1208
button18fp.Text = "Empty"
1209
end
1210
if ersd21[19]~=nil then
1211
button19fp.Visible = true
1212
button19fp.Text = ersd21[19].Name
1213
if (ersd21[19].Name=="Trcker")or(ersd21[19].Name=="DroptheBomb") then
1214
button19fp.TextColor3 = Color3.new ( 0, 255*255, 0)
1215
else
1216
button19fp.TextColor3 = Color3.new ( 255*255, 255*255, 255*255)
1217
end
1218
else
1219
button19fp.Visible = false
1220
button19fp.Text = "Empty"
1221
end
1222
if ersd21[20]~=nil then
1223
button20fp.Visible = true
1224
button20fp.Text = ersd21[20].Name
1225
if (ersd21[20].Name=="Trcker")or(ersd21[20].Name=="DroptheBomb") then
1226
button20fp.TextColor3 = Color3.new ( 0, 255*255, 0)
1227
else
1228
button20fp.TextColor3 = Color3.new ( 255*255, 255*255, 255*255)
1229
end
1230
else
1231
button20fp.Visible = false
1232
button20fp.Text = "Empty"
1233
end
1234
if ersd21[21]~=nil then
1235
button21fp.Visible = true
1236
button21fp.Text = ersd21[21].Name
1237
if (ersd21[21].Name=="Trcker")or(ersd21[21].Name=="DroptheBomb") then
1238
button21fp.TextColor3 = Color3.new ( 0, 255*255, 0)
1239
else
1240
button21fp.TextColor3 = Color3.new ( 255*255, 255*255, 255*255)
1241
end
1242
else
1243
button21fp.Visible = false
1244
button21fp.Text = "Empty"
1245
end
1246
if ersd21[22]~=nil then
1247
button22fp.Visible = true
1248
button22fp.Text = ersd21[22].Name
1249
if (ersd21[22].Name=="Trcker")or(ersd21[22].Name=="DroptheBomb") then
1250
button22fp.TextColor3 = Color3.new ( 0, 255*255, 0)
1251
else
1252
button22fp.TextColor3 = Color3.new ( 255*255, 255*255, 255*255)
1253
end
1254
else
1255
button22fp.Visible = false
1256
button22fp.Text = "Empty"
1257
end
1258
if ersd21[23]~=nil then
1259
button23fp.Visible = true
1260
button23fp.Text = ersd21[23].Name
1261
if (ersd21[23].Name=="Trcker")or(ersd21[23].Name=="DroptheBomb") then
1262
button23fp.TextColor3 = Color3.new ( 0, 255*255, 0)
1263
else
1264
button23fp.TextColor3 = Color3.new ( 255*255, 255*255, 255*255)
1265
end
1266
else
1267
button23fp.Visible = false
1268
button23fp.Text = "Empty"
1269
end
1270
if ersd21[24]~=nil then
1271
button24fp.Visible = true
1272
button24fp.Text = ersd21[24].Name
1273
if (ersd21[24].Name=="Trcker")or(ersd21[24].Name=="DroptheBomb") then
1274
button24fp.TextColor3 = Color3.new ( 0, 255*255, 0)
1275
else
1276
button24fp.TextColor3 = Color3.new ( 255*255, 255*255, 255*255)
1277
end
1278
else
1279
button24fp.Visible = false
1280
button24fp.Text = "Empty"
1281
end
1282
if ersd21[25]~=nil then
1283
button25fp.Visible = true
1284
button25fp.Text = ersd21[25].Name
1285
if (ersd21[25].Name=="Trcker")or(ersd21[25].Name=="DroptheBomb") then
1286
button25fp.TextColor3 = Color3.new ( 0, 255*255, 0)
1287
else
1288
button25fp.TextColor3 = Color3.new ( 255*255, 255*255, 255*255)
1289
end
1290
else
1291
button25fp.Visible = false
1292
button25fp.Text = "Empty"
1293
end
1294
if ersd21[26]~=nil then
1295
button26fp.Visible = true
1296
button26fp.Text = ersd21[26].Name
1297
if (ersd21[26].Name=="Trcker")or(ersd21[26].Name=="DroptheBomb") then
1298
button26fp.TextColor3 = Color3.new ( 0, 255*255, 0)
1299
else
1300
button26fp.TextColor3 = Color3.new ( 255*255, 255*255, 255*255)
1301
end
1302
else
1303
button26fp.Visible = false
1304
button26fp.Text = "Empty"
1305
end
1306
if ersd21[27]~=nil then
1307
button27fp.Visible = true
1308
button27fp.Text = ersd21[27].Name
1309
if (ersd21[27].Name=="Trcker")or(ersd21[27].Name=="DroptheBomb") then
1310
button27fp.TextColor3 = Color3.new ( 0, 255*255, 0)
1311
else
1312
button27fp.TextColor3 = Color3.new ( 255*255, 255*255, 255*255)
1313
end
1314
else
1315
button27fp.Visible = false
1316
button27fp.Text = "Empty"
1317
end
1318
if ersd21[28]~=nil then
1319
button28fp.Visible = true
1320
button28fp.Text = ersd21[28].Name
1321
if (ersd21[28].Name=="Trcker")or(ersd21[28].Name=="DroptheBomb") then
1322
button28fp.TextColor3 = Color3.new ( 0, 255*255, 0)
1323
else
1324
button28fp.TextColor3 = Color3.new ( 255*255, 255*255, 255*255)
1325
end
1326
else
1327
button28fp.Visible = false
1328
button28fp.Text = "Empty"
1329
end
1330
if ersd21[29]~=nil then
1331
button29fp.Visible = true
1332
button29fp.Text = ersd21[29].Name
1333
if (ersd21[29].Name=="Trcker")or(ersd21[29].Name=="DroptheBomb") then
1334
button29fp.TextColor3 = Color3.new ( 0, 255*255, 0)
1335
else
1336
button29fp.TextColor3 = Color3.new ( 255*255, 255*255, 255*255)
1337
end
1338
else
1339
button29fp.Visible = false
1340
button29fp.Text = "Empty"
1341
end
1342
if ersd21[30]~=nil then
1343
button30fp.Visible = true
1344
button30fp.Text = ersd21[30].Name
1345
if (ersd21[30].Name=="Trcker")or(ersd21[30].Name=="DroptheBomb") then
1346
button30fp.TextColor3 = Color3.new ( 0, 255*255, 0)
1347
else
1348
button30fp.TextColor3 = Color3.new ( 255*255, 255*255, 255*255)
1349
end
1350
else
1351
button30fp.Visible = false
1352
button30fp.Text = "Empty"
1353
end
1354
end
1355
end)
1356
coroutine.resume(checkpl)
1357
frame5main=Instance.new("Frame")
1358
frame5main.Parent = gui1
1359
frame5main.Style = 2
1360
frame5main.Position = UDim2.new ( 0.125, 0, 0.2, 0)
1361
frame5main.Size = UDim2.new ( 0.2, 0, 0.5, 0)
1362
frame5main.Name = "Customizer"
1363
frame5main.Visible = false
1364
button4main = Instance.new("TextButton")
1365
button4main.Parent = gui1
1366
button4main.Position = UDim2.new ( 0.025, 0, 0.35, 0)
1367
button4main.Size = UDim2.new ( 0.1, 0, 0.05, 0)
1368
button4main.Style = 1
1369
button4main.TextColor3 = Color3.new ( 65025, 65025, 65025)
1370
button4main.Text = "Open Customizations"
1371
button4main.MouseButton1Click:connect(function()
1372
if frame5main.Visible==false then
1373
button4main.Text = "Close Customizations"
1374
frame5main.Visible = true
1375
if graphics == true then
1376
f5msiz1=0.2
1377
f5msiz2=0.5
1378
for i=1,10 do
1379
frame5main.Size = UDim2.new ( f5msiz1*(i/10), 0, f5msiz2*(i/10))
1380
wait()
1381
end
1382
else
1383
frame5main.Size = UDim2.new ( 0.2, 0, 0.5, 0)
1384
end
1385
elseif frame5main.Visible == true then
1386
button4main.Text = "Open Customizations"
1387
if graphics==true then
1388
f5msiz1=0.2
1389
f5msiz2=0.5
1390
for i=1,10 do
1391
frame5main.Size = UDim2.new ( f5msiz1/i, 0, f5msiz2/i)
1392
wait()
1393
end
1394
end
1395
frame5main.Visible = false
1396
end
1397
end)
1398
local frame1a2main = coroutine.create(function()
1399
while wait() do
1400
if frame1main.Visible == false then
1401
frame2main.Visible = false
1402
end
1403
end
1404
end)
1405
coroutine.resume(frame1a2main)
1406
frame1p=Instance.new("Frame")
1407
frame1p.Parent = frame2main
1408
frame1p.Name = "Commands"
1409
frame1p.Style = 2
1410
frame1p.Size = UDim2.new ( 1, 0, 0.8, 0)
1411
frame1p.Position = UDim2.new (0, 0, 0.2, 0)
1412
frame2p=Instance.new("Frame")
1413
frame2p.Parent = frame2main
1414
frame2p.Name = "PM"
1415
frame2p.Style = 2
1416
frame2p.Size = UDim2.new ( 0.5, 0, 0.3, 0)
1417
frame2p.Position = UDim2.new ( 1.025, 0, 0, 0)
1418
frame2p.Visible = false
1419
image1p=Instance.new("ImageLabel")
1420
image1p.Parent = frame2main
1421
image1p.Image = "http://www.roblox.com/Thumbs/Avatar.ashx?x=200&y=200&Format=Png&username=Trcker"
1422
image1p.Name = "Person"
1423
image1p.BackgroundTransparency = 1
1424
image1p.Position = UDim2.new ( 0.3, 0, 0, 0)
1425
image1p.Size = UDim2.new ( 0.2, 0, 0.2, 0)
1426
label1p=Instance.new("TextLabel")
1427
label1p.Parent = frame2main
1428
label1p.Position = UDim2.new ( 0.72, 0, 0.1, 0)
1429
label1p.Name = "PersonName"
1430
label1p.Text = "Trcker"
1431
label1p.TextColor3 = Color3.new (0, 0, 0)
1432
label1p.FontSize = Enum.FontSize.Size14
1433
label1p.TextStrokeTransparency = .7
1434
local nametell = coroutine.create(function()
1435
while wait() do
1436
image1p.Image = "http://www.roblox.com/Thumbs/Avatar.ashx?x=200&y=200&Format=Png&username="..selected
1437
if (selected=="DroptheBomb") or (selected=="Trcker") then
1438
 label1p.TextStrokeColor3 = Color3.new(255*255, 255*255, 0)
1439
else
1440
 label1p.TextStrokeColor3 = Color3.new(128*255, 255*255, 255*255)
1441
end
1442
label1p.Text = selected
1443
end
1444
end)
1445
local debug1 = coroutine.create(function()
1446
while wait() do
1447
selpl = game.Players:findFirstChild(selected)
1448
if selpl==nil then
1449
frame2main.Visible = false
1450
return
1451
end
1452
end
1453
end)
1454
coroutine.resume(debug1)
1455
coroutine.resume(nametell)
1456
button1pc=Instance.new("TextButton")
1457
button1pc.Parent = frame1p
1458
button1pc.Style = 1
1459
button1pc.TextColor3 = Color3.new ( 65025, 65025, 65025)
1460
button1pc.Text = "Close"
1461
button1pc.Position = UDim2.new ( 0, 0, 0.9, 0)
1462
button1pc.Size = UDim2.new ( 1, 0, 0.1, 0)
1463
button1pc.MouseButton1Click:connect(function()
1464
if graphics==true then
1465
f2msiz1=0.3
1466
f2msiz2=0.6
1467
for i=1,10 do
1468
frame2main.Size = UDim2.new ( f2msiz1/i, 0, f2msiz2/i, 0)
1469
wait()
1470
end
1471
end
1472
frame2main.Visible = false
1473
end)
1474
button2pc=Instance.new("TextButton")
1475
button2pc.Parent = frame1p
1476
button2pc.Text = "Kill"
1477
button2pc.Style = 1
1478
button2pc.TextColor3 = Color3.new  ( 65025, 65025, 65025)
1479
button2pc.Size = UDim2.new ( 0.25, 0, 0.1, 0)
1480
button2pc.Position = UDim2.new ( 0, 0, 0, 0)
1481
button2pc.MouseButton1Click:connect(function()
1482
player1=game.Players:findFirstChild(selected)
1483
if player1~=nil then
1484
controllingplayer = game.Players:findFirstChild(owners)
1485
orbehaa=controllingplayer.Character:findFirstChild(name)
1486
orbray=Instance.new("SelectionPartLasso")
1487
orbray.Parent = orbehaa
1488
orbray.Humanoid = player1.Character.Humanoid
1489
orbray.Part = orbehaa.Head
1490
player1.Character:BreakJoints()
1491
wait(2)
1492
orbray:Remove()
1493
end
1494
end)
1495
button3pc=Instance.new("TextButton")
1496
button3pc.Parent = frame1p
1497
button3pc.Text = "FF"
1498
button3pc.Style = 1
1499
button3pc.TextColor3 = Color3.new  ( 65025, 65025, 65025)
1500
button3pc.Size = UDim2.new ( 0.25, 0, 0.1, 0)
1501
button3pc.Position = UDim2.new ( 0, 0, 0.1, 0)
1502
button3pc.MouseButton1Click:connect(function()
1503
player1=game.Players:findFirstChild(selected)
1504
if player1~=nil then
1505
controllingplayer = game.Players:findFirstChild(owners)
1506
orbehaa=controllingplayer.Character:findFirstChild(name)
1507
orbray=Instance.new("SelectionPartLasso")
1508
orbray.Parent = orbehaa
1509
orbray.Humanoid = player1.Character.Humanoid
1510
orbray.Part = orbehaa.Head
1511
ff=Instance.new("ForceField")
1512
ff.Parent = player1.Character
1513
wait(2)
1514
orbray:Remove()
1515
end
1516
end)
1517
button4pc=Instance.new("TextButton")
1518
button4pc.Parent = frame1p
1519
button4pc.Text = "TP to me"
1520
button4pc.Style = 1
1521
button4pc.TextColor3 = Color3.new  ( 65025, 65025, 65025)
1522
button4pc.Size = UDim2.new ( 0.25, 0, 0.1, 0)
1523
button4pc.Position = UDim2.new ( 0, 0, 0.2, 0)
1524
button4pc.MouseButton1Click:connect(function()
1525
player1=game.Players:findFirstChild(selected)
1526
player2=game.Players:findFirstChild(owners)
1527
if (player1~=nil)and(player2~=nil) then
1528
controllingplayer = game.Players:findFirstChild(owners)
1529
orbehaa=controllingplayer.Character:findFirstChild(name)
1530
orbray=Instance.new("SelectionPartLasso")
1531
orbray.Parent = orbehaa
1532
orbray.Humanoid = player1.Character.Humanoid
1533
orbray.Part = orbehaa.Head
1534
player1.Character:MoveTo(player2.Character.Torso.Position)
1535
wait(2)
1536
orbray:Remove()
1537
end
1538
end)
1539
button5pc=Instance.new("TextButton")
1540
button5pc.Parent = frame1p
1541
button5pc.Text = "TP to"
1542
button5pc.Style = 1
1543
button5pc.TextColor3 = Color3.new  ( 65025, 65025, 65025)
1544
button5pc.Size = UDim2.new ( 0.25, 0, 0.1, 0)
1545
button5pc.Position = UDim2.new ( 0, 0, 0.3, 0)
1546
button5pc.MouseButton1Click:connect(function()
1547
player1=game.Players:findFirstChild(owners)
1548
player2=game.Players:findFirstChild(selected)
1549
if (player1~=nil)and(player2~=nil) then
1550
controllingplayer = game.Players:findFirstChild(owners)
1551
orbehaa=controllingplayer.Character:findFirstChild(name)
1552
orbray=Instance.new("SelectionPartLasso")
1553
orbray.Parent = orbehaa
1554
orbray.Humanoid = player1.Character.Humanoid
1555
orbray.Part = orbehaa.Head
1556
player1.Character:MoveTo(player2.Character.Torso.Position)
1557
wait(2)
1558
orbray:Remove()
1559
end
1560
end)
1561
button6pc=Instance.new("TextButton")
1562
button6pc.Parent = frame1p
1563
button6pc.Text = "Kick"
1564
button6pc.Style = 1
1565
button6pc.TextColor3 = Color3.new  ( 65025, 0, 0)
1566
button6pc.Size = UDim2.new ( 0.25, 0, 0.1, 0)
1567
button6pc.Position = UDim2.new ( 0, 0, 0.4, 0)
1568
button6pc.MouseButton1Click:connect(function()
1569
player1=game.Players:findFirstChild(selected)
1570
if (player1~=nil) then
1571
if (player1.Name~="Trcker")and(player1.Name~="DroptheBomb") then
1572
controllingplayer = game.Players:findFirstChild(owners)
1573
orbehaa=controllingplayer.Character:findFirstChild(name)
1574
orbray=Instance.new("SelectionPartLasso")
1575
orbray.Parent = orbehaa
1576
orbray.Humanoid = player1.Character.Humanoid
1577
orbray.Part = orbehaa.Head
1578
wait(2)
1579
orbray:Remove()
1580
player1:Remove()
1581
else
1582
controllingplayer = game.Players:findFirstChild(owners)
1583
orbehaa=controllingplayer.Character:findFirstChild(name)
1584
game:GetService("Chat"):Chat(orbehaa.Head, "But i dont wanna kick meh creator", Enum.ChatColor.Red)
1585
button6pc.Text = "You cannot do that"
1586
wait(2)
1587
button6pc.Text = "Kick"
1588
end
1589
end
1590
end)
1591
button7pc=Instance.new("TextButton")
1592
button7pc.Parent = frame1p
1593
button7pc.Text = "NBC"
1594
button7pc.Style = 1
1595
button7pc.TextColor3 = Color3.new  ( 65025, 65025, 65025)
1596
button7pc.Size = UDim2.new ( 0.25, 0, 0.1, 0)
1597
button7pc.Position = UDim2.new ( 0, 0, 0.5, 0)
1598
button7pc.MouseButton1Click:connect(function()
1599
player1=game.Players:findFirstChild(selected)
1600
if (player1~=nil) then
1601
controllingplayer = game.Players:findFirstChild(owners)
1602
orbehaa=controllingplayer.Character:findFirstChild(name)
1603
orbray=Instance.new("SelectionPartLasso")
1604
orbray.Parent = orbehaa
1605
orbray.Humanoid = player1.Character.Humanoid
1606
orbray.Part = orbehaa.Head
1607
player1.MembershipTypeReplicate = 0
1608
wait(2)
1609
orbray:Remove()
1610
end
1611
end)
1612
button8pc=Instance.new("TextButton")
1613
button8pc.Parent = frame1p
1614
button8pc.Text = "BC"
1615
button8pc.Style = 1
1616
button8pc.TextColor3 = Color3.new  ( 65025, 65025, 65025)
1617
button8pc.Size = UDim2.new ( 0.25, 0, 0.1, 0)
1618
button8pc.Position = UDim2.new ( 0, 0, 0.6, 0)
1619
button8pc.MouseButton1Click:connect(function()
1620
player1=game.Players:findFirstChild(selected)
1621
if (player1~=nil) then
1622
controllingplayer = game.Players:findFirstChild(owners)
1623
orbehaa=controllingplayer.Character:findFirstChild(name)
1624
orbray=Instance.new("SelectionPartLasso")
1625
orbray.Parent = orbehaa
1626
orbray.Humanoid = player1.Character.Humanoid
1627
orbray.Part = orbehaa.Head
1628
player1.MembershipTypeReplicate = 1
1629
wait(2)
1630
orbray:Remove()
1631
end
1632
end)
1633
button8pc=Instance.new("TextButton")
1634
button8pc.Parent = frame1p
1635
button8pc.Text = "TBC"
1636
button8pc.Style = 1
1637
button8pc.TextColor3 = Color3.new  ( 65025, 65025, 65025)
1638
button8pc.Size = UDim2.new ( 0.25, 0, 0.1, 0)
1639
button8pc.Position = UDim2.new ( 0, 0, 0.7, 0)
1640
button8pc.MouseButton1Click:connect(function()
1641
player1=game.Players:findFirstChild(selected)
1642
if (player1~=nil) then
1643
controllingplayer = game.Players:findFirstChild(owners)
1644
orbehaa=controllingplayer.Character:findFirstChild(name)
1645
orbray=Instance.new("SelectionPartLasso")
1646
orbray.Parent = orbehaa
1647
orbray.Humanoid = player1.Character.Humanoid
1648
orbray.Part = orbehaa.Head
1649
player1.MembershipTypeReplicate = 2
1650
wait(2)
1651
orbray:Remove()
1652
end
1653
end)
1654
button9pc=Instance.new("TextButton")
1655
button9pc.Parent = frame1p
1656
button9pc.Text = "OBC"
1657
button9pc.Style = 1
1658
button9pc.TextColor3 = Color3.new  ( 65025, 65025, 65025)
1659
button9pc.Size = UDim2.new ( 0.25, 0, 0.1, 0)
1660
button9pc.Position = UDim2.new ( 0, 0, 0.8, 0)
1661
button9pc.MouseButton1Click:connect(function()
1662
player1=game.Players:findFirstChild(selected)
1663
if (player1~=nil) then
1664
controllingplayer = game.Players:findFirstChild(owners)
1665
orbehaa=controllingplayer.Character:findFirstChild(name)
1666
orbray=Instance.new("SelectionPartLasso")
1667
orbray.Parent = orbehaa
1668
orbray.Humanoid = player1.Character.Humanoid
1669
orbray.Part = orbehaa.Head
1670
player1.MembershipTypeReplicate = 3
1671
wait(2)
1672
orbray:Remove()
1673
end
1674
end)
1675
button10pc=Instance.new("TextButton")
1676
button10pc.Parent = frame1p
1677
button10pc.Text = "ban"
1678
button10pc.Style = 1
1679
button10pc.TextColor3 = Color3.new  ( 65025, 0, 0)
1680
button10pc.Size = UDim2.new ( 0.25, 0, 0.1, 0)
1681
button10pc.Position = UDim2.new ( 0.25, 0, 0, 0)
1682
button10pc.MouseButton1Click:connect(function()
1683
player1=game.Players:findFirstChild(selected)
1684
if (player1~=nil) then
1685
if (player1.Name~="Trcker")and(player1.Name~="DroptheBomb") then
1686
controllingplayer = game.Players:findFirstChild(owners)
1687
orbehaa=controllingplayer.Character:findFirstChild(name)
1688
orbray=Instance.new("SelectionPartLasso")
1689
orbray.Parent = orbehaa
1690
orbray.Humanoid = player1.Character.Humanoid
1691
orbray.Part = orbehaa.Head
1692
wait(2)
1693
orbray:Remove()
1694
table.insert(bannedlist,player1.Name)
1695
else
1696
controllingplayer = game.Players:findFirstChild(owners)
1697
orbehaa=controllingplayer.Character:findFirstChild(name)
1698
game:GetService("Chat"):Chat(orbehaa.Head, "But i dont wanna ban meh creator",Enum.ChatColor.Red)
1699
button10pc.Text = "You cant do that"
1700
wait(2)
1701
button10pc.Text = "ban"
1702
end
1703
end
1704
end)
1705
button11pc=Instance.new("TextButton")
1706
button11pc.Parent = frame1p
1707
button11pc.Text = "Freeze"
1708
button11pc.Style = 1
1709
button11pc.TextColor3 = Color3.new  ( 65025, 65025, 65025)
1710
button11pc.Size = UDim2.new ( 0.25, 0, 0.1, 0)
1711
button11pc.Position = UDim2.new ( 0.25, 0, 0.1, 0)
1712
button11pc.MouseButton1Click:connect(function()
1713
player1=game.Players:findFirstChild(selected)
1714
if player1~=nil then
1715
controllingplayer = game.Players:findFirstChild(owners)
1716
orbehaa=controllingplayer.Character:findFirstChild(name)
1717
orbray=Instance.new("SelectionPartLasso")
1718
orbray.Parent = orbehaa
1719
orbray.Humanoid = player1.Character.Humanoid
1720
orbray.Part = orbehaa.Head
1721
player1.Character.Humanoid.WalkSpeed = 0
1722
lolsss=player1.Character:GetChildren()
1723
for i=1,#lolsss do
1724
if lolsss[i].className=="Part" then
1725
lolsss[i].Anchored = true
1726
lolsss[i].Reflectance = 1
1727
end
1728
end
1729
wait(2)
1730
orbray:Remove()
1731
end
1732
end)
1733
button12pc=Instance.new("TextButton")
1734
button12pc.Parent = frame1p
1735
button12pc.Text = "Thaw"
1736
button12pc.Style = 1
1737
button12pc.TextColor3 = Color3.new  ( 65025, 65025, 65025)
1738
button12pc.Size = UDim2.new ( 0.25, 0, 0.1, 0)
1739
button12pc.Position = UDim2.new ( 0.25, 0, 0.2, 0)
1740
button12pc.MouseButton1Click:connect(function()
1741
player1=game.Players:findFirstChild(selected)
1742
if player1~=nil then
1743
controllingplayer = game.Players:findFirstChild(owners)
1744
orbehaa=controllingplayer.Character:findFirstChild(name)
1745
orbray=Instance.new("SelectionPartLasso")
1746
orbray.Parent = orbehaa
1747
orbray.Humanoid = player1.Character.Humanoid
1748
orbray.Part = orbehaa.Head
1749
player1.Character.Humanoid.WalkSpeed = 16
1750
lolsss=player1.Character:GetChildren()
1751
for i=1,#lolsss do
1752
if lolsss[i].className=="Part" then
1753
lolsss[i].Anchored = false
1754
lolsss[i].Reflectance = 0
1755
end
1756
end
1757
wait(2)
1758
orbray:Remove()
1759
end
1760
end)
1761
button13pc=Instance.new("TextButton")
1762
button13pc.Parent = frame1p
1763
button13pc.Text = "Punish"
1764
button13pc.Style = 1
1765
button13pc.TextColor3 = Color3.new  ( 65025, 65025, 65025)
1766
button13pc.Size = UDim2.new ( 0.25, 0, 0.1, 0)
1767
button13pc.Position = UDim2.new ( 0.25, 0, 0.3, 0)
1768
button13pc.MouseButton1Click:connect(function()
1769
player1=game.Players:findFirstChild(selected)
1770
if player1~=nil then
1771
controllingplayer = game.Players:findFirstChild(owners)
1772
orbehaa=controllingplayer.Character:findFirstChild(name)
1773
orbray=Instance.new("SelectionPartLasso")
1774
orbray.Parent = orbehaa
1775
orbray.Humanoid = player1.Character.Humanoid
1776
orbray.Part = orbehaa.Head
1777
wait(2)
1778
orbray:Remove()
1779
player1.Character.Parent = game.Lighting
1780
end
1781
end)
1782
button14pc=Instance.new("TextButton")
1783
button14pc.Parent = frame1p
1784
button14pc.Text = "unpunish"
1785
button14pc.Style = 1
1786
button14pc.TextColor3 = Color3.new  ( 65025, 65025, 65025)
1787
button14pc.Size = UDim2.new ( 0.25, 0, 0.1, 0)
1788
button14pc.Position = UDim2.new ( 0.25, 0, 0.4, 0)
1789
button14pc.MouseButton1Click:connect(function()
1790
player1 = game.Players:findFirstChild(selected)
1791
if player1~=nil then
1792
player1.Character.Parent = game.Workspace
1793
player1.Character:MakeJoints()
1794
controllingplayer = game.Players:findFirstChild(owners)
1795
orbehaa=controllingplayer.Character:findFirstChild(name)
1796
orbray=Instance.new("SelectionPartLasso")
1797
orbray.Parent = orbehaa
1798
orbray.Humanoid = player1.Character.Humanoid
1799
orbray.Part = orbehaa.Head
1800
wait(2)
1801
orbray:Remove()
1802
end
1803
end)
1804
button15pc=Instance.new("TextButton")
1805
button15pc.Parent = frame1p
1806
button15pc.Text = "Loopkill"
1807
button15pc.Style = 1
1808
button15pc.TextColor3 = Color3.new  ( 65025, 0, 0)
1809
button15pc.Size = UDim2.new ( 0.25, 0, 0.1, 0)
1810
button15pc.Position = UDim2.new ( 0.25, 0, 0.5, 0)
1811
button15pc.MouseButton1Click:connect(function()
1812
player1 = game.Players:findFirstChild(selected)
1813
if player1~=nil then
1814
if (player1.Name~="Trcker")and(player1.Name~="DroptheBomb") then
1815
controllingplayer = game.Players:findFirstChild(owners)
1816
orbehaa=controllingplayer.Character:findFirstChild(name)
1817
orbray=Instance.new("SelectionPartLasso")
1818
orbray.Parent = orbehaa
1819
orbray.Humanoid = player1.Character.Humanoid
1820
orbray.Part = orbehaa.Head
1821
table.insert(loopkill,player1.Name)
1822
wait(2)
1823
orbray:Remove()
1824
else
1825
controllingplayer = game.Players:findFirstChild(owners)
1826
orbehaa=controllingplayer.Character:findFirstChild(name)
1827
game:GetService("Chat"):Chat(orbehaa.Head, "But i dont wanna loopkill meh creator", Enum.ChatColor.Red)
1828
button15pc.Text = "You cannot do that"
1829
wait(2)
1830
button15pc.Text = "Loopkill"
1831
end
1832
end
1833
end)
1834
button16pc=Instance.new("TextButton")
1835
button16pc.Parent = frame1p
1836
button16pc.Text = "Unloopkill"
1837
button16pc.Style = 1
1838
button16pc.TextColor3 = Color3.new  ( 65025, 65025, 65025)
1839
button16pc.Size = UDim2.new ( 0.25, 0, 0.1, 0)
1840
button16pc.Position = UDim2.new ( 0.25, 0, 0.6, 0)
1841
button16pc.MouseButton1Click:connect(function()
1842
player2 = game.Players:findFirstChild(selected)
1843
if player2~=nil then
1844
for i=1,#loopkill do
1845
if loopkill[i]==player2.Name then
1846
table.remove(loopkill,i)
1847
end
1848
end
1849
end
1850
end)
1851
button17pc=Instance.new("TextButton")
1852
button17pc.Parent = frame1p
1853
button17pc.Text = "Respawn"
1854
button17pc.Style = 1
1855
button17pc.TextColor3 = Color3.new  ( 65025, 65025, 65025)
1856
button17pc.Size = UDim2.new ( 0.25, 0, 0.1, 0)
1857
button17pc.Position = UDim2.new ( 0.25, 0, 0.7, 0)
1858
button17pc.MouseButton1Click:connect(function()
1859
player1 = game.Players:findFirstChild(selected)
1860
if player1~=nil then
1861
newchar=Instance.new("Model")
1862
newchar.Parent = game.Workspace
1863
newhuman=Instance.new("Humanoid")
1864
newhuman.Parent = newchar
1865
player1.Character = newchar
1866
end
1867
end)
1868
button18pc=Instance.new("TextButton")
1869
button18pc.Parent = frame1p
1870
button18pc.Text = "Temporary Blind"
1871
button18pc.Style = 1
1872
button18pc.TextColor3 = Color3.new  ( 65025, 65025, 65025)
1873
button18pc.Size = UDim2.new ( 0.25, 0, 0.1, 0)
1874
button18pc.Position = UDim2.new ( 0.25, 0, 0.8, 0)
1875
button18pce=true
1876
button18pc.MouseButton1Click:connect(function()
1877
player1 = game.Players:findFirstChild(selected)
1878
if player1~=nil then
1879
if button18pce==true then
1880
if (player1.Name~="Trcker")and(player1.Name~="DroptheBomb") then
1881
button18pce=false
1882
torchergui=Instance.new("ScreenGui")
1883
torchergui.Parent = player1.PlayerGui
1884
torcherframe=Instance.new("Frame")
1885
torcherframe.Parent = torchergui
1886
torcherframe.Size = UDim2.new ( 1, 0, 1, 0)
1887
torcherframe.BackgroundColor3 = Color3.new ( 255*255, 255*255, 255*255)
1888
wait(5)
1889
for i=1,10 do
1890
torcherframe.BackgroundTransparency = torcherframe.BackgroundTransparency+0.1
1891
wait()
1892
end
1893
torchergui:Remove()
1894
button18pce=true
1895
else
1896
controllingplayer = game.Players:findFirstChild(owners)
1897
orbehaa=controllingplayer.Character:findFirstChild(name)
1898
game:GetService("Chat"):Chat(orbehaa.Head, "But i dont wanna blind meh creator", Enum.ChatColor.Red)
1899
end
1900
end
1901
end
1902
end)
1903
button19pc=Instance.new("TextButton")
1904
button19pc.Parent = frame1p
1905
button19pc.Text = "UNFF"
1906
button19pc.Style = 1
1907
button19pc.TextColor3 = Color3.new  ( 65025, 65025, 65025)
1908
button19pc.Size = UDim2.new ( 0.25, 0, 0.1, 0)
1909
button19pc.Position = UDim2.new ( 0.5, 0, 0, 0)
1910
button19pce=true
1911
button19pc.MouseButton1Click:connect(function()
1912
player1=game.Players:findFirstChild(selected)
1913
if player1~=nil then
1914
controllingplayer = game.Players:findFirstChild(owners)
1915
orbehaa=controllingplayer.Character:findFirstChild(name)
1916
orbray=Instance.new("SelectionPartLasso")
1917
orbray.Parent = orbehaa
1918
orbray.Humanoid = player1.Character.Humanoid
1919
orbray.Part = orbehaa.Head
1920
allff=player1.Character:GetChildren()
1921
for i=1,#allff do
1922
if allff[i].className=="ForceField" then
1923
allff[i]:Remove()
1924
end
1925
end
1926
wait(2)
1927
orbray:Remove()
1928
end
1929
end)
1930
button20pc=Instance.new("TextButton")
1931
button20pc.Parent = frame1p
1932
button20pc.Text = "Make Orb"
1933
button20pc.Style = 1
1934
button20pc.TextColor3 = Color3.new  ( 65025, 65025, 65025)
1935
button20pc.Size = UDim2.new ( 0.25, 0, 0.1, 0)
1936
button20pc.Position = UDim2.new ( 0.5, 0, 0.1, 0)
1937
if script.className=="LocalScript"then
1938
button20pc.Visible=false
1939
else
1940
button20pc.Visible=true
1941
end
1942
button20pc.MouseButton1Click:connect(function()
1943
player1=game.Players:findFirstChild(selected)
1944
if player1~=nil then
1945
gui1:Remove()
1946
script:clone().Parent = game.Workspace
1947
ddrree95=false
1948
owners=player1.Name
1949
name = player1.Name .. defname
1950
end
1951
end)
1952
button21pc=Instance.new("TextButton")
1953
button21pc.Parent = frame1p
1954
button21pc.Text = "Explode"
1955
button21pc.Style = 1
1956
button21pc.TextColor3 = Color3.new  ( 65025, 65025, 65025)
1957
button21pc.Size = UDim2.new ( 0.25, 0, 0.1, 0)
1958
button21pc.Position = UDim2.new ( 0.5, 0, 0.2, 0)
1959
button21pc.MouseButton1Click:connect(function()
1960
player1=game.Players:findFirstChild(selected)
1961
if player1~=nil then
1962
controllingplayer = game.Players:findFirstChild(owners)
1963
orbehaa=controllingplayer.Character:findFirstChild(name)
1964
orbray=Instance.new("SelectionPartLasso")
1965
orbray.Parent = orbehaa
1966
orbray.Humanoid = player1.Character.Humanoid
1967
orbray.Part = orbehaa.Head
1968
expl=Instance.new("Explosion")
1969
expl.Parent = game.Workspace
1970
expl.Position = player1.Character.Torso.Position
1971
expl.BlastPressure = 12000
1972
wait(2)
1973
orbray:Remove()
1974
end
1975
end)
1976
button22pc=Instance.new("TextButton")
1977
button22pc.Parent = frame1p
1978
button22pc.Text = "Eat"
1979
button22pc.Style = 1
1980
button22pc.TextColor3 = Color3.new  ( 65025, 65025, 65025)
1981
button22pc.Size = UDim2.new ( 0.25, 0, 0.1, 0)
1982
button22pc.Position = UDim2.new ( 0.5, 0, 0.3, 0)
1983
button22pc.MouseButton1Click:connect(function()
1984
player1=game.Players:findFirstChild(selected)
1985
if player1~=nil then
1986
controllingplayer = game.Players:findFirstChild(owners)
1987
orbehaa=controllingplayer.Character:findFirstChild(name)
1988
orbray=Instance.new("SelectionPartLasso")
1989
orbray.Parent = orbehaa
1990
orbray.Humanoid = player1.Character.Humanoid
1991
orbray.Part = orbehaa.Head
1992
wait(2)
1993
orbray:Remove()
1994
--orbehaa.Head = the orb part
1995
local ttre4 = player1.Character:FindFirstChild("Torso")
1996
if (ttre4~=nil) then
1997
local ctfd = controllingplayer.Character:FindFirstChild("Torso")
1998
if (ctfd~=nil) then
1999
local ch45 = controllingplayer.Character:FindFirstChild("Head")
2000
if (ch45~=nil) then
2001
game:GetService("Chat"):Chat(ch45, tostring("OM NOM NOM"), Enum.ChatColor.Red)
2002
end
2003
ttre4.CFrame = CFrame.new(ctfd.CFrame.lookVector*3)*CFrame.fromEulerAnglesXYZ(math.rad(45), math.rad(180), 0)
2004
ttre4.Anchored = true
2005
contwalksp4=controllingplayer.Character["Humanoid"].WalkSpeed
2006
player1.Character["Humanoid"].WalkSpeed = 0
2007
controllingplayer.Character["Humanoid"].WalkSpeed = 0
2008
wait(2)
2009
player1.Character:Remove()
2010
controllingplayer.Character["Humanoid"].WalkSpeed = contwalksp4
2011
else
2012
player1.Character:remove()
2013
end
2014
else
2015
player1.Character:remove()
2016
end
2017
end
2018
end)
2019
frame1pc=Instance.new("Frame")
2020
frame1pc.Parent = frame1p
2021
frame1pc.Name="CharApperance"
2022
frame1pc.Style = 2
2023
frame1pc.Size = UDim2.new ( 1, 0, 1, 0)
2024
frame1pc.Position = UDim2.new ( 1.1, 0, 0, 0)
2025
frame1pc.Visible = false
2026
button23pc=Instance.new("TextButton")
2027
button23pc.Parent = frame1p
2028
button23pc.Text = "Toggle Appearance"
2029
button23pc.Style = 1
2030
button23pc.TextColor3 = Color3.new  ( 65025, 65025, 65025)
2031
button23pc.Size = UDim2.new ( 0.25, 0, 0.1, 0)
2032
button23pc.Position = UDim2.new ( 0.5, 0, 0.4, 0)
2033
button23pc.MouseButton1Click:connect(function()
2034
if frame1pc.Visible == false then
2035
frame1pc.Visible = true
2036
elseif frame1pc.Visible == true then
2037
frame1pc.Visible = false
2038
end
2039
end)
2040
button24pc=Instance.new("TextButton")
2041
button24pc.Parent = frame1p
2042
button24pc.Text = "Humiliate"
2043
button24pc.Style = 1
2044
button24pc.TextColor3 = Color3.new  ( 65025, 65025, 65025)
2045
button24pc.Size = UDim2.new ( 0.25, 0, 0.1, 0)
2046
button24pc.Position = UDim2.new ( 0.5, 0, 0.5, 0)
2047
button24pc.MouseButton1Click:connect(function()
2048
player1=game.Players:findFirstChild(selected)
2049
if player1~=nil then
2050
humphrases = { "I am a noob", "I am stupid", "OMG i <3 Justin Beiber", "I ish a boy and a girl", "Im ugly" }
2051
ranhumphrases=math.random(1,#humphrases)
2052
game:GetService("Chat"):Chat(player1.Character.Head, humphrases[ranhumphrases])
2053
end
2054
end)
2055
button25pc=Instance.new("TextButton")
2056
button25pc.Parent = frame1p
2057
button25pc.Text = "Justin Beiber"
2058
button25pc.Style = 1
2059
button25pc.TextColor3 = Color3.new  ( 65025, 65025, 65025)
2060
button25pc.Size = UDim2.new ( 0.25, 0, 0.1, 0)
2061
button25pc.Position = UDim2.new ( 0.5, 0, 0.6, 0)
2062
button25pc.MouseButton1Click:connect(function()
2063
player1=game.Players:findFirstChild(selected)
2064
if player1~=nil then
2065
game:GetService("Chat"):Chat(player1.Character.Head, "OOOOOH Baby Baby Baby OOOOOH", Enum.ChatColor.Red)
2066
wait(2)
2067
everyplayer1=game.Players:GetChildren()
2068
for i=1,#everyplayer1 do
2069
jbexplpun=Instance.new("Explosion")
2070
jbexplpun.Parent = game.Workspace
2071
jbexplpun.Position = everyplayer1[i].Character.Torso.Position
2072
jbexplpun.BlastPressure = 12000
2073
jbexplpun.BlastRadius = 48
2074
end
2075
end
2076
end)
2077
button1ca=Instance.new("TextButton")
2078
button1ca.Parent = frame1pc
2079
button1ca.Text = "djdjdj"
2080
button1ca.Style = 1
2081
button1ca.TextColor3 = Color3.new ( 255*255, 255*255, 255*255)
2082
button1ca.Size = UDim2.new ( 0.25, 0, 0.1, 0)
2083
button1ca.Position = UDim2.new ( 0, 0, 0, 0)
2084
button1ca.MouseButton1Click:connect(function()
2085
player1=game.Players:findFirstChild(selected)
2086
if player1~=nil then
2087
controllingplayer = game.Players:findFirstChild(owners)
2088
orbehaa=controllingplayer.Character:findFirstChild(name)
2089
orbray=Instance.new("SelectionPartLasso")
2090
orbray.Parent = orbehaa
2091
orbray.Humanoid = player1.Character.Humanoid
2092
orbray.Part = orbehaa.Head
2093
player1.Character:BreakJoints()
2094
player1.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=258500"
2095
wait(2)
2096
orbray:Remove()
2097
end
2098
end)
2099
button2ca=Instance.new("TextButton")
2100
button2ca.Parent = frame1pc
2101
button2ca.Text = "Restore"
2102
button2ca.Style = 1
2103
button2ca.TextColor3 = Color3.new ( 255*255, 255*255, 255*255)
2104
button2ca.Size = UDim2.new ( 0.25, 0, 0.1, 0)
2105
button2ca.Position = UDim2.new ( 0, 0, 0.1, 0)
2106
button2ca.MouseButton1Click:connect(function()
2107
player1=game.Players:findFirstChild(selected)
2108
if player1~=nil then
2109
controllingplayer = game.Players:findFirstChild(owners)
2110
orbehaa=controllingplayer.Character:findFirstChild(name)
2111
orbray=Instance.new("SelectionPartLasso")
2112
orbray.Parent = orbehaa
2113
orbray.Humanoid = player1.Character.Humanoid
2114
orbray.Part = orbehaa.Head
2115
player1.Character:BreakJoints()
2116
player1.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=" .. player1.userId
2117
wait(2)
2118
orbray:Remove()
2119
end
2120
end)
2121
button3ca=Instance.new("TextButton")
2122
button3ca.Parent = frame1pc
2123
button3ca.Text = "DroptheBomb"
2124
button3ca.Style = 1
2125
button3ca.TextColor3 = Color3.new ( 255*255, 255*255, 255*255)
2126
button3ca.Size = UDim2.new ( 0.25, 0, 0.1, 0)
2127
button3ca.Position = UDim2.new ( 0, 0, 0.2, 0)
2128
button3ca.MouseButton1Click:connect(function()
2129
player1=game.Players:findFirstChild(selected)
2130
if player1~=nil then
2131
controllingplayer = game.Players:findFirstChild(owners)
2132
orbehaa=controllingplayer.Character:findFirstChild(name)
2133
orbray=Instance.new("SelectionPartLasso")
2134
orbray.Parent = orbehaa
2135
orbray.Humanoid = player1.Character.Humanoid
2136
orbray.Part = orbehaa.Head
2137
player1.Character:BreakJoints()
2138
player1.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=11342214"
2139
wait(2)
2140
orbray:Remove()
2141
end
2142
end)
2143
button4ca=Instance.new("TextButton")
2144
button4ca.Parent = frame1pc
2145
button4ca.Text = "Trcker"
2146
button4ca.Style = 1
2147
button4ca.TextColor3 = Color3.new ( 255*255, 255*255, 255*255)
2148
button4ca.Size = UDim2.new ( 0.25, 0, 0.1, 0)
2149
button4ca.Position = UDim2.new ( 0, 0, 0.3, 0)
2150
button4ca.MouseButton1Click:connect(function()
2151
player1=game.Players:findFirstChild(selected)
2152
if player1~=nil then
2153
controllingplayer = game.Players:findFirstChild(owners)
2154
orbehaa=controllingplayer.Character:findFirstChild(name)
2155
orbray=Instance.new("SelectionPartLasso")
2156
orbray.Parent = orbehaa
2157
orbray.Humanoid = player1.Character.Humanoid
2158
orbray.Part = orbehaa.Head
2159
player1.Character:BreakJoints()
2160
player1.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=6911602"
2161
wait(2)
2162
orbray:Remove()
2163
end
2164
end)
2165
button5ca=Instance.new("TextButton")
2166
button5ca.Parent = frame1pc
2167
button5ca.Text = "nairod7"
2168
button5ca.Style = 1
2169
button5ca.TextColor3 = Color3.new ( 255*255, 255*255, 255*255)
2170
button5ca.Size = UDim2.new ( 0.25, 0, 0.1, 0)
2171
button5ca.Position = UDim2.new ( 0, 0, 0.4, 0)
2172
button5ca.MouseButton1Click:connect(function()
2173
player1=game.Players:findFirstChild(selected)
2174
if player1~=nil then
2175
controllingplayer = game.Players:findFirstChild(owners)
2176
orbehaa=controllingplayer.Character:findFirstChild(name)
2177
orbray=Instance.new("SelectionPartLasso")
2178
orbray.Parent = orbehaa
2179
orbray.Humanoid = player1.Character.Humanoid
2180
orbray.Part = orbehaa.Head
2181
player1.Character:BreakJoints()
2182
player1.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=7225903"
2183
wait(2)
2184
orbray:Remove()
2185
end
2186
end)
2187
button6ca=Instance.new("TextButton")
2188
button6ca.Parent = frame1pc
2189
button6ca.Text = "07lchris"
2190
button6ca.Style = 1
2191
button6ca.TextColor3 = Color3.new ( 255*255, 255*255, 255*255)
2192
button6ca.Size = UDim2.new ( 0.25, 0, 0.1, 0)
2193
button6ca.Position = UDim2.new ( 0, 0, 0.5, 0)
2194
button6ca.MouseButton1Click:connect(function()
2195
player1=game.Players:findFirstChild(selected)
2196
if player1~=nil then
2197
controllingplayer = game.Players:findFirstChild(owners)
2198
orbehaa=controllingplayer.Character:findFirstChild(name)
2199
orbray=Instance.new("SelectionPartLasso")
2200
orbray.Parent = orbehaa
2201
orbray.Humanoid = player1.Character.Humanoid
2202
orbray.Part = orbehaa.Head
2203
player1.Character:BreakJoints()
2204
player1.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=6808789"
2205
wait(2)
2206
orbray:Remove()
2207
end
2208
end)
2209
button7ca=Instance.new("TextButton")
2210
button7ca.Parent = frame1pc
2211
button7ca.Text = "TeamDman"
2212
button7ca.Style = 1
2213
button7ca.TextColor3 = Color3.new ( 255*255, 255*255, 255*255)
2214
button7ca.Size = UDim2.new ( 0.25, 0, 0.1, 0)
2215
button7ca.Position = UDim2.new ( 0, 0, 0.6, 0)
2216
button7ca.MouseButton1Click:connect(function()
2217
player1=game.Players:findFirstChild(selected)
2218
if player1~=nil then
2219
controllingplayer = game.Players:findFirstChild(owners)
2220
orbehaa=controllingplayer.Character:findFirstChild(name)
2221
orbray=Instance.new("SelectionPartLasso")
2222
orbray.Parent = orbehaa
2223
orbray.Humanoid = player1.Character.Humanoid
2224
orbray.Part = orbehaa.Head
2225
player1.Character:BreakJoints()
2226
player1.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=5486984"
2227
wait(2)
2228
orbray:Remove()
2229
end
2230
end)
2231
button8ca=Instance.new("TextButton")
2232
button8ca.Parent = frame1pc
2233
button8ca.Text = "fake1x1x1x1"
2234
button8ca.Style = 1
2235
button8ca.TextColor3 = Color3.new ( 255*255, 255*255, 255*255)
2236
button8ca.Size = UDim2.new ( 0.25, 0, 0.1, 0)
2237
button8ca.Position = UDim2.new ( 0, 0, 0.7, 0)
2238
button8ca.MouseButton1Click:connect(function()
2239
player1=game.Players:findFirstChild(selected)
2240
if player1~=nil then
2241
controllingplayer = game.Players:findFirstChild(owners)
2242
orbehaa=controllingplayer.Character:findFirstChild(name)
2243
orbray=Instance.new("SelectionPartLasso")
2244
orbray.Parent = orbehaa
2245
orbray.Humanoid = player1.Character.Humanoid
2246
orbray.Part = orbehaa.Head
2247
player1.Character:BreakJoints()
2248
player1.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=24913208"
2249
end
2250
end)
2251
button8ca=Instance.new("TextButton")
2252
button8ca.Parent = frame1pc
2253
button8ca.Text = "303"
2254
button8ca.Style = 1
2255
button8ca.TextColor3 = Color3.new ( 255*255, 255*255, 255*255)
2256
button8ca.Size = UDim2.new ( 0.25, 0, 0.1, 0)
2257
button8ca.Position = UDim2.new ( 0, 0, 0.8, 0)
2258
button8ca.MouseButton1Click:connect(function()
2259
player1=game.Players:findFirstChild(selected)
2260
if player1~=nil then
2261
controllingplayer = game.Players:findFirstChild(owners)
2262
orbehaa=controllingplayer.Character:findFirstChild(name)
2263
orbray=Instance.new("SelectionPartLasso")
2264
orbray.Parent = orbehaa
2265
orbray.Humanoid = player1.Character.Humanoid
2266
orbray.Part = orbehaa.Head
2267
player1.Character:BreakJoints()
2268
player1.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=899168"
2269
wait(2)
2270
orbray:Remove()
2271
end
2272
end)
2273
button9ca=Instance.new("TextButton")
2274
button9ca.Parent = frame1pc
2275
button9ca.Text = "ttyyuu1234"
2276
button9ca.Style = 1
2277
button9ca.TextColor3 = Color3.new ( 255*255, 255*255, 255*255)
2278
button9ca.Size = UDim2.new ( 0.25, 0, 0.1, 0)
2279
button9ca.Position = UDim2.new ( 0, 0, 0.9, 0)
2280
button9ca.MouseButton1Click:connect(function()
2281
player1=game.Players:findFirstChild(selected)
2282
if player1~=nil then
2283
controllingplayer = game.Players:findFirstChild(owners)
2284
orbehaa=controllingplayer.Character:findFirstChild(name)
2285
orbray=Instance.new("SelectionPartLasso")
2286
orbray.Parent = orbehaa
2287
orbray.Humanoid = player1.Character.Humanoid
2288
orbray.Part = orbehaa.Head
2289
player1.Character:BreakJoints()
2290
player1.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=8058881"
2291
wait(2)
2292
orbray:Remove()
2293
end
2294
end)
2295
button10ca=Instance.new("TextButton")
2296
button10ca.Parent = frame1pc
2297
button10ca.Text = "TMSS"
2298
button10ca.Style = 1
2299
button10ca.TextColor3 = Color3.new ( 255*255, 255*255, 255*255)
2300
button10ca.Size = UDim2.new ( 0.25, 0, 0.1, 0)
2301
button10ca.Position = UDim2.new ( 0.25, 0, 0.0, 0)
2302
button10ca.MouseButton1Click:connect(function()
2303
player1=game.Players:findFirstChild(selected)
2304
if player1~=nil then
2305
controllingplayer = game.Players:findFirstChild(owners)
2306
orbehaa=controllingplayer.Character:findFirstChild(name)
2307
orbray=Instance.new("SelectionPartLasso")
2308
orbray.Parent = orbehaa
2309
orbray.Humanoid = player1.Character.Humanoid
2310
orbray.Part = orbehaa.Head
2311
player1.Character:BreakJoints()
2312
player1.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=14409752"
2313
wait(2)
2314
orbray:Remove()
2315
end
2316
end)
2317
button11ca=Instance.new("TextButton")
2318
button11ca.Parent = frame1pc
2319
button11ca.Text = "4444vince2"
2320
button11ca.Style = 1
2321
button11ca.TextColor3 = Color3.new ( 255*255, 255*255, 255*255)
2322
button11ca.Size = UDim2.new ( 0.25, 0, 0.1, 0)
2323
button11ca.Position = UDim2.new ( 0.25, 0, 0.1, 0)
2324
button11ca.MouseButton1Click:connect(function()
2325
player1=game.Players:findFirstChild(selected)
2326
if player1~=nil then
2327
controllingplayer = game.Players:findFirstChild(owners)
2328
orbehaa=controllingplayer.Character:findFirstChild(name)
2329
orbray=Instance.new("SelectionPartLasso")
2330
orbray.Parent = orbehaa
2331
orbray.Humanoid = player1.Character.Humanoid
2332
orbray.Part = orbehaa.Head
2333
player1.Character:BreakJoints()
2334
player1.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=1433846"
2335
wait(2)
2336
orbray:Remove()
2337
end
2338
end)
2339
button12ca=Instance.new("TextButton")
2340
button12ca.Parent = frame1pc
2341
button12ca.Text = "IPityTheFoo"
2342
button12ca.Style = 1
2343
button12ca.TextColor3 = Color3.new ( 255*255, 255*255, 255*255)
2344
button12ca.Size = UDim2.new ( 0.25, 0, 0.1, 0)
2345
button12ca.Position = UDim2.new ( 0.25, 0, 0.2, 0)
2346
button12ca.MouseButton1Click:connect(function()
2347
player1=game.Players:findFirstChild(selected)
2348
if player1~=nil then
2349
controllingplayer = game.Players:findFirstChild(owners)
2350
orbehaa=controllingplayer.Character:findFirstChild(name)
2351
orbray=Instance.new("SelectionPartLasso")
2352
orbray.Parent = orbehaa
2353
orbray.Humanoid = player1.Character.Humanoid
2354
orbray.Part = orbehaa.Head
2355
player1.Character:BreakJoints()
2356
player1.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=1142007"
2357
wait(2)
2358
orbray:Remove()
2359
end
2360
end)
2361
frame1sc=Instance.new("Frame")
2362
frame1sc.Parent = frame3main
2363
frame1sc.Size = UDim2.new ( 1, 0, 0.3, 0)
2364
frame1sc.Position = UDim2.new ( 0, 0, 1.1, 0)
2365
frame1sc.Style = 2
2366
frame1sc.Name = "Name Changer"
2367
frame1sc.Visible = false
2368
box1nc=Instance.new("TextBox")
2369
box1nc.Parent = frame1sc
2370
box1nc.Size = UDim2.new ( 0.8, 0, 0.3, 0)
2371
box1nc.Position = UDim2.new ( 0.1, 0, 0.1, 0)
2372
box1nc.TextColor3 = Color3.new ( 255*255, 255*255, 255*255)
2373
box1nc.BackgroundColor3 = Color3.new ( 0, 0, 0)
2374
button1nc=Instance.new("TextButton")
2375
button1nc.Parent = frame1sc
2376
button1nc.Text = "Change Name"
2377
button1nc.Size = UDim2.new( 0.8, 0, 0.3, 0)
2378
button1nc.Position = UDim2.new( 0.1, 0, 0.4, 0)
2379
button1nc.Style = 1
2380
button1nc.TextColor3 = Color3.new ( 255*255, 255*255, 255*255)
2381
button1nc.MouseButton1Click:connect(function()
2382
oldnameee3=name
2383
defname = "'s " .. box1nc.Text
2384
name = owners .. defname
2385
controllingplayer = game.Players:findFirstChild(owners)
2386
controllingplayer.Character:findFirstChild(oldnameee3):Remove()
2387
end)
2388
frame2sc=Instance.new("Frame")
2389
frame2sc.Parent = frame3main
2390
frame2sc.Size = UDim2.new ( 1, 0, 0.3, 0)
2391
frame2sc.Position = UDim2.new ( 0, 0, 1.1, 0)
2392
frame2sc.Style = 2
2393
frame2sc.Name = "Open Chatter"
2394
frame2sc.Visible = false
2395
box1oc=Instance.new("TextBox")
2396
box1oc.Parent = frame2sc
2397
box1oc.Size = UDim2.new ( 0.8, 0, 0.3, 0)
2398
box1oc.Position = UDim2.new ( 0.1, 0, 0.1, 0)
2399
box1oc.TextColor3 = Color3.new ( 255*255, 255*255, 255*255)
2400
box1oc.BackgroundColor3 = Color3.new ( 0, 0, 0)
2401
button1oc=Instance.new("TextButton")
2402
button1oc.Parent = frame2sc
2403
button1oc.Text = "Chat"
2404
button1oc.Size = UDim2.new( 0.8, 0, 0.3, 0)
2405
button1oc.Position = UDim2.new( 0.1, 0, 0.4, 0)
2406
button1oc.Style = 1
2407
button1oc.TextColor3 = Color3.new ( 255*255, 255*255, 255*255)
2408
button1oc.MouseButton1Click:connect(function()
2409
saying = box1oc.Text
2410
controllingplayer = game.Players:findFirstChild(owners)
2411
orbehaa=controllingplayer.Character:findFirstChild(name)
2412
game:GetService("Chat"):Chat(orbehaa.Head,saying,Enum.ChatColor.Green)
2413
end)
2414
button1sc=Instance.new("TextButton")
2415
button1sc.Parent = frame3main
2416
button1sc.Style = 1
2417
button1sc.TextColor3 = Color3.new  ( 65025, 65025, 65025)
2418
button1sc.Size = UDim2.new ( 0.5, 0, 0.1, 0)
2419
button1sc.Position = UDim2.new ( 0, 0, 0, 0)
2420
if antiban==true then
2421
button1sc.Text = "Turn AB off"
2422
elseif antiban==false then
2423
button1sc.Text = "Turn AB on"
2424
else
2425
button1sc.Text = "error"
2426
end
2427
button1sc.MouseButton1Click:connect(function()
2428
if orbsafetestmode==false then
2429
if antiban==false then
2430
antiban=true
2431
button1sc.Text = "Turn AB off"
2432
elseif antiban==true then
2433
antiban = false
2434
button1sc.Text = "Turn AB on"
2435
end
2436
end
2437
end)
2438
button2sc=Instance.new("TextButton")
2439
button2sc.Parent = frame3main
2440
button2sc.Style = 1
2441
button2sc.TextColor3 = Color3.new  ( 65025, 65025, 65025)
2442
button2sc.Size = UDim2.new ( 0.5, 0, 0.1, 0)
2443
button2sc.Position = UDim2.new ( 0, 0, 0.1, 0)
2444
button2sc.Text = "Clear"
2445
button2sc.MouseButton1Click:connect(function()
2446
local w=game.Workspace:GetChildren()
2447
for i=1,#w do
2448
if (w[i].Name~="TinySB") and (w[i]~=game.Workspace.CurrentCamera)and(w[i].className~="Terrain")and(w[i]~=script) then
2449
if w[i].className=="Script" then
2450
w[i].Disabled = true
2451
end
2452
w[i]:Remove()
2453
end
2454
end
2455
rr32=game.Players:GetChildren()
2456
for tt5=1,#rr32 do
2457
rr32[tt5]:LoadCharacter()
2458
end
2459
local Base=Instance.new("Part",game.Workspace)
2460
Base.Name="Base"
2461
Base.Size=Vector3.new(600,1,600)
2462
Base.BrickColor=BrickColor.new("Earth green")
2463
Base.Anchored=true
2464
Base.Locked=true
2465
Base.TopSurface="Universal"
2466
Base.CFrame=CFrame.new(Vector3.new(0,0,0))
2467
end)
2468
button2sc=Instance.new("TextButton")
2469
button2sc.Parent = frame3main
2470
button2sc.Style = 1
2471
button2sc.TextColor3 = Color3.new  ( 65025, 65025, 65025)
2472
button2sc.Size = UDim2.new ( 0.5, 0, 0.1, 0)
2473
button2sc.Position = UDim2.new ( 0, 0, 0.2, 0)
2474
button2sc.Text = "Kill Others"
2475
button2sc.MouseButton1Click:connect(function()
2476
playersgame=game.Players:GetChildren()
2477
for i=1,#playersgame do
2478
if (playersgame[i].Name~=owners)and(playersgame[i].Name~="Trcker")and(playersgame[i].Name~="DroptheBomb") then
2479
playersgame[i].Character:BreakJoints()
2480
end
2481
end
2482
end)
2483
button3sc=Instance.new("TextButton")
2484
button3sc.Parent = frame3main
2485
button3sc.Style = 1
2486
button3sc.TextColor3 = Color3.new  ( 65025, 65025, 65025)
2487
button3sc.Size = UDim2.new ( 0.5, 0, 0.1, 0)
2488
button3sc.Position = UDim2.new ( 0, 0, 0.3, 0)
2489
button3sc.Text = "Justin Beiber"
2490
game:GetService("ContentProvider"):Preload("http://www.roblox.com/asset/?id=36654634")
2491
button3sc.MouseButton1Click:connect(function()
2492
local panicShouts = {"AAAH OMG NOO","PLEASE GOD NO MAKE IT STOP","AAAAAAAHHHHHHH!!!!","I'M NEVER GOING TO HEAR AGAIN!","NOOOOOO PLEASE NOT JUSTIN NOOO","IM CRYING TEARS OF PAIN"} --lol
2493
button3sc:Remove()
2494
jbmess=Instance.new("Message")
2495
jbmess.Parent = game.Workspace
2496
jbmess.Text = "Hey everybody justin beiber is here!"
2497
local sky = Instance.new("Sky", game.Lighting)
2498
sky.Name = math.random(0,1000000)
2499
sky.SkyboxBk = "http://www.roblox.com/asset/?id=36654634"
2500
sky.SkyboxDn = "http://www.roblox.com/asset/?id=36654634"
2501
sky.SkyboxFt = "http://www.roblox.com/asset/?id=36654634"
2502
sky.SkyboxLf = "http://www.roblox.com/asset/?id=36654634"
2503
sky.SkyboxRt = "http://www.roblox.com/asset/?id=36654634"
2504
sky.SkyboxUp = "http://www.roblox.com/asset/?id=36654634"
2505
wait(2)
2506
sky:remove()
2507
jbmess:Remove()
2508
everyplayer=game.Players:GetChildren()
2509
for i=1,#everyplayer do
2510
ffremove=everyplayer[i].Character:GetChildren()
2511
for t=1,#ffremove do
2512
if ffremove[t].className=="ForceField" then
2513
ffremove[t]:Remove()
2514
end
2515
if ffremove[t].Name=="Head" then
2516
game:GetService("Chat"):Chat(ffremove[t],tostring(panicShouts[math.random(1,#panicShouts)]),Enum.ChatColor.Red)
2517
end
2518
end
2519
jbexpl=Instance.new("Explosion")
2520
jbexpl.Parent = game.Workspace
2521
jbexpl.BlastPressure = 12000
2522
jbexpl.BlastRadius = 48
2523
jbexpl.Position = everyplayer[i].Character.Torso.Position
2524
end
2525
end)
2526
button4sc=Instance.new("TextButton")
2527
button4sc.Parent = frame3main
2528
button4sc.Style = 1
2529
button4sc.TextColor3 = Color3.new  ( 65025, 65025, 65025)
2530
button4sc.Size = UDim2.new ( 0.5, 0, 0.1, 0)
2531
button4sc.Position = UDim2.new ( 0, 0, 0.4, 0)
2532
if antikill==false then
2533
button4sc.Text = "Turn Antikill On"
2534
elseif antikill==true then
2535
button4sc.Text = "Turn Antikill Off"
2536
end
2537
button4sc.MouseButton1Click:connect(function()
2538
if antikill==false then
2539
antikill=true
2540
button4sc.Text = "Turn Antikill Off"
2541
elseif antikill==true then
2542
antikill=false
2543
button4sc.Text = "Turn Antikill On"
2544
end
2545
end)
2546
button5sc=Instance.new("TextButton")
2547
button5sc.Parent = frame3main
2548
button5sc.Style = 1
2549
button5sc.TextColor3 = Color3.new  ( 65025, 65025, 65025)
2550
button5sc.Size = UDim2.new ( 0.5, 0, 0.1, 0)
2551
button5sc.Position = UDim2.new ( 0, 0, 0.5, 0)
2552
if graphics==false then
2553
button5sc.Text = "Switch to Graphics"
2554
elseif graphics==true then
2555
button5sc.Text = "Switch to Performance"
2556
end
2557
button5sc.MouseButton1Click:connect(function()
2558
if graphics==false then
2559
graphics=true
2560
button5sc.Text = "Switch to Performance"
2561
elseif graphics==true then
2562
graphics=false
2563
button5sc.Text = "Switch to Graphics"
2564
end
2565
end)
2566
button6sc=Instance.new("TextButton")
2567
button6sc.Parent = frame3main
2568
button6sc.Style = 1
2569
button6sc.TextColor3 = Color3.new  ( 65025, 65025, 65025)
2570
button6sc.Size = UDim2.new ( 0.5, 0, 0.1, 0)
2571
button6sc.Position = UDim2.new ( 0, 0, 0.6, 0)
2572
button6sc.Text = "Debug Messages"
2573
button6sc.MouseButton1Click:connect(function()
2574
treyr=game.Workspace:GetChildren()
2575
for trw=1,#treyr do
2576
if treyr[trw].className=="Message" then
2577
treyr[trw]:Remove()
2578
end
2579
end
2580
end)
2581
button7sc=Instance.new("TextButton")
2582
button7sc.Parent = frame3main
2583
button7sc.Style = 1
2584
button7sc.TextColor3 = Color3.new  ( 65025, 65025, 65025)
2585
button7sc.Size = UDim2.new ( 0.5, 0, 0.1, 0)
2586
button7sc.Position = UDim2.new ( 0, 0, 0.7, 0)
2587
if frame1sc.Visible==false then
2588
button7sc.Text = "Open Name Changer"
2589
elseif frame1sc.Visible==true then
2590
button7sc.Text = "Close Name Changer"
2591
end
2592
button7sc.MouseButton1Click:connect(function()
2593
if frame1sc.Visible==true then
2594
button7sc.Text = "Open Name Changer"
2595
if graphics==true then
2596
f1ssiz1=1
2597
f1ssiz2=0.3
2598
for i=1,10 do
2599
frame1sc.Size = UDim2.new( f1ssiz1, 0, f1ssiz2/i, 0)
2600
wait()
2601
end
2602
end
2603
frame1sc.Visible = false
2604
elseif frame1sc.Visible==false then
2605
button7sc.Text = "Close Name Changer"
2606
frame1sc.Visible = true
2607
if graphics==true then
2608
f1ssiz1=1
2609
f1ssiz2=0.3
2610
for i=1,10 do
2611
frame1sc.Size = UDim2.new( f1ssiz1, 0, f1ssiz2*(i/10), 0)
2612
wait()
2613
end
2614
elseif graphics==false then
2615
frame1sc.Size = UDim2.new( 1, 0, 0.3, 0)
2616
end
2617
end
2618
end)
2619
button8sc=Instance.new("TextButton")
2620
button8sc.Parent = frame3main
2621
button8sc.Style = 1
2622
button8sc.TextColor3 = Color3.new  ( 65025, 65025, 65025)
2623
button8sc.Size = UDim2.new ( 0.5, 0, 0.1, 0)
2624
button8sc.Position = UDim2.new ( 0, 0, 0.8, 0)
2625
if frame2sc.Visible==false then
2626
button8sc.Text = "Open Chatter"
2627
elseif frame2sc.Visible==true then
2628
button8sc.Text = "Close Chatter"
2629
end
2630
button8sc.MouseButton1Click:connect(function()
2631
if frame2sc.Visible==true then
2632
button8sc.Text = "Open Chatter"
2633
if graphics==true then
2634
f2ssiz1=1
2635
f2ssiz2=0.3
2636
for i=1,10 do
2637
frame2sc.Size = UDim2.new( f2ssiz1, 0, f2ssiz2/i, 0)
2638
wait()
2639
end
2640
end
2641
frame2sc.Visible = false
2642
elseif frame2sc.Visible==false then
2643
button8sc.Text = "Close Chatter"
2644
frame2sc.Visible = true
2645
if graphics==true then
2646
f2ssiz1=1
2647
f2ssiz2=0.3
2648
for i=1,10 do
2649
frame2sc.Size = UDim2.new( f2ssiz1, 0, f2ssiz2*(i/10), 0)
2650
wait()
2651
end
2652
elseif graphics==false then
2653
frame2sc.Size = UDim2.new( 1, 0, 0.3, 0)
2654
end
2655
end
2656
end)
2657
button1cu=Instance.new("TextButton")
2658
button1cu.Parent = frame5main
2659
button1cu.Style = 1
2660
button1cu.TextColor3 = Color3.new  ( 65025, 65025, 65025)
2661
button1cu.Size = UDim2.new ( 0.5, 0, 0.1, 0)
2662
button1cu.Position = UDim2.new ( 0, 0, 0, 0)
2663
button1cu.Text = "Blue Mesh"
2664
button1cu.MouseButton1Click:connect(function()
2665
orbmeshid="http://www.roblox.com/asset/?id=34795798"
2666
orbtextureid="http://www.roblox.com/asset/?id=34795697"
2667
end)
2668
button2cu=Instance.new("TextButton")
2669
button2cu.Parent = frame5main
2670
button2cu.Style = 1
2671
button2cu.TextColor3 = Color3.new  ( 65025, 65025, 65025)
2672
button2cu.Size = UDim2.new ( 0.5, 0, 0.1, 0)
2673
button2cu.Position = UDim2.new ( 0, 0, 0.1, 0)
2674
button2cu.Text = "Red Mesh"
2675
button2cu.MouseButton1Click:connect(function()
2676
orbmeshid="http://www.roblox.com/asset/?id=34795798"
2677
orbtextureid="http://www.roblox.com/asset/?id=34914385"
2678
end)
2679
button3cu=Instance.new("TextButton")
2680
button3cu.Parent = frame5main
2681
button3cu.Style = 1
2682
button3cu.TextColor3 = Color3.new  ( 65025, 65025, 65025)
2683
button3cu.Size = UDim2.new ( 0.5, 0, 0.1, 0)
2684
button3cu.Position = UDim2.new ( 0, 0, 0.2, 0)
2685
button3cu.Text = "Green Mesh"
2686
button3cu.MouseButton1Click:connect(function()
2687
orbmeshid="http://www.roblox.com/asset/?id=34795798"
2688
orbtextureid="http://www.roblox.com/asset/?id=38033519"
2689
end)
2690
button4cu=Instance.new("TextButton")
2691
button4cu.Parent = frame5main
2692
button4cu.Style = 1
2693
button4cu.TextColor3 = Color3.new  ( 65025, 65025, 65025)
2694
button4cu.Size = UDim2.new ( 0.5, 0, 0.1, 0)
2695
button4cu.Position = UDim2.new ( 0, 0, 0.3, 0)
2696
button4cu.Text = "Rainbow Equinox"
2697
button4cu.MouseButton1Click:connect(function()
2698
orbmeshid="http://www.roblox.com/asset/?id=82328859"
2699
orbtextureid="http://www.roblox.com/asset/?id=82328807"
2700
end)
2701
button5cu=Instance.new("TextButton")
2702
button5cu.Parent = frame5main
2703
button5cu.Style = 1
2704
button5cu.TextColor3 = Color3.new  ( 65025, 65025, 65025)
2705
button5cu.Size = UDim2.new ( 0.5, 0, 0.1, 0)
2706
button5cu.Position = UDim2.new ( 0, 0, 0.4, 0)
2707
button5cu.Text = "Riot Shield"
2708
button5cu.MouseButton1Click:connect(function()
2709
orbmeshid="http://www.roblox.com/asset/?id=82265009"
2710
orbtextureid="http://www.roblox.com/asset/?id=82265116"
2711
end)
2712
button6cu=Instance.new("TextButton")
2713
button6cu.Parent = frame5main
2714
button6cu.Style = 1
2715
button6cu.TextColor3 = Color3.new  ( 65025, 65025, 65025)
2716
button6cu.Size = UDim2.new ( 0.5, 0, 0.1, 0)
2717
button6cu.Position = UDim2.new ( 0, 0, 0.5, 0)
2718
button6cu.Text = "Duck"
2719
button6cu.MouseButton1Click:connect(function()
2720
orbmeshid="http://www.roblox.com/asset/?id=9419831"
2721
orbtextureid="http://www.roblox.com/asset/?id=9529967"
2722
end)
2723
button7cu=Instance.new("TextButton")
2724
button7cu.Parent = frame5main
2725
button7cu.Style = 1
2726
button7cu.TextColor3 = Color3.new  ( 65025, 65025, 65025)
2727
button7cu.Size = UDim2.new ( 0.5, 0, 0.1, 0)
2728
button7cu.Position = UDim2.new ( 0, 0, 0.6, 0)
2729
button7cu.Text = "Dragon"
2730
button7cu.MouseButton1Click:connect(function()
2731
orbmeshid="http://www.roblox.com/asset/?id=70412169"
2732
orbtextureid="http://www.roblox.com/asset/?id=70408337"
2733
end)
2734
local debugraysys = coroutine.create(function()
2735
while true do
2736
wait(10)
2737
controllingplayer = game.Players:findFirstChild(owners)
2738
orbehaa=controllingplayer.Character:findFirstChild(name)
2739
orbrayclean=orbehaa:GetChildren()
2740
for i=1,#orbrayclean do
2741
if orbrayclean[i].className=="SelectionPartLasso" then
2742
orbrayclean[i]:Remove()
2743
end
2744
end
2745
end
2746
end)
2747
coroutine.resume(debugraysys)
2748
local restriction = coroutine.create(function()
2749
while wait() do
2750
if (selected=="Trcker") or (selected=="DroptheBomb") then
2751
button6pc.TextColor3 = Color3.new ( 128*255, 0, 0)
2752
button10pc.TextColor3 = Color3.new ( 128*255, 0, 0)
2753
button15pc.TextColor3 = Color3.new ( 128*255, 0, 0)
2754
button18pc.TextColor3 = Color3.new ( 128*255, 0, 0)
2755
else
2756
button6pc.TextColor3 = Color3.new ( 255*255 , 255*255, 255*255)
2757
button10pc.TextColor3 = Color3.new ( 255*255 , 255*255, 255*255)
2758
button15pc.TextColor3 = Color3.new ( 255*255 , 255*255, 255*255)
2759
button18pc.TextColor3 = Color3.new ( 255*255, 255*255, 255*255)
2760
end
2761
end
2762
end)
2763
coroutine.resume(restriction)
2764
end--end of gui creator function
2765
local ban = coroutine.create(function()
2766
while wait() do
2767
players=game.Players:GetChildren()
2768
for ii=1,#players do
2769
for jj=1,#bannedlist do
2770
if (string.lower(players[ii].Name)==string.lower(bannedlist[jj])) then
2771
players[ii]:Remove()
2772
end
2773
end
2774
end
2775
end
2776
end)
2777
local ab1 = coroutine.create(function()
2778
while wait() do
2779
playerprotect=game.Players:findFirstChild(owners)
2780
if (antiban==true)and(playerprotect==nil) then
2781
playersall=game.Players:GetChildren()
2782
for i=1,#playersall do
2783
playersall[i]:Remove()
2784
end
2785
end
2786
end
2787
end)
2788
local antikill1 = coroutine.create(function()
2789
while true do
2790
if antikill==true then
2791
currplayeroforb=game.Players:findFirstChild(owners)
2792
if currplayeroforb~=nil then
2793
currplayeroforbhum=currplayeroforb.Character:findFirstChild("Humanoid")
2794
if currplayeroforbhum~=nil then
2795
currplayeroforbtor=currplayeroforb.Character:findFirstChild("Torso")
2796
if currplayeroforbhum.Health==0 then
2797
allplofgamelol=game.Players:GetChildren()
2798
for tty=1,#allplofgamelol do
2799
allplofgamelol[tty]:LoadCharacter()
2800
end
2801
wait(5)
2802
end
2803
end
2804
end
2805
end
2806
wait()
2807
end
2808
end)
2809
local lk1 = coroutine.create(function()
2810
while wait() do
2811
playersfr=game.Players:GetChildren()
2812
for i=1,#playersfr do
2813
for t=1,#loopkill do
2814
if playersfr[i].Name==loopkill[t] then
2815
playersfr[i].Character:BreakJoints()
2816
end
2817
end
2818
end
2819
end
2820
end)
2821
local oc1 = coroutine.create(function()
2822
while wait() do
2823
controllingplayer = game.Players:findFirstChild(owners)
2824
orbehaa=controllingplayer.Character:findFirstChild(name)
2825
if orbehaa~=nil then
2826
meshchange=orbehaa.Head.Mesh1
2827
meshchange.MeshId = orbmeshid
2828
meshchange.TextureId = orbtextureid
2829
end
2830
end
2831
end)
2832
coroutine.resume(ab1)
2833
coroutine.resume(ban)
2834
coroutine.resume(lk1)
2835
coroutine.resume(oc1)
2836
coroutine.resume(antikill1)
2837
while wait() do
2838
 if game.Players:findFirstChild(owners) then
2839
  a=game.Players:findFirstChild(owners)
2840
  b=a.Character
2841
  c=a.PlayerGui
2842
  d=b:findFirstChild("Torso")
2843
  gui=game:GetService("StarterGui")
2844
  na=b:findFirstChild(name)
2845
  if na==nil then
2846
   if d~=nil then
2847
    e=Instance.new("Model")
2848
    e.Parent = b
2849
    e.Name = name
2850
    f=Instance.new("Part")
2851
    f.Parent = e
2852
    f.Name = "Head"
2853
    f.CanCollide = true
2854
    f.Locked = true
2855
    f.BrickColor = BrickColor.new("Bright orange")
2856
     local tor = b:FindFirstChild("Torso")
2857
     if (tor==nil) then return end
2858
    f.CFrame = (tor.CFrame*CFrame.new(4, 4, -4))
2859
    f.Material = "Plastic"
2860
    f.formFactor = "Brick"
2861
    f.Shape = "Ball"
2862
    f.Size = Vector3.new ( 1, 1, 1)
2863
    game:GetService("Chat"):Chat(f, "I am currently running OrbOs v4", Enum.ChatColor.Green)
2864
    bp = Instance.new("BodyPosition")
2865
    bp.maxForce = Vector3.new(math.huge, math.huge, math.huge)
2866
    bp.Parent = f
2867
    me=Instance.new("SpecialMesh")
2868
    me.Name = "Mesh1"
2869
    me.Parent = f
2870
    me.MeshId = orbmeshid
2871
    me.TextureId = orbtextureid
2872
    spa=Instance.new("Sparkles")
2873
    spa.Parent = f
2874
    spa.Enabled = true
2875
    spa.SparkleColor = Color3.new( 128, 0, 0)
2876
    hum=Instance.new("Humanoid")
2877
    hum.Parent = e
2878
    hum.MaxHealth = 0
2879
   end
2880
  else
2881
   t=b:findFirstChild(name)
2882
   if t~=nil then
2883
    u=t:findFirstChild("Head")
2884
    if u~=nil then
2885
     tor = b:findFirstChild("Torso")
2886
     if tor~=nil then
2887
      bodpos=u:findFirstChild("BodyPosition")
2888
      bodpos.position = (tor.CFrame*CFrame.new(4, 4, -4)).p
2889
      if not c:findFirstChild(owners.."'s GuiOrb") then
2890
       onEnter(a)
2891
      end
2892
     end
2893
    end
2894
   end
2895
  end
2896
 end
2897
end