Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Gui to Lua
- -- Version: 3.2
- -- Instances:
- local IceHub = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local UICorner = Instance.new("UICorner")
- local Title = Instance.new("Frame")
- local UICorner_2 = Instance.new("UICorner")
- local Frame_2 = Instance.new("Frame")
- local TextLabel = Instance.new("TextLabel")
- local ImageLabel = Instance.new("ImageLabel")
- local TextLabel_2 = Instance.new("TextLabel")
- local Frame_3 = Instance.new("Frame")
- local Frame_4 = Instance.new("Frame")
- local Frame_5 = Instance.new("Frame")
- local TextLabel_3 = Instance.new("TextLabel")
- local TextLabel_4 = Instance.new("TextLabel")
- --Properties:
- IceHub.Name = "IceHub"
- IceHub.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- IceHub.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- Frame.Parent = IceHub
- Frame.BackgroundColor3 = Color3.fromRGB(63, 63, 63)
- Frame.Position = UDim2.new(0.383322954, 0, 0.374064833, 0)
- Frame.Size = UDim2.new(0, 375, 0, 202)
- UICorner.CornerRadius = UDim.new(0.150000006, 0)
- UICorner.Parent = Frame
- Title.Name = "Title"
- Title.Parent = Frame
- Title.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
- Title.Size = UDim2.new(0, 375, 0, 44)
- UICorner_2.CornerRadius = UDim.new(0.5, 0)
- UICorner_2.Parent = Title
- Frame_2.Parent = Title
- Frame_2.BackgroundColor3 = Color3.fromRGB(14, 221, 214)
- Frame_2.BorderColor3 = Color3.fromRGB(170, 255, 255)
- Frame_2.Position = UDim2.new(0.0213333331, 0, 0.840909064, 0)
- Frame_2.Size = UDim2.new(0, 359, 0, 1)
- TextLabel.Parent = Title
- TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel.BackgroundTransparency = 1.000
- TextLabel.Position = UDim2.new(0.0213333331, 0, 0, 0)
- TextLabel.Size = UDim2.new(0, 182, 0, 38)
- TextLabel.Font = Enum.Font.FredokaOne
- TextLabel.Text = "IceHub"
- TextLabel.TextColor3 = Color3.fromRGB(164, 246, 246)
- TextLabel.TextScaled = true
- TextLabel.TextSize = 14.000
- TextLabel.TextWrapped = true
- ImageLabel.Parent = Title
- ImageLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- ImageLabel.BackgroundTransparency = 1.000
- ImageLabel.Position = UDim2.new(0.0213333331, 0, 0.0909090936, 0)
- ImageLabel.Size = UDim2.new(0, 32, 0, 30)
- ImageLabel.Image = "http://www.roblox.com/asset/?id=6169034516"
- TextLabel_2.Parent = Title
- TextLabel_2.BackgroundColor3 = Color3.fromRGB(154, 231, 231)
- TextLabel_2.BackgroundTransparency = 1.000
- TextLabel_2.Position = UDim2.new(0.418666691, 0, 0.272727281, 0)
- TextLabel_2.Size = UDim2.new(0, 192, 0, 19)
- TextLabel_2.Font = Enum.Font.FredokaOne
- TextLabel_2.Text = "HOOD MODDED SCRIPTING ™"
- TextLabel_2.TextColor3 = Color3.fromRGB(152, 228, 228)
- TextLabel_2.TextScaled = true
- TextLabel_2.TextSize = 14.000
- TextLabel_2.TextWrapped = true
- Frame_3.Parent = Title
- Frame_3.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
- Frame_3.BorderSizePixel = 0
- Frame_3.Position = UDim2.new(0, 0, 0.431818187, 0)
- Frame_3.Size = UDim2.new(0, 374, 0, 25)
- Frame_3.ZIndex = 0
- Frame_4.Parent = Title
- Frame_4.BackgroundColor3 = Color3.fromRGB(14, 221, 214)
- Frame_4.BorderColor3 = Color3.fromRGB(170, 255, 255)
- Frame_4.Position = UDim2.new(0.0213333331, 0, 0.840909064, 0)
- Frame_4.Size = UDim2.new(0, 359, 0, 1)
- Frame_5.Parent = Title
- Frame_5.BackgroundColor3 = Color3.fromRGB(14, 221, 214)
- Frame_5.BorderColor3 = Color3.fromRGB(170, 255, 255)
- Frame_5.Position = UDim2.new(0.0213333331, 0, 3.27272725, 0)
- Frame_5.Size = UDim2.new(0, 359, 0, 1)
- TextLabel_3.Parent = Title
- TextLabel_3.BackgroundColor3 = Color3.fromRGB(154, 231, 231)
- TextLabel_3.BackgroundTransparency = 1.000
- TextLabel_3.Position = UDim2.new(0.0586666651, 0, 3.47727275, 0)
- TextLabel_3.Size = UDim2.new(0, 327, 0, 35)
- TextLabel_3.Font = Enum.Font.FredokaOne
- TextLabel_3.Text = "https://discord.gg/RcfEnktbUM"
- TextLabel_3.TextColor3 = Color3.fromRGB(152, 228, 228)
- TextLabel_3.TextScaled = true
- TextLabel_3.TextSize = 14.000
- TextLabel_3.TextWrapped = true
- TextLabel_4.Parent = Frame
- TextLabel_4.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel_4.BackgroundTransparency = 1.000
- TextLabel_4.Position = UDim2.new(0.0879999921, 0, 0.217821777, 0)
- TextLabel_4.Size = UDim2.new(0, 308, 0, 88)
- TextLabel_4.Font = Enum.Font.FredokaOne
- TextLabel_4.Text = "Join the Discord to get Full Acces to the Script"
- TextLabel_4.TextColor3 = Color3.fromRGB(164, 246, 246)
- TextLabel_4.TextScaled = true
- TextLabel_4.TextSize = 14.000
- TextLabel_4.TextWrapped = true
- -- Scripts:
- local function ENUILS_fake_script() -- Frame.LocalScript
- local script = Instance.new('LocalScript', Frame)
- local UIS = game:GetService('UserInputService')
- local frame = script.Parent
- local dragToggle = nil
- local dragSpeed = 0.25
- local dragStart = nil
- local startPos = nil
- local function updateInput(input)
- local delta = input.Position - dragStart
- local position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X,
- startPos.Y.Scale, startPos.Y.Offset + delta.Y)
- game:GetService('TweenService'):Create(frame, TweenInfo.new(dragSpeed), {Position = position}):Play()
- end
- frame.InputBegan:Connect(function(input)
- if (input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch) then
- dragToggle = true
- dragStart = input.Position
- startPos = frame.Position
- input.Changed:Connect(function()
- if input.UserInputState == Enum.UserInputState.End then
- dragToggle = false
- end
- end)
- end
- end)
- UIS.InputChanged:Connect(function(input)
- if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
- if dragToggle then
- updateInput(input)
- end
- end
- end)
- end
- coroutine.wrap(ENUILS_fake_script)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement