Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --Made By Abercke04
- -- Version: 3.2
- -- Instances:
- local ScreenGui = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local UIGradient = Instance.new("UIGradient")
- local UICorner = Instance.new("UICorner")
- local TextLabel = Instance.new("TextLabel")
- local AutoSwing = Instance.new("TextButton")
- local AntiAfk = Instance.new("TextButton")
- local AutoPrestige = Instance.new("TextButton")
- local AutoRebirth = Instance.new("TextButton")
- local Anchor = Instance.new("TextButton")
- local TextButton = Instance.new("TextButton")
- --Properties:
- ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- Frame.Parent = ScreenGui
- Frame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Frame.BorderColor3 = Color3.fromRGB(27, 42, 53)
- Frame.BorderSizePixel = 0
- Frame.Position = UDim2.new(0.65963304, 0, 0.433734953, 0)
- Frame.Size = UDim2.new(0, 351, 0, 200)
- Frame.Visible = false
- Frame.Active = true
- Frame.Draggable = true
- UIGradient.Color = ColorSequence.new{ColorSequenceKeypoint.new(0.00, Color3.fromRGB(55, 206, 223)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(91, 136, 229))}
- UIGradient.Parent = Frame
- UICorner.CornerRadius = UDim.new(0, 4)
- UICorner.Parent = Frame
- TextLabel.Parent = Frame
- TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel.BackgroundTransparency = 1.000
- TextLabel.Size = UDim2.new(0, 351, 0, 27)
- TextLabel.Font = Enum.Font.SourceSans
- TextLabel.Text = "Weapon Masters"
- TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextLabel.TextSize = 14.000
- AutoSwing.Name = "Auto Swing"
- AutoSwing.Parent = Frame
- AutoSwing.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- AutoSwing.BackgroundTransparency = 0.600
- AutoSwing.Position = UDim2.new(0, 0, 0.325000018, 0)
- AutoSwing.Size = UDim2.new(0, 128, 0, 50)
- AutoSwing.Font = Enum.Font.PatrickHand
- AutoSwing.Text = "Auto Swing"
- AutoSwing.TextColor3 = Color3.fromRGB(0, 0, 0)
- AutoSwing.TextScaled = true
- AutoSwing.TextSize = 14.000
- AutoSwing.TextWrapped = true
- AutoSwing.MouseButton1Click:Connect(function()
- getgenv().farmer = true
- while wait() do
- if getgenv().farmer == true then
- local Event = game:GetService("ReplicatedStorage").Aero.AeroRemoteServices.SwordService.Swing
- Event:FireServer()
- end
- end
- end)
- AntiAfk.Name = "Anti Afk"
- AntiAfk.Parent = Frame
- AntiAfk.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- AntiAfk.BackgroundTransparency = 0.550
- AntiAfk.Position = UDim2.new(0.635327637, 0, 0.694999993, 0)
- AntiAfk.Size = UDim2.new(0, 128, 0, 50)
- AntiAfk.Font = Enum.Font.PatrickHand
- AntiAfk.Text = "Anti Afk"
- AntiAfk.TextColor3 = Color3.fromRGB(0, 0, 0)
- AntiAfk.TextScaled = true
- AntiAfk.TextSize = 14.000
- AntiAfk.TextWrapped = true
- AntiAfk.MouseButton1Click:Connect(function()
- local vu = game:GetService("VirtualUser")
- game:GetService("Players").LocalPlayer.Idled:connect(function()
- vu:Button2Down(Vector2.new(0,0),workspace.CurrentCamera.CFrame)
- wait(1)
- vu:Button2Up(Vector2.new(0,0),workspace.CurrentCamera.CFrame)
- end)
- end)
- AutoPrestige.Name = "Auto Prestige"
- AutoPrestige.Parent = Frame
- AutoPrestige.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- AutoPrestige.BackgroundTransparency = 0.700
- AutoPrestige.Position = UDim2.new(0, 0, 0.694999993, 0)
- AutoPrestige.Size = UDim2.new(0, 128, 0, 50)
- AutoPrestige.Font = Enum.Font.PatrickHand
- AutoPrestige.Text = "Auto Prestige"
- AutoPrestige.TextColor3 = Color3.fromRGB(0, 0, 0)
- AutoPrestige.TextScaled = true
- AutoPrestige.TextSize = 14.000
- AutoPrestige.TextWrapped = true
- AutoPrestige.MouseButton1Click:Connect(function()
- while true do
- local Event = game:GetService("ReplicatedStorage").Aero.AeroRemoteServices.PrestigeService.Prestige
- Event:InvokeServer()
- end
- end)
- AutoRebirth.Name = "Auto Rebirth"
- AutoRebirth.Parent = Frame
- AutoRebirth.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- AutoRebirth.BackgroundTransparency = 0.550
- AutoRebirth.Position = UDim2.new(0.635327637, 0, 0.325000018, 0)
- AutoRebirth.Size = UDim2.new(0, 128, 0, 50)
- AutoRebirth.Font = Enum.Font.PatrickHand
- AutoRebirth.Text = "Auto Rebirth"
- AutoRebirth.TextColor3 = Color3.fromRGB(0, 0, 0)
- AutoRebirth.TextScaled = true
- AutoRebirth.TextSize = 14.000
- AutoRebirth.TextWrapped = true
- AutoRebirth.MouseButton1Click:Connect(function()
- while true do
- local A_1 = 1
- local A_2 = false
- local Event = game:GetService("ReplicatedStorage").Aero.AeroRemoteServices.RebirthService.Rebirth
- Event:InvokeServer(A_1, A_2)
- end
- end)
- Anchor.Name = "Anchor"
- Anchor.Parent = Frame
- Anchor.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Anchor.BackgroundTransparency = 0.500
- Anchor.Position = UDim2.new(0.304843307, 0, 0.13500002, 0)
- Anchor.Size = UDim2.new(0, 136, 0, 30)
- Anchor.Font = Enum.Font.SourceSans
- Anchor.Text = "Anchor"
- Anchor.TextColor3 = Color3.fromRGB(0, 0, 0)
- Anchor.TextSize = 14.000
- Anchor.MouseButton1Click:Connect(function()
- local LockEn = false
- script.Parent.MouseButton1Click:Connect(function()
- if LockEn == false then
- LockEn = true
- for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
- if v:IsA("Part") then
- v.Anchored = true
- end
- end
- for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
- if v:IsA("MeshPart") then
- v.Anchored = true
- end
- end
- elseif LockEn == true then
- LockEn = false
- for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
- if v:IsA("Part") then
- v.Anchored = false
- end
- end
- for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
- if v:IsA("MeshPart") then
- v.Anchored = false
- end
- end
- end
- end)
- end)
- TextButton.Parent = ScreenGui
- TextButton.BackgroundColor3 = Color3.fromRGB(76, 139, 255)
- TextButton.Position = UDim2.new(0.0055045872, 0, 0.712851405, 0)
- TextButton.Size = UDim2.new(0, 73, 0, 50)
- TextButton.Font = Enum.Font.SourceSans
- TextButton.Text = "Open"
- TextButton.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextButton.TextScaled = true
- TextButton.TextSize = 14.000
- TextButton.TextWrapped = true
- -- Scripts:
- local function YPWBBT_fake_script() -- TextButton.LocalScript
- local script = Instance.new('LocalScript', TextButton)
- local frame = script.Parent.Parent.Frame -- change “Test” to the name of the frane
- local open = false
- script.Parent.MouseButton1Click:Connect(function()
- if frame.Visible == false then
- frame.Visible = true
- else
- frame.Visible = false
- end
- end)
- end
- coroutine.wrap(YPWBBT_fake_script)()
- game:GetService("StarterGui"):SetCore("SendNotification",{
- Title = "Made by: Abercke04",
- Text = "Sub to Antwan_Gaming| Enjoy!",
- })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement