Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Gui to Lua
- -- Version: 3.1
- -- Instances:
- local Hub = Instance.new("ScreenGui")
- local ArrowTP = Instance.new("Frame")
- local DropAndUp = Instance.new("TextButton")
- local Tittle = Instance.new("TextLabel")
- local Main = Instance.new("Frame")
- local TPALLARROWS = Instance.new("TextButton")
- local ArrowTP_2 = Instance.new("TextLabel")
- local Items = Instance.new("Frame")
- local DropAndUp3 = Instance.new("TextButton")
- local Tittle3 = Instance.new("TextLabel")
- local Main3 = Instance.new("Frame")
- local Yomi = Instance.new("TextButton")
- local Yom = Instance.new("TextLabel")
- local CheckSkill = Instance.new("TextLabel")
- --Properties:
- Hub.Name = "Hub"
- Hub.Parent = game.CoreGui
- Hub.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- ArrowTP.Name = "ArrowTP"
- ArrowTP.Parent = Hub
- ArrowTP.Active = true
- ArrowTP.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- ArrowTP.BackgroundTransparency = 0.550
- ArrowTP.Position = UDim2.new(0.352466881, 0, 0.0923379064, 0)
- ArrowTP.Size = UDim2.new(0, 164, 0, 31)
- ArrowTP.Draggable = true
- DropAndUp.Name = "DropAndUp"
- DropAndUp.Parent = ArrowTP
- DropAndUp.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- DropAndUp.BackgroundTransparency = 1.000
- DropAndUp.Position = UDim2.new(0.763829172, 0, 0, 0)
- DropAndUp.Size = UDim2.new(0, 38, 0, 28)
- DropAndUp.ZIndex = 3
- DropAndUp.Font = Enum.Font.Arcade
- DropAndUp.Text = "-"
- DropAndUp.TextColor3 = Color3.fromRGB(0, 0, 0)
- DropAndUp.TextSize = 14.000
- DropAndUp.MouseButton1Down:connect(function()
- if Main.Visible == false
- then
- Main.Visible = true
- DropAndUp.Text = "-"
- else
- Main.Visible = false
- DropAndUp.Text = "+"
- end
- end)
- Tittle.Name = "Tittle"
- Tittle.Parent = ArrowTP
- Tittle.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Tittle.BackgroundTransparency = 1.000
- Tittle.Position = UDim2.new(0, 0, -0.0645161271, 0)
- Tittle.Size = UDim2.new(0, 112, 0, 33)
- Tittle.Font = Enum.Font.Arcade
- Tittle.Text = "Arrow"
- Tittle.TextColor3 = Color3.fromRGB(0, 0, 0)
- Tittle.TextSize = 14.000
- Main.Name = "Main"
- Main.Parent = ArrowTP
- Main.Active = true
- Main.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- Main.BackgroundTransparency = 0.550
- Main.Position = UDim2.new(0, 0, 0.996281803, 0)
- Main.Size = UDim2.new(0, 164, 0, 127)
- TPALLARROWS.Name = "TPALLARROWS"
- TPALLARROWS.Parent = Main
- TPALLARROWS.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- TPALLARROWS.BackgroundTransparency = 0.550
- TPALLARROWS.Position = UDim2.new(0, 0, 0.520880759, 0)
- TPALLARROWS.Size = UDim2.new(0, 163, 0, 60)
- TPALLARROWS.ZIndex = 3
- TPALLARROWS.Font = Enum.Font.Arcade
- TPALLARROWS.Text = "Teleport to arrow"
- TPALLARROWS.TextColor3 = Color3.fromRGB(0, 0, 0)
- TPALLARROWS.TextSize = 14.000
- TPALLARROWS.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.Arrow.MeshPart.CFrame
- end)
- ArrowTP_2.Name = "ArrowTP"
- ArrowTP_2.Parent = TPALLARROWS
- ArrowTP_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- ArrowTP_2.BackgroundTransparency = 1.000
- ArrowTP_2.Position = UDim2.new(0.129500151, 0, -0.704288602, 0)
- ArrowTP_2.Size = UDim2.new(0, 121, 0, 28)
- ArrowTP_2.Font = Enum.Font.Arcade
- ArrowTP_2.Text = "Arrow not found!"
- ArrowTP_2.TextColor3 = Color3.fromRGB(255, 0, 0)
- ArrowTP_2.TextSize = 14.000
- Items.Name = "Items"
- Items.Parent = Hub
- Items.Active = true
- Items.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- Items.BackgroundTransparency = 0.550
- Items.Position = UDim2.new(0.14829056, 0, 0.0884086341, 0)
- Items.Size = UDim2.new(0, 164, 0, 31)
- Items.Draggable = true
- DropAndUp3.Name = "DropAndUp3"
- DropAndUp3.Parent = Items
- DropAndUp3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- DropAndUp3.BackgroundTransparency = 1.000
- DropAndUp3.Position = UDim2.new(0.751634061, 0, 0, 0)
- DropAndUp3.Size = UDim2.new(0, 38, 0, 28)
- DropAndUp3.ZIndex = 3
- DropAndUp3.Font = Enum.Font.Arcade
- DropAndUp3.Text = "-"
- DropAndUp3.TextColor3 = Color3.fromRGB(0, 0, 0)
- DropAndUp3.TextSize = 14.000
- DropAndUp3.MouseButton1Down:connect(function()
- if Main3.Visible == false
- then
- Main3.Visible = true
- DropAndUp3.Text = "-"
- else
- Main3.Visible = false
- DropAndUp3.Text = "+"
- end
- end)
- Tittle3.Name = "Tittle3"
- Tittle3.Parent = Items
- Tittle3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Tittle3.BackgroundTransparency = 1.000
- Tittle3.Position = UDim2.new(0.317073166, 0, 0, 0)
- Tittle3.Size = UDim2.new(0, 23, 0, 28)
- Tittle3.Font = Enum.Font.Arcade
- Tittle3.Text = "Moves & Skills"
- Tittle3.TextColor3 = Color3.fromRGB(0, 0, 0)
- Tittle3.TextSize = 14.000
- Main3.Name = "Main3"
- Main3.Parent = Items
- Main3.Active = true
- Main3.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- Main3.BackgroundTransparency = 0.550
- Main3.Position = UDim2.new(0, 0, 0.996281922, 0)
- Main3.Size = UDim2.new(0, 164, 0, 86)
- Yomi.Name = "Yomi"
- Yomi.Parent = Main3
- Yomi.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- Yomi.BackgroundTransparency = 0.550
- Yomi.Position = UDim2.new(0.800414443, 0, 0.225716516, 0)
- Yomi.Size = UDim2.new(0, 22, 0, 19)
- Yomi.ZIndex = 3
- Yomi.Font = Enum.Font.Arcade
- Yomi.Text = ""
- Yomi.TextColor3 = Color3.fromRGB(0, 0, 0)
- Yomi.TextSize = 14.000
- Yomi.MouseButton1Down:connect(function()
- if Yomi.Text == ""
- then
- for _, k in pairs(workspace:GetChildren()) do
- if k:IsA("Tool") then
- k:FindFirstChild("Handle").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
- Yomi.Text = "X"
- CheckSkill.Text = "Done!"
- wait(1)
- Yomi.Text = ""
- CheckSkill.Text = "Waiting for Toggle"
- end
- end
- end
- end)
- Yom.Name = "Yom"
- Yom.Parent = Yomi
- Yom.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Yom.BackgroundTransparency = 1.000
- Yom.Position = UDim2.new(-5.52693605, 0, -0.272709548, 0)
- Yom.Size = UDim2.new(0, 121, 0, 28)
- Yom.Font = Enum.Font.Arcade
- Yom.Text = "TP ALL ITEMS"
- Yom.TextColor3 = Color3.fromRGB(0, 0, 0)
- Yom.TextSize = 14.000
- CheckSkill.Name = "CheckSkill"
- CheckSkill.Parent = Main3
- CheckSkill.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- CheckSkill.BackgroundTransparency = 1.000
- CheckSkill.Position = UDim2.new(0.0609756112, 0, 0.65332222, 0)
- CheckSkill.Size = UDim2.new(0, 144, 0, 18)
- CheckSkill.Font = Enum.Font.Arcade
- CheckSkill.Text = "Waiting for Toggle"
- CheckSkill.TextColor3 = Color3.fromRGB(0, 0, 0)
- CheckSkill.TextSize = 14.000
- CheckSkill.TextWrapped = true
- -- Scripts:
- local function FUFS_fake_script() -- DropAndUp.RainbowDropAndUp
- local script = Instance.new('LocalScript', DropAndUp)
- function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
- counter = 0
- while wait(0.1)do
- script.Parent.TextColor3 = Color3.fromHSV(zigzag(counter),1,1)
- counter = counter + 0.01
- end
- end
- coroutine.wrap(FUFS_fake_script)()
- local function JAHLWAW_fake_script() -- ArrowTP.RainbowFirst
- local script = Instance.new('LocalScript', ArrowTP)
- function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
- counter = 0
- while wait(0.1)do
- script.Parent.BorderColor3 = Color3.fromHSV(zigzag(counter),1,1)
- counter = counter + 0.01
- end
- end
- coroutine.wrap(JAHLWAW_fake_script)()
- local function EVNNGC_fake_script() -- Tittle.RainbowTittle
- local script = Instance.new('LocalScript', Tittle)
- function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
- counter = 0
- while wait(0.1)do
- script.Parent.TextColor3 = Color3.fromHSV(zigzag(counter),1,1)
- counter = counter + 0.01
- end
- end
- coroutine.wrap(EVNNGC_fake_script)()
- local function QRJPVM_fake_script() -- Main.RainbowMain
- local script = Instance.new('LocalScript', Main)
- function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
- counter = 0
- while wait(0.1)do
- script.Parent.BorderColor3 = Color3.fromHSV(zigzag(counter),1,1)
- counter = counter + 0.01
- end
- end
- coroutine.wrap(QRJPVM_fake_script)()
- local function TNMVST_fake_script() -- TPALLARROWS.RainbowDropAndUp
- local script = Instance.new('LocalScript', TPALLARROWS)
- function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
- counter = 0
- while wait(0.1)do
- script.Parent.TextColor3 = Color3.fromHSV(zigzag(counter),1,1)
- script.Parent.BorderColor3 = Color3.fromHSV(zigzag(counter),1,1)
- counter = counter + 0.01
- end
- end
- coroutine.wrap(TNMVST_fake_script)()
- local function DXLYSF_fake_script() -- DropAndUp3.RainbowDropAndUp
- local script = Instance.new('LocalScript', DropAndUp3)
- function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
- counter = 0
- while wait(0.1)do
- script.Parent.TextColor3 = Color3.fromHSV(zigzag(counter),1,1)
- counter = counter + 0.01
- end
- end
- coroutine.wrap(DXLYSF_fake_script)()
- local function GZWSHZM_fake_script() -- Items.RainbowTwo
- local script = Instance.new('LocalScript', Items)
- function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
- counter = 0
- while wait(0.1)do
- script.Parent.BorderColor3 = Color3.fromHSV(zigzag(counter),1,1)
- counter = counter + 0.01
- end
- end
- coroutine.wrap(GZWSHZM_fake_script)()
- local function QNHAK_fake_script() -- Tittle3.RainbowTittle
- local script = Instance.new('LocalScript', Tittle3)
- function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
- counter = 0
- while wait(0.1)do
- script.Parent.TextColor3 = Color3.fromHSV(zigzag(counter),1,1)
- counter = counter + 0.01
- end
- end
- coroutine.wrap(QNHAK_fake_script)()
- local function CHGGIS_fake_script() -- Main3.RainbowMain
- local script = Instance.new('LocalScript', Main3)
- function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
- counter = 0
- while wait(0.1)do
- script.Parent.BorderColor3 = Color3.fromHSV(zigzag(counter),1,1)
- counter = counter + 0.01
- end
- end
- coroutine.wrap(CHGGIS_fake_script)()
- local function PFND_fake_script() -- Yomi.RainbowDropAndUp
- local script = Instance.new('LocalScript', Yomi)
- function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
- counter = 0
- while wait(0.1)do
- script.Parent.TextColor3 = Color3.fromHSV(zigzag(counter),1,1)
- script.Parent.BorderColor3 = Color3.fromHSV(zigzag(counter),1,1)
- counter = counter + 0.01
- end
- end
- coroutine.wrap(PFND_fake_script)()
- local function PMAN_fake_script() -- Yom.RainbowTittle
- local script = Instance.new('LocalScript', Yom)
- function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
- counter = 0
- while wait(0.1)do
- script.Parent.TextColor3 = Color3.fromHSV(zigzag(counter),1,1)
- counter = counter + 0.01
- end
- end
- coroutine.wrap(PMAN_fake_script)()
- local function TVWZJ_fake_script() -- CheckSkill.RainbowTittle
- local script = Instance.new('LocalScript', CheckSkill)
- function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
- counter = 0
- while wait(0.1)do
- script.Parent.TextColor3 = Color3.fromHSV(zigzag(counter),1,1)
- counter = counter + 0.01
- end
- end
- coroutine.wrap(TVWZJ_fake_script)()
- while wait() do
- if workspace:FindFirstChild("Arrow") then
- ArrowTP_2.Text = "Arrow is spawned!"
- ArrowTP_2.TextColor3 = Color3.fromRGB(0, 255, 0)
- elseif not workspace:FindFirstChild("Arrow") then
- ArrowTP_2.Text = "Arrow not found!"
- ArrowTP_2.TextColor3 = Color3.fromRGB(255, 0, 0)
- end
- end
Add Comment
Please, Sign In to add comment