Advertisement
097YT

Millionaire Empire Tycoon SCRIPT

Nov 28th, 2021
7,525
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.60 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.2
  3.  
  4. -- Instances:
  5.  
  6. local bJ5jDK4sm34dF = Instance.new("ScreenGui")
  7. local Frame = Instance.new("Frame")
  8. local TextLabel = Instance.new("TextLabel")
  9. local TextButton = Instance.new("TextButton")
  10.  
  11. --Properties:
  12.  
  13. bJ5jDK4sm34dF.Name = "bJ5jDK4sm34dF"
  14. bJ5jDK4sm34dF.Parent = game.CoreGui
  15.  
  16. Frame.Parent = bJ5jDK4sm34dF
  17. Frame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  18. Frame.BackgroundTransparency = 1.000
  19. Frame.Position = UDim2.new(0.778905332, 0, 0.808691442, 0)
  20. Frame.Size = UDim2.new(0, 296, 0, 114)
  21.  
  22. TextLabel.Parent = Frame
  23. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  24. TextLabel.Position = UDim2.new(0.290458381, 0, 0.318962067, 0)
  25. TextLabel.Size = UDim2.new(0, 276, 0, 56)
  26. TextLabel.Font = Enum.Font.SourceSans
  27. TextLabel.Text = "Script by IcanLevitate"
  28. TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
  29. TextLabel.TextSize = 24.000
  30.  
  31. TextButton.Parent = Frame
  32. TextButton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  33. TextButton.Position = UDim2.new(0.290458471, 0, -0.116929442, 0)
  34. TextButton.Size = UDim2.new(0, 265, 0, 50)
  35. TextButton.Font = Enum.Font.SourceSans
  36. TextButton.Text = "Click for +100quad Cash"
  37. TextButton.TextColor3 = Color3.fromRGB(0, 0, 0)
  38. TextButton.TextSize = 24.000
  39.  
  40. -- Scripts:
  41.  
  42. local function NSUF_fake_script() -- TextButton.LocalScript
  43. local script = Instance.new('LocalScript', TextButton)
  44.  
  45. function leftClick()
  46. game.ReplicatedStorage.Events.CrateClaim:FireServer("Cash", "1000000000000000")
  47. end
  48.  
  49. script.Parent.MouseButton1Click:Connect(leftClick)
  50.  
  51. end
  52. coroutine.wrap(NSUF_fake_script)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement