Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Gui to Lua
- -- Version: 3.2
- -- Instances:
- local ripper = Instance.new("ScreenGui")
- local main = Instance.new("Frame")
- local topbar = Instance.new("Frame")
- local title = Instance.new("TextLabel")
- local close = Instance.new("TextButton")
- local UICorner = Instance.new("UICorner")
- local UICorner_2 = Instance.new("UICorner")
- local hider = Instance.new("Frame")
- local logo = Instance.new("ImageLabel")
- local TextLabel = Instance.new("TextLabel")
- local change = Instance.new("TextButton")
- local UICorner_3 = Instance.new("UICorner")
- local first = Instance.new("TextBox")
- local UICorner_4 = Instance.new("UICorner")
- local scnd = Instance.new("TextBox")
- local UICorner_5 = Instance.new("UICorner")
- local UICorner_6 = Instance.new("UICorner")
- --Properties:
- ripper.Name = "ripper"
- ripper.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- ripper.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- ripper.ResetOnSpawn = false
- main.Name = "main"
- main.Parent = ripper
- main.BackgroundColor3 = Color3.fromRGB(25, 25, 25)
- main.BorderSizePixel = 0
- main.ClipsDescendants = true
- main.Position = UDim2.new(0.268015176, 0, 0.148571432, 0)
- main.Size = UDim2.new(0, 419, 0, 112)
- topbar.Name = "topbar"
- topbar.Parent = main
- topbar.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
- topbar.BorderSizePixel = 0
- topbar.Size = UDim2.new(0, 522, 0, 25)
- title.Name = "title"
- title.Parent = topbar
- title.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- title.BackgroundTransparency = 1.000
- title.BorderSizePixel = 0
- title.Size = UDim2.new(0, 412, 0, 25)
- title.Font = Enum.Font.SourceSans
- title.Text = "Drip Hacks"
- title.TextColor3 = Color3.fromRGB(255, 255, 255)
- title.TextSize = 16.000
- close.Name = "close"
- close.Parent = topbar
- close.BackgroundColor3 = Color3.fromRGB(255, 35, 20)
- close.Position = UDim2.new(0.762986243, 0, 0.239999995, 0)
- close.Size = UDim2.new(0, 14, 0, 13)
- close.Font = Enum.Font.SourceSans
- close.TextColor3 = Color3.fromRGB(0, 0, 0)
- close.TextSize = 14.000
- UICorner.CornerRadius = UDim.new(0.300000012, 0)
- UICorner.Parent = close
- UICorner_2.CornerRadius = UDim.new(0.150000006, 0)
- UICorner_2.Parent = topbar
- hider.Name = "hider"
- hider.Parent = main
- hider.BackgroundColor3 = Color3.fromRGB(25, 25, 25)
- hider.BorderSizePixel = 0
- hider.ClipsDescendants = true
- hider.Position = UDim2.new(-0.00312092761, 0, 0, 0)
- hider.Size = UDim2.new(0, 0, 0, 112)
- hider.ZIndex = 2
- logo.Name = "logo"
- logo.Parent = hider
- logo.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- logo.BackgroundTransparency = 1.000
- logo.Position = UDim2.new(0, 176, 0, 6)
- logo.Size = UDim2.new(0, 69, 0, 66)
- logo.ZIndex = 2
- logo.Image = "rbxassetid://6280081380"
- TextLabel.Parent = hider
- TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel.BackgroundTransparency = 1.000
- TextLabel.Position = UDim2.new(0, 59, 0, 86)
- TextLabel.Size = UDim2.new(0, 300, 0, 19)
- TextLabel.Font = Enum.Font.Code
- TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel.TextSize = 14.000
- change.Name = "change"
- change.Parent = main
- change.BackgroundColor3 = Color3.fromRGB(60, 60, 60)
- change.Position = UDim2.new(0, 6, 0, 71)
- change.Size = UDim2.new(0, 406, 0, 34)
- change.Font = Enum.Font.SourceSans
- change.Text = "Change Magics"
- change.TextColor3 = Color3.fromRGB(255, 255, 255)
- change.TextSize = 14.000
- UICorner_3.CornerRadius = UDim.new(0.0700000003, 0)
- UICorner_3.Parent = change
- first.Name = "first"
- first.Parent = main
- first.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
- first.BorderSizePixel = 0
- first.Position = UDim2.new(0, 6, 0, 32)
- first.Size = UDim2.new(0, 197, 0, 31)
- first.Font = Enum.Font.SourceSans
- first.PlaceholderText = "First Magic"
- first.Text = ""
- first.TextColor3 = Color3.fromRGB(255, 255, 255)
- first.TextSize = 14.000
- UICorner_4.CornerRadius = UDim.new(0.0700000003, 0)
- UICorner_4.Parent = first
- scnd.Name = "scnd"
- scnd.Parent = main
- scnd.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
- scnd.BorderSizePixel = 0
- scnd.Position = UDim2.new(0, 209, 0, 32)
- scnd.Size = UDim2.new(0, 203, 0, 31)
- scnd.Font = Enum.Font.SourceSans
- scnd.PlaceholderText = "Second Magic"
- scnd.Text = ""
- scnd.TextColor3 = Color3.fromRGB(255, 255, 255)
- scnd.TextSize = 14.000
- UICorner_5.CornerRadius = UDim.new(0.0700000003, 0)
- UICorner_5.Parent = scnd
- UICorner_6.CornerRadius = UDim.new(0.0500000007, 0)
- UICorner_6.Parent = main
- -- Scripts:
- local function BCMSY_fake_script() -- close.LocalScript
- local script = Instance.new('LocalScript', close)
- local main = script.Parent.Parent.Parent
- local hider = main.hider
- local image = main.hider.logo
- local txt = main.hider.TextLabel
- local but = script.Parent
- local on = UDim2.new(0, 419, 0, 112)
- local off = UDim2.new(0, 0, 0, 112)
- but.MouseButton1Click:Connect(function()
- if main.Size == on then
- for i=1,10 do
- hider.BackgroundTransparency = 1-(i/10)
- wait()
- end
- for i=1,10 do
- image.ImageTransparency = 1-(i/10)
- wait()
- end
- wait(1)
- local text = "Sorry to see you go, "..game.Players.LocalPlayer.Name
- for i = 1,string.len(text),1 do
- txt.Text = string.sub(text,1,i)
- wait(0.01)
- end
- wait(2)
- for i=1,10 do
- txt.TextTransparency = (i/10)
- wait()
- end
- for i=1,10 do
- image.ImageTransparency = (i/10)
- wait()
- end
- wait(0.3)
- main:TweenSize(off, "InOut", "Sine", 0.2, true)
- wait(0.2)
- main.Parent:Destroy()
- end
- end)
- end
- coroutine.wrap(BCMSY_fake_script)()
- local function LVYMGSC_fake_script() -- main.dragify
- local script = Instance.new('LocalScript', main)
- local UIS = game:GetService("UserInputService")
- function dragify(Frame)
- dragToggle = nil
- dragSpeed = 0.25
- dragInput = nil
- dragStart = nil
- dragPos = nil
- function updateInput(input)
- Delta = input.Position - dragStart
- 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(0.18), {Position = Position}):Play()
- end
- Frame.InputBegan:Connect(function(input)
- if (input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch) and UIS:GetFocusedTextBox() == nil 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)
- Frame.InputChanged:Connect(function(input)
- if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
- dragInput = input
- end
- end)
- game:GetService("UserInputService").InputChanged:Connect(function(input)
- if input == dragInput and dragToggle then
- updateInput(input)
- end
- end)
- end
- dragify(script.Parent)
- end
- coroutine.wrap(LVYMGSC_fake_script)()
- local function UKZIVE_fake_script() -- change.LocalScript
- local script = Instance.new('LocalScript', change)
- local but = script.Parent
- local magic = game:GetService("Players").LocalPlayer.PlayerGui:WaitForChild("PickMagic").Selected
- local remote = game:GetService("ReplicatedStorage").Remotes:WaitForChild("PickMagic")
- local first = script.Parent.Parent.first
- local scnd = script.Parent.Parent.scnd
- but.MouseButton1Click:Connect(function()
- magic.Value = ""..first.Text..""
- remote:FireServer(""..magic.Value.."", 1)
- wait(0.5)
- magic.Value = "Light"
- wait(0.5)
- remote:FireServer(""..scnd.Text.."", 2)
- wait(0.5)
- game.Players.LocalPlayer.PlayerGui.PickMagic.Frame:Destroy()
- wait(0.5)
- game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Backpack, true)
- end)
- end
- coroutine.wrap(UKZIVE_fake_script)()
- local function WIZMIIA_fake_script() -- ripper.introhandler
- local script = Instance.new('LocalScript', ripper)
- local main = script.Parent.main
- local hider = main.hider
- local image = main.hider.logo
- local on = UDim2.new(0, 419, 0, 112)
- local off = UDim2.new(0, 0, 0, 112)
- image.ImageTransparency = 1
- hider.BackgroundTransparency = 0
- hider.Size = on
- main.Size = off
- if main.Size == off then
- main:TweenSize(on, "InOut", "Sine", 0.2, true)
- wait(0.7)
- for i=1,10 do
- image.ImageTransparency = 1-(i/10)
- wait()
- end
- wait(2)
- for i=1,10 do
- image.ImageTransparency = (i/10)
- wait()
- end
- wait(0.5)
- for i=1,10 do
- hider.BackgroundTransparency = (i/10)
- wait()
- end
- end
- end
- coroutine.wrap(WIZMIIA_fake_script)()
Advertisement
Add Comment
Please, Sign In to add comment