Advertisement
Meliodas0_0

Jailbreak Airdrop tp v2

Mar 28th, 2020
368
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.83 KB | None | 0 0
  1. Time2 Between Respawn and Teleport To The Airdrop]]--
  2. wait(0.3)
  3.  
  4. -- Config:
  5.  
  6. Time1 = 13
  7. Time2 = 0
  8.  
  9. -- Script:
  10.  
  11. local ScreenGui = Instance.new("ScreenGui")
  12. local Frame = Instance.new("Frame")
  13. local Tp = Instance.new("TextButton")
  14. local Frame_2 = Instance.new("Frame")
  15. local Tp2 = Instance.new("TextButton")
  16.  
  17. --Properties:
  18. ScreenGui.Parent = game.CoreGui
  19.  
  20. Frame.Parent = ScreenGui
  21. Frame.BackgroundColor3 = Color3.new(0.407843, 0.113725, 1)
  22. Frame.Position = UDim2.new(0.860090733, 0, 0.513944268, 0)
  23. Frame.Size = UDim2.new(0, 191, 0, 46)
  24.  
  25. Tp.Name = "Tp"
  26. Tp.Parent = Frame
  27. Tp.BackgroundColor3 = Color3.new(0.988235, 1, 0.192157)
  28. Tp.Position = UDim2.new(0.0477671996, 0, 0.14022164, 0)
  29. Tp.Size = UDim2.new(0, 174, 0, 33)
  30. Tp.Font = Enum.Font.SourceSans
  31. Tp.Text = "Get Airdrop"
  32. Tp.TextColor3 = Color3.new(0, 0, 0)
  33. Tp.TextScaled = true
  34. Tp.TextSize = 14
  35. Tp.TextWrapped = true
  36.  
  37. Frame_2.Parent = ScreenGui
  38. Frame_2.BackgroundColor3 = Color3.new(0.407843, 0.113725, 1)
  39. Frame_2.Position = UDim2.new(0.860090733, 0, 5.621513963, 0)
  40. Frame_2.Size = UDim2.new(0, 191, 0, 46)
  41. Frame_2.Visible = false
  42.  
  43. Tp2.Name = "Tp2"
  44. Tp2.Parent = Frame_2
  45. Tp2.BackgroundColor3 = Color3.new(0.988235, 1, 0.192157)
  46. Tp2.Position = UDim2.new(0.0477671996, 0, 5.14022164, 0)
  47. Tp2.Size = UDim2.new(0, 174, 0, 33)
  48. Tp2.Font = Enum.Font.SourceSans
  49. Tp2.Text = "Check More Airdrops"
  50. Tp2.TextColor3 = Color3.new(0, 0, 0)
  51. Tp2.TextScaled = true
  52. Tp2.TextSize = 14
  53. Tp2.TextWrapped = true
  54. Tp2.Visible = false
  55.  
  56. -- Scripts:
  57.  
  58. Tp.MouseButton1Down:Connect(function()
  59. if workspace:FindFirstChild("Drop") then
  60. Frame.Position = UDim2.new(0.860090733, 0, 5.513944268, 0)
  61. Tp.Position = UDim2.new(0.0477671996, 0, 5.14022164, 0)
  62. wait()
  63. game:GetService('Players').LocalPlayer.Character.Head:remove()
  64. end
  65. wait(Time2)
  66. game:GetService('Players').LocalPlayer.CharacterAdded:connect(function(char)
  67. wait(0.3)
  68. if not workspace:FindFirstChild("Drop") then
  69. wait(0.9)
  70. Frame_2.Position = UDim2.new(0.860090733, 0, 0.621513963, 0)
  71. Tp2.Position = UDim2.new(0.0477671996, 0, 0.14022164, 0)
  72. end
  73. if workspace:FindFirstChild("Drop") then
  74. Instance.new("CFrameValue").Value = game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame
  75. game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,19,0)
  76. wait(0.3)
  77. game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = Instance.new("CFrameValue").Value
  78. game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = game.workspace.Drop.Briefcase.CFrame
  79. wait()
  80.  
  81. local part = Instance.new("Part", workspace)
  82. part.Anchored = true
  83. part.Size = Vector3.new(20,0.1,20)
  84. part.Material = "Glass"
  85. part.BrickColor = BrickColor.Random()
  86. part.Transparency = 0.2
  87. part.Position = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,-3.08,0)
  88.  
  89. local part1 = Instance.new("Part", workspace)
  90. part1.Anchored = true
  91. part1.Size = Vector3.new(0.1,10,20)
  92. part1.Material = "Glass"
  93. part1.BrickColor = BrickColor.Random()
  94. part1.Transparency = 0.2
  95. part1.Position = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(10,1.90,0)
  96.  
  97. local part2 = Instance.new("Part", workspace)
  98. part2.Anchored = true
  99. part2.Size = Vector3.new(0.1,10,20)
  100. part2.Material = "Glass"
  101. part2.BrickColor = BrickColor.Random()
  102. part2.Transparency = 0.2
  103. part2.Position = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(-10,1.90,0)
  104.  
  105. local part3 = Instance.new("Part", workspace)
  106. part3.Anchored = true
  107. part3.Size = Vector3.new(20,10,0.1)
  108. part3.Material = "Glass"
  109. part3.BrickColor = BrickColor.Random()
  110. part3.Transparency = 0.2
  111. part3.Position = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,1.90,-10)
  112.  
  113.  
  114. local part4 = Instance.new("Part", workspace)
  115. part4.Anchored = true
  116. part4.Size = Vector3.new(20,10,0.1)
  117. part4.Material = "Glass"
  118. part4.BrickColor = BrickColor.Random()
  119. part4.Transparency = 0.2
  120. part4.Position = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,1.90,10)
  121.  
  122.  
  123.  
  124. wait(Time1)
  125. part.Destroy(part)
  126. part1.Destroy(part1)
  127. part2.Destroy(part2)
  128. part3.Destroy(part3)
  129. part4.Destroy(part4)
  130. game:GetService('Players').LocalPlayer.Character.Head:remove()
  131. wait(0.3)
  132. end
  133. char.ChildAdded:connect(function(ch)
  134. print(ch.Name)
  135. end)
  136. end)
  137. end)
  138.  
  139. Tp2.MouseButton1Down:Connect(function()
  140. if workspace:FindFirstChild("Drop") then
  141. Tp2.Position = UDim2.new(0.0477671996, 0, 5.14022164, 0)
  142. Frame_2.Position = UDim2.new(0.860090733, 0, 5.621513963, 0)
  143. game:GetService('Players').LocalPlayer.Character.Head:remove()
  144. wait(Time1)
  145. Tp2.Position = UDim2.new(0.0477671996, 0, 0.14022164, 0)
  146. Frame_2.Position = UDim2.new(0.860090733, 0, 0.621513963, 0)
  147. end
  148. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement