Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- MADE BY : RBXLStealit
- -- Instances:
- local ScreenGui = Instance.new("ScreenGui")
- local HYLYH = Instance.new("Frame")
- local Main1 = Instance.new("Frame")
- local TextLabel = Instance.new("TextLabel")
- local owner = Instance.new("TextLabel")
- local close = Instance.new("TextButton")
- local Main2 = Instance.new("Frame")
- local cash = Instance.new("TextButton")
- local gems = Instance.new("TextButton")
- --Properties:
- ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- HYLYH.Name = "HYLYH"
- HYLYH.Parent = ScreenGui
- HYLYH.BackgroundColor3 = Color3.new(0.552941, 0.501961, 0.498039)
- HYLYH.Position = UDim2.new(0.239831701, 0, 0.079522863, 0)
- HYLYH.Size = UDim2.new(0, 371, 0, 117)
- Main1.Name = "Main1"
- Main1.Parent = HYLYH
- Main1.BackgroundColor3 = Color3.new(1, 1, 1)
- Main1.BackgroundTransparency = 0.40000000596046
- Main1.Position = UDim2.new(0.18328841, 0, 0.0576515421, 0)
- Main1.Size = UDim2.new(0, 234, 0, 48)
- TextLabel.Parent = Main1
- TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel.BackgroundTransparency = 1
- TextLabel.Position = UDim2.new(0.0769230798, 0, -0.020833334, 0)
- TextLabel.Size = UDim2.new(0, 200, 0, 50)
- TextLabel.Font = Enum.Font.Cartoon
- TextLabel.Text = "CLONE TYCOON 2"
- TextLabel.TextColor3 = Color3.new(0.301961, 0.756863, 0)
- TextLabel.TextSize = 30
- TextLabel.TextStrokeTransparency = 0.5
- owner.Name = "owner"
- owner.Parent = Main1
- owner.BackgroundColor3 = Color3.new(1, 1, 1)
- owner.BackgroundTransparency = 1
- owner.Position = UDim2.new(0.0789743587, 0, 2.22916698, 0)
- owner.Size = UDim2.new(0, 200, 0, 26)
- owner.Font = Enum.Font.Cartoon
- owner.Text = "GUI BY : RBXLStealit"
- owner.TextColor3 = Color3.new(0, 0, 0)
- owner.TextSize = 14
- close.Name = "close"
- close.Parent = Main1
- close.BackgroundColor3 = Color3.new(1, 0, 0)
- close.BackgroundTransparency = 0.55000001192093
- close.BorderSizePixel = 0
- close.Position = UDim2.new(1.19658124, 0, -0.0833333358, 0)
- close.Size = UDim2.new(0, 23, 0, 20)
- close.Font = Enum.Font.Cartoon
- close.Text = "X"
- close.TextColor3 = Color3.new(0, 0, 0)
- close.TextSize = 14
- Main2.Name = "Main2"
- Main2.Parent = HYLYH
- Main2.BackgroundColor3 = Color3.new(0.584314, 1, 0.109804)
- Main2.BackgroundTransparency = 0.75
- Main2.Position = UDim2.new(0.0350404307, 0, 0.529914558, 0)
- Main2.Size = UDim2.new(0, 346, 0, 49)
- cash.Name = "cash"
- cash.Parent = Main2
- cash.BackgroundColor3 = Color3.new(0.403922, 1, 0.85098)
- cash.BackgroundTransparency = 0.69999998807907
- cash.BorderSizePixel = 6
- cash.Position = UDim2.new(0.0289017335, 0, 0.187008142, 0)
- cash.Size = UDim2.new(0, 127, 0, 31)
- cash.SizeConstraint = Enum.SizeConstraint.RelativeXX
- cash.Font = Enum.Font.Cartoon
- cash.Text = "GIFT INF COINS"
- cash.TextColor3 = Color3.new(0, 0, 0)
- cash.TextSize = 18
- gems.Name = "gems"
- gems.Parent = Main2
- gems.BackgroundColor3 = Color3.new(0.403922, 1, 0.85098)
- gems.BackgroundTransparency = 0.69999998807907
- gems.BorderSizePixel = 6
- gems.Position = UDim2.new(0.601156056, 0, 0.187008142, 0)
- gems.Size = UDim2.new(0, 127, 0, 31)
- gems.SizeConstraint = Enum.SizeConstraint.RelativeXX
- gems.Font = Enum.Font.Cartoon
- gems.Text = "GIFT INF GEMS"
- gems.TextColor3 = Color3.new(0, 0, 0)
- gems.TextSize = 18
- -- Scripts:
- cash.MouseButton1Click:Connect(function()
- game.Workspace.Events.DataStores.LoadStep:FireServer("Cash", 20000000000)
- end)
- gems.MouseButton1Click:Connect(function()
- game.Workspace.Events.DataStores.LoadStep:FireServer("Gems", 100000000000)
- end)
- close.MouseButton1Click:Connect(function()
- HYLYH.Visible = false
- end)
- HYLYH.Active = true
- HYLYH.Draggable = true
- -- SCRIPT MADE BY : ferryslavina123 --
- while true do
- owner.Text = "Gui By : RBXLStealit"
- wait(3)
- owner.Text = "SPECIAL THANKS : ferryslavina123"
- wait(3)
- owner.Text = "SPECIAL THANKS : VienneDeLaconas"
- wait(3)
- end
- -- END --
Add Comment
Please, Sign In to add comment