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 Items = Instance.new("Frame")
- local DropAndUp = Instance.new("TextButton")
- local Tittle = Instance.new("TextLabel")
- local Main = Instance.new("Frame")
- local Dfandchest = Instance.new("TextButton")
- local DFANDBUYCHEST = Instance.new("TextLabel")
- local Tittle_2 = Instance.new("TextLabel")
- --Properties:
- Hub.Name = "Hub"
- Hub.Parent = game.CoreGui
- Hub.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- 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.342026055, 0, 0.210216105, 0)
- Items.Size = UDim2.new(0, 164, 0, 31)
- Items.Draggable = true
- DropAndUp.Name = "DropAndUp"
- DropAndUp.Parent = Items
- 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 = Items
- Tittle.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Tittle.BackgroundTransparency = 1.000
- Tittle.Position = UDim2.new(0.0224108808, 0, 0, 0)
- Tittle.Size = UDim2.new(0, 108, 0, 33)
- Tittle.Font = Enum.Font.Arcade
- Tittle.Text = "Villain Tycoon"
- Tittle.TextColor3 = Color3.fromRGB(0, 0, 0)
- Tittle.TextSize = 14.000
- Tittle.TextWrapped = true
- Main.Name = "Main"
- Main.Parent = Items
- 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, 93)
- Main.Visible = false
- Dfandchest.Name = "Dfandchest"
- Dfandchest.Parent = Main
- Dfandchest.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- Dfandchest.BackgroundTransparency = 0.550
- Dfandchest.Position = UDim2.new(0.763829112, 0, 0.130125403, 0)
- Dfandchest.Size = UDim2.new(0, 22, 0, 19)
- Dfandchest.ZIndex = 3
- Dfandchest.Font = Enum.Font.Arcade
- Dfandchest.Text = ""
- Dfandchest.TextColor3 = Color3.fromRGB(0, 0, 0)
- Dfandchest.TextSize = 14.000
- Dfandchest.MouseButton1Down:connect(function()
- if Dfandchest.Text == ""
- then
- Dfandchest.Text = "X"
- _G.Toggle = true
- while _G.Toggle do
- wait()
- game.ReplicatedStorage.updateCollector:FireServer(19999999)
- end
- else do Dfandchest.Text = ""
- _G.Toggle = false
- end
- end
- end)
- DFANDBUYCHEST.Name = "DFANDBUYCHEST"
- DFANDBUYCHEST.Parent = Dfandchest
- DFANDBUYCHEST.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- DFANDBUYCHEST.BackgroundTransparency = 1.000
- DFANDBUYCHEST.Position = UDim2.new(-5.52693605, 0, -0.272709548, 0)
- DFANDBUYCHEST.Size = UDim2.new(0, 121, 0, 28)
- DFANDBUYCHEST.Font = Enum.Font.Arcade
- DFANDBUYCHEST.Text = "Money"
- DFANDBUYCHEST.TextColor3 = Color3.fromRGB(0, 0, 0)
- DFANDBUYCHEST.TextSize = 14.000
- Tittle_2.Name = "Tittle"
- Tittle_2.Parent = Main
- Tittle_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Tittle_2.BackgroundTransparency = 1.000
- Tittle_2.Position = UDim2.new(0.158536583, 0, 0.645161271, 0)
- Tittle_2.Size = UDim2.new(0, 112, 0, 33)
- Tittle_2.Font = Enum.Font.Arcade
- Tittle_2.Text = "Molodejka#7376"
- Tittle_2.TextColor3 = Color3.fromRGB(0, 0, 0)
- Tittle_2.TextSize = 14.000
- -- Scripts:
- local function MAFHGKU_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(MAFHGKU_fake_script)()
- local function IUIKR_fake_script() -- Items.RainbowFirst
- 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(IUIKR_fake_script)()
- local function FDZZ_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(FDZZ_fake_script)()
- local function XGATZG_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(XGATZG_fake_script)()
- local function BSJZHH_fake_script() -- Dfandchest.RainbowDropAndUp
- local script = Instance.new('LocalScript', Dfandchest)
- 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(BSJZHH_fake_script)()
- local function HBBKNMG_fake_script() -- DFANDBUYCHEST.RainbowTittle
- local script = Instance.new('LocalScript', DFANDBUYCHEST)
- 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(HBBKNMG_fake_script)()
- local function CSSE_fake_script() -- Tittle_2.RainbowTittle
- local script = Instance.new('LocalScript', Tittle_2)
- 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(CSSE_fake_script)()
Add Comment
Please, Sign In to add comment