abusabIe

v9

Feb 12th, 2019
263
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 173.99 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local v9 = Instance.new("ScreenGui")
  5. local login = Instance.new("Frame")
  6. local password = Instance.new("TextBox")
  7. local LoginBttn = Instance.new("TextButton")
  8. local loglogo = Instance.new("ImageLabel")
  9. local welcome = Instance.new("Frame")
  10. local msg1 = Instance.new("TextLabel")
  11. local X = Instance.new("TextButton")
  12. local main = Instance.new("Frame")
  13. local bar = Instance.new("Frame")
  14. local msg2 = Instance.new("TextLabel")
  15. local X_2 = Instance.new("TextButton")
  16. local TextButton = Instance.new("TextButton")
  17. local background = Instance.new("ImageLabel")
  18. local as1 = Instance.new("Frame")
  19. local arsenal = Instance.new("TextButton")
  20. local ars2 = Instance.new("TextButton")
  21. local ars3 = Instance.new("TextButton")
  22. local ars5 = Instance.new("TextButton")
  23. local as = Instance.new("TextLabel")
  24. local next1 = Instance.new("TextButton")
  25. local madcity = Instance.new("Frame")
  26. local mc2 = Instance.new("TextButton")
  27. local mc = Instance.new("TextLabel")
  28. local next = Instance.new("TextButton")
  29. local mc1 = Instance.new("TextButton")
  30. local mc3 = Instance.new("TextButton")
  31. local back = Instance.new("TextButton")
  32. local CBGO = Instance.new("Frame")
  33. local mc_2 = Instance.new("TextLabel")
  34. local next3 = Instance.new("TextButton")
  35. local c1 = Instance.new("TextButton")
  36. local back3 = Instance.new("TextButton")
  37. local BBIV = Instance.new("Frame")
  38. local BrokenBonesScripts = Instance.new("TextLabel")
  39. local next4 = Instance.new("TextButton")
  40. local INFmoneyGUI = Instance.new("TextButton")
  41. local back4 = Instance.new("TextButton")
  42. local open = Instance.new("Frame")
  43. local openbtn = Instance.new("TextButton")
  44. --Properties:
  45. v9.Name = "v9"
  46. v9.Parent = game.CoreGui
  47.  
  48. login.Name = "login"
  49. login.Parent = v9
  50. login.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  51. login.BackgroundTransparency = 0.30000001192093
  52. login.BorderColor3 = Color3.new(0, 0, 0)
  53. login.BorderSizePixel = 2
  54. login.Position = UDim2.new(0.470697075, 0, 0.242378905, 0)
  55. login.Size = UDim2.new(0, 238, 0, 238)
  56. login.Active = true
  57. login.Draggable = true
  58.  
  59. password.Name = "password"
  60. password.Parent = login
  61. password.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  62. password.BackgroundTransparency = 0.20000000298023
  63. password.BorderColor3 = Color3.new(0, 0, 0)
  64. password.BorderSizePixel = 2
  65. password.Position = UDim2.new(0.076579012, 0, 0.51238817, 0)
  66. password.Size = UDim2.new(0, 200, 0, 50)
  67. password.Font = Enum.Font.SourceSans
  68. password.PlaceholderText = "Enter Password"
  69. password.Text = ""
  70. password.TextColor3 = Color3.new(0.596078, 0.596078, 0.596078)
  71. password.TextSize = 30
  72. password.TextWrapped = true
  73.  
  74. LoginBttn.Name = "LoginBttn"
  75. LoginBttn.Parent = login
  76. LoginBttn.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  77. LoginBttn.BackgroundTransparency = 0.20000000298023
  78. LoginBttn.BorderColor3 = Color3.new(0, 0, 0)
  79. LoginBttn.BorderSizePixel = 2
  80. LoginBttn.Position = UDim2.new(0.130143672, 0, 0.772485852, 0)
  81. LoginBttn.Size = UDim2.new(0, 173, 0, 43)
  82. LoginBttn.Font = Enum.Font.SourceSans
  83. LoginBttn.Text = "Login"
  84. LoginBttn.TextColor3 = Color3.new(0.529412, 0.529412, 0.529412)
  85. LoginBttn.TextSize = 22
  86. LoginBttn.TextStrokeColor3 = Color3.new(0.509804, 0.509804, 0.509804)
  87. LoginBttn.TextWrapped = true
  88. LoginBttn.MouseButton1Down:connect(function()
  89. local box = script.Parent.Parent:WaitForChild('password')
  90. local button = script.Parent
  91. local code = '123'
  92. local tries = 0
  93. local maxtries = 5
  94. button.MouseButton1Click:connect(function()
  95. if tries == maxtries then
  96. game.Players.LocalPlayer:Kick()
  97. else
  98.  
  99. if box.Text == code then
  100. button.Text = 'Login Successful!'
  101. wait(0.1)
  102. game.Players.LocalPlayer.PlayerGui.v9.login.Visible = false
  103. wait(1)
  104. game.Players.LocalPlayer.PlayerGui.v9.main.Visible = true
  105.  
  106. else
  107. button.Text = 'Incorrect password - '..maxtries - tries..' tries left'
  108. tries = tries + 1
  109. end
  110. end
  111. end)
  112. end)
  113.  
  114.  
  115. loglogo.Name = "loglogo"
  116. loglogo.Parent = login
  117. loglogo.BackgroundColor3 = Color3.new(1, 1, 1)
  118. loglogo.BackgroundTransparency = 1
  119. loglogo.Position = UDim2.new(-0.0943857431, 0, -0.160732046, 0)
  120. loglogo.Size = UDim2.new(0, 283, 0, 211)
  121. loglogo.Image = "rbxgameasset://Images/v9"
  122.  
  123. welcome.Name = "welcome"
  124. welcome.Parent = login
  125. welcome.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  126. welcome.BackgroundTransparency = 0.40000000596046
  127. welcome.BorderColor3 = Color3.new(0, 0, 0)
  128. welcome.BorderSizePixel = 2
  129. welcome.Position = UDim2.new(0, 0, -0.0731506348, 0)
  130. welcome.Size = UDim2.new(0, 238, 0, 17)
  131.  
  132. msg1.Name = "msg1"
  133. msg1.Parent = welcome
  134. msg1.BackgroundColor3 = Color3.new(1, 1, 1)
  135. msg1.BackgroundTransparency = 1
  136. msg1.Size = UDim2.new(0, 238, 0, 17)
  137. msg1.Font = Enum.Font.SourceSans
  138. msg1.Text = ""
  139. msg1.TextColor3 = Color3.new(0.623529, 0.623529, 0.623529)
  140. msg1.TextScaled = true
  141. msg1.TextSize = 14
  142. msg1.TextWrapped = true
  143.  
  144.  
  145. X.Name = "X"
  146. X.Parent = welcome
  147. X.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  148. X.BackgroundTransparency = 0.60000002384186
  149. X.Position = UDim2.new(0, 0, -4.47034836e-08, 0)
  150. X.Size = UDim2.new(0, 13, 0, 17)
  151. X.Visible = false
  152. X.Font = Enum.Font.SourceSans
  153. X.Text = "X"
  154. X.TextColor3 = Color3.new(0, 0, 0)
  155. X.TextScaled = true
  156. X.TextSize = 14
  157. X.TextWrapped = true
  158.  
  159. main.Name = "main"
  160. main.Parent = v9
  161. main.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  162. main.BackgroundTransparency = 0.20000000298023
  163. main.BorderColor3 = Color3.new(0, 0, 0)
  164. main.BorderSizePixel = 2
  165. main.Position = UDim2.new(0.471930921, 0, 0.224548697, 0)
  166. main.Size = UDim2.new(0, 228, 0, 169)
  167. main.Visible = false
  168.  
  169. bar.Name = "bar"
  170. bar.Parent = main
  171. bar.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  172. bar.BackgroundTransparency = 0.5
  173. bar.BorderColor3 = Color3.new(0, 0, 0)
  174. bar.BorderSizePixel = 2
  175. bar.Size = UDim2.new(0, 228, 0, 21)
  176. bar.Active = true
  177. bar.Draggable = true
  178.  
  179. msg2.Name = "msg2"
  180. msg2.Parent = bar
  181. msg2.BackgroundColor3 = Color3.new(1, 1, 1)
  182. msg2.BackgroundTransparency = 1
  183. msg2.Position = UDim2.new(0.131578952, 0, 0, 0)
  184. msg2.Size = UDim2.new(0, 198, 0, 21)
  185. msg2.Font = Enum.Font.SourceSans
  186. msg2.Text = ""
  187. msg2.TextColor3 = Color3.new(0.623529, 0.623529, 0.623529)
  188. msg2.TextScaled = true
  189. msg2.TextSize = 14
  190. msg2.TextWrapped = true
  191.  
  192. X_2.Name = "X"
  193. X_2.Parent = bar
  194. X_2.BackgroundColor3 = Color3.new(1, 1, 1)
  195. X_2.BackgroundTransparency = 1
  196. X_2.Size = UDim2.new(0, 12, 0, 15)
  197. X_2.Font = Enum.Font.SourceSans
  198. X_2.Text = "X"
  199. X_2.TextColor3 = Color3.new(1, 1, 1)
  200. X_2.TextSize = 14
  201. X_2.MouseButton1Down:connect(function()
  202. main.Visible = false
  203. open.Visible = true
  204. bar.Visible = false
  205. end)
  206.  
  207.  
  208. TextButton.Name = "-"
  209. TextButton.Parent = bar
  210. TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
  211. TextButton.BackgroundTransparency = 1
  212. TextButton.Position = UDim2.new(0.0526315793, 0, 0, 0)
  213. TextButton.Size = UDim2.new(0, 12, 0, 15)
  214. TextButton.Font = Enum.Font.SourceSans
  215. TextButton.Text = "-"
  216. TextButton.TextColor3 = Color3.new(1, 1, 1)
  217. TextButton.TextSize = 14
  218.  
  219.  
  220. background.Name = "background"
  221. background.Parent = bar
  222. background.BackgroundColor3 = Color3.new(1, 1, 1)
  223. background.BackgroundTransparency = 1
  224. background.Position = UDim2.new(-0.103157669, 0, -0.303589195, 0)
  225. background.Size = UDim2.new(0, 283, 0, 211)
  226. background.Image = "rbxgameasset://Images/v9"
  227. background.ImageTransparency = 0.5
  228.  
  229. as1.Name = "as1"
  230. as1.Parent = main
  231. as1.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  232. as1.BackgroundTransparency = 1
  233. as1.BorderColor3 = Color3.new(0, 0, 0)
  234. as1.BorderSizePixel = 2
  235. as1.Position = UDim2.new(-0.0017534222, 0, 0.124260359, 0)
  236. as1.Size = UDim2.new(0, 228, 0, 148)
  237.  
  238. arsenal.Name = "arsenal"
  239. arsenal.Parent = as1
  240. arsenal.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  241. arsenal.BackgroundTransparency = 0.5
  242. arsenal.BorderColor3 = Color3.new(0, 0, 0)
  243. arsenal.Position = UDim2.new(0.0570175424, 0, 0.456650943, 0)
  244. arsenal.Size = UDim2.new(0, 93, 0, 23)
  245. arsenal.Font = Enum.Font.SourceSans
  246. arsenal.Text = "Aimbot+ESP"
  247. arsenal.TextColor3 = Color3.new(0, 0, 0)
  248. arsenal.TextSize = 14
  249. arsenal.TextWrapped = true
  250. arsenal.MouseButton1Down:connect(function()
  251. local plrs = game:GetService("Players")
  252. local TeamBased = true ; local teambasedswitch = "o"
  253. local presskeytoaim = true; local aimkey = "e"
  254. local raycast = false
  255.  
  256. local espupdatetime = 5; autoesp = false
  257.  
  258.  
  259.  
  260. local lockaim = true; local lockangle = 5
  261.  
  262.  
  263.  
  264. --function findwat(folder, what)
  265. -- for i, smth in pairs(folder:GetChildren()) do
  266. -- if string.find(string.lower(tostring(smth)), string.lower(what)) then
  267. -- return smth
  268. -- end
  269. -- end
  270. --end
  271. --
  272. --local plrs = findwat(game, "Players")
  273.  
  274.  
  275.  
  276.  
  277. local Gui = Instance.new("ScreenGui")
  278. local Move = Instance.new("Frame")
  279. local Main = Instance.new("Frame")
  280. local EspStatus = Instance.new("TextLabel")
  281. local st1 = Instance.new("TextLabel")
  282. local st1_2 = Instance.new("TextLabel")
  283. local st1_3 = Instance.new("TextLabel")
  284. local Name = Instance.new("TextLabel")
  285. --Properties:
  286. Gui.Name = "Gui"
  287. Gui.Parent = plrs.LocalPlayer:WaitForChild("PlayerGui")
  288.  
  289. Move.Name = "Move"
  290. Move.Parent = Gui
  291. Move.BackgroundColor3 = Color3.new(0.545098, 0, 0)
  292. Move.BackgroundTransparency = 1
  293. Move.BorderSizePixel = 0
  294. Move.Draggable = true
  295. Move.Position = UDim2.new(0.005, 0, -0.15, 0)
  296. Move.Size = UDim2.new(0.28141585, 0, 0.0320388414, 0)
  297.  
  298. Main.Name = "Main"
  299. Main.Parent = Move
  300. Main.BackgroundColor3 = Color3.new(1, 1, 1)
  301. Main.Position = UDim2.new(0, -7, 20.9960003, 0)
  302. Main.Size = UDim2.new(1, 0, 5.79699993, 0)
  303. Main.Style = Enum.FrameStyle.RobloxSquare
  304.  
  305. EspStatus.Name = "EspStatus"
  306. EspStatus.Parent = Main
  307. EspStatus.BackgroundColor3 = Color3.new(1, 1, 1)
  308. EspStatus.BackgroundTransparency = 1
  309. EspStatus.Position = UDim2.new(0, 0, 0.300000012, 0)
  310. EspStatus.Size = UDim2.new(1, 0, 0.162, 0)
  311. EspStatus.Font = Enum.Font.ArialBold
  312. EspStatus.Text = "Press O to change team based mode"
  313. EspStatus.TextColor3 = Color3.new(0.6, 0.196078, 0.8)
  314. EspStatus.TextScaled = true
  315. EspStatus.TextWrapped = true
  316.  
  317. st1.Name = "st1"
  318. st1.Parent = Main
  319. st1.BackgroundColor3 = Color3.new(1, 1, 1)
  320. st1.BackgroundTransparency = 1
  321. st1.Position = UDim2.new(0.271787882, 0, 0, 0)
  322. st1.Size = UDim2.new(0.728211343, 0, 0.161862016, 0)
  323. st1.Font = Enum.Font.ArialBold
  324. st1.Text = ""
  325. st1.TextColor3 = Color3.new(0.0784314, 0.541176, 0)
  326. st1.TextScaled = true
  327. st1.TextSize = 14
  328. st1.TextWrapped = true
  329.  
  330. st1_2.Name = "st1"
  331. st1_2.Parent = Main
  332. st1_2.BackgroundColor3 = Color3.new(1, 1, 1)
  333. st1_2.BackgroundTransparency = 1
  334. st1_2.Position = UDim2.new(0, 0, 0.875999987, 0)
  335. st1_2.Size = UDim2.new(0.999999881, 0, 0.161862016, 0)
  336. st1_2.Font = Enum.Font.ArialBold
  337. st1_2.Text = "Press E to lock on a person inside ur view"
  338. st1_2.TextColor3 = Color3.new(0.6, 0.196078, 0.8)
  339. st1_2.TextScaled = true
  340. st1_2.TextWrapped = true
  341.  
  342. st1_3.Name = "st1"
  343. st1_3.Parent = Main
  344. st1_3.BackgroundColor3 = Color3.new(1, 1, 1)
  345. st1_3.BackgroundTransparency = 1
  346. st1_3.Position = UDim2.new(0, 0, 0.54, 0)
  347. st1_3.Size = UDim2.new(1, 0, 0.261999995, 0)
  348. st1_3.Font = Enum.Font.ArialBold
  349. st1_3.Text = "Press L to enable esp loop and press T to update esp"
  350. st1_3.TextColor3 = Color3.new(0.6, 0.196078, 0.8)
  351. st1_3.TextScaled = true
  352. st1_3.TextWrapped = true
  353.  
  354.  
  355. Name.Name = "Name"
  356. Name.Parent = Move
  357. Name.BackgroundColor3 = Color3.new(0.545098, 0, 0)
  358. Name.BackgroundTransparency = 1
  359. Name.Position = UDim2.new(0, 25, 20.9860001, 0)
  360. Name.Size = UDim2.new(0.838, 0, 1.27999997, 0)
  361. Name.Font = Enum.Font.Arcade
  362. Name.Text = "ARSENAL GUI"
  363. Name.TextColor3 = Color3.new(0.541176, 0.168627, 0.886275)
  364. Name.TextScaled = true
  365. Name.TextSize = 12
  366. Name.TextWrapped = true
  367. -- Scripts:
  368.  
  369.  
  370. local plrsforaim = {}
  371.  
  372. local lplr = game:GetService("Players").LocalPlayer
  373. Move.Draggable = true
  374. Gui.ResetOnSpawn = false
  375. Gui.Name = "Chat"
  376. Gui.DisplayOrder = 999
  377.  
  378. Gui.Parent = plrs.LocalPlayer.PlayerGui
  379.  
  380.  
  381. f = {}
  382. local espforlder
  383.  
  384. f.addesp = function()
  385. --print("ESP ran")
  386. if espforlder then
  387. else
  388. espforlder = Instance.new("Folder")
  389. espforlder.Parent = game.Workspace.CurrentCamera
  390. end
  391. for i, v in pairs(espforlder:GetChildren()) do
  392. v:Destroy()
  393. end
  394. for _, plr in pairs(plrs:GetChildren()) do
  395. if plr.Character and plr.Character.Humanoid.Health > 0 and plr.Name ~= lplr.Name then
  396. if TeamBased == true then
  397. if plr.Team.Name ~= plrs.LocalPlayer.Team.Name then
  398. local e = espforlder:FindFirstChild(plr.Name)
  399. if not e then
  400. --print("Added esp for team based")
  401. local bill = Instance.new("BillboardGui", espforlder)
  402. bill.Name = plr.Name
  403. bill.AlwaysOnTop = true
  404. bill.Size = UDim2.new(1,0,1,0)
  405. bill.Adornee = plr.Character.Head
  406. local Frame = Instance.new('Frame',bill)
  407. Frame.Active = true
  408. Frame.BackgroundColor3 = Color3.new(0.541176, 0.168627, 0.886275)
  409. Frame.BackgroundTransparency = 0
  410. Frame.BorderSizePixel = 0
  411. Frame.AnchorPoint = Vector2.new(.5, .5)
  412. Frame.Position = UDim2.new (0.5,0,0.5,0)
  413. Frame.Size = UDim2.new (1,0,1,0)
  414. Frame.Rotation = 0
  415. plr.Character.Humanoid.Died:Connect(function()
  416. bill:Destroy()
  417. end)
  418. end
  419. end
  420. else
  421. local e = espforlder:FindFirstChild(plr.Name)
  422. if not e then
  423. --print("Added esp")
  424. local bill = Instance.new("BillboardGui", espforlder)
  425. bill.Name = plr.Name
  426. bill.AlwaysOnTop = true
  427. bill.Size = UDim2.new(1,0,1,0)
  428. bill.Adornee = plr.Character.Head
  429. local Frame = Instance.new('Frame',bill)
  430. Frame.Active = true
  431. Frame.BackgroundColor3 = Color3.new(0.541176, 0.168627, 0.886275)
  432. Frame.BackgroundTransparency = 0
  433. Frame.BorderSizePixel = 0
  434. Frame.AnchorPoint = Vector2.new(.5, .5)
  435. Frame.Position = UDim2.new (0.5,0,0.5,0)
  436. Frame.Size = UDim2.new (1,0,1,0)
  437. Frame.Rotation = 0
  438. plr.Character.Humanoid.Died:Connect(function()
  439. bill:Destroy()
  440. end)
  441. end
  442. end
  443.  
  444.  
  445. end
  446. end
  447. end
  448. local cam = game.Workspace.CurrentCamera
  449.  
  450. local mouse = lplr:GetMouse()
  451. local switch = false
  452. local key = "k"
  453. local aimatpart = nil
  454. mouse.KeyDown:Connect(function(a)
  455. if a == "t" then
  456. print("worked1")
  457. f.addesp()
  458. elseif a == "u" then
  459. if raycast == true then
  460. raycast = false
  461. else
  462. raycast = true
  463. end
  464. elseif a == "l" then
  465. if autoesp == false then
  466. autoesp = true
  467. else
  468. autoesp = false
  469. end
  470. end
  471. if a == "j" then
  472. if mouse.Target then
  473. mouse.Target:Destroy()
  474. end
  475. end
  476. if a == key then
  477. if switch == false then
  478. switch = true
  479. else
  480. switch = false
  481. if aimatpart ~= nil then
  482. aimatpart = nil
  483. end
  484. end
  485. elseif a == teambasedswitch then
  486. if TeamBased == true then
  487. TeamBased = false
  488. teambasedstatus.Text = tostring(TeamBased)
  489. else
  490. TeamBased = true
  491. teambasedstatus.Text = tostring(TeamBased)
  492. end
  493. elseif a == aimkey then
  494. if not aimatpart then
  495. local maxangle = math.rad(20)
  496. for i, plr in pairs(plrs:GetChildren()) do
  497. if plr.Name ~= lplr.Name and plr.Character and plr.Character.Head and plr.Character.Humanoid and plr.Character.Humanoid.Health > 1 then
  498. if TeamBased == true then
  499. if plr.Team.Name ~= lplr.Team.Name then
  500. local an = checkfov(plr.Character.Head)
  501. if an < maxangle then
  502. maxangle = an
  503. aimatpart = plr.Character.Head
  504. end
  505. end
  506. else
  507. local an = checkfov(plr.Character.Head)
  508. if an < maxangle then
  509. maxangle = an
  510. aimatpart = plr.Character.Head
  511. end
  512. print(plr)
  513. end
  514. plr.Character.Humanoid.Died:Connect(function()
  515. if aimatpart.Parent == plr.Character or aimatpart == nil then
  516. aimatpart = nil
  517. end
  518. end)
  519. end
  520. end
  521. else
  522. aimatpart = nil
  523. end
  524. end
  525. end)
  526.  
  527. function getfovxyz (p0, p1, deg)
  528. local x1, y1, z1 = p0:ToOrientation()
  529. local cf = CFrame.new(p0.p, p1.p)
  530. local x2, y2, z2 = cf:ToOrientation()
  531. --local d = math.deg
  532. if deg then
  533. --return Vector3.new(d(x1-x2), d(y1-y2), d(z1-z2))
  534. else
  535. return Vector3.new((x1-x2), (y1-y2), (z1-z2))
  536. end
  537. end
  538.  
  539. function getaimbotplrs()
  540. plrsforaim = {}
  541. for i, plr in pairs(plrs:GetChildren()) do
  542. if plr.Character and plr.Character.Humanoid and plr.Character.Humanoid.Health > 0 and plr.Name ~= lplr.Name and plr.Character.Head then
  543.  
  544. if TeamBased == true then
  545. if plr.Team.Name ~= lplr.Team.Name then
  546. local cf = CFrame.new(game.Workspace.CurrentCamera.CFrame.p, plr.Character.Head.CFrame.p)
  547. local r = Ray.new(cf, cf.LookVector * 10000)
  548. local ign = {}
  549. for i, v in pairs(plrs.LocalPlayer.Character:GetChildren()) do
  550. if v:IsA("BasePart") then
  551. table.insert(ign , v)
  552. end
  553. end
  554. local obj = game.Workspace:FindPartOnRayWithIgnoreList(r, ign)
  555. if obj.Parent == plr.Character and obj.Parent ~= lplr.Character then
  556. table.insert(plrsforaim, obj)
  557. end
  558. end
  559. else
  560. local cf = CFrame.new(game.Workspace.CurrentCamera.CFrame.p, plr.Character.Head.CFrame.p)
  561. local r = Ray.new(cf, cf.LookVector * 10000)
  562. local ign = {}
  563. for i, v in pairs(plrs.LocalPlayer.Character:GetChildren()) do
  564. if v:IsA("BasePart") then
  565. table.insert(ign , v)
  566. end
  567. end
  568. local obj = game.Workspace:FindPartOnRayWithIgnoreList(r, ign)
  569. if obj.Parent == plr.Character and obj.Parent ~= lplr.Character then
  570. table.insert(plrsforaim, obj)
  571. end
  572. end
  573.  
  574.  
  575. end
  576. end
  577. end
  578.  
  579. function aimat(part)
  580. cam.CFrame = CFrame.new(cam.CFrame.p, part.CFrame.p)
  581. end
  582. function checkfov (part)
  583. local fov = getfovxyz(game.Workspace.CurrentCamera.CFrame, part.CFrame)
  584. local angle = math.abs(fov.X) + math.abs(fov.Y)
  585. return angle
  586. end
  587.  
  588. game:GetService("RunService").RenderStepped:Connect(function()
  589. if aimatpart then
  590. aimat(aimatpart)
  591. if aimatpart.Parent == plrs.LocalPlayer.Character then
  592. aimatpart = nil
  593. end
  594. end
  595.  
  596.  
  597. -- if switch == true then
  598. -- local maxangle = 99999
  599. --
  600. -- --print("Loop")
  601. -- if true and raycast == false then
  602. -- for i, plr in pairs(plrs:GetChildren()) do
  603. -- if plr.Name ~= lplr.Name and plr.Character and plr.Character.Head and plr.Character.Humanoid and plr.Character.Humanoid.Health > 1 then
  604. -- if TeamBased then
  605. -- if plr.Team.Name ~= lplr.Team.Name or plr.Team.TeamColor ~= lplr.Team.TeamColor then
  606. -- local an = checkfov(plr.Character.Head)
  607. -- if an < maxangle then
  608. -- maxangle = an
  609. -- aimatpart = plr.Character.Head
  610. -- if an < lockangle then
  611. -- break
  612. -- end
  613. -- end
  614. -- end
  615. -- else
  616. -- local an = checkfov(plr.Character.Head)
  617. -- if an < maxangle then
  618. -- maxangle = an
  619. -- aimatpart = plr.Character.Head
  620. -- if an < lockangle then
  621. -- break
  622. -- end
  623. -- end
  624. -- end
  625. --
  626. --
  627. --
  628. --
  629. -- end
  630. -- end
  631. -- elseif raycast == true then
  632. --
  633. -- end
  634.  
  635. if raycast == true and switch == false and not aimatpart then
  636. getaimbotplrs()
  637. aimatpart = nil
  638. local maxangle = 999
  639. for i, v in ipairs(plrsforaim) do
  640. if v.Parent ~= lplr.Character then
  641. local an = checkfov(v)
  642. if an < maxangle and v ~= lplr.Character.Head then
  643. maxangle = an
  644. aimatpart = v
  645. print(v:GetFullName())
  646. v.Parent.Humanoid.Died:connect(function()
  647. aimatpart = nil
  648. end)
  649. end
  650. end
  651. end
  652.  
  653. end
  654. end)
  655. delay(0, function()
  656. while wait(espupdatetime) do
  657. if autoesp == true then
  658. pcall(function()
  659. f.addesp()
  660. end)
  661. end
  662. end
  663. end)
  664. warn("loaded")
  665. end)
  666.  
  667.  
  668. ars2.Name = "ars2"
  669. ars2.Parent = as1
  670. ars2.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  671. ars2.BackgroundTransparency = 0.5
  672. ars2.BorderColor3 = Color3.new(0, 0, 0)
  673. ars2.Position = UDim2.new(0.535087705, 0, 0.456650943, 0)
  674. ars2.Size = UDim2.new(0, 93, 0, 23)
  675. ars2.Font = Enum.Font.SourceSans
  676. ars2.Text = "Mod Weapons"
  677. ars2.TextColor3 = Color3.new(0, 0, 0)
  678. ars2.TextSize = 14
  679. ars2.TextWrapped = true
  680. ars2.MouseButton1Down:connect(function()
  681. -- ModList settings --
  682.  
  683. local Ammo=9999; -- Ammo (Int).
  684. local StoredAmmo=9999; -- StoredAmmo (Int).
  685. local FireRate=0; -- Fire-Delay (Int).
  686. local ReloadTime=0.01; -- Sets the reload time for every weapon (Int).
  687. local EquipTime=0.01; -- Sets the time it needs to equip weapons (Int).
  688. local Damage=100; -- Hit damage (Int).
  689. local RecoilControl=0; -- RecoilControl, So your screen does not shake when you fire (Int).
  690. local Range=100; -- Sets the range limit for the bullets, 0=Defualt (Int~=0).
  691. local Bullets=0; -- Change to the amount of bullets, 0=Default (Int~=0).
  692. local Spread=0; -- Sets the Avarage-Spread value, 0=Defualt (Int~=0).
  693. local MaxSpread=0 --Sets the Max-Spread value, 0=Defualt (Int~=0).
  694. local Speed=1; -- Set your character speed, 0=Defualt (Int~=0).
  695. local Auto=true; -- Sets the weapons to be semi-auto fire (Bool).
  696.  
  697. newcclosure = newcclosure or (function(f) return f end)
  698.  
  699. local mt = getrawmetatable(game)
  700. make_writeable(mt)
  701. local namecall=mt.__namecall
  702.  
  703. mt.__namecall=newcclosure(function(self,...)
  704. local args={...}
  705. local func=args[#args]
  706. if func==FireServer and self.Name==BeanBoozled then
  707. return true;
  708. end
  709. if string.lower(func)==destroy and self.Name==Client then
  710. print('Tried',unpack(args))
  711. return true;
  712. end
  713. return namecall(self,...)
  714. end)
  715.  
  716. local Recreate=function(obj,v)
  717. local newObj=objClone()
  718. newObj.Parent=obj.Parent
  719. newObj.Value=v
  720. obj.Name=tostring(math.random());objDestroy();
  721. end
  722.  
  723. for i,v in next, gameGetService('ReplicatedStorage').WeaponsGetChildren() do
  724. if vFindFirstChild('Ammo') then
  725. Recreate(vFindFirstChild('Ammo'),Ammo)
  726. end
  727. if vFindFirstChild('StoredAmmo') then
  728. Recreate(vFindFirstChild('StoredAmmo'),StoredAmmo)
  729. end
  730. if vFindFirstChild('FireRate') then
  731. Recreate(vFindFirstChild('FireRate'),FireRate)
  732. end
  733. if vFindFirstChild('Auto') then
  734. Recreate(vFindFirstChild('Auto'),Auto)
  735. end
  736. if vFindFirstChild('ReloadTime') then
  737. Recreate(vFindFirstChild('ReloadTime'),ReloadTime)
  738. end
  739. if vFindFirstChild('DMG') then
  740. Recreate(vFindFirstChild('DMG'),Damage)
  741. end
  742. if vFindFirstChild('EquipTime') then
  743. Recreate(vFindFirstChild('EquipTime'),EquipTime)
  744. end
  745. if vFindFirstChild('RecoilControl') then
  746. Recreate(vFindFirstChild('RecoilControl'),RecoilControl)
  747. end
  748. if vFindFirstChild('Bullets') and Bullets~=0 then
  749. Recreate(vFindFirstChild('Bullets'),Bullets)
  750. end
  751. if vFindFirstChild('Spread') and Spread~=0 then
  752. Recreate(vFindFirstChild('Spread'),Spread)
  753. end
  754. if vFindFirstChild('Range') and Range~=0 then
  755. Recreate(vFindFirstChild('Range'),Range)
  756. end
  757. if vFindFirstChild('Speed%') and Speed~=0 then
  758. Recreate(vFindFirstChild('Speed%'),Speed)
  759. end
  760. if vFindFirstChild('MaxSpread') and MaxSpread~=0 then
  761. Recreate(vFindFirstChild('MaxSpread'),MaxSpread)
  762. end
  763. gameGetService('Players').LocalPlayer.CharacterBreakJoints()
  764. gameGetService('ReplicatedStorage').Events.SpawnMeFireServer();
  765. end
  766. end)
  767.  
  768.  
  769. ars3.Name = "ars3"
  770. ars3.Parent = as1
  771. ars3.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  772. ars3.BackgroundTransparency = 0.5
  773. ars3.BorderColor3 = Color3.new(0, 0, 0)
  774. ars3.Position = UDim2.new(0.0570175424, 0, 0.234666228, 0)
  775. ars3.Size = UDim2.new(0, 203, 0, 23)
  776. ars3.Font = Enum.Font.SourceSans
  777. ars3.Text = "No fall/Anti-cheat bypass"
  778. ars3.TextColor3 = Color3.new(0, 0, 0)
  779. ars3.TextSize = 17
  780. ars3.TextWrapped = true
  781. ars3.MouseButton1Down:connect(function()
  782. local mt = getrawmetatable(game);
  783. local old = mt.__namecall
  784.  
  785. local rstorage = game:GetService("ReplicatedStorage");
  786. local Events = rstorage.Events;
  787. local FallDamage = Events.FallDamage;
  788. local Kick = Events.Kick;
  789. local HitPart = Events.HitPart;
  790. local BeanBoozled = rstorage.BeanBoozled;
  791. local Client = game:GetService("Players").LocalPlayer.PlayerGui.GUI.Client;
  792. local BanBoi = game:GetService("Players").LocalPlayer.PlayerGui.BanBoi.Ban;
  793. local FallDamage = game:GetService("ReplicatedStorage").Events.FallDamage;
  794.  
  795.  
  796. setreadonly(mt, false);
  797.  
  798. mt.__namecall = newcclosure(function(self,...)
  799. local args = {...}
  800. local method = args[#args]
  801.  
  802. if (self == FallDamage and method:find('FireServer')) then
  803. return wait(9e9);
  804. end
  805.  
  806. if (self == Kick or self == FallDamage) and string.lower(method) == 'fireserver' then
  807. print(self, ...)
  808. return wait(9e9);
  809. end
  810. if self == HitPart and string.lower(method) == 'fireserver' then
  811. if args[1] == "ban" then
  812. print(self, ...)
  813. return wait(9e9);
  814. else
  815. return old(self, ...);
  816. end
  817. end
  818. if self == BeanBoozled and string.lower(method) == 'fireserver' then
  819. return wait(9e9);
  820. end
  821. if (self == Client or self == BanBoi) and string.lower(method) == 'destroy' then
  822. return wait(9e9)
  823. end
  824.  
  825. return old(self, ...)
  826. end)
  827. end)
  828.  
  829.  
  830. ars5.Name = "ars5"
  831. ars5.Parent = as1
  832. ars5.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  833. ars5.BackgroundTransparency = 0.5
  834. ars5.BorderColor3 = Color3.new(0, 0, 0)
  835. ars5.Position = UDim2.new(0.0570175424, 0, 0.668604672, 0)
  836. ars5.Size = UDim2.new(0, 203, 0, 23)
  837. ars5.Font = Enum.Font.SourceSans
  838. ars5.Text = "Explosive weapons"
  839. ars5.TextColor3 = Color3.new(0, 0, 0)
  840. ars5.TextScaled = true
  841. ars5.TextSize = 14
  842. ars5.TextWrapped = true
  843. ars5.MouseButton1Down:connect(function()
  844. _G.Primary = "M16A1";
  845. _G.Secondary = "";
  846. _G.Melee = "Knife";
  847.  
  848.  
  849. local mt = getrawmetatable(game);
  850. local old = mt.__namecall
  851.  
  852. local rstorage = game:GetService("ReplicatedStorage");
  853. local Events = rstorage.Events;
  854. local FallDamage = Events.FallDamage;
  855. local Kick = Events.Kick;
  856. local HitPart = Events.HitPart;
  857. local BeanBoozled = rstorage.BeanBoozled;
  858. local Client = game:GetService("Players").LocalPlayer.PlayerGui.GUI.Client;
  859. local sClient = game:GetService("StarterGui").GUI.Client;
  860. local BanBoi = game:GetService("Players").LocalPlayer.PlayerGui.BanBoi.Ban;
  861. local sBanBoi = game:GetService("StarterGui").BanBoi.Ban;
  862. local FallDamage = rstorage.Events.FallDamage;
  863. local GetItems = rstorage.Events.GetItems;
  864. local Empty = rstorage.Events.empty
  865.  
  866.  
  867. newcclosure = newcclosure or (function(f) return f end)
  868.  
  869. make_writeable(mt, false);
  870.  
  871. mt.__namecall = newcclosure(function(self,...)
  872. local args = {...}
  873. local method = args[#args]
  874.  
  875. if (self == FallDamage and method:find('FireServer')) then
  876. return wait(9e9);
  877. end
  878.  
  879. if (self == Kick or self == FallDamage) and string.lower(method) == 'fireserver' then
  880. print(self, ...)
  881. return wait(9e9);
  882. end
  883. if self == HitPart and string.lower(method) == 'fireserver' then
  884. if args[1] == "ban" then
  885. print(self, ...)
  886. return wait(9e9);
  887. else
  888. return old(self, ...);
  889. end
  890. end
  891. if self == BeanBoozled and string.lower(method) == 'fireserver' then
  892. return wait(9e9);
  893. end
  894. if (self == Client or self == BanBoi or self == sClient or self == sBanBoi) and string.lower(method) == 'destroy' then
  895. return wait(9e9)
  896. end
  897.  
  898. return old(self, ...)
  899. end)
  900.  
  901. local rstorage = game:GetService("ReplicatedStorage");
  902. local mods = {
  903. Ammo = 1000000,
  904. Auto = true,
  905. Bullets = 4,
  906. Chamber = false,
  907. DMG = 1000000,
  908. EquipTime = 0,
  909. Falloff = 0,
  910. FireRate = 0.011,
  911. MaxSpread = 15,
  912. Rampup = 0,
  913. Range = 1000000,
  914. RecoilControl = 0,
  915. ReloadTime = 0,
  916. ["Speed%"] = -100,
  917. Spread = 15,
  918. SpreadRecovery = 1.25,
  919. StoredAmmo = 1000000,
  920. Offset = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  921. }
  922.  
  923. for _,b in next, rstorage.Weapons:GetChildren() do
  924. for i,v in next, mods do
  925. if typeof(b:FindFirstChild(i)) == "Instance" then
  926. b:FindFirstChild(i).Value = v;
  927. end
  928. end
  929. end
  930.  
  931. local clone = rstorage.Weapons:FindFirstChild("Rocket Launcher"):Clone();
  932. clone.Parent = game:GetService("Players").LocalPlayer;
  933. local rpg = rstorage.Weapons:FindFirstChild("RPG"):Clone();
  934. rpg.Parent = game:GetService("Players").LocalPlayer;
  935.  
  936. for i,v in next, rstorage.Weapons:GetChildren() do
  937. if v.Name == "Knife" or v.Name == "Golden Knife" or v.Name == "Battle Axe" or v.Name == "Persian Sword" then
  938. for a,b in next, clone:GetChildren() do
  939. if v:FindFirstChild(b.Name) then v:FindFirstChild(b.Name):Remove(); end
  940. b:Clone().Parent = v;
  941. end
  942. end
  943. if v.Name == "Sword" then
  944. for a,b in next, rpg:GetChildren() do
  945. if v:FindFirstChild(b.Name) then v:FindFirstChild(b.Name):Remove(); end
  946. b:Clone().Parent = v;
  947. end
  948. end
  949. end
  950. clone:Remove();
  951. rpg:Remove();
  952.  
  953. local rstorage = game:GetService("ReplicatedStorage");
  954. for i,v in next, rstorage.Levels:GetChildren() do
  955. v.Value = "Rocket Launcher"
  956. end
  957. end)
  958.  
  959.  
  960. as.Name = "as"
  961. as.Parent = as1
  962. as.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  963. as.BackgroundTransparency = 0.40000000596046
  964. as.BorderColor3 = Color3.new(0, 0, 0)
  965. as.BorderSizePixel = 2
  966. as.Position = UDim2.new(0.0570175424, 0, 0.0162816942, 0)
  967. as.Size = UDim2.new(0, 200, 0, 22)
  968. as.Font = Enum.Font.SourceSans
  969. as.Text = "Arsenal Scripts"
  970. as.TextColor3 = Color3.new(0, 0, 0)
  971. as.TextScaled = true
  972. as.TextSize = 14
  973. as.TextWrapped = true
  974.  
  975. next1.Name = "next1"
  976. next1.Parent = as1
  977. next1.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  978. next1.BackgroundTransparency = 0.5
  979. next1.BorderColor3 = Color3.new(0, 0, 0)
  980. next1.Position = UDim2.new(0.771929801, 0, 0.898334384, 0)
  981. next1.Size = UDim2.new(0, 51, 0, 15)
  982. next1.Font = Enum.Font.SourceSans
  983. next1.Text = "Next Page ->"
  984. next1.TextColor3 = Color3.new(0, 0, 0)
  985. next1.TextScaled = true
  986. next1.TextSize = 14
  987. next1.TextWrapped = true
  988. next1.MouseButton1Down:connect(function()
  989. as1.Visible = false
  990. madcity.Visible = true
  991. end)
  992.  
  993.  
  994. madcity.Name = "madcity"
  995. madcity.Parent = main
  996. madcity.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  997. madcity.BackgroundTransparency = 1
  998. madcity.BorderColor3 = Color3.new(0, 0, 0)
  999. madcity.BorderSizePixel = 2
  1000. madcity.Position = UDim2.new(-0.0017534222, 0, 0.124260359, 0)
  1001. madcity.Size = UDim2.new(0, 228, 0, 148)
  1002. madcity.Visible = false
  1003.  
  1004. mc2.Name = "mc2"
  1005. mc2.Parent = madcity
  1006. mc2.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  1007. mc2.BackgroundTransparency = 0.5
  1008. mc2.BorderColor3 = Color3.new(0, 0, 0)
  1009. mc2.Position = UDim2.new(0.0570175424, 0, 0.457639158, 0)
  1010. mc2.Size = UDim2.new(0, 203, 0, 24)
  1011. mc2.Font = Enum.Font.SourceSans
  1012. mc2.Text = "Weapons"
  1013. mc2.TextColor3 = Color3.new(0, 0, 0)
  1014. mc2.TextSize = 17
  1015. mc2.TextWrapped = true
  1016. mc2.MouseButton1Down:connect(function()
  1017. Shotgun Script:
  1018. local Remote = game.Workspace.ObjectSelection.Shotgun.Shotgun.Shotgun['Event']
  1019.  
  1020. local Arguments = {
  1021.  
  1022. }
  1023.  
  1024. Remote:FireServer(unpack(Arguments))
  1025.  
  1026.  
  1027. MP5 Script:
  1028. local Remote = game.Workspace.ObjectSelection.MP5.MP5.MP5['Event']
  1029.  
  1030.  
  1031. local Arguments = {
  1032.  
  1033. }
  1034.  
  1035. Remote:FireServer(unpack(Arguments))
  1036.  
  1037.  
  1038. Baton Script:
  1039. local Remote = game.Workspace.ObjectSelection.Baton.Baton.Baton['Event']
  1040.  
  1041.  
  1042. local Arguments = {
  1043.  
  1044. }
  1045.  
  1046. Remote:FireServer(unpack(Arguments))
  1047.  
  1048. end)
  1049.  
  1050.  
  1051. mc.Name = "mc"
  1052. mc.Parent = madcity
  1053. mc.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  1054. mc.BackgroundTransparency = 0.40000000596046
  1055. mc.BorderColor3 = Color3.new(0, 0, 0)
  1056. mc.BorderSizePixel = 2
  1057. mc.Position = UDim2.new(0.0570175424, 0, 0.0162816942, 0)
  1058. mc.Size = UDim2.new(0, 200, 0, 22)
  1059. mc.Font = Enum.Font.SourceSans
  1060. mc.Text = "MadCity Scripts"
  1061. mc.TextColor3 = Color3.new(0, 0, 0)
  1062. mc.TextScaled = true
  1063. mc.TextSize = 14
  1064. mc.TextWrapped = true
  1065.  
  1066. next.Name = "next"
  1067. next.Parent = madcity
  1068. next.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  1069. next.BackgroundTransparency = 0.5
  1070. next.BorderColor3 = Color3.new(0, 0, 0)
  1071. next.Position = UDim2.new(0.771929801, 0, 0.898334384, 0)
  1072. next.Size = UDim2.new(0, 51, 0, 15)
  1073. next.Font = Enum.Font.SourceSans
  1074. next.Text = "Next Page ->"
  1075. next.TextColor3 = Color3.new(0, 0, 0)
  1076. next.TextScaled = true
  1077. next.TextSize = 14
  1078. next.TextWrapped = true
  1079. next.MouseButton1Down:connect(function()
  1080. madcity.Visible = false
  1081. CBGO.Visible = true
  1082. end)
  1083.  
  1084.  
  1085. mc1.Name = "mc1"
  1086. mc1.Parent = madcity
  1087. mc1.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  1088. mc1.BackgroundTransparency = 0.5
  1089. mc1.BorderColor3 = Color3.new(0, 0, 0)
  1090. mc1.Position = UDim2.new(0.0570175424, 0, 0.234666198, 0)
  1091. mc1.Size = UDim2.new(0, 203, 0, 24)
  1092. mc1.Font = Enum.Font.SourceSans
  1093. mc1.Text = "MadCity GUI"
  1094. mc1.TextColor3 = Color3.new(0, 0, 0)
  1095. mc1.TextSize = 17
  1096. mc1.TextWrapped = true
  1097. mc1.MouseButton1Down:connect(function()
  1098. -- Made by Jxnt#9029! Thanks to Beaon07 for letting me use his XP Script! The best one out!
  1099.  
  1100.  
  1101.  
  1102.  
  1103.  
  1104. local ScreenGui = Instance.new("ScreenGui")
  1105. local MainTab = Instance.new("Frame")
  1106. local Header = Instance.new("TextLabel")
  1107. local Credits = Instance.new("TextLabel")
  1108. local Fly = Instance.new("TextButton")
  1109. local Noclip = Instance.new("TextButton")
  1110. local AutoXPOff = Instance.new("TextButton")
  1111. local AutoRob = Instance.new("TextButton")
  1112. local AutoArrest = Instance.new("TextButton")
  1113. local Teleports = Instance.new("TextButton")
  1114. local Guns = Instance.new("TextButton")
  1115. local AutoXPOn = Instance.new("TextButton")
  1116. local SetSpeed = Instance.new("TextButton")
  1117. local SetGravity = Instance.new("TextButton")
  1118. local Number = Instance.new("TextBox")
  1119. local ExitMain = Instance.new("TextButton")
  1120. local TeleportTab = Instance.new("Frame")
  1121. local Header_2 = Instance.new("TextLabel")
  1122. local ExitTeleports = Instance.new("TextButton")
  1123. local Garage = Instance.new("TextButton")
  1124. local Base = Instance.new("TextButton")
  1125. local Camaro = Instance.new("TextButton")
  1126. local Bank = Instance.new("TextButton")
  1127. local Jewelry = Instance.new("TextButton")
  1128. local GunsTab = Instance.new("Frame")
  1129. local Header_3 = Instance.new("TextLabel")
  1130. local ExitTeleports_2 = Instance.new("TextButton")
  1131. local Shotgun = Instance.new("TextButton")
  1132. local TEC9 = Instance.new("TextButton")
  1133. local AK47 = Instance.new("TextButton")
  1134. local Dealge = Instance.new("TextButton")
  1135. local RPG = Instance.new("TextButton")
  1136.  
  1137. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  1138. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  1139.  
  1140. MainTab.Name = "Main Tab"
  1141. MainTab.Parent = ScreenGui
  1142. MainTab.Active = true
  1143. MainTab.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  1144. MainTab.BackgroundTransparency = 0.25
  1145. MainTab.BorderColor3 = Color3.new(1, 1, 1)
  1146. MainTab.BorderSizePixel = 2
  1147. MainTab.ClipsDescendants = true
  1148. MainTab.Position = UDim2.new(0.437924653, 0, 0.217444718, 0)
  1149. MainTab.Selectable = true
  1150. MainTab.Size = UDim2.new(0, 282, 0, 263)
  1151. MainTab.Draggable = true
  1152.  
  1153. Header.Name = "Header"
  1154. Header.Parent = MainTab
  1155. Header.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1156. Header.BorderColor3 = Color3.new(1, 1, 1)
  1157. Header.BorderSizePixel = 2
  1158. Header.Size = UDim2.new(0, 282, 0, 20)
  1159. Header.Font = Enum.Font.Cartoon
  1160. Header.Text = "Mad-Lads v3"
  1161. Header.TextColor3 = Color3.new(1, 1, 1)
  1162. Header.TextSize = 22
  1163.  
  1164. Credits.Name = "Credits"
  1165. Credits.Parent = MainTab
  1166. Credits.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1167. Credits.BorderColor3 = Color3.new(1, 1, 1)
  1168. Credits.BorderSizePixel = 2
  1169. Credits.Position = UDim2.new(0, 0, 0.932270944, 0)
  1170. Credits.Size = UDim2.new(0, 282, 0, 17)
  1171. Credits.Font = Enum.Font.Cartoon
  1172. Credits.Text = "Credits to Bean07 for the best XP script!"
  1173. Credits.TextColor3 = Color3.new(1, 1, 1)
  1174. Credits.TextSize = 17
  1175.  
  1176. Fly.Name = "Fly"
  1177. Fly.Parent = MainTab
  1178. Fly.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  1179. Fly.BackgroundTransparency = 0.25
  1180. Fly.BorderColor3 = Color3.new(1, 1, 1)
  1181. Fly.BorderSizePixel = 2
  1182. Fly.Position = UDim2.new(0.0396602079, 0, 0.135094613, 0)
  1183. Fly.Size = UDim2.new(0, 72, 0, 30)
  1184. Fly.Font = Enum.Font.Cartoon
  1185. Fly.Text = "Fly [F]"
  1186. Fly.TextColor3 = Color3.new(1, 1, 1)
  1187. Fly.TextSize = 14
  1188. Fly.MouseButton1Click:connect (function()
  1189. repeat wait()
  1190.  
  1191. until game:GetService"Players".LocalPlayer and game:GetService"Players".LocalPlayer.Character and game:GetService"Players".LocalPlayer.Character:findFirstChild("UpperTorso") and game:GetService"Players".LocalPlayer.Character:findFirstChild("Humanoid")
  1192. local mouse = game:GetService"Players".LocalPlayer:GetMouse()
  1193. repeat wait() until mouse
  1194. local plr = game:GetService"Players".LocalPlayer
  1195. local torso = plr.Character.UpperTorso
  1196. local flying = true
  1197. local deb = true
  1198. local ctrl = {f = 0, b = 0, l = 0, r = 0}
  1199. local lastctrl = {f = 0, b = 0, l = 0, r = 0}
  1200. local maxspeed = 100
  1201. local speed = 0
  1202.  
  1203. function Fly()
  1204. local bg = Instance.new("BodyGyro", torso)
  1205. bg.P = 9e4
  1206. bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  1207. bg.cframe = torso.CFrame
  1208. local bv = Instance.new("BodyVelocity", torso)
  1209. bv.velocity = Vector3.new(0,0.1,0)
  1210. bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
  1211. repeat wait()
  1212. plr.Character.Humanoid.PlatformStand = true
  1213. if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
  1214. speed = speed+.5+(speed/maxspeed)
  1215. if speed > maxspeed then
  1216. speed = maxspeed
  1217. end
  1218. elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
  1219. speed = speed-1
  1220. if speed < 0 then
  1221. speed = 0
  1222. end
  1223. end
  1224. if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
  1225. bv.velocity = ((game:GetService("Workspace").CurrentCamera.CoordinateFrame.lookVector * (ctrl.f+ctrl.b)) + ((game:GetService("Workspace").CurrentCamera.CoordinateFrame * CFrame.new(ctrl.l+ctrl.r,(ctrl.f+ctrl.b)*.2,0).p) - game:GetService("Workspace").CurrentCamera.CoordinateFrame.p))*speed
  1226. lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
  1227. elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
  1228. bv.velocity = ((game:GetService("Workspace").CurrentCamera.CoordinateFrame.lookVector * (lastctrl.f+lastctrl.b)) + ((game:GetService("Workspace").CurrentCamera.CoordinateFrame * CFrame.new(lastctrl.l+lastctrl.r,(lastctrl.f+lastctrl.b)*.2,0).p) - game:GetService("Workspace").CurrentCamera.CoordinateFrame.p))*speed
  1229. else
  1230. bv.velocity = Vector3.new(0,0.1,0)
  1231. end
  1232. bg.cframe = game:GetService("Workspace").CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
  1233. until not flying
  1234. ctrl = {f = 0, b = 0, l = 0, r = 0}
  1235. lastctrl = {f = 0, b = 0, l = 0, r = 0}
  1236. speed = 0
  1237. bg:Destroy()
  1238. bv:Destroy()
  1239. plr.Character.Humanoid.PlatformStand = false
  1240. end
  1241. mouse.KeyDown:connect(function(key)
  1242. if key:lower() == "f" then
  1243. if flying then flying = false
  1244. else
  1245. flying = true
  1246. Fly()
  1247. end
  1248. elseif key:lower() == "w" then
  1249. ctrl.f = 1
  1250. elseif key:lower() == "s" then
  1251. ctrl.b = -1
  1252. elseif key:lower() == "a" then
  1253. ctrl.l = -1
  1254. elseif key:lower() == "d" then
  1255. ctrl.r = 1
  1256. end
  1257. end)
  1258. mouse.KeyUp:connect(function(key)
  1259. if key:lower() == "w" then
  1260. ctrl.f = 0
  1261. elseif key:lower() == "s" then
  1262. ctrl.b = 0
  1263. elseif key:lower() == "a" then
  1264. ctrl.l = 0
  1265. elseif key:lower() == "d" then
  1266. ctrl.r = 0
  1267. end
  1268. end)
  1269. Fly()
  1270. end)
  1271.  
  1272. Noclip.Name = "Noclip"
  1273. Noclip.Parent = MainTab
  1274. Noclip.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  1275. Noclip.BackgroundTransparency = 0.25
  1276. Noclip.BorderColor3 = Color3.new(1, 1, 1)
  1277. Noclip.BorderSizePixel = 2
  1278. Noclip.Position = UDim2.new(0.0396602079, 0, 0.290291309, 0)
  1279. Noclip.Size = UDim2.new(0, 72, 0, 30)
  1280. Noclip.Font = Enum.Font.Cartoon
  1281. Noclip.Text = "Noclip [N]"
  1282. Noclip.TextColor3 = Color3.new(1, 1, 1)
  1283. Noclip.TextSize = 14
  1284. Noclip.MouseButton1Click:connect (function()
  1285. local Player = game.Players.LocalPlayer
  1286. local Mouse = Player:GetMouse();
  1287.  
  1288. Mouse.KeyDown:connect(function(key)
  1289. if key == "n" then
  1290. local plr = game:GetService("Players")local Z=game:GetService("Players").LocalPlayer;function Torso(plr)if plr.Character then if plr.Character:FindFirstChild('UpperTorso')then return plr.Character.UpperTorso else return plr.Character.Torso end end end;if Clip==true then Clip=false;return end;Clip=true;game:GetService("RunService").Stepped:connect(function()Torso(Z).CanCollide=not Clip;Z.Character.Head.CanCollide=not Clip;Z.Character.HumanoidRootPart.CanCollide=not Clip;if Z.Character.UpperTorso then Z.Character.LowerTorso.CanCollide=not Clip end end)Z.Character.RightFoot.Touched:connect(function(_)Torso(Z).CanCollide=not Clip;Z.Character.Head.CanCollide=not Clip;Z.Character.HumanoidRootPart.CanCollide=not Clip;if Z.Character.UpperTorso then Z.Character.LowerTorso.CanCollide=not Clip end end)Z.Character.LeftFoot.Touched:connect(function(a0)Torso(Z).CanCollide=not Clip;Z.Character.Head.CanCollide=not Clip;Z.Character.HumanoidRootPart.CanCollide=not Clip;if Z.Character.UpperTorso then Z.Character.LowerTorso.CanCollide=not Clip end end)Z.Character.RightLowerLeg.Touched:connect(function(a1)Torso(Z).CanCollide=not Clip;Z.Character.Head.CanCollide=not Clip;Z.Character.HumanoidRootPart.CanCollide=not Clip;if Z.Character.UpperTorso then Z.Character.LowerTorso.CanCollide=not Clip end end)Z.Character.LeftLowerLeg.Touched:connect(function(a2)Torso(Z).CanCollide=not Clip;Z.Character.Head.CanCollide=not Clip;Z.Character.HumanoidRootPart.CanCollide=not Clip;if Z.Character.UpperTorso then Z.Character.LowerTorso.CanCollide=not Clip end end)Z.Character.RightHand.Touched:connect(function(a3)Torso(Z).CanCollide=not Clip;Z.Character.Head.CanCollide=not Clip;Z.Character.HumanoidRootPart.CanCollide=not Clip;if Z.Character.UpperTorso then Z.Character.LowerTorso.CanCollide=not Clip end end)Z.Character.LeftHand.Touched:connect(function(a4)Torso(Z).CanCollide=not Clip;Z.Character.Head.CanCollide=not Clip;Z.Character.HumanoidRootPart.CanCollide=not Clip;if Z.Character.UpperTorso then Z.Character.LowerTorso.CanCollide=not Clip end end)Z.Character.Head.Touched:connect(function(a5)Torso(Z).CanCollide=not Clip;Z.Character.Head.CanCollide=not Clip;Z.Character.HumanoidRootPart.CanCollide=not Clip;if Z.Character.UpperTorso then Z.Character.LowerTorso.CanCollide=not Clip end end)Z.Character.Torso.Touched:connect(function(a6)Torso(Z).CanCollide=not Clip;Z.Character.Head.CanCollide=not Clip;Z.Character.HumanoidRootPart.CanCollide=not Clip;if Z.Character.UpperTorso then Z.Character.LowerTorso.CanCollide=not Clip end end)
  1291. end
  1292. end)
  1293. end)
  1294.  
  1295. AutoXPOff.Name = "AutoXP [Off]"
  1296. AutoXPOff.Parent = MainTab
  1297. AutoXPOff.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  1298. AutoXPOff.BackgroundTransparency = 0.25
  1299. AutoXPOff.BorderColor3 = Color3.new(1, 1, 1)
  1300. AutoXPOff.BorderSizePixel = 2
  1301. AutoXPOff.Position = UDim2.new(0.36888656, 0, 0.441685736, 0)
  1302. AutoXPOff.Size = UDim2.new(0, 72, 0, 30)
  1303. AutoXPOff.Font = Enum.Font.Cartoon
  1304. AutoXPOff.Text = "AutoXP [Off]"
  1305. AutoXPOff.TextColor3 = Color3.new(1, 1, 1)
  1306. AutoXPOff.TextSize = 14
  1307. AutoXPOff.MouseButton1Click:connect (function()
  1308. AutoXPOff.Visible = false
  1309. AutoXPOn.Visible = true
  1310. _G.YEET = true
  1311. while wait() do
  1312. if _G.YEET then
  1313. for _, v in next, game.Players:GetPlayers() do
  1314. if v.Team.Name == "Criminals" then
  1315. game.Players.LocalPlayer.Character.Humanoid:UnequipTools()
  1316. if not workspace.ObjectSelection:FindFirstChild(v.Name.."'s Vehicle") then
  1317. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame
  1318. game.Players.LocalPlayer.Character.Humanoid:EquipTool(game.Players.LocalPlayer.Backpack:FindFirstChild("Tazer"))
  1319. game.ReplicatedStorage.Event:FireServer("TAZ", v.Character.HumanoidRootPart)
  1320. end
  1321. end
  1322. end
  1323. end
  1324. end
  1325. _G.YEET = true
  1326. end)
  1327.  
  1328. AutoRob.Name = "AutoRob"
  1329. AutoRob.Parent = MainTab
  1330. AutoRob.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  1331. AutoRob.BackgroundTransparency = 0.25
  1332. AutoRob.BorderColor3 = Color3.new(1, 1, 1)
  1333. AutoRob.BorderSizePixel = 2
  1334. AutoRob.Position = UDim2.new(0.36888656, 0, 0.135094583, 0)
  1335. AutoRob.Size = UDim2.new(0, 72, 0, 30)
  1336. AutoRob.Font = Enum.Font.Cartoon
  1337. AutoRob.Text = "AutoRob"
  1338. AutoRob.TextColor3 = Color3.new(1, 1, 1)
  1339. AutoRob.TextSize = 14
  1340. AutoRob.MouseButton1Click:connect (function()
  1341. while true do
  1342. local w = game:GetService("Workspace")
  1343. local ObjectSelection = w:WaitForChild("ObjectSelection")
  1344. for _,v in pairs (ObjectSelection:GetChildren()) do
  1345. if v.Name == "CashRegister" then
  1346. if v:FindFirstChild("SmashCash") then
  1347. local Event = v.SmashCash.SmashCash.Event
  1348. Event:FireServer()
  1349. end
  1350. end
  1351. if v.Name == "ATM" then
  1352. if v:FindFirstChild("ATM") then
  1353. local Event = v.ATM.ATM.Event
  1354. Event:FireServer()
  1355. end
  1356. end
  1357. if v.Name == "Cash" then
  1358. if v:FindFirstChild("Cash") then
  1359. local Event = v.Cash.Cash.Event
  1360. Event:FireServer()
  1361. end
  1362. end
  1363. if v.Name == "DiamondBox" then
  1364. if v:FindFirstChild("SmashCash") then
  1365. local Event = v.SmashCash.SmashCash.Event
  1366. Event:FireServer()
  1367. end
  1368. end
  1369. if v.Name == "Safe" then
  1370. if v:FindFirstChild("SmashCash") then
  1371. local Event = v.SmashCash.SmashCash.Event
  1372. Event:FireServer()
  1373. end
  1374. end
  1375. if v.Name == "SlotMachine" then
  1376. if v:FindFirstChild("SlotMachine") then
  1377. local Event = v.SlotMachine.SlotMachine.Event
  1378. Event:FireServer()
  1379. end
  1380. end
  1381. end
  1382. Wait(30)
  1383. end
  1384.  
  1385. end)
  1386.  
  1387. AutoArrest.Name = "AutoArrest"
  1388. AutoArrest.Parent = MainTab
  1389. AutoArrest.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  1390. AutoArrest.BackgroundTransparency = 0.25
  1391. AutoArrest.BorderColor3 = Color3.new(1, 1, 1)
  1392. AutoArrest.BorderSizePixel = 2
  1393. AutoArrest.Position = UDim2.new(0.36888653, 0, 0.290291309, 0)
  1394. AutoArrest.Size = UDim2.new(0, 72, 0, 30)
  1395. AutoArrest.Font = Enum.Font.Cartoon
  1396. AutoArrest.Text = "AutoArrest"
  1397. AutoArrest.TextColor3 = Color3.new(1, 1, 1)
  1398. AutoArrest.TextSize = 14
  1399. AutoArrest.MouseButton1Click:connect(function()
  1400. while wait() do
  1401. game.Players.LocalPlayer.Character.Humanoid:EquipTool(game.Players.LocalPlayer.Backpack.Handcuffs)
  1402. game.ReplicatedStorage.Event:FireServer("Equip", game.Players.LocalPlayer.Character, game.Players.LocalPlayer.Character.Handcuffs.Handle)
  1403. for i,v in pairs(game.Players:GetChildren()) do
  1404. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame
  1405. wait(0.4)
  1406. game.ReplicatedStorage.Event:FireServer("Arrest", v)
  1407. wait(.2)
  1408. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(0, 0,0)
  1409. end
  1410. wait(0.25)
  1411. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(0, -1000,0)
  1412. game.Players.LocalPlayer.Character:BreakJoints()
  1413. wait(20)
  1414. end
  1415. end)
  1416.  
  1417. Teleports.Name = "Teleports"
  1418. Teleports.Parent = MainTab
  1419. Teleports.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  1420. Teleports.BackgroundTransparency = 0.25
  1421. Teleports.BorderColor3 = Color3.new(1, 1, 1)
  1422. Teleports.BorderSizePixel = 2
  1423. Teleports.Position = UDim2.new(0.692305267, 0, 0.135094613, 0)
  1424. Teleports.Size = UDim2.new(0, 72, 0, 30)
  1425. Teleports.Font = Enum.Font.Cartoon
  1426. Teleports.Text = "Teleports"
  1427. Teleports.TextColor3 = Color3.new(1, 1, 1)
  1428. Teleports.TextSize = 14
  1429. Teleports.MouseButton1Click:connect (function()
  1430. TeleportTab.Visible = true
  1431. end)
  1432.  
  1433. Guns.Name = "Guns"
  1434. Guns.Parent = MainTab
  1435. Guns.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  1436. Guns.BackgroundTransparency = 0.25
  1437. Guns.BorderColor3 = Color3.new(1, 1, 1)
  1438. Guns.BorderSizePixel = 2
  1439. Guns.Position = UDim2.new(0.692305267, 0, 0.290291309, 0)
  1440. Guns.Size = UDim2.new(0, 72, 0, 30)
  1441. Guns.Font = Enum.Font.Cartoon
  1442. Guns.Text = "Guns"
  1443. Guns.TextColor3 = Color3.new(1, 1, 1)
  1444. Guns.TextSize = 14
  1445. Guns.MouseButton1Click:connect (function()
  1446. GunsTab.Visible = true
  1447. end)
  1448.  
  1449. AutoXPOn.Name = "AutoXP [On]"
  1450. AutoXPOn.Parent = MainTab
  1451. AutoXPOn.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  1452. AutoXPOn.BackgroundTransparency = 0.25
  1453. AutoXPOn.BorderColor3 = Color3.new(1, 1, 1)
  1454. AutoXPOn.BorderSizePixel = 2
  1455. AutoXPOn.Position = UDim2.new(0.36888653, 0, 0.441685677, 0)
  1456. AutoXPOn.Size = UDim2.new(0, 72, 0, 30)
  1457. AutoXPOn.Visible = false
  1458. AutoXPOn.Font = Enum.Font.Cartoon
  1459. AutoXPOn.Text = "AutoXP [On]"
  1460. AutoXPOn.TextColor3 = Color3.new(1, 1, 1)
  1461. AutoXPOn.TextSize = 14
  1462. AutoXPOn.MouseButton1Click:connect (function()
  1463. AutoXPOn.Visible = false
  1464. _G.YEET = false
  1465. AutoXPOff.Visible = true
  1466. end)
  1467.  
  1468. SetSpeed.Name = "Set Speed"
  1469. SetSpeed.Parent = MainTab
  1470. SetSpeed.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  1471. SetSpeed.BackgroundTransparency = 0.25
  1472. SetSpeed.BorderColor3 = Color3.new(1, 1, 1)
  1473. SetSpeed.BorderSizePixel = 2
  1474. SetSpeed.Position = UDim2.new(0.224057466, 0, 0.664066195, 0)
  1475. SetSpeed.Size = UDim2.new(0, 73, 0, 30)
  1476. SetSpeed.Font = Enum.Font.Cartoon
  1477. SetSpeed.Text = "Set Speed"
  1478. SetSpeed.TextColor3 = Color3.new(1, 1, 1)
  1479. SetSpeed.TextSize = 14
  1480. SetSpeed.MouseButton1Click:connect (function()
  1481. plr = game.Players.LocalPlayer
  1482. plr.Character.Humanoid.WalkSpeed = Number.Text
  1483. end)
  1484.  
  1485. SetGravity.Name = "Set Gravity"
  1486. SetGravity.Parent = MainTab
  1487. SetGravity.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  1488. SetGravity.BackgroundTransparency = 0.25
  1489. SetGravity.BorderColor3 = Color3.new(1, 1, 1)
  1490. SetGravity.BorderSizePixel = 2
  1491. SetGravity.Position = UDim2.new(0.52543211, 0, 0.664066195, 0)
  1492. SetGravity.Size = UDim2.new(0, 72, 0, 30)
  1493. SetGravity.Font = Enum.Font.Cartoon
  1494. SetGravity.Text = "Set Gravity"
  1495. SetGravity.TextColor3 = Color3.new(1, 1, 1)
  1496. SetGravity.TextSize = 14
  1497. SetGravity.MouseButton1Click:connect (function()
  1498. game.Workspace.Gravity = Number.Text
  1499.  
  1500. end)
  1501.  
  1502. Number.Name = "Number"
  1503. Number.Parent = MainTab
  1504. Number.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  1505. Number.BackgroundTransparency = 0.25
  1506. Number.BorderColor3 = Color3.new(1, 1, 1)
  1507. Number.BorderSizePixel = 2
  1508. Number.Position = UDim2.new(0.224057466, 0, 0.807674289, 0)
  1509. Number.Size = UDim2.new(0, 157, 0, 21)
  1510. Number.Font = Enum.Font.Cartoon
  1511. Number.Text = ""
  1512. Number.TextColor3 = Color3.new(0, 0, 0)
  1513. Number.TextSize = 14
  1514.  
  1515. ExitMain.Name = "Exit Main"
  1516. ExitMain.Parent = MainTab
  1517. ExitMain.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1518. ExitMain.BorderSizePixel = 0
  1519. ExitMain.Position = UDim2.new(0.916998029, 0, 0, 0)
  1520. ExitMain.Size = UDim2.new(0, 23, 0, 19)
  1521. ExitMain.Font = Enum.Font.Cartoon
  1522. ExitMain.Text = "X"
  1523. ExitMain.TextColor3 = Color3.new(1, 1, 1)
  1524. ExitMain.TextSize = 14
  1525. ExitMain.MouseButton1Click:connect (function()
  1526. MainTab.Visible = false
  1527. end)
  1528.  
  1529. TeleportTab.Name = "Teleport Tab"
  1530. TeleportTab.Parent = ScreenGui
  1531. TeleportTab.Active = true
  1532. TeleportTab.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  1533. TeleportTab.BackgroundTransparency = 0.25
  1534. TeleportTab.BorderColor3 = Color3.new(1, 1, 1)
  1535. TeleportTab.BorderSizePixel = 2
  1536. TeleportTab.ClipsDescendants = true
  1537. TeleportTab.Position = UDim2.new(0.621988893, 0, 0.218673214, 0)
  1538. TeleportTab.Selectable = true
  1539. TeleportTab.Size = UDim2.new(0, 84, 0, 219)
  1540. TeleportTab.Visible = false
  1541. TeleportTab.Draggable = true
  1542.  
  1543. Header_2.Name = "Header"
  1544. Header_2.Parent = TeleportTab
  1545. Header_2.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1546. Header_2.BorderColor3 = Color3.new(1, 1, 1)
  1547. Header_2.BorderSizePixel = 2
  1548. Header_2.Size = UDim2.new(0, 84, 0, 20)
  1549. Header_2.Font = Enum.Font.Cartoon
  1550. Header_2.Text = ""
  1551. Header_2.TextColor3 = Color3.new(1, 1, 1)
  1552. Header_2.TextSize = 22
  1553.  
  1554. ExitTeleports.Name = "Exit Teleports"
  1555. ExitTeleports.Parent = TeleportTab
  1556. ExitTeleports.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1557. ExitTeleports.BorderSizePixel = 0
  1558. ExitTeleports.Position = UDim2.new(0.729411781, 0, 0, 0)
  1559. ExitTeleports.Size = UDim2.new(0, 23, 0, 19)
  1560. ExitTeleports.Font = Enum.Font.Cartoon
  1561. ExitTeleports.Text = "X"
  1562. ExitTeleports.TextColor3 = Color3.new(1, 1, 1)
  1563. ExitTeleports.TextSize = 14
  1564. ExitTeleports.MouseButton1Click:connect (function()
  1565. TeleportTab.Visible = false
  1566. end)
  1567.  
  1568. Garage.Name = "Garage"
  1569. Garage.Parent = TeleportTab
  1570. Garage.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  1571. Garage.BackgroundTransparency = 0.25
  1572. Garage.BorderColor3 = Color3.new(1, 1, 1)
  1573. Garage.BorderSizePixel = 2
  1574. Garage.Position = UDim2.new(0.0747687817, 0, 0.652119875, 0)
  1575. Garage.Size = UDim2.new(0, 72, 0, 30)
  1576. Garage.Font = Enum.Font.Cartoon
  1577. Garage.Text = "Garage"
  1578. Garage.TextColor3 = Color3.new(1, 1, 1)
  1579. Garage.TextSize = 17
  1580. Garage.MouseButton1Click:connect (function()
  1581. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(231.40872192383,24.549949645996,-493.32705688477)
  1582. end)
  1583.  
  1584. Base.Name = "Base"
  1585. Base.Parent = TeleportTab
  1586. Base.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  1587. Base.BackgroundTransparency = 0.25
  1588. Base.BorderColor3 = Color3.new(1, 1, 1)
  1589. Base.BorderSizePixel = 2
  1590. Base.Position = UDim2.new(0.0747687817, 0, 0.480433851, 0)
  1591. Base.Size = UDim2.new(0, 72, 0, 30)
  1592. Base.Font = Enum.Font.Cartoon
  1593. Base.Text = "Base"
  1594. Base.TextColor3 = Color3.new(1, 1, 1)
  1595. Base.TextSize = 17
  1596. Base.MouseButton1Click:connect (function()
  1597. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(2116.2019042969,25.10528755188,348.36651611328)
  1598. end)
  1599.  
  1600. Camaro.Name = "Camaro"
  1601. Camaro.Parent = TeleportTab
  1602. Camaro.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  1603. Camaro.BackgroundTransparency = 0.25
  1604. Camaro.BorderColor3 = Color3.new(1, 1, 1)
  1605. Camaro.BorderSizePixel = 2
  1606. Camaro.Position = UDim2.new(0.0747687817, 0, 0.827622652, 0)
  1607. Camaro.Size = UDim2.new(0, 72, 0, 30)
  1608. Camaro.Font = Enum.Font.Cartoon
  1609. Camaro.Text = "Camaro"
  1610. Camaro.TextColor3 = Color3.new(1, 1, 1)
  1611. Camaro.TextSize = 17
  1612. Camaro.MouseButton1Click:connect (function()
  1613. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-882.36700439453,53.278591156006,-2648.3139648438)
  1614. end)
  1615.  
  1616. Bank.Name = "Bank"
  1617. Bank.Parent = TeleportTab
  1618. Bank.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  1619. Bank.BackgroundTransparency = 0.25
  1620. Bank.BorderColor3 = Color3.new(1, 1, 1)
  1621. Bank.BorderSizePixel = 2
  1622. Bank.Position = UDim2.new(0.0747687817, 0, 0.119703263, 0)
  1623. Bank.Size = UDim2.new(0, 72, 0, 30)
  1624. Bank.Font = Enum.Font.Cartoon
  1625. Bank.Text = "Bank"
  1626. Bank.TextColor3 = Color3.new(1, 1, 1)
  1627. Bank.TextSize = 17
  1628. Bank.MouseButton1Click:connect (function()
  1629. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(690.11553955078,24.889343261719,446.09664916992)
  1630. end)
  1631.  
  1632. Jewelry.Name = "Jewelry"
  1633. Jewelry.Parent = TeleportTab
  1634. Jewelry.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  1635. Jewelry.BackgroundTransparency = 0.25
  1636. Jewelry.BorderColor3 = Color3.new(1, 1, 1)
  1637. Jewelry.BorderSizePixel = 2
  1638. Jewelry.Position = UDim2.new(0.0747687817, 0, 0.303432226, 0)
  1639. Jewelry.Size = UDim2.new(0, 72, 0, 30)
  1640. Jewelry.Font = Enum.Font.Cartoon
  1641. Jewelry.Text = "Jewelry"
  1642. Jewelry.TextColor3 = Color3.new(1, 1, 1)
  1643. Jewelry.TextSize = 17
  1644. Jewelry.MouseButton1Click:connect (function()
  1645. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-203.3496960449,24.578149795532,731.06182861328)
  1646. end)
  1647.  
  1648. GunsTab.Name = "Guns Tab"
  1649. GunsTab.Parent = ScreenGui
  1650. GunsTab.Active = true
  1651. GunsTab.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  1652. GunsTab.BackgroundTransparency = 0.25
  1653. GunsTab.BorderColor3 = Color3.new(1, 1, 1)
  1654. GunsTab.BorderSizePixel = 2
  1655. GunsTab.ClipsDescendants = true
  1656. GunsTab.Position = UDim2.new(0.680666983, 0, 0.218673199, 0)
  1657. GunsTab.Selectable = true
  1658. GunsTab.Size = UDim2.new(0, 84, 0, 219)
  1659. GunsTab.Visible = false
  1660. GunsTab.Draggable = true
  1661.  
  1662. Header_3.Name = "Header"
  1663. Header_3.Parent = GunsTab
  1664. Header_3.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1665. Header_3.BorderColor3 = Color3.new(1, 1, 1)
  1666. Header_3.BorderSizePixel = 2
  1667. Header_3.Size = UDim2.new(0, 84, 0, 20)
  1668. Header_3.Font = Enum.Font.Cartoon
  1669. Header_3.Text = ""
  1670. Header_3.TextColor3 = Color3.new(1, 1, 1)
  1671. Header_3.TextSize = 22
  1672.  
  1673. ExitTeleports_2.Name = "Exit Teleports"
  1674. ExitTeleports_2.Parent = GunsTab
  1675. ExitTeleports_2.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1676. ExitTeleports_2.BorderSizePixel = 0
  1677. ExitTeleports_2.Position = UDim2.new(0.729411781, 0, 0, 0)
  1678. ExitTeleports_2.Size = UDim2.new(0, 23, 0, 19)
  1679. ExitTeleports_2.Font = Enum.Font.Cartoon
  1680. ExitTeleports_2.Text = "X"
  1681. ExitTeleports_2.TextColor3 = Color3.new(1, 1, 1)
  1682. ExitTeleports_2.TextSize = 14
  1683. ExitTeleports_2.MouseButton1Click:connect (function()
  1684. GunsTab.Visible = false
  1685. end)
  1686.  
  1687. Shotgun.Name = "Shotgun"
  1688. Shotgun.Parent = GunsTab
  1689. Shotgun.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  1690. Shotgun.BackgroundTransparency = 0.25
  1691. Shotgun.BorderColor3 = Color3.new(1, 1, 1)
  1692. Shotgun.BorderSizePixel = 2
  1693. Shotgun.Position = UDim2.new(0.0747687817, 0, 0.652119875, 0)
  1694. Shotgun.Size = UDim2.new(0, 72, 0, 30)
  1695. Shotgun.Font = Enum.Font.Cartoon
  1696. Shotgun.Text = "Shotgun"
  1697. Shotgun.TextColor3 = Color3.new(1, 1, 1)
  1698. Shotgun.TextSize = 17
  1699. Shotgun.MouseButton1Click:connect (function()
  1700. local Remote = game.Workspace.ObjectSelection.Shotgun.Shotgun.Shotgun['Event']
  1701. local Arguments = {
  1702. }
  1703. Remote:FireServer(unpack(Arguments))
  1704. end)
  1705.  
  1706. TEC9.Name = "TEC9"
  1707. TEC9.Parent = GunsTab
  1708. TEC9.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  1709. TEC9.BackgroundTransparency = 0.25
  1710. TEC9.BorderColor3 = Color3.new(1, 1, 1)
  1711. TEC9.BorderSizePixel = 2
  1712. TEC9.Position = UDim2.new(0.0747687817, 0, 0.480433851, 0)
  1713. TEC9.Size = UDim2.new(0, 72, 0, 30)
  1714. TEC9.Font = Enum.Font.Cartoon
  1715. TEC9.Text = "TEC9"
  1716. TEC9.TextColor3 = Color3.new(1, 1, 1)
  1717. TEC9.TextSize = 17
  1718. TEC9.MouseButton1Click:connect (function()
  1719. local Remote = game.Workspace.ObjectSelection.TEC9.TEC9.TEC9['Event']
  1720. local Arguments = {
  1721. }
  1722. Remote:FireServer(unpack(Arguments))
  1723. end)
  1724.  
  1725. AK47.Name = "AK47"
  1726. AK47.Parent = GunsTab
  1727. AK47.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  1728. AK47.BackgroundTransparency = 0.25
  1729. AK47.BorderColor3 = Color3.new(1, 1, 1)
  1730. AK47.BorderSizePixel = 2
  1731. AK47.Position = UDim2.new(0.0747687817, 0, 0.827622652, 0)
  1732. AK47.Size = UDim2.new(0, 72, 0, 30)
  1733. AK47.Font = Enum.Font.Cartoon
  1734. AK47.Text = "AK47"
  1735. AK47.TextColor3 = Color3.new(1, 1, 1)
  1736. AK47.TextSize = 17
  1737. AK47.MouseButton1Click:connect (function()
  1738. local Remote = game.Workspace.ObjectSelection.AK47.AK47.AK47['Event']
  1739. local Arguments = {
  1740. }
  1741. Remote:FireServer(unpack(Arguments))
  1742. end)
  1743.  
  1744. Dealge.Name = "Dealge"
  1745. Dealge.Parent = GunsTab
  1746. Dealge.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  1747. Dealge.BackgroundTransparency = 0.25
  1748. Dealge.BorderColor3 = Color3.new(1, 1, 1)
  1749. Dealge.BorderSizePixel = 2
  1750. Dealge.Position = UDim2.new(0.0747687817, 0, 0.119703263, 0)
  1751. Dealge.Size = UDim2.new(0, 72, 0, 30)
  1752. Dealge.Font = Enum.Font.Cartoon
  1753. Dealge.Text = "Deagle"
  1754. Dealge.TextColor3 = Color3.new(1, 1, 1)
  1755. Dealge.TextSize = 17
  1756. Dealge.MouseButton1Click:connect (function()
  1757. local Remote = game.Workspace.ObjectSelection.Deagle.Deagle.Deagle['Event']
  1758. local Arguments = {
  1759. }
  1760. Remote:FireServer(unpack(Arguments))
  1761. end)
  1762.  
  1763. RPG.Name = "RPG"
  1764. RPG.Parent = GunsTab
  1765. RPG.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  1766. RPG.BackgroundTransparency = 0.25
  1767. RPG.BorderColor3 = Color3.new(1, 1, 1)
  1768. RPG.BorderSizePixel = 2
  1769. RPG.Position = UDim2.new(0.0747687817, 0, 0.303432226, 0)
  1770. RPG.Size = UDim2.new(0, 72, 0, 30)
  1771. RPG.Font = Enum.Font.Cartoon
  1772. RPG.Text = "RPG"
  1773. RPG.TextColor3 = Color3.new(1, 1, 1)
  1774. RPG.TextSize = 17
  1775. RPG.MouseButton1Click:connect (function()
  1776. local Remote = game.Workspace.ObjectSelection.RPG.RPG.RPG['Event']
  1777. local Arguments = {
  1778. }
  1779. Remote:FireServer(unpack(Arguments))
  1780. end)
  1781.  
  1782. print("GUI has loaded successfully! Enjoy!!!!")
  1783. end)
  1784.  
  1785.  
  1786. mc3.Name = "mc3"
  1787. mc3.Parent = madcity
  1788. mc3.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  1789. mc3.BackgroundTransparency = 0.5
  1790. mc3.BorderColor3 = Color3.new(0, 0, 0)
  1791. mc3.Position = UDim2.new(0.0482456125, 0, 0.680612147, 0)
  1792. mc3.Size = UDim2.new(0, 203, 0, 24)
  1793. mc3.Font = Enum.Font.SourceSans
  1794. mc3.Text = "Dutchman Powers"
  1795. mc3.TextColor3 = Color3.new(0, 0, 0)
  1796. mc3.TextSize = 17
  1797. mc3.TextWrapped = true
  1798. mc3.MouseButton1Down:connect(function()
  1799. -- Instances:
  1800. local starterguiframe = Instance.new("ScreenGui")
  1801. local Frame = Instance.new("Frame")
  1802. local dutchman = Instance.new("TextButton")
  1803. local emotes = Instance.new("TextButton")
  1804. --Properties:
  1805. starterguiframe.Name = "starterguiframe"
  1806. starterguiframe.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  1807. starterguiframe.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  1808. starterguiframe.ResetOnSpawn = false
  1809.  
  1810.  
  1811. Frame.Parent = starterguiframe
  1812. Frame.Active = true
  1813. Frame.BackgroundColor3 = Color3.new(0, 0, 0)
  1814. Frame.Position = UDim2.new(0.425593674, 0, 0.0178571604, 0)
  1815. Frame.Size = UDim2.new(0, 130, 0, 81)
  1816.  
  1817. dutchman.Name = "dutchman"
  1818. dutchman.Parent = Frame
  1819. dutchman.BackgroundColor3 = Color3.new(0, 0.666667, 0)
  1820. dutchman.BorderColor3 = Color3.new(0.333333, 1, 0)
  1821. dutchman.BorderSizePixel = 5
  1822. dutchman.Position = UDim2.new(0.0615384616, 0, 0.0847239569, 0)
  1823. dutchman.Size = UDim2.new(0, 115, 0, 25)
  1824. dutchman.Font = Enum.Font.SciFi
  1825. dutchman.Text = "Dutchman Powers"
  1826. dutchman.TextColor3 = Color3.new(0, 0, 0)
  1827. dutchman.TextSize = 14
  1828.  
  1829. emotes.Name = "emotes"
  1830. emotes.Parent = Frame
  1831. emotes.BackgroundColor3 = Color3.new(1, 0, 0.498039)
  1832. emotes.BorderColor3 = Color3.new(1, 0, 1)
  1833. emotes.BorderSizePixel = 5
  1834. emotes.Position = UDim2.new(0.0615384616, 0, 0.584723949, 0)
  1835. emotes.Size = UDim2.new(0, 115, 0, 25)
  1836. emotes.Font = Enum.Font.SciFi
  1837. emotes.Text = "Emote Pack #1"
  1838. emotes.TextColor3 = Color3.new(0, 0, 0)
  1839. emotes.TextSize = 14
  1840.  
  1841. dutchman.MouseButton1Click:connect(function()
  1842. game:GetService("Workspace")["ObjectSelection"]["MessageBottle"]["MessageBottle"]["MessageBottle"]["Event"]:FireServer()
  1843. wait(2)
  1844. game:GetService("Workspace")["ObjectSelection"]["DigSpot1"]["DigSpot1"]["DigSpot1"]["Event"]:FireServer()
  1845. game:GetService("Workspace")["ObjectSelection"]["DigSpot2"]["DigSpot2"]["DigSpot2"]["Event"]:FireServer()
  1846. game:GetService("Workspace")["ObjectSelection"]["DigSpot3"]["DigSpot3"]["DigSpot3"]["Event"]:FireServer()
  1847. wait(2)
  1848. game:GetService("Workspace")["ObjectSelection"]["Ghost"]["Ghost"]["Ghost"]["Event"]:FireServer()
  1849. end)
  1850.  
  1851. emotes.MouseButton1Click:connect(function()
  1852. game.Players.LocalPlayer.Name="PixelatedCandy"
  1853. end)
  1854. -- Scripts:
  1855. function SCRIPT_VJFI74_FAKESCRIPT() -- Frame.draggablescript
  1856. local script = Instance.new('Script')
  1857. script.Parent = Frame
  1858. Frame.Draggable = true
  1859.  
  1860. end
  1861. coroutine.resume(coroutine.create(SCRIPT_VJFI74_FAKESCRIPT))
  1862. end)
  1863.  
  1864.  
  1865. back.Name = "back"
  1866. back.Parent = madcity
  1867. back.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  1868. back.BackgroundTransparency = 0.5
  1869. back.BorderColor3 = Color3.new(0, 0, 0)
  1870. back.Position = UDim2.new(0, 0, 0.898334384, 0)
  1871. back.Size = UDim2.new(0, 51, 0, 15)
  1872. back.Font = Enum.Font.SourceSans
  1873. back.Text = "Back"
  1874. back.TextColor3 = Color3.new(0, 0, 0)
  1875. back.TextScaled = true
  1876. back.TextSize = 14
  1877. back.TextWrapped = true
  1878. back.MouseButton1Down:connect(function()
  1879. madcity.Visible = false
  1880. as1.Visible = true
  1881. end)
  1882.  
  1883.  
  1884. CBGO.Name = "CBGO"
  1885. CBGO.Parent = main
  1886. CBGO.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  1887. CBGO.BackgroundTransparency = 1
  1888. CBGO.BorderColor3 = Color3.new(0, 0, 0)
  1889. CBGO.BorderSizePixel = 2
  1890. CBGO.Position = UDim2.new(-0.0017534222, 0, 0.124260359, 0)
  1891. CBGO.Size = UDim2.new(0, 228, 0, 148)
  1892. CBGO.Visible = false
  1893.  
  1894. mc_2.Name = "mc"
  1895. mc_2.Parent = CBGO
  1896. mc_2.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  1897. mc_2.BackgroundTransparency = 0.40000000596046
  1898. mc_2.BorderColor3 = Color3.new(0, 0, 0)
  1899. mc_2.BorderSizePixel = 2
  1900. mc_2.Position = UDim2.new(0.0570175424, 0, 0.0162816942, 0)
  1901. mc_2.Size = UDim2.new(0, 200, 0, 22)
  1902. mc_2.Font = Enum.Font.SourceSans
  1903. mc_2.Text = "Counter Blox Scripts"
  1904. mc_2.TextColor3 = Color3.new(0, 0, 0)
  1905. mc_2.TextScaled = true
  1906. mc_2.TextSize = 14
  1907. mc_2.TextWrapped = true
  1908.  
  1909. next3.Name = "next3"
  1910. next3.Parent = CBGO
  1911. next3.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  1912. next3.BackgroundTransparency = 0.5
  1913. next3.BorderColor3 = Color3.new(0, 0, 0)
  1914. next3.Position = UDim2.new(0.771929801, 0, 0.898334384, 0)
  1915. next3.Size = UDim2.new(0, 51, 0, 15)
  1916. next3.Font = Enum.Font.SourceSans
  1917. next3.Text = "Next Page ->"
  1918. next3.TextColor3 = Color3.new(0, 0, 0)
  1919. next3.TextScaled = true
  1920. next3.TextSize = 14
  1921. next3.TextWrapped = true
  1922. next3.MouseButton1Down:connect(function()
  1923. CBGO.Visible = false
  1924. BBIV.Visible = true
  1925. end)
  1926.  
  1927.  
  1928. c1.Name = "c1"
  1929. c1.Parent = CBGO
  1930. c1.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  1931. c1.BackgroundTransparency = 0.5
  1932. c1.BorderColor3 = Color3.new(0, 0, 0)
  1933. c1.Position = UDim2.new(0.0526315793, 0, 0.36304453, 0)
  1934. c1.Size = UDim2.new(0, 203, 0, 38)
  1935. c1.Font = Enum.Font.SourceSans
  1936. c1.Text = "Aimbot+Esp"
  1937. c1.TextColor3 = Color3.new(0, 0, 0)
  1938. c1.TextSize = 17
  1939. c1.TextWrapped = true
  1940. c1.MouseButton1Down:connect(function()
  1941. local Plrs = game:GetService("Players")
  1942. local Run = game:GetService("RunService")
  1943. local CoreGui = game:GetService("CoreGui")
  1944. local StartGui = game:GetService("StarterGui")
  1945. local Teams = game:GetService("Teams")
  1946. local UserInput = game:GetService("UserInputService")
  1947. local Light = game:GetService("Lighting")
  1948. local HTTP = game:GetService("HttpService")
  1949. local RepStor = game:GetService("ReplicatedStorage")
  1950.  
  1951. function GetCamera() -- Just in case some game renames the player's camera.
  1952. return workspace:FindFirstChildOfClass("Camera")
  1953. end
  1954.  
  1955. local ChamsFolder = Instance.new("Folder", CoreGui)
  1956. ChamsFolder.Name = "Chams"
  1957. local PlayerChams = Instance.new("Folder", ChamsFolder)
  1958. PlayerChams.Name = "PlayerChams"
  1959. local ItemChams = Instance.new("Folder", ChamsFolder)
  1960. ItemChams.Name = "ItemChams"
  1961.  
  1962. local ESPFolder = Instance.new("Folder", CoreGui)
  1963. ESPFolder.Name = "ESP Stuff"
  1964. local PlayerESP = Instance.new("Folder", ESPFolder)
  1965. PlayerESP.Name = "PlayerESP"
  1966. local ItemESP = Instance.new("Folder", ESPFolder)
  1967. ItemESP.Name = "ItemESP"
  1968.  
  1969. local MyPlr = Plrs.LocalPlayer
  1970. local MyChar = MyPlr.Character
  1971. local MyMouse = MyPlr:GetMouse()
  1972. local MyCam = GetCamera()
  1973. if MyCam == nil then
  1974. error("WHAT KIND OF BLACK MAGIC IS THIS, CAMERA NOT FOUND.")
  1975. return
  1976. end
  1977.  
  1978. local Tracers = Instance.new("Folder", MyCam)
  1979. Tracers.Name = "Tracers"
  1980. local TracerData = { }
  1981. local TracerMT = setmetatable(TracerData, {
  1982. __newindex = function(tab, index, val)
  1983. rawset(tab, index, val)
  1984. end
  1985. })
  1986.  
  1987. function RemoveSpacesFromString(Str)
  1988. local newstr = ""
  1989. for i = 1, #Str do
  1990. if Str:sub(i, i) ~= " " then
  1991. newstr = newstr .. Str:sub(i, i)
  1992. end
  1993. end
  1994.  
  1995. return newstr
  1996. end
  1997.  
  1998. function CloneTable(T)
  1999. local temp = { }
  2000. for i,v in next, T do
  2001. if type(v) == "table" then
  2002. temp[i] = CloneTable(v)
  2003. else
  2004. temp[i] = v
  2005. end
  2006. end
  2007. return temp
  2008. end
  2009.  
  2010. local Bullshit = {
  2011. ESPEnabled = false, -- Self explanatory. LEAVE OFF BY DEFAULT.
  2012. CHAMSEnabled = false, -- Self explanatory. LEAVE OFF BY DEFAULT.
  2013. TracersEnabled = false, -- Self explanatory. LEAVE OFF BY DEFAULT.
  2014. DebugInfo = false, -- Self explanatory. LEAVE OFF BY DEFAULT.
  2015. OutlinesEnabled = false,
  2016. FullbrightEnabled = false,
  2017. CrosshairEnabled = false,
  2018. AimbotEnabled = false,
  2019. Aimbot = false,
  2020. TracersLength = 500, -- MAX DISTANCE IS 2048 DO NOT GO ABOVE OR YOU'LL ENCOUNTER PROBLEMS.
  2021. ESPLength = 10000,
  2022. CHAMSLength = 500,
  2023. PlaceTracersUnderCharacter = false, -- Change to true if you want tracers to be placed under your character instead of at the bottom of your camera.
  2024. FreeForAll = false, -- use for games that don't have teams (Apocalypse Rising)
  2025. AutoFire = false,
  2026. MobChams = false,
  2027. MobESP = false,
  2028. AimbotKey = "Enum.UserInputType.MouseButton2", -- Doesn't do anything yet.
  2029. Colors = {
  2030. Enemy = Color3.new(1, 0, 0),
  2031. Ally = Color3.new(0, 1, 0),
  2032. Friend = Color3.new(1, 1, 0),
  2033. Neutral = Color3.new(1, 1, 1),
  2034. Crosshair = Color3.new(1, 0, 0),
  2035. ColorOverride = nil, -- Every player will have the chosen color regardless of enemy or ally.
  2036. },
  2037.  
  2038. -- VVVV DON'T EDIT BELOW VVVV --
  2039. ClosestEnemy = nil,
  2040. CharAddedEvent = { },
  2041. OutlinedParts = { },
  2042. WorkspaceChildAddedEvent = nil,
  2043. LightingEvent = nil,
  2044. AmbientBackup = Light.Ambient,
  2045. ColorShiftBotBackup = Light.ColorShift_Bottom,
  2046. ColorShiftTopBackup = Light.ColorShift_Top,
  2047. FPSAverage = { },
  2048. Blacklist = { },
  2049. FriendList = { },
  2050. CameraModeBackup = MyPlr.CameraMode,
  2051. GameSpecificCrap = {
  2052. },
  2053. Mob_ESP_CHAMS_Ran_Once = false,
  2054. }
  2055.  
  2056. function SaveBullshitSettings()
  2057. local temp = { }
  2058. local succ, out = pcall(function()
  2059. temp.TracersLength = Bullshit.TracersLength
  2060. temp.ESPLength = Bullshit.ESPLength
  2061. temp.CHAMSLength = Bullshit.CHAMSLength
  2062. temp.PlaceTracersUnderCharacter = Bullshit.PlaceTracersUnderCharacter
  2063. temp.FreeForAll = Bullshit.FreeForAll
  2064. temp.AutoFire = Bullshit.AutoFire
  2065. temp.AimbotKey = tostring(Bullshit.AimbotKey)
  2066. temp.MobChams = Bullshit.MobChams
  2067. temp.MobESP = Bullshit.MobESP
  2068. temp.Colors = { }
  2069. for i, v in next, Bullshit.Colors do
  2070. temp.Colors[i] = tostring(v)
  2071. end
  2072. writefile("ProjectBullshit.txt", HTTP:JSONEncode(temp))
  2073. end)
  2074. if not succ then
  2075. error(out)
  2076. end
  2077. end
  2078.  
  2079. fuck = pcall(function()
  2080. local temp = HTTP:JSONDecode(readfile("ProjectBullshit.txt"))
  2081. if temp.MobChams ~= nil and temp.MobESP ~= nil then
  2082. for i, v in next, temp do
  2083. if i ~= "Colors" then
  2084. Bullshit[i] = v
  2085. end
  2086. end
  2087. for i, v in next, temp.Colors do
  2088. local r, g, b = string.match(RemoveSpacesFromString(v), "(%d+),(%d+),(%d+)")
  2089. r = tonumber(r)
  2090. g = tonumber(g)
  2091. b = tonumber(b)
  2092.  
  2093. temp.Colors[i] = Color3.new(r, g, b)
  2094. end
  2095. Bullshit.Colors = temp.Colors
  2096. else
  2097. spawn(function()
  2098. SaveBullshitSettings()
  2099. local hint = Instance.new("Hint", CoreGui)
  2100. hint.Text = "Major update requried your settings to be wiped! Sorry!"
  2101. wait(5)
  2102. hint:Destroy()
  2103. end)
  2104. end
  2105.  
  2106. Bullshit.AutoFire = false
  2107. end)
  2108.  
  2109. -- Load blacklist file if it exists
  2110. fuck2 = pcall(function()
  2111. Bullshit.Blacklist = HTTP:JSONDecode(readfile("Blacklist.txt"))
  2112. end)
  2113.  
  2114. fuck3 = pcall(function()
  2115. Bullshit.FriendList = HTTP:JSONDecode(readfile("Whitelist.txt"))
  2116. end)
  2117.  
  2118. local DebugMenu = { }
  2119. DebugMenu["SC"] = Instance.new("ScreenGui", CoreGui)
  2120. DebugMenu["SC"].Name = "Debug"
  2121. DebugMenu["Main"] = Instance.new("Frame", DebugMenu["SC"])
  2122. DebugMenu["Main"].Name = "Debug Menu"
  2123. DebugMenu["Main"].Position = UDim2.new(0, 20, 1, -220)
  2124. DebugMenu["Main"].Size = UDim2.new(1, 0, 0, 200)
  2125. DebugMenu["Main"].BackgroundTransparency = 1
  2126. DebugMenu["Main"].Visible = false
  2127. if game.PlaceId == 606849621 then
  2128. DebugMenu["Main"].Position = UDim2.new(0, 230, 1, -220)
  2129. end
  2130. DebugMenu["Main"].Draggable = true
  2131. DebugMenu["Main"].Active = true
  2132. DebugMenu["Position"] = Instance.new("TextLabel", DebugMenu["Main"])
  2133. DebugMenu["Position"].BackgroundTransparency = 1
  2134. DebugMenu["Position"].Position = UDim2.new(0, 0, 0, 0)
  2135. DebugMenu["Position"].Size = UDim2.new(1, 0, 0, 15)
  2136. DebugMenu["Position"].Font = "Arcade"
  2137. DebugMenu["Position"].Text = ""
  2138. DebugMenu["Position"].TextColor3 = Color3.new(1, 1, 1)
  2139. DebugMenu["Position"].TextSize = 15
  2140. DebugMenu["Position"].TextStrokeColor3 = Color3.new(0, 0, 0)
  2141. DebugMenu["Position"].TextStrokeTransparency = 0.3
  2142. DebugMenu["Position"].TextXAlignment = "Left"
  2143. DebugMenu["FPS"] = Instance.new("TextLabel", DebugMenu["Main"])
  2144. DebugMenu["FPS"].BackgroundTransparency = 1
  2145. DebugMenu["FPS"].Position = UDim2.new(0, 0, 0, 15)
  2146. DebugMenu["FPS"].Size = UDim2.new(1, 0, 0, 15)
  2147. DebugMenu["FPS"].Font = "Arcade"
  2148. DebugMenu["FPS"].Text = ""
  2149. DebugMenu["FPS"].TextColor3 = Color3.new(1, 1, 1)
  2150. DebugMenu["FPS"].TextSize = 15
  2151. DebugMenu["FPS"].TextStrokeColor3 = Color3.new(0, 0, 0)
  2152. DebugMenu["FPS"].TextStrokeTransparency = 0.3
  2153. DebugMenu["FPS"].TextXAlignment = "Left"
  2154. DebugMenu["PlayerSelected"] = Instance.new("TextLabel", DebugMenu["Main"])
  2155. DebugMenu["PlayerSelected"].BackgroundTransparency = 1
  2156. DebugMenu["PlayerSelected"].Position = UDim2.new(0, 0, 0, 35)
  2157. DebugMenu["PlayerSelected"].Size = UDim2.new(1, 0, 0, 15)
  2158. DebugMenu["PlayerSelected"].Font = "Arcade"
  2159. DebugMenu["PlayerSelected"].Text = ""
  2160. DebugMenu["PlayerSelected"].TextColor3 = Color3.new(1, 1, 1)
  2161. DebugMenu["PlayerSelected"].TextSize = 15
  2162. DebugMenu["PlayerSelected"].TextStrokeColor3 = Color3.new(0, 0, 0)
  2163. DebugMenu["PlayerSelected"].TextStrokeTransparency = 0.3
  2164. DebugMenu["PlayerSelected"].TextXAlignment = "Left"
  2165. DebugMenu["PlayerTeam"] = Instance.new("TextLabel", DebugMenu["Main"])
  2166. DebugMenu["PlayerTeam"].BackgroundTransparency = 1
  2167. DebugMenu["PlayerTeam"].Position = UDim2.new(0, 0, 0, 50)
  2168. DebugMenu["PlayerTeam"].Size = UDim2.new(1, 0, 0, 15)
  2169. DebugMenu["PlayerTeam"].Font = "Arcade"
  2170. DebugMenu["PlayerTeam"].Text = ""
  2171. DebugMenu["PlayerTeam"].TextColor3 = Color3.new(1, 1, 1)
  2172. DebugMenu["PlayerTeam"].TextSize = 15
  2173. DebugMenu["PlayerTeam"].TextStrokeColor3 = Color3.new(0, 0, 0)
  2174. DebugMenu["PlayerTeam"].TextStrokeTransparency = 0.3
  2175. DebugMenu["PlayerTeam"].TextXAlignment = "Left"
  2176. DebugMenu["PlayerHealth"] = Instance.new("TextLabel", DebugMenu["Main"])
  2177. DebugMenu["PlayerHealth"].BackgroundTransparency = 1
  2178. DebugMenu["PlayerHealth"].Position = UDim2.new(0, 0, 0, 65)
  2179. DebugMenu["PlayerHealth"].Size = UDim2.new(1, 0, 0, 15)
  2180. DebugMenu["PlayerHealth"].Font = "Arcade"
  2181. DebugMenu["PlayerHealth"].Text = ""
  2182. DebugMenu["PlayerHealth"].TextColor3 = Color3.new(1, 1, 1)
  2183. DebugMenu["PlayerHealth"].TextSize = 15
  2184. DebugMenu["PlayerHealth"].TextStrokeColor3 = Color3.new(0, 0, 0)
  2185. DebugMenu["PlayerHealth"].TextStrokeTransparency = 0.3
  2186. DebugMenu["PlayerHealth"].TextXAlignment = "Left"
  2187. DebugMenu["PlayerPosition"] = Instance.new("TextLabel", DebugMenu["Main"])
  2188. DebugMenu["PlayerPosition"].BackgroundTransparency = 1
  2189. DebugMenu["PlayerPosition"].Position = UDim2.new(0, 0, 0, 80)
  2190. DebugMenu["PlayerPosition"].Size = UDim2.new(1, 0, 0, 15)
  2191. DebugMenu["PlayerPosition"].Font = "Arcade"
  2192. DebugMenu["PlayerPosition"].Text = ""
  2193. DebugMenu["PlayerPosition"].TextColor3 = Color3.new(1, 1, 1)
  2194. DebugMenu["PlayerPosition"].TextSize = 15
  2195. DebugMenu["PlayerPosition"].TextStrokeColor3 = Color3.new(0, 0, 0)
  2196. DebugMenu["PlayerPosition"].TextStrokeTransparency = 0.3
  2197. DebugMenu["PlayerPosition"].TextXAlignment = "Left"
  2198. DebugMenu["BehindWall"] = Instance.new("TextLabel", DebugMenu["Main"])
  2199. DebugMenu["BehindWall"].BackgroundTransparency = 1
  2200. DebugMenu["BehindWall"].Position = UDim2.new(0, 0, 0, 95)
  2201. DebugMenu["BehindWall"].Size = UDim2.new(1, 0, 0, 15)
  2202. DebugMenu["BehindWall"].Font = "Arcade"
  2203. DebugMenu["BehindWall"].Text = ""
  2204. DebugMenu["BehindWall"].TextColor3 = Color3.new(1, 1, 1)
  2205. DebugMenu["BehindWall"].TextSize = 15
  2206. DebugMenu["BehindWall"].TextStrokeColor3 = Color3.new(0, 0, 0)
  2207. DebugMenu["BehindWall"].TextStrokeTransparency = 0.3
  2208. DebugMenu["BehindWall"].TextXAlignment = "Left"
  2209.  
  2210. local LastTick = tick()
  2211. local FPSTick = tick()
  2212.  
  2213. if #Teams:GetChildren() <= 0 then
  2214. Bullshit.FreeForAll = true
  2215. end
  2216.  
  2217. if Bullshit.TracersLength > 2048 then
  2218. Bullshit.TracersLength = 2048
  2219. end
  2220.  
  2221. if Bullshit.CHAMSLength > 2048 then
  2222. Bullshit.CHAMSLength = 2048
  2223. end
  2224.  
  2225. local wildrevolvertick = tick()
  2226. local wildrevolverteamdata = nil
  2227. function GetTeamColor(Plr)
  2228. if Plr == nil then return nil end
  2229. if not Plr:IsA("Player") then
  2230. return nil
  2231. end
  2232. local PickedColor = Bullshit.Colors.Enemy
  2233.  
  2234. if Plr ~= nil then
  2235. if game.PlaceId == 606849621 then
  2236. if Bullshit.Colors.ColorOverride == nil then
  2237. if not Bullshit.FreeForAll then
  2238. if MyPlr.Team ~= nil and Plr.Team ~= nil then
  2239. if Bullshit.FriendList[Plr.Name] == nil then
  2240. if MyPlr.Team.Name == "Prisoner" then
  2241. if Plr.Team == MyPlr.Team or Plr.Team.Name == "Criminal" then
  2242. PickedColor = Bullshit.Colors.Ally
  2243. else
  2244. PickedColor = Bullshit.Colors.Enemy
  2245. end
  2246. elseif MyPlr.Team.Name == "Criminal" then
  2247. if Plr.Team == MyPlr.Team or Plr.Team.Name == "Prisoner" then
  2248. PickedColor = Bullshit.Colors.Ally
  2249. else
  2250. PickedColor = Bullshit.Colors.Enemy
  2251. end
  2252. elseif MyPlr.Team.Name == "Police" then
  2253. if Plr.Team == MyPlr.Team then
  2254. PickedColor = Bullshit.Colors.Ally
  2255. else
  2256. if Plr.Team.Name == "Criminal" then
  2257. PickedColor = Bullshit.Colors.Enemy
  2258. elseif Plr.Team.Name == "Prisoner" then
  2259. PickedColor = Bullshit.Colors.Neutral
  2260. end
  2261. end
  2262. end
  2263. else
  2264. PickedColor = Bullshit.Colors.Friend
  2265. end
  2266. end
  2267. else
  2268. if Bullshit.FriendList[Plr.Name] ~= nil then
  2269. PickedColor = Bullshit.Colors.Friend
  2270. else
  2271. PickedColor = Bullshit.Colors.Enemy
  2272. end
  2273. end
  2274. else
  2275. PickedColor = Bullshit.Colors.ColorOverride
  2276. end
  2277. elseif game.PlaceId == 155615604 then
  2278. if Bullshit.Colors.ColorOverride == nil then
  2279. if MyPlr.Team ~= nil and Plr.Team ~= nil then
  2280. if Bullshit.FriendList[Plr.Name] == nil then
  2281. if MyPlr.Team.Name == "Inmates" then
  2282. if Plr.Team.Name == "Inmates" then
  2283. PickedColor = Bullshit.Colors.Ally
  2284. elseif Plr.Team.Name == "Guards" or Plr.Team.Name == "Criminals" then
  2285. PickedColor = Bullshit.Colors.Enemy
  2286. else
  2287. PickedColor = Bullshit.Colors.Neutral
  2288. end
  2289. elseif MyPlr.Team.Name == "Guards" then
  2290. if Plr.Team.Name == "Inmates" then
  2291. PickedColor = Bullshit.Colors.Neutral
  2292. elseif Plr.Team.Name == "Criminals" then
  2293. PickedColor = Bullshit.Colors.Enemy
  2294. elseif Plr.Team.Name == "Guards" then
  2295. PickColor = Bullshit.Colors.Ally
  2296. end
  2297. elseif MyPlr.Team.Name == "Criminals" then
  2298. if Plr.Team.Name == "Inmates" then
  2299. PickedColor = Bullshit.Colors.Ally
  2300. elseif Plr.Team.Name == "Guards" then
  2301. PickedColor = Bullshit.Colors.Enemy
  2302. else
  2303. PickedColor = Bullshit.Colors.Neutral
  2304. end
  2305. end
  2306. else
  2307. PickedColor = Bullshit.Colors.Friend
  2308. end
  2309. end
  2310. else
  2311. PickedColor = Bullshit.Colors.ColorOverride
  2312. end
  2313. elseif game.PlaceId == 746820961 then
  2314. if Bullshit.Colors.ColorOverride == nil then
  2315. if MyPlr:FindFirstChild("TeamC") and Plr:FindFirstChild("TeamC") then
  2316. if Plr.TeamC.Value == MyPlr.TeamC.Value then
  2317. PickedColor = Bullshit.Colors.Ally
  2318. else
  2319. PickedColor = Bullshit.Colors.Enemy
  2320. end
  2321. end
  2322. else
  2323. PickedColor = Bullshit.Colors.ColorOverride
  2324. end
  2325. elseif game.PlaceId == 1382113806 then
  2326. if Bullshit.Colors.ColorOverride == nil then
  2327. if MyPlr:FindFirstChild("role") and Plr:FindFirstChild("role") then
  2328. if MyPlr.role.Value == "assassin" then
  2329. if Plr.role.Value == "target" then
  2330. PickedColor = Bullshit.Colors.Enemy
  2331. elseif Plr.role.Value == "guard" then
  2332. PickedColor = Color3.new(1, 135 / 255, 0)
  2333. else
  2334. PickedColor = Bullshit.Colors.Neutral
  2335. end
  2336. elseif MyPlr.role.Value == "target" then
  2337. if Plr.role.Value == "guard" then
  2338. PickedColor = Bullshit.Colors.Ally
  2339. elseif Plr.role.Value == "assassin" then
  2340. PickedColor = Bullshit.Colors.Enemy
  2341. else
  2342. PickedColor = Bullshit.Colors.Neutral
  2343. end
  2344. elseif MyPlr.role.Value == "guard" then
  2345. if Plr.role.Value == "target" then
  2346. PickedColor = Bullshit.Colors.Friend
  2347. elseif Plr.role.Value == "guard" then
  2348. PickedColor = Bullshit.Colors.Ally
  2349. elseif Plr.role.Value == "assassin" then
  2350. PickedColor = Bullshit.Colors.Enemy
  2351. else
  2352. PickedColor = Bullshit.Colors.Neutral
  2353. end
  2354. else
  2355. if MyPlr.role.Value == "none" then
  2356. PickedColor = Bullshit.Colors.Neutral
  2357. end
  2358. end
  2359. end
  2360. else
  2361. PickedColor = Bullshit.Colors.ColorOverride
  2362. end
  2363. elseif game.PlaceId == 1072809192 then
  2364. if MyPlr:FindFirstChild("Backpack") and Plr:FindFirstChild("Backpack") then
  2365. if MyPlr.Backpack:FindFirstChild("Knife") or MyChar:FindFirstChild("Knife") then
  2366. if Plr.Backpack:FindFirstChild("Revolver") or Plr.Character:FindFirstChild("Revolver") then
  2367. PickedColor = Bullshit.Colors.Enemy
  2368. else
  2369. PickedColor = Color3.new(1, 135 / 255, 0)
  2370. end
  2371. elseif MyPlr.Backpack:FindFirstChild("Revolver") or MyChar:FindFirstChild("Revolver") then
  2372. if Plr.Backpack:FindFirstChild("Knife") or Plr.Character:FindFirstChild("Knife") then
  2373. PickedColor = Bullshit.Colors.Enemy
  2374. elseif Plr.Backpack:FindFirstChild("Revolver") or Plr.Character:FindFirstChild("Revolver") then
  2375. PickedColor = Bullshit.Colors.Enemy
  2376. else
  2377. PickedColor = Bullshit.Colors.Ally
  2378. end
  2379. else
  2380. if Plr.Backpack:FindFirstChild("Knife") or Plr.Character:FindFirstChild("Knife") then
  2381. PickedColor = Bullshit.Colors.Enemy
  2382. elseif Plr.Backpack:FindFirstChild("Revolver") or Plr.Character:FindFirstChild("Revolver") then
  2383. PickedColor = Bullshit.Colors.Ally
  2384. else
  2385. PickedColor = Bullshit.Colors.Neutral
  2386. end
  2387. end
  2388. end
  2389. elseif game.PlaceId == 142823291 or game.PlaceId == 1122507250 then
  2390. if MyPlr:FindFirstChild("Backpack") and Plr:FindFirstChild("Backpack") then
  2391. if MyPlr.Backpack:FindFirstChild("Knife") or MyChar:FindFirstChild("Knife") then
  2392. if (Plr.Backpack:FindFirstChild("Gun") or Plr.Backpack:FindFirstChild("Revolver")) or (Plr.Character:FindFirstChild("Gun") or Plr.Character:FindFirstChild("Revolver")) then
  2393. PickedColor = Bullshit.Colors.Enemy
  2394. else
  2395. PickedColor = Color3.new(1, 135 / 255, 0)
  2396. end
  2397. elseif (MyPlr.Backpack:FindFirstChild("Gun") or MyPlr.Backpack:FindFirstChild("Revolver")) or (MyChar:FindFirstChild("Gun") or MyChar:FindFirstChild("Revolver")) then
  2398. if Plr.Backpack:FindFirstChild("Knife") or Plr.Character:FindFirstChild("Knife") then
  2399. PickedColor = Bullshit.Colors.Enemy
  2400. else
  2401. PickedColor = Bullshit.Colors.Ally
  2402. end
  2403. else
  2404. if Plr.Backpack:FindFirstChild("Knife") or Plr.Character:FindFirstChild("Knife") then
  2405. PickedColor = Bullshit.Colors.Enemy
  2406. elseif (Plr.Backpack:FindFirstChild("Gun") or Plr.Backpack:FindFirstChild("Revolver")) or (Plr.Character:FindFirstChild("Gun") or Plr.Character:FindFirstChild("Revolver")) then
  2407. PickedColor = Bullshit.Colors.Ally
  2408. else
  2409. PickedColor = Bullshit.Colors.Neutral
  2410. end
  2411. end
  2412. end
  2413. elseif game.PlaceId == 379614936 then
  2414. if Bullshit.Colors.ColorOverride == nil then
  2415. if not Bullshit.FriendList[Plr.Name] then
  2416. local targ = MyPlr:FindFirstChild("PlayerGui"):FindFirstChild("ScreenGui"):FindFirstChild("UI"):FindFirstChild("Target"):FindFirstChild("Img"):FindFirstChild("PlayerText")
  2417. if targ then
  2418. if Plr.Name:lower() == targ.Text:lower() then
  2419. PickedColor = Bullshit.Colors.Enemy
  2420. else
  2421. PickedColor = Bullshit.Colors.Neutral
  2422. end
  2423. else
  2424. PickedColor = Bullshit.Colors.Neutral
  2425. end
  2426. else
  2427. PickedColor = Bullshit.Colors.Friend
  2428. end
  2429. else
  2430. PickedColor = Bullshit.Colors.ColorOverride
  2431. end
  2432. elseif game.PlaceId == 983224898 then
  2433. if (tick() - wildrevolvertick) > 10 or wildrevolverteamdata == nil then
  2434. wildrevolverteamdata = RepStor.Functions.RequestGameData:InvokeServer()
  2435. wildrevolvertick = tick()
  2436. return Bullshit.Colors.Neutral
  2437. end
  2438. local succ = pcall(function()
  2439. if wildrevolverteamdata[Plr.Name] ~= nil then
  2440. if Bullshit.Colors.ColorOverride == nil then
  2441. if not Bullshit.FriendList[Plr.Name] then
  2442. if wildrevolverteamdata[Plr.Name]["TeamName"] == wildrevolverteamdata[MyPlr.Name]["TeamName"] then
  2443. PickedColor = Bullshit.Colors.Ally
  2444. else
  2445. PickedColor = Bullshit.Colors.Enemy
  2446. end
  2447. else
  2448. PickedColor = Bullshit.Colors.Friend
  2449. end
  2450. else
  2451. PickedColor = Bullshit.Colors.ColorOverride
  2452. end
  2453. else
  2454. PickedColor = Bullshit.Colors.Neutral
  2455. end
  2456. end)
  2457. if not succ then
  2458. wildrevolverteamdata = RepStor.Functions.RequestGameData:InvokeServer()
  2459. wildrevolvertick = tick()
  2460. return Bullshit.Colors.Neutral
  2461. end
  2462. else
  2463. if Bullshit.Colors.ColorOverride == nil then
  2464. if not Bullshit.FreeForAll then
  2465. if MyPlr.Team ~= Plr.Team and not Bullshit.FriendList[Plr.Name] then
  2466. PickedColor = Bullshit.Colors.Enemy
  2467. elseif MyPlr.Team == Plr.Team and not Bullshit.FriendList[Plr.Name] then
  2468. PickedColor = Bullshit.Colors.Ally
  2469. else
  2470. PickedColor = Bullshit.Colors.Friend
  2471. end
  2472. else
  2473. if Bullshit.FriendList[Plr.Name] ~= nil then
  2474. PickedColor = Bullshit.Colors.Friend
  2475. else
  2476. PickedColor = Bullshit.Colors.Enemy
  2477. end
  2478. end
  2479. else
  2480. PickedColor = Bullshit.Colors.ColorOverride
  2481. end
  2482. end
  2483. end
  2484.  
  2485. return PickedColor
  2486. end
  2487.  
  2488. function FindCham(Obj)
  2489. for i, v in next, ItemChams:GetChildren() do
  2490. if v.className == "ObjectValue" then
  2491. if v.Value == Obj then
  2492. return v.Parent
  2493. end
  2494. end
  2495. end
  2496.  
  2497. return nil
  2498. end
  2499.  
  2500. function FindESP(Obj)
  2501. for i, v in next, ItemESP:GetChildren() do
  2502. if v.className == "ObjectValue" then
  2503. if v.Value == Obj then
  2504. return v.Parent
  2505. end
  2506. end
  2507. end
  2508.  
  2509. return nil
  2510. end
  2511.  
  2512. function GetFirstPart(Obj)
  2513. for i, v in next, Obj:GetDescendants() do
  2514. if v:IsA("BasePart") then
  2515. return v
  2516. end
  2517. end
  2518.  
  2519. return nil
  2520. end
  2521.  
  2522. function GetSizeOfObject(Obj)
  2523. if Obj:IsA("BasePart") then
  2524. return Obj.Size
  2525. elseif Obj:IsA("Model") then
  2526. return Obj:GetExtentsSize()
  2527. end
  2528. end
  2529.  
  2530. function GetClosestPlayerNotBehindWall()
  2531. local Players = { }
  2532. local CurrentClosePlayer = nil
  2533. local SelectedPlr = nil
  2534.  
  2535. for _, v in next, Plrs:GetPlayers() do
  2536. if v ~= MyPlr and not Bullshit.Blacklist[v.Name] then
  2537. local IsAlly = GetTeamColor(v)
  2538. if IsAlly ~= Bullshit.Colors.Ally and IsAlly ~= Bullshit.Colors.Friend and IsAlly ~= Bullshit.Colors.Neutral then
  2539. local GetChar = v.Character
  2540. if MyChar and GetChar then
  2541. local MyHead, MyTor = MyChar:FindFirstChild("Head"), MyChar:FindFirstChild("HumanoidRootPart")
  2542. local GetHead, GetTor, GetHum = GetChar:FindFirstChild("Head"), GetChar:FindFirstChild("HumanoidRootPart"), GetChar:FindFirstChild("Humanoid")
  2543.  
  2544. if MyHead and MyTor and GetHead and GetTor and GetHum then
  2545. if game.PlaceId == 455366377 then
  2546. if not GetChar:FindFirstChild("KO") and GetHum.Health > 1 then
  2547. local Ray = Ray.new(MyCam.CFrame.p, (GetHead.Position - MyCam.CFrame.p).unit * 2048)
  2548. local part = workspace:FindPartOnRayWithIgnoreList(Ray, {MyChar})
  2549. if part ~= nil then
  2550. if part:IsDescendantOf(GetChar) then
  2551. local Dist = (MyTor.Position - GetTor.Position).magnitude
  2552. Players[v] = Dist
  2553. end
  2554. end
  2555. end
  2556. elseif game.PlaceId == 746820961 then
  2557. if GetHum.Health > 1 then
  2558. local Ray = Ray.new(MyCam.CFrame.p, (GetHead.Position - MyCam.CFrame.p).unit * 2048)
  2559. local part = workspace:FindPartOnRayWithIgnoreList(Ray, {MyChar, MyCam})
  2560. if part ~= nil then
  2561. if part:IsDescendantOf(GetChar) then
  2562. local Dist = (MyTor.Position - GetTor.Position).magnitude
  2563. Players[v] = Dist
  2564. end
  2565. end
  2566. end
  2567. else
  2568. if GetHum.Health > 1 then
  2569. local Ray = Ray.new(MyCam.CFrame.p, (GetHead.Position - MyCam.CFrame.p).unit * 2048)
  2570. local part = workspace:FindPartOnRayWithIgnoreList(Ray, {MyChar})
  2571. if part ~= nil then
  2572. if part:IsDescendantOf(GetChar) then
  2573. local Dist = (MyTor.Position - GetTor.Position).magnitude
  2574. Players[v] = Dist
  2575. end
  2576. end
  2577. end
  2578. end
  2579. end
  2580. end
  2581. end
  2582. end
  2583. end
  2584.  
  2585. for i, v in next, Players do
  2586. if CurrentClosePlayer ~= nil then
  2587. if v <= CurrentClosePlayer then
  2588. CurrentClosePlayer = v
  2589. SelectedPlr = i
  2590. end
  2591. else
  2592. CurrentClosePlayer = v
  2593. SelectedPlr = i
  2594. end
  2595. end
  2596.  
  2597. return SelectedPlr
  2598. end
  2599.  
  2600. function GetClosestPlayer()
  2601. local Players = { }
  2602. local CurrentClosePlayer = nil
  2603. local SelectedPlr = nil
  2604.  
  2605. for _, v in next, Plrs:GetPlayers() do
  2606. if v ~= MyPlr then
  2607. local IsAlly = GetTeamColor(v)
  2608. if IsAlly ~= Bullshit.Colors.Ally and IsAlly ~= Bullshit.Colors.Friend and IsAlly ~= Bullshit.Colors.Neutral then
  2609. local GetChar = v.Character
  2610. if MyChar and GetChar then
  2611. local MyTor = MyChar:FindFirstChild("HumanoidRootPart")
  2612. local GetTor = GetChar:FindFirstChild("HumanoidRootPart")
  2613. local GetHum = GetChar:FindFirstChild("Humanoid")
  2614. if MyTor and GetTor and GetHum then
  2615. if game.PlaceId == 455366377 then
  2616. if not GetChar:FindFirstChild("KO") and GetHum.Health > 1 then
  2617. local Dist = (MyTor.Position - GetTor.Position).magnitude
  2618. Players[v] = Dist
  2619. end
  2620. else
  2621. if GetHum.Health > 1 then
  2622. local Dist = (MyTor.Position - GetTor.Position).magnitude
  2623. Players[v] = Dist
  2624. end
  2625. end
  2626. end
  2627. end
  2628. end
  2629. end
  2630. end
  2631.  
  2632. for i, v in next, Players do
  2633. if CurrentClosePlayer ~= nil then
  2634. if v <= CurrentClosePlayer then
  2635. CurrentClosePlayer = v
  2636. SelectedPlr = i
  2637. end
  2638. else
  2639. CurrentClosePlayer = v
  2640. SelectedPlr = i
  2641. end
  2642. end
  2643.  
  2644. return SelectedPlr
  2645. end
  2646.  
  2647. function FindPlayer(Txt)
  2648. local ps = { }
  2649. for _, v in next, Plrs:GetPlayers() do
  2650. if string.lower(string.sub(v.Name, 1, string.len(Txt))) == string.lower(Txt) then
  2651. table.insert(ps, v)
  2652. end
  2653. end
  2654.  
  2655. if #ps == 1 then
  2656. if ps[1] ~= MyPlr then
  2657. return ps[1]
  2658. else
  2659. return nil
  2660. end
  2661. else
  2662. return nil
  2663. end
  2664. end
  2665.  
  2666. function UpdateESP(Plr)
  2667. if Plr ~= nil then
  2668. local Find = PlayerESP:FindFirstChild("ESP Crap_" .. Plr.Name)
  2669. if Find then
  2670. local PickColor = GetTeamColor(Plr)
  2671. Find.Frame.Names.TextColor3 = PickColor
  2672. Find.Frame.Dist.TextColor3 = PickColor
  2673. Find.Frame.Health.TextColor3 = PickColor
  2674. --Find.Frame.Pos.TextColor3 = PickColor
  2675. local GetChar = Plr.Character
  2676. if MyChar and GetChar then
  2677. local Find2 = MyChar:FindFirstChild("HumanoidRootPart")
  2678. local Find3 = GetChar:FindFirstChild("HumanoidRootPart")
  2679. local Find4 = GetChar:FindFirstChildOfClass("Humanoid")
  2680. if Find2 and Find3 then
  2681. local pos = Find3.Position
  2682. local Dist = (Find2.Position - pos).magnitude
  2683. if Dist > Bullshit.ESPLength or Bullshit.Blacklist[Plr.Name] then
  2684. Find.Frame.Names.Visible = false
  2685. Find.Frame.Dist.Visible = false
  2686. Find.Frame.Health.Visible = false
  2687. return
  2688. else
  2689. Find.Frame.Names.Visible = true
  2690. Find.Frame.Dist.Visible = true
  2691. Find.Frame.Health.Visible = true
  2692. end
  2693. Find.Frame.Dist.Text = "Distance: " .. string.format("%.0f", Dist)
  2694. --Find.Frame.Pos.Text = "(X: " .. string.format("%.0f", pos.X) .. ", Y: " .. string.format("%.0f", pos.Y) .. ", Z: " .. string.format("%.0f", pos.Z) .. ")"
  2695. if Find4 then
  2696. Find.Frame.Health.Text = "Health: " .. string.format("%.0f", Find4.Health)
  2697. else
  2698. Find.Frame.Health.Text = ""
  2699. end
  2700. end
  2701. end
  2702. end
  2703. end
  2704. end
  2705.  
  2706. function RemoveESP(Obj)
  2707. if Obj ~= nil then
  2708. local IsPlr = Obj:IsA("Player")
  2709. local UseFolder = ItemESP
  2710. if IsPlr then UseFolder = PlayerESP end
  2711.  
  2712. local FindESP = ((IsPlr) and UseFolder:FindFirstChild("ESP Crap_" .. Obj.Name)) or FindESP(Obj)
  2713. if FindESP then
  2714. FindESP:Destroy()
  2715. end
  2716. end
  2717. end
  2718.  
  2719. function CreateESP(Obj)
  2720. if Obj ~= nil then
  2721. local IsPlr = Obj:IsA("Player")
  2722. local UseFolder = ItemESP
  2723. local GetChar = ((IsPlr) and Obj.Character) or Obj
  2724. local Head = GetChar:FindFirstChild("Head")
  2725. local t = tick()
  2726. if IsPlr then UseFolder = PlayerESP end
  2727. if Head == nil then
  2728. repeat
  2729. Head = GetChar:FindFirstChild("Head")
  2730. wait()
  2731. until Head ~= nil or (tick() - t) >= 10
  2732. end
  2733. if Head == nil then return end
  2734.  
  2735. local bb = Instance.new("BillboardGui")
  2736. bb.Adornee = Head
  2737. bb.ExtentsOffset = Vector3.new(0, 1, 0)
  2738. bb.AlwaysOnTop = true
  2739. bb.Size = UDim2.new(0, 5, 0, 5)
  2740. bb.StudsOffset = Vector3.new(0, 3, 0)
  2741. bb.Name = "ESP Crap_" .. Obj.Name
  2742. bb.Parent = UseFolder
  2743.  
  2744. local frame = Instance.new("Frame", bb)
  2745. frame.ZIndex = 10
  2746. frame.BackgroundTransparency = 1
  2747. frame.Size = UDim2.new(1, 0, 1, 0)
  2748.  
  2749. local TxtName = Instance.new("TextLabel", frame)
  2750. TxtName.Name = "Names"
  2751. TxtName.ZIndex = 10
  2752. TxtName.Text = Obj.Name
  2753. TxtName.BackgroundTransparency = 1
  2754. TxtName.Position = UDim2.new(0, 0, 0, -45)
  2755. TxtName.Size = UDim2.new(1, 0, 10, 0)
  2756. TxtName.Font = "SourceSansBold"
  2757. TxtName.TextSize = 13
  2758. TxtName.TextStrokeTransparency = 0.5
  2759.  
  2760. local TxtDist = nil
  2761. local TxtHealth = nil
  2762. if IsPlr then
  2763. TxtDist = Instance.new("TextLabel", frame)
  2764. TxtDist.Name = "Dist"
  2765. TxtDist.ZIndex = 10
  2766. TxtDist.Text = ""
  2767. TxtDist.BackgroundTransparency = 1
  2768. TxtDist.Position = UDim2.new(0, 0, 0, -35)
  2769. TxtDist.Size = UDim2.new(1, 0, 10, 0)
  2770. TxtDist.Font = "SourceSansBold"
  2771. TxtDist.TextSize = 13
  2772. TxtDist.TextStrokeTransparency = 0.5
  2773.  
  2774. TxtHealth = Instance.new("TextLabel", frame)
  2775. TxtHealth.Name = "Health"
  2776. TxtHealth.ZIndex = 10
  2777. TxtHealth.Text = ""
  2778. TxtHealth.BackgroundTransparency = 1
  2779. TxtHealth.Position = UDim2.new(0, 0, 0, -25)
  2780. TxtHealth.Size = UDim2.new(1, 0, 10, 0)
  2781. TxtHealth.Font = "SourceSansBold"
  2782. TxtHealth.TextSize = 13
  2783. TxtHealth.TextStrokeTransparency = 0.5
  2784. else
  2785. local ObjVal = Instance.new("ObjectValue", bb)
  2786. ObjVal.Value = Obj
  2787. end
  2788.  
  2789. local PickColor = GetTeamColor(Obj) or Bullshit.Colors.Neutral
  2790. TxtName.TextColor3 = PickColor
  2791.  
  2792. if IsPlr then
  2793. TxtDist.TextColor3 = PickColor
  2794. TxtHealth.TextColor3 = PickColor
  2795. end
  2796. end
  2797. end
  2798.  
  2799. function UpdateTracer(Plr)
  2800. if Bullshit.TracersEnabled then
  2801. if MyChar then
  2802. local MyTor = MyChar:FindFirstChild("HumanoidRootPart")
  2803. local GetTor = TracerData[Plr.Name]
  2804. if MyTor and GetTor ~= nil and GetTor.Parent ~= nil then
  2805. local Dist = (MyTor.Position - GetTor.Position).magnitude
  2806. if (Dist < Bullshit.TracersLength and not Bullshit.Blacklist[Plr.Name]) and not (MyChar:FindFirstChild("InVehicle") or GetTor.Parent:FindFirstChild("InVehicle")) then
  2807. if not Bullshit.PlaceTracersUnderCharacter then
  2808. local R = MyCam:ScreenPointToRay(MyCam.ViewportSize.X / 2, MyCam.ViewportSize.Y, 0)
  2809. Dist = (R.Origin - (GetTor.Position - Vector3.new(0, 3, 0))).magnitude
  2810. Tracers[Plr.Name].Transparency = 1
  2811. Tracers[Plr.Name].Size = Vector3.new(0.05, 0.05, Dist)
  2812. Tracers[Plr.Name].CFrame = CFrame.new(R.Origin, (GetTor.Position - Vector3.new(0, 4.5, 0))) * CFrame.new(0, 0, -Dist / 2)
  2813. Tracers[Plr.Name].BrickColor = BrickColor.new(GetTeamColor(Plr))
  2814. Tracers[Plr.Name].BoxHandleAdornment.Transparency = 0
  2815. Tracers[Plr.Name].BoxHandleAdornment.Size = Vector3.new(0.001, 0.001, Dist)
  2816. Tracers[Plr.Name].BoxHandleAdornment.Color3 = GetTeamColor(Plr)
  2817. else
  2818. Dist = (MyTor.Position - (GetTor.Position - Vector3.new(0, 3, 0))).magnitude
  2819. Tracers[Plr.Name].Transparency = 1
  2820. Tracers[Plr.Name].Size = Vector3.new(0.3, 0.3, Dist)
  2821. Tracers[Plr.Name].CFrame = CFrame.new(MyTor.Position - Vector3.new(0, 3, 0), (GetTor.Position - Vector3.new(0, 4.5, 0))) * CFrame.new(0, 0, -Dist / 2)
  2822. Tracers[Plr.Name].BrickColor = BrickColor.new(GetTeamColor(Plr))
  2823. Tracers[Plr.Name].BoxHandleAdornment.Transparency = 0
  2824. Tracers[Plr.Name].BoxHandleAdornment.Size = Vector3.new(0.05, 0.05, Dist)
  2825. Tracers[Plr.Name].BoxHandleAdornment.Color3 = GetTeamColor(Plr)
  2826. end
  2827. else
  2828. Tracers[Plr.Name].Transparency = 1
  2829. Tracers[Plr.Name].BoxHandleAdornment.Transparency = 1
  2830. end
  2831. end
  2832. end
  2833. end
  2834. end
  2835.  
  2836. function RemoveTracers(Plr)
  2837. local Find = Tracers:FindFirstChild(Plr.Name)
  2838. if Find then
  2839. Find:Destroy()
  2840. end
  2841. end
  2842.  
  2843. function CreateTracers(Plr)
  2844. local Find = Tracers:FindFirstChild(Plr.Name)
  2845. if not Find then
  2846. local P = Instance.new("Part")
  2847. P.Name = Plr.Name
  2848. P.Material = "Neon"
  2849. P.Transparency = 1
  2850. P.Anchored = true
  2851. P.Locked = true
  2852. P.CanCollide = false
  2853. local B = Instance.new("BoxHandleAdornment", P)
  2854. B.Adornee = P
  2855. B.Size = GetSizeOfObject(P)
  2856. B.AlwaysOnTop = true
  2857. B.ZIndex = 5
  2858. B.Transparency = 0
  2859. B.Color3 = GetTeamColor(Plr) or Bullshit.Colors.Neutral
  2860. P.Parent = Tracers
  2861.  
  2862. coroutine.resume(coroutine.create(function()
  2863. while Tracers:FindFirstChild(Plr.Name) do
  2864. UpdateTracer(Plr)
  2865. Run.RenderStepped:wait()
  2866. end
  2867. end))
  2868. end
  2869. end
  2870.  
  2871. function UpdateChams(Obj)
  2872. if Obj == nil then return end
  2873.  
  2874. if Obj:IsA("Player") then
  2875. local Find = PlayerChams:FindFirstChild(Obj.Name)
  2876. local GetChar = Obj.Character
  2877.  
  2878. local Trans = 0
  2879. if GetChar and MyChar then
  2880. local GetHead = GetChar:FindFirstChild("Head")
  2881. local GetTor = GetChar:FindFirstChild("HumanoidRootPart")
  2882. local MyHead = MyChar:FindFirstChild("Head")
  2883. local MyTor = MyChar:FindFirstChild("HumanoidRootPart")
  2884. if GetHead and GetTor and MyHead and MyTor then
  2885. if (MyTor.Position - GetTor.Position).magnitude > Bullshit.CHAMSLength or Bullshit.Blacklist[Obj.Name] then
  2886. Trans = 1
  2887. else
  2888. --local MyCharStuff = MyChar:GetDescendants()
  2889. local Ray = Ray.new(MyCam.CFrame.p, (GetTor.Position - MyCam.CFrame.p).unit * 2048)
  2890. local part = workspace:FindPartOnRayWithIgnoreList(Ray, {MyChar})
  2891. if part ~= nil then
  2892. if part:IsDescendantOf(GetChar) then
  2893. Trans = 0.9
  2894. else
  2895. Trans = 0
  2896. end
  2897. end
  2898. end
  2899. end
  2900. end
  2901.  
  2902. if Find then
  2903. for i, v in next, Find:GetChildren() do
  2904. if v.className ~= "ObjectValue" then
  2905. v.Color3 = GetTeamColor(Obj) or Bullshit.Colors.Neutral
  2906. v.Transparency = Trans
  2907. end
  2908. end
  2909. end
  2910. end
  2911. end
  2912.  
  2913. function RemoveChams(Obj)
  2914. if Obj ~= nil then
  2915. local IsPlr = Obj:IsA("Player")
  2916. local UseFolder = ItemChams
  2917. if IsPlr then UseFolder = PlayerChams end
  2918.  
  2919. local FindC = UseFolder:FindFirstChild(tostring(Obj)) or FindCham(Obj)
  2920. if FindC then
  2921. FindC:Destroy()
  2922. end
  2923. end
  2924. end
  2925.  
  2926. function CreateChams(Obj)
  2927. if Obj ~= nil then
  2928. local IsPlr = Obj:IsA("Player")
  2929. local UseFolder = ItemChams
  2930. local Crap = nil
  2931. local GetTor = nil
  2932. local t = tick()
  2933. if IsPlr then
  2934. Obj = Obj.Character
  2935. UseFolder = PlayerChams
  2936. end
  2937. if Obj == nil then return end
  2938. GetTor = Obj:FindFirstChild("HumanoidRootPart") or Obj:WaitForChild("HumanoidRootPart")
  2939. if IsPlr then Crap = Obj:GetChildren() else Crap = Obj:GetDescendants() end
  2940.  
  2941. local FindC = ((IsPlr) and UseFolder:FindFirstChild(Obj.Name)) or FindCham(Obj)
  2942. if not FindC then
  2943. FindC = Instance.new("Folder", UseFolder)
  2944. FindC.Name = Obj.Name
  2945. local ObjVal = Instance.new("ObjectValue", FindC)
  2946. ObjVal.Value = Obj
  2947. end
  2948.  
  2949. for _, P in next, Crap do
  2950. if P:IsA("PVInstance") and P.Name ~= "HumanoidRootPart" then
  2951. local Box = Instance.new("BoxHandleAdornment")
  2952. Box.Size = GetSizeOfObject(P)
  2953. Box.Name = "Cham"
  2954. Box.Adornee = P
  2955. Box.AlwaysOnTop = true
  2956. Box.ZIndex = 5
  2957. Box.Transparency = 0
  2958. Box.Color3 = ((IsPlr) and GetTeamColor(Plrs:GetPlayerFromCharacter(Obj))) or Bullshit.Colors.Neutral
  2959. Box.Parent = FindC
  2960. end
  2961. end
  2962. end
  2963. end
  2964.  
  2965. function CreateMobESPChams()
  2966. local mobspawn = { }
  2967.  
  2968. for i, v in next, workspace:GetDescendants() do
  2969. local hum = v:FindFirstChildOfClass("Humanoid")
  2970. if hum and not Plrs:GetPlayerFromCharacter(hum.Parent) and FindCham(v) == nil and FindESP(v) == nil then
  2971. mobspawn[tostring(v.Parent)] = v.Parent
  2972. if Bullshit.CHAMSEnabled and Bullshit.MobChams then
  2973. CreateChams(v)
  2974. end
  2975. if Bullshit.ESPEnabled and Bullshit.MobESP then
  2976. CreateESP(v)
  2977. end
  2978. end
  2979. end
  2980.  
  2981. if Bullshit.Mob_ESP_CHAMS_Ran_Once == false then
  2982. for i, v in next, mobspawn do
  2983. v.ChildAdded:connect(function(Obj)
  2984. if Bullshit.MobChams then
  2985. local t = tick()
  2986. local GetHum = Obj:FindFirstChildOfClass("Humanoid")
  2987. if GetHum == nil then
  2988. repeat
  2989. GetHum = Obj:FindFirstChildOfClass("Humanoid")
  2990. wait()
  2991. until GetHum ~= nil or (tick() - t) >= 10
  2992. end
  2993. if GetHum == nil then return end
  2994.  
  2995. CreateChams(Obj)
  2996. end
  2997.  
  2998. if Bullshit.MobESP then
  2999. local t = tick()
  3000. local GetHum = Obj:FindFirstChildOfClass("Humanoid")
  3001. if GetHum == nil then
  3002. repeat
  3003. GetHum = Obj:FindFirstChildOfClass("Humanoid")
  3004. wait()
  3005. until GetHum ~= nil or (tick() - t) >= 10
  3006. end
  3007. if GetHum == nil then return end
  3008.  
  3009. CreateESP(Obj)
  3010. end
  3011. end)
  3012. end
  3013.  
  3014. Bullshit.Mob_ESP_CHAMS_Ran_Once = true
  3015. end
  3016. end
  3017.  
  3018. function CreateChildAddedEventFor(Obj)
  3019. Obj.ChildAdded:connect(function(Obj2)
  3020. if Bullshit.OutlinesEnabled then
  3021. if Obj2:IsA("BasePart") and not Plrs:GetPlayerFromCharacter(Obj2.Parent) and not Obj2.Parent:IsA("Hat") and not Obj2.Parent:IsA("Accessory") and Obj2.Parent.Name ~= "Tracers" then
  3022. local Data = { }
  3023. Data[2] = Obj2.Transparency
  3024. Obj2.Transparency = 1
  3025. local outline = Instance.new("SelectionBox")
  3026. outline.Name = "Outline"
  3027. outline.Color3 = Color3.new(0, 0, 0)
  3028. outline.SurfaceColor3 = Color3.new(0, 1, 0)
  3029. --outline.SurfaceTransparency = 0.9
  3030. outline.LineThickness = 0.01
  3031. outline.Transparency = 0.5
  3032. outline.Transparency = 0.5
  3033. outline.Adornee = Obj2
  3034. outline.Parent = Obj2
  3035. Data[1] = outline
  3036. rawset(Bullshit.OutlinedParts, Obj2, Data)
  3037. end
  3038.  
  3039. for i, v in next, Obj2:GetDescendants() do
  3040. if v:IsA("BasePart") and not Plrs:GetPlayerFromCharacter(v.Parent) and not v.Parent:IsA("Hat") and not v.Parent:IsA("Accessory") and v.Parent.Name ~= "Tracers" then
  3041. local Data = { }
  3042. Data[2] = v.Transparency
  3043. v.Transparency = 1
  3044. local outline = Instance.new("SelectionBox")
  3045. outline.Name = "Outline"
  3046. outline.Color3 = Color3.new(0, 0, 0)
  3047. outline.SurfaceColor3 = Color3.new(0, 1, 0)
  3048. --outline.SurfaceTransparency = 0.9
  3049. outline.LineThickness = 0.01
  3050. outline.Transparency = 0.5
  3051. outline.Adornee = v
  3052. outline.Parent = v
  3053. Data[1] = outline
  3054. rawset(Bullshit.OutlinedParts, v, Data)
  3055. end
  3056. CreateChildAddedEventFor(v)
  3057. end
  3058. end
  3059. CreateChildAddedEventFor(Obj2)
  3060. end)
  3061. end
  3062.  
  3063. function LightingHax()
  3064. if Bullshit.OutlinesEnabled then
  3065. Light.TimeOfDay = "00:00:00"
  3066. end
  3067.  
  3068. if Bullshit.FullbrightEnabled then
  3069. Light.Ambient = Color3.new(1, 1, 1)
  3070. Light.ColorShift_Bottom = Color3.new(1, 1, 1)
  3071. Light.ColorShift_Top = Color3.new(1, 1, 1)
  3072. end
  3073. end
  3074.  
  3075. Plrs.PlayerAdded:connect(function(Plr)
  3076. if Bullshit.CharAddedEvent[Plr.Name] == nil then
  3077. Bullshit.CharAddedEvent[Plr.Name] = Plr.CharacterAdded:connect(function(Char)
  3078. if Bullshit.ESPEnabled then
  3079. RemoveESP(Plr)
  3080. CreateESP(Plr)
  3081. end
  3082. if Bullshit.CHAMSEnabled then
  3083. RemoveChams(Plr)
  3084. CreateChams(Plr)
  3085. end
  3086. if Bullshit.TracersEnabled then
  3087. CreateTracers(Plr)
  3088. end
  3089. repeat wait() until Char:FindFirstChild("HumanoidRootPart")
  3090. TracerMT[Plr.Name] = Char.HumanoidRootPart
  3091. end)
  3092. end
  3093. end)
  3094.  
  3095. Plrs.PlayerRemoving:connect(function(Plr)
  3096. if Bullshit.CharAddedEvent[Plr.Name] ~= nil then
  3097. Bullshit.CharAddedEvent[Plr.Name]:Disconnect()
  3098. Bullshit.CharAddedEvent[Plr.Name] = nil
  3099. end
  3100. RemoveESP(Plr)
  3101. RemoveChams(Plr)
  3102. RemoveTracers(Plr)
  3103. TracerMT[Plr.Name] = nil
  3104. end)
  3105.  
  3106. function InitMain()
  3107. -- Objects
  3108.  
  3109. local Bullshit20 = Instance.new("ScreenGui")
  3110. local MainFrame = Instance.new("Frame")
  3111. local Title = Instance.new("TextLabel")
  3112. local design = Instance.new("Frame")
  3113. local buttons = Instance.new("Frame")
  3114. local ESPToggle = Instance.new("TextButton")
  3115. local ChamsToggle = Instance.new("TextButton")
  3116. local TracersToggle = Instance.new("TextButton")
  3117. local OutlineToggle = Instance.new("TextButton")
  3118. local DebugToggle = Instance.new("TextButton")
  3119. local FullbrightToggle = Instance.new("TextButton")
  3120. local BlacklistToggle = Instance.new("TextButton")
  3121. local WhitelistToggle = Instance.new("TextButton")
  3122. local Crosshair = Instance.new("TextButton")
  3123. local AimbotToggle = Instance.new("TextButton")
  3124. local Settings = Instance.new("TextButton")
  3125. local Information = Instance.new("TextButton")
  3126. local Information_2 = Instance.new("Frame")
  3127. local Title_2 = Instance.new("TextLabel")
  3128. local design_2 = Instance.new("Frame")
  3129. local buttons_2 = Instance.new("ScrollingFrame")
  3130. local TextLabel = Instance.new("TextLabel")
  3131. local Settings_2 = Instance.new("Frame")
  3132. local Title_3 = Instance.new("TextLabel")
  3133. local design_3 = Instance.new("Frame")
  3134. local buttons_3 = Instance.new("ScrollingFrame")
  3135. local AllyColor = Instance.new("TextBox")
  3136. local CHAMSLength = Instance.new("TextBox")
  3137. local CrosshairColor = Instance.new("TextBox")
  3138. local ESPLength = Instance.new("TextBox")
  3139. local EnemyColor = Instance.new("TextBox")
  3140. local FreeForAll = Instance.new("TextButton")
  3141. local FriendColor = Instance.new("TextBox")
  3142. local NeutralColor = Instance.new("TextBox")
  3143. local TracersLength = Instance.new("TextBox")
  3144. local TracersUnderChars = Instance.new("TextButton")
  3145. local AutoFireToggle = Instance.new("TextButton")
  3146. local AimbotKey = Instance.new("TextButton")
  3147. local MobESPButton = Instance.new("TextButton")
  3148. local MobChamsButton = Instance.new("TextButton")
  3149. local TextLabel_2 = Instance.new("TextLabel")
  3150. local TextLabel_3 = Instance.new("TextLabel")
  3151. local TextLabel_4 = Instance.new("TextLabel")
  3152. local TextLabel_5 = Instance.new("TextLabel")
  3153. local TextLabel_6 = Instance.new("TextLabel")
  3154. local TextLabel_7 = Instance.new("TextLabel")
  3155. local TextLabel_8 = Instance.new("TextLabel")
  3156. local TextLabel_9 = Instance.new("TextLabel")
  3157. local TextLabel_10 = Instance.new("TextLabel")
  3158. local TextLabel_11 = Instance.new("TextLabel")
  3159. local TextLabel_12 = Instance.new("TextLabel")
  3160. local TextLabel_13 = Instance.new("TextLabel")
  3161. local TextLabel_14 = Instance.new("TextLabel")
  3162. local TextLabel_15 = Instance.new("TextLabel")
  3163. local SaveSettings = Instance.new("TextButton")
  3164. local Blacklist = Instance.new("Frame")
  3165. local nigga = Instance.new("TextLabel")
  3166. local niggerfaggot = Instance.new("Frame")
  3167. local players = Instance.new("ScrollingFrame")
  3168. local buttonsex = Instance.new("Frame")
  3169. local Playername = Instance.new("TextBox")
  3170. local AddToBlacklist = Instance.new("TextButton")
  3171. local RemoveToBlacklist = Instance.new("TextButton")
  3172. local SaveBlacklist = Instance.new("TextButton")
  3173. local Whitelist = Instance.new("Frame")
  3174. local nigga2 = Instance.new("TextLabel")
  3175. local niggerfaggot2 = Instance.new("Frame")
  3176. local players2 = Instance.new("ScrollingFrame")
  3177. local buttonsex2 = Instance.new("Frame")
  3178. local Playername2 = Instance.new("TextBox")
  3179. local AddToWhitelist = Instance.new("TextButton")
  3180. local RemoveToWhitelist = Instance.new("TextButton")
  3181. local SaveWhitelist = Instance.new("TextButton")
  3182.  
  3183. -- Properties
  3184.  
  3185. Bullshit20.Name = "Bullshit 3.0"
  3186. Bullshit20.Parent = CoreGui
  3187. Bullshit20.ResetOnSpawn = false
  3188.  
  3189. MainFrame.Name = "MainFrame"
  3190. MainFrame.Parent = Bullshit20
  3191. MainFrame.Active = true
  3192. MainFrame.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  3193. MainFrame.BorderSizePixel = 0
  3194. MainFrame.Draggable = true
  3195. MainFrame.Position = UDim2.new(0.200000003, -175, 0.5, -100)
  3196. MainFrame.Size = UDim2.new(0, 350, 0, 315)
  3197.  
  3198. Title.Name = "Title"
  3199. Title.Parent = MainFrame
  3200. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  3201. Title.BackgroundTransparency = 1
  3202. Title.Size = UDim2.new(1, 0, 0, 50)
  3203. Title.Font = Enum.Font.SourceSansBold
  3204. Title.Text = "Project: Bullshit\nMade by: Racist Dolphin#5199\nVersion 3.5.5 (RE-WORK IN THE WORKS)"
  3205. Title.TextColor3 = Color3.new(1, 1, 1)
  3206. Title.TextSize = 18
  3207. Title.TextTransparency = 0.5
  3208.  
  3209. design.Name = "design"
  3210. design.Parent = MainFrame
  3211. design.BackgroundColor3 = Color3.new(1, 1, 1)
  3212. design.BackgroundTransparency = 0.5
  3213. design.BorderSizePixel = 0
  3214. design.Position = UDim2.new(0.0500000007, 0, 0, 50)
  3215. design.Size = UDim2.new(0.899999976, 0, 0, 2)
  3216.  
  3217. buttons.Name = "buttons"
  3218. buttons.Parent = MainFrame
  3219. buttons.BackgroundColor3 = Color3.new(1, 1, 1)
  3220. buttons.BackgroundTransparency = 1
  3221. buttons.Position = UDim2.new(0, 20, 0, 70)
  3222. buttons.Size = UDim2.new(1, -40, 1, -80)
  3223.  
  3224. Blacklist.Name = "Blacklist"
  3225. Blacklist.Parent = MainFrame
  3226. Blacklist.Active = true
  3227. Blacklist.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  3228. Blacklist.BorderSizePixel = 0
  3229. Blacklist.Position = UDim2.new(1, 3, 0.5, -138)
  3230. Blacklist.Size = UDim2.new(0, 350, 0, 375)
  3231. Blacklist.Visible = false
  3232.  
  3233. nigga.Name = "nigga"
  3234. nigga.Parent = Blacklist
  3235. nigga.BackgroundColor3 = Color3.new(1, 1, 1)
  3236. nigga.BackgroundTransparency = 1
  3237. nigga.Size = UDim2.new(1, 0, 0, 50)
  3238. nigga.Font = Enum.Font.SourceSansBold
  3239. nigga.Text = "Blacklist Menu"
  3240. nigga.TextColor3 = Color3.new(1, 1, 1)
  3241. nigga.TextSize = 18
  3242. nigga.TextTransparency = 0.5
  3243.  
  3244. niggerfaggot.Name = "niggerfaggot"
  3245. niggerfaggot.Parent = Blacklist
  3246. niggerfaggot.BackgroundColor3 = Color3.new(1, 1, 1)
  3247. niggerfaggot.BackgroundTransparency = 0.5
  3248. niggerfaggot.BorderSizePixel = 0
  3249. niggerfaggot.Position = UDim2.new(0.0500000007, 0, 0, 50)
  3250. niggerfaggot.Size = UDim2.new(0.899999976, 0, 0, 2)
  3251.  
  3252. players.Name = "players"
  3253. players.Parent = Blacklist
  3254. players.BackgroundColor3 = Color3.new(1, 1, 1)
  3255. players.BackgroundTransparency = 1
  3256. players.BorderSizePixel = 0
  3257. players.Position = UDim2.new(0, 20, 0, 60)
  3258. players.Size = UDim2.new(1, -40, 1, -175)
  3259. players.CanvasSize = UDim2.new(0, 0, 5, 0)
  3260. players.ScrollBarThickness = 8
  3261.  
  3262. buttonsex.Name = "buttonsex"
  3263. buttonsex.Parent = Blacklist
  3264. buttonsex.BackgroundColor3 = Color3.new(1, 1, 1)
  3265. buttonsex.BackgroundTransparency = 1
  3266. buttonsex.Position = UDim2.new(0, 20, 0, 250)
  3267. buttonsex.Size = UDim2.new(1, -40, 0, 100)
  3268.  
  3269. Playername.Name = "Playername"
  3270. Playername.Parent = buttonsex
  3271. Playername.BackgroundColor3 = Color3.new(0.972549, 0.972549, 0.972549)
  3272. Playername.BackgroundTransparency = 0.5
  3273. Playername.BorderSizePixel = 0
  3274. Playername.Size = UDim2.new(1, 0, 0, 20)
  3275. Playername.Font = Enum.Font.SourceSansBold
  3276. Playername.Text = "Enter Player Name"
  3277. Playername.TextSize = 14
  3278. Playername.TextWrapped = true
  3279.  
  3280. AddToBlacklist.Name = "AddToBlacklist"
  3281. AddToBlacklist.Parent = buttonsex
  3282. AddToBlacklist.BackgroundColor3 = Color3.new(0.972549, 0.972549, 0.972549)
  3283. AddToBlacklist.BackgroundTransparency = 0.5
  3284. AddToBlacklist.BorderSizePixel = 0
  3285. AddToBlacklist.Position = UDim2.new(0, 0, 0, 30)
  3286. AddToBlacklist.Size = UDim2.new(1, 0, 0, 20)
  3287. AddToBlacklist.Font = Enum.Font.SourceSansBold
  3288. AddToBlacklist.Text = "Add to Blacklist"
  3289. AddToBlacklist.TextSize = 14
  3290. AddToBlacklist.TextWrapped = true
  3291.  
  3292. RemoveToBlacklist.Name = "RemoveToBlacklist"
  3293. RemoveToBlacklist.Parent = buttonsex
  3294. RemoveToBlacklist.BackgroundColor3 = Color3.new(0.972549, 0.972549, 0.972549)
  3295. RemoveToBlacklist.BackgroundTransparency = 0.5
  3296. RemoveToBlacklist.BorderSizePixel = 0
  3297. RemoveToBlacklist.Position = UDim2.new(0, 0, 0, 60)
  3298. RemoveToBlacklist.Size = UDim2.new(1, 0, 0, 20)
  3299. RemoveToBlacklist.Font = Enum.Font.SourceSansBold
  3300. RemoveToBlacklist.Text = "Remove from Blacklist"
  3301. RemoveToBlacklist.TextSize = 14
  3302. RemoveToBlacklist.TextWrapped = true
  3303.  
  3304. SaveBlacklist.Name = "SaveBlacklist"
  3305. SaveBlacklist.Parent = buttonsex
  3306. SaveBlacklist.BackgroundColor3 = Color3.new(0.972549, 0.972549, 0.972549)
  3307. SaveBlacklist.BackgroundTransparency = 0.5
  3308. SaveBlacklist.BorderSizePixel = 0
  3309. SaveBlacklist.Position = UDim2.new(0, 0, 0, 90)
  3310. SaveBlacklist.Size = UDim2.new(1, 0, 0, 20)
  3311. SaveBlacklist.Font = Enum.Font.SourceSansBold
  3312. SaveBlacklist.Text = "Save Blacklist"
  3313. SaveBlacklist.TextSize = 14
  3314. SaveBlacklist.TextWrapped = true
  3315.  
  3316. Whitelist.Name = "Whitelist"
  3317. Whitelist.Parent = MainFrame
  3318. Whitelist.Active = true
  3319. Whitelist.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  3320. Whitelist.BorderSizePixel = 0
  3321. Whitelist.Position = UDim2.new(1, 3, 0.5, -138)
  3322. Whitelist.Size = UDim2.new(0, 350, 0, 375)
  3323. Whitelist.Visible = false
  3324.  
  3325. nigga2.Name = "nigga2"
  3326. nigga2.Parent = Whitelist
  3327. nigga2.BackgroundColor3 = Color3.new(1, 1, 1)
  3328. nigga2.BackgroundTransparency = 1
  3329. nigga2.Size = UDim2.new(1, 0, 0, 50)
  3330. nigga2.Font = Enum.Font.SourceSansBold
  3331. nigga2.Text = "Friends List Menu"
  3332. nigga2.TextColor3 = Color3.new(1, 1, 1)
  3333. nigga2.TextSize = 18
  3334. nigga2.TextTransparency = 0.5
  3335.  
  3336. niggerfaggot2.Name = "niggerfaggot2"
  3337. niggerfaggot2.Parent = Whitelist
  3338. niggerfaggot2.BackgroundColor3 = Color3.new(1, 1, 1)
  3339. niggerfaggot2.BackgroundTransparency = 0.5
  3340. niggerfaggot2.BorderSizePixel = 0
  3341. niggerfaggot2.Position = UDim2.new(0.0500000007, 0, 0, 50)
  3342. niggerfaggot2.Size = UDim2.new(0.899999976, 0, 0, 2)
  3343.  
  3344. players2.Name = "players2"
  3345. players2.Parent = Whitelist
  3346. players2.BackgroundColor3 = Color3.new(1, 1, 1)
  3347. players2.BackgroundTransparency = 1
  3348. players2.BorderSizePixel = 0
  3349. players2.Position = UDim2.new(0, 20, 0, 60)
  3350. players2.Size = UDim2.new(1, -40, 1, -175)
  3351. players2.CanvasSize = UDim2.new(0, 0, 5, 0)
  3352. players2.ScrollBarThickness = 8
  3353.  
  3354. buttonsex2.Name = "buttonsex2"
  3355. buttonsex2.Parent = Whitelist
  3356. buttonsex2.BackgroundColor3 = Color3.new(1, 1, 1)
  3357. buttonsex2.BackgroundTransparency = 1
  3358. buttonsex2.Position = UDim2.new(0, 20, 0, 250)
  3359. buttonsex2.Size = UDim2.new(1, -40, 0, 100)
  3360.  
  3361. Playername2.Name = "Playername2"
  3362. Playername2.Parent = buttonsex2
  3363. Playername2.BackgroundColor3 = Color3.new(0.972549, 0.972549, 0.972549)
  3364. Playername2.BackgroundTransparency = 0.5
  3365. Playername2.BorderSizePixel = 0
  3366. Playername2.Size = UDim2.new(1, 0, 0, 20)
  3367. Playername2.Font = Enum.Font.SourceSansBold
  3368. Playername2.Text = "Enter Player Name"
  3369. Playername2.TextSize = 14
  3370. Playername2.TextWrapped = true
  3371.  
  3372. AddToWhitelist.Name = "AddToWhitelist"
  3373. AddToWhitelist.Parent = buttonsex2
  3374. AddToWhitelist.BackgroundColor3 = Color3.new(0.972549, 0.972549, 0.972549)
  3375. AddToWhitelist.BackgroundTransparency = 0.5
  3376. AddToWhitelist.BorderSizePixel = 0
  3377. AddToWhitelist.Position = UDim2.new(0, 0, 0, 30)
  3378. AddToWhitelist.Size = UDim2.new(1, 0, 0, 20)
  3379. AddToWhitelist.Font = Enum.Font.SourceSansBold
  3380. AddToWhitelist.Text = "Add to Friends List"
  3381. AddToWhitelist.TextSize = 14
  3382. AddToWhitelist.TextWrapped = true
  3383.  
  3384. RemoveToWhitelist.Name = "RemoveToWhitelist"
  3385. RemoveToWhitelist.Parent = buttonsex2
  3386. RemoveToWhitelist.BackgroundColor3 = Color3.new(0.972549, 0.972549, 0.972549)
  3387. RemoveToWhitelist.BackgroundTransparency = 0.5
  3388. RemoveToWhitelist.BorderSizePixel = 0
  3389. RemoveToWhitelist.Position = UDim2.new(0, 0, 0, 60)
  3390. RemoveToWhitelist.Size = UDim2.new(1, 0, 0, 20)
  3391. RemoveToWhitelist.Font = Enum.Font.SourceSansBold
  3392. RemoveToWhitelist.Text = "Remove from Friends List"
  3393. RemoveToWhitelist.TextSize = 14
  3394. RemoveToWhitelist.TextWrapped = true
  3395.  
  3396. SaveWhitelist.Name = "SaveWhitelist"
  3397. SaveWhitelist.Parent = buttonsex2
  3398. SaveWhitelist.BackgroundColor3 = Color3.new(0.972549, 0.972549, 0.972549)
  3399. SaveWhitelist.BackgroundTransparency = 0.5
  3400. SaveWhitelist.BorderSizePixel = 0
  3401. SaveWhitelist.Position = UDim2.new(0, 0, 0, 90)
  3402. SaveWhitelist.Size = UDim2.new(1, 0, 0, 20)
  3403. SaveWhitelist.Font = Enum.Font.SourceSansBold
  3404. SaveWhitelist.Text = "Save Friends List"
  3405. SaveWhitelist.TextSize = 14
  3406. SaveWhitelist.TextWrapped = true
  3407.  
  3408. BlacklistToggle.Name = "BlacklistToggle"
  3409. BlacklistToggle.Parent = buttons
  3410. BlacklistToggle.BackgroundColor3 = Color3.new(1, 1, 1)
  3411. BlacklistToggle.BackgroundTransparency = 0.5
  3412. BlacklistToggle.BorderSizePixel = 0
  3413. BlacklistToggle.Position = UDim2.new(0, 0, 0, 200)
  3414. BlacklistToggle.Size = UDim2.new(0, 150, 0, 30)
  3415. BlacklistToggle.Font = Enum.Font.SourceSansBold
  3416. BlacklistToggle.Text = "Blacklist"
  3417. BlacklistToggle.TextColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  3418. BlacklistToggle.TextSize = 14
  3419. BlacklistToggle.TextWrapped = true
  3420.  
  3421. WhitelistToggle.Name = "WhitelistToggle"
  3422. WhitelistToggle.Parent = buttons
  3423. WhitelistToggle.BackgroundColor3 = Color3.new(1, 1, 1)
  3424. WhitelistToggle.BackgroundTransparency = 0.5
  3425. WhitelistToggle.BorderSizePixel = 0
  3426. WhitelistToggle.Position = UDim2.new(1, -150, 0, 200)
  3427. WhitelistToggle.Size = UDim2.new(0, 150, 0, 30)
  3428. WhitelistToggle.Font = Enum.Font.SourceSansBold
  3429. WhitelistToggle.Text = "Friends List"
  3430. WhitelistToggle.TextColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  3431. WhitelistToggle.TextSize = 14
  3432. WhitelistToggle.TextWrapped = true
  3433.  
  3434. ESPToggle.Name = "ESPToggle"
  3435. ESPToggle.Parent = buttons
  3436. ESPToggle.BackgroundColor3 = Color3.new(1, 1, 1)
  3437. ESPToggle.BackgroundTransparency = 0.5
  3438. ESPToggle.BorderSizePixel = 0
  3439. ESPToggle.Size = UDim2.new(0, 150, 0, 30)
  3440. ESPToggle.Font = Enum.Font.SourceSansBold
  3441. ESPToggle.Text = "ESP"
  3442. ESPToggle.TextColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  3443. ESPToggle.TextSize = 14
  3444. ESPToggle.TextWrapped = true
  3445.  
  3446. ChamsToggle.Name = "ChamsToggle"
  3447. ChamsToggle.Parent = buttons
  3448. ChamsToggle.BackgroundColor3 = Color3.new(1, 1, 1)
  3449. ChamsToggle.BackgroundTransparency = 0.5
  3450. ChamsToggle.BorderSizePixel = 0
  3451. ChamsToggle.Position = UDim2.new(1, -150, 0, 0)
  3452. ChamsToggle.Size = UDim2.new(0, 150, 0, 30)
  3453. ChamsToggle.Font = Enum.Font.SourceSansBold
  3454. ChamsToggle.Text = "Chams"
  3455. ChamsToggle.TextColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  3456. ChamsToggle.TextSize = 14
  3457. ChamsToggle.TextWrapped = true
  3458.  
  3459. TracersToggle.Name = "TracersToggle"
  3460. TracersToggle.Parent = buttons
  3461. TracersToggle.BackgroundColor3 = Color3.new(1, 1, 1)
  3462. TracersToggle.BackgroundTransparency = 0.5
  3463. TracersToggle.BorderSizePixel = 0
  3464. TracersToggle.Position = UDim2.new(0, 0, 0, 40)
  3465. TracersToggle.Size = UDim2.new(0, 150, 0, 30)
  3466. TracersToggle.Font = Enum.Font.SourceSansBold
  3467. TracersToggle.Text = "Tracers"
  3468. TracersToggle.TextColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  3469. TracersToggle.TextSize = 14
  3470. TracersToggle.TextWrapped = true
  3471.  
  3472. OutlineToggle.Name = "OutlineToggle"
  3473. OutlineToggle.Parent = buttons
  3474. OutlineToggle.BackgroundColor3 = Color3.new(1, 1, 1)
  3475. OutlineToggle.BackgroundTransparency = 0.5
  3476. OutlineToggle.BorderSizePixel = 0
  3477. OutlineToggle.Position = UDim2.new(1, -150, 0, 40)
  3478. OutlineToggle.Size = UDim2.new(0, 150, 0, 30)
  3479. OutlineToggle.Font = Enum.Font.SourceSansBold
  3480. OutlineToggle.Text = "Outlines"
  3481. OutlineToggle.TextColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  3482. OutlineToggle.TextSize = 14
  3483. OutlineToggle.TextWrapped = true
  3484.  
  3485. DebugToggle.Name = "DebugToggle"
  3486. DebugToggle.Parent = buttons
  3487. DebugToggle.BackgroundColor3 = Color3.new(1, 1, 1)
  3488. DebugToggle.BackgroundTransparency = 0.5
  3489. DebugToggle.BorderSizePixel = 0
  3490. DebugToggle.Position = UDim2.new(1, -150, 0, 80)
  3491. DebugToggle.Size = UDim2.new(0, 150, 0, 30)
  3492. DebugToggle.Font = Enum.Font.SourceSansBold
  3493. DebugToggle.Text = "Debug Info"
  3494. DebugToggle.TextColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  3495. DebugToggle.TextSize = 14
  3496. DebugToggle.TextWrapped = true
  3497.  
  3498. FullbrightToggle.Name = "FullbrightToggle"
  3499. FullbrightToggle.Parent = buttons
  3500. FullbrightToggle.BackgroundColor3 = Color3.new(1, 1, 1)
  3501. FullbrightToggle.BackgroundTransparency = 0.5
  3502. FullbrightToggle.BorderSizePixel = 0
  3503. FullbrightToggle.Position = UDim2.new(0, 0, 0, 80)
  3504. FullbrightToggle.Size = UDim2.new(0, 150, 0, 30)
  3505. FullbrightToggle.Font = Enum.Font.SourceSansBold
  3506. FullbrightToggle.Text = "Fullbright"
  3507. FullbrightToggle.TextColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  3508. FullbrightToggle.TextSize = 14
  3509. FullbrightToggle.TextWrapped = true
  3510.  
  3511. Crosshair.Name = "Crosshair"
  3512. Crosshair.Parent = buttons
  3513. Crosshair.BackgroundColor3 = Color3.new(1, 1, 1)
  3514. Crosshair.BackgroundTransparency = 0.5
  3515. Crosshair.BorderSizePixel = 0
  3516. Crosshair.Position = UDim2.new(0, 0, 0, 120)
  3517. Crosshair.Size = UDim2.new(0, 150, 0, 30)
  3518. Crosshair.Font = Enum.Font.SourceSansBold
  3519. Crosshair.Text = "Crosshair"
  3520. Crosshair.TextColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  3521. Crosshair.TextSize = 14
  3522. Crosshair.TextWrapped = true
  3523.  
  3524. AimbotToggle.Name = "AimbotToggle"
  3525. AimbotToggle.Parent = buttons
  3526. AimbotToggle.BackgroundColor3 = Color3.new(1, 1, 1)
  3527. AimbotToggle.BackgroundTransparency = 0.5
  3528. AimbotToggle.BorderSizePixel = 0
  3529. AimbotToggle.Position = UDim2.new(1, -150, 0, 120)
  3530. AimbotToggle.Size = UDim2.new(0, 150, 0, 30)
  3531. AimbotToggle.Font = Enum.Font.SourceSansBold
  3532. AimbotToggle.Text = "Aimlock"
  3533. AimbotToggle.TextColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  3534. AimbotToggle.TextSize = 14
  3535. AimbotToggle.TextWrapped = true
  3536.  
  3537. Settings.Name = "Settings"
  3538. Settings.Parent = buttons
  3539. Settings.BackgroundColor3 = Color3.new(1, 1, 1)
  3540. Settings.BackgroundTransparency = 0.5
  3541. Settings.BorderSizePixel = 0
  3542. Settings.Position = UDim2.new(1, -150, 0, 160)
  3543. Settings.Size = UDim2.new(0, 150, 0, 30)
  3544. Settings.Font = Enum.Font.SourceSansBold
  3545. Settings.Text = "Settings"
  3546. Settings.TextColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  3547. Settings.TextSize = 14
  3548. Settings.TextWrapped = true
  3549.  
  3550. Information.Name = "Information"
  3551. Information.Parent = buttons
  3552. Information.BackgroundColor3 = Color3.new(1, 1, 1)
  3553. Information.BackgroundTransparency = 0.5
  3554. Information.BorderSizePixel = 0
  3555. Information.Position = UDim2.new(0, 0, 0, 160)
  3556. Information.Size = UDim2.new(0, 150, 0, 30)
  3557. Information.Font = Enum.Font.SourceSansBold
  3558. Information.Text = "Information"
  3559. Information.TextColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  3560. Information.TextSize = 14
  3561. Information.TextWrapped = true
  3562.  
  3563. Information_2.Name = "Information"
  3564. Information_2.Parent = MainFrame
  3565. Information_2.Active = true
  3566. Information_2.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  3567. Information_2.BorderSizePixel = 0
  3568. Information_2.Position = UDim2.new(1, 3, 0.5, -138)
  3569. Information_2.Size = UDim2.new(0, 350, 0, 365)
  3570. Information_2.Visible = false
  3571.  
  3572. Title_2.Name = "Title"
  3573. Title_2.Parent = Information_2
  3574. Title_2.BackgroundColor3 = Color3.new(1, 1, 1)
  3575. Title_2.BackgroundTransparency = 1
  3576. Title_2.Size = UDim2.new(1, 0, 0, 50)
  3577. Title_2.Font = Enum.Font.SourceSansBold
  3578. Title_2.Text = "Information"
  3579. Title_2.TextColor3 = Color3.new(1, 1, 1)
  3580. Title_2.TextSize = 18
  3581. Title_2.TextTransparency = 0.5
  3582.  
  3583. design_2.Name = "design"
  3584. design_2.Parent = Information_2
  3585. design_2.BackgroundColor3 = Color3.new(1, 1, 1)
  3586. design_2.BackgroundTransparency = 0.5
  3587. design_2.BorderSizePixel = 0
  3588. design_2.Position = UDim2.new(0.0500000007, 0, 0, 50)
  3589. design_2.Size = UDim2.new(0.899999976, 0, 0, 2)
  3590.  
  3591. buttons_2.Name = "buttons"
  3592. buttons_2.Parent = Information_2
  3593. buttons_2.BackgroundColor3 = Color3.new(1, 1, 1)
  3594. buttons_2.BackgroundTransparency = 1
  3595. buttons_2.BorderSizePixel = 0
  3596. buttons_2.Position = UDim2.new(0, 20, 0, 60)
  3597. buttons_2.Size = UDim2.new(1, -40, 1, -70)
  3598. buttons_2.CanvasSize = UDim2.new(5, 0, 5, 0)
  3599. buttons_2.ScrollBarThickness = 5
  3600.  
  3601. TextLabel.Parent = buttons_2
  3602. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  3603. TextLabel.BackgroundTransparency = 1
  3604. TextLabel.Size = UDim2.new(1, -20, 1, 0)
  3605. TextLabel.Font = Enum.Font.SourceSansBold
  3606. TextLabel.Text = [[
  3607. Scripting by: Racist Dolphin#5199
  3608. GUI by: SOMEONE WHO WANTS HIS NAME HIDDEN.
  3609.  
  3610. To hide/show the GUI press the "P" key on your keyboard.
  3611.  
  3612. NOTICE: Since my string manipulation skills aren't the greatest, changing esp/cham colors might be quite buggy.
  3613. NOTICE #2: The blacklist feature will return! I just didn't have enough time to make the gui.
  3614. NOTICE #3: Save Settings might still be bugged. Message me if it's fucked up still.
  3615.  
  3616. This works on every game, though the Aimbot does NOT! (Doesn't work on: Jailbreak, and Phantom Forces)
  3617.  
  3618. FAQ:
  3619. 1) How do I use the aimbot?
  3620. A: Activate it, and hold right-click in-game. The aimbot will lock on to the closest enemy NOT behind a wall. (If said player is behind a wall, it will find the next closest player not behind a wall.)
  3621.  
  3622. 2) ESP/Chams don't work on the game I play?
  3623. A: Some games require me to make patches (ex: Murder Mystery, Murder Mystery X) to request a patch or a game message me on discord.
  3624.  
  3625. 3) How did I detect when a player is behind a wall?
  3626. A: Raycasting the camera to another player.
  3627.  
  3628. 4) My bullets still miss when using aimbot?!
  3629. A: Blame bullet spread, try and control how often you fire. (Murder Mystery 2 = trash) (Why the fuck does a single shot pistol have bullet spread? lol wtf?)
  3630.  
  3631. Change Log:
  3632. 3/10/2018:
  3633. + Fixed more bugs with chams
  3634.  
  3635. 3/10/2018:
  3636. + Fixed how chams broke when a player respawned.
  3637.  
  3638. 3/10/2018:
  3639. + Fixed ESP not updating correctly.
  3640. + Fixed Chams not updating correctly. (MAYBE? IDK WHAT IS BREAKING THIS)
  3641.  
  3642. 3/9/2018:
  3643. + Mob ESP/Chams! (BETA!)
  3644.  
  3645. 3/8/2018:
  3646. + Fixed the error you get when not entering a valid number for esp/chams/tracer lengths.
  3647. + Fixed lag issues with aimlock.
  3648. + Fixed lag issues with chams.
  3649.  
  3650. 3/8/2018:
  3651. + Patch for Murder 15
  3652. - Temporarily removed auto fire since mouse1click is broken on Synapse :(
  3653.  
  3654. 3/7/2018:
  3655. + Updated save settings.
  3656. + Can now customize aimlock key.
  3657.  
  3658. 3/7/2018:
  3659. + Patch for Wild Revolver.
  3660. + Fix for autofire. (Hopefully)
  3661.  
  3662. 3/6/2018:
  3663. - Removed :IsFriendsWith check. (Use Friends List GUI instead)
  3664.  
  3665. 3/4/2018:
  3666. + Added Friend List Menu
  3667. + Patch for Assassin!
  3668.  
  3669. 3/4/2018:
  3670. + Fixed crosshair toggle.
  3671. + Aimlock patch for Island Royal.
  3672. + Finally fixed save settings.
  3673.  
  3674. 3/4/2018:
  3675. + Aimlock fixed for Unit 1968: Vietnam
  3676. + Autofire setting for aimlock
  3677. + Fixed how you sometimes had to double click buttons to activate a option
  3678.  
  3679. 3/4/2018:
  3680. + Fixed FreeForAll setting bug.
  3681. + Using aimlock on Phantom Forces / Jailbreak will now tell you it will not work.
  3682. * Renamed Aimbot back to Aimlock
  3683.  
  3684. 3/3/2018:
  3685. + Blacklist feature re-added.
  3686. + Aimbot will no longer focus people in the blacklist.
  3687. + Compatible on exploits that have readfile and writefile.
  3688.  
  3689. 3/3/2018:
  3690. + GUI Overhaul
  3691. + Aimbot now only targets people NOT behind walls
  3692. + Chams now dim when x player is visible on your screen.
  3693. + Chams no longer have the humanoid root part. (Your welcome)
  3694. + Patch for Silent Assassin
  3695. + My discord was deleted, so I'm using pastebin now. (Auto updates :)
  3696. ]]
  3697. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  3698. TextLabel.TextSize = 16
  3699. TextLabel.TextTransparency = 0.5
  3700. TextLabel.TextXAlignment = Enum.TextXAlignment.Left
  3701. TextLabel.TextYAlignment = Enum.TextYAlignment.Top
  3702.  
  3703. Settings_2.Name = "Settings"
  3704. Settings_2.Parent = MainFrame
  3705. Settings_2.Active = true
  3706. Settings_2.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  3707. Settings_2.BorderSizePixel = 0
  3708. Settings_2.Position = UDim2.new(1, 3, 0.5, -138)
  3709. Settings_2.Size = UDim2.new(0, 350, 0, 365)
  3710. Settings_2.Visible = false
  3711.  
  3712. Title_3.Name = "Title"
  3713. Title_3.Parent = Settings_2
  3714. Title_3.BackgroundColor3 = Color3.new(1, 1, 1)
  3715. Title_3.BackgroundTransparency = 1
  3716. Title_3.Size = UDim2.new(1, 0, 0, 50)
  3717. Title_3.Font = Enum.Font.SourceSansBold
  3718. Title_3.Text = "Settings Menu"
  3719. Title_3.TextColor3 = Color3.new(1, 1, 1)
  3720. Title_3.TextSize = 18
  3721. Title_3.TextTransparency = 0.5
  3722.  
  3723. design_3.Name = "design"
  3724. design_3.Parent = Settings_2
  3725. design_3.BackgroundColor3 = Color3.new(1, 1, 1)
  3726. design_3.BackgroundTransparency = 0.5
  3727. design_3.BorderSizePixel = 0
  3728. design_3.Position = UDim2.new(0.0500000007, 0, 0, 50)
  3729. design_3.Size = UDim2.new(0.899999976, 0, 0, 2)
  3730.  
  3731. buttons_3.Name = "buttons"
  3732. buttons_3.Parent = Settings_2
  3733. buttons_3.BackgroundColor3 = Color3.new(1, 1, 1)
  3734. buttons_3.BackgroundTransparency = 1
  3735. buttons_3.BorderSizePixel = 0
  3736. buttons_3.Position = UDim2.new(0, 20, 0, 60)
  3737. buttons_3.Size = UDim2.new(1, -40, 1, -70)
  3738. buttons_3.ScrollBarThickness = 8
  3739.  
  3740. AllyColor.Name = "AllyColor"
  3741. AllyColor.Parent = buttons_3
  3742. AllyColor.BackgroundColor3 = Color3.new(0.972549, 0.972549, 0.972549)
  3743. AllyColor.BackgroundTransparency = 0.5
  3744. AllyColor.BorderSizePixel = 0
  3745. AllyColor.Position = UDim2.new(1, -150, 0, 180)
  3746. AllyColor.Size = UDim2.new(0, 135, 0, 20)
  3747. AllyColor.Font = Enum.Font.SourceSansBold
  3748. AllyColor.Text = tostring(Bullshit.Colors.Ally)
  3749. AllyColor.TextSize = 14
  3750. AllyColor.TextWrapped = true
  3751.  
  3752. CHAMSLength.Name = "CHAMSLength"
  3753. CHAMSLength.Parent = buttons_3
  3754. CHAMSLength.BackgroundColor3 = Color3.new(0.972549, 0.972549, 0.972549)
  3755. CHAMSLength.BackgroundTransparency = 0.5
  3756. CHAMSLength.BorderSizePixel = 0
  3757. CHAMSLength.Position = UDim2.new(1, -150, 0, 60)
  3758. CHAMSLength.Size = UDim2.new(0, 135, 0, 20)
  3759. CHAMSLength.Font = Enum.Font.SourceSansBold
  3760. CHAMSLength.Text = tostring(Bullshit.CHAMSLength)
  3761. CHAMSLength.TextSize = 14
  3762. CHAMSLength.TextWrapped = true
  3763.  
  3764. CrosshairColor.Name = "CrosshairColor"
  3765. CrosshairColor.Parent = buttons_3
  3766. CrosshairColor.BackgroundColor3 = Color3.new(0.972549, 0.972549, 0.972549)
  3767. CrosshairColor.BackgroundTransparency = 0.5
  3768. CrosshairColor.BorderSizePixel = 0
  3769. CrosshairColor.Position = UDim2.new(1, -150, 0, 270)
  3770. CrosshairColor.Size = UDim2.new(0, 135, 0, 20)
  3771. CrosshairColor.Font = Enum.Font.SourceSansBold
  3772. CrosshairColor.Text = tostring(Bullshit.Colors.Crosshair)
  3773. CrosshairColor.TextSize = 14
  3774. CrosshairColor.TextWrapped = true
  3775.  
  3776. ESPLength.Name = "ESPLength"
  3777. ESPLength.Parent = buttons_3
  3778. ESPLength.BackgroundColor3 = Color3.new(0.972549, 0.972549, 0.972549)
  3779. ESPLength.BackgroundTransparency = 0.5
  3780. ESPLength.BorderSizePixel = 0
  3781. ESPLength.Position = UDim2.new(1, -150, 0, 30)
  3782. ESPLength.Size = UDim2.new(0, 135, 0, 20)
  3783. ESPLength.Font = Enum.Font.SourceSansBold
  3784. ESPLength.Text = tostring(Bullshit.ESPLength)
  3785. ESPLength.TextSize = 14
  3786. ESPLength.TextWrapped = true
  3787.  
  3788. EnemyColor.Name = "EnemyColor"
  3789. EnemyColor.Parent = buttons_3
  3790. EnemyColor.BackgroundColor3 = Color3.new(0.972549, 0.972549, 0.972549)
  3791. EnemyColor.BackgroundTransparency = 0.5
  3792. EnemyColor.BorderSizePixel = 0
  3793. EnemyColor.Position = UDim2.new(1, -150, 0, 150)
  3794. EnemyColor.Size = UDim2.new(0, 135, 0, 20)
  3795. EnemyColor.Font = Enum.Font.SourceSansBold
  3796. EnemyColor.Text = tostring(Bullshit.Colors.Enemy)
  3797. EnemyColor.TextSize = 14
  3798. EnemyColor.TextWrapped = true
  3799.  
  3800. FreeForAll.Name = "FreeForAll"
  3801. FreeForAll.Parent = buttons_3
  3802. FreeForAll.BackgroundColor3 = Color3.new(0.972549, 0.972549, 0.972549)
  3803. FreeForAll.BackgroundTransparency = 0.5
  3804. FreeForAll.BorderSizePixel = 0
  3805. FreeForAll.Position = UDim2.new(1, -150, 0, 120)
  3806. FreeForAll.Size = UDim2.new(0, 135, 0, 20)
  3807. FreeForAll.Font = Enum.Font.SourceSansBold
  3808. FreeForAll.Text = tostring(Bullshit.FreeForAll)
  3809. FreeForAll.TextSize = 14
  3810. FreeForAll.TextWrapped = true
  3811.  
  3812. FriendColor.Name = "FriendColor"
  3813. FriendColor.Parent = buttons_3
  3814. FriendColor.BackgroundColor3 = Color3.new(0.972549, 0.972549, 0.972549)
  3815. FriendColor.BackgroundTransparency = 0.5
  3816. FriendColor.BorderSizePixel = 0
  3817. FriendColor.Position = UDim2.new(1, -150, 0, 210)
  3818. FriendColor.Size = UDim2.new(0, 135, 0, 20)
  3819. FriendColor.Font = Enum.Font.SourceSansBold
  3820. FriendColor.Text = tostring(Bullshit.Colors.Friend)
  3821. FriendColor.TextSize = 14
  3822. FriendColor.TextWrapped = true
  3823.  
  3824. NeutralColor.Name = "NeutralColor"
  3825. NeutralColor.Parent = buttons_3
  3826. NeutralColor.BackgroundColor3 = Color3.new(0.972549, 0.972549, 0.972549)
  3827. NeutralColor.BackgroundTransparency = 0.5
  3828. NeutralColor.BorderSizePixel = 0
  3829. NeutralColor.Position = UDim2.new(1, -150, 0, 240)
  3830. NeutralColor.Size = UDim2.new(0, 135, 0, 20)
  3831. NeutralColor.Font = Enum.Font.SourceSansBold
  3832. NeutralColor.Text = tostring(Bullshit.Colors.Neutral)
  3833. NeutralColor.TextSize = 14
  3834. NeutralColor.TextWrapped = true
  3835.  
  3836. TracersLength.Name = "TracersLength"
  3837. TracersLength.Parent = buttons_3
  3838. TracersLength.BackgroundColor3 = Color3.new(0.972549, 0.972549, 0.972549)
  3839. TracersLength.BackgroundTransparency = 0.5
  3840. TracersLength.BorderSizePixel = 0
  3841. TracersLength.Position = UDim2.new(1, -150, 0, 0)
  3842. TracersLength.Size = UDim2.new(0, 135, 0, 20)
  3843. TracersLength.Font = Enum.Font.SourceSansBold
  3844. TracersLength.Text = tostring(Bullshit.TracersLength)
  3845. TracersLength.TextSize = 14
  3846. TracersLength.TextWrapped = true
  3847.  
  3848. TracersUnderChars.Name = "TracersUnderChars"
  3849. TracersUnderChars.Parent = buttons_3
  3850. TracersUnderChars.BackgroundColor3 = Color3.new(0.972549, 0.972549, 0.972549)
  3851. TracersUnderChars.BackgroundTransparency = 0.5
  3852. TracersUnderChars.BorderSizePixel = 0
  3853. TracersUnderChars.Position = UDim2.new(1, -150, 0, 90)
  3854. TracersUnderChars.Size = UDim2.new(0, 135, 0, 20)
  3855. TracersUnderChars.Font = Enum.Font.SourceSansBold
  3856. TracersUnderChars.Text = tostring(Bullshit.PlaceTracersUnderCharacter)
  3857. TracersUnderChars.TextSize = 14
  3858. TracersUnderChars.TextWrapped = true
  3859.  
  3860. AutoFireToggle.Name = "AutoFireToggle"
  3861. AutoFireToggle.Parent = buttons_3
  3862. AutoFireToggle.BackgroundColor3 = Color3.new(0.972549, 0.972549, 0.972549)
  3863. AutoFireToggle.BackgroundTransparency = 0.5
  3864. AutoFireToggle.BorderSizePixel = 0
  3865. AutoFireToggle.Position = UDim2.new(1, -150, 0, 300)
  3866. AutoFireToggle.Size = UDim2.new(0, 135, 0, 20)
  3867. AutoFireToggle.Font = Enum.Font.SourceSansBold
  3868. AutoFireToggle.Text = tostring(Bullshit.AutoFire)
  3869. AutoFireToggle.TextSize = 14
  3870. AutoFireToggle.TextWrapped = true
  3871.  
  3872. AimbotKey.Name = "AimbotKey"
  3873. AimbotKey.Parent = buttons_3
  3874. AimbotKey.BackgroundColor3 = Color3.new(0.972549, 0.972549, 0.972549)
  3875. AimbotKey.BackgroundTransparency = 0.5
  3876. AimbotKey.BorderSizePixel = 0
  3877. AimbotKey.Position = UDim2.new(1, -150, 0, 330)
  3878. AimbotKey.Size = UDim2.new(0, 135, 0, 20)
  3879. AimbotKey.Font = Enum.Font.SourceSansBold
  3880. AimbotKey.Text = tostring(Bullshit.AimbotKey)
  3881. AimbotKey.TextSize = 14
  3882. AimbotKey.TextWrapped = true
  3883.  
  3884. MobESPButton.Name = "MobESPButton"
  3885. MobESPButton.Parent = buttons_3
  3886. MobESPButton.BackgroundColor3 = Color3.new(0.972549, 0.972549, 0.972549)
  3887. MobESPButton.BackgroundTransparency = 0.5
  3888. MobESPButton.BorderSizePixel = 0
  3889. MobESPButton.Position = UDim2.new(1, -150, 0, 360)
  3890. MobESPButton.Size = UDim2.new(0, 135, 0, 20)
  3891. MobESPButton.Font = Enum.Font.SourceSansBold
  3892. MobESPButton.Text = tostring(Bullshit.MobESP)
  3893. MobESPButton.TextSize = 14
  3894. MobESPButton.TextWrapped = true
  3895.  
  3896. MobChamsButton.Name = "MobChamsButton"
  3897. MobChamsButton.Parent = buttons_3
  3898. MobChamsButton.BackgroundColor3 = Color3.new(0.972549, 0.972549, 0.972549)
  3899. MobChamsButton.BackgroundTransparency = 0.5
  3900. MobChamsButton.BorderSizePixel = 0
  3901. MobChamsButton.Position = UDim2.new(1, -150, 0, 390)
  3902. MobChamsButton.Size = UDim2.new(0, 135, 0, 20)
  3903. MobChamsButton.Font = Enum.Font.SourceSansBold
  3904. MobChamsButton.Text = tostring(Bullshit.MobChams)
  3905. MobChamsButton.TextSize = 14
  3906. MobChamsButton.TextWrapped = true
  3907.  
  3908. TextLabel_2.Parent = buttons_3
  3909. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  3910. TextLabel_2.BackgroundTransparency = 1
  3911. TextLabel_2.Size = UDim2.new(0.5, 0, 0, 20)
  3912. TextLabel_2.Font = Enum.Font.SourceSansBold
  3913. TextLabel_2.Text = "Tracers Length"
  3914. TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
  3915. TextLabel_2.TextSize = 16
  3916. TextLabel_2.TextTransparency = 0.5
  3917.  
  3918. TextLabel_3.Parent = buttons_3
  3919. TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
  3920. TextLabel_3.BackgroundTransparency = 1
  3921. TextLabel_3.Position = UDim2.new(0, 0, 0, 30)
  3922. TextLabel_3.Size = UDim2.new(0.5, 0, 0, 20)
  3923. TextLabel_3.Font = Enum.Font.SourceSansBold
  3924. TextLabel_3.Text = "ESP Length"
  3925. TextLabel_3.TextColor3 = Color3.new(1, 1, 1)
  3926. TextLabel_3.TextSize = 16
  3927. TextLabel_3.TextTransparency = 0.5
  3928.  
  3929. TextLabel_4.Parent = buttons_3
  3930. TextLabel_4.BackgroundColor3 = Color3.new(1, 1, 1)
  3931. TextLabel_4.BackgroundTransparency = 1
  3932. TextLabel_4.Position = UDim2.new(0, 0, 0, 60)
  3933. TextLabel_4.Size = UDim2.new(0.5, 0, 0, 20)
  3934. TextLabel_4.Font = Enum.Font.SourceSansBold
  3935. TextLabel_4.Text = "Chams Length"
  3936. TextLabel_4.TextColor3 = Color3.new(1, 1, 1)
  3937. TextLabel_4.TextSize = 16
  3938. TextLabel_4.TextTransparency = 0.5
  3939.  
  3940. TextLabel_5.Parent = buttons_3
  3941. TextLabel_5.BackgroundColor3 = Color3.new(1, 1, 1)
  3942. TextLabel_5.BackgroundTransparency = 1
  3943. TextLabel_5.Position = UDim2.new(0, 0, 0, 90)
  3944. TextLabel_5.Size = UDim2.new(0.5, 0, 0, 20)
  3945. TextLabel_5.Font = Enum.Font.SourceSansBold
  3946. TextLabel_5.Text = "Tracers Under Chars"
  3947. TextLabel_5.TextColor3 = Color3.new(1, 1, 1)
  3948. TextLabel_5.TextSize = 16
  3949. TextLabel_5.TextTransparency = 0.5
  3950.  
  3951. TextLabel_6.Parent = buttons_3
  3952. TextLabel_6.BackgroundColor3 = Color3.new(1, 1, 1)
  3953. TextLabel_6.BackgroundTransparency = 1
  3954. TextLabel_6.Position = UDim2.new(0, 0, 0, 270)
  3955. TextLabel_6.Size = UDim2.new(0.5, 0, 0, 20)
  3956. TextLabel_6.Font = Enum.Font.SourceSansBold
  3957. TextLabel_6.Text = "Crosshair Color"
  3958. TextLabel_6.TextColor3 = Color3.new(1, 1, 1)
  3959. TextLabel_6.TextSize = 16
  3960. TextLabel_6.TextTransparency = 0.5
  3961.  
  3962. TextLabel_7.Parent = buttons_3
  3963. TextLabel_7.BackgroundColor3 = Color3.new(1, 1, 1)
  3964. TextLabel_7.BackgroundTransparency = 1
  3965. TextLabel_7.Position = UDim2.new(0, 0, 0, 120)
  3966. TextLabel_7.Size = UDim2.new(0.5, 0, 0, 20)
  3967. TextLabel_7.Font = Enum.Font.SourceSansBold
  3968. TextLabel_7.Text = "Free For All"
  3969. TextLabel_7.TextColor3 = Color3.new(1, 1, 1)
  3970. TextLabel_7.TextSize = 16
  3971. TextLabel_7.TextTransparency = 0.5
  3972.  
  3973. TextLabel_8.Parent = buttons_3
  3974. TextLabel_8.BackgroundColor3 = Color3.new(1, 1, 1)
  3975. TextLabel_8.BackgroundTransparency = 1
  3976. TextLabel_8.Position = UDim2.new(0, 0, 0, 240)
  3977. TextLabel_8.Size = UDim2.new(0.5, 0, 0, 20)
  3978. TextLabel_8.Font = Enum.Font.SourceSansBold
  3979. TextLabel_8.Text = "Neutral Color"
  3980. TextLabel_8.TextColor3 = Color3.new(1, 1, 1)
  3981. TextLabel_8.TextSize = 16
  3982. TextLabel_8.TextTransparency = 0.5
  3983.  
  3984. TextLabel_9.Parent = buttons_3
  3985. TextLabel_9.BackgroundColor3 = Color3.new(1, 1, 1)
  3986. TextLabel_9.BackgroundTransparency = 1
  3987. TextLabel_9.Position = UDim2.new(0, 0, 0, 150)
  3988. TextLabel_9.Size = UDim2.new(0.5, 0, 0, 20)
  3989. TextLabel_9.Font = Enum.Font.SourceSansBold
  3990. TextLabel_9.Text = "Enemy Color"
  3991. TextLabel_9.TextColor3 = Color3.new(1, 1, 1)
  3992. TextLabel_9.TextSize = 16
  3993. TextLabel_9.TextTransparency = 0.5
  3994.  
  3995. TextLabel_10.Parent = buttons_3
  3996. TextLabel_10.BackgroundColor3 = Color3.new(1, 1, 1)
  3997. TextLabel_10.BackgroundTransparency = 1
  3998. TextLabel_10.Position = UDim2.new(0, 0, 0, 180)
  3999. TextLabel_10.Size = UDim2.new(0.5, 0, 0, 20)
  4000. TextLabel_10.Font = Enum.Font.SourceSansBold
  4001. TextLabel_10.Text = "Ally Color"
  4002. TextLabel_10.TextColor3 = Color3.new(1, 1, 1)
  4003. TextLabel_10.TextSize = 16
  4004. TextLabel_10.TextTransparency = 0.5
  4005.  
  4006. TextLabel_11.Parent = buttons_3
  4007. TextLabel_11.BackgroundColor3 = Color3.new(1, 1, 1)
  4008. TextLabel_11.BackgroundTransparency = 1
  4009. TextLabel_11.Position = UDim2.new(0, 0, 0, 210)
  4010. TextLabel_11.Size = UDim2.new(0.5, 0, 0, 20)
  4011. TextLabel_11.Font = Enum.Font.SourceSansBold
  4012. TextLabel_11.Text = "Friend Color"
  4013. TextLabel_11.TextColor3 = Color3.new(1, 1, 1)
  4014. TextLabel_11.TextSize = 16
  4015. TextLabel_11.TextTransparency = 0.5
  4016.  
  4017. TextLabel_12.Parent = buttons_3
  4018. TextLabel_12.BackgroundColor3 = Color3.new(1, 1, 1)
  4019. TextLabel_12.BackgroundTransparency = 1
  4020. TextLabel_12.Position = UDim2.new(0, 0, 0, 300)
  4021. TextLabel_12.Size = UDim2.new(0.5, 0, 0, 20)
  4022. TextLabel_12.Font = Enum.Font.SourceSansBold
  4023. TextLabel_12.Text = "Aimlock Auto Fire"
  4024. TextLabel_12.TextColor3 = Color3.new(1, 1, 1)
  4025. TextLabel_12.TextSize = 16
  4026. TextLabel_12.TextTransparency = 0.5
  4027.  
  4028. TextLabel_13.Parent = buttons_3
  4029. TextLabel_13.BackgroundColor3 = Color3.new(1, 1, 1)
  4030. TextLabel_13.BackgroundTransparency = 1
  4031. TextLabel_13.Position = UDim2.new(0, 0, 0, 330)
  4032. TextLabel_13.Size = UDim2.new(0.5, 0, 0, 20)
  4033. TextLabel_13.Font = Enum.Font.SourceSansBold
  4034. TextLabel_13.Text = "Aimbot Key"
  4035. TextLabel_13.TextColor3 = Color3.new(1, 1, 1)
  4036. TextLabel_13.TextSize = 16
  4037. TextLabel_13.TextTransparency = 0.5
  4038.  
  4039. TextLabel_14.Parent = buttons_3
  4040. TextLabel_14.BackgroundColor3 = Color3.new(1, 1, 1)
  4041. TextLabel_14.BackgroundTransparency = 1
  4042. TextLabel_14.Position = UDim2.new(0, 0, 0, 360)
  4043. TextLabel_14.Size = UDim2.new(0.5, 0, 0, 20)
  4044. TextLabel_14.Font = Enum.Font.SourceSansBold
  4045. TextLabel_14.Text = "Mob ESP"
  4046. TextLabel_14.TextColor3 = Color3.new(1, 1, 1)
  4047. TextLabel_14.TextSize = 16
  4048. TextLabel_14.TextTransparency = 0.5
  4049.  
  4050. TextLabel_15.Parent = buttons_3
  4051. TextLabel_15.BackgroundColor3 = Color3.new(1, 1, 1)
  4052. TextLabel_15.BackgroundTransparency = 1
  4053. TextLabel_15.Position = UDim2.new(0, 0, 0, 390)
  4054. TextLabel_15.Size = UDim2.new(0.5, 0, 0, 20)
  4055. TextLabel_15.Font = Enum.Font.SourceSansBold
  4056. TextLabel_15.Text = "Mob CHAMS"
  4057. TextLabel_15.TextColor3 = Color3.new(1, 1, 1)
  4058. TextLabel_15.TextSize = 16
  4059. TextLabel_15.TextTransparency = 0.5
  4060.  
  4061. SaveSettings.Name = "SaveSettings"
  4062. SaveSettings.Parent = buttons_3
  4063. SaveSettings.BackgroundColor3 = Color3.new(0.972549, 0.972549, 0.972549)
  4064. SaveSettings.BackgroundTransparency = 0.5
  4065. SaveSettings.BorderSizePixel = 0
  4066. SaveSettings.Position = UDim2.new(0, 0, 0, 420)
  4067. SaveSettings.Size = UDim2.new(1, -15, 0, 20)
  4068. SaveSettings.Font = Enum.Font.SourceSansBold
  4069. SaveSettings.Text = "Save Settings"
  4070. SaveSettings.TextSize = 14
  4071. SaveSettings.TextWrapped = true
  4072.  
  4073. function CreatePlayerLabel(Str, frame)
  4074. local n = #frame:GetChildren()
  4075. local playername = Instance.new("TextLabel")
  4076. playername.Name = Str
  4077. playername.Parent = frame
  4078. playername.BackgroundColor3 = Color3.new(1, 1, 1)
  4079. playername.BackgroundTransparency = 1
  4080. playername.BorderSizePixel = 0
  4081. playername.Position = UDim2.new(0, 5, 0, (n * 15))
  4082. playername.Size = UDim2.new(1, -25, 0, 15)
  4083. playername.Font = Enum.Font.SourceSans
  4084. playername.Text = Str
  4085. playername.TextColor3 = Color3.new(1, 1, 1)
  4086. playername.TextSize = 16
  4087. playername.TextXAlignment = Enum.TextXAlignment.Left
  4088. end
  4089.  
  4090. function RefreshPlayerLabels(frame, t)
  4091. frame:ClearAllChildren()
  4092. for i, v in next, t do
  4093. CreatePlayerLabel(i, frame)
  4094. end
  4095. end
  4096.  
  4097. RefreshPlayerLabels(players, Bullshit.Blacklist)
  4098. RefreshPlayerLabels(players2, Bullshit.FriendList)
  4099.  
  4100. ESPToggle.MouseButton1Click:connect(function()
  4101. Bullshit.ESPEnabled = not Bullshit.ESPEnabled
  4102. if Bullshit.ESPEnabled then
  4103. ESPToggle.BackgroundColor3 = Color3.new(0/255,171/255,11/255)
  4104. for _, v in next, Plrs:GetPlayers() do
  4105. if v ~= MyPlr then
  4106. if Bullshit.CharAddedEvent[v.Name] == nil then
  4107. Bullshit.CharAddedEvent[v.Name] = v.CharacterAdded:connect(function(Char)
  4108. if Bullshit.ESPEnabled then
  4109. RemoveESP(v)
  4110. CreateESP(v)
  4111. end
  4112. if Bullshit.CHAMSEnabled then
  4113. RemoveChams(v)
  4114. CreateChams(v)
  4115. end
  4116. if Bullshit.TracersEnabled then
  4117. RemoveTracers(v)
  4118. CreateTracers(v)
  4119. end
  4120. repeat wait() until Char:FindFirstChild("HumanoidRootPart")
  4121. TracerMT[v.Name] = Char.HumanoidRootPart
  4122. end)
  4123. end
  4124. RemoveESP(v)
  4125. CreateESP(v)
  4126. end
  4127. end
  4128. CreateMobESPChams()
  4129. else
  4130. ESPToggle.BackgroundColor3 = Color3.new(1, 1, 1)
  4131. PlayerESP:ClearAllChildren()
  4132. ItemESP:ClearAllChildren()
  4133. end
  4134. end)
  4135.  
  4136. ChamsToggle.MouseButton1Click:connect(function()
  4137. Bullshit.CHAMSEnabled = not Bullshit.CHAMSEnabled
  4138. if Bullshit.CHAMSEnabled then
  4139. ChamsToggle.BackgroundColor3 = Color3.new(0/255,171/255,11/255)
  4140. for _, v in next, Plrs:GetPlayers() do
  4141. if v ~= MyPlr then
  4142. if Bullshit.CharAddedEvent[v.Name] == nil then
  4143. Bullshit.CharAddedEvent[v.Name] = v.CharacterAdded:connect(function(Char)
  4144. if Bullshit.ESPEnabled then
  4145. RemoveESP(v)
  4146. CreateESP(v)
  4147. end
  4148. if Bullshit.CHAMSEnabled then
  4149. RemoveChams(v)
  4150. CreateChams(v)
  4151. end
  4152. if Bullshit.TracersEnabled then
  4153. RemoveTracers(v)
  4154. CreateTracers(v)
  4155. end
  4156. repeat wait() until Char:FindFirstChild("HumanoidRootPart")
  4157. TracerMT[v.Name] = Char.HumanoidRootPart
  4158. end)
  4159. end
  4160. RemoveChams(v)
  4161. CreateChams(v)
  4162. end
  4163. end
  4164. CreateMobESPChams()
  4165. else
  4166. ChamsToggle.BackgroundColor3 = Color3.new(1, 1, 1)
  4167. PlayerChams:ClearAllChildren()
  4168. ItemChams:ClearAllChildren()
  4169. end
  4170. end)
  4171.  
  4172. TracersToggle.MouseButton1Click:connect(function()
  4173. Bullshit.TracersEnabled = not Bullshit.TracersEnabled
  4174. if Bullshit.TracersEnabled then
  4175. TracersToggle.BackgroundColor3 = Color3.new(0/255,171/255,11/255)
  4176. for _, v in next, Plrs:GetPlayers() do
  4177. if v ~= MyPlr then
  4178. if Bullshit.CharAddedEvent[v.Name] == nil then
  4179. Bullshit.CharAddedEvent[v.Name] = v.CharacterAdded:connect(function(Char)
  4180. if Bullshit.ESPEnabled then
  4181. RemoveESP(v)
  4182. CreateESP(v)
  4183. end
  4184. if Bullshit.CHAMSEnabled then
  4185. RemoveChams(v)
  4186. CreateChams(v)
  4187. end
  4188. if Bullshit.TracersEnabled then
  4189. RemoveTracers(v)
  4190. CreateTracers(v)
  4191. end
  4192. end)
  4193. end
  4194. if v.Character ~= nil then
  4195. local Tor = v.Character:FindFirstChild("HumanoidRootPart")
  4196. if Tor then
  4197. TracerMT[v.Name] = Tor
  4198. end
  4199. end
  4200. RemoveTracers(v)
  4201. CreateTracers(v)
  4202. end
  4203. end
  4204. else
  4205. TracersToggle.BackgroundColor3 = Color3.new(1, 1, 1)
  4206. for _, v in next, Plrs:GetPlayers() do
  4207. RemoveTracers(v)
  4208. end
  4209. end
  4210. end)
  4211.  
  4212. DebugToggle.MouseButton1Click:connect(function()
  4213. Bullshit.DebugInfo = not Bullshit.DebugInfo
  4214. DebugMenu["Main"].Visible = Bullshit.DebugInfo
  4215. if Bullshit.DebugInfo then
  4216. DebugToggle.BackgroundColor3 = Color3.new(0/255,171/255,11/255)
  4217. else
  4218. DebugToggle.BackgroundColor3 = Color3.new(1, 1, 1)
  4219. end
  4220. end)
  4221.  
  4222. OutlineToggle.MouseButton1Click:connect(function()
  4223. Bullshit.OutlinesEnabled = not Bullshit.OutlinesEnabled
  4224. if Bullshit.OutlinesEnabled then
  4225. OutlineToggle.BackgroundColor3 = Color3.new(0/255,171/255,11/255)
  4226. for _, v in next, workspace:GetDescendants() do
  4227. if v:IsA("BasePart") and not Plrs:GetPlayerFromCharacter(v.Parent) and not v.Parent:IsA("Hat") and not v.Parent:IsA("Accessory") and v.Parent.Name ~= "Tracers" then
  4228. local Data = { }
  4229. Data[2] = v.Transparency
  4230. v.Transparency = 1
  4231. local outline = Instance.new("SelectionBox")
  4232. outline.Name = "Outline"
  4233. outline.Color3 = Color3.new(0, 0, 0)
  4234. outline.SurfaceColor3 = Color3.new(0, 1, 0)
  4235. --outline.SurfaceTransparency = 0.9
  4236. outline.LineThickness = 0.01
  4237. outline.Transparency = 0.3
  4238. outline.Adornee = v
  4239. outline.Parent = v
  4240. Data[1] = outline
  4241. rawset(Bullshit.OutlinedParts, v, Data)
  4242. end
  4243. CreateChildAddedEventFor(v)
  4244. end
  4245. CreateChildAddedEventFor(workspace)
  4246. if Bullshit.LightingEvent == nil then
  4247. Bullshit.LightingEvent = game:GetService("Lighting").Changed:connect(LightingHax)
  4248. end
  4249. else
  4250. OutlineToggle.BackgroundColor3 = Color3.new(1, 1, 1)
  4251. for i, v in next, Bullshit.OutlinedParts do
  4252. i.Transparency = v[2]
  4253. v[1]:Destroy()
  4254. end
  4255. end
  4256. end)
  4257.  
  4258. FullbrightToggle.MouseButton1Click:connect(function()
  4259. Bullshit.FullbrightEnabled = not Bullshit.FullbrightEnabled
  4260. if Bullshit.FullbrightEnabled then
  4261. FullbrightToggle.BackgroundColor3 = Color3.new(0/255,171/255,11/255)
  4262. if Bullshit.LightingEvent == nil then
  4263. Bullshit.LightingEvent = Light.Changed:connect(LightingHax)
  4264. end
  4265. else
  4266. FullbrightToggle.BackgroundColor3 = Color3.new(1, 1, 1)
  4267. Light.Ambient = Bullshit.AmbientBackup
  4268. Light.ColorShift_Bottom = Bullshit.ColorShiftBotBackup
  4269. Light.ColorShift_Top = Bullshit.ColorShiftTopBackup
  4270. end
  4271. end)
  4272.  
  4273. Crosshair.MouseButton1Click:connect(function()
  4274. Bullshit.CrosshairEnabled = not Bullshit.CrosshairEnabled
  4275. if Bullshit.CrosshairEnabled then
  4276. local g = Instance.new("ScreenGui", CoreGui)
  4277. g.Name = "Corsshair"
  4278. local line1 = Instance.new("TextLabel", g)
  4279. line1.Text = ""
  4280. line1.Size = UDim2.new(0, 35, 0, 1)
  4281. line1.BackgroundColor3 = Bullshit.Colors.Crosshair
  4282. line1.BorderSizePixel = 0
  4283. line1.ZIndex = 10
  4284. local line2 = Instance.new("TextLabel", g)
  4285. line2.Text = ""
  4286. line2.Size = UDim2.new(0, 1, 0, 35)
  4287. line2.BackgroundColor3 = Bullshit.Colors.Crosshair
  4288. line2.BorderSizePixel = 0
  4289. line2.ZIndex = 10
  4290.  
  4291. local viewport = MyCam.ViewportSize
  4292. local centerx = viewport.X / 2
  4293. local centery = viewport.Y / 2
  4294.  
  4295. line1.Position = UDim2.new(0, centerx - (35 / 2), 0, centery - 35)
  4296. line2.Position = UDim2.new(0, centerx, 0, centery - (35 / 2) - 35)
  4297.  
  4298. Crosshair.BackgroundColor3 = Color3.new(0/255,171/255,11/255)
  4299. else
  4300. local find = CoreGui:FindFirstChild("Corsshair")
  4301. if find then
  4302. find:Destroy()
  4303. end
  4304.  
  4305. Crosshairs.BackgroundColor3 = Color3.new(1, 1, 1)
  4306. end
  4307. end)
  4308.  
  4309. AimbotToggle.MouseButton1Click:connect(function()
  4310. if not (game.PlaceId == 292439477 or game.PlaceId == 606849621) then
  4311. Bullshit.AimbotEnabled = not Bullshit.AimbotEnabled
  4312. if Bullshit.AimbotEnabled then
  4313. AimbotToggle.BackgroundColor3 = Color3.new(0/255,171/255,11/255)
  4314. else
  4315. AimbotToggle.BackgroundColor3 = Color3.new(1, 1, 1)
  4316. end
  4317. else
  4318. local hint = Instance.new("Hint", CoreGui)
  4319. hint.Text = "This game prevents camera manipulation!"
  4320. wait(5)
  4321. hint:Destroy()
  4322. end
  4323. end)
  4324.  
  4325. TracersUnderChars.MouseButton1Click:connect(function()
  4326. Bullshit.PlaceTracersUnderCharacter = not Bullshit.PlaceTracersUnderCharacter
  4327. if Bullshit.PlaceTracersUnderCharacter then
  4328. TracersUnderChars.Text = "true"
  4329. else
  4330. TracersUnderChars.Text = "false"
  4331. end
  4332. end)
  4333.  
  4334. FreeForAll.MouseButton1Click:connect(function()
  4335. Bullshit.FreeForAll = not Bullshit.FreeForAll
  4336. if Bullshit.FreeForAll then
  4337. FreeForAll.Text = "true"
  4338. else
  4339. FreeForAll.Text = "false"
  4340. end
  4341. end)
  4342.  
  4343. ESPLength.FocusLost:connect(function()
  4344. local txt = ESPLength.Text
  4345. local num = tonumber(txt) or 10000
  4346. if num ~= nil then
  4347. if num < 100 then
  4348. num = 100
  4349. ESPLength.Text = num
  4350. elseif num > 10000 then
  4351. num = 10000
  4352. ESPLength.Text = num
  4353. end
  4354. end
  4355.  
  4356. Bullshit.ESPLength = num
  4357. ESPLength.Text = num
  4358. end)
  4359.  
  4360. CHAMSLength.FocusLost:connect(function()
  4361. local txt = CHAMSLength.Text
  4362. local num = tonumber(txt) or 500
  4363. if num ~= nil then
  4364. if num < 100 then
  4365. num = 100
  4366. CHAMSLength.Text = num
  4367. elseif num > 2048 then
  4368. num = 2048
  4369. CHAMSLength.Text = num
  4370. end
  4371. end
  4372.  
  4373. Bullshit.CHAMSLength = num
  4374. CHAMSLength.Text = num
  4375. end)
  4376.  
  4377. TracersLength.FocusLost:connect(function()
  4378. local txt = TracersLength.Text
  4379. local num = tonumber(txt) or 500
  4380. if num ~= nil then
  4381. if num < 100 then
  4382. num = 100
  4383. TracersLength.Text = num
  4384. elseif num > 2048 then
  4385. num = 2048
  4386. TracersLength.Text = num
  4387. end
  4388. end
  4389.  
  4390. Bullshit.TracersLength = num
  4391. TracersLength.Text = num
  4392. end)
  4393.  
  4394. EnemyColor.FocusLost:connect(function()
  4395. local R, G, B = string.match(RemoveSpacesFromString(EnemyColor.Text), "(%d+),(%d+),(%d+)")
  4396. R = tonumber(R)
  4397. G = tonumber(G)
  4398. B = tonumber(B)
  4399. if R > 1 then
  4400. R = R / 255
  4401. end
  4402. if G > 1 then
  4403. G = G / 255
  4404. end
  4405. if B > 1 then
  4406. B = B / 255
  4407. end
  4408.  
  4409. if R ~= nil and G ~= nil and B ~= nil then
  4410. if not (R > 1 and G > 1 and B > 1) and not (R < 0 and G < 0 and B < 0) then
  4411. Bullshit.Colors.Enemy = Color3.new(R, G, B)
  4412. EnemyColor.Text = tostring(Bullshit.Colors.Enemy)
  4413. else
  4414. EnemyColor.Text = tostring(Bullshit.Colors.Enemy)
  4415. end
  4416. else
  4417. EnemyColor.Text = tostring(Bullshit.Colors.Enemy)
  4418. end
  4419. end)
  4420.  
  4421. AllyColor.FocusLost:connect(function()
  4422. local R, G, B = string.match(RemoveSpacesFromString(AllyColor.Text), "(%d+),(%d+),(%d+)")
  4423. R = tonumber(R)
  4424. G = tonumber(G)
  4425. B = tonumber(B)
  4426. if R > 1 then
  4427. R = R / 255
  4428. end
  4429. if G > 1 then
  4430. G = G / 255
  4431. end
  4432. if B > 1 then
  4433. B = B / 255
  4434. end
  4435.  
  4436. if R ~= nil and G ~= nil and B ~= nil then
  4437. if not (R > 1 and G > 1 and B > 1) and not (R < 0 and G < 0 and B < 0) then
  4438. Bullshit.Colors.Ally = Color3.new(R, G, B)
  4439. AllyColor.Text = tostring(Bullshit.Colors.Ally)
  4440. else
  4441. AllyColor.Text = tostring(Bullshit.Colors.Ally)
  4442. end
  4443. else
  4444. AllyColor.Text = tostring(Bullshit.Colors.Ally)
  4445. end
  4446. end)
  4447.  
  4448. FriendColor.FocusLost:connect(function()
  4449. local R, G, B = string.match(RemoveSpacesFromString(FriendColor.Text), "(%d+),(%d+),(%d+)")
  4450. R = tonumber(R)
  4451. G = tonumber(G)
  4452. B = tonumber(B)
  4453. if R > 1 then
  4454. R = R / 255
  4455. end
  4456. if G > 1 then
  4457. G = G / 255
  4458. end
  4459. if B > 1 then
  4460. B = B / 255
  4461. end
  4462.  
  4463. if R ~= nil and G ~= nil and B ~= nil then
  4464. if not (R > 1 and G > 1 and B > 1) and not (R < 0 and G < 0 and B < 0) then
  4465. Bullshit.Colors.Ally = Color3.new(R, G, B)
  4466. FriendColor.Text = tostring(Bullshit.Colors.Friend)
  4467. else
  4468. FriendColor.Text = tostring(Bullshit.Colors.Friend)
  4469. end
  4470. else
  4471. FriendColor.Text = tostring(Bullshit.Colors.Friend)
  4472. end
  4473. end)
  4474.  
  4475. NeutralColor.FocusLost:connect(function()
  4476. local R, G, B = string.match(RemoveSpacesFromString(NeutralColor.Text), "(%d+),(%d+),(%d+)")
  4477. R = tonumber(R)
  4478. G = tonumber(G)
  4479. B = tonumber(B)
  4480. if R > 1 then
  4481. R = R / 255
  4482. end
  4483. if G > 1 then
  4484. G = G / 255
  4485. end
  4486. if B > 1 then
  4487. B = B / 255
  4488. end
  4489.  
  4490. if R ~= nil and G ~= nil and B ~= nil then
  4491. if not (R > 1 and G > 1 and B > 1) and not (R < 0 and G < 0 and B < 0) then
  4492. Bullshit.Colors.Ally = Color3.new(R, G, B)
  4493. NeutralColor.Text = tostring(Bullshit.Colors.Neutral)
  4494. else
  4495. NeutralColor.Text = tostring(Bullshit.Colors.Neutral)
  4496. end
  4497. else
  4498. NeutralColor.Text = tostring(Bullshit.Colors.Neutral)
  4499. end
  4500. end)
  4501.  
  4502. CrosshairColor.FocusLost:connect(function()
  4503. local R, G, B = string.match(RemoveSpacesFromString(CrosshairColor.Text), "(%d+),(%d+),(%d+)")
  4504. R = tonumber(R)
  4505. G = tonumber(G)
  4506. B = tonumber(B)
  4507. if R > 1 then
  4508. R = R / 255
  4509. end
  4510. if G > 1 then
  4511. G = G / 255
  4512. end
  4513. if B > 1 then
  4514. B = B / 255
  4515. end
  4516.  
  4517. if R ~= nil and G ~= nil and B ~= nil then
  4518. if not (R > 1 and G > 1 and B > 1) and not (R < 0 and G < 0 and B < 0) then
  4519. Bullshit.Colors.Ally = Color3.new(R, G, B)
  4520. EnemyColor.Text = tostring(Bullshit.Colors.Crosshair)
  4521. else
  4522. EnemyColor.Text = tostring(Bullshit.Colors.Crosshair)
  4523. end
  4524. else
  4525. EnemyColor.Text = tostring(Bullshit.Colors.Crosshair)
  4526. end
  4527. end)
  4528.  
  4529. AutoFireToggle.MouseButton1Click:connect(function()
  4530. local hint = Instance.new("Hint", CoreGui)
  4531. hint.Text = "Currently broken. :("
  4532. wait(3)
  4533. hint:Destroy()
  4534. --Bullshit.AutoFire = not Bullshit.AutoFire
  4535. --AutoFireToggle.Text = tostring(Bullshit.AutoFire)
  4536. end)
  4537.  
  4538. AimbotKey.MouseButton1Click:connect(function()
  4539. AimbotKey.Text = "Press any Key now."
  4540. local input = UserInput.InputBegan:wait()
  4541. if input.UserInputType == Enum.UserInputType.Keyboard then
  4542. Bullshit.AimbotKey = tostring(input.KeyCode)
  4543. AimbotKey.Text = string.sub(tostring(input.KeyCode), 14)
  4544. else
  4545. Bullshit.AimbotKey = tostring(input.UserInputType)
  4546. AimbotKey.Text = string.sub(tostring(input.UserInputType), 20)
  4547. end
  4548. end)
  4549.  
  4550. MobESPButton.MouseButton1Click:connect(function()
  4551. Bullshit.MobESP = not Bullshit.MobESP
  4552. MobESPButton.Text = tostring(Bullshit.MobESP)
  4553. if Bullshit.MobESP then
  4554. local hint = Instance.new("Hint", CoreGui)
  4555. hint.Text = "Turn ESP/Chams off and on again to see mob ESP."
  4556. wait(5)
  4557. hint.Text = "This is still in beta, expect problems! Message Racist Dolphin#5199 on discord if you encounter a bug!"
  4558. wait(10)
  4559. hint:Destroy()
  4560. end
  4561. end)
  4562.  
  4563. MobChamsButton.MouseButton1Click:connect(function()
  4564. Bullshit.MobChams = not Bullshit.MobChams
  4565. MobChamsButton.Text = tostring(Bullshit.MobChams)
  4566. if Bullshit.MobChams then
  4567. local hint = Instance.new("Hint", CoreGui)
  4568. hint.Text = "Turn ESP/Chams off and on again to see mob chams."
  4569. wait(5)
  4570. hint.Text = "This is still in beta, expect problems! Message Racist Dolphin#5199 on discord if you encounter a bug!"
  4571. wait(10)
  4572. hint:Destroy()
  4573. end
  4574. end)
  4575.  
  4576. Playername.FocusLost:connect(function()
  4577. local FindPlr = FindPlayer(Playername.Text)
  4578. if FindPlr then
  4579. Playername.Text = FindPlr.Name
  4580. elseif not Bullshit.Blacklist[Playername.Text] then
  4581. Playername.Text = "Player not Found!"
  4582. wait(1)
  4583. Playername.Text = "Enter Player Name"
  4584. end
  4585. end)
  4586.  
  4587. AddToBlacklist.MouseButton1Click:connect(function()
  4588. local FindPlr = FindPlayer(Playername.Text)
  4589. if FindPlr then
  4590. if not Bullshit.Blacklist[FindPlr.Name] then
  4591. Bullshit.Blacklist[FindPlr.Name] = true
  4592. UpdateChams(FindPlr)
  4593. CreatePlayerLabel(FindPlr.Name, players)
  4594. end
  4595. end
  4596. end)
  4597.  
  4598. RemoveToBlacklist.MouseButton1Click:connect(function()
  4599. local FindPlr = FindPlayer(Playername.Text)
  4600. if FindPlr then
  4601. if Bullshit.Blacklist[FindPlr.Name] then
  4602. Bullshit.Blacklist[FindPlr.Name] = nil
  4603. UpdateChams(FindPlr)
  4604. RefreshPlayerLabels(players, Bullshit.Blacklist)
  4605. end
  4606. else
  4607. if Bullshit.Blacklist[Playername.Text] then
  4608. Bullshit.Blacklist[Playername.Text] = nil
  4609. RefreshPlayerLabels(players, Bullshit.Blacklist)
  4610. end
  4611. end
  4612. end)
  4613.  
  4614. Playername2.FocusLost:connect(function()
  4615. local FindPlr = FindPlayer(Playername2.Text)
  4616. if FindPlr then
  4617. Playername2.Text = FindPlr.Name
  4618. elseif not Bullshit.FriendList[Playername2.Text] then
  4619. Playername2.Text = "Player not Found!"
  4620. wait(1)
  4621. Playername2.Text = "Enter Player Name"
  4622. end
  4623. end)
  4624.  
  4625. AddToWhitelist.MouseButton1Click:connect(function()
  4626. local FindPlr = FindPlayer(Playername2.Text)
  4627. if FindPlr then
  4628. if not Bullshit.FriendList[FindPlr.Name] then
  4629. Bullshit.FriendList[FindPlr.Name] = true
  4630. UpdateChams(FindPlr)
  4631. CreatePlayerLabel(FindPlr.Name, players2)
  4632. end
  4633. end
  4634. end)
  4635.  
  4636. RemoveToWhitelist.MouseButton1Click:connect(function()
  4637. local FindPlr = FindPlayer(Playername2.Text)
  4638. if FindPlr then
  4639. if Bullshit.FriendList[FindPlr.Name] then
  4640. Bullshit.FriendList[FindPlr.Name] = nil
  4641. UpdateChams(FindPlr)
  4642. RefreshPlayerLabels(players2, Bullshit.FriendList)
  4643. end
  4644. else
  4645. if Bullshit.FriendList[Playername2.Text] then
  4646. Bullshit.FriendList[Playername2.Text] = nil
  4647. RefreshPlayerLabels(players2, Bullshit.FriendList)
  4648. end
  4649. end
  4650. end)
  4651.  
  4652. SaveWhitelist.MouseButton1Click:connect(function()
  4653. pcall(function()
  4654. writefile("Whitelist.txt", HTTP:JSONEncode(Bullshit.FriendList))
  4655. end)
  4656. SaveWhitelist.Text = "Saved!"
  4657. wait(1)
  4658. SaveWhitelist.Text = "Save Friends List"
  4659. end)
  4660.  
  4661. SaveBlacklist.MouseButton1Click:connect(function()
  4662. pcall(function()
  4663. writefile("Blacklist.txt", HTTP:JSONEncode(Bullshit.Blacklist))
  4664. end)
  4665. SaveBlacklist.Text = "Saved!"
  4666. wait(1)
  4667. SaveBlacklist.Text = "Save Blacklist"
  4668. end)
  4669.  
  4670. Settings.MouseButton1Click:connect(function()
  4671. Settings_2.Visible = not Settings_2.Visible
  4672. Information_2.Visible = false
  4673. Blacklist.Visible = false
  4674. Whitelist.Visible = false
  4675. if Settings_2.Visible then
  4676. Settings.BackgroundColor3 = Color3.new(0/255,171/255,11/255)
  4677. Information.BackgroundColor3 = Color3.new(1, 1, 1)
  4678. BlacklistToggle.BackgroundColor3 = Color3.new(1, 1, 1)
  4679. WhitelistToggle.BackgroundColor3 = Color3.new(1, 1, 1)
  4680. else
  4681. Settings.BackgroundColor3 = Color3.new(1, 1, 1)
  4682. end
  4683. end)
  4684.  
  4685. Information.MouseButton1Click:connect(function()
  4686. Information_2.Visible = not Information_2.Visible
  4687. Settings_2.Visible = false
  4688. Blacklist.Visible = false
  4689. Whitelist.Visible = false
  4690. if Information_2.Visible then
  4691. Information.BackgroundColor3 = Color3.new(0/255,171/255,11/255)
  4692. Settings.BackgroundColor3 = Color3.new(1, 1, 1)
  4693. BlacklistToggle.BackgroundColor3 = Color3.new(1, 1, 1)
  4694. WhitelistToggle.BackgroundColor3 = Color3.new(1, 1, 1)
  4695. else
  4696. Information.BackgroundColor3 = Color3.new(1, 1, 1)
  4697. end
  4698. end)
  4699.  
  4700. BlacklistToggle.MouseButton1Click:connect(function()
  4701. Blacklist.Visible = not Blacklist.Visible
  4702. Settings_2.Visible = false
  4703. Information_2.Visible = false
  4704. Whitelist.Visible = false
  4705. if Blacklist.Visible then
  4706. BlacklistToggle.BackgroundColor3 = Color3.new(0/255,171/255,11/255)
  4707. Settings.BackgroundColor3 = Color3.new(1, 1, 1)
  4708. Information.BackgroundColor3 = Color3.new(1, 1, 1)
  4709. WhitelistToggle.BackgroundColor3 = Color3.new(1, 1, 1)
  4710. else
  4711. BlacklistToggle.BackgroundColor3 = Color3.new(1, 1, 1)
  4712. end
  4713. end)
  4714.  
  4715. WhitelistToggle.MouseButton1Click:connect(function()
  4716. Whitelist.Visible = not Whitelist.Visible
  4717. Settings_2.Visible = false
  4718. Information_2.Visible = false
  4719. Blacklist.Visible = false
  4720. if Whitelist.Visible then
  4721. WhitelistToggle.BackgroundColor3 = Color3.new(0/255,171/255,11/255)
  4722. Settings.BackgroundColor3 = Color3.new(1, 1, 1)
  4723. Information.BackgroundColor3 = Color3.new(1, 1, 1)
  4724. BlacklistToggle.BackgroundColor3 = Color3.new(1, 1, 1)
  4725. else
  4726. WhitelistToggle.BackgroundColor3 = Color3.new(1, 1, 1)
  4727. end
  4728. end)
  4729.  
  4730. SaveSettings.MouseButton1Click:connect(function()
  4731. SaveBullshitSettings()
  4732. SaveSettings.Text = "Saved!"
  4733. wait(1)
  4734. SaveSettings.Text = "Save Settings"
  4735. end)
  4736.  
  4737. UserInput.InputBegan:connect(function(input, ingui)
  4738. if not ingui then
  4739. if input.UserInputType == Enum.UserInputType.Keyboard then
  4740. if input.KeyCode == Enum.KeyCode.P then
  4741. MainFrame.Visible = not MainFrame.Visible
  4742. end
  4743. end
  4744.  
  4745. if tostring(input.KeyCode) == Bullshit.AimbotKey or tostring(input.UserInputType) == Bullshit.AimbotKey then
  4746. Bullshit.Aimbot = true
  4747. end
  4748. end
  4749. end)
  4750.  
  4751. UserInput.InputEnded:connect(function(input)
  4752. if tostring(input.KeyCode) == Bullshit.AimbotKey or tostring(input.UserInputType) == Bullshit.AimbotKey then
  4753. Bullshit.Aimbot = false
  4754. end
  4755. end)
  4756. end
  4757.  
  4758. InitMain()
  4759.  
  4760. Run:BindToRenderStep("UpdateESP", Enum.RenderPriority.Character.Value, function()
  4761. for _, v in next, Plrs:GetPlayers() do
  4762. if v ~= MyPlr then
  4763. UpdateESP(v)
  4764. end
  4765. end
  4766. end)
  4767.  
  4768. Run:BindToRenderStep("UpdateInfo", 1000, function()
  4769. Bullshit.ClosestEnemy = GetClosestPlayer()
  4770. MyChar = MyPlr.Character
  4771. if Bullshit.DebugInfo then
  4772. local MyHead, MyTor, MyHum = MyChar:FindFirstChild("Head"), MyChar:FindFirstChild("HumanoidRootPart"), MyChar:FindFirstChild("Humanoid")
  4773.  
  4774. local GetChar, GetHead, GetTor, GetHum = nil, nil, nil, nil
  4775. if Bullshit.ClosestEnemy ~= nil then
  4776. GetChar = Bullshit.ClosestEnemy.Character
  4777. GetHead = GetChar:FindFirstChild("Head")
  4778. GetTor = GetChar:FindFirstChild("HumanoidRootPart")
  4779. GetHum = GetChar:FindFirstChild("Humanoid")
  4780.  
  4781. DebugMenu["PlayerSelected"].Text = "Closest Enemy: " .. tostring(Bullshit.ClosestEnemy)
  4782.  
  4783. if Bullshit.ClosestEnemy.Team ~= nil then
  4784. DebugMenu["PlayerTeam"].Text = "Team: " .. tostring(Bullshit.ClosestEnemy.Team)
  4785. else
  4786. DebugMenu["PlayerTeam"].Text = "Team: nil"
  4787. end
  4788.  
  4789. if GetHum then
  4790. DebugMenu["PlayerHealth"].Text = "Health: " .. string.format("%.0f", GetHum.Health)
  4791. end
  4792. if MyTor and GetTor then
  4793. local Pos = GetTor.Position
  4794. local Dist = (MyTor.Position - Pos).magnitude
  4795. DebugMenu["PlayerPosition"].Text = "Position: (X: " .. string.format("%.3f", Pos.X) .. " Y: " .. string.format("%.3f", Pos.Y) .. " Z: " .. string.format("%.3f", Pos.Z) .. ") Distance: " .. string.format("%.0f", Dist) .. " Studs"
  4796.  
  4797. local MyCharStuff = MyChar:GetDescendants()
  4798. local GetCharStuff = GetChar:GetDescendants()
  4799. for _, v in next, GetCharStuff do
  4800. if v ~= GetTor then
  4801. table.insert(MyCharStuff, v)
  4802. end
  4803. end
  4804. local Ray = Ray.new(MyTor.Position, (Pos - MyTor.Position).unit * 300)
  4805. local part = workspace:FindPartOnRayWithIgnoreList(Ray, MyCharStuff)
  4806. if part == GetTor then
  4807. DebugMenu["BehindWall"].Text = "Behind Wall: false"
  4808. else
  4809. DebugMenu["BehindWall"].Text = "Behind Wall: true"
  4810. end
  4811.  
  4812. DebugMenu["Main"].Size = UDim2.new(0, DebugMenu["PlayerPosition"].TextBounds.X, 0, 200)
  4813. end
  4814. end
  4815.  
  4816. -- My Position
  4817. if MyTor then
  4818. local Pos = MyTor.Position
  4819. DebugMenu["Position"].Text = "My Position: (X: " .. string.format("%.3f", Pos.x) .. " Y: " .. string.format("%.3f", Pos.Y) .. " Z: " .. string.format("%.3f", Pos.Z) .. ")"
  4820. end
  4821.  
  4822. -- FPS
  4823. local fps = math.floor(.5 + (1 / (tick() - LastTick)))
  4824. local sum = 0
  4825. local ave = 0
  4826. table.insert(Bullshit.FPSAverage, fps)
  4827. for i = 1, #Bullshit.FPSAverage do
  4828. sum = sum + Bullshit.FPSAverage[i]
  4829. end
  4830. DebugMenu["FPS"].Text = "FPS: " .. tostring(fps) .. " Average: " .. string.format("%.0f", (sum / #Bullshit.FPSAverage))
  4831. if (tick() - LastTick) >= 15 then
  4832. Bullshit.FPSAverage = { }
  4833. LastTick = tick()
  4834. end
  4835. LastTick = tick()
  4836. end
  4837. end)
  4838.  
  4839. Run:BindToRenderStep("Aimbot", Enum.RenderPriority.First.Value, function()
  4840. ClosestEnemy = GetClosestPlayerNotBehindWall()
  4841. if Bullshit.AimbotEnabled and Bullshit.Aimbot then
  4842. if ClosestEnemy ~= nil then
  4843. local GetChar = ClosestEnemy.Character
  4844. if MyChar and GetChar then
  4845. local MyCharStuff = MyChar:GetDescendants()
  4846. local MyHead = MyChar:FindFirstChild("Head")
  4847. local MyTor = MyChar:FindFirstChild("HumanoidRootPart")
  4848. local MyHum = MyChar:FindFirstChild("Humanoid")
  4849. local GetHead = GetChar:FindFirstChild("Head")
  4850. local GetTor = GetChar:FindFirstChild("HumanoidRootPart")
  4851. local GetHum = GetChar:FindFirstChild("Humanoid")
  4852. if MyHead and MyTor and MyHum and GetHead and GetTor and GetHum then
  4853. if MyHum.Health > 1 and (GetHum.Health > 1 and not GetChar:FindFirstChild("KO")) then
  4854. MyPlr.CameraMode = Enum.CameraMode.LockFirstPerson
  4855. MyCam.CFrame = CFrame.new(MyHead.CFrame.p, GetHead.CFrame.p)
  4856. if Bullshit.AutoFire then
  4857. mouse1click() -- >:(
  4858. end
  4859. end
  4860. end
  4861. end
  4862. end
  4863. else
  4864. MyPlr.CameraMode = Bullshit.CameraModeBackup
  4865. end
  4866. end)
  4867.  
  4868. local succ, out = coroutine.resume(coroutine.create(function()
  4869. while true do
  4870. for _, v in next, Plrs:GetPlayers() do
  4871. UpdateChams(v)
  4872. Run.RenderStepped:wait()
  4873. end
  4874. end
  4875. end))
  4876.  
  4877. if not succ then
  4878. error(out)
  4879. end
  4880. end)
  4881.  
  4882.  
  4883. back3.Name = "back3"
  4884. back3.Parent = CBGO
  4885. back3.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  4886. back3.BackgroundTransparency = 0.5
  4887. back3.BorderColor3 = Color3.new(0, 0, 0)
  4888. back3.Position = UDim2.new(0, 0, 0.898334384, 0)
  4889. back3.Size = UDim2.new(0, 51, 0, 15)
  4890. back3.Font = Enum.Font.SourceSans
  4891. back3.Text = "Back"
  4892. back3.TextColor3 = Color3.new(0, 0, 0)
  4893. back3.TextScaled = true
  4894. back3.TextSize = 14
  4895. back3.TextWrapped = true
  4896. back3.MouseButton1Down:connect(function()
  4897. CBGO.Visible = false
  4898. madcity.Visible = true
  4899. end)
  4900.  
  4901.  
  4902. BBIV.Name = "BBIV"
  4903. BBIV.Parent = main
  4904. BBIV.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  4905. BBIV.BackgroundTransparency = 1
  4906. BBIV.BorderColor3 = Color3.new(0, 0, 0)
  4907. BBIV.BorderSizePixel = 2
  4908. BBIV.Position = UDim2.new(-0.0017534222, 0, 0.124260359, 0)
  4909. BBIV.Size = UDim2.new(0, 228, 0, 148)
  4910. BBIV.Visible = false
  4911.  
  4912. BrokenBonesScripts.Name = "Broken Bones Scripts"
  4913. BrokenBonesScripts.Parent = BBIV
  4914. BrokenBonesScripts.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  4915. BrokenBonesScripts.BackgroundTransparency = 0.40000000596046
  4916. BrokenBonesScripts.BorderColor3 = Color3.new(0, 0, 0)
  4917. BrokenBonesScripts.BorderSizePixel = 2
  4918. BrokenBonesScripts.Position = UDim2.new(0.0570175424, 0, 0.0162816942, 0)
  4919. BrokenBonesScripts.Size = UDim2.new(0, 200, 0, 22)
  4920. BrokenBonesScripts.Font = Enum.Font.SourceSans
  4921. BrokenBonesScripts.Text = "Broken Bones IV Scripts"
  4922. BrokenBonesScripts.TextColor3 = Color3.new(0, 0, 0)
  4923. BrokenBonesScripts.TextScaled = true
  4924. BrokenBonesScripts.TextSize = 14
  4925. BrokenBonesScripts.TextWrapped = true
  4926.  
  4927. next4.Name = "next4"
  4928. next4.Parent = BBIV
  4929. next4.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  4930. next4.BackgroundTransparency = 0.5
  4931. next4.BorderColor3 = Color3.new(0, 0, 0)
  4932. next4.Position = UDim2.new(0.776315749, 0, 0.898334384, 0)
  4933. next4.Size = UDim2.new(0, 51, 0, 15)
  4934. next4.Font = Enum.Font.SourceSans
  4935. next4.Text = "Next Page ->"
  4936. next4.TextColor3 = Color3.new(0, 0, 0)
  4937. next4.TextScaled = true
  4938. next4.TextSize = 14
  4939. next4.TextWrapped = true
  4940.  
  4941. INFmoneyGUI.Name = "INF money GUI"
  4942. INFmoneyGUI.Parent = BBIV
  4943. INFmoneyGUI.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  4944. INFmoneyGUI.BackgroundTransparency = 0.5
  4945. INFmoneyGUI.BorderColor3 = Color3.new(0, 0, 0)
  4946. INFmoneyGUI.Position = UDim2.new(0.0526315793, 0, 0.36304453, 0)
  4947. INFmoneyGUI.Size = UDim2.new(0, 203, 0, 38)
  4948. INFmoneyGUI.Font = Enum.Font.SourceSans
  4949. INFmoneyGUI.Text = "INF Cash GUI"
  4950. INFmoneyGUI.TextColor3 = Color3.new(0, 0, 0)
  4951. INFmoneyGUI.TextSize = 17
  4952. INFmoneyGUI.TextWrapped = true
  4953. INFmoneyGUI.MouseButton1Down:connect(function()
  4954. loadstring(game:HttpGet("https://pastebin.com/raw/j7v83mgt", true))()
  4955. end)
  4956.  
  4957.  
  4958. back4.Name = "back4"
  4959. back4.Parent = BBIV
  4960. back4.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  4961. back4.BackgroundTransparency = 0.5
  4962. back4.BorderColor3 = Color3.new(0, 0, 0)
  4963. back4.Position = UDim2.new(0, 0, 0.898334384, 0)
  4964. back4.Size = UDim2.new(0, 51, 0, 15)
  4965. back4.Font = Enum.Font.SourceSans
  4966. back4.Text = "Back"
  4967. back4.TextColor3 = Color3.new(0, 0, 0)
  4968. back4.TextScaled = true
  4969. back4.TextSize = 14
  4970. back4.TextWrapped = true
  4971. back4.MouseButton1Down:connect(function()
  4972. BBIV.Visible = false
  4973. CBGO.Visible = true
  4974. end)
  4975.  
  4976.  
  4977. open.Name = "open"
  4978. open.Parent = v9
  4979. open.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  4980. open.BackgroundTransparency = 0.40000000596046
  4981. open.Position = UDim2.new(0, 0, 0.912356317, 0)
  4982. open.Size = UDim2.new(0, 72, 0, 21)
  4983. open.Visible = false
  4984.  
  4985. openbtn.Name = "openbtn"
  4986. openbtn.Parent = open
  4987. openbtn.BackgroundColor3 = Color3.new(1, 1, 1)
  4988. openbtn.BackgroundTransparency = 1
  4989. openbtn.Size = UDim2.new(0, 72, 0, 21)
  4990. openbtn.Font = Enum.Font.SourceSans
  4991. openbtn.Text = "Open"
  4992. openbtn.TextColor3 = Color3.new(0, 0, 0)
  4993. openbtn.TextSize = 14
  4994. openbtn.MouseButton1Down:connect(function()
  4995. main.Visible = true
  4996. bar.Visible = true
  4997. open.Visible = false
  4998. end)
  4999.  
  5000. -- Scripts:
  5001. function SCRIPT_FRFF88_FAKESCRIPT() -- msg1.msgscript
  5002. getfenv().script = Instance.new('LocalScript', msg1)
  5003.  
  5004. while true do
  5005. script.Parent.Text = "Welcome to RoX v0.6b!"
  5006. wait(0.06)
  5007. script.Parent.TextTransparency = 0.5
  5008. wait(0.06)
  5009. script.Parent.TextTransparency = 0.4
  5010. wait(0.06)
  5011. script.Parent.TextTransparency = 0.3
  5012. wait(0.06)
  5013. script.Parent.TextTransparency = 0.2
  5014. wait(0.06)
  5015. script.Parent.TextTransparency = 0.1
  5016. wait(0.06)
  5017. script.Parent.TextTransparency = 0
  5018. wait(5)
  5019. script.Parent.TextTransparency = 0.1
  5020. wait(0.06)
  5021. script.Parent.TextTransparency = 0.2
  5022. wait(0.06)
  5023. script.Parent.TextTransparency = 0.3
  5024. wait(0.06)
  5025. script.Parent.TextTransparency = 0.4
  5026. wait(0.06)
  5027. script.Parent.TextTransparency = 0.5
  5028. wait(0.06)
  5029. script.Parent.TextTransparency = 0.6
  5030. wait(0.06)
  5031. script.Parent.TextTransparency = 0.7
  5032. wait(0.06)
  5033. script.Parent.TextTransparency = 0.8
  5034. wait(0.06)
  5035. script.Parent.TextTransparency = 0.9
  5036. wait(0.06)
  5037. script.Parent.TextTransparency = 0.8
  5038. wait(0.06)
  5039. script.Parent.TextTransparency = 0.7
  5040. wait(0.06)
  5041. script.Parent.TextTransparency = 0.6
  5042. wait(0.06)
  5043. script.Parent.Text = "Please Enter The Latest Key"
  5044. wait(0.06)
  5045. script.Parent.TextTransparency = 0.5
  5046. wait(0.06)
  5047. script.Parent.TextTransparency = 0.4
  5048. wait(0.06)
  5049. script.Parent.TextTransparency = 0.3
  5050. wait(0.06)
  5051. script.Parent.TextTransparency = 0.2
  5052. wait(0.06)
  5053. script.Parent.TextTransparency = 0.1
  5054. wait(0.06)
  5055. script.Parent.TextTransparency = 0
  5056. wait(5)
  5057. script.Parent.TextTransparency = 0.1
  5058. wait(0.06)
  5059. script.Parent.TextTransparency = 0.2
  5060. wait(0.06)
  5061. script.Parent.TextTransparency = 0.3
  5062. wait(0.06)
  5063. script.Parent.TextTransparency = 0.4
  5064. wait(0.06)
  5065. script.Parent.TextTransparency = 0.5
  5066. wait(0.06)
  5067. script.Parent.TextTransparency = 0.6
  5068. wait(0.06)
  5069. script.Parent.TextTransparency = 0.7
  5070. wait(0.06)
  5071. script.Parent.TextTransparency = 0.8
  5072. wait(0.06)
  5073. script.Parent.TextTransparency = 0.9
  5074. wait(0.06)
  5075. script.Parent.TextTransparency = 0.8
  5076. wait(0.06)
  5077. script.Parent.TextTransparency = 0.7
  5078. wait(0.06)
  5079. script.Parent.TextTransparency = 0.6
  5080. wait(0.06)
  5081. script.Parent.Text = "Have a problem or suggestion? Contact me on discord."
  5082. wait(0.06)
  5083. script.Parent.TextTransparency = 0.5
  5084. wait(0.06)
  5085. script.Parent.TextTransparency = 0.4
  5086. wait(0.06)
  5087. script.Parent.TextTransparency = 0.3
  5088. wait(0.06)
  5089. script.Parent.TextTransparency = 0.2
  5090. wait(0.06)
  5091. script.Parent.TextTransparency = 0.1
  5092. wait(0.06)
  5093. script.Parent.TextTransparency = 0
  5094. wait(5)
  5095. end
  5096.  
  5097. end
  5098. coroutine.resume(coroutine.create(SCRIPT_FRFF88_FAKESCRIPT))
  5099. function SCRIPT_NTRJ68_FAKESCRIPT() -- msg1.msg1scrpt
  5100. getfenv().script = Instance.new('Script', msg1)
  5101.  
  5102. while true do
  5103. script.Parent.Text = "Welcome to RoX v0.6b!"
  5104. wait(0.06)
  5105. script.Parent.TextTransparency = 0.5
  5106. wait(0.06)
  5107. script.Parent.TextTransparency = 0.4
  5108. wait(0.06)
  5109. script.Parent.TextTransparency = 0.3
  5110. wait(0.06)
  5111. script.Parent.TextTransparency = 0.2
  5112. wait(0.06)
  5113. script.Parent.TextTransparency = 0.1
  5114. wait(0.06)
  5115. script.Parent.TextTransparency = 0
  5116. wait(5)
  5117. script.Parent.TextTransparency = 0.1
  5118. wait(0.06)
  5119. script.Parent.TextTransparency = 0.2
  5120. wait(0.06)
  5121. script.Parent.TextTransparency = 0.3
  5122. wait(0.06)
  5123. script.Parent.TextTransparency = 0.4
  5124. wait(0.06)
  5125. script.Parent.TextTransparency = 0.5
  5126. wait(0.06)
  5127. script.Parent.TextTransparency = 0.6
  5128. wait(0.06)
  5129. script.Parent.TextTransparency = 0.7
  5130. wait(0.06)
  5131. script.Parent.TextTransparency = 0.8
  5132. wait(0.06)
  5133. script.Parent.TextTransparency = 0.9
  5134. wait(0.06)
  5135. script.Parent.TextTransparency = 0.8
  5136. wait(0.06)
  5137. script.Parent.TextTransparency = 0.7
  5138. wait(0.06)
  5139. script.Parent.TextTransparency = 0.6
  5140. wait(0.06)
  5141. script.Parent.Text = "Please Enter The Latest Key"
  5142. wait(0.06)
  5143. script.Parent.TextTransparency = 0.5
  5144. wait(0.06)
  5145. script.Parent.TextTransparency = 0.4
  5146. wait(0.06)
  5147. script.Parent.TextTransparency = 0.3
  5148. wait(0.06)
  5149. script.Parent.TextTransparency = 0.2
  5150. wait(0.06)
  5151. script.Parent.TextTransparency = 0.1
  5152. wait(0.06)
  5153. script.Parent.TextTransparency = 0
  5154. wait(5)
  5155. script.Parent.TextTransparency = 0.1
  5156. wait(0.06)
  5157. script.Parent.TextTransparency = 0.2
  5158. wait(0.06)
  5159. script.Parent.TextTransparency = 0.3
  5160. wait(0.06)
  5161. script.Parent.TextTransparency = 0.4
  5162. wait(0.06)
  5163. script.Parent.TextTransparency = 0.5
  5164. wait(0.06)
  5165. script.Parent.TextTransparency = 0.6
  5166. wait(0.06)
  5167. script.Parent.TextTransparency = 0.7
  5168. wait(0.06)
  5169. script.Parent.TextTransparency = 0.8
  5170. wait(0.06)
  5171. script.Parent.TextTransparency = 0.9
  5172. wait(0.06)
  5173. script.Parent.TextTransparency = 0.8
  5174. wait(0.06)
  5175. script.Parent.TextTransparency = 0.7
  5176. wait(0.06)
  5177. script.Parent.TextTransparency = 0.6
  5178. wait(0.06)
  5179. script.Parent.Text = "Have a problem or suggestion? Contact me on discord."
  5180. wait(0.06)
  5181. script.Parent.TextTransparency = 0.5
  5182. wait(0.06)
  5183. script.Parent.TextTransparency = 0.4
  5184. wait(0.06)
  5185. script.Parent.TextTransparency = 0.3
  5186. wait(0.06)
  5187. script.Parent.TextTransparency = 0.2
  5188. wait(0.06)
  5189. script.Parent.TextTransparency = 0.1
  5190. wait(0.06)
  5191. script.Parent.TextTransparency = 0
  5192. wait(5)
  5193. end
  5194.  
  5195. end
  5196. coroutine.resume(coroutine.create(SCRIPT_NTRJ68_FAKESCRIPT))
  5197. function SCRIPT_UYUV73_FAKESCRIPT() -- X.closescriptlogin
  5198. getfenv().script = Instance.new('LocalScript', X)
  5199.  
  5200. local exit = game.Players.LocalPlayer.PlayerGui.ROXv6.login.welcome.X
  5201. local login = game.Players.LocalPlayer.PlayerGui.ROXv6.login
  5202. local openB = game.Players.LocalPlayer.PlayerGui.ROXv6.open.openB
  5203. local open = game.Players.LocalPlayer.PlayerGui.ROXv6.open
  5204. exit.MouseButton1Down:connect(function()
  5205. login.Visible = false
  5206. open.Visible = true
  5207. end)
  5208.  
  5209. openB.MouseButton1Down:connect(function()
  5210. login.Visible = true
  5211. open.Visible = false
  5212. end)
  5213.  
  5214. end
  5215. coroutine.resume(coroutine.create(SCRIPT_UYUV73_FAKESCRIPT))
  5216. function SCRIPT_JKYX89_FAKESCRIPT() -- msg2.msgscript
  5217. getfenv().script = Instance.new('LocalScript', msg2)
  5218.  
  5219. while true do
  5220. script.Parent.Text = "Welcome!"
  5221. wait(0.06)
  5222. script.Parent.TextTransparency = 0.5
  5223. wait(0.06)
  5224. script.Parent.TextTransparency = 0.4
  5225. wait(0.06)
  5226. script.Parent.TextTransparency = 0.3
  5227. wait(0.06)
  5228. script.Parent.TextTransparency = 0.2
  5229. wait(0.06)
  5230. script.Parent.TextTransparency = 0.1
  5231. wait(0.06)
  5232. script.Parent.TextTransparency = 0
  5233. wait(5)
  5234. script.Parent.TextTransparency = 0.1
  5235. wait(0.06)
  5236. script.Parent.TextTransparency = 0.2
  5237. wait(0.06)
  5238. script.Parent.TextTransparency = 0.3
  5239. wait(0.06)
  5240. script.Parent.TextTransparency = 0.4
  5241. wait(0.06)
  5242. script.Parent.TextTransparency = 0.5
  5243. wait(0.06)
  5244. script.Parent.TextTransparency = 0.6
  5245. wait(0.06)
  5246. script.Parent.TextTransparency = 0.7
  5247. wait(0.06)
  5248. script.Parent.TextTransparency = 0.8
  5249. wait(0.06)
  5250. script.Parent.TextTransparency = 0.9
  5251. wait(0.06)
  5252. script.Parent.TextTransparency = 0.8
  5253. wait(0.06)
  5254. script.Parent.TextTransparency = 0.7
  5255. wait(0.06)
  5256. script.Parent.TextTransparency = 0.6
  5257. wait(0.06)
  5258. script.Parent.Text = "Please Enjoy."
  5259. wait(0.06)
  5260. script.Parent.TextTransparency = 0.5
  5261. wait(0.06)
  5262. script.Parent.TextTransparency = 0.4
  5263. wait(0.06)
  5264. script.Parent.TextTransparency = 0.3
  5265. wait(0.06)
  5266. script.Parent.TextTransparency = 0.2
  5267. wait(0.06)
  5268. script.Parent.TextTransparency = 0.1
  5269. wait(0.06)
  5270. script.Parent.TextTransparency = 0
  5271. wait(5)
  5272. script.Parent.TextTransparency = 0.1
  5273. wait(0.06)
  5274. script.Parent.TextTransparency = 0.2
  5275. wait(0.06)
  5276. script.Parent.TextTransparency = 0.3
  5277. wait(0.06)
  5278. script.Parent.TextTransparency = 0.4
  5279. wait(0.06)
  5280. script.Parent.TextTransparency = 0.5
  5281. wait(0.06)
  5282. script.Parent.TextTransparency = 0.6
  5283. wait(0.06)
  5284. script.Parent.TextTransparency = 0.7
  5285. wait(0.06)
  5286. script.Parent.TextTransparency = 0.8
  5287. wait(0.06)
  5288. script.Parent.TextTransparency = 0.9
  5289. wait(0.06)
  5290. script.Parent.TextTransparency = 0.8
  5291. wait(0.06)
  5292. script.Parent.TextTransparency = 0.7
  5293. wait(0.06)
  5294. script.Parent.TextTransparency = 0.6
  5295. wait(0.06)
  5296. script.Parent.Text = "Made By: AbusabIe"
  5297. wait(0.06)
  5298. script.Parent.TextTransparency = 0.5
  5299. wait(0.06)
  5300. script.Parent.TextTransparency = 0.4
  5301. wait(0.06)
  5302. script.Parent.TextTransparency = 0.3
  5303. wait(0.06)
  5304. script.Parent.TextTransparency = 0.2
  5305. wait(0.06)
  5306. script.Parent.TextTransparency = 0.1
  5307. wait(0.06)
  5308. script.Parent.TextTransparency = 0
  5309. wait(5)
  5310. end
  5311.  
  5312. end
  5313. coroutine.resume(coroutine.create(SCRIPT_JKYX89_FAKESCRIPT))
Add Comment
Please, Sign In to add comment