Nova355killer

RedExploit Airdrop detector

Feb 7th, 2019
211
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.31 KB | None | 0 0
  1. if _G.espkag242 == nil then
  2. function round(number)
  3. return number - (number % 1)
  4. end
  5. print("script started")
  6. local plr = game:GetService("Players").LocalPlayer
  7. local notif = Instance.new("Sound",workspace)
  8. local ScreenGui = Instance.new("ScreenGui")
  9. local TextLabel = Instance.new("TextLabel")
  10. notif.Volume = 2
  11. notif.SoundId = 'rbxassetid://502843919'
  12. notif.Looped=false
  13. _G.espkag242 = 1
  14. ScreenGui.Parent = game:GetService("CoreGui")
  15. TextLabel.Parent = ScreenGui
  16. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  17. TextLabel.BackgroundTransparency = 1
  18. TextLabel.Position = UDim2.new(1, 0, 0.8, 0)
  19. TextLabel.Size = UDim2.new(0.5, 0, 0.100000001, 0)
  20. TextLabel.Font = Enum.Font.Cartoon
  21. TextLabel.TextColor3 = Color3.new(0.898039, 0.898039, 0.898039)
  22. TextLabel.TextScaled = true
  23. TextLabel.TextSize = 14
  24. TextLabel.Text = "Loaded RedExploit airdrop detector!"
  25. TextLabel.TextStrokeTransparency = 0
  26. TextLabel.TextWrapped = true
  27. TextLabel:TweenPosition(UDim2.new(0.25, 0, 0.8, 0),Enum.EasingDirection.In,Enum.EasingStyle.Back,1,false)
  28. wait(2)
  29. TextLabel:TweenPosition(UDim2.new(1, 0, 0.8, 0),Enum.EasingDirection.In,Enum.EasingStyle.Back,1,false)
  30. wait(1)
  31. TextLabel:Destroy()
  32. ScreenGui:Destroy()
  33.  
  34. workspace.ChildAdded:connect(function(v)
  35. wait(1)
  36. if v.Name == "Drop" and v:IsA("Model") then
  37. print("\nDrop found")
  38. local p = v.PrimaryPart
  39. local b = Instance.new("BillboardGui",p)
  40. b.AlwaysOnTop = true
  41. b.Adornee = p
  42. b.Size = UDim2.new(10,0,10,0)
  43. local ff = Instance.new("Frame",b)
  44. ff.Size = UDim2.new(1,0,1,0)
  45. ff.BackgroundColor3 = Color3.fromRGB(255, 0, 213)
  46. local b = Instance.new("BillboardGui",p)
  47. b.AlwaysOnTop = true
  48. b.Adornee = p
  49. b.Size = UDim2.new(50,0,50,0)
  50. local f = Instance.new("Frame",b)
  51. f.Size = UDim2.new(1,0,1,0)
  52. f.BackgroundColor3 = Color3.fromRGB(247, 196, 9)
  53. f:TweenSizeAndPosition(UDim2.new(0.01,0,0.01,0),UDim2.new(0.5,0,0.5,0),Enum.EasingDirection.In,Enum.EasingStyle.Bounce,10,false)
  54. local ScreenGui = Instance.new("ScreenGui")
  55. local TextLabel = Instance.new("TextLabel")
  56. ScreenGui.Parent = game:GetService("CoreGui")
  57. TextLabel.Parent = ScreenGui
  58. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  59. TextLabel.BackgroundTransparency = 1
  60. TextLabel.Position = UDim2.new(0.25, 0, 1, 0)
  61. TextLabel.Size = UDim2.new(0.5, 0, 0.100000001, 0)
  62. TextLabel.Font = Enum.Font.Cartoon
  63. TextLabel.TextColor3 = Color3.new(0.898039, 0.898039, 0.898039)
  64. TextLabel.TextScaled = true
  65. TextLabel.TextSize = 14
  66. TextLabel.Text = "AirDrop detected!"
  67. TextLabel.TextStrokeTransparency = 0
  68. TextLabel.TextWrapped = true
  69. -- Scripts:
  70. notif:Play()
  71. TextLabel:TweenPosition(UDim2.new(0.25, 0, 0.8, 0),Enum.EasingDirection.In,Enum.EasingStyle.Elastic,1,false)
  72. wait(5)
  73. TextLabel:TweenPosition(UDim2.new(1, 0, 1, 0),Enum.EasingDirection.In,Enum.EasingStyle.Back,1,false)
  74. wait(1)
  75. TextLabel:Destroy()
  76. ScreenGui:Destroy()
  77. while p~= nil do
  78. wait()
  79. if (plr.Character.Head.Position - p.Position).magnitude <100 then
  80. ff.BackgroundTransparency = tonumber('0.'..tostring(100 - round((plr.Character.Head.Position - p.Position).magnitude)))
  81. end
  82. end
  83. elseif v.Name=="Plane" then
  84. print("\nPlane Found")
  85. end
  86. end)
  87. else
  88. print("\nScript already running!\n\n\nDOOFIS!")
  89. end
Advertisement
Add Comment
Please, Sign In to add comment