View difference between Paste ID: 2nb8x1tT and y5ebYdzL
SHOW: | | - or go back to the newest paste.
1
-- Objects
2
3
local PrisonGui = Instance.new("ScreenGui")
4
local Main = Instance.new("Frame")
5
local Title = Instance.new("TextLabel")
6
local TitleBar = Instance.new("TextLabel")
7
local ObGuns = Instance.new("TextButton")
8
local Close = Instance.new("TextButton")
9
local KillAll = Instance.new("TextButton")
10
local TaseBypass = Instance.new("TextButton")
11
local RemoveDoors = Instance.new("TextButton")
12
local Btools = Instance.new("TextButton")
13
local BeNeutral = Instance.new("TextButton")
14
local ModGun = Instance.new("TextButton")
15
local ForceCgui = Instance.new("Frame")
16
local ComSeperateBar = Instance.new("TextLabel")
17
local InsertUser = Instance.new("TextBox")
18
local UserHolder = Instance.new("TextLabel")
19
local CrimTitle = Instance.new("TextLabel")
20
local CrimTitleBar = Instance.new("TextLabel")
21
local TextButton = Instance.new("TextButton")
22
local CrimHideButton = Instance.new("TextButton")
23
local TPshow = Instance.new("TextButton")
24
local LocalCommands = Instance.new("Frame")
25
local LocalCMD_Title = Instance.new("TextLabel")
26
local NexusTPbut = Instance.new("TextButton")
27
local CrimBaseTPbut = Instance.new("TextButton")
28
local GuardAreaTPbut = Instance.new("TextButton")
29
local FLY = Instance.new("TextButton")
30
local NWalk = Instance.new("TextButton")
31
local Njump = Instance.new("TextButton")
32
local tfJump = Instance.new("TextButton")
33
local Respawn = Instance.new("TextButton")
34
local tfWalk = Instance.new("TextButton")
35
local LocalCMD_BarTitle = Instance.new("TextLabel")
36
local TheLocal = Instance.new("TextButton")
37
local CrimG = Instance.new("TextButton")
38
local tpgui = Instance.new("Frame")
39
local TPtileBar = Instance.new("TextLabel")
40
local TPYEET = Instance.new("TextButton")
41
local UserHolderTP = Instance.new("TextLabel")
42
local InsertUserTP = Instance.new("TextBox")
43
local TpTitle = Instance.new("TextLabel")
44
local RightSepBarTp = Instance.new("TextLabel")
45
local TpHideButton = Instance.new("TextButton")
46
local AmokahsLogo = Instance.new("ImageLabel")
47
local SuperPunch = Instance.new("TextButton")
48
local KillAura = Instance.new("TextButton")
49
local BeCriminal = Instance.new("TextButton")
50
local BeGuard = Instance.new("TextButton")
51
local BeInmate = Instance.new("TextButton")
52
local ArrestAll = Instance.new("TextButton")
53
local InvGuns = Instance.new("TextButton")
54
local CrimPunch = Instance.new("TextButton")
55
local Trans = Instance.new("TextButton")
56
local Open = Instance.new("Frame")
57
local OpenGUI = Instance.new("TextButton")
58
local Credit = Instance.new("TextLabel")
59
local Dino = Instance.new("TextLabel")
60
local KA = Instance.new("Frame")
61
local NameOfKa = Instance.new("TextLabel")
62
local TrueOrFalse = Instance.new("TextLabel")
63
local TeamGUIOC = Instance.new("Frame")
64
local TeamOPorCL = Instance.new("TextButton")
65
local TeamMain = Instance.new("Frame")
66
local TextLabel = Instance.new("TextLabel")
67
local TextLabel_2 = Instance.new("TextLabel")
68
local SOG = Instance.new("TextButton")
69
local SOC = Instance.new("TextButton")
70
local SOI = Instance.new("TextButton")
71
local Disable = Instance.new("TextButton")
72
local Apart = Instance.new("Part")
73
74
Apart.Name = "PlrsPos"
75
Apart.Parent = workspace
76
Apart.Anchored = true
77
Apart.Archivable = true
78
Apart.CFrame = CFrame.new(9e99, 9e99, 9e99)
79
80
-- Properties
81
82
PrisonGui.Name = "PrisonGui"
83
PrisonGui.Parent = game:GetService("Players").LocalPlayer.PlayerGui
84
85
Main.Name = "Main"
86
Main.Parent = PrisonGui
87
Main.BackgroundColor3 = Color3.new(0.219608, 0.219608, 0.219608)
88
Main.BorderSizePixel = 0
89
Main.Position = UDim2.new(0.345, 0,2.204, 0)
90
Main.Size = UDim2.new(0, 338, 0, 301)
91
Main.Visible = false
92
93
Title.Name = "Title"
94
Title.Parent = Main
95
Title.BackgroundColor3 = Color3.new(1, 1, 1)
96
Title.BackgroundTransparency = 1
97
Title.BorderSizePixel = 0
98
Title.Position = UDim2.new(0.136094674, 0, 0.00996677764, 0)
99
Title.Size = UDim2.new(0, 162, 0, 31)
100
Title.Font = Enum.Font.SourceSansLight
101
Title.FontSize = Enum.FontSize.Size14
102
Title.Text = "Prison Life v2.0.2 GUI"
103
Title.TextColor3 = Color3.new(0.807843, 0.807843, 0.807843)
104
Title.TextScaled = true
105
Title.TextStrokeTransparency = 0
106
Title.TextWrapped = true
107
108
TitleBar.Name = "TitleBar"
109
TitleBar.Parent = Main
110
TitleBar.BackgroundColor3 = Color3.new(0, 0, 0)
111
TitleBar.BackgroundTransparency = 0.5
112
TitleBar.BorderSizePixel = 0
113
TitleBar.Position = UDim2.new(0, 0, 0.116104871, 0)
114
TitleBar.Size = UDim2.new(0, 338, 0, 6)
115
TitleBar.Font = Enum.Font.SourceSans
116
TitleBar.FontSize = Enum.FontSize.Size14
117
TitleBar.Text = ""
118
TitleBar.TextColor3 = Color3.new(0, 0, 0)
119
120
ObGuns.Name = "ObGuns"
121
ObGuns.Parent = Main
122
ObGuns.BackgroundColor3 = Color3.new(1, 1, 1)
123
ObGuns.BackgroundTransparency = 0.5
124
ObGuns.BorderSizePixel = 0
125
ObGuns.Position = UDim2.new(0.0147928996, 0, 0.16104874, 0)
126
ObGuns.Size = UDim2.new(0, 159, 0, 22)
127
ObGuns.Font = Enum.Font.SourceSans
128
ObGuns.FontSize = Enum.FontSize.Size14
129
ObGuns.Text = "OBTAIN GUNS"
130
ObGuns.TextColor3 = Color3.new(1, 1, 1)
131
ObGuns.TextScaled = true
132
ObGuns.TextStrokeTransparency = 0
133
ObGuns.TextWrapped = true
134
135
Close.Name = "Close"
136
Close.Parent = Main
137
Close.BackgroundColor3 = Color3.new(1, 0.34902, 0.34902)
138
Close.BackgroundTransparency = 0.30000001192093
139
Close.BorderSizePixel = 0
140
Close.Position = UDim2.new(0.908284009, 0, 0.0224719122, 0)
141
Close.Size = UDim2.new(0, 24, 0, 24)
142
Close.Font = Enum.Font.SourceSans
143
Close.FontSize = Enum.FontSize.Size14
144
Close.Text = ""
145
Close.TextColor3 = Color3.new(0, 0, 0)
146
147
KillAll.Name = "KillAll"
148
KillAll.Parent = Main
149
KillAll.BackgroundColor3 = Color3.new(1, 1, 1)
150
KillAll.BackgroundTransparency = 0.5
151
KillAll.BorderSizePixel = 0
152
KillAll.Position = UDim2.new(0.0177514795, 0, 0.265917659, 0)
153
KillAll.Size = UDim2.new(0, 159, 0, 22)
154
KillAll.Font = Enum.Font.SourceSans
155
KillAll.FontSize = Enum.FontSize.Size14
156
KillAll.Text = "KILL ALL"
157
KillAll.TextColor3 = Color3.new(1, 1, 1)
158
KillAll.TextScaled = true
159
KillAll.TextStrokeTransparency = 0
160
KillAll.TextWrapped = true
161
162
TaseBypass.Name = "TaseBypass"
163
TaseBypass.Parent = Main
164
TaseBypass.BackgroundColor3 = Color3.new(1, 1, 1)
165
TaseBypass.BackgroundTransparency = 0.5
166
TaseBypass.BorderSizePixel = 0
167
TaseBypass.Position = UDim2.new(0.0177514795, 0, 0.370786548, 0)
168
TaseBypass.Size = UDim2.new(0, 159, 0, 22)
169
TaseBypass.Font = Enum.Font.SourceSans
170
TaseBypass.FontSize = Enum.FontSize.Size14
171
TaseBypass.Text = "TASER BYPASS"
172
TaseBypass.TextColor3 = Color3.new(1, 1, 1)
173
TaseBypass.TextScaled = true
174
TaseBypass.TextStrokeTransparency = 0
175
TaseBypass.TextWrapped = true
176
177
RemoveDoors.Name = "RemoveDoors"
178
RemoveDoors.Parent = Main
179
RemoveDoors.BackgroundColor3 = Color3.new(1, 1, 1)
180
RemoveDoors.BackgroundTransparency = 0.5
181
RemoveDoors.BorderSizePixel = 0
182
RemoveDoors.Position = UDim2.new(0.0177514795, 0, 0.483146131, 0)
183
RemoveDoors.Size = UDim2.new(0, 158, 0, 22)
184
RemoveDoors.Font = Enum.Font.SourceSans
185
RemoveDoors.FontSize = Enum.FontSize.Size14
186
RemoveDoors.Text = "REMOVE ALL DOORS"
187
RemoveDoors.TextColor3 = Color3.new(1, 1, 1)
188
RemoveDoors.TextScaled = true
189
RemoveDoors.TextStrokeTransparency = 0
190
RemoveDoors.TextWrapped = true
191
192
Btools.Name = "Btools"
193
Btools.Parent = Main
194
Btools.BackgroundColor3 = Color3.new(1, 1, 1)
195
Btools.BackgroundTransparency = 0.5
196
Btools.BorderSizePixel = 0
197
Btools.Position = UDim2.new(0.0177514795, 0, 0.58801502, 0)
198
Btools.Size = UDim2.new(0, 159, 0, 22)
199
Btools.Font = Enum.Font.SourceSans
200
Btools.FontSize = Enum.FontSize.Size14
201
Btools.Text = "BTOOLS"
202
Btools.TextColor3 = Color3.new(1, 1, 1)
203
Btools.TextScaled = true
204
Btools.TextStrokeTransparency = 0
205
Btools.TextWrapped = true
206
207
BeNeutral.Name = "BeNeutral"
208
BeNeutral.Parent = Main
209
BeNeutral.BackgroundColor3 = Color3.new(1, 1, 1)
210
BeNeutral.BackgroundTransparency = 0.5
211
BeNeutral.BorderSizePixel = 0
212
BeNeutral.Position = UDim2.new(0.756781578, 0, 0.696629226, 0)
213
BeNeutral.Size = UDim2.new(0, 74, 0, 22)
214
BeNeutral.Font = Enum.Font.SourceSans
215
BeNeutral.FontSize = Enum.FontSize.Size14
216
BeNeutral.Text = "NEUTRAL"
217
BeNeutral.TextColor3 = Color3.new(1, 1, 1)
218
BeNeutral.TextScaled = true
219
BeNeutral.TextStrokeTransparency = 0
220
BeNeutral.TextWrapped = true
221
222
ModGun.Name = "ModGun"
223
ModGun.Parent = Main
224
ModGun.BackgroundColor3 = Color3.new(1, 1, 1)
225
ModGun.BackgroundTransparency = 0.5
226
ModGun.BorderSizePixel = 0
227
ModGun.Position = UDim2.new(0.0177514795, 0, 0.801498115, 0)
228
ModGun.Size = UDim2.new(0, 325, 0, 22)
229
ModGun.Font = Enum.Font.SourceSans
230
ModGun.FontSize = Enum.FontSize.Size14
231
ModGun.Text = "MOD YOUR GUN (Hold the item first)"
232
ModGun.TextColor3 = Color3.new(1, 1, 1)
233
ModGun.TextScaled = true
234
ModGun.TextStrokeTransparency = 0
235
ModGun.TextWrapped = true
236
237
ForceCgui.Name = "ForceCgui"
238
ForceCgui.Parent = Main
239
ForceCgui.BackgroundColor3 = Color3.new(0.219608, 0.219608, 0.219608)
240
ForceCgui.BorderSizePixel = 0
241
ForceCgui.Position = UDim2.new(1, 0, 0.215946838, 0)
242
ForceCgui.Size = UDim2.new(0, 155, 0, 198)
243
244
ComSeperateBar.Name = "ComSeperateBar"
245
ComSeperateBar.Parent = ForceCgui
246
ComSeperateBar.BackgroundColor3 = Color3.new(1, 1, 1)
247
ComSeperateBar.BackgroundTransparency = 0.5
248
ComSeperateBar.BorderSizePixel = 0
249
ComSeperateBar.Position = UDim2.new(0, 0, 0.0757575706, 0)
250
ComSeperateBar.Size = UDim2.new(0, 1, 0, 167)
251
ComSeperateBar.Font = Enum.Font.SourceSans
252
ComSeperateBar.FontSize = Enum.FontSize.Size14
253
ComSeperateBar.Text = ""
254
ComSeperateBar.TextColor3 = Color3.new(0, 0, 0)
255
256
InsertUser.Name = "InsertUser"
257
InsertUser.Parent = ForceCgui
258
InsertUser.BackgroundColor3 = Color3.new(1, 1, 1)
259
InsertUser.BackgroundTransparency = 1
260
InsertUser.BorderSizePixel = 0
261
InsertUser.Position = UDim2.new(0.0064516128, 0, 0.186868697, 0)
262
InsertUser.Size = UDim2.new(0, 154, 0, 50)
263
InsertUser.Font = Enum.Font.SourceSansLight
264
InsertUser.FontSize = Enum.FontSize.Size14
265
InsertUser.Text = "USERNAME"
266
InsertUser.TextColor3 = Color3.new(1, 1, 1)
267
InsertUser.TextScaled = true
268
InsertUser.TextWrapped = true
269
270
UserHolder.Name = "UserHolder"
271
UserHolder.Parent = ForceCgui
272
UserHolder.BackgroundColor3 = Color3.new(0.0156863, 0.0156863, 0.0156863)
273
UserHolder.BorderSizePixel = 0
274
UserHolder.Position = UDim2.new(0.0516129024, 0, 0.451651365, 0)
275
UserHolder.Size = UDim2.new(0, 139, 0, 3)
276
UserHolder.Font = Enum.Font.SourceSans
277
UserHolder.FontSize = Enum.FontSize.Size14
278
UserHolder.Text = ""
279
UserHolder.TextColor3 = Color3.new(0, 0, 0)
280
281
CrimTitle.Name = "CrimTitle"
282
CrimTitle.Parent = ForceCgui
283
CrimTitle.BackgroundColor3 = Color3.new(1, 1, 1)
284
CrimTitle.BackgroundTransparency = 1
285
CrimTitle.BorderSizePixel = 0
286
CrimTitle.Position = UDim2.new(0.0064516128, 0, 0, 0)
287
CrimTitle.Size = UDim2.new(0, 154, 0, 31)
288
CrimTitle.Font = Enum.Font.SourceSansLight
289
CrimTitle.FontSize = Enum.FontSize.Size14
290
CrimTitle.Text = "CRIMINAL GUI"
291
CrimTitle.TextColor3 = Color3.new(1, 1, 1)
292
CrimTitle.TextScaled = true
293
CrimTitle.TextStrokeTransparency = 0
294
CrimTitle.TextWrapped = true
295
296
CrimTitleBar.Name = "CrimTitleBar"
297
CrimTitleBar.Parent = ForceCgui
298
CrimTitleBar.BackgroundColor3 = Color3.new(0, 0, 0)
299
CrimTitleBar.BackgroundTransparency = 0.5
300
CrimTitleBar.BorderSizePixel = 0
301
CrimTitleBar.Position = UDim2.new(0.0064516128, 0, 0.14952904, 0)
302
CrimTitleBar.Size = UDim2.new(0, 154, 0, 1)
303
CrimTitleBar.Font = Enum.Font.SourceSans
304
CrimTitleBar.FontSize = Enum.FontSize.Size14
305
CrimTitleBar.Text = ""
306
CrimTitleBar.TextColor3 = Color3.new(0, 0, 0)
307
308
TextButton.Parent = ForceCgui
309
TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
310
TextButton.BackgroundTransparency = 0.5
311
TextButton.BorderSizePixel = 0
312
TextButton.Position = UDim2.new(0.0516129024, 0, 0.560606062, 0)
313
TextButton.Size = UDim2.new(0, 139, 0, 50)
314
TextButton.Font = Enum.Font.SourceSansLight
315
TextButton.FontSize = Enum.FontSize.Size14
316
TextButton.Text = "TURN INTO CRIMINAL (First, click KillAura)"
317
TextButton.TextColor3 = Color3.new(1, 1, 1)
318
TextButton.TextScaled = true
319
TextButton.TextStrokeTransparency = 0
320
TextButton.TextWrapped = true
321
322
CrimHideButton.Name = "CrimHideButton"
323
CrimHideButton.Parent = ForceCgui
324
CrimHideButton.BackgroundColor3 = Color3.new(1, 0.34902, 0.34902)
325
CrimHideButton.BackgroundTransparency = 0.30000001192093
326
CrimHideButton.BorderSizePixel = 0
327
CrimHideButton.Position = UDim2.new(0.0322580636, 0, 0.89015615, 0)
328
CrimHideButton.Size = UDim2.new(0, 146, 0, 18)
329
CrimHideButton.Font = Enum.Font.SourceSansLight
330
CrimHideButton.FontSize = Enum.FontSize.Size14
331
CrimHideButton.Text = "HIDE"
332
CrimHideButton.TextColor3 = Color3.new(1, 1, 1)
333
CrimHideButton.TextScaled = true
334
CrimHideButton.TextStrokeTransparency = 0
335
CrimHideButton.TextWrapped = true
336
337
TPshow.Name = "TPshow"
338
TPshow.Parent = Main
339
TPshow.BackgroundColor3 = Color3.new(1, 1, 1)
340
TPshow.BackgroundTransparency = 0.5
341
TPshow.BorderSizePixel = 0
342
TPshow.Position = UDim2.new(0.0166848004, 0, 0.900033236, 0)
343
TPshow.Size = UDim2.new(0, 104, 0, 22)
344
TPshow.Font = Enum.Font.SourceSans
345
TPshow.FontSize = Enum.FontSize.Size14
346
TPshow.Text = "TELEPORT TO PLAYER"
347
TPshow.TextColor3 = Color3.new(1, 1, 1)
348
TPshow.TextScaled = true
349
TPshow.TextStrokeTransparency = 0
350
TPshow.TextWrapped = true
351
352
LocalCommands.Name = "LocalCommands"
353
LocalCommands.Parent = Main
354
LocalCommands.BackgroundColor3 = Color3.new(0.219608, 0.219608, 0.219608)
355
LocalCommands.BorderSizePixel = 0
356
LocalCommands.Position = UDim2.new(0, 0, 1, 0)
357
LocalCommands.Size = UDim2.new(0, 338, 0, 100)
358
359
LocalCMD_Title.Name = "LocalCMD_Title"
360
LocalCMD_Title.Parent = LocalCommands
361
LocalCMD_Title.BackgroundColor3 = Color3.new(0, 0, 0)
362
LocalCMD_Title.BackgroundTransparency = 0.30000001192093
363
LocalCMD_Title.BorderSizePixel = 0
364
LocalCMD_Title.Size = UDim2.new(0, 338, 0, 22)
365
LocalCMD_Title.Font = Enum.Font.SourceSans
366
LocalCMD_Title.FontSize = Enum.FontSize.Size14
367
LocalCMD_Title.Text = "COMMANDS FOR YOURSELF"
368
LocalCMD_Title.TextColor3 = Color3.new(1, 1, 1)
369
LocalCMD_Title.TextStrokeTransparency = 0
370
371
NexusTPbut.Name = "NexusTPbut"
372
NexusTPbut.Parent = LocalCommands
373
NexusTPbut.BackgroundColor3 = Color3.new(1, 1, 1)
374
NexusTPbut.BackgroundTransparency = 0.40000000596046
375
NexusTPbut.BorderSizePixel = 0
376
NexusTPbut.Position = UDim2.new(0.0177514795, 0, 0.319999993, 0)
377
NexusTPbut.Size = UDim2.new(0, 98, 0, 16)
378
NexusTPbut.Font = Enum.Font.SourceSans
379
NexusTPbut.FontSize = Enum.FontSize.Size14
380
NexusTPbut.Text = "TP TO NEXUS"
381
NexusTPbut.TextColor3 = Color3.new(1, 1, 1)
382
NexusTPbut.TextScaled = true
383
NexusTPbut.TextStrokeTransparency = 0
384
NexusTPbut.TextWrapped = true
385
386
CrimBaseTPbut.Name = "CrimBaseTPbut"
387
CrimBaseTPbut.Parent = LocalCommands
388
CrimBaseTPbut.BackgroundColor3 = Color3.new(1, 1, 1)
389
CrimBaseTPbut.BackgroundTransparency = 0.40000000596046
390
CrimBaseTPbut.BorderSizePixel = 0
391
CrimBaseTPbut.Position = UDim2.new(0.0177514795, 0, 0.550980508, 0)
392
CrimBaseTPbut.Size = UDim2.new(0, 98, 0, 16)
393
CrimBaseTPbut.Font = Enum.Font.SourceSans
394
CrimBaseTPbut.FontSize = Enum.FontSize.Size14
395
CrimBaseTPbut.Text = "TP TO CRIMINAL BASE"
396
CrimBaseTPbut.TextColor3 = Color3.new(1, 1, 1)
397
CrimBaseTPbut.TextScaled = true
398
CrimBaseTPbut.TextStrokeTransparency = 0
399
CrimBaseTPbut.TextWrapped = true
400
401
GuardAreaTPbut.Name = "GuardAreaTPbut"
402
GuardAreaTPbut.Parent = LocalCommands
403
GuardAreaTPbut.BackgroundColor3 = Color3.new(1, 1, 1)
404
GuardAreaTPbut.BackgroundTransparency = 0.40000000596046
405
GuardAreaTPbut.BorderSizePixel = 0
406
GuardAreaTPbut.Position = UDim2.new(0.0177514795, 0, 0.781960726, 0)
407
GuardAreaTPbut.Size = UDim2.new(0, 98, 0, 16)
408
GuardAreaTPbut.Font = Enum.Font.SourceSans
409
GuardAreaTPbut.FontSize = Enum.FontSize.Size14
410
GuardAreaTPbut.Text = "TP TO GUARD AREA"
411
GuardAreaTPbut.TextColor3 = Color3.new(1, 1, 1)
412
GuardAreaTPbut.TextScaled = true
413
GuardAreaTPbut.TextStrokeTransparency = 0
414
GuardAreaTPbut.TextWrapped = true
415
416
FLY.Name = "FLY"
417
FLY.Parent = LocalCommands
418
FLY.BackgroundColor3 = Color3.new(1, 1, 1)
419
FLY.BackgroundTransparency = 0.40000000596046
420
FLY.BorderSizePixel = 0
421
FLY.Position = UDim2.new(0.354683876, 0, 0.330000013, 0)
422
FLY.Size = UDim2.new(0, 98, 0, 16)
423
FLY.Font = Enum.Font.SourceSans
424
FLY.FontSize = Enum.FontSize.Size14
425
FLY.Text = "FLY 'E'"
426
FLY.TextColor3 = Color3.new(1, 1, 1)
427
FLY.TextScaled = true
428
FLY.TextStrokeTransparency = 0
429
FLY.TextWrapped = true
430
431
NWalk.Name = "NWalk"
432
NWalk.Parent = LocalCommands
433
NWalk.BackgroundColor3 = Color3.new(1, 1, 1)
434
NWalk.BackgroundTransparency = 0.40000000596046
435
NWalk.BorderSizePixel = 0
436
NWalk.Position = UDim2.new(0.354683876, 0, 0.560980558, 0)
437
NWalk.Size = UDim2.new(0, 98, 0, 16)
438
NWalk.Font = Enum.Font.SourceSans
439
NWalk.FontSize = Enum.FontSize.Size14
440
NWalk.Text = "NORMAL WALKSPEED"
441
NWalk.TextColor3 = Color3.new(1, 1, 1)
442
NWalk.TextScaled = true
443
NWalk.TextStrokeTransparency = 0
444
NWalk.TextWrapped = true
445
446
Njump.Name = "Njump"
447
Njump.Parent = LocalCommands
448
Njump.BackgroundColor3 = Color3.new(1, 1, 1)
449
Njump.BackgroundTransparency = 0.40000000596046
450
Njump.BorderSizePixel = 0
451
Njump.Position = UDim2.new(0.354683876, 0, 0.791960776, 0)
452
Njump.Size = UDim2.new(0, 98, 0, 16)
453
Njump.Font = Enum.Font.SourceSans
454
Njump.FontSize = Enum.FontSize.Size14
455
Njump.Text = "NORMAL JUMP HEIGHT"
456
Njump.TextColor3 = Color3.new(1, 1, 1)
457
Njump.TextScaled = true
458
Njump.TextStrokeTransparency = 0
459
Njump.TextWrapped = true
460
461
tfJump.Name = "tfJump"
462
tfJump.Parent = LocalCommands
463
tfJump.BackgroundColor3 = Color3.new(1, 1, 1)
464
tfJump.BackgroundTransparency = 0.40000000596046
465
tfJump.BorderSizePixel = 0
466
tfJump.Position = UDim2.new(0.691616237, 0, 0.781960726, 0)
467
tfJump.Size = UDim2.new(0, 98, 0, 16)
468
tfJump.Font = Enum.Font.SourceSans
469
tfJump.FontSize = Enum.FontSize.Size14
470
tfJump.Text = "+25 JUMP HEIGHT"
471
tfJump.TextColor3 = Color3.new(1, 1, 1)
472
tfJump.TextScaled = true
473
tfJump.TextStrokeTransparency = 0
474
tfJump.TextWrapped = true
475
476
Respawn.Name = "Respawn"
477
Respawn.Parent = LocalCommands
478
Respawn.BackgroundColor3 = Color3.new(1, 1, 1)
479
Respawn.BackgroundTransparency = 0.40000000596046
480
Respawn.BorderSizePixel = 0
481
Respawn.Position = UDim2.new(0.691616237, 0, 0.319999993, 0)
482
Respawn.Size = UDim2.new(0, 98, 0, 16)
483
Respawn.Font = Enum.Font.SourceSans
484
Respawn.FontSize = Enum.FontSize.Size14
485
Respawn.Text = "RESPAWN"
486
Respawn.TextColor3 = Color3.new(1, 1, 1)
487
Respawn.TextScaled = true
488
Respawn.TextStrokeTransparency = 0
489
Respawn.TextWrapped = true
490
491
tfWalk.Name = "tfWalk"
492
tfWalk.Parent = LocalCommands
493
tfWalk.BackgroundColor3 = Color3.new(1, 1, 1)
494
tfWalk.BackgroundTransparency = 0.40000000596046
495
tfWalk.BorderSizePixel = 0
496
tfWalk.Position = UDim2.new(0.691616237, 0, 0.550980508, 0)
497
tfWalk.Size = UDim2.new(0, 98, 0, 16)
498
tfWalk.Font = Enum.Font.SourceSans
499
tfWalk.FontSize = Enum.FontSize.Size14
500
tfWalk.Text = "+25 WALKSPEED"
501
tfWalk.TextColor3 = Color3.new(1, 1, 1)
502
tfWalk.TextScaled = true
503
tfWalk.TextStrokeTransparency = 0
504
tfWalk.TextWrapped = true
505
506
LocalCMD_BarTitle.Name = "LocalCMD_BarTitle"
507
LocalCMD_BarTitle.Parent = LocalCommands
508
LocalCMD_BarTitle.BackgroundColor3 = Color3.new(1, 1, 1)
509
LocalCMD_BarTitle.BackgroundTransparency = 0.30000001192093
510
LocalCMD_BarTitle.BorderSizePixel = 0
511
LocalCMD_BarTitle.Position = UDim2.new(0.0798816606, 0, 0.219999999, 0)
512
LocalCMD_BarTitle.Size = UDim2.new(0, 283, 0, 4)
513
LocalCMD_BarTitle.Font = Enum.Font.SourceSans
514
LocalCMD_BarTitle.FontSize = Enum.FontSize.Size14
515
LocalCMD_BarTitle.Text = ""
516
LocalCMD_BarTitle.TextColor3 = Color3.new(1, 1, 1)
517
LocalCMD_BarTitle.TextStrokeTransparency = 0
518
519
TheLocal.Name = "TheLocal"
520
TheLocal.Parent = Main
521
TheLocal.BackgroundColor3 = Color3.new(1, 1, 1)
522
TheLocal.BackgroundTransparency = 0.5
523
TheLocal.BorderSizePixel = 0
524
TheLocal.Position = UDim2.new(0.344114006, 0, 0.900033236, 0)
525
TheLocal.Size = UDim2.new(0, 104, 0, 22)
526
TheLocal.Font = Enum.Font.SourceSans
527
TheLocal.FontSize = Enum.FontSize.Size14
528
TheLocal.Text = "MORE LOCAL COMMANDS"
529
TheLocal.TextColor3 = Color3.new(1, 1, 1)
530
TheLocal.TextScaled = true
531
TheLocal.TextStrokeTransparency = 0
532
TheLocal.TextWrapped = true
533
534
CrimG.Name = "CrimG"
535
CrimG.Parent = Main
536
CrimG.BackgroundColor3 = Color3.new(1, 1, 1)
537
CrimG.BackgroundTransparency = 0.5
538
CrimG.BorderSizePixel = 0
539
CrimG.Position = UDim2.new(0.671616912, 0, 0.900033236, 0)
540
CrimG.Size = UDim2.new(0, 104, 0, 22)
541
CrimG.Font = Enum.Font.SourceSans
542
CrimG.FontSize = Enum.FontSize.Size14
543
CrimG.Text = "FORCE CRIMINAL PLAYER"
544
CrimG.TextColor3 = Color3.new(1, 1, 1)
545
CrimG.TextScaled = true
546
CrimG.TextStrokeTransparency = 0
547
CrimG.TextWrapped = true
548
549
tpgui.Name = "tpgui"
550
tpgui.Parent = Main
551
tpgui.BackgroundColor3 = Color3.new(0.219608, 0.219608, 0.219608)
552
tpgui.BorderSizePixel = 0
553
tpgui.Position = UDim2.new(-0.458579868, 0, 0.215946838, 0)
554
tpgui.Size = UDim2.new(0, 155, 0, 198)
555
556
TPtileBar.Name = "TPtileBar"
557
TPtileBar.Parent = tpgui
558
TPtileBar.BackgroundColor3 = Color3.new(0, 0, 0)
559
TPtileBar.BackgroundTransparency = 0.5
560
TPtileBar.BorderSizePixel = 0
561
TPtileBar.Position = UDim2.new(0.0064516128, 0, 0.14952904, 0)
562
TPtileBar.Size = UDim2.new(0, 154, 0, 1)
563
TPtileBar.Font = Enum.Font.SourceSans
564
TPtileBar.FontSize = Enum.FontSize.Size14
565
TPtileBar.Text = ""
566
TPtileBar.TextColor3 = Color3.new(0, 0, 0)
567
568
TPYEET.Name = "TPYEET"
569
TPYEET.Parent = tpgui
570
TPYEET.BackgroundColor3 = Color3.new(1, 1, 1)
571
TPYEET.BackgroundTransparency = 0.5
572
TPYEET.BorderSizePixel = 0
573
TPYEET.Position = UDim2.new(0.0580645166, 0, 0.560606062, 0)
574
TPYEET.Size = UDim2.new(0, 140, 0, 50)
575
TPYEET.Font = Enum.Font.SourceSansLight
576
TPYEET.FontSize = Enum.FontSize.Size14
577
TPYEET.Text = "TELEPORT"
578
TPYEET.TextColor3 = Color3.new(1, 1, 1)
579
TPYEET.TextScaled = true
580
TPYEET.TextStrokeTransparency = 0
581
TPYEET.TextWrapped = true
582
583
UserHolderTP.Name = "UserHolderTP"
584
UserHolderTP.Parent = tpgui
585
UserHolderTP.BackgroundColor3 = Color3.new(0.0156863, 0.0156863, 0.0156863)
586
UserHolderTP.BorderSizePixel = 0
587
UserHolderTP.Position = UDim2.new(0.0516129024, 0, 0.451651365, 0)
588
UserHolderTP.Size = UDim2.new(0, 139, 0, 3)
589
UserHolderTP.Font = Enum.Font.SourceSans
590
UserHolderTP.FontSize = Enum.FontSize.Size14
591
UserHolderTP.Text = ""
592
UserHolderTP.TextColor3 = Color3.new(0, 0, 0)
593
594
InsertUserTP.Name = "InsertUserTP"
595
InsertUserTP.Parent = tpgui
596
InsertUserTP.BackgroundColor3 = Color3.new(1, 1, 1)
597
InsertUserTP.BackgroundTransparency = 1
598
InsertUserTP.BorderSizePixel = 0
599
InsertUserTP.Position = UDim2.new(0.0064516128, 0, 0.186868697, 0)
600
InsertUserTP.Size = UDim2.new(0, 154, 0, 50)
601
InsertUserTP.Font = Enum.Font.SourceSansLight
602
InsertUserTP.FontSize = Enum.FontSize.Size14
603
InsertUserTP.Text = "USERNAME"
604
InsertUserTP.TextColor3 = Color3.new(1, 1, 1)
605
InsertUserTP.TextScaled = true
606
InsertUserTP.TextWrapped = true
607
608
TpTitle.Name = "TpTitle"
609
TpTitle.Parent = tpgui
610
TpTitle.BackgroundColor3 = Color3.new(1, 1, 1)
611
TpTitle.BackgroundTransparency = 1
612
TpTitle.BorderSizePixel = 0
613
TpTitle.Position = UDim2.new(0.0064516128, 0, 0, 0)
614
TpTitle.Size = UDim2.new(0, 154, 0, 31)
615
TpTitle.Font = Enum.Font.SourceSansLight
616
TpTitle.FontSize = Enum.FontSize.Size14
617
TpTitle.Text = "TELEPORT GUI"
618
TpTitle.TextColor3 = Color3.new(1, 1, 1)
619
TpTitle.TextScaled = true
620
TpTitle.TextStrokeTransparency = 0
621
TpTitle.TextWrapped = true
622
623
RightSepBarTp.Name = "RightSepBarTp"
624
RightSepBarTp.Parent = tpgui
625
RightSepBarTp.BackgroundColor3 = Color3.new(1, 1, 1)
626
RightSepBarTp.BackgroundTransparency = 0.5
627
RightSepBarTp.BorderSizePixel = 0
628
RightSepBarTp.Position = UDim2.new(0.993548393, 0, 0.0757575706, 0)
629
RightSepBarTp.Size = UDim2.new(0, 1, 0, 167)
630
RightSepBarTp.Font = Enum.Font.SourceSans
631
RightSepBarTp.FontSize = Enum.FontSize.Size14
632
RightSepBarTp.Text = ""
633
RightSepBarTp.TextColor3 = Color3.new(0, 0, 0)
634
635
TpHideButton.Name = "TpHideButton"
636
TpHideButton.Parent = tpgui
637
TpHideButton.BackgroundColor3 = Color3.new(1, 0.34902, 0.34902)
638
TpHideButton.BackgroundTransparency = 0.30000001192093
639
TpHideButton.BorderSizePixel = 0
640
TpHideButton.Position = UDim2.new(0.0322580636, 0, 0.89015615, 0)
641
TpHideButton.Size = UDim2.new(0, 146, 0, 18)
642
TpHideButton.Font = Enum.Font.SourceSansLight
643
TpHideButton.FontSize = Enum.FontSize.Size14
644
TpHideButton.Text = "HIDE"
645
TpHideButton.TextColor3 = Color3.new(1, 1, 1)
646
TpHideButton.TextScaled = true
647
TpHideButton.TextStrokeTransparency = 0
648
TpHideButton.TextWrapped = true
649
650
AmokahsLogo.Name = "AmokahsLogo"
651
AmokahsLogo.Parent = Main
652
AmokahsLogo.BackgroundColor3 = Color3.new(1, 1, 1)
653
AmokahsLogo.BackgroundTransparency = 1
654
AmokahsLogo.BorderSizePixel = 0
655
AmokahsLogo.Position = UDim2.new(0.0177514795, 0, 0, 0)
656
AmokahsLogo.Size = UDim2.new(0, 34, 0, 35)
657
AmokahsLogo.Image = "rbxassetid://2715559615"
658
659
SuperPunch.Name = "SuperPunch"
660
SuperPunch.Parent = Main
661
SuperPunch.BackgroundColor3 = Color3.new(1, 1, 1)
662
SuperPunch.BackgroundTransparency = 0.5
663
SuperPunch.BorderSizePixel = 0
664
SuperPunch.Position = UDim2.new(0.511219442, 0, 0.58801502, 0)
665
SuperPunch.Size = UDim2.new(0, 158, 0, 22)
666
SuperPunch.Font = Enum.Font.SourceSans
667
SuperPunch.FontSize = Enum.FontSize.Size14
668
SuperPunch.Text = "SUPER PUNCH"
669
SuperPunch.TextColor3 = Color3.new(1, 1, 1)
670
SuperPunch.TextScaled = true
671
SuperPunch.TextStrokeTransparency = 0
672
SuperPunch.TextWrapped = true
673
674
KillAura.Name = "KillAura"
675
KillAura.Parent = Main
676
KillAura.BackgroundColor3 = Color3.new(1, 1, 1)
677
KillAura.BackgroundTransparency = 0.5
678
KillAura.BorderColor3 = Color3.new(1, 0, 0)
679
KillAura.BorderSizePixel = 0
680
KillAura.Position = UDim2.new(0.511219442, 0, 0.262595385, 0)
681
KillAura.Size = UDim2.new(0, 157, 0, 22)
682
KillAura.Font = Enum.Font.SourceSans
683
KillAura.FontSize = Enum.FontSize.Size14
684
KillAura.Text = "TOGGABLE KILL AURA 'P'"
685
KillAura.TextColor3 = Color3.new(1, 1, 1)
686
KillAura.TextScaled = true
687
KillAura.TextStrokeTransparency = 0
688
KillAura.TextWrapped = true
689
690
BeCriminal.Name = "BeCriminal"
691
BeCriminal.Parent = Main
692
BeCriminal.BackgroundColor3 = Color3.new(1, 1, 1)
693
BeCriminal.BackgroundTransparency = 0.5
694
BeCriminal.BorderSizePixel = 0
695
BeCriminal.Position = UDim2.new(0.514421463, 0, 0.696629226, 0)
696
BeCriminal.Size = UDim2.new(0, 74, 0, 22)
697
BeCriminal.Font = Enum.Font.SourceSans
698
BeCriminal.FontSize = Enum.FontSize.Size14
699
BeCriminal.Text = "CRIMINAL"
700
BeCriminal.TextColor3 = Color3.new(1, 1, 1)
701
BeCriminal.TextScaled = true
702
BeCriminal.TextStrokeTransparency = 0
703
BeCriminal.TextWrapped = true
704
705
BeGuard.Name = "BeGuard"
706
BeGuard.Parent = Main
707
BeGuard.BackgroundColor3 = Color3.new(1, 1, 1)
708
BeGuard.BackgroundTransparency = 0.5
709
BeGuard.BorderSizePixel = 0
710
BeGuard.Position = UDim2.new(0.0177514795, 0, 0.696629226, 0)
711
BeGuard.Size = UDim2.new(0, 77, 0, 22)
712
BeGuard.Font = Enum.Font.SourceSans
713
BeGuard.FontSize = Enum.FontSize.Size14
714
BeGuard.Text = "GUARD"
715
BeGuard.TextColor3 = Color3.new(1, 1, 1)
716
BeGuard.TextScaled = true
717
BeGuard.TextStrokeTransparency = 0
718
BeGuard.TextWrapped = true
719
720
BeInmate.Name = "BeInmate"
721
BeInmate.Parent = Main
722
BeInmate.BackgroundColor3 = Color3.new(1, 1, 1)
723
BeInmate.BackgroundTransparency = 0.5
724
BeInmate.BorderSizePixel = 0
725
BeInmate.Position = UDim2.new(0.268615901, 0, 0.696629226, 0)
726
BeInmate.Size = UDim2.new(0, 74, 0, 22)
727
BeInmate.Font = Enum.Font.SourceSans
728
BeInmate.FontSize = Enum.FontSize.Size14
729
BeInmate.Text = "INMATE"
730
BeInmate.TextColor3 = Color3.new(1, 1, 1)
731
BeInmate.TextScaled = true
732
BeInmate.TextStrokeTransparency = 0
733
BeInmate.TextWrapped = true
734
735
ArrestAll.Name = "ArrestAll"
736
ArrestAll.Parent = Main
737
ArrestAll.BackgroundColor3 = Color3.new(1, 1, 1)
738
ArrestAll.BackgroundTransparency = 0.5
739
ArrestAll.BorderSizePixel = 0
740
ArrestAll.Position = UDim2.new(0.511834323, 0, 0.370786548, 0)
741
ArrestAll.Size = UDim2.new(0, 159, 0, 22)
742
ArrestAll.Font = Enum.Font.SourceSans
743
ArrestAll.FontSize = Enum.FontSize.Size14
744
ArrestAll.Text = "ARREST ALL"
745
ArrestAll.TextColor3 = Color3.new(1, 1, 1)
746
ArrestAll.TextScaled = true
747
ArrestAll.TextStrokeTransparency = 0
748
ArrestAll.TextWrapped = true
749
750
InvGuns.Name = "InvGuns"
751
InvGuns.Parent = Main
752
InvGuns.BackgroundColor3 = Color3.new(1, 1, 1)
753
InvGuns.BackgroundTransparency = 0.5
754
InvGuns.BorderSizePixel = 0
755
InvGuns.Position = UDim2.new(0.508875728, 0, 0.16104874, 0)
756
InvGuns.Size = UDim2.new(0, 159, 0, 22)
757
InvGuns.Font = Enum.Font.SourceSans
758
InvGuns.FontSize = Enum.FontSize.Size14
759
InvGuns.Text = "TURN GUNS INVIS (Unequip first)"
760
InvGuns.TextColor3 = Color3.new(1, 1, 1)
761
InvGuns.TextScaled = true
762
InvGuns.TextStrokeTransparency = 0
763
InvGuns.TextWrapped = true
764
765
CrimPunch.Name = "CrimPunch"
766
CrimPunch.Parent = Main
767
CrimPunch.BackgroundColor3 = Color3.new(1, 1, 1)
768
CrimPunch.BackgroundTransparency = 0.5
769
CrimPunch.BorderSizePixel = 0
770
CrimPunch.Position = UDim2.new(0.508260846, 0, 0.481702745, 0)
771
CrimPunch.Size = UDim2.new(0, 158, 0, 22)
772
CrimPunch.Font = Enum.Font.SourceSans
773
CrimPunch.FontSize = Enum.FontSize.Size14
774
CrimPunch.Text = "REMOVE TOOLS"
775
CrimPunch.TextColor3 = Color3.new(1, 1, 1)
776
CrimPunch.TextScaled = true
777
CrimPunch.TextStrokeTransparency = 0
778
CrimPunch.TextWrapped = true
779
780
Trans.Name = "Trans"
781
Trans.Parent = Main
782
Trans.BackgroundColor3 = Color3.new(1, 0.458824, 0.439216)
783
Trans.BackgroundTransparency = 0.5
784
Trans.BorderSizePixel = 0
785
Trans.Position = UDim2.new(0.64462477, 0, 0.0199335553, 0)
786
Trans.Size = UDim2.new(0, 80, 0, 25)
787
Trans.Font = Enum.Font.SourceSans
788
Trans.FontSize = Enum.FontSize.Size14
789
Trans.Text = "TRANSPARENT"
790
Trans.TextColor3 = Color3.new(1, 1, 1)
791
Trans.TextScaled = true
792
Trans.TextStrokeTransparency = 0
793
Trans.TextWrapped = true
794
795
Open.Name = "Open"
796
Open.Parent = PrisonGui
797
Open.BackgroundColor3 = Color3.new(1, 1, 1)
798
Open.BackgroundTransparency = 1
799
Open.BorderSizePixel = 0
800
Open.Position = UDim2.new(0, 0, 0.915841579, 0)
801
Open.Size = UDim2.new(0, 154, 0, 34)
802
803
OpenGUI.Name = "OpenGUI"
804
OpenGUI.Parent = Open
805
OpenGUI.BackgroundColor3 = Color3.new(0.219608, 0.219608, 0.219608)
806
OpenGUI.BackgroundTransparency = 0.5
807
OpenGUI.BorderSizePixel = 0
808
OpenGUI.Size = UDim2.new(0, 154, 0, 34)
809
OpenGUI.Font = Enum.Font.SourceSansLight
810
OpenGUI.FontSize = Enum.FontSize.Size14
811
OpenGUI.Text = "OPEN"
812
OpenGUI.TextColor3 = Color3.new(1, 1, 1)
813
OpenGUI.TextScaled = true
814
OpenGUI.TextStrokeTransparency = 0
815
OpenGUI.TextWrapped = true
816
817
Credit.Name = "Credit"
818
Credit.Parent = PrisonGui
819
Credit.BackgroundColor3 = Color3.new(1, 1, 1)
820
Credit.BackgroundTransparency = 1
821
Credit.BorderSizePixel = 0
822
Credit.Position = UDim2.new(0, 0, 0.589113653, 0)
823
Credit.Size = UDim2.new(0, 156, 0, 43)
824
Credit.Font = Enum.Font.SourceSansSemibold
825
Credit.FontSize = Enum.FontSize.Size14
826
Credit.Text = "Lame Prison Life GUI by Amokah"
827
Credit.TextColor3 = Color3.new(0, 0.764706, 0.776471)
828
Credit.TextScaled = true
829
Credit.TextStrokeTransparency = 0.80000001192093
830
Credit.TextTransparency = 0.5
831
Credit.TextWrapped = true
832
Credit.TextXAlignment = Enum.TextXAlignment.Left
833
834
Dino.Name = "Dino"
835
Dino.Parent = PrisonGui
836
Dino.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
837
Dino.BackgroundTransparency = 0.80000001192093
838
Dino.BorderColor3 = Color3.new(1, 0, 0)
839
Dino.BorderSizePixel = 5
840
Dino.Position = UDim2.new(0, 0, 0.343575954, 0)
841
Dino.Size = UDim2.new(0, 1025, 0, 101)
842
Dino.Visible = false
843
Dino.Font = Enum.Font.SourceSans
844
Dino.FontSize = Enum.FontSize.Size14
845
Dino.Text = "This GUI is not the best with FREE exploits. It's mainly for paid exploits, such as Visenya, Synapse, etc. If you are using a free lua executor with this, then don't be surprised if something does not work correctly, please note, if anyone has uploaded this with their own link, that is not 'https://pastebin.com/JS5SYqaU' then you won't get the newest release of my crappy GUI, but anyway, good luck and have fun with this I guess."
846
Dino.TextColor3 = Color3.new(1, 1, 1)
847
Dino.TextScaled = true
848
Dino.TextStrokeTransparency = 0.80000001192093
849
Dino.TextTransparency = 0.80000001192093
850
Dino.TextWrapped = true
851
852
KA.Name = "KA"
853
KA.Parent = PrisonGui
854
KA.BackgroundColor3 = Color3.new(1, 1, 1)
855
KA.BackgroundTransparency = 1
856
KA.BorderSizePixel = 0
857
KA.Position = UDim2.new(0, 0, 0.640399575, 0)
858
KA.Size = UDim2.new(0, 162, 0, 62)
859
860
NameOfKa.Name = "NameOfKa"
861
NameOfKa.Parent = KA
862
NameOfKa.BackgroundColor3 = Color3.new(1, 1, 1)
863
NameOfKa.BackgroundTransparency = 1
864
NameOfKa.BorderSizePixel = 0
865
NameOfKa.Position = UDim2.new(0, 0, 0.419354856, 0)
866
NameOfKa.Size = UDim2.new(0, 157, 0, 30)
867
NameOfKa.Font = Enum.Font.SourceSans
868
NameOfKa.FontSize = Enum.FontSize.Size14
869
NameOfKa.Text = "KILL AURA "
870
NameOfKa.TextColor3 = Color3.new(0.72549, 0.329412, 0.337255)
871
NameOfKa.TextScaled = true
872
NameOfKa.TextStrokeColor3 = Color3.new(0.333333, 0, 0)
873
NameOfKa.TextStrokeTransparency = 0.5
874
NameOfKa.TextWrapped = true
875
NameOfKa.TextXAlignment = Enum.TextXAlignment.Left
876
877
TrueOrFalse.Name = "TrueOrFalse"
878
TrueOrFalse.Parent = KA
879
TrueOrFalse.BackgroundColor3 = Color3.new(1, 1, 1)
880
TrueOrFalse.BackgroundTransparency = 1
881
TrueOrFalse.BorderSizePixel = 0
882
TrueOrFalse.Position = UDim2.new(0, 0, 0.913856268, 0)
883
TrueOrFalse.Size = UDim2.new(0, 148, 0, 33)
884
TrueOrFalse.Font = Enum.Font.SourceSans
885
TrueOrFalse.FontSize = Enum.FontSize.Size14
886
TrueOrFalse.Text = "nil"
887
TrueOrFalse.TextColor3 = Color3.new(1, 0.278431, 0.278431)
888
TrueOrFalse.TextScaled = true
889
TrueOrFalse.TextStrokeTransparency = 0.5
890
TrueOrFalse.TextWrapped = true
891
TrueOrFalse.TextXAlignment = Enum.TextXAlignment.Left
892
893
TeamGUIOC.Name = "TeamGUIOC"
894
TeamGUIOC.Parent = PrisonGui
895
TeamGUIOC.BackgroundColor3 = Color3.new(1, 1, 1)
896
TeamGUIOC.BackgroundTransparency = 1
897
TeamGUIOC.BorderSizePixel = 0
898
TeamGUIOC.Position = UDim2.new(0.00132625992, 0, 0.759765625, 0)
899
TeamGUIOC.Size = UDim2.new(0, 156, 0, 33)
900
901
TeamOPorCL.Name = "TeamOPorCL"
902
TeamOPorCL.Parent = TeamGUIOC
903
TeamOPorCL.BackgroundColor3 = Color3.new(0.219608, 0.219608, 0.219608)
904
TeamOPorCL.BackgroundTransparency = 0.5
905
TeamOPorCL.BorderColor3 = Color3.new(0.568627, 0.176471, 0.568627)
906
TeamOPorCL.BorderSizePixel = 0
907
TeamOPorCL.Position = UDim2.new(-5.00802327972, 5, 5.12121212, 5)
908
TeamOPorCL.Size = UDim2.new(0, 156, 0, 32)
909
TeamOPorCL.Font = Enum.Font.SourceSansLight
910
TeamOPorCL.FontSize = Enum.FontSize.Size14
911
TeamOPorCL.Text = "Open/Close STAY ON TEAM GUI"
912
TeamOPorCL.TextColor3 = Color3.new(1, 1, 1)
913
TeamOPorCL.TextScaled = true
914
TeamOPorCL.TextStrokeTransparency = 0
915
TeamOPorCL.TextWrapped = true
916
917
TeamMain.Name = "TeamMain"
918
TeamMain.Parent = PrisonGui
919
TeamMain.BackgroundColor3 = Color3.new(0.219608, 0.219608, 0.219608)
920
TeamMain.BorderSizePixel = 0
921
TeamMain.Position = UDim2.new(0, 0, 0.291015625, 0)
922
TeamMain.Size = UDim2.new(0, 214, 0, 152)
923
TeamMain.Visible = false
924
925
TextLabel.Parent = TeamMain
926
TextLabel.BackgroundColor3 = Color3.new(0, 0, 0)
927
TextLabel.BackgroundTransparency = 0.5
928
TextLabel.BorderSizePixel = 0
929
TextLabel.Position = UDim2.new(0.104430377, 0, 0.203947365, 0)
930
TextLabel.Size = UDim2.new(0, 169, 0, 3)
931
TextLabel.Font = Enum.Font.SourceSans
932
TextLabel.FontSize = Enum.FontSize.Size14
933
TextLabel.Text = ""
934
TextLabel.TextColor3 = Color3.new(0, 0, 0)
935
936-
TextLabel_2.Parent = TeamMain
936+
937-
TextLabel_2.BackgroundColor3 = Color3.new(0, 0, 0)
937+
938-
TextLabel_2.BackgroundTransparency = 1
938+
939-
TextLabel_2.BorderSizePixel = 0
939+
940-
TextLabel_2.Size = UDim2.new(0, 214, 0, 31)
940+
941-
TextLabel_2.Font = Enum.Font.SourceSansLight
941+
942-
TextLabel_2.FontSize = Enum.FontSize.Size14
942+
943-
TextLabel_2.Text = "Stay On Team GUI"
943+
944-
TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
944+
945-
TextLabel_2.TextScaled = true
945+
946-
TextLabel_2.TextStrokeTransparency = 0
946+
947-
TextLabel_2.TextWrapped = true
947+
948
TrueOrFalse.TextColor3 = Color3.new(255, 0, 191)
949-
SOG.Name = "SOG"
949+
950-
SOG.Parent = TeamMain
950+
951-
SOG.BackgroundColor3 = Color3.new(0.52549, 0.756863, 1)
951+
952-
SOG.BackgroundTransparency = 0.5
952+
953-
SOG.BorderSizePixel = 0
953+
954-
SOG.Position = UDim2.new(0, 0, 0.223684207, 0)
954+
955-
SOG.Size = UDim2.new(0, 214, 0, 25)
955+
956-
SOG.Font = Enum.Font.SourceSansLight
956+
957-
SOG.FontSize = Enum.FontSize.Size14
957+
958-
SOG.Text = "Stay on guards team!"
958+
959-
SOG.TextColor3 = Color3.new(1, 1, 1)
959+
960-
SOG.TextScaled = true
960+
961-
SOG.TextStrokeTransparency = 0
961+
962-
SOG.TextWrapped = true
962+
963
wait(0.1)
964-
SOC.Name = "SOC"
964+
965-
SOC.Parent = TeamMain
965+
966-
SOC.BackgroundColor3 = Color3.new(1, 0.235294, 0.235294)
966+
967-
SOC.BackgroundTransparency = 0.5
967+
968-
SOC.BorderSizePixel = 0
968+
969-
SOC.Position = UDim2.new(0, 0, 0.394416004, 0)
969+
970-
SOC.Size = UDim2.new(0, 214, 0, 25)
970+
971-
SOC.Font = Enum.Font.SourceSansLight
971+
972-
SOC.FontSize = Enum.FontSize.Size14
972+
973-
SOC.Text = "Stay on criminals team!"
973+
974-
SOC.TextColor3 = Color3.new(1, 1, 1)
974+
975-
SOC.TextScaled = true
975+
976-
SOC.TextStrokeTransparency = 0
976+
977-
SOC.TextWrapped = true
977+
978
Dino.TextTransparency = 0.1
979-
SOI.Name = "SOI"
979+
980-
SOI.Parent = TeamMain
980+
981-
SOI.BackgroundColor3 = Color3.new(1, 0.831373, 0.494118)
981+
982-
SOI.BackgroundTransparency = 0.5
982+
983-
SOI.BorderSizePixel = 0
983+
984-
SOI.Position = UDim2.new(0, 0, 0.559050083, 0)
984+
985-
SOI.Size = UDim2.new(0, 214, 0, 25)
985+
986-
SOI.Font = Enum.Font.SourceSansLight
986+
987-
SOI.FontSize = Enum.FontSize.Size14
987+
988-
SOI.Text = "Stay on inmates team!"
988+
989-
SOI.TextColor3 = Color3.new(1, 1, 1)
989+
990-
SOI.TextScaled = true
990+
991-
SOI.TextStrokeTransparency = 0
991+
992-
SOI.TextWrapped = true
992+
993
Dino.TextTransparency = 0.6
994-
Disable.Name = "Disable"
994+
995-
Disable.Parent = TeamMain
995+
996-
Disable.BackgroundColor3 = Color3.new(0.615686, 0.407843, 0.411765)
996+
997-
Disable.BackgroundTransparency = 0.5
997+
998-
Disable.BorderSizePixel = 0
998+
999-
Disable.Position = UDim2.new(0, 0, 0.801872253, 0)
999+
1000-
Disable.Size = UDim2.new(0, 214, 0, 29)
1000+
1001-
Disable.Font = Enum.Font.SourceSansSemibold
1001+
1002-
Disable.FontSize = Enum.FontSize.Size14
1002+
1003-
Disable.Text = "Disable"
1003+
1004-
Disable.TextColor3 = Color3.new(1, 1, 1)
1004+
1005-
Disable.TextScaled = true
1005+
1006-
Disable.TextStrokeTransparency = 0
1006+
1007-
Disable.TextWrapped = true
1007+
1008
end)
1009
1010
Close.MouseButton1Down:connect(function()
1011
	Main:TweenPosition(UDim2.new(0.345, 0,2.204, 0), 'Out', 'Bounce', 1)
1012
	wait(1)
1013
	Main.Visible = false
1014
end)
1015
1016
CrimG.MouseButton1Down:connect(function()
1017
	ForceCgui.Visible = true
1018
end)
1019
1020
CrimHideButton.MouseButton1Down:connect(function()
1021
	ForceCgui.Visible = false
1022
end)
1023
1024
TheLocal.MouseButton1Down:connect(function()
1025
	if LocalCommands.Visible == false then
1026
		LocalCommands.Visible = true
1027
	elseif LocalCommands.Visible == true then
1028
		LocalCommands.Visible = false
1029
	end
1030
end)
1031
1032
NWalk.MouseButton1Down:connect(function()
1033
	game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
1034
end)
1035
1036
NexusTPbut.MouseButton1Down:connect(function()
1037
	game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(879,99,2377)
1038
end)
1039
1040
CrimBaseTPbut.MouseButton1Down:connect(function()
1041
	game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-943, 96, 2055)
1042
end)
1043
1044
tfWalk.MouseButton1Down:connect(function()
1045
	game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 41
1046
end)
1047
1048
tfJump.MouseButton1Down:connect(function()
1049
	game.Players.LocalPlayer.Character.Humanoid.JumpPower = 75
1050
end)
1051
1052
Njump.MouseButton1Down:connect(function()
1053
	game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50
1054
end)
1055
1056
GuardAreaTPbut.MouseButton1Down:connect(function()
1057
	game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(802,99,2270)
1058
end)
1059
1060
Respawn.MouseButton1Down:connect(function()
1061
	game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(0, -496, 0)
1062
end)
1063
1064
ObGuns.MouseButton1Down:connect(function()
1065
	for i,v in pairs(Workspace.Prison_ITEMS.giver:GetChildren()) do
1066
1067
OwO = Workspace.Remote.ItemHandler:InvokeServer(v.ITEMPICKUP)
1068
end
1069
end)
1070
1071
TaseBypass.MouseButton1Down:connect(function()
1072
	game.Players.LocalPlayer.Character.ClientInputHandler.Disabled = true
1073
	game.Players.LocalPlayer.CharacterAdded:connect(function()
1074
	game.Workspace:WaitForChild(game.Players.LocalPlayer.Name)
1075
	game.Players.LocalPlayer.Character.ClientInputHandler.Disabled = true
1076
	end)
1077
end)
1078
1079
RemoveDoors.MouseButton1Down:connect(function()
1080
				Workspace.Prison_Cellblock.doors:Destroy()
1081
			
1082
			for i,v in pairs(workspace:GetChildren())do
1083
					if v.Name == "Doors" then
1084
				v:Destroy()
1085
			end
1086
	end
1087
end)
1088
1089
Btools.MouseButton1Down:connect(function()
1090
	local tool1 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
1091
	local tool2 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
1092
	local tool3 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
1093
	local tool4 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
1094
	local tool5 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
1095
	tool1.BinType = "Clone"
1096
	tool2.BinType = "GameTool"
1097
	tool3.BinType = "Hammer"
1098
	tool4.BinType = "Script"
1099
	tool5.BinType = "Grab"
1100
end)
1101
1102
ModGun.MouseButton1Down:connect(function()
1103
local m = require(game:GetService('Players').LocalPlayer.Character:FindFirstChildOfClass("Tool").GunStates)
1104
                m.Damage = 100
1105
                m.MaxAmmo = math.huge
1106
                m.CurrentAmmo = math.huge
1107
                m.AutoFire = true
1108
                m.FireRate = 0
1109
end)
1110
1111
KillAll.MouseButton1Down:connect(function()
1112
	
1113
workspace.Remote.TeamEvent:FireServer("Medium stone grey")
1114
1115
game.Workspace.Remote.ItemHandler:InvokeServer(workspace.Prison_ITEMS.giver["Remington 870"].ITEMPICKUP)	
1116
1117
wait(0.5)
1118
function kill(a)
1119
local A_1 =
1120
{
1121
[1] =
1122
{
1123
["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-391.152252, 8.65560055, -83.2166901)),
1124
["Distance"] = 3.2524313926697,
1125
["Cframe"] = CFrame.new(840.310791, 101.334137, 2267.87988, 0.0636406094, 0.151434347, -0.986416459, 0, 0.988420188, 0.151741937, 0.997972965, -0.00965694897, 0.0629036576),
1126
["Hit"] = a.Character.Head
1127
},
1128
   [2] =
1129
{
1130
["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-392.481476, -8.44939327, -76.7261353)),
1131
["Distance"] = 3.2699294090271,
1132
["Cframe"] = CFrame.new(840.290466, 101.184189, 2267.93506, 0.0964837447, 0.0589403138, -0.993587971, 4.65661287e-10, 0.998245299, 0.0592165813, 0.995334625, -0.00571343815, 0.0963144377),
1133
["Hit"] = a.Character.Head
1134
},
1135
[3] =
1136
{
1137
["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-389.21701, -2.50536323, -92.2163162)),
1138
["Distance"] = 3.1665518283844,
1139
["Cframe"] = CFrame.new(840.338867, 101.236496, 2267.80371, 0.0166504811, 0.0941716284, -0.995416701, 1.16415322e-10, 0.995554805, 0.0941846818, 0.999861419, -0.00156822044, 0.0165764652),
1140
["Hit"] = a.Character.Head
1141
},
1142
[4] =
1143
{
1144
["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-393.353973, 3.13988972, -72.5452042)),
1145
["Distance"] = 3.3218522071838,
1146
["Cframe"] = CFrame.new(840.277222, 101.285957, 2267.9707, 0.117109694, 0.118740402, -0.985994935, -1.86264515e-09, 0.992826641, 0.119563118, 0.993119001, -0.0140019981, 0.116269611),
1147
["Hit"] = a.Character.Head
1148
},
1149
[5] =
1150
{
1151
["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-390.73172, 3.2097764, -85.5477524)),
1152
["Distance"] = 3.222757101059,
1153
["Cframe"] = CFrame.new(840.317993, 101.286423, 2267.86035, 0.0517584644, 0.123365127, -0.991010666, 0, 0.992340803, 0.123530701, 0.99865967, -0.00639375951, 0.0513620302),
1154
["Hit"] = a.Character.Head
1155
}
1156
}
1157
local A_2 = game.Players.LocalPlayer.Backpack["Remington 870"]
1158
local Event = game:GetService("ReplicatedStorage").ShootEvent
1159
Event:FireServer(A_1, A_2)
1160
Event:FireServer(A_1, A_2)
1161
end
1162
1163
for i,v in pairs(game.Players:GetChildren())do
1164
if v.Name ~= game.Players.LocalPlayer.Name then
1165
kill(v)
1166
end
1167
end
1168
wait(1)
1169
workspace.Remote.TeamEvent:FireServer("Bright orange")
1170
1171
end)
1172
1173
TPshow.MouseButton1Down:connect(function()
1174
	tpgui.Visible = true
1175
end)
1176
1177
TpHideButton.MouseButton1Down:connect(function()
1178
	tpgui.Visible = false
1179
end)
1180
1181
TPYEET.MouseButton1Down:connect(function()
1182
	Target = InsertUserTP.Text
1183
	
1184
	game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[Target].Character.HumanoidRootPart.CFrame
1185
end)
1186
1187
FLY.MouseButton1Down:connect(function()
1188
	repeat wait()
1189
   until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:findFirstChild("Torso") and game.Players.LocalPlayer.Character:findFirstChild("Humanoid")
1190
local mouse = game.Players.LocalPlayer:GetMouse()
1191
repeat wait() until mouse
1192
local plr = game.Players.LocalPlayer
1193
local torso = plr.Character.Torso
1194
local flying = true
1195
local deb = true
1196
local ctrl = {f = 0, b = 0, l = 0, r = 0}
1197
local lastctrl = {f = 0, b = 0, l = 0, r = 0}
1198
local maxspeed = 50
1199
local speed = 0
1200
1201
function Fly()
1202
local bg = Instance.new("BodyGyro", torso)
1203
bg.P = 9e4
1204
bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
1205
bg.cframe = torso.CFrame
1206
local bv = Instance.new("BodyVelocity", torso)
1207
bv.velocity = Vector3.new(0,0.1,0)
1208
bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
1209
repeat wait()
1210
plr.Character.Humanoid.PlatformStand = true
1211
if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
1212
speed = speed+.5+(speed/maxspeed)
1213
if speed > maxspeed then
1214
speed = maxspeed
1215
end
1216
elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
1217
speed = speed-1
1218
if speed < 0 then
1219
speed = 0
1220
end
1221
end
1222
if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
1223
bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (ctrl.f+ctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(ctrl.l+ctrl.r,(ctrl.f+ctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
1224
lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
1225
elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
1226
bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (lastctrl.f+lastctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(lastctrl.l+lastctrl.r,(lastctrl.f+lastctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
1227
else
1228
bv.velocity = Vector3.new(0,0.1,0)
1229
end
1230
bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
1231
until not flying
1232
ctrl = {f = 0, b = 0, l = 0, r = 0}
1233
lastctrl = {f = 0, b = 0, l = 0, r = 0}
1234
speed = 0
1235
bg:Destroy()
1236
bv:Destroy()
1237
plr.Character.Humanoid.PlatformStand = false
1238
end
1239
mouse.KeyDown:connect(function(key)
1240
if key:lower() == "e" then
1241
if flying then flying = false
1242
else
1243
flying = true
1244
Fly()
1245
end
1246
elseif key:lower() == "w" then
1247
ctrl.f = 1
1248
elseif key:lower() == "s" then
1249
ctrl.b = -1
1250
elseif key:lower() == "a" then
1251
ctrl.l = -1
1252
elseif key:lower() == "d" then
1253
ctrl.r = 1
1254
end
1255
end)
1256
mouse.KeyUp:connect(function(key)
1257
if key:lower() == "w" then
1258
ctrl.f = 0
1259
elseif key:lower() == "s" then
1260
ctrl.b = 0
1261
elseif key:lower() == "a" then
1262
ctrl.l = 0
1263
elseif key:lower() == "d" then
1264
ctrl.r = 0
1265
end
1266
end)
1267
Fly()
1268
end)
1269
1270
SuperPunch.MouseButton1Down:connect(function()
1271
	mainRemotes = game.ReplicatedStorage
1272
meleeRemote = mainRemotes['meleeEvent']
1273
mouse = game.Players.LocalPlayer:GetMouse()
1274
punching = false
1275
cooldown = false
1276
1277
function punch()
1278
cooldown = true
1279
local part = Instance.new("Part", game.Players.LocalPlayer.Character)
1280
part.Transparency = 1
1281
part.Size = Vector3.new(5, 2, 3)
1282
part.CanCollide = false
1283
local w1 = Instance.new("Weld", part)
1284
w1.Part0 = game.Players.LocalPlayer.Character.Torso
1285
w1.Part1 = part
1286
w1.C1 = CFrame.new(0,0,2)
1287
part.Touched:connect(function(hit)
1288
if game.Players:FindFirstChild(hit.Parent.Name) then
1289
local plr = game.Players:FindFirstChild(hit.Parent.Name)
1290
if plr.Name ~= game.Players.LocalPlayer.Name then
1291
part:Destroy()
1292
1293
for i = 1,100 do
1294
meleeRemote:FireServer(plr)
1295
end
1296
end
1297
end
1298
end)
1299
1300
wait(1)
1301
cooldown = false
1302
part:Destroy()
1303
end
1304
1305
1306
mouse.KeyDown:connect(function(key)
1307
if cooldown == false then
1308
if key:lower() == "f" then
1309
1310
punch()
1311
1312
end
1313
end
1314
end)
1315
end)
1316
1317
BeInmate.MouseButton1Down:connect(function()
1318
	Workspace.Remote.TeamEvent:FireServer("Bright orange")
1319
end)
1320
1321
BeGuard.MouseButton1Down:connect(function()
1322
	Workspace.Remote.TeamEvent:FireServer("Bright blue")
1323
end)
1324
1325
BeCriminal.MouseButton1Down:connect(function()
1326
	LCS = game.Workspace["Criminals Spawn"].SpawnLocation
1327
1328
LCS.CanCollide = false
1329
LCS.Size = Vector3.new(51.05, 24.12, 54.76)
1330
LCS.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
1331
LCS.Transparency = 1
1332
wait(0.5)
1333
LCS.CFrame = CFrame.new(-920.510803, 92.2271957, 2138.27002, 0, 0, -1, 0, 1, 0, 1, 0, 0)
1334
LCS.Size = Vector3.new(6, 0.2, 6)
1335
LCS.Transparency = 0
1336
end)
1337
1338
InvGuns.MouseButton1Down:connect(function()
1339
	for i,v in pairs(game.Players.LocalPlayer.Backpack:GetDescendants())do
1340
	if v.ClassName == "Model" then
1341
		v:Destroy()
1342
	end
1343
end
1344
1345
game.Players.LocalPlayer.Backpack.M9.Part:Destroy()
1346
1347
game.Players.LocalPlayer.Backpack.M9.Part:Destroy()
1348
end)
1349
1350
CrimPunch.MouseButton1Down:connect(function()
1351
	for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren())do
1352
		if v.ClassName == "Tool" then
1353
			v:Destroy()
1354
		end
1355
	end
1356
end)
1357
1358
BeNeutral.MouseButton1Down:connect(function()
1359
	Workspace.Remote.TeamEvent:FireServer("Medium stone grey")
1360
end)
1361
1362
TeamOPorCL.MouseButton1Down:connect(function()
1363
	if TeamMain.Visible == true then
1364
		
1365
		TeamMain:TweenPosition(UDim2.new(-0.00802327972, 0, 1.12121212, 0), 'Out', 'Bounce', 2)
1366
		wait(2)
1367
		TeamMain.Visible = false
1368
	elseif
1369
		TeamMain.Visible == false then
1370
			TeamMain:TweenPosition(UDim.new(-0.00802327972, 0, 5.12121212, 0), 'Out', 'Bounce', 2)
1371
		TeamMain.Visible = true
1372
	end
1373
end)
1374
1375
local yee = false
1376
1377
SOC.MouseButton1Down:connect(function()
1378
yee = true
1379
wait(0.2)
1380
if yee == true then
1381
	LCS = game.Workspace["Criminals Spawn"].SpawnLocation
1382
1383
LCS.CanCollide = false
1384
LCS.Size = Vector3.new(51.05, 24.12, 54.76)
1385
LCS.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
1386
LCS.Transparency = 1
1387
wait(0.5)
1388
while yee do
1389
	wait(0.003)
1390
	LCS.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
1391
end
1392
		LCS.CFrame = CFrame.new(-920.510803, 92.2271957, 2138.27002, 0, 0, -1, 0, 1, 0, 1, 0, 0)
1393
LCS.Size = Vector3.new(6, 0.2, 6)
1394
LCS.Transparency = 1
1395
wait(2)
1396
LCS.CFrame = CFrame.new(-920.510803, 92.2271957, 2138.27002, 0, 0, -1, 0, 1, 0, 1, 0, 0)
1397
LCS.Size = Vector3.new(6, 0.2, 6)
1398
LCS.Transparency = 1	
1399
end
1400
end)
1401
1402
local GuTe = false
1403
1404
SOG.MouseButton1Down:connect(function()
1405
	if GuTe == false then
1406
		GuTe = true
1407
		if GuTe == true then
1408
			while GuTe do
1409
				wait(0.2)
1410
				Workspace.Remote.TeamEvent:FireServer("Bright blue")
1411
			end
1412
		end
1413
	end
1414
end)
1415
1416
local InTe = false
1417
1418
SOI.MouseButton1Down:connect(function()
1419
	if InTe == false then
1420
		InTe = true
1421
		if InTe == true then
1422
			wait(0.2)
1423
			workspace.Remote.TeamEvent:FireServer("Bright orange")
1424
		end
1425
	end
1426
end)
1427
1428
Disable.MouseButton1Down:connect(function()
1429
	InTe = false
1430
	
1431
	GuTe = false
1432
	
1433
		yee = false
1434
		wait(0.2)
1435
		if yee == false then
1436
		LCS.CFrame = CFrame.new(-920.510803, 92.2271957, 2138.27002, 0, 0, -1, 0, 1, 0, 1, 0, 0)
1437
LCS.Size = Vector3.new(6, 0.2, 6)
1438
LCS.Transparency = 1
1439
wait(2)
1440
LCS.CFrame = CFrame.new(-920.510803, 92.2271957, 2138.27002, 0, 0, -1, 0, 1, 0, 1, 0, 0)
1441
LCS.Size = Vector3.new(6, 0.2, 6)
1442
LCS.Transparency = 1	
1443
end
1444
end)
1445
1446
Trans.MouseButton1Down:connect(function()
1447
	PLMain = Main
1448
	PLCgui = ForceCgui
1449
	PLLc = LocalCommands
1450
	PLtp = tpgui
1451
	TMain = TeamMain
1452
	
1453
	TLble = TitleBar
1454
	LCTitleBar = LocalCMD_BarTitle
1455
	LCTitle = LocalCMD_Title
1456
	
1457
	if LCTitle.BackgroundTransparency == 0 then
1458
		LCTitle.BackgroundTransparency = 0.5
1459
	elseif
1460
		LCTitle.BackgroundTransparency == 0.5 then
1461
		LCTitle.BackgroundTransparency = 0
1462
	end
1463
	
1464
	if LCTitleBar.BackgroundTransparency == 0 then
1465
		LCTitleBar.BackgroundTransparency = 0.5
1466
	elseif
1467
		LCTitleBar.BackgroundTransparency == 0.5 then
1468
		LCTitleBar.BackgroundTransparency = 0
1469
	end
1470
	
1471
	if TLble.BackgroundTransparency == 0.8 then
1472
		TLble.BackgroundTransparency = 0.5
1473
	elseif
1474
		TLble.BackgroundTransparency == 0.5 then
1475
		TLble.BackgroundTransparency = 0.8
1476
	end
1477
	
1478
	if PLMain.BackgroundTransparency == 0 then
1479
		PLMain.BackgroundTransparency = 0.5
1480
	elseif
1481
		PLMain.BackgroundTransparency == 0.5 then
1482
		PLMain.BackgroundTransparency = 0
1483
	end
1484
	
1485
	if PLCgui.BackgroundTransparency == 0 then
1486
		PLCgui.BackgroundTransparency = 0.5
1487
	elseif
1488
		PLCgui.BackgroundTransparency == 0.5 then
1489
		PLCgui.BackgroundTransparency = 0
1490
	end
1491
	
1492
	if PLLc.BackgroundTransparency == 0 then
1493
		PLLc.BackgroundTransparency = 0.5
1494
	elseif
1495
		PLLc.BackgroundTransparency == 0.5 then
1496
		PLLc.BackgroundTransparency = 0
1497
	end
1498
	
1499
	if PLtp.BackgroundTransparency == 0 then
1500
		PLtp.BackgroundTransparency = 0.5
1501
	elseif
1502
		PLtp.BackgroundTransparency == 0.5 then
1503
		PLtp.BackgroundTransparency = 0
1504
	end
1505
1506
	if TMain.BackgroundTransparency == 0 then
1507
		TMain.BackgroundTransparency = 0.5
1508
	elseif
1509
		TMain.BackgroundTransparency == 0.5 then
1510
		TMain.BackgroundTransparency = 0
1511
	end
1512
end)
1513
1514
ArrestAll.MouseButton1Down:connect(function()
1515
	wait(0.1)
1516
	Player = game.Players.LocalPlayer
1517
	Pcf = Player.Character.HumanoidRootPart.CFrame
1518
	for i,v in pairs(game.Teams.Criminals:GetPlayers()) do
1519
	if v.Name ~= Player.Name then
1520
	local i = 10
1521
    repeat
1522
    wait()
1523
    i = i-1
1524
    game.Workspace.Remote.arrest:InvokeServer(v.Character.HumanoidRootPart)
1525
    Player.Character.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame * CFrame.new(0, 0, 1)
1526
    until i == 0
1527
end
1528
end
1529
end)
1530
1531
KillAura.MouseButton1Down:connect(function()
1532
	TrueOrFalse.Text = "FALSE"
1533
	TrueOrFalse.TextColor3 = Color3.new(0.768628, 0.156863, 0.109804)
1534
1535
	mainRemotes = game.ReplicatedStorage
1536
meleeRemote = mainRemotes['meleeEvent']
1537
1538
_G.killAura = false
1539
1540
contextactionservice = game.ContextActionService
1541
1542
function toggleKillAura(actionName, inputState, inputObject)
1543
if inputState == Enum.UserInputState.Begin then
1544
if _G.killAura == true then
1545
_G.killAura = false
1546
	TrueOrFalse.Text = "FALSE"
1547
	TrueOrFalse.TextColor3 = Color3.new(0.768628, 0.156863, 0.109804)
1548
else
1549
_G.killAura = true
1550
	TrueOrFalse.Text = "TRUE"
1551
	TrueOrFalse.TextColor3 = Color3.new(0.6, 0.992157, 0.541176)
1552
end
1553
end
1554
end
1555
1556
1557
1558
contextactionservice:BindAction('ToggleKillAura', toggleKillAura, false, Enum.KeyCode.P)
1559
1560
while wait() do
1561
if _G.killAura == true then
1562
for _, plr in pairs (game:GetService('Players'):GetChildren()) do
1563
if plr.Name ~= game.Players.LocalPlayer.Name then
1564
meleeRemote:FireServer(plr)
1565
1566
end
1567
end
1568
end
1569
end
1570
end)
1571
1572
local istptoplr = false
1573
local metoplr = false
1574
1575
TextButton.MouseButton1Down:connect(function()
1576
	Target = InsertUser.Text
1577
	
1578
	_G.killAura = true
1579
	wait(0.2)
1580
	
1581
	Apart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
1582
	Apart.Transparency = 1
1583
	Apart.Anchored = true
1584
	Apart.CanCollide = false
1585
	wait(0.3)
1586
	game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[Target].Character.HumanoidRootPart.CFrame
1587
	
1588
	istptoplr = true
1589
	wait(0.004)
1590
	
1591
	if game.Players.LocalPlayer.Team.TeamColor == "Bright orange" then
1592
		wait(6)
1593
		workspace.Remote.TeamEvent:FireServer("Bright orange")
1594
	elseif
1595
		game.Players.LocalPlayer.Team.TeamColor == "Bright blue" then
1596
			workspace.Remote.TeamEvent:FireServer("Bright blue")
1597
	end
1598
	
1599
		 if istptoplr == true then
1600
		    while istptoplr do
1601
			wait()
1602
			
1603
			game.Players.LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame = game.Players[Target].Character.HumanoidRootPart.CFrame
1604
			
1605
			LCS = game.Workspace["Criminals Spawn"].SpawnLocation
1606
1607
			LCS.CanCollide = false
1608
			LCS.Size = Vector3.new(51.05, 24.12, 54.76)
1609
			LCS.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
1610
			LCS.Transparency = 1
1611
		
1612
		wait(2)
1613
		
1614
		      istptoplr = false
1615
		_G.killAura = false
1616
		
1617
		wait(0.04)
1618
		
1619
		        if istptoplr == false then
1620
		           LCS.CFrame = CFrame.new(-920.510803, 92.2271957, 2138.27002, 0, 0, -1, 0, 1, 0, 1, 0, 0)
1621
		           LCS.Size = Vector3.new(6, 0.2, 6)
1622
		           LCS.Transparency = 0
1623
		           game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Apart.CFrame
1624
		           wait()
1625
		           istptoplr = false
1626
		    end
1627
		end
1628
	end
1629
end)
1630
1631
TeamOPorCL:Destroy()
1632
1633
1634
function dragify(Main)
1635
dragToggle = nil
1636
dragSpeed = .20 -- You can edit this.
1637
dragInput = nil
1638
dragStart = nil
1639
dragPos = nil
1640
1641
function updateInput(input)
1642
Delta = input.Position - dragStart
1643
Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + Delta.X, startPos.Y.Scale, startPos.Y.Offset + Delta.Y)
1644
game:GetService("TweenService"):Create(Main, TweenInfo.new(.25), {Position = Position}):Play()
1645
end
1646
1647
Main.InputBegan:Connect(function(input)
1648
if (input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch) then
1649
dragToggle = true
1650
dragStart = input.Position
1651
startPos = Main.Position
1652
input.Changed:Connect(function()
1653
if (input.UserInputState == Enum.UserInputState.End) then
1654
dragToggle = false
1655
end
1656
end)
1657
end
1658
end)
1659
1660
Main.InputChanged:Connect(function(input)
1661
if (input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch) then
1662
dragInput = input
1663
end
1664
end)
1665
1666
game:GetService("UserInputService").InputChanged:Connect(function(input)
1667
if (input == dragInput and dragToggle) then
1668
updateInput(input)
1669
end
1670
end)
1671
end
1672
1673
dragify(Main)