robloxe_rjadenwill09

JAILBREAK HACK

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