Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Gui to Lua
- -- Version: 3.2
- -- Instances:
- local ScreenGui = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local TextLabel = Instance.new("TextLabel")
- local aimlockandesp = Instance.new("TextButton")
- local infJump = Instance.new("TextButton")
- local noclip = Instance.new("TextButton")
- local HitboxExpander = Instance.new("TextButton")
- local Infiniteyeild = Instance.new("TextButton")
- --Properties:
- ScreenGui.Parent = game.CoreGui
- Frame.Parent = ScreenGui
- Frame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Frame.BackgroundTransparency = 0.500
- Frame.Position = UDim2.new(0.685082912, 0, 0.06142506, 0)
- Frame.Size = UDim2.new(0, 400, 0, 250)
- Frame.active = true
- Frame.draggable = true
- TextLabel.Parent = ScreenGui
- TextLabel.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- TextLabel.Position = UDim2.new(0.685082853, 0, 0, 0)
- TextLabel.Size = UDim2.new(0, 399, 0, 50)
- TextLabel.Font = Enum.Font.SourceSans
- TextLabel.Text = "TFC Scripting hub creator: Woozy#5785"
- TextLabel.TextColor3 = Color3.fromRGB(0, 170, 0)
- TextLabel.TextSize = 16.000
- textlabel.Active = true
- aimlockandesp.Name = "aimlock and esp"
- aimlockandesp.Parent = ScreenGui
- aimlockandesp.BackgroundColor3 = Color3.fromRGB(76, 170, 87)
- aimlockandesp.BackgroundTransparency = 0.600
- aimlockandesp.Position = UDim2.new(0.685082912, 0, 0.0614250898, 0)
- aimlockandesp.Size = UDim2.new(0, 200, 0, 50)
- aimlockandesp.Font = Enum.Font.SourceSans
- aimlockandesp.Text = "Aimlock and Esp"
- aimlockandesp.TextColor3 = Color3.fromRGB(0, 0, 0)
- aimlockandesp.TextSize = 14.000
- aimlockandesp.Active = true
- aimlockandesp.MouseButton1Down:connect(function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/CriShoux/OwlHub/master/OwlHub.txt"))();
- end)
- infJump.Name = "inf Jump"
- infJump.Parent = ScreenGui
- infJump.BackgroundColor3 = Color3.fromRGB(76, 170, 87)
- infJump.BackgroundTransparency = 0.600
- infJump.Position = UDim2.new(0.842936039, 0, 0.0614250898, 0)
- infJump.Size = UDim2.new(0, 200, 0, 50)
- infJump.Font = Enum.Font.SourceSans
- infJump.Text = "Inf Jump"
- infJump.TextColor3 = Color3.fromRGB(0, 0, 0)
- infJump.TextSize = 14.000
- infJump.Active = true
- infJump.MouseButton1Down:connect(function()
- loadstring(game:HttpGet("https://pastebin.com/raw/m2YumFNW"))()
- noclip.Name = "no clip"
- noclip.Parent = ScreenGui
- noclip.BackgroundColor3 = Color3.fromRGB(76, 170, 87)
- noclip.BackgroundTransparency = 0.600
- noclip.Position = UDim2.new(0.685082912, 0, 0.12285015, 0)
- noclip.Size = UDim2.new(0, 200, 0, 50)
- noclip.Font = Enum.Font.SourceSans
- noclip.Text = "No clip"
- noclip.TextColor3 = Color3.fromRGB(0, 0, 0)
- noclip.TextSize = 14.000
- noclip.Active = true
- noclip.MouseButton1Down:connect(function()
- loadstring(game:HttpGet("https://pastebin.com/raw/gcXJHjZ1"))()
- HitboxExpander.Name = "Hitbox Expander"
- HitboxExpander.Parent = ScreenGui
- HitboxExpander.BackgroundColor3 = Color3.fromRGB(76, 170, 87)
- HitboxExpander.BackgroundTransparency = 0.600
- HitboxExpander.Position = UDim2.new(0.842936039, 0, 0.12285015, 0)
- HitboxExpander.Size = UDim2.new(0, 200, 0, 50)
- HitboxExpander.Font = Enum.Font.SourceSans
- HitboxExpander.Text = "Hitbox Expander(Breaks vehicles)"
- HitboxExpander.TextColor3 = Color3.fromRGB(0, 0, 0)
- HitboxExpander.TextSize = 14.000
- HitboxExpander.Active = true
- HitboxExpander.MouseButton1Down:connect(function()
- loadstring(game:HttpGet(pastebin.com/raw/kZ53asxn))()
- Infiniteyeild.Name = "Infinite yeild"
- Infiniteyeild.Parent = ScreenGui
- Infiniteyeild.BackgroundColor3 = Color3.fromRGB(76, 170, 87)
- Infiniteyeild.BackgroundTransparency = 0.600
- Infiniteyeild.Position = UDim2.new(0.685082912, 0, 0.18427521, 0)
- Infiniteyeild.Size = UDim2.new(0, 200, 0, 50)
- Infiniteyeild.Font = Enum.Font.SourceSans
- Infiniteyeild.Text = "Infinite yeild (fly and much more)"
- Infiniteyeild.TextColor3 = Color3.fromRGB(0, 0, 0)
- Infiniteyeild.TextSize = 14.000
- Infiniteyeild.Active = true
- Infiniteyeild.MouseButton1Down:connect(function()
- loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
- end)
- end)
- end)
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement