View difference between Paste ID: XSW8dZ3L and ty37hnVh
SHOW: | | - or go back to the newest paste.
1
-- made by robloxgamer2016 vouch now cookie monster
2
3
-- Instances:
4
5
local BreakJailv2 = Instance.new("ScreenGui")
6
local Main = Instance.new("Frame")
7
local openBreakJail = Instance.new("TextButton")
8
local credit = Instance.new("TextLabel")
9
local BreakJail = Instance.new("Frame")
10
local GamepassesOpen = Instance.new("TextButton")
11
local Donut = Instance.new("TextButton")
12
local Jetpack = Instance.new("TextButton")
13
local KeyCard = Instance.new("TextButton")
14
local TextButton = Instance.new("TextButton")
15
local Gamepasses = Instance.new("Frame")
16
local MobileGarage = Instance.new("TextButton")
17
local gameCredit = Instance.new("TextLabel")
18
19
--Properties:
20
21
BreakJailv2.Name = "BreakJailv2"
22
BreakJailv2.Parent = game.CoreGui
23
BreakJailv2.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
24
25
Main.Name = "Main"
26
Main.Parent = BreakJailv2
27
Main.Active = true
28
Main.BackgroundColor3 = Color3.fromRGB(72, 72, 72)
29
Main.Position = UDim2.new(0.0376432091, 0, 0.713759184, 0)
30
Main.Size = UDim2.new(0, 174, 0, 191)
31
Main.Draggable = true
32
33
openBreakJail.Name = "openBreakJail"
34
openBreakJail.Parent = Main
35
openBreakJail.BackgroundColor3 = Color3.fromRGB(153, 153, 153)
36
openBreakJail.Position = UDim2.new(0.137931034, 0, 0.049261082, 0)
37
openBreakJail.Size = UDim2.new(0, 125, 0, 43)
38
openBreakJail.Font = Enum.Font.SourceSans
39
openBreakJail.Text = "BreakJailV2"
40
openBreakJail.TextColor3 = Color3.fromRGB(0, 0, 0)
41
openBreakJail.TextScaled = true
42
openBreakJail.TextSize = 14.000
43
openBreakJail.TextWrapped = true
44
45
credit.Name = "credit"
46
credit.Parent = Main
47
credit.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
48
credit.BackgroundTransparency = 1.000
49
credit.Position = UDim2.new(0.103448279, 0, 0.277422428, 0)
50
credit.Size = UDim2.new(0, 137, 0, 138)
51
credit.Font = Enum.Font.SourceSans
52
credit.Text = "BreakJailV2 Was made by robloxgamer2016. Press LEFTCRL to close this"
53
credit.TextColor3 = Color3.fromRGB(223, 223, 223)
54
credit.TextScaled = true
55
credit.TextSize = 14.000
56
credit.TextWrapped = true
57
58
BreakJail.Name = "BreakJail"
59
BreakJail.Parent = BreakJailv2
60
BreakJail.Active = true
61
BreakJail.BackgroundColor3 = Color3.fromRGB(77, 77, 77)
62
BreakJail.Position = UDim2.new(0.189376444, 0, 0.725318015, 0)
63
BreakJail.Size = UDim2.new(0, 442, 0, 181)
64
BreakJail.Visible = false
65
BreakJail.Draggable = true
66
67
GamepassesOpen.Name = "Gamepasses Open"
68
GamepassesOpen.Parent = BreakJail
69
GamepassesOpen.BackgroundColor3 = Color3.fromRGB(148, 148, 148)
70
GamepassesOpen.Position = UDim2.new(0.0497737564, 0, 0.0773480684, 0)
71
GamepassesOpen.Size = UDim2.new(0, 144, 0, 43)
72
GamepassesOpen.Font = Enum.Font.SourceSans
73
GamepassesOpen.Text = "Gamepasses"
74
GamepassesOpen.TextColor3 = Color3.fromRGB(0, 0, 0)
75
GamepassesOpen.TextScaled = true
76
GamepassesOpen.TextSize = 14.000
77
GamepassesOpen.TextWrapped = true
78
79
Donut.Name = "Donut"
80
Donut.Parent = BreakJail
81
Donut.BackgroundColor3 = Color3.fromRGB(148, 148, 148)
82
Donut.Position = UDim2.new(0.0497737564, 0, 0.381215453, 0)
83
Donut.Size = UDim2.new(0, 94, 0, 42)
84
Donut.Font = Enum.Font.SourceSans
85
Donut.Text = "Donuts"
86
Donut.TextColor3 = Color3.fromRGB(0, 0, 0)
87
Donut.TextScaled = true
88
Donut.TextSize = 14.000
89
Donut.TextWrapped = true
90
Donut.MouseButton1Click:connect(function()
91
	while wait(5) do
92
game.Workspace.TouchTrigger.Donut.Position = game:GetService("Players").LocalPlayer.Character.Head.Position
93
end
94
end)
95
96
Jetpack.Name = "Jetpack"
97
Jetpack.Parent = BreakJail
98
Jetpack.BackgroundColor3 = Color3.fromRGB(148, 148, 148)
99
Jetpack.Position = UDim2.new(0.316742092, 0, 0.381215453, 0)
100
Jetpack.Size = UDim2.new(0, 94, 0, 42)
101
Jetpack.Font = Enum.Font.SourceSans
102
Jetpack.Text = "Jetpack"
103
Jetpack.TextColor3 = Color3.fromRGB(0, 0, 0)
104
Jetpack.TextScaled = true
105
Jetpack.TextSize = 14.000
106
Jetpack.TextWrapped = true
107
Jetpack.MouseButton1Click:connect(function()
108
	game.Workspace.TouchTrigger.JetPackGiver.Position = game:GetService("Players").LocalPlayer.Character.Head.Position
109
end)
110
111
KeyCard.Name = "KeyCard"
112
KeyCard.Parent = BreakJail
113
KeyCard.BackgroundColor3 = Color3.fromRGB(148, 148, 148)
114
KeyCard.Position = UDim2.new(0.585972905, 0, 0.381215453, 0)
115
KeyCard.Size = UDim2.new(0, 94, 0, 42)
116
KeyCard.Font = Enum.Font.SourceSans
117
KeyCard.Text = "Keycard"
118
KeyCard.TextColor3 = Color3.fromRGB(0, 0, 0)
119
KeyCard.TextScaled = true
120
KeyCard.TextSize = 14.000
121
KeyCard.TextWrapped = true
122
KeyCard.MouseButton1Click:connect(function()
123
	game.Players.LocalPlayer.TeamValue.Value= "Police"
124
end)
125
126
TextButton.Parent = BreakJail
127
TextButton.BackgroundColor3 = Color3.fromRGB(118, 118, 118)
128
TextButton.Position = UDim2.new(0.0497737564, 0, 0.707182348, 0)
129
TextButton.Size = UDim2.new(0, 262, 0, 40)
130
TextButton.Font = Enum.Font.SourceSans
131
TextButton.Text = "AutoRob"
132
TextButton.TextColor3 = Color3.fromRGB(30, 30, 30)
133
TextButton.TextScaled = true
134
TextButton.TextSize = 14.000
135
TextButton.TextWrapped = true
136
TextButton.MouseButton1Click:connect(function()
137
	loadstring(game:GetObjects("rbxassetid://1461971147")[1].Source)()
138
end)
139
140
Gamepasses.Name = "Gamepasses"
141
Gamepasses.Parent = BreakJailv2
142
Gamepasses.Active = true
143
Gamepasses.BackgroundColor3 = Color3.fromRGB(90, 90, 90)
144
Gamepasses.Position = UDim2.new(0.189376444, 0, 0.619164586, 0)
145
Gamepasses.Size = UDim2.new(0, 442, 0, 67)
146
Gamepasses.Visible = false
147
Gamepasses.Draggable = true
148
149
MobileGarage.Name = "Mobile Garage"
150
MobileGarage.Parent = Gamepasses
151
MobileGarage.BackgroundColor3 = Color3.fromRGB(129, 129, 129)
152
MobileGarage.Position = UDim2.new(0.06334842, 0, 0.194029838, 0)
153
MobileGarage.Size = UDim2.new(0, 101, 0, 40)
154
MobileGarage.Font = Enum.Font.SourceSans
155
MobileGarage.Text = "Mobile Garage"
156
MobileGarage.TextColor3 = Color3.fromRGB(0, 0, 0)
157
MobileGarage.TextScaled = true
158
MobileGarage.TextSize = 14.000
159
MobileGarage.TextWrapped = true
160
MobileGarage.MouseButton1Click:connect(function()
161
	_G.FreeMobileGarage = true
162
163
if not PlrUserId then
164
    getgenv().PlrUserId = game:GetService("Players").LocalPlayer.UserId
165
end
166
167
if _G.FreeMobileGarage == true then
168
    spawn(function()
169
        repeat wait()
170
            game:GetService("Players").LocalPlayer.UserId = 2837719
171
        until game:GetService("Players").LocalPlayer.UserId == 2837719
172
    end)
173
    print("Given Free Mobile Garage!")
174
else
175
    spawn(function()
176
        repeat wait()
177
            game:GetService("Players").LocalPlayer.UserId = PlrUserId
178
        until game:GetService("Players").LocalPlayer.UserId == PlrUserId
179
    end)
180
    print("Removed Free Mobile Garage!")
181
end
182
end)
183
184
gameCredit.Name = "gameCredit"
185
gameCredit.Parent = Gamepasses
186
gameCredit.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
187
gameCredit.BackgroundTransparency = 1.000
188
gameCredit.Position = UDim2.new(0.511312246, 0, 0.119402982, 0)
189
gameCredit.Size = UDim2.new(0, 200, 0, 50)
190
gameCredit.Font = Enum.Font.SourceSans
191
gameCredit.Text = "Credit to XPhoenix#7228 for mobile garage"
192
gameCredit.TextColor3 = Color3.fromRGB(189, 189, 189)
193
gameCredit.TextScaled = true
194
gameCredit.TextSize = 14.000
195
gameCredit.TextWrapped = true
196
197
-- Scripts:
198
199
local function OCJSLG_fake_script() -- openBreakJail.Script 
200
	local script = Instance.new('Script', openBreakJail)
201
202
	function onClick()
203
	
204
	if (script.Parent.Parent.Parent.BreakJail.Visible)then
205
		
206
		script.Parent.Parent.Parent.BreakJail.Visible = false
207
		
208
	else
209
		
210
		script.Parent.Parent.Parent.BreakJail.Visible = true
211
		
212
	end
213
	end
214
	
215
	script.Parent.MouseButton1Down:Connect(onClick)
216
end
217
coroutine.wrap(OCJSLG_fake_script)()
218
219
local function JXRDAZD_fake_script() -- GamepassesOpen.Script 
220
	local script = Instance.new('Script', GamepassesOpen)
221
222
	function onClick()
223
	
224
	if (script.Parent.Parent.Parent.Gamepasses.Visible)then
225
		
226
		script.Parent.Parent.Parent.Gamepasses.Visible = false
227
		
228
	else
229
		
230
		script.Parent.Parent.Parent.Gamepasses.Visible = true
231
		
232
	end
233
	end
234
	
235
	script.Parent.MouseButton1Down:Connect(onClick)
236
end
237
coroutine.wrap(JXRDAZD_fake_script)()
238
239
function onKeyPress(inputObject, gameProcessedEvent)
240
    if inputObject.KeyCode == Enum.KeyCode.LeftControl then
241
            if Main.Visible == false then
242
        Main.Visible = true
243
    else
244
        Main.Visible = false
245
    end
246
    end
247
end
248
249
game:GetService("UserInputService").InputBegan:connect(onKeyPress)