SHOW:
|
|
- or go back to the newest paste.
| 1 | --Leaked by boooy | |
| 2 | for i = 1,50 do | |
| 3 | print("This was made by Filter / Filter4, I have updated and improved all of the functions from Jailbreaker/Moon; and take no credit for them (apart from Noclip.) I have only improved it and put it all together. Jailbreak remote arguments are updated weekly, and the remotes are grabbed from a pastebin that will be updated on a regular basis by me. If it ever stops working, the functions were either patched, or I've stopped updating it.")
| |
| 4 | end | |
| 5 | ||
| 6 | warn(game:HttpGet("https://pastebin.com/raw/ZS9APUR9"))
| |
| 7 | ||
| 8 | local function FindLocal(Name) | |
| 9 | for I,V in pairs(getgc()) do | |
| 10 | if type(V) == "function" and not is_synapse_function(V) then | |
| 11 | for I2,V2 in pairs(debug.getupvalues(V)) do | |
| 12 | if I2 == Name then return V2 end | |
| 13 | end | |
| 14 | end | |
| 15 | end | |
| 16 | end | |
| 17 | ||
| 18 | local Player = game:GetService("Players").LocalPlayer
| |
| 19 | for i, v in pairs(getreg()) do | |
| 20 | if type(v) == "function" then | |
| 21 | for i2, v2 in pairs(getupvalues(v)) do | |
| 22 | if type(v2) == "table" and v2.FireServer then | |
| 23 | Event = v2 | |
| 24 | end | |
| 25 | end | |
| 26 | end | |
| 27 | end | |
| 28 | ||
| 29 | local GodmodeArg = game:HttpGet("https://pastebin.com/raw/5wcg7gHX")
| |
| 30 | local CarArg = game:HttpGet("https://pastebin.com/raw/tmaUg4G4")
| |
| 31 | local GunArg = game:HttpGet("https://pastebin.com/raw/P8Mt8WWJ")
| |
| 32 | local RobArg = game:HttpGet("https://pastebin.com/raw/3XnD0Y6M")
| |
| 33 | local EjectArg = game:HttpGet("https://pastebin.com/raw/G7iFFRvC")
| |
| 34 | local FireArg = game:HttpGet("https://pastebin.com/raw/t5iQrwXA")
| |
| 35 | local PunchArg = game:HttpGet("https://pastebin.com/raw/nTF5AyXE")
| |
| 36 | local ParachuteArgOff = game:HttpGet("https://pastebin.com/raw/YqbNwxUf")
| |
| 37 | local ParachuteArgOn = game:HttpGet("https://pastebin.com/raw/gJWDQ49e")
| |
| 38 | ||
| 39 | local GodModeOn = false | |
| 40 | local KillAuraOn = false | |
| 41 | local KillAllOn = false | |
| 42 | local SpeedOn = false | |
| 43 | local NoclipOn = false | |
| 44 | local PunchSpamOn = false | |
| 45 | local MainGui = Instance.new("ScreenGui", game.CoreGui)
| |
| 46 | local Frame = Instance.new("Frame", MainGui)
| |
| 47 | Frame.Size = UDim2.new(0, 550, 0, 300) | |
| 48 | Frame.BorderSizePixel = 0 | |
| 49 | Frame.BackgroundColor3 = Color3.fromRGB(0,0,0) | |
| 50 | Frame.BackgroundTransparency = 0.5 | |
| 51 | Frame.Draggable = true | |
| 52 | Frame.Active = true | |
| 53 | Frame.Style = Enum.FrameStyle.RobloxRound | |
| 54 | local TextLabel = Instance.new("TextLabel", Frame)
| |
| 55 | TextLabel.BorderSizePixel = 0 | |
| 56 | TextLabel.BackgroundTransparency = 1 | |
| 57 | TextLabel.TextColor3 = Color3.fromRGB(255,255,255) | |
| 58 | TextLabel.TextSize = 12 | |
| 59 | TextLabel.Font = Enum.Font.SciFi | |
| 60 | TextLabel.Size = UDim2.new(0, 200,0, 50) | |
| 61 | TextLabel.Position = UDim2.new(0.311, 0,0.734, 0) | |
| 62 | TextLabel.Text = "JailFail. By Filter / Filter4 for updating, improving and GUI. Moon for core functions (Jailbreaker.)" | |
| 63 | local TextLabel2 = Instance.new("TextLabel", Frame)
| |
| 64 | TextLabel2.BorderSizePixel = 0 | |
| 65 | TextLabel2.BackgroundTransparency = 1 | |
| 66 | TextLabel2.TextColor3 = Color3.fromRGB(255,255,255) | |
| 67 | TextLabel2.TextSize = 13 | |
| 68 | TextLabel2.Font = Enum.Font.SciFi | |
| 69 | TextLabel2.Size = UDim2.new(0, 200,0, 50) | |
| 70 | TextLabel2.Position = UDim2.new(0.311, 0,0.589, 0) | |
| 71 | TextLabel2.Text = "Download Proxo today for more functions like what's here! https://www.wearedevs.net/d/proxo" | |
| 72 | ||
| 73 | local CreateButton = function(ButtonClickFunction, Pos, ButtonText) | |
| 74 | local Button = Instance.new("TextButton", Frame)
| |
| 75 | Button.Size = UDim2.new(0, 100, 0, 50) | |
| 76 | Button.BorderSizePixel = 0 | |
| 77 | Button.BackgroundColor3 = Color3.fromRGB(0,0,0) | |
| 78 | Button.Style = Enum.ButtonStyle.RobloxRoundButton | |
| 79 | Button.Font = Enum.Font.SciFi | |
| 80 | Button.TextSize = 13 | |
| 81 | Button.TextColor3 = Color3.fromRGB(0,0,0) | |
| 82 | Button.Position = Pos | |
| 83 | Button.Text = ButtonText | |
| 84 | Button.MouseButton1Click:Connect(function() | |
| 85 | ButtonClickFunction() | |
| 86 | end) | |
| 87 | end | |
| 88 | ||
| 89 | local GunMods = function() | |
| 90 | for i,v in pairs(getreg()) do | |
| 91 | if typeof(v) == "table" then | |
| 92 | if v.Pistol then | |
| 93 | v.Pistol.FireFreq = math.huge | |
| 94 | v.Pistol.CamShakeMagnitude = 0 | |
| 95 | v.Pistol.MagSize = math.huge | |
| 96 | v.Pistol.FireAuto = true | |
| 97 | end | |
| 98 | end | |
| 99 | end | |
| 100 | end | |
| 101 | ||
| 102 | CreateButton(GunMods, UDim2.new(-0.002, 0, 0.013, 0), "Gun Mods") | |
| 103 | ||
| 104 | local GodMode = function() | |
| 105 | if GodModeOn then | |
| 106 | GodModeOn = false | |
| 107 | for i,v in pairs(Frame:GetChildren()) do | |
| 108 | if v:IsA'TextButton' | |
| 109 | and v.Text == 'God Mode: On' then | |
| 110 | v.Text = 'God Mode: Off' | |
| 111 | end | |
| 112 | end | |
| 113 | else | |
| 114 | GodModeOn = true | |
| 115 | for i,v in pairs(Frame:GetChildren()) do | |
| 116 | if v:IsA'TextButton' | |
| 117 | and v.Text == 'God Mode: Off' then | |
| 118 | v.Text = 'God Mode: On' | |
| 119 | end | |
| 120 | end | |
| 121 | spawn(function() | |
| 122 | while GodModeOn and wait() do | |
| 123 | Event:FireServer(GodmodeArg) | |
| 124 | end | |
| 125 | end) | |
| 126 | end | |
| 127 | end | |
| 128 | ||
| 129 | CreateButton(GodMode, UDim2.new(0.202, 0, 0.013, 0), "God Mode: Off") | |
| 130 | ||
| 131 | local Noclip = function() | |
| 132 | if NoclipOn then | |
| 133 | NoclipOn = false | |
| 134 | for i,v in pairs(Frame:GetChildren()) do | |
| 135 | if v:IsA'TextButton' | |
| 136 | and v.Text == 'Noclip: On' then | |
| 137 | v.Text = 'Noclip: Off' | |
| 138 | end | |
| 139 | end | |
| 140 | else | |
| 141 | NoclipOn = true | |
| 142 | for i,v in pairs(Frame:GetChildren()) do | |
| 143 | if v:IsA'TextButton' | |
| 144 | and v.Text == 'Noclip: Off' then | |
| 145 | v.Text = 'Noclip: On' | |
| 146 | end | |
| 147 | end | |
| 148 | spawn(function() | |
| 149 | while NoclipOn and game:service'RunService'.Stepped:Wait() do | |
| 150 | if Player.Character then | |
| 151 | for i,v in pairs(Player.Character:GetChildren()) do | |
| 152 | if v:IsA'BasePart' then | |
| 153 | v.CanCollide = false | |
| 154 | end | |
| 155 | end | |
| 156 | end | |
| 157 | end | |
| 158 | end) | |
| 159 | end | |
| 160 | end | |
| 161 | ||
| 162 | CreateButton(Noclip, UDim2.new(0.409, 0, 0.013, 0), "Noclip: Off") | |
| 163 | ||
| 164 | local RobStores = function() | |
| 165 | for i,v in pairs(workspace.SmallStores:GetChildren()) do | |
| 166 | Event:FireServer(RobArg, v) | |
| 167 | end | |
| 168 | end | |
| 169 | ||
| 170 | CreateButton(RobStores, UDim2.new(0.813, 0, 0.013, 0), "Rob Stores") | |
| 171 | ||
| 172 | local EjectCars = function() | |
| 173 | for i,v in pairs(workspace.Vehicles:GetChildren()) do | |
| 174 | Event:FireServer(EjectArg, v) | |
| 175 | end | |
| 176 | end | |
| 177 | ||
| 178 | CreateButton(EjectCars, UDim2.new(-0.002, 0, 0.214, 0), "Eject Cars") | |
| 179 | ||
| 180 | ||
| 181 | local KillAura = function() | |
| 182 | local new = Instance.new("Part", workspace)
| |
| 183 | new.CanCollide = false | |
| 184 | new.Anchored = true | |
| 185 | new.TopSurface = "Smooth" | |
| 186 | new.BottomSurface = "Smooth" | |
| 187 | new.Size = Vector3.new(22.63, 0.92, 22.29) | |
| 188 | new.Transparency = 0.75 | |
| 189 | new.BrickColor = BrickColor.new("Really red")
| |
| 190 | new.Name = "Aura" | |
| 191 | ||
| 192 | local part = workspace:WaitForChild("Aura")
| |
| 193 | local plr = game:service'Players'.LocalPlayer | |
| 194 | char = workspace:WaitForChild(plr.Name) | |
| 195 | if KillAuraOn then | |
| 196 | KillAuraOn = false | |
| 197 | for i,v in pairs(Frame:GetChildren()) do | |
| 198 | if v:IsA'TextButton' | |
| 199 | and v.Text == 'KillAura: On' then | |
| 200 | v.Text = 'KillAura: Off' | |
| 201 | end | |
| 202 | end | |
| 203 | if workspace:FindFirstChild'Aura' then | |
| 204 | workspace.Aura:Destroy() | |
| 205 | end | |
| 206 | else | |
| 207 | KillAuraOn = true | |
| 208 | for i,v in pairs(Frame:GetChildren()) do | |
| 209 | if v:IsA'TextButton' | |
| 210 | and v.Text == 'KillAura: Off' then | |
| 211 | v.Text = 'KillAura: On' | |
| 212 | end | |
| 213 | end | |
| 214 | spawn(function() | |
| 215 | spawn(function() | |
| 216 | while KillAuraOn and game:service'RunService'.RenderStepped:Wait() do | |
| 217 | part.Position = char.HumanoidRootPart.Position | |
| 218 | end | |
| 219 | end) | |
| 220 | while KillAuraOn and wait(.1) do | |
| 221 | for _,player in pairs(game.Players:GetChildren()) do | |
| 222 | if workspace:FindFirstChild(player.Name) then | |
| 223 | if player ~= Player then | |
| 224 | if (workspace[player.Name].PrimaryPart.Position - char.PrimaryPart.Position).magnitude < 11 then | |
| 225 | Event:FireServer(FireArg, player.Character.PrimaryPart.Position+player.Character.HumanoidRootPart.Velocity*0.7) | |
| 226 | end | |
| 227 | end | |
| 228 | end | |
| 229 | end | |
| 230 | end | |
| 231 | end) | |
| 232 | end | |
| 233 | end | |
| 234 | ||
| 235 | CreateButton(KillAura, UDim2.new(0.613, 0,0.013, 0), "KillAura: Off") | |
| 236 | ||
| 237 | local PunchSpam = function() | |
| 238 | if PunchSpamOn then | |
| 239 | PunchSpamOn = false | |
| 240 | for i,v in pairs(Frame:GetChildren()) do | |
| 241 | if v:IsA'TextButton' | |
| 242 | and v.Text == 'Punch Spam: On' then | |
| 243 | v.Text = 'Punch Spam: Off' | |
| 244 | end | |
| 245 | end | |
| 246 | else | |
| 247 | PunchSpamOn = true | |
| 248 | for i,v in pairs(Frame:GetChildren()) do | |
| 249 | if v:IsA'TextButton' | |
| 250 | and v.Text == 'Punch Spam: Off' then | |
| 251 | v.Text = 'Punch Spam: On' | |
| 252 | end | |
| 253 | end | |
| 254 | spawn(function() | |
| 255 | while PunchSpamOn and wait() do | |
| 256 | Event:FireServer(PunchArg) | |
| 257 | end | |
| 258 | end) | |
| 259 | end | |
| 260 | end | |
| 261 | ||
| 262 | CreateButton(PunchSpam, UDim2.new(0.202, 0, 0.214, 0), "Punch Spam: Off") | |
| 263 | ||
| 264 | local Speed = function() | |
| 265 | if SpeedOn then | |
| 266 | SpeedOn = false | |
| 267 | for i,v in pairs(Frame:GetChildren()) do | |
| 268 | if v:IsA'TextButton' | |
| 269 | and v.Text == 'Speed: On' then | |
| 270 | v.Text = 'Speed: Off' | |
| 271 | end | |
| 272 | end | |
| 273 | else | |
| 274 | SpeedOn = true | |
| 275 | for i,v in pairs(Frame:GetChildren()) do | |
| 276 | if v:IsA'TextButton' | |
| 277 | and v.Text == 'Speed: Off' then | |
| 278 | v.Text = 'Speed: On' | |
| 279 | end | |
| 280 | end | |
| 281 | Player.Character.Humanoid:GetPropertyChangedSignal'WalkSpeed':Connect(function() | |
| 282 | if SpeedOn then | |
| 283 | Player.Character.Humanoid.WalkSpeed = 50 | |
| 284 | end | |
| 285 | end) | |
| 286 | Player.Character.Humanoid.WalkSpeed = 50 | |
| 287 | end | |
| 288 | end | |
| 289 | ||
| 290 | CreateButton(Speed, UDim2.new(0.409, 0,0.214, 0), "Speed: Off") | |
| 291 | ||
| 292 | local KillAll = function() | |
| 293 | if KillAllOn then | |
| 294 | KillAllOn = false | |
| 295 | for i,v in pairs(Frame:GetChildren()) do | |
| 296 | if v:IsA'TextButton' | |
| 297 | and v.Text == 'Kill All: On' then | |
| 298 | v.Text = 'Kill All: Off' | |
| 299 | end | |
| 300 | end | |
| 301 | else | |
| 302 | KillAllOn = true | |
| 303 | for i,v in pairs(Frame:GetChildren()) do | |
| 304 | if v:IsA'TextButton' | |
| 305 | and v.Text == 'Kill All: Off' then | |
| 306 | v.Text = 'Kill All: On' | |
| 307 | end | |
| 308 | end | |
| 309 | spawn(function() | |
| 310 | while KillAllOn and wait(.1) do | |
| 311 | for i,v in pairs(game:service'Players':GetPlayers()) do | |
| 312 | if v ~= game:service'Players'.LocalPlayer | |
| 313 | and v.Character | |
| 314 | and v.Character:FindFirstChild'HumanoidRootPart' then | |
| 315 | Event:FireServer(FireArg, v.Character.HumanoidRootPart.Position) | |
| 316 | end | |
| 317 | end | |
| 318 | end | |
| 319 | end) | |
| 320 | end | |
| 321 | end | |
| 322 | ||
| 323 | CreateButton(KillAll, UDim2.new(0.613, 0, 0.214, 0), "Kill All: Off") |