Build To Survive The Bombs Script
Build To Survive The Bombs Script
com/xHeptc/
Kavo-UI-Library/main/source.lua"))()
local Window = Library.CreateLib("Build to survive the Bombs!", "DarkTheme")
local Tab1 = Window:NewTab("Main")
local Tab2 = Window:NewTab("Others")
local Section = Tab1:NewSection("Farm")
local Section2 = Tab2:NewSection("Others")
game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame =
CFrame.new(196, 113, 73)
wait(1)
end
else
getgenv().Farming1 = false
end
end)
ScreenGui.Parent = game.CoreGui
TextBox.Parent = ScreenGui
TextBox.BackgroundColor3 = Color3.new(0.333333, 0.333333, 0.333333)
TextBox.Position = UDim2.new(0, 0, 1, -25)
TextBox.Size = UDim2.new(0, 150, 0, 25)
TextBox.Font = Enum.Font.SourceSans
TextBox.Text = "Insert Player Name"
TextBox.TextColor3 = Color3.new(1, 1, 1)
TextBox.TextScaled = true
TextBox.TextSize = 14
TextBox.TextWrapped = true
game:GetService("UserInputService").InputBegan:connect(function(key)
if key.KeyCode == Enum.KeyCode.Q then --Replace E with the key you would like
to be pressed
local ooooooof = TextBox.Text
local plr1 = game.Players.LocalPlayer.Character
local plr2 = game.Workspace:FindFirstChild(ooooooof)
plr1.HumanoidRootPart.CFrame = plr2.HumanoidRootPart.CFrame * CFrame.new(0,2,0)
end
end)
end)
game:GetService("ReplicatedStorage").Events.RedeemCode:InvokeServer(unpack(args))
end)
Section2:NewLabel("Made by Hai#5694")
Section2:NewLabel("Anti-AFK is always on")