Advertisement
Guest User

ducky sauce leak by sn0wman

a guest
Feb 25th, 2017
282
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.68 KB | None | 0 0
  1. --Written as a collaborative effort between new_line and MrPhantomNulled.
  2.  
  3. --begin script
  4.  
  5. okey = "v0.0"
  6.  
  7. creolin = Instance.new("ScreenGui",game.Players.LocalPlayer.PlayerGui)
  8. jd = Instance.new("Sound",creolin)
  9. opEds = Instance.new("Frame",creolin)
  10. biodata = Instance.new("ImageButton",creolin)
  11. bristly = Instance.new("Frame",creolin)
  12. copts = true
  13.  
  14. function createshadow(parent)
  15. local shadow = Instance.new("Frame")
  16. shadow.Parent = parent
  17. shadow.Style = "DropShadow"
  18. shadow.Size = UDim2.new(1, 8, 1, 8)
  19. shadow.Position = UDim2.new(0, -4, 0, -4)
  20. parent.ZIndex = parent.ZIndex + 1
  21. shadow.ZIndex = parent.ZIndex - 1
  22. end
  23.  
  24. biodata.AnchorPoint = Vector2.new(0.5, 0.5)
  25. biodata.Position = UDim2.new(0.5, 0, 0.5, 0)
  26. biodata.Size = UDim2.new(0, 0, 0, 0)
  27. biodata.Image = "rbxassetid://656567517"
  28. biodata.BackgroundTransparency = 1
  29. biodata.ZIndex = 10
  30. biodata.Active = true
  31.  
  32. jd.SoundId = "rbxassetid://464979976"
  33.  
  34. opEds.AnchorPoint = Vector2.new(0.5, 0.5)
  35. opEds.Position = UDim2.new(0.5, 0, 0.5, 0)
  36. opEds.Size = UDim2.new(0, 0, 0, 0)
  37. opEds.ClipsDescendants = true
  38. opEds.Style = "DropShadow"
  39.  
  40. bristly.Size = UDim2.new(0, 0, 0.07, 0)
  41. bristly.Position = UDim2.new(0.5, -170, 0.5, -170)
  42. bristly.Visible = false
  43. bristly.BorderSizePixel = 0
  44. createshadow(bristly)
  45. bristly.BackgroundColor3 = Color3.fromRGB(44, 62, 80)
  46.  
  47. wait(1)
  48.  
  49. opEds:TweenSize(UDim2.new(0.25, 0, 0.5, 0), "Out", "Bounce", 0.4)
  50. wait(0.5)
  51. biodata:TweenSize(UDim2.new(0, 150, 0, 150), "Out", "Bounce", 0.4)
  52.  
  53. strait = Instance.new("TextLabel",opEds)
  54. strait.Position = UDim2.new(-1, 0, 0.75, 0)
  55. strait.Size = UDim2.new(1, 0, 0.2, 0)
  56. strait.BackgroundTransparency = 1
  57. strait.TextColor3 = Color3.fromRGB(236, 240, 241)
  58. strait.Font = "SourceSansBold"
  59. strait.FontSize = "Size36"
  60. strait.Text = "Ducky"
  61. poofing = Instance.new("TextLabel",strait)
  62. poofing.Size = UDim2.new(1, 0, 1, 0)
  63. poofing.Position = UDim2.new(0, 0, 0, 25)
  64. poofing.BackgroundTransparency = 1
  65. poofing.TextColor3 = Color3.fromRGB(236, 240, 241)
  66. poofing.Font = "SourceSansLight"
  67. poofing.FontSize = "Size18"
  68. poofing.Text = "by new_line and MrPhantomNulled"
  69.  
  70. wait(0.4)
  71. strait:TweenPosition(UDim2.new(0, 0, 0.75, 0), "Out", "Linear", 0.2)
  72. wait(0.3)
  73.  
  74. jd:Play()
  75. opEds.ClipsDescendants = false
  76. opEds.AnchorPoint = Vector2.new(0, 0)
  77. opEds.Position = UDim2.new(0.5, -170, 0.5, -170)
  78. wait(2.5)
  79. biodata:TweenPosition(UDim2.new(0.38, 0, 0.28, 0), "Out", "Linear", 0.3)
  80. wait(0.4)
  81. biodata:TweenSize(UDim2.new(0, 65, 0, 65), "Out", "Bounce", 0.4)
  82. wait(0.4)
  83.  
  84. while strait.TextTransparency <1.05 do
  85. strait.TextTransparency = strait.TextTransparency + 0.05
  86. poofing.TextTransparency = poofing.TextTransparency + 0.05
  87. if strait.TextTransparency >= 1.05 then
  88. strait:Remove()
  89. end
  90. wait()
  91. end
  92.  
  93. wait(0.45)
  94.  
  95. opEds:TweenSize(UDim2.new(0.25, 0, 0.07, 0), "Out", "Linear", 0.3)
  96.  
  97. wait(0.4)
  98.  
  99. opEds:TweenSize(UDim2.new(0, 0, 0.07, 0), "Out", "Linear", 0.3)
  100.  
  101. wait(0.35)
  102. bristly.Visible = true
  103. opEds:Destroy()
  104. bristly:TweenSize(UDim2.new(0.25, 0, 0.07, 0), "Out", "Linear", 0.3)
  105. --biodata.MouseButton1Down:connect(function()
  106. -- local asdf = biodata.Position
  107. -- wait()
  108. -- if copts then
  109. -- if asdf == biodata.Position then
  110. -- jd:Play()
  111. -- opEds:TweenSize(UDim2.new(0, 0, 0.07, 0), "Out", "Linear", 0.1)
  112. -- copts = false
  113. -- end
  114. -- else
  115. -- if asdf == biodata.Position then
  116. -- jd:Play()
  117. -- opEds:TweenSize(UDim2.new(0.25, 0, 0.07, 0), "Out", "Linear", 0.1)
  118. -- copts = true
  119. -- end
  120. -- end
  121. --end)
  122.  
  123. while true do
  124. for i=1,60 do
  125. biodata.Rotation = biodata.Rotation + 0.25
  126. wait()
  127. end
  128. for i=1,120 do
  129. biodata.Rotation = biodata.Rotation - 0.25
  130. wait()
  131. end
  132. for i=1,60 do
  133. biodata.Rotation = biodata.Rotation + 0.25
  134. wait()
  135. end
  136. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement