Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Gui to Lua
- -- Version: 3.2
- -- Instances:
- local TextButton = Instance.new("TextButton")
- --Properties:
- TextButton.Parent = game.StarterGui.ScreenGui.Frame
- TextButton.BackgroundColor3 = Color3.fromRGB(0, 55, 255)
- TextButton.Position = UDim2.new(0.0597402602, 0, 0.276094288, 0)
- TextButton.Size = UDim2.new(0, 343, 0, 125)
- TextButton.Font = Enum.Font.Unknown
- TextButton.Text = "LOAD"
- TextButton.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextButton.TextSize = 30.000
- TextButton.MouseButton1Down:connect(function()
- loadstring(game:HttpGet(('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'),true))() --nice!--
- end)
Advertisement
Advertisement