Advertisement
Guest User

Untitled

a guest
Jun 26th, 2019
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 48.34 KB | None | 0 0
  1. -- Services:
  2.  
  3. CoreGui = game:GetService("CoreGui")
  4. Players = game:GetService("Players")
  5. Lighting = game:GetService("Lighting")
  6. RunService = game:GetService("RunService")
  7. ReplicatedStorage = game:GetService("ReplicatedStorage")
  8. Input = game:GetService("UserInputService")
  9. Camera = game.Workspace.CurrentCamera
  10.  
  11. -- Instances:
  12.  
  13. -- ScreenGui:
  14.  
  15. local Hades = Instance.new("ScreenGui")
  16.  
  17. -- SplashIcon:
  18.  
  19. local SplashIcon = Instance.new("ImageLabel")
  20.  
  21. -- MainFrame:
  22.  
  23. local MainFrame = Instance.new("Frame")
  24. local MainRound = Instance.new("ImageLabel")
  25. local OpenFrame = Instance.new("Frame")
  26. local OpenRound = Instance.new("ImageLabel")
  27. local OpenButton = Instance.new("TextButton")
  28.  
  29. local AimButton = Instance.new("ImageButton")
  30. local VisualButton = Instance.new("ImageButton")
  31. local MiscButton = Instance.new("ImageButton")
  32.  
  33. -- MiscFrame:
  34.  
  35. local MiscFrame = Instance.new("Frame")
  36. local MiscRound = Instance.new("ImageLabel")
  37. local MiscTitleFrame = Instance.new("Frame")
  38. local MiscTitleRound = Instance.new("ImageLabel")
  39. local MiscLabel = Instance.new("TextLabel")
  40.  
  41. local GlideButton = Instance.new("TextButton")
  42. local GlideTextBox = Instance.new("TextBox")
  43. local FullbrightButton = Instance.new("TextButton")
  44.  
  45. -- AimFrame:
  46.  
  47. local AimFrame = Instance.new("Frame")
  48. local AimRound = Instance.new("ImageLabel")
  49. local AimTitleFrame = Instance.new("Frame")
  50. local AimTitleRound = Instance.new("ImageLabel")
  51. local AimLabel = Instance.new("TextLabel")
  52.  
  53. local HeadSizeButton = Instance.new("TextButton")
  54. local HeadSizeTextBox = Instance.new("TextBox")
  55. local DynamicSizeButton = Instance.new("TextButton")
  56. local DynamicSizeTextBox = Instance.new("TextBox")
  57. local NoRecoilButton = Instance.new("TextButton")
  58. local NoSpreadButton = Instance.new("TextButton")
  59. local FireRateButton = Instance.new("TextButton")
  60. local FireRateTextBox = Instance.new("TextBox")
  61. local ToggleAutoButton = Instance.new("TextButton")
  62.  
  63. -- VisualFrame:
  64.  
  65. local VisualFrame = Instance.new("Frame")
  66. local VisualTitleFrame = Instance.new("Frame")
  67. local VisualTitleRound = Instance.new("ImageLabel")
  68. local VisualLabel = Instance.new("TextLabel")
  69. local VisualRound = Instance.new("ImageLabel")
  70.  
  71. local BoxButton = Instance.new("TextButton")
  72. local AdminBoxButton = Instance.new("TextButton")
  73. local NameButton = Instance.new("TextButton")
  74. local DistanceButton = Instance.new("TextButton")
  75. local EquippedButton = Instance.new("TextButton")
  76. local AdminListButton = Instance.new("TextButton")
  77.  
  78. -- LightingEffects:
  79.  
  80. local Blur = Instance.new("BlurEffect")
  81.  
  82. --Properties:
  83.  
  84. -- ScreenGui:
  85.  
  86. Hades.Name = "Hades"
  87. Hades.Parent = CoreGui
  88.  
  89. -- SplashIcon:
  90.  
  91. SplashIcon.Name = "SplashIcon"
  92. SplashIcon.Parent = Hades
  93. SplashIcon.AnchorPoint = Vector2.new(0.5, 0.5)
  94. SplashIcon.BackgroundColor3 = Color3.new(1, 1, 1)
  95. SplashIcon.BackgroundTransparency = 1
  96. SplashIcon.Position = UDim2.new(0.5, 0, 0.5, 0)
  97. SplashIcon.Image = "rbxassetid://3226089121"
  98. SplashIcon.Visible = false
  99.  
  100. -- MainFrame:
  101.  
  102. MainFrame.Name = "MainFrame"
  103. MainFrame.Parent = Hades
  104. MainFrame.AnchorPoint = Vector2.new(0.5, 0)
  105. MainFrame.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  106. MainFrame.BorderSizePixel = 0
  107. MainFrame.Position = UDim2.new(0.5, 0, 0, -90)
  108. MainFrame.Size = UDim2.new(0, 280, 0, 40)
  109.  
  110. MainRound.Name = "MainRound"
  111. MainRound.Parent = MainFrame
  112. MainRound.BackgroundColor3 = Color3.new(1, 1, 1)
  113. MainRound.BackgroundTransparency = 1
  114. MainRound.Position = UDim2.new(0, -8, 0, -8)
  115. MainRound.Size = UDim2.new(1, 16, 1, 16)
  116. MainRound.Image = "rbxassetid://2851928141"
  117. MainRound.ImageColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  118. MainRound.ScaleType = Enum.ScaleType.Slice
  119. MainRound.SliceCenter = Rect.new(8, 8, 8, 8)
  120.  
  121. OpenFrame.Name = "OpenFrame"
  122. OpenFrame.Parent = MainFrame
  123. OpenFrame.AnchorPoint = Vector2.new(0.5, 0)
  124. OpenFrame.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  125. OpenFrame.BackgroundTransparency = 1
  126. OpenFrame.BorderSizePixel = 0
  127. OpenFrame.Position = UDim2.new(0.5, 0, 1.10000002, 0)
  128. OpenFrame.Size = UDim2.new(0, 60, 0, 12)
  129. OpenFrame.ZIndex = 0
  130.  
  131. OpenRound.Name = "OpenRound"
  132. OpenRound.Parent = OpenFrame
  133. OpenRound.BackgroundColor3 = Color3.new(1, 1, 1)
  134. OpenRound.BackgroundTransparency = 1
  135. OpenRound.Position = UDim2.new(0, -8, 0, -8)
  136. OpenRound.Size = UDim2.new(1, 16, 1, 16)
  137. OpenRound.ZIndex = 0
  138. OpenRound.Image = "rbxassetid://2851928141"
  139. OpenRound.ImageColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  140. OpenRound.ImageTransparency = 0.20000000298023
  141. OpenRound.ScaleType = Enum.ScaleType.Slice
  142. OpenRound.SliceCenter = Rect.new(8, 8, 8, 8)
  143.  
  144. OpenButton.Name = "OpenButton"
  145. OpenButton.Parent = OpenFrame
  146. OpenButton.AnchorPoint = Vector2.new(0.5, 0.5)
  147. OpenButton.BackgroundColor3 = Color3.new(1, 1, 1)
  148. OpenButton.BackgroundTransparency = 1
  149. OpenButton.Position = UDim2.new(0.5, 0, 0.5, 0)
  150. OpenButton.Size = UDim2.new(1, 16, 1, 16)
  151. OpenButton.ZIndex = 0
  152. OpenButton.Font = Enum.Font.SourceSans
  153. OpenButton.Text = ""
  154. OpenButton.TextColor3 = Color3.new(0, 0, 0)
  155. OpenButton.TextSize = 14
  156. OpenButton.TextTransparency = 1
  157.  
  158. AimButton.Name = "AimButton"
  159. AimButton.Parent = MainFrame
  160. AimButton.BackgroundColor3 = Color3.new(1, 1, 1)
  161. AimButton.BackgroundTransparency = 1
  162. AimButton.Position = UDim2.new(0.303000003, -40, 0, 0)
  163. AimButton.Size = UDim2.new(0, 40, 0, 40)
  164. AimButton.ZIndex = 2
  165. AimButton.Image = "rbxassetid://3226627257"
  166.  
  167. VisualButton.Name = "VisualButton"
  168. VisualButton.Parent = MainFrame
  169. VisualButton.BackgroundColor3 = Color3.new(1, 1, 1)
  170. VisualButton.BackgroundTransparency = 1
  171. VisualButton.Position = UDim2.new(0.433639586, 0, 0, 0)
  172. VisualButton.Size = UDim2.new(0, 40, 0, 40)
  173. VisualButton.ZIndex = 2
  174. VisualButton.Image = "rbxassetid://3226626560"
  175.  
  176. MiscButton.Name = "MiscButton"
  177. MiscButton.Parent = MainFrame
  178. MiscButton.BackgroundColor3 = Color3.new(1, 1, 1)
  179. MiscButton.BackgroundTransparency = 1
  180. MiscButton.Position = UDim2.new(0.561999977, 40, 0, 0)
  181. MiscButton.Size = UDim2.new(0, 40, 0, 40)
  182. MiscButton.ZIndex = 2
  183. MiscButton.Image = "rbxassetid://3226627069"
  184.  
  185. -- MiscFrame:
  186.  
  187. MiscFrame.Name = "MiscFrame"
  188. MiscFrame.Parent = Hades
  189. MiscFrame.AnchorPoint = Vector2.new(0.5, 0)
  190. MiscFrame.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  191. MiscFrame.BackgroundTransparency = 1
  192. MiscFrame.Position = UDim2.new(0.5, 0, 1.1, 0)
  193. MiscFrame.Size = UDim2.new(0, 350, 0, 200)
  194.  
  195. MiscRound.Name = "MiscRound"
  196. MiscRound.Parent = MiscFrame
  197. MiscRound.BackgroundColor3 = Color3.new(1, 1, 1)
  198. MiscRound.BackgroundTransparency = 1
  199. MiscRound.Position = UDim2.new(0, -8, 0, -8)
  200. MiscRound.Size = UDim2.new(1, 16, 1, 16)
  201. MiscRound.Image = "rbxassetid://2851928141"
  202. MiscRound.ImageColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  203. MiscRound.ImageTransparency = 0.20000000298023
  204. MiscRound.ScaleType = Enum.ScaleType.Slice
  205. MiscRound.SliceCenter = Rect.new(8, 8, 8, 8)
  206.  
  207. MiscTitleFrame.Name = "MiscTitleFrame"
  208. MiscTitleFrame.Parent = MiscFrame
  209. MiscTitleFrame.AnchorPoint = Vector2.new(0.5, 0)
  210. MiscTitleFrame.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  211. MiscTitleFrame.BackgroundTransparency = 1
  212. MiscTitleFrame.BorderSizePixel = 0
  213. MiscTitleFrame.Position = UDim2.new(0.5, 0, 0, 0)
  214. MiscTitleFrame.Size = UDim2.new(1, 0, 0, 1)
  215.  
  216. MiscTitleRound.Name = "MiscTitleRound"
  217. MiscTitleRound.Parent = MiscTitleFrame
  218. MiscTitleRound.BackgroundColor3 = Color3.new(1, 1, 1)
  219. MiscTitleRound.BackgroundTransparency = 1
  220. MiscTitleRound.Position = UDim2.new(0, -6, 0, -6)
  221. MiscTitleRound.Size = UDim2.new(1, 12, 1, 12)
  222. MiscTitleRound.Image = "rbxassetid://2851928567"
  223. MiscTitleRound.ImageColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  224. MiscTitleRound.ImageTransparency = 0.20000000298023
  225. MiscTitleRound.ScaleType = Enum.ScaleType.Slice
  226. MiscTitleRound.SliceCenter = Rect.new(6, 6, 6, 6)
  227.  
  228. MiscLabel.Name = "MiscLabel"
  229. MiscLabel.Parent = MiscTitleFrame
  230. MiscLabel.AnchorPoint = Vector2.new(0.5, 0.5)
  231. MiscLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  232. MiscLabel.BackgroundTransparency = 1
  233. MiscLabel.Position = UDim2.new(0.5, 0, 0.5, -1)
  234. MiscLabel.Size = UDim2.new(1, 0, 1, 12)
  235. MiscLabel.Font = Enum.Font.SourceSans
  236. MiscLabel.Text = "Misc"
  237. MiscLabel.TextColor3 = Color3.new(1, 0.666667, 0)
  238. MiscLabel.TextSize = 14
  239.  
  240. GlideButton.Name = "GlideButton"
  241. GlideButton.Parent = MiscFrame
  242. GlideButton.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  243. GlideButton.BackgroundTransparency = 0.5
  244. GlideButton.BorderSizePixel = 0
  245. GlideButton.Position = UDim2.new(0, 0, 0, 12)
  246. GlideButton.Size = UDim2.new(0.5, -3, 0, 22)
  247. GlideButton.Font = Enum.Font.SourceSans
  248. GlideButton.Text = "Glide"
  249. GlideButton.TextColor3 = Color3.new(0.745098039, 0.745098039, 0.745098039)
  250. GlideButton.TextSize = 14
  251.  
  252. GlideTextBox.Name = "GlideTextBox"
  253. GlideTextBox.Parent = MiscFrame
  254. GlideTextBox.BackgroundColor3 = Color3.new(1, 0.666667, 0)
  255. GlideTextBox.BackgroundTransparency = 0.75
  256. GlideTextBox.BorderSizePixel = 0
  257. GlideTextBox.Position = UDim2.new(0, 0, 0, 40)
  258. GlideTextBox.Size = UDim2.new(0.5, -3, 0, 22)
  259. GlideTextBox.ClearTextOnFocus = false
  260. GlideTextBox.Font = Enum.Font.SourceSans
  261. GlideTextBox.PlaceholderColor3 = Color3.new(0.698039, 0.698039, 0.698039)
  262. GlideTextBox.Text = "4"
  263. GlideTextBox.TextColor3 = Color3.new(0.745098039, 0.745098039, 0.745098039)
  264. GlideTextBox.TextSize = 14
  265.  
  266. FullbrightButton.Name = "FullbrightButton"
  267. FullbrightButton.Parent = MiscFrame
  268. FullbrightButton.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  269. FullbrightButton.BackgroundTransparency = 0.5
  270. FullbrightButton.BorderSizePixel = 0
  271. FullbrightButton.Position = UDim2.new(0.5, 3, 0, 12)
  272. FullbrightButton.Size = UDim2.new(0.5, -3, 0, 22)
  273. FullbrightButton.Font = Enum.Font.SourceSans
  274. FullbrightButton.Text = "Fullbright"
  275. FullbrightButton.TextColor3 = Color3.new(0.745098039, 0.745098039, 0.745098039)
  276. FullbrightButton.TextSize = 14
  277.  
  278. -- AimFrame:
  279.  
  280. AimFrame.Name = "AimFrame"
  281. AimFrame.Parent = Hades
  282. AimFrame.AnchorPoint = Vector2.new(0.5, 0)
  283. AimFrame.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  284. AimFrame.BackgroundTransparency = 1
  285. AimFrame.Position = UDim2.new(0.5, 0, 1.1, 0)
  286. AimFrame.Size = UDim2.new(0, 350, 0, 200)
  287.  
  288. AimRound.Name = "AimRound"
  289. AimRound.Parent = AimFrame
  290. AimRound.BackgroundColor3 = Color3.new(1, 1, 1)
  291. AimRound.BackgroundTransparency = 1
  292. AimRound.Position = UDim2.new(0, -8, 0, -8)
  293. AimRound.Size = UDim2.new(1, 16, 1, 16)
  294. AimRound.Image = "rbxassetid://2851928141"
  295. AimRound.ImageColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  296. AimRound.ImageTransparency = 0.20000000298023
  297. AimRound.ScaleType = Enum.ScaleType.Slice
  298. AimRound.SliceCenter = Rect.new(8, 8, 8, 8)
  299.  
  300. AimTitleFrame.Name = "AimTitleFrame"
  301. AimTitleFrame.Parent = AimFrame
  302. AimTitleFrame.AnchorPoint = Vector2.new(0.5, 0)
  303. AimTitleFrame.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  304. AimTitleFrame.BackgroundTransparency = 1
  305. AimTitleFrame.BorderSizePixel = 0
  306. AimTitleFrame.Position = UDim2.new(0.5, 0, 0, 0)
  307. AimTitleFrame.Size = UDim2.new(1, 0, 0, 1)
  308.  
  309. AimTitleRound.Name = "AimTitleRound"
  310. AimTitleRound.Parent = AimTitleFrame
  311. AimTitleRound.BackgroundColor3 = Color3.new(1, 1, 1)
  312. AimTitleRound.BackgroundTransparency = 1
  313. AimTitleRound.Position = UDim2.new(0, -6, 0, -6)
  314. AimTitleRound.Size = UDim2.new(1, 12, 1, 12)
  315. AimTitleRound.Image = "rbxassetid://2851928567"
  316. AimTitleRound.ImageColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  317. AimTitleRound.ImageTransparency = 0.20000000298023
  318. AimTitleRound.ScaleType = Enum.ScaleType.Slice
  319. AimTitleRound.SliceCenter = Rect.new(6, 6, 6, 6)
  320.  
  321. AimLabel.Name = "AimLabel"
  322. AimLabel.Parent = AimTitleFrame
  323. AimLabel.AnchorPoint = Vector2.new(0.5, 0.5)
  324. AimLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  325. AimLabel.BackgroundTransparency = 1
  326. AimLabel.Position = UDim2.new(0.5, 0, 0.5, -1)
  327. AimLabel.Size = UDim2.new(1, 0, 1, 12)
  328. AimLabel.Font = Enum.Font.SourceSans
  329. AimLabel.Text = "Aim"
  330. AimLabel.TextColor3 = Color3.new(1, 0.666667, 0)
  331. AimLabel.TextSize = 14
  332.  
  333. HeadSizeButton.Name = "HeadSizeButton"
  334. HeadSizeButton.Parent = AimFrame
  335. HeadSizeButton.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  336. HeadSizeButton.BackgroundTransparency = 0.5
  337. HeadSizeButton.BorderSizePixel = 0
  338. HeadSizeButton.Position = UDim2.new(0, 0, 0, 12)
  339. HeadSizeButton.Size = UDim2.new(0.5, -3, 0, 22)
  340. HeadSizeButton.Font = Enum.Font.SourceSans
  341. HeadSizeButton.Text = "HeadSize"
  342. HeadSizeButton.TextColor3 = Color3.new(0.745098039, 0.745098039, 0.745098039)
  343. HeadSizeButton.TextSize = 14
  344.  
  345. HeadSizeTextBox.Name = "HeadSizeTextBox"
  346. HeadSizeTextBox.Parent = AimFrame
  347. HeadSizeTextBox.BackgroundColor3 = Color3.new(1, 0.666667, 0)
  348. HeadSizeTextBox.BackgroundTransparency = 0.75
  349. HeadSizeTextBox.BorderSizePixel = 0
  350. HeadSizeTextBox.Position = UDim2.new(0, 0, 0, 40)
  351. HeadSizeTextBox.Size = UDim2.new(0.5, -3, 0, 22)
  352. HeadSizeTextBox.ClearTextOnFocus = false
  353. HeadSizeTextBox.Font = Enum.Font.SourceSans
  354. HeadSizeTextBox.PlaceholderColor3 = Color3.new(0.698039, 0.698039, 0.698039)
  355. HeadSizeTextBox.Text = "3"
  356. HeadSizeTextBox.TextColor3 = Color3.new(0.745098039, 0.745098039, 0.745098039)
  357. HeadSizeTextBox.TextSize = 14
  358.  
  359. DynamicSizeButton.Name = "DynamicSizeButton"
  360. DynamicSizeButton.Parent = AimFrame
  361. DynamicSizeButton.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  362. DynamicSizeButton.BackgroundTransparency = 0.5
  363. DynamicSizeButton.BorderSizePixel = 0
  364. DynamicSizeButton.Position = UDim2.new(0.5, 3, 0, 12)
  365. DynamicSizeButton.Size = UDim2.new(0.5, -3, 0, 22)
  366. DynamicSizeButton.Font = Enum.Font.SourceSans
  367. DynamicSizeButton.Text = "DynamicSize"
  368. DynamicSizeButton.TextColor3 = Color3.new(0.745098039, 0.745098039, 0.745098039)
  369. DynamicSizeButton.TextSize = 14
  370.  
  371. DynamicSizeTextBox.Name = "DynamicSizeTextBox"
  372. DynamicSizeTextBox.Parent = AimFrame
  373. DynamicSizeTextBox.BackgroundColor3 = Color3.new(1, 0.666667, 0)
  374. DynamicSizeTextBox.BackgroundTransparency = 0.75
  375. DynamicSizeTextBox.BorderSizePixel = 0
  376. DynamicSizeTextBox.Position = UDim2.new(0.5, 3, 0, 40)
  377. DynamicSizeTextBox.Size = UDim2.new(0.5, -3, 0, 22)
  378. DynamicSizeTextBox.ClearTextOnFocus = false
  379. DynamicSizeTextBox.Font = Enum.Font.SourceSans
  380. DynamicSizeTextBox.PlaceholderColor3 = Color3.new(0.698039, 0.698039, 0.698039)
  381. DynamicSizeTextBox.Text = "3"
  382. DynamicSizeTextBox.TextColor3 = Color3.new(0.745098039, 0.745098039, 0.745098039)
  383. DynamicSizeTextBox.TextSize = 14
  384.  
  385. NoRecoilButton.Name = "NoRecoilButton"
  386. NoRecoilButton.Parent = AimFrame
  387. NoRecoilButton.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  388. NoRecoilButton.BackgroundTransparency = 0.5
  389. NoRecoilButton.BorderSizePixel = 0
  390. NoRecoilButton.Position = UDim2.new(0, 0, 0, 68)
  391. NoRecoilButton.Size = UDim2.new(0.5, -3, 0, 22)
  392. NoRecoilButton.Font = Enum.Font.SourceSans
  393. NoRecoilButton.Text = "NoRecoil"
  394. NoRecoilButton.TextColor3 = Color3.new(0.745098039, 0.745098039, 0.745098039)
  395. NoRecoilButton.TextSize = 14
  396.  
  397. NoSpreadButton.Name = "NoSpreadButton"
  398. NoSpreadButton.Parent = AimFrame
  399. NoSpreadButton.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  400. NoSpreadButton.BackgroundTransparency = 0.5
  401. NoSpreadButton.BorderSizePixel = 0
  402. NoSpreadButton.Position = UDim2.new(0.5, 3, 0, 68)
  403. NoSpreadButton.Size = UDim2.new(0.5, -3, 0, 22)
  404. NoSpreadButton.Font = Enum.Font.SourceSans
  405. NoSpreadButton.Text = "NoSpread"
  406. NoSpreadButton.TextColor3 = Color3.new(0.745098039, 0.745098039, 0.745098039)
  407. NoSpreadButton.TextSize = 14
  408.  
  409. FireRateButton.Name = "FireRateButton"
  410. FireRateButton.Parent = AimFrame
  411. FireRateButton.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  412. FireRateButton.BackgroundTransparency = 0.5
  413. FireRateButton.BorderSizePixel = 0
  414. FireRateButton.Position = UDim2.new(0, 0, 0, 96)
  415. FireRateButton.Size = UDim2.new(0.5, -3, 0, 22)
  416. FireRateButton.Font = Enum.Font.SourceSans
  417. FireRateButton.Text = "FireRate"
  418. FireRateButton.TextColor3 = Color3.new(0.745098039, 0.745098039, 0.745098039)
  419. FireRateButton.TextSize = 14
  420.  
  421. FireRateTextBox.Name = "FireRateButton"
  422. FireRateTextBox.Parent = AimFrame
  423. FireRateTextBox.BackgroundColor3 = Color3.new(1, 0.666667, 0)
  424. FireRateTextBox.BackgroundTransparency = 0.75
  425. FireRateTextBox.BorderSizePixel = 0
  426. FireRateTextBox.Position = UDim2.new(0, 0, 0, 124)
  427. FireRateTextBox.Size = UDim2.new(0.5, -3, 0, 22)
  428. FireRateTextBox.ClearTextOnFocus = false
  429. FireRateTextBox.Font = Enum.Font.SourceSans
  430. FireRateTextBox.PlaceholderColor3 = Color3.new(0.698039, 0.698039, 0.698039)
  431. FireRateTextBox.Text = "1000"
  432. FireRateTextBox.TextColor3 = Color3.new(0.745098039, 0.745098039, 0.745098039)
  433. FireRateTextBox.TextSize = 14
  434.  
  435. ToggleAutoButton.Name = "ToggleAutoButton"
  436. ToggleAutoButton.Parent = AimFrame
  437. ToggleAutoButton.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  438. ToggleAutoButton.BackgroundTransparency = 0.5
  439. ToggleAutoButton.BorderSizePixel = 0
  440. ToggleAutoButton.Position = UDim2.new(0.5, 3, 0, 96)
  441. ToggleAutoButton.Size = UDim2.new(0.5, -3, 0, 22)
  442. ToggleAutoButton.Font = Enum.Font.SourceSans
  443. ToggleAutoButton.Text = "ToggleAuto"
  444. ToggleAutoButton.TextColor3 = Color3.new(0.745098039, 0.745098039, 0.745098039)
  445. ToggleAutoButton.TextSize = 14
  446.  
  447. -- VisualFrame:
  448.  
  449. VisualFrame.Name = "VisualFrame"
  450. VisualFrame.Parent = Hades
  451. VisualFrame.AnchorPoint = Vector2.new(0.5, 0)
  452. VisualFrame.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  453. VisualFrame.BackgroundTransparency = 1
  454. VisualFrame.Position = UDim2.new(0.5, 0, 1.1, 0)
  455. VisualFrame.Size = UDim2.new(0, 350, 0, 200)
  456.  
  457. VisualRound.Name = "VisualRound"
  458. VisualRound.Parent = VisualFrame
  459. VisualRound.BackgroundColor3 = Color3.new(1, 1, 1)
  460. VisualRound.BackgroundTransparency = 1
  461. VisualRound.Position = UDim2.new(0, -8, 0, -8)
  462. VisualRound.Size = UDim2.new(1, 16, 1, 16)
  463. VisualRound.ZIndex = 0
  464. VisualRound.Image = "rbxassetid://2851928141"
  465. VisualRound.ImageColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  466. VisualRound.ImageTransparency = 0.20000000298023
  467. VisualRound.ScaleType = Enum.ScaleType.Slice
  468. VisualRound.SliceCenter = Rect.new(8, 8, 8, 8)
  469.  
  470. VisualTitleFrame.Name = "VisualTitleFrame"
  471. VisualTitleFrame.Parent = VisualFrame
  472. VisualTitleFrame.AnchorPoint = Vector2.new(0.5, 0)
  473. VisualTitleFrame.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  474. VisualTitleFrame.BackgroundTransparency = 1
  475. VisualTitleFrame.BorderSizePixel = 0
  476. VisualTitleFrame.Position = UDim2.new(0.5, 0, 0, 0)
  477. VisualTitleFrame.Size = UDim2.new(1, 0, 0, 1)
  478.  
  479. VisualTitleRound.Name = "VisualTitleRound"
  480. VisualTitleRound.Parent = VisualTitleFrame
  481. VisualTitleRound.BackgroundColor3 = Color3.new(1, 1, 1)
  482. VisualTitleRound.BackgroundTransparency = 1
  483. VisualTitleRound.Position = UDim2.new(0, -6, 0, -6)
  484. VisualTitleRound.Size = UDim2.new(1, 12, 1, 12)
  485. VisualTitleRound.Image = "rbxassetid://2851928567"
  486. VisualTitleRound.ImageColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  487. VisualTitleRound.ImageTransparency = 0.20000000298023
  488. VisualTitleRound.ScaleType = Enum.ScaleType.Slice
  489. VisualTitleRound.SliceCenter = Rect.new(6, 6, 6, 6)
  490.  
  491. VisualLabel.Name = "VisualLabel"
  492. VisualLabel.Parent = VisualTitleFrame
  493. VisualLabel.AnchorPoint = Vector2.new(0.5, 0.5)
  494. VisualLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  495. VisualLabel.BackgroundTransparency = 1
  496. VisualLabel.Position = UDim2.new(0.5, 0, 0.5, -1)
  497. VisualLabel.Size = UDim2.new(1, 0, 1, 12)
  498. VisualLabel.Font = Enum.Font.SourceSans
  499. VisualLabel.Text = "Visual"
  500. VisualLabel.TextColor3 = Color3.new(1, 0.666667, 0)
  501. VisualLabel.TextSize = 14
  502.  
  503. BoxButton.Name = "BoxButton"
  504. BoxButton.Parent = VisualFrame
  505. BoxButton.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  506. BoxButton.BackgroundTransparency = 0.5
  507. BoxButton.BorderSizePixel = 0
  508. BoxButton.Position = UDim2.new(0, 0, 0, 12)
  509. BoxButton.Size = UDim2.new(0.5, -3, 0, 22)
  510. BoxButton.Font = Enum.Font.SourceSans
  511. BoxButton.Text = "Box"
  512. BoxButton.TextColor3 = Color3.new(0.745098039, 0.745098039, 0.745098039)
  513. BoxButton.TextSize = 14
  514.  
  515. AdminBoxButton.Name = "AdminBoxButton"
  516. AdminBoxButton.Parent = VisualFrame
  517. AdminBoxButton.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  518. AdminBoxButton.BackgroundTransparency = 0.5
  519. AdminBoxButton.BorderSizePixel = 0
  520. AdminBoxButton.Position = UDim2.new(0, 0, 0, 40)
  521. AdminBoxButton.Size = UDim2.new(0.5, -3, 0, 22)
  522. AdminBoxButton.Font = Enum.Font.SourceSans
  523. AdminBoxButton.Text = "AdminBox"
  524. AdminBoxButton.TextColor3 = Color3.new(0.745098039, 0.745098039, 0.745098039)
  525. AdminBoxButton.TextSize = 14
  526.  
  527. NameButton.Name = "NameButton"
  528. NameButton.Parent = VisualFrame
  529. NameButton.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  530. NameButton.BackgroundTransparency = 0.5
  531. NameButton.BorderSizePixel = 0
  532. NameButton.Position = UDim2.new(0.5, 3, 0, 12)
  533. NameButton.Size = UDim2.new(0.5, -3, 0, 22)
  534. NameButton.Font = Enum.Font.SourceSans
  535. NameButton.Text = "Name"
  536. NameButton.TextColor3 = Color3.new(0.745098039, 0.745098039, 0.745098039)
  537. NameButton.TextSize = 14
  538.  
  539. DistanceButton.Name = "DistanceButton"
  540. DistanceButton.Parent = VisualFrame
  541. DistanceButton.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  542. DistanceButton.BackgroundTransparency = 0.5
  543. DistanceButton.BorderSizePixel = 0
  544. DistanceButton.Position = UDim2.new(0.5, 3, 0, 40)
  545. DistanceButton.Size = UDim2.new(0.5, -3, 0, 22)
  546. DistanceButton.Font = Enum.Font.SourceSans
  547. DistanceButton.Text = "Distance"
  548. DistanceButton.TextColor3 = Color3.new(0.745098039, 0.745098039, 0.745098039)
  549. DistanceButton.TextSize = 14
  550.  
  551. EquippedButton.Name = "EquippedButton"
  552. EquippedButton.Parent = VisualFrame
  553. EquippedButton.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  554. EquippedButton.BackgroundTransparency = 0.5
  555. EquippedButton.BorderSizePixel = 0
  556. EquippedButton.Position = UDim2.new(0.5, 3, 0, 68)
  557. EquippedButton.Size = UDim2.new(0.5, -3, 0, 22)
  558. EquippedButton.Font = Enum.Font.SourceSans
  559. EquippedButton.Text = "Equipped"
  560. EquippedButton.TextColor3 = Color3.new(0.745098039, 0.745098039, 0.745098039)
  561. EquippedButton.TextSize = 14
  562.  
  563. AdminListButton.Name = "AdminListButton"
  564. AdminListButton.Parent = VisualFrame
  565. AdminListButton.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  566. AdminListButton.BackgroundTransparency = 0.5
  567. AdminListButton.BorderSizePixel = 0
  568. AdminListButton.Position = UDim2.new(0.5, 3, 0, 96)
  569. AdminListButton.Size = UDim2.new(0.5, -3, 0, 22)
  570. AdminListButton.Font = Enum.Font.SourceSans
  571. AdminListButton.Text = "AdminList"
  572. AdminListButton.TextColor3 = Color3.new(0.745098039, 0.745098039, 0.745098039)
  573. AdminListButton.TextSize = 14
  574.  
  575. -- LightingEffects:
  576.  
  577. Blur.Name = "HadesBlur"
  578. Blur.Parent = Lighting
  579. Blur.Size = 10
  580. Blur.Enabled = false
  581.  
  582. -- Variables:
  583.  
  584. -- General:
  585.  
  586. local LocalPlayer = Players.LocalPlayer
  587. local PlayerCharacterParent = game.Workspace:WaitForChild("Characters")
  588. local CharacterExists = false
  589.  
  590. function FindInstance(dir, name)
  591. for i, v in ipairs(dir:GetChildren()) do
  592. local Initial = v.Name
  593. local Compare = Initial:sub(1, string.len(name))
  594. if Compare:lower() == name:lower() then
  595. return v
  596. end
  597. end
  598. end
  599.  
  600. -- Keybinds:
  601.  
  602. local GlideKeyDown = false
  603.  
  604. -- MainFrame:
  605.  
  606. local MainOpen = false
  607. local MiscOpen = false
  608. local AimOpen = false
  609. local VisualOpen = false
  610.  
  611. -- MiscFrame:
  612.  
  613. local GlideEnabled = false
  614. local FullbrightEnabled = false
  615.  
  616. -- AimFrame:
  617.  
  618. local HeadSizeEnabled = false
  619. local DynamicSizeEnabled = false
  620. local NoRecoilEnabled = false
  621. local NoSpreadEnabled = false
  622. local FireRateEnabled = false
  623. local ToggleAutoEnabled = false
  624.  
  625. -- VisualOpen:
  626.  
  627. local BoxEspEnabled = false
  628. local AdminBoxEspEnabled = false
  629.  
  630. local NameEspEnabled = false
  631. local DistanceEspEnabled = false
  632. local EquippedEspEnabled = false
  633. local AdminListEspEnabled = false
  634.  
  635. -- GuiScripts:
  636.  
  637. -- SplashIcon:
  638.  
  639. function SplashScreen()
  640. SplashIcon.Visible = true
  641.  
  642. local Sounds = Instance.new("Sound")
  643. Sounds.Parent = Hades
  644. Sounds.Volume = 0.1
  645.  
  646. wait(1)
  647.  
  648. Sounds.SoundId = "rbxassetid://261841453"
  649. Sounds:Play()
  650.  
  651. SplashIcon:TweenSize(UDim2.new(0, 161, 0, 161), Enum.EasingDirection.Out, Enum.EasingStyle.Bounce, 1)
  652.  
  653. for i = Sounds.Volume, 4, 1 do
  654. Sounds.Volume = i
  655. wait(0.1)
  656. end
  657.  
  658. wait(1)
  659.  
  660. Sounds.SoundId = "rbxassetid://138097048"
  661. Sounds:Play()
  662.  
  663. SplashIcon:TweenSize(UDim2.new(0, 0, 0, 0), Enum.EasingDirection.In, Enum.EasingStyle.Linear, 0.2)
  664.  
  665. wait(2)
  666.  
  667. Sounds:Destroy()
  668.  
  669. SplashIcon.Visible = false
  670. end
  671. spawn(SplashScreen)
  672.  
  673. -- MainFrame:
  674.  
  675. function OpenCheckClick()
  676. if MainOpen == true then
  677. MainFrame:TweenPosition(UDim2.new(0.5, 0, 0, -40), Enum.EasingDirection.Out, Enum.EasingStyle.Bounce, 1, true)
  678. Blur.Enabled = true
  679. else
  680. if MiscOpen == true or AimOpen == true or VisualOpen == true then
  681. MiscFrame:TweenPosition(UDim2.new(0.5, 0, 1.1, 0), Enum.EasingDirection.In, Enum.EasingStyle.Linear, 0.2, true)
  682. MiscOpen = false
  683. AimFrame:TweenPosition(UDim2.new(0.5, 0, 1.1, 0), Enum.EasingDirection.In, Enum.EasingStyle.Linear, 0.2, true)
  684. AimOpen = false
  685. VisualFrame:TweenPosition(UDim2.new(0.5, 0, 1.1, 0), Enum.EasingDirection.In, Enum.EasingStyle.Linear, 0.2, true)
  686. VisualOpen = false
  687. end
  688. MainFrame:TweenPosition(UDim2.new(0.5, 0, 0, -90), Enum.EasingDirection.In, Enum.EasingStyle.Linear, 0.25, true)
  689. Blur.Enabled = false
  690. end
  691. end
  692.  
  693. function OpenButtonClick()
  694. MainOpen = not MainOpen
  695. OpenCheckClick()
  696. end
  697. OpenButton.MouseButton1Click:Connect(OpenButtonClick)
  698.  
  699. function MiscCheckClick()
  700. if MiscOpen == true then
  701. if AimOpen == true or VisualOpen == true then
  702. AimFrame:TweenPosition(UDim2.new(0.5, 0, 1.1, 0), Enum.EasingDirection.In, Enum.EasingStyle.Linear, 0.2, true)
  703. AimOpen = false
  704. VisualFrame:TweenPosition(UDim2.new(0.5, 0, 1.1, 0), Enum.EasingDirection.In, Enum.EasingStyle.Linear, 0.2, true)
  705. VisualOpen = false
  706. end
  707.  
  708. MiscFrame:TweenPosition(UDim2.new(0.5, 0, 0.5, -100), Enum.EasingDirection.Out, Enum.EasingStyle.Linear, 0.2, true)
  709. else
  710. MiscFrame:TweenPosition(UDim2.new(0.5, 0, 1.1, 0), Enum.EasingDirection.In, Enum.EasingStyle.Linear, 0.2, true)
  711. end
  712. end
  713.  
  714. function MiscButtonClick()
  715. MiscOpen = not MiscOpen
  716. spawn(MiscCheckClick)
  717. end
  718. MiscButton.MouseButton1Click:Connect(MiscButtonClick)
  719.  
  720. function AimCheckClick()
  721. if AimOpen == true then
  722. if MiscOpen == true or VisualOpen == true then
  723. MiscFrame:TweenPosition(UDim2.new(0.5, 0, 1.1, 0), Enum.EasingDirection.In, Enum.EasingStyle.Linear, 0.2, true)
  724. MiscOpen = false
  725. VisualFrame:TweenPosition(UDim2.new(0.5, 0, 1.1, 0), Enum.EasingDirection.In, Enum.EasingStyle.Linear, 0.2, true)
  726. VisualOpen = false
  727. end
  728.  
  729. AimFrame:TweenPosition(UDim2.new(0.5, 0, 0.5, -100), Enum.EasingDirection.Out, Enum.EasingStyle.Linear, 0.2, true)
  730. else
  731. AimFrame:TweenPosition(UDim2.new(0.5, 0, 1.1, 0), Enum.EasingDirection.In, Enum.EasingStyle.Linear, 0.2, true)
  732. end
  733. end
  734.  
  735. function AimButtonClick()
  736. AimOpen = not AimOpen
  737. spawn(AimCheckClick)
  738. end
  739. AimButton.MouseButton1Click:Connect(AimButtonClick)
  740.  
  741. function VisualCheckClick()
  742. if VisualOpen == true then
  743. if MiscOpen == true or AimOpen == true then
  744. MiscFrame:TweenPosition(UDim2.new(0.5, 0, 1.1, 0), Enum.EasingDirection.In, Enum.EasingStyle.Linear, 0.2, true)
  745. MiscOpen = false
  746. AimFrame:TweenPosition(UDim2.new(0.5, 0, 1.1, 0), Enum.EasingDirection.In, Enum.EasingStyle.Linear, 0.2, true)
  747. AimOpen = false
  748. end
  749.  
  750. VisualFrame:TweenPosition(UDim2.new(0.5, 0, 0.5, -100), Enum.EasingDirection.Out, Enum.EasingStyle.Linear, 0.2, true)
  751. else
  752. VisualFrame:TweenPosition(UDim2.new(0.5, 0, 1.1, 0), Enum.EasingDirection.In, Enum.EasingStyle.Linear, 0.2, true)
  753. end
  754. end
  755.  
  756. function VisualButtonClick()
  757. VisualOpen = not VisualOpen
  758. spawn(VisualCheckClick)
  759. end
  760. VisualButton.MouseButton1Click:Connect(VisualButtonClick)
  761.  
  762. -- MainFrame Keybinds:
  763.  
  764. function MainFrameKeyPress(inputObject, gameProcessedEvent)
  765. if inputObject.KeyCode == Enum.KeyCode.KeypadFive then
  766. MainOpen = not MainOpen
  767. OpenCheckClick()
  768. elseif inputObject.KeyCode == Enum.KeyCode.KeypadThree then
  769. MiscOpen = not MiscOpen
  770. MiscCheckClick()
  771. MainOpen = true
  772. OpenCheckClick()
  773.  
  774. if AimOpen == false and VisualOpen == false and MiscOpen == false then
  775. MainOpen = false
  776. OpenCheckClick()
  777. end
  778. elseif inputObject.KeyCode == Enum.KeyCode.KeypadTwo then
  779. VisualOpen = not VisualOpen
  780. VisualCheckClick()
  781. MainOpen = true
  782. OpenCheckClick()
  783.  
  784. if AimOpen == false and VisualOpen == false and MiscOpen == false then
  785. MainOpen = false
  786. OpenCheckClick()
  787. end
  788. elseif inputObject.KeyCode == Enum.KeyCode.KeypadOne then
  789. AimOpen = not AimOpen
  790. AimCheckClick()
  791. MainOpen = true
  792. OpenCheckClick()
  793.  
  794. if AimOpen == false and VisualOpen == false and MiscOpen == false then
  795. MainOpen = false
  796. OpenCheckClick()
  797. end
  798. end
  799. end
  800. Input.InputBegan:Connect(MainFrameKeyPress)
  801.  
  802. -- MiscFrame:
  803.  
  804. function GlideButtonClick()
  805. GlideEnabled = not GlideEnabled
  806. if GlideEnabled == true then
  807. GlideButton.BackgroundColor3 = Color3.fromRGB(35, 35, 35)
  808. else
  809. GlideButton.BackgroundColor3 = Color3.fromRGB(60, 60, 60)
  810. end
  811. end
  812. GlideButton.MouseButton1Click:Connect(GlideButtonClick)
  813.  
  814. function FullbrightButtonClick()
  815. FullbrightEnabled = not FullbrightEnabled
  816. if FullbrightEnabled == true then
  817. FullbrightButton.BackgroundColor3 = Color3.fromRGB(35, 35, 35)
  818. Lighting.Ambient = Color3.fromRGB(220, 220, 220)
  819. else
  820. FullbrightButton.BackgroundColor3 = Color3.fromRGB(60, 60, 60)
  821. Lighting.Ambient = Lighting.OutdoorAmbient
  822. end
  823. end
  824. FullbrightButton.MouseButton1Click:Connect(FullbrightButtonClick)
  825.  
  826. -- MiscFrame Keybinds:
  827.  
  828. function MiscFrameKeyDown(inputObject, gameProcessedEvent)
  829. if inputObject.KeyCode == Enum.KeyCode.X then
  830. if GlideEnabled == true then
  831. GlideKeyDown = true
  832. end
  833. end
  834. end
  835. Input.InputBegan:Connect(MiscFrameKeyDown)
  836.  
  837. function MiscFrameKeyUp(inputObject, gameProcessedEvent)
  838. if inputObject.KeyCode == Enum.KeyCode.X then
  839. if GlideEnabled == true then
  840. GlideKeyDown = false
  841. end
  842. end
  843. end
  844. Input.InputEnded:Connect(MiscFrameKeyUp)
  845.  
  846. -- AimFrame:
  847.  
  848. function HeadSizeButtonClick()
  849. HeadSizeEnabled = not HeadSizeEnabled
  850. if HeadSizeEnabled == true then
  851. HeadSizeButton.BackgroundColor3 = Color3.fromRGB(35, 35, 35)
  852. else
  853. HeadSizeButton.BackgroundColor3 = Color3.fromRGB(60, 60, 60)
  854. end
  855. end
  856. HeadSizeButton.MouseButton1Click:Connect(HeadSizeButtonClick)
  857.  
  858. function DynamicSizeButtonClick()
  859. DynamicSizeEnabled = not DynamicSizeEnabled
  860. if DynamicSizeEnabled == true then
  861. DynamicSizeButton.BackgroundColor3 = Color3.fromRGB(35, 35, 35)
  862. else
  863. DynamicSizeButton.BackgroundColor3 = Color3.fromRGB(60, 60, 60)
  864. end
  865. end
  866. DynamicSizeButton.MouseButton1Click:Connect(DynamicSizeButtonClick)
  867.  
  868. function NoRecoilButtonClick()
  869. NoRecoilEnabled = not NoRecoilEnabled
  870. if NoRecoilEnabled == true then
  871. NoRecoilButton.BackgroundColor3 = Color3.fromRGB(35, 35, 35)
  872. else
  873. NoRecoilButton.BackgroundColor3 = Color3.fromRGB(60, 60, 60)
  874. end
  875. end
  876. NoRecoilButton.MouseButton1Click:Connect(NoRecoilButtonClick)
  877.  
  878. function NoSpreadButtonClick()
  879. NoSpreadEnabled = not NoSpreadEnabled
  880. if NoSpreadEnabled == true then
  881. NoSpreadButton.BackgroundColor3 = Color3.fromRGB(35, 35, 35)
  882. else
  883. NoSpreadButton.BackgroundColor3 = Color3.fromRGB(60, 60, 60)
  884. end
  885. end
  886. NoSpreadButton.MouseButton1Click:Connect(NoSpreadButtonClick)
  887.  
  888. function FireRateButtonClick()
  889. FireRateEnabled = not FireRateEnabled
  890. if FireRateEnabled == true then
  891. FireRateButton.BackgroundColor3 = Color3.fromRGB(35, 35, 35)
  892. else
  893. FireRateButton.BackgroundColor3 = Color3.fromRGB(60, 60, 60)
  894. end
  895. end
  896. FireRateButton.MouseButton1Click:Connect(FireRateButtonClick)
  897.  
  898. function ToggleAutoButtonClick()
  899. ToggleAutoEnabled = not ToggleAutoEnabled
  900. if ToggleAutoEnabled == true then
  901. ToggleAutoButton.BackgroundColor3 = Color3.fromRGB(35, 35, 35)
  902. else
  903. ToggleAutoButton.BackgroundColor3 = Color3.fromRGB(60, 60, 60)
  904. end
  905. end
  906. ToggleAutoButton.MouseButton1Click:Connect(ToggleAutoButtonClick)
  907.  
  908. -- VisualFrame:
  909.  
  910. function BoxEspButtonClick()
  911. BoxEspEnabled = not BoxEspEnabled
  912. if BoxEspEnabled == true then
  913. BoxButton.BackgroundColor3 = Color3.fromRGB(35, 35, 35)
  914. else
  915. BoxButton.BackgroundColor3 = Color3.fromRGB(60, 60, 60)
  916. end
  917. end
  918. BoxButton.MouseButton1Click:Connect(BoxEspButtonClick)
  919.  
  920. function AdminBoxEspButtonClick()
  921. AdminBoxEspEnabled = not AdminBoxEspEnabled
  922. if AdminBoxEspEnabled == true then
  923. AdminBoxButton.BackgroundColor3 = Color3.fromRGB(35, 35, 35)
  924. else
  925. AdminBoxButton.BackgroundColor3 = Color3.fromRGB(60, 60, 60)
  926. end
  927. end
  928. AdminBoxButton.MouseButton1Click:Connect(AdminBoxEspButtonClick)
  929.  
  930. function NameEspButtonClick()
  931. NameEspEnabled = not NameEspEnabled
  932. if NameEspEnabled == true then
  933. NameButton.BackgroundColor3 = Color3.fromRGB(35, 35, 35)
  934. else
  935. NameButton.BackgroundColor3 = Color3.fromRGB(60, 60, 60)
  936. end
  937. end
  938. NameButton.MouseButton1Click:Connect(NameEspButtonClick)
  939.  
  940. function DistanceEspButtonClick()
  941. DistanceEspEnabled = not DistanceEspEnabled
  942. if DistanceEspEnabled == true then
  943. DistanceButton.BackgroundColor3 = Color3.fromRGB(35, 35, 35)
  944. else
  945. DistanceButton.BackgroundColor3 = Color3.fromRGB(60, 60, 60)
  946. end
  947. end
  948. DistanceButton.MouseButton1Click:Connect(DistanceEspButtonClick)
  949.  
  950. function EquippedEspButtonClick()
  951. EquippedEspEnabled = not EquippedEspEnabled
  952. if EquippedEspEnabled == true then
  953. EquippedButton.BackgroundColor3 = Color3.fromRGB(35, 35, 35)
  954. else
  955. EquippedButton.BackgroundColor3 = Color3.fromRGB(60, 60, 60)
  956. end
  957. end
  958. EquippedButton.MouseButton1Click:Connect(EquippedEspButtonClick)
  959.  
  960. function AdminListEspButtonClick()
  961. AdminListEspEnabled = not AdminListEspEnabled
  962. if AdminListEspEnabled == true then
  963. AdminListButton.BackgroundColor3 = Color3.fromRGB(35, 35, 35)
  964. else
  965. AdminListButton.BackgroundColor3 = Color3.fromRGB(60, 60, 60)
  966. end
  967. end
  968. AdminListButton.MouseButton1Click:Connect(AdminListEspButtonClick)
  969.  
  970. -- Scripts:
  971.  
  972. -- General:
  973.  
  974. -- InitializeGunSettings:
  975.  
  976. function InitializeCustomGunModules()
  977. local ClonedFirearms = game.ReplicatedStorage.Shared.ItemData.Firearms:Clone()
  978. ClonedFirearms.Parent = game.ReplicatedStorage.Shared.ItemData
  979. ClonedFirearms.Name = "ClonedFirearms"
  980. end
  981. InitializeCustomGunModules()
  982.  
  983. -- CharacterChecks:
  984.  
  985. function CharacterCheck()
  986. if PlayerCharacterParent:WaitForChild(LocalPlayer.Name) then
  987. if PlayerCharacterParent[LocalPlayer.Name]:WaitForChild("HumanoidRootPart") then
  988. CharacterExists = true
  989. warn("Found local character!")
  990. end
  991. end
  992. end
  993. CharacterCheck()
  994.  
  995. function onCharacterExists(v)
  996. if v:WaitForChild("HumanoidRootPart") then
  997. CharacterExists = true
  998. warn("Found local character!")
  999. end
  1000. end
  1001. LocalPlayer.CharacterAdded:Connect(onCharacterExists)
  1002.  
  1003. function onCharacterDoesntExists(v)
  1004. CharacterExists = false
  1005. end
  1006. LocalPlayer.CharacterRemoving:Connect(onCharacterDoesntExists)
  1007.  
  1008. -- MiscFrame:
  1009.  
  1010. -- Glide:
  1011.  
  1012. local CurrentTick = 0
  1013.  
  1014. function GlideHeartbeat(step)
  1015. if CharacterExists == true then
  1016. if GlideEnabled == true then
  1017. if GlideKeyDown == true then
  1018. CurrentTick = CurrentTick + 1
  1019.  
  1020. if tonumber(GlideTextBox.Text) then
  1021. if CurrentTick > tonumber(GlideTextBox.Text) then
  1022. CurrentTick = 0
  1023. LocalPlayer.Character.HumanoidRootPart.CFrame = LocalPlayer.Character.HumanoidRootPart.CFrame + LocalPlayer.Character.HumanoidRootPart.CFrame.LookVector * 1.5
  1024. end
  1025. else
  1026. if CurrentTick > 4.2 then
  1027. CurrentTick = 0
  1028. LocalPlayer.Character.HumanoidRootPart.CFrame = LocalPlayer.Character.HumanoidRootPart.CFrame + LocalPlayer.Character.HumanoidRootPart.CFrame.LookVector * 1.5
  1029. end
  1030. end
  1031. end
  1032. end
  1033. end
  1034. end
  1035. RunService.Heartbeat:Connect(GlideHeartbeat)
  1036.  
  1037. -- Fullbright:
  1038.  
  1039. -- Set in FullbrightButtonClick
  1040.  
  1041. function FullbrightAmbientChanged()
  1042. if FullbrightEnabled == true then
  1043. Lighting.Ambient = Color3.fromRGB(220, 220, 220)
  1044. end
  1045. end
  1046. Lighting:GetPropertyChangedSignal("Ambient"):Connect(FullbrightAmbientChanged)
  1047.  
  1048. -- AimFrame:
  1049.  
  1050. -- HeadSize:
  1051.  
  1052. function HeadSizeCharacterAdded(v)
  1053. local TargetHead = v:WaitForChild("Head")
  1054.  
  1055. if v:FindFirstChild("FHead") == nil then
  1056. local FakeHead = TargetHead:Clone()
  1057. FakeHead.Parent = v
  1058. FakeHead.Name = "FHead"
  1059. FakeHead.Size = Vector3.new(2, 1, 1)
  1060. end
  1061.  
  1062. for h, p in pairs(TargetHead:GetChildren()) do
  1063. if p.ClassName == "Decal" or p.ClassName == "SpecialMesh" then
  1064. p:Destroy()
  1065. end
  1066. end
  1067.  
  1068. if HeadSizeEnabled == true then
  1069. if tonumber(HeadSizeTextBox.Text) then
  1070. local HeadSizeMultiplier = tonumber(HeadSizeTextBox.Text)
  1071.  
  1072. TargetHead.Size = Vector3.new(HeadSizeMultiplier, HeadSizeMultiplier, HeadSizeMultiplier)
  1073. TargetHead.BrickColor = BrickColor.new(Color3.fromRGB(213, 115, 61))
  1074. TargetHead.Material = Enum.Material.Neon
  1075. TargetHead.Transparency = 0.8
  1076. end
  1077. else
  1078. TargetHead.Size = Vector3.new(1, 1, 1)
  1079. TargetHead.BrickColor = BrickColor.new(Color3.fromRGB(213, 115, 61))
  1080. TargetHead.Material = Enum.Material.Neon
  1081. TargetHead.Transparency = 0.8
  1082. end
  1083. end
  1084.  
  1085. function UpdateHeadSize()
  1086. for i, v in pairs(Players:GetPlayers()) do
  1087. if v.Name ~= LocalPlayer.Name then
  1088. if PlayerCharacterParent:FindFirstChild(v.Name) then
  1089. HeadSizeCharacterAdded(v.Character)
  1090. end
  1091. end
  1092. end
  1093. end
  1094.  
  1095. function UpdateHeadSizeButtonClick()
  1096. spawn(UpdateHeadSize)
  1097. end
  1098. HeadSizeButton.MouseButton1Click:Connect(UpdateHeadSizeButtonClick)
  1099.  
  1100. function InitializeHeadSize()
  1101. for i, v in pairs(Players:GetPlayers()) do
  1102. if v.Name ~= LocalPlayer.Name then
  1103. v.CharacterAdded:Connect(HeadSizeCharacterAdded)
  1104.  
  1105. if PlayerCharacterParent:FindFirstChild(v.Name) then
  1106. HeadSizeCharacterAdded(v.Character)
  1107. end
  1108. end
  1109. end
  1110. end
  1111. spawn(InitializeHeadSize)
  1112.  
  1113. function HeadSizePlayerAdded(v)
  1114. if v.Name ~= LocalPlayer.Name then
  1115. v.CharacterAdded:Connect(HeadSizeCharacterAdded)
  1116. end
  1117. end
  1118. Players.PlayerAdded:Connect(HeadSizePlayerAdded)
  1119.  
  1120. -- DynamicSize:
  1121.  
  1122. -- NoRecoil, NoSpread, FireRate:
  1123.  
  1124. function UpdateGunSettings()
  1125. while wait() do
  1126. for i, v in pairs(ReplicatedStorage.Shared.ItemData.Firearms:GetChildren()) do
  1127. local TargetGunModule = require(v)
  1128. local TargetGunRecoilModule = require(v["Recoil Data"])
  1129.  
  1130. local ClonedGunModule = require(ReplicatedStorage.Shared.ItemData.ClonedFirearms[v.Name])
  1131. local ClonedGunRecoilModule = require(ReplicatedStorage.Shared.ItemData.ClonedFirearms[v.Name]["Recoil Data"])
  1132.  
  1133. if NoRecoilEnabled == true then
  1134. TargetGunRecoilModule.KickUpForce = 0
  1135. TargetGunRecoilModule.RaiseForce = 0
  1136. TargetGunRecoilModule.ShiftForce = 0
  1137. else
  1138. TargetGunRecoilModule.KickUpForce = ClonedGunRecoilModule.KickUpForce
  1139. TargetGunRecoilModule.RaiseForce = ClonedGunRecoilModule.RaiseForce
  1140. TargetGunRecoilModule.ShiftForce = ClonedGunRecoilModule.ShiftForce
  1141. end
  1142.  
  1143. if NoSpreadEnabled == true then
  1144. TargetGunRecoilModule.SpreadBase = 0
  1145. else
  1146. TargetGunRecoilModule.SpreadBase = ClonedGunRecoilModule.SpreadBase
  1147. end
  1148.  
  1149. if FireRateEnabled == true then
  1150. if tonumber(FireRateTextBox.Text) then
  1151. TargetGunModule.FireRate = tonumber(FireRateTextBox.Text)
  1152. else
  1153. TargetGunModule.FireRate = ClonedGunModule.FireRate
  1154. end
  1155. else
  1156. TargetGunModule.FireRate = ClonedGunModule.FireRate
  1157. end
  1158.  
  1159. if ToggleAutoEnabled == true then
  1160. TargetGunModule.DefaultFireMode = "Automatic"
  1161. TargetGunModule.FireModes = {
  1162. "Automatic",
  1163. "Semiautomatic"
  1164. }
  1165. else
  1166. TargetGunModule.DefaultFireMode = ClonedGunModule.DefaultFireMode
  1167. TargetGunModule.FireModes = ClonedGunModule.FireModes
  1168. end
  1169. end
  1170. end
  1171. end
  1172. spawn(UpdateGunSettings)
  1173.  
  1174. -- VisualFrame:
  1175.  
  1176. -- Player Esp:
  1177.  
  1178. local PlayerListScrollingFrame = LocalPlayer.PlayerGui["Interface Main"].PlayerList.ScrollingFrame
  1179.  
  1180. local PlayerEspFolder = Instance.new("Folder", Hades)
  1181. PlayerEspFolder.Name = "Characters"
  1182.  
  1183. function PlayerEspCreate(v)
  1184. local EspScreenGui = Instance.new("ScreenGui", PlayerEspFolder)
  1185. EspScreenGui.Name = v.Name
  1186.  
  1187. local EspFrame = Instance.new("Frame", EspScreenGui)
  1188. EspFrame.Name = "Box"
  1189. EspFrame.BackgroundColor3 = Color3.fromRGB(64, 64, 64)
  1190. EspFrame.BackgroundTransparency = 1
  1191. EspFrame.BorderColor3 = Color3.fromRGB(255, 85, 0)
  1192. EspFrame.BorderSizePixel = 1.15
  1193.  
  1194. local EspTextLabel = Instance.new("TextLabel", EspScreenGui)
  1195. EspTextLabel.Name = "Information"
  1196. EspTextLabel.TextWrapped = false
  1197. EspTextLabel.BackgroundColor3 = Color3.fromRGB(64, 64, 64)
  1198. EspTextLabel.BackgroundTransparency = 1
  1199. EspTextLabel.BorderColor3 = Color3.fromRGB(24, 24, 24)
  1200. EspTextLabel.BorderSizePixel = 0
  1201. EspTextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  1202. EspTextLabel.TextTransparency = 0
  1203. EspTextLabel.TextStrokeTransparency = 0.8
  1204. EspTextLabel.TextYAlignment = Enum.TextYAlignment.Top
  1205. EspTextLabel.Text = v.Name
  1206. end
  1207.  
  1208. function PlayerEspInitialize()
  1209. for i, v in pairs(Players:GetPlayers()) do
  1210. if v.Name ~= LocalPlayer.Name then
  1211. v.CharacterAdded:Connect(PlayerEspCharacterAdded)
  1212.  
  1213. PlayerEspCreate(v)
  1214. PlayerEspPlayerListUpdate(v)
  1215. end
  1216. end
  1217. end
  1218. spawn(PlayerEspInitialize)
  1219.  
  1220. function PlayerEspCharacterAdded(v)
  1221. if v:WaitForChild("HumanoidRootPart") then
  1222. if PlayerEspFolder:FindFirstChild(v.Name) == nil then
  1223. PlayerEspCreate(v)
  1224. end
  1225. end
  1226. end
  1227.  
  1228. function PlayerEspPlayerAdded(v)
  1229. if v.Name ~= LocalPlayer.Name then
  1230. v.CharacterAdded:Connect(PlayerEspCharacterAdded)
  1231. PlayerEspPlayerListUpdate(v)
  1232. end
  1233. end
  1234. Players.PlayerAdded:Connect(PlayerEspPlayerAdded)
  1235.  
  1236. function PlayerEspPlayerRemoving(v)
  1237. if v.Name ~= LocalPlayer.Name then
  1238. if PlayerEspFolder:FindFirstChild(v.Name) then
  1239. PlayerEspFolder[v.Name]:Destroy()
  1240. end
  1241. end
  1242. end
  1243. Players.PlayerRemoving:Connect(PlayerEspPlayerRemoving)
  1244.  
  1245. function PlayerEspPlayerListUpdate(v)
  1246. for p, t in pairs(PlayerListScrollingFrame:GetChildren()) do
  1247. if t.ClassName == "Frame" then
  1248. if (t.Button.User.Text == v.Name) then
  1249. t.Name = v.Name
  1250. end
  1251. end
  1252. end
  1253. end
  1254.  
  1255. function PlayerEspPlayerListAdded(v)
  1256. if v.ClassName == "Frame" then
  1257. for p, t in pairs(Players:GetPlayers()) do
  1258. wait(0.5)
  1259.  
  1260. if v.Button.User.Text == t.Name then
  1261. v.Name = t.Name
  1262. end
  1263. end
  1264. end
  1265. end
  1266. PlayerListScrollingFrame.ChildAdded:Connect(PlayerEspPlayerListAdded)
  1267.  
  1268. function PlayerEspDrawBoxes(v)
  1269. if PlayerEspFolder:FindFirstChild(v.Name) then
  1270. local EspFrame = PlayerEspFolder[v.Name].Box
  1271.  
  1272. local ScreenHeadPositon, ScreenHeadPositonVisible = Camera:WorldToScreenPoint(v.Character.Head.Position + Vector3.new(0, 0.7, 0))
  1273. local ScreenFeetPositon, ScreenFeetPositonVisible = Camera:WorldToScreenPoint(v.Character.HumanoidRootPart.Position - Vector3.new(0, 3.2, 0))
  1274. local ScreenMagnitude = (ScreenHeadPositon - ScreenFeetPositon).magnitude
  1275.  
  1276. if ScreenHeadPositonVisible == true and ScreenFeetPositonVisible == true then
  1277. if BoxEspEnabled == true or AdminBoxEspEnabled == true then
  1278. EspFrame.Visible = true
  1279.  
  1280. if BoxEspEnabled == true and AdminBoxEspEnabled == false then
  1281. EspFrame.Position = UDim2.new(0, ScreenFeetPositon.X + (ScreenMagnitude / 4), 0, ScreenFeetPositon.Y)
  1282. EspFrame.Size = UDim2.new(0, -(ScreenMagnitude / 2), 0, -ScreenMagnitude)
  1283. EspFrame.BorderColor3 = Color3.fromRGB(255, 170, 0)
  1284. EspFrame.BackgroundTransparency = 0.45
  1285. elseif BoxEspEnabled == true and AdminBoxEspEnabled == true then
  1286. if PlayerListScrollingFrame:FindFirstChild(v.Name) then
  1287. if PlayerListScrollingFrame[v.Name].Button.Icon.Visible == true then
  1288. EspFrame.Position = UDim2.new(0, ScreenFeetPositon.X + (ScreenMagnitude / 4), 0, ScreenFeetPositon.Y)
  1289. EspFrame.Size = UDim2.new(0, -(ScreenMagnitude / 2), 0, -ScreenMagnitude)
  1290. EspFrame.BorderColor3 = Color3.fromRGB(255, 0, 0)
  1291. EspFrame.BackgroundTransparency = 0.45
  1292. else
  1293. EspFrame.Position = UDim2.new(0, ScreenFeetPositon.X + (ScreenMagnitude / 4), 0, ScreenFeetPositon.Y)
  1294. EspFrame.Size = UDim2.new(0, -(ScreenMagnitude / 2), 0, -ScreenMagnitude)
  1295. EspFrame.BorderColor3 = Color3.fromRGB(255, 170, 0)
  1296. EspFrame.BackgroundTransparency = 0.45
  1297. end
  1298. end
  1299. elseif BoxEspEnabled == false and AdminBoxEspEnabled == true then
  1300. if PlayerListScrollingFrame:FindFirstChild(v.Name) then
  1301. if PlayerListScrollingFrame[v.Name].Button.Icon.Visible == true then
  1302. EspFrame.Position = UDim2.new(0, ScreenFeetPositon.X + (ScreenMagnitude / 4), 0, ScreenFeetPositon.Y)
  1303. EspFrame.Size = UDim2.new(0, -(ScreenMagnitude / 2), 0, -ScreenMagnitude)
  1304. EspFrame.BorderColor3 = Color3.fromRGB(255, 0, 0)
  1305. EspFrame.BackgroundTransparency = 0.45
  1306. end
  1307. end
  1308. else
  1309. EspFrame.Visible = false
  1310. end
  1311. else
  1312. EspFrame.Visible = false
  1313. end
  1314. else
  1315. EspFrame.Visible = false
  1316. end
  1317. end
  1318. end
  1319.  
  1320. function PlayerEspDrawInformation(v)
  1321. if PlayerEspFolder:FindFirstChild(v.Name) then
  1322. local EspTextLabel = PlayerEspFolder[v.Name].Information
  1323.  
  1324. local ScreenHeadPositon, ScreenHeadPositonVisible = Camera:WorldToScreenPoint(v.Character.Head.Position + Vector3.new(0, 0.7, 0))
  1325. local ScreenFeetPositon, ScreenFeetPositonVisible = Camera:WorldToScreenPoint(v.Character.HumanoidRootPart.Position - Vector3.new(0, 3.2, 0))
  1326. local ScreenMagnitude = (ScreenHeadPositon - ScreenFeetPositon).magnitude
  1327.  
  1328. local PlayerDistance = math.floor((LocalPlayer.Character.Head.Position - v.Character.Head.Position).magnitude + 0.5)
  1329. local PlayerEquippedWeapon = nil
  1330.  
  1331. if v.Character.Equipped:FindFirstChildOfClass("Model") then
  1332. PlayerEquippedWeapon = v.Character.Equipped:FindFirstChildOfClass("Model").Name
  1333. else
  1334. PlayerEquippedWeapon = "Fists"
  1335. end
  1336.  
  1337. if ScreenHeadPositonVisible == true and ScreenFeetPositonVisible == true then
  1338. if NameEspEnabled == true or DistanceEspEnabled == true or EquippedEspEnabled == true then
  1339. EspTextLabel.Visible = true
  1340.  
  1341. if NameEspEnabled == true and DistanceEspEnabled == false and EquippedEspEnabled == false then
  1342. EspTextLabel.Position = UDim2.new(0, ScreenFeetPositon.X, 0, ScreenFeetPositon.Y + 10)
  1343. EspTextLabel.TextTransparency = 0
  1344. EspTextLabel.TextStrokeTransparency = 0.8
  1345. EspTextLabel.Text = (v.Name)
  1346. elseif NameEspEnabled == true and DistanceEspEnabled == true and EquippedEspEnabled == false then
  1347. EspTextLabel.Position = UDim2.new(0, ScreenFeetPositon.X, 0, ScreenFeetPositon.Y + 10)
  1348. EspTextLabel.TextTransparency = 0
  1349. EspTextLabel.TextStrokeTransparency = 0.8
  1350. EspTextLabel.Text = (v.Name .. '\n' .. PlayerDistance)
  1351. elseif NameEspEnabled == true and DistanceEspEnabled == false and EquippedEspEnabled == true then
  1352. EspTextLabel.Position = UDim2.new(0, ScreenFeetPositon.X, 0, ScreenFeetPositon.Y + 8)
  1353. EspTextLabel.TextTransparency = 0
  1354. EspTextLabel.TextStrokeTransparency = 0.8
  1355. EspTextLabel.Text = (v.Name .. '\n' .. PlayerEquippedWeapon)
  1356. elseif NameEspEnabled == true and DistanceEspEnabled == true and EquippedEspEnabled == true then
  1357. EspTextLabel.Position = UDim2.new(0, ScreenFeetPositon.X, 0, ScreenFeetPositon.Y + 8)
  1358. EspTextLabel.TextTransparency = 0
  1359. EspTextLabel.TextStrokeTransparency = 0.8
  1360. EspTextLabel.Text = (v.Name .. '\n' .. PlayerEquippedWeapon .. '\n' .. PlayerDistance)
  1361. elseif NameEspEnabled == false and DistanceEspEnabled == true and EquippedEspEnabled == false then
  1362. EspTextLabel.Position = UDim2.new(0, ScreenFeetPositon.X, 0, ScreenFeetPositon.Y + 8)
  1363. EspTextLabel.TextTransparency = 0
  1364. EspTextLabel.TextStrokeTransparency = 0.8
  1365. EspTextLabel.Text = (PlayerDistance)
  1366. elseif NameEspEnabled == false and DistanceEspEnabled == true and EquippedEspEnabled == true then
  1367. EspTextLabel.Position = UDim2.new(0, ScreenFeetPositon.X, 0, ScreenFeetPositon.Y + 8)
  1368. EspTextLabel.TextTransparency = 0
  1369. EspTextLabel.TextStrokeTransparency = 0.8
  1370. EspTextLabel.Text = (PlayerEquippedWeapon .. '\n' .. PlayerDistance)
  1371. elseif NameEspEnabled == false and DistanceEspEnabled == false and EquippedEspEnabled == true then
  1372. EspTextLabel.Position = UDim2.new(0, ScreenFeetPositon.X, 0, ScreenFeetPositon.Y + 8)
  1373. EspTextLabel.TextTransparency = 0
  1374. EspTextLabel.TextStrokeTransparency = 0.8
  1375. EspTextLabel.Text = (PlayerEquippedWeapon)
  1376. end
  1377. else
  1378. EspTextLabel.Visible = false
  1379. end
  1380. else
  1381. EspTextLabel.Visible = false
  1382. end
  1383. end
  1384. end
  1385.  
  1386. function PlayerEspRenderStep(deltaTime)
  1387. for i, v in pairs(Players:GetPlayers()) do
  1388. if PlayerEspFolder:FindFirstChild(v.Name) then
  1389. local EspScreenGui = PlayerEspFolder[v.Name]
  1390.  
  1391. if CharacterExists == true then
  1392. if PlayerCharacterParent:FindFirstChild(v.Name) then
  1393. EspScreenGui.Enabled = true
  1394.  
  1395. PlayerEspDrawBoxes(v)
  1396. PlayerEspDrawInformation(v)
  1397. else
  1398. EspScreenGui.Enabled = false
  1399. end
  1400. else
  1401. EspScreenGui.Enabled = false
  1402. end
  1403. end
  1404.  
  1405. if PlayerListScrollingFrame:FindFirstChild(v.Name) then
  1406. if PlayerListScrollingFrame[v.Name].Button.Icon.Visible == true then
  1407. if AdminListEspEnabled == true then
  1408. PlayerListScrollingFrame[v.Name].Button.User.TextColor3 = Color3.fromRGB(255, 0, 0)
  1409. end
  1410. else
  1411. PlayerListScrollingFrame[v.Name].Button.User.TextColor3 = Color3.fromRGB(0, 0, 0)
  1412. end
  1413. end
  1414. end
  1415.  
  1416. Camera = game.Workspace.CurrentCamera
  1417. end
  1418. RunService.RenderStepped:Connect(PlayerEspRenderStep)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement