Advertisement
kleber1234

JAILBREAK - Airdrop TP Script

May 24th, 2019
748
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.40 KB | None | 0 0
  1. local J = Instance.new("TextButton")
  2. local B = Instance.new("TextButton")
  3. local M = Instance.new("TextButton")
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local Frame = Instance.new("Frame")
  6. local Tp = Instance.new("TextButton")
  7. local Frame_2 = Instance.new("Frame")
  8. local Tp2 = Instance.new("TextButton")
  9. local TextButton = Instance.new("TextButton")
  10. --Properties:
  11. ScreenGui.Parent = game.CoreGui
  12.  
  13. Frame.Parent = ScreenGui
  14. Frame.BackgroundColor3 = Color3.new(0.407843, 0.113725, 1)
  15. Frame.Position = UDim2.new(0.860090733, 0, 0.513944268, 0)
  16. Frame.Size = UDim2.new(0, 191, 0, 46)
  17.  
  18. J.Name = "J"
  19. J.Parent = ScreenGui
  20. J.BackgroundColor3 = Color3.new(0.388235, 0.858824, 1)
  21. J.Position = UDim2.new(0.913616419, 0, 0.812749028, 0)
  22. J.Size = UDim2.new(0, 118, 0, 22)
  23. J.Font = Enum.Font.SourceSans
  24. J.Text = "jewelry"
  25. J.TextColor3 = Color3.new(0, 0, 0)
  26. J.TextScaled = true
  27. J.TextSize = 14
  28. J.TextWrapped = true
  29.  
  30. B.Name = "B"
  31. B.Parent = ScreenGui
  32. B.BackgroundColor3 = Color3.new(0.388235, 0.858824, 1)
  33. B.Position = UDim2.new(0.913616419, 0, 0.87649405, 0)
  34. B.Size = UDim2.new(0, 118, 0, 22)
  35. B.Font = Enum.Font.SourceSans
  36. B.Text = "Bank"
  37. B.TextColor3 = Color3.new(0, 0, 0)
  38. B.TextScaled = true
  39. B.TextSize = 14
  40. B.TextWrapped = true
  41.  
  42. M.Name = "M"
  43. M.Parent = ScreenGui
  44. M.BackgroundColor3 = Color3.new(0.388235, 0.858824, 1)
  45. M.Position = UDim2.new(0.913616419, 0, 0.940239072, 0)
  46. M.Size = UDim2.new(0, 118, 0, 22)
  47. M.Font = Enum.Font.SourceSans
  48. M.Text = "Museum"
  49. M.TextColor3 = Color3.new(0, 0, 0)
  50. M.TextScaled = true
  51. M.TextSize = 14
  52. M.TextWrapped = true
  53.  
  54. Tp.Name = "Tp"
  55. Tp.Parent = Frame
  56. Tp.BackgroundColor3 = Color3.new(0.988235, 1, 0.192157)
  57. Tp.Position = UDim2.new(0.0477671996, 0, 0.14022164, 0)
  58. Tp.Size = UDim2.new(0, 174, 0, 33)
  59. Tp.Font = Enum.Font.SourceSans
  60. Tp.Text = "Get Airdrop"
  61. Tp.TextColor3 = Color3.new(0, 0, 0)
  62. Tp.TextScaled = true
  63. Tp.TextSize = 14
  64. Tp.TextWrapped = true
  65.  
  66. Frame_2.Parent = ScreenGui
  67. Frame_2.BackgroundColor3 = Color3.new(0.407843, 0.113725, 1)
  68. Frame_2.Position = UDim2.new(0.860090733, 0, 0.621513963, 0)
  69. Frame_2.Size = UDim2.new(0, 191, 0, 46)
  70.  
  71. Tp2.Name = "Tp2"
  72. Tp2.Parent = Frame_2
  73. Tp2.BackgroundColor3 = Color3.new(0.988235, 1, 0.192157)
  74. Tp2.Position = UDim2.new(0.0477671996, 0, 0.14022164, 0)
  75. Tp2.Size = UDim2.new(0, 174, 0, 33)
  76. Tp2.Font = Enum.Font.SourceSans
  77. Tp2.Text = "Tp At CriminalBase"
  78. Tp2.TextColor3 = Color3.new(0, 0, 0)
  79. Tp2.TextScaled = true
  80. Tp2.TextSize = 14
  81. Tp2.TextWrapped = true
  82.  
  83. TextButton.Parent = ScreenGui
  84. TextButton.BackgroundColor3 = Color3.new(0.988235, 1, 0.192157)
  85. TextButton.Position = UDim2.new(0.891654491, 0, 0.739043832, 0)
  86. TextButton.Size = UDim2.new(0, 148, 0, 26)
  87. TextButton.Font = Enum.Font.SourceSans
  88. TextButton.Text = "Magic Carpet / Delete"
  89. TextButton.TextColor3 = Color3.new(0, 0, 0)
  90. TextButton.TextScaled = true
  91. TextButton.TextSize = 14
  92. TextButton.TextWrapped = true
  93.  
  94. -- Scripts:
  95.  
  96. Tp.MouseButton1Down:Connect(function()
  97. game:GetService('Players').LocalPlayer.Character.Head:remove()
  98. wait(0.3)
  99. game:GetService('Players').LocalPlayer.Character:remove()
  100. wait(5)
  101. local pos = Instance.new("CFrameValue")
  102. if workspace:FindFirstChild("Drop") then
  103. pos.Value = game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame
  104. game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,19,0)
  105. wait(0.2)
  106. game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = pos.Value
  107. game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = game.workspace.Drop.Briefcase.CFrame
  108. end
  109. end)
  110.  
  111. Tp2.MouseButton1Down:Connect(function()
  112. game:GetService('Players').LocalPlayer.Character.Head:remove()
  113. wait(0.3)
  114. game:GetService('Players').LocalPlayer.Character:remove()
  115. wait(5)
  116. game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-220,18,1575)
  117. end)
  118.  
  119. J.MouseButton1Down:Connect(function()
  120. game:GetService('Players').LocalPlayer.Character.Head:remove()
  121. wait(0.3)
  122. game:GetService('Players').LocalPlayer.Character:remove()
  123. wait(5)
  124. game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(134,18,1316)
  125. end)
  126.  
  127. B.MouseButton1Down:Connect(function()
  128. game:GetService('Players').LocalPlayer.Character.Head:remove()
  129. wait(0.3)
  130. game:GetService('Players').LocalPlayer.Character:remove()
  131. wait(5)
  132. game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(36,18,856)
  133. end)
  134.  
  135. M.MouseButton1Down:Connect(function()
  136. game:GetService('Players').LocalPlayer.Character.Head:remove()
  137. wait(0.3)
  138. game:GetService('Players').LocalPlayer.Character:remove()
  139. wait(5)
  140. game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1063,135,1220)
  141. end)
  142.  
  143. TextButton.MouseButton1Down:Connect(function()
  144.  
  145. local Plr = game:GetService("Players").LocalPlayer
  146. local Mouse = Plr:GetMouse()
  147.  
  148. Mouse.Button1Down:connect(function()
  149. if not game:GetService("UserInputService"):IsKeyDown(Enum.KeyCode.E) then return end
  150. if not Mouse.Target then return end
  151. Mouse.Target:Destroy()
  152. end)
  153.  
  154. while true do
  155. local part = Instance.new("Part", workspace)
  156. part.Anchored = true
  157. part.Size = Vector3.new(10,0.1,10)
  158. part.Material = "Glass"
  159. part.BrickColor = BrickColor.Random()
  160. part.Transparency = 0.7
  161. part.Position = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,-3.08,0)
  162. wait(0.1)
  163. part.Destroy(part)
  164. end
  165. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement