View difference between Paste ID: VBHx9qp2 and KafQ2LAA
SHOW: | | - or go back to the newest paste.
1-
name = "YOURNAMEHERE"
1+
owners = "NowDoTheHarlyShake"
2-
player = game.Workspace["YOURNAMEHERE"]
2+
bannedlist = { "" }
3-
m = Instance.new("Model") m.Parent = player m.Name = "" .. name .. "'s Orb"
3+
loopkill = { "no one is in the list" }
4-
p = Instance.new("Part") p.Parent = player["" .. name .. "'s Orb"] p.Size = Vector3.new(1,1,1) p.Position = Vector3.new(0,20,0) p.Name = "Head"
4+
orbsafetestmode=false
5-
h = Instance.new("Humanoid") h.Parent = player["" .. name .. "'s Orb"] h.MaxHealth = 0 h.Health = 0
5+
antiban=true
6-
b = Instance.new("BodyPosition") b.Parent = player["" .. name .. "'s Orb"].Head b.maxForce = Vector3.new(10000000,10000000,10000000) 
6+
buildnumber=5
7
if orbsafetestmode==true then
8-
b.position = player.Head.Position + Vector3.new(0,3,5)
8+
buildnumber=5 .. " testmode"
9-
wait()
9+
antiban = false
10-
end
10+
end
11
if orbsafetestmode==true then
12
script.Parent = game.Workspace
13
else
14
script.Parent = nil
15
end
16
local credit = coroutine.create(function()
17
a=Instance.new("ScreenGui")
18
a.Parent = game:GetService("StarterGui")
19
b=Instance.new("TextLabel")
20
b.Parent = a
21
b.Size = UDim2.new ( 1, 0, 0.05, 0)
22
b.Position = UDim2.new ( 0, 0, 0, 0)
23
b.Text = "Made by ZooGang"
24
b.FontSize = Enum.FontSize.Size18
25
b.TextStrokeColor3 = Color3.new(100*200, 255*255, 255*255)
26
b.TextStrokeTransparency = .5
27
local texteffect1 = coroutine.create(function()
28
    while wait() do
29
        for i = 1,10 do
30
            b.TextStrokeTransparency = b.TextStrokeTransparency-.05
31
            wait(.01)
32
        end
33
for i = 1,10 do
34
            b.TextStrokeTransparency = b.TextStrokeTransparency+.05
35
            wait(.01)
36
        end
37
    end
38
end)
39
coroutine.resume(texteffect1)
40
b.BackgroundColor3 = Color3.new ( 128, 0, 0)
41
b.TextColor3 = Color3.new ( 0, 0, 0)
42
c=game.Players:GetChildren()
43
for i=1,#c do
44
e=Instance.new("ScreenGui")
45
e.Parent = c[i].PlayerGui
46
f=Instance.new("TextLabel")
47
f.Parent = e
48
f.Size = UDim2.new ( 1, 0, 0.05, 0)
49
f.Position = UDim2.new ( 0, 0, 0, 0)
50
f.Text = "ZooGang"
51
f.FontSize = "Size18"
52
f.BackgroundColor3 = Color3.new ( 128, 0, 0)
53
f.TextColor3 = Color3.new ( 0, 0, 128)
54
f.TextStrokeColor3 = Color3.new(255*255, 255*255, 255*255)
55
f.TextStrokeTransparency = .5
56
coroutine.resume(coroutine.create(function()
57
    while wait() do
58
        for i = 1,10 do
59
            f.TextStrokeTransparency = f.TextStrokeTransparency-.05
60
            wait(.01)
61
        end
62
        for i = 1,10 do
63
            f.TextStrokeTransparency = f.TextStrokeTransparency+.05
64
            wait(.01)
65
        end
66
    end
67
end))
68
end
69
end)
70
coroutine.resume(credit)
71
function onEnter(player)
72
gui1=Instance.new("ScreenGui")
73
gui1.Parent = player.PlayerGui
74
gui1.Name = player.Name.."'s GuiOrb"
75
button1main = Instance.new("TextButton")
76
button1main.Parent = gui1
77
button1main.Position = UDim2.new ( 0.025, 0, 0.2, 0)
78
button1main.Size = UDim2.new ( 0.1, 0, 0.05, 0)
79
button1main.Style = 1
80
button1main.TextColor3 = Color3.new ( 65025, 65025, 65025)
81
button1main.Text = "Open Zoo commands"
82
button2main = Instance.new("TextButton")
83
button2main.Parent = gui1
84
button2main.Position = UDim2.new ( 0.025, 0, 0.25, 0)
85
button2main.Size = UDim2.new ( 0.1, 0, 0.05, 0)
86
button2main.Style = 1
87
button2main.TextColor3 = Color3.new ( 65025, 65025, 65025)
88
button2main.Text = "Open SelfZoo commands"
89
frame1main=Instance.new("Frame")
90
frame1main.Parent = gui1
91
frame1main.Name = "FindPlayer"
92
frame1main.Style = 2
93
frame1main.Position = UDim2.new ( 0.125, 0, 0.2, 0)
94
frame1main.Size = UDim2.new ( 0.15, 0, 0.2, 0)
95
frame1main.Visible = false
96
button1main.MouseButton1Click:connect(function()
97
if frame1main.Visible == false then
98
frame1main.Visible = true
99
button1main.Text = "Close Zoo"
100
elseif frame1main.Visible == true then
101
frame1main.Visible = false
102
button1main.Text = "Open Zoo commands"
103
end
104
end)
105
button1fp=Instance.new("TextButton")
106
button1fp.Parent = frame1main
107
button1fp.Name = "Selected"
108
button1fp.Style = 1
109
button1fp.Position = UDim2.new ( 0.1, 0, 0.3, 0)
110
button1fp.Size = UDim2.new ( 0.8, 0, 0.2, 0)
111
button1fp.TextColor3 = Color3.new (0, 0, 0)
112
button1fp.FontSize = Enum.FontSize.Size14
113
button1fp.Font = "ArialBold"
114
button1fp.TextStrokeColor3 = Color3.new(100*200, 255*0, 255*0)
115
button1fp.TextStrokeTransparency = .5
116
button2fp=Instance.new("TextButton")
117
button2fp.Parent = frame1main
118
button2fp.Style = 1
119
button2fp.Position = UDim2.new ( 0.1, 0, 0.47, 0)
120
button2fp.Size = UDim2.new ( 0.8, 0, 0.2, 0)
121
button2fp.TextColor3 = Color3.new ( 65025, 65025, 65025)
122
button2fp.Text = "Next Player"
123
button3fp=Instance.new("TextButton")
124
button3fp.Parent = frame1main
125
button3fp.Style = 1
126
button3fp.Position = UDim2.new ( 0.1, 0, 0.64, 0)
127
button3fp.Size = UDim2.new ( 0.8, 0, 0.2, 0)
128
button3fp.TextColor3 = Color3.new ( 65025, 65025, 65025)
129
button3fp.Text = "Previous Player"
130
currplayer=1
131
local stablize = coroutine.create(function()
132
while true do
133
 wait()
134
 allplayers=game.Players:GetChildren()
135
 if currplayer >= #allplayers+1 then
136
  currplayer = 1
137
 elseif currplayer == 0 then
138
  currplayer = #allplayers
139
 else
140
  button1fp.Text = allplayers[currplayer].Name
141
  if (allplayers[currplayer].Name=="ttyyuu12345") or (allplayers[currplayer].Name=="DroptheBomb") then
142
   button1fp.TextStrokeColor3 = Color3.new(255*255,255*255,0)
143
  else
144
    button1fp.TextStrokeColor3 = Color3.new(100*200, 255*255, 255*255)
145
  end
146
 end
147
end
148
end)
149
coroutine.resume(stablize)
150
button2fp.MouseButton1Click:connect(function()
151
currplayer = currplayer+1
152
end)
153
button3fp.MouseButton1Click:connect(function()
154
currplayer = currplayer-1
155
end)
156
frame2main=Instance.new("Frame")
157
frame2main.Parent = gui1
158
frame2main.Style = 2
159
frame2main.Position = UDim2.new ( 0.275, 0, 0.2, 0)
160
frame2main.Size = UDim2.new ( 0.3, 0, 0.6, 0)
161
frame2main.Name = "Player"
162
frame2main.Visible = false
163
frame3main=Instance.new("Frame")
164
frame3main.Parent = gui1
165
frame3main.Style = 2
166
frame3main.Position = UDim2.new ( 0.125, 0, 0.2, 0)
167
frame3main.Size = UDim2.new ( 0.2, 0, 0.5, 0)
168
frame3main.Name = "SelfZooCommands"
169
frame3main.Visible = false
170
button2main.MouseButton1Click:connect(function()
171
if frame3main.Visible == true then
172
button2main.Text = "Open SelfZooCommands"
173
frame3main.Visible = false
174
elseif frame3main.Visible == false then
175
frame3main.Visible = true
176
button2main.Text = "Close SelfZooCommands"
177
end
178
end)
179
selected = "ttyyuu12345"
180
button1fp.MouseButton1Click:connect(function()
181
selected = button1fp.Text
182
frame2main.Visible = true
183
end)
184
local frame1a2main = coroutine.create(function()
185
while wait() do
186
if frame1main.Visible == false then
187
frame2main.Visible = false
188
end
189
end
190
end)
191
coroutine.resume(frame1a2main)
192
frame1p=Instance.new("Frame")
193
frame1p.Parent = frame2main
194
frame1p.Name = "Commands"
195
frame1p.Style = 2
196
frame1p.Size = UDim2.new ( 1, 0, 0.8, 0)
197
frame1p.Position = UDim2.new (0, 0, 0.2, 0)
198
frame2p=Instance.new("Frame")
199
frame2p.Parent = frame2main
200
frame2p.Name = "PM"
201
frame2p.Style = 2
202
frame2p.Size = UDim2.new ( 0.5, 0, 0.3, 0)
203
frame2p.Position = UDim2.new ( 1.025, 0, 0, 0)
204
frame2p.Visible = false
205
image1p=Instance.new("ImageLabel")
206
image1p.Parent = frame2main
207
image1p.Image = "http://www.roblox.com/Thumbs/Avatar.ashx?x=200&y=200&Format=Png&username=ttyyuu12345"
208
image1p.Name = "Person"
209
image1p.BackgroundTransparency = 1
210
image1p.Position = UDim2.new ( 0.3, 0, 0, 0)
211
image1p.Size = UDim2.new ( 0.2, 0, 0.2, 0)
212
label1p=Instance.new("TextLabel")
213
label1p.Parent = frame2main
214
label1p.Position = UDim2.new ( 0.72, 0, 0.1, 0)
215
label1p.Name = "PersonName"
216
label1p.Text = "ttyyuu12345"
217
label1p.TextColor3 = Color3.new (0, 0, 0)
218
label1p.FontSize = Enum.FontSize.Size14
219
label1p.TextStrokeTransparency = .7
220
local nametell = coroutine.create(function()
221
while wait() do
222
image1p.Image = "http://www.roblox.com/Thumbs/Avatar.ashx?x=200&y=200&Format=Png&username="..selected
223
if (selected=="DroptheBomb") or (selected=="ttyyuu12345") then
224
 label1p.TextStrokeColor3 = Color3.new(255*255, 255*255, 0)
225
else
226
 label1p.TextStrokeColor3 = Color3.new(128*255, 255*255, 255*255)
227
end
228
label1p.Text = selected
229
end
230
end)