43Bullets

Synxo Arsenal GUI

Apr 14th, 2021
29
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 33.34 KB | None | 0 0
  1. --Scripted by: 43Bullets aka ARedbidderr
  2.  
  3. local ScreenGui = Instance.new("ScreenGui")
  4. local Frame = Instance.new("Frame")
  5. local TextLabel = Instance.new("TextLabel")
  6. local TextButton = Instance.new("TextButton")
  7. local TextButton_2 = Instance.new("TextButton")
  8. local TextButton_3 = Instance.new("TextButton")
  9. local TextButton_4 = Instance.new("TextButton")
  10.  
  11.  
  12. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  13. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  14. ScreenGui.ResetOnSpawn = false
  15.  
  16. Frame.Parent = ScreenGui
  17. Frame.BackgroundColor3 = Color3.fromRGB(56, 56, 56)
  18. Frame.Position = UDim2.new(0.0401948839, 0, 0.076171875, 0)
  19. Frame.Size = UDim2.new(0, 473, 0, 257)
  20.  
  21. TextLabel.Parent = Frame
  22. TextLabel.BackgroundColor3 = Color3.fromRGB(71, 65, 255)
  23. TextLabel.BorderColor3 = Color3.fromRGB(1, 8, 53)
  24. TextLabel.Size = UDim2.new(0, 473, 0, 42)
  25. TextLabel.Font = Enum.Font.SourceSans
  26. TextLabel.Text = "Synxo's Arsenal GUI"
  27. TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
  28. TextLabel.TextSize = 30.000
  29.  
  30. TextButton.Parent = Frame
  31. TextButton.BackgroundColor3 = Color3.fromRGB(88, 88, 88)
  32. TextButton.Position = UDim2.new(0, 0, 0.210116729, 0)
  33. TextButton.Size = UDim2.new(0, 200, 0, 50)
  34. TextButton.Font = Enum.Font.SourceSans
  35. TextButton.Text = "Aimbot"
  36. TextButton.TextColor3 = Color3.fromRGB(175, 175, 175)
  37. TextButton.TextSize = 20.000
  38.  
  39. TextButton_2.Parent = Frame
  40. TextButton_2.BackgroundColor3 = Color3.fromRGB(88, 88, 88)
  41. TextButton_2.Position = UDim2.new(0.575052857, 0, 0.210116729, 0)
  42. TextButton_2.Size = UDim2.new(0, 200, 0, 50)
  43. TextButton_2.Font = Enum.Font.SourceSans
  44. TextButton_2.Text = "ESP"
  45. TextButton_2.TextColor3 = Color3.fromRGB(175, 175, 175)
  46. TextButton_2.TextSize = 20.000
  47.  
  48. TextButton_3.Parent = Frame
  49. TextButton_3.BackgroundColor3 = Color3.fromRGB(88, 88, 88)
  50. TextButton_3.Position = UDim2.new(0, 0, 0.529182851, 0)
  51. TextButton_3.Size = UDim2.new(0, 200, 0, 50)
  52. TextButton_3.Font = Enum.Font.SourceSans
  53. TextButton_3.Text = "Kill All"
  54. TextButton_3.TextColor3 = Color3.fromRGB(175, 175, 175)
  55. TextButton_3.TextSize = 20.000
  56.  
  57. TextButton_4.Parent = Frame
  58. TextButton_4.BackgroundColor3 = Color3.fromRGB(88, 88, 88)
  59. TextButton_4.Position = UDim2.new(0.575075984, 0, 0.52845329, 0)
  60. TextButton_4.Size = UDim2.new(0, 200, 0, 50)
  61. TextButton_4.Font = Enum.Font.SourceSans
  62. TextButton_4.Text = "Infinite Jump"
  63. TextButton_4.TextColor3 = Color3.fromRGB(175, 175, 175)
  64. TextButton_4.TextSize = 20.000
  65.  
  66. -- Scripts:
  67.  
  68. local function DPSSS_fake_script() -- Frame.Dragify
  69. local script = Instance.new('LocalScript', Frame)
  70.  
  71. local UIS = game:GetService("UserInputService")
  72. function dragify(Frame)
  73. dragToggle = nil
  74. local dragSpeed = 0.50
  75. dragInput = nil
  76. dragStart = nil
  77. local dragPos = nil
  78. function updateInput(input)
  79. local Delta = input.Position - dragStart
  80. local Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + Delta.X, startPos.Y.Scale, startPos.Y.Offset + Delta.Y)
  81. game:GetService("TweenService"):Create(Frame, TweenInfo.new(0.30), {Position = Position}):Play()
  82. end
  83. Frame.InputBegan:Connect(function(input)
  84. if (input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch) and UIS:GetFocusedTextBox() == nil then
  85. dragToggle = true
  86. dragStart = input.Position
  87. startPos = Frame.Position
  88. input.Changed:Connect(function()
  89. if input.UserInputState == Enum.UserInputState.End then
  90. dragToggle = false
  91. end
  92. end)
  93. end
  94. end)
  95. Frame.InputChanged:Connect(function(input)
  96. if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  97. dragInput = input
  98. end
  99. end)
  100. game:GetService("UserInputService").InputChanged:Connect(function(input)
  101. if input == dragInput and dragToggle then
  102. updateInput(input)
  103. end
  104. end)
  105. end
  106.  
  107. dragify(script.Parent)
  108. end
  109. coroutine.wrap(DPSSS_fake_script)()
  110. local function DUUCIRX_fake_script() -- TextButton.Script
  111. local script = Instance.new('Script', TextButton)
  112.  
  113. script.Parent.MouseButton1Click:Connect(function()
  114. local espcolor = Color3.fromRGB(140, 69, 102)
  115. local wallhack_esp_transparency = .4
  116. local gui_hide_button = {Enum.KeyCode.LeftControl, "h"}
  117. local plrs = game:GetService("Players")
  118. local lplr = game:GetService("Players").LocalPlayer
  119. local TeamBased = true ; local teambasedswitch = "o"
  120. local presskeytoaim = true; local aimkey = "e"
  121. aimbothider = false; aimbothiderspeed = .5
  122. local Aim_Assist = false ; Aim_Assist_Key = {Enum.KeyCode.LeftControl, "z"}
  123. local espupdatetime = 5; autoesp = false
  124. local abs = math.abs
  125. local mouselock = false
  126. local canaimat = true
  127. local lockaim = true; local lockangle = 5
  128. local ver = "2"
  129. local cam = game.Workspace.CurrentCamera
  130. local BetterDeathCount = true
  131.  
  132.  
  133. local mouse = lplr:GetMouse()
  134. local switch = false
  135. local key = "k"
  136. local aimatpart = nil
  137.  
  138. local CCAimbot = Instance.new("ScreenGui")
  139. local AimbotFrame = Instance.new("Frame")
  140. local MainAimbotFrame = Instance.new("Frame")
  141. local N2 = Instance.new("Frame")
  142. local CheatType = Instance.new("TextLabel")
  143. local N2_2 = Instance.new("Frame")
  144. local CheatType_2 = Instance.new("TextLabel")
  145. local N1 = Instance.new("Frame")
  146. local CheatType_3 = Instance.new("TextLabel")
  147. local C5 = Instance.new("Frame")
  148. local Letters = Instance.new("TextLabel")
  149. local CheatType_4 = Instance.new("TextLabel")
  150. local C4 = Instance.new("Frame")
  151. local Letters_2 = Instance.new("TextLabel")
  152. local CheatType_5 = Instance.new("TextLabel")
  153. local C3 = Instance.new("Frame")
  154. local Letters_3 = Instance.new("TextLabel")
  155. local CheatType_6 = Instance.new("TextLabel")
  156. local C2 = Instance.new("Frame")
  157. local Letters_4 = Instance.new("TextLabel")
  158. local CheatType_7 = Instance.new("TextLabel")
  159. local C1 = Instance.new("Frame")
  160. local Letters_5 = Instance.new("TextLabel")
  161. local CheatType_8 = Instance.new("TextLabel")
  162. local TabFrame = Instance.new("Frame")
  163. local Title = Instance.new("TextLabel")
  164. local Exit = Instance.new("TextButton")
  165. local Hide = Instance.new("TextButton")
  166.  
  167. --Properties:
  168.  
  169. CCAimbot.Name = "CCAimbot"
  170. CCAimbot.Parent = game.CoreGui
  171.  
  172. AimbotFrame.Name = "AimbotFrame"
  173. AimbotFrame.Parent = CCAimbot
  174. AimbotFrame.AnchorPoint = Vector2.new(0.5, 0.5)
  175. AimbotFrame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  176. AimbotFrame.BackgroundTransparency = 1.000
  177. AimbotFrame.BorderSizePixel = 0
  178. AimbotFrame.ClipsDescendants = true
  179. AimbotFrame.Position = UDim2.new(0.5, 0, 0.479495257, 0)
  180. AimbotFrame.Size = UDim2.new(0, 195, 0, 259)
  181.  
  182. MainAimbotFrame.Name = "MainAimbotFrame"
  183. MainAimbotFrame.Parent = AimbotFrame
  184. MainAimbotFrame.BackgroundColor3 = Color3.fromRGB(23, 24, 28)
  185. MainAimbotFrame.BorderSizePixel = 0
  186. MainAimbotFrame.ClipsDescendants = true
  187. MainAimbotFrame.Position = UDim2.new(-0.00256413221, 0, 0.0464286208, 0)
  188. MainAimbotFrame.Size = UDim2.new(0, 195, 0, 245)
  189.  
  190. N2.Name = "N2"
  191. N2.Parent = MainAimbotFrame
  192. N2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  193. N2.BackgroundTransparency = 1.000
  194. N2.BorderSizePixel = 0
  195. N2.Position = UDim2.new(0, 0, 0.562231719, 0)
  196. N2.Size = UDim2.new(1, 0, 0.100000001, 0)
  197.  
  198. CheatType.Name = "CheatType"
  199. CheatType.Parent = N2
  200. CheatType.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  201. CheatType.BackgroundTransparency = 1.000
  202. CheatType.BorderSizePixel = 0
  203. CheatType.Position = UDim2.new(0, 0, 2.03163123, 0)
  204. CheatType.Size = UDim2.new(1, 0, 1.05753362, 0)
  205. CheatType.Font = Enum.Font.GothamBlack
  206. CheatType.Text = "ESP Loop : False"
  207. CheatType.TextColor3 = Color3.fromRGB(255, 255, 255)
  208. CheatType.TextSize = 15.000
  209. CheatType.TextWrapped = true
  210.  
  211. N2_2.Name = "N2"
  212. N2_2.Parent = MainAimbotFrame
  213. N2_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  214. N2_2.BackgroundTransparency = 1.000
  215. N2_2.BorderSizePixel = 0
  216. N2_2.Position = UDim2.new(0, 0, 0.935622334, 0)
  217. N2_2.Size = UDim2.new(1, 0, 0.0613734461, 0)
  218.  
  219. CheatType_2.Name = "CheatType"
  220. CheatType_2.Parent = N2_2
  221. CheatType_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  222. CheatType_2.BackgroundTransparency = 1.000
  223. CheatType_2.BorderSizePixel = 0
  224. CheatType_2.Size = UDim2.new(1, 0, 1, 0)
  225. CheatType_2.Font = Enum.Font.Gotham
  226. CheatType_2.Text = "Letters Corrospond with Keybinds"
  227. CheatType_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  228. CheatType_2.TextScaled = true
  229. CheatType_2.TextSize = 15.000
  230. CheatType_2.TextWrapped = true
  231.  
  232. N1.Name = "N1"
  233. N1.Parent = MainAimbotFrame
  234. N1.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  235. N1.BackgroundTransparency = 1.000
  236. N1.BorderSizePixel = 0
  237. N1.Position = UDim2.new(0, 0, 0.562231719, 0)
  238. N1.Size = UDim2.new(1, 0, 0.100000001, 0)
  239.  
  240. CheatType_3.Name = "CheatType"
  241. CheatType_3.Parent = N1
  242. CheatType_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  243. CheatType_3.BackgroundTransparency = 1.000
  244. CheatType_3.BorderSizePixel = 0
  245. CheatType_3.Position = UDim2.new(0, 0, 0.987714529, 0)
  246. CheatType_3.Size = UDim2.new(1, 0, 1.05753362, 0)
  247. CheatType_3.Font = Enum.Font.GothamBlack
  248. CheatType_3.Text = "Team Based : True"
  249. CheatType_3.TextColor3 = Color3.fromRGB(255, 255, 255)
  250. CheatType_3.TextSize = 15.000
  251. CheatType_3.TextWrapped = true
  252.  
  253. C5.Name = "C5"
  254. C5.Parent = MainAimbotFrame
  255. C5.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  256. C5.BackgroundTransparency = 1.000
  257. C5.BorderSizePixel = 0
  258. C5.Position = UDim2.new(-0.00512820529, 0, 0.459227443, 0)
  259. C5.Size = UDim2.new(1, 0, 0.100000001, 0)
  260.  
  261. Letters.Name = "Letters"
  262. Letters.Parent = C5
  263. Letters.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  264. Letters.BackgroundTransparency = 1.000
  265. Letters.BorderSizePixel = 0
  266. Letters.Position = UDim2.new(0.730999887, 0, 0.973926187, 0)
  267. Letters.Size = UDim2.new(0.263999999, 0, 1.05753362, 0)
  268. Letters.Font = Enum.Font.GothamBold
  269. Letters.Text = "O"
  270. Letters.TextColor3 = Color3.fromRGB(255, 255, 255)
  271. Letters.TextSize = 15.000
  272. Letters.TextWrapped = true
  273.  
  274. CheatType_4.Name = "CheatType"
  275. CheatType_4.Parent = C5
  276. CheatType_4.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  277. CheatType_4.BackgroundTransparency = 1.000
  278. CheatType_4.BorderSizePixel = 0
  279. CheatType_4.Position = UDim2.new(0.0307692308, 0, 0.97837925, 0)
  280. CheatType_4.Size = UDim2.new(0.699999988, 0, 1.05753362, 0)
  281. CheatType_4.Font = Enum.Font.GothamBold
  282. CheatType_4.Text = "Team Based"
  283. CheatType_4.TextColor3 = Color3.fromRGB(255, 255, 255)
  284. CheatType_4.TextSize = 15.000
  285. CheatType_4.TextWrapped = true
  286. CheatType_4.TextXAlignment = Enum.TextXAlignment.Left
  287.  
  288. C4.Name = "C4"
  289. C4.Parent = MainAimbotFrame
  290. C4.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  291. C4.BackgroundTransparency = 1.000
  292. C4.BorderSizePixel = 0
  293. C4.Position = UDim2.new(0, 0, 0.356223166, 0)
  294. C4.Size = UDim2.new(1, 0, 0.100000001, 0)
  295.  
  296. Letters_2.Name = "Letters"
  297. Letters_2.Parent = C4
  298. Letters_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  299. Letters_2.BackgroundTransparency = 1.000
  300. Letters_2.BorderSizePixel = 0
  301. Letters_2.Position = UDim2.new(0.730999887, 0, 0.914663553, 0)
  302. Letters_2.Size = UDim2.new(0.263999999, 0, 1.05753362, 0)
  303. Letters_2.Font = Enum.Font.GothamBold
  304. Letters_2.Text = "Y"
  305. Letters_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  306. Letters_2.TextSize = 15.000
  307. Letters_2.TextWrapped = true
  308.  
  309. CheatType_5.Name = "CheatType"
  310. CheatType_5.Parent = C4
  311. CheatType_5.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  312. CheatType_5.BackgroundTransparency = 1.000
  313. CheatType_5.BorderSizePixel = 0
  314. CheatType_5.Position = UDim2.new(0.0307692308, 0, 0.919116616, 0)
  315. CheatType_5.Size = UDim2.new(0.699999988, 0, 1.05753362, 0)
  316. CheatType_5.Font = Enum.Font.GothamBold
  317. CheatType_5.Text = "Aimbot Hider"
  318. CheatType_5.TextColor3 = Color3.fromRGB(255, 255, 255)
  319. CheatType_5.TextSize = 15.000
  320. CheatType_5.TextWrapped = true
  321. CheatType_5.TextXAlignment = Enum.TextXAlignment.Left
  322.  
  323. C3.Name = "C3"
  324. C3.Parent = MainAimbotFrame
  325. C3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  326. C3.BackgroundTransparency = 1.000
  327. C3.BorderSizePixel = 0
  328. C3.Position = UDim2.new(0, 0, 0.253218889, 0)
  329. C3.Size = UDim2.new(1, 0, 0.100000001, 0)
  330.  
  331. Letters_3.Name = "Letters"
  332. Letters_3.Parent = C3
  333. Letters_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  334. Letters_3.BackgroundTransparency = 1.000
  335. Letters_3.BorderSizePixel = 0
  336. Letters_3.Position = UDim2.new(0.730999887, 0, 0.855401516, 0)
  337. Letters_3.Size = UDim2.new(0.263999999, 0, 1.05753362, 0)
  338. Letters_3.Font = Enum.Font.GothamBold
  339. Letters_3.Text = "L"
  340. Letters_3.TextColor3 = Color3.fromRGB(255, 255, 255)
  341. Letters_3.TextSize = 15.000
  342. Letters_3.TextWrapped = true
  343.  
  344. CheatType_6.Name = "CheatType"
  345. CheatType_6.Parent = C3
  346. CheatType_6.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  347. CheatType_6.BackgroundTransparency = 1.000
  348. CheatType_6.BorderSizePixel = 0
  349. CheatType_6.Position = UDim2.new(0.0307692308, 0, 0.859854579, 0)
  350. CheatType_6.Size = UDim2.new(0.699999988, 0, 1.05753362, 0)
  351. CheatType_6.Font = Enum.Font.GothamBold
  352. CheatType_6.Text = "ESP Loop"
  353. CheatType_6.TextColor3 = Color3.fromRGB(255, 255, 255)
  354. CheatType_6.TextSize = 15.000
  355. CheatType_6.TextWrapped = true
  356. CheatType_6.TextXAlignment = Enum.TextXAlignment.Left
  357.  
  358. C2.Name = "C2"
  359. C2.Parent = MainAimbotFrame
  360. C2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  361. C2.BackgroundTransparency = 1.000
  362. C2.BorderSizePixel = 0
  363. C2.Position = UDim2.new(0, 0, 0.150214598, 0)
  364. C2.Size = UDim2.new(1, 0, 0.100000001, 0)
  365.  
  366. Letters_4.Name = "Letters"
  367. Letters_4.Parent = C2
  368. Letters_4.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  369. Letters_4.BackgroundTransparency = 1.000
  370. Letters_4.BorderSizePixel = 0
  371. Letters_4.Position = UDim2.new(0.730999887, 0, 0.796139479, 0)
  372. Letters_4.Size = UDim2.new(0.263999999, 0, 1.05753362, 0)
  373. Letters_4.Font = Enum.Font.GothamBold
  374. Letters_4.Text = "T"
  375. Letters_4.TextColor3 = Color3.fromRGB(255, 255, 255)
  376. Letters_4.TextSize = 15.000
  377. Letters_4.TextWrapped = true
  378.  
  379. CheatType_7.Name = "CheatType"
  380. CheatType_7.Parent = C2
  381. CheatType_7.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  382. CheatType_7.BackgroundTransparency = 1.000
  383. CheatType_7.BorderSizePixel = 0
  384. CheatType_7.Position = UDim2.new(0.0307692308, 0, 0.800592542, 0)
  385. CheatType_7.Size = UDim2.new(0.699999988, 0, 1.05753362, 0)
  386. CheatType_7.Font = Enum.Font.GothamBold
  387. CheatType_7.Text = "ESP"
  388. CheatType_7.TextColor3 = Color3.fromRGB(255, 255, 255)
  389. CheatType_7.TextSize = 15.000
  390. CheatType_7.TextWrapped = true
  391. CheatType_7.TextXAlignment = Enum.TextXAlignment.Left
  392.  
  393. C1.Name = "C1"
  394. C1.Parent = MainAimbotFrame
  395. C1.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  396. C1.BackgroundTransparency = 1.000
  397. C1.BorderSizePixel = 0
  398. C1.Position = UDim2.new(0, 0, 0.0472103022, 0)
  399. C1.Size = UDim2.new(1, 0, 0.100000001, 0)
  400.  
  401. Letters_5.Name = "Letters"
  402. Letters_5.Parent = C1
  403. Letters_5.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  404. Letters_5.BackgroundTransparency = 1.000
  405. Letters_5.BorderSizePixel = 0
  406. Letters_5.Position = UDim2.new(0.730999887, 0, 0.736877441, 0)
  407. Letters_5.Size = UDim2.new(0.263999999, 0, 1.05753362, 0)
  408. Letters_5.Font = Enum.Font.GothamBold
  409. Letters_5.Text = "E"
  410. Letters_5.TextColor3 = Color3.fromRGB(255, 255, 255)
  411. Letters_5.TextSize = 15.000
  412. Letters_5.TextWrapped = true
  413.  
  414. CheatType_8.Name = "CheatType"
  415. CheatType_8.Parent = C1
  416. CheatType_8.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  417. CheatType_8.BackgroundTransparency = 1.000
  418. CheatType_8.BorderSizePixel = 0
  419. CheatType_8.Position = UDim2.new(0.0307692308, 0, 0.741330564, 0)
  420. CheatType_8.Size = UDim2.new(0.699999988, 0, 1.05753362, 0)
  421. CheatType_8.Font = Enum.Font.GothamBold
  422. CheatType_8.Text = "Lock-in Person"
  423. CheatType_8.TextColor3 = Color3.fromRGB(255, 255, 255)
  424. CheatType_8.TextSize = 15.000
  425. CheatType_8.TextWrapped = true
  426. CheatType_8.TextXAlignment = Enum.TextXAlignment.Left
  427.  
  428. TabFrame.Name = "TabFrame"
  429. TabFrame.Parent = AimbotFrame
  430. TabFrame.AnchorPoint = Vector2.new(0.5, 0.5)
  431. TabFrame.BackgroundColor3 = Color3.fromRGB(0, 237, 206)
  432. TabFrame.BorderSizePixel = 0
  433. TabFrame.ClipsDescendants = true
  434. TabFrame.Position = UDim2.new(0.497435898, 0, 0.0926640928, 0)
  435. TabFrame.Size = UDim2.new(1, 0, 0.100000001, 0)
  436.  
  437. Title.Name = "Title"
  438. Title.Parent = TabFrame
  439. Title.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  440. Title.BackgroundTransparency = 1.000
  441. Title.BorderSizePixel = 0
  442. Title.Position = UDim2.new(0.0307692308, 0, 0, 0)
  443. Title.Size = UDim2.new(0.41538462, 0, 1, 0)
  444. Title.Font = Enum.Font.GothamBold
  445. Title.Text = "AIMBOT"
  446. Title.TextColor3 = Color3.fromRGB(255, 255, 255)
  447. Title.TextSize = 14.000
  448. Title.TextXAlignment = Enum.TextXAlignment.Left
  449.  
  450. Exit.Name = "Exit"
  451. Exit.Parent = TabFrame
  452. Exit.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  453. Exit.BackgroundTransparency = 1.000
  454. Exit.BorderSizePixel = 0
  455. Exit.Position = UDim2.new(0.899999976, 0, 0, 0)
  456. Exit.Size = UDim2.new(0.100000001, 0, 1, 0)
  457. Exit.Font = Enum.Font.GothamBold
  458. Exit.Text = "X"
  459. Exit.TextColor3 = Color3.fromRGB(255, 255, 255)
  460. Exit.TextScaled = true
  461. Exit.TextSize = 14.000
  462. Exit.TextWrapped = true
  463.  
  464. Hide.Name = "Hide"
  465. Hide.Parent = TabFrame
  466. Hide.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  467. Hide.BackgroundTransparency = 1.000
  468. Hide.BorderSizePixel = 0
  469. Hide.Position = UDim2.new(0.79743588, 0, 0, 0)
  470. Hide.Size = UDim2.new(0.100000001, 0, 1, 0)
  471. Hide.Font = Enum.Font.GothamBold
  472. Hide.Text = "-"
  473. Hide.TextColor3 = Color3.fromRGB(255, 255, 255)
  474. Hide.TextScaled = true
  475. Hide.TextSize = 14.000
  476. Hide.TextWrapped = true
  477.  
  478. -- Scripts:
  479.  
  480. local function JLYIY_fake_script() -- Exit.LocalScript
  481. local script = Instance.new('LocalScript', Exit)
  482.  
  483. local b = script.Parent
  484.  
  485. b.MouseButton1Down:connect(function()
  486. b.Parent.Parent.AnchorPoint = Vector2.new(0.5, 0.5)
  487. b.Parent.Parent:TweenSize(UDim2.new(0, 0, 0, 0), "In", 2, 0.5)
  488. end)
  489. end
  490. coroutine.wrap(JLYIY_fake_script)()
  491. local function CXSQXNO_fake_script() -- Hide.LocalScript
  492. local script = Instance.new('LocalScript', Hide)
  493.  
  494. local b = script.Parent
  495. local closed = false
  496.  
  497. b.MouseButton1Down:connect(function()
  498. if closed == false then
  499. b.Parent.Parent.MainAimbotFrame:TweenSize(UDim2.new(0, 195, 0, 25), "Out", 1.5, 0.5)
  500. closed = true
  501.  
  502. elseif closed == true then
  503. b.Parent.Parent.MainAimbotFrame:TweenSize(UDim2.new(0, 195, 0, 245), "Out", 1.5, 0.5)
  504. closed = false
  505. end
  506.  
  507. end)
  508. end
  509. coroutine.wrap(CXSQXNO_fake_script)()
  510.  
  511. f = {}
  512. local espforlder
  513. local partconverter = Instance.new("Part")
  514.  
  515. f.addesp = function()
  516. pcall(function()
  517. --print("ESP ran")
  518. if espforlder then
  519. espforlder:Destroy()
  520. espforlder = Instance.new("Folder")
  521. espforlder.Parent = game.Workspace.CurrentCamera
  522. else
  523. espforlder = Instance.new("Folder")
  524. espforlder.Parent = game.Workspace.CurrentCamera
  525. end
  526. for i, v in pairs(espforlder:GetChildren()) do
  527. v:Destroy()
  528. end
  529. for _, plr in pairs(plrs:GetChildren()) do
  530. if plr.Character and plr.Character.Humanoid.Health > 0 and plr.Name ~= lplr.Name then
  531. if TeamBased == true then
  532. if plr.Team.Name ~= plrs.LocalPlayer.Team.Name then
  533. local e = espforlder:FindFirstChild(plr.Name)
  534. if not e then
  535. local fold = Instance.new("Folder", espforlder)
  536. fold.Name = plr.Name
  537.  
  538. --partconverter.BrickColor = plr.Team.Color
  539. --local teamc = partconverter.Color
  540. for i, p in pairs(plr.Character:GetChildren()) do
  541. if p:IsA("BasePart") and p.Name ~= "HumanoidRootPart" then
  542. local urmom = Instance.new("BoxHandleAdornment")
  543. urmom.ZIndex = 10
  544. urmom.AlwaysOnTop = true
  545. urmom.Color3 = espcolor
  546. urmom.Size = p.Size
  547. urmom.Adornee = p
  548. urmom.Name = tick().." Ur mom has big gay"
  549. urmom.Transparency = wallhack_esp_transparency
  550. urmom.Parent = fold
  551.  
  552. end
  553. end
  554. plr.Character.Humanoid.Died:Connect(function()
  555. fold:Destroy()
  556. end)
  557. end
  558. end
  559. else
  560. local e = espforlder:FindFirstChild(plr.Name)
  561. if not e then
  562. local fold = Instance.new("Folder", espforlder)
  563. fold.Name = plr.Name
  564.  
  565. --partconverter.BrickColor = plr.Team.Color
  566. --local teamc = Move.BackgroundColor3
  567. for i, p in pairs(plr.Character:GetChildren()) do
  568. if p:IsA("BasePart") and p.Name ~= "HumanoidRootPart" then
  569. local urmom = Instance.new("BoxHandleAdornment")
  570. urmom.ZIndex = 10
  571. urmom.AlwaysOnTop = true
  572. urmom.Color3 = espcolor
  573. urmom.Size = p.Size
  574. urmom.Adornee = p
  575. urmom.Name = tick().." Ur mom has big gay"
  576. urmom.Transparency = wallhack_esp_transparency
  577. urmom.Parent = fold
  578. end
  579. end
  580. plr.Character.Humanoid.Died:Connect(function()
  581. fold:Destroy()
  582. end)
  583. end
  584. end
  585.  
  586.  
  587. end
  588. end
  589. end)
  590. end
  591. local uis = game:GetService("UserInputService")
  592. local bringall = false
  593. local hided2 = false
  594. mouse.KeyDown:Connect(function(a)
  595. if a == "t" then
  596. --print("worked1")
  597. f.addesp()
  598. elseif a == gui_hide_button[2] and uis:IsKeyDown(gui_hide_button[1]) then
  599. if hided2 == false then
  600. hided2 = true
  601. autoesp =false
  602. if espforlder then
  603. espforlder:Destroy()
  604. end
  605. CCAimbot.Enabled = false
  606. else
  607. CCAimbot.Enabled = true
  608. hided2 = false
  609. end
  610. elseif a == "u" then
  611. if mouselock == false then
  612. mouselock = true
  613. else
  614. mouselock = false
  615. end
  616. elseif a == "y" then
  617. if aimbothider == false then
  618. aimbothider = true
  619. if aimbothider == true then
  620. return
  621. end
  622. end
  623. elseif a == "l" then
  624. if autoesp == false then
  625. autoesp = true
  626. else
  627. autoesp = false
  628. end
  629. elseif a == Aim_Assist_Key[2] and uis:IsKeyDown(Aim_Assist_Key[1]) then
  630. if Aim_Assist == true then
  631. Aim_Assist = false
  632. --print("disabled")
  633. else
  634. Aim_Assist = true
  635. end
  636. end
  637. if a == "j" then
  638. if mouse.Target then
  639. mouse.Target:Destroy()
  640. end
  641. end
  642. if a == key then
  643. if switch == false then
  644. switch = true
  645. else
  646. switch = false
  647. if aimatpart ~= nil then
  648. aimatpart = nil
  649. end
  650. end
  651. elseif a == teambasedswitch then
  652. if TeamBased == true then
  653. TeamBased = false
  654. CheatType_3.Text = "Team Based : "..tostring(TeamBased)
  655. else
  656. TeamBased = true
  657. CheatType_3.Text = "Team Based : "..tostring(TeamBased)
  658. end
  659. elseif a == aimkey then
  660. if not aimatpart then
  661. local maxangle = math.rad(20)
  662. for i, plr in pairs(plrs:GetChildren()) do
  663. if plr.Name ~= lplr.Name and plr.Character and plr.Character.Head and plr.Character.Humanoid and plr.Character.Humanoid.Health > 1 then
  664. if TeamBased == true then
  665. if plr.Team.Name ~= lplr.Team.Name then
  666. local an = checkfov(plr.Character.Head)
  667. if an < maxangle then
  668. maxangle = an
  669. aimatpart = plr.Character.Head
  670. end
  671. end
  672. else
  673. local an = checkfov(plr.Character.Head)
  674. if an < maxangle then
  675. maxangle = an
  676. aimatpart = plr.Character.Head
  677. end
  678. --print(plr)
  679. end
  680. local old = aimatpart
  681. plr.Character.Humanoid.Died:Connect(function()
  682. --print("died")
  683. if aimatpart and aimatpart == old then
  684. aimatpart = nil
  685. end
  686. end)
  687.  
  688. end
  689. end
  690. else
  691. aimatpart = nil
  692. canaimat = false
  693. delay(1.1, function()
  694. canaimat = true
  695. end)
  696. end
  697. end
  698. end)
  699.  
  700. function getfovxyz (p0, p1, deg)
  701. local x1, y1, z1 = p0:ToOrientation()
  702. local cf = CFrame.new(p0.p, p1.p)
  703. local x2, y2, z2 = cf:ToOrientation()
  704. local d = math.deg
  705. if deg then
  706. return Vector3.new(d(x1-x2), d(y1-y2), d(z1-z2))
  707. else
  708. return Vector3.new((x1-x2), (y1-y2), (z1-z2))
  709. end
  710. end
  711.  
  712.  
  713. function aimat(part)
  714. if part then
  715. if aimbothider == true or Aim_Assist == true then
  716. cam.CFrame = cam.CFrame:Lerp(CFrame.new(cam.CFrame.p, part.CFrame.p), aimbothiderspeed)
  717. else
  718.  
  719. cam.CFrame = CFrame.new(cam.CFrame.p, part.CFrame.p)
  720. end
  721. end
  722. end
  723. function checkfov (part)
  724. local fov = getfovxyz(game.Workspace.CurrentCamera.CFrame, part.CFrame)
  725. local angle = math.abs(fov.X) + math.abs(fov.Y)
  726. return angle
  727. end
  728. pcall(function()
  729. delay(0, function()
  730. while wait(.4) do
  731. if Aim_Assist and not aimatpart and canaimat and lplr.Character and lplr.Character.Humanoid and lplr.Character.Humanoid.Health > 0 then
  732. for i, plr in pairs(plrs:GetChildren()) do
  733.  
  734.  
  735. local minangle = math.rad(5.5)
  736. local lastpart = nil
  737. local function gg(plr)
  738. pcall(function()
  739. if plr.Name ~= lplr.Name and plr.Character and plr.Character.Humanoid and plr.Character.Humanoid.Health > 0 and plr.Character.Head then
  740. local raycasted = false
  741. local cf1 = CFrame.new(cam.CFrame.p, plr.Character.Head.CFrame.p) * CFrame.new(0, 0, -4)
  742. local r1 = Ray.new(cf1.p, cf1.LookVector * 9000)
  743. local obj, pos = game.Workspace:FindPartOnRayWithIgnoreList(r1, {lplr.Character.Head})
  744. local dist = (plr.Character.Head.CFrame.p- pos).magnitude
  745. if dist < 4 then
  746. raycasted = true
  747. end
  748. if raycasted == true then
  749. local an1 = getfovxyz(cam.CFrame, plr.Character.Head.CFrame)
  750. local an = abs(an1.X) + abs(an1.Y)
  751. if an < minangle then
  752. minangle = an
  753. lastpart = plr.Character.Head
  754. end
  755. end
  756. end
  757. end)
  758. end
  759. if TeamBased then
  760. if plr.Team.Name ~= lplr.Team.Name then
  761. gg(plr)
  762. end
  763. else
  764. gg(plr)
  765. end
  766. --print(math.deg(minangle))
  767. if lastpart then
  768. aimatpart = lastpart
  769. aimatpart.Parent.Humanoid.Died:Connect(function()
  770. if aimatpart == lastpart then
  771. aimatpart = nil
  772. end
  773. end)
  774.  
  775. end
  776. end
  777. end
  778. end
  779. end)
  780. end)
  781. local oldheadpos
  782. local lastaimapart
  783. game:GetService("RunService").RenderStepped:Connect(function()
  784. CheatType.Text = "Esp loop : "..tostring(autoesp)
  785. if aimatpart and lplr.Character and lplr.Character.Head then
  786. if BetterDeathCount and lastaimapart and lastaimapart == aimatpart then
  787. local dist = (oldheadpos - aimatpart.CFrame.p).magnitude
  788. if dist > 40 then
  789. aimatpart = nil
  790. end
  791. end
  792. lastaimapart = aimatpart
  793. oldheadpos = lastaimapart.CFrame.p
  794. do
  795. if aimatpart.Parent == plrs.LocalPlayer.Character then
  796. aimatpart = nil
  797. end
  798. aimat(aimatpart)
  799. pcall(function()
  800. if Aim_Assist == true then
  801. local cf1 = CFrame.new(cam.CFrame.p, aimatpart.CFrame.p) * CFrame.new(0, 0, -4)
  802. local r1 = Ray.new(cf1.p, cf1.LookVector * 1000)
  803. local obj, pos = game.Workspace:FindPartOnRayWithIgnoreList(r1, {lplr.Character.Head})
  804. local dist = (aimatpart.CFrame.p- pos).magnitude
  805. if obj then
  806. --print(obj:GetFullName())
  807. end
  808. if not obj or dist > 6 then
  809. aimatpart = nil
  810. --print("ooof")
  811. end
  812. canaimat = false
  813. delay(.5, function()
  814. canaimat = true
  815. end)
  816. end
  817. end)
  818. end
  819.  
  820.  
  821.  
  822. end
  823. end)
  824. delay(0, function()
  825. while wait(espupdatetime) do
  826. if autoesp == true then
  827. pcall(function()
  828. f.addesp()
  829. end)
  830. end
  831. end
  832. end)
  833. --warn("loaded")
  834. function dragify(Frame)
  835. dragToggle = nil
  836. dragSpeed = .25 -- You can edit this.
  837. dragInput = nil
  838. dragStart = nil
  839. dragPos = nil
  840.  
  841. function updateInput(input)
  842. Delta = input.Position - dragStart
  843. Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + Delta.X, startPos.Y.Scale, startPos.Y.Offset + Delta.Y)
  844. game:GetService("TweenService"):Create(Frame, TweenInfo.new(.25), {Position = Position}):Play()
  845. end
  846.  
  847. Frame.InputBegan:Connect(function(input)
  848. if (input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch) then
  849. dragToggle = true
  850. dragStart = input.Position
  851. startPos = Frame.Position
  852. input.Changed:Connect(function()
  853. if (input.UserInputState == Enum.UserInputState.End) then
  854. dragToggle = false
  855. end
  856. end)
  857. end
  858. end)
  859.  
  860. Frame.InputChanged:Connect(function(input)
  861. if (input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch) then
  862. dragInput = input
  863. end
  864. end)
  865.  
  866. game:GetService("UserInputService").InputChanged:Connect(function(input)
  867. if (input == dragInput and dragToggle) then
  868. updateInput(input)
  869. end
  870. end)
  871. end
  872. dragify(AimbotFrame)
  873.  
  874. local Player = game:GetService'Players'.LocalPlayer;
  875. local UIS = game:GetService'UserInputService';
  876.  
  877. _G.JumpHeight = 50;
  878.  
  879. function Action(Object, Function) if Object ~= nil then Function(Object); end end
  880.  
  881. UIS.InputBegan:connect(function(UserInput)
  882. if UserInput.UserInputType == Enum.UserInputType.Keyboard and UserInput.KeyCode == Enum.KeyCode.Space then
  883. Action(Player.Character.Humanoid, function(self)
  884. if self:GetState() == Enum.HumanoidStateType.Jumping or self:GetState() == Enum.HumanoidStateType.Freefall then
  885. Action(self.Parent.HumanoidRootPart, function(self)
  886. self.Velocity = Vector3.new(0, _G.JumpHeight, 0);
  887. end)
  888. end
  889. end)
  890. end
  891. end)
  892. end)
  893. end
  894. coroutine.wrap(DUUCIRX_fake_script)()
  895. local function MGLOQ_fake_script() -- TextButton_2.Script
  896. local script = Instance.new('Script', TextButton_2)
  897.  
  898. script.Parent.MouseButton1Click:Connect(function()
  899. local esp_settings = { ---- table for esp settings
  900. textsize = 8,
  901. colour = 255,255,255
  902. }
  903.  
  904. local gui = Instance.new("BillboardGui")
  905. local esp = Instance.new("TextLabel",gui)
  906.  
  907.  
  908.  
  909. gui.Name = "Cracked esp";
  910. gui.ResetOnSpawn = false
  911. gui.AlwaysOnTop = true;
  912. gui.LightInfluence = 0;
  913. gui.Size = UDim2.new(1.75, 0, 1.75, 0);
  914. esp.BackgroundColor3 = Color3.fromRGB(255, 255, 255);
  915. esp.Text = ""
  916. esp.Size = UDim2.new(0.0001, 0.00001, 0.0001, 0.00001);
  917. esp.BorderSizePixel = 4;
  918. esp.BorderColor3 = Color3.new(esp_settings.colour)
  919. esp.BorderSizePixel = 0
  920. esp.Font = "GothamSemibold"
  921. esp.TextSize = esp_settings.textsize
  922. esp.TextColor3 = Color3.fromRGB(esp_settings.colour) -- text colour
  923.  
  924. game:GetService("RunService").RenderStepped:Connect(function() ---- loops faster than a while loop :)
  925. for i,v in pairs (game:GetService("Players"):GetPlayers()) do
  926. if v ~= game:GetService("Players").LocalPlayer and v.Character.Head:FindFirstChild("Cracked esp")==nil and v.TeamColor ~= game:GetService("Players").LocalPlayer.TeamColor then -- craeting checks for team check, local player etc
  927. esp.Text = "{"..v.Name.."}"
  928. gui:Clone().Parent = v.Character.Head
  929. end
  930. end
  931. end)
  932. end)
  933. end
  934. coroutine.wrap(MGLOQ_fake_script)()
  935. local function CGRML_fake_script() -- TextButton_3.Script
  936. local script = Instance.new('Script', TextButton_3)
  937.  
  938. script.Parent.MouseButton1Click:Connect(function()
  939. local Player = game.Players.LocalPlayer
  940. Camera = game.Workspace.CurrentCamera
  941.  
  942.  
  943.  
  944. while true do
  945. keypress(51)
  946. keyrelease(51)
  947. for i ,v in ipairs( game.Players:GetPlayers() ) do
  948.  
  949. if Player.Character ~= nil and v ~= Player and (v.TeamColor ~= Player.TeamColor or v.TeamColor == "Bright blue") and v.Character ~= nil and v.Character:FindFirstChild("Gun") then
  950. while v.Character:FindFirstChild("Gun") ~= nil and Player.Character:FindFirstChild("Gun") ~= nil do
  951. Player.Character.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame + (v.Character.HumanoidRootPart.CFrame.LookVector * -1)
  952. Camera.CoordinateFrame = CFrame.new(Camera.CoordinateFrame.p , v.Character.HumanoidRootPart.CFrame.p)
  953. mouse1press()
  954. wait()
  955. end
  956.  
  957.  
  958. end
  959.  
  960. end
  961. wait()
  962. end
  963. end)
  964. end
  965. coroutine.wrap(CGRML_fake_script)()
  966. local function JLZMGVB_fake_script() -- TextButton_4.Script
  967. local script = Instance.new('Script', TextButton_4)
  968.  
  969. script.Parent.MouseButton1Click:Connect(function()
  970. _G.infinjump = true
  971.  
  972. local Player = game:GetService("Players").LocalPlayer
  973. local Mouse = Player:GetMouse()
  974. Mouse.KeyDown:connect(function(k)
  975. if _G.infinjump then
  976. if k:byte() == 32 then
  977. Humanoid = game:GetService("Players").LocalPlayer.Character:FindFirstChildOfClass("Humanoid")
  978. Humanoid:ChangeState("Jumping")
  979. wait(0.1)
  980. Humanoid:ChangeState("Seated")
  981. end
  982. end
  983. end)
  984.  
  985. local Player = game:GetService("Players").LocalPlayer
  986. local Mouse = Player:GetMouse()
  987. Mouse.KeyDown:connect(function(k)
  988. k = k:lower()
  989. if k == "r" then
  990. if _G.infinjump == true then
  991. _G.infinjump = false
  992. else
  993. _G.infinjump = true
  994. end
  995. end
  996. end)
  997. end)
  998. end
  999. coroutine.wrap(JLZMGVB_fake_script)()
  1000.  
Add Comment
Please, Sign In to add comment