M1XTExploits

Untitled

Feb 14th, 2018
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. -- Script by V3rmillion @xUnknownAvatar
  2.  
  3.  
  4. local screenGui = Instance.new("ScreenGui")
  5. screenGui.Parent = game.CoreGui
  6. local textButton = Instance.new("TextButton")
  7. textButton.Parent = screenGui
  8. textButton.Size = UDim2.new(0, 100, 0, 100)
  9. textButton.Text ="GET RICH!"
  10. textButton.MouseButton1Down:connect(function()
  11. print("clicked")
  12. game.Workspace.Events.DataStores.LoadStep:FireServer("Stone",1000000)
  13. game.Workspace.Events.DataStores.LoadStep:FireServer("Coal",1000000)
  14. game.Workspace.Events.DataStores.LoadStep:FireServer("Iron",1000000)
  15. game.Workspace.Events.DataStores.LoadStep:FireServer("Gold",1000000)
  16. game.Workspace.Events.DataStores.LoadStep:FireServer("Diamonds",1000000)
  17. game.Workspace.Events.DataStores.LoadStep:FireServer("Cash",100000)
  18. game.Workspace.Events.DataStores.LoadStep:FireServer("Gems",100000)
  19. textButton.Text ="Look at your stuff!!!"
  20. wait(15)
  21. textButton.Text ="GET RICH!"
  22.  
  23. end)
Add Comment
Please, Sign In to add comment