arfiakbar123

Untitled

Sep 6th, 2018
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.73 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local Top = Instance.new("Frame")
  6. local Main = Instance.new("Frame")
  7. local Bank = Instance.new("TextButton")
  8. local Jewelry = Instance.new("TextButton")
  9. local CriminalBase = Instance.new("TextButton")
  10. local BTools = Instance.new("TextButton")
  11. local NoClip = Instance.new("TextButton")
  12. local WalkSpeed = Instance.new("TextButton")
  13. local TextLabel = Instance.new("TextLabel")
  14. local Exit = Instance.new("TextButton")
  15. local Open = Instance.new("TextButton")
  16. --Properties:
  17. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  18.  
  19. Top.Name = "Top"
  20. Top.Parent = ScreenGui
  21. Top.BackgroundColor3 = Color3.new(0, 1, 1)
  22. Top.Position = UDim2.new(0.23604466, 0, 0.329479754, 0)
  23. Top.Size = UDim2.new(0, 374, 0, 42)
  24. Top.Draggable = true
  25. Top.Visible = false
  26.  
  27. Main.Name = "Main"
  28. Main.Parent = Top
  29. Main.BackgroundColor3 = Color3.new(1, 1, 1)
  30. Main.Position = UDim2.new(0, 0, 1, 0)
  31. Main.Size = UDim2.new(0, 374, 0, 149)
  32.  
  33. Bank.Name = "Bank"
  34. Bank.Parent = Main
  35. Bank.BackgroundColor3 = Color3.new(1, 1, 1)
  36. Bank.Position = UDim2.new(0.0213903747, 0, 0.040268451, 0)
  37. Bank.Size = UDim2.new(0, 131, 0, 50)
  38. Bank.Font = Enum.Font.SourceSans
  39. Bank.Text = "Bank"
  40. Bank.TextColor3 = Color3.new(0, 0, 0)
  41. Bank.TextSize = 14
  42. Bank.MouseButton1Down:connect(function()
  43. for i = 1,45 do
  44. wait(.08)
  45. game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(9.92591476, 17.8639755, 786.788147)
  46. end
  47. end)
  48.  
  49. Jewelry.Name = "Jewelry"
  50. Jewelry.Parent = Main
  51. Jewelry.BackgroundColor3 = Color3.new(1, 1, 1)
  52. Jewelry.Position = UDim2.new(0.0213903747, 0, 0.44295302, 0)
  53. Jewelry.Size = UDim2.new(0, 131, 0, 50)
  54. Jewelry.Font = Enum.Font.SourceSans
  55. Jewelry.Text = "Jewelry"
  56. Jewelry.TextColor3 = Color3.new(0, 0, 0)
  57. Jewelry.TextSize = 14
  58. JewO.MouseButton1Down:connect(function()
  59. for i = 1,45 do
  60. wait(.08)
  61. game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(101.211128, 98.6576996, 1310.54175)
  62. end
  63. end)
  64.  
  65. CriminalBase.Name = "Criminal Base"
  66. CriminalBase.Parent = Main
  67. CriminalBase.BackgroundColor3 = Color3.new(1, 1, 1)
  68. CriminalBase.Position = UDim2.new(0.446524084, 0, 0.040268451, 0)
  69. CriminalBase.Size = UDim2.new(0, 131, 0, 50)
  70. CriminalBase.Font = Enum.Font.SourceSans
  71. CriminalBase.Text = "Criminals Base1"
  72. CriminalBase.TextColor3 = Color3.new(0, 0, 0)
  73. CriminalBase.TextSize = 14
  74. CrimBase1.MouseButton1Down:connect(function()
  75. for i = 1,45 do
  76. wait(.08)
  77. game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-221.723099, 17.8924026, 1578.80261)
  78. end
  79. end)
  80.  
  81. BTools.Name = "BTools"
  82. BTools.Parent = Main
  83. BTools.BackgroundColor3 = Color3.new(1, 1, 1)
  84. BTools.Position = UDim2.new(0.446524054, 0, 0.44295302, 0)
  85. BTools.Size = UDim2.new(0, 42, 0, 50)
  86. BTools.Font = Enum.Font.SourceSans
  87. BTools.Text = "BTools"
  88. BTools.TextColor3 = Color3.new(0, 0, 0)
  89. BTools.TextSize = 14
  90. BTools.MouseButton1Down:connect(function()
  91. game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Backpack, true)
  92. for index, child in pairs(game:GetService("Workspace"):GetChildren()) do
  93. if child.ClassName == "Part" then
  94. child.Locked = false
  95. end
  96. if child.ClassName == "MeshPart" then
  97. child.Locked = false
  98. end
  99. if child.ClassName == "UnionOperation" then
  100. child.Locked = false
  101. end
  102. if child.ClassName == "Model" then
  103. for index, chil in pairs(child:GetChildren()) do
  104. if chil.ClassName == "Part" then
  105. chil.Locked = false
  106. end
  107. if chil.ClassName == "MeshPart" then
  108. chil.Locked = false
  109. end
  110. if chil.ClassName == "UnionOperation" then
  111. chil.Locked = false
  112. end
  113. if chil.ClassName == "Model" then
  114. for index, childe in pairs(chil:GetChildren()) do
  115. if childe.ClassName == "Part" then
  116. childe.Locked = false
  117. end
  118. if childe.ClassName == "MeshPart" then
  119. childe.Locked = false
  120. end
  121. if childe.ClassName == "UnionOperation" then
  122. childe.Locked = false
  123. end
  124. if childe.ClassName == "Model" then
  125. for index, childeo in pairs(childe:GetChildren()) do
  126. if childeo.ClassName == "Part" then
  127. childeo.Locked = false
  128. end
  129. if childeo.ClassName == "MeshPart" then
  130. childeo.Locked = false
  131. end
  132. if childeo.ClassName == "UnionOperation" then
  133. childeo.Locked = false
  134. end
  135. if childeo.ClassName == "Model" then
  136. end
  137. end
  138. end
  139. end
  140. end
  141. end
  142. end
  143. end
  144. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  145. c.BinType = Enum.BinType.Hammer
  146. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  147. c.BinType = Enum.BinType.Clone
  148. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  149. c.BinType = Enum.BinType.Grab
  150. end)
  151.  
  152.  
  153. NoClip.Name = "NoClip"
  154. NoClip.Parent = Main
  155. NoClip.BackgroundColor3 = Color3.new(1, 1, 1)
  156. NoClip.Position = UDim2.new(0.598930478, 0, 0.44295302, 0)
  157. NoClip.Size = UDim2.new(0, 54, 0, 50)
  158. NoClip.Font = Enum.Font.SourceSans
  159. NoClip.Text = "NoClip[B] "
  160. NoClip.TextColor3 = Color3.new(0, 0, 0)
  161. NoClip.TextSize = 14
  162. NoClip.MouseButton1Down:connect(function()
  163. local noclipplayer = game:GetService("Players").LocalPlayer
  164. local noclipmouse = noclipplayer:GetMouse()
  165.  
  166. local donoclip = false
  167. local noclip = false
  168.  
  169. function b_noclip(key)
  170. if (key == "b") then
  171. if noclip == false then
  172. donoclip = true
  173.  
  174. noclip = true
  175. elseif noclip == true then
  176. donoclip = false
  177.  
  178. noclip = false
  179. end
  180. end
  181. end
  182.  
  183. noclipmouse.KeyDown:connect(b_noclip)
  184.  
  185. game:GetService("Players").LocalPlayer.Character.Head.Touched:connect(function(obj)
  186. if obj ~= workspace.Terrain then
  187. if donoclip == true then
  188. obj.CanCollide = false
  189. else
  190. obj.CanCollide = true
  191. end
  192. end
  193. end)
  194. end)
  195.  
  196. WalkSpeed.Name = "WalkSpeed"
  197. WalkSpeed.Parent = Main
  198. WalkSpeed.BackgroundColor3 = Color3.new(1, 1, 1)
  199. WalkSpeed.Position = UDim2.new(0.796791434, 0, 0.442952991, 0)
  200. WalkSpeed.Size = UDim2.new(0, 52, 0, 50)
  201. WalkSpeed.Font = Enum.Font.SourceSans
  202. WalkSpeed.Text = "Speed [X]"
  203. WalkSpeed.TextColor3 = Color3.new(0, 0, 0)
  204. WalkSpeed.TextSize = 14
  205. WalkSpeed.MouseButton1Down:connect(function()
  206. local walkspeedplayer = game:GetService("Players").LocalPlayer
  207. local walkspeedmouse = walkspeedplayer:GetMouse()
  208.  
  209. local walkspeedenabled = false
  210.  
  211. function x_walkspeed(key)
  212. if (key == "x") then
  213. if walkspeedenabled == false then
  214. _G.WS = 200;
  215. local Humanoid = game:GetService("Players").LocalPlayer.Character.Humanoid;
  216. Humanoid:GetPropertyChangedSignal("WalkSpeed"):Connect(function()
  217. Humanoid.WalkSpeed = _G.WS;
  218. end)
  219. Humanoid.WalkSpeed = _G.WS;
  220.  
  221. walkspeedenabled = true
  222. elseif walkspeedenabled == true then
  223. _G.WS = 20;
  224. local Humanoid = game:GetService("Players").LocalPlayer.Character.Humanoid;
  225. Humanoid:GetPropertyChangedSignal("WalkSpeed"):Connect(function()
  226. Humanoid.WalkSpeed = _G.WS;
  227. end)
  228. Humanoid.WalkSpeed = _G.WS;
  229.  
  230. walkspeedenabled = false
  231. end
  232. end
  233. end
  234.  
  235. walkspeedmouse.KeyDown:connect(x_walkspeed)
  236.  
  237. end)
  238.  
  239. TextLabel.Parent = Top
  240. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  241. TextLabel.Size = UDim2.new(0, 320, 0, 34)
  242. TextLabel.Font = Enum.Font.SourceSans
  243. TextLabel.Text = "JailBreak Gui"
  244. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  245. TextLabel.TextSize = 14
  246.  
  247. Exit.Name = "Exit"
  248. Exit.Parent = Top
  249. Exit.BackgroundColor3 = Color3.new(0, 1, 1)
  250. Exit.BorderColor3 = Color3.new(0, 1, 1)
  251. Exit.Position = UDim2.new(0.870156646, 0, -0.00385332108, 0)
  252. Exit.Size = UDim2.new(0, 54, 0, 42)
  253. Exit.Font = Enum.Font.SourceSans
  254. Exit.Text = "X"
  255. Exit.TextColor3 = Color3.new(0, 0, 0)
  256. Exit.TextSize = 14
  257. Exit.MouseButton1Down:connect(function()
  258. Open.Visible = true
  259. Top.Visible = false
  260. end)
  261.  
  262. Open.Name = "Open"
  263. Open.Parent = Top
  264. Open.BackgroundColor3 = Color3.new(1, 1, 1)
  265. Open.Position = UDim2.new(0.895440459, 0, -4.70547724, 0)
  266. Open.Size = UDim2.new(0, 124, 0, 41)
  267. Open.Font = Enum.Font.SourceSans
  268. Open.Text = "Open"
  269. Open.TextColor3 = Color3.new(0, 0, 0)
  270. Open.TextSize = 14
  271. Open.MouseButton1Down:connect(function()
  272. Open.Visible = true
  273. Top.Visible = false
  274. end)
  275. -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment