Advertisement
iExotixPloitz

Arsenal Aimbot UPDATED script pastebin 2021

Feb 2nd, 2021
101,167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.07 KB | None | 0 0
  1. --Sub To iExotixPloitz
  2.  
  3. local espcolor = Color3.fromRGB(140, 69, 102)
  4. local wallhack_esp_transparency = .4
  5. local gui_hide_button = {Enum.KeyCode.LeftControl, "h"}
  6. local plrs = game:GetService("Players")
  7. local lplr = game:GetService("Players").LocalPlayer
  8. local TeamBased = true ; local teambasedswitch = "o"
  9. local presskeytoaim = true; local aimkey = "e"
  10. aimbothider = false; aimbothiderspeed = .5
  11. local Aim_Assist = false ; Aim_Assist_Key = {Enum.KeyCode.LeftControl, "z"}
  12. local espupdatetime = 5; autoesp = false
  13. local abs = math.abs
  14. local mouselock = false
  15. local canaimat = true
  16. local lockaim = true; local lockangle = 5
  17. local ver = "2"
  18. local cam = game.Workspace.CurrentCamera
  19. local BetterDeathCount = true
  20.  
  21.  
  22. local mouse = lplr:GetMouse()
  23. local switch = false
  24. local key = "k"
  25. local aimatpart = nil
  26.  
  27. local CCAimbot = Instance.new("ScreenGui")
  28. local AimbotFrame = Instance.new("Frame")
  29. local MainAimbotFrame = Instance.new("Frame")
  30. local N2 = Instance.new("Frame")
  31. local CheatType = Instance.new("TextLabel")
  32. local N2_2 = Instance.new("Frame")
  33. local CheatType_2 = Instance.new("TextLabel")
  34. local N1 = Instance.new("Frame")
  35. local CheatType_3 = Instance.new("TextLabel")
  36. local C5 = Instance.new("Frame")
  37. local Letters = Instance.new("TextLabel")
  38. local CheatType_4 = Instance.new("TextLabel")
  39. local C4 = Instance.new("Frame")
  40. local Letters_2 = Instance.new("TextLabel")
  41. local CheatType_5 = Instance.new("TextLabel")
  42. local C3 = Instance.new("Frame")
  43. local Letters_3 = Instance.new("TextLabel")
  44. local CheatType_6 = Instance.new("TextLabel")
  45. local C2 = Instance.new("Frame")
  46. local Letters_4 = Instance.new("TextLabel")
  47. local CheatType_7 = Instance.new("TextLabel")
  48. local C1 = Instance.new("Frame")
  49. local Letters_5 = Instance.new("TextLabel")
  50. local CheatType_8 = Instance.new("TextLabel")
  51. local TabFrame = Instance.new("Frame")
  52. local Title = Instance.new("TextLabel")
  53. local Exit = Instance.new("TextButton")
  54. local Hide = Instance.new("TextButton")
  55.  
  56. --Properties:
  57.  
  58. CCAimbot.Name = "CCAimbot"
  59. CCAimbot.Parent = game.CoreGui
  60.  
  61. AimbotFrame.Name = "AimbotFrame"
  62. AimbotFrame.Parent = CCAimbot
  63. AimbotFrame.AnchorPoint = Vector2.new(0.5, 0.5)
  64. AimbotFrame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  65. AimbotFrame.BackgroundTransparency = 1.000
  66. AimbotFrame.BorderSizePixel = 0
  67. AimbotFrame.ClipsDescendants = true
  68. AimbotFrame.Position = UDim2.new(0.5, 0, 0.479495257, 0)
  69. AimbotFrame.Size = UDim2.new(0, 195, 0, 259)
  70.  
  71. MainAimbotFrame.Name = "MainAimbotFrame"
  72. MainAimbotFrame.Parent = AimbotFrame
  73. MainAimbotFrame.BackgroundColor3 = Color3.fromRGB(23, 24, 28)
  74. MainAimbotFrame.BorderSizePixel = 0
  75. MainAimbotFrame.ClipsDescendants = true
  76. MainAimbotFrame.Position = UDim2.new(-0.00256413221, 0, 0.0464286208, 0)
  77. MainAimbotFrame.Size = UDim2.new(0, 195, 0, 245)
  78.  
  79. N2.Name = "N2"
  80. N2.Parent = MainAimbotFrame
  81. N2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  82. N2.BackgroundTransparency = 1.000
  83. N2.BorderSizePixel = 0
  84. N2.Position = UDim2.new(0, 0, 0.562231719, 0)
  85. N2.Size = UDim2.new(1, 0, 0.100000001, 0)
  86.  
  87. CheatType.Name = "CheatType"
  88. CheatType.Parent = N2
  89. CheatType.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  90. CheatType.BackgroundTransparency = 1.000
  91. CheatType.BorderSizePixel = 0
  92. CheatType.Position = UDim2.new(0, 0, 2.03163123, 0)
  93. CheatType.Size = UDim2.new(1, 0, 1.05753362, 0)
  94. CheatType.Font = Enum.Font.GothamBlack
  95. CheatType.Text = "ESP Loop : False"
  96. CheatType.TextColor3 = Color3.fromRGB(255, 255, 255)
  97. CheatType.TextSize = 15.000
  98. CheatType.TextWrapped = true
  99.  
  100. N2_2.Name = "N2"
  101. N2_2.Parent = MainAimbotFrame
  102. N2_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  103. N2_2.BackgroundTransparency = 1.000
  104. N2_2.BorderSizePixel = 0
  105. N2_2.Position = UDim2.new(0, 0, 0.935622334, 0)
  106. N2_2.Size = UDim2.new(1, 0, 0.0613734461, 0)
  107.  
  108. CheatType_2.Name = "CheatType"
  109. CheatType_2.Parent = N2_2
  110. CheatType_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  111. CheatType_2.BackgroundTransparency = 1.000
  112. CheatType_2.BorderSizePixel = 0
  113. CheatType_2.Size = UDim2.new(1, 0, 1, 0)
  114. CheatType_2.Font = Enum.Font.Gotham
  115. CheatType_2.Text = "Letters Corrospond with Keybinds"
  116. CheatType_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  117. CheatType_2.TextScaled = true
  118. CheatType_2.TextSize = 15.000
  119. CheatType_2.TextWrapped = true
  120.  
  121. N1.Name = "N1"
  122. N1.Parent = MainAimbotFrame
  123. N1.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  124. N1.BackgroundTransparency = 1.000
  125. N1.BorderSizePixel = 0
  126. N1.Position = UDim2.new(0, 0, 0.562231719, 0)
  127. N1.Size = UDim2.new(1, 0, 0.100000001, 0)
  128.  
  129. CheatType_3.Name = "CheatType"
  130. CheatType_3.Parent = N1
  131. CheatType_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  132. CheatType_3.BackgroundTransparency = 1.000
  133. CheatType_3.BorderSizePixel = 0
  134. CheatType_3.Position = UDim2.new(0, 0, 0.987714529, 0)
  135. CheatType_3.Size = UDim2.new(1, 0, 1.05753362, 0)
  136. CheatType_3.Font = Enum.Font.GothamBlack
  137. CheatType_3.Text = "Team Based : True"
  138. CheatType_3.TextColor3 = Color3.fromRGB(255, 255, 255)
  139. CheatType_3.TextSize = 15.000
  140. CheatType_3.TextWrapped = true
  141.  
  142. C5.Name = "C5"
  143. C5.Parent = MainAimbotFrame
  144. C5.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  145. C5.BackgroundTransparency = 1.000
  146. C5.BorderSizePixel = 0
  147. C5.Position = UDim2.new(-0.00512820529, 0, 0.459227443, 0)
  148. C5.Size = UDim2.new(1, 0, 0.100000001, 0)
  149.  
  150. Letters.Name = "Letters"
  151. Letters.Parent = C5
  152. Letters.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  153. Letters.BackgroundTransparency = 1.000
  154. Letters.BorderSizePixel = 0
  155. Letters.Position = UDim2.new(0.730999887, 0, 0.973926187, 0)
  156. Letters.Size = UDim2.new(0.263999999, 0, 1.05753362, 0)
  157. Letters.Font = Enum.Font.GothamBold
  158. Letters.Text = "O"
  159. Letters.TextColor3 = Color3.fromRGB(255, 255, 255)
  160. Letters.TextSize = 15.000
  161. Letters.TextWrapped = true
  162.  
  163. CheatType_4.Name = "CheatType"
  164. CheatType_4.Parent = C5
  165. CheatType_4.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  166. CheatType_4.BackgroundTransparency = 1.000
  167. CheatType_4.BorderSizePixel = 0
  168. CheatType_4.Position = UDim2.new(0.0307692308, 0, 0.97837925, 0)
  169. CheatType_4.Size = UDim2.new(0.699999988, 0, 1.05753362, 0)
  170. CheatType_4.Font = Enum.Font.GothamBold
  171. CheatType_4.Text = "Team Based"
  172. CheatType_4.TextColor3 = Color3.fromRGB(255, 255, 255)
  173. CheatType_4.TextSize = 15.000
  174. CheatType_4.TextWrapped = true
  175. CheatType_4.TextXAlignment = Enum.TextXAlignment.Left
  176.  
  177. C4.Name = "C4"
  178. C4.Parent = MainAimbotFrame
  179. C4.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  180. C4.BackgroundTransparency = 1.000
  181. C4.BorderSizePixel = 0
  182. C4.Position = UDim2.new(0, 0, 0.356223166, 0)
  183. C4.Size = UDim2.new(1, 0, 0.100000001, 0)
  184.  
  185. Letters_2.Name = "Letters"
  186. Letters_2.Parent = C4
  187. Letters_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  188. Letters_2.BackgroundTransparency = 1.000
  189. Letters_2.BorderSizePixel = 0
  190. Letters_2.Position = UDim2.new(0.730999887, 0, 0.914663553, 0)
  191. Letters_2.Size = UDim2.new(0.263999999, 0, 1.05753362, 0)
  192. Letters_2.Font = Enum.Font.GothamBold
  193. Letters_2.Text = "Y"
  194. Letters_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  195. Letters_2.TextSize = 15.000
  196. Letters_2.TextWrapped = true
  197.  
  198. CheatType_5.Name = "CheatType"
  199. CheatType_5.Parent = C4
  200. CheatType_5.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  201. CheatType_5.BackgroundTransparency = 1.000
  202. CheatType_5.BorderSizePixel = 0
  203. CheatType_5.Position = UDim2.new(0.0307692308, 0, 0.919116616, 0)
  204. CheatType_5.Size = UDim2.new(0.699999988, 0, 1.05753362, 0)
  205. CheatType_5.Font = Enum.Font.GothamBold
  206. CheatType_5.Text = "Aimbot Hider"
  207. CheatType_5.TextColor3 = Color3.fromRGB(255, 255, 255)
  208. CheatType_5.TextSize = 15.000
  209. CheatType_5.TextWrapped = true
  210. CheatType_5.TextXAlignment = Enum.TextXAlignment.Left
  211.  
  212. C3.Name = "C3"
  213. C3.Parent = MainAimbotFrame
  214. C3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  215. C3.BackgroundTransparency = 1.000
  216. C3.BorderSizePixel = 0
  217. C3.Position = UDim2.new(0, 0, 0.253218889, 0)
  218. C3.Size = UDim2.new(1, 0, 0.100000001, 0)
  219.  
  220. Letters_3.Name = "Letters"
  221. Letters_3.Parent = C3
  222. Letters_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  223. Letters_3.BackgroundTransparency = 1.000
  224. Letters_3.BorderSizePixel = 0
  225. Letters_3.Position = UDim2.new(0.730999887, 0, 0.855401516, 0)
  226. Letters_3.Size = UDim2.new(0.263999999, 0, 1.05753362, 0)
  227. Letters_3.Font = Enum.Font.GothamBold
  228. Letters_3.Text = "L"
  229. Letters_3.TextColor3 = Color3.fromRGB(255, 255, 255)
  230. Letters_3.TextSize = 15.000
  231. Letters_3.TextWrapped = true
  232.  
  233. CheatType_6.Name = "CheatType"
  234. CheatType_6.Parent = C3
  235. CheatType_6.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  236. CheatType_6.BackgroundTransparency = 1.000
  237. CheatType_6.BorderSizePixel = 0
  238. CheatType_6.Position = UDim2.new(0.0307692308, 0, 0.859854579, 0)
  239. CheatType_6.Size = UDim2.new(0.699999988, 0, 1.05753362, 0)
  240. CheatType_6.Font = Enum.Font.GothamBold
  241. CheatType_6.Text = "ESP Loop"
  242. CheatType_6.TextColor3 = Color3.fromRGB(255, 255, 255)
  243. CheatType_6.TextSize = 15.000
  244. CheatType_6.TextWrapped = true
  245. CheatType_6.TextXAlignment = Enum.TextXAlignment.Left
  246.  
  247. C2.Name = "C2"
  248. C2.Parent = MainAimbotFrame
  249. C2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  250. C2.BackgroundTransparency = 1.000
  251. C2.BorderSizePixel = 0
  252. C2.Position = UDim2.new(0, 0, 0.150214598, 0)
  253. C2.Size = UDim2.new(1, 0, 0.100000001, 0)
  254.  
  255. Letters_4.Name = "Letters"
  256. Letters_4.Parent = C2
  257. Letters_4.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  258. Letters_4.BackgroundTransparency = 1.000
  259. Letters_4.BorderSizePixel = 0
  260. Letters_4.Position = UDim2.new(0.730999887, 0, 0.796139479, 0)
  261. Letters_4.Size = UDim2.new(0.263999999, 0, 1.05753362, 0)
  262. Letters_4.Font = Enum.Font.GothamBold
  263. Letters_4.Text = "T"
  264. Letters_4.TextColor3 = Color3.fromRGB(255, 255, 255)
  265. Letters_4.TextSize = 15.000
  266. Letters_4.TextWrapped = true
  267.  
  268. CheatType_7.Name = "CheatType"
  269. CheatType_7.Parent = C2
  270. CheatType_7.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  271. CheatType_7.BackgroundTransparency = 1.000
  272. CheatType_7.BorderSizePixel = 0
  273. CheatType_7.Position = UDim2.new(0.0307692308, 0, 0.800592542, 0)
  274. CheatType_7.Size = UDim2.new(0.699999988, 0, 1.05753362, 0)
  275. CheatType_7.Font = Enum.Font.GothamBold
  276. CheatType_7.Text = "ESP"
  277. CheatType_7.TextColor3 = Color3.fromRGB(255, 255, 255)
  278. CheatType_7.TextSize = 15.000
  279. CheatType_7.TextWrapped = true
  280. CheatType_7.TextXAlignment = Enum.TextXAlignment.Left
  281.  
  282. C1.Name = "C1"
  283. C1.Parent = MainAimbotFrame
  284. C1.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  285. C1.BackgroundTransparency = 1.000
  286. C1.BorderSizePixel = 0
  287. C1.Position = UDim2.new(0, 0, 0.0472103022, 0)
  288. C1.Size = UDim2.new(1, 0, 0.100000001, 0)
  289.  
  290. Letters_5.Name = "Letters"
  291. Letters_5.Parent = C1
  292. Letters_5.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  293. Letters_5.BackgroundTransparency = 1.000
  294. Letters_5.BorderSizePixel = 0
  295. Letters_5.Position = UDim2.new(0.730999887, 0, 0.736877441, 0)
  296. Letters_5.Size = UDim2.new(0.263999999, 0, 1.05753362, 0)
  297. Letters_5.Font = Enum.Font.GothamBold
  298. Letters_5.Text = "E"
  299. Letters_5.TextColor3 = Color3.fromRGB(255, 255, 255)
  300. Letters_5.TextSize = 15.000
  301. Letters_5.TextWrapped = true
  302.  
  303. CheatType_8.Name = "CheatType"
  304. CheatType_8.Parent = C1
  305. CheatType_8.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  306. CheatType_8.BackgroundTransparency = 1.000
  307. CheatType_8.BorderSizePixel = 0
  308. CheatType_8.Position = UDim2.new(0.0307692308, 0, 0.741330564, 0)
  309. CheatType_8.Size = UDim2.new(0.699999988, 0, 1.05753362, 0)
  310. CheatType_8.Font = Enum.Font.GothamBold
  311. CheatType_8.Text = "Lock-in Person"
  312. CheatType_8.TextColor3 = Color3.fromRGB(255, 255, 255)
  313. CheatType_8.TextSize = 15.000
  314. CheatType_8.TextWrapped = true
  315. CheatType_8.TextXAlignment = Enum.TextXAlignment.Left
  316.  
  317. TabFrame.Name = "TabFrame"
  318. TabFrame.Parent = AimbotFrame
  319. TabFrame.AnchorPoint = Vector2.new(0.5, 0.5)
  320. TabFrame.BackgroundColor3 = Color3.fromRGB(0, 237, 206)
  321. TabFrame.BorderSizePixel = 0
  322. TabFrame.ClipsDescendants = true
  323. TabFrame.Position = UDim2.new(0.497435898, 0, 0.0926640928, 0)
  324. TabFrame.Size = UDim2.new(1, 0, 0.100000001, 0)
  325.  
  326. Title.Name = "Title"
  327. Title.Parent = TabFrame
  328. Title.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  329. Title.BackgroundTransparency = 1.000
  330. Title.BorderSizePixel = 0
  331. Title.Position = UDim2.new(0.0307692308, 0, 0, 0)
  332. Title.Size = UDim2.new(0.41538462, 0, 1, 0)
  333. Title.Font = Enum.Font.GothamBold
  334. Title.Text = "CC AIMBOT"
  335. Title.TextColor3 = Color3.fromRGB(255, 255, 255)
  336. Title.TextSize = 14.000
  337. Title.TextXAlignment = Enum.TextXAlignment.Left
  338.  
  339. Exit.Name = "Exit"
  340. Exit.Parent = TabFrame
  341. Exit.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  342. Exit.BackgroundTransparency = 1.000
  343. Exit.BorderSizePixel = 0
  344. Exit.Position = UDim2.new(0.899999976, 0, 0, 0)
  345. Exit.Size = UDim2.new(0.100000001, 0, 1, 0)
  346. Exit.Font = Enum.Font.GothamBold
  347. Exit.Text = "X"
  348. Exit.TextColor3 = Color3.fromRGB(255, 255, 255)
  349. Exit.TextScaled = true
  350. Exit.TextSize = 14.000
  351. Exit.TextWrapped = true
  352.  
  353. Hide.Name = "Hide"
  354. Hide.Parent = TabFrame
  355. Hide.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  356. Hide.BackgroundTransparency = 1.000
  357. Hide.BorderSizePixel = 0
  358. Hide.Position = UDim2.new(0.79743588, 0, 0, 0)
  359. Hide.Size = UDim2.new(0.100000001, 0, 1, 0)
  360. Hide.Font = Enum.Font.GothamBold
  361. Hide.Text = "-"
  362. Hide.TextColor3 = Color3.fromRGB(255, 255, 255)
  363. Hide.TextScaled = true
  364. Hide.TextSize = 14.000
  365. Hide.TextWrapped = true
  366.  
  367. -- Scripts:
  368.  
  369. local function JLYIY_fake_script() -- Exit.LocalScript
  370. local script = Instance.new('LocalScript', Exit)
  371.  
  372. local b = script.Parent
  373.  
  374. b.MouseButton1Down:connect(function()
  375. b.Parent.Parent.AnchorPoint = Vector2.new(0.5, 0.5)
  376. b.Parent.Parent:TweenSize(UDim2.new(0, 0, 0, 0), "In", 2, 0.5)
  377. end)
  378. end
  379. coroutine.wrap(JLYIY_fake_script)()
  380. local function CXSQXNO_fake_script() -- Hide.LocalScript
  381. local script = Instance.new('LocalScript', Hide)
  382.  
  383. local b = script.Parent
  384. local closed = false
  385.  
  386. b.MouseButton1Down:connect(function()
  387. if closed == false then
  388. b.Parent.Parent.MainAimbotFrame:TweenSize(UDim2.new(0, 195, 0, 25), "Out", 1.5, 0.5)
  389. closed = true
  390.  
  391. elseif closed == true then
  392. b.Parent.Parent.MainAimbotFrame:TweenSize(UDim2.new(0, 195, 0, 245), "Out", 1.5, 0.5)
  393. closed = false
  394. end
  395.  
  396. end)
  397. end
  398. coroutine.wrap(CXSQXNO_fake_script)()
  399.  
  400. f = {}
  401. local espforlder
  402. local partconverter = Instance.new("Part")
  403.  
  404. f.addesp = function()
  405. pcall(function()
  406. --print("ESP ran")
  407. if espforlder then
  408. espforlder:Destroy()
  409. espforlder = Instance.new("Folder")
  410. espforlder.Parent = game.Workspace.CurrentCamera
  411. else
  412. espforlder = Instance.new("Folder")
  413. espforlder.Parent = game.Workspace.CurrentCamera
  414. end
  415. for i, v in pairs(espforlder:GetChildren()) do
  416. v:Destroy()
  417. end
  418. for _, plr in pairs(plrs:GetChildren()) do
  419. if plr.Character and plr.Character.Humanoid.Health > 0 and plr.Name ~= lplr.Name then
  420. if TeamBased == true then
  421. if plr.Team.Name ~= plrs.LocalPlayer.Team.Name then
  422. local e = espforlder:FindFirstChild(plr.Name)
  423. if not e then
  424. local fold = Instance.new("Folder", espforlder)
  425. fold.Name = plr.Name
  426.  
  427. --partconverter.BrickColor = plr.Team.Color
  428. --local teamc = partconverter.Color
  429. for i, p in pairs(plr.Character:GetChildren()) do
  430. if p:IsA("BasePart") and p.Name ~= "HumanoidRootPart" then
  431. local urmom = Instance.new("BoxHandleAdornment")
  432. urmom.ZIndex = 10
  433. urmom.AlwaysOnTop = true
  434. urmom.Color3 = espcolor
  435. urmom.Size = p.Size
  436. urmom.Adornee = p
  437. urmom.Name = tick().." Ur mom has big gay"
  438. urmom.Transparency = wallhack_esp_transparency
  439. urmom.Parent = fold
  440.  
  441. end
  442. end
  443. plr.Character.Humanoid.Died:Connect(function()
  444. fold:Destroy()
  445. end)
  446. end
  447. end
  448. else
  449. local e = espforlder:FindFirstChild(plr.Name)
  450. if not e then
  451. local fold = Instance.new("Folder", espforlder)
  452. fold.Name = plr.Name
  453.  
  454. --partconverter.BrickColor = plr.Team.Color
  455. --local teamc = Move.BackgroundColor3
  456. for i, p in pairs(plr.Character:GetChildren()) do
  457. if p:IsA("BasePart") and p.Name ~= "HumanoidRootPart" then
  458. local urmom = Instance.new("BoxHandleAdornment")
  459. urmom.ZIndex = 10
  460. urmom.AlwaysOnTop = true
  461. urmom.Color3 = espcolor
  462. urmom.Size = p.Size
  463. urmom.Adornee = p
  464. urmom.Name = tick().." Ur mom has big gay"
  465. urmom.Transparency = wallhack_esp_transparency
  466. urmom.Parent = fold
  467. end
  468. end
  469. plr.Character.Humanoid.Died:Connect(function()
  470. fold:Destroy()
  471. end)
  472. end
  473. end
  474.  
  475.  
  476. end
  477. end
  478. end)
  479. end
  480. local uis = game:GetService("UserInputService")
  481. local bringall = false
  482. local hided2 = false
  483. mouse.KeyDown:Connect(function(a)
  484. if a == "t" then
  485. --print("worked1")
  486. f.addesp()
  487. elseif a == gui_hide_button[2] and uis:IsKeyDown(gui_hide_button[1]) then
  488. if hided2 == false then
  489. hided2 = true
  490. autoesp =false
  491. if espforlder then
  492. espforlder:Destroy()
  493. end
  494. CCAimbot.Enabled = false
  495. else
  496. CCAimbot.Enabled = true
  497. hided2 = false
  498. end
  499. elseif a == "u" then
  500. if mouselock == false then
  501. mouselock = true
  502. else
  503. mouselock = false
  504. end
  505. elseif a == "y" then
  506. if aimbothider == false then
  507. aimbothider = true
  508. if aimbothider == true then
  509. return
  510. end
  511. end
  512. elseif a == "l" then
  513. if autoesp == false then
  514. autoesp = true
  515. else
  516. autoesp = false
  517. end
  518. elseif a == Aim_Assist_Key[2] and uis:IsKeyDown(Aim_Assist_Key[1]) then
  519. if Aim_Assist == true then
  520. Aim_Assist = false
  521. --print("disabled")
  522. else
  523. Aim_Assist = true
  524. end
  525. end
  526. if a == "j" then
  527. if mouse.Target then
  528. mouse.Target:Destroy()
  529. end
  530. end
  531. if a == key then
  532. if switch == false then
  533. switch = true
  534. else
  535. switch = false
  536. if aimatpart ~= nil then
  537. aimatpart = nil
  538. end
  539. end
  540. elseif a == teambasedswitch then
  541. if TeamBased == true then
  542. TeamBased = false
  543. CheatType_3.Text = "Team Based : "..tostring(TeamBased)
  544. else
  545. TeamBased = true
  546. CheatType_3.Text = "Team Based : "..tostring(TeamBased)
  547. end
  548. elseif a == aimkey then
  549. if not aimatpart then
  550. local maxangle = math.rad(20)
  551. for i, plr in pairs(plrs:GetChildren()) do
  552. if plr.Name ~= lplr.Name and plr.Character and plr.Character.Head and plr.Character.Humanoid and plr.Character.Humanoid.Health > 1 then
  553. if TeamBased == true then
  554. if plr.Team.Name ~= lplr.Team.Name then
  555. local an = checkfov(plr.Character.Head)
  556. if an < maxangle then
  557. maxangle = an
  558. aimatpart = plr.Character.Head
  559. end
  560. end
  561. else
  562. local an = checkfov(plr.Character.Head)
  563. if an < maxangle then
  564. maxangle = an
  565. aimatpart = plr.Character.Head
  566. end
  567. --print(plr)
  568. end
  569. local old = aimatpart
  570. plr.Character.Humanoid.Died:Connect(function()
  571. --print("died")
  572. if aimatpart and aimatpart == old then
  573. aimatpart = nil
  574. end
  575. end)
  576.  
  577. end
  578. end
  579. else
  580. aimatpart = nil
  581. canaimat = false
  582. delay(1.1, function()
  583. canaimat = true
  584. end)
  585. end
  586. end
  587. end)
  588.  
  589. function getfovxyz (p0, p1, deg)
  590. local x1, y1, z1 = p0:ToOrientation()
  591. local cf = CFrame.new(p0.p, p1.p)
  592. local x2, y2, z2 = cf:ToOrientation()
  593. local d = math.deg
  594. if deg then
  595. return Vector3.new(d(x1-x2), d(y1-y2), d(z1-z2))
  596. else
  597. return Vector3.new((x1-x2), (y1-y2), (z1-z2))
  598. end
  599. end
  600.  
  601.  
  602. function aimat(part)
  603. if part then
  604. if aimbothider == true or Aim_Assist == true then
  605. cam.CFrame = cam.CFrame:Lerp(CFrame.new(cam.CFrame.p, part.CFrame.p), aimbothiderspeed)
  606. else
  607.  
  608. cam.CFrame = CFrame.new(cam.CFrame.p, part.CFrame.p)
  609. end
  610. end
  611. end
  612. function checkfov (part)
  613. local fov = getfovxyz(game.Workspace.CurrentCamera.CFrame, part.CFrame)
  614. local angle = math.abs(fov.X) + math.abs(fov.Y)
  615. return angle
  616. end
  617. pcall(function()
  618. delay(0, function()
  619. while wait(.4) do
  620. if Aim_Assist and not aimatpart and canaimat and lplr.Character and lplr.Character.Humanoid and lplr.Character.Humanoid.Health > 0 then
  621. for i, plr in pairs(plrs:GetChildren()) do
  622.  
  623.  
  624. local minangle = math.rad(5.5)
  625. local lastpart = nil
  626. local function gg(plr)
  627. pcall(function()
  628. if plr.Name ~= lplr.Name and plr.Character and plr.Character.Humanoid and plr.Character.Humanoid.Health > 0 and plr.Character.Head then
  629. local raycasted = false
  630. local cf1 = CFrame.new(cam.CFrame.p, plr.Character.Head.CFrame.p) * CFrame.new(0, 0, -4)
  631. local r1 = Ray.new(cf1.p, cf1.LookVector * 9000)
  632. local obj, pos = game.Workspace:FindPartOnRayWithIgnoreList(r1, {lplr.Character.Head})
  633. local dist = (plr.Character.Head.CFrame.p- pos).magnitude
  634. if dist < 4 then
  635. raycasted = true
  636. end
  637. if raycasted == true then
  638. local an1 = getfovxyz(cam.CFrame, plr.Character.Head.CFrame)
  639. local an = abs(an1.X) + abs(an1.Y)
  640. if an < minangle then
  641. minangle = an
  642. lastpart = plr.Character.Head
  643. end
  644. end
  645. end
  646. end)
  647. end
  648. if TeamBased then
  649. if plr.Team.Name ~= lplr.Team.Name then
  650. gg(plr)
  651. end
  652. else
  653. gg(plr)
  654. end
  655. --print(math.deg(minangle))
  656. if lastpart then
  657. aimatpart = lastpart
  658. aimatpart.Parent.Humanoid.Died:Connect(function()
  659. if aimatpart == lastpart then
  660. aimatpart = nil
  661. end
  662. end)
  663.  
  664. end
  665. end
  666. end
  667. end
  668. end)
  669. end)
  670. local oldheadpos
  671. local lastaimapart
  672. game:GetService("RunService").RenderStepped:Connect(function()
  673. CheatType.Text = "Esp loop : "..tostring(autoesp)
  674. if aimatpart and lplr.Character and lplr.Character.Head then
  675. if BetterDeathCount and lastaimapart and lastaimapart == aimatpart then
  676. local dist = (oldheadpos - aimatpart.CFrame.p).magnitude
  677. if dist > 40 then
  678. aimatpart = nil
  679. end
  680. end
  681. lastaimapart = aimatpart
  682. oldheadpos = lastaimapart.CFrame.p
  683. do
  684. if aimatpart.Parent == plrs.LocalPlayer.Character then
  685. aimatpart = nil
  686. end
  687. aimat(aimatpart)
  688. pcall(function()
  689. if Aim_Assist == true then
  690. local cf1 = CFrame.new(cam.CFrame.p, aimatpart.CFrame.p) * CFrame.new(0, 0, -4)
  691. local r1 = Ray.new(cf1.p, cf1.LookVector * 1000)
  692. local obj, pos = game.Workspace:FindPartOnRayWithIgnoreList(r1, {lplr.Character.Head})
  693. local dist = (aimatpart.CFrame.p- pos).magnitude
  694. if obj then
  695. --print(obj:GetFullName())
  696. end
  697. if not obj or dist > 6 then
  698. aimatpart = nil
  699. --print("ooof")
  700. end
  701. canaimat = false
  702. delay(.5, function()
  703. canaimat = true
  704. end)
  705. end
  706. end)
  707. end
  708.  
  709.  
  710.  
  711. end
  712. end)
  713. delay(0, function()
  714. while wait(espupdatetime) do
  715. if autoesp == true then
  716. pcall(function()
  717. f.addesp()
  718. end)
  719. end
  720. end
  721. end)
  722. --warn("loaded")
  723. function dragify(Frame)
  724. dragToggle = nil
  725. dragSpeed = .25 -- You can edit this.
  726. dragInput = nil
  727. dragStart = nil
  728. dragPos = nil
  729.  
  730. function updateInput(input)
  731. Delta = input.Position - dragStart
  732. Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + Delta.X, startPos.Y.Scale, startPos.Y.Offset + Delta.Y)
  733. game:GetService("TweenService"):Create(Frame, TweenInfo.new(.25), {Position = Position}):Play()
  734. end
  735.  
  736. Frame.InputBegan:Connect(function(input)
  737. if (input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch) then
  738. dragToggle = true
  739. dragStart = input.Position
  740. startPos = Frame.Position
  741. input.Changed:Connect(function()
  742. if (input.UserInputState == Enum.UserInputState.End) then
  743. dragToggle = false
  744. end
  745. end)
  746. end
  747. end)
  748.  
  749. Frame.InputChanged:Connect(function(input)
  750. if (input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch) then
  751. dragInput = input
  752. end
  753. end)
  754.  
  755. game:GetService("UserInputService").InputChanged:Connect(function(input)
  756. if (input == dragInput and dragToggle) then
  757. updateInput(input)
  758. end
  759. end)
  760. end
  761. dragify(AimbotFrame)
  762.  
  763. local Player = game:GetService'Players'.LocalPlayer;
  764. local UIS = game:GetService'UserInputService';
  765.  
  766. _G.JumpHeight = 50;
  767.  
  768. function Action(Object, Function) if Object ~= nil then Function(Object); end end
  769.  
  770. UIS.InputBegan:connect(function(UserInput)
  771. if UserInput.UserInputType == Enum.UserInputType.Keyboard and UserInput.KeyCode == Enum.KeyCode.Space then
  772. Action(Player.Character.Humanoid, function(self)
  773. if self:GetState() == Enum.HumanoidStateType.Jumping or self:GetState() == Enum.HumanoidStateType.Freefall then
  774. Action(self.Parent.HumanoidRootPart, function(self)
  775. self.Velocity = Vector3.new(0, _G.JumpHeight, 0);
  776. end)
  777. end
  778. end)
  779. end
  780. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement