Advertisement
SINXSA

Untitled

Feb 21st, 2022
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.32 KB | None | 0 0
  1. -- HELLO SENPAIS!!!! THIS GUI IS MADE BY uBuntu#6348
  2.  
  3.  
  4. -- Instances:
  5.  
  6. local ScreenGui = Instance.new("ScreenGui")
  7. local LP = Instance.new("Frame")
  8. local UICorner = Instance.new("UICorner")
  9. local UIGradient = Instance.new("UIGradient")
  10. local Cred = Instance.new("TextLabel")
  11. local Username = Instance.new("TextBox")
  12. local Password = Instance.new("TextBox")
  13. local Login = Instance.new("TextButton")
  14. local UICorner_2 = Instance.new("UICorner")
  15. local Main = Instance.new("Frame")
  16. local UIGradient_2 = Instance.new("UIGradient")
  17. local UICorner_3 = Instance.new("UICorner")
  18. local UIGradient_3 = Instance.new("UIGradient")
  19. local SILENTAIM = Instance.new("TextButton")
  20. local UICorner_4 = Instance.new("UICorner")
  21. local Cred_2 = Instance.new("TextLabel")
  22.  
  23. --Properties:
  24.  
  25. ScreenGui.Parent = game.CoreGui
  26. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  27.  
  28. LP.Name = "LP"
  29. LP.Parent = ScreenGui
  30. LP.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  31. LP.BorderSizePixel = 0
  32. LP.Position = UDim2.new(0.086666666, 0, 0.0958230942, 0)
  33. LP.Size = UDim2.new(0, 344, 0, 466)
  34. LP.Active = true
  35. LP.Draggable = true
  36.  
  37. UICorner.CornerRadius = UDim.new(0, 50)
  38. UICorner.Parent = LP
  39.  
  40. UIGradient.Color = ColorSequence.new{ColorSequenceKeypoint.new(0.00, Color3.fromRGB(61, 61, 61)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(17, 17, 17))}
  41. UIGradient.Parent = LP
  42.  
  43. Cred.Name = "Cred"
  44. Cred.Parent = LP
  45. Cred.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  46. Cred.BackgroundTransparency = 1.000
  47. Cred.BorderSizePixel = 0
  48. Cred.Position = UDim2.new(0.107558146, 0, 0, 0)
  49. Cred.Size = UDim2.new(0, 269, 0, 78)
  50. Cred.Font = Enum.Font.Oswald
  51. Cred.Text = "ATA's SILENT AIM"
  52. Cred.TextColor3 = Color3.fromRGB(255, 255, 255)
  53. Cred.TextScaled = true
  54. Cred.TextSize = 14.000
  55. Cred.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
  56. Cred.TextWrapped = true
  57.  
  58. Username.Name = "Username"
  59. Username.Parent = LP
  60. Username.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  61. Username.BorderSizePixel = 0
  62. Username.Position = UDim2.new(0, 0, 0.227467805, 0)
  63. Username.Size = UDim2.new(0, 344, 0, 77)
  64. Username.Font = Enum.Font.SourceSans
  65. Username.PlaceholderColor3 = Color3.fromRGB(0, 0, 0)
  66. Username.PlaceholderText = "USERNAME"
  67. Username.Text = ""
  68. Username.TextColor3 = Color3.fromRGB(0, 0, 0)
  69. Username.TextScaled = true
  70. Username.TextSize = 14.000
  71. Username.TextWrapped = true
  72.  
  73. Password.Name = "Password"
  74. Password.Parent = LP
  75. Password.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  76. Password.BorderSizePixel = 0
  77. Password.Position = UDim2.new(0, 0, 0.495708108, 0)
  78. Password.Size = UDim2.new(0, 344, 0, 77)
  79. Password.Font = Enum.Font.SourceSans
  80. Password.PlaceholderColor3 = Color3.fromRGB(0, 0, 0)
  81. Password.PlaceholderText = "PASSWORD"
  82. Password.Text = ""
  83. Password.TextColor3 = Color3.fromRGB(0, 0, 0)
  84. Password.TextScaled = true
  85. Password.TextSize = 14.000
  86. Password.TextWrapped = true
  87.  
  88. Login.Name = "Login"
  89. Login.Parent = LP
  90. Login.BackgroundColor3 = Color3.fromRGB(81, 81, 81)
  91. Login.Position = UDim2.new(0.186046511, 0, 0.766094387, 0)
  92. Login.Size = UDim2.new(0, 216, 0, 67)
  93. Login.Font = Enum.Font.SourceSans
  94. Login.Text = "LOGIN"
  95. Login.TextColor3 = Color3.fromRGB(0, 0, 0)
  96. Login.TextScaled = true
  97. Login.TextSize = 14.000
  98. Login.TextWrapped = true
  99. Login.MouseButton1Down:Connect(function()
  100. if Username.Text == "MAD" and Password.Text == "DOX" then
  101. LP.Visible = false
  102. Main.Visible = true
  103. end
  104. end)
  105.  
  106. UICorner_2.CornerRadius = UDim.new(0, 50)
  107. UICorner_2.Parent = Login
  108.  
  109. Main.Name = "Main"
  110. Main.Parent = ScreenGui
  111. Main.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  112. Main.Position = UDim2.new(0.658787847, 0, 0.0835380852, 0)
  113. Main.Size = UDim2.new(0, 344, 0, 406)
  114. Main.Visible = false
  115. Main.Active = true
  116. Main.Draggable = true
  117.  
  118. UIGradient_2.Color = ColorSequence.new{ColorSequenceKeypoint.new(0.00, Color3.fromRGB(61, 61, 61)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(17, 17, 17))}
  119. UIGradient_2.Parent = Main
  120.  
  121. UICorner_3.CornerRadius = UDim.new(0, 50)
  122. UICorner_3.Parent = Main
  123.  
  124. UIGradient_3.Color = ColorSequence.new{ColorSequenceKeypoint.new(0.00, Color3.fromRGB(61, 61, 61)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(17, 17, 17))}
  125. UIGradient_3.Parent = Main
  126.  
  127. SILENTAIM.Name = "SILENT AIM"
  128. SILENTAIM.Parent = Main
  129. SILENTAIM.BackgroundColor3 = Color3.fromRGB(81, 81, 81)
  130. SILENTAIM.Position = UDim2.new(0.174418613, 0, 0.505010724, 0)
  131. SILENTAIM.Size = UDim2.new(0, 224, 0, 102)
  132. SILENTAIM.Font = Enum.Font.SourceSans
  133. SILENTAIM.Text = "SILENT AIM"
  134. SILENTAIM.TextColor3 = Color3.fromRGB(0, 0, 0)
  135. SILENTAIM.TextScaled = true
  136. SILENTAIM.TextSize = 14.000
  137. SILENTAIM.TextWrapped = true
  138. SILENTAIM.MouseButton1Down:Connect(function()
  139. _G.Prediction = ( .18 )
  140.  
  141. _G.FOV = ( 300 )
  142.  
  143. _G.AimKey = ( "c" )
  144.  
  145.  
  146. --[[
  147. Do not edit anything under this.
  148. ]]
  149.  
  150. local SilentAim = true
  151. local LocalPlayer = game:GetService("Players").LocalPlayer
  152. local Players = game:GetService("Players")
  153. local Mouse = LocalPlayer:GetMouse()
  154. local Camera = game:GetService("Workspace").CurrentCamera
  155. hookmetamethod = hookmetamethod
  156. Drawing = Drawing
  157.  
  158. local FOV_CIRCLE = Drawing.new("Circle")
  159. FOV_CIRCLE.Visible = true
  160. FOV_CIRCLE.Filled = false
  161. FOV_CIRCLE.Thickness = 1
  162. FOV_CIRCLE.Transparency = 1
  163. FOV_CIRCLE.Color = Color3.new(0, 1, 0)
  164. FOV_CIRCLE.Radius = _G.FOV
  165. FOV_CIRCLE.Position = Vector2.new(Camera.ViewportSize.X / 2, Camera.ViewportSize.Y / 2)
  166.  
  167. Options = {
  168. Torso = "HumanoidRootPart";
  169. Head = "Head";
  170. }
  171.  
  172. local function MoveFovCircle()
  173. pcall(function()
  174. local DoIt = true
  175. spawn(function()
  176. while DoIt do task.wait()
  177. FOV_CIRCLE.Position = Vector2.new(Mouse.X, (Mouse.Y + 36))
  178. end
  179. end)
  180. end)
  181. end coroutine.wrap(MoveFovCircle)()
  182.  
  183. Mouse.KeyDown:Connect(function(KeyPressed)
  184. if KeyPressed == (_G.AimKey:lower()) then
  185. if SilentAim == false then
  186. FOV_CIRCLE.Color = Color3.new(0, 1, 0)
  187. SilentAim = true
  188. elseif SilentAim == true then
  189. FOV_CIRCLE.Color = Color3.new(1, 0, 0)
  190. SilentAim = false
  191. end
  192. end
  193. end)
  194.  
  195. local oldIndex = nil
  196. oldIndex = hookmetamethod(game, "__index", function(self, Index)
  197. if self == Mouse and (Index == "Hit") then
  198. local Distance = 9e9
  199. local Targete = nil
  200. if SilentAim then
  201.  
  202. for _, v in pairs(Players:GetPlayers()) do
  203. if v ~= LocalPlayer and v.Character and v.Character:FindFirstChild("HumanoidRootPart") and v.Character:FindFirstChild("Humanoid") and v.Character:FindFirstChild("Humanoid").Health > 0 then
  204. local Enemy = v.Character
  205. local CastingFrom = CFrame.new(Camera.CFrame.Position, Enemy[Options.Torso].CFrame.Position) * CFrame.new(0, 0, -4)
  206. local RayCast = Ray.new(CastingFrom.Position, CastingFrom.LookVector * 9000)
  207. local World, ToSpace = workspace:FindPartOnRayWithIgnoreList(RayCast, {LocalPlayer.Character:FindFirstChild("Head")})
  208. local RootWorld = (Enemy[Options.Torso].CFrame.Position - ToSpace).magnitude
  209. if RootWorld < 4 then
  210. local RootPartPosition, Visible = Camera:WorldToScreenPoint(Enemy[Options.Torso].Position)
  211. if Visible then
  212. local Real_Magnitude = (Vector2.new(Mouse.X, Mouse.Y) - Vector2.new(RootPartPosition.X, RootPartPosition.Y)).Magnitude
  213. if Real_Magnitude < Distance and Real_Magnitude < FOV_CIRCLE.Radius then
  214. Distance = Real_Magnitude
  215. Targete = Enemy
  216. end
  217. end
  218. end
  219. end
  220. end
  221. end
  222.  
  223. if Targete ~= nil and Targete[Options.Torso] and Targete:FindFirstChild("Humanoid").Health > 0 then
  224. if SilentAim then
  225. local ShootThis = Targete[Options.Torso] -- or Options.Head
  226. local Predicted_Position = ShootThis.CFrame + (ShootThis.Velocity * _G.Prediction + Vector3.new(0,-1,0)) -- (-1) = Less blatant
  227. return ((Index == "Hit" and Predicted_Position))
  228. end
  229. end
  230.  
  231. end
  232. return oldIndex(self, Index)
  233. end)
  234. end)
  235.  
  236. UICorner_4.CornerRadius = UDim.new(0, 50)
  237. UICorner_4.Parent = SILENTAIM
  238.  
  239. Cred_2.Name = "Cred"
  240. Cred_2.Parent = Main
  241. Cred_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  242. Cred_2.BackgroundTransparency = 1.000
  243. Cred_2.BorderSizePixel = 0
  244. Cred_2.Position = UDim2.new(0.107558146, 0, 0, 0)
  245. Cred_2.Size = UDim2.new(0, 269, 0, 78)
  246. Cred_2.Font = Enum.Font.Oswald
  247. Cred_2.Text = "THIS IS ONLY FOR DAHOOD"
  248. Cred_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  249. Cred_2.TextScaled = true
  250. Cred_2.TextSize = 14.000
  251. Cred_2.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
  252. Cred_2.TextWrapped = true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement