Advertisement
SINXSA

SINX SILENT AIM PREMIUM

Mar 10th, 2022
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.10 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.2
  3.  
  4. -- Instances:
  5.  
  6. local SINX = Instance.new("ScreenGui")
  7. local LoginPage = Instance.new("Frame")
  8. local UICorner = Instance.new("UICorner")
  9. local Yuh = Instance.new("Frame")
  10. local Key = Instance.new("TextBox")
  11. local UICorner_2 = Instance.new("UICorner")
  12. local Login = Instance.new("TextButton")
  13. local UICorner_3 = Instance.new("UICorner")
  14. local Discord = Instance.new("TextButton")
  15. local UICorner_4 = Instance.new("UICorner")
  16. local Link = Instance.new("TextButton")
  17. local UICorner_5 = Instance.new("UICorner")
  18. local TextLabel = Instance.new("TextLabel")
  19. local Main = Instance.new("Frame")
  20. local Menu = Instance.new("Frame")
  21. local TextLabel_2 = Instance.new("TextLabel")
  22. local SilentAim = Instance.new("TextButton")
  23. local UICorner_6 = Instance.new("UICorner")
  24. local Headless = Instance.new("TextButton")
  25. local UICorner_7 = Instance.new("UICorner")
  26.  
  27. --Properties:
  28.  
  29. SINX.Name = "SINX"
  30. SINX.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  31. SINX.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  32.  
  33. LoginPage.Name = "LoginPage"
  34. LoginPage.Parent = SINX
  35. LoginPage.BackgroundColor3 = Color3.fromRGB(56, 56, 56)
  36. LoginPage.Position = UDim2.new(0.0648484826, 0, 0.0872235894, 0)
  37. LoginPage.Size = UDim2.new(0, 295, 0, 495)
  38. LoginPage.Active = true
  39. LoginPage.Draggable = true
  40.  
  41. UICorner.Parent = LoginPage
  42.  
  43. Yuh.Name = "Yuh"
  44. Yuh.Parent = LoginPage
  45. Yuh.BackgroundColor3 = Color3.fromRGB(184, 184, 184)
  46. Yuh.BorderSizePixel = 0
  47. Yuh.Position = UDim2.new(-5.13605773e-05, 0, 0.832814693, 0)
  48. Yuh.Size = UDim2.new(0, 295, 0, 18)
  49.  
  50. Key.Name = "Key"
  51. Key.Parent = LoginPage
  52. Key.BackgroundColor3 = Color3.fromRGB(184, 184, 184)
  53. Key.BorderSizePixel = 0
  54. Key.Position = UDim2.new(0.0644067824, 0, 0.331313133, 0)
  55. Key.Size = UDim2.new(0, 257, 0, 74)
  56. Key.Font = Enum.Font.SourceSans
  57. Key.PlaceholderColor3 = Color3.fromRGB(0, 0, 0)
  58. Key.PlaceholderText = "KEY HERE"
  59. Key.Text = ""
  60. Key.TextColor3 = Color3.fromRGB(0, 0, 0)
  61. Key.TextScaled = true
  62. Key.TextSize = 14.000
  63. Key.TextWrapped = true
  64.  
  65. UICorner_2.Parent = Key
  66.  
  67. Login.Name = "Login"
  68. Login.Parent = LoginPage
  69. Login.BackgroundColor3 = Color3.fromRGB(184, 184, 184)
  70. Login.Position = UDim2.new(0.159322038, 0, 0.529292941, 0)
  71. Login.Size = UDim2.new(0, 200, 0, 50)
  72. Login.Font = Enum.Font.SourceSans
  73. Login.Text = "Login"
  74. Login.TextColor3 = Color3.fromRGB(0, 0, 0)
  75. Login.TextScaled = true
  76. Login.TextSize = 14.000
  77. Login.TextWrapped = true
  78. Login.MouseButton1Down:Connect(function()
  79. if Key.Text == "aijhdfakjsdhfksjadhfjkalsdfhMADDOXUGLYdasdhasfhsfhaskfdhsadkfhYUHHH" then
  80. LoginPage.Visible = false
  81. Main.Visible = true
  82. end
  83. end)
  84.  
  85. UICorner_3.CornerRadius = UDim.new(1, 1)
  86. UICorner_3.Parent = Login
  87.  
  88. Discord.Name = "Discord"
  89. Discord.Parent = LoginPage
  90. Discord.BackgroundColor3 = Color3.fromRGB(184, 184, 184)
  91. Discord.Position = UDim2.new(0.159322038, 0, 0.137373745, 0)
  92. Discord.Size = UDim2.new(0, 200, 0, 50)
  93. Discord.Font = Enum.Font.SourceSans
  94. Discord.Text = "Discord"
  95. Discord.TextColor3 = Color3.fromRGB(0, 0, 0)
  96. Discord.TextScaled = true
  97. Discord.TextSize = 14.000
  98. Discord.TextWrapped = true
  99. Discord.MouseButton1Down:Connect(function()
  100. setclipboard(Link.Text)
  101. Discord.Text = "COPIED!"
  102. wait(0.5)
  103. Discord.Text = "Discord"
  104. end)
  105.  
  106. UICorner_4.CornerRadius = UDim.new(1, 1)
  107. UICorner_4.Parent = Discord
  108.  
  109. Link.Name = "Link"
  110. Link.Parent = LoginPage
  111. Link.BackgroundColor3 = Color3.fromRGB(184, 184, 184)
  112. Link.BackgroundTransparency = 1.000
  113. Link.Position = UDim2.new(0.159322038, 0, 0.0484848619, 0)
  114. Link.Size = UDim2.new(0, 200, 0, 50)
  115. Link.Font = Enum.Font.SourceSans
  116. Link.Text = "https://discord.gg/7wPkzJjZkt"
  117. Link.TextColor3 = Color3.fromRGB(0, 0, 0)
  118. Link.TextSize = 1.000
  119. Link.TextTransparency = 1.000
  120. Link.TextWrapped = true
  121.  
  122. UICorner_5.CornerRadius = UDim.new(1, 1)
  123. UICorner_5.Parent = Link
  124.  
  125. TextLabel.Parent = LoginPage
  126. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  127. TextLabel.BackgroundTransparency = 1.000
  128. TextLabel.Position = UDim2.new(0.159322038, 0, 0.884848475, 0)
  129. TextLabel.Size = UDim2.new(0, 200, 0, 50)
  130. TextLabel.Font = Enum.Font.Roboto
  131. TextLabel.Text = "SINX"
  132. TextLabel.TextColor3 = Color3.fromRGB(184, 184, 184)
  133. TextLabel.TextScaled = true
  134. TextLabel.TextSize = 14.000
  135. TextLabel.TextWrapped = true
  136.  
  137. Main.Name = "Main"
  138. Main.Parent = SINX
  139. Main.BackgroundColor3 = Color3.fromRGB(36, 36, 36)
  140. Main.BorderSizePixel = 0
  141. Main.Position = UDim2.new(0.420121223, 0, 0.135135144, 0)
  142. Main.Size = UDim2.new(0, 594, 0, 25)
  143. Main.Visible = false
  144. Main.Active = true
  145.  
  146. Menu.Name = "Menu"
  147. Menu.Parent = Main
  148. Menu.BackgroundColor3 = Color3.fromRGB(56, 56, 56)
  149. Menu.BorderSizePixel = 0
  150. Menu.Position = UDim2.new(0, 0, 0.969228208, 0)
  151. Menu.Size = UDim2.new(0, 594, 0, 343)
  152.  
  153. TextLabel_2.Parent = Main
  154. TextLabel_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  155. TextLabel_2.BackgroundTransparency = 1.000
  156. TextLabel_2.BorderSizePixel = 0
  157. TextLabel_2.Position = UDim2.new(0.445762724, 0, -2.93438262e-07, 0)
  158. TextLabel_2.Size = UDim2.new(0, 64, 0, 25)
  159. TextLabel_2.Font = Enum.Font.Oswald
  160. TextLabel_2.Text = "SINX"
  161. TextLabel_2.TextColor3 = Color3.fromRGB(184, 184, 184)
  162. TextLabel_2.TextScaled = true
  163. TextLabel_2.TextSize = 14.000
  164. TextLabel_2.TextWrapped = true
  165.  
  166. SilentAim.Name = "SilentAim"
  167. SilentAim.Parent = Main
  168. SilentAim.BackgroundColor3 = Color3.fromRGB(36, 36, 36)
  169. SilentAim.Position = UDim2.new(0.0135250818, 0, 1.34769201, 0)
  170. SilentAim.Size = UDim2.new(0, 200, 0, 86)
  171. SilentAim.Font = Enum.Font.Nunito
  172. SilentAim.Text = "SilentAim"
  173. SilentAim.TextColor3 = Color3.fromRGB(184, 184, 184)
  174. SilentAim.TextSize = 50.000
  175. SilentAim.TextWrapped = true
  176. SilentAim.MouseButton1Down:Connect(function()
  177. _G.Prediction = ( .18 )
  178.  
  179. _G.FOV = ( 300 )
  180.  
  181. _G.AimKey = ( "c" )
  182.  
  183.  
  184. --[[
  185. Do not edit anything under this.
  186. ]]
  187.  
  188. local SilentAim = true
  189. local LocalPlayer = game:GetService("Players").LocalPlayer
  190. local Players = game:GetService("Players")
  191. local Mouse = LocalPlayer:GetMouse()
  192. local Camera = game:GetService("Workspace").CurrentCamera
  193. hookmetamethod = hookmetamethod
  194. Drawing = Drawing
  195.  
  196. local FOV_CIRCLE = Drawing.new("Circle")
  197. FOV_CIRCLE.Visible = true
  198. FOV_CIRCLE.Filled = false
  199. FOV_CIRCLE.Thickness = 1
  200. FOV_CIRCLE.Transparency = 1
  201. FOV_CIRCLE.Color = Color3.new(0, 1, 0)
  202. FOV_CIRCLE.Radius = _G.FOV
  203. FOV_CIRCLE.Position = Vector2.new(Camera.ViewportSize.X / 2, Camera.ViewportSize.Y / 2)
  204.  
  205. Options = {
  206. Torso = "HumanoidRootPart";
  207. Head = "Head";
  208. }
  209.  
  210. local function MoveFovCircle()
  211. pcall(function()
  212. local DoIt = true
  213. spawn(function()
  214. while DoIt do task.wait()
  215. FOV_CIRCLE.Position = Vector2.new(Mouse.X, (Mouse.Y + 36))
  216. end
  217. end)
  218. end)
  219. end coroutine.wrap(MoveFovCircle)()
  220.  
  221. Mouse.KeyDown:Connect(function(KeyPressed)
  222. if KeyPressed == (_G.AimKey:lower()) then
  223. if SilentAim == false then
  224. FOV_CIRCLE.Color = Color3.new(0, 1, 0)
  225. SilentAim = true
  226. elseif SilentAim == true then
  227. FOV_CIRCLE.Color = Color3.new(1, 0, 0)
  228. SilentAim = false
  229. end
  230. end
  231. end)
  232.  
  233. local oldIndex = nil
  234. oldIndex = hookmetamethod(game, "__index", function(self, Index)
  235. if self == Mouse and (Index == "Hit") then
  236. local Distance = 9e9
  237. local Targete = nil
  238. if SilentAim then
  239.  
  240. for _, v in pairs(Players:GetPlayers()) do
  241. if v ~= LocalPlayer and v.Character and v.Character:FindFirstChild("HumanoidRootPart") and v.Character:FindFirstChild("Humanoid") and v.Character:FindFirstChild("Humanoid").Health > 0 then
  242. local Enemy = v.Character
  243. local CastingFrom = CFrame.new(Camera.CFrame.Position, Enemy[Options.Torso].CFrame.Position) * CFrame.new(0, 0, -4)
  244. local RayCast = Ray.new(CastingFrom.Position, CastingFrom.LookVector * 9000)
  245. local World, ToSpace = workspace:FindPartOnRayWithIgnoreList(RayCast, {LocalPlayer.Character:FindFirstChild("Head")})
  246. local RootWorld = (Enemy[Options.Torso].CFrame.Position - ToSpace).magnitude
  247. if RootWorld < 4 then
  248. local RootPartPosition, Visible = Camera:WorldToScreenPoint(Enemy[Options.Torso].Position)
  249. if Visible then
  250. local Real_Magnitude = (Vector2.new(Mouse.X, Mouse.Y) - Vector2.new(RootPartPosition.X, RootPartPosition.Y)).Magnitude
  251. if Real_Magnitude < Distance and Real_Magnitude < FOV_CIRCLE.Radius then
  252. Distance = Real_Magnitude
  253. Targete = Enemy
  254. end
  255. end
  256. end
  257. end
  258. end
  259. end
  260.  
  261. if Targete ~= nil and Targete[Options.Torso] and Targete:FindFirstChild("Humanoid").Health > 0 then
  262. if SilentAim then
  263. local ShootThis = Targete[Options.Torso] -- or Options.Head
  264. local Predicted_Position = ShootThis.CFrame + (ShootThis.Velocity * _G.Prediction + Vector3.new(0,-1,0)) -- (-1) = Less blatant
  265. return ((Index == "Hit" and Predicted_Position))
  266. end
  267. end
  268.  
  269. end
  270. return oldIndex(self, Index)
  271. end)
  272. end)
  273.  
  274. UICorner_6.CornerRadius = UDim.new(0, 100)
  275. UICorner_6.Parent = SilentAim
  276.  
  277. Headless.Name = "Headless"
  278. Headless.Parent = Main
  279. Headless.BackgroundColor3 = Color3.fromRGB(36, 36, 36)
  280. Headless.Position = UDim2.new(0.648205221, 0, 1.34769201, 0)
  281. Headless.Size = UDim2.new(0, 200, 0, 86)
  282. Headless.Font = Enum.Font.Nunito
  283. Headless.Text = "SA invisible"
  284. Headless.TextColor3 = Color3.fromRGB(184, 184, 184)
  285. Headless.TextSize = 50.000
  286. Headless.TextWrapped = true
  287. Headless.MouseButton1Down:Connect(function()
  288. _G.Prediction = ( .18 )
  289.  
  290. _G.FOV = ( 300 )
  291.  
  292. _G.AimKey = ( "c" )
  293.  
  294.  
  295. --[[
  296. Do not edit anything under this.
  297. ]]
  298.  
  299. local SilentAim = true
  300. local LocalPlayer = game:GetService("Players").LocalPlayer
  301. local Players = game:GetService("Players")
  302. local Mouse = LocalPlayer:GetMouse()
  303. local Camera = game:GetService("Workspace").CurrentCamera
  304. hookmetamethod = hookmetamethod
  305. Drawing = Drawing
  306.  
  307. local FOV_CIRCLE = Drawing.new("Circle")
  308. FOV_CIRCLE.Visible = false
  309. FOV_CIRCLE.Filled = false
  310. FOV_CIRCLE.Thickness = 1
  311. FOV_CIRCLE.Transparency = 1
  312. FOV_CIRCLE.Color = Color3.new(0, 1, 0)
  313. FOV_CIRCLE.Radius = _G.FOV
  314. FOV_CIRCLE.Position = Vector2.new(Camera.ViewportSize.X / 2, Camera.ViewportSize.Y / 2)
  315.  
  316. Options = {
  317. Torso = "HumanoidRootPart";
  318. Head = "Head";
  319. }
  320.  
  321. local function MoveFovCircle()
  322. pcall(function()
  323. local DoIt = true
  324. spawn(function()
  325. while DoIt do task.wait()
  326. FOV_CIRCLE.Position = Vector2.new(Mouse.X, (Mouse.Y + 36))
  327. end
  328. end)
  329. end)
  330. end coroutine.wrap(MoveFovCircle)()
  331.  
  332. Mouse.KeyDown:Connect(function(KeyPressed)
  333. if KeyPressed == (_G.AimKey:lower()) then
  334. if SilentAim == false then
  335. FOV_CIRCLE.Color = Color3.new(0, 1, 0)
  336. SilentAim = true
  337. elseif SilentAim == true then
  338. FOV_CIRCLE.Color = Color3.new(1, 0, 0)
  339. SilentAim = false
  340. end
  341. end
  342. end)
  343.  
  344. local oldIndex = nil
  345. oldIndex = hookmetamethod(game, "__index", function(self, Index)
  346. if self == Mouse and (Index == "Hit") then
  347. local Distance = 9e9
  348. local Targete = nil
  349. if SilentAim then
  350.  
  351. for _, v in pairs(Players:GetPlayers()) do
  352. if v ~= LocalPlayer and v.Character and v.Character:FindFirstChild("HumanoidRootPart") and v.Character:FindFirstChild("Humanoid") and v.Character:FindFirstChild("Humanoid").Health > 0 then
  353. local Enemy = v.Character
  354. local CastingFrom = CFrame.new(Camera.CFrame.Position, Enemy[Options.Torso].CFrame.Position) * CFrame.new(0, 0, -4)
  355. local RayCast = Ray.new(CastingFrom.Position, CastingFrom.LookVector * 9000)
  356. local World, ToSpace = workspace:FindPartOnRayWithIgnoreList(RayCast, {LocalPlayer.Character:FindFirstChild("Head")})
  357. local RootWorld = (Enemy[Options.Torso].CFrame.Position - ToSpace).magnitude
  358. if RootWorld < 4 then
  359. local RootPartPosition, Visible = Camera:WorldToScreenPoint(Enemy[Options.Torso].Position)
  360. if Visible then
  361. local Real_Magnitude = (Vector2.new(Mouse.X, Mouse.Y) - Vector2.new(RootPartPosition.X, RootPartPosition.Y)).Magnitude
  362. if Real_Magnitude < Distance and Real_Magnitude < FOV_CIRCLE.Radius then
  363. Distance = Real_Magnitude
  364. Targete = Enemy
  365. end
  366. end
  367. end
  368. end
  369. end
  370. end
  371.  
  372. if Targete ~= nil and Targete[Options.Torso] and Targete:FindFirstChild("Humanoid").Health > 0 then
  373. if SilentAim then
  374. local ShootThis = Targete[Options.Torso] -- or Options.Head
  375. local Predicted_Position = ShootThis.CFrame + (ShootThis.Velocity * _G.Prediction + Vector3.new(0,-1,0)) -- (-1) = Less blatant
  376. return ((Index == "Hit" and Predicted_Position))
  377. end
  378. end
  379.  
  380. end
  381. return oldIndex(self, Index)
  382. end)
  383. end)
  384.  
  385. UICorner_7.CornerRadius = UDim.new(0, 100)
  386. UICorner_7.Parent = Headless
  387.  
  388. -- Scripts:
  389.  
  390. local function ZSZNG_fake_script() -- Main.Dragify
  391. local script = Instance.new('LocalScript', Main)
  392.  
  393. local UIS = game:GetService("UserInputService")
  394. function dragify(Frame)
  395. dragToggle = nil
  396. local dragSpeed = 0.50
  397. dragInput = nil
  398. dragStart = nil
  399. local dragPos = nil
  400. function updateInput(input)
  401. local Delta = input.Position - dragStart
  402. local Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + Delta.X, startPos.Y.Scale, startPos.Y.Offset + Delta.Y)
  403. game:GetService("TweenService"):Create(Frame, TweenInfo.new(0.30), {Position = Position}):Play()
  404. end
  405. Frame.InputBegan:Connect(function(input)
  406. if (input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch) and UIS:GetFocusedTextBox() == nil then
  407. dragToggle = true
  408. dragStart = input.Position
  409. startPos = Frame.Position
  410. input.Changed:Connect(function()
  411. if input.UserInputState == Enum.UserInputState.End then
  412. dragToggle = false
  413. end
  414. end)
  415. end
  416. end)
  417. Frame.InputChanged:Connect(function(input)
  418. if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  419. dragInput = input
  420. end
  421. end)
  422. game:GetService("UserInputService").InputChanged:Connect(function(input)
  423. if input == dragInput and dragToggle then
  424. updateInput(input)
  425. end
  426. end)
  427. end
  428.  
  429. dragify(script.Parent)
  430. end
  431. coroutine.wrap(ZSZNG_fake_script)()
  432.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement