Potato228

Azure Crack [support krnl]

Dec 10th, 2022
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 126.30 KB | None | 0 0
  1. repeat
  2.     wait()
  3. until game:IsLoaded()
  4.  
  5.  
  6. local azureLoader = Instance.new("ScreenGui")
  7. local BackFrame = Instance.new("Frame")
  8. local UICorner = Instance.new("UICorner")
  9. local TopFrame = Instance.new("Frame")
  10. local UICorner_2 = Instance.new("UICorner")
  11. local UIGradient = Instance.new("UIGradient")
  12. local TextLabel = Instance.new("TextLabel")
  13. local UIGradient_2 = Instance.new("UIGradient")
  14. local LoadingText = Instance.new("TextLabel")
  15. local LoadingFrame = Instance.new("Frame")
  16. local UICorner_3 = Instance.new("UICorner")
  17. local UIGradient_3 = Instance.new("UIGradient")
  18. local Loading = Instance.new("Frame")
  19. local UICorner_4 = Instance.new("UICorner")
  20. local UIGradient_4 = Instance.new("UIGradient")
  21. local UIAspectRatioConstraint = Instance.new("UIAspectRatioConstraint")
  22.  
  23. azureLoader.Name = "azureLoader"
  24. azureLoader.Parent = game.CoreGui
  25. azureLoader.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  26.  
  27. BackFrame.Name = "BackFrame"
  28. BackFrame.Parent = azureLoader
  29. BackFrame.AnchorPoint = Vector2.new(0.5, 0.5)
  30. BackFrame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  31. BackFrame.Position = UDim2.new(0.493000001, 0, 1.07000005, 0)
  32. BackFrame.Size = UDim2.new(0, 361, 0, 101)
  33.  
  34. UICorner.CornerRadius = UDim.new(0, 12)
  35. UICorner.Parent = BackFrame
  36.  
  37. TopFrame.Name = "TopFrame"
  38. TopFrame.Parent = BackFrame
  39. TopFrame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  40. TopFrame.Size = UDim2.new(0, 361, 0, 29)
  41.  
  42. UICorner_2.CornerRadius = UDim.new(0, 12)
  43. UICorner_2.Parent = TopFrame
  44.  
  45. UIGradient.Color = ColorSequence.new{ColorSequenceKeypoint.new(0.00, Color3.fromRGB(54, 0, 121)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(85, 0, 182))}
  46. UIGradient.Rotation = 90
  47. UIGradient.Parent = TopFrame
  48.  
  49. TextLabel.Parent = TopFrame
  50. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  51. TextLabel.BackgroundTransparency = 1.000
  52. TextLabel.Position = UDim2.new(0.387811601, 0, -0.0344827585, 0)
  53. TextLabel.Size = UDim2.new(0, 87, 0, 29)
  54. TextLabel.Font = Enum.Font.Code
  55. TextLabel.Text = "Azure"
  56. TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  57. TextLabel.TextScaled = true
  58. TextLabel.TextSize = 14.000
  59. TextLabel.TextWrapped = true
  60.  
  61. UIGradient_2.Color = ColorSequence.new{ColorSequenceKeypoint.new(0.00, Color3.fromRGB(76, 0, 182)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(37, 0, 81))}
  62. UIGradient_2.Offset = Vector2.new(0.5, 0)
  63. UIGradient_2.Rotation = 90
  64. UIGradient_2.Parent = BackFrame
  65.  
  66. LoadingText.Name = "LoadingText"
  67. LoadingText.Parent = BackFrame
  68. LoadingText.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  69. LoadingText.BackgroundTransparency = 1.000
  70. LoadingText.Position = UDim2.new(0.0775623247, 0, 0.286810249, 0)
  71. LoadingText.Size = UDim2.new(0, 312, 0, 25)
  72. LoadingText.Font = Enum.Font.Code
  73. LoadingText.Text = "welcome"
  74. LoadingText.TextColor3 = Color3.fromRGB(163, 163, 163)
  75. LoadingText.TextScaled = true
  76. LoadingText.TextSize = 14.000
  77. LoadingText.TextWrapped = true
  78.  
  79. LoadingFrame.Name = "LoadingFrame"
  80. LoadingFrame.Parent = BackFrame
  81. LoadingFrame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  82. LoadingFrame.Position = UDim2.new(0.0526315793, 0, 0.605504572, 0)
  83. LoadingFrame.Size = UDim2.new(0, 321, 0, 26)
  84.  
  85. UICorner_3.CornerRadius = UDim.new(0, 12)
  86. UICorner_3.Parent = LoadingFrame
  87.  
  88. UIGradient_3.Color = ColorSequence.new{ColorSequenceKeypoint.new(0.00, Color3.fromRGB(106, 106, 106)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(61, 61, 61))}
  89. UIGradient_3.Rotation = 90
  90. UIGradient_3.Parent = LoadingFrame
  91.  
  92. Loading.Name = "Loading"
  93. Loading.Parent = LoadingFrame
  94. Loading.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  95. Loading.Position = UDim2.new(0, 0, -0.00988065265, 0)
  96. Loading.Size = UDim2.new(0.0280373823, 0, 1.00988066, 0)
  97.  
  98. UICorner_4.CornerRadius = UDim.new(0, 12)
  99. UICorner_4.Parent = Loading
  100.  
  101. UIGradient_4.Color = ColorSequence.new{ColorSequenceKeypoint.new(0.00, Color3.fromRGB(92, 0, 220)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(51, 0, 115))}
  102. UIGradient_4.Rotation = 90
  103. UIGradient_4.Parent = Loading
  104.  
  105. UIAspectRatioConstraint.Parent = BackFrame
  106. UIAspectRatioConstraint.AspectRatio = 3.574
  107.  
  108.  
  109. local function TFOQWM_fake_script()
  110.     local script = Instance.new('LocalScript', Loading)
  111.  
  112.     local LoadingTxt = script.Parent.Parent
  113.     local goingDownxd = script.Parent.Parent.Parent.Parent.BackFrame
  114.         local sound = Instance.new("Sound")
  115. sound.SoundId = "rbxassetid://3320590485"
  116. sound.Parent = game:GetService("SoundService")
  117. sound:Play()
  118. local sound = Instance.new("Sound")
  119. sound.SoundId = "rbxassetid://3320590485"
  120. sound.Parent = game:GetService("SoundService")
  121. sound:Play()
  122. local sound = Instance.new("Sound")
  123. sound.SoundId = "rbxassetid://3320590485"
  124. sound.Parent = game:GetService("SoundService")
  125. sound:Play()
  126. local sound = Instance.new("Sound")
  127. sound.SoundId = "rbxassetid://3320590485"
  128. sound.Parent = game:GetService("SoundService")
  129. sound:Play()
  130. local sound = Instance.new("Sound")
  131. sound.SoundId = "rbxassetid://3320590485"
  132. sound.Parent = game:GetService("SoundService")
  133. sound:Play()
  134. local sound = Instance.new("Sound")
  135. sound.SoundId = "rbxassetid://3320590485"
  136. sound.Parent = game:GetService("SoundService")
  137. sound:Play()
  138. local sound = Instance.new("Sound")
  139. sound.SoundId = "rbxassetid://3320590485"
  140. sound.Parent = game:GetService("SoundService")
  141. sound:Play()
  142. local sound = Instance.new("Sound")
  143. sound.SoundId = "rbxassetid://3320590485"
  144. sound.Parent = game:GetService("SoundService")
  145. sound:Play()
  146. local sound = Instance.new("Sound")
  147. sound.SoundId = "rbxassetid://3320590485"
  148. sound.Parent = game:GetService("SoundService")
  149. sound:Play()
  150. local sound = Instance.new("Sound")
  151. sound.SoundId = "rbxassetid://3320590485"
  152. sound.Parent = game:GetService("SoundService")
  153. sound:Play()
  154. local sound = Instance.new("Sound")
  155. sound.SoundId = "rbxassetid://3320590485"
  156. sound.Parent = game:GetService("SoundService")
  157. sound:Play()
  158. local sound = Instance.new("Sound")
  159. sound.SoundId = "rbxassetid://3320590485"
  160. sound.Parent = game:GetService("SoundService")
  161. sound:Play()
  162. local sound = Instance.new("Sound")
  163. sound.SoundId = "rbxassetid://3320590485"
  164. sound.Parent = game:GetService("SoundService")
  165. sound:Play()
  166. local sound = Instance.new("Sound")
  167. sound.SoundId = "rbxassetid://3320590485"
  168. sound.Parent = game:GetService("SoundService")
  169. sound:Play()
  170. local sound = Instance.new("Sound")
  171. sound.SoundId = "rbxassetid://3320590485"
  172. sound.Parent = game:GetService("SoundService")
  173. sound:Play()
  174. local sound = Instance.new("Sound")
  175. sound.SoundId = "rbxassetid://3320590485"
  176. sound.Parent = game:GetService("SoundService")
  177. sound:Play()
  178.     wait(2)
  179.     script.Parent:TweenSize(UDim2.new(0, 88,0, 26))
  180.     script.Parent.Parent.Parent.LoadingText.Text = "setting up"
  181.     print("[1/4] Setting up Script")
  182.         local sound = Instance.new("Sound")
  183. sound.SoundId = "rbxassetid://3320590485"
  184. sound.Parent = game:GetService("SoundService")
  185. sound:Play()
  186. local sound = Instance.new("Sound")
  187. sound.SoundId = "rbxassetid://3320590485"
  188. sound.Parent = game:GetService("SoundService")
  189. sound:Play()
  190. local sound = Instance.new("Sound")
  191. sound.SoundId = "rbxassetid://3320590485"
  192. sound.Parent = game:GetService("SoundService")
  193. sound:Play()
  194. local sound = Instance.new("Sound")
  195. sound.SoundId = "rbxassetid://3320590485"
  196. sound.Parent = game:GetService("SoundService")
  197. sound:Play()
  198. local sound = Instance.new("Sound")
  199. sound.SoundId = "rbxassetid://3320590485"
  200. sound.Parent = game:GetService("SoundService")
  201. sound:Play()
  202. local sound = Instance.new("Sound")
  203. sound.SoundId = "rbxassetid://3320590485"
  204. sound.Parent = game:GetService("SoundService")
  205. sound:Play()
  206. local sound = Instance.new("Sound")
  207. sound.SoundId = "rbxassetid://3320590485"
  208. sound.Parent = game:GetService("SoundService")
  209. sound:Play()
  210. local sound = Instance.new("Sound")
  211. sound.SoundId = "rbxassetid://3320590485"
  212. sound.Parent = game:GetService("SoundService")
  213. sound:Play()
  214. local sound = Instance.new("Sound")
  215. sound.SoundId = "rbxassetid://3320590485"
  216. sound.Parent = game:GetService("SoundService")
  217. sound:Play()
  218. local sound = Instance.new("Sound")
  219. sound.SoundId = "rbxassetid://3320590485"
  220. sound.Parent = game:GetService("SoundService")
  221. sound:Play()
  222. local sound = Instance.new("Sound")
  223. sound.SoundId = "rbxassetid://3320590485"
  224. sound.Parent = game:GetService("SoundService")
  225. sound:Play()
  226. local sound = Instance.new("Sound")
  227. sound.SoundId = "rbxassetid://3320590485"
  228. sound.Parent = game:GetService("SoundService")
  229. sound:Play()
  230. local sound = Instance.new("Sound")
  231. sound.SoundId = "rbxassetid://3320590485"
  232. sound.Parent = game:GetService("SoundService")
  233. sound:Play()
  234. local sound = Instance.new("Sound")
  235. sound.SoundId = "rbxassetid://3320590485"
  236. sound.Parent = game:GetService("SoundService")
  237. sound:Play()
  238. local sound = Instance.new("Sound")
  239. sound.SoundId = "rbxassetid://3320590485"
  240. sound.Parent = game:GetService("SoundService")
  241. sound:Play()
  242. local sound = Instance.new("Sound")
  243. sound.SoundId = "rbxassetid://3320590485"
  244. sound.Parent = game:GetService("SoundService")
  245. sound:Play()
  246.     wait(1)
  247.  
  248.  
  249.     script.Parent:TweenSize(UDim2.new(0, 165,0, 26))
  250.     script.Parent.Parent.Parent.LoadingText.Text = "bypassing anticheat"
  251.     assert(getrawmetatable)
  252.     grm = getrawmetatable(game)
  253.     setreadonly(grm, false)
  254.     old = grm.__namecall
  255.     grm.__namecall = newcclosure(function(self, ...)
  256.         local args = {...}
  257.         if tostring(args[1]) == "TeleportDetect" then
  258.             return
  259.         elseif tostring(args[1]) == "CHECKER_1" then
  260.             return
  261.         elseif tostring(args[1]) == "CHECKER" then
  262.             return
  263.         elseif tostring(args[1]) == "GUI_CHECK" then
  264.             return
  265.         elseif tostring(args[1]) == "OneMoreTime" then
  266.             return
  267.         elseif tostring(args[1]) == "checkingSPEED" then
  268.             return
  269.         elseif tostring(args[1]) == "BANREMOTE" then
  270.             return
  271.         elseif tostring(args[1]) == "PERMAIDBAN" then
  272.             return
  273.         elseif tostring(args[1]) == "KICKREMOTE" then
  274.             return
  275.         elseif tostring(args[1]) == "BR_KICKPC" then
  276.             return
  277.         elseif tostring(args[1]) == "BR_KICKMOBILE" then
  278.             return
  279.         end
  280.         return old(self, ...)
  281.     end)
  282.     print("[2/4] Bypassing Anticheat")
  283.     local sound = Instance.new("Sound")
  284. sound.SoundId = "rbxassetid://3320590485"
  285. sound.Parent = game:GetService("SoundService")
  286. sound:Play()
  287. local sound = Instance.new("Sound")
  288. sound.SoundId = "rbxassetid://3320590485"
  289. sound.Parent = game:GetService("SoundService")
  290. sound:Play()
  291. local sound = Instance.new("Sound")
  292. sound.SoundId = "rbxassetid://3320590485"
  293. sound.Parent = game:GetService("SoundService")
  294. sound:Play()
  295. local sound = Instance.new("Sound")
  296. sound.SoundId = "rbxassetid://3320590485"
  297. sound.Parent = game:GetService("SoundService")
  298. sound:Play()
  299. local sound = Instance.new("Sound")
  300. sound.SoundId = "rbxassetid://3320590485"
  301. sound.Parent = game:GetService("SoundService")
  302. sound:Play()
  303. local sound = Instance.new("Sound")
  304. sound.SoundId = "rbxassetid://3320590485"
  305. sound.Parent = game:GetService("SoundService")
  306. sound:Play()
  307. local sound = Instance.new("Sound")
  308. sound.SoundId = "rbxassetid://3320590485"
  309. sound.Parent = game:GetService("SoundService")
  310. sound:Play()
  311. local sound = Instance.new("Sound")
  312. sound.SoundId = "rbxassetid://3320590485"
  313. sound.Parent = game:GetService("SoundService")
  314. sound:Play()
  315. local sound = Instance.new("Sound")
  316. sound.SoundId = "rbxassetid://3320590485"
  317. sound.Parent = game:GetService("SoundService")
  318. sound:Play()
  319. local sound = Instance.new("Sound")
  320. sound.SoundId = "rbxassetid://3320590485"
  321. sound.Parent = game:GetService("SoundService")
  322. sound:Play()
  323. local sound = Instance.new("Sound")
  324. sound.SoundId = "rbxassetid://3320590485"
  325. sound.Parent = game:GetService("SoundService")
  326. sound:Play()
  327. local sound = Instance.new("Sound")
  328. sound.SoundId = "rbxassetid://3320590485"
  329. sound.Parent = game:GetService("SoundService")
  330. sound:Play()
  331. local sound = Instance.new("Sound")
  332. sound.SoundId = "rbxassetid://3320590485"
  333. sound.Parent = game:GetService("SoundService")
  334. sound:Play()
  335. local sound = Instance.new("Sound")
  336. sound.SoundId = "rbxassetid://3320590485"
  337. sound.Parent = game:GetService("SoundService")
  338. sound:Play()
  339. local sound = Instance.new("Sound")
  340. sound.SoundId = "rbxassetid://3320590485"
  341. sound.Parent = game:GetService("SoundService")
  342. sound:Play()
  343. local sound = Instance.new("Sound")
  344. sound.SoundId = "rbxassetid://3320590485"
  345. sound.Parent = game:GetService("SoundService")
  346. sound:Play()
  347.  
  348.     wait(1.2)
  349.     script.Parent:TweenSize(UDim2.new(0, 232,0, 26))
  350.     script.Parent.Parent.Parent.LoadingText.Text = "checking if whitelisted.."
  351.     print("[3/4] Checking if Whitelisted")
  352.     local sound = Instance.new("Sound")
  353. sound.SoundId = "rbxassetid://3320590485"
  354. sound.Parent = game:GetService("SoundService")
  355. sound:Play()
  356. local sound = Instance.new("Sound")
  357. sound.SoundId = "rbxassetid://3320590485"
  358. sound.Parent = game:GetService("SoundService")
  359. sound:Play()
  360. local sound = Instance.new("Sound")
  361. sound.SoundId = "rbxassetid://3320590485"
  362. sound.Parent = game:GetService("SoundService")
  363. sound:Play()
  364. local sound = Instance.new("Sound")
  365. sound.SoundId = "rbxassetid://3320590485"
  366. sound.Parent = game:GetService("SoundService")
  367. sound:Play()
  368. local sound = Instance.new("Sound")
  369. sound.SoundId = "rbxassetid://3320590485"
  370. sound.Parent = game:GetService("SoundService")
  371. sound:Play()
  372. local sound = Instance.new("Sound")
  373. sound.SoundId = "rbxassetid://3320590485"
  374. sound.Parent = game:GetService("SoundService")
  375. sound:Play()
  376. local sound = Instance.new("Sound")
  377. sound.SoundId = "rbxassetid://3320590485"
  378. sound.Parent = game:GetService("SoundService")
  379. sound:Play()
  380. local sound = Instance.new("Sound")
  381. sound.SoundId = "rbxassetid://3320590485"
  382. sound.Parent = game:GetService("SoundService")
  383. sound:Play()
  384. local sound = Instance.new("Sound")
  385. sound.SoundId = "rbxassetid://3320590485"
  386. sound.Parent = game:GetService("SoundService")
  387. sound:Play()
  388. local sound = Instance.new("Sound")
  389. sound.SoundId = "rbxassetid://3320590485"
  390. sound.Parent = game:GetService("SoundService")
  391. sound:Play()
  392. local sound = Instance.new("Sound")
  393. sound.SoundId = "rbxassetid://3320590485"
  394. sound.Parent = game:GetService("SoundService")
  395. sound:Play()
  396. local sound = Instance.new("Sound")
  397. sound.SoundId = "rbxassetid://3320590485"
  398. sound.Parent = game:GetService("SoundService")
  399. sound:Play()
  400. local sound = Instance.new("Sound")
  401. sound.SoundId = "rbxassetid://3320590485"
  402. sound.Parent = game:GetService("SoundService")
  403. sound:Play()
  404. local sound = Instance.new("Sound")
  405. sound.SoundId = "rbxassetid://3320590485"
  406. sound.Parent = game:GetService("SoundService")
  407. sound:Play()
  408. local sound = Instance.new("Sound")
  409. sound.SoundId = "rbxassetid://3320590485"
  410. sound.Parent = game:GetService("SoundService")
  411. sound:Play()
  412. local sound = Instance.new("Sound")
  413. sound.SoundId = "rbxassetid://3320590485"
  414. sound.Parent = game:GetService("SoundService")
  415. sound:Play()
  416.  
  417.     wait(1.5)
  418.     script.Parent:TweenSize(UDim2.new(1,0,1,0))
  419.     script.Parent.Parent.Parent.LoadingText.Text = "executing ui"
  420.     print("[4/4] Executing ui in 2S")
  421.         local sound = Instance.new("Sound")
  422. sound.SoundId = "rbxassetid://3320590485"
  423. sound.Parent = game:GetService("SoundService")
  424. sound:Play()
  425. local sound = Instance.new("Sound")
  426. sound.SoundId = "rbxassetid://3320590485"
  427. sound.Parent = game:GetService("SoundService")
  428. sound:Play()
  429. local sound = Instance.new("Sound")
  430. sound.SoundId = "rbxassetid://3320590485"
  431. sound.Parent = game:GetService("SoundService")
  432. sound:Play()
  433. local sound = Instance.new("Sound")
  434. sound.SoundId = "rbxassetid://3320590485"
  435. sound.Parent = game:GetService("SoundService")
  436. sound:Play()
  437. local sound = Instance.new("Sound")
  438. sound.SoundId = "rbxassetid://3320590485"
  439. sound.Parent = game:GetService("SoundService")
  440. sound:Play()
  441. local sound = Instance.new("Sound")
  442. sound.SoundId = "rbxassetid://3320590485"
  443. sound.Parent = game:GetService("SoundService")
  444. sound:Play()
  445. local sound = Instance.new("Sound")
  446. sound.SoundId = "rbxassetid://3320590485"
  447. sound.Parent = game:GetService("SoundService")
  448. sound:Play()
  449. local sound = Instance.new("Sound")
  450. sound.SoundId = "rbxassetid://3320590485"
  451. sound.Parent = game:GetService("SoundService")
  452. sound:Play()
  453. local sound = Instance.new("Sound")
  454. sound.SoundId = "rbxassetid://3320590485"
  455. sound.Parent = game:GetService("SoundService")
  456. sound:Play()
  457. local sound = Instance.new("Sound")
  458. sound.SoundId = "rbxassetid://3320590485"
  459. sound.Parent = game:GetService("SoundService")
  460. sound:Play()
  461. local sound = Instance.new("Sound")
  462. sound.SoundId = "rbxassetid://3320590485"
  463. sound.Parent = game:GetService("SoundService")
  464. sound:Play()
  465. local sound = Instance.new("Sound")
  466. sound.SoundId = "rbxassetid://3320590485"
  467. sound.Parent = game:GetService("SoundService")
  468. sound:Play()
  469. local sound = Instance.new("Sound")
  470. sound.SoundId = "rbxassetid://3320590485"
  471. sound.Parent = game:GetService("SoundService")
  472. sound:Play()
  473. local sound = Instance.new("Sound")
  474. sound.SoundId = "rbxassetid://3320590485"
  475. sound.Parent = game:GetService("SoundService")
  476. sound:Play()
  477. local sound = Instance.new("Sound")
  478. sound.SoundId = "rbxassetid://3320590485"
  479. sound.Parent = game:GetService("SoundService")
  480. sound:Play()
  481. local sound = Instance.new("Sound")
  482. sound.SoundId = "rbxassetid://3320590485"
  483. sound.Parent = game:GetService("SoundService")
  484. sound:Play()
  485.     wait(2)
  486.     goingDownxd:TweenPosition(UDim2.new(0.493, 0,1.07, 0))
  487.     wait(1)
  488.     script.Parent.Parent.Parent.Parent.Parent.azureLoader:Destroy()
  489. end
  490. coroutine.wrap(TFOQWM_fake_script)()
  491. local function DDIVBK_fake_script()
  492.     local script = Instance.new('LocalScript', BackFrame)
  493.  
  494.     script.Parent:TweenPosition(UDim2.new(0.5, 0,0.499, 0))
  495. end
  496. coroutine.wrap(DDIVBK_fake_script)()
  497.  
  498. wait(8.8)
  499.  
  500. function CheckStatus(param)
  501.     if param == "visualc0de" or "dhscripts1" or "l4ost" then
  502.         return "Special"
  503.     end
  504.     return "Whitelisted"
  505. end
  506.  
  507. function GetSubPrefix(str)
  508.     local str = tostring(str):gsub(" ","")
  509.     local var = ""
  510.     --
  511.     if #str == 2 then
  512.         local sec = string.sub(str,#str,#str+1)
  513.         var = sec == "1" and "st" or sec == "2" and "nd" or sec == "3" and "rd" or "th"
  514.     end
  515.     --
  516.     return var
  517. end
  518.  
  519. local title_string = "Azure | User Status : "..CheckStatus(game.Players.LocalPlayer.Name).." | %A, %B"
  520. local day = os.date(" %d", os.time())
  521. local second_string = ", %Y."
  522. title_string = os.date(title_string, os.time())..day..GetSubPrefix(day)..os.date(second_string, os.time())
  523.  
  524. local lplr = game.Players.LocalPlayer
  525. local camera = game:GetService("Workspace").CurrentCamera
  526. local CurrentCamera = workspace.CurrentCamera
  527. local worldToViewportPoint = CurrentCamera.worldToViewportPoint
  528. local mouse = game.Players.LocalPlayer:GetMouse()
  529. local UserInput = game:GetService("UserInputService")
  530.  
  531.  
  532.  
  533. _G.FakeAnim1 = game.Players.LocalPlayer.Character.Animate.idle.Animation1.AnimationId
  534. _G.FakeAnim2 = game.Players.LocalPlayer.Character.Animate.run.RunAnim.AnimationId
  535. _G.FakeAnim3 = game.Players.LocalPlayer.Character.Animate.walk.WalkAnim.AnimationId
  536.  
  537.  
  538. getgenv().taffy_esp = {
  539.     box = {
  540.         enabled1 = true,
  541.         enabled = false,
  542.         outline = false,
  543.         healthbar = false,
  544.         color1 = Color3.fromRGB(255, 255, 255),
  545.         color2 = Color3.fromRGB(0, 0, 0),
  546.         healthbarcolor = Color3.fromRGB(4, 0, 255)
  547.     },
  548.     tracer = {
  549.         enabled = false,
  550.         unlocktracers = false,
  551.         color = Color3.fromRGB(255, 255, 255)
  552.     },
  553.     name = {
  554.         enabled = false,
  555.         outline = false,
  556.         size = 13,
  557.         font = 2,
  558.         color = Color3.fromRGB(255, 255, 255)
  559.     },
  560.     misc = {
  561.         teamcheck = false,
  562.         useteamcolors = false,
  563.         visibleonly = true
  564.     },
  565.     Toolsshow = {
  566.         enable = false,
  567.         outline = false,
  568.         size = 8,
  569.         font = 3,
  570.         color = Color3.fromRGB(147, 39, 161)
  571.     }
  572. }
  573.  
  574. function esp(v)
  575.     -- box --
  576.     local BLOCKOUTLINE = Drawing.new("Square")
  577.     BLOCKOUTLINE.Visible = false
  578.     BLOCKOUTLINE.Color = Color3.new(0,0,0)
  579.     BLOCKOUTLINE.Thickness = 3
  580.     BLOCKOUTLINE.Transparency = 1
  581.     BLOCKOUTLINE.Filled = false
  582.  
  583.     local BOXPLAYER = Drawing.new("Square")
  584.     BOXPLAYER.Visible = false
  585.     BOXPLAYER.Color = taffy_esp.box.color1
  586.     BOXPLAYER.Thickness = 1
  587.     BOXPLAYER.Transparency = 1
  588.     BOXPLAYER.Filled = false
  589.  
  590.     local HealthBarOUTLINE = Drawing.new("Square")
  591.     HealthBarOUTLINE.Thickness = 3
  592.     HealthBarOUTLINE.Filled = false
  593.     HealthBarOUTLINE.Color = Color3.new(0,0,0)
  594.     HealthBarOUTLINE.Transparency = 1
  595.     HealthBarOUTLINE.Visible = false
  596.  
  597.     local HealthBarITSELF = Drawing.new("Square")
  598.     HealthBarITSELF.Thickness = 1
  599.     HealthBarITSELF.Filled = false
  600.     HealthBarITSELF.Transparency = 1
  601.     HealthBarITSELF.Visible = false
  602.    
  603.     local Tracer = Drawing.new("Line")
  604.     Tracer.Visible = false
  605.     Tracer.Color = Color3.new(1,1,1)
  606.     Tracer.Thickness = 1
  607.     Tracer.Transparency = 1
  608.  
  609.     local Name = Drawing.new("Text")
  610.     Name.Transparency = 1
  611.     Name.Visible = false
  612.     Name.Color = taffy_esp.name.color
  613.     Name.Size = 16
  614.     Name.Center = true
  615.     Name.Outline = false
  616.     Name.Font = 2
  617.     Name.Text = "name [100/100]"
  618.  
  619.     local toolshow = Drawing.new("Text")
  620.     toolshow.Transparency = 1
  621.     toolshow.Visible = false
  622.     toolshow.Color = getgenv().taffy_esp.Toolsshow.color
  623.     toolshow.Size = 16
  624.     toolshow.Center = true
  625.     toolshow.Outline = false
  626.     toolshow.Font = 2
  627.     toolshow.Text = ""
  628. game:GetService("RunService").RenderStepped:Connect(function()
  629.         if v.Character ~= nil and v.Character:FindFirstChild("Humanoid") ~= nil and v.Character:FindFirstChild("HumanoidRootPart") ~= nil and v ~= lplr and v.Character.Humanoid.Health  > 0 and (not taffy_esp.misc.teamcheck or v.TeamColor == lplr.TeamColor) then
  630.             local Vector, onScreen = camera:worldToViewportPoint(v.Character.HumanoidRootPart.Position)
  631.             local Distance = (CurrentCamera.CFrame.p - v.Character.HumanoidRootPart.Position).Magnitude
  632.             local RootPart = v.Character.HumanoidRootPart
  633.             local Head = v.Character.Head
  634.             local RootPosition, RootVis = worldToViewportPoint(CurrentCamera, RootPart.Position)
  635.             local HeadPosition = worldToViewportPoint(CurrentCamera, Head.Position + Vector3.new(0,0.5,0))
  636.             local LegPosition = worldToViewportPoint(CurrentCamera, RootPart.Position - Vector3.new(0,3,0))
  637.             if (not taffy_esp.misc.visibleonly or onScreen) then
  638.                 if taffy_esp.box.enabled1 then
  639.                     BLOCKOUTLINE.Size = Vector2.new(2500 / RootPosition.Z, HeadPosition.Y - LegPosition.Y)
  640.                     BLOCKOUTLINE.Position = Vector2.new(RootPosition.X - BLOCKOUTLINE.Size.X / 2, RootPosition.Y - BLOCKOUTLINE.Size.Y / 2)
  641.                     BLOCKOUTLINE.Visible = taffy_esp.box.outline
  642.                     BLOCKOUTLINE.Color = taffy_esp.box.color2
  643.    
  644.                     BOXPLAYER.Size = Vector2.new(2500 / RootPosition.Z, HeadPosition.Y - LegPosition.Y)
  645.                     BOXPLAYER.Position = Vector2.new(RootPosition.X - BOXPLAYER.Size.X / 2, RootPosition.Y - BOXPLAYER.Size.Y / 2)
  646.                     BOXPLAYER.Visible = taffy_esp.box.enabled
  647.                     if not taffy_esp.misc.useteamcolors then
  648.                         local color = v.TeamColor
  649.                         BOXPLAYER.Color = taffy_esp.box.color1
  650.                     else
  651.                         BOXPLAYER.Color = taffy_esp.box.color1
  652.                     end
  653.                        
  654.                     HealthBarOUTLINE.Size = Vector2.new(2, HeadPosition.Y - LegPosition.Y)
  655.                     HealthBarOUTLINE.Position = HealthBarOUTLINE.Position - Vector2.new(6,0)
  656.                     HealthBarOUTLINE.Visible = taffy_esp.box.outline
  657.    
  658.                     HealthBarITSELF.Size = Vector2.new(2, (HeadPosition.Y - LegPosition.Y) / (v.Character.Humanoid.MaxHealth / math.clamp(v.Character.Humanoid.Health, 0,v.Character.Humanoid.MaxHealth)))
  659.                     HealthBarITSELF.Position = Vector2.new(BOXPLAYER.Position.X - 5, BOXPLAYER.Position.Y + (1 / HealthBarITSELF.Size.Y))
  660.                     HealthBarITSELF.Color = taffy_esp.box.healthbarcolor
  661.                     HealthBarITSELF.Visible = taffy_esp.box.healthbar
  662.                    
  663.                    
  664.                    
  665.                    
  666.                 else
  667.                     BLOCKOUTLINE.Visible = false
  668.                     BOXPLAYER.Visible = false
  669.                     HealthBarOUTLINE.Visible = false
  670.                     HealthBarITSELF.Visible = false
  671.                 end
  672.                 if taffy_esp.tracer.enabled then
  673.                     if taffy_esp.tracer.unlocktracers then
  674.                         Tracer.From = Vector2.new(mouse.X, mouse.Y + 36)
  675.                     else
  676.                         Tracer.From = Vector2.new(camera.ViewportSize.X / 2, camera.ViewportSize.Y / 1)
  677.                     end
  678.                     Tracer.To = Vector2.new(Vector.X, Vector.Y)
  679.                     Tracer.Visible = taffy_esp.tracer.enabled
  680.                     if not taffy_esp.misc.useteamcolors then
  681.                         local color = v.TeamColor
  682.                         Tracer.Color = taffy_esp.tracer.color
  683.                     else
  684.                         Tracer.Color = taffy_esp.tracer.color
  685.                     end
  686.                 else
  687.                     Tracer.Visible = false
  688.                 end
  689.  
  690.                 if taffy_esp.Toolsshow.enable then
  691.                         local Equipped = v.Character:FindFirstChildOfClass("Tool") and v.Character:FindFirstChildOfClass("Tool").Name or "None"
  692.                     toolshow.Text = Equipped
  693.                     toolshow.Position = Vector2.new(workspace.Camera:WorldToViewportPoint(v.Character.Head.Position).X, workspace.Camera:WorldToViewportPoint(v.Character.Head.Position).Y + 30)
  694.                     toolshow.Color = getgenv().taffy_esp.Toolsshow.color
  695.                     toolshow.Font = 3
  696.                     Name.Size = taffy_esp.Toolsshow.size
  697.                     toolshow.Visible = true
  698.                     else
  699.                         toolshow.Visible = false
  700.                 end
  701.  
  702.  
  703.                 if taffy_esp.name.enabled then
  704.                     Name.Text = tostring(v.Character.Humanoid.DisplayName).. " [" .. tostring(math.floor(v.Character.Humanoid.Health + 0.5)) .. "/" .. tostring(v.Character.Humanoid.MaxHealth) .. "]"
  705.                     Name.Position = Vector2.new(workspace.Camera:WorldToViewportPoint(v.Character.Head.Position).X, workspace.Camera:WorldToViewportPoint(v.Character.Head.Position).Y - 30)
  706.                     Name.Visible = true
  707.                     Name.Size = taffy_esp.name.size
  708.                     if not taffy_esp.misc.useteamcolors then
  709.                         local color = v.TeamColor
  710.                         Name.Color = taffy_esp.name.color
  711.                     else
  712.                         Name.Color = taffy_esp.name.color
  713.                     end
  714.                     Name.Outline = taffy_esp.name.outline
  715.                 else
  716.                     Name.Visible = false
  717.                 end
  718.             else
  719.                 BLOCKOUTLINE.Visible = false
  720.                 BOXPLAYER.Visible = false
  721.                 toolshow.Visible=false
  722.                 HealthBarOUTLINE.Visible = false
  723.                 HealthBarITSELF.Visible = false
  724.                 Tracer.Visible = false
  725.                 Name.Visible = false
  726.             end
  727.         else
  728.             toolshow.Visible=false
  729.             BLOCKOUTLINE.Visible = false
  730.             BOXPLAYER.Visible = false
  731.             HealthBarOUTLINE.Visible = false
  732.             HealthBarITSELF.Visible = false
  733.             Tracer.Visible = false
  734.             Name.Visible = false
  735.         end
  736.     end)
  737. end
  738.  
  739. for i,v in pairs(game.Players:GetChildren()) do
  740.     esp(v)
  741. end
  742.  
  743. game.Players.PlayerAdded:Connect(function(v)
  744.     esp(v)
  745. end)
  746.  
  747. local azure = {
  748.     UISettings = {
  749.         Rainbow = nil
  750.     },
  751.     Aiming = {
  752.         Aimbot = {
  753.             Enabled = nil,
  754.             Prediction = nil,
  755.             Hitbox = nil,
  756.             Smoothing = {
  757.                 Enabled = nil,
  758.                 Value = nil
  759.             },
  760.             VelocityResolver = nil,
  761.             ReverseResolver = nil,
  762.             Alerts = nil
  763.         },
  764.         Target = {
  765.             Enabled = nil,
  766.             Prediction = nil,
  767.             Hitbox = nil,
  768.             Alerts = nil,
  769.             Tracer = {
  770.                 Enabled = nil,
  771.                 Color = nil,
  772.                 From = nil,
  773.             },
  774.             PingBased = nil,
  775.             Highlight = {
  776.                 Enabled = nil,
  777.                 FillColor = nil,
  778.                 OutlineColor = nil
  779.             },
  780.             LookAt = nil,
  781.             ViewAt = nil,
  782.             FakeHitbox = {
  783.                 Enabled = nil,
  784.                 Color = nil,
  785.                 Size = nil,
  786.                 Material = nil
  787.             },
  788.             Offset = {
  789.                 Y = nil
  790.             },
  791.             Dot = {
  792.                 Enabled = nil,Color = nil
  793.             }
  794.         },
  795.         WristPos = {
  796.             Enabled = nil,
  797.             Distance = nil
  798.         },
  799.         TargetStrafe = {
  800.             Enabled = nil,
  801.             Speed = nil,
  802.             Distance = nil,
  803.             Height = nil,
  804.             Visualize = {
  805.                 Enabled = nil,
  806.                 Color = nil
  807.             }
  808.         }
  809.     },
  810.     Blatant = {
  811.         CFrame = {
  812.             Enabled = nil,
  813.             Value = nil
  814.         },
  815.         Exploits = {
  816.             AutoStomp = nil,
  817.             AntiBag = nil,
  818.             NoSlow = nil,
  819.             JumpCooldown = nil
  820.         },
  821.         AntiStomp = {
  822.             Enabled = nil,
  823.             Type = nil
  824.         },
  825.         FakeLag = {
  826.             Enabled = nil,
  827.             Duration = nil
  828.         },
  829.         AntiAim = {
  830.             SemiLegit = nil,
  831.             VelocityUnderGround = nil,
  832.             VelocityUnderGroundAmount = nil,
  833.             RotVelocity = {
  834.                 Enabled = nil,Value = nil
  835.             }
  836.         },
  837.         GunMod = {
  838.             AutoReload = nil
  839.         },
  840.         ToolReach = nil
  841.     },
  842.     Visuals = {
  843.         Local = {
  844.             Chams = nil,
  845.             Highlight = {
  846.                 Enabled = nil,
  847.                 FillColor = nil,
  848.                 OutlineColor = nil,
  849.             },
  850.             CloneChams = {
  851.                 Enabled = nil,
  852.                 Duration = nil,
  853.                 Color = nil,
  854.                 Material = nil
  855.             }
  856.         },
  857.     }
  858. }
  859.    
  860.  
  861. local LocalPlayer = game.Players.LocalPlayer
  862.  
  863. local LocalPlayerObjs = {
  864.     Mouse = LocalPlayer:GetMouse()
  865. }
  866.  
  867. local RunService = game:GetService("RunService")
  868.  
  869. local repo = 'https://raw.githubusercontent.com/wally-rblx/LinoriaLib/main/'
  870.  
  871. local Library = loadstring(game:HttpGet(repo .. 'Library.lua'))()
  872. local ThemeManager = loadstring(game:HttpGet(repo .. 'addons/ThemeManager.lua'))()
  873. local SaveManager = loadstring(game:HttpGet(repo .. 'addons/SaveManager.lua'))()
  874.  
  875. local Window = Library:CreateWindow({
  876.     Title = 'Azure | Beta',
  877.     Center = true,
  878.     AutoShow = true,
  879. })
  880.  
  881. local Tabs = {
  882.     Aiming = Window:AddTab('Aiming'),
  883.     Blatant = Window:AddTab('Blatant'),
  884.     Visuals = Window:AddTab('Visuals'),
  885.     Misc = Window:AddTab('Misc'),
  886.     ['UI Settings'] = Window:AddTab('Settings'),
  887. }
  888.  
  889.  
  890. local AimbotTab = Tabs.Aiming:AddLeftGroupbox('Aimbot')
  891. local TargetTab = Tabs.Aiming:AddRightGroupbox('Target Aim')
  892. local WristPosXOther = Tabs.Aiming:AddLeftTabbox()
  893. local WristPositionTab = WristPosXOther:AddTab('Wrist Position')
  894. local StrafeTab = WristPosXOther:AddTab('Strafe')
  895.  
  896. local ExploitsTab = Tabs.Blatant:AddLeftGroupbox('Exploits')
  897. local FlyTab = Tabs.Blatant:AddRightGroupbox('Fly')
  898. local CFrameTab = Tabs.Blatant:AddRightGroupbox('CFrame')
  899. local AntiStompTab = Tabs.Blatant:AddLeftGroupbox('Anti-Stomp')
  900. local GunModTab = Tabs.Blatant:AddLeftGroupbox('Gun Modification')
  901. local FakeLagTab = Tabs.Blatant:AddRightGroupbox('Fake Lag')
  902. local AntiAimTab = Tabs.Blatant:AddRightGroupbox('Anti Aim')
  903. local SpinbotTab = Tabs.Blatant:AddLeftGroupbox('Spinbot')
  904. local fakeanimTab = Tabs.Blatant:AddLeftGroupbox('FakeAnimations (AA)')
  905. local removehitboxTab = Tabs.Blatant:AddRightGroupbox('Remove Hitbox')
  906.  
  907.  
  908. local LocalTab = Tabs.Visuals:AddRightGroupbox('Character')
  909. local FOVTag = Tabs.Visuals:AddRightGroupbox('FOV')
  910. local CrosshairTab = Tabs.Visuals:AddRightGroupbox('Crosshair')
  911. local ESPTab = Tabs.Visuals:AddLeftGroupbox('ESP')
  912. local WorldTab = Tabs.Visuals:AddLeftGroupbox('World')
  913. local SkyboxTab = Tabs.Visuals:AddRightGroupbox('Sky box')
  914.  
  915. local AnimationsTab = Tabs.Misc:AddLeftGroupbox('Animations')
  916.  
  917. AnimationsTab:AddLabel("Don't change animations while moving")
  918. local TeleportTab = Tabs.Misc:AddRightGroupbox('Teleports')
  919.  
  920. local OtherGroupbox = Tabs["UI Settings"]:AddRightGroupbox('Other')
  921.  
  922. AimbotTab:AddToggle('AimbotEnabledTggle', {
  923.     Text = 'Enable',
  924.     Default = false,
  925.     Tooltip = 'Enable Aimbot',
  926. })
  927.  
  928. Toggles.AimbotEnabledTggle:OnChanged(function()
  929.     azure.Aiming.Aimbot.Enabled = Toggles.AimbotEnabledTggle.Value
  930. end)
  931.  
  932. Toggles.AimbotEnabledTggle:AddKeyPicker('AimbotKeyPickerXD', {
  933.     Default = 'None',
  934.     SyncToggleState = false,
  935.  
  936.     Mode = 'Toggle',
  937.  
  938.     Text = 'Aimbot',
  939.     NoUI = false,
  940. })
  941.  
  942. Options.AimbotKeyPickerXD:OnClick(function()
  943.     if azure.Aiming.Aimbot.Enabled then
  944.         AimbotBindEnabled = not AimbotBindEnabled
  945.         if AimbotBindEnabled then
  946.             AimbotTarget = AimbotGetTarget()
  947.             if azure.Aiming.Aimbot.Alerts then
  948.                 Library:Notify("Aiming : "..tostring(AimbotTarget.Character.Humanoid.DisplayName))
  949.             end
  950.         elseif not AimbotBindEnabled then
  951.             if azure.Aiming.Aimbot.Alerts then
  952.                 Library:Notify("Unaiming : "..tostring(AimbotTarget.Character.Humanoid.DisplayName))
  953.             end
  954.         end
  955.     end
  956. end)
  957.  
  958. AimbotTab:AddInput('AimbotPredictionTextbox', {
  959.     Default = '',
  960.     Numeric = false,
  961.     Finished = false,
  962.  
  963.     Text = 'Prediction',
  964.     Tooltip = 'Aimbot Prediction',
  965.  
  966.     Placeholder = 'Example = 7',
  967. })
  968.  
  969. Options.AimbotPredictionTextbox:OnChanged(function()
  970.     azure.Aiming.Aimbot.Prediction = Options.AimbotPredictionTextbox.Value
  971. end)
  972.  
  973. AimbotTab:AddToggle('AimbotDrawFOVTggle', {
  974.     Text = 'Draw FOV',
  975.     Default = false,
  976.     Tooltip = 'Enable Aimbot FOV',
  977. })
  978.  
  979. Toggles.AimbotDrawFOVTggle:OnChanged(function()
  980.     AimbotDrawFOV = Toggles.AimbotDrawFOVTggle.Value
  981. end)
  982.  
  983. Toggles.AimbotDrawFOVTggle:AddColorPicker('LocalHighlxxxxxxxxxxightFillColorColorPicker', {
  984.     Default = Color3.fromRGB(255,0,0),
  985.     Title = 'Aimbot FOV Color'
  986. })
  987.  
  988. Options.LocalHighlxxxxxxxxxxightFillColorColorPicker:OnChanged(function()
  989.     AimbotFOVClr = Options.LocalHighlxxxxxxxxxxightFillColorColorPicker.Value
  990. end)
  991.  
  992. AimbotTab:AddSlider('AimbotFOVSizex', {
  993.     Text = 'Aimbot FOV',
  994.  
  995.     Default = 5,
  996.     Min = 1,
  997.     Max = 5,
  998.     Rounding = 2,
  999.  
  1000.     Compact = false,
  1001. })
  1002.  
  1003. Options.AimbotFOVSizex:OnChanged(function()
  1004.     AimbotFOVSize = Options.AimbotFOVSizex.Value*100
  1005. end)
  1006.  
  1007. AimbotTab:AddDropdown('AimbotHitboxDropdownn', {
  1008.     Values = { 'Head', 'HumanoidRootPart', 'UpperTorso', 'LowerTorso' },
  1009.     Default = 2,
  1010.     Multi = false,
  1011.  
  1012.     Text = 'Hitbox',
  1013.     Tooltip = 'Aimbot Hitbox',
  1014. })
  1015.  
  1016. Options.AimbotHitboxDropdownn:OnChanged(function()
  1017.     azure.Aiming.Aimbot.Hitbox = Options.AimbotHitboxDropdownn.Value
  1018. end)
  1019.  
  1020. AimbotTab:AddToggle('AimbotAlertsTggl', {
  1021.     Text = 'Alerts',
  1022.     Default = false,
  1023.     Tooltip = 'Enable Aimbot Alerts',
  1024. })
  1025.  
  1026. Toggles.AimbotAlertsTggl:OnChanged(function()
  1027.     azure.Aiming.Aimbot.Alerts = Toggles.AimbotAlertsTggl.Value
  1028. end)
  1029.  
  1030. AimbotTab:AddToggle('AimbotVelocityResolverToggle', {
  1031.     Text = 'Velocity Resolver',
  1032.     Default = false,
  1033.     Tooltip = 'Enable Aimbot Velocity Resolver',
  1034. })
  1035.  
  1036. Toggles.AimbotVelocityResolverToggle:OnChanged(function()
  1037.     azure.Aiming.Aimbot.VelocityResolver = Toggles.AimbotVelocityResolverToggle.Value
  1038. end)
  1039.  
  1040. AimbotTab:AddToggle('ReverseResolverAimbotTggle', {
  1041.     Text = 'Reverse Resolver',
  1042.     Default = false,
  1043.     Tooltip = 'Enable Aimbot Reverse Resolver',
  1044. })
  1045.  
  1046. Toggles.ReverseResolverAimbotTggle:OnChanged(function()
  1047.     azure.Aiming.Aimbot.ReverseResolver = Toggles.ReverseResolverAimbotTggle.Value
  1048. end)
  1049.  
  1050. AimbotTab:AddToggle('AimbotSmoothingTggle', {
  1051.     Text = 'Enable Smoothing',
  1052.     Default = false,
  1053.     Tooltip = 'Enable Aimbot Smoothing',
  1054. })
  1055.  
  1056. Toggles.AimbotSmoothingTggle:OnChanged(function()
  1057.     azure.Aiming.Aimbot.Smoothing.Enabled = Toggles.AimbotSmoothingTggle.Value
  1058. end)
  1059.  
  1060. AimbotTab:AddInput('AimbotSmoothingTextBox', {
  1061.     Default = '',
  1062.     Numeric = false,
  1063.     Finished = false,
  1064.  
  1065.     Text = 'Smoothing Value',
  1066.     Tooltip = 'Smoothing Value',
  1067.  
  1068.     Placeholder = 'Example = 0.01',
  1069. })
  1070.  
  1071. Options.AimbotSmoothingTextBox:OnChanged(function()
  1072.     azure.Aiming.Aimbot.Smoothing.Value = Options.AimbotSmoothingTextBox.Value
  1073. end)
  1074.  
  1075. --// target
  1076. TargetTab:AddToggle('TargetEnabledToggle', {
  1077.     Text = 'Enable',
  1078.     Default = false,
  1079.     Tooltip = 'Enable Target',
  1080. })
  1081.  
  1082. Toggles.TargetEnabledToggle:OnChanged(function()
  1083.     azure.Aiming.Target.Enabled = Toggles.TargetEnabledToggle.Value
  1084. end)
  1085.  
  1086. Toggles.TargetEnabledToggle:AddKeyPicker('TargetKeyPickerXD', {
  1087.     Default = 'None',
  1088.     SyncToggleState = false,
  1089.  
  1090.     Mode = 'Toggle',
  1091.  
  1092.     Text = 'Target Aim',
  1093.     NoUI = false,
  1094. })
  1095.  
  1096. Options.TargetKeyPickerXD:OnClick(function()
  1097.     if azure.Aiming.Target.Enabled then
  1098.         TargetBindEnabled = not TargetBindEnabled
  1099.         if TargetBindEnabled then
  1100.             TargetTarget = TargetGetTarget()
  1101.             if azure.Aiming.Target.Alerts then
  1102.                 Library:Notify("Targeting : "..tostring(TargetTarget.Character.Humanoid.DisplayName))
  1103.             end
  1104.         elseif not TargetBindEnabled then
  1105.             if azure.Aiming.Target.Alerts then
  1106.                 Library:Notify("Untargeting : "..tostring(TargetTarget.Character.Humanoid.DisplayName))
  1107.             end
  1108.         end
  1109.     end
  1110. end)
  1111.  
  1112. TargetTab:AddInput('TargetPredictionTextbox', {
  1113.     Default = '',
  1114.     Numeric = false,
  1115.     Finished = false,
  1116.  
  1117.     Text = 'Prediction',
  1118.     Tooltip = 'Target Prediction',
  1119.  
  1120.     Placeholder = 'Example = 0.165',
  1121. })
  1122.  
  1123. Options.TargetPredictionTextbox:OnChanged(function()
  1124.     azure.Aiming.Target.Prediction = Options.TargetPredictionTextbox.Value
  1125. end)
  1126.  
  1127. TargetTab:AddToggle('TargetTabFovTggle', {
  1128.     Text = 'Draw FOV',
  1129.     Default = false,
  1130.     Tooltip = 'Enable Target FOV',
  1131. })
  1132.  
  1133. Toggles.TargetTabFovTggle:OnChanged(function()
  1134.     TargetFOvEnabled = Toggles.TargetTabFovTggle.Value
  1135. end)
  1136.  
  1137. Toggles.TargetTabFovTggle:AddColorPicker('LocalHighxlxxxxxxxxxxightFillColorColorPicker', {
  1138.     Default = Color3.fromRGB(255,0,0),
  1139.     Title = 'Target FOV Color'
  1140. })
  1141.  
  1142. Options.LocalHighxlxxxxxxxxxxightFillColorColorPicker:OnChanged(function()
  1143.     TargetFovClr = Options.LocalHighxlxxxxxxxxxxightFillColorColorPicker.Value
  1144. end)
  1145.  
  1146. TargetTab:AddSlider('AimbotFOVSxizex', {
  1147.     Text = 'Target FOV',
  1148.  
  1149.     Default = 5,
  1150.     Min = 1,
  1151.     Max = 5,
  1152.     Rounding = 2,
  1153.  
  1154.     Compact = false,
  1155. })
  1156.  
  1157. Options.AimbotFOVSxizex:OnChanged(function()
  1158.     TargetFOVSize = Options.AimbotFOVSxizex.Value*100
  1159. end)
  1160.  
  1161. TargetTab:AddDropdown('TargetHitboxDropdown', {
  1162.     Values = { 'Head', 'HumanoidRootPart', 'UpperTorso', 'LowerTorso' },
  1163.     Default = 2,
  1164.     Multi = false,
  1165.  
  1166.     Text = 'Hitbox',
  1167.     Tooltip = 'Target Hitbox',
  1168. })
  1169.  
  1170. Options.TargetHitboxDropdown:OnChanged(function()
  1171.     azure.Aiming.Target.Hitbox = Options.TargetHitboxDropdown.Value
  1172. end)
  1173.  
  1174. TargetTab:AddToggle('TargetAlertsTggl', {
  1175.     Text = 'Alerts',
  1176.     Default = false,
  1177.     Tooltip = 'Enable Target Alerts',
  1178. })
  1179.  
  1180. Toggles.TargetAlertsTggl:OnChanged(function()
  1181.     azure.Aiming.Target.Alerts = Toggles.TargetAlertsTggl.Value
  1182. end)
  1183.  
  1184. TargetTab:AddToggle('TargetLookAtTggle', {
  1185.     Text = 'Look At',
  1186.     Default = false,
  1187.     Tooltip = 'Enable Look At',
  1188. })
  1189.  
  1190. Toggles.TargetLookAtTggle:OnChanged(function()
  1191.     azure.Aiming.Target.LookAt = Toggles.TargetLookAtTggle.Value
  1192. end)
  1193.  
  1194. TargetTab:AddToggle('TargetViewAtTggle', {
  1195.     Text = 'View At',
  1196.     Default = false,
  1197.     Tooltip = 'Enable View At',
  1198. })
  1199.  
  1200. Toggles.TargetViewAtTggle:OnChanged(function()
  1201.     azure.Aiming.Target.ViewAt = Toggles.TargetViewAtTggle.Value
  1202. end)
  1203.  
  1204. TargetTab:AddToggle('PingbasedTggle', {
  1205.     Text = 'Ping Based',
  1206.     Default = false,
  1207.     Tooltip = 'recommended on 100 ping',
  1208. })
  1209.  
  1210. Toggles.PingbasedTggle:OnChanged(function()
  1211.     azure.Aiming.Target.PingBased = Toggles.PingbasedTggle.Value
  1212. end)
  1213.  
  1214. TargetTab:AddToggle('TracerEnabledTracerTarget', {
  1215.     Text = 'Tracers',
  1216.     Default = false,
  1217.     Tooltip = 'Tracers Enabled',
  1218. })
  1219.  
  1220. Toggles.TracerEnabledTracerTarget:OnChanged(function()
  1221.     azure.Aiming.Target.Tracer.Enabled = Toggles.TracerEnabledTracerTarget.Value
  1222. end)
  1223.  
  1224. Toggles.TracerEnabledTracerTarget:AddColorPicker('AddColorPickerForTracerTargetThingy', {
  1225.     Default = Color3.fromRGB(255,255,255),
  1226.     Title = 'Target Tracer Color'
  1227. })
  1228.  
  1229. Options.AddColorPickerForTracerTargetThingy:OnChanged(function()
  1230.     azure.Aiming.Target.Tracer.Color = Options.AddColorPickerForTracerTargetThingy.Value
  1231. end)
  1232.  
  1233. TargetTab:AddDropdown('TargetTracerFrom', {
  1234.     Values = { 'Mouse', 'Head', 'UpperTorso', 'LowerTorso','Gun' },
  1235.     Default = 5,
  1236.     Multi = false,
  1237.  
  1238.     Text = 'Tracer From:',
  1239.     Tooltip = 'Tracer From',
  1240. })
  1241.  
  1242. Options.TargetTracerFrom:OnChanged(function()
  1243.     azure.Aiming.Target.Tracer.From = Options.TargetTracerFrom.Value
  1244. end)
  1245.  
  1246. TargetTab:AddToggle('HighlightEnabledTggle', {
  1247.     Text = 'Highlight',
  1248.     Default = false,
  1249.     Tooltip = 'Highlight Enabled',
  1250. })
  1251.  
  1252. Toggles.HighlightEnabledTggle:OnChanged(function()
  1253.     azure.Aiming.Target.Highlight.Enabled = Toggles.HighlightEnabledTggle.Value
  1254. end)
  1255.  
  1256. Toggles.HighlightEnabledTggle:AddColorPicker('HighlightFillColorColorPicker', {
  1257.     Default = Color3.fromRGB(255,0,0),
  1258.     Title = 'Highlight Fill Color'
  1259. })
  1260.  
  1261. Options.HighlightFillColorColorPicker:OnChanged(function()
  1262.     azure.Aiming.Target.Highlight.FillColor = Options.HighlightFillColorColorPicker.Value
  1263. end)
  1264.  
  1265. Toggles.HighlightEnabledTggle:AddColorPicker('HighlightOutLineColor', {
  1266.     Default = Color3.fromRGB(255,255,255),
  1267.     Title = 'Highlight Outline Color'
  1268. })
  1269.  
  1270. Options.HighlightOutLineColor:OnChanged(function()
  1271.     azure.Aiming.Target.Highlight.OutlineColor = Options.HighlightOutLineColor.Value
  1272. end)
  1273.  
  1274. TargetTab:AddToggle('FakeHitboxTggle', {
  1275.     Text = 'Fake Hitbox',
  1276.     Default = false,
  1277.     Tooltip = 'Fake Hitbox Enabled',
  1278. })
  1279.  
  1280. Toggles.FakeHitboxTggle:OnChanged(function()
  1281.     azure.Aiming.Target.FakeHitbox.Enabled = Toggles.FakeHitboxTggle.Value
  1282. end)
  1283.  
  1284. Toggles.FakeHitboxTggle:AddColorPicker('FakeHitboxColor', {
  1285.     Default = Color3.fromRGB(255,255,255),
  1286.     Title = 'Fake Hitbox Color'
  1287. })
  1288.  
  1289. Options.FakeHitboxColor:OnChanged(function()
  1290.     azure.Aiming.Target.FakeHitbox.Color = Options.FakeHitboxColor.Value
  1291. end)
  1292.  
  1293. TargetTab:AddDropdown('TargetFakeHitboxMaterial', {
  1294.     Values = { 'Neon', 'ForceField', 'Plastic' },
  1295.     Default = 1,
  1296.     Multi = false,
  1297.  
  1298.     Text = 'Fake Hitbox Material',
  1299.     Tooltip = 'Fake Hitbox Material',
  1300. })
  1301.  
  1302. Options.TargetFakeHitboxMaterial:OnChanged(function()
  1303.     azure.Aiming.Target.FakeHitbox.Material = Options.TargetFakeHitboxMaterial.Value
  1304. end)
  1305.  
  1306. TargetTab:AddSlider('TarggeetFakeHitboxSize', {
  1307.     Text = 'Fake Hitbox Size',
  1308.  
  1309.     Default = 5,
  1310.     Min = 1,
  1311.     Max = 20,
  1312.     Rounding = 2,
  1313.  
  1314.     Compact = false,
  1315. })
  1316.  
  1317. Options.TarggeetFakeHitboxSize:OnChanged(function()
  1318.     azure.Aiming.Target.FakeHitbox.Size = Options.TarggeetFakeHitboxSize.Value
  1319. end)
  1320.  
  1321. TargetTab:AddToggle('DotPARENTEnabedx', {
  1322.     Text = 'Dot',
  1323.     Default = false,
  1324.     Tooltip = 'Dot Enabled',
  1325. })
  1326.  
  1327. Toggles.DotPARENTEnabedx:OnChanged(function()
  1328.     azure.Aiming.Target.Dot.Enabled = Toggles.DotPARENTEnabedx.Value
  1329. end)
  1330.  
  1331. Toggles.DotPARENTEnabedx:AddColorPicker('DotParentForColorxXD', {
  1332.     Default = Color3.fromRGB(255,255,255),
  1333.     Title = 'Dot Color'
  1334. })
  1335.  
  1336. Options.DotParentForColorxXD:OnChanged(function()
  1337.     azure.Aiming.Target.Dot.Color = Options.DotParentForColorxXD.Value
  1338. end)
  1339.  
  1340. TargetTab:AddSlider('TargetOffsetYSlider', {
  1341.     Text = 'Target Offset (Y)',
  1342.  
  1343.     Default = 0,
  1344.     Min = -0.5,
  1345.     Max = 0.5,
  1346.     Rounding = 2,
  1347.  
  1348.     Compact = false,
  1349. })
  1350.  
  1351. Options.TargetOffsetYSlider:OnChanged(function()
  1352.     azure.Aiming.Target.Offset.Y = Options.TargetOffsetYSlider.Value
  1353. end)
  1354.  
  1355. WristPositionTab:AddToggle('WristPosEnabledTggle', {
  1356.     Text = 'Enable',
  1357.     Default = false,
  1358.     Tooltip = 'Enable Wrist Position',
  1359. })
  1360.  
  1361. Toggles.WristPosEnabledTggle:OnChanged(function()
  1362.     azure.Aiming.WristPos.Enabled = Toggles.WristPosEnabledTggle.Value
  1363. end)
  1364.  
  1365. Toggles.WristPosEnabledTggle:AddKeyPicker('WristPosBindEnabled', {
  1366.     Default = 'None',
  1367.     SyncToggleState = false,
  1368.  
  1369.     Mode = 'Toggle',
  1370.  
  1371.     Text = 'Wrist Position',
  1372.     NoUI = false,
  1373. })
  1374.  
  1375. Options.WristPosBindEnabled:OnClick(function()
  1376.     if azure.Aiming.WristPos.Enabled then
  1377.         WristPosBind = not WristPosBind
  1378.         WristPosTarget = GetTarget()
  1379.     end
  1380. end)
  1381.  
  1382. WristPositionTab:AddSlider('WristPosOffsetSlider', {
  1383.     Text = 'Offset (Y)',
  1384.  
  1385.     Default = 1,
  1386.     Min = 1,
  1387.     Max = 25,
  1388.     Rounding = 2,
  1389.  
  1390.     Compact = false,
  1391. })
  1392.  
  1393. Options.WristPosOffsetSlider:OnChanged(function()
  1394.     azure.Aiming.WristPos.Distance = Options.WristPosOffsetSlider.Value
  1395. end)
  1396.  
  1397. WristPositionTab:AddLabel("Drops FPS (could be buggy)")
  1398.  
  1399. StrafeTab:AddToggle('TargetStrafeEnabled', {
  1400.     Text = 'Enable',
  1401.     Default = false,
  1402.     Tooltip = 'Enable Target Strafe Enabled',
  1403. })
  1404.  
  1405. Toggles.TargetStrafeEnabled:OnChanged(function()
  1406.     azure.Aiming.TargetStrafe.Enabled = Toggles.TargetStrafeEnabled.Value
  1407. end)
  1408.  
  1409. Toggles.TargetStrafeEnabled:AddKeyPicker('StrafeKeyPickerXD', {
  1410.     Default = 'None',
  1411.     SyncToggleState = true,
  1412.  
  1413.     Mode = 'Toggle',
  1414.  
  1415.     Text = 'Strafe (Target)',
  1416.     NoUI = false,
  1417. })
  1418.  
  1419. StrafeTab:AddToggle('TargetStrafeVisualizatiONcOLR', {
  1420.     Text = 'Visualize Rotation',
  1421.     Default = false,
  1422.     Tooltip = 'Visualize Rotation Enabled',
  1423. })
  1424.  
  1425. Toggles.TargetStrafeVisualizatiONcOLR:OnChanged(function()
  1426.     azure.Aiming.TargetStrafe.Visualize.Enabled = Toggles.TargetStrafeVisualizatiONcOLR.Value
  1427. end)
  1428.  
  1429. Toggles.TargetStrafeVisualizatiONcOLR:AddColorPicker('TargetStrafeVisualizatiONcOLRXX', {
  1430.     Default = Color3.fromRGB(255,255,255),
  1431.     Title = 'Visualize Rotation Color'
  1432. })
  1433.  
  1434. Options.TargetStrafeVisualizatiONcOLRXX:OnChanged(function()
  1435.     azure.Aiming.TargetStrafe.Visualize.Color = Options.TargetStrafeVisualizatiONcOLRXX.Value
  1436. end)
  1437.  
  1438. StrafeTab:AddSlider('TargetStrafeSpeedLSid', {
  1439.     Text = 'Speed',
  1440.  
  1441.     Default = 5,
  1442.     Min = 1,
  1443.     Max = 5,
  1444.     Rounding = 0,
  1445.  
  1446.     Compact = false,
  1447. })
  1448.  
  1449. Options.TargetStrafeSpeedLSid:OnChanged(function()
  1450.     if Options.TargetStrafeSpeedLSid.Value == 5 then
  1451.         azure.Aiming.TargetStrafe.Speed = 0.5
  1452.     elseif Options.TargetStrafeSpeedLSid.Value == 4 then
  1453.         azure.Aiming.TargetStrafe.Speed = 0.6
  1454.     elseif Options.TargetStrafeSpeedLSid.Value == 3 then
  1455.         azure.Aiming.TargetStrafe.Speed = 0.7
  1456.     elseif Options.TargetStrafeSpeedLSid.Value == 2 then
  1457.         azure.Aiming.TargetStrafe.Speed = 0.8
  1458.     elseif Options.TargetStrafeSpeedLSid.Value == 1 then
  1459.         azure.Aiming.TargetStrafe.Speed = 0.9
  1460.     end
  1461. end)
  1462.  
  1463. StrafeTab:AddSlider('TargetStrafeDistanceSlid', {
  1464.     Text = 'Distance',
  1465.  
  1466.     Default = 0,
  1467.     Min = 0,
  1468.     Max = 20,
  1469.     Rounding = 2,
  1470.  
  1471.     Compact = false,
  1472. })
  1473.  
  1474. Options.TargetStrafeDistanceSlid:OnChanged(function()
  1475.     azure.Aiming.TargetStrafe.Distance = Options.TargetStrafeDistanceSlid.Value
  1476. end)
  1477.  
  1478. StrafeTab:AddSlider('TargetStrafeHeightSlid', {
  1479.     Text = 'Height',
  1480.  
  1481.     Default = 0,
  1482.     Min = 0,
  1483.     Max = 20,
  1484.     Rounding = 2,
  1485.  
  1486.     Compact = false,
  1487. })
  1488.  
  1489. Options.TargetStrafeHeightSlid:OnChanged(function()
  1490.     azure.Aiming.TargetStrafe.Height = Options.TargetStrafeHeightSlid.Value
  1491. end)
  1492.  
  1493. StrafeTab:AddLabel("FPS Based")
  1494.  
  1495. ExploitsTab:AddToggle('JumpCooldownTggle', {
  1496.     Text = 'No Jump Cooldown',
  1497.     Default = false,
  1498.     Tooltip = 'Removes Jump Cooldown',
  1499. })
  1500.  
  1501. Toggles.JumpCooldownTggle:OnChanged(function()
  1502.     azure.Blatant.Exploits.JumpCooldown = Toggles.JumpCooldownTggle.Value
  1503. end)
  1504.  
  1505. ExploitsTab:AddToggle('NoSlowdownTgle', {
  1506.     Text = 'No Slowdown',
  1507.     Default = false,
  1508.     Tooltip = 'Enable No Slowdown',
  1509. })
  1510.  
  1511. Toggles.NoSlowdownTgle:OnChanged(function()
  1512.     azure.Blatant.Exploits.NoSlow = Toggles.NoSlowdownTgle.Value
  1513. end)
  1514.  
  1515. ExploitsTab:AddToggle('AutoStompTggle', {
  1516.     Text = 'Auto Stomp',
  1517.     Default = false,
  1518.     Tooltip = 'Enable Auto Stomp',
  1519. })
  1520.  
  1521. Toggles.AutoStompTggle:OnChanged(function()
  1522.     azure.Blatant.Exploits.AutoStomp = Toggles.AutoStompTggle.Value
  1523. end)
  1524.  
  1525. ExploitsTab:AddToggle('AntiFlingEnabled', {
  1526.     Text = 'Anti-Fling',
  1527.     Default = false,
  1528.     Tooltip = 'Enable Anti-Fling',
  1529. })
  1530.  
  1531. Toggles.AntiFlingEnabled:OnChanged(function()
  1532.     LocalPlayer.Character.HumanoidRootPart.Anchored = Toggles.AntiFlingEnabled.Value
  1533. end)
  1534.  
  1535. ExploitsTab:AddToggle('AntiBagEnabledx', {
  1536.     Text = 'Anti-Bag',
  1537.     Default = false,
  1538.     Tooltip = 'Enable Anti-Bag ( do not use when antilocking )',
  1539. })
  1540.  
  1541. Toggles.AntiBagEnabledx:OnChanged(function()
  1542.     azure.Blatant.Exploits.AntiBag = Toggles.AntiBagEnabledx.Value
  1543. end)
  1544.  
  1545. ExploitsTab:AddToggle('NoclipEnabled', {
  1546.     Text = 'Noclip',
  1547.     Default = false,
  1548.     Tooltip = 'Enable Noclip',
  1549. })
  1550.  
  1551. Toggles.NoclipEnabled:OnChanged(function()
  1552.     if Toggles.NoclipEnabled.Value then
  1553.         NoclipLoop = game:GetService("RunService").Stepped:Connect(function()
  1554.             for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  1555.                 if v:IsA("BasePart") and v.CanCollide == true then
  1556.                     v.CanCollide = false
  1557.                 end
  1558.             end
  1559.         end)
  1560.     elseif Toggles.NoclipEnabled.Value == false and NoclipLoop then
  1561.         NoclipLoop:Disconnect()
  1562.     end
  1563. end)
  1564.  
  1565. Toggles.NoclipEnabled:AddKeyPicker('NoclipBind', {
  1566.     Default = 'None',
  1567.     SyncToggleState = true,
  1568.  
  1569.     Mode = 'Toggle',
  1570.  
  1571.     Text = 'Noclip',
  1572.     NoUI = false,
  1573. })
  1574.  
  1575.  
  1576. AntiStompTab:AddToggle('aNTIStompTggle', {
  1577.     Text = 'Enable',
  1578.     Default = false,
  1579.     Tooltip = 'Enable AntiStomp',
  1580. })
  1581.  
  1582. Toggles.aNTIStompTggle:OnChanged(function()
  1583.     azure.Blatant.AntiStomp.Enabled = Toggles.aNTIStompTggle.Value
  1584. end)
  1585.  
  1586. AntiStompTab:AddDropdown('AntiStompDropdown', {
  1587.     Values = { 'Remove Character', 'Remove Humanoid' },
  1588.     Default = 1,
  1589.     Multi = false,
  1590.  
  1591.     Text = 'Anti Stomp Type',
  1592.     Tooltip = 'Anti Stomp Type',
  1593. })
  1594.  
  1595. Options.AntiStompDropdown:OnChanged(function()
  1596.     azure.Blatant.AntiStomp.Type = Options.AntiStompDropdown.Value
  1597. end)
  1598.  
  1599. CFrameTab:AddToggle('CFrameSpeedTggle', {
  1600.     Text = 'Enable',
  1601.     Default = false,
  1602.     Tooltip = 'Enable CFrame',
  1603. })
  1604.  
  1605. Toggles.CFrameSpeedTggle:OnChanged(function()
  1606.     azure.Blatant.CFrame.Enabled = Toggles.CFrameSpeedTggle.Value
  1607. end)
  1608.  
  1609. Toggles.CFrameSpeedTggle:AddKeyPicker('CFrameSpeedBind', {
  1610.     Default = 'None',
  1611.     SyncToggleState = true,
  1612.  
  1613.     Mode = 'Toggle',
  1614.  
  1615.     Text = 'CFrame',
  1616.     NoUI = false,
  1617. })
  1618.  
  1619. CFrameTab:AddSlider('CFrameSpeedAmountXD', {
  1620.     Text = 'CFrame Speed Amount',
  1621.  
  1622.     Default = 1,
  1623.     Min = 1,
  1624.     Max = 5,
  1625.     Rounding = 2,
  1626.  
  1627.     Compact = false,
  1628. })
  1629.  
  1630. Options.CFrameSpeedAmountXD:OnChanged(function()
  1631.     azure.Blatant.CFrame.Value = Options.CFrameSpeedAmountXD.Value
  1632. end)
  1633.  
  1634. FakeLagTab:AddToggle('FakeLagEnabledTggle', {
  1635.     Text = 'Enable',
  1636.     Default = false,
  1637.     Tooltip = 'Enable Fake Lag',
  1638. })
  1639.  
  1640. Toggles.FakeLagEnabledTggle:OnChanged(function()
  1641.     azure.Blatant.FakeLag.Enabled = Toggles.FakeLagEnabledTggle.Value
  1642. end)
  1643.  
  1644. FakeLagTab:AddSlider('FakeLagEnabledSlider', {
  1645.     Text = 'Duration',
  1646.  
  1647.     Default = 1,
  1648.     Min = 1,
  1649.     Max = 10,
  1650.     Rounding = 2,
  1651.  
  1652.     Compact = false,
  1653. })
  1654.  
  1655. Options.FakeLagEnabledSlider:OnChanged(function()
  1656.     azure.Blatant.FakeLag.Duration = Options.FakeLagEnabledSlider.Value
  1657. end)
  1658.  
  1659. local PredictorPart = Instance.new("Part",game.Workspace)
  1660.  
  1661. local newBillboardx = Instance.new("BillboardGui", PredictorPart)
  1662.  
  1663. local newFramex = Instance.new("Frame", newBillboardx)
  1664. local newUiCornorx = Instance.new("UICorner", newFramex)
  1665.  
  1666. task.spawn(function ()
  1667.     PredictorPart.Anchored = true
  1668.     PredictorPart.CanCollide = false
  1669.     PredictorPart.CFrame = CFrame.new(0,9999,0)
  1670.     PredictorPart.Transparency = 1
  1671.     newBillboardx.Name = "azure_billboardpredictor"
  1672.     newBillboardx.Adornee = PredictorPart
  1673.     newBillboardx.Size = UDim2.new(1, 0, 1, 0)
  1674.     newBillboardx.AlwaysOnTop = true
  1675.     newFramex.Size = UDim2.new(1, 0, 1, 0)
  1676.     newFramex.BackgroundTransparency = 0
  1677.     newUiCornorx.CornerRadius = UDim.new(50, 50)
  1678. end)
  1679.  
  1680. AntiAimTab:AddToggle('PredictiorRoblox', {
  1681.     Text = 'Predictor',
  1682.     Default = false,
  1683.     Tooltip = 'Predictor Enabled',
  1684. })
  1685.  
  1686. Toggles.PredictiorRoblox:OnChanged(function()
  1687.     if Toggles.PredictiorRoblox.Value then
  1688.         PredictorHook = game:GetService("RunService").Stepped:Connect(function ()
  1689.             PredictorPart.CFrame = CFrame.new(LocalPlayer.Character.HumanoidRootPart.Position+(LocalPlayer.Character.HumanoidRootPart.Velocity*0.11))
  1690.             spawn(function ()
  1691.                 newFramex.BackgroundColor3 = PredictorColoxr
  1692.             end)
  1693.         end)
  1694.     elseif Toggles.PredictiorRoblox.Value == false and PredictorHook then
  1695.         PredictorHook:Disconnect()
  1696.         PredictorPart.CFrame = CFrame.new(0,5000,0)
  1697.     end
  1698. end)
  1699.  
  1700. Toggles.PredictiorRoblox:AddColorPicker('AddColorPickerForTxxxxxxxxxxracerTargetThingy', {
  1701.     Default = Color3.fromRGB(255,255,255),
  1702. })
  1703.  
  1704. Options.AddColorPickerForTxxxxxxxxxxracerTargetThingy:OnChanged(function()
  1705.     PredictorColoxr = Options.AddColorPickerForTxxxxxxxxxxracerTargetThingy.Value
  1706. end)
  1707.  
  1708. AntiAimTab:AddToggle('VelUnderGroundToggle', {
  1709.     Text = 'Velocity Underground',
  1710.     Default = false,
  1711.     Tooltip = 'Velocity Underground Enabled',
  1712. })
  1713.  
  1714. Toggles.VelUnderGroundToggle:OnChanged(function()
  1715.     azure.Blatant.AntiAim.VelocityUnderGround = Toggles.VelUnderGroundToggle.Value
  1716. end)
  1717.  
  1718. Toggles.VelUnderGroundToggle:AddKeyPicker('NoclipBind', {
  1719.     Default = 'None',
  1720.     SyncToggleState = true,
  1721.  
  1722.     Mode = 'Toggle',
  1723.  
  1724.     Text = 'V-Underground',
  1725.     NoUI = false,
  1726. })
  1727.  
  1728. AntiAimTab:AddSlider('VelocityUndergroundSLider', {
  1729.     Text = 'V-Underground Velocity',
  1730.  
  1731.     Default = 1,
  1732.     Min = 1,
  1733.     Max = 500,
  1734.     Rounding = 2,
  1735.  
  1736.     Compact = false,
  1737. })
  1738.  
  1739. Options.VelocityUndergroundSLider:OnChanged(function()
  1740.     azure.Blatant.AntiAim.VelocityUnderGroundAmount = Options.VelocityUndergroundSLider.Value
  1741. end)
  1742.  
  1743. AntiAimTab:AddSlider('VelocityHipheightUnderground', {
  1744.     Text = 'HipHeight',
  1745.  
  1746.     Default = 2,
  1747.     Min = 2,
  1748.     Max = 11,
  1749.     Rounding = 2,
  1750.  
  1751.     Compact = false,
  1752. })
  1753.  
  1754. Options.VelocityHipheightUnderground:OnChanged(function()
  1755.     VelocityUndergroundHipheight = Options.VelocityHipheightUnderground.Value
  1756. end)
  1757.  
  1758.  
  1759. AntiAimTab:AddToggle('VFallTggle', {
  1760.     Text = 'Velocity Fall',
  1761.     Default = false,
  1762.     Tooltip = 'Velocity Fall Enabled',
  1763. })
  1764.  
  1765. Toggles.VFallTggle:OnChanged(function()
  1766.     if Toggles.VFallTggle.Value then
  1767.         VFallHook = RunService.Stepped:Connect(function ()
  1768.             LocalPlayer.Character:WaitForChild("Humanoid").StateChanged:Connect(function(old,new)
  1769.                 if new == Enum.HumanoidStateType.Freefall == true and Toggles.VFallTggle.Value == true then
  1770.                     wait(0.28)
  1771.                     LocalPlayer.Character.HumanoidRootPart.Velocity = Vector3.new(0, -V_FallVelocity, 0)
  1772.                 end
  1773.             end)
  1774.         end)
  1775.     elseif Toggles.VFallTggle.Value == false and VFallHook then
  1776.         VFallHook:Disconnect()
  1777.     end
  1778. end)
  1779.  
  1780. AntiAimTab:AddSlider('VFallVel', {
  1781.     Text = 'V-Fall Velocity',
  1782.  
  1783.     Default = 1,
  1784.     Min = 1,
  1785.     Max = 50,
  1786.     Rounding = 2,
  1787.  
  1788.     Compact = false,
  1789. })
  1790.  
  1791. Options.VFallVel:OnChanged(function()
  1792.     V_FallVelocity = Options.VFallVel.Value
  1793. end)
  1794.  
  1795. GunModTab:AddToggle('AutoReloadTggle', {
  1796.     Text = 'Auto Reload',
  1797.     Default = false,
  1798.     Tooltip = 'Enable Auto Reload',
  1799. })
  1800.  
  1801. Toggles.AutoReloadTggle:OnChanged(function()
  1802.     azure.Blatant.GunMod.AutoReload = Toggles.AutoReloadTggle.Value
  1803. end)
  1804.  
  1805. SpinbotTab:AddToggle('RotVelocitySpinbot', {
  1806.     Text = 'Enable',
  1807.     Default = false,
  1808.     Tooltip = 'Spinbot Enabled',
  1809. })
  1810.  
  1811. Toggles.RotVelocitySpinbot:OnChanged(function()
  1812.     if Toggles.RotVelocitySpinbot.Value then
  1813.         RotVelHook = RunService.Stepped:Connect(function ()
  1814.             LocalPlayer.Character.HumanoidRootPart.RotVelocity = Vector3.new(Spinbot_X,Spinbot_Y,Spinbot_Z)
  1815.         end)
  1816.     elseif Toggles.RotVelocitySpinbot.Value == false and RotVelHook then
  1817.         RotVelHook:Disconnect()
  1818.     end
  1819. end)
  1820.  
  1821. SpinbotTab:AddSlider('SpinbotY', {
  1822.     Text = 'Speed',
  1823.  
  1824.     Default = 1,
  1825.     Min = 1,
  1826.     Max = 100,
  1827.     Rounding = 2,
  1828.  
  1829.     Compact = false,
  1830. })
  1831.  
  1832. Options.SpinbotY:OnChanged(function()
  1833.     Spinbot_Y = Options.SpinbotY.Value
  1834. end)
  1835.  
  1836.  
  1837.  
  1838. fakeanimTab:AddToggle('MoonWalk', {
  1839.     Text = 'MoonWalk ( 1 )',
  1840.     Default = false,
  1841.     Tooltip = 'Prediction can be weird',
  1842. })
  1843.  
  1844. Toggles.MoonWalk:OnChanged(function()
  1845.         if Toggles.MoonWalk.Value then
  1846.             game.Players.LocalPlayer.Character.Animate.idle.Animation1.AnimationId =
  1847.                 "rbxassetid://696096087"
  1848.             game.Players.LocalPlayer.Character.Animate.run.RunAnim.AnimationId =
  1849.                 "rbxassetid://696096087"
  1850.             game.Players.LocalPlayer.Character.Animate.walk.WalkAnim.AnimationId =
  1851.                 "rbxassetid://696096087"
  1852.         elseif Toggles.MoonWalk.Value == false then
  1853.             game.Players.LocalPlayer.Character.Animate.idle.Animation1.AnimationId = _G.FakeAnim1
  1854.             game.Players.LocalPlayer.Character.Animate.run.RunAnim.AnimationId = _G.FakeAnim2
  1855.             game.Players.LocalPlayer.Character.Animate.walk.WalkAnim.AnimationId = _G.FakeAnim3
  1856.         end
  1857. end)
  1858.  
  1859. fakeanimTab:AddToggle('MoonWalk1', {
  1860.     Text = 'MoonWalk ( 2 )',
  1861.     Default = false,
  1862.     Tooltip = 'Prediction can be weird',
  1863. })
  1864.  
  1865. Toggles.MoonWalk1:OnChanged(function()
  1866.         if Toggles.MoonWalk1.Value then
  1867.     game.Players.LocalPlayer.Character.Animate.idle.Animation1.AnimationId =
  1868.                 ""
  1869.             game.Players.LocalPlayer.Character.Animate.run.RunAnim.AnimationId =
  1870.                 ""
  1871.             game.Players.LocalPlayer.Character.Animate.walk.WalkAnim.AnimationId =
  1872.                 ""
  1873.         elseif Toggles.MoonWalk1.Value == false then
  1874.             game.Players.LocalPlayer.Character.Animate.idle.Animation1.AnimationId = _G.FakeAnim1
  1875.             game.Players.LocalPlayer.Character.Animate.run.RunAnim.AnimationId = _G.FakeAnim2
  1876.             game.Players.LocalPlayer.Character.Animate.walk.WalkAnim.AnimationId = _G.FakeAnim3
  1877.         end
  1878. end)
  1879.  
  1880.            
  1881. fakeanimTab:AddToggle('NonHeadshotWalk', {
  1882.     Text = 'HeadshotWalk',
  1883.     Default = false,
  1884.     Tooltip = 'Enemie cant 2 tap',
  1885. })
  1886.  
  1887. Toggles.NonHeadshotWalk:OnChanged(function()
  1888.         if Toggles.NonHeadshotWalk.Value then
  1889.             game.Players.LocalPlayer.Character.Animate.idle.Animation1.AnimationId =
  1890.                 "http://www.roblox.com/asset/?id=1083222527"
  1891.             game.Players.LocalPlayer.Character.Animate.run.RunAnim.AnimationId =
  1892.                 "http://www.roblox.com/asset/?id=1083222527"
  1893.             game.Players.LocalPlayer.Character.Animate.walk.WalkAnim.AnimationId =
  1894.                 "http://www.roblox.com/asset/?id=1083222527"
  1895.         elseif Toggles.NonHeadshotWalk.Value == false then
  1896.             game.Players.LocalPlayer.Character.Animate.idle.Animation1.AnimationId = _G.FakeAnim1
  1897.             game.Players.LocalPlayer.Character.Animate.run.RunAnim.AnimationId = _G.FakeAnim2
  1898.             game.Players.LocalPlayer.Character.Animate.walk.WalkAnim.AnimationId = _G.FakeAnim3
  1899.         end
  1900. end)
  1901.  
  1902. fakeanimTab:AddToggle('ArmSwingWalk', {
  1903.     Text = 'Arm Spread',
  1904.     Default = false,
  1905.     Tooltip = 'Prediction can be weird',
  1906. })
  1907.  
  1908. Toggles.ArmSwingWalk:OnChanged(function()
  1909.         if Toggles.ArmSwingWalk.Value then
  1910.                 game.Players.LocalPlayer.Character.Animate.idle.Animation1.AnimationId =
  1911.                 "rbxassetid://754656200"
  1912.             game.Players.LocalPlayer.Character.Animate.run.RunAnim.AnimationId =
  1913.                 "rbxassetid://754656200"
  1914.             game.Players.LocalPlayer.Character.Animate.walk.WalkAnim.AnimationId =
  1915.                 "rbxassetid://754656200"
  1916.         elseif Toggles.ArmSwingWalk.Value == false then
  1917.             game.Players.LocalPlayer.Character.Animate.idle.Animation1.AnimationId = _G.FakeAnim1
  1918.             game.Players.LocalPlayer.Character.Animate.run.RunAnim.AnimationId = _G.FakeAnim2
  1919.             game.Players.LocalPlayer.Character.Animate.walk.WalkAnim.AnimationId = _G.FakeAnim3
  1920.         end
  1921. end)
  1922.  
  1923. fakeanimTab:AddToggle('FlossWalk', {
  1924.     Text = 'FlossWalk',
  1925.     Default = false,
  1926.     Tooltip = 'Prediction can be weird',
  1927. })
  1928.  
  1929. Toggles.FlossWalk:OnChanged(function()
  1930.         if Toggles.FlossWalk.Value then
  1931.             game.Players.LocalPlayer.Character.Animate.idle.Animation1.AnimationId =
  1932.                 "http://www.roblox.com/asset/?id=5917459365"
  1933.             game.Players.LocalPlayer.Character.Animate.run.RunAnim.AnimationId =
  1934.                 "http://www.roblox.com/asset/?id=5917459365"
  1935.             game.Players.LocalPlayer.Character.Animate.walk.WalkAnim.AnimationId =
  1936.                 "http://www.roblox.com/asset/?id=5917459365"
  1937.         elseif Toggles.FlossWalk.Value == false then
  1938.             game.Players.LocalPlayer.Character.Animate.idle.Animation1.AnimationId = _G.FakeAnim1
  1939.             game.Players.LocalPlayer.Character.Animate.run.RunAnim.AnimationId = _G.FakeAnim2
  1940.             game.Players.LocalPlayer.Character.Animate.walk.WalkAnim.AnimationId = _G.FakeAnim3
  1941.         end
  1942. end)
  1943.  
  1944.  
  1945. removehitboxTab:AddDropdown('RemovalDropdown', {
  1946.     Values = { 'None','RightLeg', 'LeftLeg',"LeftArm" },
  1947.     Default = 1,
  1948.     Multi = false,
  1949.  
  1950.     Text = 'RemovalDropdown',
  1951.     Tooltip = 'RemoveHitboxes',
  1952. })
  1953.  
  1954. Options.RemovalDropdown:OnChanged(function()
  1955.     if Options.RemovalDropdown.Value == "None" then
  1956.     elseif Options.RemovalDropdown.Value == "RightLeg" then
  1957.         game.Players.LocalPlayer.Character.RightUpperLeg:Destroy()
  1958.     elseif Options.RemovalDropdown.Value == "LeftLeg" then
  1959.         game.Players.LocalPlayer.Character.LeftUpperLeg:Destroy()
  1960.         elseif Options.RemovalDropdown.Value == "LeftArm" then
  1961.         game.Players.LocalPlayer.Character.LeftUpperArm:Destroy()
  1962. end
  1963. end)
  1964.  
  1965. LocalTab:AddToggle('ChamsEnabledTggle', {
  1966.     Text = 'Enable Chams',
  1967.     Default = false,
  1968.     Tooltip = 'Enable Chams',
  1969. })
  1970.  
  1971. Toggles.ChamsEnabledTggle:OnChanged(function()
  1972.     azure.Visuals.Local.Chams = Toggles.ChamsEnabledTggle.Value
  1973. end)
  1974.  
  1975. task.spawn(function ()
  1976.     while true do
  1977.         wait()
  1978.         if azure.Visuals.Local.Chams then
  1979.             for i,v in pairs(game.Players.LocalPlayer.Character:GetDescendants()) do
  1980.                 if v:IsA("BasePart") then
  1981.                     v.Material = "ForceField"
  1982.                 end
  1983.             end
  1984.         else
  1985.             for i,v in pairs(game.Players.LocalPlayer.Character:GetDescendants()) do
  1986.                 if v:IsA("BasePart") then
  1987.                     v.Material = "Plastic"
  1988.                 end
  1989.             end
  1990.         end
  1991.     end
  1992. end)
  1993. --[[
  1994. LocalTab:AddToggle('GunChamsTggle', {
  1995.     Text = 'Enable Gun Chams',
  1996.     Default = false,
  1997.     Tooltip = 'Gun Chams Enabled',
  1998. })
  1999.  
  2000. Toggles.GunChamsTggle:OnChanged(function()
  2001.     azure.Visuals.Local.GunChams.Enabled = Toggles.GunChamsTggle.Value
  2002. end)
  2003.  
  2004. Toggles.GunChamsTggle:AddColorPicker('GunChamsColr', {
  2005.     Default = Color3.fromRGB(255,255,255),
  2006.     Title = 'Gun Chams Color'
  2007. })
  2008.  
  2009. Options.GunChamsColr:OnChanged(function()
  2010.     azure.Visuals.Local.GunChams.Color = Options.GunChamsColr.Value
  2011. end)
  2012.  
  2013. task.spawn(function ()
  2014.     while true do
  2015.         wait()
  2016.         if azure.Visuals.Local.GunChams.Enabled then
  2017.             if game.Players.LocalPlayer.Character:FindFirstChildWhichIsA("Tool") then
  2018.                 game.Players.LocalPlayer.Character:FindFirstChildWhichIsA("Tool").Default.Material = "ForceField"
  2019.                 game.Players.LocalPlayer.Character:FindFirstChildWhichIsA("Tool").Default.Color = azure.Visuals.Local.GunChams.Color
  2020.             end
  2021.         else
  2022.             if game.Players.LocalPlayer.Character:FindFirstChildWhichIsA("Tool") then
  2023.                 game.Players.LocalPlayer.Character:FindFirstChildWhichIsA("Tool").Default.Material = "Plastic"
  2024.             end
  2025.         end
  2026.     end
  2027. end)
  2028. ]]
  2029.  
  2030. local LocalHL = Instance.new("Highlight")
  2031.  
  2032. LocalTab:AddToggle('LocalHighlight', {
  2033.     Text = 'Highlight',
  2034.     Default = false,
  2035.     Tooltip = 'Highlight Enabled',
  2036. })
  2037.  
  2038. Toggles.LocalHighlight:OnChanged(function()
  2039.     azure.Visuals.Local.Highlight.Enabled = Toggles.LocalHighlight.Value
  2040. end)
  2041.  
  2042. task.spawn(function ()
  2043.     while true do
  2044.         wait()
  2045.         if azure.Visuals.Local.Highlight.Enabled then
  2046.             LocalHL.Parent = LocalPlayer.Character
  2047.             LocalHL.FillColor = azure.Visuals.Local.Highlight.FillColor
  2048.             LocalHL.OutlineColor = azure.Visuals.Local.Highlight.OutlineColor
  2049.         else
  2050.             LocalHL.Parent = game.CoreGui
  2051.         end
  2052.     end
  2053. end)
  2054.  
  2055. Toggles.LocalHighlight:AddColorPicker('LocalHighlightFillColorColorPicker', {
  2056.     Default = Color3.fromRGB(255,0,0),
  2057.     Title = 'Highlight Fill Color'
  2058. })
  2059.  
  2060. Options.LocalHighlightFillColorColorPicker:OnChanged(function()
  2061.     azure.Visuals.Local.Highlight.FillColor = Options.LocalHighlightFillColorColorPicker.Value
  2062. end)
  2063.  
  2064. Toggles.LocalHighlight:AddColorPicker('LocalHighlightOutLineColor', {
  2065.     Default = Color3.fromRGB(255,255,255),
  2066.     Title = 'Highlight Outline Color'
  2067. })
  2068.  
  2069. Options.LocalHighlightOutLineColor:OnChanged(function()
  2070.     azure.Visuals.Local.Highlight.OutlineColor = Options.LocalHighlightOutLineColor.Value
  2071. end)
  2072.  
  2073. LocalTab:AddToggle('CloneChamsEnabled', {
  2074.     Text = 'Clone Chams',
  2075.     Default = false,
  2076.     Tooltip = 'Clone Chams Enabled',
  2077. })
  2078.  
  2079. Toggles.CloneChamsEnabled:OnChanged(function()
  2080.     azure.Visuals.Local.CloneChams.Enabled = Toggles.CloneChamsEnabled.Value
  2081. end)
  2082.  
  2083. Toggles.CloneChamsEnabled:AddColorPicker('CloneChamsColor', {
  2084.     Default = Color3.fromRGB(255,255,255),
  2085.     Title = 'Clone Chams Color'
  2086. })
  2087.  
  2088. Options.CloneChamsColor:OnChanged(function()
  2089.     azure.Visuals.Local.CloneChams.Color = Options.CloneChamsColor.Value
  2090. end)
  2091.  
  2092. task.spawn(function ()
  2093.     while true do
  2094.         wait()
  2095.         if azure.Visuals.Local.CloneChams.Enabled then
  2096.             repeat
  2097.                 game.Players.LocalPlayer.Character.Archivable = true
  2098.                 local Clone = game.Players.LocalPlayer.Character:Clone()
  2099.                 for _,Obj in next, Clone:GetDescendants() do
  2100.                 if Obj.Name == "HumanoidRootPart" or Obj:IsA("Humanoid") or Obj:IsA("LocalScript") or Obj:IsA("Script") or Obj:IsA("Decal") then
  2101.                     Obj:Destroy()
  2102.                 elseif Obj:IsA("BasePart") or Obj:IsA("Meshpart") or Obj:IsA("Part") then
  2103.                     if Obj.Transparency == 1 then
  2104.                     Obj:Destroy()
  2105.                     else
  2106.                     Obj.CanCollide = false
  2107.                     Obj.Anchored = true
  2108.                     Obj.Material = azure.Visuals.Local.CloneChams.Material
  2109.                     Obj.Color = azure.Visuals.Local.CloneChams.Color
  2110.                     Obj.Transparency = 0
  2111.                     Obj.Size = Obj.Size + Vector3.new(0.03, 0.03, 0.03)  
  2112.                 end
  2113.             end
  2114.                 pcall(function()
  2115.                     Obj.CanCollide = false
  2116.                 end)
  2117.             end
  2118.             Clone.Parent = game.Workspace
  2119.             wait(azure.Visuals.Local.CloneChams.Duration)
  2120.             Clone:Destroy()  
  2121.             until azure.Visuals.Local.CloneChams.Enabled == false
  2122.         end
  2123.     end
  2124. end)
  2125.  
  2126. LocalTab:AddSlider('DurationSliderWHAT', {
  2127.     Text = 'Duration',
  2128.  
  2129.     Default = 0.1,
  2130.     Min = 0.1,
  2131.     Max = 3,
  2132.     Rounding = 2,
  2133.  
  2134.     Compact = false,
  2135. })
  2136.  
  2137. Options.DurationSliderWHAT:OnChanged(function()
  2138.     azure.Visuals.Local.CloneChams.Duration = Options.DurationSliderWHAT.Value
  2139. end)
  2140.  
  2141. LocalTab:AddDropdown('CloneChamsMaterial', {
  2142.     Values = { 'Neon', 'ForceField', 'Plastic' },
  2143.     Default = 2,
  2144.     Multi = false,
  2145.  
  2146.     Text = 'Clone Chams Material',
  2147.     Tooltip = 'Clone Chams Material',
  2148. })
  2149.  
  2150. Options.CloneChamsMaterial:OnChanged(function()
  2151.     azure.Visuals.Local.CloneChams.Material = Options.CloneChamsMaterial.Value
  2152. end)
  2153.  
  2154. FOVTag:AddSlider('FOVSLlider', {
  2155.     Text = 'Amount',
  2156.  
  2157.     Default = 70,
  2158.     Min = 70,
  2159.     Max = 120,
  2160.     Rounding = 2,
  2161.  
  2162.     Compact = false,
  2163. })
  2164.  
  2165. Options.FOVSLlider:OnChanged(function()
  2166.     workspace.CurrentCamera.FieldOfView = Options.FOVSLlider.Value
  2167. end)
  2168.  
  2169. ESPTab:AddToggle('BoxESPEnabled', {
  2170.     Text = 'Box',
  2171.     Default = false,
  2172.     Tooltip = 'Box ESP Enabled',
  2173. })
  2174.  
  2175. Toggles.BoxESPEnabled:OnChanged(function()
  2176.     getgenv().taffy_esp.box.enabled = Toggles.BoxESPEnabled.Value
  2177. end)
  2178.  
  2179. Toggles.BoxESPEnabled:AddColorPicker('BoxESPColor', {
  2180.     Default = Color3.fromRGB(255,255,255),
  2181.     Title = 'Box ESP Color'
  2182. })
  2183.  
  2184. Options.BoxESPColor:OnChanged(function()
  2185.     getgenv().taffy_esp.box.color1 = Options.BoxESPColor.Value
  2186. end)
  2187.  
  2188. ESPTab:AddToggle('HealthESPEnabled', {
  2189.     Text = 'Health',
  2190.     Default = false,
  2191.     Tooltip = 'Health ESP Enabled',
  2192. })
  2193.  
  2194. Toggles.HealthESPEnabled:OnChanged(function()
  2195.     getgenv().taffy_esp.box.healthbar = Toggles.HealthESPEnabled.Value
  2196. end)
  2197.  
  2198. Toggles.HealthESPEnabled:AddColorPicker('HealthESPColor', {
  2199.     Default = Color3.fromRGB(0,255,0),
  2200.     Title = 'Health ESP Color'
  2201. })
  2202.  
  2203. Options.HealthESPColor:OnChanged(function()
  2204.     getgenv().taffy_esp.box.healthbarcolor = Options.HealthESPColor.Value
  2205. end)
  2206. task.spawn(function ()
  2207.     while true do
  2208.         wait()
  2209.         if getgenv().taffy_esp.box.healthbar or getgenv().taffy_esp.box.enabled then
  2210.             getgenv().taffy_esp.box.outline = true
  2211.         elseif getgenv().taffy_esp.box.healthbar == false or getgenv().taffy_esp.box.enabled == false then
  2212.             getgenv().taffy_esp.box.outline = false
  2213.         end
  2214.         if getgenv().taffy_esp.box.healthbar == true and getgenv().taffy_esp.box.enabled == false then
  2215.             getgenv().taffy_esp.box.outline = false
  2216.         end
  2217.     end
  2218. end)
  2219.  
  2220. ESPTab:AddToggle('TracerESPEnabled', {
  2221.     Text = 'Tracer',
  2222.     Default = false,
  2223.     Tooltip = 'Tracer ESP Enabled',
  2224. })
  2225.  
  2226. Toggles.TracerESPEnabled:OnChanged(function()
  2227.     getgenv().taffy_esp.tracer.enabled = Toggles.TracerESPEnabled.Value
  2228. end)
  2229.  
  2230. Toggles.TracerESPEnabled:AddColorPicker('TracerESPColor', {
  2231.     Default = Color3.fromRGB(0,255,0),
  2232.     Title = 'Tracer ESP Color'
  2233. })
  2234.  
  2235. Options.TracerESPColor:OnChanged(function()
  2236.     getgenv().taffy_esp.tracer.color = Options.TracerESPColor.Value
  2237. end)
  2238.  
  2239. ESPTab:AddToggle('UnlockedTracerEnabled', {
  2240.     Text = 'Unlock Tracer',
  2241.     Default = false,
  2242.     Tooltip = 'Unlock Tracer Enabled',
  2243. })
  2244.  
  2245. Toggles.UnlockedTracerEnabled:OnChanged(function()
  2246.     getgenv().taffy_esp.tracer.unlocktracers = Toggles.UnlockedTracerEnabled.Value
  2247. end)
  2248.  
  2249. ESPTab:AddToggle('NameESPEnabled', {
  2250.     Text = 'Name',
  2251.     Default = false,
  2252.     Tooltip = 'Name ESP Enabled',
  2253. })
  2254.  
  2255. Toggles.NameESPEnabled:OnChanged(function()
  2256.     getgenv().taffy_esp.name.enabled = Toggles.NameESPEnabled.Value
  2257. end)
  2258.  
  2259. Toggles.NameESPEnabled:AddColorPicker('NameESPColor', {
  2260.     Default = Color3.fromRGB(255,255,255),
  2261.     Title = 'Name ESP Color'
  2262. })
  2263.  
  2264. Options.NameESPColor:OnChanged(function()
  2265.     getgenv().taffy_esp.name.color = Options.NameESPColor.Value
  2266. end)
  2267.  
  2268. ESPTab:AddToggle('ToolESPEnabled', {
  2269.     Text = 'Held Tool',
  2270.     Default = false,
  2271.     Tooltip = 'Held Tool ESP Enabled',
  2272. })
  2273.  
  2274. Toggles.ToolESPEnabled:OnChanged(function()
  2275.     getgenv().taffy_esp.Toolsshow.enable = Toggles.ToolESPEnabled.Value
  2276. end)
  2277.  
  2278. Toggles.ToolESPEnabled:AddColorPicker('ToolESPColor', {
  2279.     Default = Color3.fromRGB(255,255,255),
  2280.     Title = 'Held Tool ESP Color'
  2281. })
  2282.  
  2283. Options.ToolESPColor:OnChanged(function()
  2284.     getgenv().taffy_esp.Toolsshow.color = Options.ToolESPColor.Value
  2285. end)
  2286.  
  2287. WorldTab:AddLabel('Ambient'):AddColorPicker('AmbientColorPicker', {
  2288.     Default = Color3.fromRGB(0,0,0),
  2289.     Title = 'Ambient',
  2290. })
  2291.  
  2292. Options.AmbientColorPicker:OnChanged(function()
  2293.    
  2294.     if AmbientRainbowMode == true then
  2295.  
  2296.     else
  2297.         game.Lighting.Ambient = Options.AmbientColorPicker.Value
  2298.     end
  2299. end)
  2300.  
  2301. WorldTab:AddToggle('RainbowAmbient', {
  2302.     Text = 'Rainbow Ambient',
  2303.     Default = false,
  2304.     Tooltip = 'Rainbow Ambient Enabled',
  2305. })
  2306.  
  2307. Toggles.RainbowAmbient:OnChanged(function()
  2308.     AmbientRainbowMode = Toggles.RainbowAmbient.Value
  2309.     if Toggles.RainbowAmbient.Value then
  2310.         while Toggles.RainbowAmbient.Value do
  2311.             wait()
  2312.             game:GetService("Lighting").Ambient  = Color3.new(255/255,0/255,0/255)
  2313.             for i = 0,255,10 do
  2314.                 wait()
  2315.                 game:GetService("Lighting").Ambient = Color3.new(255/255,i/255,0/255)
  2316.             end
  2317.             for i = 255,0,-10 do
  2318.                 wait()
  2319.                 game:GetService("Lighting").Ambient = Color3.new(i/255,255/255,0/255)
  2320.             end
  2321.             for i = 0,255,10 do
  2322.                 wait()
  2323.                 game:GetService("Lighting").Ambient = Color3.new(0/255,255/255,i/255)
  2324.             end
  2325.             for i = 255,0,-10 do
  2326.                 wait()
  2327.                 game:GetService("Lighting").Ambient = Color3.new(0/255,i/255,255/255)
  2328.             end
  2329.             for i = 0,255,10 do
  2330.                 wait()
  2331.                 game:GetService("Lighting").Ambient = Color3.new(i/255,0/255,255/255)
  2332.             end
  2333.             for i = 255,0,-10 do
  2334.                 wait()
  2335.                 game:GetService("Lighting").Ambient = Color3.new(255/255,0/255,i/255)
  2336.             end
  2337.             if Toggles.RainbowAmbient.Value == false then break end
  2338.         end
  2339.     end
  2340. end)
  2341.  
  2342. local AmbientReset = WorldTab:AddButton('Reset to Default', function()
  2343.     Options.AmbientColorPicker:SetValueRGB(Color3.fromRGB(0,0,0))
  2344. end)
  2345.  
  2346. WorldTab:AddLabel('Outdoor Ambient'):AddColorPicker('OutdoorAmbientColor', {
  2347.     Default = Color3.fromRGB(152, 152, 146),
  2348.     Title = 'Outdoor Ambient',
  2349. })
  2350.  
  2351. Options.OutdoorAmbientColor:OnChanged(function()
  2352.     if OutdoorAmbientRainbowMode then
  2353.     else
  2354.         game.Lighting.OutdoorAmbient = Options.OutdoorAmbientColor.Value
  2355.     end
  2356. end)
  2357.  
  2358. WorldTab:AddToggle('RainbowOutdoorAmbient', {
  2359.     Text = 'Rainbow Outdoor',
  2360.     Default = false,
  2361.     Tooltip = 'Rainbow Outdoor Ambient Enabled',
  2362. })
  2363.  
  2364. Toggles.RainbowOutdoorAmbient:OnChanged(function()
  2365.     OutdoorAmbientRainbowMode = Toggles.RainbowOutdoorAmbient.Value
  2366.     if Toggles.RainbowOutdoorAmbient.Value then
  2367.         while Toggles.RainbowOutdoorAmbient.Value do
  2368.             wait()
  2369.             game:GetService("Lighting").OutdoorAmbient  = Color3.new(255/255,0/255,0/255)
  2370.             for i = 0,255,10 do
  2371.                 wait()
  2372.                 game:GetService("Lighting").OutdoorAmbient = Color3.new(255/255,i/255,0/255)
  2373.             end
  2374.             for i = 255,0,-10 do
  2375.                 wait()
  2376.                 game:GetService("Lighting").OutdoorAmbient = Color3.new(i/255,255/255,0/255)
  2377.             end
  2378.             for i = 0,255,10 do
  2379.                 wait()
  2380.                 game:GetService("Lighting").OutdoorAmbient = Color3.new(0/255,255/255,i/255)
  2381.             end
  2382.             for i = 255,0,-10 do
  2383.                 wait()
  2384.                 game:GetService("Lighting").OutdoorAmbient = Color3.new(0/255,i/255,255/255)
  2385.             end
  2386.             for i = 0,255,10 do
  2387.                 wait()
  2388.                 game:GetService("Lighting").OutdoorAmbient = Color3.new(i/255,0/255,255/255)
  2389.             end
  2390.             for i = 255,0,-10 do
  2391.                 wait()
  2392.                 game:GetService("Lighting").OutdoorAmbient = Color3.new(255/255,0/255,i/255)
  2393.             end
  2394.             if Toggles.RainbowOutdoorAmbient.Value == false then break end
  2395.         end
  2396.     end
  2397. end)
  2398.  
  2399. local OutdoorAmbientReset = WorldTab:AddButton('Reset to Default', function()
  2400.     Options.OutdoorAmbientColor:SetValueRGB(Color3.fromRGB(152, 152, 146))
  2401. end)
  2402.  
  2403. WorldTab:AddSlider('FogEndSlider', {
  2404.     Text = 'Fog End',
  2405.  
  2406.     Default = 500,
  2407.     Min = 1,
  2408.     Max = 500,
  2409.     Rounding = 1,
  2410.  
  2411.     Compact = false,
  2412. })
  2413.  
  2414. Options.FogEndSlider:OnChanged(function()
  2415.     game.Lighting.FogEnd = Options.FogEndSlider.Value
  2416. end)
  2417.  
  2418. WorldTab:AddLabel('Fog Color'):AddColorPicker('FogColorColorPicker', {
  2419.     Default = Color3.fromRGB(100, 87, 72),
  2420.     Title = 'Fog Color',
  2421. })
  2422.  
  2423. Options.FogColorColorPicker:OnChanged(function()
  2424.     if FogRainbowMode then
  2425.     else
  2426.         game.Lighting.FogColor = Options.FogColorColorPicker.Value
  2427.     end
  2428. end)
  2429.  
  2430. WorldTab:AddToggle('RainbowFogColor', {
  2431.     Text = 'Rainbow Outdoor',
  2432.     Default = false,
  2433.     Tooltip = 'Rainbow Outdoor Ambient Enabled',
  2434. })
  2435.  
  2436. Toggles.RainbowFogColor:OnChanged(function()
  2437.     FogRainbowMode = Toggles.RainbowFogColor.Value
  2438.     if Toggles.RainbowFogColor.Value then
  2439.         while Toggles.RainbowFogColor.Value do
  2440.             wait()
  2441.             game:GetService("Lighting").FogColor  = Color3.new(255/255,0/255,0/255)
  2442.             for i = 0,255,10 do
  2443.                 wait()
  2444.                 game:GetService("Lighting").FogColor = Color3.new(255/255,i/255,0/255)
  2445.             end
  2446.             for i = 255,0,-10 do
  2447.                 wait()
  2448.                 game:GetService("Lighting").FogColor = Color3.new(i/255,255/255,0/255)
  2449.             end
  2450.             for i = 0,255,10 do
  2451.                 wait()
  2452.                 game:GetService("Lighting").FogColor = Color3.new(0/255,255/255,i/255)
  2453.             end
  2454.             for i = 255,0,-10 do
  2455.                 wait()
  2456.                 game:GetService("Lighting").FogColor = Color3.new(0/255,i/255,255/255)
  2457.             end
  2458.             for i = 0,255,10 do
  2459.                 wait()
  2460.                 game:GetService("Lighting").FogColor = Color3.new(i/255,0/255,255/255)
  2461.             end
  2462.             for i = 255,0,-10 do
  2463.                 wait()
  2464.                 game:GetService("Lighting").FogColor = Color3.new(255/255,0/255,i/255)
  2465.             end
  2466.             if Toggles.RainbowFogColor.Value == false then break end
  2467.         end
  2468.     end
  2469. end)
  2470.  
  2471. local ResetFogEnd = WorldTab:AddButton('Reset to Default', function()
  2472.     Options.FogEndSlider:SetValue(500)
  2473.     Options.FogColorColorPicker:SetValueRGB(Color3.fromRGB(100, 87, 72))
  2474. end)
  2475.  
  2476. WorldTab:AddToggle('GlobalShadowsEnabled', {
  2477.     Text = 'Global Shadows',
  2478.     Default = true,
  2479.     Tooltip = 'Global Shadows Enabled',
  2480. })
  2481.  
  2482. Toggles.GlobalShadowsEnabled:OnChanged(function()
  2483.     game.Lighting.GlobalShadows = Toggles.GlobalShadowsEnabled.Value
  2484. end)
  2485. WorldTab:AddSlider('Saturation', {
  2486.     Text = 'Saturation',
  2487.  
  2488.     Default = 0,
  2489.     Min = 0,
  2490.     Max = 10,
  2491.     Rounding = 1,
  2492.  
  2493.     Compact = false,
  2494. })
  2495.  
  2496. Options.Saturation:OnChanged(function()
  2497.                         local ColorCorrection = game.Lighting:FindFirstChildOfClass("ColorCorrectionEffect") or Instance.new("ColorCorrectionEffect")
  2498. ColorCorrection.Saturation = Options.Saturation.Value
  2499. end)
  2500. WorldTab:AddSlider('Contrast', {
  2501.     Text = 'Contrast',
  2502.  
  2503.     Default = 0.1,
  2504.     Min = 0,
  2505.     Max = 10,
  2506.     Rounding = 1,
  2507.  
  2508.     Compact = false,
  2509. })
  2510.  
  2511. Options.Contrast:OnChanged(function()
  2512.     local ColorCorrection = game.Lighting:FindFirstChildOfClass("ColorCorrectionEffect") or Instance.new("ColorCorrectionEffect")
  2513. ColorCorrection.Contrast = Options.Contrast.Value
  2514. end)
  2515.  
  2516.  
  2517.  
  2518.  
  2519. CrosshairTab:AddToggle('CrosshairEnabledTop', {
  2520.     Text = 'Top',
  2521.     Default = true,
  2522.     Tooltip = 'Top Enabled',
  2523. })
  2524.  
  2525. Toggles.CrosshairEnabledTop:OnChanged(function()
  2526.     LocalPlayer.PlayerGui.MainScreenGui.Aim.Top.Visible = Toggles.CrosshairEnabledTop.Value
  2527. end)
  2528.  
  2529. Toggles.CrosshairEnabledTop:AddColorPicker('CrosshairTopColor', {
  2530.     Default = Color3.fromRGB(255,255,255),
  2531. })
  2532.  
  2533. Options.CrosshairTopColor:OnChanged(function()
  2534.    
  2535.     if RainbowCrossHairMode then
  2536.     else
  2537.         LocalPlayer.PlayerGui.MainScreenGui.Aim.Top.BackgroundColor3 = Options.CrosshairTopColor.Value
  2538.     end
  2539. end)
  2540.  
  2541. CrosshairTab:AddToggle('CrosshairEnabledDown', {
  2542.     Text = 'Bottom',
  2543.     Default = true,
  2544.     Tooltip = 'Bottom Enabled',
  2545. })
  2546.  
  2547. Toggles.CrosshairEnabledDown:OnChanged(function()
  2548.     LocalPlayer.PlayerGui.MainScreenGui.Aim.Bottom.Visible = Toggles.CrosshairEnabledDown.Value
  2549. end)
  2550.  
  2551. Toggles.CrosshairEnabledDown:AddColorPicker('CrosshairBottomXd', {
  2552.     Default = Color3.fromRGB(255,255,255),
  2553. })
  2554.  
  2555. Options.CrosshairBottomXd:OnChanged(function()
  2556.    
  2557.     if RainbowCrossHairMode then
  2558.     else
  2559.         LocalPlayer.PlayerGui.MainScreenGui.Aim.Bottom.BackgroundColor3 = Options.CrosshairBottomXd.Value
  2560.     end
  2561. end)
  2562.  
  2563. CrosshairTab:AddToggle('CrosshairEnabledLeft', {
  2564.     Text = 'Left',
  2565.     Default = true,
  2566.     Tooltip = 'Left Enabled',
  2567. })
  2568.  
  2569. Toggles.CrosshairEnabledLeft:OnChanged(function()
  2570.     LocalPlayer.PlayerGui.MainScreenGui.Aim.Left.Visible = Toggles.CrosshairEnabledLeft.Value
  2571. end)
  2572.  
  2573. Toggles.CrosshairEnabledLeft:AddColorPicker('CrosshairLeftColor', {
  2574.     Default = Color3.fromRGB(255,255,255),
  2575. })
  2576.  
  2577. Options.CrosshairLeftColor:OnChanged(function()
  2578.     if RainbowCrossHairMode then
  2579.     else
  2580.         LocalPlayer.PlayerGui.MainScreenGui.Aim.Left.BackgroundColor3 = Options.CrosshairLeftColor.Value
  2581.     end
  2582. end)
  2583.  
  2584. CrosshairTab:AddToggle('CrosshairEnabledRight', {
  2585.     Text = 'Right',
  2586.     Default = true,
  2587.     Tooltip = 'Right Enabled',
  2588. })
  2589.  
  2590. Toggles.CrosshairEnabledRight:OnChanged(function()
  2591.     LocalPlayer.PlayerGui.MainScreenGui.Aim.Right.Visible = Toggles.CrosshairEnabledRight.Value
  2592. end)
  2593.  
  2594. Toggles.CrosshairEnabledRight:AddColorPicker('CrosshairRightColor', {
  2595.     Default = Color3.fromRGB(255,255,255),
  2596. })
  2597.  
  2598. Options.CrosshairRightColor:OnChanged(function()
  2599.     if RainbowCrossHairMode then
  2600.     else
  2601.         LocalPlayer.PlayerGui.MainScreenGui.Aim.Right.BackgroundColor3 = Options.CrosshairRightColor.Value
  2602.     end
  2603. end)
  2604.  
  2605. CrosshairTab:AddLabel('Middle'):AddColorPicker('CrosshairMiddle', {
  2606.     Default = Color3.fromRGB(255,255,255),
  2607.     Title = 'Middle',
  2608. })
  2609.  
  2610. Options.CrosshairMiddle:OnChanged(function()
  2611.    
  2612.     if RainbowCrossHairMode then
  2613.     else
  2614.         LocalPlayer.PlayerGui.MainScreenGui.Aim.BackgroundColor3 = Options.CrosshairMiddle.Value
  2615.     end
  2616. end)
  2617.  
  2618. CrosshairTab:AddToggle('RainbowCrosshair', {
  2619.     Text = 'Rainbow Crosshair',
  2620.     Default = false,
  2621.     Tooltip = 'Rainbow Crosshair Enabled',
  2622. })
  2623.  
  2624. Toggles.RainbowCrosshair:OnChanged(function()
  2625.     RainbowCrossHairMode = Toggles.RainbowCrosshair.Value
  2626.     if Toggles.RainbowCrosshair.Value then
  2627.         while Toggles.RainbowCrosshair.Value do
  2628.             wait()
  2629.             for i = 0,255,10 do
  2630.                 wait()
  2631.                     game:GetService("Players").LocalPlayer.PlayerGui.MainScreenGui.Aim.BackgroundColor3 = Color3.new(255/255,i/255,0/255)
  2632.                 game:GetService("Players").LocalPlayer.PlayerGui.MainScreenGui.Aim.Top.BackgroundColor3 = Color3.new(255/255,i/255,0/255)
  2633.                 game:GetService("Players").LocalPlayer.PlayerGui.MainScreenGui.Aim.Bottom.BackgroundColor3 = Color3.new(255/255,i/255,0/255)
  2634.     game:GetService("Players").LocalPlayer.PlayerGui.MainScreenGui.Aim.Right.BackgroundColor3 = Color3.new(255/255,i/255,0/255)
  2635.     game:GetService("Players").LocalPlayer.PlayerGui.MainScreenGui.Aim.Left.BackgroundColor3 = Color3.new(255/255,i/255,0/255)
  2636.             end
  2637.             for i = 255,0,-10 do
  2638.                 wait()
  2639.                     game:GetService("Players").LocalPlayer.PlayerGui.MainScreenGui.Aim.BackgroundColor3 = Color3.new(i/255,255/255,0/255)
  2640.     game:GetService("Players").LocalPlayer.PlayerGui.MainScreenGui.Aim.Top.BackgroundColor3 = Color3.new(i/255,255/255,0/255)
  2641.     game:GetService("Players").LocalPlayer.PlayerGui.MainScreenGui.Aim.Bottom.BackgroundColor3 = Color3.new(i/255,255/255,0/255)
  2642.     game:GetService("Players").LocalPlayer.PlayerGui.MainScreenGui.Aim.Right.BackgroundColor3 =  Color3.new(i/255,255/255,0/255)
  2643.     game:GetService("Players").LocalPlayer.PlayerGui.MainScreenGui.Aim.Left.BackgroundColor3 = Color3.new(i/255,255/255,0/255)
  2644.             end
  2645.             for i = 0,255,10 do
  2646.                 wait()
  2647.                     game:GetService("Players").LocalPlayer.PlayerGui.MainScreenGui.Aim.BackgroundColor3 = Color3.new(0/255,255/255,i/255)
  2648.     game:GetService("Players").LocalPlayer.PlayerGui.MainScreenGui.Aim.Top.BackgroundColor3 = Color3.new(0/255,255/255,i/255)
  2649.     game:GetService("Players").LocalPlayer.PlayerGui.MainScreenGui.Aim.Bottom.BackgroundColor3 = Color3.new(0/255,255/255,i/255)
  2650.     game:GetService("Players").LocalPlayer.PlayerGui.MainScreenGui.Aim.Right.BackgroundColor3 = Color3.new(0/255,255/255,i/255)
  2651.     game:GetService("Players").LocalPlayer.PlayerGui.MainScreenGui.Aim.Left.BackgroundColor3 =  Color3.new(0/255,255/255,i/255)
  2652.             end
  2653.             for i = 255,0,-10 do
  2654.                 wait()
  2655.                     game:GetService("Players").LocalPlayer.PlayerGui.MainScreenGui.Aim.BackgroundColor3 = Color3.new(0/255,i/255,255/255)
  2656.     game:GetService("Players").LocalPlayer.PlayerGui.MainScreenGui.Aim.Top.BackgroundColor3 = Color3.new(0/255,i/255,255/255)
  2657.     game:GetService("Players").LocalPlayer.PlayerGui.MainScreenGui.Aim.Bottom.BackgroundColor3 = Color3.new(0/255,i/255,255/255)
  2658.     game:GetService("Players").LocalPlayer.PlayerGui.MainScreenGui.Aim.Right.BackgroundColor3 = Color3.new(0/255,i/255,255/255)
  2659.     game:GetService("Players").LocalPlayer.PlayerGui.MainScreenGui.Aim.Left.BackgroundColor3 =  Color3.new(0/255,i/255,255/255)
  2660.             end
  2661.             for i = 0,255,10 do
  2662.                 wait()
  2663.                     game:GetService("Players").LocalPlayer.PlayerGui.MainScreenGui.Aim.BackgroundColor3 = Color3.new(i/255,0/255,255/255)
  2664.     game:GetService("Players").LocalPlayer.PlayerGui.MainScreenGui.Aim.Top.BackgroundColor3 = Color3.new(i/255,0/255,255/255)
  2665.     game:GetService("Players").LocalPlayer.PlayerGui.MainScreenGui.Aim.Bottom.BackgroundColor3 = Color3.new(i/255,0/255,255/255)
  2666.     game:GetService("Players").LocalPlayer.PlayerGui.MainScreenGui.Aim.Right.BackgroundColor3 = Color3.new(i/255,0/255,255/255)
  2667.     game:GetService("Players").LocalPlayer.PlayerGui.MainScreenGui.Aim.Left.BackgroundColor3 =  Color3.new(i/255,0/255,255/255)
  2668.             end
  2669.             for i = 255,0,-10 do
  2670.                 wait()
  2671.                     game:GetService("Players").LocalPlayer.PlayerGui.MainScreenGui.Aim.BackgroundColor3 = Color3.new(255/255,0/255,i/255)
  2672.     game:GetService("Players").LocalPlayer.PlayerGui.MainScreenGui.Aim.Top.BackgroundColor3 = Color3.new(255/255,0/255,i/255)
  2673.     game:GetService("Players").LocalPlayer.PlayerGui.MainScreenGui.Aim.Bottom.BackgroundColor3 = Color3.new(255/255,0/255,i/255)
  2674.     game:GetService("Players").LocalPlayer.PlayerGui.MainScreenGui.Aim.Right.BackgroundColor3 = Color3.new(255/255,0/255,i/255)
  2675.     game:GetService("Players").LocalPlayer.PlayerGui.MainScreenGui.Aim.Left.BackgroundColor3 =  Color3.new(255/255,0/255,i/255)
  2676.             end
  2677.             if Toggles.RainbowCrosshair.Value == false then break end
  2678.         end
  2679.     end
  2680. end)
  2681.  
  2682. TeleportTab:AddDropdown('SchoolDropdown', {
  2683.     Values = { 'None','Food', 'Roof', 'Secret Room' },
  2684.     Default = 1,
  2685.     Multi = false,
  2686.  
  2687.     Text = 'School',
  2688.     Tooltip = 'School Tps',
  2689. })
  2690.  
  2691. Options.SchoolDropdown:OnChanged(function()
  2692.     if Options.SchoolDropdown.Value == "None" then
  2693.     elseif Options.SchoolDropdown.Value == "Food" then
  2694.         LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-613.674194, 21.8749924, 289.857483, 0.00497477828, 2.20831442e-08, -0.999987602, -3.01110035e-08, 1, 2.19336211e-08, 0.999987602, 3.00015159e-08, 0.00497477828)
  2695.     elseif Options.SchoolDropdown.Value == "Secret Room" then
  2696.         LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-503.606995, 21.8749924, 361.749969, 0.999836385, -4.32269722e-08, -0.0180903766, 4.39084253e-08, 1, 3.72720521e-08, 0.0180903766, -3.80602749e-08, 0.999836385)
  2697.     elseif Options.SchoolDropdown.Value == "Roof" then
  2698.         LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-606.53656, 68.6249771, 325.997162, 0.99997282, 3.51442764e-10, 0.00737056695, -3.13645859e-10, 1, -5.12924192e-09, -0.00737056695, 5.12679055e-09, 0.99997282)
  2699.     end
  2700. end)
  2701.  
  2702. TeleportTab:AddDropdown('BankDropdown', {
  2703.     Values = { 'None','Food', 'Roof', 'Vault' },
  2704.     Default = 1,
  2705.     Multi = false,
  2706.  
  2707.     Text = 'Bank',
  2708.     Tooltip = 'Bank Tps',
  2709. })
  2710.  
  2711. Options.BankDropdown:OnChanged(function()
  2712.     if Options.BankDropdown.Value == "None" then
  2713.     elseif Options.BankDropdown.Value == "Food" then
  2714.         LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-334.105621, 23.6826458, -297.371765, 0.0062069688, 8.89299017e-08, -0.999980748, 1.73607013e-08, 1, 8.9039375e-08, 0.999980748, -1.79130311e-08, 0.0062069688)
  2715.     elseif Options.BankDropdown.Value == "Vault" then
  2716.         LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-508.115051, 23.169693, -284.901337, -0.0288586095, -4.23028865e-08, -0.999583483, -4.83239475e-08, 1, -4.0925368e-08, 0.999583483, 4.71227715e-08, -0.0288586095)
  2717.     elseif Options.BankDropdown.Value == "Roof" then
  2718.         LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-459.32785, 39.0389023, -285.086548, 0.0124173071, 5.90856395e-08, -0.999922931, 3.85150489e-09, 1, 5.91380243e-08, 0.999922931, -4.58554306e-09, 0.0124173071)
  2719.     end
  2720. end)
  2721.  
  2722. TeleportTab:AddDropdown('UphillTps', {
  2723.     Values = { 'None','Food', 'Guns', 'Uphill Building 1','Uphill Building 2','Armor' },
  2724.     Default = 1,
  2725.     Multi = false,
  2726.  
  2727.     Text = 'Uphill',
  2728.     Tooltip = 'Uphill Tps',
  2729. })
  2730.  
  2731. Options.UphillTps:OnChanged(function()
  2732.     if Options.UphillTps.Value == "None" then
  2733.     elseif Options.UphillTps.Value == "Food" then
  2734.         LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(299.117859, 49.2826538, -613.93158, 0.999884248, -2.11976445e-08, -0.015215965, 2.13970885e-08, 1, 1.29448381e-08, 0.015215965, -1.32689166e-08, 0.999884248)
  2735.     elseif Options.UphillTps.Value == "Guns" then
  2736.         LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(481.662781, 48.0704918, -622.017944, -0.999999166, 8.56621298e-08, 0.00129488122, 8.56506901e-08, 1, -8.88794016e-09, -0.00129488122, -8.77702444e-09, -0.999999166)
  2737.     elseif Options.UphillTps.Value == "Uphill Building 1" then
  2738.         LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(435.492004, 106.683769, -627.779114, -0.999886215, 4.09484855e-08, -0.0150852418, 4.09440126e-08, 1, 6.05427153e-10, 0.0150852418, -1.22920268e-11, -0.999886215)
  2739.     elseif Options.UphillTps.Value == "Uphill Building 2" then
  2740.         LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(300.213928, 106.03389, -620.259521, -0.999988019, 1.25798518e-08, -0.00488910545, 1.23825759e-08, 1, 4.03804208e-08, 0.00488910545, 4.03193994e-08, -0.999988019)
  2741.     elseif Options.UphillTps.Value == "Armor" then
  2742.         LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(533.781738, 50.3253212, -637.361084, 0.0147596924, -1.06152655e-07, 0.999891043, -2.64739004e-08, 1, 1.06555007e-07, -0.999891043, -2.80437362e-08, 0.0147596924)
  2743.     end
  2744. end)
  2745.  
  2746. TeleportTab:AddDropdown('DownhillTps', {
  2747.     Values = { 'None','Guns','Armor','Admin Base' },
  2748.     Default = 1,
  2749.     Multi = false,
  2750.  
  2751.     Text = 'Downhill',
  2752.     Tooltip = 'Downhill Tps',
  2753. })
  2754.  
  2755. Options.DownhillTps:OnChanged(function()
  2756.     if Options.DownhillTps.Value == "None" then
  2757.     elseif Options.DownhillTps.Value == "Guns" then
  2758.         LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-581.334473, 8.31477833, -736.237427, -0.00332057965, -4.02167544e-08, -0.999994516, -5.74397596e-08, 1, -4.00262437e-08, 0.999994516, 5.73065329e-08, -0.00332057965)
  2759.     elseif Options.DownhillTps.Value == "Armor" then
  2760.         LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-604.672913, 10.3496885, -788.588745, -0.0184768867, -9.57051682e-09, 0.999829292, -3.11832942e-08, 1, 8.99588226e-09, -0.999829292, -3.10117549e-08, -0.0184768867)
  2761.     elseif Options.DownhillTps.Value == "Admin Base" then
  2762.         LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-797.611328, -39.6492157, -886.291382, 0.0349296406, -6.03186034e-09, 0.999389768, -1.15090231e-08, 1, 6.43779474e-09, -0.999389768, -1.17268701e-08, 0.0349296406)
  2763.     end
  2764. end)
  2765.  
  2766. TeleportTab:AddDropdown('CasinoTps', {
  2767.     Values = { 'None','Popcorn','DB','Casino' },
  2768.     Default = 1,
  2769.     Multi = false,
  2770.  
  2771.     Text = 'Casino',
  2772.     Tooltip = 'Casino Tps',
  2773. })
  2774.  
  2775. Options.CasinoTps:OnChanged(function()
  2776.     if Options.CasinoTps.Value == "None" then
  2777.     elseif Options.CasinoTps.Value == "Popcorn" then
  2778.         LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-989.919678, 24.600008, -152.482224, 0.99982506, 1.5004666e-08, 0.0187029168, -1.51050052e-08, 1, 5.22361621e-09, -0.0187029168, -5.50521007e-09, 0.99982506)
  2779.     elseif Options.CasinoTps.Value == "DB" then
  2780.         LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1039.74451, 21.7499943, -260.811493, -0.999998271, 3.43565993e-08, 0.0018673077, 3.42738211e-08, 1, -4.4362519e-08, -0.0018673077, -4.42984422e-08, -0.999998271)
  2781.     elseif Options.CasinoTps.Value == "Casino" then
  2782.         LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-866.869263, 21.7499943, -116.072456, -0.99939853, -1.97582839e-09, 0.0346787088, 1.85263072e-09, 1, 1.10365839e-07, -0.0346787088, 1.103637e-07, -0.99939853)
  2783.     end
  2784. end)
  2785.  
  2786. FlyTab:AddToggle('FlyTggle', {
  2787.     Text = 'Enable',
  2788.     Default = false,
  2789.     Tooltip = 'Enable Fly',
  2790. })
  2791.  
  2792. Toggles.FlyTggle:OnChanged(function()
  2793.     if Toggles.FlyTggle.Value == true then
  2794.         FlyLoop = game:GetService("RunService").Stepped:Connect(function()
  2795.             spawn(function()
  2796.                 pcall(function()
  2797.                     local speed = FlySpeed
  2798.                     local velocity = Vector3.new(0, 1, 0)
  2799.                     local UserInputService = game:GetService("UserInputService")
  2800.  
  2801.                     if UserInputService:IsKeyDown(Enum.KeyCode.W) then
  2802.                         velocity = velocity + (workspace.CurrentCamera.CoordinateFrame.lookVector * speed)
  2803.                     end
  2804.                     if UserInputService:IsKeyDown(Enum.KeyCode.A) then
  2805.                         velocity = velocity + (workspace.CurrentCamera.CoordinateFrame.rightVector * -speed)
  2806.                     end
  2807.                     if UserInputService:IsKeyDown(Enum.KeyCode.S) then
  2808.                         velocity = velocity + (workspace.CurrentCamera.CoordinateFrame.lookVector * -speed)
  2809.                     end
  2810.                     if UserInputService:IsKeyDown(Enum.KeyCode.D) then
  2811.                         velocity = velocity + (workspace.CurrentCamera.CoordinateFrame.rightVector * speed)
  2812.                     end
  2813.                    
  2814.                     LocalPlayer.Character.HumanoidRootPart.Velocity = velocity
  2815.                     LocalPlayer.Character.Humanoid:ChangeState("Freefall")
  2816.                 end)
  2817.             end)
  2818.         end)
  2819.     elseif Toggles.FlyTggle.Value == false and FlyLoop then
  2820.         FlyLoop:Disconnect()
  2821.         LocalPlayer.Character.Humanoid:ChangeState("Landing")
  2822.     end
  2823. end)
  2824.  
  2825. Toggles.FlyTggle:AddKeyPicker('FlyBind', {
  2826.     Default = 'None',
  2827.     SyncToggleState = true,
  2828.  
  2829.     Mode = 'Toggle',
  2830.  
  2831.     Text = 'Fly',
  2832.     NoUI = false,
  2833. })
  2834.  
  2835. FlyTab:AddSlider('FlySepedSlider', {
  2836.     Text = 'Speed',
  2837.  
  2838.     Default = 1,
  2839.     Min = 1,
  2840.     Max = 5,
  2841.     Rounding = 2,
  2842.  
  2843.     Compact = false,
  2844. })
  2845.  
  2846. Options.FlySepedSlider:OnChanged(function()
  2847.     FlySpeed = Options.FlySepedSlider.Value*50
  2848. end)
  2849.  
  2850. AnimationsTab:AddDropdown('RunAnimations', {
  2851.     Values = { 'None','Rthro','Werewolf','Zombie','Ninja','Toy','Superhero','OldSchool','Cartoony','Stylish','Vampire' },
  2852.     Default = 1,
  2853.     Multi = false,
  2854.  
  2855.     Text = 'Run',
  2856. })
  2857.  
  2858. Options.RunAnimations:OnChanged(function()
  2859.     ChangeAnimHook = game:GetService("RunService").Stepped:Connect(function ()
  2860.         if Options.RunAnimations.Value == "None" then
  2861.         elseif Options.RunAnimations.Value == "Rthro" then
  2862.             LocalPlayer.Character.Animate.run.RunAnim.AnimationId = "http://www.roblox.com/asset/?id=2510198475"
  2863.         elseif Options.RunAnimations.Value == "Werewolf" then
  2864.             LocalPlayer.Character.Animate.run.RunAnim.AnimationId = "http://www.roblox.com/asset/?id=1083216690"
  2865.         elseif Options.RunAnimations.Value == "Zombie" then
  2866.             LocalPlayer.Character.Animate.run.RunAnim.AnimationId = "http://www.roblox.com/asset/?id=616163682"
  2867.         elseif Options.RunAnimations.Value == "Ninja" then
  2868.             LocalPlayer.Character.Animate.run.RunAnim.AnimationId = "http://www.roblox.com/asset/?id=656118852"
  2869.         elseif Options.RunAnimations.Value == "Toy" then
  2870.             LocalPlayer.Character.Animate.run.RunAnim.AnimationId = "http://www.roblox.com/asset/?id=782842708"
  2871.         elseif Options.RunAnimations.Value == "Superhero" then
  2872.             LocalPlayer.Character.Animate.run.RunAnim.AnimationId = "http://www.roblox.com/asset/?id=616117076"
  2873.         elseif Options.RunAnimations.Value == "OldSchool" then
  2874.             LocalPlayer.Character.Animate.run.RunAnim.AnimationId = "http://www.roblox.com/asset/?id=5319844329"
  2875.         elseif Options.RunAnimations.Value == "Cartoony" then
  2876.             LocalPlayer.Character.Animate.run.RunAnim.AnimationId = "http://www.roblox.com/asset/?id=742638842"
  2877.         elseif Options.RunAnimations.Value == "Stylish" then
  2878.             LocalPlayer.Character.Animate.run.RunAnim.AnimationId = "http://www.roblox.com/asset/?id=616140816"
  2879.         elseif Options.RunAnimations.Value == "Vampire" then
  2880.             LocalPlayer.Character.Animate.run.RunAnim.AnimationId = "http://www.roblox.com/asset/?id=1083462077"
  2881.         end
  2882.     end)
  2883. end)
  2884.  
  2885. AnimationsTab:AddDropdown('JumpAnimations', {
  2886.     Values = { 'None','Rthro','Werewolf','Zombie','Ninja','Toy','Superhero','OldSchool','Cartoony','Stylish','Vampire' },
  2887.     Default = 1,
  2888.     Multi = false,
  2889.  
  2890.     Text = 'Jump',
  2891. })
  2892.  
  2893. Options.JumpAnimations:OnChanged(function()
  2894.     ChangeJumpAnimHook = game:GetService("RunService").Stepped:Connect(function ()
  2895.         if Options.JumpAnimations.Value == "None" then
  2896.         elseif Options.JumpAnimations.Value == "Rthro" then
  2897.             LocalPlayer.Character.Animate.jump.JumpAnim.AnimationId = "http://www.roblox.com/asset/?id=2510197830"
  2898.         elseif Options.JumpAnimations.Value == "Werewolf" then
  2899.             LocalPlayer.Character.Animate.jump.JumpAnim.AnimationId = "http://www.roblox.com/asset/?id=1083218792"
  2900.         elseif Options.JumpAnimations.Value == "Zombie" then
  2901.             LocalPlayer.Character.Animate.jump.JumpAnim.AnimationId = "http://www.roblox.com/asset/?id=616161997"
  2902.         elseif Options.JumpAnimations.Value == "Ninja" then
  2903.             LocalPlayer.Character.Animate.jump.JumpAnim.AnimationId = "http://www.roblox.com/asset/?id=656117878"
  2904.         elseif Options.JumpAnimations.Value == "Toy" then
  2905.             LocalPlayer.Character.Animate.jump.JumpAnim.AnimationId = "http://www.roblox.com/asset/?id=782847020"
  2906.         elseif Options.JumpAnimations.Value == "Superhero" then
  2907.             LocalPlayer.Character.Animate.jump.JumpAnim.AnimationId = "http://www.roblox.com/asset/?id=616115533"
  2908.         elseif Options.JumpAnimations.Value == "OldSchool" then
  2909.             LocalPlayer.Character.Animate.jump.JumpAnim.AnimationId = "http://www.roblox.com/asset/?id=5319841935"
  2910.         elseif Options.JumpAnimations.Value == "Cartoony" then
  2911.             LocalPlayer.Character.Animate.jump.JumpAnim.AnimationId = "http://www.roblox.com/asset/?id=742637942"
  2912.         elseif Options.JumpAnimations.Value == "Stylish" then
  2913.             LocalPlayer.Character.Animate.jump.JumpAnim.AnimationId = "http://www.roblox.com/asset/?id=616139451"
  2914.         elseif Options.JumpAnimations.Value == "Vampire" then
  2915.             LocalPlayer.Character.Animate.jump.JumpAnim.AnimationId = "http://www.roblox.com/asset/?id=1083455352"
  2916.         end
  2917.     end)
  2918. end)
  2919.  
  2920. AnimationsTab:AddDropdown('FallAnimations', {
  2921.     Values = { 'None','Rthro','Werewolf','Zombie','Ninja','Toy','Superhero','OldSchool','Cartoony','Stylish','Vampire' },
  2922.     Default = 1,
  2923.     Multi = false,
  2924.  
  2925.     Text = 'Fall',
  2926. })
  2927.  
  2928. Options.FallAnimations:OnChanged(function()
  2929.     ChangeFallAnimHook = game:GetService("RunService").Stepped:Connect(function ()
  2930.         if Options.FallAnimations.Value == "None" then
  2931.         elseif Options.FallAnimations.Value == "Rthro" then
  2932.             LocalPlayer.Character.Animate.fall.FallAnim.AnimationId = "http://www.roblox.com/asset/?id=2510195892"
  2933.         elseif Options.FallAnimations.Value == "Werewolf" then
  2934.             LocalPlayer.Character.Animate.fall.FallAnim.AnimationId = "http://www.roblox.com/asset/?id=1083189019"
  2935.         elseif Options.FallAnimations.Value == "Zombie" then
  2936.             LocalPlayer.Character.Animate.fall.FallAnim.AnimationId = "http://www.roblox.com/asset/?id=616157476"
  2937.         elseif Options.FallAnimations.Value == "Ninja" then
  2938.             LocalPlayer.Character.Animate.fall.FallAnim.AnimationId = "http://www.roblox.com/asset/?id=656115606"
  2939.         elseif Options.FallAnimations.Value == "Toy" then
  2940.             LocalPlayer.Character.Animate.fall.FallAnim.AnimationId = "http://www.roblox.com/asset/?id=782846423"
  2941.         elseif Options.FallAnimations.Value == "Superhero" then
  2942.             LocalPlayer.Character.Animate.fall.FallAnim.AnimationId = "http://www.roblox.com/asset/?id=616115533"
  2943.         elseif Options.FallAnimations.Value == "OldSchool" then
  2944.             LocalPlayer.Character.Animate.fall.FallAnim.AnimationId = "http://www.roblox.com/asset/?id=5319839762"
  2945.         elseif Options.FallAnimations.Value == "Cartoony" then
  2946.             LocalPlayer.Character.Animate.fall.FallAnim.AnimationId = "http://www.roblox.com/asset/?id=742640026"
  2947.         elseif Options.FallAnimations.Value == "Stylish" then
  2948.             LocalPlayer.Character.Animate.fall.FallAnim.AnimationId = "http://www.roblox.com/asset/?id=616134815"
  2949.         elseif Options.FallAnimations.Value == "Vampire" then
  2950.             LocalPlayer.Character.Animate.fall.FallAnim.AnimationId = "http://www.roblox.com/asset/?id=1083443587"
  2951.         end
  2952.     end)
  2953. end)
  2954.  
  2955. targetstraferangepart = Instance.new("MeshPart")
  2956.  
  2957. local TracerLine = Drawing.new("Line")
  2958. local HLTarget = Instance.new("Highlight")
  2959. local FakeHitboxPart = Instance.new("Part",game.Workspace)
  2960. local DotParent = Instance.new("Part",game.Workspace)
  2961.  
  2962. local newBillboard = Instance.new("BillboardGui", DotParent)
  2963.  
  2964. local newFrame = Instance.new("Frame", newBillboard)
  2965. local newUiCornor = Instance.new("UICorner", newFrame)
  2966.  
  2967.  
  2968. task.spawn(function ()
  2969.     newBillboard.Name = "azure_billboarddot"
  2970.     newBillboard.Adornee = DotParent
  2971.     newBillboard.Size = UDim2.new(1, 0, 1, 0)
  2972.     newBillboard.AlwaysOnTop = true
  2973.     newFrame.Size = UDim2.new(1, 0, 1, 0)
  2974.     newFrame.BackgroundTransparency = 0
  2975.     newUiCornor.CornerRadius = UDim.new(50, 50)
  2976.     DotParent.CanCollide = false
  2977.     DotParent.Anchored = true
  2978.     DotParent.CFrame = CFrame.new(0,2000,0)
  2979.     DotParent.Transparency = 1
  2980.     targetstraferangepart.MeshId = "rbxassetid://3726303797"
  2981.     targetstraferangepart.CanCollide = false
  2982.     targetstraferangepart.Anchored = true
  2983.     targetstraferangepart.Material = Enum.Material.Neon
  2984.     targetstraferangepart.Parent = game.Workspace
  2985. end)
  2986.  
  2987.  
  2988. RunService.Stepped:Connect(function ()
  2989.     if azure.Aiming.Target.Enabled and TargetBindEnabled and TargetTarget.Character then
  2990.         if azure.Aiming.Target.Dot.Enabled then
  2991.             DotParent.CFrame = CFrame.new(TargetTarget.Character[azure.Aiming.Target.Hitbox].Position+Vector3.new(0,azure.Aiming.Target.Offset.Y,0)+(TargetTarget.Character[azure.Aiming.Target.Hitbox].Velocity*azure.Aiming.Target.Prediction))
  2992.             task.spawn(function ()
  2993.                 newFrame.BackgroundColor3 = azure.Aiming.Target.Dot.Color
  2994.             end)
  2995.             spawn(function ()
  2996.                 if azure.Aiming.Target.Dot.Enabled == false then
  2997.                     DotParent.CFrame = CFrame.new(0,2000,0)
  2998.                 end
  2999.             end)
  3000.         end
  3001.         if azure.Aiming.Target.FakeHitbox.Enabled then
  3002.             FakeHitboxPart.CFrame = CFrame.new(TargetTarget.Character.HumanoidRootPart.Position+Vector3.new(0,azure.Aiming.Target.Offset.Y,0)+(TargetTarget.Character.HumanoidRootPart.Velocity*azure.Aiming.Target.Prediction))
  3003.             spawn(function ()
  3004.                 if azure.Aiming.Target.FakeHitbox.Enabled == false then
  3005.                     FakeHitboxPart.CFrame = CFrame.new(0,9999,0)
  3006.                 end
  3007.             end)
  3008.             task.spawn(function ()
  3009.                 FakeHitboxPart.CanCollide = false
  3010.                 FakeHitboxPart.Anchored = true
  3011.                 FakeHitboxPart.Color = azure.Aiming.Target.FakeHitbox.Color
  3012.                 FakeHitboxPart.Size = Vector3.new(1*azure.Aiming.Target.FakeHitbox.Size,1*azure.Aiming.Target.FakeHitbox.Size,1*azure.Aiming.Target.FakeHitbox.Size)
  3013.                 if azure.Aiming.Target.FakeHitbox.Material == "Neon" then
  3014.                     FakeHitboxPart.Transparency = 0
  3015.                     FakeHitboxPart.Material = "Neon"
  3016.                 end
  3017.                 if azure.Aiming.Target.FakeHitbox.Material == "ForceField" then
  3018.                     FakeHitboxPart.Transparency = 0
  3019.                     FakeHitboxPart.Material = "ForceField"
  3020.                 end
  3021.                 if azure.Aiming.Target.FakeHitbox.Material == "Plastic" then
  3022.                     FakeHitboxPart.Transparency = 0.75
  3023.                     FakeHitboxPart.Material = "Plastic"
  3024.                 end
  3025.             end)
  3026.         end
  3027.         if azure.Aiming.Target.ViewAt then
  3028.             workspace.CurrentCamera.CameraSubject = TargetTarget.Character.Humanoid
  3029.             spawn(function ()
  3030.                 if azure.Aiming.Target.ViewAt == false then
  3031.                     workspace.CurrentCamera.CameraSubject = LocalPlayer.Character.Humanoid
  3032.                 end
  3033.             end)
  3034.         end
  3035.         if azure.Aiming.Target.Tracer.Enabled then
  3036.             local LineVec = workspace.CurrentCamera:WorldToViewportPoint(TargetTarget.Character[azure.Aiming.Target.Hitbox].Position+Vector3.new(0,azure.Aiming.Target.Offset.Y,0)+(TargetTarget.Character[azure.Aiming.Target.Hitbox].Velocity*azure.Aiming.Target.Prediction))
  3037.             local humanoidt = workspace.CurrentCamera:WorldToViewportPoint(game.Players.LocalPlayer.Character.UpperTorso.Position)
  3038.             local headt = workspace.CurrentCamera:WorldToViewportPoint(game.Players.LocalPlayer.Character.Head.Position)
  3039.             local lowert = workspace.CurrentCamera:WorldToViewportPoint(game.Players.LocalPlayer.Character.LowerTorso.Position)
  3040.             local gunt = workspace.CurrentCamera:WorldToViewportPoint(game.Players.LocalPlayer.Character.RightHand.Position)
  3041.            
  3042.             TracerLine.Color = azure.Aiming.Target.Tracer.Color
  3043.             TracerLine.Transparency = 1
  3044.             TracerLine.Thickness = 2
  3045.             TracerLine.To = Vector2.new(LineVec.X, LineVec.Y)
  3046.             TracerLine.Visible = true
  3047.             if azure.Aiming.Target.Tracer.From == "Mouse" then
  3048.                 TracerLine.From = Vector2.new(LocalPlayerObjs.Mouse.X, LocalPlayerObjs.Mouse.Y + game:GetService("GuiService"):GetGuiInset().Y)
  3049.             end
  3050.             if azure.Aiming.Target.Tracer.From == "Head" then
  3051.                 TracerLine.From = Vector2.new(headt.X, headt.Y)
  3052.             end
  3053.             if azure.Aiming.Target.Tracer.From == "UpperTorso" then
  3054.                 TracerLine.From = Vector2.new(humanoidt.X, humanoidt.Y)
  3055.             end
  3056.             if azure.Aiming.Target.Tracer.From == "LowerTorso" then
  3057.                 TracerLine.From = Vector2.new(lowert.X, lowert.Y)
  3058.             end
  3059.             if azure.Aiming.Target.Tracer.From == "Gun" then
  3060.                 TracerLine.From = Vector2.new(gunt.X, gunt.Y)
  3061.             end
  3062.  
  3063.             spawn(function ()
  3064.                 if azure.Aiming.Target.Tracer.Enabled == false or azure.Aiming.Target.Enabled == false then
  3065.                     TracerLine.Visible = false
  3066.                 end
  3067.             end)
  3068.         end
  3069.         if azure.Aiming.Target.Highlight.Enabled then
  3070.             HLTarget.Parent = TargetTarget.Character
  3071.             HLTarget.FillColor = azure.Aiming.Target.Highlight.FillColor
  3072.             HLTarget.OutlineColor = azure.Aiming.Target.Highlight.OutlineColor
  3073.             spawn(function ()
  3074.                 if azure.Aiming.Target.Highlight.Enabled == false then
  3075.                     HLTarget.Parent = game.CoreGui
  3076.                 end
  3077.             end)
  3078.         end
  3079.  
  3080.         if azure.Aiming.TargetStrafe.Visualize.Enabled and azure.Aiming.TargetStrafe.Enabled then
  3081.             targetstraferangepart.CFrame = TargetTarget.Character.HumanoidRootPart.CFrame
  3082.             spawn(function ()
  3083.                 targetstraferangepart.Size = Vector3.new(azure.Aiming.TargetStrafe.Distance * 0.7, 0.01, azure.Aiming.TargetStrafe.Distance * 0.7)
  3084.                 targetstraferangepart.Color = azure.Aiming.TargetStrafe.Visualize.Color
  3085.             end)
  3086.             spawn(function ()
  3087.                 if azure.Aiming.TargetStrafe.Visualize.Enabled == false or azure.Aiming.TargetStrafe.Enabled == false then
  3088.                     targetstraferangepart.CFrame = CFrame.new(0,9999,0)
  3089.                 end
  3090.             end)
  3091.         end
  3092.     else
  3093.         TracerLine.Visible = false
  3094.         HLTarget.Parent = game.CoreGui
  3095.         workspace.CurrentCamera.CameraSubject = LocalPlayer.Character.Humanoid
  3096.         FakeHitboxPart.CFrame = CFrame.new(0,999,0)
  3097.         DotParent.CFrame = CFrame.new(0,2000,0)
  3098.         targetstraferangepart.CFrame = CFrame.new(0,9999,0)
  3099.     end
  3100.    
  3101.     if azure.Aiming.Target.PingBased == true then
  3102.         pingvalue = game:GetService("Stats").Network.ServerStatsItem["Data Ping"]:GetValueString()
  3103.         split = string.split(pingvalue,'(')
  3104.         ping = tonumber(split[1])
  3105.         if ping < 360 then
  3106.             azure.Aiming.Target.Prediction = 0.16537
  3107.         elseif ping < 270 then
  3108.             azure.Aiming.Target.Prediction = 0.195566
  3109.         elseif ping < 260 then
  3110.             azure.Aiming.Target.Prediction = 0.175566
  3111.         elseif ping < 250 then
  3112.             azure.Aiming.Target.Prediction = 0.1651
  3113.         elseif ping < 240 then
  3114.             azure.Aiming.Target.Prediction = 0.16780
  3115.         elseif ping < 230 then
  3116.             azure.Aiming.Target.Prediction = 0.15692
  3117.         elseif ping < 220 then
  3118.             azure.Aiming.Target.Prediction = 0.165566
  3119.         elseif ping < 210 then
  3120.             azure.Aiming.Target.Prediction = 0.16780
  3121.         elseif ping < 200 then
  3122.             azure.Aiming.Target.Prediction = 0.165566
  3123.         elseif ping < 190 then
  3124.             azure.Aiming.Target.Prediction = 0.166547
  3125.         elseif ping < 180 then
  3126.             azure.Aiming.Target.Prediction = 0.19284
  3127.         elseif ping < 170 then
  3128.             azure.Aiming.Target.Prediction = 0.1923111
  3129.         elseif ping < 160 then
  3130.             azure.Aiming.Target.Prediction = 0.16
  3131.         elseif ping < 150 then
  3132.             azure.Aiming.Target.Prediction = 0.15
  3133.         elseif ping < 140 then
  3134.             azure.Aiming.Target.Prediction = 0.1223333
  3135.         elseif ping < 130 then
  3136.             azure.Aiming.Target.Prediction = 0.156692
  3137.         elseif ping < 120 then
  3138.             azure.Aiming.Target.Prediction = 0.143765
  3139.         elseif ping < 110 then
  3140.             azure.Aiming.Target.Prediction = 0.1455
  3141.         elseif ping < 100 then
  3142.             azure.Aiming.Target.Prediction = 0.130340
  3143.         elseif ping < 90 then
  3144.             azure.Aiming.Target.Prediction = 0.136
  3145.         elseif ping < 80 then
  3146.             azure.Aiming.Target.Prediction = 0.1347
  3147.         elseif ping < 70 then
  3148.             azure.Aiming.Target.Prediction = 0.119
  3149.         elseif ping < 60 then
  3150.             azure.Aiming.Target.Prediction = 0.12731
  3151.         elseif ping < 50 then
  3152.             azure.Aiming.Target.Prediction = 0.127668
  3153.         elseif ping < 40 then
  3154.             azure.Aiming.Target.Prediction = 0.125
  3155.         elseif ping < 30 then
  3156.             azure.Aiming.Target.Prediction = 0.11
  3157.         elseif ping < 20 then
  3158.             azure.Aiming.Target.Prediction = 0.12588
  3159.         elseif ping < 10 then
  3160.             azure.Aiming.Target.Prediction = 0.9
  3161.         end
  3162.     end
  3163.     if WristPosBind and azure.Aiming.WristPos.Enabled and WristPosTarget.Character and WristPosTarget.Character:FindFirstChild("HumanoidRootPart") then
  3164.         if LocalPlayer.Character.RightHand:FindFirstChild("RightWrist") then
  3165.             LocalPlayer.Character.RightHand.RightWrist:Destroy()
  3166.         end
  3167.         repeat
  3168.             task.wait()
  3169.             LocalPlayer.Character.RightHand.CFrame = CFrame.new(WristPosTarget.Character.HumanoidRootPart.Position) * CFrame.new(0,azure.Aiming.WristPos.Distance,0)
  3170.             LocalPlayer.Character.RightHand.Transparency = 1
  3171.         until WristPosBind == false or azure.Aiming.WristPos.Enabled == false
  3172.         if WristPosBind == false or azure.Aiming.WristPos.Enabled == false then
  3173.             LocalPlayer.Character.RightHand.CFrame = LocalPlayer.Character.RightUpperArm.CFrame
  3174.             LocalPlayer.Character.RightHand.Transparency = 0
  3175.         end
  3176.     end
  3177. end)
  3178.  
  3179. local mt = getrawmetatable(game)
  3180. local old = mt.__namecall
  3181. setreadonly(mt, false)
  3182. mt.__namecall = newcclosure(function(...)
  3183.     local args = {...}
  3184.     if azure.Aiming.Target.Enabled and TargetBindEnabled and getnamecallmethod() == "FireServer" and args[2] == "UpdateMousePos" then
  3185.         args[3] = TargetTarget.Character[azure.Aiming.Target.Hitbox].Position+Vector3.new(0,azure.Aiming.Target.Offset.Y,0)+(TargetTarget.Character[azure.Aiming.Target.Hitbox].Velocity*azure.Aiming.Target.Prediction)
  3186.         return old(unpack(args))
  3187.     end
  3188.     return old(...)
  3189. end)
  3190.  
  3191. RunService.RenderStepped:Connect(function ()
  3192.     if azure.Aiming.Aimbot.VelocityResolver then
  3193.         pcall(function ()
  3194.             AimbotTargetVelocity = AimbotTarget.Character.HumanoidRootPart.Velocity
  3195.             AimbotTarget.Character.HumanoidRootPart.Velocity = Vector3.new(AimbotTargetVelocity.X, -0.000000000000000000000000000000001, AimbotTargetVelocity.Z)
  3196.         end)
  3197.     end
  3198.     if azure.Aiming.Aimbot.Enabled and AimbotBindEnabled and azure.Aiming.Aimbot.Smoothing.Enabled == false then
  3199.         if azure.Aiming.Aimbot.ReverseResolver == true then
  3200.             local zxc = CFrame.new(workspace.CurrentCamera.CFrame.p, AimbotTarget.Character[azure.Aiming.Aimbot.Hitbox].Position - AimbotTarget.Character[azure.Aiming.Aimbot.Hitbox].Velocity/azure.Aiming.Aimbot.Prediction)
  3201.             workspace.CurrentCamera.CFrame = workspace.CurrentCamera.CFrame:Lerp(zxc, 1, Enum.EasingStyle.Elastic, Enum.EasingDirection.InOut)
  3202.         end
  3203.         if azure.Aiming.Aimbot.ReverseResolver == false then
  3204.             local zxc = CFrame.new(workspace.CurrentCamera.CFrame.p, AimbotTarget.Character[azure.Aiming.Aimbot.Hitbox].Position + AimbotTarget.Character[azure.Aiming.Aimbot.Hitbox].Velocity/azure.Aiming.Aimbot.Prediction)
  3205.             workspace.CurrentCamera.CFrame = workspace.CurrentCamera.CFrame:Lerp(zxc, 1, Enum.EasingStyle.Elastic, Enum.EasingDirection.InOut)
  3206.         end
  3207.     elseif azure.Aiming.Aimbot.Enabled and AimbotBindEnabled and azure.Aiming.Aimbot.Smoothing.Enabled == true then
  3208.         if azure.Aiming.Aimbot.ReverseResolver == true then
  3209.             local zx = CFrame.new(workspace.CurrentCamera.CFrame.p, AimbotTarget.Character[azure.Aiming.Aimbot.Hitbox].Position - AimbotTarget.Character[azure.Aiming.Aimbot.Hitbox].Velocity/azure.Aiming.Aimbot.Prediction)
  3210.             workspace.CurrentCamera.CFrame = workspace.CurrentCamera.CFrame:Lerp(zx, azure.Aiming.Aimbot.Smoothing.Value, Enum.EasingStyle.Elastic, Enum.EasingDirection.InOut)
  3211.         end
  3212.         if azure.Aiming.Aimbot.ReverseResolver == false then
  3213.             local zx = CFrame.new(workspace.CurrentCamera.CFrame.p, AimbotTarget.Character[azure.Aiming.Aimbot.Hitbox].Position + AimbotTarget.Character[azure.Aiming.Aimbot.Hitbox].Velocity/azure.Aiming.Aimbot.Prediction)
  3214.             workspace.CurrentCamera.CFrame = workspace.CurrentCamera.CFrame:Lerp(zx, azure.Aiming.Aimbot.Smoothing.Value, Enum.EasingStyle.Elastic, Enum.EasingDirection.InOut)
  3215.         end
  3216.     end
  3217.     if TargetBindEnabled and azure.Aiming.Target.Enabled and TargetTarget.Character and TargetTarget.Character:FindFirstChild("HumanoidRootPart") then
  3218.         if azure.Aiming.Target.LookAt then
  3219.             game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.Position, Vector3.new(TargetTarget.Character.HumanoidRootPart.CFrame.X, game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.Position.Y, TargetTarget.Character.HumanoidRootPart.CFrame.Z))
  3220.             LocalPlayer.Character.Humanoid.AutoRotate = false
  3221.             spawn(function ()
  3222.                 if azure.Aiming.Target.LookAt == false then
  3223.                     LocalPlayer.Character.Humanoid.AutoRotate = true
  3224.                 end
  3225.             end)
  3226.         end
  3227.     else
  3228.         LocalPlayer.Character.Humanoid.AutoRotate = true
  3229.     end
  3230. end)
  3231.  
  3232. angle_Y = 0
  3233.  
  3234. RunService.Stepped:Connect(function (param,FPS)
  3235.     if azure.Aiming.TargetStrafe.Enabled then
  3236.         if azure.Aiming.Target.Enabled and TargetBindEnabled then
  3237.             if Toggles.TargetLookAtTggle.Value == true then
  3238.                 Toggles.TargetLookAtTggle:SetValue(false)
  3239.                 wait()
  3240.                 Toggles.TargetLookAtTggle:SetValue(true)
  3241.             end
  3242.             angle_Y = angle_Y + FPS / azure.Aiming.TargetStrafe.Speed % 1
  3243.             LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(TargetTarget.Character.HumanoidRootPart.Position) * CFrame.Angles(0, 2 * math.pi * angle_Y, 0) * CFrame.new(0, azure.Aiming.TargetStrafe.Height, azure.Aiming.TargetStrafe.Distance)
  3244.         end
  3245.     end
  3246. end)
  3247.  
  3248. local circleinstance = Drawing.new("Circle")
  3249. local circleinstancex = Drawing.new("Circle")
  3250. RunService.Heartbeat:Connect(function ()
  3251.     if AimbotDrawFOV then
  3252.         circleinstance.Position = Vector2.new(game.Players.LocalPlayer:GetMouse().X, game.Players.LocalPlayer:GetMouse().Y + game:GetService("GuiService"):GetGuiInset().Y)
  3253.         circleinstance.Visible = true
  3254.         circleinstance.Thickness = 2
  3255.         circleinstance.Radius = AimbotFOVSize
  3256.         circleinstance.NumSides = 60
  3257.         circleinstance.Color = AimbotFOVClr
  3258.     else
  3259.         circleinstance.Visible = false
  3260.     end
  3261.     if TargetFOvEnabled then
  3262.         circleinstancex.Position = Vector2.new(game.Players.LocalPlayer:GetMouse().X, game.Players.LocalPlayer:GetMouse().Y + game:GetService("GuiService"):GetGuiInset().Y)
  3263.         circleinstancex.Visible = true
  3264.         circleinstancex.Thickness = 2
  3265.         circleinstancex.Radius = TargetFOVSize
  3266.         circleinstancex.NumSides = 60
  3267.         circleinstancex.Color = TargetFovClr
  3268.     else
  3269.         circleinstancex.Visible = false
  3270.     end
  3271.     if azure.Blatant.CFrame.Enabled then
  3272.         if LocalPlayer.Character.Humanoid.MoveDirection.Magnitude > 0 then
  3273.             for i = 1, azure.Blatant.CFrame.Value do
  3274.                 LocalPlayer.Character:TranslateBy(LocalPlayer.Character.Humanoid.MoveDirection)
  3275.             end
  3276.         end
  3277.     end
  3278.     if azure.Blatant.Exploits.JumpCooldown then
  3279.         LocalPlayer.Character.Humanoid.UseJumpPower = false
  3280.     else
  3281.         LocalPlayer.Character.Humanoid.UseJumpPower = true
  3282.     end
  3283.     if azure.Blatant.Exploits.NoSlow then
  3284.         wait()
  3285.         local bodyeffectsBounderies = LocalPlayer.Character.BodyEffects.Movement:FindFirstChild('NoJumping') or LocalPlayer.Character.BodyEffects.Movement:FindFirstChild('ReduceWalk') or LocalPlayer.Character.BodyEffects.Movement:FindFirstChild('NoWalkSpeed')
  3286.         if bodyeffectsBounderies then
  3287.             bodyeffectsBounderies:Destroy()
  3288.         end
  3289.         if LocalPlayer.Character.BodyEffects.Reload.Value == true then
  3290.             LocalPlayer.Character.BodyEffects.Reload.Value = false
  3291.         end
  3292.     end
  3293.     if azure.Blatant.Exploits.AutoStomp then
  3294.         game.ReplicatedStorage.MainEvent:FireServer("Stomp")
  3295.     end
  3296.     if azure.Blatant.Exploits.AntiBag then
  3297.         if LocalPlayer.Character["Christmas_Sock"] then
  3298.             LocalPlayer.Character["Christmas_Sock"]:Destroy()
  3299.         end
  3300.     end
  3301.     if azure.Blatant.AntiStomp.Enabled then
  3302.         if LocalPlayer.Character.Humanoid.Health <= 1 then
  3303.             if azure.Blatant.AntiStomp.Type == "Remove Character" then
  3304.                 for i, v in pairs(LocalPlayer.Character:GetDescendants()) do
  3305.                     if v:IsA("BasePart") then
  3306.                         v:Destroy()
  3307.                     end
  3308.                 end
  3309.             elseif azure.Blatant.AntiStomp.Type == "Remove Humanoid" then
  3310.                 LocalPlayer.Character.Humanoid:Destroy()
  3311.             end
  3312.         end
  3313.     end
  3314.     if azure.Blatant.FakeLag.Enabled then
  3315.         repeat
  3316.             wait()
  3317.             Toggles.AntiFlingEnabled:SetValue(true)
  3318.             wait(azure.Blatant.FakeLag.Duration/4)
  3319.             Toggles.AntiFlingEnabled:SetValue(false)
  3320.         until azure.Blatant.FakeLag.Enabled == false
  3321.     end
  3322.     if azure.Blatant.AntiAim.VelocityUnderGround then
  3323.         VelocityUnderGroundAA()
  3324.     else
  3325.         LocalPlayer.Character.Humanoid.HipHeight = 2
  3326.     end
  3327.     if azure.Blatant.AntiAim.RotVelocity.Enabled then
  3328.         RotVelocityAA()
  3329.     end
  3330.     if azure.Blatant.GunMod.AutoReload then
  3331.         if game:GetService("Players").LocalPlayer.Character:FindFirstChildWhichIsA("Tool") then
  3332.             if game:GetService("Players").LocalPlayer.Character:FindFirstChildWhichIsA("Tool"):FindFirstChild("Ammo") then
  3333.                 if game:GetService("Players").LocalPlayer.Character:FindFirstChildWhichIsA("Tool"):FindFirstChild("Ammo").Value <= 0 then
  3334.                     game:GetService("ReplicatedStorage").MainEvent:FireServer("Reload", game:GetService("Players").LocalPlayer.Character:FindFirstChildWhichIsA("Tool"))
  3335.                 end
  3336.             end
  3337.         end
  3338.     end
  3339. end)
  3340.  
  3341. OtherGroupbox:AddToggle('RainbowModeXD', {
  3342.     Text = 'Rainbow Theme',
  3343.     Default = true,
  3344.     Tooltip = 'Enable Rainbow Mode',
  3345. })
  3346.  
  3347. Toggles.RainbowModeXD:OnChanged(function()
  3348.     azure.UISettings.Rainbow = Toggles.RainbowModeXD.Value
  3349. end)
  3350.  
  3351. OtherGroupbox:AddToggle('WatermarkEnabled', {
  3352.     Text = 'Watermark',
  3353.     Default = true,
  3354.     Tooltip = 'Watermark Enabled',
  3355. })
  3356.  
  3357. Toggles.WatermarkEnabled:OnChanged(function()
  3358.     Library:SetWatermarkVisibility(Toggles.WatermarkEnabled.Value)
  3359. end)
  3360.  
  3361. OtherGroupbox:AddToggle('KeybindFrameEnabled', {
  3362.     Text = 'Keybind Frame',
  3363.     Default = true,
  3364.     Tooltip = 'Keybind Frame Enabled',
  3365. })
  3366.  
  3367. Toggles.KeybindFrameEnabled:OnChanged(function()
  3368.     Library.KeybindFrame.Visible = Toggles.KeybindFrameEnabled.Value
  3369. end)
  3370.  
  3371.  
  3372. Library:SetWatermark(title_string)
  3373.  
  3374.  
  3375.  
  3376. Library:OnUnload(function()
  3377.     Library.Unloaded = true
  3378. end)
  3379.  
  3380. local MenuGroup = Tabs['UI Settings']:AddLeftGroupbox('Menu')
  3381.  
  3382. MenuGroup:AddButton('Unload Cheat', function() Library:Unload() end)
  3383. MenuGroup:AddLabel('Menu bind'):AddKeyPicker('MenuKeybind', { Default = 'RightShift', NoUI = true, Text = 'Menu keybind' })
  3384.  
  3385. Library.ToggleKeybind = Options.MenuKeybind
  3386. ThemeManager:SetLibrary(Library)
  3387. SaveManager:SetLibrary(Library)
  3388. SaveManager:IgnoreThemeSettings()
  3389. SaveManager:SetIgnoreIndexes({ 'MenuKeybind' })
  3390. ThemeManager:SetFolder('MyScriptHub')
  3391. SaveManager:SetFolder('MyScriptHub/specific-game')
  3392. SaveManager:BuildConfigSection(Tabs['UI Settings'])
  3393. ThemeManager:ApplyToTab(Tabs['UI Settings'])
  3394.  
  3395. function AimbotGetTarget()
  3396.     local distance = AimbotFOVSize
  3397.     local zclosest
  3398.  
  3399.     for i, v in pairs(game.Players:GetPlayers()) do
  3400.         if v ~= LocalPlayer and v.Character and v.Character:FindFirstChild("Humanoid") and v.Character.Humanoid.Health ~= 0 and v.Character:FindFirstChild("HumanoidRootPart") then
  3401.             local pos = workspace.CurrentCamera:WorldToViewportPoint(v.Character.PrimaryPart.Position)
  3402.             local magnitude = (Vector2.new(pos.X, pos.Y) - Vector2.new(LocalPlayer:GetMouse().X, LocalPlayer:GetMouse().Y)).magnitude
  3403.             if magnitude < distance then
  3404.                 zclosest = v
  3405.                 distance = magnitude
  3406.             end
  3407.         end
  3408.     end
  3409.     return zclosest
  3410. end
  3411.  
  3412. function TargetGetTarget()
  3413.     local distance = TargetFOVSize
  3414.     local zclosest
  3415.  
  3416.     for i, v in pairs(game.Players:GetPlayers()) do
  3417.         if v ~= LocalPlayer and v.Character and v.Character:FindFirstChild("Humanoid") and v.Character.Humanoid.Health ~= 0 and v.Character:FindFirstChild("HumanoidRootPart") then
  3418.             local pos = workspace.CurrentCamera:WorldToViewportPoint(v.Character.PrimaryPart.Position)
  3419.             local magnitude = (Vector2.new(pos.X, pos.Y) - Vector2.new(LocalPlayer:GetMouse().X, LocalPlayer:GetMouse().Y)).magnitude
  3420.             if magnitude < distance then
  3421.                 zclosest = v
  3422.                 distance = magnitude
  3423.             end
  3424.         end
  3425.     end
  3426.     return zclosest
  3427. end
  3428.  
  3429. function GetTarget()
  3430.     local distance = math.huge
  3431.     local zclosest
  3432.  
  3433.     for i, v in pairs(game.Players:GetPlayers()) do
  3434.         if v ~= LocalPlayer and v.Character and v.Character:FindFirstChild("Humanoid") and v.Character.Humanoid.Health ~= 0 and v.Character:FindFirstChild("HumanoidRootPart") then
  3435.             local pos = workspace.CurrentCamera:WorldToViewportPoint(v.Character.PrimaryPart.Position)
  3436.             local magnitude = (Vector2.new(pos.X, pos.Y) - Vector2.new(LocalPlayer:GetMouse().X, LocalPlayer:GetMouse().Y)).magnitude
  3437.             if magnitude < distance then
  3438.                 zclosest = v
  3439.                 distance = magnitude
  3440.             end
  3441.         end
  3442.     end
  3443.     return zclosest
  3444. end
  3445.  
  3446. function VelocityUnderGroundAA()
  3447.     local oldVelocity = LocalPlayer.Character.HumanoidRootPart.Velocity
  3448.     LocalPlayer.Character.HumanoidRootPart.Velocity = Vector3.new(oldVelocity.X, -azure.Blatant.AntiAim.VelocityUnderGroundAmount, oldVelocity.Z)
  3449.     LocalPlayer.Character.HumanoidRootPart.Velocity = Vector3.new(oldVelocity.X, oldVelocity.Y, oldVelocity.Z)
  3450.     LocalPlayer.Character.HumanoidRootPart.Velocity = Vector3.new(oldVelocity.X, -azure.Blatant.AntiAim.VelocityUnderGroundAmount, oldVelocity.Z)
  3451.     LocalPlayer.Character.Humanoid.HipHeight = VelocityUndergroundHipheight
  3452. end
  3453.  
  3454. function RotVelocityAA()
  3455.     LocalPlayer.Character.HumanoidRootPart.RotVelocity = Vector3.new(0, azure.Blatant.AntiAim.RotVelocity.Value, 0)
  3456. end
  3457.  
  3458. task.spawn(function()
  3459.     while game:GetService("RunService").RenderStepped:Wait() do
  3460.         if azure.UISettings.Rainbow then
  3461.             local Registry = Window.Holder.Visible and Library.Registry or Library.HudRegistry
  3462.  
  3463.             for Idx, Object in next, Registry do
  3464.                 for Property, ColorIdx in next, Object.Properties do
  3465.                     if ColorIdx == "AccentColor" or ColorIdx == "AccentColorDark" then
  3466.                         local Instance = Object.Instance
  3467.                         local yPos = Instance.AbsolutePosition.Y
  3468.  
  3469.                         local Mapped = Library:MapValue(yPos, 0, 1080, 0, 0.5) * 0.69
  3470.                         local Color = Color3.fromHSV((Library.CurrentRainbowHue - Mapped) % 1, 0.43, 1)
  3471.  
  3472.                         if ColorIdx == "AccentColorDark" then
  3473.                             Color = Library:GetDarkerColor(Color)
  3474.                         end
  3475.  
  3476.                         Instance[Property] = Color
  3477.                     end
  3478.                 end
  3479.             end
  3480.         end
  3481.     end
  3482. end)
Add Comment
Please, Sign In to add comment