Upscalefanatic3

CBRO leaked GUI

Apr 4th, 2019
563
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 74.51 KB | None | 0 0
  1. local pitchup = false
  2. local pitchdown = false
  3. local pitchfakelag = false
  4. local jitter = false
  5. local sideways = false
  6. local yawfakelag = false
  7. local backward = false
  8. local antiaim = false
  9. local aasettings = false
  10. local alsetting = false
  11. local aimlock = false
  12. local thirdperson = false
  13. local fovchanger = false
  14. local opened = false
  15. local hidekey = Enum.KeyCode.Insert
  16. local Chillware = Instance.new("ScreenGui")
  17. local ChillwareMain = Instance.new("Frame")
  18. local ChillwareDrag = Instance.new("TextLabel")
  19. local TabSelector = Instance.new("Frame")
  20. local LegitTabButton = Instance.new("TextButton")
  21. local RageTabButton = Instance.new("TextButton")
  22. local VisualsTabButton = Instance.new("TextButton")
  23. local SkinChangerTabButton = Instance.new("TextButton")
  24. local MiscTabButton = Instance.new("TextButton")
  25. local RageTab = Instance.new("Frame")
  26. local AntiAimSettings = Instance.new("TextButton")
  27. local AntiAimSettingsForm = Instance.new("Frame")
  28. local Spacer = Instance.new("Frame")
  29. local UpCheckBox = Instance.new("TextButton")
  30. local UpLabel = Instance.new("TextLabel")
  31. local PitchLabel = Instance.new("TextLabel")
  32. local DownCheckBox = Instance.new("TextButton")
  33. local DownLabel = Instance.new("TextLabel")
  34. local FakeLagPitchCheckBox = Instance.new("TextButton")
  35. local FakeLagPitchLabel = Instance.new("TextLabel")
  36. local YawLabel = Instance.new("TextLabel")
  37. local JitterCheckBox = Instance.new("TextButton")
  38. local JitterLabel = Instance.new("TextLabel")
  39. local SidewaysLabel = Instance.new("TextLabel")
  40. local SidewaysCheckBox = Instance.new("TextButton")
  41. local FakeLagYawCheckBox = Instance.new("TextButton")
  42. local FakeLagYawLabel = Instance.new("TextLabel")
  43. local BackwardCheckBox = Instance.new("TextButton")
  44. local BackwardLabel = Instance.new("TextLabel")
  45. local AntiAimCheckBox = Instance.new("TextButton")
  46. local AntiAimLabel = Instance.new("TextLabel")
  47. local LegitTab = Instance.new("Frame")
  48. local AimLockSettingsForm = Instance.new("Frame")
  49. local AimLockHeadCheckBox = Instance.new("TextButton")
  50. local AimLockTorsoCheckBox = Instance.new("TextButton")
  51. local HeadLabel = Instance.new("TextLabel")
  52. local TorsoLabel = Instance.new("TextLabel")
  53. local AimLockSettings = Instance.new("TextButton")
  54. local AimLockCheckBox = Instance.new("TextButton")
  55. local AimLockLabel = Instance.new("TextLabel")
  56. local VisualsTab = Instance.new("Frame")
  57. local ESPLabel = Instance.new("TextLabel")
  58. local ESPCheckBox = Instance.new("TextButton")
  59. local ChamsLabel = Instance.new("TextLabel")
  60. local ChamsCheckBox = Instance.new("TextButton")
  61. local ThirdPersonLabel = Instance.new("TextLabel")
  62. local ThirdPersonCheckBox = Instance.new("TextButton")
  63. local FOVChangerLabel = Instance.new("TextLabel")
  64. local FOVChangerCheckBox = Instance.new("TextButton")
  65. local FOVChangerSettings = Instance.new("TextButton")
  66. local FOVValue = Instance.new("TextBox")
  67. local SkinChangerTab = Instance.new("Frame")
  68. local SkinChangerLabel = Instance.new("TextLabel")
  69. local MiscTab = Instance.new("Frame")
  70. local RespawnButton = Instance.new("TextButton")
  71. local JoinCTButton = Instance.new("TextButton")
  72. local JoinTButton = Instance.new("TextButton")
  73.  
  74. Chillware.Name = "Chillware"
  75. Chillware.Parent = game.CoreGui
  76. Chillware.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  77.  
  78. ChillwareMain.Name = "ChillwareMain"
  79. ChillwareMain.Parent = Chillware
  80. ChillwareMain.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  81. ChillwareMain.BorderSizePixel = 0
  82. ChillwareMain.Position = UDim2.new(0.131675869, 0, 0.118095234, 0)
  83. ChillwareMain.Size = UDim2.new(0, 800, 0, 400)
  84. ChillwareMain.Active = true
  85. ChillwareMain.Draggable = true
  86. ChillwareMain.Visible = false
  87.  
  88. ChillwareDrag.Name = "ChillwareDrag"
  89. ChillwareDrag.Parent = ChillwareMain
  90. ChillwareDrag.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  91. ChillwareDrag.BorderSizePixel = 0
  92. ChillwareDrag.Size = UDim2.new(0, 800, 0, 25)
  93. ChillwareDrag.Font = Enum.Font.Gotham
  94. ChillwareDrag.Text = "Chillware (BETA v0.0.5)"
  95. ChillwareDrag.TextColor3 = Color3.new(1, 1, 1)
  96. ChillwareDrag.TextSize = 20
  97.  
  98. TabSelector.Name = "TabSelector"
  99. TabSelector.Parent = ChillwareMain
  100. TabSelector.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  101. TabSelector.BorderSizePixel = 0
  102. TabSelector.Position = UDim2.new(0, 0, 0.0625, 0)
  103. TabSelector.Size = UDim2.new(0, 800, 0, 40)
  104.  
  105. LegitTabButton.Name = "LegitTabButton"
  106. LegitTabButton.Parent = TabSelector
  107. LegitTabButton.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  108. LegitTabButton.BorderSizePixel = 0
  109. LegitTabButton.Size = UDim2.new(0, 160, 0, 40)
  110. LegitTabButton.Font = Enum.Font.Gotham
  111. LegitTabButton.Text = "Legit"
  112. LegitTabButton.TextColor3 = Color3.new(1, 1, 1)
  113. LegitTabButton.TextSize = 25
  114. LegitTabButton.TextWrapped = true
  115. LegitTabButton.MouseButton1Down:connect(function()
  116. LegitTab.Visible = true
  117. RageTab.Visible = false
  118. VisualsTab.Visible = false
  119. SkinChangerTab.Visible = false
  120. MiscTab.Visible = false
  121. end)
  122.  
  123. RageTabButton.Name = "RageTabButton"
  124. RageTabButton.Parent = TabSelector
  125. RageTabButton.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  126. RageTabButton.BorderSizePixel = 0
  127. RageTabButton.Position = UDim2.new(0.200000003, 0, 0, 0)
  128. RageTabButton.Size = UDim2.new(0, 160, 0, 40)
  129. RageTabButton.Font = Enum.Font.Gotham
  130. RageTabButton.Text = "Rage"
  131. RageTabButton.TextColor3 = Color3.new(1, 1, 1)
  132. RageTabButton.TextSize = 25
  133. RageTabButton.TextWrapped = true
  134. RageTabButton.MouseButton1Down:connect(function()
  135. LegitTab.Visible = false
  136. RageTab.Visible = true
  137. VisualsTab.Visible = false
  138. SkinChangerTab.Visible = false
  139. MiscTab.Visible = false
  140. end)
  141.  
  142. VisualsTabButton.Name = "VisualsTabButton"
  143. VisualsTabButton.Parent = TabSelector
  144. VisualsTabButton.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  145. VisualsTabButton.BorderSizePixel = 0
  146. VisualsTabButton.Position = UDim2.new(0.400000006, 0, 0, 0)
  147. VisualsTabButton.Size = UDim2.new(0, 160, 0, 40)
  148. VisualsTabButton.Font = Enum.Font.Gotham
  149. VisualsTabButton.Text = "Visuals"
  150. VisualsTabButton.TextColor3 = Color3.new(1, 1, 1)
  151. VisualsTabButton.TextSize = 25
  152. VisualsTabButton.TextWrapped = true
  153. VisualsTabButton.MouseButton1Down:connect(function()
  154. LegitTab.Visible = false
  155. RageTab.Visible = false
  156. VisualsTab.Visible = true
  157. SkinChangerTab.Visible = false
  158. MiscTab.Visible = false
  159. end)
  160.  
  161. SkinChangerTabButton.Name = "SkinChangerTabButton"
  162. SkinChangerTabButton.Parent = TabSelector
  163. SkinChangerTabButton.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  164. SkinChangerTabButton.BorderSizePixel = 0
  165. SkinChangerTabButton.Position = UDim2.new(0.800000012, 0, 0, 0)
  166. SkinChangerTabButton.Size = UDim2.new(0, 160, 0, 40)
  167. SkinChangerTabButton.Font = Enum.Font.Gotham
  168. SkinChangerTabButton.Text = "SkinChanger"
  169. SkinChangerTabButton.TextColor3 = Color3.new(1, 1, 1)
  170. SkinChangerTabButton.TextSize = 25
  171. SkinChangerTabButton.TextWrapped = true
  172. SkinChangerTabButton.MouseButton1Down:connect(function()
  173. LegitTab.Visible = false
  174. RageTab.Visible = false
  175. VisualsTab.Visible = false
  176. SkinChangerTab.Visible = true
  177. MiscTab.Visible = false
  178. end)
  179.  
  180. MiscTabButton.Name = "MiscTabButton"
  181. MiscTabButton.Parent = TabSelector
  182. MiscTabButton.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  183. MiscTabButton.BorderSizePixel = 0
  184. MiscTabButton.Position = UDim2.new(0.600000024, 0, 0, 0)
  185. MiscTabButton.Size = UDim2.new(0, 160, 0, 40)
  186. MiscTabButton.Font = Enum.Font.Gotham
  187. MiscTabButton.Text = "Misc"
  188. MiscTabButton.TextColor3 = Color3.new(1, 1, 1)
  189. MiscTabButton.TextSize = 25
  190. MiscTabButton.TextWrapped = true
  191. MiscTabButton.MouseButton1Down:connect(function()
  192. LegitTab.Visible = false
  193. RageTab.Visible = false
  194. VisualsTab.Visible = false
  195. SkinChangerTab.Visible = false
  196. MiscTab.Visible = true
  197. end)
  198.  
  199. RageTab.Name = "RageTab"
  200. RageTab.Parent = ChillwareMain
  201. RageTab.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  202. RageTab.BorderColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  203. RageTab.BorderSizePixel = 5
  204. RageTab.Position = UDim2.new(0.0434999838, 0, 0.224999994, 0)
  205. RageTab.Size = UDim2.new(0, 730, 0, 280)
  206. RageTab.Visible = false
  207.  
  208. AntiAimSettings.Name = "AntiAimSettings"
  209. AntiAimSettings.Parent = RageTab
  210. AntiAimSettings.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  211. AntiAimSettings.BorderSizePixel = 0
  212. AntiAimSettings.Position = UDim2.new(0.223219171, 0, 0.0314285718, 0)
  213. AntiAimSettings.Size = UDim2.new(0, 30, 0, 30)
  214. AntiAimSettings.Visible = false
  215. AntiAimSettings.Font = Enum.Font.Gotham
  216. AntiAimSettings.Text = ">"
  217. AntiAimSettings.TextColor3 = Color3.new(1, 1, 1)
  218. AntiAimSettings.TextSize = 14
  219. AntiAimSettings.MouseButton1Down:connect(function()
  220. if not aasettings
  221. then
  222. aasettings = true
  223. AntiAimSettings.Text = ("<")
  224. AntiAimSettingsForm.Visible = true
  225. else
  226. aasettings = false
  227. AntiAimSettings.Text = (">")
  228. AntiAimSettingsForm.Visible = false
  229. end
  230. end)
  231.  
  232. AntiAimSettingsForm.Name = "AntiAimSettingsForm"
  233. AntiAimSettingsForm.Parent = RageTab
  234. AntiAimSettingsForm.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  235. AntiAimSettingsForm.Position = UDim2.new(0.284931511, 0, 0.032142859, 0)
  236. AntiAimSettingsForm.Size = UDim2.new(0, 292, 0, 262)
  237. AntiAimSettingsForm.Visible = false
  238. AntiAimSettingsForm.Style = Enum.FrameStyle.RobloxRound
  239.  
  240. Spacer.Name = "Spacer"
  241. Spacer.Parent = AntiAimSettingsForm
  242. Spacer.BackgroundColor3 = Color3.new(1, 1, 1)
  243. Spacer.Position = UDim2.new(0.497971982, 0, -0.0234719198, 0)
  244. Spacer.Size = UDim2.new(0, 1, 0, 260)
  245.  
  246. UpCheckBox.Name = "UpCheckBox"
  247. UpCheckBox.Parent = AntiAimSettingsForm
  248. UpCheckBox.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  249. UpCheckBox.Position = UDim2.new(-0.000753426924, 0, 0.0922519118, 0)
  250. UpCheckBox.Size = UDim2.new(0, 30, 0, 30)
  251. UpCheckBox.Style = Enum.ButtonStyle.RobloxButton
  252. UpCheckBox.Font = Enum.Font.Gotham
  253. UpCheckBox.Text = ""
  254. UpCheckBox.TextColor3 = Color3.new(1, 1, 1)
  255. UpCheckBox.TextSize = 14
  256. UpCheckBox.MouseButton1Down:connect(function()
  257. if not pitchup
  258. then
  259. pitchup = true
  260. UpCheckBox.Text = ("✓")
  261. repeat if pitchup then
  262. wait()
  263. game:GetService("ReplicatedStorage").Events.ControlTurn:FireServer("1")
  264. end
  265. until pitchup == false
  266. else
  267. pitchup = false
  268. UpCheckBox.Text = ("")
  269. end
  270. end)
  271.  
  272. UpLabel.Name = "UpLabel"
  273. UpLabel.Parent = AntiAimSettingsForm
  274. UpLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  275. UpLabel.BorderSizePixel = 0
  276. UpLabel.Position = UDim2.new(0.13930051, 0, 0.0861789733, 0)
  277. UpLabel.Size = UDim2.new(0, 90, 0, 30)
  278. UpLabel.Font = Enum.Font.Gotham
  279. UpLabel.Text = "Up"
  280. UpLabel.TextColor3 = Color3.new(1, 1, 1)
  281. UpLabel.TextSize = 14
  282. UpLabel.TextXAlignment = Enum.TextXAlignment.Left
  283.  
  284. PitchLabel.Name = "PitchLabel"
  285. PitchLabel.Parent = AntiAimSettingsForm
  286. PitchLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  287. PitchLabel.BorderSizePixel = 0
  288. PitchLabel.Position = UDim2.new(0.0280000009, 0, -0.0289999992, 0)
  289. PitchLabel.Size = UDim2.new(0, 105, 0, 30)
  290. PitchLabel.Font = Enum.Font.Gotham
  291. PitchLabel.Text = "Pitch"
  292. PitchLabel.TextColor3 = Color3.new(1, 1, 1)
  293. PitchLabel.TextSize = 14
  294.  
  295. DownCheckBox.Name = "DownCheckBox"
  296. DownCheckBox.Parent = AntiAimSettingsForm
  297. DownCheckBox.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  298. DownCheckBox.Position = UDim2.new(-0.000753426924, 0, 0.241106868, 0)
  299. DownCheckBox.Size = UDim2.new(0, 30, 0, 30)
  300. DownCheckBox.Style = Enum.ButtonStyle.RobloxButton
  301. DownCheckBox.Font = Enum.Font.Gotham
  302. DownCheckBox.Text = ""
  303. DownCheckBox.TextColor3 = Color3.new(1, 1, 1)
  304. DownCheckBox.TextSize = 14
  305. DownCheckBox.MouseButton1Down:connect(function()
  306. if not pitchdown
  307. then
  308. pitchdown = true
  309. DownCheckBox.Text = ("✓")
  310. repeat if pitchdown then
  311. wait()
  312. game:GetService("ReplicatedStorage").Events.ControlTurn:FireServer("-1")
  313. end
  314. until pitchdown == false
  315. else
  316. pitchdown = false
  317. DownCheckBox.Text = ("")
  318. end
  319. end)
  320.  
  321. DownLabel.Name = "DownLabel"
  322. DownLabel.Parent = AntiAimSettingsForm
  323. DownLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  324. DownLabel.BorderSizePixel = 0
  325. DownLabel.Position = UDim2.new(0.13930051, 0, 0.235033929, 0)
  326. DownLabel.Size = UDim2.new(0, 90, 0, 30)
  327. DownLabel.Font = Enum.Font.Gotham
  328. DownLabel.Text = "Down"
  329. DownLabel.TextColor3 = Color3.new(1, 1, 1)
  330. DownLabel.TextSize = 14
  331. DownLabel.TextXAlignment = Enum.TextXAlignment.Left
  332.  
  333. FakeLagPitchCheckBox.Name = "FakeLagPitchCheckBox"
  334. FakeLagPitchCheckBox.Parent = AntiAimSettingsForm
  335. FakeLagPitchCheckBox.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  336. FakeLagPitchCheckBox.Position = UDim2.new(-0.000753426924, 0, 0.397595406, 0)
  337. FakeLagPitchCheckBox.Size = UDim2.new(0, 30, 0, 30)
  338. FakeLagPitchCheckBox.Style = Enum.ButtonStyle.RobloxButton
  339. FakeLagPitchCheckBox.Font = Enum.Font.Gotham
  340. FakeLagPitchCheckBox.Text = ""
  341. FakeLagPitchCheckBox.TextColor3 = Color3.new(1, 1, 1)
  342. FakeLagPitchCheckBox.TextSize = 14
  343. FakeLagPitchCheckBox.MouseButton1Down:connect(function()
  344. if not pitchfakelag
  345. then
  346. pitchfakelag = true
  347. FakeLagPitchCheckBox.Text = ("✓")
  348. repeat if pitchfakelag then
  349. wait()
  350. game:GetService("ReplicatedStorage").Events.ControlTurn:FireServer("1")
  351. wait()
  352. game:GetService("ReplicatedStorage").Events.ControlTurn:FireServer("-1")
  353. end
  354. until pitchfakelag == false
  355. else
  356. pitchfakelag = false
  357. FakeLagPitchCheckBox.Text = ("")
  358. end
  359. end)
  360.  
  361. FakeLagPitchLabel.Name = "FakeLagPitchLabel"
  362. FakeLagPitchLabel.Parent = AntiAimSettingsForm
  363. FakeLagPitchLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  364. FakeLagPitchLabel.BorderSizePixel = 0
  365. FakeLagPitchLabel.Position = UDim2.new(0.13930051, 0, 0.391522467, 0)
  366. FakeLagPitchLabel.Size = UDim2.new(0, 90, 0, 30)
  367. FakeLagPitchLabel.Font = Enum.Font.Gotham
  368. FakeLagPitchLabel.Text = "Fake Lag"
  369. FakeLagPitchLabel.TextColor3 = Color3.new(1, 1, 1)
  370. FakeLagPitchLabel.TextSize = 14
  371. FakeLagPitchLabel.TextXAlignment = Enum.TextXAlignment.Left
  372.  
  373. YawLabel.Name = "YawLabel"
  374. YawLabel.Parent = AntiAimSettingsForm
  375. YawLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  376. YawLabel.BorderSizePixel = 0
  377. YawLabel.Position = UDim2.new(0.558821917, 0, -0.0251832046, 0)
  378. YawLabel.Size = UDim2.new(0, 105, 0, 30)
  379. YawLabel.Font = Enum.Font.Gotham
  380. YawLabel.Text = "Yaw"
  381. YawLabel.TextColor3 = Color3.new(1, 1, 1)
  382. YawLabel.TextSize = 14
  383.  
  384. JitterCheckBox.Name = "JitterCheckBox"
  385. JitterCheckBox.Parent = AntiAimSettingsForm
  386. JitterCheckBox.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  387. JitterCheckBox.Position = UDim2.new(0.530068517, 0, 0.0960687026, 0)
  388. JitterCheckBox.Size = UDim2.new(0, 30, 0, 30)
  389. JitterCheckBox.Style = Enum.ButtonStyle.RobloxButton
  390. JitterCheckBox.Font = Enum.Font.Gotham
  391. JitterCheckBox.Text = ""
  392. JitterCheckBox.TextColor3 = Color3.new(1, 1, 1)
  393. JitterCheckBox.TextSize = 14
  394. JitterCheckBox.MouseButton1Down:connect(function()
  395. if not jitter
  396. then
  397. jitter = true
  398. JitterCheckBox.Text = ("✓")
  399. repeat if jitter then
  400. --jitter
  401. wait(0.1)
  402. AnimationId = "754658275"
  403. local Anim = Instance.new("Animation")
  404. Anim.AnimationId = "rbxassetid://"..AnimationId
  405. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  406. k:Play()
  407. k:AdjustSpeed(2.5)
  408. end
  409.  
  410. until jitter == false
  411. else
  412. jitter = false
  413. JitterCheckBox.Text = ("")
  414. end
  415. end)
  416.  
  417. JitterLabel.Name = "JitterLabel"
  418. JitterLabel.Parent = AntiAimSettingsForm
  419. JitterLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  420. JitterLabel.BorderSizePixel = 0
  421. JitterLabel.Position = UDim2.new(0.670122445, 0, 0.0899957642, 0)
  422. JitterLabel.Size = UDim2.new(0, 90, 0, 30)
  423. JitterLabel.Font = Enum.Font.Gotham
  424. JitterLabel.Text = "Jitter"
  425. JitterLabel.TextColor3 = Color3.new(1, 1, 1)
  426. JitterLabel.TextSize = 14
  427. JitterLabel.TextXAlignment = Enum.TextXAlignment.Left
  428.  
  429. SidewaysLabel.Name = "SidewaysLabel"
  430. SidewaysLabel.Parent = AntiAimSettingsForm
  431. SidewaysLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  432. SidewaysLabel.BorderSizePixel = 0
  433. SidewaysLabel.Position = UDim2.new(0.670122445, 0, 0.238850728, 0)
  434. SidewaysLabel.Size = UDim2.new(0, 90, 0, 30)
  435. SidewaysLabel.Font = Enum.Font.Gotham
  436. SidewaysLabel.Text = "Sideways"
  437. SidewaysLabel.TextColor3 = Color3.new(1, 1, 1)
  438. SidewaysLabel.TextSize = 14
  439. SidewaysLabel.TextXAlignment = Enum.TextXAlignment.Left
  440.  
  441. SidewaysCheckBox.Name = "SidewaysCheckBox"
  442. SidewaysCheckBox.Parent = AntiAimSettingsForm
  443. SidewaysCheckBox.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  444. SidewaysCheckBox.Position = UDim2.new(0.530068517, 0, 0.244923666, 0)
  445. SidewaysCheckBox.Size = UDim2.new(0, 30, 0, 30)
  446. SidewaysCheckBox.Style = Enum.ButtonStyle.RobloxButton
  447. SidewaysCheckBox.Font = Enum.Font.Gotham
  448. SidewaysCheckBox.Text = ""
  449. SidewaysCheckBox.TextColor3 = Color3.new(1, 1, 1)
  450. SidewaysCheckBox.TextSize = 14
  451. SidewaysCheckBox.MouseButton1Down:connect(function()
  452. if not sideways
  453. then
  454. sideways = true
  455. SidewaysCheckBox.Text = ("✓")
  456. repeat if sideways then
  457. --sideways
  458. wait(0.01)
  459. AnimationId = "754658275"
  460. local Anim = Instance.new("Animation")
  461. Anim.AnimationId = "rbxassetid://"..AnimationId
  462. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  463. k:Play()
  464. k:AdjustSpeed(1.5)
  465. end
  466.  
  467. until sideways == false
  468. else
  469. sideways = false
  470. SidewaysCheckBox.Text = ("")
  471. end
  472. end)
  473.  
  474. FakeLagYawCheckBox.Name = "FakeLagYawCheckBox"
  475. FakeLagYawCheckBox.Parent = AntiAimSettingsForm
  476. FakeLagYawCheckBox.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  477. FakeLagYawCheckBox.Position = UDim2.new(0.530068517, 0, 0.401412189, 0)
  478. FakeLagYawCheckBox.Size = UDim2.new(0, 30, 0, 30)
  479. FakeLagYawCheckBox.Style = Enum.ButtonStyle.RobloxButton
  480. FakeLagYawCheckBox.Font = Enum.Font.Gotham
  481. FakeLagYawCheckBox.Text = ""
  482. FakeLagYawCheckBox.TextColor3 = Color3.new(1, 1, 1)
  483. FakeLagYawCheckBox.TextSize = 14
  484. FakeLagYawCheckBox.MouseButton1Down:connect(function()
  485. if not yawfakelag
  486. then
  487. yawfakelag = true
  488. FakeLagYawCheckBox.Text = ("✓")
  489. repeat if yawfakelag then
  490. --fakelag
  491. wait(0.01)
  492. AnimationId = "754658275"
  493. local Anim = Instance.new("Animation")
  494. Anim.AnimationId = "rbxassetid://"..AnimationId
  495. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  496. k:Play()
  497. k:AdjustSpeed(8)
  498. end
  499.  
  500. until yawfakelag == false
  501. else
  502. yawfakelag = false
  503. FakeLagYawCheckBox.Text = ("")
  504. end
  505. end)
  506.  
  507. FakeLagYawLabel.Name = "FakeLagYawLabel"
  508. FakeLagYawLabel.Parent = AntiAimSettingsForm
  509. FakeLagYawLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  510. FakeLagYawLabel.BorderSizePixel = 0
  511. FakeLagYawLabel.Position = UDim2.new(0.670122445, 0, 0.395339251, 0)
  512. FakeLagYawLabel.Size = UDim2.new(0, 90, 0, 30)
  513. FakeLagYawLabel.Font = Enum.Font.Gotham
  514. FakeLagYawLabel.Text = "Fake Lag"
  515. FakeLagYawLabel.TextColor3 = Color3.new(1, 1, 1)
  516. FakeLagYawLabel.TextSize = 14
  517. FakeLagYawLabel.TextXAlignment = Enum.TextXAlignment.Left
  518.  
  519. BackwardCheckBox.Name = "BackwardCheckBox"
  520. BackwardCheckBox.Parent = AntiAimSettingsForm
  521. BackwardCheckBox.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  522. BackwardCheckBox.Position = UDim2.new(0.530068517, 0, 0.546450377, 0)
  523. BackwardCheckBox.Size = UDim2.new(0, 30, 0, 30)
  524. BackwardCheckBox.Style = Enum.ButtonStyle.RobloxButton
  525. BackwardCheckBox.Font = Enum.Font.Gotham
  526. BackwardCheckBox.Text = ""
  527. BackwardCheckBox.TextColor3 = Color3.new(1, 1, 1)
  528. BackwardCheckBox.TextSize = 14
  529. BackwardCheckBox.MouseButton1Down:connect(function()
  530. if not backward then
  531. backward = true
  532. BackwardCheckBox.Text = ("✓")
  533. repeat if backward then
  534. wait(0.001)
  535. AnimationId = "754658275"
  536. local Anim = Instance.new("Animation")
  537. Anim.AnimationId = "rbxassetid://"..AnimationId
  538. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  539. k:Play()
  540. k:AdjustSpeed(3.2)
  541. end until backward == false
  542. else
  543. backward = false
  544. BackwardCheckBox.Text = ("")
  545. end
  546. end)
  547.  
  548. BackwardLabel.Name = "BackwardLabel"
  549. BackwardLabel.Parent = AntiAimSettingsForm
  550. BackwardLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  551. BackwardLabel.BorderSizePixel = 0
  552. BackwardLabel.Position = UDim2.new(0.670122445, 0, 0.540377438, 0)
  553. BackwardLabel.Size = UDim2.new(0, 90, 0, 30)
  554. BackwardLabel.Font = Enum.Font.Gotham
  555. BackwardLabel.Text = "Backward"
  556. BackwardLabel.TextColor3 = Color3.new(1, 1, 1)
  557. BackwardLabel.TextSize = 14
  558. BackwardLabel.TextXAlignment = Enum.TextXAlignment.Left
  559.  
  560. AntiAimCheckBox.Name = "AntiAimCheckBox"
  561. AntiAimCheckBox.Parent = RageTab
  562. AntiAimCheckBox.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  563. AntiAimCheckBox.Position = UDim2.new(0.0149999997, 0, 0.0350000001, 0)
  564. AntiAimCheckBox.Size = UDim2.new(0, 30, 0, 30)
  565. AntiAimCheckBox.Style = Enum.ButtonStyle.RobloxButton
  566. AntiAimCheckBox.Font = Enum.Font.Gotham
  567. AntiAimCheckBox.Text = ""
  568. AntiAimCheckBox.TextColor3 = Color3.new(1, 1, 1)
  569. AntiAimCheckBox.TextSize = 14
  570. AntiAimCheckBox.MouseButton1Down:connect(function()
  571. if not antiaim
  572. then
  573. antiaim = true
  574. AntiAimCheckBox.Text = ("✓")
  575. AntiAimSettings.Visible = true
  576. else
  577. AntiAimSettings.Visible = false
  578. antiaim = false
  579. AntiAimCheckBox.Text = ("")
  580. backward = false
  581. jitter = false
  582. yawfakelag = false
  583. pitchdown = false
  584. pitchup = false
  585. pitchfakelag = false
  586. sideways = false
  587. end
  588. end)
  589.  
  590. AntiAimLabel.Name = "AntiAimLabel"
  591. AntiAimLabel.Parent = RageTab
  592. AntiAimLabel.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  593. AntiAimLabel.BorderSizePixel = 0
  594. AntiAimLabel.Position = UDim2.new(0.0698630139, 0, 0.032142859, 0)
  595. AntiAimLabel.Size = UDim2.new(0, 112, 0, 30)
  596. AntiAimLabel.Font = Enum.Font.Gotham
  597. AntiAimLabel.Text = "Toggle AntiAim"
  598. AntiAimLabel.TextColor3 = Color3.new(1, 1, 1)
  599. AntiAimLabel.TextSize = 14
  600. AntiAimLabel.TextXAlignment = Enum.TextXAlignment.Left
  601.  
  602. LegitTab.Name = "LegitTab"
  603. LegitTab.Parent = ChillwareMain
  604. LegitTab.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  605. LegitTab.BorderColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  606. LegitTab.BorderSizePixel = 5
  607. LegitTab.Position = UDim2.new(0.0434999838, 0, 0.224999994, 0)
  608. LegitTab.Size = UDim2.new(0, 730, 0, 280)
  609. LegitTab.Visible = false
  610.  
  611. AimLockSettingsForm.Name = "AimLockSettingsForm"
  612. AimLockSettingsForm.Parent = LegitTab
  613. AimLockSettingsForm.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  614. AimLockSettingsForm.Position = UDim2.new(0.284931511, 0, 0.032142859, 0)
  615. AimLockSettingsForm.Size = UDim2.new(0, 161, 0, 62)
  616. AimLockSettingsForm.Visible = false
  617. AimLockSettingsForm.Style = Enum.FrameStyle.RobloxRound
  618.  
  619. AimLockHeadCheckBox.Name = "AimLockHeadCheckBox"
  620. AimLockHeadCheckBox.Parent = AimLockSettingsForm
  621. AimLockHeadCheckBox.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  622. AimLockHeadCheckBox.Position = UDim2.new(-0.0562839247, 0, -0.17237325, 0)
  623. AimLockHeadCheckBox.Size = UDim2.new(0, 30, 0, 30)
  624. AimLockHeadCheckBox.Style = Enum.ButtonStyle.RobloxButton
  625. AimLockHeadCheckBox.Font = Enum.Font.Gotham
  626. AimLockHeadCheckBox.Text = ""
  627. AimLockHeadCheckBox.TextColor3 = Color3.new(1, 1, 1)
  628. AimLockHeadCheckBox.TextSize = 14
  629. AimLockHeadCheckBox.MouseButton1Down:connect(function()
  630. PLAYER = game.Players.LocalPlayer
  631. MOUSE = PLAYER:GetMouse()
  632. CC = game.Workspace.CurrentCamera
  633.  
  634. _G.AIM_AT = 'Head'
  635. _G.BIND = 101 -- E
  636.  
  637. function GetNearestPlayerToMouse()
  638. local PLAYERS = {}
  639. local PLAYER_HOLD = {}
  640. local DISTANCES = {}
  641. for i, v in pairs(game.Players:GetPlayers()) do
  642. if v ~= PLAYER then
  643. table.insert(PLAYERS, v)
  644. end
  645. end
  646. for i, v in pairs(PLAYERS) do
  647. if v and (v.Character) ~= nil and v.Team ~= PLAYER.Team then
  648. local AIM = v.Character:FindFirstChild(_G.AIM_AT)
  649. if AIM ~= nil then
  650. local DISTANCE = (AIM.Position - game.Workspace.CurrentCamera.CoordinateFrame.p).magnitude
  651. local RAY = Ray.new(game.Workspace.CurrentCamera.CoordinateFrame.p, (MOUSE.Hit.p - CC.CoordinateFrame.p).unit * DISTANCE)
  652. local HIT,POS = game.Workspace:FindPartOnRay(RAY, game.Workspace)
  653. local DIFF = math.floor((POS - AIM.Position).magnitude)
  654. PLAYER_HOLD[v.Name .. i] = {}
  655. PLAYER_HOLD[v.Name .. i].dist = DISTANCE
  656. PLAYER_HOLD[v.Name .. i].plr = v
  657. PLAYER_HOLD[v.Name .. i].diff = DIFF
  658. table.insert(DISTANCES, DIFF)
  659. end
  660. end
  661. end
  662.  
  663. if unpack(DISTANCES) == nil then
  664. return false
  665. end
  666.  
  667. local L_DISTANCE = math.floor(math.min(unpack(DISTANCES)))
  668. if L_DISTANCE > 20 then
  669. return false
  670. end
  671.  
  672. for i, v in pairs(PLAYER_HOLD) do
  673. if v.diff == L_DISTANCE then
  674. return v.plr
  675. end
  676. end
  677. return false
  678. end
  679.  
  680. MOUSE.KeyDown:connect(function(KEY)
  681. KEY = KEY:lower():byte()
  682. if KEY == _G.BIND then
  683. ENABLED = true
  684. end
  685. end)
  686.  
  687. MOUSE.KeyUp:connect(function(KEY)
  688. KEY = KEY:lower():byte()
  689. if KEY == _G.BIND then
  690. ENABLED = false
  691. end
  692. end)
  693.  
  694. game:GetService('RunService').RenderStepped:connect(function()
  695. if ENABLED then
  696. local TARGET = GetNearestPlayerToMouse()
  697. if (TARGET ~= false) then
  698. local AIM = TARGET.Character:FindFirstChild(_G.AIM_AT)
  699. if AIM then
  700. CC.CoordinateFrame = CFrame.new(CC.CoordinateFrame.p, AIM.CFrame.p)
  701. end
  702. end
  703. end
  704. end)
  705.  
  706. print("[Chillware]: AimLock Active")
  707. AimLockTorsoCheckBox.Visible = false
  708. AimLockHeadCheckBox.Text = ("✓")
  709. end)
  710.  
  711. AimLockTorsoCheckBox.Name = "AimLockTorsoCheckBox"
  712. AimLockTorsoCheckBox.Parent = AimLockSettingsForm
  713. AimLockTorsoCheckBox.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  714. AimLockTorsoCheckBox.Position = UDim2.new(-0.0562839247, 0, 0.49478218, 0)
  715. AimLockTorsoCheckBox.Size = UDim2.new(0, 30, 0, 30)
  716. AimLockTorsoCheckBox.Style = Enum.ButtonStyle.RobloxButton
  717. AimLockTorsoCheckBox.Font = Enum.Font.Gotham
  718. AimLockTorsoCheckBox.Text = ""
  719. AimLockTorsoCheckBox.TextColor3 = Color3.new(1, 1, 1)
  720. AimLockTorsoCheckBox.TextSize = 14
  721. AimLockTorsoCheckBox.MouseButton1Down:connect(function()
  722. PLAYER = game.Players.LocalPlayer
  723. MOUSE = PLAYER:GetMouse()
  724. CC = game.Workspace.CurrentCamera
  725.  
  726. _G.AIM_AT = 'UpperTorso'
  727. _G.BIND = 101 -- E
  728.  
  729. function GetNearestPlayerToMouse()
  730. local PLAYERS = {}
  731. local PLAYER_HOLD = {}
  732. local DISTANCES = {}
  733. for i, v in pairs(game.Players:GetPlayers()) do
  734. if v ~= PLAYER then
  735. table.insert(PLAYERS, v)
  736. end
  737. end
  738. for i, v in pairs(PLAYERS) do
  739. if v and (v.Character) ~= nil and v.Team ~= PLAYER.Team then
  740. local AIM = v.Character:FindFirstChild(_G.AIM_AT)
  741. if AIM ~= nil then
  742. local DISTANCE = (AIM.Position - game.Workspace.CurrentCamera.CoordinateFrame.p).magnitude
  743. local RAY = Ray.new(game.Workspace.CurrentCamera.CoordinateFrame.p, (MOUSE.Hit.p - CC.CoordinateFrame.p).unit * DISTANCE)
  744. local HIT,POS = game.Workspace:FindPartOnRay(RAY, game.Workspace)
  745. local DIFF = math.floor((POS - AIM.Position).magnitude)
  746. PLAYER_HOLD[v.Name .. i] = {}
  747. PLAYER_HOLD[v.Name .. i].dist = DISTANCE
  748. PLAYER_HOLD[v.Name .. i].plr = v
  749. PLAYER_HOLD[v.Name .. i].diff = DIFF
  750. table.insert(DISTANCES, DIFF)
  751. end
  752. end
  753. end
  754.  
  755. if unpack(DISTANCES) == nil then
  756. return false
  757. end
  758.  
  759. local L_DISTANCE = math.floor(math.min(unpack(DISTANCES)))
  760. if L_DISTANCE > 20 then
  761. return false
  762. end
  763.  
  764. for i, v in pairs(PLAYER_HOLD) do
  765. if v.diff == L_DISTANCE then
  766. return v.plr
  767. end
  768. end
  769. return false
  770. end
  771.  
  772. MOUSE.KeyDown:connect(function(KEY)
  773. KEY = KEY:lower():byte()
  774. if KEY == _G.BIND then
  775. ENABLED = true
  776. end
  777. end)
  778.  
  779. MOUSE.KeyUp:connect(function(KEY)
  780. KEY = KEY:lower():byte()
  781. if KEY == _G.BIND then
  782. ENABLED = false
  783. end
  784. end)
  785.  
  786. game:GetService('RunService').RenderStepped:connect(function()
  787. if ENABLED then
  788. local TARGET = GetNearestPlayerToMouse()
  789. if (TARGET ~= false) then
  790. local AIM = TARGET.Character:FindFirstChild(_G.AIM_AT)
  791. if AIM then
  792. CC.CoordinateFrame = CFrame.new(CC.CoordinateFrame.p, AIM.CFrame.p)
  793. end
  794. end
  795. end
  796. end)
  797.  
  798. print("[Chillware]: AimLock Active")
  799. AimLockHeadCheckBox.Visible = false
  800. AimLockTorsoCheckBox.Text = ("✓")
  801. end)
  802.  
  803. HeadLabel.Name = "HeadLabel"
  804. HeadLabel.Parent = AimLockSettingsForm
  805. HeadLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  806. HeadLabel.BorderSizePixel = 0
  807. HeadLabel.Position = UDim2.new(0.209785432, 0, -0.123123899, 0)
  808. HeadLabel.Size = UDim2.new(0, 106, 0, 27)
  809. HeadLabel.Font = Enum.Font.Gotham
  810. HeadLabel.Text = "Head"
  811. HeadLabel.TextColor3 = Color3.new(1, 1, 1)
  812. HeadLabel.TextSize = 14
  813. HeadLabel.TextXAlignment = Enum.TextXAlignment.Left
  814.  
  815. TorsoLabel.Name = "TorsoLabel"
  816. TorsoLabel.Parent = AimLockSettingsForm
  817. TorsoLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  818. TorsoLabel.BorderSizePixel = 0
  819. TorsoLabel.Position = UDim2.new(0.209785432, 0, 0.55429548, 0)
  820. TorsoLabel.Size = UDim2.new(0, 106, 0, 27)
  821. TorsoLabel.Font = Enum.Font.Gotham
  822. TorsoLabel.Text = "Torso"
  823. TorsoLabel.TextColor3 = Color3.new(1, 1, 1)
  824. TorsoLabel.TextSize = 14
  825. TorsoLabel.TextXAlignment = Enum.TextXAlignment.Left
  826.  
  827. AimLockSettings.Name = "AimLockSettings"
  828. AimLockSettings.Parent = LegitTab
  829. AimLockSettings.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  830. AimLockSettings.BorderSizePixel = 0
  831. AimLockSettings.Position = UDim2.new(0.232808217, 0, 0.0350000001, 0)
  832. AimLockSettings.Size = UDim2.new(0, 30, 0, 30)
  833. AimLockSettings.Visible = false
  834. AimLockSettings.Font = Enum.Font.Gotham
  835. AimLockSettings.Text = ">"
  836. AimLockSettings.TextColor3 = Color3.new(1, 1, 1)
  837. AimLockSettings.TextSize = 14
  838. AimLockSettings.MouseButton1Down:connect(function()
  839. if not aasettings
  840. then
  841. aasettings = true
  842. AimLockSettingsForm.Visible = true
  843. AimLockSettings.Text = ("<")
  844. else
  845. if aasettings then
  846. aasettings = false
  847. AimLockSettingsForm.Visible = false
  848. AimLockSettings.Text = (">")
  849. end
  850. end
  851. end)
  852.  
  853. AimLockCheckBox.Name = "AimLockCheckBox"
  854. AimLockCheckBox.Parent = LegitTab
  855. AimLockCheckBox.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  856. AimLockCheckBox.Position = UDim2.new(0.0149999997, 0, 0.0350000001, 0)
  857. AimLockCheckBox.Size = UDim2.new(0, 30, 0, 30)
  858. AimLockCheckBox.Style = Enum.ButtonStyle.RobloxButton
  859. AimLockCheckBox.Font = Enum.Font.Gotham
  860. AimLockCheckBox.Text = ""
  861. AimLockCheckBox.TextColor3 = Color3.new(1, 1, 1)
  862. AimLockCheckBox.TextSize = 14
  863. AimLockCheckBox.MouseButton1Down:connect(function()
  864. if not aimlock
  865. then
  866. aimlock = true
  867. AimLockSettings.Visible = true
  868. AimLockCheckBox.Text = ("✓")
  869. else
  870. AimLockCheckBox.Text = ("")
  871. aimlock = false
  872. AimLockSettings.Visible = false
  873. end
  874. end)
  875.  
  876. AimLockLabel.Name = "AimLockLabel"
  877. AimLockLabel.Parent = LegitTab
  878. AimLockLabel.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  879. AimLockLabel.BorderSizePixel = 0
  880. AimLockLabel.Position = UDim2.new(0.0698630139, 0, 0.032142859, 0)
  881. AimLockLabel.Size = UDim2.new(0, 112, 0, 30)
  882. AimLockLabel.Font = Enum.Font.Gotham
  883. AimLockLabel.Text = "Toggle AimLock"
  884. AimLockLabel.TextColor3 = Color3.new(1, 1, 1)
  885. AimLockLabel.TextSize = 14
  886. AimLockLabel.TextXAlignment = Enum.TextXAlignment.Left
  887.  
  888. VisualsTab.Name = "VisualsTab"
  889. VisualsTab.Parent = ChillwareMain
  890. VisualsTab.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  891. VisualsTab.BorderColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  892. VisualsTab.BorderSizePixel = 5
  893. VisualsTab.Position = UDim2.new(0.0434999838, 0, 0.224999994, 0)
  894. VisualsTab.Size = UDim2.new(0, 730, 0, 280)
  895. VisualsTab.Visible = false
  896.  
  897. ESPLabel.Name = "ESPLabel"
  898. ESPLabel.Parent = VisualsTab
  899. ESPLabel.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  900. ESPLabel.BorderSizePixel = 0
  901. ESPLabel.Position = UDim2.new(0.0698630139, 0, 0.032142859, 0)
  902. ESPLabel.Size = UDim2.new(0, 112, 0, 30)
  903. ESPLabel.Font = Enum.Font.Gotham
  904. ESPLabel.Text = "Toggle ESP"
  905. ESPLabel.TextColor3 = Color3.new(1, 1, 1)
  906. ESPLabel.TextSize = 14
  907. ESPLabel.TextXAlignment = Enum.TextXAlignment.Left
  908.  
  909. ESPCheckBox.Name = "ESPCheckBox"
  910. ESPCheckBox.Parent = VisualsTab
  911. ESPCheckBox.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  912. ESPCheckBox.Position = UDim2.new(0.0149999997, 0, 0.0350000001, 0)
  913. ESPCheckBox.Size = UDim2.new(0, 30, 0, 30)
  914. ESPCheckBox.Style = Enum.ButtonStyle.RobloxButton
  915. ESPCheckBox.Font = Enum.Font.Gotham
  916. ESPCheckBox.Text = ""
  917. ESPCheckBox.TextColor3 = Color3.new(1, 1, 1)
  918. ESPCheckBox.TextSize = 14
  919. ESPCheckBox.MouseButton1Down:connect(function()
  920. ESPCheckBox.Text = ("✓")
  921. PLR = game.Players.LocalPlayer
  922. MOUSE = PLR:GetMouse()
  923.  
  924. function CREATE(BASE, TEAM)
  925. local ESP_MAIN = Instance.new('BillboardGui', PLR.PlayerGui)
  926. local ESP_DOT = Instance.new('Frame', ESP_MAIN)
  927. local ESP_NAME = Instance.new('TextLabel', ESP_MAIN)
  928.  
  929. ESP_MAIN.Name = 'ESP'
  930. ESP_MAIN.Adornee = BASE
  931. ESP_MAIN.AlwaysOnTop = true
  932. ESP_MAIN.ExtentsOffset = Vector3.new(0, 1, 0)
  933. ESP_MAIN.Size = UDim2.new(0, 5, 0, 5)
  934.  
  935. ESP_DOT.Name = 'DOT'
  936. ESP_DOT.BackgroundColor = BrickColor.new('Bright yellow')
  937. ESP_DOT.BackgroundTransparency = 0.3
  938. ESP_DOT.BorderSizePixel = 0
  939. ESP_DOT.Position = UDim2.new(-0.5, 0, -0.5, 0)
  940. ESP_DOT.Size = UDim2.new(2, 0, 2, 0)
  941. ESP_DOT.Visible = true
  942. ESP_DOT.ZIndex = 10
  943.  
  944. ESP_NAME.Name = 'NAME'
  945. ESP_NAME.BackgroundColor3 = Color3.new(255, 255, 255)
  946. ESP_NAME.BackgroundTransparency = 1
  947. ESP_NAME.BorderSizePixel = 0
  948. ESP_NAME.Position = UDim2.new(0, 0, 0, -40)
  949. ESP_NAME.Size = UDim2.new(1, 0, 10, 0)
  950. ESP_NAME.Visible = true
  951. ESP_NAME.ZIndex = 10
  952. ESP_NAME.Font = 'SciFi'
  953. ESP_NAME.FontSize = 'Size14'
  954. ESP_NAME.Text = BASE.Parent.Name:upper()
  955. ESP_NAME.TextColor = BrickColor.new('Really red')
  956. end
  957.  
  958. function CLEAR()
  959. for _,v in pairs(PLR.PlayerGui:children()) do
  960. if v.Name == 'ESP' and v:IsA('BillboardGui') then
  961. v:Destroy()
  962. end
  963. end
  964. end
  965.  
  966. function FIND()
  967. CLEAR()
  968. spawn(function()
  969. while wait(0.01) do
  970. CLEAR()
  971. for i,v in pairs(game.Players:GetChildren()) do
  972. if v.Character and v.Character:FindFirstChild('Head') then
  973. if v.Team == PLR.Team then
  974. else
  975. if v.Character:FindFirstChild('Head') then
  976. CREATE(v.Character.Head, true)
  977. end
  978. end
  979. end
  980. end
  981. end
  982. wait(1)
  983. end)
  984. end
  985.  
  986. FIND()
  987. print('[Chillware]: ESP Enabled.')
  988. end)
  989.  
  990. ChamsLabel.Name = "ChamsLabel"
  991. ChamsLabel.Parent = VisualsTab
  992. ChamsLabel.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  993. ChamsLabel.BorderSizePixel = 0
  994. ChamsLabel.Position = UDim2.new(0.0698630139, 0, 0.167857155, 0)
  995. ChamsLabel.Size = UDim2.new(0, 112, 0, 30)
  996. ChamsLabel.Font = Enum.Font.Gotham
  997. ChamsLabel.Text = "Toggle Chams"
  998. ChamsLabel.TextColor3 = Color3.new(1, 1, 1)
  999. ChamsLabel.TextSize = 14
  1000. ChamsLabel.TextXAlignment = Enum.TextXAlignment.Left
  1001.  
  1002. ChamsCheckBox.Name = "ChamsCheckBox"
  1003. ChamsCheckBox.Parent = VisualsTab
  1004. ChamsCheckBox.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  1005. ChamsCheckBox.Position = UDim2.new(0.0149999997, 0, 0.170714289, 0)
  1006. ChamsCheckBox.Size = UDim2.new(0, 30, 0, 30)
  1007. ChamsCheckBox.Style = Enum.ButtonStyle.RobloxButton
  1008. ChamsCheckBox.Font = Enum.Font.Gotham
  1009. ChamsCheckBox.Text = ""
  1010. ChamsCheckBox.TextColor3 = Color3.new(1, 1, 1)
  1011. ChamsCheckBox.TextSize = 14
  1012. ChamsCheckBox.MouseButton1Down:connect(function()
  1013. ChamsCheckBox.Text = ("✓")
  1014. pcall(function()
  1015. local espcolor = Color3.fromRGB(255, 0, 0)
  1016. local wallhack_esp_transparency = .4
  1017. local gui_hide_button = {Enum.KeyCode.LeftControl, ""}
  1018. local plrs = game:GetService("Players")
  1019. local lplr = game:GetService("Players").LocalPlayer
  1020. local TeamBased = true ; local teambasedswitch = ""
  1021. local presskeytoaim = true; local aimkey = ""
  1022. aimbothider = false; aimbothiderspeed = 1
  1023. local Aim_Assist = false ; Aim_Assist_Key = {Enum.KeyCode.LeftControl, ""}
  1024. local espupdatetime = 5; autoesp = true; local charmsesp = true
  1025. local movementcounting = true
  1026.  
  1027.  
  1028.  
  1029.  
  1030. local mouselock = false
  1031. local canaimat = true
  1032. local lockaim = true; local lockangle = 5
  1033. local ver = "0.2.7"
  1034. local cam = game.Workspace.CurrentCamera
  1035. local BetterDeathCount = true
  1036. local ballisticsboost = 0
  1037.  
  1038. local mouse = lplr:GetMouse()
  1039. local switch = false
  1040. local key = "k"
  1041. local aimatpart = nil
  1042. local lightesp = false
  1043.  
  1044. local abs = math.abs
  1045.  
  1046. local Gui = Instance.new("ScreenGui")
  1047. local Move = Instance.new("Frame")
  1048. local Main = Instance.new("Frame")
  1049. local EspStatus = Instance.new("TextLabel")
  1050. local st1 = Instance.new("TextLabel")
  1051. local st1_2 = Instance.new("TextLabel")
  1052. local st1_3 = Instance.new("TextBox")
  1053. local Name = Instance.new("TextLabel")
  1054. --Properties:
  1055.  
  1056. Gui.Parent = plrs.LocalPlayer:WaitForChild("PlayerGui")
  1057.  
  1058.  
  1059. local aimbotstatus = {"qc", "qr", "qe", "qd", "qi", "qt", "qs", "dd", "sp", "ql", "qa", "qd", "qs"}
  1060. local gotstring = 0
  1061. local function getrandomstring()
  1062. gotstring = gotstring+666
  1063. local str = ""
  1064. local randomstring = {"a", "b", "c", "d", "e", "f", "g", "h", "i", "g", "k", "l", "m", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z",
  1065. "�","�","�","�","�","�","�","�","�","�","�","�","�","�","�","�","�","�","�","�","�","�","�","�","�","�","�","�","�","�", "`", "$",
  1066. "0","1","2","3","4","5","6","7","8","9", }
  1067. local counting123 = 0
  1068. for i, v in ipairs(randomstring) do
  1069. counting123 = i
  1070. end
  1071. do
  1072. math.randomseed(tick()+gotstring)
  1073. for i = 3, math.random(1,100) do
  1074. math.randomseed(i+tick()+gotstring)
  1075.  
  1076. local oneortwo = math.random(1,2)
  1077. if oneortwo == 2 then
  1078. math.randomseed(i+tick()+gotstring)
  1079. str = str..""..randomstring[math.random(1, counting123)]
  1080. else
  1081. math.randomseed(i+tick()+gotstring)
  1082. str = str..""..string.upper(randomstring[math.random(1, counting123)])
  1083. end
  1084.  
  1085. end
  1086. end
  1087. return str
  1088. end
  1089. local mousedown = false
  1090. local isonmovething = false
  1091. local mouseoffset = Vector2.new()
  1092. local mousedown = false
  1093. local bspeed = 3584
  1094. local aimbotoffset = {dd = ":", sp = " ", qa = "a", qb = "b",qc = "c", qd = "d", qe = "e", qf = "f", qg = "g" , qh = "h" , qi = "i", qj = "j", qk = "k", ql = "l", qm = "m", qn = "n", qo = "o", qp = "p", qq = "q", qr = "r", qs = "s", qt = "t", qu = "u", qv = "w", qx = "x", qy = "y", qz = "z"}
  1095.  
  1096.  
  1097.  
  1098. Gui.Name = getrandomstring()
  1099.  
  1100. Move.Name = getrandomstring()
  1101. Move.Draggable = true
  1102. Move.Parent = Gui
  1103. Move.BackgroundColor3 = Color3.new(0.0431373, 1, 0.0745098)
  1104. Move.BackgroundTransparency = 0.40000000596046
  1105. Move.BorderSizePixel = 0
  1106. Move.Position = UDim2.new(0.5, 0,0.018, 0)
  1107. Move.Size = UDim2.new(0, 0, 0, 0)
  1108.  
  1109. Move.MouseEnter:Connect(function()
  1110.  
  1111. isonmovething = true
  1112.  
  1113. end)
  1114. Move.MouseLeave:Connect(function()
  1115.  
  1116. isonmovething = mousedown and true or false
  1117. end)
  1118. mouse.Button1Down:connect(function()
  1119. mousedown = true
  1120. mouseoffset = Move.AbsolutePosition - Vector2.new(mouse.X, mouse.Y)
  1121. end)
  1122. mouse.Button1Up:connect(function()
  1123. mousedown = false
  1124. end)
  1125.  
  1126. mouse.Move:Connect(function()
  1127. if isonmovething == true and mousedown then
  1128. Move.Position = UDim2.new(0, mouseoffset.X + mouse.X, 0, mouseoffset.Y + mouse.Y)
  1129. end
  1130. end)
  1131. local function uc (st)
  1132. local ast = ""
  1133. for i, v in ipairs(st) do
  1134. local let = aimbotoffset[v]
  1135. ast = ast..let
  1136. end
  1137. return ast
  1138. end
  1139.  
  1140. Main.Name = getrandomstring()
  1141. Main.Parent = Move
  1142. Main.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  1143. Main.BackgroundTransparency = 0.69999998807907
  1144. Main.Position = UDim2.new(0, 0, 0.995670795, 0)
  1145. Main.Size = UDim2.new(0, 0, 0, 0)
  1146.  
  1147. st1.Name = getrandomstring()
  1148. st1.Parent = Main
  1149. st1.BackgroundColor3 = Color3.new(1, 1, 1)
  1150. st1.BackgroundTransparency = 1
  1151. st1.Position = UDim2.new(0, 0, 0, 0)
  1152. st1.Size = UDim2.new(1, 0, 0.161862016, 0)
  1153. st1.Font = Enum.Font.ArialBold
  1154. st1.Text = uc(aimbotstatus)
  1155. st1.TextColor3 = Color3.new(0.0431373, 1, 0.0745098)
  1156. st1.TextScaled = true
  1157. st1.TextSize = 14
  1158. st1.TextWrapped = true
  1159.  
  1160. st1_2.Name = getrandomstring()
  1161. st1_2.Parent = Main
  1162. st1_2.BackgroundColor3 = Color3.new(1, 1, 1)
  1163. st1_2.BackgroundTransparency = 1
  1164. st1_2.Position = UDim2.new(0, 0, 0.375590861, 0)
  1165. st1_2.Size = UDim2.new(0.999999881, 0, 0.161862016, 0)
  1166. st1_2.Font = Enum.Font.ArialBold
  1167. st1_2.TextXAlignment = Enum.TextXAlignment.Left
  1168. st1_2.Text = "Current ballistics: 0"
  1169. st1_2.TextColor3 = Color3.new(0.0431373, 1, 0.0745098)
  1170. st1_2.TextScaled = true
  1171. st1_2.TextSize = 14
  1172. st1_2.TextWrapped = true
  1173.  
  1174. local aimbothiderbox = Instance.new("TextBox")
  1175. aimbothiderbox.Name = getrandomstring()
  1176. aimbothiderbox.Text = "Speed :"..tostring(aimbothiderspeed).." off"
  1177. aimbothiderbox.Size = UDim2.new(1, 0,0.162, 0)
  1178. aimbothiderbox.TextScaled = true
  1179. aimbothiderbox.TextColor3 =Color3.fromRGB(255, 0, 0)
  1180. aimbothiderbox.Position = UDim2.new(0, 0,0.853, 0)
  1181. aimbothiderbox.BackgroundTransparency = 1
  1182. aimbothiderbox.Parent = Main
  1183.  
  1184. st1_3.Name = getrandomstring()
  1185. st1_3.Parent = Main
  1186. st1_3.BackgroundColor3 = Color3.new(1, 1, 1)
  1187. st1_3.BackgroundTransparency = 1
  1188. st1_3.Position = UDim2.new(0, 0, 0.18558608, 0)
  1189. st1_3.Size = UDim2.new(0.999999881, 0, 0.161862016, 0)
  1190. st1_3.Font = Enum.Font.ArialBold
  1191. st1_3.Text = "Bullet speed = 3584"
  1192. st1_3.TextColor3 = Color3.new(0.0431373, 1, 0.0745098)
  1193. st1_3.TextScaled = true
  1194. st1_3.TextSize = 14
  1195. st1_3.TextWrapped = true
  1196. local teambasedstatus = st1_3:Clone()
  1197. teambasedstatus.Parent = Main
  1198. teambasedstatus.TextScaled = true
  1199. teambasedstatus.Position = UDim2.new(0, 0,.7, 0)
  1200. teambasedstatus.Size = UDim2.new(1, 0,.1, 0)
  1201. teambasedstatus.Name = getrandomstring()
  1202. teambasedstatus.Text = "Team Based: "..tostring(TeamBased)
  1203. local espstatustext = teambasedstatus:Clone()
  1204. espstatustext.Name = getrandomstring()
  1205. espstatustext.Position = UDim2.new(0, 0,0.58, 0)
  1206. espstatustext.Text = "Esp loop :"..tostring(autoesp)
  1207. espstatustext.Parent = Main
  1208. local hide = Instance.new("TextButton")
  1209. hide.Text = "_"
  1210. hide.BackgroundTransparency = 1
  1211. hide.TextScaled = true
  1212. hide.TextWrapped = true
  1213. hide.Size = UDim2.new(0.1, 0,1, 0)
  1214. hide.Position = UDim2.new(0.9, 0,-0.15, 0)
  1215. hide.Name = getrandomstring()
  1216. hide.Parent = Move
  1217. Name.Name = getrandomstring()
  1218. Name.Parent = Move
  1219. Name.BackgroundColor3 = Color3.new(1, 1, 1)
  1220. Name.BackgroundTransparency = 1
  1221. Name.Size = UDim2.new(0.838, 0, 1, 0)
  1222. Name.Font = Enum.Font.Arial
  1223. Name.Text = "FPS MultiHack v"..ver
  1224. Name.TextColor3 = Color3.new(0, 0, 0)
  1225. Name.TextScaled = true
  1226. Name.TextSize = 14
  1227. Name.TextWrapped = true
  1228. Name.TextXAlignment = Enum.TextXAlignment.Left
  1229. local scr = Instance.new("ScrollingFrame")
  1230. scr.Size = Main.Size
  1231. scr.Position = Main.Position
  1232. scr.ScrollBarThickness = 0
  1233. scr.BackgroundTransparency = 1
  1234. scr.Name = getrandomstring()
  1235. Main.Size = UDim2.new(1, 0, 1, 0)
  1236. Main.Position = UDim2.new(0,0,0,0)
  1237. Main.Parent = scr
  1238. scr.Parent = Move
  1239. startpos = Main.Position
  1240. Move.Active = true
  1241.  
  1242. -- Scripts:
  1243. hided = false
  1244. hide.MouseButton1Click:Connect(function()
  1245. if hided == false then
  1246. hided = true
  1247. Main:TweenPosition(UDim2.new(0, 0, -1.5, 0))
  1248. else
  1249. hided = false
  1250. Main:TweenPosition(startpos)
  1251. end
  1252. end)
  1253.  
  1254.  
  1255. aimbothiderbox.FocusLost:Connect(function()
  1256. local numb = tonumber(aimbothiderbox.Text)
  1257. if aimbothider == true then
  1258. aimbothiderbox.TextColor3 =Color3.fromRGB(11, 255, 19)
  1259. else
  1260. aimbothiderbox.TextColor3 =Color3.fromRGB(255, 0, 0)
  1261. end
  1262. if numb ~= nil then
  1263. aimbothiderspeed = numb
  1264. if aimbothider == true then
  1265. aimbothiderbox.Text = "Speed :"..tostring(aimbothiderspeed).." on"
  1266. else
  1267. aimbothiderbox.Text = "Speed :"..tostring(aimbothiderspeed).." off"
  1268. end
  1269. else
  1270. if aimbothider == true then
  1271. aimbothiderbox.Text = "Speed :"..tostring(aimbothiderspeed).." on"
  1272. else
  1273. aimbothiderbox.Text = "Speed :"..tostring(aimbothiderspeed).." off"
  1274. end
  1275. end
  1276. end)
  1277.  
  1278.  
  1279. local plrsforaim = {}
  1280.  
  1281.  
  1282. Move.Draggable = true
  1283. Gui.ResetOnSpawn = false
  1284. --Gui.Name = "Chat"
  1285. Gui.DisplayOrder = 999
  1286. pcall(function()
  1287. if not game:GetService("CoreGui") then
  1288. Gui.Parent = plrs.LocalPlayer.PlayerGui
  1289. else
  1290. Gui.Parent = game:GetService("CoreGui")
  1291. end
  1292. end)
  1293. local espheadthing
  1294. do
  1295. local BillboardGui = Instance.new("BillboardGui")
  1296. local PName = Instance.new("TextLabel")
  1297. local Pdist = Instance.new("TextLabel")
  1298. local ImageLabel = Instance.new("ImageLabel")
  1299. local ImageLabel_2 = Instance.new("ImageLabel")
  1300. --Properties:
  1301. --BillboardGui.Parent = game.Workspace.Part
  1302. BillboardGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  1303. BillboardGui.AlwaysOnTop = true
  1304. BillboardGui.LightInfluence = 0
  1305. BillboardGui.Size = UDim2.new(0, 0, 0, 0)
  1306. BillboardGui.Name = "headoverthing"
  1307. PName.Name = "PName"
  1308. PName.Parent = BillboardGui
  1309. PName.BackgroundColor3 = espcolor
  1310. PName.BackgroundTransparency = 0.55000001192093
  1311. PName.BorderSizePixel = 0
  1312. PName.Size = UDim2.new(0, 100, 0, 23)
  1313. PName.Font = Enum.Font.SourceSans
  1314. PName.Text = "urmom"
  1315. PName.TextColor3 = Color3.new(0, 0, 0)
  1316. PName.TextScaled = true
  1317. PName.TextSize = 14
  1318. PName.TextWrapped = true
  1319. st1.Text = uc(aimbotstatus)
  1320. Pdist.Name = "Pdist"
  1321. Pdist.Parent = BillboardGui
  1322. Pdist.AnchorPoint = Vector2.new(0.5, 0)
  1323. Pdist.BackgroundColor3 = espcolor
  1324. Pdist.BackgroundTransparency = 0.55000001192093
  1325. Pdist.BorderSizePixel = 0
  1326. Pdist.Position = UDim2.new(0.5, 0, 0.5, 0)
  1327. Pdist.Size = UDim2.new(0, 70, 0, 23)
  1328. Pdist.Font = Enum.Font.SourceSans
  1329. Pdist.Text = "666"
  1330. Pdist.TextColor3 = Color3.new(0, 0, 0)
  1331. Pdist.TextScaled = true
  1332. Pdist.TextSize = 14
  1333. Pdist.TextWrapped = true
  1334.  
  1335. ImageLabel.Parent = BillboardGui
  1336. ImageLabel.BackgroundColor3 = Color3.new(0.298039, 1, 0)
  1337. ImageLabel.BackgroundTransparency = 1
  1338. ImageLabel.BorderColor3 = espcolor
  1339. ImageLabel.Position = UDim2.new(1, -15, 0.5, 0)
  1340. ImageLabel.Rotation = 180
  1341. ImageLabel.Size = UDim2.new(0, 15, 0, 23)
  1342. ImageLabel.Image = "rbxassetid://2832171824"
  1343. ImageLabel.ImageColor3 = espcolor
  1344. ImageLabel.ImageTransparency = 0.55000001192093
  1345.  
  1346. ImageLabel_2.Parent = BillboardGui
  1347. ImageLabel_2.BackgroundColor3 = espcolor
  1348. ImageLabel_2.BackgroundTransparency = 1
  1349. ImageLabel_2.BorderColor3 = Color3.new(0.298039, 1, 0)
  1350. ImageLabel_2.Position = UDim2.new(0, 0, 0.5, 0)
  1351. ImageLabel_2.Rotation = 180
  1352. ImageLabel_2.Size = UDim2.new(0, 15, 0, 23)
  1353. ImageLabel_2.Image = "rbxassetid://2832177613"
  1354. ImageLabel_2.ImageColor3 = espcolor
  1355. ImageLabel_2.ImageTransparency = 0.55000001192093
  1356. espheadthing = BillboardGui
  1357. end
  1358.  
  1359.  
  1360.  
  1361. f = {}
  1362. f.UpdateHeadUI = function(v)
  1363.  
  1364.  
  1365. if v.Adornee and v.Adornee ~= nil then
  1366. local destr = false
  1367. if TeamBased then
  1368. destr = true
  1369. local plr = plrs:GetPlayerFromCharacter(v.Adornee.Parent)
  1370. if plr and plr.Team and plr.Team.Name ~= lplr.Team.Name then
  1371. destr = false
  1372. end
  1373. end
  1374. if lightesp == true then
  1375. v.Pdist.TextColor3 = Color3.new(1,1,1)
  1376. v.PName.TextColor3 = Color3.new(1,1,1)
  1377. else
  1378. v.Pdist.TextColor3 = Color3.new(0,0,0)
  1379. v.PName.TextColor3 = Color3.new(0,0,0)
  1380. end
  1381. local d = math.floor((cam.CFrame.p - v.Adornee.CFrame.p).magnitude)
  1382. v.Pdist.Text = tostring(d)
  1383. if d < 14 then
  1384. v.Enabled = false
  1385. else
  1386. v.Enabled = true
  1387. end
  1388. v.StudsOffset = Vector3.new(0,.6+d/14,0)
  1389. if destr then
  1390. v:Destroy()
  1391. end
  1392. else
  1393. v:Destroy()
  1394. end
  1395.  
  1396.  
  1397. end
  1398. st1.Text = uc(aimbotstatus)
  1399. local espforlder
  1400. local partconverter = Instance.new("Part")
  1401. --local headsupdatelist = {}
  1402. st1_3.FocusLost:connect(function()
  1403. if tonumber(st1_3.Text) then
  1404. bspeed = tonumber(st1_3.Text)
  1405. else
  1406.  
  1407. end
  1408. end)
  1409. f.addesp = function()
  1410. pcall(function()
  1411. --print("ESP ran")
  1412. if espforlder then
  1413. espforlder:Destroy()
  1414. espforlder = Instance.new("Folder")
  1415. espforlder.Parent = game.Workspace.CurrentCamera
  1416. else
  1417. espforlder = Instance.new("Folder")
  1418. espforlder.Parent = game.Workspace.CurrentCamera
  1419. end
  1420. for i, v in pairs(espforlder:GetChildren()) do
  1421. v:Destroy()
  1422. end
  1423. for _, plr in pairs(plrs:GetChildren()) do
  1424. if plr.Character and plr.Character.Humanoid.Health > 0 and plr.Name ~= lplr.Name then
  1425. if TeamBased == true then
  1426.  
  1427. if plr.Team.Name ~= plrs.LocalPlayer.Team.Name then
  1428. pcall(function()
  1429. local e = espforlder:FindFirstChild(plr.Name)
  1430. if not e then
  1431. local fold = Instance.new("Folder", espforlder)
  1432. fold.Name = plr.Name
  1433.  
  1434. --partconverter.BrickColor = plr.Team.Color
  1435. --local teamc = partconverter.Color
  1436. for i, p in pairs(plr.Character:GetChildren()) do
  1437. if p:IsA("BasePart") and p.Name ~= "HumanoidRootPart" then
  1438. if charmsesp then
  1439. local urmom = Instance.new("BoxHandleAdornment")
  1440. urmom.ZIndex = 10
  1441. urmom.AlwaysOnTop = true
  1442. urmom.Color3 = espcolor
  1443. urmom.Size = p.Size
  1444. urmom.Adornee = p
  1445. urmom.Name = tick().." Ur mom has big gay"
  1446. urmom.Transparency = wallhack_esp_transparency
  1447. urmom.Parent = fold
  1448. if p.Name == "Head" then
  1449. local th = p:FindFirstChild("headoverthing")
  1450. if not th then
  1451. local ht = espheadthing:Clone()
  1452. ht.PName.Text = p.Parent.Name
  1453. ht.Adornee = p
  1454. --table.insert(headsupdatelist, ht)
  1455. delay(0, function()
  1456. while wait(0.08) and plr and p do
  1457. f.UpdateHeadUI(ht)
  1458. end
  1459. end)
  1460. ht.Parent = p
  1461. end
  1462. end
  1463. end
  1464. end
  1465. end
  1466. plr.Character.Humanoid.Died:Connect(function()
  1467. fold:Destroy()
  1468. end)
  1469.  
  1470. end
  1471. end)
  1472. end
  1473. else
  1474. local e = espforlder:FindFirstChild(plr.Name)
  1475. if not e then
  1476. local fold = Instance.new("Folder", espforlder)
  1477. fold.Name = plr.Name
  1478.  
  1479. --partconverter.BrickColor = plr.Team.Color
  1480. --local teamc = Move.BackgroundColor3
  1481. for i, p in pairs(plr.Character:GetChildren()) do
  1482. if p:IsA("BasePart") and p.Name ~= "HumanoidRootPart" then
  1483. pcall(function()
  1484. if charmsesp then
  1485. local urmom = Instance.new("BoxHandleAdornment")
  1486. urmom.ZIndex = 10
  1487. urmom.AlwaysOnTop = true
  1488. urmom.Color3 = espcolor
  1489. urmom.Size = p.Size
  1490. urmom.Adornee = p
  1491. urmom.Name = tick().." Ur mom has big gay"
  1492. urmom.Transparency = wallhack_esp_transparency
  1493. urmom.Parent = fold
  1494. end
  1495. if p.Name == "Head" then
  1496. local th = p:FindFirstChild("headoverthing")
  1497. if not th then
  1498. local ht = espheadthing:Clone()
  1499. ht.PName.Text = p.Parent.Name
  1500. ht.Adornee = p
  1501. delay(0, function()
  1502. while wait(0.08) and plr and p do
  1503. f.UpdateHeadUI(ht)
  1504. end
  1505. end)
  1506. --table.insert(headsupdatelist, ht)
  1507. ht.Parent = p
  1508. end
  1509. end
  1510. end)
  1511. end
  1512. end
  1513. plr.Character.Humanoid.Died:Connect(function()
  1514. fold:Destroy()
  1515. end)
  1516. end
  1517. end
  1518.  
  1519.  
  1520. end
  1521. end
  1522. end)
  1523. end
  1524.  
  1525. local uis = game:GetService("UserInputService")
  1526. local bringall = false
  1527. local hided2 = false
  1528. local upping = false
  1529. local downing = false
  1530. mouse.KeyDown:Connect(function(a)
  1531.  
  1532. if a == "t" then
  1533. --print("worked1")
  1534. f.addesp()
  1535. elseif a == gui_hide_button[2] and uis:IsKeyDown(gui_hide_button[1]) then
  1536. if hided2 == false then
  1537. hided2 = true
  1538. autoesp =false
  1539. if espforlder then
  1540. espforlder:Destroy()
  1541. end
  1542. Gui.Enabled = false
  1543. else
  1544. Gui.Enabled = true
  1545. hided2 = false
  1546. end
  1547.  
  1548. elseif a == "y" then
  1549. if aimbothider == false then
  1550. aimbothider = true
  1551. if aimbothider == true then
  1552. aimbothiderbox.Text = "Speed :"..tostring(aimbothiderspeed).." on"
  1553. else
  1554. aimbothiderbox.Text = "Speed :"..tostring(aimbothiderspeed).." off"
  1555. end
  1556. else
  1557.  
  1558. aimbothider = false
  1559. if aimbothider == true then
  1560. aimbothiderbox.Text = "Speed :"..tostring(aimbothiderspeed).." on"
  1561. else
  1562. aimbothiderbox.Text = "Speed :"..tostring(aimbothiderspeed).." off"
  1563. end
  1564. end
  1565. if aimbothider == true then
  1566. aimbothiderbox.TextColor3 =Color3.fromRGB(11, 255, 19)
  1567. else
  1568. aimbothiderbox.TextColor3 =Color3.fromRGB(255, 0, 0)
  1569. end
  1570. elseif a == "l" then
  1571. if not uis:IsKeyDown(Enum.KeyCode.LeftControl) then
  1572. if autoesp == false then
  1573. autoesp = true
  1574. else
  1575. autoesp = false
  1576. end
  1577. else
  1578. if lightesp == true then
  1579. lightesp = false
  1580. else
  1581. lightesp = true
  1582. end
  1583. end
  1584. elseif a == "]" then
  1585. upping = true
  1586. downing = false
  1587. elseif a== "[" then
  1588. downing = true
  1589. upping = false
  1590. elseif a == Aim_Assist_Key[2] and uis:IsKeyDown(Aim_Assist_Key[1]) then
  1591. if Aim_Assist == true then
  1592. Aim_Assist = false
  1593. --print("disabled")
  1594. else
  1595. Aim_Assist = true
  1596. end
  1597. end
  1598. if a == "j" then
  1599. if mouse.Target then
  1600. mouse.Target:Destroy()
  1601. end
  1602. end
  1603. if a == key then
  1604. if switch == false then
  1605. switch = true
  1606. else
  1607. switch = false
  1608. if aimatpart ~= nil then
  1609. aimatpart = nil
  1610. end
  1611. end
  1612. elseif a == "b" and uis:IsKeyDown(Enum.KeyCode.LeftControl) and not uis:IsKeyDown(Enum.KeyCode.R) then
  1613. if movementcounting then
  1614. movementcounting = false
  1615. else
  1616. movementcounting = true
  1617. end
  1618. elseif a == teambasedswitch then
  1619. if TeamBased == true then
  1620. TeamBased = false
  1621. teambasedstatus.Text = "Team Based: "..tostring(TeamBased)
  1622. else
  1623. TeamBased = true
  1624. teambasedstatus.Text = "Team Based: "..tostring(TeamBased)
  1625. end
  1626. elseif a == "b" and uis:IsKeyDown(Enum.KeyCode.LeftControl) and uis:IsKeyDown(Enum.KeyCode.R) then
  1627. ballisticsboost = 0
  1628. elseif a == aimkey then
  1629. if not aimatpart then
  1630. local maxangle = math.rad(20)
  1631. for i, plr in pairs(plrs:GetChildren()) do
  1632. if plr.Name ~= lplr.Name and plr.Character and plr.Character.Head and plr.Character.Humanoid and plr.Character.Humanoid.Health > 1 then
  1633. if TeamBased == true then
  1634. if plr.Team.Name ~= lplr.Team.Name then
  1635. local an = checkfov(plr.Character.Head)
  1636. if an < maxangle then
  1637. maxangle = an
  1638. aimatpart = plr.Character.Head
  1639. end
  1640. end
  1641. else
  1642. local an = checkfov(plr.Character.Head)
  1643. if an < maxangle then
  1644. maxangle = an
  1645. aimatpart = plr.Character.Head
  1646. end
  1647. --print(plr)
  1648. end
  1649. local old = aimatpart
  1650. plr.Character.Humanoid.Died:Connect(function()
  1651. --print("died")
  1652. if aimatpart and aimatpart == old then
  1653. aimatpart = nil
  1654. end
  1655. end)
  1656.  
  1657. end
  1658. end
  1659. else
  1660. aimatpart = nil
  1661. canaimat = false
  1662. delay(1.1, function()
  1663. canaimat = true
  1664. end)
  1665. end
  1666. end
  1667. end)
  1668.  
  1669. function getfovxyz (p0, p1, deg)
  1670. local x1, y1, z1 = p0:ToOrientation()
  1671. local cf = CFrame.new(p0.p, p1.p)
  1672. local x2, y2, z2 = cf:ToOrientation()
  1673. local d = math.deg
  1674. if deg then
  1675. return Vector3.new(d(x1-x2), d(y1-y2), d(z1-z2))
  1676. else
  1677. return Vector3.new((x1-x2), (y1-y2), (z1-z2))
  1678. end
  1679. end
  1680.  
  1681.  
  1682. function aimat(part)
  1683. if part then
  1684. --print(part)
  1685. local d = (cam.CFrame.p - part.CFrame.p).magnitude
  1686. local calculatedrop
  1687. local timetoaim = 0
  1688. local pos2 = Vector3.new()
  1689. if movementcounting == true then
  1690. timetoaim = d/bspeed
  1691. pos2 = part.Velocity * timetoaim
  1692. end
  1693. local minuseddrop = (ballisticsboost+50)/50
  1694. if ballisticsboost ~= 0 then
  1695. calculatedrop = d - (d/minuseddrop)
  1696.  
  1697. else
  1698. calculatedrop = 0
  1699. end
  1700. --print(calculatedrop)
  1701. local addative = Vector3.new()
  1702. if movementcounting then
  1703. addative = pos2
  1704. end
  1705. local cf = CFrame.new(cam.CFrame.p, (addative + part.CFrame.p+ Vector3.new(0, calculatedrop, 0)))
  1706. if aimbothider == true or Aim_Assist == true then
  1707. cam.CFrame = cam.CFrame:Lerp(cf, aimbothiderspeed)
  1708. else
  1709.  
  1710. cam.CFrame = cf
  1711. end
  1712. --print(cf)
  1713. end
  1714. end
  1715. function checkfov (part)
  1716. local fov = getfovxyz(game.Workspace.CurrentCamera.CFrame, part.CFrame)
  1717. local angle = math.abs(fov.X) + math.abs(fov.Y)
  1718. return angle
  1719. end
  1720. pcall(function()
  1721. delay(0, function()
  1722. while wait(.32) do
  1723. if Aim_Assist and not aimatpart and canaimat and lplr.Character and lplr.Character.Humanoid and lplr.Character.Humanoid.Health > 0 then
  1724. for i, plr in pairs(plrs:GetChildren()) do
  1725.  
  1726.  
  1727. local minangle = math.rad(5.5)
  1728. local lastpart = nil
  1729. local function gg(plr)
  1730. pcall(function()
  1731. if plr.Name ~= lplr.Name and plr.Character and plr.Character.Humanoid and plr.Character.Humanoid.Health > 0 and plr.Character.Head then
  1732. local raycasted = false
  1733. local cf1 = CFrame.new(cam.CFrame.p, plr.Character.Head.CFrame.p) * CFrame.new(0, 0, -4)
  1734. local r1 = Ray.new(cf1.p, cf1.LookVector * 9000)
  1735. local obj, pos = game.Workspace:FindPartOnRayWithIgnoreList(r1, {lplr.Character.Head})
  1736. local dist = (plr.Character.Head.CFrame.p- pos).magnitude
  1737. if dist < 4 then
  1738. raycasted = true
  1739. end
  1740. if raycasted == true then
  1741. local an1 = getfovxyz(cam.CFrame, plr.Character.Head.CFrame)
  1742. local an = abs(an1.X) + abs(an1.Y)
  1743. if an < minangle then
  1744. minangle = an
  1745. lastpart = plr.Character.Head
  1746. end
  1747. end
  1748. end
  1749. end)
  1750. end
  1751. if TeamBased then
  1752. if plr.Team.Name ~= lplr.Team.Name then
  1753. gg(plr)
  1754. end
  1755. else
  1756. gg(plr)
  1757. end
  1758. --print(math.deg(minangle))
  1759. if lastpart then
  1760. aimatpart = lastpart
  1761. aimatpart.Parent.Humanoid.Died:Connect(function()
  1762. if aimatpart == lastpart then
  1763. aimatpart = nil
  1764. end
  1765. end)
  1766.  
  1767. end
  1768. end
  1769. end
  1770. end
  1771. end)
  1772. end)
  1773. local oldheadpos
  1774. local lastaimapart
  1775. game:GetService("RunService").RenderStepped:Connect(function(dt)
  1776. if uis:IsKeyDown(Enum.KeyCode.RightBracket) or uis:IsKeyDown(Enum.KeyCode.LeftBracket) then
  1777. if upping then
  1778. ballisticsboost = ballisticsboost + dt/1.9
  1779. elseif downing then
  1780. ballisticsboost = ballisticsboost - dt/1.9
  1781. end
  1782. end
  1783. if movementcounting then
  1784. st1_2.TextColor3 = Color3.new(0.0431373, 1, 0.0745098)
  1785. st1_2.Text = "Current ballistics: "..tostring(math.floor(ballisticsboost*10)/10)
  1786. else
  1787. st1_2.TextColor3 = Color3.new(1,0,0)
  1788. end
  1789. espstatustext.Text = "Esp loop :"..tostring(autoesp)
  1790. if aimatpart and lplr.Character and lplr.Character.Head then
  1791. if BetterDeathCount and lastaimapart and lastaimapart == aimatpart then
  1792. local dist = (oldheadpos - aimatpart.CFrame.p).magnitude
  1793. if dist > 40 then
  1794. aimatpart = nil
  1795. end
  1796. end
  1797. lastaimapart = aimatpart
  1798. oldheadpos = lastaimapart.CFrame.p
  1799. do
  1800. if aimatpart.Parent == plrs.LocalPlayer.Character then
  1801. aimatpart = nil
  1802. end
  1803. aimat(aimatpart)
  1804. pcall(function()
  1805. if Aim_Assist == true then
  1806. local cf1 = CFrame.new(cam.CFrame.p, aimatpart.CFrame.p) * CFrame.new(0, 0, -4)
  1807. local r1 = Ray.new(cf1.p, cf1.LookVector * 1000)
  1808. local obj, pos = game.Workspace:FindPartOnRayWithIgnoreList(r1, {lplr.Character.Head})
  1809. local dist = (aimatpart.CFrame.p- pos).magnitude
  1810. if obj then
  1811. --print(obj:GetFullName())
  1812. end
  1813. if not obj or dist > 6 then
  1814. aimatpart = nil
  1815. --print("ooof")
  1816. end
  1817. canaimat = false
  1818. delay(.5, function()
  1819. canaimat = true
  1820. end)
  1821. end
  1822. end)
  1823. end
  1824.  
  1825.  
  1826.  
  1827. end
  1828. end)
  1829.  
  1830.  
  1831. delay(0, function()
  1832. while wait(espupdatetime) do
  1833. if autoesp == true then
  1834. pcall(function()
  1835. f.addesp()
  1836. end)
  1837. end
  1838. end
  1839. end)
  1840. warn("loaded")
  1841. end)
  1842. end)
  1843.  
  1844. ThirdPersonLabel.Name = "ThirdPersonLabel"
  1845. ThirdPersonLabel.Parent = VisualsTab
  1846. ThirdPersonLabel.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1847. ThirdPersonLabel.BorderSizePixel = 0
  1848. ThirdPersonLabel.Position = UDim2.new(0.0698630139, 0, 0.303571463, 0)
  1849. ThirdPersonLabel.Size = UDim2.new(0, 112, 0, 30)
  1850. ThirdPersonLabel.Font = Enum.Font.Gotham
  1851. ThirdPersonLabel.Text = "Toggle ThirdPerson"
  1852. ThirdPersonLabel.TextColor3 = Color3.new(1, 1, 1)
  1853. ThirdPersonLabel.TextSize = 14
  1854. ThirdPersonLabel.TextXAlignment = Enum.TextXAlignment.Left
  1855.  
  1856. ThirdPersonCheckBox.Name = "ThirdPersonCheckBox"
  1857. ThirdPersonCheckBox.Parent = VisualsTab
  1858. ThirdPersonCheckBox.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  1859. ThirdPersonCheckBox.Position = UDim2.new(0.0149999997, 0, 0.306428611, 0)
  1860. ThirdPersonCheckBox.Size = UDim2.new(0, 30, 0, 30)
  1861. ThirdPersonCheckBox.Style = Enum.ButtonStyle.RobloxButton
  1862. ThirdPersonCheckBox.Font = Enum.Font.Gotham
  1863. ThirdPersonCheckBox.Text = ""
  1864. ThirdPersonCheckBox.TextColor3 = Color3.new(1, 1, 1)
  1865. ThirdPersonCheckBox.TextSize = 14
  1866. ThirdPersonCheckBox.MouseButton1Down:connect(function()
  1867. if not thirdperson
  1868. then
  1869. thirdperson = true
  1870. ThirdPersonCheckBox.Text = ("✓")
  1871. repeat if thirdperson then
  1872. wait()
  1873. game.Players.LocalPlayer.CameraMaxZoomDistance = 15
  1874. game.Players.LocalPlayer.CameraMinZoomDistance = 15
  1875. game.Players.LocalPlayer.CameraMode = "Classic"
  1876. game.Workspace.Camera.Arms.IDFArms:Destroy()
  1877. end
  1878. until thirdperson == false
  1879. else
  1880. thirdperson = false
  1881. ThirdPersonCheckBox.Text = ("")
  1882. end
  1883. end)
  1884.  
  1885. FOVChangerLabel.Name = "FOVChangerLabel"
  1886. FOVChangerLabel.Parent = VisualsTab
  1887. FOVChangerLabel.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1888. FOVChangerLabel.BorderSizePixel = 0
  1889. FOVChangerLabel.Position = UDim2.new(0.0698630139, 0, 0.442857176, 0)
  1890. FOVChangerLabel.Size = UDim2.new(0, 112, 0, 30)
  1891. FOVChangerLabel.Font = Enum.Font.Gotham
  1892. FOVChangerLabel.Text = "Toggle FOV Changer"
  1893. FOVChangerLabel.TextColor3 = Color3.new(1, 1, 1)
  1894. FOVChangerLabel.TextSize = 14
  1895. FOVChangerLabel.TextXAlignment = Enum.TextXAlignment.Left
  1896.  
  1897. FOVChangerCheckBox.Name = "FOVChangerCheckBox"
  1898. FOVChangerCheckBox.Parent = VisualsTab
  1899. FOVChangerCheckBox.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  1900. FOVChangerCheckBox.Position = UDim2.new(0.0149999997, 0, 0.445714325, 0)
  1901. FOVChangerCheckBox.Size = UDim2.new(0, 30, 0, 30)
  1902. FOVChangerCheckBox.Style = Enum.ButtonStyle.RobloxButton
  1903. FOVChangerCheckBox.Font = Enum.Font.Gotham
  1904. FOVChangerCheckBox.Text = ""
  1905. FOVChangerCheckBox.TextColor3 = Color3.new(1, 1, 1)
  1906. FOVChangerCheckBox.TextSize = 14
  1907. FOVChangerCheckBox.MouseButton1Down:connect(function()
  1908. if not fovchanger then
  1909. fovchanger = true
  1910. FOVChangerSettings.Visible = true
  1911. repeat if fovchanger then
  1912. wait(.1)
  1913. game.Workspace.Camera.FieldOfView = FOVValue.Text
  1914. end
  1915. until fovchanger == false
  1916. else
  1917. fovchanger = false
  1918. FOVChangerSettings.Visible = false
  1919. end
  1920. end)
  1921.  
  1922. FOVChangerSettings.Name = "FOVChangerSettings"
  1923. FOVChangerSettings.Parent = VisualsTab
  1924. FOVChangerSettings.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1925. FOVChangerSettings.BorderSizePixel = 0
  1926. FOVChangerSettings.Position = UDim2.new(0.269794494, 0, 0.442142874, 0)
  1927. FOVChangerSettings.Size = UDim2.new(0, 30, 0, 30)
  1928. FOVChangerSettings.Visible = false
  1929. FOVChangerSettings.Font = Enum.Font.Gotham
  1930. FOVChangerSettings.Text = ">"
  1931. FOVChangerSettings.TextColor3 = Color3.new(1, 1, 1)
  1932. FOVChangerSettings.TextSize = 14
  1933.  
  1934. FOVValue.Name = "FOVValue"
  1935. FOVValue.Parent = VisualsTab
  1936. FOVValue.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  1937. FOVValue.BorderColor3 = Color3.new(0, 0, 0)
  1938. FOVValue.Position = UDim2.new(0.33561644, 0, 0.439285725, 0)
  1939. FOVValue.Size = UDim2.new(0, 200, 0, 32)
  1940. FOVValue.Visible = false
  1941. FOVValue.Font = Enum.Font.Gotham
  1942. FOVValue.PlaceholderColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  1943. FOVValue.Text = "75"
  1944. FOVValue.TextColor3 = Color3.new(1, 1, 1)
  1945. FOVValue.TextSize = 14
  1946.  
  1947. SkinChangerTab.Name = "SkinChangerTab"
  1948. SkinChangerTab.Parent = ChillwareMain
  1949. SkinChangerTab.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1950. SkinChangerTab.BorderColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  1951. SkinChangerTab.BorderSizePixel = 5
  1952. SkinChangerTab.Position = UDim2.new(0.0434999838, 0, 0.224999994, 0)
  1953. SkinChangerTab.Size = UDim2.new(0, 730, 0, 280)
  1954. SkinChangerTab.Visible = false
  1955.  
  1956. SkinChangerLabel.Name = "SkinChangerLabel"
  1957. SkinChangerLabel.Parent = SkinChangerTab
  1958. SkinChangerLabel.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1959. SkinChangerLabel.BorderSizePixel = 0
  1960. SkinChangerLabel.Position = UDim2.new(0.0356164351, 0, 0.107142858, 0)
  1961. SkinChangerLabel.Size = UDim2.new(0, 677, 0, 220)
  1962. SkinChangerLabel.Font = Enum.Font.Gotham
  1963. SkinChangerLabel.Text = "Oops.. Looks like there's nothing. Work In Progress."
  1964. SkinChangerLabel.TextColor3 = Color3.new(1, 1, 1)
  1965. SkinChangerLabel.TextSize = 25
  1966.  
  1967. MiscTab.Name = "MiscTab"
  1968. MiscTab.Parent = ChillwareMain
  1969. MiscTab.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1970. MiscTab.BorderColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  1971. MiscTab.BorderSizePixel = 5
  1972. MiscTab.Position = UDim2.new(0.0434999838, 0, 0.224999994, 0)
  1973. MiscTab.Size = UDim2.new(0, 730, 0, 280)
  1974. MiscTab.Visible = false
  1975.  
  1976. RespawnButton.Name = "RespawnButton"
  1977. RespawnButton.Parent = MiscTab
  1978. RespawnButton.BackgroundColor3 = Color3.new(1, 1, 1)
  1979. RespawnButton.Position = UDim2.new(0.01369863, 0, 0.0357142873, 0)
  1980. RespawnButton.Size = UDim2.new(0, 201, 0, 31)
  1981. RespawnButton.Style = Enum.ButtonStyle.RobloxButton
  1982. RespawnButton.Font = Enum.Font.Gotham
  1983. RespawnButton.Text = "Respawn"
  1984. RespawnButton.TextColor3 = Color3.new(1, 1, 1)
  1985. RespawnButton.TextSize = 14
  1986. RespawnButton.MouseButton1Down:connect(function()
  1987. game.ReplicatedStorage.Events:FindFirstChild("Spawnme"):FireServer()
  1988. end)
  1989.  
  1990. JoinCTButton.Name = "JoinCTButton"
  1991. JoinCTButton.Parent = MiscTab
  1992. JoinCTButton.BackgroundColor3 = Color3.new(1, 1, 1)
  1993. JoinCTButton.Position = UDim2.new(0.01369863, 0, 0.257142872, 0)
  1994. JoinCTButton.Size = UDim2.new(0, 201, 0, 31)
  1995. JoinCTButton.Style = Enum.ButtonStyle.RobloxButton
  1996. JoinCTButton.Font = Enum.Font.Gotham
  1997. JoinCTButton.Text = "Join CT"
  1998. JoinCTButton.TextColor3 = Color3.new(1, 1, 1)
  1999. JoinCTButton.TextSize = 14
  2000. JoinCTButton.MouseButton1Down:connect(function()
  2001. game.ReplicatedStorage.Events:FindFirstChild("JoinTeam"):FireServer("CT")
  2002. end)
  2003.  
  2004. JoinTButton.Name = "JoinTButton"
  2005. JoinTButton.Parent = MiscTab
  2006. JoinTButton.BackgroundColor3 = Color3.new(1, 1, 1)
  2007. JoinTButton.Position = UDim2.new(0.01369863, 0, 0.14642857, 0)
  2008. JoinTButton.Size = UDim2.new(0, 201, 0, 31)
  2009. JoinTButton.Style = Enum.ButtonStyle.RobloxButton
  2010. JoinTButton.Font = Enum.Font.Gotham
  2011. JoinTButton.Text = "Join T"
  2012. JoinTButton.TextColor3 = Color3.new(1, 1, 1)
  2013. JoinTButton.TextSize = 14
  2014. JoinTButton.MouseButton1Down:connect(function()
  2015. game.ReplicatedStorage.Events:FindFirstChild("JoinTeam"):FireServer("T")
  2016. end)
  2017.  
  2018. game:GetService("UserInputService").InputBegan:connect(function(key)
  2019. if key.KeyCode == Enum.KeyCode.Insert then
  2020. if opened == true then
  2021. opened = false
  2022. ChillwareMain.Visible = false
  2023. elseif opened == false then
  2024. opened = true
  2025. ChillwareMain.Visible = true
  2026. end
  2027. end
  2028. end)
  2029.  
  2030. game.StarterGui:SetCore("SendNotification",{Title="Chillware",Text="Loaded."})
  2031. wait(1)
  2032. game.StarterGui:SetCore("SendNotification",{Title="Chillware",Text="Press [Insert] to close/open menu"})
Add Comment
Please, Sign In to add comment