Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Instances:
- local ScreenGui = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local Credits = Instance.new("Frame")
- local TXT = Instance.new("TextLabel")
- local UICorner = Instance.new("UICorner")
- local Menu = Instance.new("ScrollingFrame")
- local UIListLayout = Instance.new("UIListLayout")
- local AimBot = Instance.new("TextButton")
- local UICorner_2 = Instance.new("UICorner")
- local Credit = Instance.new("TextButton")
- local UICorner_3 = Instance.new("UICorner")
- local pre = Instance.new("Frame")
- local AimBotGui = Instance.new("Frame")
- local aimbot = Instance.new("TextLabel")
- local UICorner_4 = Instance.new("UICorner")
- local ONOFF = Instance.new("TextButton")
- local UICorner_5 = Instance.new("UICorner")
- local Menu_2 = Instance.new("TextButton")
- local UICorner_6 = Instance.new("UICorner")
- --Properties:
- ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- Frame.Parent = ScreenGui
- Frame.BackgroundColor3 = Color3.fromRGB(170, 0, 255)
- Frame.BorderColor3 = Color3.fromRGB(100, 0, 150)
- Frame.BorderSizePixel = 4
- Frame.Position = UDim2.new(0.157318741, 0, 0.119289339, 0)
- Frame.Size = UDim2.new(0.684678495, 0, 0.761421323, 0)
- Frame.Visible = false
- Credits.Name = "Credits"
- Credits.Parent = Frame
- Credits.BackgroundColor3 = Color3.fromRGB(170, 0, 255)
- Credits.BorderColor3 = Color3.fromRGB(100, 0, 150)
- Credits.BorderSizePixel = 4
- Credits.Position = UDim2.new(0.2013188, 0, -0.000710652675, 0)
- Credits.Size = UDim2.new(0.7986812, 0, 1.00071061, 0)
- Credits.Visible = false
- TXT.Name = "TXT"
- TXT.Parent = Credits
- TXT.BackgroundColor3 = Color3.fromRGB(80, 0, 120)
- TXT.Position = UDim2.new(-0.00250632153, 0, 0, 0)
- TXT.Size = UDim2.new(1.00250626, 0, 0.333806753, 0)
- TXT.Font = Enum.Font.GothamBold
- TXT.Text = "MADE BY RUXTS#2176"
- TXT.TextColor3 = Color3.fromRGB(170, 0, 255)
- TXT.TextSize = 14.000
- TXT.TextStrokeTransparency = 0.000
- UICorner.CornerRadius = UDim.new(0, 3)
- UICorner.Parent = TXT
- Menu.Name = "Menu"
- Menu.Parent = Frame
- Menu.Active = true
- Menu.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Menu.BackgroundTransparency = 1.000
- Menu.Position = UDim2.new(-1.52435469e-08, 0, 0, 0)
- Menu.Size = UDim2.new(0.199317083, 0, 1, 0)
- Menu.ScrollBarThickness = 0
- UIListLayout.Parent = Menu
- UIListLayout.SortOrder = Enum.SortOrder.LayoutOrder
- UIListLayout.Padding = UDim.new(0, 2)
- AimBot.Name = "AimBot"
- AimBot.Parent = Menu
- AimBot.BackgroundColor3 = Color3.fromRGB(80, 0, 120)
- AimBot.Size = UDim2.new(1, 0, 0.0500000007, 0)
- AimBot.Font = Enum.Font.GothamBold
- AimBot.Text = "Aim Bot"
- AimBot.TextColor3 = Color3.fromRGB(170, 0, 255)
- AimBot.TextSize = 14.000
- AimBot.TextStrokeTransparency = 0.000
- UICorner_2.CornerRadius = UDim.new(0, 3)
- UICorner_2.Parent = AimBot
- Credit.Name = "Credit"
- Credit.Parent = Menu
- Credit.BackgroundColor3 = Color3.fromRGB(80, 0, 120)
- Credit.Size = UDim2.new(1, 0, 0.0500000007, 0)
- Credit.Font = Enum.Font.GothamBold
- Credit.Text = "Credits"
- Credit.TextColor3 = Color3.fromRGB(170, 0, 255)
- Credit.TextSize = 14.000
- Credit.TextStrokeTransparency = 0.000
- UICorner_3.CornerRadius = UDim.new(0, 3)
- UICorner_3.Parent = Credit
- pre.Name = "pre"
- pre.Parent = Frame
- pre.BackgroundColor3 = Color3.fromRGB(170, 0, 255)
- pre.BorderColor3 = Color3.fromRGB(100, 0, 150)
- pre.BorderSizePixel = 4
- pre.Position = UDim2.new(0.201318741, 0, -0.000710652675, 0)
- pre.Size = UDim2.new(0.798681438, 0, 1.00071061, 0)
- AimBotGui.Name = "AimBotGui"
- AimBotGui.Parent = Frame
- AimBotGui.BackgroundColor3 = Color3.fromRGB(170, 0, 255)
- AimBotGui.BorderColor3 = Color3.fromRGB(100, 0, 150)
- AimBotGui.BorderSizePixel = 4
- AimBotGui.Position = UDim2.new(0.2013188, 0, -0.000710652675, 0)
- AimBotGui.Size = UDim2.new(0.7986812, 0, 1.00071061, 0)
- AimBotGui.Visible = false
- aimbot.Name = "aimbot"
- aimbot.Parent = AimBotGui
- aimbot.BackgroundColor3 = Color3.fromRGB(80, 0, 120)
- aimbot.Position = UDim2.new(-0.00250632153, 0, 0, 0)
- aimbot.Size = UDim2.new(0.877745628, 0, 0.100639135, 0)
- aimbot.Font = Enum.Font.GothamBold
- aimbot.Text = "ENABLE AIMBOT"
- aimbot.TextColor3 = Color3.fromRGB(170, 0, 255)
- aimbot.TextSize = 14.000
- aimbot.TextStrokeTransparency = 0.000
- UICorner_4.CornerRadius = UDim.new(0, 3)
- UICorner_4.Parent = aimbot
- ONOFF.Name = "ON/OFF"
- ONOFF.Parent = aimbot
- ONOFF.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
- ONOFF.Position = UDim2.new(1.00000012, 0, 0, 0)
- ONOFF.Size = UDim2.new(0.143000007, 0, 1, 0)
- ONOFF.Font = Enum.Font.SourceSans
- ONOFF.Text = "OFF"
- ONOFF.TextColor3 = Color3.fromRGB(0, 0, 0)
- ONOFF.TextSize = 14.000
- UICorner_5.CornerRadius = UDim.new(0, 3)
- UICorner_5.Parent = ONOFF
- Menu_2.Name = "Menu"
- Menu_2.Parent = ScreenGui
- Menu_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Menu_2.BackgroundTransparency = 1.000
- Menu_2.Position = UDim2.new(0.930232525, 0, 0.870558441, 0)
- Menu_2.Size = UDim2.new(0.0690834448, 0, 0.126903579, 0)
- Menu_2.Font = Enum.Font.GothamBold
- Menu_2.Text = "Menu"
- Menu_2.TextColor3 = Color3.fromRGB(255, 255, 255)
- Menu_2.TextSize = 14.000
- Menu_2.TextStrokeTransparency = 0.000
- UICorner_6.CornerRadius = UDim.new(0, 3)
- UICorner_6.Parent = Menu_2
- -- Scripts:
- local function UQIDQ_fake_script() -- AimBot.LocalScript
- local script = Instance.new('LocalScript', AimBot)
- local aimbotToggle = false
- script.Parent.MouseButton1Click:Connect(function()
- if aimbotToggle == false then
- aimbotToggle = true
- script.Parent.Parent.Parent.AimBotGui.Visible = true
- script.Parent.Parent.Parent.pre.Visible = false
- else
- aimbotToggle = false
- script.Parent.Parent.Parent.AimBotGui.Visible = false
- script.Parent.Parent.Parent.pre.Visible = true
- end
- end)
- end
- coroutine.wrap(UQIDQ_fake_script)()
- local function BAHW_fake_script() -- Credit.LocalScript
- local script = Instance.new('LocalScript', Credit)
- local Credits = false
- script.Parent.MouseButton1Click:Connect(function()
- if Credits == false then
- Credits = true
- script.Parent.Parent.Parent.Credits.Visible = true
- script.Parent.Parent.Parent.pre.Visible = false
- else
- Credits = false
- script.Parent.Parent.Parent.Credits.Visible = false
- script.Parent.Parent.Parent.pre.Visible = true
- end
- end)
- end
- coroutine.wrap(BAHW_fake_script)()
- local function STAA_fake_script() -- ONOFF.LocalScript
- local script = Instance.new('LocalScript', ONOFF)
- _G.aimbot = false
- local camera = game.Workspace.CurrentCamera
- local localplayer = game:GetService("Players").LocalPlayer
- script.Parent.MouseButton1Click:Connect(function()
- if _G.aimbot == false then
- _G.aimbot = true
- script.Parent.BackgroundColor3 = Color3.fromRGB(0,255,0)
- script.Parent.Text = "ON"
- function closestplayer()
- local dist = math.huge
- local target = nil
- for i,v in pairs(game:GetService("Players"):GetPlayers()) do
- if v ~= localplayer then
- if v.Character and v.Character:FindFirstChild("Head") and v.TeamColor ~= localplayer.Team and _G.aimbot then
- local magnitude = (v.Character.Head.Position - localplayer.Character.Head.Position).magnitude
- if magnitude < dist then
- dist = magnitude
- target = v
- end
- end
- end
- end
- return target
- end
- else
- _G.aimbot = false
- script.Parent.BackgroundColor3 = Color3.fromRGB(255,0,0)
- script.Parent.Text = "OFF"
- end
- end)
- local setting = {
- aimbotKeybind = Enum.UserInputType.MouseButton2
- }
- local UIS = game:GetService("UserInputService")
- local aiming = false
- UIS.InputBegan:Connect(function(inp)
- if inp.UserInputType == settings.aimbotKeybind then
- aiming = true
- end
- end)
- UIS.InputEnded:Connect(function(inp)
- if inp.UserInputType == settings.aimbotKeybind then
- aiming = false
- end
- end)
- game:GetService("RunService").RenderStepped:Connect(function()
- camera.CFrame = CFrame.new(camera.CFrame.Position,closestplayer().Character.Head.Position)
- end)
- end
- coroutine.wrap(STAA_fake_script)()
- local function QJDTS_fake_script() -- Menu_2.LocalScript
- local script = Instance.new('LocalScript', Menu_2)
- local toggle = false
- script.Parent.MouseButton1Click:Connect(function()
- if toggle == false then
- toggle = true
- script.Parent.Parent.Frame.Visible = true
- else
- toggle = false
- script.Parent.Parent.Frame.Visible = false
- end
- end)
- end
- coroutine.wrap(QJDTS_fake_script)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement