SHOW:
|
|
- or go back to the newest paste.
1 | -- Objects-- Created by Excrio - v2.5 | |
2 | -- v2.5 Notes | |
3 | -- Added player teleporting! | |
4 | -- Redid the UI - New font & sizes | |
5 | -- Bug fixes and more! | |
6 | ||
7 | -- GUI Creation | |
8 | ||
9 | local JailbreakBroken = Instance.new("ScreenGui") | |
10 | local UI = Instance.new("Frame") | |
11 | local Part = Instance.new("Frame") | |
12 | local Frame = Instance.new("Frame") | |
13 | local Unimportant = Instance.new("TextLabel") | |
14 | local Unimportant2 = Instance.new("TextLabel") | |
15 | local TPBFrame = Instance.new("Frame") | |
16 | local Bank = Instance.new("TextButton") | |
17 | local Frame_2 = Instance.new("Frame") | |
18 | local CrimBase1 = Instance.new("TextButton") | |
19 | local Frame_3 = Instance.new("Frame") | |
20 | local CrimBase2 = Instance.new("TextButton") | |
21 | local Frame_4 = Instance.new("Frame") | |
22 | local PTP = Instance.new("TextButton") | |
23 | local Frame_5 = Instance.new("Frame") | |
24 | local Helipad1 = Instance.new("TextButton") | |
25 | local Frame_6 = Instance.new("Frame") | |
26 | local Helipad2 = Instance.new("TextButton") | |
27 | local Frame_7 = Instance.new("Frame") | |
28 | local Jail = Instance.new("TextButton") | |
29 | local Frame_8 = Instance.new("Frame") | |
30 | local Jewlery = Instance.new("TextButton") | |
31 | local Frame_9 = Instance.new("Frame") | |
32 | local Police = Instance.new("TextButton") | |
33 | local Frame_10 = Instance.new("Frame") | |
34 | local Vault = Instance.new("TextButton") | |
35 | local Frame_11 = Instance.new("Frame") | |
36 | local sframe = Instance.new("ScrollingFrame") | |
37 | local Garage = Instance.new("TextButton") | |
38 | local Frame_12 = Instance.new("Frame") | |
39 | local SPlayer = Instance.new("TextLabel") | |
40 | local Frame_13 = Instance.new("Frame") | |
41 | local Teleports = Instance.new("TextButton") | |
42 | local Frame_14 = Instance.new("Frame") | |
43 | local FBFrame = Instance.new("Frame") | |
44 | local Noclipp = Instance.new("TextButton") | |
45 | local Frame_15 = Instance.new("Frame") | |
46 | local God = Instance.new("TextButton") | |
47 | local Frame_16 = Instance.new("Frame") | |
48 | local Arrest = Instance.new("TextButton") | |
49 | local Frame_17 = Instance.new("Frame") | |
50 | local cframe = Instance.new("Frame") | |
51 | local TextLabel = Instance.new("TextLabel") | |
52 | local TextLabel_2 = Instance.new("TextLabel") | |
53 | local TextLabel_3 = Instance.new("TextLabel") | |
54 | local TextLabel_4 = Instance.new("TextLabel") | |
55 | local TextLabel_5 = Instance.new("TextLabel") | |
56 | local TextLabel_6 = Instance.new("TextLabel") | |
57 | local TextLabel_7 = Instance.new("TextLabel") | |
58 | local TextLabel_8 = Instance.new("TextLabel") | |
59 | local TextLabel_9 = Instance.new("TextLabel") | |
60 | local TextLabel_10 = Instance.new("TextLabel") | |
61 | local TextLabel_11 = Instance.new("TextLabel") | |
62 | local Functions = Instance.new("TextButton") | |
63 | local Frame_18 = Instance.new("Frame") | |
64 | local Credits = Instance.new("TextButton") | |
65 | local Frame_19 = Instance.new("Frame") | |
66 | local GoBack = Instance.new("TextButton") | |
67 | local Open = Instance.new("Frame") | |
68 | local OpenGUI = Instance.new("TextButton") | |
69 | local Frame_20 = Instance.new("Frame") | |
70 | local val = Instance.new("ObjectValue", sframe) | |
71 | ||
72 | -- GUI Properties | |
73 | ||
74 | JailbreakBroken.Name = "JailbreakBroken" | |
75 | JailbreakBroken.Parent = game.CoreGui | |
76 | ||
77 | UI.Name = "UI" | |
78 | UI.Parent = JailbreakBroken | |
79 | UI.Active = true | |
80 | UI.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961) | |
81 | UI.BackgroundTransparency = 0.30000001192093 | |
82 | UI.BorderColor3 = Color3.new(1, 1, 1) | |
83 | UI.BorderSizePixel = 0 | |
84 | UI.Draggable = true | |
85 | UI.Position = UDim2.new(0.5, -159, 0.5, -219) | |
86 | UI.Size = UDim2.new(0, 318, 0, 438) | |
87 | UI.Visible = false | |
88 | ||
89 | Part.Name = "Part" | |
90 | Part.Parent = UI | |
91 | Part.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961) | |
92 | Part.BorderColor3 = Color3.new(1, 1, 1) | |
93 | Part.BorderSizePixel = 0 | |
94 | Part.Size = UDim2.new(0, 318, 0, 67) | |
95 | ||
96 | Frame.Parent = Part | |
97 | Frame.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529) | |
98 | Frame.BorderSizePixel = 0 | |
99 | Frame.Position = UDim2.new(0, 0, 0, 67) | |
100 | Frame.Size = UDim2.new(0, 318, 0, 5) | |
101 | ||
102 | Unimportant.Name = "Unimportant" | |
103 | Unimportant.Parent = Part | |
104 | Unimportant.BackgroundColor3 = Color3.new(1, 1, 1) | |
105 | Unimportant.BackgroundTransparency = 1 | |
106 | Unimportant.BorderSizePixel = 0 | |
107 | Unimportant.Position = UDim2.new(0, 109, 0, 12) | |
108 | Unimportant.Size = UDim2.new(0, 100, 0, 24) | |
109 | Unimportant.Font = Enum.Font.SourceSansLight | |
110 | Unimportant.FontSize = Enum.FontSize.Size48 | |
111 | Unimportant.Text = "Jailbreak Broken" | |
112 | Unimportant.TextColor3 = Color3.new(1, 1, 1) | |
113 | Unimportant.TextSize = 37 | |
114 | ||
115 | Unimportant2.Name = "Unimportant2" | |
116 | Unimportant2.Parent = Part | |
117 | Unimportant2.BackgroundColor3 = Color3.new(1, 1, 1) | |
118 | Unimportant2.BackgroundTransparency = 1 | |
119 | Unimportant2.BorderSizePixel = 0 | |
120 | Unimportant2.Position = UDim2.new(0, 109, 0, 38) | |
121 | Unimportant2.Size = UDim2.new(0, 100, 0, 24) | |
122 | Unimportant2.Font = Enum.Font.SourceSansLight | |
123 | Unimportant2.FontSize = Enum.FontSize.Size18 | |
124 | Unimportant2.Text = "By Excrio - v2.5" | |
125 | Unimportant2.TextColor3 = Color3.new(1, 1, 1) | |
126 | Unimportant2.TextSize = 17 | |
127 | ||
128 | TPBFrame.Name = "TPBFrame" | |
129 | TPBFrame.Parent = UI | |
130 | TPBFrame.BackgroundColor3 = Color3.new(1, 1, 1) | |
131 | TPBFrame.BackgroundTransparency = 1 | |
132 | TPBFrame.Size = UDim2.new(0, 106, 0, 100) | |
133 | TPBFrame.Visible = false | |
134 | ||
135 | Bank.Name = "Bank" | |
136 | Bank.Parent = TPBFrame | |
137 | Bank.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961) | |
138 | Bank.BorderColor3 = Color3.new(1, 1, 1) | |
139 | Bank.BorderSizePixel = 0 | |
140 | Bank.Position = UDim2.new(0, 185, 0, 85) | |
141 | Bank.Size = UDim2.new(0, 97, 0, 25) | |
142 | Bank.Font = Enum.Font.SourceSansLight | |
143 | Bank.FontSize = Enum.FontSize.Size18 | |
144 | Bank.Text = "Bank Front" | |
145 | Bank.TextColor3 = Color3.new(1, 1, 1) | |
146 | Bank.TextSize = 17 | |
147 | ||
148 | Frame_2.Parent = Bank | |
149 | Frame_2.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529) | |
150 | Frame_2.BorderSizePixel = 0 | |
151 | Frame_2.Position = UDim2.new(0, 0, 0, 25) | |
152 | Frame_2.Size = UDim2.new(0, 97, 0, 5) | |
153 | ||
154 | CrimBase1.Name = "CrimBase1" | |
155 | CrimBase1.Parent = TPBFrame | |
156 | CrimBase1.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961) | |
157 | CrimBase1.BorderColor3 = Color3.new(1, 1, 1) | |
158 | CrimBase1.BorderSizePixel = 0 | |
159 | CrimBase1.Position = UDim2.new(0, 30, 0, 125) | |
160 | CrimBase1.Size = UDim2.new(0, 97, 0, 25) | |
161 | CrimBase1.Font = Enum.Font.SourceSansLight | |
162 | CrimBase1.FontSize = Enum.FontSize.Size18 | |
163 | CrimBase1.Text = "Crim Base 1" | |
164 | CrimBase1.TextColor3 = Color3.new(1, 1, 1) | |
165 | CrimBase1.TextSize = 17 | |
166 | ||
167 | Frame_3.Parent = CrimBase1 | |
168 | Frame_3.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529) | |
169 | Frame_3.BorderSizePixel = 0 | |
170 | Frame_3.Position = UDim2.new(0, 0, 0, 25) | |
171 | Frame_3.Size = UDim2.new(0, 97, 0, 5) | |
172 | ||
173 | CrimBase2.Name = "CrimBase2" | |
174 | CrimBase2.Parent = TPBFrame | |
175 | CrimBase2.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961) | |
176 | CrimBase2.BorderColor3 = Color3.new(1, 1, 1) | |
177 | CrimBase2.BorderSizePixel = 0 | |
178 | CrimBase2.Position = UDim2.new(0, 30, 0, 165) | |
179 | CrimBase2.Size = UDim2.new(0, 97, 0, 25) | |
180 | CrimBase2.Font = Enum.Font.SourceSansLight | |
181 | CrimBase2.FontSize = Enum.FontSize.Size18 | |
182 | CrimBase2.Text = "Crim Base 2" | |
183 | CrimBase2.TextColor3 = Color3.new(1, 1, 1) | |
184 | CrimBase2.TextSize = 17 | |
185 | ||
186 | Frame_4.Parent = CrimBase2 | |
187 | Frame_4.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529) | |
188 | Frame_4.BorderSizePixel = 0 | |
189 | Frame_4.Position = UDim2.new(0, 0, 0, 25) | |
190 | Frame_4.Size = UDim2.new(0, 97, 0, 5) | |
191 | ||
192 | PTP.Name = "PTP" | |
193 | PTP.Parent = TPBFrame | |
194 | PTP.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961) | |
195 | PTP.BorderColor3 = Color3.new(1, 1, 1) | |
196 | PTP.BorderSizePixel = 0 | |
197 | PTP.Position = UDim2.new(0, 185, 0, 372) | |
198 | PTP.Size = UDim2.new(0, 97, 0, 27) | |
199 | PTP.Font = Enum.Font.SourceSansLight | |
200 | PTP.FontSize = Enum.FontSize.Size18 | |
201 | PTP.Text = "TP to Player" | |
202 | PTP.TextColor3 = Color3.new(1, 1, 1) | |
203 | PTP.TextSize = 17 | |
204 | ||
205 | Frame_5.Parent = PTP | |
206 | Frame_5.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529) | |
207 | Frame_5.BorderSizePixel = 0 | |
208 | Frame_5.Position = UDim2.new(0, 0, 0, 27) | |
209 | Frame_5.Size = UDim2.new(0, 97, 0, 3) | |
210 | ||
211 | Helipad1.Name = "Helipad1" | |
212 | Helipad1.Parent = TPBFrame | |
213 | Helipad1.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961) | |
214 | Helipad1.BorderColor3 = Color3.new(1, 1, 1) | |
215 | Helipad1.BorderSizePixel = 0 | |
216 | Helipad1.Position = UDim2.new(0, 185, 0, 125) | |
217 | Helipad1.Size = UDim2.new(0, 97, 0, 25) | |
218 | Helipad1.Font = Enum.Font.SourceSansLight | |
219 | Helipad1.FontSize = Enum.FontSize.Size18 | |
220 | Helipad1.Text = "Helipad 1" | |
221 | Helipad1.TextColor3 = Color3.new(1, 1, 1) | |
222 | Helipad1.TextSize = 17 | |
223 | ||
224 | Frame_6.Parent = Helipad1 | |
225 | Frame_6.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529) | |
226 | Frame_6.BorderSizePixel = 0 | |
227 | Frame_6.Position = UDim2.new(0, 0, 0, 25) | |
228 | Frame_6.Size = UDim2.new(0, 97, 0, 5) | |
229 | ||
230 | Helipad2.Name = "Helipad2" | |
231 | Helipad2.Parent = TPBFrame | |
232 | Helipad2.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961) | |
233 | Helipad2.BorderColor3 = Color3.new(1, 1, 1) | |
234 | Helipad2.BorderSizePixel = 0 | |
235 | Helipad2.Position = UDim2.new(0, 185, 0, 165) | |
236 | Helipad2.Size = UDim2.new(0, 97, 0, 25) | |
237 | Helipad2.Font = Enum.Font.SourceSansLight | |
238 | Helipad2.FontSize = Enum.FontSize.Size18 | |
239 | Helipad2.Text = "Helipad 2" | |
240 | Helipad2.TextColor3 = Color3.new(1, 1, 1) | |
241 | Helipad2.TextSize = 17 | |
242 | ||
243 | Frame_7.Parent = Helipad2 | |
244 | Frame_7.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529) | |
245 | Frame_7.BorderSizePixel = 0 | |
246 | Frame_7.Position = UDim2.new(0, 0, 0, 25) | |
247 | Frame_7.Size = UDim2.new(0, 97, 0, 5) | |
248 | ||
249 | Jail.Name = "Jail" | |
250 | Jail.Parent = TPBFrame | |
251 | Jail.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961) | |
252 | Jail.BorderColor3 = Color3.new(1, 1, 1) | |
253 | Jail.BorderSizePixel = 0 | |
254 | Jail.Position = UDim2.new(0, 30, 0, 85) | |
255 | Jail.Size = UDim2.new(0, 97, 0, 25) | |
256 | Jail.Font = Enum.Font.SourceSansLight | |
257 | Jail.FontSize = Enum.FontSize.Size18 | |
258 | Jail.Text = "Jail" | |
259 | Jail.TextColor3 = Color3.new(1, 1, 1) | |
260 | Jail.TextSize = 17 | |
261 | ||
262 | Frame_8.Parent = Jail | |
263 | Frame_8.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529) | |
264 | Frame_8.BorderSizePixel = 0 | |
265 | Frame_8.Position = UDim2.new(0, 0, 0, 25) | |
266 | Frame_8.Size = UDim2.new(0, 97, 0, 5) | |
267 | ||
268 | Jewlery.Name = "Jewlery" | |
269 | Jewlery.Parent = TPBFrame | |
270 | Jewlery.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961) | |
271 | Jewlery.BorderColor3 = Color3.new(1, 1, 1) | |
272 | Jewlery.BorderSizePixel = 0 | |
273 | Jewlery.Position = UDim2.new(0, 185, 0, 245) | |
274 | Jewlery.Size = UDim2.new(0, 97, 0, 25) | |
275 | Jewlery.Font = Enum.Font.SourceSansLight | |
276 | Jewlery.FontSize = Enum.FontSize.Size18 | |
277 | Jewlery.Text = "Jewelry Store" | |
278 | Jewlery.TextColor3 = Color3.new(1, 1, 1) | |
279 | Jewlery.TextSize = 17 | |
280 | ||
281 | Frame_9.Parent = Jewlery | |
282 | Frame_9.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529) | |
283 | Frame_9.BorderSizePixel = 0 | |
284 | Frame_9.Position = UDim2.new(0, 0, 0, 25) | |
285 | Frame_9.Size = UDim2.new(0, 97, 0, 5) | |
286 | ||
287 | Police.Name = "Police" | |
288 | Police.Parent = TPBFrame | |
289 | Police.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961) | |
290 | Police.BorderColor3 = Color3.new(1, 1, 1) | |
291 | Police.BorderSizePixel = 0 | |
292 | Police.Position = UDim2.new(0, 30, 0, 205) | |
293 | Police.Size = UDim2.new(0, 97, 0, 25) | |
294 | Police.Font = Enum.Font.SourceSansLight | |
295 | Police.FontSize = Enum.FontSize.Size18 | |
296 | Police.Text = "Police HQ" | |
297 | Police.TextColor3 = Color3.new(1, 1, 1) | |
298 | Police.TextSize = 17 | |
299 | ||
300 | Frame_10.Parent = Police | |
301 | Frame_10.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529) | |
302 | Frame_10.BorderSizePixel = 0 | |
303 | Frame_10.Position = UDim2.new(0, 0, 0, 25) | |
304 | Frame_10.Size = UDim2.new(0, 97, 0, 5) | |
305 | ||
306 | Vault.Name = "Vault" | |
307 | Vault.Parent = TPBFrame | |
308 | Vault.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961) | |
309 | Vault.BorderColor3 = Color3.new(1, 1, 1) | |
310 | Vault.BorderSizePixel = 0 | |
311 | Vault.Position = UDim2.new(0, 30, 0, 245) | |
312 | Vault.Size = UDim2.new(0, 97, 0, 25) | |
313 | Vault.Font = Enum.Font.SourceSansLight | |
314 | Vault.FontSize = Enum.FontSize.Size18 | |
315 | Vault.Text = "Bank Vault" | |
316 | Vault.TextColor3 = Color3.new(1, 1, 1) | |
317 | Vault.TextSize = 17 | |
318 | ||
319 | Frame_11.Parent = Vault | |
320 | Frame_11.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529) | |
321 | Frame_11.BorderSizePixel = 0 | |
322 | Frame_11.Position = UDim2.new(0, 0, 0, 25) | |
323 | Frame_11.Size = UDim2.new(0, 97, 0, 5) | |
324 | ||
325 | sframe.Name = "sframe" | |
326 | sframe.Parent = TPBFrame | |
327 | sframe.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961) | |
328 | sframe.BorderSizePixel = 0 | |
329 | sframe.Position = UDim2.new(0, 30, 0, 293) | |
330 | sframe.Size = UDim2.new(0, 252, 0, 70) | |
331 | sframe.BottomImage = "" | |
332 | sframe.CanvasSize = UDim2.new(0, 0, 1, 0) | |
333 | sframe.MidImage = "" | |
334 | sframe.ScrollBarThickness = 20 | |
335 | sframe.TopImage = "" | |
336 | ||
337 | Garage.Name = "Garage" | |
338 | Garage.Parent = TPBFrame | |
339 | Garage.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961) | |
340 | Garage.BorderColor3 = Color3.new(1, 1, 1) | |
341 | Garage.BorderSizePixel = 0 | |
342 | Garage.Position = UDim2.new(0, 185, 0, 205) | |
343 | Garage.Size = UDim2.new(0, 97, 0, 25) | |
344 | Garage.Font = Enum.Font.SourceSansLight | |
345 | Garage.FontSize = Enum.FontSize.Size18 | |
346 | Garage.Text = "Garage" | |
347 | Garage.TextColor3 = Color3.new(1, 1, 1) | |
348 | Garage.TextSize = 17 | |
349 | ||
350 | Frame_12.Parent = Garage | |
351 | Frame_12.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529) | |
352 | Frame_12.BorderSizePixel = 0 | |
353 | Frame_12.Position = UDim2.new(0, 0, 0, 25) | |
354 | Frame_12.Size = UDim2.new(0, 97, 0, 5) | |
355 | ||
356 | SPlayer.Name = "SPlayer" | |
357 | SPlayer.Parent = TPBFrame | |
358 | SPlayer.BackgroundColor3 = Color3.new(1, 1, 1) | |
359 | SPlayer.BackgroundTransparency = 1 | |
360 | SPlayer.Position = UDim2.new(0, 32, 0, 379) | |
361 | SPlayer.Size = UDim2.new(0, 138, 0, 17) | |
362 | SPlayer.Font = Enum.Font.SourceSansLight | |
363 | SPlayer.FontSize = Enum.FontSize.Size18 | |
364 | SPlayer.Text = "Player:" | |
365 | SPlayer.TextColor3 = Color3.new(1, 1, 1) | |
366 | SPlayer.TextSize = 17 | |
367 | SPlayer.TextWrapped = true | |
368 | SPlayer.TextXAlignment = Enum.TextXAlignment.Left | |
369 | ||
370 | Frame_13.Parent = TPBFrame | |
371 | Frame_13.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529) | |
372 | Frame_13.BorderSizePixel = 0 | |
373 | Frame_13.Position = UDim2.new(0, 30, 0, 360) | |
374 | Frame_13.Size = UDim2.new(0, 252, 0, 5) | |
375 | ||
376 | Teleports.Name = "Teleports" | |
377 | Teleports.Parent = UI | |
378 | Teleports.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961) | |
379 | Teleports.BorderColor3 = Color3.new(1, 1, 1) | |
380 | Teleports.BorderSizePixel = 0 | |
381 | Teleports.Position = UDim2.new(0, 72, 0, 126) | |
382 | Teleports.Size = UDim2.new(0, 175, 0, 38) | |
383 | Teleports.Font = Enum.Font.SourceSansLight | |
384 | Teleports.FontSize = Enum.FontSize.Size24 | |
385 | Teleports.Text = "Player Teleports" | |
386 | Teleports.TextColor3 = Color3.new(1, 1, 1) | |
387 | Teleports.TextSize = 20 | |
388 | ||
389 | Frame_14.Parent = Teleports | |
390 | Frame_14.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529) | |
391 | Frame_14.BorderSizePixel = 0 | |
392 | Frame_14.Position = UDim2.new(0, 0, 0, 38) | |
393 | Frame_14.Size = UDim2.new(0, 175, 0, 5) | |
394 | ||
395 | FBFrame.Name = "FBFrame" | |
396 | FBFrame.Parent = UI | |
397 | FBFrame.BackgroundColor3 = Color3.new(1, 1, 1) | |
398 | FBFrame.BackgroundTransparency = 1 | |
399 | FBFrame.Position = UDim2.new(0, 0, 0, 32) | |
400 | FBFrame.Size = UDim2.new(0, 318, 0, 406) | |
401 | FBFrame.Visible = false | |
402 | ||
403 | Noclipp.Name = "Noclipp" | |
404 | Noclipp.Parent = FBFrame | |
405 | Noclipp.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961) | |
406 | Noclipp.BorderColor3 = Color3.new(1, 1, 1) | |
407 | Noclipp.BorderSizePixel = 0 | |
408 | Noclipp.Position = UDim2.new(0, 110, 0, 181) | |
409 | Noclipp.Size = UDim2.new(0, 97, 0, 38) | |
410 | Noclipp.Font = Enum.Font.SourceSansLight | |
411 | Noclipp.FontSize = Enum.FontSize.Size18 | |
412 | Noclipp.Text = "Enable Noclip" | |
413 | Noclipp.TextColor3 = Color3.new(1, 1, 1) | |
414 | Noclipp.TextSize = 17 | |
415 | ||
416 | Frame_15.Parent = Noclipp | |
417 | Frame_15.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529) | |
418 | Frame_15.BorderSizePixel = 0 | |
419 | Frame_15.Position = UDim2.new(0, 0, 0, 38) | |
420 | Frame_15.Size = UDim2.new(0, 97, 0, 5) | |
421 | ||
422 | God.Name = "God" | |
423 | God.Parent = FBFrame | |
424 | God.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961) | |
425 | God.BorderColor3 = Color3.new(1, 1, 1) | |
426 | God.BorderSizePixel = 0 | |
427 | God.Position = UDim2.new(0, 110, 0, 105) | |
428 | God.Size = UDim2.new(0, 97, 0, 38) | |
429 | God.Font = Enum.Font.SourceSansLight | |
430 | God.FontSize = Enum.FontSize.Size18 | |
431 | God.Text = "Godmode" | |
432 | God.TextColor3 = Color3.new(1, 1, 1) | |
433 | God.TextSize = 17 | |
434 | ||
435 | Frame_16.Parent = God | |
436 | Frame_16.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529) | |
437 | Frame_16.BorderSizePixel = 0 | |
438 | Frame_16.Position = UDim2.new(0, 0, 0, 38) | |
439 | Frame_16.Size = UDim2.new(0, 97, 0, 5) | |
440 | ||
441 | Arrest.Name = "Arrest" | |
442 | Arrest.Parent = FBFrame | |
443 | Arrest.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961) | |
444 | Arrest.BorderColor3 = Color3.new(1, 1, 1) | |
445 | Arrest.BorderSizePixel = 0 | |
446 | Arrest.Position = UDim2.new(0, 110, 0, 257) | |
447 | Arrest.Size = UDim2.new(0, 97, 0, 38) | |
448 | Arrest.Font = Enum.Font.SourceSansLight | |
449 | Arrest.FontSize = Enum.FontSize.Size18 | |
450 | Arrest.Text = "Arrest Spam" | |
451 | Arrest.TextColor3 = Color3.new(1, 1, 1) | |
452 | Arrest.TextSize = 17 | |
453 | ||
454 | Frame_17.Parent = Arrest | |
455 | Frame_17.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529) | |
456 | Frame_17.BorderSizePixel = 0 | |
457 | Frame_17.Position = UDim2.new(0, 0, 0, 38) | |
458 | Frame_17.Size = UDim2.new(0, 97, 0, 5) | |
459 | ||
460 | cframe.Name = "cframe" | |
461 | cframe.Parent = UI | |
462 | cframe.BackgroundColor3 = Color3.new(1, 1, 1) | |
463 | cframe.BackgroundTransparency = 1 | |
464 | cframe.BorderSizePixel = 0 | |
465 | cframe.Size = UDim2.new(0, 318, 0, 438) | |
466 | cframe.Visible = false | |
467 | ||
468 | TextLabel.Parent = cframe | |
469 | TextLabel.BackgroundColor3 = Color3.new(1, 1, 1) | |
470 | TextLabel.BackgroundTransparency = 1 | |
471 | TextLabel.BorderSizePixel = 0 | |
472 | TextLabel.Position = UDim2.new(0, 23, 0, 103) | |
473 | TextLabel.Size = UDim2.new(0, 273, 0, 31) | |
474 | TextLabel.Font = Enum.Font.SourceSansLight | |
475 | TextLabel.FontSize = Enum.FontSize.Size24 | |
476 | TextLabel.Text = "Design - Excrio" | |
477 | TextLabel.TextColor3 = Color3.new(1, 1, 1) | |
478 | TextLabel.TextSize = 20 | |
479 | TextLabel.TextWrapped = true | |
480 | TextLabel.TextXAlignment = Enum.TextXAlignment.Left | |
481 | TextLabel.TextYAlignment = Enum.TextYAlignment.Top | |
482 | ||
483 | TextLabel_2.Parent = cframe | |
484 | TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1) | |
485 | TextLabel_2.BackgroundTransparency = 1 | |
486 | TextLabel_2.BorderSizePixel = 0 | |
487 | TextLabel_2.Position = UDim2.new(0, 23, 0, 128) | |
488 | TextLabel_2.Size = UDim2.new(0, 273, 0, 31) | |
489 | TextLabel_2.Font = Enum.Font.SourceSansLight | |
490 | TextLabel_2.FontSize = Enum.FontSize.Size24 | |
491 | TextLabel_2.Text = "Code - Excrio" | |
492 | TextLabel_2.TextColor3 = Color3.new(1, 1, 1) | |
493 | TextLabel_2.TextSize = 20 | |
494 | TextLabel_2.TextWrapped = true | |
495 | TextLabel_2.TextXAlignment = Enum.TextXAlignment.Left | |
496 | TextLabel_2.TextYAlignment = Enum.TextYAlignment.Top | |
497 | ||
498 | TextLabel_3.Parent = cframe | |
499 | TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 1) | |
500 | TextLabel_3.BackgroundTransparency = 1 | |
501 | TextLabel_3.BorderSizePixel = 0 | |
502 | TextLabel_3.Position = UDim2.new(0, 23, 0, 151) | |
503 | TextLabel_3.Size = UDim2.new(0, 273, 0, 135) | |
504 | TextLabel_3.Font = Enum.Font.SourceSansLight | |
505 | TextLabel_3.FontSize = Enum.FontSize.Size24 | |
506 | TextLabel_3.Text = "Other Credit - To whomever wrote a thread about getPlayers() as I had some trouble updating the loop, thanks for that." | |
507 | TextLabel_3.TextColor3 = Color3.new(1, 1, 1) | |
508 | TextLabel_3.TextSize = 20 | |
509 | TextLabel_3.TextWrapped = true | |
510 | TextLabel_3.TextXAlignment = Enum.TextXAlignment.Left | |
511 | TextLabel_3.TextYAlignment = Enum.TextYAlignment.Top | |
512 | ||
513 | TextLabel_4.Parent = cframe | |
514 | TextLabel_4.BackgroundColor3 = Color3.new(1, 1, 1) | |
515 | TextLabel_4.BackgroundTransparency = 1 | |
516 | TextLabel_4.BorderSizePixel = 0 | |
517 | TextLabel_4.Position = UDim2.new(0, 23, 0, 388) | |
518 | TextLabel_4.Size = UDim2.new(0, 273, 0, 29) | |
519 | TextLabel_4.Font = Enum.Font.SourceSansLight | |
520 | TextLabel_4.FontSize = Enum.FontSize.Size24 | |
521 | TextLabel_4.Text = "" | |
522 | TextLabel_4.TextColor3 = Color3.new(1, 1, 1) | |
523 | TextLabel_4.TextSize = 20 | |
524 | TextLabel_4.TextWrapped = true | |
525 | TextLabel_4.TextXAlignment = Enum.TextXAlignment.Left | |
526 | TextLabel_4.TextYAlignment = Enum.TextYAlignment.Top | |
527 | ||
528 | TextLabel_5.Parent = cframe | |
529 | TextLabel_5.BackgroundColor3 = Color3.new(1, 1, 1) | |
530 | TextLabel_5.BackgroundTransparency = 1 | |
531 | TextLabel_5.BorderSizePixel = 0 | |
532 | TextLabel_5.Position = UDim2.new(0, 23, 0, 234) | |
533 | TextLabel_5.Size = UDim2.new(0, 273, 0, 30) | |
534 | TextLabel_5.Font = Enum.Font.SourceSansLight | |
535 | TextLabel_5.FontSize = Enum.FontSize.Size28 | |
536 | TextLabel_5.Text = "Changelog" | |
537 | TextLabel_5.TextColor3 = Color3.new(1, 1, 1) | |
538 | TextLabel_5.TextSize = 25 | |
539 | TextLabel_5.TextWrapped = true | |
540 | TextLabel_5.TextXAlignment = Enum.TextXAlignment.Left | |
541 | TextLabel_5.TextYAlignment = Enum.TextYAlignment.Top | |
542 | ||
543 | TextLabel_6.Parent = cframe | |
544 | TextLabel_6.BackgroundColor3 = Color3.new(1, 1, 1) | |
545 | TextLabel_6.BackgroundTransparency = 1 | |
546 | TextLabel_6.BorderSizePixel = 0 | |
547 | TextLabel_6.Position = UDim2.new(0, 23, 0, 76) | |
548 | TextLabel_6.Size = UDim2.new(0, 273, 0, 31) | |
549 | TextLabel_6.Font = Enum.Font.SourceSansLight | |
550 | TextLabel_6.FontSize = Enum.FontSize.Size28 | |
551 | TextLabel_6.Text = "Credit" | |
552 | TextLabel_6.TextColor3 = Color3.new(1, 1, 1) | |
553 | TextLabel_6.TextSize = 25 | |
554 | TextLabel_6.TextWrapped = true | |
555 | TextLabel_6.TextXAlignment = Enum.TextXAlignment.Left | |
556 | TextLabel_6.TextYAlignment = Enum.TextYAlignment.Top | |
557 | ||
558 | TextLabel_7.Parent = cframe | |
559 | TextLabel_7.BackgroundColor3 = Color3.new(1, 1, 1) | |
560 | TextLabel_7.BackgroundTransparency = 1 | |
561 | TextLabel_7.BorderSizePixel = 0 | |
562 | TextLabel_7.Position = UDim2.new(0, 23, 0, 263) | |
563 | TextLabel_7.Size = UDim2.new(0, 273, 0, 31) | |
564 | TextLabel_7.Font = Enum.Font.SourceSansLight | |
565 | TextLabel_7.FontSize = Enum.FontSize.Size24 | |
566 | TextLabel_7.Text = "V1.0 - 1.5 Location Teleporting" | |
567 | TextLabel_7.TextColor3 = Color3.new(1, 1, 1) | |
568 | TextLabel_7.TextSize = 20 | |
569 | TextLabel_7.TextWrapped = true | |
570 | TextLabel_7.TextXAlignment = Enum.TextXAlignment.Left | |
571 | TextLabel_7.TextYAlignment = Enum.TextYAlignment.Top | |
572 | ||
573 | TextLabel_8.Parent = cframe | |
574 | TextLabel_8.BackgroundColor3 = Color3.new(1, 1, 1) | |
575 | TextLabel_8.BackgroundTransparency = 1 | |
576 | TextLabel_8.BorderSizePixel = 0 | |
577 | TextLabel_8.Position = UDim2.new(0, 23, 0, 286) | |
578 | TextLabel_8.Size = UDim2.new(0, 273, 0, 31) | |
579 | TextLabel_8.Font = Enum.Font.SourceSansLight | |
580 | TextLabel_8.FontSize = Enum.FontSize.Size24 | |
581 | TextLabel_8.Text = "V1.6 - 1.7 Player functions (God, Noclip)" | |
582 | TextLabel_8.TextColor3 = Color3.new(1, 1, 1) | |
583 | TextLabel_8.TextSize = 20 | |
584 | TextLabel_8.TextWrapped = true | |
585 | TextLabel_8.TextXAlignment = Enum.TextXAlignment.Left | |
586 | TextLabel_8.TextYAlignment = Enum.TextYAlignment.Top | |
587 | ||
588 | TextLabel_9.Parent = cframe | |
589 | TextLabel_9.BackgroundColor3 = Color3.new(1, 1, 1) | |
590 | TextLabel_9.BackgroundTransparency = 1 | |
591 | TextLabel_9.BorderSizePixel = 0 | |
592 | TextLabel_9.Position = UDim2.new(0, 23, 0, 306) | |
593 | TextLabel_9.Size = UDim2.new(0, 273, 0, 31) | |
594 | TextLabel_9.Font = Enum.Font.SourceSansLight | |
595 | TextLabel_9.FontSize = Enum.FontSize.Size24 | |
596 | TextLabel_9.Text = "V1.8 - 1.9 More player functions (Arrest Spam)" | |
597 | TextLabel_9.TextColor3 = Color3.new(1, 1, 1) | |
598 | TextLabel_9.TextSize = 20 | |
599 | TextLabel_9.TextWrapped = true | |
600 | TextLabel_9.TextXAlignment = Enum.TextXAlignment.Left | |
601 | TextLabel_9.TextYAlignment = Enum.TextYAlignment.Top | |
602 | ||
603 | TextLabel_10.Parent = cframe | |
604 | TextLabel_10.BackgroundColor3 = Color3.new(1, 1, 1) | |
605 | TextLabel_10.BackgroundTransparency = 1 | |
606 | TextLabel_10.BorderSizePixel = 0 | |
607 | TextLabel_10.Position = UDim2.new(0, 23, 0, 327) | |
608 | TextLabel_10.Size = UDim2.new(0, 273, 0, 31) | |
609 | TextLabel_10.Font = Enum.Font.SourceSansLight | |
610 | TextLabel_10.FontSize = Enum.FontSize.Size24 | |
611 | TextLabel_10.Text = "V2.0 - V2.4 New UI, drastic bug fixes" | |
612 | TextLabel_10.TextColor3 = Color3.new(1, 1, 1) | |
613 | TextLabel_10.TextSize = 20 | |
614 | TextLabel_10.TextWrapped = true | |
615 | TextLabel_10.TextXAlignment = Enum.TextXAlignment.Left | |
616 | TextLabel_10.TextYAlignment = Enum.TextYAlignment.Top | |
617 | ||
618 | TextLabel_11.Parent = cframe | |
619 | TextLabel_11.BackgroundColor3 = Color3.new(1, 1, 1) | |
620 | TextLabel_11.BackgroundTransparency = 1 | |
621 | TextLabel_11.BorderSizePixel = 0 | |
622 | TextLabel_11.Position = UDim2.new(0, 23, 0, 351) | |
623 | TextLabel_11.Size = UDim2.new(0, 273, 0, 42) | |
624 | TextLabel_11.Font = Enum.Font.SourceSansLight | |
625 | TextLabel_11.FontSize = Enum.FontSize.Size24 | |
626 | TextLabel_11.Text = "V2.4 - 2.5 (Current) Another new UI, player teleporting" | |
627 | TextLabel_11.TextColor3 = Color3.new(1, 1, 1) | |
628 | TextLabel_11.TextSize = 20 | |
629 | TextLabel_11.TextWrapped = true | |
630 | TextLabel_11.TextXAlignment = Enum.TextXAlignment.Left | |
631 | TextLabel_11.TextYAlignment = Enum.TextYAlignment.Top | |
632 | ||
633 | Functions.Name = "Functions" | |
634 | Functions.Parent = UI | |
635 | Functions.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961) | |
636 | Functions.BorderColor3 = Color3.new(1, 1, 1) | |
637 | Functions.BorderSizePixel = 0 | |
638 | Functions.Position = UDim2.new(0, 72, 0, 219) | |
639 | Functions.Size = UDim2.new(0, 175, 0, 38) | |
640 | Functions.Font = Enum.Font.SourceSansLight | |
641 | Functions.FontSize = Enum.FontSize.Size24 | |
642 | Functions.Text = "Player Functions" | |
643 | Functions.TextColor3 = Color3.new(1, 1, 1) | |
644 | Functions.TextSize = 20 | |
645 | ||
646 | Frame_18.Parent = Functions | |
647 | Frame_18.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529) | |
648 | Frame_18.BorderSizePixel = 0 | |
649 | Frame_18.Position = UDim2.new(0, 0, 0, 38) | |
650 | Frame_18.Size = UDim2.new(0, 175, 0, 5) | |
651 | ||
652 | Credits.Name = "Credits" | |
653 | Credits.Parent = UI | |
654 | Credits.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961) | |
655 | Credits.BorderColor3 = Color3.new(1, 1, 1) | |
656 | Credits.BorderSizePixel = 0 | |
657 | Credits.Position = UDim2.new(0, 72, 0, 315) | |
658 | Credits.Size = UDim2.new(0, 175, 0, 38) | |
659 | Credits.Font = Enum.Font.SourceSansLight | |
660 | Credits.FontSize = Enum.FontSize.Size24 | |
661 | Credits.Text = "Credits / Changelog" | |
662 | Credits.TextColor3 = Color3.new(1, 1, 1) | |
663 | Credits.TextSize = 20 | |
664 | ||
665 | Frame_19.Parent = Credits | |
666 | Frame_19.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529) | |
667 | Frame_19.BorderSizePixel = 0 | |
668 | Frame_19.Position = UDim2.new(0, 0, 0, 38) | |
669 | Frame_19.Size = UDim2.new(0, 175, 0, 5) | |
670 | ||
671 | GoBack.Name = "GoBack" | |
672 | GoBack.Parent = UI | |
673 | GoBack.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961) | |
674 | GoBack.BackgroundTransparency = 1 | |
675 | GoBack.BorderColor3 = Color3.new(1, 1, 1) | |
676 | GoBack.BorderSizePixel = 0 | |
677 | GoBack.Position = UDim2.new(0, 0, 0, 400) | |
678 | GoBack.Size = UDim2.new(0, 93, 0, 38) | |
679 | GoBack.Visible = false | |
680 | GoBack.Font = Enum.Font.SourceSansLight | |
681 | GoBack.FontSize = Enum.FontSize.Size24 | |
682 | GoBack.Text = "Go Back" | |
683 | GoBack.TextColor3 = Color3.new(1, 1, 1) | |
684 | GoBack.TextSize = 20 | |
685 | ||
686 | Open.Name = "Open" | |
687 | Open.Parent = JailbreakBroken | |
688 | Open.BackgroundColor3 = Color3.new(0.235294, 0.494118, 0.776471) | |
689 | Open.BackgroundTransparency = 1 | |
690 | Open.BorderColor3 = Color3.new(1, 1, 1) | |
691 | Open.BorderSizePixel = 0 | |
692 | Open.Position = UDim2.new(0, -105, 0, 632) | |
693 | Open.Size = UDim2.new(0, 318, 0, 67) | |
694 | ||
695 | OpenGUI.Name = "OpenGUI" | |
696 | OpenGUI.Parent = Open | |
697 | OpenGUI.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961) | |
698 | OpenGUI.BorderColor3 = Color3.new(1, 1, 1) | |
699 | OpenGUI.BorderSizePixel = 0 | |
700 | OpenGUI.Position = UDim2.new(0, 93, 0, 15) | |
701 | OpenGUI.Size = UDim2.new(0, 97, 0, 38) | |
702 | OpenGUI.Font = Enum.Font.SourceSansLight | |
703 | OpenGUI.FontSize = Enum.FontSize.Size18 | |
704 | OpenGUI.Text = "Open GUI" | |
705 | OpenGUI.TextColor3 = Color3.new(1, 1, 1) | |
706 | OpenGUI.TextSize = 17 | |
707 | ||
708 | Frame_20.Parent = OpenGUI | |
709 | Frame_20.BackgroundColor3 = Color3.new(0.0705882, 0.0705882, 0.0705882) | |
710 | Frame_20.BorderSizePixel = 0 | |
711 | Frame_20.Position = UDim2.new(0, 0, 0, 38) | |
712 | Frame_20.Size = UDim2.new(0, 97, 0, 5) | |
713 | ||
714 | -- Teleporting | |
715 | Jail.MouseButton1Click:connect(function() | |
716 | game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1138.66, 18.009, -1430.01) + Vector3.new(1,0,0) | |
717 | end) | |
718 | ||
719 | CrimBase1.MouseButton1Click:connect(function() | |
720 | game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-222.339157, 17.9125443, 1575.82336) + Vector3.new(1,0,0) | |
721 | end) | |
722 | ||
723 | CrimBase2.MouseButton1Click:connect(function() | |
724 | game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1579.4823, 49.787693, -1759.61438) + Vector3.new(1,0,0) | |
725 | end) | |
726 | ||
727 | Police.MouseButton1Click:connect(function() | |
728 | game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1130.11426, 17.950058, -1593.09766) + Vector3.new(1,0,0) | |
729 | end) | |
730 | ||
731 | Bank.MouseButton1Click:connect(function() | |
732 | game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-11.036747, 17.9193821, 797.971521) + Vector3.new(1,0,0) | |
733 | end) | |
734 | ||
735 | Helipad1.MouseButton1Click:connect(function() | |
736 | game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1172.01172, 59.586, -1553.929) + Vector3.new(1,0,0) | |
737 | end) | |
738 | ||
739 | Helipad2.MouseButton1Click:connect(function() | |
740 | game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(741.508, 71.005, 1136.33826) + Vector3.new(1,0,0) | |
741 | end) | |
742 | ||
743 | Garage.MouseButton1Click:connect(function() | |
744 | game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-341.0529, 19.644, 1182.502) + Vector3.new(1,0,0) | |
745 | end) | |
746 | ||
747 | Vault.MouseButton1Click:connect(function() | |
748 | game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(32.214, 2.67609, 818.648926) + Vector3.new(1,0,0) | |
749 | end) | |
750 | ||
751 | Jewlery.MouseButton1Click:connect(function() | |
752 | game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(137.325, 17.878, 1320.123) + Vector3.new(1,0,0) | |
753 | end) | |
754 | ||
755 | -- Player Teleporting | |
756 | ||
757 | local PLR = game:GetService("Players").LocalPlayer | |
758 | ||
759 | local Players = game.Players:GetPlayers() | |
760 | ||
761 | local Selected1 = game.CoreGui.JailbreakBroken.UI.TPBFrame.SPlayer | |
762 | ||
763 | val.Name = "Selected" | |
764 | ||
765 | function alphabetize(p1, p2) | |
766 | local Player1 = p1.Name:lower() | |
767 | local P1 = Player1:sub(1, 1):byte() | |
768 | local Player2 = p2.Name:lower() | |
769 | local P2 = Player2:sub(1, 1):byte() | |
770 | ||
771 | ||
772 | if P1 < P2 then return true else return false end | |
773 | end | |
774 | table.sort(Players, alphabetize) | |
775 | ||
776 | for i = 1, #Players do | |
777 | local p = Players[i] | |
778 | if p ~= PLR then | |
779 | local btn = Instance.new("TextButton", sframe) | |
780 | btn.Name = p.Name | |
781 | btn.Text = p.Name | |
782 | btn.Size = UDim2.new(0, 260, 0, 25) | |
783 | btn.Font = Enum.Font.Highway | |
784 | btn.FontSize = Enum.FontSize.Size14 | |
785 | btn.TextColor3 = Color3.new(255, 255, 255) | |
786 | btn.BackgroundTransparency = 1 | |
787 | btn.Position = UDim2.new(0, 0, 0, (i * 25) - 25) | |
788 | sframe.CanvasSize = UDim2.new(0, 0, 0, (#Players * 25) - 25) | |
789 | btn.MouseButton1Click:connect(function() | |
790 | val.Value = p | |
791 | Selected1.Text = "Player: "..p.Name | |
792 | end) | |
793 | ||
794 | end | |
795 | end | |
796 | ||
797 | function update() | |
798 | ||
799 | for i, btn in ipairs(sframe:GetChildren()) do if btn:IsA("TextButton") then btn:Destroy() end end | |
800 | ||
801 | local plrs = game.Players:GetPlayers() | |
802 | table.sort(plrs, alphabetize) | |
803 | ||
804 | for i = 1, #plrs do | |
805 | ||
806 | local p = plrs[i] | |
807 | if p ~= PLR then | |
808 | ||
809 | local btn = Instance.new("TextButton", sframe) | |
810 | btn.Text = p.Name | |
811 | btn.Size = UDim2.new(0, 260, 0, 25) | |
812 | btn.Font = Enum.Font.Highway | |
813 | btn.FontSize = Enum.FontSize.Size14 | |
814 | btn.TextColor3 = Color3.new(255, 255, 255) | |
815 | btn.BackgroundTransparency = 1 | |
816 | btn.Position = UDim2.new(0, 0, 0, (i * 25) - 25) | |
817 | ||
818 | sframe.CanvasSize = UDim2.new(0, 0, 0, (#Players * 25) - 25) | |
819 | ||
820 | btn.MouseButton1Click:connect(function() | |
821 | val.Value = p | |
822 | SPlayer.Text = "Player: "..p.Name | |
823 | end) | |
824 | ||
825 | end | |
826 | end | |
827 | ||
828 | end | |
829 | game.Players.PlayerAdded:connect(update) | |
830 | game.Players.PlayerRemoving:connect(update) | |
831 | ||
832 | -- Functions | |
833 | ||
834 | function getPlayer() | |
835 | if val.Value:IsA("Player") and val.Value.Character:FindFirstChild("HumanoidRootPart") then return val.Value else return nil end | |
836 | end | |
837 | ||
838 | PTP.MouseButton1Click:connect(function() | |
839 | local p = getPlayer() | |
840 | if p then PLR.Character.HumanoidRootPart.CFrame = p.Character.HumanoidRootPart.CFrame + Vector3.new(0, 3, 0) | |
841 | else PTP.Text = "404"; wait(1); PTP.Text = "TP To Player" end | |
842 | end) | |
843 | ||
844 | noclip = false | |
845 | game:GetService('RunService').Stepped:connect(function() | |
846 | if noclip then | |
847 | game.Players.LocalPlayer.Character.Humanoid:ChangeState(11) | |
848 | end | |
849 | end) | |
850 | ||
851 | Noclipp.MouseButton1Click:connect(function() | |
852 | noclip = not noclip | |
853 | if Noclipp.Text == "Enable Noclip" then | |
854 | Noclipp.Text = "Disable Noclip" | |
855 | else | |
856 | Noclipp.Text = "Enable Noclip" | |
857 | end | |
858 | end) | |
859 | ||
860 | God.MouseButton1Click:connect(function() | |
861 | game.Players.LocalPlayer.Character.Humanoid.Name = 1 | |
862 | local l = game.Players.LocalPlayer.Character["1"]:Clone() | |
863 | l.Parent = game.Players.LocalPlayer.Character | |
864 | l.Name = "Humanoid" | |
865 | wait(0.1) | |
866 | game.Players.LocalPlayer.Character["1"]:Destroy() | |
867 | game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character | |
868 | game.Players.LocalPlayer.Character.Animate.Disabled = true | |
869 | wait(0.1) | |
870 | game.Players.LocalPlayer.Character.Animate.Disabled = false | |
871 | game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None" | |
872 | end) | |
873 | ||
874 | Arrest.MouseButton1Click:connect(function() | |
875 | local Player = game.Players.LocalPlayer | |
876 | wait(0.5) | |
877 | for i,v in pairs(game.Teams.Criminal:GetPlayers()) do | |
878 | repeat | |
879 | wait() | |
880 | Player.Character.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame * CFrame.new(0, 0, 1) | |
881 | until v.Team.Name ~= "Criminal" | |
882 | end | |
883 | end) | |
884 | ||
885 | ||
886 | local frame = game.CoreGui.JailbreakBroken:WaitForChild('UI') | |
887 | OpenGUI.MouseButton1Down:connect(function() | |
888 | frame.Visible = not frame.Visible | |
889 | if frame.Visible == true then | |
890 | OpenGUI.Text = "Close GUI" | |
891 | elseif | |
892 | frame.Visible == false then | |
893 | OpenGUI.Text = "Open GUI" | |
894 | end | |
895 | end) | |
896 | ||
897 | Teleports.MouseButton1Click:connect(function() | |
898 | game.CoreGui.JailbreakBroken.UI.TPBFrame.Visible = true | |
899 | game.CoreGui.JailbreakBroken.UI.Teleports.Visible = false | |
900 | game.CoreGui.JailbreakBroken.UI.Functions.Visible = false | |
901 | game.CoreGui.JailbreakBroken.UI.Credits.Visible = false | |
902 | game.CoreGui.JailbreakBroken.UI.GoBack.Visible = true | |
903 | game.CoreGui.JailbreakBroken.UI.cframe.Visible = false | |
904 | end) | |
905 | ||
906 | Functions.MouseButton1Click:connect(function() | |
907 | game.CoreGui.JailbreakBroken.UI.FBFrame.Visible = true | |
908 | game.CoreGui.JailbreakBroken.UI.Teleports.Visible = false | |
909 | game.CoreGui.JailbreakBroken.UI.Functions.Visible = false | |
910 | game.CoreGui.JailbreakBroken.UI.Credits.Visible = false | |
911 | game.CoreGui.JailbreakBroken.UI.GoBack.Visible = true | |
912 | game.CoreGui.JailbreakBroken.UI.cframe.Visible = false | |
913 | end) | |
914 | ||
915 | GoBack.MouseButton1Click:connect(function() | |
916 | GoBack.Visible = false | |
917 | game.CoreGui.JailbreakBroken.UI.FBFrame.Visible = false | |
918 | game.CoreGui.JailbreakBroken.UI.TPBFrame.Visible = false | |
919 | Teleports.Visible = true | |
920 | Functions.Visible = true | |
921 | Credits.Visible = true | |
922 | game.CoreGui.JailbreakBroken.UI.cframe.Visible = false | |
923 | end) | |
924 | Credits.MouseButton1Click:connect(function() | |
925 | game.CoreGui.JailbreakBroken.UI.FBFrame.Visible = false | |
926 | game.CoreGui.JailbreakBroken.UI.Teleports.Visible = false | |
927 | game.CoreGui.JailbreakBroken.UI.Functions.Visible = false | |
928 | game.CoreGui.JailbreakBroken.UI.Credits.Visible = false | |
929 | game.CoreGui.JailbreakBroken.UI.GoBack.Visible = true | |
930 | game.CoreGui.JailbreakBroken.UI.cframe.Visible = true | |
931 | end) |