ZV0K

Azure V3 Leaked 🟣

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