Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Farewell Infortality.
- -- Version: 2.82
- -- Instances:
- local Menu = Instance.new("Frame")
- local F3X = Instance.new("TextButton")
- local ZOMBIE = Instance.new("TextButton")
- local TextLabel = Instance.new("TextLabel")
- local Credits = Instance.new("TextLabel")
- --Properties:
- Menu.Name = "Menu"
- Menu.Parent = game.StarterGui.ScreenGui
- Menu.BackgroundColor3 = Color3.new(0.180392, 0.180392, 0.180392)
- Menu.Position = UDim2.new(0.417293191, 0, 0.240683272, 0)
- Menu.Size = UDim2.new(0, 303, 0, 259)
- F3X.Name = "F3X"
- F3X.Parent = Menu
- F3X.BackgroundColor3 = Color3.new(0.278431, 0.156863, 0.666667)
- F3X.Position = UDim2.new(0.0318270773, 0, 0.356177598, 0)
- F3X.Size = UDim2.new(0, 128, 0, 45)
- F3X.Font = Enum.Font.Fantasy
- F3X.Text = "F3x Gui"
- F3X.TextColor3 = Color3.new(1, 1, 1)
- F3X.TextScaled = true
- F3X.TextSize = 14
- F3X.TextWrapped = true
- ZOMBIE.Name = "ZOMBIE"
- ZOMBIE.Parent = Menu
- ZOMBIE.BackgroundColor3 = Color3.new(0.278431, 0.156863, 0.666667)
- ZOMBIE.Position = UDim2.new(0.515290737, 0, 0.356565803, 0)
- ZOMBIE.Size = UDim2.new(0, 136, 0, 44)
- ZOMBIE.Font = Enum.Font.Fantasy
- ZOMBIE.Text = "Zombie Rush Kill Any Human"
- ZOMBIE.TextColor3 = Color3.new(0.964706, 0.964706, 0.964706)
- ZOMBIE.TextScaled = true
- ZOMBIE.TextSize = 14
- ZOMBIE.TextWrapped = true
- TextLabel.Parent = Menu
- TextLabel.BackgroundColor3 = Color3.new(0.278431, 0.156863, 0.666667)
- TextLabel.Position = UDim2.new(0.157319039, 0, 0.0475910902, 0)
- TextLabel.Size = UDim2.new(0, 206, 0, 50)
- TextLabel.Font = Enum.Font.Fantasy
- TextLabel.Text = "Scripto V1"
- TextLabel.TextColor3 = Color3.new(1, 1, 1)
- TextLabel.TextScaled = true
- TextLabel.TextSize = 14
- TextLabel.TextWrapped = true
- Credits.Name = "Credits"
- Credits.Parent = Menu
- Credits.BackgroundColor3 = Color3.new(0.278431, 0.156863, 0.666667)
- Credits.Position = UDim2.new(0.81059581, 0, 0.899739861, 0)
- Credits.Size = UDim2.new(0, 57, 0, 25)
- Credits.Font = Enum.Font.Fantasy
- Credits.Text = "Made By fd#3680"
- Credits.TextColor3 = Color3.new(0.784314, 0.764706, 0.768628)
- Credits.TextScaled = true
- Credits.TextSize = 14
- Credits.TextWrapped = true
- spawn(function()
- local function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
- local counter = 0
- wait()
- while wait() do
- Frame.BackgroundColor3 = Color3.fromHSV(zigzag(counter),1,1)
- counter = counter + 0.0126
- end
- end)
- wait()
- Frame:TweenPosition(UDim2.new(0.435, 0, 0.4, 0), "Out", "Elastic", 3.6)
- end
- coroutine.resume(coroutine.create(SCRIPT_XTBK87_FAKESCRIPT))
- F3X.MouseButton1Click:connect(function()
- loadstring(game:HttpGet(('https://pastebin.com/zrDivJaL'),true))()
- end)
- ZOMBIE.MouseButton1Click:connect(function()
- loadstring(game:HttpGet(('https://pastebin.com/1qnMh7z8'),true))()
- end)
Advertisement
Add Comment
Please, Sign In to add comment