Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- script is patched (also the one with no gui)
- -- update logs:
- -- added eldertree (7/27/2021)
- -- if you only want the kits (not the gui) heres the pastebin link https://pastebin.com/qmQ03nAE
- -- Gui to Lua
- -- Version: 3.2
- -- Instances:
- local ScreenGui = Instance.new("ScreenGui")
- local ScrollingFrame = Instance.new("ScrollingFrame")
- local archerkit = Instance.new("TextButton")
- local bakerkit = Instance.new("TextButton")
- local barbariankit = Instance.new("TextButton")
- local piratedaveykit = Instance.new("TextButton")
- local farmercletuskit = Instance.new("TextButton")
- local melodykit = Instance.new("TextButton")
- local infernalshielderkit = Instance.new("TextButton")
- local close = Instance.new("TextButton")
- local eldertreekit = Instance.new("TextButton")
- local open = Instance.new("TextButton")
- --Properties:
- ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- ScrollingFrame.Parent = ScreenGui
- ScrollingFrame.Active = true
- ScrollingFrame.BackgroundColor3 = Color3.fromRGB(126, 184, 255)
- ScrollingFrame.BorderColor3 = Color3.fromRGB(255, 255, 255)
- ScrollingFrame.Position = UDim2.new(0.313570499, 0, 0.298342556, 0)
- ScrollingFrame.Size = UDim2.new(0, 334, 0, 264)
- archerkit.Name = "archerkit"
- archerkit.Parent = ScrollingFrame
- archerkit.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- archerkit.BorderColor3 = Color3.fromRGB(0, 0, 0)
- archerkit.Position = UDim2.new(0.200598806, 0, 0.0285451189, 0)
- archerkit.Size = UDim2.new(0, 200, 0, 50)
- archerkit.Font = Enum.Font.SourceSans
- archerkit.Text = "archer kit"
- archerkit.TextColor3 = Color3.fromRGB(0, 0, 0)
- archerkit.TextSize = 14.000
- archerkit.MouseButton1Down:connect(function()
- local args = {
- [1] = {
- ["kit"] = "archer"
- }
- }
- game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.BedwarsActivateKit:InvokeServer(unpack(args))
- end)
- bakerkit.Name = "bakerkit"
- bakerkit.Parent = ScrollingFrame
- bakerkit.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- bakerkit.BorderColor3 = Color3.fromRGB(0, 0, 0)
- bakerkit.Position = UDim2.new(0.200598806, 0, 0.124309391, 0)
- bakerkit.Size = UDim2.new(0, 200, 0, 50)
- bakerkit.Font = Enum.Font.SourceSans
- bakerkit.Text = "baker kit"
- bakerkit.TextColor3 = Color3.fromRGB(0, 0, 0)
- bakerkit.TextSize = 14.000
- bakerkit.MouseButton1Down:connect(function()
- local args = {
- [1] = {
- ["kit"] = "baker"
- }
- }
- game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.BedwarsActivateKit:InvokeServer(unpack(args))
- end)
- barbariankit.Name = "barbariankit"
- barbariankit.Parent = ScrollingFrame
- barbariankit.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- barbariankit.BorderColor3 = Color3.fromRGB(0, 0, 0)
- barbariankit.Position = UDim2.new(0.200598806, 0, 0.215469614, 0)
- barbariankit.Size = UDim2.new(0, 200, 0, 50)
- barbariankit.Font = Enum.Font.SourceSans
- barbariankit.Text = "barbarian kit"
- barbariankit.TextColor3 = Color3.fromRGB(0, 0, 0)
- barbariankit.TextSize = 14.000
- barbariankit.MouseButton1Down:connect(function()
- local args = {
- [1] = {
- ["kit"] = "barbarian"
- }
- }
- game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.BedwarsActivateKit:InvokeServer(unpack(args))
- end)
- piratedaveykit.Name = "piratedaveykit"
- piratedaveykit.Parent = ScrollingFrame
- piratedaveykit.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- piratedaveykit.BorderColor3 = Color3.fromRGB(0, 0, 0)
- piratedaveykit.Position = UDim2.new(0.200598806, 0, 0.306629837, 0)
- piratedaveykit.Size = UDim2.new(0, 200, 0, 50)
- piratedaveykit.Font = Enum.Font.SourceSans
- piratedaveykit.Text = "pirate davey kit"
- piratedaveykit.TextColor3 = Color3.fromRGB(0, 0, 0)
- piratedaveykit.TextSize = 14.000
- piratedaveykit.MouseButton1Down:connect(function()
- local args = {
- [1] = {
- ["kit"] = "davey"
- }
- }
- game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.BedwarsActivateKit:InvokeServer(unpack(args))
- end)
- farmercletuskit.Name = "farmercletuskit"
- farmercletuskit.Parent = ScrollingFrame
- farmercletuskit.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- farmercletuskit.BorderColor3 = Color3.fromRGB(0, 0, 0)
- farmercletuskit.Position = UDim2.new(0.200598806, 0, 0.399631679, 0)
- farmercletuskit.Size = UDim2.new(0, 200, 0, 50)
- farmercletuskit.Font = Enum.Font.SourceSans
- farmercletuskit.Text = "farmer cletus kit"
- farmercletuskit.TextColor3 = Color3.fromRGB(0, 0, 0)
- farmercletuskit.TextSize = 14.000
- farmercletuskit.MouseButton1Down:connect(function()
- local args = {
- [1] = {
- ["kit"] = "farmer_cletus"
- }
- }
- game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.BedwarsActivateKit:InvokeServer(unpack(args))
- end)
- melodykit.Name = "melodykit"
- melodykit.Parent = ScrollingFrame
- melodykit.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- melodykit.BorderColor3 = Color3.fromRGB(0, 0, 0)
- melodykit.Position = UDim2.new(0.200598806, 0, 0.491712719, 0)
- melodykit.Size = UDim2.new(0, 200, 0, 50)
- melodykit.Font = Enum.Font.SourceSans
- melodykit.Text = "melody kit"
- melodykit.TextColor3 = Color3.fromRGB(0, 0, 0)
- melodykit.TextSize = 14.000
- melodykit.MouseButton1Down:connect(function()
- local args = {
- [1] = {
- ["kit"] = "melody"
- }
- }
- game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.BedwarsActivateKit:InvokeServer(unpack(args))
- end)
- infernalshielderkit.Name = "infernalshielderkit"
- infernalshielderkit.Parent = ScrollingFrame
- infernalshielderkit.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- infernalshielderkit.BorderColor3 = Color3.fromRGB(0, 0, 0)
- infernalshielderkit.Position = UDim2.new(0.200598806, 0, 0.587476969, 0)
- infernalshielderkit.Size = UDim2.new(0, 200, 0, 50)
- infernalshielderkit.Font = Enum.Font.SourceSans
- infernalshielderkit.Text = "infernal shielder kit"
- infernalshielderkit.TextColor3 = Color3.fromRGB(0, 0, 0)
- infernalshielderkit.TextSize = 14.000
- infernalshielderkit.MouseButton1Down:connect(function()
- local args = {
- [1] = {
- ["kit"] = "shielder"
- }
- }
- game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.BedwarsActivateKit:InvokeServer(unpack(args))
- end)
- close.Name = "close"
- close.Parent = ScrollingFrame
- close.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- close.Position = UDim2.new(0.799401224, 0, 0, 0)
- close.Size = UDim2.new(0, 66, 0, 50)
- close.Font = Enum.Font.SourceSans
- close.Text = "x"
- close.TextColor3 = Color3.fromRGB(0, 0, 0)
- close.TextSize = 70.000
- close.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.PlayerGui.ScreenGui.ScrollingFrame.Visible = false
- end)
- eldertreekit.Name = "eldertreekit"
- eldertreekit.Parent = ScrollingFrame
- eldertreekit.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- eldertreekit.BorderColor3 = Color3.fromRGB(0, 0, 0)
- eldertreekit.Position = UDim2.new(0.200598806, 0, 0.679284751, 0)
- eldertreekit.Size = UDim2.new(0, 200, 0, 50)
- eldertreekit.Font = Enum.Font.SourceSans
- eldertreekit.Text = "elder tree kit"
- eldertreekit.TextColor3 = Color3.fromRGB(0, 0, 0)
- eldertreekit.TextSize = 14.000
- eldertreekit.MouseButton1Down:connect(function()
- local args = {
- [1] = {
- ["kit"] = "bigman"
- }
- }
- game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.BedwarsActivateKit:InvokeServer(unpack(args))
- end)
- open.Name = "open"
- open.Parent = ScreenGui
- open.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- open.Position = UDim2.new(0, 0, 0.437198073, 0)
- open.Size = UDim2.new(0, 200, 0, 50)
- open.Font = Enum.Font.SourceSans
- open.Text = "open"
- open.TextColor3 = Color3.fromRGB(0, 0, 0)
- open.TextSize = 14.000
- open.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.PlayerGui.ScreenGui.ScrollingFrame.Visible = true
- end)
RAW Paste Data
Copied