Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local v0=game:GetService("Players");local v1=game:GetService("RunService");local v2=game:GetService("UserInputService");local v3=game.Workspace.CurrentCamera;local v4=Instance.new("ScreenGui");v4.Name="AdminAimGUI";v4.Parent=game.CoreGui;local v8=Instance.new("Frame");v8.Name="MainFrame";v8.Size=UDim2.new(0,300,0,150);v8.Position=UDim2.new(1, -320,0.5, -75);v8.BackgroundColor3=Color3.fromRGB(255,182,193);v8.BorderSizePixel=0;v8.Visible=true;v8.Active=true;v8.Draggable=true;v8.Parent=v4;local v18=Instance.new("UICorner");v18.CornerRadius=UDim.new(0,15);v18.Parent=v8;local v21=Instance.new("Frame");v21.Size=UDim2.new(1,0,0,40);v21.BackgroundTransparency=1;v21.Parent=v8;local v25=Instance.new("TextLabel");v25.Name="Title";v25.Text="Mika's Aimbot 🐵";v25.Font=Enum.Font.FredokaOne;v25.TextSize=24;v25.TextColor3=Color3.fromRGB(255,255,255);v25.BackgroundTransparency=1;v25.Size=UDim2.new(1, -40,1,0);v25.Position=UDim2.new(0,0,0,0);v25.Parent=v21;local v36=Instance.new("TextButton");v36.Name="Collapse";v36.Text="-";v36.Font=Enum.Font.FredokaOne;v36.TextSize=20;v36.TextColor3=Color3.fromRGB(255,255,255);v36.BackgroundColor3=Color3.fromRGB(255,105,180);v36.Size=UDim2.new(0.2,0,1,0);v36.Position=UDim2.new(1, -40,0,0);v36.Parent=v21;local v46=Instance.new("UICorner");v46.CornerRadius=UDim.new(0,5);v46.Parent=v36;local v49=Instance.new("ScrollingFrame");v49.Name="ScrollingFrame";v49.Size=UDim2.new(1,0,1, -40);v49.Position=UDim2.new(0,0,0,40);v49.CanvasSize=UDim2.new(0,0,0,400);v49.ScrollBarThickness=8;v49.BackgroundTransparency=1;v49.Parent=v8;local v57=Instance.new("TextLabel");v57.Name="MadeByAta";v57.Text="Made by Ata 🗿";v57.Font=Enum.Font.FredokaOne;v57.TextSize=18;v57.TextColor3=Color3.fromRGB(255,255,255);v57.BackgroundTransparency=1;v57.Size=UDim2.new(1,0,0,30);v57.Position=UDim2.new(0,0,0,370);v57.Parent=v49;local v67=Instance.new("TextButton");v67.Name="Toggle";v67.Text="Toggle Aimbot";v67.Font=Enum.Font.FredokaOne;v67.TextSize=20;v67.TextColor3=Color3.fromRGB(255,255,255);v67.BackgroundColor3=Color3.fromRGB(255,105,180);v67.Size=UDim2.new(0.8,0,0,40);v67.Position=UDim2.new(0.1,0,0,10);v67.Parent=v49;local v77=Instance.new("UICorner");v77.CornerRadius=UDim.new(0,10);v77.Parent=v67;local v80=Instance.new("ImageButton");v80.Name="CollapseSquare";v80.Size=UDim2.new(0,50,0,50);v80.Position=UDim2.new(1, -60,0.5, -25);v80.AnchorPoint=Vector2.new(1,0.5);v80.BackgroundColor3=Color3.fromRGB(255,182,193);v80.Visible=false;v80.Active=true;v80.Draggable=true;v80.Parent=v4;local v90=Instance.new("UICorner");v90.CornerRadius=UDim.new(0,5);v90.Parent=v80;local v93=false;local function v94() local v95=v0.LocalPlayer;if ( not v95.Character or not v95.Character:FindFirstChild("HumanoidRootPart")) then return;end local v96;local v97=math.huge;for v105,v106 in ipairs(v0:GetPlayers()) do if ((v106~=v95) and v106.Character and v106.Character:FindFirstChild("HumanoidRootPart")) then local v108=(v95.Character.HumanoidRootPart.Position-v106.Character.HumanoidRootPart.Position).Magnitude;if (v108<v97) then v97=v108;v96=v106;end end end if (v96 and v96.Character) then local v107=v96.Character:FindFirstChild("HumanoidRootPart");if v107 then v3.CFrame=CFrame.new(v3.CFrame.Position,v107.Position);end end end v67.MouseButton1Click:Connect(function() v93= not v93;v67.Text=(v93 and "Aimbot: ON") or "Aimbot: OFF" ;end);v1.RenderStepped:Connect(function() if v93 then v94();end end);v36.MouseButton1Click:Connect(function() v8.Visible=false;v80.Visible=true;end);v80.MouseButton1Click:Connect(function() v8.Visible=true;v80.Visible=false;end);v2.InputChanged:Connect(function(v103,v104) if not v104 then if (v2.MouseBehavior==Enum.MouseBehavior.LockCenter) then end end end);
Advertisement
Add Comment
Please, Sign In to add comment