agariogamer2345

Synax GUi

Mar 24th, 2019
1,068
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 44.34 KB | None | 0 0
  1. -- Objects
  2. -- Credits to Wizard Instinct Gumball For the Gui
  3. -- dont skid?
  4. -- The password is --> XDWAAERjKdnnjAgario
  5.  
  6. local ScreenGui = Instance.new("ScreenGui")
  7. local LoginFrame = Instance.new("Frame")
  8. local Info = Instance.new("TextLabel")
  9. local Username = Instance.new("TextBox")
  10. local Login = Instance.new("TextButton")
  11. local Close1 = Instance.new("TextButton")
  12. local Password = Instance.new("TextBox")
  13. local Credits = Instance.new("TextLabel")
  14. local Synax = Instance.new("ImageLabel")
  15. local ImageLabel = Instance.new("ImageLabel")
  16. local ErrorPass = Instance.new("TextLabel")
  17. local OpenFrame = Instance.new("Frame")
  18. local OpenButton = Instance.new("TextButton")
  19. local MainFrame = Instance.new("Frame")
  20. local Pistol = Instance.new("TextButton")
  21. local Ak = Instance.new("TextButton")
  22. local Reming = Instance.new("TextButton")
  23. local Hammer = Instance.new("TextButton")
  24. local IY = Instance.new("TextButton")
  25. local Brick1 = Instance.new("Frame")
  26. local Oof = Instance.new("TextLabel")
  27. local Title = Instance.new("TextLabel")
  28. local Settings = Instance.new("ImageButton")
  29. local Close2 = Instance.new("TextButton")
  30. local NextButton = Instance.new("TextButton")
  31. local CbroFrame = Instance.new("Frame")
  32. local Title3 = Instance.new("TextLabel")
  33. local CbroAimbot = Instance.new("TextButton")
  34. local Brick3 = Instance.new("Frame")
  35. local Oof3 = Instance.new("TextLabel")
  36. local ComingSoon = Instance.new("TextButton")
  37. local Close4 = Instance.new("TextButton")
  38. local Synax_2 = Instance.new("ImageLabel")
  39. local CbroEsp = Instance.new("TextButton")
  40. local PhantomFrame = Instance.new("Frame")
  41. local Title2 = Instance.new("TextLabel")
  42. local Aim = Instance.new("TextButton")
  43. local Esp = Instance.new("TextButton")
  44. local Brick2 = Instance.new("Frame")
  45. local Oof2 = Instance.new("TextLabel")
  46. local NextButton2 = Instance.new("TextButton")
  47. local Close3 = Instance.new("TextButton")
  48. local Synax_3 = Instance.new("ImageLabel")
  49. local PhantomGui = Instance.new("TextButton")
  50.  
  51. -- Properties
  52.  
  53. ScreenGui.Parent = game.CoreGui
  54.  
  55. LoginFrame.Name = "LoginFrame"
  56. LoginFrame.Parent = ScreenGui
  57. LoginFrame.BackgroundColor3 = Color3.new(0.580392, 0.580392, 0.580392)
  58. LoginFrame.BorderColor3 = Color3.new(0, 0, 0)
  59. LoginFrame.BorderSizePixel = 0
  60. LoginFrame.Position = UDim2.new(0.306230962, 0, 0.219123542, 0)
  61. LoginFrame.Size = UDim2.new(0, 407, 0, 281)
  62. LoginFrame.Selectable = true
  63. LoginFrame.Draggable = true
  64. LoginFrame.Active = true
  65.  
  66. Info.Name = "Info"
  67. Info.Parent = LoginFrame
  68. Info.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  69. Info.BorderSizePixel = 0
  70. Info.Position = UDim2.new(0.00245700241, 0, 0, 0)
  71. Info.Size = UDim2.new(0, 407, 0, 50)
  72. Info.Font = Enum.Font.SciFi
  73. Info.Text = ""
  74. Info.TextColor3 = Color3.new(0.666667, 0.203922, 0.211765)
  75. Info.TextSize = 30
  76. Info.TextWrapped = true
  77.  
  78. Username.Name = "Username"
  79. Username.Parent = LoginFrame
  80. Username.BackgroundColor3 = Color3.new(0.32549, 0.32549, 0.32549)
  81. Username.BorderSizePixel = 0
  82. Username.Position = UDim2.new(0.297297299, 0, 0.291814953, 0)
  83. Username.Size = UDim2.new(0, 168, 0, 34)
  84. Username.Font = Enum.Font.SciFi
  85. Username.Text = "Username"
  86. Username.TextColor3 = Color3.new(0, 0, 0)
  87. Username.TextSize = 20
  88.  
  89. Login.Name = "Login"
  90. Login.Parent = LoginFrame
  91. Login.BackgroundColor3 = Color3.new(0.27451, 0.27451, 0.27451)
  92. Login.BorderSizePixel = 0
  93. Login.Position = UDim2.new(0.341523349, 0, 0.686832726, 0)
  94. Login.Size = UDim2.new(0, 128, 0, 39)
  95. Login.Font = Enum.Font.SciFi
  96. Login.Text = "Submit"
  97. Login.TextColor3 = Color3.new(1, 1, 1)
  98. Login.TextSize = 20
  99. Login.MouseButton1Click:Connect(function()
  100. if Password.Text and Username.Text ~= "XDWAAERjKdnnjAgario" then
  101. ErrorPass.Visible = true
  102. elseif Password.Text and Username.Text == "XDWAAERjKdnnjAgario" then
  103. LoginFrame.Visible = false
  104. MainFrame.Name = "MainFrame"
  105. MainFrame.Parent = ScreenGui
  106. MainFrame.BackgroundColor3 = Color3.new(0.580392, 0.580392, 0.580392)
  107. MainFrame.BackgroundTransparency = 0.15000000596046
  108. MainFrame.BorderColor3 = Color3.new(0, 0, 0)
  109. MainFrame.BorderSizePixel = 0
  110. MainFrame.Position = UDim2.new(0.535663426, 0, 0.354581773, 0)
  111. MainFrame.Size = UDim2.new(0, 461, 0, 303)
  112. MainFrame.Selectable = true
  113. MainFrame.Draggable = true
  114. MainFrame.Active = true
  115.  
  116. Pistol.Name = "Pistol"
  117. Pistol.Parent = MainFrame
  118. Pistol.BackgroundColor3 = Color3.new(0.301961, 0.301961, 0.301961)
  119. Pistol.BorderSizePixel = 0
  120. Pistol.Position = UDim2.new(0.0343568176, 0, 0.582880259, 0)
  121. Pistol.Size = UDim2.new(0, 85, 0, 40)
  122. Pistol.Font = Enum.Font.SciFi
  123. Pistol.Text = "Pistol"
  124. Pistol.TextColor3 = Color3.new(0, 0, 0)
  125. Pistol.TextSize = 30
  126. Pistol.Parent.Pistol.MouseButton1Click:connect(function()
  127. game.Workspace.Remote.ItemHandler:InvokeServer(Workspace.Prison_ITEMS.giver["M9"].ITEMPICKUP)
  128. end)
  129.  
  130. Ak.Name = "Ak"
  131. Ak.Parent = MainFrame
  132. Ak.BackgroundColor3 = Color3.new(0.301961, 0.301961, 0.301961)
  133. Ak.BorderSizePixel = 0
  134. Ak.Position = UDim2.new(0.292802006, 0, 0.582880259, 0)
  135. Ak.Size = UDim2.new(0, 85, 0, 40)
  136. Ak.Font = Enum.Font.SciFi
  137. Ak.Text = "Ak-47"
  138. Ak.TextColor3 = Color3.new(0, 0, 0)
  139. Ak.TextSize = 30
  140. Ak.Parent.Ak.MouseButton1Click:connect(function()
  141. game.Workspace.Remote.ItemHandler:InvokeServer(Workspace.Prison_ITEMS.giver["AK-47"].ITEMPICKUP)
  142. end)
  143.  
  144. Reming.Name = "Reming"
  145. Reming.Parent = MainFrame
  146. Reming.BackgroundColor3 = Color3.new(0.301961, 0.301961, 0.301961)
  147. Reming.BorderSizePixel = 0
  148. Reming.Position = UDim2.new(0.365622699, 0, 0.779531538, 0)
  149. Reming.Size = UDim2.new(0, 132, 0, 40)
  150. Reming.Font = Enum.Font.SciFi
  151. Reming.Text = "Remington"
  152. Reming.TextColor3 = Color3.new(0, 0, 0)
  153. Reming.TextSize = 30
  154. Reming.Parent.Reming.MouseButton1Click:connect(function()
  155. game.Workspace.Remote.ItemHandler:InvokeServer(Workspace.Prison_ITEMS.giver["Remington 870"].ITEMPICKUP)
  156. end)
  157.  
  158. Hammer.Name = "Hammer"
  159. Hammer.Parent = MainFrame
  160. Hammer.BackgroundColor3 = Color3.new(0.301961, 0.301961, 0.301961)
  161. Hammer.BorderSizePixel = 0
  162. Hammer.Position = UDim2.new(0.0343569517, 0, 0.78206712, 0)
  163. Hammer.Size = UDim2.new(0, 142, 0, 40)
  164. Hammer.Font = Enum.Font.SciFi
  165. Hammer.Text = "Hammer"
  166. Hammer.TextColor3 = Color3.new(0, 0, 0)
  167. Hammer.TextSize = 30
  168. Hammer.Parent.Hammer.MouseButton1Click:connect(function()
  169. game.Workspace.Remote.ItemHandler:InvokeServer(Workspace.Prison_ITEMS.single["Hammer"].ITEMPICKUP)
  170. end)
  171.  
  172. IY.Name = "IY"
  173. IY.Parent = MainFrame
  174. IY.BackgroundColor3 = Color3.new(0.301961, 0.301961, 0.301961)
  175. IY.BorderSizePixel = 0
  176. IY.Position = UDim2.new(0.0213417672, 0, 0.173518524, 0)
  177. IY.Size = UDim2.new(0, 153, 0, 40)
  178. IY.Font = Enum.Font.SciFi
  179. IY.Text = "Infinite Yield"
  180. IY.TextColor3 = Color3.new(0, 0, 0)
  181. IY.TextSize = 30
  182. IY.TextWrapped = true
  183. IY.Parent.IY.MouseButton1Click:connect(function()
  184. loadstring(game:HttpGet(('https://pastebin.com/raw/tzTXmYf2'),true))()
  185. end)
  186.  
  187. Brick1.Name = "Brick1"
  188. Brick1.Parent = MainFrame
  189. Brick1.BackgroundColor3 = Color3.new(0, 0, 0)
  190. Brick1.BorderSizePixel = 0
  191. Brick1.Position = UDim2.new(0, 0, 0.518805444, 0)
  192. Brick1.Size = UDim2.new(0, 313, 0, 4)
  193.  
  194. Oof.Name = "Oof"
  195. Oof.Parent = MainFrame
  196. Oof.BackgroundColor3 = Color3.new(0.580392, 0.580392, 0.580392)
  197. Oof.BackgroundTransparency = 1
  198. Oof.BorderSizePixel = 0
  199. Oof.Position = UDim2.new(0.106290653, 0, 0.438943893, 0)
  200. Oof.Size = UDim2.new(0, 203, 0, 24)
  201. Oof.Font = Enum.Font.SciFi
  202. Oof.Text = "Prison Life Scripts"
  203. Oof.TextColor3 = Color3.new(0, 0, 0)
  204. Oof.TextSize = 20
  205. Oof.TextWrapped = true
  206.  
  207. Title.Name = "Title"
  208. Title.Parent = MainFrame
  209. Title.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  210. Title.BorderSizePixel = 0
  211. Title.Size = UDim2.new(0, 461, 0, 24)
  212. Title.Font = Enum.Font.SciFi
  213. Title.Text = "Prison Life Scripts"
  214. Title.TextColor3 = Color3.new(0, 0, 0)
  215. Title.TextSize = 14
  216.  
  217. Settings.Name = "Settings"
  218. Settings.Parent = MainFrame
  219. Settings.BackgroundColor3 = Color3.new(1, 1, 1)
  220. Settings.BackgroundTransparency = 1
  221. Settings.Position = UDim2.new(-0.000350190327, 0, 0.00206228346, 0)
  222. Settings.Size = UDim2.new(0, 22, 0, 20)
  223. Settings.Image = "rbxassetid://115574122"
  224. Settings.Parent.Settings.MouseButton1Click:connect(function()
  225. -- Objects
  226.  
  227. local Moof = Instance.new("ScreenGui")
  228. local Main = Instance.new("Frame")
  229. local Thing = Instance.new("TextLabel")
  230. local Close = Instance.new("TextButton")
  231. local Thing2 = Instance.new("TextLabel")
  232. local Brick = Instance.new("Frame")
  233. local OkHand = Instance.new("ImageLabel")
  234. local Discord = Instance.new("ImageLabel")
  235. local Thing_2 = Instance.new("TextLabel")
  236.  
  237. -- Properties
  238.  
  239. Moof.Name = "Moof"
  240. Moof.Parent = game.CoreGui
  241.  
  242. Main.Name = "Main"
  243. Main.Parent = Moof
  244. Main.BackgroundColor3 = Color3.new(0.580392, 0.580392, 0.580392)
  245. Main.BackgroundTransparency = 0.15000000596046
  246. Main.BorderColor3 = Color3.new(0, 0, 0)
  247. Main.BorderSizePixel = 4
  248. Main.Position = UDim2.new(0.625912428, 0, 0.14940235, 0)
  249. Main.Size = UDim2.new(0, 354, 0, 235)
  250. Main.Selectable = true
  251. Main.Draggable = true
  252. Main.Active = true
  253.  
  254. Thing.Name = "Thing"
  255. Thing.Parent = Main
  256. Thing.BackgroundColor3 = Color3.new(0.580392, 0.580392, 0.580392)
  257. Thing.BackgroundTransparency = 1
  258. Thing.BorderSizePixel = 0
  259. Thing.Position = UDim2.new(0.00847457629, 0, 0.119148999, 0)
  260. Thing.Size = UDim2.new(0, 246, 0, 16)
  261. Thing.Font = Enum.Font.SciFi
  262. Thing.Text = "Updates coming soon! Join our Discord!"
  263. Thing.TextColor3 = Color3.new(0, 0, 0)
  264. Thing.TextSize = 14
  265. Thing.TextWrapped = true
  266. Thing.TextXAlignment = Enum.TextXAlignment.Left
  267. Thing.TextYAlignment = Enum.TextYAlignment.Top
  268.  
  269. Close.Name = "Close"
  270. Close.Parent = Main
  271. Close.BackgroundColor3 = Color3.new(0.478431, 0.478431, 0.478431)
  272. Close.BorderSizePixel = 0
  273. Close.Position = UDim2.new(0.951977372, 0, 0, 0)
  274. Close.Size = UDim2.new(0, 17, 0, 19)
  275. Close.Font = Enum.Font.SourceSans
  276. Close.Text = "X"
  277. Close.TextColor3 = Color3.new(0, 0, 0)
  278. Close.TextScaled = true
  279. Close.TextSize = 14
  280. Close.TextWrapped = true
  281. Close.Parent.Close.MouseButton1Click:connect(function()
  282. game.CoreGui.Moof:Destroy()
  283. end)
  284.  
  285. Thing2.Name = "Thing2"
  286. Thing2.Parent = Main
  287. Thing2.BackgroundColor3 = Color3.new(0.580392, 0.580392, 0.580392)
  288. Thing2.BackgroundTransparency = 1
  289. Thing2.BorderSizePixel = 0
  290. Thing2.Position = UDim2.new(0.00847457629, 0, 0.012765957, 0)
  291. Thing2.Size = UDim2.new(0, 348, 0, 25)
  292. Thing2.Font = Enum.Font.SciFi
  293. Thing2.Text = "Gui Maker Instinct#2728 "
  294. Thing2.TextColor3 = Color3.new(0, 0, 0)
  295. Thing2.TextSize = 14
  296. Thing2.TextXAlignment = Enum.TextXAlignment.Left
  297. Thing2.TextYAlignment = Enum.TextYAlignment.Top
  298.  
  299. Brick.Name = "Brick"
  300. Brick.Parent = Main
  301. Brick.BackgroundColor3 = Color3.new(0, 0, 0)
  302. Brick.BorderSizePixel = 0
  303. Brick.Position = UDim2.new(0, 0, 0.319148988, 0)
  304. Brick.Size = UDim2.new(0, 354, 0, 2)
  305.  
  306. OkHand.Name = "OkHand"
  307. OkHand.Parent = Main
  308. OkHand.BackgroundColor3 = Color3.new(1, 1, 1)
  309. OkHand.BackgroundTransparency = 1
  310. OkHand.BorderSizePixel = 0
  311. OkHand.Position = UDim2.new(0.861581922, 0, 0.851063848, 0)
  312. OkHand.Size = UDim2.new(0, 49, 0, 35)
  313. OkHand.Image = "rbxassetid://1417714656"
  314.  
  315. Discord.Name = "Discord"
  316. Discord.Parent = Main
  317. Discord.BackgroundColor3 = Color3.new(1, 1, 1)
  318. Discord.BackgroundTransparency = 1
  319. Discord.Position = UDim2.new(0.466101825, 0, 0.851063848, 0)
  320. Discord.Size = UDim2.new(0, 37, 0, 31)
  321. Discord.Image = "rbxassetid://1021298543"
  322.  
  323. Thing_2.Name = "Thing"
  324. Thing_2.Parent = Main
  325. Thing_2.BackgroundColor3 = Color3.new(0.580392, 0.580392, 0.580392)
  326. Thing_2.BackgroundTransparency = 1
  327. Thing_2.BorderSizePixel = 0
  328. Thing_2.Position = UDim2.new(0.00847457536, 0, 0.88936168, 0)
  329. Thing_2.Size = UDim2.new(0, 181, 0, 16)
  330. Thing_2.Font = Enum.Font.SciFi
  331. Thing_2.Text = "https://discord.gg/atSMDZ"
  332. Thing_2.TextColor3 = Color3.new(0, 0, 0)
  333. Thing_2.TextSize = 14
  334. Thing_2.TextWrapped = true
  335. Thing_2.TextXAlignment = Enum.TextXAlignment.Left
  336. Thing_2.TextYAlignment = Enum.TextYAlignment.Top
  337. end)
  338.  
  339. Close2.Name = "Close2"
  340. Close2.Parent = MainFrame
  341. Close2.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  342. Close2.BorderSizePixel = 0
  343. Close2.Position = UDim2.new(0.949990094, 0, 0.0132013299, 0)
  344. Close2.Size = UDim2.new(0, 23, 0, 19)
  345. Close2.Font = Enum.Font.SciFi
  346. Close2.Text = "X"
  347. Close2.TextColor3 = Color3.new(0, 0, 0)
  348. Close2.TextSize = 20
  349. Close2.MouseButton1Down:connect(function()
  350. MainFrame.Visible = false
  351. OpenFrame.Visible = true
  352. end)
  353.  
  354. NextButton.Name = "NextButton"
  355. NextButton.Parent = MainFrame
  356. NextButton.BackgroundColor3 = Color3.new(0.301961, 0.301961, 0.301961)
  357. NextButton.BorderSizePixel = 0
  358. NextButton.Position = UDim2.new(0.81526792, 0, 0.866708636, 0)
  359. NextButton.Size = UDim2.new(0, 85, 0, 40)
  360. NextButton.Font = Enum.Font.SciFi
  361. NextButton.Text = "Next"
  362. NextButton.TextColor3 = Color3.new(0, 0, 0)
  363. NextButton.TextSize = 30
  364. NextButton.Parent.NextButton.MouseButton1Click:connect(function()
  365. PhantomFrame.Visible = true
  366. end)
  367.  
  368. CbroFrame.Name = "Cbro Frame"
  369. CbroFrame.Parent = ScreenGui
  370. CbroFrame.BackgroundColor3 = Color3.new(0.580392, 0.580392, 0.580392)
  371. CbroFrame.BackgroundTransparency = 0.15000000596046
  372. CbroFrame.BorderSizePixel = 0
  373. CbroFrame.Position = UDim2.new(0.597340941, 0, -0.169579163, 0)
  374. CbroFrame.Size = UDim2.new(0, 452, 0, 288)
  375. CbroFrame.Visible = false
  376. CbroFrame.Selectable = true
  377. CbroFrame.Draggable = true
  378. CbroFrame.Active = true
  379.  
  380. Title3.Name = "Title3"
  381. Title3.Parent = CbroFrame
  382. Title3.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  383. Title3.BorderSizePixel = 0
  384. Title3.Size = UDim2.new(0, 452, 0, 23)
  385. Title3.Font = Enum.Font.SciFi
  386. Title3.Text = "Synax Gui"
  387. Title3.TextColor3 = Color3.new(1, 1, 1)
  388. Title3.TextSize = 14
  389.  
  390. CbroAimbot.Name = "CbroAimbot"
  391. CbroAimbot.Parent = CbroFrame
  392. CbroAimbot.BackgroundColor3 = Color3.new(0.301961, 0.301961, 0.301961)
  393. CbroAimbot.BorderSizePixel = 0
  394. CbroAimbot.Position = UDim2.new(0.0277196839, 0, 0.614130259, 0)
  395. CbroAimbot.Size = UDim2.new(0, 97, 0, 40)
  396. CbroAimbot.Font = Enum.Font.SciFi
  397. CbroAimbot.Text = "Aimbot"
  398. CbroAimbot.TextColor3 = Color3.new(0, 0, 0)
  399. CbroAimbot.TextSize = 30
  400. CbroAimbot.Parent.CbroAimbot.MouseButton1Click:connect(function()
  401. loadstring(game:GetObjects('rbxassetid://574594561')[1].Source)()
  402. end)
  403.  
  404. Brick3.Name = "Brick3"
  405. Brick3.Parent = CbroFrame
  406. Brick3.BackgroundColor3 = Color3.new(0, 0, 0)
  407. Brick3.BorderSizePixel = 0
  408. Brick3.Position = UDim2.new(0, 0, 0.570888758, 0)
  409. Brick3.Size = UDim2.new(0, 284, 0, 4)
  410.  
  411. Oof3.Name = "Oof3"
  412. Oof3.Parent = CbroFrame
  413. Oof3.BackgroundColor3 = Color3.new(0.580392, 0.580392, 0.580392)
  414. Oof3.BackgroundTransparency = 1
  415. Oof3.BorderSizePixel = 0
  416. Oof3.Position = UDim2.new(0.0996534824, 0, 0.487554997, 0)
  417. Oof3.Size = UDim2.new(0, 203, 0, 24)
  418. Oof3.Font = Enum.Font.SciFi
  419. Oof3.Text = "CBRO scripts"
  420. Oof3.TextColor3 = Color3.new(0, 0, 0)
  421. Oof3.TextSize = 20
  422. Oof3.TextWrapped = true
  423.  
  424. ComingSoon.Name = "Coming Soon"
  425. ComingSoon.Parent = CbroFrame
  426. ComingSoon.BackgroundColor3 = Color3.new(0.301961, 0.301961, 0.301961)
  427. ComingSoon.BorderSizePixel = 0
  428. ComingSoon.Position = UDim2.new(0.0265486725, 0, 0.787609994, 0)
  429. ComingSoon.Size = UDim2.new(0, 197, 0, 37)
  430. ComingSoon.Font = Enum.Font.SciFi
  431. ComingSoon.Text = "Coming Soon"
  432. ComingSoon.TextColor3 = Color3.new(0, 0, 0)
  433. ComingSoon.TextSize = 30
  434. ComingSoon.TextWrapped = true
  435.  
  436. Close4.Name = "Close4"
  437. Close4.Parent = CbroFrame
  438. Close4.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  439. Close4.BorderSizePixel = 0
  440. Close4.Position = UDim2.new(0.949115038, 0, 0, 0)
  441. Close4.Size = UDim2.new(0, 23, 0, 23)
  442. Close4.Font = Enum.Font.SourceSans
  443. Close4.Text = "X"
  444. Close4.TextColor3 = Color3.new(0, 0, 0)
  445. Close4.TextScaled = true
  446. Close4.TextSize = 14
  447. Close4.TextWrapped = true
  448. Close4.Parent.Close4.MouseButton1Click:connect(function()
  449. CbroFrame.Visible = false
  450. end)
  451.  
  452. Synax_2.Name = "Synax"
  453. Synax_2.Parent = CbroFrame
  454. Synax_2.BackgroundColor3 = Color3.new(1, 1, 1)
  455. Synax_2.BackgroundTransparency = 1
  456. Synax_2.BorderSizePixel = 0
  457. Synax_2.Position = UDim2.new(-0.015390778, 0, -0.0104166716, 0)
  458. Synax_2.Size = UDim2.new(0, 36, 0, 29)
  459. Synax_2.Image = "rbxassetid://2993803590"
  460.  
  461. CbroEsp.Name = "CbroEsp"
  462. CbroEsp.Parent = CbroFrame
  463. CbroEsp.BackgroundColor3 = Color3.new(0.301961, 0.301961, 0.301961)
  464. CbroEsp.BorderSizePixel = 0
  465. CbroEsp.Position = UDim2.new(0.297631204, 0, 0.628019094, 0)
  466. CbroEsp.Size = UDim2.new(0, 75, 0, 36)
  467. CbroEsp.Font = Enum.Font.SciFi
  468. CbroEsp.Text = "Esp"
  469. CbroEsp.TextColor3 = Color3.new(0, 0, 0)
  470. CbroEsp.TextSize = 30
  471. CbroEsp.Parent.CbroEsp.MouseButton1Click:connect(function()
  472. local Grab = game:GetService'ReplicatedStorage':WaitForChild'Grab';
  473.  
  474. local setreadonly = setreadonly or make_writeable;
  475. local getupvalues = getupvalues or debug.getupvalues or secret953;
  476. local setupvalue = setupvalue or debug.setupvalue or secret500;
  477.  
  478. local MT = getrawmetatable(game);
  479. setreadonly(MT, false);
  480.  
  481. local Index = MT.__index;
  482. local Namecall = MT.__namecall;
  483.  
  484. print'MT bypass';
  485.  
  486. MT.__namecall = function(self, ...)
  487. local Passed = {...};
  488. local Method = table.remove(Passed, #Passed);
  489. if Method == 'Kick' then
  490. return wait(9e9);
  491. elseif Method == 'InvokeServer' and self == Grab then
  492. return 'hi it\'s me, the one and only';
  493. end;
  494. return Namecall(self, ...);
  495. end;
  496.  
  497. warn'Done';
  498. print'REnv bypass';
  499.  
  500. local wait = wait;
  501. getrenv().wait = function(T)
  502. if T == 0.15 then
  503. local Success, Returned = pcall(getupvalues, 2);
  504. if Success then
  505. for i, v in next, Returned do
  506. if v == Grab then
  507. return wait(9e9);
  508. end;
  509. end;
  510. end;
  511. end;
  512. return wait(T);
  513. end;
  514.  
  515. warn'Done';
  516. print'Reg bypass';
  517.  
  518. local getreg = getreg or getregistry or debug.getregistry;
  519. local Char;
  520. local Plr;
  521.  
  522. for i, v in next, getreg() do
  523. if type(v) == 'function' then
  524. local Success, Returned = pcall(getupvalues, v);
  525. if Success and Returned then
  526. if not Char and Returned.setupChar then
  527. setupvalue(v, 'setupChar', function()end);
  528. warn'Done 1';
  529. Char = true;
  530. elseif not Plr and Returned.setupPlr then
  531. setupvalue(v, 'setupPlr', function()end);
  532. warn'Done 2';
  533. Plr = true;
  534. end;
  535. end;
  536. end;
  537. end;
  538. wait(3) --SCRIPT SPLIT
  539. local Player = game.Players.LocalPlayer
  540. repeat wait() until Player.Character
  541. local Character = Player.Character
  542. local Camera = game.Workspace.CurrentCamera
  543. local Head = Character:WaitForChild("Head")
  544. local UIP = game:GetService("UserInputService")
  545.  
  546. --Some variables for you to change
  547. local maxDistance = 1337
  548. local enemyTeamOnly = true
  549. local hotkey = Enum.KeyCode.LeftAlt
  550. --end of variables ya bitch
  551.  
  552. local function handleESP(Player)
  553. if Player and Player.Character and Player.Character:FindFirstChild("Head") then
  554. if Player.Character:FindFirstChild("Humanoid") and Player.Character.Humanoid.Health > 0 then
  555. if not Player.Character.Head:FindFirstChild("FuckMyAss") then
  556. local esp = Instance.new("SphereHandleAdornment")
  557. esp.AlwaysOnTop = true
  558. esp.Name = "FuckMyAss"
  559. esp.Adornee = Player.Character.Head
  560. esp.ZIndex = 1
  561. esp.Color3 = Color3.new(1, 0, 0)
  562. esp.Parent = Player.Character.Head
  563. end
  564. else
  565. if Player.Character.Head:FindFirstChild("FuckMyAss") then
  566. Player.Character.head.FuckMyAss:Destroy()
  567. end
  568. end
  569. end
  570. end
  571.  
  572. game:GetService("RunService").RenderStepped:connect(function()
  573. local closestP = nil
  574. local closestC = nil
  575. for i, c in pairs(game.Players:GetChildren()) do
  576. if c ~= Player and (not enemyTeamOnly or c.TeamColor ~= Player.TeamColor) and c.Character then
  577. spawn(function() handleESP(c) end)
  578. if UIP:IsKeyDown(hotkey) then
  579. local part = game.Workspace:FindPartOnRay(Ray.new(Head.CFrame.p, (c.Character.Head.CFrame.p - Head.CFrame.p).unit * maxDistance), Character, true, true)
  580. local dist = (c.Character.Head.CFrame.p - Head.CFrame.p).magnitude
  581. if part and c.Character:FindFirstChild(part.Name) and (not closestC or dist < closestC) then
  582. closestC = dist
  583. closestP = c
  584. end
  585. end
  586. end
  587. end
  588. if UIP:IsKeyDown(hotkey) then
  589. if closestP ~= nil and closestP.Character and closestP.Character:FindFirstChild("Humanoid") and closestP.Character.Humanoid.Health > 0 then
  590. Camera.CFrame = CFrame.new(Camera.CFrame.p, closestP.Character.Head.CFrame.p)
  591. end
  592. end
  593. end)
  594. end)
  595.  
  596. PhantomFrame.Name = "Phantom Frame"
  597. PhantomFrame.Parent = ScreenGui
  598. PhantomFrame.BackgroundColor3 = Color3.new(0.580392, 0.580392, 0.580392)
  599. PhantomFrame.BackgroundTransparency = 0.15000000596046
  600. PhantomFrame.BorderSizePixel = 0
  601. PhantomFrame.Position = UDim2.new(0.082621038, 0, 0.0953610837, 0)
  602. PhantomFrame.Size = UDim2.new(0, 452, 0, 288)
  603. PhantomFrame.Visible = false
  604. PhantomFrame.Selectable = true
  605. PhantomFrame.Draggable = true
  606. PhantomFrame.Active = true
  607.  
  608. Title2.Name = "Title2"
  609. Title2.Parent = PhantomFrame
  610. Title2.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  611. Title2.BorderSizePixel = 0
  612. Title2.Size = UDim2.new(0, 452, 0, 23)
  613. Title2.Font = Enum.Font.SciFi
  614. Title2.Text = "Synax Gui"
  615. Title2.TextColor3 = Color3.new(1, 1, 1)
  616. Title2.TextSize = 14
  617.  
  618. Aim.Name = "Aim"
  619. Aim.Parent = PhantomFrame
  620. Aim.BackgroundColor3 = Color3.new(0.301961, 0.301961, 0.301961)
  621. Aim.BorderSizePixel = 0
  622. Aim.Position = UDim2.new(0.0277196839, 0, 0.614130259, 0)
  623. Aim.Size = UDim2.new(0, 236, 0, 40)
  624. Aim.Font = Enum.Font.SciFi
  625. Aim.Text = "Aimbot (right click)"
  626. Aim.TextColor3 = Color3.new(0, 0, 0)
  627. Aim.TextSize = 30
  628. Aim.Parent.Aim.MouseButton1Click:connect(function()
  629. --Aimbot
  630. local Players = game:GetService("Players")
  631. local LPlayer = Players.LocalPlayer
  632. local UIS = game:GetService("UserInputService")
  633. local Run = game:GetService("RunService")
  634. local Cam = workspace.CurrentCamera
  635. local BodyPart = "Head"
  636. --// some of these options havent been coded yet
  637.  
  638. local VisCheck = false; --working
  639. local TargetOnlyEnemies = true; -- working
  640. local PrioritizeDistance = true; -- working
  641.  
  642.  
  643. local Distance = math.huge
  644. local MaxDistance = math.huge
  645. local SmoothnessEnabled = true;-- not done
  646. local Smoothness = 4 -- not done
  647. if game.PlaceId == 292439477 then Smoothness = 5 else Smoothness = 4 end
  648. local Data = {}
  649.  
  650. local function ReturnPlayer(plr, dist)
  651. if plr ~= nil then
  652. local vps = Cam.ViewportSize
  653. local centx, centy = vps.X/2, vps.Y/2
  654. local Total = centx + centy
  655. local max = math.huge
  656. local zoom = (LPlayer.Character.Head.Position - workspace.CurrentCamera.CoordinateFrame.p).magnitude <= 1 and 100 or centx/4
  657. local X = Cam:WorldToScreenPoint(plr.Character[BodyPart].Position).X
  658. local Y = Cam:WorldToScreenPoint(plr.Character[BodyPart].Position).Y
  659. local dis = math.sqrt(math.pow(X - centx, 2) + math.pow(Y - centy, 2))
  660. Smoothness = dist/15 < 4 and 4 or dist/15 > 8 and 8 or game.PlaceId == 292439477 and dist/15 or 4
  661. if PrioritizeDistance then
  662. if dist < Distance and dis < max and dis < zoom then
  663. Distance = dist
  664. max = dis
  665. Data.Player = plr
  666. Data.X = (X - LPlayer:GetMouse().X)/Smoothness
  667. Data.Y = (Y - LPlayer:GetMouse().Y)/Smoothness
  668. end
  669. else
  670. if dis < max and dis < zoom then
  671. max = dis
  672. Data.Player = plr
  673. Data.X = (X - LPlayer:GetMouse().X)/Smoothness
  674. Data.Y = (Y - LPlayer:GetMouse().Y)/Smoothness
  675. end
  676. end
  677. end
  678. end
  679.  
  680. local function IsVisible(v, dis)
  681. local VisibleCheck = Ray.new(LPlayer.Character.Head.Position, (dis).unit * (LPlayer.Character.Head.Position - v.Character[BodyPart].Position).magnitude)
  682. local part, pos = workspace:FindPartOnRayWithIgnoreList(VisibleCheck, {LPlayer.Character, v.Character})
  683. if part == nil then
  684. ReturnPlayer(v, dis)
  685. end
  686. end
  687.  
  688. local function GetClosestPlayer(dis)
  689.  
  690. Data = {Player = nil; X = nil; Y = nil;}
  691.  
  692. for i,v in next, Players:GetPlayers() do
  693. if v ~= LPlayer then
  694. if v.Character ~= nil and v.Character:FindFirstChild(BodyPart) and v.Character:FindFirstChild("Humanoid") and v.Character.Humanoid.Health ~= 0 then
  695. local pos, vis = Cam:WorldToScreenPoint(v.Character.Head.Position)
  696. local dis = (v.Character[BodyPart].Position-LPlayer.Character.Head.Position).magnitude
  697. if vis then
  698. if VisCheck then
  699. if TargetOnlyEnemies then
  700. if v.Team ~= LPlayer.Team then
  701. IsVisible(v, dis)
  702. end
  703. else
  704. IsVisible(v, dis)
  705. end
  706. elseif TargetOnlyEnemies then
  707. if v.Team ~= LPlayer.Team then
  708. ReturnPlayer(v, dis)
  709. end
  710. else
  711. ReturnPlayer(v, dis)
  712. end
  713. end
  714. end
  715. end
  716. end
  717. return Data
  718.  
  719. end
  720.  
  721. local Enabled = false
  722. UIS.InputBegan:Connect(function(input)
  723. if input.UserInputType == Enum.UserInputType.MouseButton2 then
  724. Enabled = true
  725. end
  726. end)
  727.  
  728. UIS.InputEnded:Connect(function(input)
  729. if input.UserInputType == Enum.UserInputType.MouseButton2 then
  730. Enabled = false
  731. end
  732. end)
  733.  
  734. Run.RenderStepped:Connect(function()
  735. if Enabled == true then
  736. local plr = GetClosestPlayer()
  737. if plr.Player ~= nil then
  738. mousemoverel(plr.X, plr.Y)
  739. Distance = math.huge
  740. end
  741. end
  742. end)
  743. --Wizard#0627
  744. end)
  745.  
  746. Esp.Name = "Esp"
  747. Esp.Parent = PhantomFrame
  748. Esp.BackgroundColor3 = Color3.new(0.301961, 0.301961, 0.301961)
  749. Esp.BorderSizePixel = 0
  750. Esp.Position = UDim2.new(0.0277196839, 0, 0.818991363, 0)
  751. Esp.Size = UDim2.new(0, 75, 0, 36)
  752. Esp.Font = Enum.Font.SciFi
  753. Esp.Text = "Esp"
  754. Esp.TextColor3 = Color3.new(0, 0, 0)
  755. Esp.TextSize = 30
  756. Esp.Parent.Esp.MouseButton1Click:connect(function()
  757. --Phantom Forces ESP V2 By RelentlessRaptor / !!!RelentlessRaptor#5709 on discord.
  758. --Please credit me in any videos you use this in. Thanks.
  759. wait(0.5)
  760.  
  761. plrs = nil
  762. for _,p in pairs(game:GetChildren()) do
  763. if p.ClassName == ("Players") then
  764. plrs = p
  765. end
  766. end
  767.  
  768.  
  769. while true do
  770. wait(0.1)
  771. for _, v in pairs(plrs:GetChildren()) do
  772. if v.TeamColor ~= plrs.LocalPlayer.TeamColor and not v.Character.Head:FindFirstChild("BillboardGui") then -- ~=
  773. i = Instance.new("BillboardGui",v.Character.Head)
  774. i.Active = true
  775. i.AlwaysOnTop = true
  776. i.Size = UDim2.new(1,0,1,0)
  777. h = Instance.new("Frame",i)
  778. h.Size = UDim2.new(2,0,1,0)
  779. h.AnchorPoint = Vector2.new(0.25, 0)
  780. h.BackgroundColor3 = Color3.new(1,0,0)
  781. h.BorderSizePixel = 0
  782. h.BackgroundTransparency = 0.4
  783.  
  784. i2 = Instance.new("BillboardGui",v.Character.Torso)
  785. i2.Active = true
  786. i2.AlwaysOnTop = true
  787. i2.Size = UDim2.new(2,0,2,0)
  788. t = Instance.new("Frame",i2)
  789. t.Size = UDim2.new(1,0,1,0)
  790. t.AnchorPoint = Vector2.new(0, 0)
  791. t.BackgroundColor3 = Color3.new(0,1,0)
  792. t.BorderSizePixel = 0
  793. t.BackgroundTransparency = 0.4
  794.  
  795. i3 = Instance.new("BillboardGui",v.Character["Left Arm"])
  796. i3.Active = true
  797. i3.AlwaysOnTop = true
  798. i3.Size = UDim2.new(1,0,2,0)
  799. la = Instance.new("Frame",i3)
  800. la.Size = UDim2.new(1,0,1,0)
  801. la.AnchorPoint = Vector2.new(0, 0)
  802. la.BackgroundColor3 = Color3.new(0,0,1)
  803. la.BorderSizePixel = 0
  804. la.BackgroundTransparency = 0.4
  805.  
  806. i4 = Instance.new("BillboardGui",v.Character["Right Arm"])
  807. i4.Active = true
  808. i4.AlwaysOnTop = true
  809. i4.Size = UDim2.new(1,0,2,0)
  810. ra = Instance.new("Frame",i4)
  811. ra.Size = UDim2.new(1,0,1,0)
  812. ra.AnchorPoint = Vector2.new(0, 0)
  813. ra.BackgroundColor3 = Color3.new(0,0,1)
  814. ra.BorderSizePixel = 0
  815. ra.BackgroundTransparency = 0.4
  816.  
  817. i5 = Instance.new("BillboardGui",v.Character["Left Leg"])
  818. i5.Active = true
  819. i5.AlwaysOnTop = true
  820. i5.Size = UDim2.new(1,0,2,0)
  821. ll = Instance.new("Frame",i5)
  822. ll.Size = UDim2.new(1,0,1,0)
  823. ll.AnchorPoint = Vector2.new(0, 0)
  824. ll.BackgroundColor3 = Color3.new(0,0,1)
  825. ll.BorderSizePixel = 0
  826. ll.BackgroundTransparency = 0.4
  827.  
  828. i6 = Instance.new("BillboardGui",v.Character["Right Leg"])
  829. i6.Active = true
  830. i6.AlwaysOnTop = true
  831. i6.Size = UDim2.new(1,0,2,0)
  832. rl = Instance.new("Frame",i6)
  833. rl.Size = UDim2.new(1,0,1,0)
  834. rl.AnchorPoint = Vector2.new(0, 0)
  835. rl.BackgroundColor3 = Color3.new(0,0,1)
  836. rl.BorderSizePixel = 0
  837. rl.BackgroundTransparency = 0.4
  838.  
  839. end
  840. end
  841. end
  842. end)
  843.  
  844. Brick2.Name = "Brick2"
  845. Brick2.Parent = PhantomFrame
  846. Brick2.BackgroundColor3 = Color3.new(0, 0, 0)
  847. Brick2.BorderSizePixel = 0
  848. Brick2.Position = UDim2.new(0, 0, 0.570888758, 0)
  849. Brick2.Size = UDim2.new(0, 284, 0, 4)
  850.  
  851. Oof2.Name = "Oof2"
  852. Oof2.Parent = PhantomFrame
  853. Oof2.BackgroundColor3 = Color3.new(0.580392, 0.580392, 0.580392)
  854. Oof2.BackgroundTransparency = 1
  855. Oof2.BorderSizePixel = 0
  856. Oof2.Position = UDim2.new(0.0996534824, 0, 0.487554997, 0)
  857. Oof2.Size = UDim2.new(0, 203, 0, 24)
  858. Oof2.Font = Enum.Font.SciFi
  859. Oof2.Text = "Phantom Forces Scripts"
  860. Oof2.TextColor3 = Color3.new(0, 0, 0)
  861. Oof2.TextSize = 20
  862. Oof2.TextWrapped = true
  863.  
  864. NextButton2.Name = "NextButton2"
  865. NextButton2.Parent = PhantomFrame
  866. NextButton2.BackgroundColor3 = Color3.new(0.301961, 0.301961, 0.301961)
  867. NextButton2.BorderSizePixel = 0
  868. NextButton2.Position = UDim2.new(0.858565629, 0, 0.870943367, 0)
  869. NextButton2.Size = UDim2.new(0, 63, 0, 37)
  870. NextButton2.Font = Enum.Font.SciFi
  871. NextButton2.Text = "Next"
  872. NextButton2.TextColor3 = Color3.new(0, 0, 0)
  873. NextButton2.TextSize = 30
  874. NextButton2.TextWrapped = true
  875. NextButton2.Parent.NextButton2.MouseButton1Click:connect(function()
  876. CbroFrame.Visible = true
  877. end)
  878.  
  879.  
  880. Close3.Name = "Close3"
  881. Close3.Parent = PhantomFrame
  882. Close3.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  883. Close3.BorderSizePixel = 0
  884. Close3.Position = UDim2.new(0.949115038, 0, 0, 0)
  885. Close3.Size = UDim2.new(0, 23, 0, 23)
  886. Close3.Font = Enum.Font.SourceSans
  887. Close3.Text = "X"
  888. Close3.TextColor3 = Color3.new(0, 0, 0)
  889. Close3.TextScaled = true
  890. Close3.TextSize = 14
  891. Close3.TextWrapped = true
  892. Close3.Parent.Close3.MouseButton1Click:connect(function()
  893. PhantomFrame.Visible = false
  894. end)
  895.  
  896. Synax_3.Name = "Synax"
  897. Synax_3.Parent = PhantomFrame
  898. Synax_3.BackgroundColor3 = Color3.new(1, 1, 1)
  899. Synax_3.BackgroundTransparency = 1
  900. Synax_3.BorderSizePixel = 0
  901. Synax_3.Position = UDim2.new(-0.015390778, 0, -0.0104166716, 0)
  902. Synax_3.Size = UDim2.new(0, 36, 0, 29)
  903. Synax_3.Image = "rbxassetid://2993803590"
  904.  
  905. PhantomGui.Name = "PhantomGui"
  906. PhantomGui.Parent = PhantomFrame
  907. PhantomGui.BackgroundColor3 = Color3.new(0.301961, 0.301961, 0.301961)
  908. PhantomGui.BorderSizePixel = 0
  909. PhantomGui.Position = UDim2.new(0.240109071, 0, 0.822463572, 0)
  910. PhantomGui.Size = UDim2.new(0, 175, 0, 36)
  911. PhantomGui.Font = Enum.Font.SciFi
  912. PhantomGui.Text = "SirMeme Gui"
  913. PhantomGui.TextColor3 = Color3.new(0, 0, 0)
  914. PhantomGui.TextSize = 30
  915. PhantomGui.Parent.PhantomGui.MouseButton1Click:connect(function()
  916. --Made By Me (For Making The ESP And Finishing The Script)
  917. --Credit To: Bditt (For Making The Base Of The Aimbot)
  918. --
  919. --If you change your camera sensitivity in the Roblox Setting (Press ESC), you are basically changing how smooth the aimbot looks.
  920. --The lower the sensitivity, the more legit it looks and more work you have to do to aim.
  921. --THEY NEED TO BE VISIBLE TO LOCK ONTO THEM!
  922. --
  923. --T = Toggles aimbot.
  924. --Right Click = Locks on.
  925. --M = Toggles teamcheck.
  926. --O = Toggles visibility check.
  927. --
  928. --
  929. --Hold Right Click to lock on.
  930. --
  931. --THIS ONLY WORKS FOR PROTOSMASHER, VISENYA, ELYSIAN, Synapse, AND HEXUS
  932. --
  933. --If they are directly behind you, it will make you aim lock in the wrong direction.
  934.  
  935. local safe = setmetatable({}, { __index = function(_, k)
  936. return game:GetService(k)
  937. end
  938. })
  939.  
  940. local movethemouse = mousemoverel or Input.MoveMouse --Mouse Move Function.
  941. local leftclickme = nil --Auto Shoot Key Press Thingy.
  942. local aimbotting = true -- Toggles.
  943. local autoshoot = false
  944. local teamcheck = true
  945. local visiblecheck = true
  946. _G.xaimoffset = 0 --_G.xaimoffset = -25
  947. _G.maxdistfromcross = 100
  948.  
  949. local cam = safe.Workspace.CurrentCamera -- Current Camera
  950. local lp = safe.Players.LocalPlayer -- Local Player
  951. local lpc = safe.Players.LocalPlayer.Character -- Local Player Character
  952.  
  953. local wtos = function(v) -- World To Screen
  954. return cam:WorldToScreenPoint(v)
  955. end
  956.  
  957. local distFromCenter = function(x, y)
  958. local vps = cam.ViewportSize -- Get ViewPortSize.
  959. local vpsx = vps.X
  960. local vpsy = vps.Y
  961. local screencenterx = vpsx/2
  962. local screencentery = vpsy/2
  963. local xdist = (x - screencenterx) -- X Distance From Mid Screen.
  964. local ydist = (y - screencentery) -- Y Distance From Mid Screen.
  965. local Hypotenuse = math.sqrt(math.pow(xdist, 2) + math.pow(ydist, 2))
  966. return Hypotenuse
  967. end
  968.  
  969. local function inlos(p, ...) -- In line of site?
  970. return #cam:GetPartsObscuringTarget({p}, {cam, lp.Character, ...}) == 0
  971. end
  972.  
  973. local getclosestPlayer = function() -- Checks the closest player based on Hypotenuse.
  974. local plrs, v = safe.Players:GetPlayers()
  975. local maxdist = 75
  976. local dist = math.huge
  977. local plr = "none"
  978. for i = 1, #plrs do
  979. v = plrs[i]
  980. if v ~= safe.Players.LocalPlayer then
  981. if v.Character then
  982. if v.TeamColor ~= safe.Players.LocalPlayer.TeamColor and teamcheck then
  983. local hpos = wtos(v.Character.Head.Position)
  984. local idist = distFromCenter(hpos.X, hpos.Y)
  985. if idist < dist and idist < _G.maxdistfromcross then
  986. dist = idist
  987. plr = v
  988. end
  989. elseif not teamcheck then
  990. local hpos = wtos(v.Character.Head.Position)
  991. local idist = distFromCenter(hpos.X, hpos.Y)
  992. if idist < dist and idist < _G.maxdistfromcross then
  993. dist = idist
  994. plr = v
  995. end
  996. end
  997. end
  998. end
  999. end
  1000. return plr, dist
  1001. end
  1002.  
  1003. local AimAt = function(x, y)
  1004. local vps = cam.ViewportSize
  1005. local vpsx = vps.X
  1006. local vpsy = vps.Y
  1007. local screencenterx = vpsx/2
  1008. local screencentery = vpsy/2
  1009. local aimspeed = 5
  1010. local aimatx
  1011. local aimaty
  1012.  
  1013. if x ~= 0 then
  1014. if x > screencenterx then
  1015. aimatx = -(screencenterx - x)
  1016. aimatx = aimatx/aimspeed
  1017. if aimatx + screencenterx > screencenterx * 2 then
  1018. aimatx = 0
  1019. end
  1020. end
  1021. if x < screencenterx then
  1022. aimatx = x - screencenterx
  1023. aimatx = aimatx/aimspeed
  1024. if aimatx + screencenterx < 0 then
  1025. aimatx = 0
  1026. end
  1027. end
  1028. end
  1029.  
  1030. if y ~= 0 then
  1031. if y > screencentery then
  1032. aimaty = -(screencentery - y)
  1033. aimaty = aimaty/aimspeed
  1034. if aimaty + screencentery > screencentery * 2 then
  1035. aimaty = 0
  1036. end
  1037. end
  1038. if y < screencentery then
  1039. aimaty = y - screencentery
  1040. aimaty = aimaty/aimspeed
  1041. if aimaty + screencentery < 0 then
  1042. aimaty = 0
  1043. end
  1044. end
  1045. end
  1046. return aimatx, aimaty
  1047. end
  1048.  
  1049. local MouseTests = function()
  1050. local player = safe.Players.LocalPlayer
  1051. local mouse = player:GetMouse()
  1052. local screensizex = mouse.ViewSizeX
  1053. local screensizey = mouse.ViewSizeY
  1054. local midx = screensizex/2
  1055. local midy = screensizey/2
  1056. local mousex = mouse.X
  1057. local mousey = mouse.Y
  1058. local moveamountx = midx - mousex
  1059. local moveamounty = midy - mousey
  1060. movethemouse(moveamountx, moveamounty)
  1061. local camera = safe.Workspace.Camera
  1062. local newmousex = safe.Players.LocalPlayer:GetMouse().X
  1063. local newmousey = safe.Players.LocalPlayer:GetMouse().Y
  1064. local closestplayer = getclosestPlayer()
  1065. if player.Character.Humanoid.Health > 0 then
  1066. if closestplayer ~= "none" then
  1067. if inlos(closestplayer.Character.Head.Position, closestplayer.Character) and visiblecheck then
  1068. local closesthead = closestplayer.Character.Head
  1069. local p = camera:WorldToScreenPoint(closesthead.Position)
  1070. local xdistancetohead, ydistancetohead = AimAt(p.X + _G.xaimoffset, p.Y + 32)
  1071. movethemouse(xdistancetohead, ydistancetohead)
  1072. if autoshoot then
  1073. movethemouse(xdistancetohead, ydistancetohead)
  1074. wait(1)
  1075. Input.LeftClick(MOUSE_DOWN)
  1076. wait()
  1077. end
  1078. elseif not visiblecheck then
  1079. local closesthead = closestplayer.Character.Head
  1080. local p = camera:WorldToScreenPoint(closesthead.Position)
  1081. local xdistancetohead, ydistancetohead = AimAt(p.X + _G.xaimoffset, p.Y + 32)
  1082. movethemouse(xdistancetohead, ydistancetohead)
  1083. end
  1084. end
  1085. end
  1086. end
  1087.  
  1088. game:GetService('RunService').Stepped:connect(function()
  1089. if aimbotting then
  1090. --MouseTests()
  1091. end
  1092. end)
  1093.  
  1094.  
  1095. local plr = safe.Players.LocalPlayer
  1096. local mouse = plr:GetMouse()
  1097. mouse.KeyDown:connect(function(key)
  1098. if key == "t" then
  1099. aimbotting = not aimbotting
  1100. print("Aimbotting: " .. tostring(aimbotting))
  1101. MouseTests()
  1102. end
  1103. if key == "o" then
  1104. visiblecheck = not visiblecheck
  1105. print("Visible Check: " .. tostring(visiblecheck))
  1106. end
  1107.  
  1108. if key == "m" then
  1109. teamcheck = not teamcheck
  1110. print("Team Check: " .. tostring(teamcheck))
  1111. end
  1112. end)
  1113.  
  1114.  
  1115.  
  1116. print("Pixel Aimbot Loaded!")
  1117.  
  1118. MB2Held = false
  1119.  
  1120. function onKeyPress(inputObject,gameProcessed)
  1121. if inputObject.UserInputType == Enum.UserInputType.MouseButton2 then
  1122. MB2Held = true
  1123. while MB2Held do
  1124. if aimbotting then
  1125. MouseTests()
  1126. end
  1127. wait()
  1128. end
  1129. end
  1130. end
  1131.  
  1132. function onKeyRelease(inputObject,gameProcessed)
  1133. if inputObject.UserInputType == Enum.UserInputType.MouseButton2 then
  1134. MB2Held = false
  1135. end
  1136. end
  1137.  
  1138. game:GetService("UserInputService").InputBegan:connect(onKeyPress)
  1139. game:GetService("UserInputService").InputEnded:connect(onKeyRelease)
  1140.  
  1141. trans = 0.5
  1142. --team1 = BackgroundColor3.new("Institutional white")
  1143. --team2 = BackgroundColor3.new("Really red")
  1144.  
  1145. while true do
  1146. for i,l in pairs(game:GetService("Players"):GetChildren()) do
  1147. print (game:GetService("Players").LocalPlayer.Team)
  1148. if l ~= game:GetService("Players").LocalPlayer then
  1149. for i,v in pairs(l.Character:GetChildren()) do
  1150. if v.ClassName == "MeshPart" or "Part" and v.Name ~= "HumanoidRootPart" then
  1151. --
  1152. xd = Instance.new("SurfaceGui")
  1153. xd.Face = Enum.NormalId.Back
  1154. xd.Parent = v
  1155. xd.AlwaysOnTop = true
  1156. Frame = Instance.new("Frame")
  1157. Frame.Parent = xd
  1158. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  1159. Frame.Size = UDim2.new(1, 0, 1, 0)
  1160. Frame.BackgroundTransparency = trans
  1161.  
  1162. if l.Team ~= game:GetService("Players").LocalPlayer.Team then
  1163. Frame.BackgroundColor3 = Color3.new(17,17 ,17)
  1164. else Frame.BackgroundColor3 = Color3.new(0, 255, 255)
  1165.  
  1166. end
  1167.  
  1168. --
  1169.  
  1170. xd = Instance.new("SurfaceGui")
  1171. xd.Face = Enum.NormalId.Bottom
  1172. xd.Parent = v
  1173. xd.AlwaysOnTop = true
  1174. Frame = Instance.new("Frame")
  1175. Frame.Parent = xd
  1176. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  1177. Frame.Size = UDim2.new(1, 0, 1, 0)
  1178. Frame.BackgroundTransparency = trans
  1179.  
  1180. if l.Team ~= game:GetService("Players").LocalPlayer.Team then
  1181. Frame.BackgroundColor3 = Color3.new(17,17 ,17)
  1182. else Frame.BackgroundColor3 = Color3.new(0, 255, 255)
  1183.  
  1184. end
  1185.  
  1186. --
  1187.  
  1188. xd = Instance.new("SurfaceGui")
  1189. xd.Face = Enum.NormalId.Front
  1190. xd.Parent = v
  1191. xd.AlwaysOnTop = true
  1192. Frame = Instance.new("Frame")
  1193. Frame.Parent = xd
  1194. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  1195. Frame.Size = UDim2.new(1, 0, 1, 0)
  1196. Frame.BackgroundTransparency = trans
  1197.  
  1198. if l.Team ~= game:GetService("Players").LocalPlayer.Team then
  1199. Frame.BackgroundColor3 = Color3.new(17,17 ,17)
  1200. else Frame.BackgroundColor3 = Color3.new(0, 255, 255)
  1201.  
  1202. end
  1203.  
  1204.  
  1205. --
  1206.  
  1207. xd = Instance.new("SurfaceGui")
  1208. xd.Face = Enum.NormalId.Left
  1209. xd.Parent = v
  1210. xd.AlwaysOnTop = true
  1211. Frame = Instance.new("Frame")
  1212. Frame.Parent = xd
  1213. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  1214. Frame.Size = UDim2.new(1, 0, 1, 0)
  1215. Frame.BackgroundTransparency = trans
  1216.  
  1217. if l.Team ~= game:GetService("Players").LocalPlayer.Team then
  1218. Frame.BackgroundColor3 = Color3.new(17,17 ,17)
  1219. else Frame.BackgroundColor3 = Color3.new(0, 255, 255)
  1220.  
  1221. end
  1222. --
  1223.  
  1224. xd = Instance.new("SurfaceGui")
  1225. xd.Face = Enum.NormalId.Right
  1226. xd.Parent = v
  1227. xd.AlwaysOnTop = true
  1228. Frame = Instance.new("Frame")
  1229. Frame.Parent = xd
  1230. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  1231. Frame.Size = UDim2.new(1, 0, 1, 0)
  1232. Frame.BackgroundTransparency = trans
  1233.  
  1234. if l.Team ~= game:GetService("Players").LocalPlayer.Team then
  1235. Frame.BackgroundColor3 = Color3.new(17,17 ,17)
  1236. else Frame.BackgroundColor3 = Color3.new(0, 255, 255)
  1237.  
  1238. end
  1239. --
  1240.  
  1241. xd = Instance.new("SurfaceGui")
  1242. xd.Face = Enum.NormalId.Top
  1243. xd.Parent = v
  1244. xd.AlwaysOnTop = true
  1245. Frame = Instance.new("Frame")
  1246. Frame.Parent = xd
  1247. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  1248. Frame.Size = UDim2.new(1, 0, 1, 0)
  1249. Frame.BackgroundTransparency = trans
  1250.  
  1251.  
  1252. if l.Team ~= game:GetService("Players").LocalPlayer.Team then
  1253. Frame.BackgroundColor3 = Color3.new(17,17 ,17)
  1254. else Frame.BackgroundColor3 = Color3.new(0, 255, 255)
  1255.  
  1256. end
  1257.  
  1258.  
  1259. print (v.Name)
  1260.  
  1261. end
  1262. end
  1263. end
  1264. end
  1265.  
  1266. wait (5)
  1267. for i,v in pairs (game:GetService("Players"):GetChildren()) do
  1268. for i,k in pairs(v.Character:GetChildren()) do
  1269. for i,l in pairs(k:GetChildren()) do
  1270. if l.ClassName == "SurfaceGui" then
  1271. l:Remove()
  1272. end
  1273. end
  1274. end
  1275. end
  1276.  
  1277. end
  1278. end)
  1279. end
  1280. end)
  1281.  
  1282. Close1.Name = "Close1"
  1283. Close1.Parent = LoginFrame
  1284. Close1.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  1285. Close1.BorderSizePixel = 0
  1286. Close1.Position = UDim2.new(0.958230972, 0, 0, 0)
  1287. Close1.Size = UDim2.new(0, 17, 0, 19)
  1288. Close1.Font = Enum.Font.SciFi
  1289. Close1.Text = "X"
  1290. Close1.TextColor3 = Color3.new(0, 0, 0)
  1291. Close1.TextSize = 20
  1292. Close1.Parent.Close1.MouseButton1Click:connect(function()
  1293. game.CoreGui.ScreenGui:Destroy()
  1294. end)
  1295.  
  1296. Password.Name = "Password"
  1297. Password.Parent = LoginFrame
  1298. Password.BackgroundColor3 = Color3.new(0.32549, 0.32549, 0.32549)
  1299. Password.BorderSizePixel = 0
  1300. Password.Position = UDim2.new(0.297297299, 0, 0.469750881, 0)
  1301. Password.Size = UDim2.new(0, 168, 0, 34)
  1302. Password.Font = Enum.Font.SciFi
  1303. Password.Text = "Password"
  1304. Password.TextColor3 = Color3.new(0, 0, 0)
  1305. Password.TextSize = 20
  1306.  
  1307. Credits.Name = "Credits"
  1308. Credits.Parent = LoginFrame
  1309. Credits.BackgroundColor3 = Color3.new(0.580392, 0.580392, 0.580392)
  1310. Credits.BorderSizePixel = 0
  1311. Credits.Position = UDim2.new(0, 0, 0.925266922, 0)
  1312. Credits.Size = UDim2.new(0, 182, 0, 21)
  1313. Credits.Font = Enum.Font.SciFi
  1314. Credits.Text = "Credits Instinct#2728 and Gumball#4831"
  1315. Credits.TextColor3 = Color3.new(1, 1, 1)
  1316. Credits.TextSize = 20
  1317. Credits.TextWrapped = true
  1318.  
  1319. Synax.Name = "Synax"
  1320. Synax.Parent = LoginFrame
  1321. Synax.BackgroundColor3 = Color3.new(1, 1, 1)
  1322. Synax.BackgroundTransparency = 1
  1323. Synax.Position = UDim2.new(-5.6236324e-08, 0, 0, 0)
  1324. Synax.Size = UDim2.new(0, 44, 0, 35)
  1325. Synax.Image = "rbxassetid://2993803590"
  1326.  
  1327. ImageLabel.Parent = LoginFrame
  1328. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  1329. ImageLabel.BackgroundTransparency = 1
  1330. ImageLabel.Position = UDim2.new(0.0835381597, 0, -0.259786487, 0)
  1331. ImageLabel.Size = UDim2.new(0, 338, 0, 181)
  1332. ImageLabel.Image = "rbxassetid://2993845279"
  1333.  
  1334. ErrorPass.Name = "ErrorPass"
  1335. ErrorPass.Parent = LoginFrame
  1336. ErrorPass.BackgroundColor3 = Color3.new(0.580392, 0.580392, 0.580392)
  1337. ErrorPass.BorderSizePixel = 0
  1338. ErrorPass.Position = UDim2.new(0.216216221, 0, 0.590747297, 0)
  1339. ErrorPass.Size = UDim2.new(0, 230, 0, 27)
  1340. ErrorPass.Visible = false
  1341. ErrorPass.Font = Enum.Font.SciFi
  1342. ErrorPass.Text = "Incorrect! Please try again!"
  1343. ErrorPass.TextColor3 = Color3.new(1, 0, 0)
  1344. ErrorPass.TextSize = 20
  1345. ErrorPass.TextWrapped = true
  1346.  
  1347. OpenFrame.Name = "OpenFrame"
  1348. OpenFrame.Parent = ScreenGui
  1349. OpenFrame.BackgroundColor3 = Color3.new(0.278431, 0.278431, 0.278431)
  1350. OpenFrame.BorderColor3 = Color3.new(0, 0, 0)
  1351. OpenFrame.BorderSizePixel = 2
  1352. OpenFrame.Position = UDim2.new(0, 0, 0.661354601, 0)
  1353. OpenFrame.Size = UDim2.new(0, 100, 0, 38)
  1354. OpenFrame.Visible = false
  1355.  
  1356. OpenButton.Name = "OpenButton"
  1357. OpenButton.Parent = OpenFrame
  1358. OpenButton.BackgroundColor3 = Color3.new(0.301961, 0.301961, 0.301961)
  1359. OpenButton.BorderSizePixel = 0
  1360. OpenButton.Position = UDim2.new(-0.00700962078, 0, 0.0620984547, 0)
  1361. OpenButton.Size = UDim2.new(0, 100, 0, 35)
  1362. OpenButton.Font = Enum.Font.SciFi
  1363. OpenButton.Text = "Open"
  1364. OpenButton.TextColor3 = Color3.new(0, 0, 0)
  1365. OpenButton.TextSize = 30
  1366. OpenButton.TextWrapped = true
  1367. OpenButton.MouseButton1Down:connect(function()
  1368. MainFrame.Visible = true
  1369. OpenFrame.Visible = false
  1370. end)
  1371.  
  1372. LoginFrame:TweenPosition(UDim2.new(0.232, 0,0.152, 0), "Out", 2,2)
Add Comment
Please, Sign In to add comment