Arsenal Aimbot UPDATED script pastebin 2021 - Pastebin.com (2024)

  1. --Sub To iExotixPloitz

  2. local espcolor = Color3.fromRGB(140, 69, 102)

  3. local wallhack_esp_transparency = .4

  4. local gui_hide_button = {Enum.KeyCode.LeftControl, "h"}

  5. local plrs = game:GetService("Players")

  6. local lplr = game:GetService("Players").LocalPlayer

  7. local TeamBased = true ; local teambasedswitch = "o"

  8. local presskeytoaim = true; local aimkey = "e"

  9. aimbothider = false; aimbothiderspeed = .5

  10. local Aim_Assist = false ; Aim_Assist_Key = {Enum.KeyCode.LeftControl, "z"}

  11. local espupdatetime = 5; autoesp = false

  12. local abs = math.abs

  13. local mouselock = false

  14. local canaimat = true

  15. local lockaim = true; local lockangle = 5

  16. local ver = "2"

  17. local cam = game.Workspace.CurrentCamera

  18. local BetterDeathCount = true

  19. local mouse = lplr:GetMouse()

  20. local switch = false

  21. local key = "k"

  22. local aimatpart = nil

  23. local CCAimbot = Instance.new("ScreenGui")

  24. local AimbotFrame = Instance.new("Frame")

  25. local MainAimbotFrame = Instance.new("Frame")

  26. local N2 = Instance.new("Frame")

  27. local CheatType = Instance.new("TextLabel")

  28. local N2_2 = Instance.new("Frame")

  29. local CheatType_2 = Instance.new("TextLabel")

  30. local N1 = Instance.new("Frame")

  31. local CheatType_3 = Instance.new("TextLabel")

  32. local C5 = Instance.new("Frame")

  33. local Letters = Instance.new("TextLabel")

  34. local CheatType_4 = Instance.new("TextLabel")

  35. local C4 = Instance.new("Frame")

  36. local Letters_2 = Instance.new("TextLabel")

  37. local CheatType_5 = Instance.new("TextLabel")

  38. local C3 = Instance.new("Frame")

  39. local Letters_3 = Instance.new("TextLabel")

  40. local CheatType_6 = Instance.new("TextLabel")

  41. local C2 = Instance.new("Frame")

  42. local Letters_4 = Instance.new("TextLabel")

  43. local CheatType_7 = Instance.new("TextLabel")

  44. local C1 = Instance.new("Frame")

  45. local Letters_5 = Instance.new("TextLabel")

  46. local CheatType_8 = Instance.new("TextLabel")

  47. local TabFrame = Instance.new("Frame")

  48. local Title = Instance.new("TextLabel")

  49. local Exit = Instance.new("TextButton")

  50. local Hide = Instance.new("TextButton")

  51. --Properties:

  52. CCAimbot.Name = "CCAimbot"

  53. CCAimbot.Parent = game.CoreGui

  54. AimbotFrame.Name = "AimbotFrame"

  55. AimbotFrame.Parent = CCAimbot

  56. AimbotFrame.AnchorPoint = Vector2.new(0.5, 0.5)

  57. AimbotFrame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)

  58. AimbotFrame.BackgroundTransparency = 1.000

  59. AimbotFrame.BorderSizePixel = 0

  60. AimbotFrame.ClipsDescendants = true

  61. AimbotFrame.Position = UDim2.new(0.5, 0, 0.479495257, 0)

  62. AimbotFrame.Size = UDim2.new(0, 195, 0, 259)

  63. MainAimbotFrame.Name = "MainAimbotFrame"

  64. MainAimbotFrame.Parent = AimbotFrame

  65. MainAimbotFrame.BackgroundColor3 = Color3.fromRGB(23, 24, 28)

  66. MainAimbotFrame.BorderSizePixel = 0

  67. MainAimbotFrame.ClipsDescendants = true

  68. MainAimbotFrame.Position = UDim2.new(-0.00256413221, 0, 0.0464286208, 0)

  69. MainAimbotFrame.Size = UDim2.new(0, 195, 0, 245)

  70. N2.Name = "N2"

  71. N2.Parent = MainAimbotFrame

  72. N2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)

  73. N2.BackgroundTransparency = 1.000

  74. N2.BorderSizePixel = 0

  75. N2.Position = UDim2.new(0, 0, 0.562231719, 0)

  76. N2.Size = UDim2.new(1, 0, 0.100000001, 0)

  77. CheatType.Name = "CheatType"

  78. CheatType.Parent = N2

  79. CheatType.BackgroundColor3 = Color3.fromRGB(255, 255, 255)

  80. CheatType.BackgroundTransparency = 1.000

  81. CheatType.BorderSizePixel = 0

  82. CheatType.Position = UDim2.new(0, 0, 2.03163123, 0)

  83. CheatType.Size = UDim2.new(1, 0, 1.05753362, 0)

  84. CheatType.Font = Enum.Font.GothamBlack

  85. CheatType.Text = "ESP Loop : False"

  86. CheatType.TextColor3 = Color3.fromRGB(255, 255, 255)

  87. CheatType.TextSize = 15.000

  88. CheatType.TextWrapped = true

  89. N2_2.Name = "N2"

  90. N2_2.Parent = MainAimbotFrame

  91. N2_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)

  92. N2_2.BackgroundTransparency = 1.000

  93. N2_2.BorderSizePixel = 0

  94. N2_2.Position = UDim2.new(0, 0, 0.935622334, 0)

  95. N2_2.Size = UDim2.new(1, 0, 0.0613734461, 0)

  96. CheatType_2.Name = "CheatType"

  97. CheatType_2.Parent = N2_2

  98. CheatType_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)

  99. CheatType_2.BackgroundTransparency = 1.000

  100. CheatType_2.BorderSizePixel = 0

  101. CheatType_2.Size = UDim2.new(1, 0, 1, 0)

  102. CheatType_2.Font = Enum.Font.Gotham

  103. CheatType_2.Text = "Letters Corrospond with Keybinds"

  104. CheatType_2.TextColor3 = Color3.fromRGB(255, 255, 255)

  105. CheatType_2.TextScaled = true

  106. CheatType_2.TextSize = 15.000

  107. CheatType_2.TextWrapped = true

  108. N1.Name = "N1"

  109. N1.Parent = MainAimbotFrame

  110. N1.BackgroundColor3 = Color3.fromRGB(255, 255, 255)

  111. N1.BackgroundTransparency = 1.000

  112. N1.BorderSizePixel = 0

  113. N1.Position = UDim2.new(0, 0, 0.562231719, 0)

  114. N1.Size = UDim2.new(1, 0, 0.100000001, 0)

  115. CheatType_3.Name = "CheatType"

  116. CheatType_3.Parent = N1

  117. CheatType_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)

  118. CheatType_3.BackgroundTransparency = 1.000

  119. CheatType_3.BorderSizePixel = 0

  120. CheatType_3.Position = UDim2.new(0, 0, 0.987714529, 0)

  121. CheatType_3.Size = UDim2.new(1, 0, 1.05753362, 0)

  122. CheatType_3.Font = Enum.Font.GothamBlack

  123. CheatType_3.Text = "Team Based : True"

  124. CheatType_3.TextColor3 = Color3.fromRGB(255, 255, 255)

  125. CheatType_3.TextSize = 15.000

  126. CheatType_3.TextWrapped = true

  127. C5.Name = "C5"

  128. C5.Parent = MainAimbotFrame

  129. C5.BackgroundColor3 = Color3.fromRGB(255, 255, 255)

  130. C5.BackgroundTransparency = 1.000

  131. C5.BorderSizePixel = 0

  132. C5.Position = UDim2.new(-0.00512820529, 0, 0.459227443, 0)

  133. C5.Size = UDim2.new(1, 0, 0.100000001, 0)

  134. Letters.Name = "Letters"

  135. Letters.Parent = C5

  136. Letters.BackgroundColor3 = Color3.fromRGB(255, 255, 255)

  137. Letters.BackgroundTransparency = 1.000

  138. Letters.BorderSizePixel = 0

  139. Letters.Position = UDim2.new(0.730999887, 0, 0.973926187, 0)

  140. Letters.Size = UDim2.new(0.263999999, 0, 1.05753362, 0)

  141. Letters.Font = Enum.Font.GothamBold

  142. Letters.Text = "O"

  143. Letters.TextColor3 = Color3.fromRGB(255, 255, 255)

  144. Letters.TextSize = 15.000

  145. Letters.TextWrapped = true

  146. CheatType_4.Name = "CheatType"

  147. CheatType_4.Parent = C5

  148. CheatType_4.BackgroundColor3 = Color3.fromRGB(255, 255, 255)

  149. CheatType_4.BackgroundTransparency = 1.000

  150. CheatType_4.BorderSizePixel = 0

  151. CheatType_4.Position = UDim2.new(0.0307692308, 0, 0.97837925, 0)

  152. CheatType_4.Size = UDim2.new(0.699999988, 0, 1.05753362, 0)

  153. CheatType_4.Font = Enum.Font.GothamBold

  154. CheatType_4.Text = "Team Based"

  155. CheatType_4.TextColor3 = Color3.fromRGB(255, 255, 255)

  156. CheatType_4.TextSize = 15.000

  157. CheatType_4.TextWrapped = true

  158. CheatType_4.TextXAlignment = Enum.TextXAlignment.Left

  159. C4.Name = "C4"

  160. C4.Parent = MainAimbotFrame

  161. C4.BackgroundColor3 = Color3.fromRGB(255, 255, 255)

  162. C4.BackgroundTransparency = 1.000

  163. C4.BorderSizePixel = 0

  164. C4.Position = UDim2.new(0, 0, 0.356223166, 0)

  165. C4.Size = UDim2.new(1, 0, 0.100000001, 0)

  166. Letters_2.Name = "Letters"

  167. Letters_2.Parent = C4

  168. Letters_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)

  169. Letters_2.BackgroundTransparency = 1.000

  170. Letters_2.BorderSizePixel = 0

  171. Letters_2.Position = UDim2.new(0.730999887, 0, 0.914663553, 0)

  172. Letters_2.Size = UDim2.new(0.263999999, 0, 1.05753362, 0)

  173. Letters_2.Font = Enum.Font.GothamBold

  174. Letters_2.Text = "Y"

  175. Letters_2.TextColor3 = Color3.fromRGB(255, 255, 255)

  176. Letters_2.TextSize = 15.000

  177. Letters_2.TextWrapped = true

  178. CheatType_5.Name = "CheatType"

  179. CheatType_5.Parent = C4

  180. CheatType_5.BackgroundColor3 = Color3.fromRGB(255, 255, 255)

  181. CheatType_5.BackgroundTransparency = 1.000

  182. CheatType_5.BorderSizePixel = 0

  183. CheatType_5.Position = UDim2.new(0.0307692308, 0, 0.919116616, 0)

  184. CheatType_5.Size = UDim2.new(0.699999988, 0, 1.05753362, 0)

  185. CheatType_5.Font = Enum.Font.GothamBold

  186. CheatType_5.Text = "Aimbot Hider"

  187. CheatType_5.TextColor3 = Color3.fromRGB(255, 255, 255)

  188. CheatType_5.TextSize = 15.000

  189. CheatType_5.TextWrapped = true

  190. CheatType_5.TextXAlignment = Enum.TextXAlignment.Left

  191. C3.Name = "C3"

  192. C3.Parent = MainAimbotFrame

  193. C3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)

  194. C3.BackgroundTransparency = 1.000

  195. C3.BorderSizePixel = 0

  196. C3.Position = UDim2.new(0, 0, 0.253218889, 0)

  197. C3.Size = UDim2.new(1, 0, 0.100000001, 0)

  198. Letters_3.Name = "Letters"

  199. Letters_3.Parent = C3

  200. Letters_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)

  201. Letters_3.BackgroundTransparency = 1.000

  202. Letters_3.BorderSizePixel = 0

  203. Letters_3.Position = UDim2.new(0.730999887, 0, 0.855401516, 0)

  204. Letters_3.Size = UDim2.new(0.263999999, 0, 1.05753362, 0)

  205. Letters_3.Font = Enum.Font.GothamBold

  206. Letters_3.Text = "L"

  207. Letters_3.TextColor3 = Color3.fromRGB(255, 255, 255)

  208. Letters_3.TextSize = 15.000

  209. Letters_3.TextWrapped = true

  210. CheatType_6.Name = "CheatType"

  211. CheatType_6.Parent = C3

  212. CheatType_6.BackgroundColor3 = Color3.fromRGB(255, 255, 255)

  213. CheatType_6.BackgroundTransparency = 1.000

  214. CheatType_6.BorderSizePixel = 0

  215. CheatType_6.Position = UDim2.new(0.0307692308, 0, 0.859854579, 0)

  216. CheatType_6.Size = UDim2.new(0.699999988, 0, 1.05753362, 0)

  217. CheatType_6.Font = Enum.Font.GothamBold

  218. CheatType_6.Text = "ESP Loop"

  219. CheatType_6.TextColor3 = Color3.fromRGB(255, 255, 255)

  220. CheatType_6.TextSize = 15.000

  221. CheatType_6.TextWrapped = true

  222. CheatType_6.TextXAlignment = Enum.TextXAlignment.Left

  223. C2.Name = "C2"

  224. C2.Parent = MainAimbotFrame

  225. C2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)

  226. C2.BackgroundTransparency = 1.000

  227. C2.BorderSizePixel = 0

  228. C2.Position = UDim2.new(0, 0, 0.150214598, 0)

  229. C2.Size = UDim2.new(1, 0, 0.100000001, 0)

  230. Letters_4.Name = "Letters"

  231. Letters_4.Parent = C2

  232. Letters_4.BackgroundColor3 = Color3.fromRGB(255, 255, 255)

  233. Letters_4.BackgroundTransparency = 1.000

  234. Letters_4.BorderSizePixel = 0

  235. Letters_4.Position = UDim2.new(0.730999887, 0, 0.796139479, 0)

  236. Letters_4.Size = UDim2.new(0.263999999, 0, 1.05753362, 0)

  237. Letters_4.Font = Enum.Font.GothamBold

  238. Letters_4.Text = "T"

  239. Letters_4.TextColor3 = Color3.fromRGB(255, 255, 255)

  240. Letters_4.TextSize = 15.000

  241. Letters_4.TextWrapped = true

  242. CheatType_7.Name = "CheatType"

  243. CheatType_7.Parent = C2

  244. CheatType_7.BackgroundColor3 = Color3.fromRGB(255, 255, 255)

  245. CheatType_7.BackgroundTransparency = 1.000

  246. CheatType_7.BorderSizePixel = 0

  247. CheatType_7.Position = UDim2.new(0.0307692308, 0, 0.800592542, 0)

  248. CheatType_7.Size = UDim2.new(0.699999988, 0, 1.05753362, 0)

  249. CheatType_7.Font = Enum.Font.GothamBold

  250. CheatType_7.Text = "ESP"

  251. CheatType_7.TextColor3 = Color3.fromRGB(255, 255, 255)

  252. CheatType_7.TextSize = 15.000

  253. CheatType_7.TextWrapped = true

  254. CheatType_7.TextXAlignment = Enum.TextXAlignment.Left

  255. C1.Name = "C1"

  256. C1.Parent = MainAimbotFrame

  257. C1.BackgroundColor3 = Color3.fromRGB(255, 255, 255)

  258. C1.BackgroundTransparency = 1.000

  259. C1.BorderSizePixel = 0

  260. C1.Position = UDim2.new(0, 0, 0.0472103022, 0)

  261. C1.Size = UDim2.new(1, 0, 0.100000001, 0)

  262. Letters_5.Name = "Letters"

  263. Letters_5.Parent = C1

  264. Letters_5.BackgroundColor3 = Color3.fromRGB(255, 255, 255)

  265. Letters_5.BackgroundTransparency = 1.000

  266. Letters_5.BorderSizePixel = 0

  267. Letters_5.Position = UDim2.new(0.730999887, 0, 0.736877441, 0)

  268. Letters_5.Size = UDim2.new(0.263999999, 0, 1.05753362, 0)

  269. Letters_5.Font = Enum.Font.GothamBold

  270. Letters_5.Text = "E"

  271. Letters_5.TextColor3 = Color3.fromRGB(255, 255, 255)

  272. Letters_5.TextSize = 15.000

  273. Letters_5.TextWrapped = true

  274. CheatType_8.Name = "CheatType"

  275. CheatType_8.Parent = C1

  276. CheatType_8.BackgroundColor3 = Color3.fromRGB(255, 255, 255)

  277. CheatType_8.BackgroundTransparency = 1.000

  278. CheatType_8.BorderSizePixel = 0

  279. CheatType_8.Position = UDim2.new(0.0307692308, 0, 0.741330564, 0)

  280. CheatType_8.Size = UDim2.new(0.699999988, 0, 1.05753362, 0)

  281. CheatType_8.Font = Enum.Font.GothamBold

  282. CheatType_8.Text = "Lock-in Person"

  283. CheatType_8.TextColor3 = Color3.fromRGB(255, 255, 255)

  284. CheatType_8.TextSize = 15.000

  285. CheatType_8.TextWrapped = true

  286. CheatType_8.TextXAlignment = Enum.TextXAlignment.Left

  287. TabFrame.Name = "TabFrame"

  288. TabFrame.Parent = AimbotFrame

  289. TabFrame.AnchorPoint = Vector2.new(0.5, 0.5)

  290. TabFrame.BackgroundColor3 = Color3.fromRGB(0, 237, 206)

  291. TabFrame.BorderSizePixel = 0

  292. TabFrame.ClipsDescendants = true

  293. TabFrame.Position = UDim2.new(0.497435898, 0, 0.0926640928, 0)

  294. TabFrame.Size = UDim2.new(1, 0, 0.100000001, 0)

  295. Title.Name = "Title"

  296. Title.Parent = TabFrame

  297. Title.BackgroundColor3 = Color3.fromRGB(255, 255, 255)

  298. Title.BackgroundTransparency = 1.000

  299. Title.BorderSizePixel = 0

  300. Title.Position = UDim2.new(0.0307692308, 0, 0, 0)

  301. Title.Size = UDim2.new(0.41538462, 0, 1, 0)

  302. Title.Font = Enum.Font.GothamBold

  303. Title.Text = "CC AIMBOT"

  304. Title.TextColor3 = Color3.fromRGB(255, 255, 255)

  305. Title.TextSize = 14.000

  306. Title.TextXAlignment = Enum.TextXAlignment.Left

  307. Exit.Name = "Exit"

  308. Exit.Parent = TabFrame

  309. Exit.BackgroundColor3 = Color3.fromRGB(255, 255, 255)

  310. Exit.BackgroundTransparency = 1.000

  311. Exit.BorderSizePixel = 0

  312. Exit.Position = UDim2.new(0.899999976, 0, 0, 0)

  313. Exit.Size = UDim2.new(0.100000001, 0, 1, 0)

  314. Exit.Font = Enum.Font.GothamBold

  315. Exit.Text = "X"

  316. Exit.TextColor3 = Color3.fromRGB(255, 255, 255)

  317. Exit.TextScaled = true

  318. Exit.TextSize = 14.000

  319. Exit.TextWrapped = true

  320. Hide.Name = "Hide"

  321. Hide.Parent = TabFrame

  322. Hide.BackgroundColor3 = Color3.fromRGB(255, 255, 255)

  323. Hide.BackgroundTransparency = 1.000

  324. Hide.BorderSizePixel = 0

  325. Hide.Position = UDim2.new(0.79743588, 0, 0, 0)

  326. Hide.Size = UDim2.new(0.100000001, 0, 1, 0)

  327. Hide.Font = Enum.Font.GothamBold

  328. Hide.Text = "-"

  329. Hide.TextColor3 = Color3.fromRGB(255, 255, 255)

  330. Hide.TextScaled = true

  331. Hide.TextSize = 14.000

  332. Hide.TextWrapped = true

  333. -- Scripts:

  334. local function JLYIY_fake_script() -- Exit.LocalScript

  335. local script = Instance.new('LocalScript', Exit)

  336. local b = script.Parent

  337. b.MouseButton1Down:connect(function()

  338. b.Parent.Parent.AnchorPoint = Vector2.new(0.5, 0.5)

  339. b.Parent.Parent:TweenSize(UDim2.new(0, 0, 0, 0), "In", 2, 0.5)

  340. end)

  341. end

  342. coroutine.wrap(JLYIY_fake_script)()

  343. local function CXSQXNO_fake_script() -- Hide.LocalScript

  344. local script = Instance.new('LocalScript', Hide)

  345. local b = script.Parent

  346. local closed = false

  347. b.MouseButton1Down:connect(function()

  348. if closed == false then

  349. b.Parent.Parent.MainAimbotFrame:TweenSize(UDim2.new(0, 195, 0, 25), "Out", 1.5, 0.5)

  350. closed = true

  351. elseif closed == true then

  352. b.Parent.Parent.MainAimbotFrame:TweenSize(UDim2.new(0, 195, 0, 245), "Out", 1.5, 0.5)

  353. closed = false

  354. end

  355. end)

  356. end

  357. coroutine.wrap(CXSQXNO_fake_script)()

  358. f = {}

  359. local espforlder

  360. local partconverter = Instance.new("Part")

  361. f.addesp = function()

  362. pcall(function()

  363. --print("ESP ran")

  364. if espforlder then

  365. espforlder:Destroy()

  366. espforlder = Instance.new("Folder")

  367. espforlder.Parent = game.Workspace.CurrentCamera

  368. else

  369. espforlder = Instance.new("Folder")

  370. espforlder.Parent = game.Workspace.CurrentCamera

  371. end

  372. for i, v in pairs(espforlder:GetChildren()) do

  373. v:Destroy()

  374. end

  375. for _, plr in pairs(plrs:GetChildren()) do

  376. if plr.Character and plr.Character.Humanoid.Health > 0 and plr.Name ~= lplr.Name then

  377. if TeamBased == true then

  378. if plr.Team.Name ~= plrs.LocalPlayer.Team.Name then

  379. local e = espforlder:FindFirstChild(plr.Name)

  380. if not e then

  381. local fold = Instance.new("Folder", espforlder)

  382. fold.Name = plr.Name

  383. --partconverter.BrickColor = plr.Team.Color

  384. --local teamc = partconverter.Color

  385. for i, p in pairs(plr.Character:GetChildren()) do

  386. if p:IsA("BasePart") and p.Name ~= "HumanoidRootPart" then

  387. local urmom = Instance.new("BoxHandleAdornment")

  388. urmom.ZIndex = 10

  389. urmom.AlwaysOnTop = true

  390. urmom.Color3 = espcolor

  391. urmom.Size = p.Size

  392. urmom.Adornee = p

  393. urmom.Name = tick().." Ur mom has big gay"

  394. urmom.Transparency = wallhack_esp_transparency

  395. urmom.Parent = fold

  396. end

  397. end

  398. plr.Character.Humanoid.Died:Connect(function()

  399. fold:Destroy()

  400. end)

  401. end

  402. end

  403. else

  404. local e = espforlder:FindFirstChild(plr.Name)

  405. if not e then

  406. local fold = Instance.new("Folder", espforlder)

  407. fold.Name = plr.Name

  408. --partconverter.BrickColor = plr.Team.Color

  409. --local teamc = Move.BackgroundColor3

  410. for i, p in pairs(plr.Character:GetChildren()) do

  411. if p:IsA("BasePart") and p.Name ~= "HumanoidRootPart" then

  412. local urmom = Instance.new("BoxHandleAdornment")

  413. urmom.ZIndex = 10

  414. urmom.AlwaysOnTop = true

  415. urmom.Color3 = espcolor

  416. urmom.Size = p.Size

  417. urmom.Adornee = p

  418. urmom.Name = tick().." Ur mom has big gay"

  419. urmom.Transparency = wallhack_esp_transparency

  420. urmom.Parent = fold

  421. end

  422. end

  423. plr.Character.Humanoid.Died:Connect(function()

  424. fold:Destroy()

  425. end)

  426. end

  427. end

  428. end

  429. end

  430. end)

  431. end

  432. local uis = game:GetService("UserInputService")

  433. local bringall = false

  434. local hided2 = false

  435. mouse.KeyDown:Connect(function(a)

  436. if a == "t" then

  437. --print("worked1")

  438. f.addesp()

  439. elseif a == gui_hide_button[2] and uis:IsKeyDown(gui_hide_button[1]) then

  440. if hided2 == false then

  441. hided2 = true

  442. autoesp =false

  443. if espforlder then

  444. espforlder:Destroy()

  445. end

  446. CCAimbot.Enabled = false

  447. else

  448. CCAimbot.Enabled = true

  449. hided2 = false

  450. end

  451. elseif a == "u" then

  452. if mouselock == false then

  453. mouselock = true

  454. else

  455. mouselock = false

  456. end

  457. elseif a == "y" then

  458. if aimbothider == false then

  459. aimbothider = true

  460. if aimbothider == true then

  461. return

  462. end

  463. end

  464. elseif a == "l" then

  465. if autoesp == false then

  466. autoesp = true

  467. else

  468. autoesp = false

  469. end

  470. elseif a == Aim_Assist_Key[2] and uis:IsKeyDown(Aim_Assist_Key[1]) then

  471. if Aim_Assist == true then

  472. Aim_Assist = false

  473. --print("disabled")

  474. else

  475. Aim_Assist = true

  476. end

  477. end

  478. if a == "j" then

  479. if mouse.Target then

  480. mouse.Target:Destroy()

  481. end

  482. end

  483. if a == key then

  484. if switch == false then

  485. switch = true

  486. else

  487. switch = false

  488. if aimatpart ~= nil then

  489. aimatpart = nil

  490. end

  491. end

  492. elseif a == teambasedswitch then

  493. if TeamBased == true then

  494. TeamBased = false

  495. CheatType_3.Text = "Team Based : "..tostring(TeamBased)

  496. else

  497. TeamBased = true

  498. CheatType_3.Text = "Team Based : "..tostring(TeamBased)

  499. end

  500. elseif a == aimkey then

  501. if not aimatpart then

  502. local maxangle = math.rad(20)

  503. for i, plr in pairs(plrs:GetChildren()) do

  504. if plr.Name ~= lplr.Name and plr.Character and plr.Character.Head and plr.Character.Humanoid and plr.Character.Humanoid.Health > 1 then

  505. if TeamBased == true then

  506. if plr.Team.Name ~= lplr.Team.Name then

  507. local an = checkfov(plr.Character.Head)

  508. if an < maxangle then

  509. maxangle = an

  510. aimatpart = plr.Character.Head

  511. end

  512. end

  513. else

  514. local an = checkfov(plr.Character.Head)

  515. if an < maxangle then

  516. maxangle = an

  517. aimatpart = plr.Character.Head

  518. end

  519. --print(plr)

  520. end

  521. local old = aimatpart

  522. plr.Character.Humanoid.Died:Connect(function()

  523. --print("died")

  524. if aimatpart and aimatpart == old then

  525. aimatpart = nil

  526. end

  527. end)

  528. end

  529. end

  530. else

  531. aimatpart = nil

  532. canaimat = false

  533. delay(1.1, function()

  534. canaimat = true

  535. end)

  536. end

  537. end

  538. end)

  539. function getfovxyz (p0, p1, deg)

  540. local x1, y1, z1 = p0:ToOrientation()

  541. local cf = CFrame.new(p0.p, p1.p)

  542. local x2, y2, z2 = cf:ToOrientation()

  543. local d = math.deg

  544. if deg then

  545. return Vector3.new(d(x1-x2), d(y1-y2), d(z1-z2))

  546. else

  547. return Vector3.new((x1-x2), (y1-y2), (z1-z2))

  548. end

  549. end

  550. function aimat(part)

  551. if part then

  552. if aimbothider == true or Aim_Assist == true then

  553. cam.CFrame = cam.CFrame:Lerp(CFrame.new(cam.CFrame.p, part.CFrame.p), aimbothiderspeed)

  554. else

  555. cam.CFrame = CFrame.new(cam.CFrame.p, part.CFrame.p)

  556. end

  557. end

  558. end

  559. function checkfov (part)

  560. local fov = getfovxyz(game.Workspace.CurrentCamera.CFrame, part.CFrame)

  561. local angle = math.abs(fov.X) + math.abs(fov.Y)

  562. return angle

  563. end

  564. pcall(function()

  565. delay(0, function()

  566. while wait(.4) do

  567. if Aim_Assist and not aimatpart and canaimat and lplr.Character and lplr.Character.Humanoid and lplr.Character.Humanoid.Health > 0 then

  568. for i, plr in pairs(plrs:GetChildren()) do

  569. local minangle = math.rad(5.5)

  570. local lastpart = nil

  571. local function gg(plr)

  572. pcall(function()

  573. if plr.Name ~= lplr.Name and plr.Character and plr.Character.Humanoid and plr.Character.Humanoid.Health > 0 and plr.Character.Head then

  574. local raycasted = false

  575. local cf1 = CFrame.new(cam.CFrame.p, plr.Character.Head.CFrame.p) * CFrame.new(0, 0, -4)

  576. local r1 = Ray.new(cf1.p, cf1.LookVector * 9000)

  577. local obj, pos = game.Workspace:FindPartOnRayWithIgnoreList(r1, {lplr.Character.Head})

  578. local dist = (plr.Character.Head.CFrame.p- pos).magnitude

  579. if dist < 4 then

  580. raycasted = true

  581. end

  582. if raycasted == true then

  583. local an1 = getfovxyz(cam.CFrame, plr.Character.Head.CFrame)

  584. local an = abs(an1.X) + abs(an1.Y)

  585. if an < minangle then

  586. minangle = an

  587. lastpart = plr.Character.Head

  588. end

  589. end

  590. end

  591. end)

  592. end

  593. if TeamBased then

  594. if plr.Team.Name ~= lplr.Team.Name then

  595. gg(plr)

  596. end

  597. else

  598. gg(plr)

  599. end

  600. --print(math.deg(minangle))

  601. if lastpart then

  602. aimatpart = lastpart

  603. aimatpart.Parent.Humanoid.Died:Connect(function()

  604. if aimatpart == lastpart then

  605. aimatpart = nil

  606. end

  607. end)

  608. end

  609. end

  610. end

  611. end

  612. end)

  613. end)

  614. local oldheadpos

  615. local lastaimapart

  616. game:GetService("RunService").RenderStepped:Connect(function()

  617. CheatType.Text = "Esp loop : "..tostring(autoesp)

  618. if aimatpart and lplr.Character and lplr.Character.Head then

  619. if BetterDeathCount and lastaimapart and lastaimapart == aimatpart then

  620. local dist = (oldheadpos - aimatpart.CFrame.p).magnitude

  621. if dist > 40 then

  622. aimatpart = nil

  623. end

  624. end

  625. lastaimapart = aimatpart

  626. oldheadpos = lastaimapart.CFrame.p

  627. do

  628. if aimatpart.Parent == plrs.LocalPlayer.Character then

  629. aimatpart = nil

  630. end

  631. aimat(aimatpart)

  632. pcall(function()

  633. if Aim_Assist == true then

  634. local cf1 = CFrame.new(cam.CFrame.p, aimatpart.CFrame.p) * CFrame.new(0, 0, -4)

  635. local r1 = Ray.new(cf1.p, cf1.LookVector * 1000)

  636. local obj, pos = game.Workspace:FindPartOnRayWithIgnoreList(r1, {lplr.Character.Head})

  637. local dist = (aimatpart.CFrame.p- pos).magnitude

  638. if obj then

  639. --print(obj:GetFullName())

  640. end

  641. if not obj or dist > 6 then

  642. aimatpart = nil

  643. --print("ooof")

  644. end

  645. canaimat = false

  646. delay(.5, function()

  647. canaimat = true

  648. end)

  649. end

  650. end)

  651. end

  652. end

  653. end)

  654. delay(0, function()

  655. while wait(espupdatetime) do

  656. if autoesp == true then

  657. pcall(function()

  658. f.addesp()

  659. end)

  660. end

  661. end

  662. end)

  663. --warn("loaded")

  664. function dragify(Frame)

  665. dragToggle = nil

  666. dragSpeed = .25 -- You can edit this.

  667. dragInput = nil

  668. dragStart = nil

  669. dragPos = nil

  670. function updateInput(input)

  671. Delta = input.Position - dragStart

  672. Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + Delta.X, startPos.Y.Scale, startPos.Y.Offset + Delta.Y)

  673. game:GetService("TweenService"):Create(Frame, TweenInfo.new(.25), {Position = Position}):Play()

  674. end

  675. Frame.InputBegan:Connect(function(input)

  676. if (input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch) then

  677. dragToggle = true

  678. dragStart = input.Position

  679. startPos = Frame.Position

  680. input.Changed:Connect(function()

  681. if (input.UserInputState == Enum.UserInputState.End) then

  682. dragToggle = false

  683. end

  684. end)

  685. end

  686. end)

  687. Frame.InputChanged:Connect(function(input)

  688. if (input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch) then

  689. dragInput = input

  690. end

  691. end)

  692. game:GetService("UserInputService").InputChanged:Connect(function(input)

  693. if (input == dragInput and dragToggle) then

  694. updateInput(input)

  695. end

  696. end)

  697. end

  698. dragify(AimbotFrame)

  699. local Player = game:GetService'Players'.LocalPlayer;

  700. local UIS = game:GetService'UserInputService';

  701. _G.JumpHeight = 50;

  702. function Action(Object, Function) if Object ~= nil then Function(Object); end end

  703. UIS.InputBegan:connect(function(UserInput)

  704. if UserInput.UserInputType == Enum.UserInputType.Keyboard and UserInput.KeyCode == Enum.KeyCode.Space then

  705. Action(Player.Character.Humanoid, function(self)

  706. if self:GetState() == Enum.HumanoidStateType.Jumping or self:GetState() == Enum.HumanoidStateType.Freefall then

  707. Action(self.Parent.HumanoidRootPart, function(self)

  708. self.Velocity = Vector3.new(0, _G.JumpHeight, 0);

  709. end)

  710. end

  711. end)

  712. end

  713. end)

Arsenal Aimbot UPDATED script pastebin 2021 - Pastebin.com (2024)

References

Top Articles
Latest Posts
Article information

Author: Patricia Veum II

Last Updated:

Views: 5233

Rating: 4.3 / 5 (44 voted)

Reviews: 83% of readers found this page helpful

Author information

Name: Patricia Veum II

Birthday: 1994-12-16

Address: 2064 Little Summit, Goldieton, MS 97651-0862

Phone: +6873952696715

Job: Principal Officer

Hobby: Rafting, Cabaret, Candle making, Jigsaw puzzles, Inline skating, Magic, Graffiti

Introduction: My name is Patricia Veum II, I am a vast, combative, smiling, famous, inexpensive, zealous, sparkling person who loves writing and wants to share my knowledge and understanding with you.