Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- antiafk = false
- autoclick = false
- jump = false
- speed = false
- --/\-----------------------ФУНКЦИИ-
- --||------ФУНКЦИИ------------------
- --||------------------ФУНКЦИИ------
- local by_sho = Instance.new("ScreenGui")
- local MenuButton = Instance.new("TextButton")
- local AutoCLICK = Instance.new("TextButton")
- local ANTIAFK = Instance.new("TextButton")
- local speed = Instance.new("TextButton")
- local TextBox = Instance.new("TextBox")
- local speed_2 = Instance.new("TextButton")
- local TextBox_2 = Instance.new("TextBox")
- by_sho.Name = "by_sho"
- by_sho.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- by_sho.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- MenuButton.Name = "MenuButton"
- MenuButton.Parent = by_sho
- MenuButton.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
- MenuButton.BackgroundTransparency = 0.20000000298023
- MenuButton.BorderSizePixel = 0
- MenuButton.Position = UDim2.new(0.151234567, 0, 0.149999976, 0)
- MenuButton.Size = UDim2.new(0.111111112, 0, 0.037878789, 0)
- MenuButton.Font = Enum.Font.Gotham
- MenuButton.Text = " меню"
- MenuButton.TextColor3 = Color3.new(0.827451, 0.827451, 0.827451)
- MenuButton.TextSize = 18
- MenuButton.TextWrapped = true
- MenuButton.TextXAlignment = Enum.TextXAlignment.Left
- AutoCLICK.Name = "AutoCLICK"
- AutoCLICK.Parent = MenuButton
- AutoCLICK.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
- AutoCLICK.BackgroundTransparency = 1
- AutoCLICK.BorderSizePixel = 0
- AutoCLICK.Position = UDim2.new(-0.00154325692, 0, 0.982424319, 0)
- AutoCLICK.Size = UDim2.new(1.00154328, 0, 0.957883656, 0)
- AutoCLICK.Font = Enum.Font.Gotham
- AutoCLICK.Text = " АвтоКлик:"
- AutoCLICK.TextColor3 = Color3.new(1, 1, 1)
- AutoCLICK.TextSize = 18
- AutoCLICK.TextWrapped = true
- AutoCLICK.TextXAlignment = Enum.TextXAlignment.Left
- AutoCLICK.Visible = false
- ANTIAFK.Name = "ANTIAFK"
- ANTIAFK.Parent = MenuButton
- ANTIAFK.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
- ANTIAFK.BackgroundTransparency = 1
- ANTIAFK.BorderSizePixel = 0
- ANTIAFK.Position = UDim2.new(-0.00154325692, 0, 1.90242434, 0)
- ANTIAFK.Size = UDim2.new(1.00154328, 0, 0.957883656, 0)
- ANTIAFK.Font = Enum.Font.Gotham
- ANTIAFK.Text = " АвтоАфк:"
- ANTIAFK.TextColor3 = Color3.new(1, 1, 1)
- ANTIAFK.TextSize = 18
- ANTIAFK.TextWrapped = true
- ANTIAFK.TextXAlignment = Enum.TextXAlignment.Left
- ANTIAFK.Visible = false
- speed.Name = "speed"
- speed.Parent = MenuButton
- speed.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
- speed.BackgroundTransparency = 1
- speed.BorderSizePixel = 0
- speed.Position = UDim2.new(-0.00154325692, 0, 2.82242441, 0)
- speed.Size = UDim2.new(1.00154328, 0, 0.957883656, 0)
- speed.Font = Enum.Font.Gotham
- speed.Text = " Скорость:"
- speed.TextColor3 = Color3.new(1, 1, 1)
- speed.TextSize = 18
- speed.TextWrapped = true
- speed.TextXAlignment = Enum.TextXAlignment.Left
- speed.Visible = false
- TextBox.Parent = speed
- TextBox.BackgroundColor3 = Color3.new(0.352941, 0.352941, 0.352941)
- TextBox.BorderSizePixel = 0
- TextBox.Position = UDim2.new(0.991525292, 0, 0, 0)
- TextBox.Size = UDim2.new(1.07257318, 0, 0.999999702, 0)
- TextBox.Font = Enum.Font.Gotham
- TextBox.PlaceholderColor3 = Color3.new(0.756863, 0.721569, 0.694118)
- TextBox.PlaceholderText = "желаемая скорость"
- TextBox.Text = ""
- TextBox.TextColor3 = Color3.new(1, 1, 1)
- TextBox.TextSize = 14
- TextBox.TextWrapped = true
- TextBox.Visible = false
- speed_2.Name = "speed"
- speed_2.Parent = MenuButton
- speed_2.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
- speed_2.BackgroundTransparency = 1
- speed_2.BorderSizePixel = 0
- speed_2.Position = UDim2.new(-0.00154325645, 0, 4.10242462, 0)
- speed_2.Size = UDim2.new(1.00154328, 0, 0.957883656, 0)
- speed_2.Font = Enum.Font.Gotham
- speed_2.Text = " Прыжок:"
- speed_2.TextColor3 = Color3.new(1, 1, 1)
- speed_2.TextSize = 18
- speed_2.TextWrapped = true
- speed_2.TextXAlignment = Enum.TextXAlignment.Left
- speed_2.Visible = false
- TextBox_2.Parent = speed_2
- TextBox_2.BackgroundColor3 = Color3.new(0.352941, 0.352941, 0.352941)
- TextBox_2.BorderSizePixel = 0
- TextBox_2.Position = UDim2.new(0.991525352, 0, 0, 0)
- TextBox_2.Size = UDim2.new(1.07257318, 0, 0.999999702, 0)
- TextBox_2.Font = Enum.Font.Gotham
- TextBox_2.PlaceholderColor3 = Color3.new(0.756863, 0.721569, 0.694118)
- TextBox_2.PlaceholderText = "желаемый прыжок"
- TextBox_2.Text = ""
- TextBox_2.TextColor3 = Color3.new(1, 1, 1)
- TextBox_2.TextSize = 14
- TextBox_2.TextWrapped = true
- TextBox_2.Visible = false
- -- Scripts:
- if antiafk == true then
- ANTIAFK.Text = " АнтиАФК: вкл."
- local VirtualUser=game:service'VirtualUser'
- game:service'Players'.LocalPlayer.Idled:connect(function()
- VirtualUser:CaptureController()
- VirtualUser:ClickButton1(Vector2.new())
- end)
- end
- if autoclick == true then
- AutoCLICK.Text = " АвтоКлик: вкл."
- while autoclick do
- wait(0.001)
- local name = game.Players.LocalPlayer.Name
- local rep = "rep"
- local remote = game:GetService("Players")[name].strengthEvent
- remote:FireServer(rep)
- end
- end
- if jump == true then
- local lellmao = TextBox_2.Text
- game:GetService'Players'.LocalPlayer.Character.Humanoid.WalkSpeed = tonumber(lellmao)
- end
- if speed == true then
- local ricardomilos = TextBox.Text
- game:GetService'Players'.LocalPlayer.Character.Humanoid.WalkSpeed = tonumber(ricardomilos)
- end
- ANTIAFK.MouseButton1Click:connect(function()
- antiafk = true
- end)
- AutoCLICK.MouseButton1Click:connect(function()
- autoclick = true
- end)
- speed.MouseButton1Click:connect(function()
- speed = true
- end)
- speed_2.MouseButton1Click:connect(function()
- jump = true
- end)
- MenuButton.MouseButton1Click:connect(function()
- if AutoCLICK.Visible == false then
- ANTIAFK.Visible = true
- AutoCLICK.Visible = true
- speed.Visible = true
- speed_2.Visible = true
- else
- ANTIAFK.Visible = false
- AutoCLICK.Visible = false
- speed.Visible = false
- speed_2.Visible = false
- end
- ANTIAFK.MouseButton1Click:connect(function()
- if TextBox.Text == "offallfunctions" and TextBox_2.Text == "offallfunctions" then
- antiafk = false
- autoclick = false
- speed = false
- jump = false
- end
- AutoCLICK.MouseButton1Click:connect(function()
- if TextBox.Text == "offallfunctions" and TextBox_2.Text == "offallfunctions" then
- antiafk = false
- autoclick = false
- speed = false
- jump = false
- end
- speed.MouseButton1Click:connect(function()
- if TextBox.Text == "offallfunctions" and TextBox_2.Text == "offallfunctions" then
- antiafk = false
- autoclick = false
- speed = false
- jump = false
- end
- speed_2.MouseButton1Click:connect(function()
- if TextBox.Text == "offallfunctions" and TextBox_2.Text == "offallfunctions" then
- antiafk = false
- autoclick = false
- speed = false
- jump = false
- end
- ---------BY ШО?--------
Advertisement
Add Comment
Please, Sign In to add comment