Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- HELLO SENPAIS!!!! THIS GUI IS MADE BY uBuntu#6348
- -- Instances:
- local ScreenGui = Instance.new("ScreenGui")
- local LP = Instance.new("Frame")
- local UICorner = Instance.new("UICorner")
- local UIGradient = Instance.new("UIGradient")
- local Cred = Instance.new("TextLabel")
- local Username = Instance.new("TextBox")
- local Password = Instance.new("TextBox")
- local Login = Instance.new("TextButton")
- local UICorner_2 = Instance.new("UICorner")
- local Main = Instance.new("Frame")
- local UIGradient_2 = Instance.new("UIGradient")
- local UICorner_3 = Instance.new("UICorner")
- local UIGradient_3 = Instance.new("UIGradient")
- local SILENTAIM = Instance.new("TextButton")
- local UICorner_4 = Instance.new("UICorner")
- local Cred_2 = Instance.new("TextLabel")
- --Properties:
- ScreenGui.Parent = game.CoreGui
- ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- LP.Name = "LP"
- LP.Parent = ScreenGui
- LP.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- LP.BorderSizePixel = 0
- LP.Position = UDim2.new(0.086666666, 0, 0.0958230942, 0)
- LP.Size = UDim2.new(0, 344, 0, 466)
- LP.Active = true
- LP.Draggable = true
- UICorner.CornerRadius = UDim.new(0, 50)
- UICorner.Parent = LP
- UIGradient.Color = ColorSequence.new{ColorSequenceKeypoint.new(0.00, Color3.fromRGB(61, 61, 61)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(17, 17, 17))}
- UIGradient.Parent = LP
- Cred.Name = "Cred"
- Cred.Parent = LP
- Cred.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Cred.BackgroundTransparency = 1.000
- Cred.BorderSizePixel = 0
- Cred.Position = UDim2.new(0.107558146, 0, 0, 0)
- Cred.Size = UDim2.new(0, 269, 0, 78)
- Cred.Font = Enum.Font.Oswald
- Cred.Text = "ATA's SILENT AIM"
- Cred.TextColor3 = Color3.fromRGB(255, 255, 255)
- Cred.TextScaled = true
- Cred.TextSize = 14.000
- Cred.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
- Cred.TextWrapped = true
- Username.Name = "Username"
- Username.Parent = LP
- Username.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Username.BorderSizePixel = 0
- Username.Position = UDim2.new(0, 0, 0.227467805, 0)
- Username.Size = UDim2.new(0, 344, 0, 77)
- Username.Font = Enum.Font.SourceSans
- Username.PlaceholderColor3 = Color3.fromRGB(0, 0, 0)
- Username.PlaceholderText = "USERNAME"
- Username.Text = ""
- Username.TextColor3 = Color3.fromRGB(0, 0, 0)
- Username.TextScaled = true
- Username.TextSize = 14.000
- Username.TextWrapped = true
- Password.Name = "Password"
- Password.Parent = LP
- Password.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Password.BorderSizePixel = 0
- Password.Position = UDim2.new(0, 0, 0.495708108, 0)
- Password.Size = UDim2.new(0, 344, 0, 77)
- Password.Font = Enum.Font.SourceSans
- Password.PlaceholderColor3 = Color3.fromRGB(0, 0, 0)
- Password.PlaceholderText = "PASSWORD"
- Password.Text = ""
- Password.TextColor3 = Color3.fromRGB(0, 0, 0)
- Password.TextScaled = true
- Password.TextSize = 14.000
- Password.TextWrapped = true
- Login.Name = "Login"
- Login.Parent = LP
- Login.BackgroundColor3 = Color3.fromRGB(81, 81, 81)
- Login.Position = UDim2.new(0.186046511, 0, 0.766094387, 0)
- Login.Size = UDim2.new(0, 216, 0, 67)
- Login.Font = Enum.Font.SourceSans
- Login.Text = "LOGIN"
- Login.TextColor3 = Color3.fromRGB(0, 0, 0)
- Login.TextScaled = true
- Login.TextSize = 14.000
- Login.TextWrapped = true
- Login.MouseButton1Down:Connect(function()
- if Username.Text == "MAD" and Password.Text == "DOX" then
- LP.Visible = false
- Main.Visible = true
- end
- end)
- UICorner_2.CornerRadius = UDim.new(0, 50)
- UICorner_2.Parent = Login
- Main.Name = "Main"
- Main.Parent = ScreenGui
- Main.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Main.Position = UDim2.new(0.658787847, 0, 0.0835380852, 0)
- Main.Size = UDim2.new(0, 344, 0, 406)
- Main.Visible = false
- Main.Active = true
- Main.Draggable = true
- UIGradient_2.Color = ColorSequence.new{ColorSequenceKeypoint.new(0.00, Color3.fromRGB(61, 61, 61)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(17, 17, 17))}
- UIGradient_2.Parent = Main
- UICorner_3.CornerRadius = UDim.new(0, 50)
- UICorner_3.Parent = Main
- UIGradient_3.Color = ColorSequence.new{ColorSequenceKeypoint.new(0.00, Color3.fromRGB(61, 61, 61)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(17, 17, 17))}
- UIGradient_3.Parent = Main
- SILENTAIM.Name = "SILENT AIM"
- SILENTAIM.Parent = Main
- SILENTAIM.BackgroundColor3 = Color3.fromRGB(81, 81, 81)
- SILENTAIM.Position = UDim2.new(0.174418613, 0, 0.505010724, 0)
- SILENTAIM.Size = UDim2.new(0, 224, 0, 102)
- SILENTAIM.Font = Enum.Font.SourceSans
- SILENTAIM.Text = "SILENT AIM"
- SILENTAIM.TextColor3 = Color3.fromRGB(0, 0, 0)
- SILENTAIM.TextScaled = true
- SILENTAIM.TextSize = 14.000
- SILENTAIM.TextWrapped = true
- SILENTAIM.MouseButton1Down:Connect(function()
- _G.Prediction = ( .18 )
- _G.FOV = ( 300 )
- _G.AimKey = ( "c" )
- --[[
- Do not edit anything under this.
- ]]
- local SilentAim = true
- local LocalPlayer = game:GetService("Players").LocalPlayer
- local Players = game:GetService("Players")
- local Mouse = LocalPlayer:GetMouse()
- local Camera = game:GetService("Workspace").CurrentCamera
- hookmetamethod = hookmetamethod
- Drawing = Drawing
- local FOV_CIRCLE = Drawing.new("Circle")
- FOV_CIRCLE.Visible = true
- FOV_CIRCLE.Filled = false
- FOV_CIRCLE.Thickness = 1
- FOV_CIRCLE.Transparency = 1
- FOV_CIRCLE.Color = Color3.new(0, 1, 0)
- FOV_CIRCLE.Radius = _G.FOV
- FOV_CIRCLE.Position = Vector2.new(Camera.ViewportSize.X / 2, Camera.ViewportSize.Y / 2)
- Options = {
- Torso = "HumanoidRootPart";
- Head = "Head";
- }
- local function MoveFovCircle()
- pcall(function()
- local DoIt = true
- spawn(function()
- while DoIt do task.wait()
- FOV_CIRCLE.Position = Vector2.new(Mouse.X, (Mouse.Y + 36))
- end
- end)
- end)
- end coroutine.wrap(MoveFovCircle)()
- Mouse.KeyDown:Connect(function(KeyPressed)
- if KeyPressed == (_G.AimKey:lower()) then
- if SilentAim == false then
- FOV_CIRCLE.Color = Color3.new(0, 1, 0)
- SilentAim = true
- elseif SilentAim == true then
- FOV_CIRCLE.Color = Color3.new(1, 0, 0)
- SilentAim = false
- end
- end
- end)
- local oldIndex = nil
- oldIndex = hookmetamethod(game, "__index", function(self, Index)
- if self == Mouse and (Index == "Hit") then
- local Distance = 9e9
- local Targete = nil
- if SilentAim then
- for _, v in pairs(Players:GetPlayers()) do
- if v ~= LocalPlayer and v.Character and v.Character:FindFirstChild("HumanoidRootPart") and v.Character:FindFirstChild("Humanoid") and v.Character:FindFirstChild("Humanoid").Health > 0 then
- local Enemy = v.Character
- local CastingFrom = CFrame.new(Camera.CFrame.Position, Enemy[Options.Torso].CFrame.Position) * CFrame.new(0, 0, -4)
- local RayCast = Ray.new(CastingFrom.Position, CastingFrom.LookVector * 9000)
- local World, ToSpace = workspace:FindPartOnRayWithIgnoreList(RayCast, {LocalPlayer.Character:FindFirstChild("Head")})
- local RootWorld = (Enemy[Options.Torso].CFrame.Position - ToSpace).magnitude
- if RootWorld < 4 then
- local RootPartPosition, Visible = Camera:WorldToScreenPoint(Enemy[Options.Torso].Position)
- if Visible then
- local Real_Magnitude = (Vector2.new(Mouse.X, Mouse.Y) - Vector2.new(RootPartPosition.X, RootPartPosition.Y)).Magnitude
- if Real_Magnitude < Distance and Real_Magnitude < FOV_CIRCLE.Radius then
- Distance = Real_Magnitude
- Targete = Enemy
- end
- end
- end
- end
- end
- end
- if Targete ~= nil and Targete[Options.Torso] and Targete:FindFirstChild("Humanoid").Health > 0 then
- if SilentAim then
- local ShootThis = Targete[Options.Torso] -- or Options.Head
- local Predicted_Position = ShootThis.CFrame + (ShootThis.Velocity * _G.Prediction + Vector3.new(0,-1,0)) -- (-1) = Less blatant
- return ((Index == "Hit" and Predicted_Position))
- end
- end
- end
- return oldIndex(self, Index)
- end)
- end)
- UICorner_4.CornerRadius = UDim.new(0, 50)
- UICorner_4.Parent = SILENTAIM
- Cred_2.Name = "Cred"
- Cred_2.Parent = Main
- Cred_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Cred_2.BackgroundTransparency = 1.000
- Cred_2.BorderSizePixel = 0
- Cred_2.Position = UDim2.new(0.107558146, 0, 0, 0)
- Cred_2.Size = UDim2.new(0, 269, 0, 78)
- Cred_2.Font = Enum.Font.Oswald
- Cred_2.Text = "THIS IS ONLY FOR DAHOOD"
- Cred_2.TextColor3 = Color3.fromRGB(255, 255, 255)
- Cred_2.TextScaled = true
- Cred_2.TextSize = 14.000
- Cred_2.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
- Cred_2.TextWrapped = true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement