1. local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/Mapple7777/UI-Librarys/main/UI-1/UI.lua"))()
  2. local Window = Library:Create("TokwaWare","Da hood")
  3. local Tab1 = Window:Tab("Aimlocks",true)
  4. Tab1:Label("Aimlock")
  5. Tab1:Button("Tofu's Aimlock",function(bool)
  6. getgenv().AimPart = "HumanoidRootPart"
  7. getgenv().AimlockKey = "q"
  8. getgenv().AimRadius = 30
  9. getgenv().ThirdPerson = true
  10. getgenv().FirstPerson = true
  11. getgenv().TeamCheck = false
  12. getgenv().PredictMovement = true
  13. getgenv().PredictionVelocity = 6
  14. local L_27_, L_28_, L_29_, L_30_ =
  15. game:GetService "Players",
  16. game:GetService "UserInputService",
  17. game:GetService "RunService",
  18. game:GetService "StarterGui"
  19. local L_31_, L_32_, L_33_, L_34_, L_35_, L_36_, L_37_ =
  20. L_27_.LocalPlayer,
  21. L_27_.LocalPlayer:GetMouse(),
  22. workspace.CurrentCamera,
  23. CFrame.new,
  24. Ray.new,
  25. Vector3.new,
  26. Vector2.new
  27. local L_38_, L_39_, L_40_ = true, false, false
  28. local L_41_
  29. getgenv().CiazwareUniversalAimbotLoaded = true
  30. getgenv().WorldToViewportPoint = function(L_42_arg0)
  31. return L_33_:WorldToViewportPoint(L_42_arg0)
  32. end
  33. getgenv().WorldToScreenPoint = function(L_43_arg0)
  34. return L_33_.WorldToScreenPoint(L_33_, L_43_arg0)
  35. end
  36. getgenv().GetObscuringObjects = function(L_44_arg0)
  37. if L_44_arg0 and L_44_arg0:FindFirstChild(getgenv().AimPart) and L_31_ and L_31_.Character:FindFirstChild("Head") then
  38. local L_45_ = workspace:FindPartOnRay(L_35_(L_44_arg0[getgenv().AimPart].Position, L_31_.Character.Head.Position))
  39. if L_45_ then
  40. return L_45_:IsDescendantOf(L_44_arg0)
  41. end
  42. end
  43. end
  44. getgenv().GetNearestTarget = function()
  45. local L_46_ = {}
  46. local L_47_ = {}
  47. local L_48_ = {}
  48. for L_50_forvar0, L_51_forvar1 in pairs(L_27_:GetPlayers()) do
  49. if L_51_forvar1 ~= L_31_ then
  50. table.insert(L_46_, L_51_forvar1)
  51. end
  52. end
  53. for L_52_forvar0, L_53_forvar1 in pairs(L_46_) do
  54. if L_53_forvar1.Character ~= nil then
  55. local L_54_ = L_53_forvar1.Character:FindFirstChild("Head")
  56. if getgenv().TeamCheck == true and L_53_forvar1.Team ~= L_31_.Team then
  57. local L_55_ =
  58. (L_53_forvar1.Character:FindFirstChild("Head").Position - game.Workspace.CurrentCamera.CFrame.p).magnitude
  59. local L_56_ =
  60. Ray.new(
  61. game.Workspace.CurrentCamera.CFrame.p,
  62. (L_32_.Hit.p - game.Workspace.CurrentCamera.CFrame.p).unit * L_55_
  63. )
  64. local L_57_, L_58_ = game.Workspace:FindPartOnRay(L_56_, game.Workspace)
  65. local L_59_ = math.floor((L_58_ - L_54_.Position).magnitude)
  66. L_47_[L_53_forvar1.Name .. L_52_forvar0] = {}
  67. L_47_[L_53_forvar1.Name .. L_52_forvar0].dist = L_55_
  68. L_47_[L_53_forvar1.Name .. L_52_forvar0].plr = L_53_forvar1
  69. L_47_[L_53_forvar1.Name .. L_52_forvar0].diff = L_59_
  70. table.insert(L_48_, L_59_)
  71. elseif getgenv().TeamCheck == false and L_53_forvar1.Team == L_31_.Team then
  72. local L_60_ =
  73. (L_53_forvar1.Character:FindFirstChild("Head").Position - game.Workspace.CurrentCamera.CFrame.p).magnitude
  74. local L_61_ =
  75. Ray.new(
  76. game.Workspace.CurrentCamera.CFrame.p,
  77. (L_32_.Hit.p - game.Workspace.CurrentCamera.CFrame.p).unit * L_60_
  78. )
  79. local L_62_, L_63_ = game.Workspace:FindPartOnRay(L_61_, game.Workspace)
  80. local L_64_ = math.floor((L_63_ - L_54_.Position).magnitude)
  81. L_47_[L_53_forvar1.Name .. L_52_forvar0] = {}
  82. L_47_[L_53_forvar1.Name .. L_52_forvar0].dist = L_60_
  83. L_47_[L_53_forvar1.Name .. L_52_forvar0].plr = L_53_forvar1
  84. L_47_[L_53_forvar1.Name .. L_52_forvar0].diff = L_64_
  85. table.insert(L_48_, L_64_)
  86. end
  87. end
  88. end
  89. if unpack(L_48_) == nil then
  90. return nil
  91. end
  92. local L_49_ = math.floor(math.min(unpack(L_48_)))
  93. if L_49_ > getgenv().AimRadius then
  94. return nil
  95. end
  96. for L_65_forvar0, L_66_forvar1 in pairs(L_47_) do
  97. if L_66_forvar1.diff == L_49_ then
  98. return L_66_forvar1.plr
  99. end
  100. end
  101. return nil
  102. end
  103. L_32_.KeyDown:Connect(
  104. function(L_67_arg0)
  105. if L_67_arg0 == AimlockKey and L_41_ == nil then
  106. pcall(
  107. function()
  108. if L_39_ ~= true then
  109. L_39_ = true
  110. end
  111. local L_68_
  112. L_68_ = GetNearestTarget()
  113. if L_68_ ~= nil then
  114. L_41_ = L_68_
  115. end
  116. end
  117. )
  118. elseif L_67_arg0 == AimlockKey and L_41_ ~= nil then
  119. if L_41_ ~= nil then
  120. L_41_ = nil
  121. end
  122. if L_39_ ~= false then
  123. L_39_ = false
  124. end
  125. end
  126. end
  127. )
  128. L_29_.RenderStepped:Connect(
  129. function()
  130. if getgenv().ThirdPerson == true and getgenv().FirstPerson == true then
  131. if
  132. (L_33_.Focus.p - L_33_.CoordinateFrame.p).Magnitude > 1 or
  133. (L_33_.Focus.p - L_33_.CoordinateFrame.p).Magnitude <= 1
  134. then
  135. L_40_ = true
  136. else
  137. L_40_ = false
  138. end
  139. elseif getgenv().ThirdPerson == true and getgenv().FirstPerson == false then
  140. if (L_33_.Focus.p - L_33_.CoordinateFrame.p).Magnitude > 1 then
  141. L_40_ = true
  142. else
  143. L_40_ = false
  144. end
  145. elseif getgenv().ThirdPerson == false and getgenv().FirstPerson == true then
  146. if (L_33_.Focus.p - L_33_.CoordinateFrame.p).Magnitude <= 1 then
  147. L_40_ = true
  148. else
  149. L_40_ = false
  150. end
  151. end
  152. if L_38_ == true and L_39_ == true then
  153. if L_41_ and L_41_.Character and L_41_.Character:FindFirstChild(getgenv().AimPart) then
  154. if getgenv().FirstPerson == true then
  155. if L_40_ == true then
  156. if getgenv().PredictMovement == true then
  157. L_33_.CFrame =
  158. L_34_(
  159. L_33_.CFrame.p,
  160. L_41_.Character[getgenv().AimPart].Position +
  161. L_41_.Character[getgenv().AimPart].Velocity / PredictionVelocity
  162. )
  163. elseif getgenv().PredictMovement == false then
  164. L_33_.CFrame = L_34_(L_33_.CFrame.p, L_41_.Character[getgenv().AimPart].Position)
  165. end
  166. end
  167. elseif getgenv().ThirdPerson == true then
  168. if L_40_ == true then
  169. if getgenv().PredictMovement == true then
  170. L_33_.CFrame =
  171. L_34_(
  172. L_33_.CFrame.p,
  173. L_41_.Character[getgenv().AimPart].Position +
  174. L_41_.Character[getgenv().AimPart].Velocity / PredictionVelocity
  175. )
  176. elseif getgenv().PredictMovement == false then
  177. L_33_.CFrame = L_34_(L_33_.CFrame.p, L_41_.Character[getgenv().AimPart].Position)
  178. end
  179. end
  180. end
  181. end
  182. end
  183. end
  184. )
  185. end)
  186. Tab1:Textbox("Aimlock Keybind","Q",function(bool)
  187. getgenv().AimlockKey = bool
  188. end)
  189. Tab1:Textbox("AimLock Prediction","6",function(bool)
  190. PredictionVelocity = bool
  191. end)
  192. Tab1:Dropdown("AimPart",{"Head","HumanoidRootPart","UpperTorso","LowerTorso"},function(value)
  193. getgenv().AimPart = value
  194. end)
  195. local Tab2 = Window:Tab("Silent Aim",false)
  196. Tab2:Toggle("Toggle Silent Aim",function(bool)
  197. DaHoodSettings.SilentAim = bool
  198. end)
  199. Tab2:Toggle("Toggle FOV",function(bool)
  200. Aiming.ShowFOV = bool
  201. end)
  202. Tab2:Slider("FOV Size",0,200,function(bool)
  203. Aiming.FOV = bool
  204. end)
  205. Tab2:Textbox("Silent Aim Prediction","0.157",function(bool)
  206. DaHoodSettings.Prediction = bool
  207. end)
  208. Tab2:Dropdown("Silent Aim Part",{"Head","HumanoidRootPart","UpperTorso","LowerTorso"},function(value)
  209. Aiming.AimPart = value
  210. end)
  211. local Tab3 = Window:Tab("Player",false)
  212. Tab3:Label("Player Scripts")
  213. game.StarterGui:SetCore("SendNotification", {
  214. Title = "TokwaWare";
  215. Text = "Welcome";
  216. Icon = "RBXID OR BLANK";
  217. Duration = "DURATION IN SECONDS";
  218. callbakc = bindableFunction;
  219. Button1 = "Okay";
  220. })
  221. Tab3:Button("Realistic Speed Glitch (V)",function(bool)
  222. local Player = game:GetService("Players").LocalPlayer
  223. local Mouse = Player:GetMouse()
  224. local SpeedGlitch = false
  225. local Wallet = Player.Backpack:FindFirstChild("Wallet")
  226. local UniversalAnimation = Instance.new("Animation")
  227. function stopTracks()
  228. for _, v in next, game:GetService("Players").LocalPlayer.Character:FindFirstChildOfClass("Humanoid"):GetPlayingAnimationTracks() do
  229. if (v.Animation.AnimationId:match("rbxassetid")) then
  230. v:Stop()
  231. end
  232. end
  233. end
  234. function loadAnimation(id)
  235. if UniversalAnimation.AnimationId == id then
  236. stopTracks()
  237. UniversalAnimation.AnimationId = "1"
  238. else
  239. UniversalAnimation.AnimationId = id
  240. local animationTrack = game:GetService("Players").LocalPlayer.Character:FindFirstChildOfClass("Humanoid"):LoadAnimation(UniversalAnimation)
  241. animationTrack:Play()
  242. end
  243. end
  244. Mouse.KeyDown:Connect(function(Key)
  245. if Key == "v" then
  246. SpeedGlitch = not SpeedGlitch
  247. if SpeedGlitch == true then
  248. stopTracks()
  249. loadAnimation("rbxassetid://3189777795")
  250. wait(1.5)
  251. Wallet.Parent = Player.Character
  252. wait(0.15)
  253. Player.Character:FindFirstChild("Wallet").Parent = Player.Backpack
  254. wait(0.05)
  255. repeat game:GetService("RunService").Heartbeat:wait()
  256. keypress(0x49)
  257. game:GetService("RunService").Heartbeat:wait()
  258. keypress(0x4F)
  259. game:GetService("RunService").Heartbeat:wait()
  260. keyrelease(0x49)
  261. game:GetService("RunService").Heartbeat:wait()
  262. keyrelease(0x4F)
  263. game:GetService("RunService").Heartbeat:wait()
  264. until SpeedGlitch == false
  265. end
  266. end
  267. end)
  268. end)
  269. Tab3:Button("FLY (X)",function(bool)
  270. loadstring(game:HttpGet("https://pastebin.com/raw/sUA9m6M6"))()
  271. end)
  272. Tab3:Slider("Fov Camera",80,200,function(text)
  273. workspace.CurrentCamera.FieldOfView = (text)
  274. end)
  275. Tab3:Button("Tryhard Anims",function(bool)
  276. while true do
  277. wait(1)
  278. for i, player in ipairs(game.Players:GetChildren()) do
  279. local Animate = game.Players.LocalPlayer.Character.Animate
  280. Animate.idle.Animation1.AnimationId = "http://www.roblox.com/asset/?id=782841498"
  281. Animate.idle.Animation2.AnimationId = "http://www.roblox.com/asset/?id=782841498"
  282. Animate.walk.WalkAnim.AnimationId = "http://www.roblox.com/asset/?id=616168032"
  283. Animate.run.RunAnim.AnimationId = "http://www.roblox.com/asset/?id=616163682"
  284. Animate.jump.JumpAnim.AnimationId = "http://www.roblox.com/asset/?id=1083218792"
  285. Animate.climb.ClimbAnim.AnimationId = "http://www.roblox.com/asset/?id=1083439238"
  286. Animate.fall.FallAnim.AnimationId = "http://www.roblox.com/asset/?id=707829716"
  287. game.Players.LocalPlayer.Character.Humanoid.Jump = false
  288. end
  289. end
  290. end)
  291. Tab3:Button("Headless Client Sided",function(bool)
  292. getgenv().game.Players.LocalPlayer.Character.Head.Transparency = 1
  293. getgenv().game.Players.LocalPlayer.Character.Head.face:Destroy()
  294. getgenv().game.Players.LocalPlayer.Character.Head.face:Destroy()
  295. end)
  296. Tab3:Button("Korblox Client Sided",function(bool)
  297. local ply = game.Players.LocalPlayer
  298. local chr = ply.Character
  299. chr.RightLowerLeg.MeshId = "902942093"
  300. chr.RightLowerLeg.Transparency = "1"
  301. chr.RightUpperLeg.MeshId = "http://www.roblox.com/asset/?id=902942096"
  302. chr.RightUpperLeg.TextureID = "http://roblox.com/asset/?id=902843398"
  303. chr.RightFoot.MeshId = "902942089"
  304. chr.RightFoot.Transparency = "1"
  305. end)
  306. Tab3:Button("Trash Talk (J)",function(bool)
  307. local plr = game.Players.LocalPlayer
  308. repeat wait() until plr.Character
  309. local char = plr.Character
  310. local garbage = {
  311. "ur bad";
  312. "sonney boy";
  313. "ez";
  314. "my grandma has more skill than you";
  315. "seed";
  316. "sit son";
  317. "trash";
  318. "LOL";
  319. "LMAO";
  320. "imagine being you right now";
  321. "xd";
  322. "don't try LOL";
  323. "you lose";
  324. "why do you even try";
  325. "I didn't think being this bad was possible";
  326. "leave";
  327. "no skill";
  328. "so sad man.";
  329. "bad";
  330. "you're nothing";
  331. "lol";
  332. "so trash";
  333. "so bad";
  334. "ur salty";
  335. "salty";
  336. "look he's mad";
  337. "cry more";
  338. "keep crying";
  339. "cry baby";
  340. "hahaha I won";
  341. "no one likes u";
  342. "run 1s seed";
  343. "thank you for your time";
  344. "you were so close!";
  345. "better luck next time!";
  346. "rodent";
  347. "HAHA";
  348. "ill 5-0";
  349. "just quit";
  350. "time to take out the trash";
  351. "did you get worse?";
  352. "I'm surprised you haven't quit yet";
  353. }
  354. function TrashTalk(inputObject, gameProcessedEvent)
  355. if inputObject.KeyCode == Enum.KeyCode.J and gameProcessedEvent == false then
  356. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer(
  357. garbage[math.random(1,#garbage)],
  358. "All"
  359. )
  360. end
  361. end
  362. game:GetService("UserInputService").InputBegan:connect(TrashTalk)
  363. end)
  364. local Tab4 = Window:Tab("Anti-Lock",false)
  365. Tab4:Label("Anti-Lock")
  366. Tab4:Button("FIX ANTILOCK",function(bool)
  367. for _, v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  368. if v:IsA("Script") and v.Name ~= "Health" and v.Name ~= "Sound" and v:FindFirstChild("LocalScript") then
  369. v:Destroy()
  370. end
  371. end
  372. game.Players.LocalPlayer.CharacterAdded:Connect(function(char)
  373. repeat
  374. wait()
  375. until game.Players.LocalPlayer.Character
  376. char.ChildAdded:Connect(function(child)
  377. if child:IsA("Script") then
  378. wait(0.1)
  379. if child:FindFirstChild("LocalScript") then
  380. child.LocalScript:FireServer()
  381. end
  382. end
  383. end)
  384. end)
  385. end)
  386. local glitch = false
  387. local clicker = false
  388. Tab4:Textbox("AntiLock (use -0.10 to -0.60)","Speed",function(a)
  389. getgenv().Multiplier = a
  390. end, {
  391. ["clear"] = false,
  392. })
  393. Tab4:Button("Antilock Improved (Z)",function(bool)
  394. local userInput = game:service('UserInputService')
  395. local runService = game:service('RunService')
  396. userInput.InputBegan:connect(function(Key)
  397. if Key.KeyCode == Enum.KeyCode.Z then
  398. Enabled = not Enabled
  399. if Enabled == true then
  400. repeat
  401. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame + game.Players.LocalPlayer.Character.Humanoid.MoveDirection * getgenv().Multiplier
  402. runService.Stepped:wait()
  403. until Enabled == false
  404. end
  405. end
  406. end)
  407. end)
  408. local Tab5 = Window:Tab("Teleports",false)
  409. Tab5:Label("Teleports")
  410. Tab5:Button("Double Barrel",function(value)
  411. getgenv().game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1039.59985, 18.8513641, -256.449951, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  412. end)
  413. Tab5:Button("Revolver",function(value)
  414. getgenv().game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-638.75, 18.8500004, -118.175011, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  415. end)
  416. Tab5:Button("Shotgun",function(value)
  417. getgenv().game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-578.623657, 5.47212696, -725.131531, 0, 0, 1, 0, 1, -0, -1, 0, 0)
  418. end)
  419. Tab5:Button("Tactical Shotgun",function(value)
  420. getgenv().game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(470.877533, 45.1272316, -620.630676, 0.999999821, 0.000604254019, -2.60802135e-08, -0.000604254019, 0.999999821, -8.63220048e-05, -2.60802135e-08, 8.63220048e-05, 1)
  421. end)
  422. Tab5:Button("Smg",function(value)
  423. getgenv().game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-577.123413, 5.47666788, -718.031433, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  424. end)
  425. Tab5:Button("RPG",function(value)
  426. getgenv().game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-794.814697, -42.5468521, -932.97998, 5.96046448e-08, 2.91038305e-11, 1, -0.000610388815, 0.999999821, 2.91038305e-11, -0.999999762, -0.000610388815, 5.96046448e-08)
  427. end)
  428. Tab5:Button("Armor",function(value)
  429. getgenv().game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-607.978455, 7.44964886, -788.494263, -1.1920929e-07, 0, 1.00000012, 0, 1, 0, -1.00000012, 0, -1.1920929e-07)
  430. end)
  431. Tab5:Button("PopCorn",function(value)
  432. getgenv().game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-995, 21.6998043, -153.100037, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  433. end)
  434. Tab5:Button("Casino 1v1",function(value)
  435. getgenv().game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-962.72345, 21.2549973, -186.814987, -0.0274876002, 2.91178949e-05, 0.999621451, -5.5798846e-06, 1, -2.92823333e-05, -0.999621451, -6.38268148e-06, -0.0274876002)
  436. end)
  437. Tab5:Button("Bank",function(value)
  438. getgenv().game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-402.123718, 21.75, -283.988617, 0.0159681588, -0.000121377925, -0.999872446, -2.60148026e-05, 1, -0.000121808866, 0.999872506, 2.79565484e-05, 0.0159681737)
  439. end)
  440. Tab5:Button("Main Food",function(value)
  441. getgenv().game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-338.352173, 23.6826477, -297.2146, -0.0060598203, -1.03402984e-08, -0.999981582, -1.61653102e-09, 1, -1.03306892e-08, 0.999981582, 1.55389912e-09, -0.0060598203)
  442. end)
  443. local Tab6 = Window:Tab("Keybind",false)
  444. Tab6:Label("Keybind")
  445. Tab6:Keybind("Toggle",Enum.KeyCode.V,function()
  446. Library:Toggle()
  447. end)
  448. local Tab7 = Window:Tab("Credits",false)
  449. Tab7:Label("kermetthefrog#2591,rsalinq#4098")
  450. local Aiming = loadstring(game:HttpGet("https://pastebin.com/raw/vsVecTqs"))()
  451. Aiming.TeamCheck(false)
  452. local Workspace = game:GetService("Workspace")
  453. local Players = game:GetService("Players")
  454. local RunService = game:GetService("RunService")
  455. local UserInputService = game:GetService("UserInputService")
  456. local LocalPlayer = Players.LocalPlayer
  457. local Mouse = LocalPlayer:GetMouse()
  458. local CurrentCamera = Workspace.CurrentCamera
  459. local DaHoodSettings = {
  460. SilentAim = false,
  461. AimLock = false,
  462. Prediction = 0.157,
  463. AimLockKeybind = Enum.KeyCode.E
  464. }
  465. getgenv().DaHoodSettings = DaHoodSettings
  466. function Aiming.Check()
  467. if not (Aiming.Enabled == true and Aiming.Selected ~= LocalPlayer and Aiming.SelectedPart ~= nil) then
  468. return false
  469. end
  470. local Character = Aiming.Character(Aiming.Selected)
  471. local KOd = Character:WaitForChild("BodyEffects")["K.O"].Value
  472. local Grabbed = Character:FindFirstChild("GRABBING_CONSTRAINT") ~= nil
  473. if (KOd or Grabbed) then
  474. return false
  475. end
  476. return true
  477. end
  478. local __index
  479. __index = hookmetamethod(game, "__index", function(t, k)
  480. if (t:IsA("Mouse") and (k == "Hit" or k == "Target") and Aiming.Check()) then
  481. local SelectedPart = Aiming.SelectedPart
  482. if (DaHoodSettings.SilentAim and (k == "Hit" or k == "Target")) then
  483. local Hit = SelectedPart.CFrame + (SelectedPart.Velocity * DaHoodSettings.Prediction)
  484. return (k == "Hit" and Hit or SelectedPart)
  485. end
  486. end
  487. return __index(t, k)
  488. end)
  489. RunService:BindToRenderStep("AimLock", 0, function()
  490. if (DaHoodSettings.AimLock and Aiming.Check() and UserInputService:IsKeyDown(DaHoodSettings.AimLockKeybind)) then
  491. local SelectedPart = Aiming.SelectedPart
  492. local Hit = SelectedPart.CFrame + (SelectedPart.Velocity * DaHoodSettings.Prediction)
  493. CurrentCamera.CFrame = CFrame.lookAt(CurrentCamera.CFrame.Position, Hit.Position)
  494. end
  495. end)