Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local ScreenGui = Instance.new("ScreenGui")
- local name = Instance.new("Frame")
- local stest = Instance.new("TextLabel")
- local lua = Instance.new("TextButton")
- local TextButton = Instance.new("TextButton")
- --Properties:
- ScreenGui.Parent = game.CoreGui
- name.Name = "name"
- name.Parent = ScreenGui
- name.BackgroundColor3 = Color3.fromRGB(109, 109, 109)
- name.Position = UDim2.new(0.234993592, 0, 0.417495012, 0)
- name.Size = UDim2.new(0, 496, 0, 210)
- main.Active = true
- main.Draggable = true
- stest.Name = "stest"
- stest.Parent = name
- stest.BackgroundColor3 = Color3.fromRGB(93, 56, 19)
- stest.Size = UDim2.new(0, 496, 0, 38)
- stest.Font = Enum.Font.SourceSans
- stest.Text = "GUI MAIN DUPE SCRIPT"
- stest.TextColor3 = Color3.fromRGB(84, 187, 189)
- stest.TextSize = 14.000
- lua.Name = "lua"
- lua.Parent = name
- lua.BackgroundColor3 = Color3.fromRGB(80, 255, 250)
- lua.Position = UDim2.new(0, 0, 0.180952385, 0)
- lua.Size = UDim2.new(0, 261, 0, 172)
- lua.Font = Enum.Font.SourceSans
- lua.Text = "HI"
- lua.TextColor3 = Color3.fromRGB(0, 0, 0)
- lua.TextSize = 14.000
- lua.MouseButton1Down:connect(function()
- print('lua')
- end)
- TextButton.Parent = name
- TextButton.BackgroundColor3 = Color3.fromRGB(80, 255, 250)
- TextButton.Position = UDim2.new(0.526209652, 0, 0.180952385, 0)
- TextButton.Size = UDim2.new(0, 235, 0, 172)
- TextButton.Font = Enum.Font.SourceSans
- TextButton.Text = "HELLO"
- TextButton.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextButton.TextSize = 14.000
- lua.MouseButton1Down:connect(function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/tricool308/DupeScriptPetSimX/main/DupeScriptPetSimX"))()
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement