SHOW:
|
|
- or go back to the newest paste.
1 | local Corruption = Instance.new("ScreenGui") | |
2 | local Main = Instance.new("Frame") | |
3 | local CorruptionL = Instance.new("TextLabel") | |
4 | local TeleportsB = Instance.new("TextButton") | |
5 | local ToggleablesB = Instance.new("TextButton") | |
6 | local Home = Instance.new("Frame") | |
7 | local Welcome1 = Instance.new("TextLabel") | |
8 | local Welcome2 = Instance.new("TextLabel") | |
9 | local Close = Instance.new("TextButton") | |
10 | local TeleportsF = Instance.new("Frame") | |
11 | local BankFrontB = Instance.new("TextButton") | |
12 | local BankVaultB = Instance.new("TextButton") | |
13 | local CrimBase1B = Instance.new("TextButton") | |
14 | local CrimBase2B = Instance.new("TextButton") | |
15 | local Jewl1B = Instance.new("TextButton") | |
16 | local Jewl2B = Instance.new("TextButton") | |
17 | local GunStoreB = Instance.new("TextButton") | |
18 | local GarageB = Instance.new("TextButton") | |
19 | local DShopB = Instance.new("TextButton") | |
20 | local PoliceBaseB = Instance.new("TextButton") | |
21 | local HeliB = Instance.new("TextButton") | |
22 | local PoliceCarsB = Instance.new("TextButton") | |
23 | local ToggleablesF = Instance.new("Frame") | |
24 | local WalkSpeedB = Instance.new("TextButton") | |
25 | local JumpPowerB = Instance.new("TextButton") | |
26 | local GravityB = Instance.new("TextButton") | |
27 | local AutoArrestB = Instance.new("TextButton") | |
28 | local RemoveablesB = Instance.new("TextButton") | |
29 | local RemoveablesF = Instance.new("Frame") | |
30 | local DoorsB = Instance.new("TextButton") | |
31 | local BankB = Instance.new("TextButton") | |
32 | local JewelryB = Instance.new("TextButton") | |
33 | local CellB = Instance.new("TextButton") | |
34 | local Open = Instance.new("TextButton") | |
35 | local Player = game.Players.LocalPlayer | |
36 | ||
37 | Corruption.Name = "Corruption" | |
38 | Corruption.Parent = game.CoreGui | |
39 | Corruption.ResetOnSpawn = false | |
40 | Walk = false | |
41 | Jump = false | |
42 | Gravity = false | |
43 | Arrest = false | |
44 | ||
45 | Main.Name = "Main" | |
46 | Main.Parent = Corruption | |
47 | Main.Active = true | |
48 | Main.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647) | |
49 | Main.BorderSizePixel = 0 | |
50 | Main.Draggable = true | |
51 | Main.Position = UDim2.new(0.300000012, 0, 0.300000012, 0) | |
52 | Main.Size = UDim2.new(0, 145, 0, 225) | |
53 | Main.Visible = false | |
54 | ||
55 | CorruptionL.Name = "CorruptionL" | |
56 | CorruptionL.Parent = Main | |
57 | CorruptionL.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.588235) | |
58 | CorruptionL.BackgroundTransparency = 1 | |
59 | CorruptionL.BorderSizePixel = 0 | |
60 | CorruptionL.Size = UDim2.new(0, 145, 0, 25) | |
61 | CorruptionL.Font = Enum.Font.SourceSansBold | |
62 | CorruptionL.FontSize = Enum.FontSize.Size18 | |
63 | CorruptionL.Text = "Corruption v0.3" | |
64 | CorruptionL.TextColor3 = Color3.new(1, 1, 1) | |
65 | CorruptionL.TextSize = 18 | |
66 | ||
67 | TeleportsB.Name = "TeleportsB" | |
68 | TeleportsB.Parent = Main | |
69 | TeleportsB.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.588235) | |
70 | TeleportsB.BorderSizePixel = 0 | |
71 | TeleportsB.Position = UDim2.new(0, 10, 0, 35) | |
72 | TeleportsB.Size = UDim2.new(0, 125, 0, 25) | |
73 | TeleportsB.Font = Enum.Font.SourceSansBold | |
74 | TeleportsB.FontSize = Enum.FontSize.Size18 | |
75 | TeleportsB.Text = "Teleports" | |
76 | TeleportsB.TextColor3 = Color3.new(1, 1, 1) | |
77 | TeleportsB.TextSize = 16 | |
78 | TeleportsB.MouseButton1Down:connect(function() | |
79 | Home.Visible = false | |
80 | TeleportsF.Visible = true | |
81 | ToggleablesF.Visible = false | |
82 | RemoveablesF.Visible = false | |
83 | end) | |
84 | ||
85 | ToggleablesB.Name = "ToggleablesB" | |
86 | ToggleablesB.Parent = Main | |
87 | ToggleablesB.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.588235) | |
88 | ToggleablesB.BorderSizePixel = 0 | |
89 | ToggleablesB.Position = UDim2.new(0, 10, 0, 70) | |
90 | ToggleablesB.Size = UDim2.new(0, 125, 0, 25) | |
91 | ToggleablesB.Font = Enum.Font.SourceSansBold | |
92 | ToggleablesB.FontSize = Enum.FontSize.Size18 | |
93 | ToggleablesB.Text = "Toggleables" | |
94 | ToggleablesB.TextColor3 = Color3.new(1, 1, 1) | |
95 | ToggleablesB.TextSize = 16 | |
96 | ToggleablesB.MouseButton1Down:connect(function() | |
97 | Home.Visible = false | |
98 | TeleportsF.Visible = false | |
99 | ToggleablesF.Visible = true | |
100 | RemoveablesF.Visible = false | |
101 | end) | |
102 | ||
103 | Home.Name = "Home" | |
104 | Home.Parent = Main | |
105 | Home.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255) | |
106 | Home.BorderSizePixel = 0 | |
107 | Home.Position = UDim2.new(0, 145, 0, 0) | |
108 | Home.Size = UDim2.new(0, 415, 0, 225) | |
109 | ||
110 | Welcome1.Name = "Welcome1" | |
111 | Welcome1.Parent = Home | |
112 | Welcome1.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.588235) | |
113 | Welcome1.BackgroundTransparency = 1 | |
114 | Welcome1.BorderSizePixel = 0 | |
115 | Welcome1.Size = UDim2.new(0, 415, 0, 25) | |
116 | Welcome1.Font = Enum.Font.SourceSansBold | |
117 | Welcome1.FontSize = Enum.FontSize.Size18 | |
118 | Welcome1.Text = "Welcome To Corruption v0.3!" | |
119 | Welcome1.TextColor3 = Color3.new(1, 1, 1) | |
120 | Welcome1.TextSize = 16 | |
121 | ||
122 | Welcome2.Name = "Welcome2" | |
123 | Welcome2.Parent = Home | |
124 | Welcome2.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.588235) | |
125 | Welcome2.BackgroundTransparency = 1 | |
126 | Welcome2.BorderSizePixel = 0 | |
127 | Welcome2.Position = UDim2.new(0, 0, 0, 25) | |
128 | Welcome2.Size = UDim2.new(0, 415, 0, 25) | |
129 | Welcome2.Font = Enum.Font.SourceSansBold | |
130 | Welcome2.FontSize = Enum.FontSize.Size18 | |
131 | Welcome2.Text = "Made by tntmyles" | |
132 | Welcome2.TextColor3 = Color3.new(1, 1, 1) | |
133 | Welcome2.TextSize = 16 | |
134 | ||
135 | Close.Name = "Close" | |
136 | Close.Parent = Main | |
137 | Close.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.588235) | |
138 | Close.BorderSizePixel = 0 | |
139 | Close.Position = UDim2.new(0, 10, 0, 190) | |
140 | Close.Size = UDim2.new(0, 125, 0, 25) | |
141 | Close.Font = Enum.Font.SourceSansBold | |
142 | Close.FontSize = Enum.FontSize.Size18 | |
143 | Close.Text = "Close" | |
144 | Close.TextColor3 = Color3.new(1, 1, 1) | |
145 | Close.TextSize = 16 | |
146 | Close.MouseButton1Down:connect(function() | |
147 | Main.Visible = false | |
148 | Open.Visible = true | |
149 | end) | |
150 | ||
151 | TeleportsF.Name = "TeleportsF" | |
152 | TeleportsF.Parent = Main | |
153 | TeleportsF.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255) | |
154 | TeleportsF.BorderSizePixel = 0 | |
155 | TeleportsF.Position = UDim2.new(0, 145, 0, 0) | |
156 | TeleportsF.Size = UDim2.new(0, 415, 0, 225) | |
157 | TeleportsF.Visible = false | |
158 | ||
159 | BankFrontB.Name = "BankFrontB" | |
160 | BankFrontB.Parent = TeleportsF | |
161 | BankFrontB.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.588235) | |
162 | BankFrontB.BorderSizePixel = 0 | |
163 | BankFrontB.Position = UDim2.new(0, 10, 0, 10) | |
164 | BankFrontB.Size = UDim2.new(0, 125, 0, 25) | |
165 | BankFrontB.Font = Enum.Font.SourceSansBold | |
166 | BankFrontB.FontSize = Enum.FontSize.Size18 | |
167 | BankFrontB.Text = "Bank Front" | |
168 | BankFrontB.TextColor3 = Color3.new(1, 1, 1) | |
169 | BankFrontB.TextSize = 16 | |
170 | BankFrontB.MouseButton1Down:connect(function() | |
171 | game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(9.92591476, 17.8639755, 786.788147) + Vector3.new(1,0,0) | |
172 | end) | |
173 | ||
174 | BankVaultB.Name = "BankVaultB" | |
175 | BankVaultB.Parent = TeleportsF | |
176 | BankVaultB.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.588235) | |
177 | BankVaultB.BorderSizePixel = 0 | |
178 | BankVaultB.Position = UDim2.new(0, 10, 0, 45) | |
179 | BankVaultB.Size = UDim2.new(0, 125, 0, 25) | |
180 | BankVaultB.Font = Enum.Font.SourceSansBold | |
181 | BankVaultB.FontSize = Enum.FontSize.Size18 | |
182 | BankVaultB.Text = "Bank Vault" | |
183 | BankVaultB.TextColor3 = Color3.new(1, 1, 1) | |
184 | BankVaultB.TextSize = 16 | |
185 | BankVaultB.MouseButton1Click:connect(function() | |
186 | game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(33.3059082,-1.67172456,803.200806) + Vector3.new(1,0,0) | |
187 | end) | |
188 | ||
189 | CrimBase1B.Name = "CrimBase1B" | |
190 | CrimBase1B.Parent = TeleportsF | |
191 | CrimBase1B.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.588235) | |
192 | CrimBase1B.BorderSizePixel = 0 | |
193 | CrimBase1B.Position = UDim2.new(0, 280, 0, 10) | |
194 | CrimBase1B.Size = UDim2.new(0, 125, 0, 25) | |
195 | CrimBase1B.Font = Enum.Font.SourceSansBold | |
196 | CrimBase1B.FontSize = Enum.FontSize.Size18 | |
197 | CrimBase1B.Text = "Criminal Base 1" | |
198 | CrimBase1B.TextColor3 = Color3.new(1, 1, 1) | |
199 | CrimBase1B.TextSize = 16 | |
200 | CrimBase1B.MouseButton1Click:connect(function() | |
201 | game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-222.339157, 17.9125443, 1575.82336) + Vector3.new(1,0,0) | |
202 | end) | |
203 | ||
204 | CrimBase2B.Name = "CrimBase2B" | |
205 | CrimBase2B.Parent = TeleportsF | |
206 | CrimBase2B.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.588235) | |
207 | CrimBase2B.BorderSizePixel = 0 | |
208 | CrimBase2B.Position = UDim2.new(0, 280, 0, 45) | |
209 | CrimBase2B.Size = UDim2.new(0, 125, 0, 25) | |
210 | CrimBase2B.Font = Enum.Font.SourceSansBold | |
211 | CrimBase2B.FontSize = Enum.FontSize.Size18 | |
212 | CrimBase2B.Text = "Criminal Base 2" | |
213 | CrimBase2B.TextColor3 = Color3.new(1, 1, 1) | |
214 | CrimBase2B.TextSize = 16 | |
215 | CrimBase2B.MouseButton1Click:connect(function() | |
216 | game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1818, 49, -1657.4) + Vector3.new(1,0,0) | |
217 | end) | |
218 | ||
219 | Jewl1B.Name = "Jewl1B" | |
220 | Jewl1B.Parent = TeleportsF | |
221 | Jewl1B.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.588235) | |
222 | Jewl1B.BorderSizePixel = 0 | |
223 | Jewl1B.Position = UDim2.new(0, 145, 0, 10) | |
224 | Jewl1B.Size = UDim2.new(0, 125, 0, 25) | |
225 | Jewl1B.Font = Enum.Font.SourceSansBold | |
226 | Jewl1B.FontSize = Enum.FontSize.Size18 | |
227 | Jewl1B.Text = "Jewelry Store Top" | |
228 | Jewl1B.TextColor3 = Color3.new(1, 1, 1) | |
229 | Jewl1B.TextSize = 16 | |
230 | Jewl1B.MouseButton1Click:connect(function() | |
231 | game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(101.211128, 98.6576996, 1310.54175) + Vector3.new(1,0,0) | |
232 | end) | |
233 | ||
234 | Jewl2B.Name = "Jewl2B" | |
235 | Jewl2B.Parent = TeleportsF | |
236 | Jewl2B.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.588235) | |
237 | Jewl2B.BorderSizePixel = 0 | |
238 | Jewl2B.Position = UDim2.new(0, 145, 0, 45) | |
239 | Jewl2B.Size = UDim2.new(0, 125, 0, 25) | |
240 | Jewl2B.Font = Enum.Font.SourceSansBold | |
241 | Jewl2B.FontSize = Enum.FontSize.Size18 | |
242 | Jewl2B.Text = "Jewelry Store Inside" | |
243 | Jewl2B.TextColor3 = Color3.new(1, 1, 1) | |
244 | Jewl2B.TextSize = 16 | |
245 | Jewl2B.MouseButton1Click:connect(function() | |
246 | game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(124.339157,17.9125443,1318.82336) + Vector3.new(1,0,0) | |
247 | end) | |
248 | ||
249 | GunStoreB.Name = "GunStoreB" | |
250 | GunStoreB.Parent = TeleportsF | |
251 | GunStoreB.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.588235) | |
252 | GunStoreB.BorderSizePixel = 0 | |
253 | GunStoreB.Position = UDim2.new(0, 10, 0, 80) | |
254 | GunStoreB.Size = UDim2.new(0, 125, 0, 25) | |
255 | GunStoreB.Font = Enum.Font.SourceSansBold | |
256 | GunStoreB.FontSize = Enum.FontSize.Size18 | |
257 | GunStoreB.Text = "Gun Store" | |
258 | GunStoreB.TextColor3 = Color3.new(1, 1, 1) | |
259 | GunStoreB.TextSize = 16 | |
260 | GunStoreB.MouseButton1Click:connect(function() | |
261 | game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-24.4, 18, -1763) + Vector3.new(1,0,0) | |
262 | end) | |
263 | ||
264 | GarageB.Name = "GarageB" | |
265 | GarageB.Parent = TeleportsF | |
266 | GarageB.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.588235) | |
267 | GarageB.BorderSizePixel = 0 | |
268 | GarageB.Position = UDim2.new(0, 145, 0, 80) | |
269 | GarageB.Size = UDim2.new(0, 125, 0, 25) | |
270 | GarageB.Font = Enum.Font.SourceSansBold | |
271 | GarageB.FontSize = Enum.FontSize.Size18 | |
272 | GarageB.Text = "Garage" | |
273 | GarageB.TextColor3 = Color3.new(1, 1, 1) | |
274 | GarageB.TextSize = 16 | |
275 | GarageB.MouseButton1Click:connect(function() | |
276 | game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-342.130798, 19.3135223, 1182.73669) + Vector3.new(1,0,0) | |
277 | end) | |
278 | ||
279 | DShopB.Name = "DShopB" | |
280 | DShopB.Parent = TeleportsF | |
281 | DShopB.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.588235) | |
282 | DShopB.BorderSizePixel = 0 | |
283 | DShopB.Position = UDim2.new(0, 280, 0, 80) | |
284 | DShopB.Size = UDim2.new(0, 125, 0, 25) | |
285 | DShopB.Font = Enum.Font.SourceSansBold | |
286 | DShopB.FontSize = Enum.FontSize.Size18 | |
287 | DShopB.Text = "Donut Shop" | |
288 | DShopB.TextColor3 = Color3.new(1, 1, 1) | |
289 | DShopB.TextSize = 16 | |
290 | DShopB.MouseButton1Click:connect(function() | |
291 | game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(273, 18, -1807) + Vector3.new(1,0,0) | |
292 | end) | |
293 | ||
294 | PoliceBaseB.Name = "PoliceBaseB" | |
295 | PoliceBaseB.Parent = TeleportsF | |
296 | PoliceBaseB.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.588235) | |
297 | PoliceBaseB.BorderSizePixel = 0 | |
298 | PoliceBaseB.Position = UDim2.new(0, 10, 0, 115) | |
299 | PoliceBaseB.Size = UDim2.new(0, 125, 0, 25) | |
300 | PoliceBaseB.Font = Enum.Font.SourceSansBold | |
301 | PoliceBaseB.FontSize = Enum.FontSize.Size18 | |
302 | PoliceBaseB.Text = "Police Base" | |
303 | PoliceBaseB.TextColor3 = Color3.new(1, 1, 1) | |
304 | PoliceBaseB.TextSize = 16 | |
305 | PoliceBaseB.MouseButton1Click:connect(function() | |
306 | game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1130.11426, 17.950058, -1593.09766) + Vector3.new(1,0,0) | |
307 | end) | |
308 | ||
309 | HeliB.Name = "HeliB" | |
310 | HeliB.Parent = TeleportsF | |
311 | HeliB.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.588235) | |
312 | HeliB.BorderSizePixel = 0 | |
313 | HeliB.Position = UDim2.new(0, 145, 0, 115) | |
314 | HeliB.Size = UDim2.new(0, 125, 0, 25) | |
315 | HeliB.Font = Enum.Font.SourceSansBold | |
316 | HeliB.FontSize = Enum.FontSize.Size18 | |
317 | HeliB.Text = "Helicopter Pad" | |
318 | HeliB.TextColor3 = Color3.new(1, 1, 1) | |
319 | HeliB.TextSize = 16 | |
320 | HeliB.MouseButton1Click:connect(function() | |
321 | game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1176.4231, 59.7911148, -1572.6908) + Vector3.new(1,0,0) | |
322 | end) | |
323 | ||
324 | PoliceCarsB.Name = "PoliceCarsB" | |
325 | PoliceCarsB.Parent = TeleportsF | |
326 | PoliceCarsB.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.588235) | |
327 | PoliceCarsB.BorderSizePixel = 0 | |
328 | PoliceCarsB.Position = UDim2.new(0, 280, 0, 115) | |
329 | PoliceCarsB.Size = UDim2.new(0, 125, 0, 25) | |
330 | PoliceCarsB.Font = Enum.Font.SourceSansBold | |
331 | PoliceCarsB.FontSize = Enum.FontSize.Size18 | |
332 | PoliceCarsB.Text = "Police Cars" | |
333 | PoliceCarsB.TextColor3 = Color3.new(1, 1, 1) | |
334 | PoliceCarsB.TextSize = 16 | |
335 | PoliceCarsB.MouseButton1Click:connect(function() | |
336 | game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1100.4469, 17.7500038, -1493.18286) + Vector3.new(1,0,0) | |
337 | end) | |
338 | ||
339 | ToggleablesF.Name = "ToggleablesF" | |
340 | ToggleablesF.Parent = Main | |
341 | ToggleablesF.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255) | |
342 | ToggleablesF.BorderSizePixel = 0 | |
343 | ToggleablesF.Position = UDim2.new(0, 145, 0, 0) | |
344 | ToggleablesF.Size = UDim2.new(0, 415, 0, 225) | |
345 | ToggleablesF.Visible = false | |
346 | ||
347 | WalkSpeedB.Name = "WalkSpeedB" | |
348 | WalkSpeedB.Parent = ToggleablesF | |
349 | WalkSpeedB.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.588235) | |
350 | WalkSpeedB.BorderSizePixel = 0 | |
351 | WalkSpeedB.Position = UDim2.new(0, 10, 0, 10) | |
352 | WalkSpeedB.Size = UDim2.new(0, 125, 0, 25) | |
353 | WalkSpeedB.Font = Enum.Font.SourceSansBold | |
354 | WalkSpeedB.FontSize = Enum.FontSize.Size18 | |
355 | WalkSpeedB.Text = "WalkSpeed" | |
356 | WalkSpeedB.TextColor3 = Color3.new(1, 1, 1) | |
357 | WalkSpeedB.TextSize = 16 | |
358 | WalkSpeedB.MouseButton1Down:connect(function() | |
359 | if Walk == true then | |
360 | Walk = false | |
361 | game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16 | |
362 | else | |
363 | Walk = true | |
364 | end | |
365 | end) | |
366 | ||
367 | JumpPowerB.Name = "JumpPowerB" | |
368 | JumpPowerB.Parent = ToggleablesF | |
369 | JumpPowerB.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.588235) | |
370 | JumpPowerB.BorderSizePixel = 0 | |
371 | JumpPowerB.Position = UDim2.new(0, 145, 0, 10) | |
372 | JumpPowerB.Size = UDim2.new(0, 125, 0, 25) | |
373 | JumpPowerB.Font = Enum.Font.SourceSansBold | |
374 | JumpPowerB.FontSize = Enum.FontSize.Size18 | |
375 | JumpPowerB.Text = "JumpPower" | |
376 | JumpPowerB.TextColor3 = Color3.new(1, 1, 1) | |
377 | JumpPowerB.TextSize = 16 | |
378 | JumpPowerB.MouseButton1Down:connect(function() | |
379 | if Jump == true then | |
380 | Jump = false | |
381 | game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50 | |
382 | else | |
383 | Jump = true | |
384 | game.Players.LocalPlayer.Character.Humanoid.JumpPower = 100 | |
385 | end | |
386 | end) | |
387 | ||
388 | GravityB.Name = "GravityB" | |
389 | GravityB.Parent = ToggleablesF | |
390 | GravityB.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.588235) | |
391 | GravityB.BorderSizePixel = 0 | |
392 | GravityB.Position = UDim2.new(0, 280, 0, 10) | |
393 | GravityB.Size = UDim2.new(0, 125, 0, 25) | |
394 | GravityB.Font = Enum.Font.SourceSansBold | |
395 | GravityB.FontSize = Enum.FontSize.Size18 | |
396 | GravityB.Text = "Gravity" | |
397 | GravityB.TextColor3 = Color3.new(1, 1, 1) | |
398 | GravityB.TextSize = 16 | |
399 | GravityB.MouseButton1Down:connect(function() | |
400 | if Gravity == true then | |
401 | Gravity = false | |
402 | game.workspace.Gravity = 196.2 | |
403 | else | |
404 | Gravity = true | |
405 | game.workspace.Gravity = 45 | |
406 | end | |
407 | end) | |
408 | ||
409 | AutoArrestB.Name = "AutoArrestB" | |
410 | AutoArrestB.Parent = ToggleablesF | |
411 | AutoArrestB.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.588235) | |
412 | AutoArrestB.BorderSizePixel = 0 | |
413 | AutoArrestB.Position = UDim2.new(0, 10, 0, 45) | |
414 | AutoArrestB.Size = UDim2.new(0, 125, 0, 25) | |
415 | AutoArrestB.Font = Enum.Font.SourceSansBold | |
416 | AutoArrestB.FontSize = Enum.FontSize.Size18 | |
417 | AutoArrestB.Text = "Auto Arrest" | |
418 | AutoArrestB.TextColor3 = Color3.new(1, 1, 1) | |
419 | AutoArrestB.TextSize = 16 | |
420 | AutoArrestB.MouseButton1Down:connect(function() | |
421 | if Arrest == true then | |
422 | Arrest = false | |
423 | else | |
424 | Arrest = true | |
425 | end | |
426 | end) | |
427 | ||
428 | RemoveablesB.Name = "RemoveablesB" | |
429 | RemoveablesB.Parent = Main | |
430 | RemoveablesB.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.588235) | |
431 | RemoveablesB.BorderSizePixel = 0 | |
432 | RemoveablesB.Position = UDim2.new(0, 10, 0, 105) | |
433 | RemoveablesB.Size = UDim2.new(0, 125, 0, 25) | |
434 | RemoveablesB.Font = Enum.Font.SourceSansBold | |
435 | RemoveablesB.FontSize = Enum.FontSize.Size18 | |
436 | RemoveablesB.Text = "Removeables" | |
437 | RemoveablesB.TextColor3 = Color3.new(1, 1, 1) | |
438 | RemoveablesB.TextSize = 16 | |
439 | RemoveablesB.TextSize = 16 | |
440 | RemoveablesB.MouseButton1Down:connect(function() | |
441 | Home.Visible = false | |
442 | TeleportsF.Visible = false | |
443 | ToggleablesF.Visible = false | |
444 | RemoveablesF.Visible = true | |
445 | end) | |
446 | ||
447 | RemoveablesF.Name = "RemoveablesF" | |
448 | RemoveablesF.Parent = Main | |
449 | RemoveablesF.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255) | |
450 | RemoveablesF.BorderSizePixel = 0 | |
451 | RemoveablesF.Position = UDim2.new(0, 145, 0, 0) | |
452 | RemoveablesF.Size = UDim2.new(0, 415, 0, 225) | |
453 | RemoveablesF.Visible = false | |
454 | ||
455 | DoorsB.Name = "DoorsB" | |
456 | DoorsB.Parent = RemoveablesF | |
457 | DoorsB.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.588235) | |
458 | DoorsB.BorderSizePixel = 0 | |
459 | DoorsB.Position = UDim2.new(0, 10, 0, 10) | |
460 | DoorsB.Size = UDim2.new(0, 125, 0, 25) | |
461 | DoorsB.Font = Enum.Font.SourceSansBold | |
462 | DoorsB.FontSize = Enum.FontSize.Size18 | |
463 | DoorsB.Text = "Doors" | |
464 | DoorsB.TextColor3 = Color3.new(1, 1, 1) | |
465 | DoorsB.TextSize = 16 | |
466 | DoorsB.MouseButton1Down:connect(function() | |
467 | game.Workspace.Doors:Remove() | |
468 | end) | |
469 | ||
470 | BankB.Name = "BankB" | |
471 | BankB.Parent = RemoveablesF | |
472 | BankB.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.588235) | |
473 | BankB.BorderSizePixel = 0 | |
474 | BankB.Position = UDim2.new(0, 145, 0, 10) | |
475 | BankB.Size = UDim2.new(0, 125, 0, 25) | |
476 | BankB.Font = Enum.Font.SourceSansBold | |
477 | BankB.FontSize = Enum.FontSize.Size18 | |
478 | BankB.Text = "Bank Lasers" | |
479 | BankB.TextColor3 = Color3.new(1, 1, 1) | |
480 | BankB.TextSize = 16 | |
481 | BankB.MouseButton1Down:connect(function() | |
482 | game.Workspace.Banks.Bank.Lasers:Remove() | |
483 | end) | |
484 | ||
485 | JewelryB.Name = "JewelryB" | |
486 | JewelryB.Parent = RemoveablesF | |
487 | JewelryB.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.588235) | |
488 | JewelryB.BorderSizePixel = 0 | |
489 | JewelryB.Position = UDim2.new(0, 280, 0, 10) | |
490 | JewelryB.Size = UDim2.new(0, 125, 0, 25) | |
491 | JewelryB.Font = Enum.Font.SourceSansBold | |
492 | JewelryB.FontSize = Enum.FontSize.Size18 | |
493 | JewelryB.Text = "Jewelry Store Lasers" | |
494 | JewelryB.TextColor3 = Color3.new(1, 1, 1) | |
495 | JewelryB.TextSize = 16 | |
496 | JewelryB.MouseButton1Down:connect(function() | |
497 | game.Workspace.Jewelrys.Jewelry.Lasers:Remove() | |
498 | game.Workspace.Jewelrys.Jewelry.Cameras:Remove() | |
499 | game.Workspace.Jewelrys.Jewelry.FloorLasers:Remove() | |
500 | end) | |
501 | ||
502 | CellB.Name = "CellB" | |
503 | CellB.Parent = RemoveablesF | |
504 | CellB.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.588235) | |
505 | CellB.BorderSizePixel = 0 | |
506 | CellB.Position = UDim2.new(0, 10, 0, 45) | |
507 | CellB.Size = UDim2.new(0, 125, 0, 25) | |
508 | CellB.Font = Enum.Font.SourceSansBold | |
509 | CellB.FontSize = Enum.FontSize.Size18 | |
510 | CellB.Text = "Cell Bars" | |
511 | CellB.TextColor3 = Color3.new(1, 1, 1) | |
512 | CellB.TextSize = 16 | |
513 | CellB.MouseButton1Down:connect(function() | |
514 | game.Workspace.Cells:Remove() | |
515 | end) | |
516 | ||
517 | Open.Name = "Open" | |
518 | Open.Parent = Corruption | |
519 | Open.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.588235) | |
520 | Open.BorderSizePixel = 0 | |
521 | Open.Position = UDim2.new(0, 0, 0.600000024, 0) | |
522 | Open.Size = UDim2.new(0, 125, 0, 25) | |
523 | Open.Font = Enum.Font.SourceSansBold | |
524 | Open.FontSize = Enum.FontSize.Size18 | |
525 | Open.Text = "Open" | |
526 | Open.TextColor3 = Color3.new(1, 1, 1) | |
527 | Open.TextSize = 16 | |
528 | Open.MouseButton1Down:connect(function() | |
529 | Main.Visible = true | |
530 | Open.Visible = false | |
531 | end) | |
532 | while true do | |
533 | wait() | |
534 | if Arrest == true then | |
535 | local Player = game.Players.LocalPlayer | |
536 | for i,v in pairs(game.Teams.Criminal:GetPlayers()) do | |
537 | Player.Character.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame * CFrame.new(0, 0, 1) | |
538 | end | |
539 | elseif Walk == true then | |
540 | game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 10000 | |
541 | end | |
542 | end |