Meliodas0_0

BTools personañizado JB

Nov 3rd, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.94 KB | None | 0 0
  1. game:service("Workspace").Name = "Workspace"
  2. game:service("Players").Name = "Players"
  3. -- Objects
  4.  
  5. local ScreenGui = Instance.new("ScreenGui")
  6. local Frame = Instance.new("Frame")
  7. local TextLabel = Instance.new("TextLabel")
  8. local crimbase = Instance.new("TextButton")
  9. local Vault = Instance.new("TextButton")
  10. local Heil1 = Instance.new("TextButton")
  11. local Heil2 = Instance.new("TextButton")
  12. local PoliceBase = Instance.new("TextButton")
  13. local jewelery = Instance.new("TextButton")
  14. local prisonfront = Instance.new("TextButton")
  15. local PoliceCars = Instance.new("TextButton")
  16. local dTOOLS = Instance.new("TextButton")
  17. local unlock = Instance.new("TextButton")
  18. -- Properties
  19.  
  20. ScreenGui.Parent = game.CoreGui
  21.  
  22. Frame.Parent = ScreenGui
  23. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  24. Frame.BorderColor3 = Color3.new(1, 1, 1)
  25. Frame.Position = UDim2.new(0, 402, 0, 127)
  26. Frame.Size = UDim2.new(0, 200, 0, 300)
  27. Frame.Draggable = true
  28.  
  29. TextLabel.Parent = Frame
  30. TextLabel.BackgroundColor3 = Color3.new(0, 1, 1)
  31. TextLabel.BorderColor3 = Color3.new(0, 1, 1)
  32. TextLabel.Size = UDim2.new(0, 200, 0, 50)
  33. TextLabel.Font = Enum.Font.Highway
  34. TextLabel.FontSize = Enum.FontSize.Size32
  35. TextLabel.Text = "JAIL-BREAK-GUI"
  36. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  37. TextLabel.TextSize = 30
  38.  
  39. crimbase.Name = "crim base"
  40. crimbase.Parent = Frame
  41. crimbase.BackgroundColor3 = Color3.new(0, 1, 1)
  42. crimbase.BorderColor3 = Color3.new(0, 1, 1)
  43. crimbase.Position = UDim2.new(0, 15, 0, 64)
  44. crimbase.Size = UDim2.new(0, 53, 0, 24)
  45. crimbase.Font = Enum.Font.SourceSans
  46. crimbase.FontSize = Enum.FontSize.Size14
  47. crimbase.Text = "CRIM-Base"
  48. crimbase.TextColor3 = Color3.new(0, 0, 0)
  49. crimbase.TextSize = 14
  50.  
  51. Vault.Name = "Vault"
  52. Vault.Parent = Frame
  53. Vault.BackgroundColor3 = Color3.new(0, 1, 1)
  54. Vault.BorderColor3 = Color3.new(0, 1, 1)
  55. Vault.Position = UDim2.new(0, 15, 0, 107)
  56. Vault.Size = UDim2.new(0, 53, 0, 24)
  57. Vault.Font = Enum.Font.SourceSans
  58. Vault.FontSize = Enum.FontSize.Size14
  59. Vault.Text = "Vault"
  60. Vault.TextColor3 = Color3.new(0, 0, 0)
  61. Vault.TextSize = 14
  62.  
  63. Heil1.Name = "Heil1"
  64. Heil1.Parent = Frame
  65. Heil1.BackgroundColor3 = Color3.new(0, 1, 1)
  66. Heil1.BorderColor3 = Color3.new(0, 1, 1)
  67. Heil1.Position = UDim2.new(0, 15, 0, 150)
  68. Heil1.Size = UDim2.new(0, 53, 0, 24)
  69. Heil1.Font = Enum.Font.SourceSans
  70. Heil1.FontSize = Enum.FontSize.Size14
  71. Heil1.Text = "Heli1"
  72. Heil1.TextColor3 = Color3.new(0, 0, 0)
  73. Heil1.TextSize = 14
  74.  
  75. Heil2.Name = "Heil2"
  76. Heil2.Parent = Frame
  77. Heil2.BackgroundColor3 = Color3.new(0, 1, 1)
  78. Heil2.BorderColor3 = Color3.new(0, 1, 1)
  79. Heil2.Position = UDim2.new(0, 15, 0, 193)
  80. Heil2.Size = UDim2.new(0, 53, 0, 24)
  81. Heil2.Font = Enum.Font.SourceSans
  82. Heil2.FontSize = Enum.FontSize.Size14
  83. Heil2.Text = "Heli2"
  84. Heil2.TextColor3 = Color3.new(0, 0, 0)
  85. Heil2.TextSize = 14
  86.  
  87. PoliceBase.Name = "Police-Base"
  88. PoliceBase.Parent = Frame
  89. PoliceBase.BackgroundColor3 = Color3.new(0, 1, 1)
  90. PoliceBase.BorderColor3 = Color3.new(0, 1, 1)
  91. PoliceBase.Position = UDim2.new(0, 15, 0, 236)
  92. PoliceBase.Size = UDim2.new(0, 53, 0, 24)
  93. PoliceBase.Font = Enum.Font.SourceSans
  94. PoliceBase.FontSize = Enum.FontSize.Size14
  95. PoliceBase.Text = "Police-Base"
  96. PoliceBase.TextColor3 = Color3.new(0, 0, 0)
  97. PoliceBase.TextSize = 14
  98.  
  99. jewelery.Name = "jewelery"
  100. jewelery.Parent = Frame
  101. jewelery.BackgroundColor3 = Color3.new(0, 1, 1)
  102. jewelery.BorderColor3 = Color3.new(0, 1, 1)
  103. jewelery.Position = UDim2.new(0, 116, 0, 64)
  104. jewelery.Size = UDim2.new(0, 53, 0, 24)
  105. jewelery.Font = Enum.Font.SourceSans
  106. jewelery.FontSize = Enum.FontSize.Size14
  107. jewelery.Text = "Jewelry"
  108. jewelery.TextColor3 = Color3.new(0, 0, 0)
  109. jewelery.TextSize = 14
  110.  
  111. prisonfront.Name = "prisonfront"
  112. prisonfront.Parent = Frame
  113. prisonfront.BackgroundColor3 = Color3.new(0, 1, 1)
  114. prisonfront.BorderColor3 = Color3.new(0, 1, 1)
  115. prisonfront.Position = UDim2.new(0, 116, 0, 150)
  116. prisonfront.Size = UDim2.new(0, 53, 0, 24)
  117. prisonfront.Font = Enum.Font.SourceSans
  118. prisonfront.FontSize = Enum.FontSize.Size14
  119. prisonfront.Text = "Prison front"
  120. prisonfront.TextColor3 = Color3.new(0, 0, 0)
  121. prisonfront.TextSize = 14
  122.  
  123. PoliceCars.Name = "Police-Cars"
  124. PoliceCars.Parent = Frame
  125. PoliceCars.BackgroundColor3 = Color3.new(0, 1, 1)
  126. PoliceCars.BorderColor3 = Color3.new(0, 1, 1)
  127. PoliceCars.Position = UDim2.new(0, 116, 0, 107)
  128. PoliceCars.Size = UDim2.new(0, 53, 0, 24)
  129. PoliceCars.Font = Enum.Font.SourceSans
  130. PoliceCars.FontSize = Enum.FontSize.Size14
  131. PoliceCars.Text = "Police-Cars"
  132. PoliceCars.TextColor3 = Color3.new(0, 0, 0)
  133. PoliceCars.TextSize = 14
  134.  
  135. dTOOLS.Name = "delete tool"
  136. dTOOLS.Parent = Frame
  137. dTOOLS.BackgroundColor3 = Color3.new(0, 1, 1)
  138. dTOOLS.BorderColor3 = Color3.new(0, 1, 1)
  139. dTOOLS.Position = UDim2.new(0, 116, 0, 193)
  140. dTOOLS.Size = UDim2.new(0, 53, 0, 24)
  141. dTOOLS.Font = Enum.Font.SourceSans
  142. dTOOLS.FontSize = Enum.FontSize.Size14
  143. dTOOLS.Text = "delete tool"
  144. dTOOLS.TextColor3 = Color3.new(0, 0, 0)
  145. dTOOLS.TextSize = 14
  146.  
  147. unlock.Name = "unlock"
  148. unlock.Parent = Frame
  149. unlock.BackgroundColor3 = Color3.new(0, 1, 1)
  150. unlock.BorderColor3 = Color3.new(0, 1, 1)
  151. unlock.Position = UDim2.new(0, 116, 0, 236)
  152. unlock.Size = UDim2.new(0, 53, 0, 24)
  153. unlock.Font = Enum.Font.SourceSans
  154. unlock.FontSize = Enum.FontSize.Size14
  155. unlock.Text = "unlock"
  156. unlock.TextColor3 = Color3.new(0, 0, 0)
  157. unlock.TextSize = 14
  158.  
  159. PoliceCars.MouseButton1Click:connect(function()
  160. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1100.4469, 17.7500038, -1493.18286) + Vector3.new(1,0,0)
  161. end)
  162. Vault.MouseButton1Click:connect(function()
  163. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(35.4850616, 0.715307713, 809.113647) + Vector3.new(1,0,0)
  164. end)
  165. Heil1.MouseButton1Click:connect(function()
  166. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1176.4231, 59.7911148, -1572.6908) + Vector3.new(1,0,0)
  167. end)
  168. PoliceBase.MouseButton1Click:connect(function()
  169. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1130.11426, 17.950058, -1593.09766) + Vector3.new(1,0,0)
  170. end)
  171. crimbase.MouseButton1Click:connect(function()
  172. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-222.339157, 17.9125443, 1575.82336) + Vector3.new(1,0,0)
  173. end)
  174. jewelery.MouseButton1Click:connect(function()
  175. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(137.325, 17.878, 1320.123) + Vector3.new(1,0,0)
  176. end)
  177. prisonfront.MouseButton1Click:connect(function()
  178. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1138.66, 18.009, -1430.01) + Vector3.new(1,0,0)
  179. end)
  180. Heil2.MouseButton1Click:connect(function()
  181. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(751.44,69.52,1124.96) + Vector3.new(1,0,0)
  182. end)
  183. dTOOLS.MouseButton1Click:connect(function()
  184. Instance.new('HopperBin', game.Players.LocalPlayer.Backpack).BinType = 4
  185. end)
  186. unlock.MouseButton1Click:connect(function()
  187. for i,v in pairs(game.Workspace:GetChildren()) do
  188. if v:IsA('BasePart') then
  189. v.Locked = false
  190. end
  191. end
  192. end)
Add Comment
Please, Sign In to add comment