NeverPotted

Untitled

Mar 29th, 2019
269
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 391.66 KB | None | 0 0
  1. local GX = Instance.new("ScreenGui")
  2. local LoginFrame = Instance.new("Frame")
  3. local TextLabel = Instance.new("TextLabel")
  4. local Sumbit = Instance.new("TextButton")
  5. local TextLabel_2 = Instance.new("TextLabel")
  6. local TextLabel_3 = Instance.new("TextLabel")
  7. local UserBox = Instance.new("TextBox")
  8. local PassBox = Instance.new("TextBox")
  9. local SecurityFrame = Instance.new("Frame")
  10. local TextLabel_4 = Instance.new("TextLabel")
  11. local Sumbit2 = Instance.new("TextButton")
  12. local TextLabel_5 = Instance.new("TextLabel")
  13. local TextLabel_6 = Instance.new("TextLabel")
  14. local SecBox1 = Instance.new("TextBox")
  15. local SecBox1_2 = Instance.new("TextBox")
  16. local Wrong = Instance.new("TextLabel")
  17. local Correct = Instance.new("TextLabel")
  18. local MainGUI = Instance.new("Frame")
  19. local TextLabel_7 = Instance.new("TextLabel")
  20. local TextLabel_8 = Instance.new("TextLabel")
  21. local Close = Instance.new("TextButton")
  22. local ShatterVast = Instance.new("TextButton")
  23. local Aimbot = Instance.new("TextButton")
  24. local Logout = Instance.new("TextButton")
  25. local Info = Instance.new("TextButton")
  26. local InfoFrame = Instance.new("Frame")
  27. local TextLabel_9 = Instance.new("TextLabel")
  28. local CloseInfo = Instance.new("TextButton")
  29. local TextLabel_10 = Instance.new("TextLabel")
  30. local Redwood = Instance.new("TextButton")
  31. local Prison = Instance.new("TextButton")
  32. local Remote = Instance.new("TextButton")
  33. local Page2 = Instance.new("TextButton")
  34. local Page2Frame = Instance.new("Frame")
  35. local TextLabel_11 = Instance.new("TextLabel")
  36. local ClosePage = Instance.new("TextButton")
  37. local Page1 = Instance.new("TextButton")
  38. local FakeAdmin = Instance.new("TextButton")
  39. local Noclip = Instance.new("TextButton")
  40. local Spin = Instance.new("TextButton")
  41. local Soon = Instance.new("TextLabel")
  42. local OpenGUI = Instance.new("Frame")
  43. local Open = Instance.new("TextButton")
  44. local Intro = Instance.new("Frame")
  45. local IntroLabel = Instance.new("TextLabel")
  46. --Properties:
  47. GX.Name = "GX"
  48. GX.Parent = game.CoreGui
  49.  
  50. MainGUI.Active = true
  51. MainGUI.Draggable = true
  52. InfoFrame.Active = true
  53. InfoFrame.Draggable = true
  54. Page2Frame.Active = true
  55. Page2Frame.Draggable = true
  56.  
  57. LoginFrame.Name = "LoginFrame"
  58. LoginFrame.Parent = GX
  59. LoginFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  60. LoginFrame.BorderSizePixel = 0
  61. LoginFrame.Position = UDim2.new(0, 0, 0.335863382, 0)
  62. LoginFrame.Size = UDim2.new(0, 176, 0, 254)
  63. LoginFrame.Visible = false
  64.  
  65. TextLabel.Parent = LoginFrame
  66. TextLabel.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  67. TextLabel.BorderSizePixel = 0
  68. TextLabel.Size = UDim2.new(0, 176, 0, 24)
  69. TextLabel.Font = Enum.Font.GothamBlack
  70. TextLabel.Text = "GX GUI - Login"
  71. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  72. TextLabel.TextScaled = true
  73. TextLabel.TextSize = 14
  74. TextLabel.TextWrapped = true
  75.  
  76. Sumbit.Name = "Sumbit"
  77. Sumbit.Parent = LoginFrame
  78. Sumbit.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  79. Sumbit.BorderSizePixel = 0
  80. Sumbit.Position = UDim2.new(0.341886222, 0, 0.688976347, 0)
  81. Sumbit.Size = UDim2.new(0, 55, 0, 30)
  82. Sumbit.Font = Enum.Font.GothamBlack
  83. Sumbit.Text = "Login"
  84. Sumbit.TextColor3 = Color3.new(1, 1, 1)
  85. Sumbit.TextScaled = true
  86. Sumbit.TextSize = 14
  87. Sumbit.TextWrapped = true
  88. Sumbit.MouseButton1Click:connect(function()
  89. if UserBox.Text == "NeverScript" and PassBox.Text == "GX5" then
  90. LoginFrame.Visible = false
  91. SecurityFrame.Visible = true
  92. TextLabel_8.Text = "Welcome NeverScript"
  93. elseif
  94. UserBox.Text == "JasgTony" and PassBox.Text == "milole123" then
  95. LoginFrame.Visible = false
  96. SecurityFrame.Visible = true
  97. TextLabel_8.Text = "Welcome JasgTony"
  98. elseif
  99. UserBox.Text == "Animus" and PassBox.Text == "RealAnimus" then
  100. LoginFrame.Visible = false
  101. SecurityFrame.Visible = true
  102. TextLabel_8.Text = "Welcome Animus"
  103. elseif
  104. UserBox.Text == "LegoBlox" and PassBox.Text == "Bloxy89" then
  105. LoginFrame.Visible = false
  106. SecurityFrame.Visible = true
  107. TextLabel_8.Text = "Welcome LegoBlox"
  108. elseif
  109. UserBox.Text == "Jonah" and PassBox.Text == "JE12" then
  110. LoginFrame.Visible = false
  111. SecurityFrame.Visible = true
  112. TextLabel_8.Text = "Welcome Jonah"
  113. elseif
  114. UserBox.Text == "Toy" and PassBox.Text == "Cxsi00" then
  115. LoginFrame.Visible = false
  116. SecurityFrame.Visible = true
  117. TextLabel_8.Text = "Welcome Toy"
  118. end
  119. end)
  120.  
  121. TextLabel_2.Parent = LoginFrame
  122. TextLabel_2.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  123. TextLabel_2.BorderSizePixel = 0
  124. TextLabel_2.Position = UDim2.new(0, 0, 0.240157485, 0)
  125. TextLabel_2.Size = UDim2.new(0, 72, 0, 22)
  126. TextLabel_2.Font = Enum.Font.GothamBlack
  127. TextLabel_2.Text = "Username:"
  128. TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
  129. TextLabel_2.TextScaled = true
  130. TextLabel_2.TextSize = 14
  131. TextLabel_2.TextWrapped = true
  132.  
  133. TextLabel_3.Parent = LoginFrame
  134. TextLabel_3.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  135. TextLabel_3.BorderSizePixel = 0
  136. TextLabel_3.Position = UDim2.new(0, 0, 0.362204731, 0)
  137. TextLabel_3.Size = UDim2.new(0, 72, 0, 22)
  138. TextLabel_3.Font = Enum.Font.GothamBlack
  139. TextLabel_3.Text = "Password:"
  140. TextLabel_3.TextColor3 = Color3.new(1, 1, 1)
  141. TextLabel_3.TextScaled = true
  142. TextLabel_3.TextSize = 14
  143. TextLabel_3.TextWrapped = true
  144.  
  145. UserBox.Name = "UserBox"
  146. UserBox.Parent = LoginFrame
  147. UserBox.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  148. UserBox.BorderColor3 = Color3.new(0, 0, 0)
  149. UserBox.Position = UDim2.new(0.448863626, 0, 0.240157485, 0)
  150. UserBox.Size = UDim2.new(0, 85, 0, 25)
  151. UserBox.Font = Enum.Font.GothamBlack
  152. UserBox.PlaceholderText = "Username"
  153. UserBox.Text = ""
  154. UserBox.TextColor3 = Color3.new(1, 1, 1)
  155. UserBox.TextSize = 14
  156.  
  157. PassBox.Name = "PassBox"
  158. PassBox.Parent = LoginFrame
  159. PassBox.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  160. PassBox.BorderColor3 = Color3.new(0, 0, 0)
  161. PassBox.Position = UDim2.new(0.448863626, 0, 0.354330719, 0)
  162. PassBox.Size = UDim2.new(0, 85, 0, 25)
  163. PassBox.Font = Enum.Font.GothamBlack
  164. PassBox.PlaceholderText = "Password"
  165. PassBox.Text = ""
  166. PassBox.TextColor3 = Color3.new(1, 1, 1)
  167. PassBox.TextSize = 14
  168.  
  169. SecurityFrame.Name = "SecurityFrame"
  170. SecurityFrame.Parent = GX
  171. SecurityFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  172. SecurityFrame.Position = UDim2.new(0.284222752, 0, 0.335863382, 0)
  173. SecurityFrame.Size = UDim2.new(0, 425, 0, 262)
  174. SecurityFrame.Visible = false
  175.  
  176. TextLabel_4.Parent = SecurityFrame
  177. TextLabel_4.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  178. TextLabel_4.BorderSizePixel = 0
  179. TextLabel_4.Size = UDim2.new(0, 425, 0, 24)
  180. TextLabel_4.Font = Enum.Font.GothamBlack
  181. TextLabel_4.Text = "GX GUI - Security"
  182. TextLabel_4.TextColor3 = Color3.new(1, 1, 1)
  183. TextLabel_4.TextScaled = true
  184. TextLabel_4.TextSize = 14
  185. TextLabel_4.TextWrapped = true
  186.  
  187. Sumbit2.Name = "Sumbit2"
  188. Sumbit2.Parent = SecurityFrame
  189. Sumbit2.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  190. Sumbit2.BorderSizePixel = 0
  191. Sumbit2.Position = UDim2.new(0.433650911, 0, 0.732283413, 0)
  192. Sumbit2.Size = UDim2.new(0, 55, 0, 30)
  193. Sumbit2.Font = Enum.Font.GothamBlack
  194. Sumbit2.Text = "Sumbit"
  195. Sumbit2.TextColor3 = Color3.new(1, 1, 1)
  196. Sumbit2.TextScaled = true
  197. Sumbit2.TextSize = 14
  198. Sumbit2.TextWrapped = true
  199. Sumbit2.MouseButton1Click:connect(function()
  200. if SecBox1.Text == "NeverScript#4346" and SecBox1_2.Text == "Yes" then
  201. Correct.Visible = true
  202. wait(3)
  203. Correct.Visible = false
  204. SecurityFrame.Visible = false
  205. OpenGUI.Visible = true
  206. else
  207. Wrong.Visible = true
  208. wait(3)
  209. Wrong.Visible = false
  210. end
  211. end)
  212.  
  213. TextLabel_5.Parent = SecurityFrame
  214. TextLabel_5.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  215. TextLabel_5.BorderSizePixel = 0
  216. TextLabel_5.Position = UDim2.new(0.0705882385, 0, 0.181102365, 0)
  217. TextLabel_5.Size = UDim2.new(0, 125, 0, 22)
  218. TextLabel_5.Font = Enum.Font.GothamBlack
  219. TextLabel_5.Text = "Who made this GUI? :"
  220. TextLabel_5.TextColor3 = Color3.new(1, 1, 1)
  221. TextLabel_5.TextScaled = true
  222. TextLabel_5.TextSize = 14
  223. TextLabel_5.TextWrapped = true
  224.  
  225. TextLabel_6.Parent = SecurityFrame
  226. TextLabel_6.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  227. TextLabel_6.BorderSizePixel = 0
  228. TextLabel_6.Position = UDim2.new(0.0705882385, 0, 0.338582695, 0)
  229. TextLabel_6.Size = UDim2.new(0, 125, 0, 22)
  230. TextLabel_6.Font = Enum.Font.GothamBlack
  231. TextLabel_6.Text = "is lordgeo gay? :"
  232. TextLabel_6.TextColor3 = Color3.new(1, 1, 1)
  233. TextLabel_6.TextScaled = true
  234. TextLabel_6.TextSize = 14
  235. TextLabel_6.TextWrapped = true
  236.  
  237. SecBox1.Name = "SecBox1"
  238. SecBox1.Parent = SecurityFrame
  239. SecBox1.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  240. SecBox1.BorderColor3 = Color3.new(0, 0, 0)
  241. SecBox1.Position = UDim2.new(0.399451822, 0, 0.18110238, 0)
  242. SecBox1.Size = UDim2.new(0, 125, 0, 25)
  243. SecBox1.Font = Enum.Font.GothamBlack
  244. SecBox1.Text = ""
  245. SecBox1.TextColor3 = Color3.new(1, 1, 1)
  246. SecBox1.TextSize = 14
  247.  
  248. SecBox1_2.Name = "SecBox1"
  249. SecBox1_2.Parent = SecurityFrame
  250. SecBox1_2.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  251. SecBox1_2.BorderColor3 = Color3.new(0, 0, 0)
  252. SecBox1_2.Position = UDim2.new(0.397098899, 0, 0.338582635, 0)
  253. SecBox1_2.Size = UDim2.new(0, 126, 0, 25)
  254. SecBox1_2.Font = Enum.Font.GothamBlack
  255. SecBox1_2.Text = ""
  256. SecBox1_2.TextColor3 = Color3.new(1, 1, 1)
  257. SecBox1_2.TextSize = 14
  258.  
  259. Wrong.Name = "Wrong"
  260. Wrong.Parent = SecurityFrame
  261. Wrong.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  262. Wrong.BorderSizePixel = 0
  263. Wrong.Position = UDim2.new(0.331764698, 0, 0.507874012, 0)
  264. Wrong.Size = UDim2.new(0, 143, 0, 46)
  265. Wrong.Visible = false
  266. Wrong.Font = Enum.Font.GothamBlack
  267. Wrong.Text = "Answers are wrong."
  268. Wrong.TextColor3 = Color3.new(1, 0, 0)
  269. Wrong.TextScaled = true
  270. Wrong.TextSize = 14
  271. Wrong.TextStrokeColor3 = Color3.new(1, 0, 0)
  272. Wrong.TextWrapped = true
  273.  
  274. Correct.Name = "Correct"
  275. Correct.Parent = SecurityFrame
  276. Correct.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  277. Correct.BorderSizePixel = 0
  278. Correct.Position = UDim2.new(0.385882378, 0, 0.884744883, 0)
  279. Correct.Size = UDim2.new(0, 102, 0, 30)
  280. Correct.Visible = false
  281. Correct.Font = Enum.Font.GothamBlack
  282. Correct.Text = "Logging in..."
  283. Correct.TextColor3 = Color3.new(0.156863, 1, 0.113725)
  284. Correct.TextScaled = true
  285. Correct.TextSize = 14
  286. Correct.TextStrokeColor3 = Color3.new(1, 0, 0)
  287. Correct.TextWrapped = true
  288.  
  289. MainGUI.Name = "MainGUI"
  290. MainGUI.Parent = GX
  291. MainGUI.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  292. MainGUI.BorderSizePixel = 0
  293. MainGUI.Position = UDim2.new(0.292343378, 0, 0.258064508, 0)
  294. MainGUI.Size = UDim2.new(0, 357, 0, 254)
  295. MainGUI.Visible = false
  296.  
  297. TextLabel_7.Parent = MainGUI
  298. TextLabel_7.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  299. TextLabel_7.BorderSizePixel = 0
  300. TextLabel_7.Size = UDim2.new(0, 357, 0, 24)
  301. TextLabel_7.Font = Enum.Font.GothamBlack
  302. TextLabel_7.Text = "GX GUI - Beta 1.0"
  303. TextLabel_7.TextColor3 = Color3.new(1, 1, 1)
  304. TextLabel_7.TextScaled = true
  305. TextLabel_7.TextSize = 14
  306. TextLabel_7.TextWrapped = true
  307.  
  308. TextLabel_8.Parent = MainGUI
  309. TextLabel_8.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  310. TextLabel_8.BorderSizePixel = 0
  311. TextLabel_8.Position = UDim2.new(0.355070055, 0, 0.703642547, 0)
  312. TextLabel_8.Size = UDim2.new(0, 96, 0, 30)
  313. TextLabel_8.Font = Enum.Font.GothamBlack
  314. TextLabel_8.Text = "Welcome NeverScript"
  315. TextLabel_8.TextColor3 = Color3.new(0.156863, 1, 0.113725)
  316. TextLabel_8.TextScaled = true
  317. TextLabel_8.TextSize = 14
  318. TextLabel_8.TextStrokeColor3 = Color3.new(1, 0, 0)
  319. TextLabel_8.TextWrapped = true
  320.  
  321. Close.Name = "Close"
  322. Close.Parent = MainGUI
  323. Close.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  324. Close.BorderSizePixel = 0
  325. Close.Position = UDim2.new(0.851540625, 0, 0.803149581, 0)
  326. Close.Size = UDim2.new(0, 43, 0, 40)
  327. Close.Font = Enum.Font.GothamBlack
  328. Close.Text = "X"
  329. Close.TextColor3 = Color3.new(1, 0, 0)
  330. Close.TextScaled = true
  331. Close.TextSize = 14
  332. Close.TextWrapped = true
  333. Close.MouseButton1Click:Connect(function()
  334. MainGUI.Visible = false
  335. OpenGUI.Visible = true
  336. end)
  337.  
  338. ShatterVast.Name = "ShatterVast"
  339. ShatterVast.Parent = MainGUI
  340. ShatterVast.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  341. ShatterVast.BorderSizePixel = 0
  342. ShatterVast.Position = UDim2.new(0.109243698, 0, 0.169291347, 0)
  343. ShatterVast.Size = UDim2.new(0, 120, 0, 31)
  344. ShatterVast.Font = Enum.Font.GothamBlack
  345. ShatterVast.Text = "ShatterVast"
  346. ShatterVast.TextColor3 = Color3.new(1, 1, 1)
  347. ShatterVast.TextScaled = true
  348. ShatterVast.TextSize = 14
  349. ShatterVast.TextWrapped = true
  350. ShatterVast.MouseButton1Click:connect(function()
  351. -- By illremember#3799
  352.  
  353. -- Important Loading
  354. trueSettings = {
  355. commandPrefix = ";";
  356. hotkeys = {};
  357. fchotkeymode = "unfc";
  358. }
  359.  
  360. -- Important Variables
  361. gsPlayers = game:GetService("Players")
  362. gsWorkspace = game:GetService("Workspace")
  363. gsLighting = game:GetService("Lighting")
  364. gsReplicatedStorage = game:GetService("ReplicatedStorage")
  365. gsCoreGui = game:GetService("CoreGui")
  366. gsTween = game:GetService("TweenService")
  367. gsHttp = game:GetService("HttpService")
  368.  
  369. LP = gsPlayers.LocalPlayer
  370. Mouse = LP:GetMouse()
  371.  
  372. defaultSettings = gsHttp:JSONEncode(trueSettings)
  373. function CreateSave()
  374. writefile("Shattervast.txt", defaultSettings)
  375. wait(0.5)
  376. local content = readfile("Shattervast.txt")
  377. local trueValue = gsHttp:JSONDecode(content)
  378. commandPrefix = trueValue.commandPrefix
  379. hotkeys = trueValue.hotkeys
  380. fchotkeymode = trueValue.fchotkeymode
  381. end
  382. function fullUpdate()
  383. local updatedSettings = {
  384. commandPrefix = commandPrefix;
  385. hotkeys = hotkeys;
  386. fchotkeymode = fchotkeymode;
  387. }
  388. local fullUPDATED = gsHttp:JSONEncode(updatedSettings)
  389. wait(0.2)
  390. writefile("Shattervast.txt", fullUPDATED)
  391. end
  392. if writefile ~= nil then
  393. function builder()
  394. local TESTsave = readfile("Shattervast.txt")
  395. if TESTsave == nil then
  396. return false
  397. else
  398. return true
  399. end
  400. end
  401. local success, message = pcall(builder)
  402. if success == true then
  403. function reader()
  404. local content = readfile("Shattervast.txt")
  405. local trueValue = gsHttp:JSONDecode(content)
  406. commandPrefix = trueValue.commandPrefix
  407. hotkeys = trueValue.hotkeys
  408. if trueValue.fchotkeymode == nil then
  409. fchotkeymode = "unfc"
  410. fullUpdate()
  411. else
  412. fchotkeymode = trueValue.fchotkeymode
  413. end
  414. end
  415. reader()
  416. elseif success == false then
  417. CreateSave()
  418. end
  419. else
  420. commandPrefix = ";"
  421. hotkeys = {}
  422. fchotkeymode = "unfc"
  423. end
  424.  
  425. CurrentGravity = gsWorkspace.Gravity
  426. CurrentWalkspeed = LP.Character.Humanoid.WalkSpeed
  427. CurrentJumppower = LP.Character.Humanoid.JumpPower
  428. CurrentHipheight = LP.Character.Humanoid.HipHeight
  429. CurrentNormal = LP.DevCameraOcclusionMode
  430.  
  431. gsWorkspace.Camera.Changed:Connect(function()
  432. gsWorkspace.Camera.FieldOfView = 70
  433. end)
  434.  
  435. -- Important Functions
  436. function view(plr)
  437. if plr.Character.Humanoid ~= nil then
  438. gsWorkspace.CurrentCamera.CameraSubject = plr.Character.Humanoid
  439. else
  440. gsWorkspace.CurrentCamera.CameraSubject = plr.Character.Head
  441. end
  442. end
  443. function unlockWS()
  444. for i,part in pairs(gsWorkspace:GetDescendants()) do
  445. if part:IsA("Part") then
  446. part.Locked = false
  447. end
  448. end
  449. end
  450. function lockWS()
  451. for i,part in pairs(gsWorkspace:GetDescendants()) do
  452. if part:IsA("Part") then
  453. part.Locked = true
  454. end
  455. end
  456. end
  457. function FEGodmode()
  458. local changeview = false
  459. if gsWorkspace.CurrentCamera.CameraSubject == LP.Character.Humanoid or gsWorkspace.CurrentCamera.CameraSubject == LP.Character then
  460. changeview = true
  461. end
  462. LP.Character.Humanoid.Name = 1
  463. local l = LP.Character["1"]:Clone()
  464. l.Parent = LP.Character
  465. l.Name = "Humanoid"
  466. wait(0.1)
  467. LP.Character["1"]:Destroy()
  468. if changeview then
  469. game:GetService("Workspace").CurrentCamera.CameraSubject = LP.Character
  470. end
  471. LP.Character.Animate.Disabled = true
  472. wait(0.1)
  473. LP.Character.Animate.Disabled = false
  474. LP.Character.Humanoid.DisplayDistanceType = "None"
  475. end
  476. function RocketPropulsion(maxthrust,maxspeed,thrustp,targetplr,name)
  477. local l = Instance.new("RocketPropulsion")
  478. l.Parent = LP.Character.HumanoidRootPart
  479. l.CartoonFactor = 1
  480. l.MaxThrust = maxthrust
  481. l.MaxSpeed = maxspeed
  482. l.ThrustP = thrustp
  483. l.Name = name
  484. l.Target = targetplr.Character.HumanoidRootPart
  485. l:Fire()
  486. end
  487. function createIntro(style, msg, length)
  488. if gsCoreGui:FindFirstChild("Notification") then
  489. gsCoreGui:FindFirstChild("Notification"):Destroy()
  490. end
  491. local info = "http://www.roblox.com/asset/?id=1281284684"
  492. local warning = "http://www.roblox.com/asset/?id=1281286925"
  493. if style == "info" then
  494. style = info
  495. elseif style == "warning" then
  496. style = warning
  497. end
  498. local Notification = Instance.new("ScreenGui")
  499. local Frame = Instance.new("Frame")
  500. local TextLabel = Instance.new("TextLabel")
  501. local IMAGE = Instance.new("ImageLabel")
  502. Notification.Name = "Notification"
  503. Notification.Parent = gsCoreGui
  504. Frame.Parent = Notification
  505. Frame.BackgroundColor3 = Color3.new(0.164706, 0.164706, 0.164706)
  506. Frame.BackgroundTransparency = 0.20000000298023
  507. Frame.BorderSizePixel = 0
  508. Frame.Position = UDim2.new(0, 0, -0.2, 0)
  509. Frame.Size = UDim2.new(1, 0, 0, 30)
  510. TextLabel.Parent = Frame
  511. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  512. TextLabel.BackgroundTransparency = 1
  513. TextLabel.Size = UDim2.new(1, 0, 1, 0)
  514. TextLabel.Font = Enum.Font.SourceSansLight
  515. TextLabel.Text = msg
  516. TextLabel.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
  517. TextLabel.TextScaled = true
  518. TextLabel.TextSize = 14
  519. TextLabel.TextWrapped = true
  520. IMAGE.Parent = Frame
  521. IMAGE.BackgroundTransparency = 1
  522. IMAGE.Size = UDim2.new(0, 50, 0, 50)
  523. IMAGE.Position = UDim2.new(0.1, 0, 0, 0)
  524. IMAGE.Image = style
  525. local Intro = Instance.new("ScreenGui")
  526. local Frame2 = Instance.new("Frame")
  527. local IMAGE2 = Instance.new("ImageLabel")
  528. Intro.Name = "Intro"
  529. Intro.Parent = gsCoreGui
  530. Frame2.Parent = Intro
  531. Frame2.BackgroundTransparency = 1
  532. Frame2.BorderSizePixel = 0
  533. Frame2.Position = UDim2.new(0, 0, -0.2, 0)
  534. Frame2.Size = UDim2.new(1, 0, 0, 30)
  535. IMAGE2.Parent = Frame
  536. IMAGE2.BackgroundTransparency = 1
  537. IMAGE2.AnchorPoint = Vector2.new(0.5, 0)
  538. IMAGE2.Size = UDim2.new(0, 240, 0, 120)
  539. IMAGE2.Position = UDim2.new(0.5, 0, 0, 0)
  540. IMAGE2.Image = "http://www.roblox.com/asset/?id=1795472522"
  541. Frame2:TweenPosition(UDim2.new(0, 0, 0, 200), "Out", "Quad", 1.5)
  542. Frame:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Quad", 1.5)
  543. wait(length)
  544. pcall(function()
  545. Frame:TweenPosition(UDim2.new(0, 0, -1.5, 0), "Out", "Quad", 3)
  546. Frame2:TweenPosition(UDim2.new(0, 0, -1.5, 0), "Out", "Quad", 3)
  547. end)
  548. wait(3.01)
  549. Intro:Destroy()
  550. Notification:Destroy()
  551. end
  552. function Notification(style, msg, length)
  553. if gsCoreGui:FindFirstChild("Notification") then
  554. gsCoreGui:FindFirstChild("Notification"):Destroy()
  555. end
  556. local info = "http://www.roblox.com/asset/?id=1281284684"
  557. local warning = "http://www.roblox.com/asset/?id=1281286925"
  558. if style == "info" then
  559. style = info
  560. elseif style == "warning" then
  561. style = warning
  562. end
  563. local Notification = Instance.new("ScreenGui")
  564. local Frame = Instance.new("Frame")
  565. local TextLabel = Instance.new("TextLabel")
  566. local IMAGE = Instance.new("ImageLabel")
  567. Notification.Name = "Notification"
  568. Notification.Parent = gsCoreGui
  569. Frame.Parent = Notification
  570. Frame.BackgroundColor3 = Color3.new(0.164706, 0.164706, 0.164706)
  571. Frame.BackgroundTransparency = 0.20000000298023
  572. Frame.BorderSizePixel = 0
  573. Frame.Position = UDim2.new(0, 0, -0.2, 0)
  574. Frame.Size = UDim2.new(1, 0, 0, 30)
  575. TextLabel.Parent = Frame
  576. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  577. TextLabel.BackgroundTransparency = 1
  578. TextLabel.Size = UDim2.new(1, 0, 1, 0)
  579. TextLabel.Font = Enum.Font.SourceSansLight
  580. TextLabel.Text = msg
  581. TextLabel.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
  582. TextLabel.TextScaled = true
  583. TextLabel.TextSize = 14
  584. TextLabel.TextWrapped = true
  585. IMAGE.Parent = Frame
  586. IMAGE.BackgroundTransparency = 1
  587. IMAGE.Size = UDim2.new(0, 50, 0, 50)
  588. IMAGE.Position = UDim2.new(0.1, 0, 0, 0)
  589. IMAGE.Image = style
  590. Frame:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Quad", 1.5)
  591. wait(length)
  592. pcall(function()
  593. Frame:TweenPosition(UDim2.new(0, 0, -1.5, 0), "Out", "Quad", 3)
  594. end)
  595. wait(3.01)
  596. Notification:Destroy()
  597. end
  598. function hasTools()
  599. local a = false
  600. local b = false
  601. for i,v in pairs(LP.Character:GetDescendants()) do
  602. if v:IsA("Tool") then
  603. if v ~= nil then
  604. a = true
  605. else
  606. a = false
  607. end
  608. end
  609. end
  610. for i,k in pairs(LP.Backpack:GetDescendants()) do
  611. if k:IsA("Tool") then
  612. if k ~= nil then
  613. b = true
  614. else
  615. b = false
  616. end
  617. end
  618. end
  619. return a or b
  620. end
  621. Compliments = {" is the coolest person in this server!", ", I really like your avatar!", ", I really want to be your friend!", " is truly amazing. Truly!", " is incredible!", ", you are my favourite here!!", ", I am complimenting you right now at this very moment.", " you are really awesome", " when will you be my friend!?", " is such a great person", " is a fantastic person!"}
  622. function complimentplr(player)
  623. local plrName = player.Name
  624. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(plrName..Compliments[math.random(1, #Compliments)], "All")
  625. end
  626. function createINFO(player)
  627. local InfoGUIv2 = Instance.new("ScreenGui")
  628. local Frame = Instance.new("Frame")
  629. local Frame_2 = Instance.new("Frame")
  630. local infoguiCLOSE = Instance.new("TextButton")
  631. local Frame_3 = Instance.new("Frame")
  632. local playerName = Instance.new("TextLabel")
  633. local Frame_4 = Instance.new("Frame")
  634. local playerAvatar = Instance.new("ImageLabel")
  635. local playerAccAge = Instance.new("TextLabel")
  636. local playerId = Instance.new("TextLabel")
  637. local playerOs = Instance.new("TextLabel")
  638. local playerMembership = Instance.new("TextLabel")
  639. local Frame_5 = Instance.new("Frame")
  640. local Frame_6 = Instance.new("Frame")
  641. InfoGUIv2.Name = "InfoGUIv2"
  642. InfoGUIv2.Parent = gsCoreGui
  643. Frame.Parent = InfoGUIv2
  644. Frame.BackgroundColor3 = Color3.new(0, 0, 0)
  645. Frame.BackgroundTransparency = 1
  646. Frame.BorderColor3 = Color3.new(0, 0, 0)
  647. Frame.ClipsDescendants = true
  648. Frame.Position = UDim2.new(0.45, 0, 1, 0)
  649. Frame.Size = UDim2.new(0, 265, 0, 302)
  650. Frame.ZIndex = -1
  651. Frame_2.Parent = Frame
  652. Frame_2.BackgroundColor3 = Color3.new(0.290196, 0, 0.447059)
  653. Frame_2.BorderSizePixel = 0
  654. Frame_2.Size = UDim2.new(0, 260, 0, 20)
  655. infoguiCLOSE.Name = "infoguiCLOSE"
  656. infoguiCLOSE.Parent = Frame_2
  657. infoguiCLOSE.BackgroundColor3 = Color3.new(1, 1, 1)
  658. infoguiCLOSE.BackgroundTransparency = 1
  659. infoguiCLOSE.BorderSizePixel = 0
  660. infoguiCLOSE.Position = UDim2.new(0, 230, 0, 0)
  661. infoguiCLOSE.Size = UDim2.new(0, 30, 0, 20)
  662. infoguiCLOSE.Font = Enum.Font.SourceSansBold
  663. infoguiCLOSE.Text = "X"
  664. infoguiCLOSE.TextColor3 = Color3.new(0.992157, 0.992157, 0.992157)
  665. infoguiCLOSE.TextSize = 20
  666. Frame_3.Parent = Frame
  667. Frame_3.BackgroundColor3 = Color3.new(0.482353, 0.121569, 0.635294)
  668. Frame_3.BorderSizePixel = 0
  669. Frame_3.Position = UDim2.new(0, 0, 0, 20)
  670. Frame_3.Size = UDim2.new(0, 260, 0, 40)
  671. playerName.Name = "playerName"
  672. playerName.Parent = Frame_3
  673. playerName.BackgroundColor3 = Color3.new(1, 1, 1)
  674. playerName.BackgroundTransparency = 1
  675. playerName.Position = UDim2.new(0, 10, 0, 5)
  676. playerName.Size = UDim2.new(0, 240, 0, 30)
  677. playerName.Font = Enum.Font.SourceSansLight
  678. playerName.Text = player.Name
  679. playerName.TextColor3 = Color3.new(0.988235, 0.988235, 0.988235)
  680. playerName.TextScaled = true
  681. playerName.TextSize = 14
  682. playerName.TextWrapped = true
  683. Frame_4.Parent = Frame
  684. Frame_4.BackgroundColor3 = Color3.new(0.956863, 0.956863, 0.956863)
  685. Frame_4.BorderSizePixel = 0
  686. Frame_4.Position = UDim2.new(0, 0, 0, 60)
  687. Frame_4.Size = UDim2.new(0, 260, 0, 237)
  688. playerAvatar.Name = "playerAvatar"
  689. playerAvatar.Parent = Frame_4
  690. playerAvatar.BackgroundColor3 = Color3.new(1, 1, 1)
  691. playerAvatar.Position = UDim2.new(0, 85, 0, 10)
  692. playerAvatar.Size = UDim2.new(0, 85, 0, 85)
  693. playerAvatar.Image = "http://www.roblox.com/Thumbs/Avatar.ashx?x=150&y=150&Format=Png&username="..player.Name
  694. playerAccAge.Name = "playerAccAge"
  695. playerAccAge.Parent = Frame_4
  696. playerAccAge.BackgroundColor3 = Color3.new(1, 1, 1)
  697. playerAccAge.BackgroundTransparency = 1
  698. playerAccAge.Position = UDim2.new(0, 5, 0, 101)
  699. playerAccAge.Size = UDim2.new(0, 250, 0, 30)
  700. playerAccAge.Font = Enum.Font.SourceSans
  701. playerAccAge.Text = "Account Age: "..player.AccountAge
  702. playerAccAge.TextColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  703. playerAccAge.TextScaled = true
  704. playerAccAge.TextSize = 14
  705. playerAccAge.TextWrapped = true
  706. playerId.Name = "playerId"
  707. playerId.Parent = Frame_4
  708. playerId.BackgroundColor3 = Color3.new(1, 1, 1)
  709. playerId.BackgroundTransparency = 1
  710. playerId.Position = UDim2.new(0, 5, 0, 131)
  711. playerId.Size = UDim2.new(0, 250, 0, 30)
  712. playerId.Font = Enum.Font.SourceSans
  713. playerId.Text = "Account ID: "..player.UserId
  714. playerId.TextColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  715. playerId.TextScaled = true
  716. playerId.TextSize = 14
  717. playerId.TextWrapped = true
  718. playerOs.Name = "playerOs"
  719. playerOs.Parent = Frame_4
  720. playerOs.BackgroundColor3 = Color3.new(1, 1, 1)
  721. playerOs.BackgroundTransparency = 1
  722. playerOs.Position = UDim2.new(0, 5, 0, 161)
  723. playerOs.Size = UDim2.new(0, 250, 0, 30)
  724. playerOs.Font = Enum.Font.SourceSansLight
  725. playerOs.Text = "Player OS: "..player.OsPlatform
  726. playerOs.TextColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  727. playerOs.TextScaled = true
  728. playerOs.TextSize = 14
  729. playerOs.TextWrapped = true
  730. playerMembership.Name = "playerMembership"
  731. playerMembership.Parent = Frame_4
  732. playerMembership.BackgroundColor3 = Color3.new(1, 1, 1)
  733. playerMembership.BackgroundTransparency = 1
  734. playerMembership.Position = UDim2.new(0, 5, 0, 191)
  735. playerMembership.Size = UDim2.new(0, 250, 0, 30)
  736. playerMembership.Font = Enum.Font.SourceSansLight
  737. if player.MembershipType == Enum.MembershipType.None then
  738. playerMembership.Text = "No builder's club."
  739. elseif player.MembershipType == Enum.MembershipType.BuildersClub then
  740. playerMembership.Text = "Builder's club!"
  741. elseif player.MembershipType == Enum.MembershipType.TurboBuildersClub then
  742. playerMembership.Text = "Turbo Builder's club!"
  743. elseif player.MembershipType == Enum.MembershipType.OutrageousBuildersClub then
  744. playerMembership.Text = "Outrageous Builder's club!"
  745. end
  746. playerMembership.TextColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  747. playerMembership.TextScaled = true
  748. playerMembership.TextSize = 14
  749. playerMembership.TextWrapped = true
  750. Frame_5.Parent = Frame
  751. Frame_5.BackgroundColor3 = Color3.new(0, 0, 0)
  752. Frame_5.BackgroundTransparency = 0.69999998807907
  753. Frame_5.BorderColor3 = Color3.new(0, 0, 0)
  754. Frame_5.BorderSizePixel = 0
  755. Frame_5.ClipsDescendants = true
  756. Frame_5.Position = UDim2.new(0, 10, 0, 10)
  757. Frame_5.Selectable = true
  758. Frame_5.Size = UDim2.new(0, 255, 0, 292)
  759. Frame_5.ZIndex = -1
  760. Frame_6.Parent = Frame
  761. Frame_6.BackgroundColor3 = Color3.new(0, 0, 0)
  762. Frame_6.BackgroundTransparency = 0.69999998807907
  763. Frame_6.BorderColor3 = Color3.new(0, 0, 0)
  764. Frame_6.BorderSizePixel = 0
  765. Frame_6.ClipsDescendants = true
  766. Frame_6.Position = UDim2.new(0, 8, 0, 8)
  767. Frame_6.Selectable = true
  768. Frame_6.Size = UDim2.new(0, 255, 0, 292)
  769. Frame_6.ZIndex = -1
  770. local closeGet = {}
  771. closeGet.Size = UDim2.new(0, 0, 0, 0)
  772. local openGet = {}
  773. openGet.Position = UDim2.new(0.45, 0, 0.45, 0)
  774. local closeFunction = gsTween:Create(Frame, TweenInfo.new(2, Enum.EasingStyle.Sine, Enum.EasingDirection.InOut), closeGet)
  775. local openFunction = gsTween:Create(Frame, TweenInfo.new(1, Enum.EasingStyle.Sine, Enum.EasingDirection.InOut), openGet)
  776. infoguiCLOSE.MouseButton1Click:Connect(function()
  777. closeFunction:Play()
  778. Frame:TweenPosition((Frame.Position + UDim2.new(0, 265 / 2, 0, 302 / 2)), "InOut", "Sine", 2)
  779. wait(2.01)
  780. Frame:Destroy()
  781. end)
  782. openFunction:Play()
  783. local UserInputService = game:GetService("UserInputService")
  784. local dragging
  785. local dragInput
  786. local dragStart
  787. local startPos
  788. local function update(input)
  789. local delta = input.Position - dragStart
  790. local dragTime = 0.055
  791. local SmoothDrag = {}
  792. SmoothDrag.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y)
  793. local dragSmoothFunction = gsTween:Create(Frame, TweenInfo.new(dragTime, Enum.EasingStyle.Sine, Enum.EasingDirection.InOut), SmoothDrag)
  794. dragSmoothFunction:Play()
  795. end
  796. Frame.InputBegan:Connect(function(input)
  797. if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
  798. dragging = true
  799. dragStart = input.Position
  800. startPos = Frame.Position
  801. input.Changed:Connect(function()
  802. if input.UserInputState == Enum.UserInputState.End then
  803. dragging = false
  804. end
  805. end)
  806. end
  807. end)
  808. Frame.InputChanged:Connect(function(input)
  809. if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  810. dragInput = input
  811. end
  812. end)
  813. UserInputService.InputChanged:Connect(function(input)
  814. if input == dragInput and dragging and Frame.Size == UDim2.new(0, 265, 0, 302) then
  815. update(input)
  816. end
  817. end)
  818. end
  819. function clientSided()
  820. Notification("info", "This command is for the client (you) only, no one else can see!", 6)
  821. end
  822. searchCmds={"1 print [msg] - Prints a message to the developer console","2 warn [msg] - Warns a message to the developer console","3 sit - Makes you sit","4 god - Activates FE Godmode (breaks tools)","5 view [plr] - Changes your camera subject to another player","6 unview - Changes your camera back to your player","7 gravity [num] - Changes workspace gravity to [num]","8 ungravity - Reverts workspace gravity to game's default","9 goto [plr] - Teleports you to a player","10 fecheck - Checks whether the game is FE or not","11 lockws - Locks the whole workspace","12 unlockws - Unlocks the whole workspace","13 noclip - Allows you to walk through walls and other objects","14 clip - Stops noclip, can collide","15 follow [plr] / [num] - Makes you follow a player constantly, optional [num] for how far away to follow","16 unfollow - Stops you from following","17 fling [plr] / [pow] - Uses your character to fling a player, optional [pow] for how much power to put into the fling","18 unfling - Stops you from flinging","19 trail [plr] / [num] - Makes you trail (walk infront) of a player constantly, optional [num] for how far away to trail","20 untrail - Stops you from trailing","21 annoy [plr] - Loop teleports you to the player","22 unannoy - Stops loop teleporting you","23 reset - Resets your character","24 grespawn - Respawns your character, best for use after FE godmode","25 respawn - Respawns your character, best to use if grespawn fails to work","26 speed // ws [num] - Changes your walkspeed (speed or ws) to [num]","27 jumppower // jp [num] - Changes your jumppower (jumppower or jp) to [num]","28 hipheight // hh [num] - Changes your hipheight (hipheight or hh) to [num]","29 default - Changes your walkspeed, jumppower and hipheight back to normal","30 credits - Displays admin credits (by illremember#3799)","31 attach [plr] - Attaches you to a player, tool required","32 fly / [speed] - Enables fly, optional [speed] for how fast to fly","33 unfly - Disables fly","34 kill [plr] - Kills a player, tool required","35 bring [plr] - Brings a player, tool required","36 naked - Displays avatar body colours","37 nolimbs - Deletes all your arms and legs","38 noarms - Deletes both your arms","39 nolegs - Deletes both your legs","40 antikick [on/off] - Blocks all remotes for antikick when on, disables when off","41 blockremote [remote] / [service] - Blocks a remote from firing, optional [service] for where the remote is located","42 remotespy [on/off] - Prints all remotes to developer console when on when fired, stops printing when off","43 bang [plr] / [speed] - Bangs a player, optional [speed] to set animation adjust speed","44 unbang - Stops bang player","45 spam [msg] - Spams [msg] in chat","46 spamdelay [num] - Sets how long to wait in between spamming","47 unspam - Stops spamming","48 info [plr] - Creates GUI with information about player account, shows Account age, membership and account ID","49 age [plr] - Chats account age of player","50 invisible - Enables FE invisibility, by Timeless","51 walk [plr] - Begins to make you loop walk towards player","52 glitch [plr] / [num] - Glitches a player, tool required, optional [num] for strength of glitch","53 tp [plr] [plr] - Teleports a player to another player, tool required","54 givetool [plr] / [tool] - Gives your current equipped tool to player, optional [tool] to pick a tool by name from your inventory","55 givealltools [plr] - Gives all tools currently equipped and in inventory to player","56 blockhats - Removes mesh of all accessories","57 blocktool - Removes mesh of currently equipped tool","58 orbit [plr] - Begins to make you orbit around a player","59 unorbit - Stops you orbiting a player","60 pos - Shows your current position","61 savepos - Saves your current position","62 loadpos - Loads your current position from savepos","63 tppos [num] [num] [num] - Teleports you to position [num], [num], [num]","64 pmspam [plr] [msg] - Makes you spam a player's pm with [msg]","65 unpmspam - Stops spamming a player's pm","66 wsvis [num] - Changes all parts in workspace to [num] transparency","67 bringobj [obj] / [num] - Brings an object in the workspace to you, optional [num] for how far away to bring object","68 cbring [plr] - Brings a player to you constantly on client","69 uncbring - Stops bringing a player to you on client","70 cfreeze [plr] - Freezes a player on your client","71 uncfreeze / [plr] - Unfreezes a player on your cleint","72 unattach - Unattaches you from a player","73 reach [on/off] / [num] - Activates/Deactivates reach for currently equipped tool, optional [num] for how long the reach should be","74 droptool / [tool] - Drops a tool into the workspace, optional [tool] command for which tool to drop","75 drophats - Drops all your accessories into the workspace","76 hidecmdbar - Hides the command bar","77 showcmdbar - Shows the command bar","78 prefix [key] - Changes your prefix to [key] must be 1 character","79 removeinvis - Removes all invisible parts in workspace","80 removefog - Removes fog in lighting","81 animation [id/gui] / [speed] - Makes you play an animation with [id], optional [speed] for adjusting animation speed OR [gui] to open Energize animation GUI","82 btools - Gives you btools for deleting, copying and dragging (client side)","83 esp [plr] - Enables an esp for that player, credits to Infinite Yield","84 unesp / [plr] - Disables all esp, optional [plr] for disabling esp just for that player","85 dice - Chats you rolling a dice for 1, 2, 3, 4, 5 or 6","86 random [min] [max] - Chats you picking a random number between [min] and [max]","87 closegame - Shutsdown/closes your game","88 savetool / [tool] - Saves a tool to your player equipped, optional [tool] for which tool to save in your inventory","89 loadtool / [tool] - Loads a tool from your player, optional [tool] for which tool to load by name","90 savealltool - Saves all tools in your character/inventory","91 loadalltool - Loads all tools in your player saved tools","92 clicktp / [key] - Enables click teleport, optional [key] to set a key instead of clicking","93 clickdel / [key] - Enables click delete part, optional [key] to set a key instead of clicking","94 unclicktp - Disables clicktp","95 unclickdel - Disables clickdel","96 shutdown - Attempts a server shutdown","97 chatlogs - Opens up a chat log gui with options to print chat to developer console","98 stopadmin - Disables currently running admin completely","99 freecam / [speed] - Enables freecam (like flying but not in character), optional [speed] for how fast the freecam should go","100 unfreecam // unfc - Disables freecam","101 fctp [plr] - Teleports your freecam to player","102 gotofc - Teleports you to current freecam position","103 cmds - Opens up this GUI with commands","104 fullcredits - Shows full individual credits for all help with the admin","105 hotkey [key] [cmd] - Creates a hotkey that executes [cmd] when [key] is pressed","106 removehotkey [key] - Removes a hotkey with [key]","107 removeallhotkey - Removes all current hotkeys for commands","108 printhotkeys - Prints all current existing hotkeys","109 os [plr] - Chats the current OS of a player","110 spin [plr] - Makes you spin with a player, tool required","111 unspin - Stops you spinning a player/teleporting to a player","112 explorer - Loads DEX explorer","113 maxzoom [num] - Changes your maxzoom to number","114 stare [plr] - Makes you stare at another player","115 unstare [plr] - Makes you stop staring at player","116 tempgod - Enables temporary FE godmode, does not work on all games, does not break tools","117 void [plr] - Teleports you and a player to the void, requires a tool","118 freefall [plr] - Makes you and a player freefall to the ground","119 version - Shows current admin's version","120 shiftlockon - Enables shift lock if not enabled by game developer","121 copychat [plr] - Makes you copy the chat player says, use uncopychat to stop copying chat","122 newattach [plr] - Does not FE Godmode you, requires 2 tools, attaches you to player","123 newkill [plr] - Does not FE Godmode you, requires 2 tools, kills player","124 newbring [plr] - Does not FE Godmode you, requires 2 tools, brings player","125 spawn [ws/jp/hh/god] [num] - Sets your walkspeed/jumppower/hipheight to number whenever you respawn, or makes you FE Godded whenever you respawn","126 unspawn - Stops you spawning with stats set by "..commandPrefix.."spawn","127 autosavetool [on/off] - Auto saves your tools when you reset","128 beginbot / [mode] - Makes you a bot for other players, type just "..commandPrefix.."beginbot to print available modes","129 endbot / [mode] - Ends "..commandPrefix.."beginbot, optional [mode] to disable one mode only","130 stopsit - Disables your ability to sit","131 gosit - Enables your ability to sit","132 spawnpoint - Sets your spawnpoint for whenever you reset to where you are","133 nospawn - Removes your spawnpoint","134 chaterror - Creates a chat error, works best first time","135 bypass [on/off] - Changes certain commands like "..commandPrefix.."fly so they are not detected by most anti-exploits", "136 fixcam - Fixes your camera in case it breaks", "137 gotoobj [obj] - Teleports you to a part in the workspace, make sure you put the name properly!", "138 breakcam - Makes it so your camera can go through parts, fixed with "..commandPrefix.."fixcam", "139 inviscam - Makes it so your camera goes through parts and makes them transparent so your character is always visible, fixed with "..commandPrefix.."fixcam", "140 printobj / [key] - Prints the object's path clicked to developer console, optional [key] for key pressed instead of click", "141 unprintobj - Stops printobj from running", "142 hotkeyfc [goto/unfc] - If freecam is set as a hotkey, chooses whether to use unfreecam or gotofc when disabling through a hotkey", "143 carpet [plr] - Makes you a carpet for a player", "144 uncarpet - Stops carpet", "145 brickcreate [num] / [pos] [pos] [pos] - Creates [num] amount of bricks from accessories, wont work in all games, optional [pos] for position to create bricks", "146 uncopychat - Stops copying chat", "147 forward / [speed] - Makes you automatically move forward default speed is 1", "148 unforward - Stops you moving automatically forward from forward", "149 id [plr] - Makes you chat the user ID of the player", "150 spinhats / [pow] - Makes all your accessories begin to spin around! Credit to xFunnieuss.", "151 unspinhats - Stops spinhats from spinning accessories", "152 headless - Makes you headless, but cannot control your character after, use grespawn to reset", "153 savemap - Saves the current workspace/map", "154 loadmap - Loads map saved by savemap", "155 creatorid - Changes your user ID to the game creator's user ID", "156 gameid - Shows the game's ID", "157 delobj [obj] - Allows you to delete an object in the workspace by name", "158 glide [plr] / [speed] - Makes you glide towards a player, optional [speed] for the speed of gliding", "159 stutter [on/off] - Makes your character begin stuttering as you move", "160 platform - Creates a platform on your client that you can stand on, deletes in 20 seconds", "161 servertime - Gets the server time", "162 ride [plr] - Makes you ride a player's head", "163 unride [plr] - Makes you stop riding a player's head", "164 cmute [plr] - Client mutes a player, useful for muting spammers", "165 uncmute - Unmutes a player that has been cmuted", "166 hat [plr] - Makes you carpet a player, but on their head", "167 unhat - Stops hat from running", "168 chat [msg] - Makes you chat a string, useful for hotkeys"}
  823. CMDS={"print [msg]","warn [msg]","sit","god","view [plr]","unview","gravity [num]","ungravity","goto [plr]","fecheck","lockws","unlockws","noclip","clip","follow [plr] / [num]","unfollow","fling [plr] / [pow]","unfling","trail [plr] / [num]","untrail","annoy [plr]","unannoy","reset","grespawn","respawn","speed // ws [num]","jumppower // jp [num]","hipheight // hh [num]","default","credits","attach [plr]","fly / [speed]","unfly","kill [plr]","bring [plr]","naked","nolimbs","noarms","nolegs","antikick [on/off]","blockremote [remote] / [service]","remotespy [on/off]","bang [plr] / [speed]","unbang","spam [msg]","spamdelay [num]","unspam","info [plr]","age [plr]","invisible","walk [plr]","glitch [plr] / [num]","tp [plr] [plr]","givetool [plr] / [tool]","givealltools [plr]","blockhats","blocktool","orbit [plr]","unorbit","pos","savepos","loadpos","tppos [num] [num] [num]","pmspam [plr] [msg]","unpmspam","wsvis [num]","bringobj [obj] / [num]","cbring [plr] / [num]","uncbring","cfreeze [plr]","uncfreeze / [plr]","unattach","reach [on/off] / [num]","droptool / [tool]","drophats","hidecmdbar","showcmdbar","prefix [key]","removeinvis","removefog","animation [id/gui] / [speed]","btools","esp [plr]","unesp / [plr]","dice","random [min] [max]","closegame","savetool / [tool]","loadtool / [tool]","savealltool","loadalltool","clicktp / [key]","clickdel / [key]","unclicktp","unclickdel","oof","chatlogs","stopadmin","freecam / [speed] // fc / [speed]","unfreecam // unfc","gotofc","cmds","fullcredits","hotkey [key] [cmd]","removehotkey [key]","removeallhotkey","printhotkeys","os [plr]","spin [plr]","unspin","fctp [plr]","explorer","maxzoom [num]","stare [plr]","unstare [plr]","tempgod","void [plr]","freefall [plr]","version","shiftlockon","copychat [plr]","newattach [plr]","newkill [plr]","newbring [plr]","spawn [ws/jp/hh/god] [num]","unspawn","autosavetool [on/off]","beginbot / [mode]","endbot / [mode]","stopsit","gosit","spawnpoint","nospawn","chaterror", "bypass [on/off]", "fixcam", "gotoobj [obj]", "breakcam", "inviscam", "printobj / [key]", "unprintobj", "hotkeyfc [goto/unfc]", "carpet [plr]", "uncarpet", "brickcreate [num] / [pos] [pos] [pos]", "uncopychat", "forward / [speed]", "unforward", "id [plr]", "spinhats / [pow]", "unspinhats", "headless", "savemap", "loadmap", "creatorid", "gameid", "delobj [obj]", "glide [plr] / [speed]", "stutter [on/off]", "platform", "servertime", "ride [plr]", "unride", "cmute [plr]", "uncmute", "hat [plr]", "unhat", "chat [msg]"} -- 168
  824. local CMDS_GUI_V2 = Instance.new("ScreenGui")
  825. local CMDSmain = Instance.new("Frame")
  826. local CMDSframemain = Instance.new("Frame")
  827. local cmdgui_topframe = Instance.new("Frame")
  828. local closecmdsgui = Instance.new("TextButton")
  829. local cmdgui_midframe = Instance.new("Frame")
  830. local cmdsgui_SearchFunction = Instance.new("TextBox")
  831. local cmdsgui_searchDETAILFRAME = Instance.new("Frame")
  832. local cmdsgui_searchDETAILTEXT = Instance.new("TextLabel")
  833. local ListofCMDS = Instance.new("ScrollingFrame")
  834. local cmdTutorial = Instance.new("TextLabel")
  835. local cmdTutorial_2 = Instance.new("TextLabel")
  836. local cmdTutorial_3 = Instance.new("TextLabel")
  837. local CMDS_Shadow = Instance.new("Frame")
  838. local CMDS_Shadow2 = Instance.new("Frame")
  839. CMDS_GUI_V2.Name = "CMDS_GUI_V2"
  840. CMDS_GUI_V2.Parent = gsCoreGui
  841. CMDSmain.Name = "CMDSmain"
  842. CMDSmain.Parent = CMDS_GUI_V2
  843. CMDSmain.BackgroundColor3 = Color3.new(1, 1, 1)
  844. CMDSmain.BackgroundTransparency = 1
  845. CMDSmain.Position = UDim2.new(0, 695, 0, 297)
  846. CMDSmain.Size = UDim2.new(0, 440, 0, 367)
  847. CMDSmain.AnchorPoint = Vector2.new(0.5, 0.5)
  848. CMDSmain.Visible = false
  849. CMDSmain.ClipsDescendants = true
  850. CMDSframemain.Name = "CMDSframemain"
  851. CMDSframemain.Parent = CMDSmain
  852. CMDSframemain.BackgroundColor3 = Color3.new(0.309804, 0.309804, 0.309804)
  853. CMDSframemain.BorderSizePixel = 0
  854. CMDSframemain.Size = UDim2.new(0, 440, 0, 367)
  855. cmdgui_topframe.Name = "cmdgui_topframe"
  856. cmdgui_topframe.Parent = CMDSframemain
  857. cmdgui_topframe.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  858. cmdgui_topframe.BorderSizePixel = 0
  859. cmdgui_topframe.Size = UDim2.new(0, 440, 0, 15)
  860. closecmdsgui.Name = "closecmdsgui"
  861. closecmdsgui.Parent = cmdgui_topframe
  862. closecmdsgui.BackgroundColor3 = Color3.new(1, 1, 1)
  863. closecmdsgui.BackgroundTransparency = 1
  864. closecmdsgui.Position = UDim2.new(0, 410, 0, 0)
  865. closecmdsgui.Size = UDim2.new(0, 30, 0, 15)
  866. closecmdsgui.Font = Enum.Font.SourceSansBold
  867. closecmdsgui.Text = "X"
  868. closecmdsgui.TextColor3 = Color3.new(0.968628, 0.968628, 0.968628)
  869. closecmdsgui.TextSize = 20
  870. cmdgui_midframe.Name = "cmdgui_midframe"
  871. cmdgui_midframe.Parent = CMDSframemain
  872. cmdgui_midframe.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  873. cmdgui_midframe.BorderSizePixel = 0
  874. cmdgui_midframe.Position = UDim2.new(0, 0, 0, 15)
  875. cmdgui_midframe.Size = UDim2.new(0, 440, 0, 45)
  876. cmdsgui_SearchFunction.Name = "cmdsgui_SearchFunction"
  877. cmdsgui_SearchFunction.Parent = cmdgui_midframe
  878. cmdsgui_SearchFunction.BackgroundColor3 = Color3.new(1, 1, 1)
  879. cmdsgui_SearchFunction.BackgroundTransparency = 1
  880. cmdsgui_SearchFunction.BorderSizePixel = 0
  881. cmdsgui_SearchFunction.Position = UDim2.new(0, 120, 0, 10)
  882. cmdsgui_SearchFunction.Size = UDim2.new(0, 200, 0, 25)
  883. cmdsgui_SearchFunction.Font = Enum.Font.SourceSans
  884. cmdsgui_SearchFunction.Text = ""
  885. cmdsgui_SearchFunction.TextColor3 = Color3.new(0.972549, 0.972549, 0.972549)
  886. cmdsgui_SearchFunction.TextScaled = true
  887. cmdsgui_SearchFunction.TextSize = 14
  888. cmdsgui_SearchFunction.TextWrapped = true
  889. cmdsgui_searchDETAILFRAME.Name = "cmdsgui_searchDETAILFRAME"
  890. cmdsgui_searchDETAILFRAME.Parent = cmdsgui_SearchFunction
  891. cmdsgui_searchDETAILFRAME.BackgroundColor3 = Color3.fromRGB(240, 240, 240)
  892. cmdsgui_searchDETAILFRAME.BorderSizePixel = 0
  893. cmdsgui_searchDETAILFRAME.Position = UDim2.new(0, 0, 0, 25)
  894. cmdsgui_searchDETAILFRAME.Size = UDim2.new(0, 200, 0, 2)
  895. cmdsgui_searchDETAILTEXT.Name = "cmdsgui_searchDETAILTEXT"
  896. cmdsgui_searchDETAILTEXT.Parent = cmdsgui_SearchFunction
  897. cmdsgui_searchDETAILTEXT.BackgroundColor3 = Color3.fromRGB(240, 240, 240)
  898. cmdsgui_searchDETAILTEXT.BackgroundTransparency = 1
  899. cmdsgui_searchDETAILTEXT.Size = UDim2.new(0, 200, 0, 25)
  900. cmdsgui_searchDETAILTEXT.Font = Enum.Font.SourceSansLight
  901. cmdsgui_searchDETAILTEXT.Text = "Search"
  902. cmdsgui_searchDETAILTEXT.TextColor3 = Color3.fromRGB(240, 240, 240)
  903. cmdsgui_searchDETAILTEXT.TextSize = 30
  904. ListofCMDS.Name = "ListofCMDS"
  905. ListofCMDS.Parent = CMDSframemain
  906. ListofCMDS.BackgroundColor3 = Color3.new(0.309804, 0.309804, 0.309804)
  907. ListofCMDS.BorderSizePixel = 0
  908. ListofCMDS.Position = UDim2.new(0, 0, 0, 60)
  909. ListofCMDS.Size = UDim2.new(0, 440, 0, 307)
  910. ListofCMDS.CanvasSize = UDim2.new(5, 0, 8, 0)
  911. ListofCMDS.ScrollingDirection = Enum.ScrollingDirection.XY
  912. cmdTutorial.Name = "cmdTutorial"
  913. cmdTutorial.Parent = ListofCMDS
  914. cmdTutorial.BackgroundColor3 = Color3.new(1, 1, 1)
  915. cmdTutorial.BackgroundTransparency = 1
  916. cmdTutorial.BorderSizePixel = 0
  917. cmdTutorial.Position = UDim2.new(0, 5, 0, 5)
  918. cmdTutorial.Size = UDim2.new(0, 420, 0, 20)
  919. cmdTutorial.Font = Enum.Font.SourceSansBold
  920. cmdTutorial.Text = "\"/\" means OPTIONAL argument after"
  921. cmdTutorial.TextColor3 = Color3.new(0.956863, 0.956863, 0.956863)
  922. cmdTutorial.TextScaled = true
  923. cmdTutorial.TextSize = 14
  924. cmdTutorial.TextWrapped = true
  925. cmdTutorial.TextXAlignment = Enum.TextXAlignment.Left
  926. cmdTutorial_2.Name = "cmdTutorial"
  927. cmdTutorial_2.Parent = ListofCMDS
  928. cmdTutorial_2.BackgroundColor3 = Color3.new(1, 1, 1)
  929. cmdTutorial_2.BackgroundTransparency = 1
  930. cmdTutorial_2.BorderSizePixel = 0
  931. cmdTutorial_2.Position = UDim2.new(0, 5, 0, 25)
  932. cmdTutorial_2.Size = UDim2.new(0, 420, 0, 20)
  933. cmdTutorial_2.Font = Enum.Font.SourceSansBold
  934. cmdTutorial_2.Text = "\"//\" means another way of running command"
  935. cmdTutorial_2.TextColor3 = Color3.new(0.956863, 0.956863, 0.956863)
  936. cmdTutorial_2.TextScaled = true
  937. cmdTutorial_2.TextSize = 14
  938. cmdTutorial_2.TextWrapped = true
  939. cmdTutorial_2.TextXAlignment = Enum.TextXAlignment.Left
  940. cmdTutorial_3.Name = "cmdTutorial"
  941. cmdTutorial_3.Parent = ListofCMDS
  942. cmdTutorial_3.BackgroundColor3 = Color3.new(1, 1, 1)
  943. cmdTutorial_3.BackgroundTransparency = 1
  944. cmdTutorial_3.BorderSizePixel = 0
  945. cmdTutorial_3.Position = UDim2.new(0, 5, 0, 45)
  946. cmdTutorial_3.Size = UDim2.new(0, 420, 0, 20)
  947. cmdTutorial_3.Font = Enum.Font.SourceSansBold
  948. cmdTutorial_3.Text = "Anything inside \"[ ]\" is an argument for the command"
  949. cmdTutorial_3.TextColor3 = Color3.new(0.956863, 0.956863, 0.956863)
  950. cmdTutorial_3.TextScaled = true
  951. cmdTutorial_3.TextSize = 14
  952. cmdTutorial_3.TextWrapped = true
  953. cmdTutorial_3.TextXAlignment = Enum.TextXAlignment.Left
  954. CMDS_Shadow.Name = "CMDS_Shadow"
  955. CMDS_Shadow.Parent = CMDSmain
  956. CMDS_Shadow.BackgroundColor3 = Color3.new(0, 0, 0)
  957. CMDS_Shadow.BackgroundTransparency = 0.60000002384186
  958. CMDS_Shadow.BorderSizePixel = 0
  959. CMDS_Shadow.Position = UDim2.new(0, 2, 0, 2)
  960. CMDS_Shadow.Size = UDim2.new(0, 440, 0, 367)
  961. CMDS_Shadow.ZIndex = -1
  962. CMDS_Shadow2.Name = "CMDS_Shadow2"
  963. CMDS_Shadow2.Parent = CMDSmain
  964. CMDS_Shadow2.BackgroundColor3 = Color3.new(0, 0, 0)
  965. CMDS_Shadow2.BackgroundTransparency = 0.80000001192093
  966. CMDS_Shadow2.BorderSizePixel = 0
  967. CMDS_Shadow2.Position = UDim2.new(0, 5, 0, 5)
  968. CMDS_Shadow2.Size = UDim2.new(0, 440, 0, 367)
  969. CMDS_Shadow2.ZIndex = -1
  970. closecmdsgui.MouseButton1Click:Connect(function()
  971. CMDSmain:TweenSize(UDim2.new(0, 0, 0, 0), "InOut", "Sine", 2)
  972. end)
  973. function CreateCMDlabel(position, text)
  974. local sizenow = 15
  975. local cmdHere = Instance.new("TextLabel")
  976. cmdHere.Name = "cmdHere"
  977. cmdHere.TextWrapped = true
  978. cmdHere.Parent = ListofCMDS
  979. cmdHere.BackgroundColor3 = Color3.new(1, 1, 1)
  980. cmdHere.BackgroundTransparency = 1
  981. cmdHere.BorderSizePixel = 0
  982. cmdHere.Position = position
  983. cmdHere.Size = UDim2.new(0, 1950, 0, sizenow)
  984. cmdHere.Font = Enum.Font.SourceSans
  985. cmdHere.Text = text
  986. cmdHere.TextWrapped = true
  987. cmdHere.TextColor3 = Color3.new(0.956863, 0.956863, 0.956863)
  988. cmdHere.TextScaled = false
  989. cmdHere.TextSize = 20
  990. cmdHere.TextXAlignment = Enum.TextXAlignment.Left
  991. end
  992. for i,_cmds in pairs(searchCmds) do
  993. CreateCMDlabel(UDim2.new(0, 5, 0, 50 + (i * 15)), _cmds)
  994. end
  995. local UserInputService = game:GetService("UserInputService")
  996. local dragging
  997. local dragInput
  998. local dragStart
  999. local startPos
  1000. local function updateCMDS(input)
  1001. local delta = input.Position - dragStart
  1002. local dragTime = 0.055
  1003. local SmoothDrag = {}
  1004. SmoothDrag.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y)
  1005. local dragSmoothFunction = gsTween:Create(CMDSmain, TweenInfo.new(dragTime, Enum.EasingStyle.Sine, Enum.EasingDirection.InOut), SmoothDrag)
  1006. dragSmoothFunction:Play()
  1007. end
  1008. cmdgui_topframe.InputBegan:Connect(function(input)
  1009. if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
  1010. dragging = true
  1011. dragStart = input.Position
  1012. startPos = CMDSmain.Position
  1013. input.Changed:Connect(function()
  1014. if input.UserInputState == Enum.UserInputState.End then
  1015. dragging = false
  1016. end
  1017. end)
  1018. end
  1019. end)
  1020. cmdgui_topframe.InputChanged:Connect(function(input)
  1021. if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  1022. dragInput = input
  1023. end
  1024. end)
  1025. cmdgui_midframe.InputBegan:Connect(function(input)
  1026. if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
  1027. dragging = true
  1028. dragStart = input.Position
  1029. startPos = CMDSmain.Position
  1030. input.Changed:Connect(function()
  1031. if input.UserInputState == Enum.UserInputState.End then
  1032. dragging = false
  1033. end
  1034. end)
  1035. end
  1036. end)
  1037. cmdgui_midframe.InputChanged:Connect(function(input)
  1038. if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  1039. dragInput = input
  1040. end
  1041. end)
  1042. UserInputService.InputChanged:Connect(function(input)
  1043. if input == dragInput and dragging then
  1044. updateCMDS(input)
  1045. end
  1046. end)
  1047. cmdsgui_SearchFunction.Focused:Connect(function()
  1048. cmdsgui_SearchFunction.TextTransparency = 0
  1049. local searchTween = {}
  1050. searchTween.TextColor3 = Color3.new(0.0980392, 0.462745, 0.823529)
  1051. searchTween.TextSize = 18
  1052. searchTween.Position = UDim2.new(0, -70, 0, -15)
  1053. local frameTweenblue = {}
  1054. frameTweenblue.BackgroundColor3 = Color3.new(0.0980392, 0.462745, 0.823529)
  1055. local searchTween1 = gsTween:Create(cmdsgui_searchDETAILTEXT, TweenInfo.new(0.3, Enum.EasingStyle.Sine, Enum.EasingDirection.InOut), searchTween)
  1056. searchTween1:Play()
  1057. local frameTweenblue1 = gsTween:Create(cmdsgui_searchDETAILFRAME, TweenInfo.new(0.3, Enum.EasingStyle.Sine, Enum.EasingDirection.InOut), frameTweenblue)
  1058. frameTweenblue1:Play()
  1059. end)
  1060. cmdsgui_SearchFunction.FocusLost:Connect(function(enterPressed)
  1061. if not enterPressed then
  1062. cmdsgui_SearchFunction.TextTransparency = 1
  1063. else
  1064. cmdsgui_SearchFunction.Text = " "
  1065. end
  1066. local searchTween = {}
  1067. searchTween.TextColor3 = Color3.fromRGB(240, 240, 240)
  1068. searchTween.TextSize = 30
  1069. searchTween.Position = UDim2.new(0, 0, 0, 0)
  1070. local frameTweenblue = {}
  1071. frameTweenblue.BackgroundColor3 = Color3.fromRGB(240, 240, 240)
  1072. local searchTween1 = gsTween:Create(cmdsgui_searchDETAILTEXT, TweenInfo.new(0.3, Enum.EasingStyle.Sine, Enum.EasingDirection.InOut), searchTween)
  1073. searchTween1:Play()
  1074. local frameTweenblue1 = gsTween:Create(cmdsgui_searchDETAILFRAME, TweenInfo.new(0.3, Enum.EasingStyle.Sine, Enum.EasingDirection.InOut), frameTweenblue)
  1075. frameTweenblue1:Play()
  1076. end)
  1077. cmdsgui_SearchFunction.Changed:Connect(function()
  1078. local index = 0
  1079. if cmdsgui_SearchFunction.Text ~= "" then
  1080. for i,v in pairs(ListofCMDS:GetChildren()) do
  1081. if v.Name == "cmdHere" then
  1082. if not string.find(v.Text, cmdsgui_SearchFunction.Text) then
  1083. v.Visible = false
  1084. else
  1085. v.Visible = true
  1086. index = index + 1
  1087. v.Position = UDim2.new(0, 5, 0, 50 + (index * 15))
  1088. end
  1089. end
  1090. end
  1091. end
  1092. end)
  1093.  
  1094. -- Command Execution
  1095. LP.Chatted:Connect(function(chat)
  1096. run(chat)
  1097. end)
  1098.  
  1099. function run(msg)
  1100. if string.lower(string.sub(msg, 2, 5)) == "chat" then
  1101. msg = msg
  1102. elseif string.match(msg, "hotkey") and string.match(msg, "chat") then
  1103. msg = msg
  1104. else
  1105. msg = string.lower(msg)
  1106. end
  1107. local cmdPrefix = string.sub(msg, 1, 1)
  1108. if cmdPrefix == commandPrefix then
  1109. msg = string.sub(msg, 2)
  1110. local args = {}
  1111. for arg in string.gmatch(msg,"[^%s]+") do
  1112. table.insert(args,arg)
  1113. end
  1114. local cmdName = args[1]
  1115. table.remove(args,1)
  1116. local doCmd = Commands[cmdName]
  1117.  
  1118. if doCmd ~= nil then
  1119. doCmd(args)
  1120. end
  1121. end
  1122. end
  1123.  
  1124. -- Command bar
  1125. local CommandBar = Instance.new("ScreenGui")
  1126. local CMDBAR = Instance.new("Frame")
  1127. local CMDBARText = Instance.new("TextBox")
  1128. CommandBar.Name = "CommandBar"
  1129. CommandBar.Parent = gsCoreGui
  1130. CMDBAR.Name = "CMDBAR"
  1131. CMDBAR.Parent = CommandBar
  1132. CMDBAR.BackgroundColor3 = Color3.new(0.164706, 0.152941, 0.172549)
  1133. CMDBAR.BorderSizePixel = 0
  1134. CMDBAR.Position = UDim2.new(0.025, 0, 1, 0)
  1135. CMDBAR.Size = UDim2.new(0, 270, 0, 35)
  1136. CMDBARText.Name = "CMDBARText"
  1137. CMDBARText.Parent = CMDBAR
  1138. CMDBARText.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  1139. CMDBARText.BorderSizePixel = 0
  1140. CMDBARText.Position = UDim2.new(0, 5, 0, 5)
  1141. CMDBARText.Size = UDim2.new(0, 260, 0, 25)
  1142. CMDBARText.Font = Enum.Font.SourceSansLight
  1143. CMDBARText.Text = ""
  1144. CMDBARText.TextColor3 = Color3.new(0.933333, 0.933333, 0.933333)
  1145. CMDBARText.TextScaled = true
  1146. CMDBARText.TextSize = 14
  1147. CMDBARText.TextWrapped = true
  1148. Mouse.KeyDown:connect(function(Key)
  1149. if Key == string.lower(commandPrefix) then
  1150. CMDBARText:CaptureFocus()
  1151. CMDBAR:TweenPosition(UDim2.new(0.015, 0, 0.95, 0), "Out", "Elastic", 0.5, true)
  1152. end
  1153. end)
  1154. CMDBARText.FocusLost:connect(function(enterPressed)
  1155. CMDBAR:TweenPosition(UDim2.new(0.015, 0, 1, 0), "Out", "Quad", 0.5, true)
  1156. if enterPressed then
  1157. local cmdmsg = CMDBARText.Text
  1158. CMDBARText.Text = ""
  1159. run(commandPrefix..cmdmsg)
  1160. end
  1161. end)
  1162. local Match = Instance.new("Frame")
  1163. Match.Name = "Match"
  1164. Match.Parent = CMDBAR
  1165. Match.BackgroundColor3 = Color3.new(0.164706, 0.152941, 0.172549)
  1166. Match.BorderSizePixel = 0
  1167. Match.Position = UDim2.new(0, 0, -4, 0)
  1168. Match.Size = UDim2.new(1, 0, 4, 0)
  1169. Match.Visible = false
  1170. function CreateOption(Text)
  1171. local Option1 = Instance.new("TextLabel")
  1172. Option1.Name = "Option"
  1173. Option1.Parent = Match
  1174. Option1.BackgroundColor3 = Color3.new(1, 1, 1)
  1175. Option1.BackgroundTransparency = 1
  1176. Option1.Position = UDim2.new(-10, 0, 0, 0)
  1177. Option1.Size = UDim2.new(1, 0, 0, 20)
  1178. Option1.Font = Enum.Font.SourceSans
  1179. Option1.Text = Text
  1180. Option1.TextColor3 = Color3.new(0.952941, 0.952941, 0.952941)
  1181. Option1.TextScaled = true
  1182. Option1.TextWrapped = true
  1183. end
  1184. for i,cmdtext2 in pairs(CMDS) do
  1185. CreateOption(cmdtext2)
  1186. end
  1187. CMDBARText.Changed:Connect(function()
  1188. if CMDBARText.Text ~= "" and CMDBARText.Text ~= commandPrefix then
  1189. Match.Visible = true
  1190. local PositionMatch = 0
  1191. for i,cmdtext in pairs(Match:GetChildren()) do
  1192. if cmdtext.Name == "Option" then
  1193. if string.find(cmdtext.Text, CMDBARText.Text) then
  1194. cmdtext.Position = UDim2.new(0, 0, 0, 2 + (PositionMatch * 20))
  1195. PositionMatch = PositionMatch + 1
  1196. if cmdtext.Position == UDim2.new(0, 0, 0, 142) then
  1197. cmdtext.Position = UDim2.new(-10, 0, 0, 0)
  1198. PositionMatch = PositionMatch - 1
  1199. end
  1200. else
  1201. cmdtext.Position = UDim2.new(-10, 0, 0, 0)
  1202. end
  1203. end
  1204. end
  1205. else
  1206. Match.Visible = false
  1207. end
  1208. end)
  1209.  
  1210. -- Chat
  1211. local ChatLogsv2 = Instance.new("ScreenGui")
  1212. local MainChatFrame = Instance.new("Frame")
  1213. local Framess = Instance.new("Frame")
  1214. local CloseChatGUI = Instance.new("TextButton")
  1215. local Frame_222 = Instance.new("Frame")
  1216. local PrintChat = Instance.new("TextButton")
  1217. local Shadow1 = Instance.new("Frame")
  1218. local Shadow2 = Instance.new("Frame")
  1219. local ScrollingFrame = Instance.new("ScrollingFrame")
  1220. ChatLogsv2.Name = "ChatLogsv2"
  1221. ChatLogsv2.Parent = gsCoreGui
  1222. MainChatFrame.Name = "MainChatFrame"
  1223. MainChatFrame.Parent = ChatLogsv2
  1224. MainChatFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  1225. MainChatFrame.BackgroundTransparency = 1
  1226. MainChatFrame.Position = UDim2.new(0, 760, 0, 261)
  1227. MainChatFrame.Size = UDim2.new(0, 525, 0, 337)
  1228. MainChatFrame.Visible = false
  1229. Framess.Parent = MainChatFrame
  1230. Framess.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  1231. Framess.BorderSizePixel = 0
  1232. Framess.Size = UDim2.new(0, 525, 0, 15)
  1233. CloseChatGUI.Name = "CloseChatGUI"
  1234. CloseChatGUI.Parent = Framess
  1235. CloseChatGUI.BackgroundColor3 = Color3.new(1, 1, 1)
  1236. CloseChatGUI.BackgroundTransparency = 1
  1237. CloseChatGUI.BorderSizePixel = 0
  1238. CloseChatGUI.Position = UDim2.new(0, 495, 0, 0)
  1239. CloseChatGUI.Size = UDim2.new(0, 30, 0, 15)
  1240. CloseChatGUI.Font = Enum.Font.SourceSansBold
  1241. CloseChatGUI.Text = "X"
  1242. CloseChatGUI.TextColor3 = Color3.new(0.945098, 0.945098, 0.945098)
  1243. CloseChatGUI.TextSize = 20
  1244. Frame_222.Parent = MainChatFrame
  1245. Frame_222.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  1246. Frame_222.BorderSizePixel = 0
  1247. Frame_222.Position = UDim2.new(0, 0, 0, 15)
  1248. Frame_222.Size = UDim2.new(0, 525, 0, 50)
  1249. PrintChat.Name = "PrintChat"
  1250. PrintChat.Parent = Frame_222
  1251. PrintChat.BackgroundColor3 = Color3.new(0.870588, 0.25098, 0.25098)
  1252. PrintChat.BorderSizePixel = 0
  1253. PrintChat.Position = UDim2.new(0, 15, 0, 0)
  1254. PrintChat.Size = UDim2.new(0, 170, 0, 30)
  1255. PrintChat.Font = Enum.Font.SourceSansLight
  1256. PrintChat.Text = "Print Chat"
  1257. PrintChat.TextColor3 = Color3.new(0.960784, 0.960784, 0.960784)
  1258. PrintChat.TextSize = 30
  1259. PrintChat.TextWrapped = true
  1260. Shadow1.Name = "Shadow1"
  1261. Shadow1.Parent = MainChatFrame
  1262. Shadow1.BackgroundColor3 = Color3.new(0, 0, 0)
  1263. Shadow1.BackgroundTransparency = 0.5
  1264. Shadow1.Position = UDim2.new(0, 2, 0, 2)
  1265. Shadow1.Size = UDim2.new(0, 525, 0, 337)
  1266. Shadow1.ZIndex = -1
  1267. Shadow2.Name = "Shadow2"
  1268. Shadow2.Parent = MainChatFrame
  1269. Shadow2.BackgroundColor3 = Color3.new(0, 0, 0)
  1270. Shadow2.BackgroundTransparency = 0.80000001192093
  1271. Shadow2.Position = UDim2.new(0, 5, 0, 5)
  1272. Shadow2.Size = UDim2.new(0, 525, 0, 337)
  1273. Shadow2.ZIndex = -1
  1274. ScrollingFrame.Parent = MainChatFrame
  1275. ScrollingFrame.BackgroundColor3 = Color3.new(0.266667, 0.266667, 0.266667)
  1276. ScrollingFrame.BorderSizePixel = 0
  1277. ScrollingFrame.Position = UDim2.new(0, 0, 0, 65)
  1278. ScrollingFrame.Size = UDim2.new(0, 525, 0, 271)
  1279. ScrollingFrame.CanvasPosition = Vector2.new(0, 403)
  1280. ScrollingFrame.ScrollBarThickness = 8
  1281. function CreateChatText(plr, chat)
  1282. for i,v in pairs(ScrollingFrame:GetDescendants()) do
  1283. v.Position = v.Position - UDim2.new(0, 0, 0, 20)
  1284. if v.Position == UDim2.new(0, 5, 0, 10) then
  1285. v:Destroy()
  1286. end
  1287. end
  1288. local Example = Instance.new("TextLabel")
  1289. Example.Name = "Example"
  1290. Example.Parent = ScrollingFrame
  1291. Example.BackgroundColor3 = Color3.new(1, 1, 1)
  1292. Example.BackgroundTransparency = 1
  1293. Example.Position = UDim2.new(0, 5, 0, 650)
  1294. Example.Size = UDim2.new(0, 500, 0, 20)
  1295. Example.Font = Enum.Font.SourceSans
  1296. Example.Text = "["..plr.Name.."]: "..chat
  1297. Example.TextColor3 = Color3.new(0.960784, 0.960784, 0.960784)
  1298. Example.TextScaled = true
  1299. Example.TextSize = 20
  1300. Example.TextWrapped = true
  1301. Example.TextXAlignment = Enum.TextXAlignment.Left
  1302. end
  1303. CloseChatGUI.MouseButton1Click:Connect(function()
  1304. MainChatFrame:TweenPosition(UDim2.new(0, 550, 0, -550), "InOut", "Sine", 2)
  1305. wait(2.01)
  1306. MainChatFrame.Visible = false
  1307. end)
  1308. printingChat = false
  1309. PrintChat.MouseButton1Click:Connect(function()
  1310. if printingChat == false then
  1311. printingChat = true
  1312. PrintChat.BackgroundColor3 = Color3.fromRGB(60, 200, 60)
  1313. elseif printingChat == true then
  1314. printingChat = false
  1315. PrintChat.BackgroundColor3 = Color3.new(0.870588, 0.25098, 0.25098)
  1316. end
  1317. end)
  1318. local UserInputService = game:GetService("UserInputService")
  1319. local dragging
  1320. local dragInput
  1321. local dragStart
  1322. local startPos
  1323. local function updateChat(input)
  1324. local delta = input.Position - dragStart
  1325. local dragTime = 0.055
  1326. local SmoothDrag = {}
  1327. SmoothDrag.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y)
  1328. local dragSmoothFunction = gsTween:Create(MainChatFrame, TweenInfo.new(dragTime, Enum.EasingStyle.Sine, Enum.EasingDirection.InOut), SmoothDrag)
  1329. dragSmoothFunction:Play()
  1330. end
  1331. Frame_222.InputBegan:Connect(function(input)
  1332. if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
  1333. dragging = true
  1334. dragStart = input.Position
  1335. startPos = MainChatFrame.Position
  1336. input.Changed:Connect(function()
  1337. if input.UserInputState == Enum.UserInputState.End then
  1338. dragging = false
  1339. end
  1340. end)
  1341. end
  1342. end)
  1343. Frame_222.InputChanged:Connect(function(input)
  1344. if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  1345. dragInput = input
  1346. end
  1347. end)
  1348. UserInputService.InputChanged:Connect(function(input)
  1349. if input == dragInput and dragging then
  1350. updateChat(input)
  1351. end
  1352. end)
  1353.  
  1354. function printChat(player, chat)
  1355. print("["..player.Name.."]: "..chat)
  1356. end
  1357. complimentReady = true
  1358. for i,currentPlayersChatting in pairs(game:GetService("Players"):GetPlayers()) do
  1359. currentPlayersChatting.Chatted:connect(function(chat)
  1360. CreateChatText(currentPlayersChatting, chat)
  1361. if printingChat then
  1362. printChat(currentPlayersChatting, chat)
  1363. end
  1364. if copychatACTIVE then
  1365. if currentPlayersChatting == copychatplayer then
  1366. gsReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer(chat, "All")
  1367. end
  1368. end
  1369. if modeFling == true then
  1370. if string.lower(string.sub(chat, 1, 7)) == "!fling " then
  1371. if gsWorkspace:PGSIsEnabled() == false then
  1372. FEGodmode()
  1373. end
  1374. if string.lower(string.sub(chat, 8)) == "me" then
  1375. run(commandPrefix.."unfling")
  1376. LP.Character.HumanoidRootPart.CFrame = LP.Character.HumanoidRootPart.CFrame + Vector3.new(0, 10, 0)
  1377. run(commandPrefix.."fling "..currentPlayersChatting.Name.." 2000000")
  1378. else
  1379. for i,notAll in pairs(findSinglePlayer(string.lower(string.sub(chat, 8)))) do
  1380. if notAll ~= LP then
  1381. run(commandPrefix.."unfling")
  1382. LP.Character.HumanoidRootPart.CFrame = LP.Character.HumanoidRootPart.CFrame + Vector3.new(0, 10, 0)
  1383. run(commandPrefix.."fling "..notAll.Name.." 2000000")
  1384. end
  1385. end
  1386. end
  1387. end
  1388. end
  1389. if modeCompliment == true then
  1390. if string.lower(string.sub(chat, 1, 3)) == "!c " then
  1391. if complimentReady then
  1392. complimentReady = false
  1393. if string.lower(string.sub(chat, 4)) == "me" then
  1394. complimentplr(currentPlayersChatting)
  1395. else
  1396. for i,Others in pairs(findSinglePlayer(string.lower(string.sub(chat, 4)))) do
  1397. if Others == LP then
  1398. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Don't be silly, I can't compliment myself!", "All")
  1399. else
  1400. complimentplr(Others)
  1401. end
  1402. end
  1403. end
  1404. wait(1)
  1405. complimentReady = true
  1406. end
  1407. end
  1408. end
  1409. if modeMove == true then
  1410. if string.lower(string.sub(chat, 1, 9)) == "!bringbot" then
  1411. run(commandPrefix.."unfollow")
  1412. run(commandPrefix.."unwalk")
  1413. run(commandPrefix.."goto "..currentPlayersChatting.Name)
  1414. elseif string.lower(string.sub(chat, 1, 6)) == "!walk " then
  1415. for i,getWalkPlayer in pairs(findSinglePlayer(string.lower(string.sub(chat, 7)))) do
  1416. if getWalkPlayer == LP then
  1417. run(commandPrefix.."unfollow")
  1418. run(commandPrefix.."walk "..currentPlayersChatting.Name)
  1419. else
  1420. run(commandPrefix.."unfollow")
  1421. run(commandPrefix.."walk "..getWalkPlayer.Name)
  1422. end
  1423. end
  1424. elseif string.lower(string.sub(chat, 1, 8)) == "!follow " then
  1425. for i,getFollowPlayer in pairs(findSinglePlayer(string.lower(string.sub(chat, 9)))) do
  1426. if getFollowPlayer == LP then
  1427. run(commandPrefix.."unwalk")
  1428. run(commandPrefix.."follow "..currentPlayersChatting.Name)
  1429. else
  1430. run(commandPrefix.."unwalk")
  1431. run(commandPrefix.."follow "..getFollowPlayer.Name)
  1432. end
  1433. end
  1434. end
  1435. end
  1436. if modeInfo == true then
  1437. if infoReady then
  1438. infoReady = false
  1439. if string.lower(string.sub(chat, 1, 5)) == "!age " then
  1440. for i,v in pairs(findSinglePlayer(string.lower(string.sub(chat, 6)))) do
  1441. if v == LP then
  1442. run(commandPrefix.."age "..currentPlayersChatting.Name)
  1443. else
  1444. run(commandPrefix.."age "..v.Name)
  1445. end
  1446. end
  1447. end
  1448. if string.lower(string.sub(chat, 1, 4)) == "!id " then
  1449. for i,a in pairs(findSinglePlayer(string.lower(string.sub(chat, 5)))) do
  1450. if a == LP then
  1451. run(commandPrefix.."id "..currentPlayersChatting.Name)
  1452. else
  1453. run(commandPrefix.."id "..a.Name)
  1454. end
  1455. end
  1456. end
  1457. wait(1)
  1458. infoReady = true
  1459. end
  1460. end
  1461. end)
  1462. end
  1463. game:GetService("Players").PlayerAdded:connect(function(plr)
  1464. plr.Chatted:connect(function(chat)
  1465. CreateChatText(plr, chat)
  1466. if printingChat then
  1467. printChat(plr, chat)
  1468. end
  1469. if modeFling == true then
  1470. if string.lower(string.sub(chat, 1, 7)) == "!fling " then
  1471. if gsWorkspace:PGSIsEnabled() == false then
  1472. FEGodmode()
  1473. end
  1474. if string.lower(string.sub(chat, 8)) == "me" then
  1475. run(commandPrefix.."unfling")
  1476. LP.Character.HumanoidRootPart.CFrame = LP.Character.HumanoidRootPart.CFrame + Vector3.new(0, 10, 0)
  1477. run(commandPrefix.."fling "..plr.Name.." 2000000")
  1478. else
  1479. for i,notAll in pairs(findSinglePlayer(string.lower(string.sub(chat, 8)))) do
  1480. if notAll ~= LP then
  1481. run(commandPrefix.."unfling")
  1482. LP.Character.HumanoidRootPart.CFrame = LP.Character.HumanoidRootPart.CFrame + Vector3.new(0, 10, 0)
  1483. run(commandPrefix.."fling "..notAll.Name.." 2000000")
  1484. end
  1485. end
  1486. end
  1487. end
  1488. end
  1489. if modeCompliment == true then
  1490. if string.lower(string.sub(chat, 1, 3)) == "!c " then
  1491. if complimentReady == true then
  1492. complimentReady = false
  1493. if string.lower(string.sub(chat, 4)) == "me" then
  1494. complimentplr(plr)
  1495. else
  1496. for i,Others in pairs(findSinglePlayer(string.lower(string.sub(chat, 4)))) do
  1497. if Others == LP then
  1498. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Don't be silly, I can't compliment myself!", "All")
  1499. else
  1500. complimentplr(Others)
  1501. end
  1502. end
  1503. end
  1504. wait(1)
  1505. complimentReady = true
  1506. end
  1507. end
  1508. end
  1509. if modeMove == true then
  1510. if string.lower(string.sub(chat, 1, 9)) == "!bringbot" then
  1511. run(commandPrefix.."unfollow")
  1512. run(commandPrefix.."unwalk")
  1513. run(commandPrefix.."goto "..plr.Name)
  1514. elseif string.lower(string.sub(chat, 1, 6)) == "!walk " then
  1515. for i,getWalkPlayer in pairs(findSinglePlayer(string.lower(string.sub(chat, 7)))) do
  1516. if getWalkPlayer == LP then
  1517. run(commandPrefix.."unfollow")
  1518. run(commandPrefix.."walk "..plr.Name)
  1519. else
  1520. run(commandPrefix.."unfollow")
  1521. run(commandPrefix.."walk "..getWalkPlayer.Name)
  1522. end
  1523. end
  1524. elseif string.lower(string.sub(chat, 1, 8)) == "!follow " then
  1525. for i,getFollowPlayer in pairs(findSinglePlayer(string.lower(string.sub(chat, 9)))) do
  1526. if getFollowPlayer == LP then
  1527. run(commandPrefix.."unwalk")
  1528. run(commandPrefix.."follow "..plr.Name)
  1529. else
  1530. run(commandPrefix.."unwalk")
  1531. run(commandPrefix.."follow "..getFollowPlayer.Name)
  1532. end
  1533. end
  1534. end
  1535. end
  1536. if modeInfo == true then
  1537. if infoReady then
  1538. infoReady = false
  1539. if string.lower(string.sub(chat, 1, 5)) == "!age " then
  1540. for i,v in pairs(findSinglePlayer(string.lower(string.sub(chat, 6)))) do
  1541. if v == LP then
  1542. run(commandPrefix.."age "..plr.Name)
  1543. else
  1544. run(commandPrefix.."age "..v.Name)
  1545. end
  1546. end
  1547. end
  1548. if string.lower(string.sub(chat, 1, 4)) == "!id " then
  1549. for i,a in pairs(findSinglePlayer(string.lower(string.sub(chat, 5)))) do
  1550. if a == LP then
  1551. run(commandPrefix.."id "..plr.Name)
  1552. else
  1553. run(commandPrefix.."id "..a.Name)
  1554. end
  1555. end
  1556. end
  1557. wait(1)
  1558. infoReady = true
  1559. end
  1560. end
  1561. end)
  1562. end)
  1563.  
  1564. -- Loops
  1565. noclip = false
  1566. following = false
  1567. trailing = false
  1568. annoying = false
  1569. flingnoclip = false
  1570. staring = false
  1571. stopsitting = false
  1572. stareplr = ""
  1573. CBRINGamount = 3
  1574. spawnWS = CurrentWalkspeed
  1575. spawnJP = CurrentJumppower
  1576. spawnHH = CurrentHipheight
  1577. spawningfegod = false
  1578. looptpbypassfly = false
  1579. if game.GameId == 245662005 or game.GameId == 601130232 then
  1580. bypassMODE = true
  1581. else
  1582. bypassMODE = false
  1583. end
  1584. viewplr = ""
  1585. loopview = false
  1586. cmdForward = false
  1587. forwardSpeed = 1
  1588. loopviewfc = false
  1589. spinTOhead = false
  1590. spinObj = ""
  1591. rideACTIVE = false
  1592. ridePLAYER = ""
  1593.  
  1594. LPcurrenthumanoid = LP.Character.Humanoid
  1595. game:GetService('RunService').Stepped:connect(function()
  1596. if LP.Character.Humanoid ~= nil then
  1597. LPcurrenthumanoid = LP.Character.Humanoid
  1598. end
  1599. if noclip then
  1600. if LP.Character then
  1601. if LP.Character.Humanoid.RigType == Enum.HumanoidRigType.R6 then
  1602. LP.Character.Head.CanCollide = false
  1603. LP.Character.Torso.CanCollide = false
  1604. LP.Character["Left Leg"].CanCollide = false
  1605. LP.Character["Right Leg"].CanCollide = false
  1606. LP.Character["Left Arm"].CanCollide = false
  1607. LP.Character["Right Arm"].CanCollide = false
  1608. elseif LP.Character.Humanoid.RigType == Enum.HumanoidRigType.R15 then
  1609. LP.Character.Head.CanCollide = false
  1610. LP.Character.UpperTorso.CanCollide = false
  1611. LP.Character.LowerTorso.CanCollide = false
  1612. LP.Character.HumanoidRootPart.CanCollide = false
  1613. end
  1614. end
  1615. end
  1616. if following then
  1617. LP.Character.HumanoidRootPart.CFrame = gsPlayers[flwplr.Name].Character.HumanoidRootPart.CFrame + gsPlayers[flwplr.Name].Character.HumanoidRootPart.CFrame.lookVector * flwnum
  1618. end
  1619. if trailing then
  1620. LP.Character.HumanoidRootPart.CFrame = gsPlayers[trlplr.Name].Character.HumanoidRootPart.CFrame + gsPlayers[trlplr.Name].Character.HumanoidRootPart.CFrame.lookVector * trlnum
  1621. end
  1622. if annoying then
  1623. LP.Character.HumanoidRootPart.CFrame = gsPlayers[annplr.Name].Character.HumanoidRootPart.CFrame
  1624. end
  1625. if walkto then
  1626. LP.Character.Humanoid:MoveTo(walkplr.Character.HumanoidRootPart.Position)
  1627. end
  1628. if cbringing then
  1629. CBRINGplr.Character.HumanoidRootPart.CFrame = LP.Character.HumanoidRootPart.CFrame + LP.Character.HumanoidRootPart.CFrame.lookVector * CBRINGamount
  1630. end
  1631. if cbringingall then
  1632. for i,getbringplrs in pairs(gsPlayers:GetPlayers()) do
  1633. if getbringplrs ~= LP then
  1634. getbringplrs.Character.HumanoidRootPart.CFrame = LP.Character.HumanoidRootPart.CFrame + LP.Character.HumanoidRootPart.CFrame.lookVector * CBRINGamount
  1635. end
  1636. end
  1637. end
  1638. if staring then
  1639. LP.Character.HumanoidRootPart.CFrame = CFrame.new(LP.Character.Torso.Position, gsPlayers[stareplr.Name].Character.Torso.Position)
  1640. end
  1641. if stopsitting then
  1642. LP.Character.Humanoid.Sit = false
  1643. end
  1644. if looptpbypassfly then
  1645. pcall(function()
  1646. LP.Character.Head.Anchored = false
  1647. LP.Character.HumanoidRootPart.CFrame = gsWorkspace.rGETpartNUMBER2.CFrame
  1648. LP.Character.Head.Anchored = true
  1649. end)
  1650. end
  1651. if loopview then
  1652. view(viewplr)
  1653. end
  1654. if cmdForward then
  1655. LP.Character.HumanoidRootPart.CFrame = LP.Character.HumanoidRootPart.CFrame + LP.Character.HumanoidRootPart.CFrame.lookVector * forwardSpeed
  1656. end
  1657. if loopviewfc then
  1658. pcall(function()
  1659. gsWorkspace.CurrentCamera.CameraSubject = gsWorkspace.rGETpartNUMBER2
  1660. end)
  1661. end
  1662. if spinTOhead then
  1663. pcall(function()
  1664. spinObj.Position = LP.Character.Head.Position
  1665. end)
  1666. end
  1667. if rideACTIVE == true then
  1668. LP.character.HumanoidRootPart.CFrame = ridePLAYER.Character.HumanoidRootPart.CFrame + Vector3.new(0, 3, 0)
  1669. end
  1670. end)
  1671. spawningatreset = false
  1672. spawnresetpoint = LP.Character.Head.CFrame
  1673.  
  1674. LPcurrenthumanoid.Died:Connect(function()
  1675. flying = false
  1676. doFREECAM = false
  1677. if savingtoolsloop then
  1678. run(commandPrefix.."savealltool")
  1679. end
  1680. if spawningatreset == true then
  1681. spawnresetpoint = LP.Character.Head.CFrame + Vector3.new(0, 5, 0)
  1682. end
  1683. end)
  1684.  
  1685. LP.CharacterAdded:Connect(function()
  1686. wait(0.2)
  1687. LP.Character.Humanoid.WalkSpeed = spawnWS
  1688. LP.Character.Humanoid.JumpPower = spawnJP
  1689. LP.Character.Humanoid.HipHeight = spawnHH
  1690. if spawningfegod then
  1691. FEGodmode()
  1692. end
  1693. if spawningpos and spawnpos ~= nil then
  1694. LP.Character.HumanoidRootPart.CFrame = spawnpos
  1695. end
  1696. if spawningatreset == true then
  1697. LP.Character.HumanoidRootPart.CFrame = spawnresetpoint
  1698. end
  1699. end)
  1700.  
  1701. -- Commands
  1702. Commands = {}
  1703.  
  1704. Commands.print = function(args)
  1705. local msg = table.concat(args," ")
  1706. print(msg)
  1707. end
  1708.  
  1709. Commands.warn = function(args)
  1710. local msg = table.concat(args," ")
  1711. warn(msg)
  1712. end
  1713.  
  1714. Commands.sit = function(args)
  1715. LP.Character.Humanoid.Sit = true
  1716. end
  1717.  
  1718. Commands.god = function(args)
  1719. FEGodmode()
  1720. Notification("warning", "You have enabled FE Godmode, tools will not work. Use "..commandPrefix.."grespawn to remove.", 7)
  1721. end
  1722.  
  1723. Commands.view = function(args)
  1724. if args[1] then
  1725. for i,v in pairs(findSinglePlayer(args[1])) do
  1726. if bypassMODE == false then
  1727. view(v)
  1728. Notification("info", "Now viewing "..v.Name..". Use "..commandPrefix.."unview to stop viewing.", 3)
  1729. elseif bypassMODE == true then
  1730. viewplr = v
  1731. loopview = true
  1732. end
  1733. end
  1734. end
  1735. end
  1736.  
  1737. Commands.unview = function(args)
  1738. view(LP)
  1739. loopview = false
  1740. end
  1741.  
  1742. Commands.gravity = function(args)
  1743. if args[1] then
  1744. gsWorkspace.Gravity = args[1]
  1745. end
  1746. end
  1747.  
  1748. Commands.ungravity = function(args)
  1749. gsWorkspace.Gravity = CurrentGravity
  1750. end
  1751.  
  1752. Commands.goto = function(args)
  1753. if args[1] then
  1754. if bypassMODE == false then
  1755. for i,v in pairs(findPlayer(args[1])) do
  1756. LP.Character.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame
  1757. end
  1758. elseif bypassMODE == true then
  1759. for i,v in pairs(findPlayer(args[1])) do
  1760. local TPbypass = {}
  1761. TPbypass.CFrame = v.Character.HumanoidRootPart.CFrame + Vector3.new(0, 5, 0)
  1762. local TPFunction = gsTween:Create(LP.Character.HumanoidRootPart, TweenInfo.new(1.5, Enum.EasingStyle.Sine, Enum.EasingDirection.In), TPbypass)
  1763. TPFunction:Play()
  1764. end
  1765. end
  1766. end
  1767. end
  1768.  
  1769. Commands.fecheck = function(args)
  1770. if gsWorkspace.FilteringEnabled == true then
  1771. Notification("warning", "FE is enabled!", 7)
  1772. else
  1773. Notification("warning", "FE is disabled. Consider using a different script.", 7)
  1774. end
  1775. end
  1776.  
  1777. Commands.lockws = function(args)
  1778. lockWS()
  1779. Notification("info", "Workspace locked.", 4)
  1780. end
  1781.  
  1782. Commands.unlockws = function(args)
  1783. unlockWS()
  1784. Notification("info", "Workspace unlocked.", 4)
  1785. end
  1786.  
  1787. Commands.noclip = function(args)
  1788. noclip = true
  1789. Notification("info", "Noclip enabled.", 4)
  1790. end
  1791.  
  1792. Commands.clip = function(args)
  1793. noclip = false
  1794. Notification("info", "Noclip disabled.", 4)
  1795. end
  1796.  
  1797. Commands.follow = function(args)
  1798. if args[1] then
  1799. for i,v in pairs(findPlayer(args[1])) do
  1800. flwplr = v
  1801. end
  1802. if args[2] then
  1803. flwnum = args[2]
  1804. else
  1805. flwnum = -5
  1806. end
  1807. following = true
  1808. else
  1809. Notification("warning", "No player selected to follow! Use: "..commandPrefix.."follow player", 4)
  1810. end
  1811. end
  1812.  
  1813. Commands.unfollow = function(args)
  1814. following = false
  1815. end
  1816.  
  1817. Commands.fling = function(args)
  1818. if args[1] then
  1819. for i,v in pairs(findSinglePlayer(args[1])) do
  1820. if v ~= LP then
  1821. view(v)
  1822. pcall(function()
  1823. LP.Character.HumanoidRootPart.Fling:Destroy()
  1824. end)
  1825. if not args[2] then
  1826. RocketPropulsion(800000,1000,400000,v,"Fling")
  1827. else
  1828. RocketPropulsion(args[2],1500,400000,v,"Fling")
  1829. end
  1830. if noclip ~= true then
  1831. flingnoclip = true
  1832. noclip = true
  1833. end
  1834. end
  1835. end
  1836. else
  1837. Notification("warning", "No player selected to fling! Use: "..commandPrefix.."fling player", 4)
  1838. end
  1839. end
  1840.  
  1841. Commands.unfling = function(args)
  1842. view(LP)
  1843. pcall(function()
  1844. if LP.Character.HumanoidRootPart.Fling then
  1845. for i,v in pairs(LP.Character:GetDescendants()) do
  1846. if v.Name == "Fling" and v:IsA("RocketPropulsion") then
  1847. v:Destroy()
  1848. end
  1849. end
  1850. end
  1851. end)
  1852. if flingnoclip == true then
  1853. noclip = false
  1854. flingnoclip = false
  1855. end
  1856. end
  1857.  
  1858. Commands.trail = function(args)
  1859. if args[1] then
  1860. for i,v in pairs(findPlayer(args[1])) do
  1861. trlplr = v
  1862. end
  1863. if args[2] then
  1864. trlnum = args[2]
  1865. else
  1866. trlnum = 5
  1867. end
  1868. trailing = true
  1869. else
  1870. Notification("warning", "No player selected to trail! Use: "..commandPrefix.."trail player", 4)
  1871. end
  1872. end
  1873.  
  1874. Commands.untrail = function(args)
  1875. trailing = false
  1876. end
  1877.  
  1878. Commands.annoy = function(args)
  1879. if args[1] then
  1880. for i,v in pairs(findPlayer(args[1])) do
  1881. annplr = v
  1882. end
  1883. annoying = true
  1884. else
  1885. Notification("warning", "No player selected to annoy! Use: "..commandPrefix.."annoy player", 4)
  1886. end
  1887. end
  1888.  
  1889. Commands.unannoy = function(args)
  1890. annoying = false
  1891. end
  1892.  
  1893. Commands.reset = function(args)
  1894. LP.Character:BreakJoints()
  1895. end
  1896.  
  1897. Commands.grespawn = function(args)
  1898. LP.Character.Humanoid.Health = 0
  1899. wait(1)
  1900. LP.Character.Head.CFrame = CFrame.new(1000000,0,1000000)
  1901. LP.Character.Torso.CFrame = CFrame.new(1000000,0,1000000)
  1902. end
  1903.  
  1904. Commands.respawn = function(args)
  1905. local mod = Instance.new('Model', workspace) mod.Name = 'new '..LP.Name
  1906. local hum = Instance.new('Humanoid', mod)
  1907. local ins = Instance.new('Part', mod) ins.Name = 'Torso' ins.CanCollide = false ins.Transparency = 1
  1908. LP.Character = mod
  1909. end
  1910.  
  1911. Commands.speed = function(args)
  1912. if args[1] then
  1913. run(commandPrefix.."ws "..args[1])
  1914. end
  1915. end
  1916.  
  1917. bypassingwalkspeed = false
  1918. Commands.ws = function(args)
  1919. if args[1] then
  1920. if bypassMODE == false then
  1921. LP.Character.Humanoid.WalkSpeed = args[1]
  1922. elseif bypassMODE == true then
  1923. if game.GameId == 245662005 then
  1924. bypassingwalkspeed = true
  1925. bypassWalkspeed = args[1]
  1926. end
  1927. end
  1928. end
  1929. end
  1930.  
  1931. game:GetService("RunService").Heartbeat:Connect(function()
  1932. if bypassingwalkspeed then
  1933. LP.Character.Humanoid.WalkSpeed = bypassWalkspeed
  1934. end
  1935. end)
  1936.  
  1937. Commands.jumppower = function(args)
  1938. if args[1] then
  1939. LP.Character.Humanoid.JumpPower = args[1]
  1940. end
  1941. end
  1942.  
  1943. Commands.jp = function(args)
  1944. if args[1] then
  1945. LP.Character.Humanoid.JumpPower = args[1]
  1946. end
  1947. end
  1948.  
  1949. Commands.hipheight = function(args)
  1950. if args[1] then
  1951. LP.Character.Humanoid.HipHeight = args[1]
  1952. end
  1953. end
  1954.  
  1955. Commands.hh = function(args)
  1956. if args[1] then
  1957. LP.Character.Humanoid.HipHeight = args[1]
  1958. end
  1959. end
  1960.  
  1961. Commands.default = function(args)
  1962. LP.Character.Humanoid.WalkSpeed = CurrentWalkspeed
  1963. LP.Character.Humanoid.HipHeight = CurrentHipheight
  1964. LP.Character.Humanoid.JumpPower = CurrentJumppower
  1965. end
  1966.  
  1967. Commands.credits = function(args)
  1968. Notification("info", "Shattervast was made by illremember#3799 , "..commandPrefix.."fullcredits for all credits.", 8)
  1969. end
  1970.  
  1971. Commands.attach = function(args)
  1972. if hasTools() == false then
  1973. Notification("warning", "You need a tool in your backpack/inventory to use this command.", 8)
  1974. else
  1975. FEGodmode()
  1976. for i,v in pairs(LP.Backpack:GetChildren())do
  1977. LP.Character.Humanoid:EquipTool(v)
  1978. end
  1979. if args[1] then
  1980. for i,v in pairs(findSinglePlayer(args[1])) do
  1981. if v ~= LP then
  1982. LP.Character.HumanoidRootPart.CFrame = v.Character["Left Arm"].CFrame
  1983. wait(0.3)
  1984. LP.Character.HumanoidRootPart.CFrame = v.Character["Left Arm"].CFrame
  1985. end
  1986. end
  1987. end
  1988. end
  1989. end
  1990.  
  1991. Commands.fly = function(args)
  1992. if bypassMODE == false then
  1993. local speedget = 1
  1994. repeat wait() until LP and LP.Character and LP.Character:FindFirstChild('HumanoidRootPart') and LP.Character:FindFirstChild('Humanoid')
  1995. repeat wait() until Mouse
  1996. if args[1] then
  1997. speedfly = args[1]
  1998. else
  1999. speedfly = 1
  2000. end
  2001.  
  2002. local T = LP.Character.HumanoidRootPart
  2003. local CONTROL = {F = 0, B = 0, L = 0, R = 0}
  2004. local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  2005. local SPEED = speedget
  2006.  
  2007. local function fly()
  2008. flying = true
  2009. local BG = Instance.new('BodyGyro', T)
  2010. local BV = Instance.new('BodyVelocity', T)
  2011. BG.P = 9e4
  2012. BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  2013. BG.cframe = T.CFrame
  2014. BV.velocity = Vector3.new(0, 0.1, 0)
  2015. BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
  2016. spawn(function()
  2017. repeat wait()
  2018. LP.Character.Humanoid.PlatformStand = true
  2019. if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
  2020. SPEED = 50
  2021. elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
  2022. SPEED = 0
  2023. end
  2024. if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
  2025. BV.velocity = ((workspace.CurrentCamera.CoordinateFrame.lookVector * (CONTROL.F + CONTROL.B)) + ((workspace.CurrentCamera.CoordinateFrame * CFrame.new(CONTROL.L + CONTROL.R, (CONTROL.F + CONTROL.B) * 0.2, 0).p) - workspace.CurrentCamera.CoordinateFrame.p)) * SPEED
  2026. lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
  2027. elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
  2028. BV.velocity = ((workspace.CurrentCamera.CoordinateFrame.lookVector * (lCONTROL.F + lCONTROL.B)) + ((workspace.CurrentCamera.CoordinateFrame * CFrame.new(lCONTROL.L + lCONTROL.R, (lCONTROL.F + lCONTROL.B) * 0.2, 0).p) - workspace.CurrentCamera.CoordinateFrame.p)) * SPEED
  2029. else
  2030. BV.velocity = Vector3.new(0, 0.1, 0)
  2031. end
  2032. BG.cframe = workspace.CurrentCamera.CoordinateFrame
  2033. until not flying
  2034. CONTROL = {F = 0, B = 0, L = 0, R = 0}
  2035. lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  2036. SPEED = 0
  2037. BG:destroy()
  2038. BV:destroy()
  2039. LP.Character.Humanoid.PlatformStand = false
  2040. end)
  2041. end
  2042. Mouse.KeyDown:connect(function(KEY)
  2043. if KEY:lower() == 'w' then
  2044. CONTROL.F = speedfly
  2045. elseif KEY:lower() == 's' then
  2046. CONTROL.B = -speedfly
  2047. elseif KEY:lower() == 'a' then
  2048. CONTROL.L = -speedfly
  2049. elseif KEY:lower() == 'd' then
  2050. CONTROL.R = speedfly
  2051. end
  2052. end)
  2053. Mouse.KeyUp:connect(function(KEY)
  2054. if KEY:lower() == 'w' then
  2055. CONTROL.F = 0
  2056. elseif KEY:lower() == 's' then
  2057. CONTROL.B = 0
  2058. elseif KEY:lower() == 'a' then
  2059. CONTROL.L = 0
  2060. elseif KEY:lower() == 'd' then
  2061. CONTROL.R = 0
  2062. end
  2063. end)
  2064. fly()
  2065. elseif bypassMODE == true then
  2066. if not args[1] then
  2067. run(commandPrefix.."fc")
  2068. else
  2069. run(commandPrefix.."fc "..args[1])
  2070. end
  2071. LP.Character.Head.Anchored = false
  2072. looptpbypassfly = true
  2073. view(LP)
  2074. end
  2075. end
  2076.  
  2077. Commands.unfly = function(args)
  2078. if bypassMODE == false then
  2079. flying = false
  2080. LP.Character.Humanoid.PlatformStand = false
  2081. else
  2082. looptpbypassfly = false
  2083. run(commandPrefix.."unfreecam")
  2084. local goalTP = LP.Character.HumanoidRootPart.CFrame
  2085. if game.GameId == 245662005 then
  2086. for i = 1, 5 do wait(0.2)
  2087. LP.Character.HumanoidRootPart.CFrame = goalTP
  2088. end
  2089. else
  2090. LP.Character.HumanoidRootPart.CFrame = goalTP
  2091. end
  2092. LP.Character.Head.Anchored = false
  2093. end
  2094. end
  2095.  
  2096. Commands.kill = function(args)
  2097. if args[1] then
  2098. for i,v in pairs(findSinglePlayer(args[1])) do
  2099. if v == LP then
  2100. LP.Character:BreakJoints()
  2101. else
  2102. if hasTools() == false then
  2103. Notification("warning", "You need a tool in your backpack/inventory to use this command.", 8)
  2104. else
  2105. FEGodmode()
  2106. for i,v in pairs(LP.Backpack:GetChildren())do
  2107. LP.Character.Humanoid:EquipTool(v)
  2108. end
  2109. local NOW = LP.Character.HumanoidRootPart.CFrame
  2110. LP.Character.HumanoidRootPart.CFrame = v.Character["Left Arm"].CFrame
  2111. wait(0.3)
  2112. LP.Character.HumanoidRootPart.CFrame = v.Character["Left Arm"].CFrame
  2113. local function tp(player,player2)
  2114. local char1,char2=player.Character,player2.Character
  2115. if char1 and char2 then
  2116. char1:MoveTo(char2.Head.Position)
  2117. end
  2118. end
  2119. wait(0.5)
  2120. LP.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(100000,0,100000))
  2121. wait(0.5)
  2122. tp(LP,game:GetService("Players")[v.Name])
  2123. wait(0.7)
  2124. LP.Character.HumanoidRootPart.CFrame = NOW
  2125. view(LP)
  2126. end
  2127. end
  2128. end
  2129. end
  2130. end
  2131. Commands.bring = function(args)
  2132. if hasTools() == false then
  2133. Notification("warning", "You need a tool in your backpack/inventory to use this command.", 8)
  2134. else
  2135. FEGodmode()
  2136. for i,v in pairs(LP.Backpack:GetChildren())do
  2137. LP.Character.Humanoid:EquipTool(v)
  2138. end
  2139. if args[1] then
  2140. for i,v in pairs(findSinglePlayer(args[1])) do
  2141. if v ~= LP then
  2142. local NOW = LP.Character.HumanoidRootPart.CFrame
  2143. local function tp(player,player2)
  2144. local char1,char2=player.Character,player2.Character
  2145. if char1 and char2 then
  2146. char1.HumanoidRootPart.CFrame = char2.HumanoidRootPart.CFrame
  2147. end
  2148. end
  2149. local function getout(player,player2)
  2150. local char1,char2=player.Character,player2.Character
  2151. if char1 and char2 then
  2152. char1:MoveTo(char2.Head.Position)
  2153. end
  2154. end
  2155. tp(game:GetService("Players")[v.Name], LP)
  2156. wait(0.2)
  2157. tp(game:GetService("Players")[v.Name], LP)
  2158. wait(0.5)
  2159. LP.Character.HumanoidRootPart.CFrame = NOW
  2160. wait(0.5)
  2161. getout(LP, game:GetService("Players")[v.Name])
  2162. wait(0.3)
  2163. LP.Character.HumanoidRootPart.CFrame = NOW
  2164. end
  2165. end
  2166. end
  2167. end
  2168. end
  2169.  
  2170. Commands.naked = function(args)
  2171. for i,v in pairs(LP.Character:GetDescendants()) do
  2172. if v:IsA("Clothing") then
  2173. v:Destroy()
  2174. end
  2175. end
  2176. end
  2177.  
  2178. Commands.nolimbs = function(args)
  2179. LP.Character["Left Arm"]:Destroy()
  2180. LP.Character["Right Arm"]:Destroy()
  2181. LP.Character["Left Leg"]:Destroy()
  2182. LP.Character["Right Leg"]:Destroy()
  2183. end
  2184.  
  2185. Commands.noarms = function(args)
  2186. LP.Character["Left Arm"]:Destroy()
  2187. LP.Character["Right Arm"]:Destroy()
  2188. end
  2189.  
  2190. Commands.nolegs = function(args)
  2191. LP.Character["Left Leg"]:Destroy()
  2192. LP.Character["Right Leg"]:Destroy()
  2193. end
  2194.  
  2195. Commands.headless = function(args)
  2196. local l = LP.Character.Humanoid:Clone()
  2197. LP.Character.Humanoid:Destroy()
  2198. wait(0.2)
  2199. LP.Character.Head.CanCollide = false
  2200. for i,v in pairs(LP.Character:GetDescendants()) do
  2201. if string.sub(v.Name, 1, 4) == "Neck" then
  2202. v:Destroy()
  2203. end
  2204. end
  2205. wait(0.2)
  2206. l.Name = "Humanoid"
  2207. l.Parent = LP.Character
  2208. wait(0.1)
  2209. game:GetService("Workspace").CurrentCamera.CameraSubject = LP.Character
  2210. LP.Character.Animate:Destroy()
  2211. end
  2212.  
  2213. antiremotes = false
  2214. Commands.antikick = function(args)
  2215. if args[1] then
  2216. if args[1] == "on" then
  2217. antiremotes = true
  2218. wait(0.2)
  2219. for i,v in pairs(LP.Character:GetChildren()) do
  2220. if string.find(string.lower(v.Name), "exploit") and v:IsA("LocalScript") then
  2221. v.Disabled = true
  2222. end
  2223. end
  2224. Notification("warning", "This command disables all remotes incase they are kick remotes, may break game.", 8)
  2225. Notification("info", "Does not prevent serverside kicks, use "..commandPrefix.."antikick off to turn off.", 8)
  2226. elseif args[1] == "off" then
  2227. antiremotes = false
  2228. Notification("warning", "Remote anti-kick turned off.", 8)
  2229. end
  2230. end
  2231. end
  2232.  
  2233. blockedremotes = {}
  2234. Commands.blockremote = function(args)
  2235. local getService = ""
  2236. if args[1] then
  2237. local remoteName = string.lower(tostring(args[1]))
  2238. if args[2] then
  2239. local serviceRemote = string.lower(tostring(args[2]))
  2240. if serviceRemote == "workspace" then
  2241. getService = "Workspace"
  2242. elseif serviceRemote == "replicatedstorage" then
  2243. getService = "ReplicatedStorage"
  2244. elseif serviceRemote == "players" then
  2245. getService = "Players"
  2246. elseif serviceRemote == "lighting" then
  2247. getService = "Lighting"
  2248. elseif serviceRemote == "startergui" then
  2249. getService = "StarterGui"
  2250. elseif serviceRemote == "starterpack" then
  2251. getService = "StarterPack"
  2252. elseif serviceRemote == "starterplayer" then
  2253. getService = "StarterPlayer"
  2254. else
  2255. getService = "ReplicatedStorage"
  2256. end
  2257. else
  2258. getService = "ReplicatedStorage"
  2259. end
  2260. for i,getRemote in pairs(game:GetService(getService):GetDescendants()) do
  2261. if string.lower(getRemote.Name) == remoteName then
  2262. table.insert(blockedremotes, getRemote.Name)
  2263. end
  2264. end
  2265. end
  2266. Notification("warning", "If this command does not work, make sure you type remote name/service fully correct.", 8)
  2267. end
  2268.  
  2269. spyingremotes = false
  2270. Commands.remotespy = function(args)
  2271. if args[1] then
  2272. if args[1] == "on" then
  2273. spyingremotes = true
  2274. Notification("info", "Remotespy turned on.", 4)
  2275. elseif args[1] == "off" then
  2276. spyingremotes = false
  2277. Notification("info", "Remotespy turned off.", 4)
  2278. end
  2279. end
  2280. end
  2281.  
  2282. Commands.bang = function(args)
  2283. if args[1] then
  2284. for i,v in pairs(findSinglePlayer(args[1])) do
  2285. if v ~= nil then
  2286. following = true
  2287. flwplr = v
  2288. flwnum = -1
  2289. local bangAnimation = Instance.new("Animation")
  2290. bangAnimation.AnimationId = "rbxassetid://148840371"
  2291. bangTrack = LP.Character.Humanoid:LoadAnimation(bangAnimation)
  2292. if args[2] then
  2293. bangTrack:Play(.1, 1, args[2])
  2294. else
  2295. bangTrack:Play(.1, 1, 1)
  2296. end
  2297. end
  2298. end
  2299. else
  2300. Notification("warning", "No player selected to follow! Use: "..commandPrefix.."follow player", 4)
  2301. end
  2302. end
  2303.  
  2304. Commands.unbang = function(args)
  2305. following = false
  2306. bangTrack:Stop()
  2307. end
  2308.  
  2309. spamdelay = 1
  2310. spamtext = "Spam"
  2311. spamming = false
  2312. Commands.spam = function(args)
  2313. if args[1] then
  2314. spamtext = args[1]
  2315. spamming = true
  2316. end
  2317. end
  2318. Commands.spamdelay = function(args)
  2319. if args[1] then
  2320. spamdelay = args[1]
  2321. end
  2322. end
  2323. spawn(function()
  2324. while wait(spamdelay) do
  2325. if spamming then
  2326. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(spamtext, "All")
  2327. end
  2328. end
  2329. end)
  2330.  
  2331. Commands.unspam = function(args)
  2332. spamming = false
  2333. end
  2334.  
  2335. Commands.info = function(args)
  2336. if args[1] then
  2337. for i,v in pairs(findSinglePlayer(args[1])) do
  2338. createINFO(v)
  2339. end
  2340. end
  2341. end
  2342.  
  2343. Commands.age = function(args)
  2344. if args[1] then
  2345. for i,v in pairs(findPlayer(args[1])) do
  2346. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(v.Name.." Account Age: "..v.AccountAge.." days!", "All")
  2347. end
  2348. end
  2349. end
  2350.  
  2351. Commands.invisible = function(args)
  2352. local Character = LP.Character
  2353. if LP.Character.Humanoid.RigType == Enum.HumanoidRigType.R6 then
  2354. local Clone = Character.HumanoidRootPart:Clone()
  2355. Character.HumanoidRootPart:Destroy()
  2356. Clone.Parent = Character
  2357. else
  2358. local Clone = Character.LowerTorso.Root:Clone()
  2359. Character.LowerTorso.Root:Destroy()
  2360. Clone.Parent = Character.LowerTorso
  2361. end
  2362. end
  2363.  
  2364. walkto = false
  2365. walkplr = ""
  2366. Commands.walk = function(args)
  2367. if args[1] then
  2368. for i,v in pairs(findSinglePlayer(args[1])) do
  2369. walkplr = v
  2370. walkto = true
  2371. noclip = true
  2372. end
  2373. end
  2374. end
  2375.  
  2376. Commands.unwalk = function(args)
  2377. walkto = false
  2378. noclip = false
  2379. LP.Character.Humanoid:MoveTo(LP.Character.HumanoidRootPart.Position)
  2380. end
  2381.  
  2382. Commands.glitch = function(args)
  2383. if hasTools() == false then
  2384. Notification("warning", "You need a tool in your backpack/inventory to use this command.", 8)
  2385. else
  2386. FEGodmode()
  2387. for i,v in pairs(LP.Backpack:GetChildren())do
  2388. LP.Character.Humanoid:EquipTool(v)
  2389. end
  2390. if args[1] then
  2391. for i,v in pairs(findSinglePlayer(args[1])) do
  2392. local function tp(player,player2)
  2393. local char1,char2=player.Character,player2.Character
  2394. if char1 and char2 then
  2395. char1.HumanoidRootPart.CFrame = char2.HumanoidRootPart.CFrame
  2396. end
  2397. end
  2398. tp(game:GetService("Players")[v.Name], LP)
  2399. wait(0.2)
  2400. tp(game:GetService("Players")[v.Name], LP)
  2401. wait(0.5)
  2402. local b = Instance.new("BodyForce")
  2403. b.Parent = LP.Character.HumanoidRootPart
  2404. b.Name = "Glitch"
  2405. if args[2] then
  2406. b.Force = Vector3.new(args[2],5000,0)
  2407. else
  2408. b.Force = Vector3.new(100000000,5000,0)
  2409. end
  2410. wait(6)
  2411. b:Destroy()
  2412. end
  2413. end
  2414. end
  2415. end
  2416.  
  2417. Commands.tp = function(args)
  2418. if args[1] then
  2419. for i,v in pairs(findSinglePlayer(args[1])) do
  2420. if v == LP then
  2421. if args[2] then
  2422. for i,a in pairs(findSinglePlayer(args[2])) do
  2423. v.Character.HumanoidRootPart.CFrame = a.Character.HumanoidRootPart.CFrame
  2424. end
  2425. end
  2426. else
  2427. if hasTools() == false then
  2428. Notification("warning", "You need a tool in your backpack/inventory to use this command.", 8)
  2429. else
  2430. FEGodmode()
  2431. for i,v in pairs(LP.Backpack:GetChildren())do
  2432. LP.Character.Humanoid:EquipTool(v)
  2433. end
  2434. if args[1] then
  2435. for i,first in pairs(findSinglePlayer(args[1])) do
  2436. if args[2] then
  2437. for i,second in pairs(findSinglePlayer(args[2])) do
  2438. local function tp(player,player2)
  2439. local char1,char2=player.Character,player2.Character
  2440. if char1 and char2 then
  2441. char1.HumanoidRootPart.CFrame = char2.HumanoidRootPart.CFrame
  2442. end
  2443. end
  2444. local function getout(player,player2)
  2445. local char1,char2=player.Character,player2.Character
  2446. if char1 and char2 then
  2447. char1:MoveTo(char2.Head.Position)
  2448. end
  2449. end
  2450. tp(LP, first)
  2451. wait(0.2)
  2452. tp(LP, first)
  2453. wait(0.5)
  2454. tp(LP, second)
  2455. wait(0.2)
  2456. tp(LP, second)
  2457. wait(0.2)
  2458. getout(LP, first)
  2459. end
  2460. end
  2461. end
  2462. end
  2463. end
  2464. end
  2465. end
  2466. end
  2467. end
  2468.  
  2469. Commands.givetool = function(args)
  2470. if args[1] then
  2471. if args[2] then
  2472. local selectedTool = ""
  2473. for i,allTools in pairs(LP.Character:GetDescendants()) do
  2474. if allTools:IsA("Tool") and string.lower(allTools.Name) == string.lower(args[2]) then
  2475. selectedTool = allTools
  2476. else
  2477. for i,otherTools in pairs(LP.Backpack:GetDescendants()) do
  2478. if otherTools:IsA("Tool") and string.lower(otherTools.Name) == string.lower(args[2]) then
  2479. selectedTool = otherTools
  2480. end
  2481. end
  2482. end
  2483. end
  2484. for i,v in pairs(findSinglePlayer(args[1])) do
  2485. if selectedTool ~= "" then
  2486. selectedTool.Parent = v.Character
  2487. end
  2488. end
  2489. else
  2490. for i,plr in pairs(findSinglePlayer(args[1])) do
  2491. for i,tool in pairs(LP.Character:GetDescendants()) do
  2492. if tool:IsA("Tool") then
  2493. tool.Parent = plr.Character
  2494. end
  2495. end
  2496. end
  2497. end
  2498. end
  2499. end
  2500.  
  2501. Commands.givealltools = function(args)
  2502. LP.Character.Humanoid:UnequipTools()
  2503. for i,plr in pairs(findSinglePlayer(args[1])) do
  2504. for i,v in pairs(LP.Character:GetDescendants()) do
  2505. if v:IsA("Tool") then
  2506. v.Parent = plr.Character
  2507. end
  2508. end
  2509. for i,a in pairs(LP.Backpack:GetDescendants()) do
  2510. if a:IsA("Tool") then
  2511. a.Parent = plr.Character
  2512. end
  2513. end
  2514. end
  2515. end
  2516.  
  2517. Commands.blockhats = function(args)
  2518. for i,v in pairs(LP.Character:GetDescendants()) do
  2519. if v:IsA("Accessory") or v:IsA("Hat") then
  2520. for i,mesh in pairs(v:GetDescendants()) do
  2521. if mesh.Name == "Mesh" then
  2522. mesh:Destroy()
  2523. end
  2524. end
  2525. end
  2526. end
  2527. end
  2528.  
  2529. Commands.blocktool = function(args)
  2530. for i,v in pairs(LP.Character:GetDescendants()) do
  2531. if v:IsA("Tool") then
  2532. for i,mesh in pairs(v:GetDescendants()) do
  2533. if mesh.Name == "Mesh" then
  2534. mesh:Destroy()
  2535. end
  2536. end
  2537. end
  2538. end
  2539. end
  2540.  
  2541. Commands.orbit = function(args)
  2542. if args[1] then
  2543. for i,v in pairs(findSinglePlayer(args[1])) do
  2544. view(v)
  2545. RocketPropulsion(5000,100,5000,v,"OrbitMove")
  2546. end
  2547. else
  2548. Notification("warning", "No player selected to orbit! Use: "..commandPrefix.."orbit player", 4)
  2549. end
  2550. end
  2551.  
  2552. Commands.unorbit = function(args)
  2553. for i,v in pairs(LP.Character:GetDescendants()) do
  2554. if v.Name == "OrbitMove" then
  2555. v:Destroy()
  2556. end
  2557. end
  2558. view(LP)
  2559. end
  2560.  
  2561. Commands.pos = function(args)
  2562. Notification("info", "Your current position is ".. tostring(LP.Character.HumanoidRootPart.Position), 9)
  2563. end
  2564.  
  2565. SavedPosition = ""
  2566. Commands.savepos = function(args)
  2567. SavedPosition = LP.Character.HumanoidRootPart.CFrame
  2568. end
  2569. Commands.loadpos = function(args)
  2570. if SavedPosition ~= "" then
  2571. LP.Character.HumanoidRootPart.CFrame = SavedPosition
  2572. end
  2573. end
  2574.  
  2575. Commands.tppos = function(args)
  2576. if args[1] and args[2] and args[3] then
  2577. LP.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(args[1], args[2], args[3]))
  2578. end
  2579. end
  2580.  
  2581. Commands.pmspam = function(args)
  2582. if args[1] then
  2583. local gotPlayer = ""
  2584. for i,v in pairs(findPlayer(args[1])) do
  2585. gotPlayer = v
  2586. end
  2587. table.remove(args, 1)
  2588. local pmSpamMsg = table.concat(args," ")
  2589. spamtext = "/w "..gotPlayer.Name.." "..pmSpamMsg
  2590. spamming = true
  2591. end
  2592. end
  2593.  
  2594. Commands.unpmspam = function(args)
  2595. spamming = false
  2596. end
  2597.  
  2598. Commands.wsvis = function(args)
  2599. if args[1] then
  2600. for i,v in pairs(gsWorkspace:GetDescendants()) do
  2601. if v:IsA("Part") or v:IsA("Decal") then
  2602. if tonumber(args[1]) > 1 then
  2603. v.Transparency = 0.5
  2604. else
  2605. v.Transparency = args[1]
  2606. end
  2607. end
  2608. end
  2609. end
  2610. clientSided()
  2611. end
  2612.  
  2613. Commands.bringobj = function(args)
  2614. if args[1] then
  2615. local Object = ""
  2616. for i,v in pairs(gsWorkspace:GetDescendants()) do
  2617. if string.lower(v.Name) == string.lower(args[1]) then
  2618. Object = v
  2619. end
  2620. end
  2621. if Object == "" then
  2622. Notification("warning", "Object was not found in the workspace.", 6)
  2623. end
  2624. if args[2] then
  2625. Object.CFrame = LP.Character.HumanoidRootPart.CFrame + LP.Character.HumanoidRootPart.CFrame.lookVector * args[2]
  2626. else
  2627. Object.CFrame = LP.Character.HumanoidRootPart.CFrame + LP.Character.HumanoidRootPart.CFrame.lookVector * 3
  2628. end
  2629. clientSided()
  2630. end
  2631. end
  2632.  
  2633. CBRINGplr = ""
  2634. cbringing = false
  2635. cbringingall = false
  2636. Commands.cbring = function(args)
  2637. if args[1] then
  2638. if string.lower(tostring(args[1])) == "all" or string.lower(tostring(args[1])) == "others" then
  2639. cbringingall = true
  2640. else
  2641. for i,v in pairs(findPlayer(args[1])) do
  2642. CBRINGplr = v
  2643. cbringing = true
  2644. end
  2645. end
  2646. if args[2] then
  2647. CBRINGamount = args[2]
  2648. else
  2649. CBRINGamount = 3
  2650. end
  2651. clientSided()
  2652. end
  2653. end
  2654.  
  2655. Commands.uncbring = function(args)
  2656. cbringing = false
  2657. cbringingall = false
  2658. end
  2659.  
  2660. Commands.cfreeze = function(args)
  2661. if args[1] then
  2662. for i,v in pairs(findPlayer(args[1])) do
  2663. v.Character.HumanoidRootPart.Anchored = true
  2664. end
  2665. clientSided()
  2666. end
  2667. end
  2668.  
  2669. Commands.uncfreeze = function(args)
  2670. if args[1] then
  2671. for i,v in pairs(findPlayer(args[1])) do
  2672. v.Character.HumanoidRootPart.Anchored = false
  2673. end
  2674. else
  2675. for i,all in pairs(gsPlayers:GetPlayers()) do
  2676. all.Character.HumanoidRootPart.Anchored = false
  2677. end
  2678. end
  2679. end
  2680.  
  2681. Commands.unattach = function(args)
  2682. local function getout(player,player2)
  2683. local char1,char2=player.Character,player2.Character
  2684. if char1 and char2 then
  2685. char1:MoveTo(char2.Head.Position)
  2686. end
  2687. end
  2688. getout(LP, LP)
  2689. end
  2690.  
  2691. currentToolSize = ""
  2692. Commands.reach = function(args)
  2693. if args[1] then
  2694. for i,v in pairs(LP.Character:GetDescendants()) do
  2695. if v:IsA("Tool") then
  2696. if string.lower(tostring(args[1])) == "off" then
  2697. v.Handle.Size = currentToolSize
  2698. v.Handle.SelectionBoxCreated:Destroy()
  2699. LP.Character.Humanoid:UnequipTools()
  2700. elseif string.lower(tostring(args[1])) == "on" then
  2701. if args[2] then
  2702. currentToolSize = v.Handle.Size
  2703. local a = Instance.new("SelectionBox",v.Handle)
  2704. a.Name = "SelectionBoxCreated"
  2705. a.Adornee = v.Handle
  2706. v.Handle.Size = Vector3.new(0.5,0.5,args[2])
  2707. v.GripPos = Vector3.new(0,0,0)
  2708. LP.Character.Humanoid:UnequipTools()
  2709. else
  2710. currentToolSize = v.Handle.Size
  2711. local a = Instance.new("SelectionBox",v.Handle)
  2712. a.Name = "SelectionBoxCreated"
  2713. a.Adornee = v.Handle
  2714. v.Handle.Size = Vector3.new(0.5,0.5,60)
  2715. v.GripPos = Vector3.new(0,0,0)
  2716. LP.Character.Humanoid:UnequipTools()
  2717. end
  2718. end
  2719. end
  2720. end
  2721. end
  2722. end
  2723.  
  2724. Commands.droptool = function(args)
  2725. for i,v in pairs(LP.Character:GetDescendants()) do
  2726. if v:IsA("Tool") then
  2727. v.Parent = gsWorkspace
  2728. end
  2729. end
  2730. for i,a in pairs(LP.Backpack:GetDescendants()) do
  2731. if a:IsA("Tool") then
  2732. a.Parent = gsWorkspace
  2733. end
  2734. end
  2735. end
  2736.  
  2737. Commands.drophats = function(args)
  2738. for i,v in pairs(LP.Character:GetDescendants()) do
  2739. if v:IsA("Accessory") or v:IsA("Hat") then
  2740. v.Parent = gsWorkspace
  2741. end
  2742. end
  2743. end
  2744.  
  2745. Commands.hidecmdbar = function(args)
  2746. CMDBAR.Visible = false
  2747. end
  2748.  
  2749. Commands.showcmdbar = function(args)
  2750. CMDBAR.Visible = true
  2751. end
  2752.  
  2753. Commands.prefix = function(args)
  2754. if args[1] then
  2755. commandPrefix = string.sub(tostring(args[1]), 1, 1)
  2756. fullUpdate()
  2757. end
  2758. end
  2759.  
  2760. Commands.removeinvis = function(args)
  2761. for i,v in pairs(gsWorkspace:GetDescendants()) do
  2762. if v:IsA("Part") and v.Name ~= "HumanoidRootPart" then
  2763. if v.Transparency == 1 then
  2764. v:Destroy()
  2765. end
  2766. end
  2767. end
  2768. clientSided()
  2769. end
  2770.  
  2771. Commands.removefog = function(args)
  2772. gsLighting.FogStart = 0
  2773. gsLighting.FogEnd = 9999999999999
  2774. clientSided()
  2775. end
  2776.  
  2777. Commands.animation = function(args)
  2778. if args[1] then
  2779. if string.lower(tostring(args[1])) == "gui" then
  2780. loadstring(game:HttpGet(("https://pastebin.com/raw/mdbTSP4d"),true))()
  2781. else
  2782. local Anim = Instance.new("Animation")
  2783. Anim.AnimationId = "rbxassetid://".. tostring(args[1])
  2784. local track = LP.Character.Humanoid:LoadAnimation(Anim)
  2785. if args[2] then
  2786. track:Play(.1, 1, args[2])
  2787. else
  2788. track:Play(.1, 1, 1)
  2789. end
  2790. end
  2791. end
  2792. end
  2793.  
  2794. Commands.btools = function(args)
  2795. local Clone_T = Instance.new("HopperBin",LP.Backpack)
  2796. Clone_T.BinType = "Clone"
  2797. local Destruct = Instance.new("HopperBin",LP.Backpack)
  2798. Destruct.BinType = "Hammer"
  2799. local Hold_T = Instance.new("HopperBin",LP.Backpack)
  2800. Hold_T.BinType = "Grab"
  2801. clientSided()
  2802. end
  2803.  
  2804. Commands.esp = function(args)
  2805. if args[1] then
  2806. for i,v in pairs(findPlayer(args[1])) do
  2807. local espPlayer = v
  2808. for i,createESP in pairs(espPlayer.Character:GetDescendants()) do
  2809. if createESP:IsA("Part") or createESP:IsA("MeshPart") then
  2810. if createESP.Name ~= "HumanoidRootPart" and createESP.Name ~= "Handle" then
  2811. local current = true
  2812. local espBOX = Instance.new("BoxHandleAdornment")
  2813. espBOX.Parent = gsCoreGui
  2814. espBOX.Name = "rGET"..espPlayer.Name
  2815. espBOX.Adornee = createESP
  2816. espBOX.AlwaysOnTop = true
  2817. espBOX.ZIndex = 0
  2818. espBOX.Size = createESP.Size
  2819. espBOX.Transparency = 0.3
  2820. local AboveHead = Instance.new("BillboardGui")
  2821. AboveHead.Parent = gsCoreGui
  2822. AboveHead.Adornee = espPlayer.Character.Head
  2823. AboveHead.Name = "rGET"..espPlayer.Name
  2824. AboveHead.Size = UDim2.new(0, 100, 0, 100)
  2825. AboveHead.StudsOffset = Vector3.new(0, 1, 0)
  2826. AboveHead.AlwaysOnTop = true
  2827. local Info = Instance.new("TextLabel")
  2828. Info.Parent = AboveHead
  2829. Info.BackgroundTransparency = 1
  2830. Info.Position = UDim2.new(0, 0, 0, 0)
  2831. Info.Size = UDim2.new(1, 0, 0, 40)
  2832. Info.TextColor3 = Color3.fromRGB(200,200,200)
  2833. Info.TextStrokeTransparency = 0.5
  2834. Info.TextSize = 15
  2835. if espPlayer.TeamColor == LP.TeamColor then
  2836. espBOX.Color = BrickColor.new("Lime green")
  2837. Info.TextStrokeColor3 = Color3.fromRGB(10,100,10)
  2838. else
  2839. espBOX.Color = BrickColor.new("Really red")
  2840. Info.TextStrokeColor3 = Color3.fromRGB(100,10,10)
  2841. end
  2842. game:GetService('RunService').Stepped:connect(function()
  2843. if current and LP.Character.Humanoid and espPlayer.Character.HumanoidRootPart then
  2844. Info.Text = espPlayer.Name.." (".. math.floor((LP.Character.HumanoidRootPart.Position - espPlayer.Character.HumanoidRootPart.Position).magnitude)..")"
  2845. end
  2846. end)
  2847. espPlayer.Character.Humanoid.Died:Connect(function()
  2848. current = false
  2849. espBOX:Destroy()
  2850. AboveHead:Destroy()
  2851. end)
  2852. gsPlayers.PlayerRemoving:Connect(function(plr)
  2853. if plr == espPlayer then
  2854. current = false
  2855. espBOX:Destroy()
  2856. AboveHead:Destroy()
  2857. end
  2858. end)
  2859. end
  2860. end
  2861. end
  2862. end
  2863. clientSided()
  2864. end
  2865. end
  2866.  
  2867. Commands.unesp = function(args)
  2868. if not args[1] then
  2869. for i,v in pairs(gsCoreGui:GetDescendants()) do
  2870. if string.sub(v.Name, 1, 4) == "rGET" then
  2871. v:Destroy()
  2872. end
  2873. end
  2874. else
  2875. for i,v in pairs(gsCoreGui:GetDescendants()) do
  2876. if string.sub(v.Name, 1, 4) == "rGET" then
  2877. for i,a in pairs(findPlayer(args[1])) do
  2878. if string.sub(v.Name, 5) == a.Name then
  2879. v:Destroy()
  2880. end
  2881. end
  2882. end
  2883. end
  2884. end
  2885. end
  2886.  
  2887. Commands.dice = function(args)
  2888. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("You rolled a dice for ".. tostring(math.random(1, 6)), "All")
  2889. end
  2890.  
  2891. Commands.random = function(args)
  2892. if args[1] and args[2] then
  2893. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Picking random number between "..args[1].." and "..args[2].."... The number is ".. tostring(math.random(args[1], args[2])), "All")
  2894. end
  2895. end
  2896.  
  2897. Commands.closegame = function(args)
  2898. game:Shutdown()
  2899. end
  2900.  
  2901. Commands.savetool = function(args)
  2902. if args[1] then
  2903. for i,a in pairs(LP.Character:GetDescendants()) do
  2904. if a:IsA("Tool") and string.lower(a.Name) == string.lower(tostring(args[1])) then
  2905. a.Parent = LP
  2906. local oldName = a.Name
  2907. a.Name = "saved "..oldName
  2908. else
  2909. for i,n in pairs(LP.Backpack:GetDescendants()) do
  2910. if n:IsA("Tool") and string.lower(n.Name) == string.lower(tostring(args[1])) then
  2911. n.Parent = LP
  2912. local sOldName = n.Name
  2913. n.Name = "saved "..sOldName
  2914. end
  2915. end
  2916. end
  2917. end
  2918. else
  2919. for i,v in pairs(LP.Character:GetDescendants()) do
  2920. if v:IsA("Tool") then
  2921. v.Parent = LP
  2922. local oldName = v.Name
  2923. v.Name = "saved "..oldName
  2924. end
  2925. end
  2926. end
  2927. end
  2928.  
  2929. Commands.loadtool = function(args)
  2930. if args[1] then
  2931. for i,a in pairs(LP:GetChildren()) do
  2932. if a:IsA("Tool") and string.sub(a.Name, 1, 5) == "saved" and string.lower(string.sub(a.Name, 7)) == string.lower(tostring(args[1])) then
  2933. a.Parent = LP.Backpack
  2934. local currentName = a.Name
  2935. a.Name = string.sub(currentName, 7)
  2936. end
  2937. end
  2938. else
  2939. for i,v in pairs(LP:GetChildren()) do
  2940. if string.sub(v.Name, 1, 5) == "saved" then
  2941. v.Parent = LP.Backpack
  2942. local currentName = v.Name
  2943. v.Name = string.sub(currentName, 7)
  2944. end
  2945. end
  2946. end
  2947. end
  2948.  
  2949. Commands.savealltool = function(args)
  2950. for i,v in pairs(LP.Character:GetDescendants()) do
  2951. if v:IsA("Tool") then
  2952. v.Parent = LP
  2953. local oldName = v.Name
  2954. v.Name = "saved "..oldName
  2955. end
  2956. end
  2957. for i,v in pairs(LP.Backpack:GetDescendants()) do
  2958. if v:IsA("Tool") then
  2959. v.Parent = LP
  2960. local oldName = v.Name
  2961. v.Name = "saved "..oldName
  2962. end
  2963. end
  2964. end
  2965.  
  2966. Commands.loadalltool = function(args)
  2967. for i,v in pairs(LP:GetChildren()) do
  2968. if v:IsA("Tool") and string.sub(v.Name, 1, 5) == "saved" then
  2969. v.Parent = LP.Backpack
  2970. local currentName = v.Name
  2971. v.Name = string.sub(currentName, 7)
  2972. end
  2973. end
  2974. end
  2975.  
  2976. Mouse.KeyDown:Connect(function(key)
  2977. if key == clicktpKEY and clicktpACTIVE == true then
  2978. if Mouse.Target then
  2979. LP.Character.HumanoidRootPart.CFrame = CFrame.new(Mouse.Hit.x, Mouse.Hit.y + 5, Mouse.Hit.z)
  2980. end
  2981. end
  2982. if key == clickdelKEY and clickdelACTIVE == true then
  2983. if Mouse.Target then
  2984. Mouse.Target:Destroy()
  2985. end
  2986. end
  2987. end)
  2988. Mouse.Button1Down:Connect(function()
  2989. if clicktpACTIVE == true and clicktpCLICK == true then
  2990. if Mouse.Target then
  2991. LP.Character.HumanoidRootPart.CFrame = CFrame.new(Mouse.Hit.x, Mouse.Hit.y + 5, Mouse.Hit.z)
  2992. end
  2993. end
  2994. if clickdelACTIVE == true and clickdelCLICK == true then
  2995. if Mouse.Target then
  2996. Mouse.Target:Destroy()
  2997. end
  2998. end
  2999. end)
  3000.  
  3001. clicktpKEY = ""
  3002. clickdelKEY = ""
  3003. clicktpACTIVE = false
  3004. clickdelACTIVE = false
  3005. clicktpCLICK = false
  3006. clickdelCLICK = false
  3007.  
  3008. Commands.clicktp = function(args)
  3009. if args[1] then
  3010. clicktpKEY = string.sub(tostring(args[1]), 1, 1)
  3011. clicktpACTIVE = true
  3012. clicktpCLICK = false
  3013. else
  3014. clicktpKEY = ""
  3015. clicktpACTIVE = true
  3016. clicktpCLICK = true
  3017. end
  3018. clientSided()
  3019. end
  3020.  
  3021. Commands.clickdel = function(args)
  3022. if args[1] then
  3023. clickdelKEY = string.sub(tostring(args[1]), 1, 1)
  3024. clickdelACTIVE = true
  3025. clickdelCLICK = false
  3026. else
  3027. clickdelKEY = ""
  3028. clickdelACTIVE = true
  3029. clickdelCLICK = true
  3030. end
  3031. clientSided()
  3032. end
  3033.  
  3034. Commands.unclicktp = function(args)
  3035. clicktpACTIVE = false
  3036. end
  3037.  
  3038. Commands.unclickdel = function(args)
  3039. clickdelACTIVE = false
  3040. end
  3041.  
  3042. Commands.oof = function(args)
  3043. spawn(function()
  3044. while wait() do
  3045. for i,v in pairs(game:GetService'Players':GetPlayers()) do
  3046. if v.Character ~= nil and v.Character:FindFirstChild'Head' then
  3047. for _,x in pairs(v.Character.Head:GetChildren()) do
  3048. if x:IsA'Sound' then x.Playing = true x.CharacterSoundEvent:FireServer(true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true) end
  3049. end
  3050. end
  3051. end
  3052. end
  3053. end)
  3054. end
  3055.  
  3056. Commands.chatlogs = function(args)
  3057. MainChatFrame.Position = UDim2.new(0, 760, 0, 261)
  3058. MainChatFrame.Visible = true
  3059. end
  3060.  
  3061. Commands.stopadmin = function(args)
  3062. commandPrefix = " "
  3063. following = false
  3064. trailing = false
  3065. annoying = false
  3066. CMDBAR.Visible = false
  3067. Match.Visible = false
  3068. flying = false
  3069. end
  3070.  
  3071. Commands.freecam = function(args)
  3072. for i,getFC in pairs(gsWorkspace:GetDescendants()) do
  3073. if getFC.Name == "rGETpartNUMBER2" then
  3074. getFC:Destroy()
  3075. end
  3076. end
  3077. local CameraPart = Instance.new("Part")
  3078. CameraPart.CanCollide = false
  3079. CameraPart.CFrame = LP.Character.Head.CFrame
  3080. CameraPart.Locked = true
  3081. CameraPart.Transparency = 1
  3082. CameraPart.Size = Vector3.new(1, 1, 1)
  3083. CameraPart.Parent = gsWorkspace
  3084. CameraPart.Name = "rGETpartNUMBER2"
  3085. if bypassMODE == true then
  3086. loopviewfc = true
  3087. elseif bypassMODE == false then
  3088. gsWorkspace.CurrentCamera.CameraSubject = CameraPart
  3089. end
  3090. local speedget = 1
  3091. local T = CameraPart
  3092. local CONTROL = {F = 0, B = 0, L = 0, R = 0}
  3093. local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  3094. local SPEED = speedget
  3095. if args[1] then
  3096. speedfly = tonumber(args[1])
  3097. else
  3098. speedfly = 1
  3099. end
  3100. local function freecamfly()
  3101. LP.Character.Head.Anchored = true
  3102. doFREECAM = true
  3103. local BG = Instance.new('BodyGyro', T)
  3104. local BV = Instance.new('BodyVelocity', T)
  3105. BG.P = 9e4
  3106. BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  3107. BG.cframe = T.CFrame
  3108. BV.velocity = Vector3.new(0, 0.1, 0)
  3109. BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
  3110. spawn(function()
  3111. repeat wait()
  3112. if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
  3113. SPEED = 50
  3114. elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
  3115. SPEED = 0
  3116. end
  3117. if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
  3118. BV.velocity = ((workspace.CurrentCamera.CoordinateFrame.lookVector * (CONTROL.F + CONTROL.B)) + ((workspace.CurrentCamera.CoordinateFrame * CFrame.new(CONTROL.L + CONTROL.R, (CONTROL.F + CONTROL.B) * 0.2, 0).p) - workspace.CurrentCamera.CoordinateFrame.p)) * SPEED
  3119. lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
  3120. elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
  3121. BV.velocity = ((workspace.CurrentCamera.CoordinateFrame.lookVector * (lCONTROL.F + lCONTROL.B)) + ((workspace.CurrentCamera.CoordinateFrame * CFrame.new(lCONTROL.L + lCONTROL.R, (lCONTROL.F + lCONTROL.B) * 0.2, 0).p) - workspace.CurrentCamera.CoordinateFrame.p)) * SPEED
  3122. else
  3123. BV.velocity = Vector3.new(0, 0.1, 0)
  3124. end
  3125. BG.cframe = workspace.CurrentCamera.CoordinateFrame
  3126. until not doFREECAM
  3127. CONTROL = {F = 0, B = 0, L = 0, R = 0}
  3128. lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  3129. SPEED = 0
  3130. BG:destroy()
  3131. BV:destroy()
  3132. end)
  3133. end
  3134. Mouse.KeyDown:connect(function(KEY)
  3135. if KEY:lower() == 'w' then
  3136. CONTROL.F = speedfly
  3137. elseif KEY:lower() == 's' then
  3138. CONTROL.B = -speedfly
  3139. elseif KEY:lower() == 'a' then
  3140. CONTROL.L = -speedfly
  3141. elseif KEY:lower() == 'd' then
  3142. CONTROL.R = speedfly
  3143. end
  3144. end)
  3145. Mouse.KeyUp:connect(function(KEY)
  3146. if KEY:lower() == 'w' then
  3147. CONTROL.F = 0
  3148. elseif KEY:lower() == 's' then
  3149. CONTROL.B = 0
  3150. elseif KEY:lower() == 'a' then
  3151. CONTROL.L = 0
  3152. elseif KEY:lower() == 'd' then
  3153. CONTROL.R = 0
  3154. end
  3155. end)
  3156. freecamfly()
  3157. end
  3158.  
  3159. Commands.fc = function(args)
  3160. if args[1] then
  3161. run(commandPrefix.."freecam "..args[1])
  3162. else
  3163. run(commandPrefix.."freecam")
  3164. end
  3165. end
  3166.  
  3167. Commands.unfreecam = function(args)
  3168. doFREECAM = false
  3169. LP.Character.Head.Anchored = false
  3170. view(LP)
  3171. if gsWorkspace.rGETpartNUMBER2 then
  3172. gsWorkspace.rGETpartNUMBER2:Destroy()
  3173. end
  3174. loopviewfc = false
  3175. end
  3176.  
  3177. Commands.unfc = function(args)
  3178. doFREECAM = false
  3179. LP.Character.Head.Anchored = false
  3180. view(LP)
  3181. if gsWorkspace.rGETpartNUMBER2 then
  3182. gsWorkspace.rGETpartNUMBER2:Destroy()
  3183. end
  3184. loopviewfc = false
  3185. end
  3186.  
  3187. Commands.gotofc = function(args)
  3188. doFREECAM = false
  3189. LP.Character.Head.Anchored = false
  3190. view(LP)
  3191. pcall(function()
  3192. LP.Character.HumanoidRootPart.CFrame = gsWorkspace.rGETpartNUMBER2.CFrame
  3193. gsWorkspace.rGETpartNUMBER2:Destroy()
  3194. end)
  3195. loopviewfc = false
  3196. end
  3197.  
  3198. Commands.fctp = function(args)
  3199. if args[1] then
  3200. for i,v in pairs(findPlayer(args[1])) do
  3201. pcall(function()
  3202. gsWorkspace.rGETpartNUMBER2.CFrame = v.Character.Head.CFrame
  3203. end)
  3204. end
  3205. end
  3206. end
  3207.  
  3208. Commands.cmds = function(args)
  3209. CMDSmain.Position = UDim2.new(0, 695, 0, 297)
  3210. CMDSmain.Visible = true
  3211. CMDSmain:TweenSize(UDim2.new(0, 440, 0, 367), "InOut", "Sine", 1)
  3212. end
  3213.  
  3214. Commands.fullcredits = function(args)
  3215. Notification("info", "Credit to Autumn, Josh and 3dsboy08 (Help with "..commandPrefix.."remotespy and anti client kick)", 1)
  3216. Notification("info", "Credit to Infinite Yield developers (Assisted in "..commandPrefix.."esp and "..commandPrefix.."fly commands)", 1)
  3217. Notification("info", "Credit to Timeless ("..commandPrefix.."invisible) and Harkinian ("..commandPrefix.."shutdown)", 1)
  3218. Notification("info", "Credit to DEX creators ("..commandPrefix.."explorer) and xFunnieuss ("..commandPrefix.."spinhats)", 1)
  3219. Notification("info", "Only creator is illremember", 2)
  3220. end
  3221.  
  3222. Commands.hotkey = function(args)
  3223. if args[1] then
  3224. local hotkeyKEY = string.sub(tostring(args[1]), 1, 3)
  3225. if args[2] then
  3226. table.remove(args, 1)
  3227. local hotkeyCMD = table.concat(args, " ")
  3228. table.insert(hotkeys, hotkeyCMD.."//"..hotkeyKEY)
  3229. fullUpdate()
  3230. Notification("info", "Hotkey added!", 1)
  3231. end
  3232. end
  3233. end
  3234.  
  3235. Mouse.KeyDown:Connect(function(key)
  3236. for i,v in pairs(hotkeys) do
  3237. local currentKey = string.match(v, "[%a%d]+$")
  3238. if string.len(currentKey) == 1 then
  3239. if key == string.sub(v, #v, #v) then
  3240. local commandtoRUN = string.match(v, "^[%w%s]+")
  3241. if string.sub(string.lower(tostring(commandtoRUN)), 1, 3) == "fly" then
  3242. if bypassMODE == true then
  3243. if doFREECAM == false then
  3244. run(commandPrefix..tostring(commandtoRUN))
  3245. else
  3246. run(commandPrefix.."unfly")
  3247. end
  3248. else
  3249. if flying == false then
  3250. run(commandPrefix..tostring(commandtoRUN))
  3251. else
  3252. run(commandPrefix.."unfly")
  3253. end
  3254. end
  3255. elseif tostring(commandtoRUN) == "noclip" then
  3256. if noclip == false then
  3257. run(commandPrefix..tostring(commandtoRUN))
  3258. else
  3259. run(commandPrefix.."clip")
  3260. end
  3261. elseif tostring(commandtoRUN) == "freecam" or tostring(commandtoRUN) == "fc" then
  3262. if doFREECAM == false then
  3263. run(commandPrefix..tostring(commandtoRUN))
  3264. else
  3265. if fchotkeymode == "goto" then
  3266. run(commandPrefix.."gotofc")
  3267. elseif fchotkeymode == "unfc" then
  3268. run(commandPrefix.."unfreecam")
  3269. end
  3270. end
  3271. else
  3272. run(commandPrefix..tostring(commandtoRUN))
  3273. end
  3274. end
  3275. else
  3276. if string.lower(string.sub(tostring(currentKey), 1, 1)) == "f" then
  3277. local commandtoRUN = string.match(v, "^[%w%s]+")
  3278. local hotkeyadjust = tonumber(string.sub(currentKey, 2, 3)) + 25
  3279. if string.byte(key) == hotkeyadjust then
  3280. if string.sub(string.lower(tostring(commandtoRUN)), 1, 3) == "fly" then
  3281. if bypassMODE == true then
  3282. if doFREECAM == false then
  3283. run(commandPrefix..tostring(commandtoRUN))
  3284. else
  3285. run(commandPrefix.."unfly")
  3286. end
  3287. else
  3288. if flying == false then
  3289. run(commandPrefix..tostring(commandtoRUN))
  3290. else
  3291. run(commandPrefix.."unfly")
  3292. end
  3293. end
  3294. elseif tostring(commandtoRUN) == "noclip" then
  3295. if noclip == false then
  3296. run(commandPrefix..tostring(commandtoRUN))
  3297. else
  3298. run(commandPrefix.."clip")
  3299. end
  3300. elseif tostring(commandtoRUN) == "freecam" or tostring(commandtoRUN) == "fc" then
  3301. if doFREECAM == false then
  3302. run(commandPrefix..tostring(commandtoRUN))
  3303. else
  3304. if fchotkeymode == "goto" then
  3305. run(commandPrefix.."gotofc")
  3306. elseif fchotkeymode == "unfc" then
  3307. run(commandPrefix.."unfreecam")
  3308. end
  3309. end
  3310. else
  3311. run(commandPrefix..tostring(commandtoRUN))
  3312. end
  3313. end
  3314. end
  3315. end
  3316. end
  3317. end)
  3318.  
  3319. Commands.removeallhotkey = function(args)
  3320. hotkeys = {}
  3321. fullUpdate()
  3322. Notification("warning", "All hotkeys reset/removed", 6)
  3323. end
  3324.  
  3325. Commands.removehotkey = function(args)
  3326. if args[1] then
  3327. for i,v in pairs(hotkeys) do
  3328. local currentKey = string.match(v, "[%a%d]+$")
  3329. if currentKey == string.lower(tostring(args[1])) then
  3330. table.remove(hotkeys, i)
  3331. fullUpdate()
  3332. end
  3333. end
  3334. end
  3335. end
  3336.  
  3337. Commands.printhotkeys = function(args)
  3338. for i,v in pairs(hotkeys) do
  3339. warn("HOTKEYS:")
  3340. print(v)
  3341. end
  3342. end
  3343.  
  3344. Commands.os = function(args)
  3345. if args[1] then
  3346. for i,v in pairs(findPlayer(args[1])) do
  3347. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(v.Name.." is on "..v.OsPlatform, "All")
  3348. end
  3349. end
  3350. end
  3351.  
  3352. spinning = false
  3353. Commands.spin = function(args)
  3354. if args[1] then
  3355. for i,v in pairs(findSinglePlayer(args[1])) do
  3356. run(commandPrefix.."attach "..v.Name)
  3357. annplr = v
  3358. annoying = true
  3359. spinning = true
  3360. end
  3361. end
  3362. end
  3363.  
  3364. Commands.unspin = function(args)
  3365. if spinning then
  3366. annoying = false
  3367. spinning = false
  3368. end
  3369. run(""..commandPrefix.."unattach")
  3370. end
  3371.  
  3372. Commands.explorer = function(args)
  3373. loadstring(game:GetObjects("rbxassetid://418957341")[1].Source)()
  3374. Notification("info", "Loaded DEX explorer!", 5)
  3375. end
  3376.  
  3377. Commands.maxzoom = function(args)
  3378. if args[1] then
  3379. LP.CameraMaxZoomDistance = args[1]
  3380. end
  3381. end
  3382.  
  3383. Commands.stare = function(args)
  3384. if args[1] then
  3385. for i,v in pairs(findSinglePlayer(args[1])) do
  3386. stareplr = v
  3387. staring = true
  3388. end
  3389. end
  3390. end
  3391.  
  3392. Commands.unstare = function(args)
  3393. staring = false
  3394. end
  3395.  
  3396. Commands.tempgod = function(args)
  3397. local hu = LP.Character.Humanoid
  3398. local l = Instance.new("Humanoid")
  3399. l.Parent = LP.Character
  3400. l.Name = "Humanoid"
  3401. wait(0.1)
  3402. hu.Parent = LP
  3403. gsWorkspace.CurrentCamera.CameraSubject = LP.Character
  3404. LP.Character.Animate.Disabled = true
  3405. wait(0.1)
  3406. LP.Character.Animate.Disabled = false
  3407. Notification("info", "Enabled Temp FE Godmode", 4)
  3408. end
  3409.  
  3410. Commands.void = function(args)
  3411. if hasTools() == false then
  3412. Notification("warning", "You need a tool in your backpack/inventory to use this command.", 8)
  3413. else
  3414. FEGodmode()
  3415. for i,v in pairs(LP.Backpack:GetChildren())do
  3416. LP.Character.Humanoid:EquipTool(v)
  3417. end
  3418. if args[1] then
  3419. for i,v in pairs(findSinglePlayer(args[1])) do
  3420. local NOW = LP.Character.HumanoidRootPart.CFrame
  3421. LP.Character.HumanoidRootPart.CFrame = v.Character["Left Arm"].CFrame
  3422. wait(0.3)
  3423. LP.Character.HumanoidRootPart.CFrame = v.Character["Left Arm"].CFrame
  3424. local function tp(player,player2)
  3425. local char1,char2=player.Character,player2.Character
  3426. if char1 and char2 then
  3427. char1:MoveTo(char2.Head.Position)
  3428. end
  3429. end
  3430. wait(0.5)
  3431. LP.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(999999999999999,0,999999999999999))
  3432. end
  3433. end
  3434. end
  3435. end
  3436.  
  3437. Commands.freefall = function(args)
  3438. if hasTools() == false then
  3439. Notification("warning", "You need a tool in your backpack/inventory to use this command.", 8)
  3440. else
  3441. FEGodmode()
  3442. for i,v in pairs(LP.Backpack:GetChildren())do
  3443. LP.Character.Humanoid:EquipTool(v)
  3444. end
  3445. if args[1] then
  3446. for i,v in pairs(findSinglePlayer(args[1])) do
  3447. local NOW = LP.Character.HumanoidRootPart.CFrame
  3448. LP.Character.HumanoidRootPart.CFrame = v.Character["Left Arm"].CFrame
  3449. wait(0.3)
  3450. LP.Character.HumanoidRootPart.CFrame = v.Character["Left Arm"].CFrame
  3451. wait(0.5)
  3452. LP.Character.HumanoidRootPart.CFrame = NOW
  3453. wait(0.5)
  3454. LP.Character.HumanoidRootPart.CFrame = NOW
  3455. wait(0.6)
  3456. LP.Character.HumanoidRootPart.CFrame = CFrame.new(0,50000,0)
  3457. end
  3458. end
  3459. end
  3460. end
  3461.  
  3462. Commands.version = function(args)
  3463. Notification("info", "Current Shattervast Version: V2.8", 7)
  3464. end
  3465.  
  3466. Commands.shiftlockon = function(args)
  3467. LP.DevEnableMouseLock = true
  3468. Notification("info", "Shift lock enabled!", 5)
  3469. end
  3470.  
  3471. for i,needChat in pairs(gsPlayers:GetPlayers()) do
  3472. needChat.Chatted:Connect(function(msg)
  3473. if copychatall then
  3474. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(msg, "All")
  3475. end
  3476. end)
  3477. end
  3478. gsPlayers.PlayerAdded:Connect(function(plr)
  3479. plr.Chatted:Connect(function(msg)
  3480. if copychatall then
  3481. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(msg, "All")
  3482. end
  3483. end)
  3484. end)
  3485.  
  3486. copychatplayer = nil
  3487. copychatall = false
  3488. copychatACTIVE = false
  3489. Commands.copychat = function(args)
  3490. if args[1] then
  3491. if string.lower(args[1]) == "all" or string.lower(args[1]) == "others" then
  3492. copychatall = true
  3493. else
  3494. for i,v in pairs(findPlayer(args[1])) do
  3495. if v ~= LP then
  3496. copychatplayer = v
  3497. copychatACTIVE = true
  3498. end
  3499. end
  3500. end
  3501. end
  3502. end
  3503.  
  3504. Commands.uncopychat = function(args)
  3505. copychatall = false
  3506. copychatACTIVE = false
  3507. end
  3508.  
  3509. Commands.newkill = function(args)
  3510. if hasTools() == false then
  3511. Notification("warning", "You need TWO tools in your backpack/inventory to use this command.", 8)
  3512. else
  3513. if args[1] then
  3514. for i,plr in pairs(findSinglePlayer(args[1])) do
  3515. for i,v in pairs(LP.Backpack:GetChildren())do
  3516. LP.Character.Humanoid:EquipTool(v)
  3517. end
  3518. for i,v in pairs(LP.Backpack:GetDescendants()) do
  3519. if v:IsA("Tool") then
  3520. v.Parent = LP.Character
  3521. wait()
  3522. v.Parent = plr.Character
  3523. end
  3524. end
  3525. wait(0.4)
  3526. LP.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(4000000, -10, 200000))
  3527. end
  3528. end
  3529. end
  3530. end
  3531.  
  3532. Commands.newattach = function(args)
  3533. if hasTools() == false then
  3534. Notification("warning", "You need TWO tools in your backpack/inventory to use this command.", 8)
  3535. else
  3536. if args[1] then
  3537. for i,plr in pairs(findSinglePlayer(args[1])) do
  3538. for i,v in pairs(LP.Backpack:GetChildren())do
  3539. LP.Character.Humanoid:EquipTool(v)
  3540. end
  3541. for i,v in pairs(LP.Backpack:GetDescendants()) do
  3542. if v:IsA("Tool") then
  3543. v.Parent = LP.Character
  3544. wait()
  3545. v.Parent = plr.Character
  3546. end
  3547. end
  3548. end
  3549. end
  3550. end
  3551. end
  3552.  
  3553. Commands.newbring = function(args)
  3554. if hasTools() == false then
  3555. Notification("warning", "You need TWO tools in your backpack/inventory to use this command.", 8)
  3556. else
  3557. if args[1] then
  3558. for i,plr in pairs(findSinglePlayer(args[1])) do
  3559. local NOW = LP.Character.HumanoidRootPart.CFrame
  3560. for i,v in pairs(LP.Backpack:GetChildren())do
  3561. LP.Character.Humanoid:EquipTool(v)
  3562. end
  3563. for i,v in pairs(LP.Backpack:GetDescendants()) do
  3564. if v:IsA("Tool") then
  3565. v.Parent = LP.Character
  3566. wait()
  3567. v.Parent = plr.Character
  3568. end
  3569. end
  3570. wait(0.4)
  3571. LP.Character.HumanoidRootPart.CFrame = NOW
  3572. wait(0.4)
  3573. LP.Character.HumanoidRootPart.CFrame = NOW
  3574. end
  3575. end
  3576. end
  3577. end
  3578.  
  3579. Commands.spawn = function(args)
  3580. if args[1] then
  3581. if string.lower(tostring(args[1])) == "ws" then
  3582. spawnWS = args[2] or CurrentWalkspeed
  3583. LP.Character.Humanoid.WalkSpeed = args[2] or CurrentWalkspeed
  3584. elseif string.lower(tostring(args[1])) == "jp" then
  3585. spawnJP = args[2] or CurrentJumppower
  3586. LP.Character.Humanoid.JumpPower = args[2] or CurrentJumppower
  3587. elseif string.lower(tostring(args[1])) == "hh" then
  3588. spawnHH = args[2] or CurrentHipheight
  3589. LP.Character.Humanoid.HipHeight = args[2] or CurrentHipheight
  3590. elseif string.lower(tostring(args[1])) == "god" then
  3591. spawningfegod = true
  3592. FEGodmode()
  3593. end
  3594. end
  3595. end
  3596.  
  3597. Commands.unspawn = function(args)
  3598. spawnWS = CurrentWalkspeed
  3599. spawnJP = CurrentJumppower
  3600. spawnHH = CurrentHipheight
  3601. spawningfegod = false
  3602. Notification("info", "Reset spawning stats", 5)
  3603. end
  3604.  
  3605. savingtoolsloop = false
  3606. Commands.autosavetool = function(args)
  3607. if args[1] then
  3608. if string.lower(tostring(args[1])) == "on" then
  3609. savingtoolsloop = true
  3610. elseif string.lower(tostring(args[1])) == "off" then
  3611. savingtoolsloop = false
  3612. end
  3613. end
  3614. end
  3615.  
  3616. modeFling = false
  3617. modeCompliment = false
  3618. modeMove = false
  3619. modeInfo = false
  3620. Commands.beginbot = function(args)
  3621. if not args[1] then
  3622. print("fling // compliment // move // info")
  3623. Notification("info", ""..commandPrefix.."beginbot Modes printed", 5)
  3624. else
  3625. if string.lower(tostring(args[1])) == "fling" then
  3626. modeFling = true
  3627. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Hello! I am Fling-Bot 5000! Say !fling [Player] to fling that player!", "All")
  3628. elseif string.lower(tostring(args[1])) == "compliment" then
  3629. modeCompliment = true
  3630. complimentReady = true
  3631. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Good day, I am Compliment-Bot. Say !c [Player] to give them a compliment.", "All")
  3632. elseif string.lower(tostring(args[1])) == "move" then
  3633. modeMove = true
  3634. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Hi, I am movement bot. Commands you can use: !walk [Player], !bringbot, !follow [Player].", "All")
  3635. elseif string.lower(tostring(args[1])) == "info" then
  3636. modeInfo = true
  3637. infoReady = true
  3638. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Hey, I'm Info-Bot. Commands you can use: !age [Player], !id [Player].", "All")
  3639. end
  3640. end
  3641. end
  3642.  
  3643. Commands.endbot = function(args)
  3644. if not args[1] then
  3645. modeFling = false
  3646. modeCompliment = false
  3647. modeMove = false
  3648. modeInfo = false
  3649. else
  3650. if string.lower(tostring(args[1])) == "fling" then
  3651. modeFling = false
  3652. elseif string.lower(tostring(args[1])) == "compliment" then
  3653. modeCompliment = false
  3654. elseif string.lower(tostring(args[1])) == "move" then
  3655. modeMove = false
  3656. elseif string.lower(tostring(args[1])) == "info" then
  3657. modeInfo = false
  3658. end
  3659. end
  3660. end
  3661.  
  3662. Commands.stopsit = function(args)
  3663. stopsitting = true
  3664. end
  3665.  
  3666. Commands.gosit = function(args)
  3667. stopsitting = false
  3668. end
  3669.  
  3670. chattingerror = true
  3671. Commands.chaterror = function(args)
  3672. if chattingerror then
  3673. chattingerror = false
  3674. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(" ", "All")
  3675. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(" ", "All")
  3676. wait(4)
  3677. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(" ", "All")
  3678. wait(3)
  3679. chattingerror = true
  3680. end
  3681. end
  3682.  
  3683. spawnpos = nil
  3684. spawningpos = true
  3685. Commands.spawnpoint = function(args)
  3686. spawnpos = LP.Character.HumanoidRootPart.CFrame
  3687. spawningpos = true
  3688. Notification("info", "Spawn point has been set! Use "..commandPrefix.."nospawn to remove.", 6)
  3689. end
  3690.  
  3691. Commands.nospawn = function(args)
  3692. spawningpos = false
  3693. Notification("info", "Spawn point has been removed. Use "..commandPrefix.."spawnpoint to enable.", 6)
  3694. end
  3695.  
  3696. Commands.bypass = function(args)
  3697. if args[1] then
  3698. if string.lower(tostring(args[1])) == "on" then
  3699. bypassMODE = true
  3700. Notification("warning", "Bypass mode turned on, this changes functions of "..commandPrefix.."fly and other commands to bypass most anti-exploits.", 7)
  3701. elseif string.lower(tostring(args[1])) == "off" then
  3702. bypassMODE = false
  3703. Notification("warning", "Bypass mode has been turned off.", 7)
  3704. end
  3705. end
  3706. end
  3707.  
  3708. Commands.fixcam = function(args)
  3709. gsWorkspace.CurrentCamera:Destroy()
  3710. wait(0.1)
  3711. game:GetService("Workspace").CurrentCamera.CameraSubject = LP.Character.Humanoid
  3712. game:GetService("Workspace").CurrentCamera.CameraType = "Custom"
  3713. LP.CameraMinZoomDistance = 0.5
  3714. LP.CameraMaxZoomDistance = 400
  3715. LP.CameraMode = "Classic"
  3716. LP.DevCameraOcclusionMode = CurrentNormal
  3717. end
  3718.  
  3719. Commands.gotoobj = function(args)
  3720. if args[1] then
  3721. for i,v in pairs(gsWorkspace:GetDescendants()) do
  3722. if string.lower(v.Name) == string.lower(tostring(args[1])) then
  3723. LP.Character.HumanoidRootPart.CFrame = v.CFrame + Vector3.new(0, 3, 0)
  3724. end
  3725. end
  3726. end
  3727. end
  3728.  
  3729. Commands.breakcam = function(args)
  3730. gsWorkspace.CurrentCamera.CameraSubject = LP.Character.Head
  3731. end
  3732.  
  3733. Commands.inviscam = function(args)
  3734. LP.DevCameraOcclusionMode = "Invisicam"
  3735. end
  3736.  
  3737. printobjKEY = ""
  3738. printobjCLICKING = false
  3739. printobjACTIVE = false
  3740.  
  3741. Commands.printobj = function(args)
  3742. if args[1] then
  3743. printobjKEY = string.sub(tostring(args[1]), 1, 1)
  3744. printobjACTIVE = true
  3745. printobjCLICKING = false
  3746. else
  3747. printobjKEY = ""
  3748. printobjACTIVE = true
  3749. printobjCLICKING = true
  3750. end
  3751. end
  3752.  
  3753. Mouse.KeyDown:Connect(function(key)
  3754. if key == printobjKEY and printobjACTIVE == true then
  3755. if Mouse.Target then
  3756. local path = Mouse.Target:GetFullName()
  3757. local getPath = "game:GetService(\"Workspace\")"
  3758. local getSpaces = ""
  3759. local separate = {}
  3760. local a = nil
  3761. for v in string.gmatch(string.sub(path, 10), "[^.]+") do
  3762. if string.match(v, " ") then
  3763. a = "["..v.."]"
  3764. table.insert(separate, a)
  3765. else
  3766. a = "."..v
  3767. table.insert(separate, a)
  3768. end
  3769. getSpaces = table.concat(separate, "")
  3770. end
  3771. local fullPath = getPath..getSpaces
  3772. print(fullPath)
  3773. end
  3774. end
  3775. end)
  3776. Mouse.Button1Down:Connect(function()
  3777. if printobjCLICKING == true and printobjACTIVE == true then
  3778. if Mouse.Target then
  3779. local path = Mouse.Target:GetFullName()
  3780. local getPath = "game:GetService(\"Workspace\")"
  3781. local getSpaces = ""
  3782. local separate = {}
  3783. local a = nil
  3784. for v in string.gmatch(string.sub(path, 10), "[^.]+") do
  3785. if string.match(v, " ") then
  3786. a = "["..v.."]"
  3787. table.insert(separate, a)
  3788. else
  3789. a = "."..v
  3790. table.insert(separate, a)
  3791. end
  3792. getSpaces = table.concat(separate, "")
  3793. end
  3794. local fullPath = getPath..getSpaces
  3795. print(fullPath)
  3796. end
  3797. end
  3798. end)
  3799.  
  3800. Commands.unprintobj = function(args)
  3801. printobjACTIVE = false
  3802. printobjCLICKING = false
  3803. end
  3804.  
  3805. Commands.hotkeyfc = function(args)
  3806. if args[1] then
  3807. if string.lower(tostring(args[1])) == "goto" then
  3808. fchotkeymode = "goto"
  3809. elseif string.lower(tostring(args[1])) == "unfc" then
  3810. fchotkeymode = "unfc"
  3811. end
  3812. fullUpdate()
  3813. end
  3814. end
  3815.  
  3816. Commands.carpet = function(args)
  3817. if args[1] then
  3818. for i,v in pairs(findSinglePlayer(args[1])) do
  3819. if v ~= nil then
  3820. annoying = true
  3821. annplr = v
  3822. local carpetAnimation = Instance.new("Animation")
  3823. carpetAnimation.AnimationId = "rbxassetid://282574440"
  3824. carpetTrack = LP.Character.Humanoid:LoadAnimation(carpetAnimation)
  3825. carpetTrack:Play(.1, 1, 1)
  3826. end
  3827. end
  3828. end
  3829. end
  3830.  
  3831. Commands.uncarpet = function(args)
  3832. annoying = false
  3833. carpetTrack:Stop()
  3834. end
  3835.  
  3836. Commands.brickcreate = function(args)
  3837. if args[1] then
  3838. local createPosition = LP.Character.HumanoidRootPart.CFrame
  3839. if args[2] and args[3] and args[4] then
  3840. createPosition = CFrame.new(Vector3.new(args[2], args[3], args[4]))
  3841. else
  3842. createPosition = LP.Character.HumanoidRootPart.CFrame
  3843. end
  3844. for i = 1, args[1] do
  3845. LP.Character.HumanoidRootPart.CFrame = createPosition
  3846. run(commandPrefix.."blockhats")
  3847. wait(0.2)
  3848. run(commandPrefix.."drophats")
  3849. wait(0.2)
  3850. run(commandPrefix.."reset")
  3851. wait(6)
  3852. end
  3853. end
  3854. end
  3855.  
  3856. Commands.forward = function(args)
  3857. if args[1] then
  3858. forwardSpeed = args[1]
  3859. else
  3860. forwardSpeed = 1
  3861. end
  3862. cmdForward = true
  3863. end
  3864.  
  3865. Commands.unforward = function(args)
  3866. cmdForward = false
  3867. end
  3868.  
  3869. Commands.id = function(args)
  3870. if args[1] then
  3871. for i,v in pairs(findPlayer(args[1])) do
  3872. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(v.Name.." Account ID: "..v.UserId.."!", "All")
  3873. end
  3874. end
  3875. end
  3876.  
  3877. Commands.spinhats = function(args) -- Credit to xFunnieuss
  3878. for i,v in pairs(LP.Character:GetDescendants()) do
  3879. if v:IsA("Accessory") or v:IsA("Hat") then
  3880. local keep = Instance.new("BodyPosition") keep.Parent = v.Handle keep.Name = "no"
  3881. local spin = Instance.new("BodyAngularVelocity") spin.Parent = v.Handle spin.Name = "ha"
  3882. if v.Handle.AccessoryWeld then
  3883. v.Handle.AccessoryWeld:Destroy()
  3884. end
  3885. if args[1] then
  3886. spin.AngularVelocity = Vector3.new(0, args[1], 0)
  3887. spin.MaxTorque = Vector3.new(0, args[1] * 2, 0)
  3888. else
  3889. spin.AngularVelocity = Vector3.new(0, 100, 0)
  3890. spin.MaxTorque = Vector3.new(0, 200, 0)
  3891. end
  3892. keep.P = 30000
  3893. keep.D = 50
  3894. spinObj = keep
  3895. spinTOhead = true
  3896. end
  3897. end
  3898. end
  3899.  
  3900. Commands.unspinhats = function(args)
  3901. for i,v in pairs(LP.Character:GetDescendants()) do
  3902. if v:IsA("Accessory") or v:IsA("Hat") then
  3903. pcall(function()
  3904. run(commandPrefix.."drophats")
  3905. wait(2)
  3906. v.Handle.spin:Destroy()
  3907. v.Handle.keep:Destroy()
  3908. end)
  3909. end
  3910. end
  3911. end
  3912.  
  3913. savedmap = {}
  3914. Commands.savemap = function(args)
  3915. for i,v in pairs(gsWorkspace:GetChildren()) do
  3916. v.Archivable = true
  3917. if not v:IsA("Terrain") and not v:IsA("Camera") then
  3918. if not gsPlayers:FindFirstChild(v.Name) then
  3919. table.insert(savedmap, v:Clone())
  3920. end
  3921. end
  3922. end
  3923. clientSided()
  3924. end
  3925.  
  3926. Commands.loadmap = function(args)
  3927. for i,v in pairs(gsWorkspace:GetChildren()) do
  3928. if not v:IsA("Terrain") and not v:IsA("Camera") then
  3929. if not gsPlayers:FindFirstChild(v.Name) then
  3930. pcall(function()
  3931. v:Destroy()
  3932. end)
  3933. end
  3934. end
  3935. end
  3936. for i,a in ipairs(savedmap) do
  3937. a:Clone().Parent = gsWorkspace
  3938. end
  3939. clientSided()
  3940. end
  3941.  
  3942. Commands.creatorid = function(args)
  3943. LP.UserId = game.CreatorId
  3944. end
  3945.  
  3946. Commands.gameid = function(args)
  3947. Notification("info", "Current game's ID = "..game.GameId, 8)
  3948. end
  3949.  
  3950. Commands.delobj = function(args)
  3951. if args[1] then
  3952. for i,v in pairs(gsWorkspace:GetDescendants()) do
  3953. if string.lower(v.Name) == string.lower(tostring(args[1])) then
  3954. v:Destroy()
  3955. clientSided()
  3956. end
  3957. end
  3958. end
  3959. end
  3960.  
  3961. Commands.glide = function(args)
  3962. if args[1] then
  3963. for i,v in pairs(findSinglePlayer(args[1])) do
  3964. local goal = {}
  3965. goal.CFrame = v.Character.HumanoidRootPart.CFrame
  3966. local defaultSpeed = 3
  3967. if args[2] then
  3968. if tonumber(args[2]) < 10 then
  3969. defaultSpeed = tonumber(args[2])
  3970. else
  3971. defaultSpeed = 5
  3972. end
  3973. else
  3974. defaultSpeed = 3
  3975. end
  3976. local goalFunction = gsTween:Create(LP.Character.HumanoidRootPart, TweenInfo.new(defaultSpeed, Enum.EasingStyle.Sine, Enum.EasingDirection.InOut), goal)
  3977. goalFunction:Play()
  3978. end
  3979. end
  3980. end
  3981.  
  3982. stutterON = false
  3983. Commands.stutter = function(args)
  3984. if args[1] then
  3985. if string.lower(tostring(args[1])) == "on" then
  3986. stutterON = true
  3987. elseif string.lower(tostring(args[1])) == "off" then
  3988. stutterON = false
  3989. wait(0.4)
  3990. LP.Character.HumanoidRootPart.Anchored = false
  3991. end
  3992. end
  3993. end
  3994.  
  3995. spawn(function()
  3996. while wait(0.1) do
  3997. if stutterON == true then
  3998. LP.Character.HumanoidRootPart.Anchored = false
  3999. wait(0.1)
  4000. LP.Character.HumanoidRootPart.Anchored = true
  4001. end
  4002. end
  4003. end)
  4004.  
  4005. Commands.platform = function(args)
  4006. local a = Instance.new("Part")
  4007. a.Parent = gsWorkspace
  4008. a.Size = Vector3.new(10, 1, 10)
  4009. a.Anchored = true
  4010. a.CFrame = LP.Character.HumanoidRootPart.CFrame + Vector3.new(0, 5, 0)
  4011. LP.Character.HumanoidRootPart.CFrame = a.CFrame + Vector3.new(0, 2, 0)
  4012. clientSided()
  4013. wait(20)
  4014. a:Destroy()
  4015. end
  4016.  
  4017. Commands.servertime = function(args)
  4018. Notification("info", "Server time is "..math.ceil(tonumber(gsWorkspace.DistributedGameTime)).." seconds.", 8)
  4019. end
  4020.  
  4021. Commands.ride = function(args)
  4022. if args[1] then
  4023. for i,v in pairs(findSinglePlayer(args[1])) do
  4024. local Anim = Instance.new("Animation")
  4025. Anim.AnimationId = "rbxassetid://179224234"
  4026. RIDEtrack = LP.Character.Humanoid:LoadAnimation(Anim)
  4027. rideACTIVE = true
  4028. ridePLAYER = v
  4029. RIDEtrack:Play()
  4030. end
  4031. end
  4032. end
  4033.  
  4034. Commands.unride = function(args)
  4035. RIDEtrack:Stop()
  4036. rideACTIVE = false
  4037. end
  4038.  
  4039. Commands.cmute = function(args)
  4040. if args[1] then
  4041. for i,v in pairs(findSinglePlayer(args[1])) do
  4042. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("/mute "..v.Name, "All")
  4043. clientSided()
  4044. end
  4045. end
  4046. end
  4047.  
  4048. Commands.uncmute = function(args)
  4049. if args[1] then
  4050. for i,v in pairs(findSinglePlayer(args[1])) do
  4051. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("/unmute "..v.Name, "All")
  4052. end
  4053. end
  4054. end
  4055.  
  4056. Commands.hat = function(args)
  4057. if args[1] then
  4058. for i,v in pairs(findSinglePlayer(args[1])) do
  4059. local Anim = Instance.new("Animation")
  4060. Anim.AnimationId = "rbxassetid://282574440"
  4061. HATtrack = LP.Character.Humanoid:LoadAnimation(Anim)
  4062. rideACTIVE = true
  4063. ridePLAYER = v
  4064. HATtrack:Play()
  4065. view(v)
  4066. end
  4067. end
  4068. end
  4069.  
  4070. Commands.unhat = function(args)
  4071. HATtrack:Stop()
  4072. rideACTIVE = false
  4073. view(LP)
  4074. end
  4075.  
  4076. --[[Commands.spawnreset = function(args)
  4077. if args[1] then
  4078. if string.lower(tostring(args[1])) == "on" then
  4079. spawningatreset = true
  4080. elseif string.lower(tostring(args[1])) == "off" then
  4081. spawningatreset = false
  4082. end
  4083. end
  4084. end]]
  4085.  
  4086. Commands.chat = function(args)
  4087. if args[1] then
  4088. local Chatmsg = table.concat(args, " ")
  4089. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(Chatmsg, "All")
  4090. end
  4091. end
  4092.  
  4093. -- findPlayer function (ALL, OTHERS, ME, NOOBS, VETERANS, OLDVETERANS, FRIENDS, NOFRIENDS, DEFAULT, RANDOM, SAMETEAM, NOTEAM, OTHERTEAM, TEAMname)
  4094. function findPlayer(plr)
  4095. local players = {}
  4096. local find = plr:lower()
  4097. local getAllNames = getmultipleplayers(find)
  4098. for i,mplr in pairs(getAllNames) do
  4099. if mplr == "all" then
  4100. for i,v in pairs(gsPlayers:GetPlayers()) do
  4101. table.insert(players,v)
  4102. end
  4103. elseif mplr == "others" then
  4104. for i,v in pairs(gsPlayers:GetPlayers()) do
  4105. if v.Name ~= LP.Name then
  4106. table.insert(players,v)
  4107. end
  4108. end
  4109. elseif mplr == "me" then
  4110. table.insert(players,LP)
  4111. elseif mplr == "noobs" then
  4112. for i,v in pairs(gsPlayers:GetPlayers()) do
  4113. if v.AccountAge <= 3 then
  4114. table.insert(players,v)
  4115. end
  4116. end
  4117. elseif mplr == "veterans" then
  4118. for i,v in pairs(gsPlayers:GetPlayers()) do
  4119. if v.AccountAge >= 365 then
  4120. table.insert(players,v)
  4121. end
  4122. end
  4123. elseif mplr == "oldveterans" then
  4124. for i,v in pairs(gsPlayers:GetPlayers()) do
  4125. if v.AccountAge >= 1500 then
  4126. table.insert(players,v)
  4127. end
  4128. end
  4129. elseif mplr == "friends" then
  4130. for i,v in pairs(gsPlayers:GetPlayers()) do
  4131. if v:IsFriendsWith(LP.UserId) and v.Name ~= LP.Name then
  4132. table.insert(players,v)
  4133. end
  4134. end
  4135. elseif mplr == "nofriends" then
  4136. for i,v in pairs(gsPlayers:GetPlayers()) do
  4137. if not v:IsFriendsWith(LP.UserId) and v.Name ~= LP.Name then
  4138. table.insert(players,v)
  4139. end
  4140. end
  4141. elseif mplr == "default" then
  4142. for i,v in pairs(gsPlayers:GetPlayers()) do
  4143. if v.Character:FindFirstChild("Pal Hair") or v.Character:FindFirstChild("Kate Hair") then
  4144. table.insert(players,v)
  4145. end
  4146. end
  4147. elseif mplr == "random" then
  4148. for i,v in pairs(gsPlayers:GetPlayers()) do
  4149. table.insert(players,v[math.random(1, #v)])
  4150. end
  4151. elseif mplr == "sameteam" then
  4152. for i,v in pairs(gsPlayers:GetPlayers()) do
  4153. if v.Team == LP.Team then
  4154. table.insert(players,v)
  4155. end
  4156. end
  4157. elseif mplr == "noteam" then
  4158. for i,v in pairs(gsPlayers:GetPlayers()) do
  4159. if v.Team == nil then
  4160. table.insert(players,v)
  4161. end
  4162. end
  4163. elseif mplr == "otherteam" then
  4164. for i,v in pairs(gsPlayers:GetPlayers()) do
  4165. if v.Team ~= LP.Team then
  4166. table.insert(players,v)
  4167. end
  4168. end
  4169. elseif string.sub(mplr, 1, 4) == "team" then
  4170. for i,v in pairs(gsPlayers:GetPlayers()) do
  4171. local spaceTEAM = {}
  4172. for teamValues in (string.gmatch(string.sub(mplr, 5), "[^_]+")) do
  4173. spaceTEAM[#spaceTEAM + 1] = teamValues
  4174. end
  4175. local gottrueteam = table.concat(spaceTEAM, " ")
  4176. if string.lower(tostring(v.Team)) == string.lower(gottrueteam) then
  4177. table.insert(players,v)
  4178. end
  4179. end
  4180. else
  4181. for i,v in pairs(gsPlayers:GetPlayers()) do
  4182. if string.lower(v.Name):sub(1, #mplr) == string.lower(mplr) then
  4183. table.insert(players,v)
  4184. end
  4185. end
  4186. end
  4187. end
  4188.  
  4189. return players
  4190. end
  4191. function getmultipleplayers(plr)
  4192. local plrsgotten = {}
  4193. for i in string.gmatch(plr,"[^,]+") do
  4194. table.insert(plrsgotten,i)
  4195. end
  4196. return plrsgotten
  4197. end
  4198. function findSinglePlayer(plr)
  4199. local players = {}
  4200. local find = plr:lower()
  4201. if find == "me" then
  4202. table.insert(players,LP)
  4203. else
  4204. for i,v in pairs(gsPlayers:GetPlayers()) do
  4205. if string.lower(v.Name):sub(1, #find) == string.lower(find) then
  4206. table.insert(players,v)
  4207. end
  4208. end
  4209. end
  4210. local oneplayer = {}
  4211. pcall(function()
  4212. table.insert(oneplayer, players[math.random(1, #players)])
  4213. end)
  4214. return oneplayer
  4215. end
  4216.  
  4217. -- Anti Kick
  4218.  
  4219. if getrawmetatable then
  4220. function formatargs(getArgs,v)
  4221. if #getArgs == 0 then
  4222. return ""
  4223. end
  4224.  
  4225. local collectArgs = {}
  4226. for k,v in next,getArgs do
  4227. local argument = ""
  4228. if type(v) == "string" then
  4229. argument = "\""..v.."\""
  4230. elseif type(v) == "table" then
  4231. argument = "{" .. formatargs(v,true) .. "}"
  4232. else
  4233. argument = tostring(v)
  4234. end
  4235. if v and type(k) ~= "number" then
  4236. table.insert(collectArgs,k.."="..argument)
  4237. else
  4238. table.insert(collectArgs,argument)
  4239. end
  4240. end
  4241. return table.concat(collectArgs, ", ")
  4242. end
  4243.  
  4244. kicknum = 0
  4245. local game_meta = getrawmetatable(game)
  4246. local game_namecall = game_meta.__namecall
  4247. local game_index = game_meta.__index
  4248. local w = (setreadonly or fullaccess or make_writeable)
  4249. pcall(w, game_meta, false)
  4250. game_meta.__namecall = function(out, ...)
  4251. local args = {...}
  4252. local Method = args[#args]
  4253. args[#args] = nil
  4254.  
  4255. if Method == "Kick" and out == LP then
  4256. kicknum = kicknum + 1
  4257. warn("Blocked client-kick attempt "..kicknum)
  4258. return
  4259. end
  4260.  
  4261. if antiremotes then
  4262. if Method == "FireServer" or Method == "InvokeServer" then
  4263. if out.Name ~= "CharacterSoundEvent" and out.Name ~= "SayMessageRequest" and out.Name ~= "AddCharacterLoadedEvent" and out.Name ~= "RemoveCharacterEvent" and out.Name ~= "DefaultServerSoundEvent" and out.Parent ~= "DefaultChatSystemChatEvents" then
  4264. warn("Blocked remote: "..out.Name.." // Method: "..Method)
  4265. return
  4266. end
  4267. end
  4268. else
  4269. if Method == "FireServer" or Method == "InvokeServer" then
  4270. for i,noremote in pairs(blockedremotes) do
  4271. if out.Name == noremote and out.Name ~= "SayMessageRequest" then
  4272. warn("Blocked remote: "..out.Name.." // Method: "..Method)
  4273. return
  4274. end
  4275. end
  4276. end
  4277. end
  4278.  
  4279. if spyingremotes then
  4280. if Method == "FireServer" or Method == "InvokeServer" then
  4281. if out.Name ~= "CharacterSoundEvent" and out.Name ~= "AddCharacterLoadedEvent" and out.Name ~= "RemoveCharacterEvent" and out.Name ~= "DefaultServerSoundEvent" and out.Name ~= "SayMessageRequest" then
  4282. local arguments = {}
  4283. for i = 1,#args do
  4284. arguments[i] = args[i]
  4285. end
  4286. local getScript = getfenv(2).script
  4287. if getScript == nil then
  4288. getScript = "??? (Not Found) ???"
  4289. end
  4290. warn("<> <> <> A "..out.ClassName.." has been fired! How to fire:\ngame."..out:GetFullName()..":"..Method.."("..formatargs(arguments)..")\n\nFired from script: ".. tostring(getScript:GetFullName()))
  4291. end
  4292. end
  4293. end
  4294.  
  4295. return game_namecall(out, ...)
  4296. end
  4297. end
  4298.  
  4299. -- FE Check
  4300. function FEcheckDefault()
  4301. if gsWorkspace.FilteringEnabled == true then
  4302. createIntro("warning", "FE is enabled! Press "..commandPrefix.." to bring Command Bar.", 7)
  4303. else
  4304. createIntro("warning", "FE is disabled. Consider using a different script.", 7)
  4305. end
  4306. end
  4307. FEcheckDefault()
  4308. end)
  4309.  
  4310. Aimbot.Name = "Aimbot"
  4311. Aimbot.Parent = MainGUI
  4312. Aimbot.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  4313. Aimbot.BorderSizePixel = 0
  4314. Aimbot.Position = UDim2.new(0.540616274, 0, 0.169291332, 0)
  4315. Aimbot.Size = UDim2.new(0, 119, 0, 31)
  4316. Aimbot.Font = Enum.Font.GothamBlack
  4317. Aimbot.Text = "Aimbot"
  4318. Aimbot.TextColor3 = Color3.new(1, 1, 1)
  4319. Aimbot.TextScaled = true
  4320. Aimbot.TextSize = 14
  4321. Aimbot.TextWrapped = true
  4322. Aimbot.MouseButton1Click:connect(function()
  4323. -- Issues:
  4324. -- I'm still working on Tracers, I know they can cause huge frame rate drops. (I think I got it running as smooth as it's going to get.)
  4325. -- Phantom Forces: Weird positioning bug with tracers? Tracer positions a bit behind localplayer. (Maybe make the update faster? > RenderPriority.First ?
  4326.  
  4327. -- Settings can be found on line: 51
  4328. -- Don't change anything if you don't understand.
  4329.  
  4330. local Plrs = game:GetService("Players")
  4331. local Run = game:GetService("RunService")
  4332. local CoreGui = game:GetService("CoreGui")
  4333. local StartGui = game:GetService("StarterGui")
  4334. local Teams = game:GetService("Teams")
  4335. local UserInput = game:GetService("UserInputService")
  4336. local Light = game:GetService("Lighting")
  4337. local HTTP = game:GetService("HttpService")
  4338. local RepStor = game:GetService("ReplicatedStorage")
  4339.  
  4340. function GetCamera() -- Just in case some game renames the player's camera.
  4341. return workspace:FindFirstChildOfClass("Camera")
  4342. end
  4343.  
  4344. local ChamsFolder = Instance.new("Folder", CoreGui)
  4345. ChamsFolder.Name = "Chams"
  4346. local PlayerChams = Instance.new("Folder", ChamsFolder)
  4347. PlayerChams.Name = "PlayerChams"
  4348. local ItemChams = Instance.new("Folder", ChamsFolder)
  4349. ItemChams.Name = "ItemChams"
  4350.  
  4351. local ESPFolder = Instance.new("Folder", CoreGui)
  4352. ESPFolder.Name = "ESP Stuff"
  4353. local PlayerESP = Instance.new("Folder", ESPFolder)
  4354. PlayerESP.Name = "PlayerESP"
  4355. local ItemESP = Instance.new("Folder", ESPFolder)
  4356. ItemESP.Name = "ItemESP"
  4357.  
  4358. local MyPlr = Plrs.LocalPlayer
  4359. local MyChar = MyPlr.Character
  4360. local MyMouse = MyPlr:GetMouse()
  4361. local MyCam = GetCamera()
  4362. if MyCam == nil then
  4363. error("WHAT KIND OF BLACK MAGIC IS THIS, CAMERA NOT FOUND.")
  4364. return
  4365. end
  4366.  
  4367. local Tracers = Instance.new("Folder", MyCam)
  4368. Tracers.Name = "Tracers"
  4369. local TracerData = { }
  4370. local TracerMT = setmetatable(TracerData, {
  4371. __newindex = function(tab, index, val)
  4372. rawset(tab, index, val)
  4373. end
  4374. })
  4375.  
  4376. function RemoveSpacesFromString(Str)
  4377. local newstr = ""
  4378. for i = 1, #Str do
  4379. if Str:sub(i, i) ~= " " then
  4380. newstr = newstr .. Str:sub(i, i)
  4381. end
  4382. end
  4383.  
  4384. return newstr
  4385. end
  4386.  
  4387. function CloneTable(T)
  4388. local temp = { }
  4389. for i,v in next, T do
  4390. if type(v) == "table" then
  4391. temp[i] = CloneTable(v)
  4392. else
  4393. temp[i] = v
  4394. end
  4395. end
  4396. return temp
  4397. end
  4398.  
  4399. local Bullshit = {
  4400. ESPEnabled = false, -- Self explanatory. LEAVE OFF BY DEFAULT.
  4401. CHAMSEnabled = false, -- Self explanatory. LEAVE OFF BY DEFAULT.
  4402. TracersEnabled = false, -- Self explanatory. LEAVE OFF BY DEFAULT.
  4403. DebugInfo = false, -- Self explanatory. LEAVE OFF BY DEFAULT.
  4404. OutlinesEnabled = false,
  4405. FullbrightEnabled = false,
  4406. CrosshairEnabled = false,
  4407. AimbotEnabled = false,
  4408. Aimbot = false,
  4409. TracersLength = 500, -- MAX DISTANCE IS 2048 DO NOT GO ABOVE OR YOU'LL ENCOUNTER PROBLEMS.
  4410. ESPLength = 10000,
  4411. CHAMSLength = 500,
  4412. PlaceTracersUnderCharacter = false, -- Change to true if you want tracers to be placed under your character instead of at the bottom of your camera.
  4413. FreeForAll = false, -- use for games that don't have teams (Apocalypse Rising)
  4414. AutoFire = false,
  4415. MobChams = false,
  4416. MobESP = false,
  4417. AimbotKey = "Enum.UserInputType.MouseButton2", -- Doesn't do anything yet.
  4418. Colors = {
  4419. Enemy = Color3.new(1, 0, 0),
  4420. Ally = Color3.new(0, 1, 0),
  4421. Friend = Color3.new(1, 1, 0),
  4422. Neutral = Color3.new(1, 1, 1),
  4423. Crosshair = Color3.new(1, 0, 0),
  4424. ColorOverride = nil, -- Every player will have the chosen color regardless of enemy or ally.
  4425. },
  4426.  
  4427. -- VVVV DON'T EDIT BELOW VVVV --
  4428. ClosestEnemy = nil,
  4429. CharAddedEvent = { },
  4430. OutlinedParts = { },
  4431. WorkspaceChildAddedEvent = nil,
  4432. LightingEvent = nil,
  4433. AmbientBackup = Light.Ambient,
  4434. ColorShiftBotBackup = Light.ColorShift_Bottom,
  4435. ColorShiftTopBackup = Light.ColorShift_Top,
  4436. FPSAverage = { },
  4437. Blacklist = { },
  4438. FriendList = { },
  4439. CameraModeBackup = MyPlr.CameraMode,
  4440. GameSpecificCrap = {
  4441. },
  4442. Mob_ESP_CHAMS_Ran_Once = false,
  4443. }
  4444.  
  4445. function SaveBullshitSettings()
  4446. local temp = { }
  4447. local succ, out = pcall(function()
  4448. temp.TracersLength = Bullshit.TracersLength
  4449. temp.ESPLength = Bullshit.ESPLength
  4450. temp.CHAMSLength = Bullshit.CHAMSLength
  4451. temp.PlaceTracersUnderCharacter = Bullshit.PlaceTracersUnderCharacter
  4452. temp.FreeForAll = Bullshit.FreeForAll
  4453. temp.AutoFire = Bullshit.AutoFire
  4454. temp.AimbotKey = tostring(Bullshit.AimbotKey)
  4455. temp.MobChams = Bullshit.MobChams
  4456. temp.MobESP = Bullshit.MobESP
  4457. temp.Colors = { }
  4458. for i, v in next, Bullshit.Colors do
  4459. temp.Colors[i] = tostring(v)
  4460. end
  4461. writefile("ProjectBullshit.txt", HTTP:JSONEncode(temp))
  4462. end)
  4463. if not succ then
  4464. error(out)
  4465. end
  4466. end
  4467.  
  4468. fuck = pcall(function()
  4469. local temp = HTTP:JSONDecode(readfile("ProjectBullshit.txt"))
  4470. if temp.MobChams ~= nil and temp.MobESP ~= nil then
  4471. for i, v in next, temp do
  4472. if i ~= "Colors" then
  4473. Bullshit[i] = v
  4474. end
  4475. end
  4476. for i, v in next, temp.Colors do
  4477. local r, g, b = string.match(RemoveSpacesFromString(v), "(%d+),(%d+),(%d+)")
  4478. r = tonumber(r)
  4479. g = tonumber(g)
  4480. b = tonumber(b)
  4481.  
  4482. temp.Colors[i] = Color3.new(r, g, b)
  4483. end
  4484. Bullshit.Colors = temp.Colors
  4485. else
  4486. spawn(function()
  4487. SaveBullshitSettings()
  4488. local hint = Instance.new("Hint", CoreGui)
  4489. hint.Text = "Major update requried your settings to be wiped! Sorry!"
  4490. wait(5)
  4491. hint:Destroy()
  4492. end)
  4493. end
  4494.  
  4495. Bullshit.AutoFire = false
  4496. end)
  4497.  
  4498. -- Load blacklist file if it exists
  4499. fuck2 = pcall(function()
  4500. Bullshit.Blacklist = HTTP:JSONDecode(readfile("Blacklist.txt"))
  4501. end)
  4502.  
  4503. fuck3 = pcall(function()
  4504. Bullshit.FriendList = HTTP:JSONDecode(readfile("Whitelist.txt"))
  4505. end)
  4506.  
  4507. local DebugMenu = { }
  4508. DebugMenu["SC"] = Instance.new("ScreenGui", CoreGui)
  4509. DebugMenu["SC"].Name = "Debug"
  4510. DebugMenu["Main"] = Instance.new("Frame", DebugMenu["SC"])
  4511. DebugMenu["Main"].Name = "Debug Menu"
  4512. DebugMenu["Main"].Position = UDim2.new(0, 20, 1, -220)
  4513. DebugMenu["Main"].Size = UDim2.new(1, 0, 0, 200)
  4514. DebugMenu["Main"].BackgroundTransparency = 1
  4515. DebugMenu["Main"].Visible = false
  4516. if game.PlaceId == 606849621 then
  4517. DebugMenu["Main"].Position = UDim2.new(0, 230, 1, -220)
  4518. end
  4519. DebugMenu["Main"].Draggable = true
  4520. DebugMenu["Main"].Active = true
  4521. DebugMenu["Position"] = Instance.new("TextLabel", DebugMenu["Main"])
  4522. DebugMenu["Position"].BackgroundTransparency = 1
  4523. DebugMenu["Position"].Position = UDim2.new(0, 0, 0, 0)
  4524. DebugMenu["Position"].Size = UDim2.new(1, 0, 0, 15)
  4525. DebugMenu["Position"].Font = "Arcade"
  4526. DebugMenu["Position"].Text = ""
  4527. DebugMenu["Position"].TextColor3 = Color3.new(1, 1, 1)
  4528. DebugMenu["Position"].TextSize = 15
  4529. DebugMenu["Position"].TextStrokeColor3 = Color3.new(0, 0, 0)
  4530. DebugMenu["Position"].TextStrokeTransparency = 0.3
  4531. DebugMenu["Position"].TextXAlignment = "Left"
  4532. DebugMenu["FPS"] = Instance.new("TextLabel", DebugMenu["Main"])
  4533. DebugMenu["FPS"].BackgroundTransparency = 1
  4534. DebugMenu["FPS"].Position = UDim2.new(0, 0, 0, 15)
  4535. DebugMenu["FPS"].Size = UDim2.new(1, 0, 0, 15)
  4536. DebugMenu["FPS"].Font = "Arcade"
  4537. DebugMenu["FPS"].Text = ""
  4538. DebugMenu["FPS"].TextColor3 = Color3.new(1, 1, 1)
  4539. DebugMenu["FPS"].TextSize = 15
  4540. DebugMenu["FPS"].TextStrokeColor3 = Color3.new(0, 0, 0)
  4541. DebugMenu["FPS"].TextStrokeTransparency = 0.3
  4542. DebugMenu["FPS"].TextXAlignment = "Left"
  4543. DebugMenu["PlayerSelected"] = Instance.new("TextLabel", DebugMenu["Main"])
  4544. DebugMenu["PlayerSelected"].BackgroundTransparency = 1
  4545. DebugMenu["PlayerSelected"].Position = UDim2.new(0, 0, 0, 35)
  4546. DebugMenu["PlayerSelected"].Size = UDim2.new(1, 0, 0, 15)
  4547. DebugMenu["PlayerSelected"].Font = "Arcade"
  4548. DebugMenu["PlayerSelected"].Text = ""
  4549. DebugMenu["PlayerSelected"].TextColor3 = Color3.new(1, 1, 1)
  4550. DebugMenu["PlayerSelected"].TextSize = 15
  4551. DebugMenu["PlayerSelected"].TextStrokeColor3 = Color3.new(0, 0, 0)
  4552. DebugMenu["PlayerSelected"].TextStrokeTransparency = 0.3
  4553. DebugMenu["PlayerSelected"].TextXAlignment = "Left"
  4554. DebugMenu["PlayerTeam"] = Instance.new("TextLabel", DebugMenu["Main"])
  4555. DebugMenu["PlayerTeam"].BackgroundTransparency = 1
  4556. DebugMenu["PlayerTeam"].Position = UDim2.new(0, 0, 0, 50)
  4557. DebugMenu["PlayerTeam"].Size = UDim2.new(1, 0, 0, 15)
  4558. DebugMenu["PlayerTeam"].Font = "Arcade"
  4559. DebugMenu["PlayerTeam"].Text = ""
  4560. DebugMenu["PlayerTeam"].TextColor3 = Color3.new(1, 1, 1)
  4561. DebugMenu["PlayerTeam"].TextSize = 15
  4562. DebugMenu["PlayerTeam"].TextStrokeColor3 = Color3.new(0, 0, 0)
  4563. DebugMenu["PlayerTeam"].TextStrokeTransparency = 0.3
  4564. DebugMenu["PlayerTeam"].TextXAlignment = "Left"
  4565. DebugMenu["PlayerHealth"] = Instance.new("TextLabel", DebugMenu["Main"])
  4566. DebugMenu["PlayerHealth"].BackgroundTransparency = 1
  4567. DebugMenu["PlayerHealth"].Position = UDim2.new(0, 0, 0, 65)
  4568. DebugMenu["PlayerHealth"].Size = UDim2.new(1, 0, 0, 15)
  4569. DebugMenu["PlayerHealth"].Font = "Arcade"
  4570. DebugMenu["PlayerHealth"].Text = ""
  4571. DebugMenu["PlayerHealth"].TextColor3 = Color3.new(1, 1, 1)
  4572. DebugMenu["PlayerHealth"].TextSize = 15
  4573. DebugMenu["PlayerHealth"].TextStrokeColor3 = Color3.new(0, 0, 0)
  4574. DebugMenu["PlayerHealth"].TextStrokeTransparency = 0.3
  4575. DebugMenu["PlayerHealth"].TextXAlignment = "Left"
  4576. DebugMenu["PlayerPosition"] = Instance.new("TextLabel", DebugMenu["Main"])
  4577. DebugMenu["PlayerPosition"].BackgroundTransparency = 1
  4578. DebugMenu["PlayerPosition"].Position = UDim2.new(0, 0, 0, 80)
  4579. DebugMenu["PlayerPosition"].Size = UDim2.new(1, 0, 0, 15)
  4580. DebugMenu["PlayerPosition"].Font = "Arcade"
  4581. DebugMenu["PlayerPosition"].Text = ""
  4582. DebugMenu["PlayerPosition"].TextColor3 = Color3.new(1, 1, 1)
  4583. DebugMenu["PlayerPosition"].TextSize = 15
  4584. DebugMenu["PlayerPosition"].TextStrokeColor3 = Color3.new(0, 0, 0)
  4585. DebugMenu["PlayerPosition"].TextStrokeTransparency = 0.3
  4586. DebugMenu["PlayerPosition"].TextXAlignment = "Left"
  4587. DebugMenu["BehindWall"] = Instance.new("TextLabel", DebugMenu["Main"])
  4588. DebugMenu["BehindWall"].BackgroundTransparency = 1
  4589. DebugMenu["BehindWall"].Position = UDim2.new(0, 0, 0, 95)
  4590. DebugMenu["BehindWall"].Size = UDim2.new(1, 0, 0, 15)
  4591. DebugMenu["BehindWall"].Font = "Arcade"
  4592. DebugMenu["BehindWall"].Text = ""
  4593. DebugMenu["BehindWall"].TextColor3 = Color3.new(1, 1, 1)
  4594. DebugMenu["BehindWall"].TextSize = 15
  4595. DebugMenu["BehindWall"].TextStrokeColor3 = Color3.new(0, 0, 0)
  4596. DebugMenu["BehindWall"].TextStrokeTransparency = 0.3
  4597. DebugMenu["BehindWall"].TextXAlignment = "Left"
  4598.  
  4599. local LastTick = tick()
  4600. local FPSTick = tick()
  4601.  
  4602. if #Teams:GetChildren() <= 0 then
  4603. Bullshit.FreeForAll = true
  4604. end
  4605.  
  4606. if Bullshit.TracersLength > 2048 then
  4607. Bullshit.TracersLength = 2048
  4608. end
  4609.  
  4610. if Bullshit.CHAMSLength > 2048 then
  4611. Bullshit.CHAMSLength = 2048
  4612. end
  4613.  
  4614. local wildrevolvertick = tick()
  4615. local wildrevolverteamdata = nil
  4616. function GetTeamColor(Plr)
  4617. if Plr == nil then return nil end
  4618. if not Plr:IsA("Player") then
  4619. return nil
  4620. end
  4621. local PickedColor = Bullshit.Colors.Enemy
  4622.  
  4623. if Plr ~= nil then
  4624. if game.PlaceId == 606849621 then
  4625. if Bullshit.Colors.ColorOverride == nil then
  4626. if not Bullshit.FreeForAll then
  4627. if MyPlr.Team ~= nil and Plr.Team ~= nil then
  4628. if Bullshit.FriendList[Plr.Name] == nil then
  4629. if MyPlr.Team.Name == "Prisoner" then
  4630. if Plr.Team == MyPlr.Team or Plr.Team.Name == "Criminal" then
  4631. PickedColor = Bullshit.Colors.Ally
  4632. else
  4633. PickedColor = Bullshit.Colors.Enemy
  4634. end
  4635. elseif MyPlr.Team.Name == "Criminal" then
  4636. if Plr.Team == MyPlr.Team or Plr.Team.Name == "Prisoner" then
  4637. PickedColor = Bullshit.Colors.Ally
  4638. else
  4639. PickedColor = Bullshit.Colors.Enemy
  4640. end
  4641. elseif MyPlr.Team.Name == "Police" then
  4642. if Plr.Team == MyPlr.Team then
  4643. PickedColor = Bullshit.Colors.Ally
  4644. else
  4645. if Plr.Team.Name == "Criminal" then
  4646. PickedColor = Bullshit.Colors.Enemy
  4647. elseif Plr.Team.Name == "Prisoner" then
  4648. PickedColor = Bullshit.Colors.Neutral
  4649. end
  4650. end
  4651. end
  4652. else
  4653. PickedColor = Bullshit.Colors.Friend
  4654. end
  4655. end
  4656. else
  4657. if Bullshit.FriendList[Plr.Name] ~= nil then
  4658. PickedColor = Bullshit.Colors.Friend
  4659. else
  4660. PickedColor = Bullshit.Colors.Enemy
  4661. end
  4662. end
  4663. else
  4664. PickedColor = Bullshit.Colors.ColorOverride
  4665. end
  4666. elseif game.PlaceId == 155615604 then
  4667. if Bullshit.Colors.ColorOverride == nil then
  4668. if MyPlr.Team ~= nil and Plr.Team ~= nil then
  4669. if Bullshit.FriendList[Plr.Name] == nil then
  4670. if MyPlr.Team.Name == "Inmates" then
  4671. if Plr.Team.Name == "Inmates" then
  4672. PickedColor = Bullshit.Colors.Ally
  4673. elseif Plr.Team.Name == "Guards" or Plr.Team.Name == "Criminals" then
  4674. PickedColor = Bullshit.Colors.Enemy
  4675. else
  4676. PickedColor = Bullshit.Colors.Neutral
  4677. end
  4678. elseif MyPlr.Team.Name == "Guards" then
  4679. if Plr.Team.Name == "Inmates" then
  4680. PickedColor = Bullshit.Colors.Neutral
  4681. elseif Plr.Team.Name == "Criminals" then
  4682. PickedColor = Bullshit.Colors.Enemy
  4683. elseif Plr.Team.Name == "Guards" then
  4684. PickColor = Bullshit.Colors.Ally
  4685. end
  4686. elseif MyPlr.Team.Name == "Criminals" then
  4687. if Plr.Team.Name == "Inmates" then
  4688. PickedColor = Bullshit.Colors.Ally
  4689. elseif Plr.Team.Name == "Guards" then
  4690. PickedColor = Bullshit.Colors.Enemy
  4691. else
  4692. PickedColor = Bullshit.Colors.Neutral
  4693. end
  4694. end
  4695. else
  4696. PickedColor = Bullshit.Colors.Friend
  4697. end
  4698. end
  4699. else
  4700. PickedColor = Bullshit.Colors.ColorOverride
  4701. end
  4702. elseif game.PlaceId == 746820961 then
  4703. if Bullshit.Colors.ColorOverride == nil then
  4704. if MyPlr:FindFirstChild("TeamC") and Plr:FindFirstChild("TeamC") then
  4705. if Plr.TeamC.Value == MyPlr.TeamC.Value then
  4706. PickedColor = Bullshit.Colors.Ally
  4707. else
  4708. PickedColor = Bullshit.Colors.Enemy
  4709. end
  4710. end
  4711. else
  4712. PickedColor = Bullshit.Colors.ColorOverride
  4713. end
  4714. elseif game.PlaceId == 1382113806 then
  4715. if Bullshit.Colors.ColorOverride == nil then
  4716. if MyPlr:FindFirstChild("role") and Plr:FindFirstChild("role") then
  4717. if MyPlr.role.Value == "assassin" then
  4718. if Plr.role.Value == "target" then
  4719. PickedColor = Bullshit.Colors.Enemy
  4720. elseif Plr.role.Value == "guard" then
  4721. PickedColor = Color3.new(1, 135 / 255, 0)
  4722. else
  4723. PickedColor = Bullshit.Colors.Neutral
  4724. end
  4725. elseif MyPlr.role.Value == "target" then
  4726. if Plr.role.Value == "guard" then
  4727. PickedColor = Bullshit.Colors.Ally
  4728. elseif Plr.role.Value == "assassin" then
  4729. PickedColor = Bullshit.Colors.Enemy
  4730. else
  4731. PickedColor = Bullshit.Colors.Neutral
  4732. end
  4733. elseif MyPlr.role.Value == "guard" then
  4734. if Plr.role.Value == "target" then
  4735. PickedColor = Bullshit.Colors.Friend
  4736. elseif Plr.role.Value == "guard" then
  4737. PickedColor = Bullshit.Colors.Ally
  4738. elseif Plr.role.Value == "assassin" then
  4739. PickedColor = Bullshit.Colors.Enemy
  4740. else
  4741. PickedColor = Bullshit.Colors.Neutral
  4742. end
  4743. else
  4744. if MyPlr.role.Value == "none" then
  4745. PickedColor = Bullshit.Colors.Neutral
  4746. end
  4747. end
  4748. end
  4749. else
  4750. PickedColor = Bullshit.Colors.ColorOverride
  4751. end
  4752. elseif game.PlaceId == 1072809192 then
  4753. if MyPlr:FindFirstChild("Backpack") and Plr:FindFirstChild("Backpack") then
  4754. if MyPlr.Backpack:FindFirstChild("Knife") or MyChar:FindFirstChild("Knife") then
  4755. if Plr.Backpack:FindFirstChild("Revolver") or Plr.Character:FindFirstChild("Revolver") then
  4756. PickedColor = Bullshit.Colors.Enemy
  4757. else
  4758. PickedColor = Color3.new(1, 135 / 255, 0)
  4759. end
  4760. elseif MyPlr.Backpack:FindFirstChild("Revolver") or MyChar:FindFirstChild("Revolver") then
  4761. if Plr.Backpack:FindFirstChild("Knife") or Plr.Character:FindFirstChild("Knife") then
  4762. PickedColor = Bullshit.Colors.Enemy
  4763. elseif Plr.Backpack:FindFirstChild("Revolver") or Plr.Character:FindFirstChild("Revolver") then
  4764. PickedColor = Bullshit.Colors.Enemy
  4765. else
  4766. PickedColor = Bullshit.Colors.Ally
  4767. end
  4768. else
  4769. if Plr.Backpack:FindFirstChild("Knife") or Plr.Character:FindFirstChild("Knife") then
  4770. PickedColor = Bullshit.Colors.Enemy
  4771. elseif Plr.Backpack:FindFirstChild("Revolver") or Plr.Character:FindFirstChild("Revolver") then
  4772. PickedColor = Bullshit.Colors.Ally
  4773. else
  4774. PickedColor = Bullshit.Colors.Neutral
  4775. end
  4776. end
  4777. end
  4778. elseif game.PlaceId == 142823291 or game.PlaceId == 1122507250 then
  4779. if MyPlr:FindFirstChild("Backpack") and Plr:FindFirstChild("Backpack") then
  4780. if MyPlr.Backpack:FindFirstChild("Knife") or MyChar:FindFirstChild("Knife") then
  4781. if (Plr.Backpack:FindFirstChild("Gun") or Plr.Backpack:FindFirstChild("Revolver")) or (Plr.Character:FindFirstChild("Gun") or Plr.Character:FindFirstChild("Revolver")) then
  4782. PickedColor = Bullshit.Colors.Enemy
  4783. else
  4784. PickedColor = Color3.new(1, 135 / 255, 0)
  4785. end
  4786. elseif (MyPlr.Backpack:FindFirstChild("Gun") or MyPlr.Backpack:FindFirstChild("Revolver")) or (MyChar:FindFirstChild("Gun") or MyChar:FindFirstChild("Revolver")) then
  4787. if Plr.Backpack:FindFirstChild("Knife") or Plr.Character:FindFirstChild("Knife") then
  4788. PickedColor = Bullshit.Colors.Enemy
  4789. else
  4790. PickedColor = Bullshit.Colors.Ally
  4791. end
  4792. else
  4793. if Plr.Backpack:FindFirstChild("Knife") or Plr.Character:FindFirstChild("Knife") then
  4794. PickedColor = Bullshit.Colors.Enemy
  4795. elseif (Plr.Backpack:FindFirstChild("Gun") or Plr.Backpack:FindFirstChild("Revolver")) or (Plr.Character:FindFirstChild("Gun") or Plr.Character:FindFirstChild("Revolver")) then
  4796. PickedColor = Bullshit.Colors.Ally
  4797. else
  4798. PickedColor = Bullshit.Colors.Neutral
  4799. end
  4800. end
  4801. end
  4802. elseif game.PlaceId == 379614936 then
  4803. if Bullshit.Colors.ColorOverride == nil then
  4804. if not Bullshit.FriendList[Plr.Name] then
  4805. local targ = MyPlr:FindFirstChild("PlayerGui"):FindFirstChild("ScreenGui"):FindFirstChild("UI"):FindFirstChild("Target"):FindFirstChild("Img"):FindFirstChild("PlayerText")
  4806. if targ then
  4807. if Plr.Name:lower() == targ.Text:lower() then
  4808. PickedColor = Bullshit.Colors.Enemy
  4809. else
  4810. PickedColor = Bullshit.Colors.Neutral
  4811. end
  4812. else
  4813. PickedColor = Bullshit.Colors.Neutral
  4814. end
  4815. else
  4816. PickedColor = Bullshit.Colors.Friend
  4817. end
  4818. else
  4819. PickedColor = Bullshit.Colors.ColorOverride
  4820. end
  4821. elseif game.PlaceId == 983224898 then
  4822. if (tick() - wildrevolvertick) > 10 or wildrevolverteamdata == nil then
  4823. wildrevolverteamdata = RepStor.Functions.RequestGameData:InvokeServer()
  4824. wildrevolvertick = tick()
  4825. return Bullshit.Colors.Neutral
  4826. end
  4827. local succ = pcall(function()
  4828. if wildrevolverteamdata[Plr.Name] ~= nil then
  4829. if Bullshit.Colors.ColorOverride == nil then
  4830. if not Bullshit.FriendList[Plr.Name] then
  4831. if wildrevolverteamdata[Plr.Name]["TeamName"] == wildrevolverteamdata[MyPlr.Name]["TeamName"] then
  4832. PickedColor = Bullshit.Colors.Ally
  4833. else
  4834. PickedColor = Bullshit.Colors.Enemy
  4835. end
  4836. else
  4837. PickedColor = Bullshit.Colors.Friend
  4838. end
  4839. else
  4840. PickedColor = Bullshit.Colors.ColorOverride
  4841. end
  4842. else
  4843. PickedColor = Bullshit.Colors.Neutral
  4844. end
  4845. end)
  4846. if not succ then
  4847. wildrevolverteamdata = RepStor.Functions.RequestGameData:InvokeServer()
  4848. wildrevolvertick = tick()
  4849. return Bullshit.Colors.Neutral
  4850. end
  4851. else
  4852. if Bullshit.Colors.ColorOverride == nil then
  4853. if not Bullshit.FreeForAll then
  4854. if MyPlr.Team ~= Plr.Team and not Bullshit.FriendList[Plr.Name] then
  4855. PickedColor = Bullshit.Colors.Enemy
  4856. elseif MyPlr.Team == Plr.Team and not Bullshit.FriendList[Plr.Name] then
  4857. PickedColor = Bullshit.Colors.Ally
  4858. else
  4859. PickedColor = Bullshit.Colors.Friend
  4860. end
  4861. else
  4862. if Bullshit.FriendList[Plr.Name] ~= nil then
  4863. PickedColor = Bullshit.Colors.Friend
  4864. else
  4865. PickedColor = Bullshit.Colors.Enemy
  4866. end
  4867. end
  4868. else
  4869. PickedColor = Bullshit.Colors.ColorOverride
  4870. end
  4871. end
  4872. end
  4873.  
  4874. return PickedColor
  4875. end
  4876.  
  4877. function FindCham(Obj)
  4878. for i, v in next, ItemChams:GetChildren() do
  4879. if v.className == "ObjectValue" then
  4880. if v.Value == Obj then
  4881. return v.Parent
  4882. end
  4883. end
  4884. end
  4885.  
  4886. return nil
  4887. end
  4888.  
  4889. function FindESP(Obj)
  4890. for i, v in next, ItemESP:GetChildren() do
  4891. if v.className == "ObjectValue" then
  4892. if v.Value == Obj then
  4893. return v.Parent
  4894. end
  4895. end
  4896. end
  4897.  
  4898. return nil
  4899. end
  4900.  
  4901. function GetFirstPart(Obj)
  4902. for i, v in next, Obj:GetDescendants() do
  4903. if v:IsA("BasePart") then
  4904. return v
  4905. end
  4906. end
  4907.  
  4908. return nil
  4909. end
  4910.  
  4911. function GetSizeOfObject(Obj)
  4912. if Obj:IsA("BasePart") then
  4913. return Obj.Size
  4914. elseif Obj:IsA("Model") then
  4915. return Obj:GetExtentsSize()
  4916. end
  4917. end
  4918.  
  4919. function GetClosestPlayerNotBehindWall()
  4920. local Players = { }
  4921. local CurrentClosePlayer = nil
  4922. local SelectedPlr = nil
  4923.  
  4924. for _, v in next, Plrs:GetPlayers() do
  4925. if v ~= MyPlr and not Bullshit.Blacklist[v.Name] then
  4926. local IsAlly = GetTeamColor(v)
  4927. if IsAlly ~= Bullshit.Colors.Ally and IsAlly ~= Bullshit.Colors.Friend and IsAlly ~= Bullshit.Colors.Neutral then
  4928. local GetChar = v.Character
  4929. if MyChar and GetChar then
  4930. local MyHead, MyTor = MyChar:FindFirstChild("Head"), MyChar:FindFirstChild("HumanoidRootPart")
  4931. local GetHead, GetTor, GetHum = GetChar:FindFirstChild("Head"), GetChar:FindFirstChild("HumanoidRootPart"), GetChar:FindFirstChild("Humanoid")
  4932.  
  4933. if MyHead and MyTor and GetHead and GetTor and GetHum then
  4934. if game.PlaceId == 455366377 then
  4935. if not GetChar:FindFirstChild("KO") and GetHum.Health > 1 then
  4936. local Ray = Ray.new(MyCam.CFrame.p, (GetHead.Position - MyCam.CFrame.p).unit * 2048)
  4937. local part = workspace:FindPartOnRayWithIgnoreList(Ray, {MyChar})
  4938. if part ~= nil then
  4939. if part:IsDescendantOf(GetChar) then
  4940. local Dist = (MyTor.Position - GetTor.Position).magnitude
  4941. Players[v] = Dist
  4942. end
  4943. end
  4944. end
  4945. elseif game.PlaceId == 746820961 then
  4946. if GetHum.Health > 1 then
  4947. local Ray = Ray.new(MyCam.CFrame.p, (GetHead.Position - MyCam.CFrame.p).unit * 2048)
  4948. local part = workspace:FindPartOnRayWithIgnoreList(Ray, {MyChar, MyCam})
  4949. if part ~= nil then
  4950. if part:IsDescendantOf(GetChar) then
  4951. local Dist = (MyTor.Position - GetTor.Position).magnitude
  4952. Players[v] = Dist
  4953. end
  4954. end
  4955. end
  4956. else
  4957. if GetHum.Health > 1 then
  4958. local Ray = Ray.new(MyCam.CFrame.p, (GetHead.Position - MyCam.CFrame.p).unit * 2048)
  4959. local part = workspace:FindPartOnRayWithIgnoreList(Ray, {MyChar})
  4960. if part ~= nil then
  4961. if part:IsDescendantOf(GetChar) then
  4962. local Dist = (MyTor.Position - GetTor.Position).magnitude
  4963. Players[v] = Dist
  4964. end
  4965. end
  4966. end
  4967. end
  4968. end
  4969. end
  4970. end
  4971. end
  4972. end
  4973.  
  4974. for i, v in next, Players do
  4975. if CurrentClosePlayer ~= nil then
  4976. if v <= CurrentClosePlayer then
  4977. CurrentClosePlayer = v
  4978. SelectedPlr = i
  4979. end
  4980. else
  4981. CurrentClosePlayer = v
  4982. SelectedPlr = i
  4983. end
  4984. end
  4985.  
  4986. return SelectedPlr
  4987. end
  4988.  
  4989. function GetClosestPlayer()
  4990. local Players = { }
  4991. local CurrentClosePlayer = nil
  4992. local SelectedPlr = nil
  4993.  
  4994. for _, v in next, Plrs:GetPlayers() do
  4995. if v ~= MyPlr then
  4996. local IsAlly = GetTeamColor(v)
  4997. if IsAlly ~= Bullshit.Colors.Ally and IsAlly ~= Bullshit.Colors.Friend and IsAlly ~= Bullshit.Colors.Neutral then
  4998. local GetChar = v.Character
  4999. if MyChar and GetChar then
  5000. local MyTor = MyChar:FindFirstChild("HumanoidRootPart")
  5001. local GetTor = GetChar:FindFirstChild("HumanoidRootPart")
  5002. local GetHum = GetChar:FindFirstChild("Humanoid")
  5003. if MyTor and GetTor and GetHum then
  5004. if game.PlaceId == 455366377 then
  5005. if not GetChar:FindFirstChild("KO") and GetHum.Health > 1 then
  5006. local Dist = (MyTor.Position - GetTor.Position).magnitude
  5007. Players[v] = Dist
  5008. end
  5009. else
  5010. if GetHum.Health > 1 then
  5011. local Dist = (MyTor.Position - GetTor.Position).magnitude
  5012. Players[v] = Dist
  5013. end
  5014. end
  5015. end
  5016. end
  5017. end
  5018. end
  5019. end
  5020.  
  5021. for i, v in next, Players do
  5022. if CurrentClosePlayer ~= nil then
  5023. if v <= CurrentClosePlayer then
  5024. CurrentClosePlayer = v
  5025. SelectedPlr = i
  5026. end
  5027. else
  5028. CurrentClosePlayer = v
  5029. SelectedPlr = i
  5030. end
  5031. end
  5032.  
  5033. return SelectedPlr
  5034. end
  5035.  
  5036. function FindPlayer(Txt)
  5037. local ps = { }
  5038. for _, v in next, Plrs:GetPlayers() do
  5039. if string.lower(string.sub(v.Name, 1, string.len(Txt))) == string.lower(Txt) then
  5040. table.insert(ps, v)
  5041. end
  5042. end
  5043.  
  5044. if #ps == 1 then
  5045. if ps[1] ~= MyPlr then
  5046. return ps[1]
  5047. else
  5048. return nil
  5049. end
  5050. else
  5051. return nil
  5052. end
  5053. end
  5054.  
  5055. function UpdateESP(Plr)
  5056. if Plr ~= nil then
  5057. local Find = PlayerESP:FindFirstChild("ESP Crap_" .. Plr.Name)
  5058. if Find then
  5059. local PickColor = GetTeamColor(Plr)
  5060. Find.Frame.Names.TextColor3 = PickColor
  5061. Find.Frame.Dist.TextColor3 = PickColor
  5062. Find.Frame.Health.TextColor3 = PickColor
  5063. --Find.Frame.Pos.TextColor3 = PickColor
  5064. local GetChar = Plr.Character
  5065. if MyChar and GetChar then
  5066. local Find2 = MyChar:FindFirstChild("HumanoidRootPart")
  5067. local Find3 = GetChar:FindFirstChild("HumanoidRootPart")
  5068. local Find4 = GetChar:FindFirstChildOfClass("Humanoid")
  5069. if Find2 and Find3 then
  5070. local pos = Find3.Position
  5071. local Dist = (Find2.Position - pos).magnitude
  5072. if Dist > Bullshit.ESPLength or Bullshit.Blacklist[Plr.Name] then
  5073. Find.Frame.Names.Visible = false
  5074. Find.Frame.Dist.Visible = false
  5075. Find.Frame.Health.Visible = false
  5076. return
  5077. else
  5078. Find.Frame.Names.Visible = true
  5079. Find.Frame.Dist.Visible = true
  5080. Find.Frame.Health.Visible = true
  5081. end
  5082. Find.Frame.Dist.Text = "Distance: " .. string.format("%.0f", Dist)
  5083. --Find.Frame.Pos.Text = "(X: " .. string.format("%.0f", pos.X) .. ", Y: " .. string.format("%.0f", pos.Y) .. ", Z: " .. string.format("%.0f", pos.Z) .. ")"
  5084. if Find4 then
  5085. Find.Frame.Health.Text = "Health: " .. string.format("%.0f", Find4.Health)
  5086. else
  5087. Find.Frame.Health.Text = ""
  5088. end
  5089. end
  5090. end
  5091. end
  5092. end
  5093. end
  5094.  
  5095. function RemoveESP(Obj)
  5096. if Obj ~= nil then
  5097. local IsPlr = Obj:IsA("Player")
  5098. local UseFolder = ItemESP
  5099. if IsPlr then UseFolder = PlayerESP end
  5100.  
  5101. local FindESP = ((IsPlr) and UseFolder:FindFirstChild("ESP Crap_" .. Obj.Name)) or FindESP(Obj)
  5102. if FindESP then
  5103. FindESP:Destroy()
  5104. end
  5105. end
  5106. end
  5107.  
  5108. function CreateESP(Obj)
  5109. if Obj ~= nil then
  5110. local IsPlr = Obj:IsA("Player")
  5111. local UseFolder = ItemESP
  5112. local GetChar = ((IsPlr) and Obj.Character) or Obj
  5113. local Head = GetChar:FindFirstChild("Head")
  5114. local t = tick()
  5115. if IsPlr then UseFolder = PlayerESP end
  5116. if Head == nil then
  5117. repeat
  5118. Head = GetChar:FindFirstChild("Head")
  5119. wait()
  5120. until Head ~= nil or (tick() - t) >= 10
  5121. end
  5122. if Head == nil then return end
  5123.  
  5124. local bb = Instance.new("BillboardGui")
  5125. bb.Adornee = Head
  5126. bb.ExtentsOffset = Vector3.new(0, 1, 0)
  5127. bb.AlwaysOnTop = true
  5128. bb.Size = UDim2.new(0, 5, 0, 5)
  5129. bb.StudsOffset = Vector3.new(0, 3, 0)
  5130. bb.Name = "ESP Crap_" .. Obj.Name
  5131. bb.Parent = UseFolder
  5132.  
  5133. local frame = Instance.new("Frame", bb)
  5134. frame.ZIndex = 10
  5135. frame.BackgroundTransparency = 1
  5136. frame.Size = UDim2.new(1, 0, 1, 0)
  5137.  
  5138. local TxtName = Instance.new("TextLabel", frame)
  5139. TxtName.Name = "Names"
  5140. TxtName.ZIndex = 10
  5141. TxtName.Text = Obj.Name
  5142. TxtName.BackgroundTransparency = 1
  5143. TxtName.Position = UDim2.new(0, 0, 0, -45)
  5144. TxtName.Size = UDim2.new(1, 0, 10, 0)
  5145. TxtName.Font = "SourceSansBold"
  5146. TxtName.TextSize = 13
  5147. TxtName.TextStrokeTransparency = 0.5
  5148.  
  5149. local TxtDist = nil
  5150. local TxtHealth = nil
  5151. if IsPlr then
  5152. TxtDist = Instance.new("TextLabel", frame)
  5153. TxtDist.Name = "Dist"
  5154. TxtDist.ZIndex = 10
  5155. TxtDist.Text = ""
  5156. TxtDist.BackgroundTransparency = 1
  5157. TxtDist.Position = UDim2.new(0, 0, 0, -35)
  5158. TxtDist.Size = UDim2.new(1, 0, 10, 0)
  5159. TxtDist.Font = "SourceSansBold"
  5160. TxtDist.TextSize = 13
  5161. TxtDist.TextStrokeTransparency = 0.5
  5162.  
  5163. TxtHealth = Instance.new("TextLabel", frame)
  5164. TxtHealth.Name = "Health"
  5165. TxtHealth.ZIndex = 10
  5166. TxtHealth.Text = ""
  5167. TxtHealth.BackgroundTransparency = 1
  5168. TxtHealth.Position = UDim2.new(0, 0, 0, -25)
  5169. TxtHealth.Size = UDim2.new(1, 0, 10, 0)
  5170. TxtHealth.Font = "SourceSansBold"
  5171. TxtHealth.TextSize = 13
  5172. TxtHealth.TextStrokeTransparency = 0.5
  5173. else
  5174. local ObjVal = Instance.new("ObjectValue", bb)
  5175. ObjVal.Value = Obj
  5176. end
  5177.  
  5178. local PickColor = GetTeamColor(Obj) or Bullshit.Colors.Neutral
  5179. TxtName.TextColor3 = PickColor
  5180.  
  5181. if IsPlr then
  5182. TxtDist.TextColor3 = PickColor
  5183. TxtHealth.TextColor3 = PickColor
  5184. end
  5185. end
  5186. end
  5187.  
  5188. function UpdateTracer(Plr)
  5189. if Bullshit.TracersEnabled then
  5190. if MyChar then
  5191. local MyTor = MyChar:FindFirstChild("HumanoidRootPart")
  5192. local GetTor = TracerData[Plr.Name]
  5193. if MyTor and GetTor ~= nil and GetTor.Parent ~= nil then
  5194. local Dist = (MyTor.Position - GetTor.Position).magnitude
  5195. if (Dist < Bullshit.TracersLength and not Bullshit.Blacklist[Plr.Name]) and not (MyChar:FindFirstChild("InVehicle") or GetTor.Parent:FindFirstChild("InVehicle")) then
  5196. if not Bullshit.PlaceTracersUnderCharacter then
  5197. local R = MyCam:ScreenPointToRay(MyCam.ViewportSize.X / 2, MyCam.ViewportSize.Y, 0)
  5198. Dist = (R.Origin - (GetTor.Position - Vector3.new(0, 3, 0))).magnitude
  5199. Tracers[Plr.Name].Transparency = 1
  5200. Tracers[Plr.Name].Size = Vector3.new(0.05, 0.05, Dist)
  5201. Tracers[Plr.Name].CFrame = CFrame.new(R.Origin, (GetTor.Position - Vector3.new(0, 4.5, 0))) * CFrame.new(0, 0, -Dist / 2)
  5202. Tracers[Plr.Name].BrickColor = BrickColor.new(GetTeamColor(Plr))
  5203. Tracers[Plr.Name].BoxHandleAdornment.Transparency = 0
  5204. Tracers[Plr.Name].BoxHandleAdornment.Size = Vector3.new(0.001, 0.001, Dist)
  5205. Tracers[Plr.Name].BoxHandleAdornment.Color3 = GetTeamColor(Plr)
  5206. else
  5207. Dist = (MyTor.Position - (GetTor.Position - Vector3.new(0, 3, 0))).magnitude
  5208. Tracers[Plr.Name].Transparency = 1
  5209. Tracers[Plr.Name].Size = Vector3.new(0.3, 0.3, Dist)
  5210. 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)
  5211. Tracers[Plr.Name].BrickColor = BrickColor.new(GetTeamColor(Plr))
  5212. Tracers[Plr.Name].BoxHandleAdornment.Transparency = 0
  5213. Tracers[Plr.Name].BoxHandleAdornment.Size = Vector3.new(0.05, 0.05, Dist)
  5214. Tracers[Plr.Name].BoxHandleAdornment.Color3 = GetTeamColor(Plr)
  5215. end
  5216. else
  5217. Tracers[Plr.Name].Transparency = 1
  5218. Tracers[Plr.Name].BoxHandleAdornment.Transparency = 1
  5219. end
  5220. end
  5221. end
  5222. end
  5223. end
  5224.  
  5225. function RemoveTracers(Plr)
  5226. local Find = Tracers:FindFirstChild(Plr.Name)
  5227. if Find then
  5228. Find:Destroy()
  5229. end
  5230. end
  5231.  
  5232. function CreateTracers(Plr)
  5233. local Find = Tracers:FindFirstChild(Plr.Name)
  5234. if not Find then
  5235. local P = Instance.new("Part")
  5236. P.Name = Plr.Name
  5237. P.Material = "Neon"
  5238. P.Transparency = 1
  5239. P.Anchored = true
  5240. P.Locked = true
  5241. P.CanCollide = false
  5242. local B = Instance.new("BoxHandleAdornment", P)
  5243. B.Adornee = P
  5244. B.Size = GetSizeOfObject(P)
  5245. B.AlwaysOnTop = true
  5246. B.ZIndex = 5
  5247. B.Transparency = 0
  5248. B.Color3 = GetTeamColor(Plr) or Bullshit.Colors.Neutral
  5249. P.Parent = Tracers
  5250.  
  5251. coroutine.resume(coroutine.create(function()
  5252. while Tracers:FindFirstChild(Plr.Name) do
  5253. UpdateTracer(Plr)
  5254. Run.RenderStepped:wait()
  5255. end
  5256. end))
  5257. end
  5258. end
  5259.  
  5260. function UpdateChams(Obj)
  5261. if Obj == nil then return end
  5262.  
  5263. if Obj:IsA("Player") then
  5264. local Find = PlayerChams:FindFirstChild(Obj.Name)
  5265. local GetChar = Obj.Character
  5266.  
  5267. local Trans = 0
  5268. if GetChar and MyChar then
  5269. local GetHead = GetChar:FindFirstChild("Head")
  5270. local GetTor = GetChar:FindFirstChild("HumanoidRootPart")
  5271. local MyHead = MyChar:FindFirstChild("Head")
  5272. local MyTor = MyChar:FindFirstChild("HumanoidRootPart")
  5273. if GetHead and GetTor and MyHead and MyTor then
  5274. if (MyTor.Position - GetTor.Position).magnitude > Bullshit.CHAMSLength or Bullshit.Blacklist[Obj.Name] then
  5275. Trans = 1
  5276. else
  5277. --local MyCharStuff = MyChar:GetDescendants()
  5278. local Ray = Ray.new(MyCam.CFrame.p, (GetTor.Position - MyCam.CFrame.p).unit * 2048)
  5279. local part = workspace:FindPartOnRayWithIgnoreList(Ray, {MyChar})
  5280. if part ~= nil then
  5281. if part:IsDescendantOf(GetChar) then
  5282. Trans = 0.9
  5283. else
  5284. Trans = 0
  5285. end
  5286. end
  5287. end
  5288. end
  5289. end
  5290.  
  5291. if Find then
  5292. for i, v in next, Find:GetChildren() do
  5293. if v.className ~= "ObjectValue" then
  5294. v.Color3 = GetTeamColor(Obj) or Bullshit.Colors.Neutral
  5295. v.Transparency = Trans
  5296. end
  5297. end
  5298. end
  5299. end
  5300. end
  5301.  
  5302. function RemoveChams(Obj)
  5303. if Obj ~= nil then
  5304. local IsPlr = Obj:IsA("Player")
  5305. local UseFolder = ItemChams
  5306. if IsPlr then UseFolder = PlayerChams end
  5307.  
  5308. local FindC = UseFolder:FindFirstChild(tostring(Obj)) or FindCham(Obj)
  5309. if FindC then
  5310. FindC:Destroy()
  5311. end
  5312. end
  5313. end
  5314.  
  5315. function CreateChams(Obj)
  5316. if Obj ~= nil then
  5317. local IsPlr = Obj:IsA("Player")
  5318. local UseFolder = ItemChams
  5319. local Crap = nil
  5320. local GetTor = nil
  5321. local t = tick()
  5322. if IsPlr then
  5323. Obj = Obj.Character
  5324. UseFolder = PlayerChams
  5325. end
  5326. if Obj == nil then return end
  5327. GetTor = Obj:FindFirstChild("HumanoidRootPart") or Obj:WaitForChild("HumanoidRootPart")
  5328. if IsPlr then Crap = Obj:GetChildren() else Crap = Obj:GetDescendants() end
  5329.  
  5330. local FindC = ((IsPlr) and UseFolder:FindFirstChild(Obj.Name)) or FindCham(Obj)
  5331. if not FindC then
  5332. FindC = Instance.new("Folder", UseFolder)
  5333. FindC.Name = Obj.Name
  5334. local ObjVal = Instance.new("ObjectValue", FindC)
  5335. ObjVal.Value = Obj
  5336. end
  5337.  
  5338. for _, P in next, Crap do
  5339. if P:IsA("PVInstance") and P.Name ~= "HumanoidRootPart" then
  5340. local Box = Instance.new("BoxHandleAdornment")
  5341. Box.Size = GetSizeOfObject(P)
  5342. Box.Name = "Cham"
  5343. Box.Adornee = P
  5344. Box.AlwaysOnTop = true
  5345. Box.ZIndex = 5
  5346. Box.Transparency = 0
  5347. Box.Color3 = ((IsPlr) and GetTeamColor(Plrs:GetPlayerFromCharacter(Obj))) or Bullshit.Colors.Neutral
  5348. Box.Parent = FindC
  5349. end
  5350. end
  5351. end
  5352. end
  5353.  
  5354. function CreateMobESPChams()
  5355. local mobspawn = { }
  5356.  
  5357. for i, v in next, workspace:GetDescendants() do
  5358. local hum = v:FindFirstChildOfClass("Humanoid")
  5359. if hum and not Plrs:GetPlayerFromCharacter(hum.Parent) and FindCham(v) == nil and FindESP(v) == nil then
  5360. mobspawn[tostring(v.Parent)] = v.Parent
  5361. if Bullshit.CHAMSEnabled and Bullshit.MobChams then
  5362. CreateChams(v)
  5363. end
  5364. if Bullshit.ESPEnabled and Bullshit.MobESP then
  5365. CreateESP(v)
  5366. end
  5367. end
  5368. end
  5369.  
  5370. if Bullshit.Mob_ESP_CHAMS_Ran_Once == false then
  5371. for i, v in next, mobspawn do
  5372. v.ChildAdded:connect(function(Obj)
  5373. if Bullshit.MobChams then
  5374. local t = tick()
  5375. local GetHum = Obj:FindFirstChildOfClass("Humanoid")
  5376. if GetHum == nil then
  5377. repeat
  5378. GetHum = Obj:FindFirstChildOfClass("Humanoid")
  5379. wait()
  5380. until GetHum ~= nil or (tick() - t) >= 10
  5381. end
  5382. if GetHum == nil then return end
  5383.  
  5384. CreateChams(Obj)
  5385. end
  5386.  
  5387. if Bullshit.MobESP then
  5388. local t = tick()
  5389. local GetHum = Obj:FindFirstChildOfClass("Humanoid")
  5390. if GetHum == nil then
  5391. repeat
  5392. GetHum = Obj:FindFirstChildOfClass("Humanoid")
  5393. wait()
  5394. until GetHum ~= nil or (tick() - t) >= 10
  5395. end
  5396. if GetHum == nil then return end
  5397.  
  5398. CreateESP(Obj)
  5399. end
  5400. end)
  5401. end
  5402.  
  5403. Bullshit.Mob_ESP_CHAMS_Ran_Once = true
  5404. end
  5405. end
  5406.  
  5407. function CreateChildAddedEventFor(Obj)
  5408. Obj.ChildAdded:connect(function(Obj2)
  5409. if Bullshit.OutlinesEnabled then
  5410. 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
  5411. local Data = { }
  5412. Data[2] = Obj2.Transparency
  5413. Obj2.Transparency = 1
  5414. local outline = Instance.new("SelectionBox")
  5415. outline.Name = "Outline"
  5416. outline.Color3 = Color3.new(0, 0, 0)
  5417. outline.SurfaceColor3 = Color3.new(0, 1, 0)
  5418. --outline.SurfaceTransparency = 0.9
  5419. outline.LineThickness = 0.01
  5420. outline.Transparency = 0.5
  5421. outline.Transparency = 0.5
  5422. outline.Adornee = Obj2
  5423. outline.Parent = Obj2
  5424. Data[1] = outline
  5425. rawset(Bullshit.OutlinedParts, Obj2, Data)
  5426. end
  5427.  
  5428. for i, v in next, Obj2:GetDescendants() do
  5429. 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
  5430. local Data = { }
  5431. Data[2] = v.Transparency
  5432. v.Transparency = 1
  5433. local outline = Instance.new("SelectionBox")
  5434. outline.Name = "Outline"
  5435. outline.Color3 = Color3.new(0, 0, 0)
  5436. outline.SurfaceColor3 = Color3.new(0, 1, 0)
  5437. --outline.SurfaceTransparency = 0.9
  5438. outline.LineThickness = 0.01
  5439. outline.Transparency = 0.5
  5440. outline.Adornee = v
  5441. outline.Parent = v
  5442. Data[1] = outline
  5443. rawset(Bullshit.OutlinedParts, v, Data)
  5444. end
  5445. CreateChildAddedEventFor(v)
  5446. end
  5447. end
  5448. CreateChildAddedEventFor(Obj2)
  5449. end)
  5450. end
  5451.  
  5452. function LightingHax()
  5453. if Bullshit.OutlinesEnabled then
  5454. Light.TimeOfDay = "00:00:00"
  5455. end
  5456.  
  5457. if Bullshit.FullbrightEnabled then
  5458. Light.Ambient = Color3.new(1, 1, 1)
  5459. Light.ColorShift_Bottom = Color3.new(1, 1, 1)
  5460. Light.ColorShift_Top = Color3.new(1, 1, 1)
  5461. end
  5462. end
  5463.  
  5464. Plrs.PlayerAdded:connect(function(Plr)
  5465. if Bullshit.CharAddedEvent[Plr.Name] == nil then
  5466. Bullshit.CharAddedEvent[Plr.Name] = Plr.CharacterAdded:connect(function(Char)
  5467. if Bullshit.ESPEnabled then
  5468. RemoveESP(Plr)
  5469. CreateESP(Plr)
  5470. end
  5471. if Bullshit.CHAMSEnabled then
  5472. RemoveChams(Plr)
  5473. CreateChams(Plr)
  5474. end
  5475. if Bullshit.TracersEnabled then
  5476. CreateTracers(Plr)
  5477. end
  5478. repeat wait() until Char:FindFirstChild("HumanoidRootPart")
  5479. TracerMT[Plr.Name] = Char.HumanoidRootPart
  5480. end)
  5481. end
  5482. end)
  5483.  
  5484. Plrs.PlayerRemoving:connect(function(Plr)
  5485. if Bullshit.CharAddedEvent[Plr.Name] ~= nil then
  5486. Bullshit.CharAddedEvent[Plr.Name]:Disconnect()
  5487. Bullshit.CharAddedEvent[Plr.Name] = nil
  5488. end
  5489. RemoveESP(Plr)
  5490. RemoveChams(Plr)
  5491. RemoveTracers(Plr)
  5492. TracerMT[Plr.Name] = nil
  5493. end)
  5494.  
  5495. function InitMain()
  5496. -- Objects
  5497.  
  5498. local Bullshit20 = Instance.new("ScreenGui")
  5499. local MainFrame = Instance.new("Frame")
  5500. local Title = Instance.new("TextLabel")
  5501. local design = Instance.new("Frame")
  5502. local buttons = Instance.new("Frame")
  5503. local ESPToggle = Instance.new("TextButton")
  5504. local ChamsToggle = Instance.new("TextButton")
  5505. local TracersToggle = Instance.new("TextButton")
  5506. local OutlineToggle = Instance.new("TextButton")
  5507. local DebugToggle = Instance.new("TextButton")
  5508. local FullbrightToggle = Instance.new("TextButton")
  5509. local BlacklistToggle = Instance.new("TextButton")
  5510. local WhitelistToggle = Instance.new("TextButton")
  5511. local Crosshair = Instance.new("TextButton")
  5512. local AimbotToggle = Instance.new("TextButton")
  5513. local Settings = Instance.new("TextButton")
  5514. local Information = Instance.new("TextButton")
  5515. local Information_2 = Instance.new("Frame")
  5516. local Title_2 = Instance.new("TextLabel")
  5517. local design_2 = Instance.new("Frame")
  5518. local buttons_2 = Instance.new("ScrollingFrame")
  5519. local TextLabel = Instance.new("TextLabel")
  5520. local Settings_2 = Instance.new("Frame")
  5521. local Title_3 = Instance.new("TextLabel")
  5522. local design_3 = Instance.new("Frame")
  5523. local buttons_3 = Instance.new("ScrollingFrame")
  5524. local AllyColor = Instance.new("TextBox")
  5525. local CHAMSLength = Instance.new("TextBox")
  5526. local CrosshairColor = Instance.new("TextBox")
  5527. local ESPLength = Instance.new("TextBox")
  5528. local EnemyColor = Instance.new("TextBox")
  5529. local FreeForAll = Instance.new("TextButton")
  5530. local FriendColor = Instance.new("TextBox")
  5531. local NeutralColor = Instance.new("TextBox")
  5532. local TracersLength = Instance.new("TextBox")
  5533. local TracersUnderChars = Instance.new("TextButton")
  5534. local AutoFireToggle = Instance.new("TextButton")
  5535. local AimbotKey = Instance.new("TextButton")
  5536. local MobESPButton = Instance.new("TextButton")
  5537. local MobChamsButton = Instance.new("TextButton")
  5538. local TextLabel_2 = Instance.new("TextLabel")
  5539. local TextLabel_3 = Instance.new("TextLabel")
  5540. local TextLabel_4 = Instance.new("TextLabel")
  5541. local TextLabel_5 = Instance.new("TextLabel")
  5542. local TextLabel_6 = Instance.new("TextLabel")
  5543. local TextLabel_7 = Instance.new("TextLabel")
  5544. local TextLabel_8 = Instance.new("TextLabel")
  5545. local TextLabel_9 = Instance.new("TextLabel")
  5546. local TextLabel_10 = Instance.new("TextLabel")
  5547. local TextLabel_11 = Instance.new("TextLabel")
  5548. local TextLabel_12 = Instance.new("TextLabel")
  5549. local TextLabel_13 = Instance.new("TextLabel")
  5550. local TextLabel_14 = Instance.new("TextLabel")
  5551. local TextLabel_15 = Instance.new("TextLabel")
  5552. local SaveSettings = Instance.new("TextButton")
  5553. local Blacklist = Instance.new("Frame")
  5554. local nigga = Instance.new("TextLabel")
  5555. local niggerfaggot = Instance.new("Frame")
  5556. local players = Instance.new("ScrollingFrame")
  5557. local buttonsex = Instance.new("Frame")
  5558. local Playername = Instance.new("TextBox")
  5559. local AddToBlacklist = Instance.new("TextButton")
  5560. local RemoveToBlacklist = Instance.new("TextButton")
  5561. local SaveBlacklist = Instance.new("TextButton")
  5562. local Whitelist = Instance.new("Frame")
  5563. local nigga2 = Instance.new("TextLabel")
  5564. local niggerfaggot2 = Instance.new("Frame")
  5565. local players2 = Instance.new("ScrollingFrame")
  5566. local buttonsex2 = Instance.new("Frame")
  5567. local Playername2 = Instance.new("TextBox")
  5568. local AddToWhitelist = Instance.new("TextButton")
  5569. local RemoveToWhitelist = Instance.new("TextButton")
  5570. local SaveWhitelist = Instance.new("TextButton")
  5571.  
  5572. -- Properties
  5573.  
  5574. Bullshit20.Name = "Bullshit 3.0"
  5575. Bullshit20.Parent = CoreGui
  5576. Bullshit20.ResetOnSpawn = false
  5577.  
  5578. MainFrame.Name = "MainFrame"
  5579. MainFrame.Parent = Bullshit20
  5580. MainFrame.Active = true
  5581. MainFrame.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  5582. MainFrame.BorderSizePixel = 0
  5583. MainFrame.Draggable = true
  5584. MainFrame.Position = UDim2.new(0.200000003, -175, 0.5, -100)
  5585. MainFrame.Size = UDim2.new(0, 350, 0, 315)
  5586.  
  5587. Title.Name = "Title"
  5588. Title.Parent = MainFrame
  5589. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  5590. Title.BackgroundTransparency = 1
  5591. Title.Size = UDim2.new(1, 0, 0, 50)
  5592. Title.Font = Enum.Font.SourceSansBold
  5593. Title.Text = "Project: Bullshit\nMade by: Racist Dolphin#5199\nVersion 3.5.5 (RE-WORK IN THE WORKS)"
  5594. Title.TextColor3 = Color3.new(1, 1, 1)
  5595. Title.TextSize = 18
  5596. Title.TextTransparency = 0.5
  5597.  
  5598. design.Name = "design"
  5599. design.Parent = MainFrame
  5600. design.BackgroundColor3 = Color3.new(1, 1, 1)
  5601. design.BackgroundTransparency = 0.5
  5602. design.BorderSizePixel = 0
  5603. design.Position = UDim2.new(0.0500000007, 0, 0, 50)
  5604. design.Size = UDim2.new(0.899999976, 0, 0, 2)
  5605.  
  5606. buttons.Name = "buttons"
  5607. buttons.Parent = MainFrame
  5608. buttons.BackgroundColor3 = Color3.new(1, 1, 1)
  5609. buttons.BackgroundTransparency = 1
  5610. buttons.Position = UDim2.new(0, 20, 0, 70)
  5611. buttons.Size = UDim2.new(1, -40, 1, -80)
  5612.  
  5613. Blacklist.Name = "Blacklist"
  5614. Blacklist.Parent = MainFrame
  5615. Blacklist.Active = true
  5616. Blacklist.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  5617. Blacklist.BorderSizePixel = 0
  5618. Blacklist.Position = UDim2.new(1, 3, 0.5, -138)
  5619. Blacklist.Size = UDim2.new(0, 350, 0, 375)
  5620. Blacklist.Visible = false
  5621.  
  5622. nigga.Name = "nigga"
  5623. nigga.Parent = Blacklist
  5624. nigga.BackgroundColor3 = Color3.new(1, 1, 1)
  5625. nigga.BackgroundTransparency = 1
  5626. nigga.Size = UDim2.new(1, 0, 0, 50)
  5627. nigga.Font = Enum.Font.SourceSansBold
  5628. nigga.Text = "Blacklist Menu"
  5629. nigga.TextColor3 = Color3.new(1, 1, 1)
  5630. nigga.TextSize = 18
  5631. nigga.TextTransparency = 0.5
  5632.  
  5633. niggerfaggot.Name = "niggerfaggot"
  5634. niggerfaggot.Parent = Blacklist
  5635. niggerfaggot.BackgroundColor3 = Color3.new(1, 1, 1)
  5636. niggerfaggot.BackgroundTransparency = 0.5
  5637. niggerfaggot.BorderSizePixel = 0
  5638. niggerfaggot.Position = UDim2.new(0.0500000007, 0, 0, 50)
  5639. niggerfaggot.Size = UDim2.new(0.899999976, 0, 0, 2)
  5640.  
  5641. players.Name = "players"
  5642. players.Parent = Blacklist
  5643. players.BackgroundColor3 = Color3.new(1, 1, 1)
  5644. players.BackgroundTransparency = 1
  5645. players.BorderSizePixel = 0
  5646. players.Position = UDim2.new(0, 20, 0, 60)
  5647. players.Size = UDim2.new(1, -40, 1, -175)
  5648. players.CanvasSize = UDim2.new(0, 0, 5, 0)
  5649. players.ScrollBarThickness = 8
  5650.  
  5651. buttonsex.Name = "buttonsex"
  5652. buttonsex.Parent = Blacklist
  5653. buttonsex.BackgroundColor3 = Color3.new(1, 1, 1)
  5654. buttonsex.BackgroundTransparency = 1
  5655. buttonsex.Position = UDim2.new(0, 20, 0, 250)
  5656. buttonsex.Size = UDim2.new(1, -40, 0, 100)
  5657.  
  5658. Playername.Name = "Playername"
  5659. Playername.Parent = buttonsex
  5660. Playername.BackgroundColor3 = Color3.new(0.972549, 0.972549, 0.972549)
  5661. Playername.BackgroundTransparency = 0.5
  5662. Playername.BorderSizePixel = 0
  5663. Playername.Size = UDim2.new(1, 0, 0, 20)
  5664. Playername.Font = Enum.Font.SourceSansBold
  5665. Playername.Text = "Enter Player Name"
  5666. Playername.TextSize = 14
  5667. Playername.TextWrapped = true
  5668.  
  5669. AddToBlacklist.Name = "AddToBlacklist"
  5670. AddToBlacklist.Parent = buttonsex
  5671. AddToBlacklist.BackgroundColor3 = Color3.new(0.972549, 0.972549, 0.972549)
  5672. AddToBlacklist.BackgroundTransparency = 0.5
  5673. AddToBlacklist.BorderSizePixel = 0
  5674. AddToBlacklist.Position = UDim2.new(0, 0, 0, 30)
  5675. AddToBlacklist.Size = UDim2.new(1, 0, 0, 20)
  5676. AddToBlacklist.Font = Enum.Font.SourceSansBold
  5677. AddToBlacklist.Text = "Add to Blacklist"
  5678. AddToBlacklist.TextSize = 14
  5679. AddToBlacklist.TextWrapped = true
  5680.  
  5681. RemoveToBlacklist.Name = "RemoveToBlacklist"
  5682. RemoveToBlacklist.Parent = buttonsex
  5683. RemoveToBlacklist.BackgroundColor3 = Color3.new(0.972549, 0.972549, 0.972549)
  5684. RemoveToBlacklist.BackgroundTransparency = 0.5
  5685. RemoveToBlacklist.BorderSizePixel = 0
  5686. RemoveToBlacklist.Position = UDim2.new(0, 0, 0, 60)
  5687. RemoveToBlacklist.Size = UDim2.new(1, 0, 0, 20)
  5688. RemoveToBlacklist.Font = Enum.Font.SourceSansBold
  5689. RemoveToBlacklist.Text = "Remove from Blacklist"
  5690. RemoveToBlacklist.TextSize = 14
  5691. RemoveToBlacklist.TextWrapped = true
  5692.  
  5693. SaveBlacklist.Name = "SaveBlacklist"
  5694. SaveBlacklist.Parent = buttonsex
  5695. SaveBlacklist.BackgroundColor3 = Color3.new(0.972549, 0.972549, 0.972549)
  5696. SaveBlacklist.BackgroundTransparency = 0.5
  5697. SaveBlacklist.BorderSizePixel = 0
  5698. SaveBlacklist.Position = UDim2.new(0, 0, 0, 90)
  5699. SaveBlacklist.Size = UDim2.new(1, 0, 0, 20)
  5700. SaveBlacklist.Font = Enum.Font.SourceSansBold
  5701. SaveBlacklist.Text = "Save Blacklist"
  5702. SaveBlacklist.TextSize = 14
  5703. SaveBlacklist.TextWrapped = true
  5704.  
  5705. Whitelist.Name = "Whitelist"
  5706. Whitelist.Parent = MainFrame
  5707. Whitelist.Active = true
  5708. Whitelist.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  5709. Whitelist.BorderSizePixel = 0
  5710. Whitelist.Position = UDim2.new(1, 3, 0.5, -138)
  5711. Whitelist.Size = UDim2.new(0, 350, 0, 375)
  5712. Whitelist.Visible = false
  5713.  
  5714. nigga2.Name = "nigga2"
  5715. nigga2.Parent = Whitelist
  5716. nigga2.BackgroundColor3 = Color3.new(1, 1, 1)
  5717. nigga2.BackgroundTransparency = 1
  5718. nigga2.Size = UDim2.new(1, 0, 0, 50)
  5719. nigga2.Font = Enum.Font.SourceSansBold
  5720. nigga2.Text = "Friends List Menu"
  5721. nigga2.TextColor3 = Color3.new(1, 1, 1)
  5722. nigga2.TextSize = 18
  5723. nigga2.TextTransparency = 0.5
  5724.  
  5725. niggerfaggot2.Name = "niggerfaggot2"
  5726. niggerfaggot2.Parent = Whitelist
  5727. niggerfaggot2.BackgroundColor3 = Color3.new(1, 1, 1)
  5728. niggerfaggot2.BackgroundTransparency = 0.5
  5729. niggerfaggot2.BorderSizePixel = 0
  5730. niggerfaggot2.Position = UDim2.new(0.0500000007, 0, 0, 50)
  5731. niggerfaggot2.Size = UDim2.new(0.899999976, 0, 0, 2)
  5732.  
  5733. players2.Name = "players2"
  5734. players2.Parent = Whitelist
  5735. players2.BackgroundColor3 = Color3.new(1, 1, 1)
  5736. players2.BackgroundTransparency = 1
  5737. players2.BorderSizePixel = 0
  5738. players2.Position = UDim2.new(0, 20, 0, 60)
  5739. players2.Size = UDim2.new(1, -40, 1, -175)
  5740. players2.CanvasSize = UDim2.new(0, 0, 5, 0)
  5741. players2.ScrollBarThickness = 8
  5742.  
  5743. buttonsex2.Name = "buttonsex2"
  5744. buttonsex2.Parent = Whitelist
  5745. buttonsex2.BackgroundColor3 = Color3.new(1, 1, 1)
  5746. buttonsex2.BackgroundTransparency = 1
  5747. buttonsex2.Position = UDim2.new(0, 20, 0, 250)
  5748. buttonsex2.Size = UDim2.new(1, -40, 0, 100)
  5749.  
  5750. Playername2.Name = "Playername2"
  5751. Playername2.Parent = buttonsex2
  5752. Playername2.BackgroundColor3 = Color3.new(0.972549, 0.972549, 0.972549)
  5753. Playername2.BackgroundTransparency = 0.5
  5754. Playername2.BorderSizePixel = 0
  5755. Playername2.Size = UDim2.new(1, 0, 0, 20)
  5756. Playername2.Font = Enum.Font.SourceSansBold
  5757. Playername2.Text = "Enter Player Name"
  5758. Playername2.TextSize = 14
  5759. Playername2.TextWrapped = true
  5760.  
  5761. AddToWhitelist.Name = "AddToWhitelist"
  5762. AddToWhitelist.Parent = buttonsex2
  5763. AddToWhitelist.BackgroundColor3 = Color3.new(0.972549, 0.972549, 0.972549)
  5764. AddToWhitelist.BackgroundTransparency = 0.5
  5765. AddToWhitelist.BorderSizePixel = 0
  5766. AddToWhitelist.Position = UDim2.new(0, 0, 0, 30)
  5767. AddToWhitelist.Size = UDim2.new(1, 0, 0, 20)
  5768. AddToWhitelist.Font = Enum.Font.SourceSansBold
  5769. AddToWhitelist.Text = "Add to Friends List"
  5770. AddToWhitelist.TextSize = 14
  5771. AddToWhitelist.TextWrapped = true
  5772.  
  5773. RemoveToWhitelist.Name = "RemoveToWhitelist"
  5774. RemoveToWhitelist.Parent = buttonsex2
  5775. RemoveToWhitelist.BackgroundColor3 = Color3.new(0.972549, 0.972549, 0.972549)
  5776. RemoveToWhitelist.BackgroundTransparency = 0.5
  5777. RemoveToWhitelist.BorderSizePixel = 0
  5778. RemoveToWhitelist.Position = UDim2.new(0, 0, 0, 60)
  5779. RemoveToWhitelist.Size = UDim2.new(1, 0, 0, 20)
  5780. RemoveToWhitelist.Font = Enum.Font.SourceSansBold
  5781. RemoveToWhitelist.Text = "Remove from Friends List"
  5782. RemoveToWhitelist.TextSize = 14
  5783. RemoveToWhitelist.TextWrapped = true
  5784.  
  5785. SaveWhitelist.Name = "SaveWhitelist"
  5786. SaveWhitelist.Parent = buttonsex2
  5787. SaveWhitelist.BackgroundColor3 = Color3.new(0.972549, 0.972549, 0.972549)
  5788. SaveWhitelist.BackgroundTransparency = 0.5
  5789. SaveWhitelist.BorderSizePixel = 0
  5790. SaveWhitelist.Position = UDim2.new(0, 0, 0, 90)
  5791. SaveWhitelist.Size = UDim2.new(1, 0, 0, 20)
  5792. SaveWhitelist.Font = Enum.Font.SourceSansBold
  5793. SaveWhitelist.Text = "Save Friends List"
  5794. SaveWhitelist.TextSize = 14
  5795. SaveWhitelist.TextWrapped = true
  5796.  
  5797. BlacklistToggle.Name = "BlacklistToggle"
  5798. BlacklistToggle.Parent = buttons
  5799. BlacklistToggle.BackgroundColor3 = Color3.new(1, 1, 1)
  5800. BlacklistToggle.BackgroundTransparency = 0.5
  5801. BlacklistToggle.BorderSizePixel = 0
  5802. BlacklistToggle.Position = UDim2.new(0, 0, 0, 200)
  5803. BlacklistToggle.Size = UDim2.new(0, 150, 0, 30)
  5804. BlacklistToggle.Font = Enum.Font.SourceSansBold
  5805. BlacklistToggle.Text = "Blacklist"
  5806. BlacklistToggle.TextColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  5807. BlacklistToggle.TextSize = 14
  5808. BlacklistToggle.TextWrapped = true
  5809.  
  5810. WhitelistToggle.Name = "WhitelistToggle"
  5811. WhitelistToggle.Parent = buttons
  5812. WhitelistToggle.BackgroundColor3 = Color3.new(1, 1, 1)
  5813. WhitelistToggle.BackgroundTransparency = 0.5
  5814. WhitelistToggle.BorderSizePixel = 0
  5815. WhitelistToggle.Position = UDim2.new(1, -150, 0, 200)
  5816. WhitelistToggle.Size = UDim2.new(0, 150, 0, 30)
  5817. WhitelistToggle.Font = Enum.Font.SourceSansBold
  5818. WhitelistToggle.Text = "Friends List"
  5819. WhitelistToggle.TextColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  5820. WhitelistToggle.TextSize = 14
  5821. WhitelistToggle.TextWrapped = true
  5822.  
  5823. ESPToggle.Name = "ESPToggle"
  5824. ESPToggle.Parent = buttons
  5825. ESPToggle.BackgroundColor3 = Color3.new(1, 1, 1)
  5826. ESPToggle.BackgroundTransparency = 0.5
  5827. ESPToggle.BorderSizePixel = 0
  5828. ESPToggle.Size = UDim2.new(0, 150, 0, 30)
  5829. ESPToggle.Font = Enum.Font.SourceSansBold
  5830. ESPToggle.Text = "ESP"
  5831. ESPToggle.TextColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  5832. ESPToggle.TextSize = 14
  5833. ESPToggle.TextWrapped = true
  5834.  
  5835. ChamsToggle.Name = "ChamsToggle"
  5836. ChamsToggle.Parent = buttons
  5837. ChamsToggle.BackgroundColor3 = Color3.new(1, 1, 1)
  5838. ChamsToggle.BackgroundTransparency = 0.5
  5839. ChamsToggle.BorderSizePixel = 0
  5840. ChamsToggle.Position = UDim2.new(1, -150, 0, 0)
  5841. ChamsToggle.Size = UDim2.new(0, 150, 0, 30)
  5842. ChamsToggle.Font = Enum.Font.SourceSansBold
  5843. ChamsToggle.Text = "Chams"
  5844. ChamsToggle.TextColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  5845. ChamsToggle.TextSize = 14
  5846. ChamsToggle.TextWrapped = true
  5847.  
  5848. TracersToggle.Name = "TracersToggle"
  5849. TracersToggle.Parent = buttons
  5850. TracersToggle.BackgroundColor3 = Color3.new(1, 1, 1)
  5851. TracersToggle.BackgroundTransparency = 0.5
  5852. TracersToggle.BorderSizePixel = 0
  5853. TracersToggle.Position = UDim2.new(0, 0, 0, 40)
  5854. TracersToggle.Size = UDim2.new(0, 150, 0, 30)
  5855. TracersToggle.Font = Enum.Font.SourceSansBold
  5856. TracersToggle.Text = "Tracers"
  5857. TracersToggle.TextColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  5858. TracersToggle.TextSize = 14
  5859. TracersToggle.TextWrapped = true
  5860.  
  5861. OutlineToggle.Name = "OutlineToggle"
  5862. OutlineToggle.Parent = buttons
  5863. OutlineToggle.BackgroundColor3 = Color3.new(1, 1, 1)
  5864. OutlineToggle.BackgroundTransparency = 0.5
  5865. OutlineToggle.BorderSizePixel = 0
  5866. OutlineToggle.Position = UDim2.new(1, -150, 0, 40)
  5867. OutlineToggle.Size = UDim2.new(0, 150, 0, 30)
  5868. OutlineToggle.Font = Enum.Font.SourceSansBold
  5869. OutlineToggle.Text = "Outlines"
  5870. OutlineToggle.TextColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  5871. OutlineToggle.TextSize = 14
  5872. OutlineToggle.TextWrapped = true
  5873.  
  5874. DebugToggle.Name = "DebugToggle"
  5875. DebugToggle.Parent = buttons
  5876. DebugToggle.BackgroundColor3 = Color3.new(1, 1, 1)
  5877. DebugToggle.BackgroundTransparency = 0.5
  5878. DebugToggle.BorderSizePixel = 0
  5879. DebugToggle.Position = UDim2.new(1, -150, 0, 80)
  5880. DebugToggle.Size = UDim2.new(0, 150, 0, 30)
  5881. DebugToggle.Font = Enum.Font.SourceSansBold
  5882. DebugToggle.Text = "Debug Info"
  5883. DebugToggle.TextColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  5884. DebugToggle.TextSize = 14
  5885. DebugToggle.TextWrapped = true
  5886.  
  5887. FullbrightToggle.Name = "FullbrightToggle"
  5888. FullbrightToggle.Parent = buttons
  5889. FullbrightToggle.BackgroundColor3 = Color3.new(1, 1, 1)
  5890. FullbrightToggle.BackgroundTransparency = 0.5
  5891. FullbrightToggle.BorderSizePixel = 0
  5892. FullbrightToggle.Position = UDim2.new(0, 0, 0, 80)
  5893. FullbrightToggle.Size = UDim2.new(0, 150, 0, 30)
  5894. FullbrightToggle.Font = Enum.Font.SourceSansBold
  5895. FullbrightToggle.Text = "Fullbright"
  5896. FullbrightToggle.TextColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  5897. FullbrightToggle.TextSize = 14
  5898. FullbrightToggle.TextWrapped = true
  5899.  
  5900. Crosshair.Name = "Crosshair"
  5901. Crosshair.Parent = buttons
  5902. Crosshair.BackgroundColor3 = Color3.new(1, 1, 1)
  5903. Crosshair.BackgroundTransparency = 0.5
  5904. Crosshair.BorderSizePixel = 0
  5905. Crosshair.Position = UDim2.new(0, 0, 0, 120)
  5906. Crosshair.Size = UDim2.new(0, 150, 0, 30)
  5907. Crosshair.Font = Enum.Font.SourceSansBold
  5908. Crosshair.Text = "Crosshair"
  5909. Crosshair.TextColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  5910. Crosshair.TextSize = 14
  5911. Crosshair.TextWrapped = true
  5912.  
  5913. AimbotToggle.Name = "AimbotToggle"
  5914. AimbotToggle.Parent = buttons
  5915. AimbotToggle.BackgroundColor3 = Color3.new(1, 1, 1)
  5916. AimbotToggle.BackgroundTransparency = 0.5
  5917. AimbotToggle.BorderSizePixel = 0
  5918. AimbotToggle.Position = UDim2.new(1, -150, 0, 120)
  5919. AimbotToggle.Size = UDim2.new(0, 150, 0, 30)
  5920. AimbotToggle.Font = Enum.Font.SourceSansBold
  5921. AimbotToggle.Text = "Aimlock"
  5922. AimbotToggle.TextColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  5923. AimbotToggle.TextSize = 14
  5924. AimbotToggle.TextWrapped = true
  5925.  
  5926. Settings.Name = "Settings"
  5927. Settings.Parent = buttons
  5928. Settings.BackgroundColor3 = Color3.new(1, 1, 1)
  5929. Settings.BackgroundTransparency = 0.5
  5930. Settings.BorderSizePixel = 0
  5931. Settings.Position = UDim2.new(1, -150, 0, 160)
  5932. Settings.Size = UDim2.new(0, 150, 0, 30)
  5933. Settings.Font = Enum.Font.SourceSansBold
  5934. Settings.Text = "Settings"
  5935. Settings.TextColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  5936. Settings.TextSize = 14
  5937. Settings.TextWrapped = true
  5938.  
  5939. Information.Name = "Information"
  5940. Information.Parent = buttons
  5941. Information.BackgroundColor3 = Color3.new(1, 1, 1)
  5942. Information.BackgroundTransparency = 0.5
  5943. Information.BorderSizePixel = 0
  5944. Information.Position = UDim2.new(0, 0, 0, 160)
  5945. Information.Size = UDim2.new(0, 150, 0, 30)
  5946. Information.Font = Enum.Font.SourceSansBold
  5947. Information.Text = "Information"
  5948. Information.TextColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  5949. Information.TextSize = 14
  5950. Information.TextWrapped = true
  5951.  
  5952. Information_2.Name = "Information"
  5953. Information_2.Parent = MainFrame
  5954. Information_2.Active = true
  5955. Information_2.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  5956. Information_2.BorderSizePixel = 0
  5957. Information_2.Position = UDim2.new(1, 3, 0.5, -138)
  5958. Information_2.Size = UDim2.new(0, 350, 0, 365)
  5959. Information_2.Visible = false
  5960.  
  5961. Title_2.Name = "Title"
  5962. Title_2.Parent = Information_2
  5963. Title_2.BackgroundColor3 = Color3.new(1, 1, 1)
  5964. Title_2.BackgroundTransparency = 1
  5965. Title_2.Size = UDim2.new(1, 0, 0, 50)
  5966. Title_2.Font = Enum.Font.SourceSansBold
  5967. Title_2.Text = "Information"
  5968. Title_2.TextColor3 = Color3.new(1, 1, 1)
  5969. Title_2.TextSize = 18
  5970. Title_2.TextTransparency = 0.5
  5971.  
  5972. design_2.Name = "design"
  5973. design_2.Parent = Information_2
  5974. design_2.BackgroundColor3 = Color3.new(1, 1, 1)
  5975. design_2.BackgroundTransparency = 0.5
  5976. design_2.BorderSizePixel = 0
  5977. design_2.Position = UDim2.new(0.0500000007, 0, 0, 50)
  5978. design_2.Size = UDim2.new(0.899999976, 0, 0, 2)
  5979.  
  5980. buttons_2.Name = "buttons"
  5981. buttons_2.Parent = Information_2
  5982. buttons_2.BackgroundColor3 = Color3.new(1, 1, 1)
  5983. buttons_2.BackgroundTransparency = 1
  5984. buttons_2.BorderSizePixel = 0
  5985. buttons_2.Position = UDim2.new(0, 20, 0, 60)
  5986. buttons_2.Size = UDim2.new(1, -40, 1, -70)
  5987. buttons_2.CanvasSize = UDim2.new(5, 0, 5, 0)
  5988. buttons_2.ScrollBarThickness = 5
  5989.  
  5990. TextLabel.Parent = buttons_2
  5991. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  5992. TextLabel.BackgroundTransparency = 1
  5993. TextLabel.Size = UDim2.new(1, -20, 1, 0)
  5994. TextLabel.Font = Enum.Font.SourceSansBold
  5995. TextLabel.Text = [[
  5996. Scripting by: Racist Dolphin#5199
  5997. GUI by: SOMEONE WHO WANTS HIS NAME HIDDEN.
  5998.  
  5999. To hide/show the GUI press the "P" key on your keyboard.
  6000.  
  6001. NOTICE: Since my string manipulation skills aren't the greatest, changing esp/cham colors might be quite buggy.
  6002. NOTICE #2: The blacklist feature will return! I just didn't have enough time to make the gui.
  6003. NOTICE #3: Save Settings might still be bugged. Message me if it's fucked up still.
  6004.  
  6005. This works on every game, though the Aimbot does NOT! (Doesn't work on: Jailbreak, and Phantom Forces)
  6006.  
  6007. FAQ:
  6008. 1) How do I use the aimbot?
  6009. 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.)
  6010.  
  6011. 2) ESP/Chams don't work on the game I play?
  6012. 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.
  6013.  
  6014. 3) How did I detect when a player is behind a wall?
  6015. A: Raycasting the camera to another player.
  6016.  
  6017. 4) My bullets still miss when using aimbot?!
  6018. 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?)
  6019.  
  6020. Change Log:
  6021. 3/10/2018:
  6022. + Fixed more bugs with chams
  6023.  
  6024. 3/10/2018:
  6025. + Fixed how chams broke when a player respawned.
  6026.  
  6027. 3/10/2018:
  6028. + Fixed ESP not updating correctly.
  6029. + Fixed Chams not updating correctly. (MAYBE? IDK WHAT IS BREAKING THIS)
  6030.  
  6031. 3/9/2018:
  6032. + Mob ESP/Chams! (BETA!)
  6033.  
  6034. 3/8/2018:
  6035. + Fixed the error you get when not entering a valid number for esp/chams/tracer lengths.
  6036. + Fixed lag issues with aimlock.
  6037. + Fixed lag issues with chams.
  6038.  
  6039. 3/8/2018:
  6040. + Patch for Murder 15
  6041. - Temporarily removed auto fire since mouse1click is broken on Synapse :(
  6042.  
  6043. 3/7/2018:
  6044. + Updated save settings.
  6045. + Can now customize aimlock key.
  6046.  
  6047. 3/7/2018:
  6048. + Patch for Wild Revolver.
  6049. + Fix for autofire. (Hopefully)
  6050.  
  6051. 3/6/2018:
  6052. - Removed :IsFriendsWith check. (Use Friends List GUI instead)
  6053.  
  6054. 3/4/2018:
  6055. + Added Friend List Menu
  6056. + Patch for Assassin!
  6057.  
  6058. 3/4/2018:
  6059. + Fixed crosshair toggle.
  6060. + Aimlock patch for Island Royal.
  6061. + Finally fixed save settings.
  6062.  
  6063. 3/4/2018:
  6064. + Aimlock fixed for Unit 1968: Vietnam
  6065. + Autofire setting for aimlock
  6066. + Fixed how you sometimes had to double click buttons to activate a option
  6067.  
  6068. 3/4/2018:
  6069. + Fixed FreeForAll setting bug.
  6070. + Using aimlock on Phantom Forces / Jailbreak will now tell you it will not work.
  6071. * Renamed Aimbot back to Aimlock
  6072.  
  6073. 3/3/2018:
  6074. + Blacklist feature re-added.
  6075. + Aimbot will no longer focus people in the blacklist.
  6076. + Compatible on exploits that have readfile and writefile.
  6077.  
  6078. 3/3/2018:
  6079. + GUI Overhaul
  6080. + Aimbot now only targets people NOT behind walls
  6081. + Chams now dim when x player is visible on your screen.
  6082. + Chams no longer have the humanoid root part. (Your welcome)
  6083. + Patch for Silent Assassin
  6084. + My discord was deleted, so I'm using pastebin now. (Auto updates :)
  6085. ]]
  6086. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  6087. TextLabel.TextSize = 16
  6088. TextLabel.TextTransparency = 0.5
  6089. TextLabel.TextXAlignment = Enum.TextXAlignment.Left
  6090. TextLabel.TextYAlignment = Enum.TextYAlignment.Top
  6091.  
  6092. Settings_2.Name = "Settings"
  6093. Settings_2.Parent = MainFrame
  6094. Settings_2.Active = true
  6095. Settings_2.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  6096. Settings_2.BorderSizePixel = 0
  6097. Settings_2.Position = UDim2.new(1, 3, 0.5, -138)
  6098. Settings_2.Size = UDim2.new(0, 350, 0, 365)
  6099. Settings_2.Visible = false
  6100.  
  6101. Title_3.Name = "Title"
  6102. Title_3.Parent = Settings_2
  6103. Title_3.BackgroundColor3 = Color3.new(1, 1, 1)
  6104. Title_3.BackgroundTransparency = 1
  6105. Title_3.Size = UDim2.new(1, 0, 0, 50)
  6106. Title_3.Font = Enum.Font.SourceSansBold
  6107. Title_3.Text = "Settings Menu"
  6108. Title_3.TextColor3 = Color3.new(1, 1, 1)
  6109. Title_3.TextSize = 18
  6110. Title_3.TextTransparency = 0.5
  6111.  
  6112. design_3.Name = "design"
  6113. design_3.Parent = Settings_2
  6114. design_3.BackgroundColor3 = Color3.new(1, 1, 1)
  6115. design_3.BackgroundTransparency = 0.5
  6116. design_3.BorderSizePixel = 0
  6117. design_3.Position = UDim2.new(0.0500000007, 0, 0, 50)
  6118. design_3.Size = UDim2.new(0.899999976, 0, 0, 2)
  6119.  
  6120. buttons_3.Name = "buttons"
  6121. buttons_3.Parent = Settings_2
  6122. buttons_3.BackgroundColor3 = Color3.new(1, 1, 1)
  6123. buttons_3.BackgroundTransparency = 1
  6124. buttons_3.BorderSizePixel = 0
  6125. buttons_3.Position = UDim2.new(0, 20, 0, 60)
  6126. buttons_3.Size = UDim2.new(1, -40, 1, -70)
  6127. buttons_3.ScrollBarThickness = 8
  6128.  
  6129. AllyColor.Name = "AllyColor"
  6130. AllyColor.Parent = buttons_3
  6131. AllyColor.BackgroundColor3 = Color3.new(0.972549, 0.972549, 0.972549)
  6132. AllyColor.BackgroundTransparency = 0.5
  6133. AllyColor.BorderSizePixel = 0
  6134. AllyColor.Position = UDim2.new(1, -150, 0, 180)
  6135. AllyColor.Size = UDim2.new(0, 135, 0, 20)
  6136. AllyColor.Font = Enum.Font.SourceSansBold
  6137. AllyColor.Text = tostring(Bullshit.Colors.Ally)
  6138. AllyColor.TextSize = 14
  6139. AllyColor.TextWrapped = true
  6140.  
  6141. CHAMSLength.Name = "CHAMSLength"
  6142. CHAMSLength.Parent = buttons_3
  6143. CHAMSLength.BackgroundColor3 = Color3.new(0.972549, 0.972549, 0.972549)
  6144. CHAMSLength.BackgroundTransparency = 0.5
  6145. CHAMSLength.BorderSizePixel = 0
  6146. CHAMSLength.Position = UDim2.new(1, -150, 0, 60)
  6147. CHAMSLength.Size = UDim2.new(0, 135, 0, 20)
  6148. CHAMSLength.Font = Enum.Font.SourceSansBold
  6149. CHAMSLength.Text = tostring(Bullshit.CHAMSLength)
  6150. CHAMSLength.TextSize = 14
  6151. CHAMSLength.TextWrapped = true
  6152.  
  6153. CrosshairColor.Name = "CrosshairColor"
  6154. CrosshairColor.Parent = buttons_3
  6155. CrosshairColor.BackgroundColor3 = Color3.new(0.972549, 0.972549, 0.972549)
  6156. CrosshairColor.BackgroundTransparency = 0.5
  6157. CrosshairColor.BorderSizePixel = 0
  6158. CrosshairColor.Position = UDim2.new(1, -150, 0, 270)
  6159. CrosshairColor.Size = UDim2.new(0, 135, 0, 20)
  6160. CrosshairColor.Font = Enum.Font.SourceSansBold
  6161. CrosshairColor.Text = tostring(Bullshit.Colors.Crosshair)
  6162. CrosshairColor.TextSize = 14
  6163. CrosshairColor.TextWrapped = true
  6164.  
  6165. ESPLength.Name = "ESPLength"
  6166. ESPLength.Parent = buttons_3
  6167. ESPLength.BackgroundColor3 = Color3.new(0.972549, 0.972549, 0.972549)
  6168. ESPLength.BackgroundTransparency = 0.5
  6169. ESPLength.BorderSizePixel = 0
  6170. ESPLength.Position = UDim2.new(1, -150, 0, 30)
  6171. ESPLength.Size = UDim2.new(0, 135, 0, 20)
  6172. ESPLength.Font = Enum.Font.SourceSansBold
  6173. ESPLength.Text = tostring(Bullshit.ESPLength)
  6174. ESPLength.TextSize = 14
  6175. ESPLength.TextWrapped = true
  6176.  
  6177. EnemyColor.Name = "EnemyColor"
  6178. EnemyColor.Parent = buttons_3
  6179. EnemyColor.BackgroundColor3 = Color3.new(0.972549, 0.972549, 0.972549)
  6180. EnemyColor.BackgroundTransparency = 0.5
  6181. EnemyColor.BorderSizePixel = 0
  6182. EnemyColor.Position = UDim2.new(1, -150, 0, 150)
  6183. EnemyColor.Size = UDim2.new(0, 135, 0, 20)
  6184. EnemyColor.Font = Enum.Font.SourceSansBold
  6185. EnemyColor.Text = tostring(Bullshit.Colors.Enemy)
  6186. EnemyColor.TextSize = 14
  6187. EnemyColor.TextWrapped = true
  6188.  
  6189. FreeForAll.Name = "FreeForAll"
  6190. FreeForAll.Parent = buttons_3
  6191. FreeForAll.BackgroundColor3 = Color3.new(0.972549, 0.972549, 0.972549)
  6192. FreeForAll.BackgroundTransparency = 0.5
  6193. FreeForAll.BorderSizePixel = 0
  6194. FreeForAll.Position = UDim2.new(1, -150, 0, 120)
  6195. FreeForAll.Size = UDim2.new(0, 135, 0, 20)
  6196. FreeForAll.Font = Enum.Font.SourceSansBold
  6197. FreeForAll.Text = tostring(Bullshit.FreeForAll)
  6198. FreeForAll.TextSize = 14
  6199. FreeForAll.TextWrapped = true
  6200.  
  6201. FriendColor.Name = "FriendColor"
  6202. FriendColor.Parent = buttons_3
  6203. FriendColor.BackgroundColor3 = Color3.new(0.972549, 0.972549, 0.972549)
  6204. FriendColor.BackgroundTransparency = 0.5
  6205. FriendColor.BorderSizePixel = 0
  6206. FriendColor.Position = UDim2.new(1, -150, 0, 210)
  6207. FriendColor.Size = UDim2.new(0, 135, 0, 20)
  6208. FriendColor.Font = Enum.Font.SourceSansBold
  6209. FriendColor.Text = tostring(Bullshit.Colors.Friend)
  6210. FriendColor.TextSize = 14
  6211. FriendColor.TextWrapped = true
  6212.  
  6213. NeutralColor.Name = "NeutralColor"
  6214. NeutralColor.Parent = buttons_3
  6215. NeutralColor.BackgroundColor3 = Color3.new(0.972549, 0.972549, 0.972549)
  6216. NeutralColor.BackgroundTransparency = 0.5
  6217. NeutralColor.BorderSizePixel = 0
  6218. NeutralColor.Position = UDim2.new(1, -150, 0, 240)
  6219. NeutralColor.Size = UDim2.new(0, 135, 0, 20)
  6220. NeutralColor.Font = Enum.Font.SourceSansBold
  6221. NeutralColor.Text = tostring(Bullshit.Colors.Neutral)
  6222. NeutralColor.TextSize = 14
  6223. NeutralColor.TextWrapped = true
  6224.  
  6225. TracersLength.Name = "TracersLength"
  6226. TracersLength.Parent = buttons_3
  6227. TracersLength.BackgroundColor3 = Color3.new(0.972549, 0.972549, 0.972549)
  6228. TracersLength.BackgroundTransparency = 0.5
  6229. TracersLength.BorderSizePixel = 0
  6230. TracersLength.Position = UDim2.new(1, -150, 0, 0)
  6231. TracersLength.Size = UDim2.new(0, 135, 0, 20)
  6232. TracersLength.Font = Enum.Font.SourceSansBold
  6233. TracersLength.Text = tostring(Bullshit.TracersLength)
  6234. TracersLength.TextSize = 14
  6235. TracersLength.TextWrapped = true
  6236.  
  6237. TracersUnderChars.Name = "TracersUnderChars"
  6238. TracersUnderChars.Parent = buttons_3
  6239. TracersUnderChars.BackgroundColor3 = Color3.new(0.972549, 0.972549, 0.972549)
  6240. TracersUnderChars.BackgroundTransparency = 0.5
  6241. TracersUnderChars.BorderSizePixel = 0
  6242. TracersUnderChars.Position = UDim2.new(1, -150, 0, 90)
  6243. TracersUnderChars.Size = UDim2.new(0, 135, 0, 20)
  6244. TracersUnderChars.Font = Enum.Font.SourceSansBold
  6245. TracersUnderChars.Text = tostring(Bullshit.PlaceTracersUnderCharacter)
  6246. TracersUnderChars.TextSize = 14
  6247. TracersUnderChars.TextWrapped = true
  6248.  
  6249. AutoFireToggle.Name = "AutoFireToggle"
  6250. AutoFireToggle.Parent = buttons_3
  6251. AutoFireToggle.BackgroundColor3 = Color3.new(0.972549, 0.972549, 0.972549)
  6252. AutoFireToggle.BackgroundTransparency = 0.5
  6253. AutoFireToggle.BorderSizePixel = 0
  6254. AutoFireToggle.Position = UDim2.new(1, -150, 0, 300)
  6255. AutoFireToggle.Size = UDim2.new(0, 135, 0, 20)
  6256. AutoFireToggle.Font = Enum.Font.SourceSansBold
  6257. AutoFireToggle.Text = tostring(Bullshit.AutoFire)
  6258. AutoFireToggle.TextSize = 14
  6259. AutoFireToggle.TextWrapped = true
  6260.  
  6261. AimbotKey.Name = "AimbotKey"
  6262. AimbotKey.Parent = buttons_3
  6263. AimbotKey.BackgroundColor3 = Color3.new(0.972549, 0.972549, 0.972549)
  6264. AimbotKey.BackgroundTransparency = 0.5
  6265. AimbotKey.BorderSizePixel = 0
  6266. AimbotKey.Position = UDim2.new(1, -150, 0, 330)
  6267. AimbotKey.Size = UDim2.new(0, 135, 0, 20)
  6268. AimbotKey.Font = Enum.Font.SourceSansBold
  6269. AimbotKey.Text = tostring(Bullshit.AimbotKey)
  6270. AimbotKey.TextSize = 14
  6271. AimbotKey.TextWrapped = true
  6272.  
  6273. MobESPButton.Name = "MobESPButton"
  6274. MobESPButton.Parent = buttons_3
  6275. MobESPButton.BackgroundColor3 = Color3.new(0.972549, 0.972549, 0.972549)
  6276. MobESPButton.BackgroundTransparency = 0.5
  6277. MobESPButton.BorderSizePixel = 0
  6278. MobESPButton.Position = UDim2.new(1, -150, 0, 360)
  6279. MobESPButton.Size = UDim2.new(0, 135, 0, 20)
  6280. MobESPButton.Font = Enum.Font.SourceSansBold
  6281. MobESPButton.Text = tostring(Bullshit.MobESP)
  6282. MobESPButton.TextSize = 14
  6283. MobESPButton.TextWrapped = true
  6284.  
  6285. MobChamsButton.Name = "MobChamsButton"
  6286. MobChamsButton.Parent = buttons_3
  6287. MobChamsButton.BackgroundColor3 = Color3.new(0.972549, 0.972549, 0.972549)
  6288. MobChamsButton.BackgroundTransparency = 0.5
  6289. MobChamsButton.BorderSizePixel = 0
  6290. MobChamsButton.Position = UDim2.new(1, -150, 0, 390)
  6291. MobChamsButton.Size = UDim2.new(0, 135, 0, 20)
  6292. MobChamsButton.Font = Enum.Font.SourceSansBold
  6293. MobChamsButton.Text = tostring(Bullshit.MobChams)
  6294. MobChamsButton.TextSize = 14
  6295. MobChamsButton.TextWrapped = true
  6296.  
  6297. TextLabel_2.Parent = buttons_3
  6298. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  6299. TextLabel_2.BackgroundTransparency = 1
  6300. TextLabel_2.Size = UDim2.new(0.5, 0, 0, 20)
  6301. TextLabel_2.Font = Enum.Font.SourceSansBold
  6302. TextLabel_2.Text = "Tracers Length"
  6303. TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
  6304. TextLabel_2.TextSize = 16
  6305. TextLabel_2.TextTransparency = 0.5
  6306.  
  6307. TextLabel_3.Parent = buttons_3
  6308. TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
  6309. TextLabel_3.BackgroundTransparency = 1
  6310. TextLabel_3.Position = UDim2.new(0, 0, 0, 30)
  6311. TextLabel_3.Size = UDim2.new(0.5, 0, 0, 20)
  6312. TextLabel_3.Font = Enum.Font.SourceSansBold
  6313. TextLabel_3.Text = "ESP Length"
  6314. TextLabel_3.TextColor3 = Color3.new(1, 1, 1)
  6315. TextLabel_3.TextSize = 16
  6316. TextLabel_3.TextTransparency = 0.5
  6317.  
  6318. TextLabel_4.Parent = buttons_3
  6319. TextLabel_4.BackgroundColor3 = Color3.new(1, 1, 1)
  6320. TextLabel_4.BackgroundTransparency = 1
  6321. TextLabel_4.Position = UDim2.new(0, 0, 0, 60)
  6322. TextLabel_4.Size = UDim2.new(0.5, 0, 0, 20)
  6323. TextLabel_4.Font = Enum.Font.SourceSansBold
  6324. TextLabel_4.Text = "Chams Length"
  6325. TextLabel_4.TextColor3 = Color3.new(1, 1, 1)
  6326. TextLabel_4.TextSize = 16
  6327. TextLabel_4.TextTransparency = 0.5
  6328.  
  6329. TextLabel_5.Parent = buttons_3
  6330. TextLabel_5.BackgroundColor3 = Color3.new(1, 1, 1)
  6331. TextLabel_5.BackgroundTransparency = 1
  6332. TextLabel_5.Position = UDim2.new(0, 0, 0, 90)
  6333. TextLabel_5.Size = UDim2.new(0.5, 0, 0, 20)
  6334. TextLabel_5.Font = Enum.Font.SourceSansBold
  6335. TextLabel_5.Text = "Tracers Under Chars"
  6336. TextLabel_5.TextColor3 = Color3.new(1, 1, 1)
  6337. TextLabel_5.TextSize = 16
  6338. TextLabel_5.TextTransparency = 0.5
  6339.  
  6340. TextLabel_6.Parent = buttons_3
  6341. TextLabel_6.BackgroundColor3 = Color3.new(1, 1, 1)
  6342. TextLabel_6.BackgroundTransparency = 1
  6343. TextLabel_6.Position = UDim2.new(0, 0, 0, 270)
  6344. TextLabel_6.Size = UDim2.new(0.5, 0, 0, 20)
  6345. TextLabel_6.Font = Enum.Font.SourceSansBold
  6346. TextLabel_6.Text = "Crosshair Color"
  6347. TextLabel_6.TextColor3 = Color3.new(1, 1, 1)
  6348. TextLabel_6.TextSize = 16
  6349. TextLabel_6.TextTransparency = 0.5
  6350.  
  6351. TextLabel_7.Parent = buttons_3
  6352. TextLabel_7.BackgroundColor3 = Color3.new(1, 1, 1)
  6353. TextLabel_7.BackgroundTransparency = 1
  6354. TextLabel_7.Position = UDim2.new(0, 0, 0, 120)
  6355. TextLabel_7.Size = UDim2.new(0.5, 0, 0, 20)
  6356. TextLabel_7.Font = Enum.Font.SourceSansBold
  6357. TextLabel_7.Text = "Free For All"
  6358. TextLabel_7.TextColor3 = Color3.new(1, 1, 1)
  6359. TextLabel_7.TextSize = 16
  6360. TextLabel_7.TextTransparency = 0.5
  6361.  
  6362. TextLabel_8.Parent = buttons_3
  6363. TextLabel_8.BackgroundColor3 = Color3.new(1, 1, 1)
  6364. TextLabel_8.BackgroundTransparency = 1
  6365. TextLabel_8.Position = UDim2.new(0, 0, 0, 240)
  6366. TextLabel_8.Size = UDim2.new(0.5, 0, 0, 20)
  6367. TextLabel_8.Font = Enum.Font.SourceSansBold
  6368. TextLabel_8.Text = "Neutral Color"
  6369. TextLabel_8.TextColor3 = Color3.new(1, 1, 1)
  6370. TextLabel_8.TextSize = 16
  6371. TextLabel_8.TextTransparency = 0.5
  6372.  
  6373. TextLabel_9.Parent = buttons_3
  6374. TextLabel_9.BackgroundColor3 = Color3.new(1, 1, 1)
  6375. TextLabel_9.BackgroundTransparency = 1
  6376. TextLabel_9.Position = UDim2.new(0, 0, 0, 150)
  6377. TextLabel_9.Size = UDim2.new(0.5, 0, 0, 20)
  6378. TextLabel_9.Font = Enum.Font.SourceSansBold
  6379. TextLabel_9.Text = "Enemy Color"
  6380. TextLabel_9.TextColor3 = Color3.new(1, 1, 1)
  6381. TextLabel_9.TextSize = 16
  6382. TextLabel_9.TextTransparency = 0.5
  6383.  
  6384. TextLabel_10.Parent = buttons_3
  6385. TextLabel_10.BackgroundColor3 = Color3.new(1, 1, 1)
  6386. TextLabel_10.BackgroundTransparency = 1
  6387. TextLabel_10.Position = UDim2.new(0, 0, 0, 180)
  6388. TextLabel_10.Size = UDim2.new(0.5, 0, 0, 20)
  6389. TextLabel_10.Font = Enum.Font.SourceSansBold
  6390. TextLabel_10.Text = "Ally Color"
  6391. TextLabel_10.TextColor3 = Color3.new(1, 1, 1)
  6392. TextLabel_10.TextSize = 16
  6393. TextLabel_10.TextTransparency = 0.5
  6394.  
  6395. TextLabel_11.Parent = buttons_3
  6396. TextLabel_11.BackgroundColor3 = Color3.new(1, 1, 1)
  6397. TextLabel_11.BackgroundTransparency = 1
  6398. TextLabel_11.Position = UDim2.new(0, 0, 0, 210)
  6399. TextLabel_11.Size = UDim2.new(0.5, 0, 0, 20)
  6400. TextLabel_11.Font = Enum.Font.SourceSansBold
  6401. TextLabel_11.Text = "Friend Color"
  6402. TextLabel_11.TextColor3 = Color3.new(1, 1, 1)
  6403. TextLabel_11.TextSize = 16
  6404. TextLabel_11.TextTransparency = 0.5
  6405.  
  6406. TextLabel_12.Parent = buttons_3
  6407. TextLabel_12.BackgroundColor3 = Color3.new(1, 1, 1)
  6408. TextLabel_12.BackgroundTransparency = 1
  6409. TextLabel_12.Position = UDim2.new(0, 0, 0, 300)
  6410. TextLabel_12.Size = UDim2.new(0.5, 0, 0, 20)
  6411. TextLabel_12.Font = Enum.Font.SourceSansBold
  6412. TextLabel_12.Text = "Aimlock Auto Fire"
  6413. TextLabel_12.TextColor3 = Color3.new(1, 1, 1)
  6414. TextLabel_12.TextSize = 16
  6415. TextLabel_12.TextTransparency = 0.5
  6416.  
  6417. TextLabel_13.Parent = buttons_3
  6418. TextLabel_13.BackgroundColor3 = Color3.new(1, 1, 1)
  6419. TextLabel_13.BackgroundTransparency = 1
  6420. TextLabel_13.Position = UDim2.new(0, 0, 0, 330)
  6421. TextLabel_13.Size = UDim2.new(0.5, 0, 0, 20)
  6422. TextLabel_13.Font = Enum.Font.SourceSansBold
  6423. TextLabel_13.Text = "Aimbot Key"
  6424. TextLabel_13.TextColor3 = Color3.new(1, 1, 1)
  6425. TextLabel_13.TextSize = 16
  6426. TextLabel_13.TextTransparency = 0.5
  6427.  
  6428. TextLabel_14.Parent = buttons_3
  6429. TextLabel_14.BackgroundColor3 = Color3.new(1, 1, 1)
  6430. TextLabel_14.BackgroundTransparency = 1
  6431. TextLabel_14.Position = UDim2.new(0, 0, 0, 360)
  6432. TextLabel_14.Size = UDim2.new(0.5, 0, 0, 20)
  6433. TextLabel_14.Font = Enum.Font.SourceSansBold
  6434. TextLabel_14.Text = "Mob ESP"
  6435. TextLabel_14.TextColor3 = Color3.new(1, 1, 1)
  6436. TextLabel_14.TextSize = 16
  6437. TextLabel_14.TextTransparency = 0.5
  6438.  
  6439. TextLabel_15.Parent = buttons_3
  6440. TextLabel_15.BackgroundColor3 = Color3.new(1, 1, 1)
  6441. TextLabel_15.BackgroundTransparency = 1
  6442. TextLabel_15.Position = UDim2.new(0, 0, 0, 390)
  6443. TextLabel_15.Size = UDim2.new(0.5, 0, 0, 20)
  6444. TextLabel_15.Font = Enum.Font.SourceSansBold
  6445. TextLabel_15.Text = "Mob CHAMS"
  6446. TextLabel_15.TextColor3 = Color3.new(1, 1, 1)
  6447. TextLabel_15.TextSize = 16
  6448. TextLabel_15.TextTransparency = 0.5
  6449.  
  6450. SaveSettings.Name = "SaveSettings"
  6451. SaveSettings.Parent = buttons_3
  6452. SaveSettings.BackgroundColor3 = Color3.new(0.972549, 0.972549, 0.972549)
  6453. SaveSettings.BackgroundTransparency = 0.5
  6454. SaveSettings.BorderSizePixel = 0
  6455. SaveSettings.Position = UDim2.new(0, 0, 0, 420)
  6456. SaveSettings.Size = UDim2.new(1, -15, 0, 20)
  6457. SaveSettings.Font = Enum.Font.SourceSansBold
  6458. SaveSettings.Text = "Save Settings"
  6459. SaveSettings.TextSize = 14
  6460. SaveSettings.TextWrapped = true
  6461.  
  6462. function CreatePlayerLabel(Str, frame)
  6463. local n = #frame:GetChildren()
  6464. local playername = Instance.new("TextLabel")
  6465. playername.Name = Str
  6466. playername.Parent = frame
  6467. playername.BackgroundColor3 = Color3.new(1, 1, 1)
  6468. playername.BackgroundTransparency = 1
  6469. playername.BorderSizePixel = 0
  6470. playername.Position = UDim2.new(0, 5, 0, (n * 15))
  6471. playername.Size = UDim2.new(1, -25, 0, 15)
  6472. playername.Font = Enum.Font.SourceSans
  6473. playername.Text = Str
  6474. playername.TextColor3 = Color3.new(1, 1, 1)
  6475. playername.TextSize = 16
  6476. playername.TextXAlignment = Enum.TextXAlignment.Left
  6477. end
  6478.  
  6479. function RefreshPlayerLabels(frame, t)
  6480. frame:ClearAllChildren()
  6481. for i, v in next, t do
  6482. CreatePlayerLabel(i, frame)
  6483. end
  6484. end
  6485.  
  6486. RefreshPlayerLabels(players, Bullshit.Blacklist)
  6487. RefreshPlayerLabels(players2, Bullshit.FriendList)
  6488.  
  6489. ESPToggle.MouseButton1Click:connect(function()
  6490. Bullshit.ESPEnabled = not Bullshit.ESPEnabled
  6491. if Bullshit.ESPEnabled then
  6492. ESPToggle.BackgroundColor3 = Color3.new(0/255,171/255,11/255)
  6493. for _, v in next, Plrs:GetPlayers() do
  6494. if v ~= MyPlr then
  6495. if Bullshit.CharAddedEvent[v.Name] == nil then
  6496. Bullshit.CharAddedEvent[v.Name] = v.CharacterAdded:connect(function(Char)
  6497. if Bullshit.ESPEnabled then
  6498. RemoveESP(v)
  6499. CreateESP(v)
  6500. end
  6501. if Bullshit.CHAMSEnabled then
  6502. RemoveChams(v)
  6503. CreateChams(v)
  6504. end
  6505. if Bullshit.TracersEnabled then
  6506. RemoveTracers(v)
  6507. CreateTracers(v)
  6508. end
  6509. repeat wait() until Char:FindFirstChild("HumanoidRootPart")
  6510. TracerMT[v.Name] = Char.HumanoidRootPart
  6511. end)
  6512. end
  6513. RemoveESP(v)
  6514. CreateESP(v)
  6515. end
  6516. end
  6517. CreateMobESPChams()
  6518. else
  6519. ESPToggle.BackgroundColor3 = Color3.new(1, 1, 1)
  6520. PlayerESP:ClearAllChildren()
  6521. ItemESP:ClearAllChildren()
  6522. end
  6523. end)
  6524.  
  6525. ChamsToggle.MouseButton1Click:connect(function()
  6526. Bullshit.CHAMSEnabled = not Bullshit.CHAMSEnabled
  6527. if Bullshit.CHAMSEnabled then
  6528. ChamsToggle.BackgroundColor3 = Color3.new(0/255,171/255,11/255)
  6529. for _, v in next, Plrs:GetPlayers() do
  6530. if v ~= MyPlr then
  6531. if Bullshit.CharAddedEvent[v.Name] == nil then
  6532. Bullshit.CharAddedEvent[v.Name] = v.CharacterAdded:connect(function(Char)
  6533. if Bullshit.ESPEnabled then
  6534. RemoveESP(v)
  6535. CreateESP(v)
  6536. end
  6537. if Bullshit.CHAMSEnabled then
  6538. RemoveChams(v)
  6539. CreateChams(v)
  6540. end
  6541. if Bullshit.TracersEnabled then
  6542. RemoveTracers(v)
  6543. CreateTracers(v)
  6544. end
  6545. repeat wait() until Char:FindFirstChild("HumanoidRootPart")
  6546. TracerMT[v.Name] = Char.HumanoidRootPart
  6547. end)
  6548. end
  6549. RemoveChams(v)
  6550. CreateChams(v)
  6551. end
  6552. end
  6553. CreateMobESPChams()
  6554. else
  6555. ChamsToggle.BackgroundColor3 = Color3.new(1, 1, 1)
  6556. PlayerChams:ClearAllChildren()
  6557. ItemChams:ClearAllChildren()
  6558. end
  6559. end)
  6560.  
  6561. TracersToggle.MouseButton1Click:connect(function()
  6562. Bullshit.TracersEnabled = not Bullshit.TracersEnabled
  6563. if Bullshit.TracersEnabled then
  6564. TracersToggle.BackgroundColor3 = Color3.new(0/255,171/255,11/255)
  6565. for _, v in next, Plrs:GetPlayers() do
  6566. if v ~= MyPlr then
  6567. if Bullshit.CharAddedEvent[v.Name] == nil then
  6568. Bullshit.CharAddedEvent[v.Name] = v.CharacterAdded:connect(function(Char)
  6569. if Bullshit.ESPEnabled then
  6570. RemoveESP(v)
  6571. CreateESP(v)
  6572. end
  6573. if Bullshit.CHAMSEnabled then
  6574. RemoveChams(v)
  6575. CreateChams(v)
  6576. end
  6577. if Bullshit.TracersEnabled then
  6578. RemoveTracers(v)
  6579. CreateTracers(v)
  6580. end
  6581. end)
  6582. end
  6583. if v.Character ~= nil then
  6584. local Tor = v.Character:FindFirstChild("HumanoidRootPart")
  6585. if Tor then
  6586. TracerMT[v.Name] = Tor
  6587. end
  6588. end
  6589. RemoveTracers(v)
  6590. CreateTracers(v)
  6591. end
  6592. end
  6593. else
  6594. TracersToggle.BackgroundColor3 = Color3.new(1, 1, 1)
  6595. for _, v in next, Plrs:GetPlayers() do
  6596. RemoveTracers(v)
  6597. end
  6598. end
  6599. end)
  6600.  
  6601. DebugToggle.MouseButton1Click:connect(function()
  6602. Bullshit.DebugInfo = not Bullshit.DebugInfo
  6603. DebugMenu["Main"].Visible = Bullshit.DebugInfo
  6604. if Bullshit.DebugInfo then
  6605. DebugToggle.BackgroundColor3 = Color3.new(0/255,171/255,11/255)
  6606. else
  6607. DebugToggle.BackgroundColor3 = Color3.new(1, 1, 1)
  6608. end
  6609. end)
  6610.  
  6611. OutlineToggle.MouseButton1Click:connect(function()
  6612. Bullshit.OutlinesEnabled = not Bullshit.OutlinesEnabled
  6613. if Bullshit.OutlinesEnabled then
  6614. OutlineToggle.BackgroundColor3 = Color3.new(0/255,171/255,11/255)
  6615. for _, v in next, workspace:GetDescendants() do
  6616. 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
  6617. local Data = { }
  6618. Data[2] = v.Transparency
  6619. v.Transparency = 1
  6620. local outline = Instance.new("SelectionBox")
  6621. outline.Name = "Outline"
  6622. outline.Color3 = Color3.new(0, 0, 0)
  6623. outline.SurfaceColor3 = Color3.new(0, 1, 0)
  6624. --outline.SurfaceTransparency = 0.9
  6625. outline.LineThickness = 0.01
  6626. outline.Transparency = 0.3
  6627. outline.Adornee = v
  6628. outline.Parent = v
  6629. Data[1] = outline
  6630. rawset(Bullshit.OutlinedParts, v, Data)
  6631. end
  6632. CreateChildAddedEventFor(v)
  6633. end
  6634. CreateChildAddedEventFor(workspace)
  6635. if Bullshit.LightingEvent == nil then
  6636. Bullshit.LightingEvent = game:GetService("Lighting").Changed:connect(LightingHax)
  6637. end
  6638. else
  6639. OutlineToggle.BackgroundColor3 = Color3.new(1, 1, 1)
  6640. for i, v in next, Bullshit.OutlinedParts do
  6641. i.Transparency = v[2]
  6642. v[1]:Destroy()
  6643. end
  6644. end
  6645. end)
  6646.  
  6647. FullbrightToggle.MouseButton1Click:connect(function()
  6648. Bullshit.FullbrightEnabled = not Bullshit.FullbrightEnabled
  6649. if Bullshit.FullbrightEnabled then
  6650. FullbrightToggle.BackgroundColor3 = Color3.new(0/255,171/255,11/255)
  6651. if Bullshit.LightingEvent == nil then
  6652. Bullshit.LightingEvent = Light.Changed:connect(LightingHax)
  6653. end
  6654. else
  6655. FullbrightToggle.BackgroundColor3 = Color3.new(1, 1, 1)
  6656. Light.Ambient = Bullshit.AmbientBackup
  6657. Light.ColorShift_Bottom = Bullshit.ColorShiftBotBackup
  6658. Light.ColorShift_Top = Bullshit.ColorShiftTopBackup
  6659. end
  6660. end)
  6661.  
  6662. Crosshair.MouseButton1Click:connect(function()
  6663. Bullshit.CrosshairEnabled = not Bullshit.CrosshairEnabled
  6664. if Bullshit.CrosshairEnabled then
  6665. local g = Instance.new("ScreenGui", CoreGui)
  6666. g.Name = "Corsshair"
  6667. local line1 = Instance.new("TextLabel", g)
  6668. line1.Text = ""
  6669. line1.Size = UDim2.new(0, 35, 0, 1)
  6670. line1.BackgroundColor3 = Bullshit.Colors.Crosshair
  6671. line1.BorderSizePixel = 0
  6672. line1.ZIndex = 10
  6673. local line2 = Instance.new("TextLabel", g)
  6674. line2.Text = ""
  6675. line2.Size = UDim2.new(0, 1, 0, 35)
  6676. line2.BackgroundColor3 = Bullshit.Colors.Crosshair
  6677. line2.BorderSizePixel = 0
  6678. line2.ZIndex = 10
  6679.  
  6680. local viewport = MyCam.ViewportSize
  6681. local centerx = viewport.X / 2
  6682. local centery = viewport.Y / 2
  6683.  
  6684. line1.Position = UDim2.new(0, centerx - (35 / 2), 0, centery - 35)
  6685. line2.Position = UDim2.new(0, centerx, 0, centery - (35 / 2) - 35)
  6686.  
  6687. Crosshair.BackgroundColor3 = Color3.new(0/255,171/255,11/255)
  6688. else
  6689. local find = CoreGui:FindFirstChild("Corsshair")
  6690. if find then
  6691. find:Destroy()
  6692. end
  6693.  
  6694. Crosshairs.BackgroundColor3 = Color3.new(1, 1, 1)
  6695. end
  6696. end)
  6697.  
  6698. AimbotToggle.MouseButton1Click:connect(function()
  6699. if not (game.PlaceId == 292439477 or game.PlaceId == 606849621) then
  6700. Bullshit.AimbotEnabled = not Bullshit.AimbotEnabled
  6701. if Bullshit.AimbotEnabled then
  6702. AimbotToggle.BackgroundColor3 = Color3.new(0/255,171/255,11/255)
  6703. else
  6704. AimbotToggle.BackgroundColor3 = Color3.new(1, 1, 1)
  6705. end
  6706. else
  6707. local hint = Instance.new("Hint", CoreGui)
  6708. hint.Text = "This game prevents camera manipulation!"
  6709. wait(5)
  6710. hint:Destroy()
  6711. end
  6712. end)
  6713.  
  6714. TracersUnderChars.MouseButton1Click:connect(function()
  6715. Bullshit.PlaceTracersUnderCharacter = not Bullshit.PlaceTracersUnderCharacter
  6716. if Bullshit.PlaceTracersUnderCharacter then
  6717. TracersUnderChars.Text = "true"
  6718. else
  6719. TracersUnderChars.Text = "false"
  6720. end
  6721. end)
  6722.  
  6723. FreeForAll.MouseButton1Click:connect(function()
  6724. Bullshit.FreeForAll = not Bullshit.FreeForAll
  6725. if Bullshit.FreeForAll then
  6726. FreeForAll.Text = "true"
  6727. else
  6728. FreeForAll.Text = "false"
  6729. end
  6730. end)
  6731.  
  6732. ESPLength.FocusLost:connect(function()
  6733. local txt = ESPLength.Text
  6734. local num = tonumber(txt) or 10000
  6735. if num ~= nil then
  6736. if num < 100 then
  6737. num = 100
  6738. ESPLength.Text = num
  6739. elseif num > 10000 then
  6740. num = 10000
  6741. ESPLength.Text = num
  6742. end
  6743. end
  6744.  
  6745. Bullshit.ESPLength = num
  6746. ESPLength.Text = num
  6747. end)
  6748.  
  6749. CHAMSLength.FocusLost:connect(function()
  6750. local txt = CHAMSLength.Text
  6751. local num = tonumber(txt) or 500
  6752. if num ~= nil then
  6753. if num < 100 then
  6754. num = 100
  6755. CHAMSLength.Text = num
  6756. elseif num > 2048 then
  6757. num = 2048
  6758. CHAMSLength.Text = num
  6759. end
  6760. end
  6761.  
  6762. Bullshit.CHAMSLength = num
  6763. CHAMSLength.Text = num
  6764. end)
  6765.  
  6766. TracersLength.FocusLost:connect(function()
  6767. local txt = TracersLength.Text
  6768. local num = tonumber(txt) or 500
  6769. if num ~= nil then
  6770. if num < 100 then
  6771. num = 100
  6772. TracersLength.Text = num
  6773. elseif num > 2048 then
  6774. num = 2048
  6775. TracersLength.Text = num
  6776. end
  6777. end
  6778.  
  6779. Bullshit.TracersLength = num
  6780. TracersLength.Text = num
  6781. end)
  6782.  
  6783. EnemyColor.FocusLost:connect(function()
  6784. local R, G, B = string.match(RemoveSpacesFromString(EnemyColor.Text), "(%d+),(%d+),(%d+)")
  6785. R = tonumber(R)
  6786. G = tonumber(G)
  6787. B = tonumber(B)
  6788. if R > 1 then
  6789. R = R / 255
  6790. end
  6791. if G > 1 then
  6792. G = G / 255
  6793. end
  6794. if B > 1 then
  6795. B = B / 255
  6796. end
  6797.  
  6798. if R ~= nil and G ~= nil and B ~= nil then
  6799. if not (R > 1 and G > 1 and B > 1) and not (R < 0 and G < 0 and B < 0) then
  6800. Bullshit.Colors.Enemy = Color3.new(R, G, B)
  6801. EnemyColor.Text = tostring(Bullshit.Colors.Enemy)
  6802. else
  6803. EnemyColor.Text = tostring(Bullshit.Colors.Enemy)
  6804. end
  6805. else
  6806. EnemyColor.Text = tostring(Bullshit.Colors.Enemy)
  6807. end
  6808. end)
  6809.  
  6810. AllyColor.FocusLost:connect(function()
  6811. local R, G, B = string.match(RemoveSpacesFromString(AllyColor.Text), "(%d+),(%d+),(%d+)")
  6812. R = tonumber(R)
  6813. G = tonumber(G)
  6814. B = tonumber(B)
  6815. if R > 1 then
  6816. R = R / 255
  6817. end
  6818. if G > 1 then
  6819. G = G / 255
  6820. end
  6821. if B > 1 then
  6822. B = B / 255
  6823. end
  6824.  
  6825. if R ~= nil and G ~= nil and B ~= nil then
  6826. if not (R > 1 and G > 1 and B > 1) and not (R < 0 and G < 0 and B < 0) then
  6827. Bullshit.Colors.Ally = Color3.new(R, G, B)
  6828. AllyColor.Text = tostring(Bullshit.Colors.Ally)
  6829. else
  6830. AllyColor.Text = tostring(Bullshit.Colors.Ally)
  6831. end
  6832. else
  6833. AllyColor.Text = tostring(Bullshit.Colors.Ally)
  6834. end
  6835. end)
  6836.  
  6837. FriendColor.FocusLost:connect(function()
  6838. local R, G, B = string.match(RemoveSpacesFromString(FriendColor.Text), "(%d+),(%d+),(%d+)")
  6839. R = tonumber(R)
  6840. G = tonumber(G)
  6841. B = tonumber(B)
  6842. if R > 1 then
  6843. R = R / 255
  6844. end
  6845. if G > 1 then
  6846. G = G / 255
  6847. end
  6848. if B > 1 then
  6849. B = B / 255
  6850. end
  6851.  
  6852. if R ~= nil and G ~= nil and B ~= nil then
  6853. if not (R > 1 and G > 1 and B > 1) and not (R < 0 and G < 0 and B < 0) then
  6854. Bullshit.Colors.Ally = Color3.new(R, G, B)
  6855. FriendColor.Text = tostring(Bullshit.Colors.Friend)
  6856. else
  6857. FriendColor.Text = tostring(Bullshit.Colors.Friend)
  6858. end
  6859. else
  6860. FriendColor.Text = tostring(Bullshit.Colors.Friend)
  6861. end
  6862. end)
  6863.  
  6864. NeutralColor.FocusLost:connect(function()
  6865. local R, G, B = string.match(RemoveSpacesFromString(NeutralColor.Text), "(%d+),(%d+),(%d+)")
  6866. R = tonumber(R)
  6867. G = tonumber(G)
  6868. B = tonumber(B)
  6869. if R > 1 then
  6870. R = R / 255
  6871. end
  6872. if G > 1 then
  6873. G = G / 255
  6874. end
  6875. if B > 1 then
  6876. B = B / 255
  6877. end
  6878.  
  6879. if R ~= nil and G ~= nil and B ~= nil then
  6880. if not (R > 1 and G > 1 and B > 1) and not (R < 0 and G < 0 and B < 0) then
  6881. Bullshit.Colors.Ally = Color3.new(R, G, B)
  6882. NeutralColor.Text = tostring(Bullshit.Colors.Neutral)
  6883. else
  6884. NeutralColor.Text = tostring(Bullshit.Colors.Neutral)
  6885. end
  6886. else
  6887. NeutralColor.Text = tostring(Bullshit.Colors.Neutral)
  6888. end
  6889. end)
  6890.  
  6891. CrosshairColor.FocusLost:connect(function()
  6892. local R, G, B = string.match(RemoveSpacesFromString(CrosshairColor.Text), "(%d+),(%d+),(%d+)")
  6893. R = tonumber(R)
  6894. G = tonumber(G)
  6895. B = tonumber(B)
  6896. if R > 1 then
  6897. R = R / 255
  6898. end
  6899. if G > 1 then
  6900. G = G / 255
  6901. end
  6902. if B > 1 then
  6903. B = B / 255
  6904. end
  6905.  
  6906. if R ~= nil and G ~= nil and B ~= nil then
  6907. if not (R > 1 and G > 1 and B > 1) and not (R < 0 and G < 0 and B < 0) then
  6908. Bullshit.Colors.Ally = Color3.new(R, G, B)
  6909. EnemyColor.Text = tostring(Bullshit.Colors.Crosshair)
  6910. else
  6911. EnemyColor.Text = tostring(Bullshit.Colors.Crosshair)
  6912. end
  6913. else
  6914. EnemyColor.Text = tostring(Bullshit.Colors.Crosshair)
  6915. end
  6916. end)
  6917.  
  6918. AutoFireToggle.MouseButton1Click:connect(function()
  6919. local hint = Instance.new("Hint", CoreGui)
  6920. hint.Text = "Currently broken. :("
  6921. wait(3)
  6922. hint:Destroy()
  6923. --Bullshit.AutoFire = not Bullshit.AutoFire
  6924. --AutoFireToggle.Text = tostring(Bullshit.AutoFire)
  6925. end)
  6926.  
  6927. AimbotKey.MouseButton1Click:connect(function()
  6928. AimbotKey.Text = "Press any Key now."
  6929. local input = UserInput.InputBegan:wait()
  6930. if input.UserInputType == Enum.UserInputType.Keyboard then
  6931. Bullshit.AimbotKey = tostring(input.KeyCode)
  6932. AimbotKey.Text = string.sub(tostring(input.KeyCode), 14)
  6933. else
  6934. Bullshit.AimbotKey = tostring(input.UserInputType)
  6935. AimbotKey.Text = string.sub(tostring(input.UserInputType), 20)
  6936. end
  6937. end)
  6938.  
  6939. MobESPButton.MouseButton1Click:connect(function()
  6940. Bullshit.MobESP = not Bullshit.MobESP
  6941. MobESPButton.Text = tostring(Bullshit.MobESP)
  6942. if Bullshit.MobESP then
  6943. local hint = Instance.new("Hint", CoreGui)
  6944. hint.Text = "Turn ESP/Chams off and on again to see mob ESP."
  6945. wait(5)
  6946. hint.Text = "This is still in beta, expect problems! Message Racist Dolphin#5199 on discord if you encounter a bug!"
  6947. wait(10)
  6948. hint:Destroy()
  6949. end
  6950. end)
  6951.  
  6952. MobChamsButton.MouseButton1Click:connect(function()
  6953. Bullshit.MobChams = not Bullshit.MobChams
  6954. MobChamsButton.Text = tostring(Bullshit.MobChams)
  6955. if Bullshit.MobChams then
  6956. local hint = Instance.new("Hint", CoreGui)
  6957. hint.Text = "Turn ESP/Chams off and on again to see mob chams."
  6958. wait(5)
  6959. hint.Text = "This is still in beta, expect problems! Message Racist Dolphin#5199 on discord if you encounter a bug!"
  6960. wait(10)
  6961. hint:Destroy()
  6962. end
  6963. end)
  6964.  
  6965. Playername.FocusLost:connect(function()
  6966. local FindPlr = FindPlayer(Playername.Text)
  6967. if FindPlr then
  6968. Playername.Text = FindPlr.Name
  6969. elseif not Bullshit.Blacklist[Playername.Text] then
  6970. Playername.Text = "Player not Found!"
  6971. wait(1)
  6972. Playername.Text = "Enter Player Name"
  6973. end
  6974. end)
  6975.  
  6976. AddToBlacklist.MouseButton1Click:connect(function()
  6977. local FindPlr = FindPlayer(Playername.Text)
  6978. if FindPlr then
  6979. if not Bullshit.Blacklist[FindPlr.Name] then
  6980. Bullshit.Blacklist[FindPlr.Name] = true
  6981. UpdateChams(FindPlr)
  6982. CreatePlayerLabel(FindPlr.Name, players)
  6983. end
  6984. end
  6985. end)
  6986.  
  6987. RemoveToBlacklist.MouseButton1Click:connect(function()
  6988. local FindPlr = FindPlayer(Playername.Text)
  6989. if FindPlr then
  6990. if Bullshit.Blacklist[FindPlr.Name] then
  6991. Bullshit.Blacklist[FindPlr.Name] = nil
  6992. UpdateChams(FindPlr)
  6993. RefreshPlayerLabels(players, Bullshit.Blacklist)
  6994. end
  6995. else
  6996. if Bullshit.Blacklist[Playername.Text] then
  6997. Bullshit.Blacklist[Playername.Text] = nil
  6998. RefreshPlayerLabels(players, Bullshit.Blacklist)
  6999. end
  7000. end
  7001. end)
  7002.  
  7003. Playername2.FocusLost:connect(function()
  7004. local FindPlr = FindPlayer(Playername2.Text)
  7005. if FindPlr then
  7006. Playername2.Text = FindPlr.Name
  7007. elseif not Bullshit.FriendList[Playername2.Text] then
  7008. Playername2.Text = "Player not Found!"
  7009. wait(1)
  7010. Playername2.Text = "Enter Player Name"
  7011. end
  7012. end)
  7013.  
  7014. AddToWhitelist.MouseButton1Click:connect(function()
  7015. local FindPlr = FindPlayer(Playername2.Text)
  7016. if FindPlr then
  7017. if not Bullshit.FriendList[FindPlr.Name] then
  7018. Bullshit.FriendList[FindPlr.Name] = true
  7019. UpdateChams(FindPlr)
  7020. CreatePlayerLabel(FindPlr.Name, players2)
  7021. end
  7022. end
  7023. end)
  7024.  
  7025. RemoveToWhitelist.MouseButton1Click:connect(function()
  7026. local FindPlr = FindPlayer(Playername2.Text)
  7027. if FindPlr then
  7028. if Bullshit.FriendList[FindPlr.Name] then
  7029. Bullshit.FriendList[FindPlr.Name] = nil
  7030. UpdateChams(FindPlr)
  7031. RefreshPlayerLabels(players2, Bullshit.FriendList)
  7032. end
  7033. else
  7034. if Bullshit.FriendList[Playername2.Text] then
  7035. Bullshit.FriendList[Playername2.Text] = nil
  7036. RefreshPlayerLabels(players2, Bullshit.FriendList)
  7037. end
  7038. end
  7039. end)
  7040.  
  7041. SaveWhitelist.MouseButton1Click:connect(function()
  7042. pcall(function()
  7043. writefile("Whitelist.txt", HTTP:JSONEncode(Bullshit.FriendList))
  7044. end)
  7045. SaveWhitelist.Text = "Saved!"
  7046. wait(1)
  7047. SaveWhitelist.Text = "Save Friends List"
  7048. end)
  7049.  
  7050. SaveBlacklist.MouseButton1Click:connect(function()
  7051. pcall(function()
  7052. writefile("Blacklist.txt", HTTP:JSONEncode(Bullshit.Blacklist))
  7053. end)
  7054. SaveBlacklist.Text = "Saved!"
  7055. wait(1)
  7056. SaveBlacklist.Text = "Save Blacklist"
  7057. end)
  7058.  
  7059. Settings.MouseButton1Click:connect(function()
  7060. Settings_2.Visible = not Settings_2.Visible
  7061. Information_2.Visible = false
  7062. Blacklist.Visible = false
  7063. Whitelist.Visible = false
  7064. if Settings_2.Visible then
  7065. Settings.BackgroundColor3 = Color3.new(0/255,171/255,11/255)
  7066. Information.BackgroundColor3 = Color3.new(1, 1, 1)
  7067. BlacklistToggle.BackgroundColor3 = Color3.new(1, 1, 1)
  7068. WhitelistToggle.BackgroundColor3 = Color3.new(1, 1, 1)
  7069. else
  7070. Settings.BackgroundColor3 = Color3.new(1, 1, 1)
  7071. end
  7072. end)
  7073.  
  7074. Information.MouseButton1Click:connect(function()
  7075. Information_2.Visible = not Information_2.Visible
  7076. Settings_2.Visible = false
  7077. Blacklist.Visible = false
  7078. Whitelist.Visible = false
  7079. if Information_2.Visible then
  7080. Information.BackgroundColor3 = Color3.new(0/255,171/255,11/255)
  7081. Settings.BackgroundColor3 = Color3.new(1, 1, 1)
  7082. BlacklistToggle.BackgroundColor3 = Color3.new(1, 1, 1)
  7083. WhitelistToggle.BackgroundColor3 = Color3.new(1, 1, 1)
  7084. else
  7085. Information.BackgroundColor3 = Color3.new(1, 1, 1)
  7086. end
  7087. end)
  7088.  
  7089. BlacklistToggle.MouseButton1Click:connect(function()
  7090. Blacklist.Visible = not Blacklist.Visible
  7091. Settings_2.Visible = false
  7092. Information_2.Visible = false
  7093. Whitelist.Visible = false
  7094. if Blacklist.Visible then
  7095. BlacklistToggle.BackgroundColor3 = Color3.new(0/255,171/255,11/255)
  7096. Settings.BackgroundColor3 = Color3.new(1, 1, 1)
  7097. Information.BackgroundColor3 = Color3.new(1, 1, 1)
  7098. WhitelistToggle.BackgroundColor3 = Color3.new(1, 1, 1)
  7099. else
  7100. BlacklistToggle.BackgroundColor3 = Color3.new(1, 1, 1)
  7101. end
  7102. end)
  7103.  
  7104. WhitelistToggle.MouseButton1Click:connect(function()
  7105. Whitelist.Visible = not Whitelist.Visible
  7106. Settings_2.Visible = false
  7107. Information_2.Visible = false
  7108. Blacklist.Visible = false
  7109. if Whitelist.Visible then
  7110. WhitelistToggle.BackgroundColor3 = Color3.new(0/255,171/255,11/255)
  7111. Settings.BackgroundColor3 = Color3.new(1, 1, 1)
  7112. Information.BackgroundColor3 = Color3.new(1, 1, 1)
  7113. BlacklistToggle.BackgroundColor3 = Color3.new(1, 1, 1)
  7114. else
  7115. WhitelistToggle.BackgroundColor3 = Color3.new(1, 1, 1)
  7116. end
  7117. end)
  7118.  
  7119. SaveSettings.MouseButton1Click:connect(function()
  7120. SaveBullshitSettings()
  7121. SaveSettings.Text = "Saved!"
  7122. wait(1)
  7123. SaveSettings.Text = "Save Settings"
  7124. end)
  7125.  
  7126. UserInput.InputBegan:connect(function(input, ingui)
  7127. if not ingui then
  7128. if input.UserInputType == Enum.UserInputType.Keyboard then
  7129. if input.KeyCode == Enum.KeyCode.P then
  7130. MainFrame.Visible = not MainFrame.Visible
  7131. end
  7132. end
  7133.  
  7134. if tostring(input.KeyCode) == Bullshit.AimbotKey or tostring(input.UserInputType) == Bullshit.AimbotKey then
  7135. Bullshit.Aimbot = true
  7136. end
  7137. end
  7138. end)
  7139.  
  7140. UserInput.InputEnded:connect(function(input)
  7141. if tostring(input.KeyCode) == Bullshit.AimbotKey or tostring(input.UserInputType) == Bullshit.AimbotKey then
  7142. Bullshit.Aimbot = false
  7143. end
  7144. end)
  7145. end
  7146.  
  7147. InitMain()
  7148.  
  7149. Run:BindToRenderStep("UpdateESP", Enum.RenderPriority.Character.Value, function()
  7150. for _, v in next, Plrs:GetPlayers() do
  7151. if v ~= MyPlr then
  7152. UpdateESP(v)
  7153. end
  7154. end
  7155. end)
  7156.  
  7157. Run:BindToRenderStep("UpdateInfo", 1000, function()
  7158. Bullshit.ClosestEnemy = GetClosestPlayer()
  7159. MyChar = MyPlr.Character
  7160. if Bullshit.DebugInfo then
  7161. local MyHead, MyTor, MyHum = MyChar:FindFirstChild("Head"), MyChar:FindFirstChild("HumanoidRootPart"), MyChar:FindFirstChild("Humanoid")
  7162.  
  7163. local GetChar, GetHead, GetTor, GetHum = nil, nil, nil, nil
  7164. if Bullshit.ClosestEnemy ~= nil then
  7165. GetChar = Bullshit.ClosestEnemy.Character
  7166. GetHead = GetChar:FindFirstChild("Head")
  7167. GetTor = GetChar:FindFirstChild("HumanoidRootPart")
  7168. GetHum = GetChar:FindFirstChild("Humanoid")
  7169.  
  7170. DebugMenu["PlayerSelected"].Text = "Closest Enemy: " .. tostring(Bullshit.ClosestEnemy)
  7171.  
  7172. if Bullshit.ClosestEnemy.Team ~= nil then
  7173. DebugMenu["PlayerTeam"].Text = "Team: " .. tostring(Bullshit.ClosestEnemy.Team)
  7174. else
  7175. DebugMenu["PlayerTeam"].Text = "Team: nil"
  7176. end
  7177.  
  7178. if GetHum then
  7179. DebugMenu["PlayerHealth"].Text = "Health: " .. string.format("%.0f", GetHum.Health)
  7180. end
  7181. if MyTor and GetTor then
  7182. local Pos = GetTor.Position
  7183. local Dist = (MyTor.Position - Pos).magnitude
  7184. 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"
  7185.  
  7186. local MyCharStuff = MyChar:GetDescendants()
  7187. local GetCharStuff = GetChar:GetDescendants()
  7188. for _, v in next, GetCharStuff do
  7189. if v ~= GetTor then
  7190. table.insert(MyCharStuff, v)
  7191. end
  7192. end
  7193. local Ray = Ray.new(MyTor.Position, (Pos - MyTor.Position).unit * 300)
  7194. local part = workspace:FindPartOnRayWithIgnoreList(Ray, MyCharStuff)
  7195. if part == GetTor then
  7196. DebugMenu["BehindWall"].Text = "Behind Wall: false"
  7197. else
  7198. DebugMenu["BehindWall"].Text = "Behind Wall: true"
  7199. end
  7200.  
  7201. DebugMenu["Main"].Size = UDim2.new(0, DebugMenu["PlayerPosition"].TextBounds.X, 0, 200)
  7202. end
  7203. end
  7204.  
  7205. -- My Position
  7206. if MyTor then
  7207. local Pos = MyTor.Position
  7208. DebugMenu["Position"].Text = "My Position: (X: " .. string.format("%.3f", Pos.x) .. " Y: " .. string.format("%.3f", Pos.Y) .. " Z: " .. string.format("%.3f", Pos.Z) .. ")"
  7209. end
  7210.  
  7211. -- FPS
  7212. local fps = math.floor(.5 + (1 / (tick() - LastTick)))
  7213. local sum = 0
  7214. local ave = 0
  7215. table.insert(Bullshit.FPSAverage, fps)
  7216. for i = 1, #Bullshit.FPSAverage do
  7217. sum = sum + Bullshit.FPSAverage[i]
  7218. end
  7219. DebugMenu["FPS"].Text = "FPS: " .. tostring(fps) .. " Average: " .. string.format("%.0f", (sum / #Bullshit.FPSAverage))
  7220. if (tick() - LastTick) >= 15 then
  7221. Bullshit.FPSAverage = { }
  7222. LastTick = tick()
  7223. end
  7224. LastTick = tick()
  7225. end
  7226. end)
  7227.  
  7228. Run:BindToRenderStep("Aimbot", Enum.RenderPriority.First.Value, function()
  7229. ClosestEnemy = GetClosestPlayerNotBehindWall()
  7230. if Bullshit.AimbotEnabled and Bullshit.Aimbot then
  7231. if ClosestEnemy ~= nil then
  7232. local GetChar = ClosestEnemy.Character
  7233. if MyChar and GetChar then
  7234. local MyCharStuff = MyChar:GetDescendants()
  7235. local MyHead = MyChar:FindFirstChild("Head")
  7236. local MyTor = MyChar:FindFirstChild("HumanoidRootPart")
  7237. local MyHum = MyChar:FindFirstChild("Humanoid")
  7238. local GetHead = GetChar:FindFirstChild("Head")
  7239. local GetTor = GetChar:FindFirstChild("HumanoidRootPart")
  7240. local GetHum = GetChar:FindFirstChild("Humanoid")
  7241. if MyHead and MyTor and MyHum and GetHead and GetTor and GetHum then
  7242. if MyHum.Health > 1 and (GetHum.Health > 1 and not GetChar:FindFirstChild("KO")) then
  7243. MyPlr.CameraMode = Enum.CameraMode.LockFirstPerson
  7244. MyCam.CFrame = CFrame.new(MyHead.CFrame.p, GetHead.CFrame.p)
  7245. if Bullshit.AutoFire then
  7246. mouse1click() -- >:(
  7247. end
  7248. end
  7249. end
  7250. end
  7251. end
  7252. else
  7253. MyPlr.CameraMode = Bullshit.CameraModeBackup
  7254. end
  7255. end)
  7256.  
  7257. local succ, out = coroutine.resume(coroutine.create(function()
  7258. while true do
  7259. for _, v in next, Plrs:GetPlayers() do
  7260. UpdateChams(v)
  7261. Run.RenderStepped:wait()
  7262. end
  7263. end
  7264. end))
  7265.  
  7266. if not succ then
  7267. error(out)
  7268. end
  7269. end)
  7270.  
  7271. Logout.Name = "Logout"
  7272. Logout.Parent = MainGUI
  7273. Logout.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  7274. Logout.BorderSizePixel = 0
  7275. Logout.Position = UDim2.new(0.0560224131, 0, 0.822834671, 0)
  7276. Logout.Size = UDim2.new(0, 70, 0, 29)
  7277. Logout.Font = Enum.Font.GothamBlack
  7278. Logout.Text = "Logout"
  7279. Logout.TextColor3 = Color3.new(1, 1, 1)
  7280. Logout.TextScaled = true
  7281. Logout.TextSize = 14
  7282. Logout.TextWrapped = true
  7283. Logout.MouseButton1Click:connect(function()
  7284. MainGUI.Visible = false
  7285. LoginFrame.Visible = true
  7286. OpenGUI.Visible = false
  7287. Page2Frame.Visible = false
  7288. end)
  7289.  
  7290. Info.Name = "Info"
  7291. Info.Parent = MainGUI
  7292. Info.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  7293. Info.BorderSizePixel = 0
  7294. Info.Position = UDim2.new(0.621848762, 0, 0.822834671, 0)
  7295. Info.Size = UDim2.new(0, 60, 0, 30)
  7296. Info.Font = Enum.Font.GothamBlack
  7297. Info.Text = "Info"
  7298. Info.TextColor3 = Color3.new(1, 1, 1)
  7299. Info.TextScaled = true
  7300. Info.TextSize = 14
  7301. Info.TextWrapped = true
  7302. Info.MouseButton1Click:connect(function()
  7303. InfoFrame.Visible = true
  7304. end)
  7305.  
  7306.  
  7307. InfoFrame.Name = "InfoFrame"
  7308. InfoFrame.Parent = Info
  7309. InfoFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  7310. InfoFrame.BorderSizePixel = 0
  7311. InfoFrame.Position = UDim2.new(2.8499999, 0, -6.9666667, 0)
  7312. InfoFrame.Size = UDim2.new(0, 181, 0, 254)
  7313. InfoFrame.Visible = false
  7314.  
  7315. TextLabel_9.Parent = InfoFrame
  7316. TextLabel_9.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  7317. TextLabel_9.BorderSizePixel = 0
  7318. TextLabel_9.Size = UDim2.new(0, 181, 0, 24)
  7319. TextLabel_9.Font = Enum.Font.GothamBlack
  7320. TextLabel_9.Text = "GX GUI - Info"
  7321. TextLabel_9.TextColor3 = Color3.new(1, 1, 1)
  7322. TextLabel_9.TextScaled = true
  7323. TextLabel_9.TextSize = 14
  7324. TextLabel_9.TextWrapped = true
  7325.  
  7326. CloseInfo.Name = "CloseInfo"
  7327. CloseInfo.Parent = InfoFrame
  7328. CloseInfo.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  7329. CloseInfo.BorderSizePixel = 0
  7330. CloseInfo.Position = UDim2.new(0.741043329, 0, 0.842519701, 0)
  7331. CloseInfo.Size = UDim2.new(0, 35, 0, 30)
  7332. CloseInfo.Font = Enum.Font.GothamBlack
  7333. CloseInfo.Text = "X"
  7334. CloseInfo.TextColor3 = Color3.new(1, 0, 0)
  7335. CloseInfo.TextScaled = true
  7336. CloseInfo.TextSize = 14
  7337. CloseInfo.TextWrapped = true
  7338. CloseInfo.MouseButton1Click:connect(function()
  7339. InfoFrame.Visible = false
  7340. end)
  7341.  
  7342. TextLabel_10.Parent = InfoFrame
  7343. TextLabel_10.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  7344. TextLabel_10.BorderSizePixel = 0
  7345. TextLabel_10.Position = UDim2.new(0, 0, 0.120965429, 0)
  7346. TextLabel_10.Size = UDim2.new(0, 180, 0, 178)
  7347. TextLabel_10.Font = Enum.Font.GothamBlack
  7348. TextLabel_10.Text = "GUI by NeverScript#4346 Do not leak or u gey enjoy thiz shit"
  7349. TextLabel_10.TextColor3 = Color3.new(1, 1, 1)
  7350. TextLabel_10.TextScaled = true
  7351. TextLabel_10.TextSize = 14
  7352. TextLabel_10.TextStrokeColor3 = Color3.new(1, 0, 0)
  7353. TextLabel_10.TextWrapped = true
  7354.  
  7355. Redwood.Name = "Redwood"
  7356. Redwood.Parent = MainGUI
  7357. Redwood.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  7358. Redwood.BorderSizePixel = 0
  7359. Redwood.Position = UDim2.new(0.109243698, 0, 0.346456707, 0)
  7360. Redwood.Size = UDim2.new(0, 120, 0, 31)
  7361. Redwood.Font = Enum.Font.GothamBlack
  7362. Redwood.Text = "RedWood fe btools"
  7363. Redwood.TextColor3 = Color3.new(1, 1, 1)
  7364. Redwood.TextScaled = true
  7365. Redwood.TextSize = 14
  7366. Redwood.TextWrapped = true
  7367. Redwood.MouseButton1Click:connect(function()
  7368. local btool = Instance.new("Tool",game.Players.LocalPlayer.Backpack)
  7369. local SelectionBox = Instance.new("SelectionBox",game.Workspace)
  7370. SelectionBox.Name = "oof"
  7371. SelectionBox.LineThickness = 0.05
  7372. SelectionBox.Adornee = nil
  7373. SelectionBox.Color3 = Color3.fromRGB(0,0,255)
  7374. SelectionBox.Visible = false
  7375. btool.Name = "Delete Tool"
  7376. btool.RequiresHandle = false
  7377. local IsEquipped = false
  7378. local Mouse = game.Players.LocalPlayer:GetMouse()
  7379.  
  7380. btool.Equipped:connect(function()
  7381. IsEquipped = true
  7382. SelectionBox.Visible = true
  7383. SelectionBox.Adornee = nil
  7384. end)
  7385.  
  7386. btool.Unequipped:connect(function()
  7387. IsEquipped = false
  7388. SelectionBox.Visible = false
  7389. SelectionBox.Adornee = nil
  7390. end)
  7391.  
  7392.  
  7393. btool.Activated:connect(function()
  7394. if IsEquipped then
  7395. game.Workspace.resources.RemoteEvent:FireServer("toggleShield", Mouse.Target)
  7396. end
  7397. end)
  7398.  
  7399. while true do
  7400. SelectionBox.Adornee = Mouse.Target or nil
  7401. wait(0.1)
  7402. end
  7403. ------:Arrest All:
  7404. local A_1 = "requestTeam"
  7405. local A_2 = "prisoners"
  7406. local Event = game:GetService("Workspace").resources.RemoteFunction
  7407. Event:InvokeServer(A_1, A_2)
  7408. for _, v in pairs(game.Players:GetChildren()) do
  7409. game.Workspace.resources.RemoteEvent:FireServer("cuff", v)
  7410. end
  7411. wait(2)
  7412. game.Workspace.resources.RemoteFunction:InvokeServer("requestTeam", "police")
  7413. for _, v in pairs(game.Players:GetChildren()) do
  7414. game.Workspace.resources.RemoteEvent:FireServer("cuff", v)
  7415. end
  7416. end)
  7417.  
  7418. Prison.Name = "Prison"
  7419. Prison.Parent = MainGUI
  7420. Prison.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  7421. Prison.BorderSizePixel = 0
  7422. Prison.Position = UDim2.new(0.540616274, 0, 0.346456707, 0)
  7423. Prison.Size = UDim2.new(0, 119, 0, 31)
  7424. Prison.Font = Enum.Font.GothamBlack
  7425. Prison.Text = "Prison life op gui"
  7426. Prison.TextColor3 = Color3.new(1, 1, 1)
  7427. Prison.TextScaled = true
  7428. Prison.TextSize = 14
  7429. Prison.TextWrapped = true
  7430. Prison.MouseButton1Click:Connect(function()
  7431. -- Objects
  7432.  
  7433. local PrisonLife = Instance.new("ScreenGui")
  7434. local Topbar = Instance.new("TextLabel")
  7435. local MainFrame = Instance.new("Frame")
  7436. local Frame4 = Instance.new("Frame")
  7437. local ESP = Instance.new("TextButton")
  7438. local TextLabel = Instance.new("TextLabel")
  7439. local SuperPunch = Instance.new("TextButton")
  7440. local TextLabel_2 = Instance.new("TextLabel")
  7441. local Noclip = Instance.new("TextButton")
  7442. local TextLabel_3 = Instance.new("TextLabel")
  7443. local LA = Instance.new("TextButton")
  7444. local TextLabel_4 = Instance.new("TextLabel")
  7445. local KillAura = Instance.new("TextButton")
  7446. local TextLabel_5 = Instance.new("TextLabel")
  7447. local ClickTp = Instance.new("TextButton")
  7448. local TextLabel_6 = Instance.new("TextLabel")
  7449. local BPT = Instance.new("TextButton")
  7450. local TextLabel_7 = Instance.new("TextLabel")
  7451. local ArrestAura = Instance.new("TextButton")
  7452. local TextLabel_8 = Instance.new("TextLabel")
  7453. local Frame2 = Instance.new("Frame")
  7454. local Tp1 = Instance.new("TextButton")
  7455. local Tp5 = Instance.new("TextButton")
  7456. local Tp10 = Instance.new("TextButton")
  7457. local Tp9 = Instance.new("TextButton")
  7458. local Tp6 = Instance.new("TextButton")
  7459. local Tp2 = Instance.new("TextButton")
  7460. local Tp3 = Instance.new("TextButton")
  7461. local Tp4 = Instance.new("TextButton")
  7462. local Tp8 = Instance.new("TextButton")
  7463. local Players = Instance.new("ScrollingFrame")
  7464. local Player = Instance.new("TextButton")
  7465. local Frame3 = Instance.new("Frame")
  7466. local M9 = Instance.new("TextButton")
  7467. local Ak47 = Instance.new("TextButton")
  7468. local Shotgun = Instance.new("TextButton")
  7469. local M4A1 = Instance.new("TextButton")
  7470. local Knife = Instance.new("TextButton")
  7471. local Mirror = Instance.new("TextButton")
  7472. local Frame1 = Instance.new("ScrollingFrame")
  7473. local BT = Instance.new("TextButton")
  7474. local God = Instance.new("TextButton")
  7475. local LOCK = Instance.new("TextButton")
  7476. local QuickEscape = Instance.new("TextButton")
  7477. local RemDoors = Instance.new("TextButton")
  7478. local TPArrest = Instance.new("TextButton")
  7479. local TpCar = Instance.new("TextButton")
  7480. local Value = Instance.new("TextBox")
  7481. local WS = Instance.new("TextButton")
  7482. local melee = Instance.new("TextButton")
  7483. local PlayerNameBox = Instance.new("TextBox")
  7484. local ArrestPlr = Instance.new("TextButton")
  7485. local KillAll = Instance.new("TextButton")
  7486. local HeadTp = Instance.new("TextButton")
  7487. local KillPlr = Instance.new("TextButton")
  7488. local TeamC1 = Instance.new("TextButton")
  7489. local TeamC2 = Instance.new("TextButton")
  7490. local TeamC3 = Instance.new("TextButton")
  7491. local Blackout = Instance.new("Frame")
  7492. local SettingsTab = Instance.new("Frame")
  7493. local Hotkeys = Instance.new("ScrollingFrame")
  7494. local Hotkey1 = Instance.new("Frame")
  7495. local HotkeyLabel = Instance.new("TextLabel")
  7496. local Hotkey = Instance.new("TextBox")
  7497. local Menu = Instance.new("Frame")
  7498. local Functions = Instance.new("TextButton")
  7499. local MenuB = Instance.new("TextButton")
  7500. local Guns = Instance.new("TextButton")
  7501. local Togglables = Instance.new("TextButton")
  7502. local Teleports = Instance.new("TextButton")
  7503. local Settings = Instance.new("TextButton")
  7504. local Open = Instance.new("TextButton")
  7505. local LoginScreen = Instance.new("Frame")
  7506. local LoginButton = Instance.new("TextButton")
  7507. local LoginDesc = Instance.new("TextLabel")
  7508. local LoginTitle = Instance.new("TextLabel")
  7509.  
  7510. -- Properties
  7511.  
  7512. PrisonLife.Name = "PrisonLife"
  7513. PrisonLife.Parent = game.Players.LocalPlayer.PlayerGui
  7514. PrisonLife.ResetOnSpawn = false
  7515.  
  7516. Topbar.Name = "Topbar"
  7517. Topbar.Parent = PrisonLife
  7518. Topbar.Active = true
  7519. Topbar.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  7520. Topbar.Draggable = true
  7521. Topbar.Position = UDim2.new(0, 800, 0, 200)
  7522. Topbar.Size = UDim2.new(0, 500, 0, 25)
  7523. Topbar.Visible = false
  7524. Topbar.Font = Enum.Font.SourceSans
  7525. Topbar.Text = "Prisoners GUI by Noobdudeispro2 @V3RM"
  7526. Topbar.TextColor3 = Color3.new(1, 1, 1)
  7527. Topbar.TextScaled = true
  7528. Topbar.TextSize = 14
  7529. Topbar.TextWrapped = true
  7530.  
  7531. MainFrame.Name = "MainFrame"
  7532. MainFrame.Parent = Topbar
  7533. MainFrame.Active = true
  7534. MainFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  7535. MainFrame.BackgroundTransparency = 1
  7536. MainFrame.BorderColor3 = Color3.new(0.223529, 0.34902, 0.439216)
  7537. MainFrame.BorderSizePixel = 0
  7538. MainFrame.Position = UDim2.new(0, 0, 0, 25)
  7539. MainFrame.Size = UDim2.new(0, 500, 0, 300)
  7540.  
  7541. SettingsTab.Name = "SettingsTab"
  7542. SettingsTab.Parent = MainFrame
  7543. SettingsTab.BackgroundColor3 = Color3.new(1, 1, 1)
  7544. SettingsTab.BorderSizePixel = 0
  7545. SettingsTab.Selectable = true
  7546. SettingsTab.Size = UDim2.new(0, 500, 0, 300)
  7547.  
  7548. Frame4.Name = "Frame4"
  7549. Frame4.Parent = MainFrame
  7550. Frame4.BackgroundColor3 = Color3.new(1, 1, 1)
  7551. Frame4.BorderColor3 = Color3.new(0.223529, 0.34902, 0.439216)
  7552. Frame4.BorderSizePixel = 0
  7553. Frame4.Size = UDim2.new(0, 500, 0, 300)
  7554.  
  7555. ESP.Name = "ESP"
  7556. ESP.Parent = Frame4
  7557. ESP.BackgroundColor3 = Color3.new(1, 1, 1)
  7558. ESP.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  7559. ESP.BorderSizePixel = 5
  7560. ESP.Position = UDim2.new(0, 170, 0, 40)
  7561. ESP.Size = UDim2.new(0, 25, 0, 25)
  7562. ESP.Font = Enum.Font.SourceSans
  7563. ESP.Text = ""
  7564. ESP.TextSize = 14
  7565.  
  7566. TextLabel.Parent = ESP
  7567. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  7568. TextLabel.BorderSizePixel = 0
  7569. TextLabel.Position = UDim2.new(0, 35, 0, 0)
  7570. TextLabel.Size = UDim2.new(0, 110, 0, 25)
  7571. TextLabel.Font = Enum.Font.SourceSansBold
  7572. TextLabel.Text = "Player ESP"
  7573. TextLabel.TextScaled = true
  7574. TextLabel.TextSize = 50
  7575. TextLabel.TextWrapped = true
  7576. TextLabel.TextXAlignment = Enum.TextXAlignment.Left
  7577.  
  7578. SuperPunch.Name = "Super Punch"
  7579. SuperPunch.Parent = Frame4
  7580. SuperPunch.BackgroundColor3 = Color3.new(1, 1, 1)
  7581. SuperPunch.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  7582. SuperPunch.BorderSizePixel = 5
  7583. SuperPunch.Position = UDim2.new(0, 10, 0, 240)
  7584. SuperPunch.Size = UDim2.new(0, 25, 0, 25)
  7585. SuperPunch.Font = Enum.Font.SourceSans
  7586. SuperPunch.Text = ""
  7587. SuperPunch.TextSize = 14
  7588. SuperPunch.TextXAlignment = Enum.TextXAlignment.Left
  7589.  
  7590. TextLabel_2.Parent = SuperPunch
  7591. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  7592. TextLabel_2.BorderSizePixel = 0
  7593. TextLabel_2.Position = UDim2.new(0, 35, 0, 0)
  7594. TextLabel_2.Size = UDim2.new(0, 110, 0, 25)
  7595. TextLabel_2.Font = Enum.Font.SourceSansBold
  7596. TextLabel_2.Text = "Super Punch"
  7597. TextLabel_2.TextScaled = true
  7598. TextLabel_2.TextSize = 50
  7599. TextLabel_2.TextWrapped = true
  7600.  
  7601. Noclip.Name = "Noclip"
  7602. Noclip.Parent = Frame4
  7603. Noclip.BackgroundColor3 = Color3.new(1, 1, 1)
  7604. Noclip.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  7605. Noclip.BorderSizePixel = 5
  7606. Noclip.Position = UDim2.new(0, 10, 0, 80)
  7607. Noclip.Size = UDim2.new(0, 25, 0, 25)
  7608. Noclip.Font = Enum.Font.SourceSans
  7609. Noclip.Text = ""
  7610. Noclip.TextSize = 14
  7611.  
  7612. TextLabel_3.Parent = Noclip
  7613. TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
  7614. TextLabel_3.BorderSizePixel = 0
  7615. TextLabel_3.Position = UDim2.new(0, 35, 0, 0)
  7616. TextLabel_3.Size = UDim2.new(0, 75, 0, 25)
  7617. TextLabel_3.Font = Enum.Font.SourceSansBold
  7618. TextLabel_3.Text = "Noclip"
  7619. TextLabel_3.TextScaled = true
  7620. TextLabel_3.TextSize = 50
  7621. TextLabel_3.TextWrapped = true
  7622. TextLabel_3.TextXAlignment = Enum.TextXAlignment.Left
  7623.  
  7624. LA.Name = "Airwalk"
  7625. LA.Parent = Frame4
  7626. LA.BackgroundColor3 = Color3.new(1, 1, 1)
  7627. LA.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  7628. LA.BorderSizePixel = 5
  7629. LA.Position = UDim2.new(0, 10, 0, 120)
  7630. LA.Size = UDim2.new(0, 25, 0, 25)
  7631. LA.Font = Enum.Font.SourceSans
  7632. LA.Text = ""
  7633. LA.TextSize = 14
  7634.  
  7635. TextLabel_4.Parent = LA
  7636. TextLabel_4.BackgroundColor3 = Color3.new(1, 1, 1)
  7637. TextLabel_4.BorderSizePixel = 0
  7638. TextLabel_4.Position = UDim2.new(0, 35, 0, 0)
  7639. TextLabel_4.Size = UDim2.new(0, 110, 0, 25)
  7640. TextLabel_4.Font = Enum.Font.SourceSansBold
  7641. TextLabel_4.Text = "Air Walk"
  7642. TextLabel_4.TextScaled = true
  7643. TextLabel_4.TextSize = 50
  7644. TextLabel_4.TextWrapped = true
  7645. TextLabel_4.TextXAlignment = Enum.TextXAlignment.Left
  7646.  
  7647. KillAura.Name = "KillAura"
  7648. KillAura.Parent = Frame4
  7649. KillAura.BackgroundColor3 = Color3.new(1, 1, 1)
  7650. KillAura.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  7651. KillAura.BorderSizePixel = 5
  7652. KillAura.Position = UDim2.new(0, 10, 0, 200)
  7653. KillAura.Size = UDim2.new(0, 25, 0, 25)
  7654. KillAura.Font = Enum.Font.SourceSans
  7655. KillAura.Text = ""
  7656. KillAura.TextSize = 14
  7657.  
  7658. TextLabel_5.Parent = KillAura
  7659. TextLabel_5.BackgroundColor3 = Color3.new(1, 1, 1)
  7660. TextLabel_5.BorderSizePixel = 0
  7661. TextLabel_5.Position = UDim2.new(0, 35, 0, 0)
  7662. TextLabel_5.Size = UDim2.new(0, 100, 0, 25)
  7663. TextLabel_5.Font = Enum.Font.SourceSansBold
  7664. TextLabel_5.Text = "Kill Aura"
  7665. TextLabel_5.TextScaled = true
  7666. TextLabel_5.TextSize = 50
  7667. TextLabel_5.TextWrapped = true
  7668. TextLabel_5.TextXAlignment = Enum.TextXAlignment.Left
  7669.  
  7670. ClickTp.Name = "Click Tp"
  7671. ClickTp.Parent = Frame4
  7672. ClickTp.BackgroundColor3 = Color3.new(1, 1, 1)
  7673. ClickTp.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  7674. ClickTp.BorderSizePixel = 5
  7675. ClickTp.Position = UDim2.new(0, 10, 0, 40)
  7676. ClickTp.Size = UDim2.new(0, 25, 0, 25)
  7677. ClickTp.Font = Enum.Font.SourceSans
  7678. ClickTp.Text = ""
  7679. ClickTp.TextSize = 14
  7680.  
  7681. TextLabel_6.Parent = ClickTp
  7682. TextLabel_6.BackgroundColor3 = Color3.new(1, 1, 1)
  7683. TextLabel_6.BorderSizePixel = 0
  7684. TextLabel_6.Position = UDim2.new(0, 35, 0, 0)
  7685. TextLabel_6.Size = UDim2.new(0, 75, 0, 25)
  7686. TextLabel_6.Font = Enum.Font.SourceSansBold
  7687. TextLabel_6.Text = "ClickTp"
  7688. TextLabel_6.TextScaled = true
  7689. TextLabel_6.TextSize = 50
  7690. TextLabel_6.TextWrapped = true
  7691. TextLabel_6.TextXAlignment = Enum.TextXAlignment.Left
  7692.  
  7693. BPT.Name = "Taser Bypass"
  7694. BPT.Parent = Frame4
  7695. BPT.BackgroundColor3 = Color3.new(1, 1, 1)
  7696. BPT.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  7697. BPT.BorderSizePixel = 5
  7698. BPT.Position = UDim2.new(0, 170, 0, 80)
  7699. BPT.Size = UDim2.new(0, 25, 0, 25)
  7700. BPT.Font = Enum.Font.SourceSans
  7701. BPT.Text = ""
  7702. BPT.TextSize = 14
  7703.  
  7704. TextLabel_7.Parent = BPT
  7705. TextLabel_7.BackgroundColor3 = Color3.new(1, 1, 1)
  7706. TextLabel_7.BorderSizePixel = 0
  7707. TextLabel_7.Position = UDim2.new(0, 35, 0, 0)
  7708. TextLabel_7.Size = UDim2.new(0, 100, 0, 25)
  7709. TextLabel_7.Font = Enum.Font.SourceSansBold
  7710. TextLabel_7.Text = "Taser Bypass"
  7711. TextLabel_7.TextScaled = true
  7712. TextLabel_7.TextSize = 50
  7713. TextLabel_7.TextWrapped = true
  7714. TextLabel_7.TextXAlignment = Enum.TextXAlignment.Left
  7715.  
  7716. ArrestAura.Name = "Arrest Aura"
  7717. ArrestAura.Parent = Frame4
  7718. ArrestAura.BackgroundColor3 = Color3.new(1, 1, 1)
  7719. ArrestAura.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  7720. ArrestAura.BorderSizePixel = 5
  7721. ArrestAura.Position = UDim2.new(0, 10, 0, 160)
  7722. ArrestAura.Size = UDim2.new(0, 25, 0, 25)
  7723. ArrestAura.Font = Enum.Font.SourceSans
  7724. ArrestAura.Text = ""
  7725. ArrestAura.TextSize = 14
  7726.  
  7727. TextLabel_8.Parent = ArrestAura
  7728. TextLabel_8.BackgroundColor3 = Color3.new(1, 1, 1)
  7729. TextLabel_8.BorderSizePixel = 0
  7730. TextLabel_8.Position = UDim2.new(0, 35, 0, 0)
  7731. TextLabel_8.Size = UDim2.new(0, 100, 0, 25)
  7732. TextLabel_8.Font = Enum.Font.SourceSansBold
  7733. TextLabel_8.Text = "Arrest Aura"
  7734. TextLabel_8.TextScaled = true
  7735. TextLabel_8.TextSize = 50
  7736. TextLabel_8.TextWrapped = true
  7737. TextLabel_8.TextXAlignment = Enum.TextXAlignment.Left
  7738.  
  7739. Frame2.Name = "Frame2"
  7740. Frame2.Parent = MainFrame
  7741. Frame2.BackgroundColor3 = Color3.new(1, 1, 1)
  7742. Frame2.BorderColor3 = Color3.new(0.223529, 0.34902, 0.439216)
  7743. Frame2.BorderSizePixel = 0
  7744. Frame2.Size = UDim2.new(0, 500, 0, 300)
  7745. Frame2.Visible = false
  7746.  
  7747. Tp1.Name = "Tp1"
  7748. Tp1.Parent = Frame2
  7749. Tp1.BackgroundColor3 = Color3.new(1, 1, 1)
  7750. Tp1.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  7751. Tp1.BorderSizePixel = 4
  7752. Tp1.Position = UDim2.new(0, 180, 0, 140)
  7753. Tp1.Size = UDim2.new(0, 150, 0, 35)
  7754. Tp1.Font = Enum.Font.SourceSans
  7755. Tp1.Text = "Quick Escape"
  7756. Tp1.TextScaled = true
  7757. Tp1.TextSize = 14
  7758. Tp1.TextWrapped = true
  7759.  
  7760. Tp5.Name = "Tp5"
  7761. Tp5.Parent = Frame2
  7762. Tp5.BackgroundColor3 = Color3.new(1, 1, 1)
  7763. Tp5.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  7764. Tp5.BorderSizePixel = 4
  7765. Tp5.Position = UDim2.new(0, 180, 0, 90)
  7766. Tp5.Size = UDim2.new(0, 150, 0, 35)
  7767. Tp5.Font = Enum.Font.SourceSans
  7768. Tp5.Text = "Guards Room"
  7769. Tp5.TextScaled = true
  7770. Tp5.TextSize = 14
  7771. Tp5.TextWrapped = true
  7772.  
  7773. Tp10.Name = "Tp10"
  7774. Tp10.Parent = Frame2
  7775. Tp10.BackgroundColor3 = Color3.new(1, 1, 1)
  7776. Tp10.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  7777. Tp10.BorderSizePixel = 4
  7778. Tp10.Position = UDim2.new(0, 180, 0, 190)
  7779. Tp10.Size = UDim2.new(0, 150, 0, 35)
  7780. Tp10.Font = Enum.Font.SourceSans
  7781. Tp10.Text = "Cells"
  7782. Tp10.TextScaled = true
  7783. Tp10.TextSize = 14
  7784. Tp10.TextWrapped = true
  7785.  
  7786. Tp9.Name = "Tp9"
  7787. Tp9.Parent = Frame2
  7788. Tp9.BackgroundColor3 = Color3.new(1, 1, 1)
  7789. Tp9.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  7790. Tp9.BorderSizePixel = 4
  7791. Tp9.Position = UDim2.new(0, 180, 0, 40)
  7792. Tp9.Size = UDim2.new(0, 150, 0, 35)
  7793. Tp9.Font = Enum.Font.SourceSans
  7794. Tp9.Text = "Teleport To Player"
  7795. Tp9.TextScaled = true
  7796. Tp9.TextSize = 14
  7797. Tp9.TextWrapped = true
  7798.  
  7799. Tp6.Name = "Tp6"
  7800. Tp6.Parent = Frame2
  7801. Tp6.BackgroundColor3 = Color3.new(1, 1, 1)
  7802. Tp6.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  7803. Tp6.BorderSizePixel = 4
  7804. Tp6.Position = UDim2.new(0, 10, 0, 190)
  7805. Tp6.Size = UDim2.new(0, 150, 0, 35)
  7806. Tp6.Font = Enum.Font.SourceSans
  7807. Tp6.Text = "Cafeteria"
  7808. Tp6.TextScaled = true
  7809. Tp6.TextSize = 14
  7810. Tp6.TextWrapped = true
  7811.  
  7812. Tp2.Name = "Tp2"
  7813. Tp2.Parent = Frame2
  7814. Tp2.BackgroundColor3 = Color3.new(1, 1, 1)
  7815. Tp2.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  7816. Tp2.BorderSizePixel = 4
  7817. Tp2.Position = UDim2.new(0, 10, 0, 90)
  7818. Tp2.Size = UDim2.new(0, 150, 0, 35)
  7819. Tp2.Font = Enum.Font.SourceSans
  7820. Tp2.Text = "Country Yard"
  7821. Tp2.TextScaled = true
  7822. Tp2.TextSize = 14
  7823. Tp2.TextWrapped = true
  7824.  
  7825. Tp3.Name = "Tp3"
  7826. Tp3.Parent = Frame2
  7827. Tp3.BackgroundColor3 = Color3.new(1, 1, 1)
  7828. Tp3.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  7829. Tp3.BorderSizePixel = 4
  7830. Tp3.Position = UDim2.new(0, 180, 0, 240)
  7831. Tp3.Size = UDim2.new(0, 150, 0, 35)
  7832. Tp3.Font = Enum.Font.SourceSans
  7833. Tp3.Text = "Criminal Base"
  7834. Tp3.TextScaled = true
  7835. Tp3.TextSize = 14
  7836. Tp3.TextWrapped = true
  7837.  
  7838. Tp4.Name = "Tp4"
  7839. Tp4.Parent = Frame2
  7840. Tp4.BackgroundColor3 = Color3.new(1, 1, 1)
  7841. Tp4.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  7842. Tp4.BorderSizePixel = 4
  7843. Tp4.Position = UDim2.new(0, 10, 0, 140)
  7844. Tp4.Size = UDim2.new(0, 150, 0, 35)
  7845. Tp4.Font = Enum.Font.SourceSans
  7846. Tp4.Text = "Camping Tower"
  7847. Tp4.TextScaled = true
  7848. Tp4.TextSize = 14
  7849. Tp4.TextWrapped = true
  7850.  
  7851. Tp8.Name = "Tp8"
  7852. Tp8.Parent = Frame2
  7853. Tp8.BackgroundColor3 = Color3.new(1, 1, 1)
  7854. Tp8.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  7855. Tp8.BorderSizePixel = 4
  7856. Tp8.Position = UDim2.new(0, 10, 0, 240)
  7857. Tp8.Size = UDim2.new(0, 150, 0, 35)
  7858. Tp8.Font = Enum.Font.SourceSans
  7859. Tp8.Text = "Secret room"
  7860. Tp8.TextScaled = true
  7861. Tp8.TextSize = 14
  7862. Tp8.TextWrapped = true
  7863.  
  7864. Players.Name = "Players"
  7865. Players.Parent = Frame2
  7866. Players.BackgroundColor3 = Color3.new(1, 1, 1)
  7867. Players.Position = UDim2.new(0, 350, 0, 0)
  7868. Players.Size = UDim2.new(0, 150, 0, 290)
  7869.  
  7870. Player.Name = "Player"
  7871. Player.Parent = Frame2
  7872. Player.BackgroundColor3 = Color3.new(1, 1, 1)
  7873. Player.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  7874. Player.BorderSizePixel = 4
  7875. Player.Position = UDim2.new(0, 10, 0, 40)
  7876. Player.Size = UDim2.new(0, 150, 0, 35)
  7877. Player.Font = Enum.Font.SourceSans
  7878. Player.Text = "Player"
  7879. Player.TextScaled = true
  7880. Player.TextSize = 14
  7881. Player.TextWrapped = true
  7882.  
  7883. Frame3.Name = "Frame3"
  7884. Frame3.Parent = MainFrame
  7885. Frame3.BackgroundColor3 = Color3.new(1, 1, 1)
  7886. Frame3.BorderColor3 = Color3.new(0.223529, 0.34902, 0.439216)
  7887. Frame3.BorderSizePixel = 0
  7888. Frame3.Size = UDim2.new(0, 500, 0, 300)
  7889. Frame3.Visible = false
  7890.  
  7891. M9.Name = "M9"
  7892. M9.Parent = Frame3
  7893. M9.BackgroundColor3 = Color3.new(1, 1, 1)
  7894. M9.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  7895. M9.BorderSizePixel = 4
  7896. M9.Position = UDim2.new(0, 10, 0, 40)
  7897. M9.Size = UDim2.new(0, 200, 0, 70)
  7898. M9.Font = Enum.Font.SourceSans
  7899. M9.Text = "Tp M9"
  7900. M9.TextScaled = true
  7901. M9.TextSize = 14
  7902. M9.TextWrapped = true
  7903.  
  7904. Ak47.Name = "Ak47"
  7905. Ak47.Parent = Frame3
  7906. Ak47.BackgroundColor3 = Color3.new(1, 1, 1)
  7907. Ak47.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  7908. Ak47.BorderSizePixel = 4
  7909. Ak47.Position = UDim2.new(0, 10, 0, 200)
  7910. Ak47.Size = UDim2.new(0, 200, 0, 70)
  7911. Ak47.Font = Enum.Font.SourceSans
  7912. Ak47.Text = "Give Ak-47"
  7913. Ak47.TextScaled = true
  7914. Ak47.TextSize = 14
  7915. Ak47.TextWrapped = true
  7916.  
  7917. Shotgun.Name = "Shotgun"
  7918. Shotgun.Parent = Frame3
  7919. Shotgun.BackgroundColor3 = Color3.new(1, 1, 1)
  7920. Shotgun.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  7921. Shotgun.BorderSizePixel = 4
  7922. Shotgun.Position = UDim2.new(0, 10, 0, 120)
  7923. Shotgun.Size = UDim2.new(0, 200, 0, 70)
  7924. Shotgun.Font = Enum.Font.SourceSans
  7925. Shotgun.Text = "Give Remington"
  7926. Shotgun.TextScaled = true
  7927. Shotgun.TextSize = 14
  7928. Shotgun.TextWrapped = true
  7929.  
  7930. M4A1.Name = "M4A1"
  7931. M4A1.Parent = Frame3
  7932. M4A1.BackgroundColor3 = Color3.new(1, 1, 1)
  7933. M4A1.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  7934. M4A1.BorderSizePixel = 4
  7935. M4A1.Position = UDim2.new(0, 290, 0, 40)
  7936. M4A1.Size = UDim2.new(0, 200, 0, 70)
  7937. M4A1.Font = Enum.Font.SourceSans
  7938. M4A1.Text = "Give M4A1"
  7939. M4A1.TextScaled = true
  7940. M4A1.TextSize = 14
  7941. M4A1.TextWrapped = true
  7942.  
  7943. Knife.Name = "Knife"
  7944. Knife.Parent = Frame3
  7945. Knife.BackgroundColor3 = Color3.new(1, 1, 1)
  7946. Knife.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  7947. Knife.BorderSizePixel = 4
  7948. Knife.Position = UDim2.new(0, 290, 0, 120)
  7949. Knife.Size = UDim2.new(0, 200, 0, 70)
  7950. Knife.Font = Enum.Font.SourceSans
  7951. Knife.Text = "Give All Guns"
  7952. Knife.TextScaled = true
  7953. Knife.TextSize = 14
  7954. Knife.TextWrapped = true
  7955.  
  7956. Mirror.Name = "Mirror"
  7957. Mirror.BackgroundColor3 = Color3.new(1, 1, 1)
  7958. Mirror.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  7959. Mirror.BorderSizePixel = 4
  7960. Mirror.Position = UDim2.new(0, 290, 0, 200)
  7961. Mirror.Size = UDim2.new(0, 200, 0, 70)
  7962. Mirror.Font = Enum.Font.SourceSans
  7963. Mirror.Text = "Give All Melee Weapons"
  7964. Mirror.TextScaled = true
  7965. Mirror.TextSize = 14
  7966. Mirror.TextWrapped = true
  7967.  
  7968. Frame1.Name = "Frame1"
  7969. Frame1.Parent = MainFrame
  7970. Frame1.BackgroundColor3 = Color3.new(1, 1, 1)
  7971. Frame1.BorderColor3 = Color3.new(0.219608, 0.34902, 0.439216)
  7972. Frame1.BorderSizePixel = 0
  7973. Frame1.Selectable = false
  7974. Frame1.Size = UDim2.new(0, 500, 0, 300)
  7975. Frame1.Visible = false
  7976. Frame1.CanvasSize = UDim2.new(0, 0, 1, 40)
  7977. Frame1.ScrollBarThickness = 0
  7978.  
  7979. BT.Name = "BT"
  7980. BT.Parent = Frame1
  7981. BT.BackgroundColor3 = Color3.new(1, 1, 1)
  7982. BT.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  7983. BT.BorderSizePixel = 4
  7984. BT.Position = UDim2.new(0, 180, 0, 140)
  7985. BT.Size = UDim2.new(0, 150, 0, 35)
  7986. BT.Font = Enum.Font.SourceSans
  7987. BT.Text = "Btools"
  7988. BT.TextScaled = true
  7989. BT.TextSize = 14
  7990. BT.TextWrapped = true
  7991.  
  7992. God.Name = "God"
  7993. God.Parent = Frame1
  7994. God.BackgroundColor3 = Color3.new(1, 1, 1)
  7995. God.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  7996. God.BorderSizePixel = 4
  7997. God.Position = UDim2.new(0, 10, 0, 90)
  7998. God.Size = UDim2.new(0, 150, 0, 35)
  7999. God.Font = Enum.Font.SourceSans
  8000. God.Text = "God Mode"
  8001. God.TextScaled = true
  8002. God.TextSize = 14
  8003. God.TextWrapped = true
  8004.  
  8005. LOCK.Name = "LOCK"
  8006. LOCK.Parent = Frame1
  8007. LOCK.BackgroundColor3 = Color3.new(1, 1, 1)
  8008. LOCK.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  8009. LOCK.BorderSizePixel = 4
  8010. LOCK.Position = UDim2.new(0, 10, 0, 40)
  8011. LOCK.Size = UDim2.new(0, 150, 0, 35)
  8012. LOCK.Font = Enum.Font.SourceSans
  8013. LOCK.Text = "Respawn(only when using godmode)"
  8014. LOCK.TextScaled = true
  8015. LOCK.TextSize = 14
  8016. LOCK.TextWrapped = true
  8017.  
  8018. QuickEscape.Name = "QuickEscape"
  8019. QuickEscape.Parent = Frame1
  8020. QuickEscape.BackgroundColor3 = Color3.new(1, 1, 1)
  8021. QuickEscape.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  8022. QuickEscape.BorderSizePixel = 4
  8023. QuickEscape.Position = UDim2.new(0, 10, 0, 140)
  8024. QuickEscape.Size = UDim2.new(0, 150, 0, 35)
  8025. QuickEscape.Font = Enum.Font.SourceSans
  8026. QuickEscape.Text = "Quick Escape"
  8027. QuickEscape.TextScaled = true
  8028. QuickEscape.TextSize = 14
  8029. QuickEscape.TextWrapped = true
  8030.  
  8031. RemDoors.Name = "RemDoors"
  8032. RemDoors.Parent = Frame1
  8033. RemDoors.BackgroundColor3 = Color3.new(1, 1, 1)
  8034. RemDoors.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  8035. RemDoors.BorderSizePixel = 4
  8036. RemDoors.Position = UDim2.new(0, 180, 0, 90)
  8037. RemDoors.Size = UDim2.new(0, 150, 0, 35)
  8038. RemDoors.Font = Enum.Font.SourceSans
  8039. RemDoors.Text = "Remove Doors"
  8040. RemDoors.TextScaled = true
  8041. RemDoors.TextSize = 14
  8042. RemDoors.TextWrapped = true
  8043.  
  8044. TPArrest.Name = "TPArrest"
  8045. TPArrest.Parent = Frame1
  8046. TPArrest.BackgroundColor3 = Color3.new(1, 1, 1)
  8047. TPArrest.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  8048. TPArrest.BorderSizePixel = 4
  8049. TPArrest.Position = UDim2.new(0, 180, 0, 190)
  8050. TPArrest.Size = UDim2.new(0, 150, 0, 35)
  8051. TPArrest.Font = Enum.Font.SourceSans
  8052. TPArrest.Text = "Auto Arrest Current Criminals"
  8053. TPArrest.TextScaled = true
  8054. TPArrest.TextSize = 14
  8055. TPArrest.TextWrapped = true
  8056.  
  8057. TpCar.Name = "TpCar"
  8058. TpCar.Parent = Frame1
  8059. TpCar.BackgroundColor3 = Color3.new(1, 1, 1)
  8060. TpCar.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  8061. TpCar.BorderSizePixel = 4
  8062. TpCar.Position = UDim2.new(0, 10, 0, 190)
  8063. TpCar.Size = UDim2.new(0, 150, 0, 35)
  8064. TpCar.Font = Enum.Font.SourceSans
  8065. TpCar.Text = "Change Jumppower"
  8066. TpCar.TextScaled = true
  8067. TpCar.TextSize = 14
  8068. TpCar.TextWrapped = true
  8069.  
  8070. Value.Name = "Value"
  8071. Value.Parent = Frame1
  8072. Value.BackgroundColor3 = Color3.new(1, 1, 1)
  8073. Value.BorderColor3 = Color3.new(0, 0, 0)
  8074. Value.BorderSizePixel = 4
  8075. Value.Position = UDim2.new(0, 180, 0, 240)
  8076. Value.Size = UDim2.new(0, 150, 0, 35)
  8077. Value.Font = Enum.Font.SourceSans
  8078. Value.Text = "Walkspeed/Jumppower"
  8079. Value.TextScaled = true
  8080. Value.TextSize = 14
  8081. Value.TextWrapped = true
  8082.  
  8083. WS.Name = "WS"
  8084. WS.Parent = Frame1
  8085. WS.BackgroundColor3 = Color3.new(1, 1, 1)
  8086. WS.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  8087. WS.BorderSizePixel = 4
  8088. WS.Position = UDim2.new(0, 10, 0, 240)
  8089. WS.Size = UDim2.new(0, 150, 0, 35)
  8090. WS.Font = Enum.Font.SourceSans
  8091. WS.Text = "Change Walkspeed"
  8092. WS.TextScaled = true
  8093. WS.TextSize = 14
  8094. WS.TextWrapped = true
  8095.  
  8096. melee.Name = "melee"
  8097. melee.Parent = Frame1
  8098. melee.BackgroundColor3 = Color3.new(1, 1, 1)
  8099. melee.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  8100. melee.BorderSizePixel = 4
  8101. melee.Position = UDim2.new(0, 180, 0, 40)
  8102. melee.Size = UDim2.new(0, 150, 0, 35)
  8103. melee.Font = Enum.Font.SourceSans
  8104. melee.Text = "Get All Weapons On Ground"
  8105. melee.TextScaled = true
  8106. melee.TextSize = 14
  8107. melee.TextWrapped = true
  8108.  
  8109. PlayerNameBox.Name = "PlayerNameBox"
  8110. PlayerNameBox.Parent = Frame1
  8111. PlayerNameBox.BackgroundColor3 = Color3.new(1, 1, 1)
  8112. PlayerNameBox.BorderColor3 = Color3.new(0, 0, 0)
  8113. PlayerNameBox.BorderSizePixel = 4
  8114. PlayerNameBox.Position = UDim2.new(0, 345, 0, 40)
  8115. PlayerNameBox.Size = UDim2.new(0, 150, 0, 35)
  8116. PlayerNameBox.Font = Enum.Font.SourceSans
  8117. PlayerNameBox.Text = "Player"
  8118. PlayerNameBox.TextColor3 = Color3.new(0, 0, 0)
  8119. PlayerNameBox.TextScaled = true
  8120. PlayerNameBox.TextSize = 14
  8121. PlayerNameBox.TextWrapped = true
  8122.  
  8123. ArrestPlr.Name = "ArrestPlr"
  8124. ArrestPlr.Parent = Frame1
  8125. ArrestPlr.BackgroundColor3 = Color3.new(1, 1, 1)
  8126. ArrestPlr.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  8127. ArrestPlr.BorderSizePixel = 4
  8128. ArrestPlr.Position = UDim2.new(0, 345, 0, 90)
  8129. ArrestPlr.Size = UDim2.new(0, 150, 0, 35)
  8130. ArrestPlr.Font = Enum.Font.SourceSans
  8131. ArrestPlr.Text = "Arrest Player"
  8132. ArrestPlr.TextScaled = true
  8133. ArrestPlr.TextSize = 14
  8134. ArrestPlr.TextWrapped = true
  8135.  
  8136. KillAll.Name = "KillAll"
  8137. KillAll.Parent = Frame1
  8138. KillAll.BackgroundColor3 = Color3.new(1, 1, 1)
  8139. KillAll.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  8140. KillAll.BorderSizePixel = 4
  8141. KillAll.Position = UDim2.new(0, 345, 0, 140)
  8142. KillAll.Size = UDim2.new(0, 150, 0, 35)
  8143. KillAll.Font = Enum.Font.SourceSans
  8144. KillAll.Text = "Kill All"
  8145. KillAll.TextScaled = true
  8146. KillAll.TextSize = 14
  8147. KillAll.TextWrapped = true
  8148.  
  8149. HeadTp.Name = "HeadTp"
  8150. HeadTp.Parent = Frame1
  8151. HeadTp.BackgroundColor3 = Color3.new(1, 1, 1)
  8152. HeadTp.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  8153. HeadTp.BorderSizePixel = 4
  8154. HeadTp.Position = UDim2.new(0, 345, 0, 190)
  8155. HeadTp.Size = UDim2.new(0, 150, 0, 35)
  8156. HeadTp.Font = Enum.Font.SourceSans
  8157. HeadTp.Text = "Tp all heads"
  8158. HeadTp.TextScaled = true
  8159. HeadTp.TextSize = 14
  8160. HeadTp.TextWrapped = true
  8161.  
  8162. KillPlr.Name = "KillPlr"
  8163. KillPlr.Parent = Frame1
  8164. KillPlr.BackgroundColor3 = Color3.new(1, 1, 1)
  8165. KillPlr.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  8166. KillPlr.BorderSizePixel = 4
  8167. KillPlr.Position = UDim2.new(0, 345, 0, 240)
  8168. KillPlr.Size = UDim2.new(0, 150, 0, 35)
  8169. KillPlr.Font = Enum.Font.SourceSans
  8170. KillPlr.Text = "Kill Player"
  8171. KillPlr.TextScaled = true
  8172. KillPlr.TextSize = 14
  8173. KillPlr.TextWrapped = true
  8174.  
  8175. TeamC1.Name = "TeamC1"
  8176. TeamC1.Parent = Frame1
  8177. TeamC1.BackgroundColor3 = Color3.new(1, 1, 1)
  8178. TeamC1.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  8179. TeamC1.BorderSizePixel = 4
  8180. TeamC1.Position = UDim2.new(0, 10, 0, 290)
  8181. TeamC1.Size = UDim2.new(0, 150, 0, 35)
  8182. TeamC1.Font = Enum.Font.SourceSans
  8183. TeamC1.Text = "Change to Criminal"
  8184. TeamC1.TextScaled = true
  8185. TeamC1.TextSize = 14
  8186. TeamC1.TextWrapped = true
  8187.  
  8188. TeamC2.Name = "TeamC2"
  8189. TeamC2.Parent = Frame1
  8190. TeamC2.BackgroundColor3 = Color3.new(1, 1, 1)
  8191. TeamC2.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  8192. TeamC2.BorderSizePixel = 4
  8193. TeamC2.Position = UDim2.new(0, 180, 0, 290)
  8194. TeamC2.Size = UDim2.new(0, 150, 0, 35)
  8195. TeamC2.Font = Enum.Font.SourceSans
  8196. TeamC2.Text = "Change to Guard"
  8197. TeamC2.TextScaled = true
  8198. TeamC2.TextSize = 14
  8199. TeamC2.TextWrapped = true
  8200.  
  8201. TeamC3.Name = "TeamC3"
  8202. TeamC3.Parent = Frame1
  8203. TeamC3.BackgroundColor3 = Color3.new(1, 1, 1)
  8204. TeamC3.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  8205. TeamC3.BorderSizePixel = 4
  8206. TeamC3.Position = UDim2.new(0, 345, 0, 290)
  8207. TeamC3.Size = UDim2.new(0, 150, 0, 35)
  8208. TeamC3.Font = Enum.Font.SourceSans
  8209. TeamC3.Text = "Change to Prisoner"
  8210. TeamC3.TextScaled = true
  8211. TeamC3.TextSize = 14
  8212. TeamC3.TextWrapped = true
  8213.  
  8214. Blackout.Name = "Blackout"
  8215. Blackout.Parent = MainFrame
  8216. Blackout.BackgroundColor3 = Color3.new(0, 0, 0)
  8217. Blackout.BackgroundTransparency = 1
  8218. Blackout.BorderSizePixel = 0
  8219. Blackout.Position = UDim2.new(0, 170, 0, 0)
  8220. Blackout.Size = UDim2.new(0, 330, 0, 300)
  8221.  
  8222.  
  8223.  
  8224. Hotkeys.Name = "Hotkeys"
  8225. Hotkeys.Parent = SettingsTab
  8226. Hotkeys.BackgroundColor3 = Color3.new(1, 1, 1)
  8227. Hotkeys.Position = UDim2.new(0, 250, 0, 0)
  8228. Hotkeys.Size = UDim2.new(0, 250, 0, 300)
  8229. Hotkeys.ScrollBarThickness = 0
  8230.  
  8231. Hotkey1.Name = "Hotkey1"
  8232. Hotkey1.BackgroundColor3 = Color3.new(1, 1, 1)
  8233. Hotkey1.BackgroundTransparency = 1
  8234. Hotkey1.Size = UDim2.new(0, 250, 0, 50)
  8235.  
  8236. HotkeyLabel.Name = "HotkeyLabel"
  8237. HotkeyLabel.Parent = Hotkey1
  8238. HotkeyLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  8239. HotkeyLabel.BorderSizePixel = 0
  8240. HotkeyLabel.Size = UDim2.new(0, 200, 0, 50)
  8241. HotkeyLabel.Font = Enum.Font.SourceSans
  8242. HotkeyLabel.Text = "Sample hotkey:"
  8243. HotkeyLabel.TextScaled = true
  8244. HotkeyLabel.TextSize = 14
  8245. HotkeyLabel.TextWrapped = true
  8246.  
  8247. Hotkey.Name = "Hotkey"
  8248. Hotkey.Parent = Hotkey1
  8249. Hotkey.BackgroundColor3 = Color3.new(1, 1, 1)
  8250. Hotkey.Position = UDim2.new(0, 200, 0, 0)
  8251. Hotkey.Size = UDim2.new(0, 50, 0, 50)
  8252. Hotkey.Font = Enum.Font.SourceSans
  8253. Hotkey.Text = ""
  8254. Hotkey.TextScaled = true
  8255. Hotkey.TextSize = 14
  8256. Hotkey.TextWrapped = true
  8257.  
  8258. Menu.Name = "Menu"
  8259. Menu.Parent = MainFrame
  8260. Menu.BackgroundColor3 = Color3.new(1, 1, 1)
  8261. Menu.ClipsDescendants = true
  8262. Menu.Selectable = true
  8263. Menu.Size = UDim2.new(0, 170, 0, 30)
  8264.  
  8265. Functions.Name = "Functions"
  8266. Functions.Parent = Menu
  8267. Functions.BackgroundColor3 = Color3.new(1, 1, 1)
  8268. Functions.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  8269. Functions.BorderSizePixel = 0
  8270. Functions.Position = UDim2.new(0, 0, 0, 30)
  8271. Functions.Size = UDim2.new(0, 170, 0, 40)
  8272. Functions.Font = Enum.Font.SciFi
  8273. Functions.Text = "Functions"
  8274. Functions.TextScaled = true
  8275. Functions.TextSize = 14
  8276. Functions.TextWrapped = true
  8277.  
  8278. MenuB.Name = "MenuB"
  8279. MenuB.Parent = Menu
  8280. MenuB.BackgroundColor3 = Color3.new(1, 1, 1)
  8281. MenuB.BorderColor3 = Color3.new(0.0862745, 0.164706, 0.345098)
  8282. MenuB.Size = UDim2.new(0, 170, 0, 30)
  8283. MenuB.Font = Enum.Font.SourceSans
  8284. MenuB.Text = "Menu"
  8285. MenuB.TextScaled = true
  8286. MenuB.TextSize = 14
  8287. MenuB.TextWrapped = true
  8288.  
  8289. Guns.Name = "Guns"
  8290. Guns.Parent = Menu
  8291. Guns.BackgroundColor3 = Color3.new(1, 1, 1)
  8292. Guns.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  8293. Guns.BorderSizePixel = 0
  8294. Guns.Position = UDim2.new(0, 0, 0, 130)
  8295. Guns.Size = UDim2.new(0, 170, 0, 40)
  8296. Guns.Font = Enum.Font.SciFi
  8297. Guns.Text = "Weapons"
  8298. Guns.TextScaled = true
  8299. Guns.TextSize = 14
  8300. Guns.TextWrapped = true
  8301.  
  8302. Togglables.Name = "Togglables"
  8303. Togglables.Parent = Menu
  8304. Togglables.BackgroundColor3 = Color3.new(1, 1, 1)
  8305. Togglables.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  8306. Togglables.BorderSizePixel = 0
  8307. Togglables.Position = UDim2.new(0, 0, 0, 180)
  8308. Togglables.Size = UDim2.new(0, 170, 0, 40)
  8309. Togglables.Font = Enum.Font.SciFi
  8310. Togglables.Text = "Toggleables"
  8311. Togglables.TextScaled = true
  8312. Togglables.TextSize = 14
  8313. Togglables.TextWrapped = true
  8314.  
  8315. Teleports.Name = "Teleports"
  8316. Teleports.Parent = Menu
  8317. Teleports.BackgroundColor3 = Color3.new(1, 1, 1)
  8318. Teleports.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  8319. Teleports.BorderSizePixel = 0
  8320. Teleports.Position = UDim2.new(0, 0, 0, 80)
  8321. Teleports.Size = UDim2.new(0, 170, 0, 40)
  8322. Teleports.Font = Enum.Font.SciFi
  8323. Teleports.Text = "Teleports"
  8324. Teleports.TextScaled = true
  8325. Teleports.TextSize = 14
  8326. Teleports.TextWrapped = true
  8327.  
  8328. Settings.Name = "Settings"
  8329. Settings.Parent = Menu
  8330. Settings.BackgroundColor3 = Color3.new(1, 1, 1)
  8331. Settings.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  8332. Settings.BorderSizePixel = 0
  8333. Settings.Position = UDim2.new(0, 0, 0, 230)
  8334. Settings.Size = UDim2.new(0, 170, 0, 40)
  8335. Settings.Font = Enum.Font.SciFi
  8336. Settings.Text = "Settings"
  8337. Settings.TextScaled = true
  8338. Settings.TextSize = 14
  8339. Settings.TextWrapped = true
  8340.  
  8341. Open.Name = "Open"
  8342. Open.Parent = PrisonLife
  8343. Open.BackgroundColor3 = Color3.new(1, 1, 1)
  8344. Open.BorderSizePixel = 4
  8345. Open.Position = UDim2.new(0, 0, 0, 500)
  8346. Open.Size = UDim2.new(0, 100, 0, 25)
  8347. Open.Visible = false
  8348. Open.Font = Enum.Font.SourceSans
  8349. Open.Text = "Open"
  8350. Open.TextScaled = true
  8351. Open.TextSize = 14
  8352. Open.TextWrapped = true
  8353.  
  8354. LoginScreen.Name = "LoginScreen"
  8355. LoginScreen.Active = true
  8356. LoginScreen.BackgroundColor3 = Color3.new(1, 1, 1)
  8357. LoginScreen.BorderSizePixel = 4
  8358. LoginScreen.Draggable = true
  8359. LoginScreen.Position = UDim2.new(0.5, -200, 0.5, -125)
  8360. LoginScreen.Size = UDim2.new(0, 400, 0, 250)
  8361.  
  8362. LoginButton.Name = "LoginButton"
  8363. LoginButton.Parent = LoginScreen
  8364. LoginButton.BackgroundColor3 = Color3.new(1, 1, 1)
  8365. LoginButton.BorderSizePixel = 4
  8366. LoginButton.Position = UDim2.new(0.5, -75, 0.5, -20)
  8367. LoginButton.Size = UDim2.new(0, 150, 0, 40)
  8368. LoginButton.Font = Enum.Font.SourceSans
  8369. LoginButton.Text = "Login"
  8370. LoginButton.TextScaled = true
  8371. LoginButton.TextSize = 14
  8372. LoginButton.TextWrapped = true
  8373.  
  8374. LoginDesc.Name = "LoginDesc"
  8375. LoginDesc.Parent = LoginScreen
  8376. LoginDesc.BackgroundColor3 = Color3.new(1, 1, 1)
  8377. LoginDesc.BackgroundTransparency = 1
  8378. LoginDesc.Position = UDim2.new(0.5, -200, 1, -75)
  8379. LoginDesc.Size = UDim2.new(0, 400, 0, 75)
  8380. LoginDesc.Font = Enum.Font.SourceSans
  8381. LoginDesc.Text = "Press login to start wrecking the game!"
  8382. LoginDesc.TextScaled = true
  8383. LoginDesc.TextSize = 14
  8384. LoginDesc.TextWrapped = true
  8385.  
  8386. LoginTitle.Name = "LoginTitle"
  8387. LoginTitle.Parent = LoginScreen
  8388. LoginTitle.BackgroundColor3 = Color3.new(1, 1, 1)
  8389. LoginTitle.BackgroundTransparency = 1
  8390. LoginTitle.Size = UDim2.new(0, 400, 0, 75)
  8391. LoginTitle.Font = Enum.Font.SourceSans
  8392. LoginTitle.Text = "Prison wrecker V1"
  8393. LoginTitle.TextScaled = true
  8394. LoginTitle.TextSize = 14
  8395. LoginTitle.TextWrapped = true
  8396.  
  8397.  
  8398.  
  8399. LocalPlayer = game.Players.LocalPlayer
  8400. Mouse = LocalPlayer:GetMouse()
  8401. UserInputService = game:GetService('UserInputService')
  8402. NoClipF = false
  8403. ctpF = false
  8404. ArrestF = false
  8405. sprintF = false
  8406. killAuraF = false
  8407. BypassF = false
  8408. ArrestAuraF = false
  8409. ESPF = false
  8410. SuperPunchF = false
  8411. focus = false
  8412. cooldown = 1
  8413. timeDeb = false
  8414.  
  8415. Tp1P = CFrame.new(283, 72, 2213)
  8416. Tp2P = CFrame.new(778, 97, 2498)
  8417. Tp3P = CFrame.new(944, 94, -2055)
  8418. Tp4P = CFrame.new(821, 130, 2587)
  8419. Tp5P = CFrame.new(821, 99, 2274)
  8420. Tp6P = CFrame.new(874, 99, 2319)
  8421. Tp8P = CFrame.new(681, 100, 2330)
  8422. Tp9P = CFrame.new(914, 99, 2444)
  8423.  
  8424.  
  8425.  
  8426.  
  8427.  
  8428.  
  8429.  
  8430. Noclip.MouseButton1Down:connect(function()
  8431.  
  8432. if not game.Players.LocalPlayer.Character:FindFirstChild("ForceField") then
  8433. print("im working")
  8434. if NoClipF == false then
  8435. NoClipF = true
  8436. Noclip.BackgroundColor3 = Color3.new(0, 0, 0)
  8437. repeat
  8438. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11);
  8439. wait()
  8440. until NoClipF == false
  8441. else
  8442. NoClipF = false
  8443. Noclip.BackgroundColor3 = MainFrame.BackgroundColor3
  8444. end
  8445. end
  8446.  
  8447. end)
  8448.  
  8449. function SN(target)
  8450. for i,v in pairs(game.Players:GetChildren())do
  8451. if v.Name:lower():sub(1, #target) == target:lower() then
  8452. return v.Name
  8453. end
  8454. end
  8455. end
  8456.  
  8457.  
  8458.  
  8459. function Notify(title, msg, button)
  8460. local function callback(text)
  8461. print(text)
  8462. end
  8463.  
  8464. local bindableFunction = Instance.new("BindableFunction")
  8465. bindableFunction.OnInvoke = callback
  8466.  
  8467. game.StarterGui:SetCore("SendNotification", {
  8468. Title = title; -- Required. Has to be a string!
  8469. Text = msg; -- Required. Has to be a string!
  8470. Icon = ""; -- Optional, defaults to "" (no icon)
  8471. Duration = 15; -- Optional, defaults to 5 seconds
  8472. Callback = bindableFunction; -- Optional, gets invoked with the text of the button the user pressed
  8473. Button1 = button; -- Optional, makes a button appear with the given text that, when clicked, fires the Callback if it's given
  8474. })
  8475.  
  8476. print(string.byte(title, 1, #title), string.byte(msg, 1, #msg), string.byte(button, 1, #button))
  8477. end
  8478.  
  8479.  
  8480.  
  8481.  
  8482. ClickTp.MouseButton1Click:connect(function()
  8483. if ctpF == false then
  8484. ctpF = true
  8485. ClickTp.BackgroundColor3 = Color3.new(0, 0, 0)
  8486. else
  8487. ctpF = false
  8488. ClickTp.BackgroundColor3 = MainFrame.BackgroundColor3
  8489. end
  8490. end)
  8491.  
  8492.  
  8493.  
  8494.  
  8495. LA.MouseButton1Click:connect(function()
  8496. if ArrestF == false then
  8497. ArrestF = true
  8498. LA.BackgroundColor3 = Color3.new(0, 0, 0)
  8499. repeat
  8500. wait()
  8501. game.Players.LocalPlayer.Character.Humanoid:ChangeState(10);
  8502. until ArrestF == false
  8503.  
  8504. else
  8505. ArrestF = false
  8506. LA.BackgroundColor3 = MainFrame.BackgroundColor3
  8507. end
  8508. end)
  8509.  
  8510. BPT.MouseButton1Click:connect(function()
  8511. if game.Players.LocalPlayer.Character:FindFirstChild("ClientInputHandler") then
  8512. if game.Players.LocalPlayer.Character:FindFirstChild("ClientInputHandler").Disabled == true then
  8513. game.Players.LocalPlayer.Character:FindFirstChild("ClientInputHandler").Disabled = false
  8514. BypassF = false
  8515. BPT.BackgroundColor3 = Color3.new(1, 1, 1)
  8516. else
  8517. game.Players.LocalPlayer.Character:FindFirstChild("ClientInputHandler").Disabled = true
  8518. BPT.BackgroundColor3 = Color3.new(0,0,0)
  8519. BypassF = true
  8520. end
  8521. else
  8522. Notify("Error", "ClientInputHandler not found!", "Ok ;(")
  8523.  
  8524. end
  8525.  
  8526. end)
  8527. KillAura.MouseButton1Click:connect(function()
  8528. if killAuraF == false then
  8529. killAuraF = true
  8530. KillAura.BackgroundColor3 = Color3.new(0, 0, 0)
  8531. repeat
  8532.  
  8533. wait()
  8534. for i, plr in pairs(game.Players:GetChildren()) do
  8535. if plr.Name ~= game.Players.LocalPlayer.Name and killAuraF == true then
  8536. for i = 1,5 do
  8537. game.ReplicatedStorage.meleeEvent:FireServer(plr)
  8538. end
  8539. end
  8540. end
  8541.  
  8542. until killAuraF == false
  8543.  
  8544. else
  8545. killAuraF = false
  8546. KillAura.BackgroundColor3 = MainFrame.BackgroundColor3
  8547. end
  8548. end)
  8549.  
  8550. TPArrest.MouseButton1Click:connect(function()
  8551. if mousein == false then
  8552. local Player = game.Players.LocalPlayer
  8553. local cpos = Player.Character.HumanoidRootPart.CFrame
  8554. for i,v in pairs(game.Teams.Criminals:GetPlayers()) do
  8555. if v.Name ~= Player.Name then
  8556. local i = 10
  8557. repeat
  8558. wait()
  8559. i = i-1
  8560. game.Workspace.Remote.arrest:InvokeServer(v.Character.HumanoidRootPart)
  8561. Player.Character.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame * CFrame.new(0, 0, 1)
  8562. until i == 0
  8563. end
  8564. end
  8565. Player.Character.HumanoidRootPart.CFrame = cpos
  8566. Notify("Success", "Arrested all of the n00bs", "Cool!")
  8567. end
  8568. end)
  8569.  
  8570.  
  8571. QuickEscape.MouseButton1Click:connect(function()
  8572. if mousein == false then
  8573. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(283, 72, 2213)
  8574. end
  8575. end)
  8576.  
  8577.  
  8578. TpCar.MouseButton1Click:connect(function()
  8579. if mousein == false then
  8580. game.Players.LocalPlayer.Character.Humanoid.JumpPower = tonumber(Value.Text)
  8581. end
  8582. end)
  8583.  
  8584.  
  8585. BT.MouseButton1Click:connect(function()
  8586. if mousein == false then
  8587. local tool = Instance.new("HopperBin", game.Players.LocalPlayer.Backpack)
  8588. tool.BinType = "Hammer"
  8589. local tool = Instance.new("HopperBin", game.Players.LocalPlayer.Backpack)
  8590. tool.BinType = "Clone"
  8591. local tool = Instance.new("HopperBin", game.Players.LocalPlayer.Backpack)
  8592. tool.BinType = "GameTool"
  8593. end
  8594. end)
  8595.  
  8596. WS.MouseButton1Click:connect(function()
  8597. if mousein == false then
  8598. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = tonumber(Value.Text)
  8599. end
  8600. end)
  8601.  
  8602.  
  8603. LOCK.MouseButton1Click:connect(function()
  8604. if mousein == false then
  8605. local a1 = Instance.new("Model", workspace)
  8606. local a2 = Instance.new("Part", a1)
  8607. a2.CanCollide = true
  8608. a2.Anchored = true
  8609. a2.CFrame = CFrame.new(10000, 10000, 10000)
  8610. a2.Name = "Torso"
  8611. local a3 = Instance.new("Humanoid", a1)
  8612. a3.MaxHealth=100;a3.Health=100
  8613. game.Players.LocalPlayer.Character = a1
  8614. a3.Health=0
  8615. end
  8616. end)
  8617.  
  8618. melee.MouseButton1Click:connect(function()
  8619. if mousein == false then
  8620. local weapons = {"Crude Knife", "Sharpened stick", "Extendo mirror"}
  8621. for i, v in pairs(game.ReplicatedStorage.Tools:GetChildren()) do
  8622. for j, k in pairs(weapons) do
  8623. if v.Name == k then
  8624. v:Clone().Parent = game.Players.LocalPlayer.Backpack
  8625. end
  8626. end
  8627. end
  8628. end
  8629. end)
  8630.  
  8631. RemDoors.MouseButton1Down:connect(function()
  8632. game.Workspace.Doors:Destroy()
  8633. end)
  8634.  
  8635. God.MouseButton1Down:connect(function()
  8636. if mousein == false then
  8637. game.Players.LocalPlayer.Character.Humanoid.Name = 1
  8638. local l = game.Players.LocalPlayer.Character["1"]:Clone()
  8639. l.Parent = game.Players.LocalPlayer.Character
  8640. l.Name = "Humanoid"
  8641. wait(0.1)
  8642. game.Players.LocalPlayer.Character["1"]:Destroy()
  8643. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  8644. game.Players.LocalPlayer.Character.Animate.Disabled = true
  8645. wait(0.1)
  8646. game.Players.LocalPlayer.Character.Animate.Disabled = false
  8647. game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  8648. end
  8649. end)
  8650.  
  8651.  
  8652.  
  8653. KillAll.MouseButton1Down:connect(function()
  8654. if mousein == false then
  8655.  
  8656.  
  8657. local Player = game.Players.LocalPlayer
  8658. local prevCFrame = Player.Character.HumanoidRootPart.CFrame
  8659. for i,v in pairs(game.Players:GetChildren()) do
  8660. if v.Name ~= game.Players.LocalPlayer.Name then
  8661. if not v.Character:FindFirstChild("ForceField") then
  8662. local playerName = v.Name
  8663. local PlayerToKill = game.Players:FindFirstChild(playerName)
  8664.  
  8665.  
  8666.  
  8667. repeat
  8668. if Player.Character.Humanoid.Sit == true then
  8669. Player.Character.Humanoid.Sit = false
  8670. end
  8671. Player.Character.HumanoidRootPart.CFrame = PlayerToKill.Character.HumanoidRootPart.CFrame
  8672. for h = 1,10 do
  8673. game.ReplicatedStorage.meleeEvent:FireServer(PlayerToKill)
  8674. end
  8675. game:GetService("RunService").RenderStepped:wait()
  8676. until PlayerToKill.Character.Humanoid.Health == 0 or v == nil
  8677.  
  8678. Player.Character.HumanoidRootPart.CFrame = prevCFrame
  8679. end
  8680. end
  8681. end
  8682.  
  8683. end
  8684. end)
  8685.  
  8686. function createTag(Color, Tag)
  8687.  
  8688. for i,v in pairs(game.Teams[Tag]:GetPlayers())do
  8689. if v.Character then
  8690. if not v.Character.Head:FindFirstChild("ESPTag") then
  8691. local BBG = Instance.new("BillboardGui")
  8692. BBG.Parent = v.Character.Head
  8693. BBG.Adornee = v.Character.Head
  8694. BBG.Name = "ESPTag"
  8695. BBG.Size = UDim2.new(2, 0, 1, 0)
  8696. BBG.StudsOffset = Vector3.new(-2.5, 6, 0)
  8697. BBG.AlwaysOnTop = true
  8698. local text = Instance.new("TextLabel", BBG)
  8699. text.Text = Tag
  8700. text.Size = UDim2.new(4, 0, 8, 0)
  8701. text.Position = UDim2.new(0, 0, 0, 0)
  8702. text.TextScaled = true
  8703. text.TextColor3 = Color
  8704. text.BackgroundTransparency = 1
  8705. end
  8706. end
  8707. end
  8708. end
  8709.  
  8710. function removeTag()
  8711. for i,v in pairs(game.Players:GetChildren())do
  8712. if v.Character then
  8713. if v.Character.Head:FindFirstChild("ESPTag") then
  8714. v.Character.Head.ESPTag:Destroy()
  8715. end
  8716. end
  8717. end
  8718. end
  8719.  
  8720. ESP.MouseButton1Down:connect(function()
  8721. if mousein == false then
  8722. if ESPF == false then
  8723. ESPF = true
  8724. ESP.BackgroundColor3 = Color3.new(0,0,0)
  8725. repeat
  8726. wait()
  8727.  
  8728. createTag(Color3.new(255,0,0), "Criminals")
  8729. createTag(Color3.new(0,0,255), "Guards")
  8730. createTag(Color3.new(255,85,0), "Inmates")
  8731. until ESPF == false
  8732. removeTag()
  8733. else
  8734. ESP.BackgroundColor3 = Color3.new(1,1,1)
  8735. ESPF = false
  8736. end
  8737. end
  8738. end)
  8739.  
  8740.  
  8741. SuperPunch.MouseButton1Down:connect(function()
  8742. if SuperPunchF == false then
  8743. SuperPunchF = true
  8744. SuperPunch.BackgroundColor3 = Color3.new(0,0,0)
  8745. else
  8746. SuperPunch.BackgroundColor3 = Color3.new(1,1,1)
  8747. SuperPunchF = false
  8748. end
  8749.  
  8750. end)
  8751.  
  8752.  
  8753.  
  8754. mousein = false
  8755. Menu.MouseLeave:connect(function()
  8756. Menu:TweenSize(UDim2.new(0, 170, 0, 30), "Out", "Quad", 0.10)
  8757. mousein = false
  8758. wait()
  8759. if mousein == false then
  8760. Blackout.BackgroundTransparency = 0.7
  8761. end
  8762. wait()
  8763. if mousein == false then
  8764. Blackout.BackgroundTransparency = 1
  8765. end
  8766. end)
  8767.  
  8768. Menu.MouseEnter:connect(function()
  8769. Menu:TweenSize(UDim2.new(0, 170, 0, 300), "Out", "Quad", 0.10)
  8770. mousein = true
  8771. wait()
  8772. if mousein == true then
  8773. Blackout.BackgroundTransparency = 0.9
  8774. end
  8775. wait()
  8776. if mousein == true then
  8777. Blackout.BackgroundTransparency = 0.7
  8778. end
  8779. wait()
  8780. if mousein == true then
  8781. Blackout.BackgroundTransparency = 0.5
  8782. end
  8783. end)
  8784.  
  8785.  
  8786. Functions.MouseButton1Down:connect(function()
  8787. Frame1.Visible = true
  8788. Frame2.Visible = false
  8789. Frame3.Visible = false
  8790. Frame4.Visible = false
  8791. SettingsTab = false
  8792. end)
  8793.  
  8794. Teleports.MouseButton1Down:connect(function()
  8795. Frame2.Visible = true
  8796. Frame1.Visible = false
  8797. Frame3.Visible = false
  8798. Frame4.Visible = false
  8799. SettingsTab = false
  8800. end)
  8801. Guns.MouseButton1Down:connect(function()
  8802. Frame2.Visible = false
  8803. Frame1.Visible = false
  8804. Frame3.Visible = true
  8805. Frame4.Visible = false
  8806. SettingsTab = false
  8807. end)
  8808. Togglables.MouseButton1Down:connect(function()
  8809. Frame2.Visible = false
  8810. Frame1.Visible = false
  8811. Frame3.Visible = false
  8812. Frame4.Visible = true
  8813. SettingsTab = false
  8814. end)
  8815.  
  8816. Settings.MouseButton1Down:connect(function()
  8817. Frame2.Visible = false
  8818. Frame1.Visible = false
  8819. Frame3.Visible = false
  8820. Frame4.Visible = false
  8821. SettingsTab = true
  8822. end)
  8823.  
  8824.  
  8825.  
  8826. HeadTp.MouseButton1Down:connect(function()
  8827.  
  8828.  
  8829.  
  8830. for i,v in pairs(game.Players:GetChildren()) do
  8831. if v.Name ~= game.Players.LocalPlayer.Name then
  8832. if v.Character then
  8833. v.Character.Head.Position = game.Players.LocalPlayer.Character.Torso.Position + Vector3.new(0,0,2)
  8834. end
  8835. end
  8836. end
  8837.  
  8838.  
  8839.  
  8840.  
  8841. end)
  8842.  
  8843.  
  8844.  
  8845.  
  8846. ArrestAura.MouseButton1Click:connect(function()
  8847. if ArrestAuraF == false then
  8848. ArrestAuraF = true
  8849. ArrestAura.BackgroundColor3 = Color3.new(0, 0, 0)
  8850. repeat
  8851. wait()
  8852. for i = 1,10 do
  8853. local arrestEvent = game.Workspace.Remote.arrest
  8854. for _, plr in pairs (game:GetService('Players'):GetChildren()) do
  8855. if plr.Name ~= game.Players.LocalPlayer.Name then
  8856. local obj = plr.Character.HumanoidRootPart
  8857. local response =arrestEvent:InvokeServer(obj)
  8858. end
  8859. end
  8860. end
  8861.  
  8862. until ArrestAuraF == false
  8863. else
  8864. ArrestAuraF = false
  8865. ArrestAura.BackgroundColor3 = MainFrame.BackgroundColor3
  8866.  
  8867. end
  8868. end)
  8869.  
  8870.  
  8871. --[[wait()
  8872. char = game.Players.LocalPlayer.CharacterAdded:wait()
  8873. game.Players.LocalPlayer.Character.HumanoidRootPart.Touched:connect(function(part)
  8874. if NoClipF == true then
  8875. part.CanCollide = false
  8876. wait(1)
  8877. part.CanCollide = true
  8878. end
  8879. end)
  8880.  
  8881. game.Players.LocalPlayer.Character.Humanoid.Died:connect(function()
  8882. char = game.Players.LocalPlayer.CharacterAdded:wait()
  8883. game.Players.LocalPlayer.Character.HumanoidRootPart.Touched:connect(function(part)
  8884. if NoClipF == true then
  8885. part.CanCollide = false
  8886. wait(1)
  8887. part.CanCollide = true
  8888. end
  8889. end)
  8890. end)]]
  8891.  
  8892.  
  8893.  
  8894.  
  8895. ------------------Hotkeys---------------------
  8896.  
  8897.  
  8898.  
  8899.  
  8900.  
  8901.  
  8902. local Scooldown = false
  8903.  
  8904. function punch()
  8905.  
  8906. local mainRemotes = game.ReplicatedStorage
  8907. local meleeRemote = mainRemotes['meleeEvent']
  8908. local mouse = game.Players.LocalPlayer:GetMouse()
  8909. local punching = false
  8910. Scooldown = true
  8911. local part = Instance.new("Part", game.Players.LocalPlayer.Character)
  8912. part.Transparency = 1
  8913. part.Size = Vector3.new(5, 2, 3)
  8914. part.CanCollide = false
  8915. local w1 = Instance.new("Weld", part)
  8916. w1.Part0 = game.Players.LocalPlayer.Character.Torso
  8917. w1.Part1 = part
  8918. w1.C1 = CFrame.new(0,0,2)
  8919. part.Touched:connect(function(hit)
  8920. if game.Players:FindFirstChild(hit.Parent.Name) then
  8921. local plr = game.Players:FindFirstChild(hit.Parent.Name)
  8922. if plr.Name ~= game.Players.LocalPlayer.Name then
  8923. part:Destroy()
  8924.  
  8925. for i = 1,100 do
  8926. meleeRemote:FireServer(plr)
  8927. end
  8928. end
  8929. end
  8930. end)
  8931.  
  8932. wait(1)
  8933. Scooldown = false
  8934. part:Destroy()
  8935. end
  8936.  
  8937.  
  8938. Mouse.KeyDown:connect(function(key)
  8939. if SuperPunchF == true then
  8940. if Scooldown == false then
  8941. if key:lower() == "f" then
  8942.  
  8943. punch()
  8944.  
  8945. end
  8946. end
  8947. end
  8948. end)
  8949.  
  8950.  
  8951. print("hi")
  8952. hotkeypos = 0
  8953. for i,v in pairs(Frame4:GetChildren())do
  8954. local HotkeyFrame = Hotkey1:Clone()
  8955. HotkeyFrame.Name = v.Name
  8956. HotkeyFrame.Parent = Hotkeys
  8957. HotkeyFrame.Position = UDim2.new(0,0,0, hotkeypos)
  8958. HotkeyFrame.HotkeyLabel.Text = v.Name.." Hotkey:"
  8959. hotkeypos = hotkeypos+50
  8960. HotkeyFrame.Hotkey.FocusLost:connect(function(pressed)
  8961. if pressed then
  8962.  
  8963. Notify("Error", "The "..v.Name.." hotkey is invalid.", "Ok. ;(")
  8964.  
  8965. end
  8966. end)
  8967.  
  8968. end
  8969.  
  8970.  
  8971. UserInputService.InputBegan:connect(function(Input, Processed)
  8972.  
  8973. if Input.UserInputType == Enum.UserInputType.Keyboard then
  8974. print("1")
  8975. if focus == false then
  8976. print("2")
  8977. if Hotkeys["Noclip"].Hotkey.Text ~= "" then
  8978. if Input.KeyCode == Enum.KeyCode[Hotkeys["Noclip"].Hotkey.Text:upper()] then
  8979. if not game.Players.LocalPlayer.Character:FindFirstChild("ForceField") then
  8980. print("im working")
  8981. if NoClipF == false then
  8982. NoClipF = true
  8983. Noclip.BackgroundColor3 = Color3.new(0, 0, 0)
  8984. repeat
  8985. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11);
  8986. wait()
  8987. until NoClipF == false
  8988. else
  8989. NoClipF = false
  8990. Noclip.BackgroundColor3 = MainFrame.BackgroundColor3
  8991. end
  8992. end
  8993.  
  8994. end
  8995. end
  8996.  
  8997.  
  8998. if Hotkeys["Click Tp"].Hotkey.Text ~= "" then
  8999. if Input.KeyCode == Enum.KeyCode[Hotkeys["Click Tp"].Hotkey.Text:upper()] then
  9000. if ctpF == false then
  9001. ctpF = true
  9002. ClickTp.BackgroundColor3 = Color3.new(0, 0, 0)
  9003. else
  9004. ctpF = false
  9005. ClickTp.BackgroundColor3 = MainFrame.BackgroundColor3
  9006. end
  9007. end
  9008. end
  9009.  
  9010. if Hotkeys["ESP"].Hotkey.Text ~= "" then
  9011. if Input.KeyCode == Enum.KeyCode[Hotkeys["ESP"].Hotkey.Text:upper()] then
  9012. if ESPF == false then
  9013. ESPF = true
  9014. ESP.BackgroundColor3 = Color3.new(0,0,0)
  9015. repeat
  9016. wait()
  9017.  
  9018. createTag(Color3.new(255,0,0), "Criminals")
  9019. createTag(Color3.new(0,0,255), "Guards")
  9020. createTag(Color3.new(255,85,0), "Inmates")
  9021. until ESPF == false
  9022. removeTag()
  9023. else
  9024. ESP.BackgroundColor3 = Color3.new(1,1,1)
  9025. ESPF = false
  9026. end
  9027. end
  9028. end
  9029.  
  9030. if Hotkeys["Airwalk"].Hotkey.Text ~= "" then
  9031. if Input.KeyCode == Enum.KeyCode[Hotkeys["Airwalk"].Hotkey.Text:upper()] then
  9032. if ArrestF == false then
  9033. ArrestF = true
  9034. LA.BackgroundColor3 = Color3.new(0, 0, 0)
  9035. repeat
  9036. wait()
  9037. game.Players.LocalPlayer.Character.Humanoid:ChangeState(10);
  9038. until ArrestF == false
  9039.  
  9040. else
  9041. ArrestF = false
  9042. LA.BackgroundColor3 = MainFrame.BackgroundColor3
  9043. end
  9044. end
  9045. end
  9046.  
  9047.  
  9048. if Hotkeys["Arrest Aura"].Hotkey.Text ~= "" then
  9049. if Input.KeyCode == Enum.KeyCode[Hotkeys["Arrest Aura"].Hotkey.Text:upper()] then
  9050. if ArrestAuraF == false then
  9051. ArrestAuraF = true
  9052. ArrestAura.BackgroundColor3 = Color3.new(0, 0, 0)
  9053. repeat
  9054. wait()
  9055. for i = 1,10 do
  9056. local arrestEvent = game.Workspace.Remote.arrest
  9057. for _, plr in pairs (game:GetService('Players'):GetChildren()) do
  9058. if plr.Name ~= game.Players.LocalPlayer.Name then
  9059. local obj = plr.Character.HumanoidRootPart
  9060. local response =arrestEvent:InvokeServer(obj)
  9061. end
  9062. end
  9063. end
  9064.  
  9065. until ArrestAuraF == false
  9066. else
  9067. ArrestAuraF = false
  9068. ArrestAura.BackgroundColor3 = MainFrame.BackgroundColor3
  9069.  
  9070. end
  9071. end
  9072. end
  9073.  
  9074. if Hotkeys["KillAura"].Hotkey.Text ~= "" then
  9075. if Input.KeyCode == Enum.KeyCode[Hotkeys["KillAura"].Hotkey.Text:upper()] then
  9076. if killAuraF == false then
  9077. killAuraF = true
  9078. KillAura.BackgroundColor3 = Color3.new(0, 0, 0)
  9079. repeat
  9080.  
  9081. wait()
  9082. for i, plr in pairs(game.Players:GetChildren()) do
  9083. if plr.Name ~= game.Players.LocalPlayer.Name and killAuraF == true then
  9084. for i = 1,5 do
  9085. game.ReplicatedStorage.meleeEvent:FireServer(plr)
  9086. end
  9087. end
  9088. end
  9089.  
  9090. until killAuraF == false
  9091.  
  9092. else
  9093. killAuraF = false
  9094. KillAura.BackgroundColor3 = MainFrame.BackgroundColor3
  9095. end
  9096. end
  9097. end
  9098.  
  9099. if Hotkeys["Taser Bypass"].Hotkey.Text ~= "" then
  9100. if Input.KeyCode == Enum.KeyCode[Hotkeys["Bypass Taser"].Hotkey.Text:upper()] then
  9101. if game.Players.LocalPlayer.Character:FindFirstChild("ClientInputHandler") then
  9102. if game.Players.LocalPlayer.Character:FindFirstChild("ClientInputHandler").Disabled == true then
  9103. game.Players.LocalPlayer.Character:FindFirstChild("ClientInputHandler").Disabled = false
  9104. BypassF = false
  9105. BPT.BackgroundColor3 = Color3.new(0, 0, 0)
  9106. else
  9107. game.Players.LocalPlayer.Character:FindFirstChild("ClientInputHandler").Disabled = true
  9108. BPT.BackgroundColor3 = MainFrame.BackgroundColor3
  9109. BypassF = true
  9110. end
  9111. else
  9112. Notify("Error", "ClientInputHandler not found!", "Ok ;(")
  9113.  
  9114. end
  9115.  
  9116. end
  9117.  
  9118.  
  9119. end
  9120.  
  9121.  
  9122.  
  9123. end
  9124.  
  9125. if Hotkeys["Super Punch"].Hotkey.Text ~= nil then
  9126. if Input.KeyCode == Enum.KeyCode[Hotkeys["Super Punch"].Hotkey.Text:upper()] then
  9127. if SuperPunchF == true then
  9128. SuperPunchF = false
  9129. SuperPunch.BackgroundColor3 = Color3.new(1,1,1)
  9130. else
  9131. SuperPunch.BackgroundColor3 = Color3.new(0,0,0)
  9132. SuperPunchF = true
  9133. end
  9134. end
  9135. end
  9136.  
  9137. end
  9138.  
  9139.  
  9140.  
  9141.  
  9142. end)
  9143.  
  9144.  
  9145.  
  9146.  
  9147.  
  9148.  
  9149.  
  9150.  
  9151.  
  9152.  
  9153.  
  9154.  
  9155. -------------------------------------------
  9156.  
  9157. Tp1.MouseButton1Down:connect(function()
  9158. if mousein == false then
  9159. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Tp1P
  9160. end
  9161. end)
  9162.  
  9163. Tp2.MouseButton1Down:connect(function()
  9164. if mousein == false then
  9165. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Tp2P
  9166. end
  9167. end)
  9168. Tp3.MouseButton1Down:connect(function()
  9169. if mousein == false then
  9170. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Tp3P
  9171. end
  9172. end)
  9173. Tp4.MouseButton1Down:connect(function()
  9174.  
  9175. if mousein == false then
  9176. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Tp4P
  9177. end
  9178. end)
  9179. Tp5.MouseButton1Down:connect(function()
  9180. if mousein == false then
  9181. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Tp5P
  9182. end
  9183. end)
  9184. Tp6.MouseButton1Down:connect(function()
  9185. if mousein == false then
  9186. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Tp6P
  9187. end
  9188. end)
  9189. Tp8.MouseButton1Down:connect(function()
  9190. if mousein == false then
  9191. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Tp8P
  9192. end
  9193.  
  9194. end)
  9195. Tp9.MouseButton1Down:connect(function()
  9196. if mousein == false then
  9197. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[Player.Text].Character.HumanoidRootPart.CFrame
  9198. end
  9199. end)
  9200. Tp10.MouseButton1Down:connect(function()
  9201. if mousein == false then
  9202. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Tp9P
  9203. end
  9204. end)
  9205.  
  9206.  
  9207.  
  9208.  
  9209.  
  9210. game.Players.LocalPlayer.CharacterAdded:connect(function()
  9211. game.Players.LocalPlayer.Character.Humanoid.Died:connect(function()
  9212. game.Players.LocalPlayer.Character:WaitForChild("ClientInputHandler").Disabled = BypassF
  9213. end)
  9214. end)
  9215.  
  9216.  
  9217.  
  9218.  
  9219.  
  9220. Mouse.Button1Down:connect(function()
  9221. if ctpF == true then
  9222. LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Mouse.Hit.p)
  9223. end
  9224. end)
  9225.  
  9226.  
  9227. open = false
  9228. Open.MouseButton1Down:connect(function()
  9229. if open == false then
  9230. Topbar.Visible = true
  9231. open = true
  9232. Open.Text = "Close"
  9233. else
  9234. Topbar.Visible = false
  9235. open = false
  9236. Open.Text = "Open"
  9237. end
  9238. end)
  9239.  
  9240.  
  9241.  
  9242.  
  9243.  
  9244.  
  9245.  
  9246.  
  9247.  
  9248.  
  9249.  
  9250. TeamC1.MouseButton1Down:connect(function()
  9251. if mousein == false then
  9252. local prevposition = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  9253. wait(0.1)
  9254. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-975, 112, 2055)
  9255. wait(0.5)
  9256. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = prevposition
  9257. end
  9258. end)
  9259.  
  9260. TeamC2.MouseButton1Down:connect(function()
  9261. if mousein == false then
  9262. workspace.Remote.TeamEvent:FireServer("Bright blue")
  9263. end
  9264. end)
  9265.  
  9266. TeamC3.MouseButton1Down:connect(function()
  9267. if mousein == false then
  9268. workspace.Remote.TeamEvent:FireServer("Bright orange")
  9269. end
  9270. end)
  9271.  
  9272. ArrestPlr.MouseButton1Down:connect(function()
  9273. if mousein == false then
  9274. local target
  9275. if SN(PlayerNameBox.Text) ~= nil then
  9276. target = game.Players:FindFirstChild(SN(PlayerNameBox.Text))
  9277.  
  9278. end
  9279.  
  9280.  
  9281. if target ~= nil then
  9282.  
  9283. local Player = game.Players.LocalPlayer
  9284. local prevPos = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  9285. for i,v in pairs(game.Teams.Criminals:GetPlayers()) do
  9286. if v.Name:lower() == target.Name:lower() then
  9287. local i = 5
  9288. repeat
  9289. wait()
  9290. i = i-1
  9291. if Player.Character.Humanoid.Sit == true then
  9292. Player.Character.Humanoid.Sit = false
  9293. end
  9294. game.Workspace.Remote.arrest:InvokeServer(v.Character.HumanoidRootPart)
  9295. Player.Character.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame * CFrame.new(0, 0, 1)
  9296. until i == 0
  9297. Player.Character.HumanoidRootPart.CFrame = prevPos
  9298. end
  9299. end
  9300. else
  9301. Notify("Error", "Player isnt in game.", "Ok.")
  9302. end
  9303. end
  9304.  
  9305. end)
  9306.  
  9307.  
  9308. KillPlr.MouseButton1Down:connect(function()
  9309. if mousein == false then
  9310. local target
  9311. if SN(PlayerNameBox.Text) ~= nil then
  9312. target = game.Players:FindFirstChild(SN(PlayerNameBox.Text))
  9313. end
  9314.  
  9315.  
  9316.  
  9317.  
  9318.  
  9319.  
  9320.  
  9321.  
  9322.  
  9323.  
  9324.  
  9325.  
  9326.  
  9327.  
  9328.  
  9329.  
  9330.  
  9331.  
  9332.  
  9333.  
  9334.  
  9335.  
  9336.  
  9337.  
  9338.  
  9339.  
  9340.  
  9341.  
  9342.  
  9343.  
  9344.  
  9345.  
  9346. if target ~= nil then
  9347. local Player = game.Players.LocalPlayer
  9348. for i,v in pairs(game.Players:GetChildren()) do
  9349. if v.Name == target.Name then
  9350. if not v.Character:FindFirstChild("ForceField") then
  9351.  
  9352. local PlayerToKill = game.Players:FindFirstChild(target.Name)
  9353. local prevCFrame = Player.Character.HumanoidRootPart.CFrame
  9354.  
  9355.  
  9356. repeat
  9357. Player.Character.HumanoidRootPart.CFrame = PlayerToKill.Character.HumanoidRootPart.CFrame
  9358. for h = 1,10 do
  9359. game.ReplicatedStorage.meleeEvent:FireServer(PlayerToKill)
  9360. end
  9361. wait()
  9362. until PlayerToKill.Character.Humanoid.Health == 0 or v == nil
  9363. wait()
  9364. Player.Character.HumanoidRootPart.CFrame = prevCFrame
  9365. end
  9366. end
  9367. end
  9368. else
  9369. Notify("Error", "Player isnt in game.", "Ok.")
  9370. end
  9371. end
  9372. end)
  9373.  
  9374. local function getclass(t)
  9375. for i,v in pairs(t:GetChildren()) do
  9376. if v.ClassName == "TextBox" then
  9377. v.Focused:connect(function()
  9378.  
  9379. print("3")
  9380. end)
  9381. v.FocusLost:connect(function()
  9382. focused = false
  9383.  
  9384. end)
  9385. end
  9386. getclass(v)
  9387. end
  9388. end
  9389.  
  9390.  
  9391.  
  9392.  
  9393. labelPos = 0
  9394. function resetPlayerList()
  9395. wait(1)
  9396. Players:ClearAllChildren()
  9397. labelPos = 0
  9398. for i,v in pairs(game.Players:GetChildren())do
  9399. if v.Name ~= game.Players.LocalPlayer.Name then
  9400. local label = Instance.new("TextButton", Players)
  9401. label.Text = v.Name
  9402. label.Size = UDim2.new(0, 140, 0, 35)
  9403. label.Position = UDim2.new(0, 0, 0, labelPos)
  9404. label.TextScaled = true
  9405. label.BackgroundColor3 = Color3.new(1,1,1)
  9406. labelPos = labelPos+35
  9407. Players.CanvasSize = UDim2.new(0, 0, 0, labelPos)
  9408. label.MouseButton1Down:connect(function()
  9409. Player.Text = label.Text
  9410. end)
  9411. end
  9412. end
  9413. end
  9414.  
  9415.  
  9416.  
  9417.  
  9418.  
  9419.  
  9420.  
  9421.  
  9422. resetPlayerList()
  9423. game.Players.PlayerAdded:connect(function()
  9424. resetPlayerList()
  9425. end)
  9426. game.Players.PlayerRemoving:connect(function()
  9427. wait(1)
  9428. resetPlayerList()
  9429. end)
  9430.  
  9431.  
  9432.  
  9433.  
  9434. Ak47.MouseButton1Down:connect(function()
  9435. if mousein == false then
  9436. local Weapon = {"AK-47"}
  9437. for i,v in pairs(workspace.Prison_ITEMS.giver:GetChildren()) do
  9438. if v.Name == Weapon[1] then
  9439. local lol = workspace.Remote.ItemHandler:InvokeServer(v.ITEMPICKUP)
  9440. end
  9441. end
  9442. end
  9443. end)
  9444. M4A1.MouseButton1Down:connect(function()
  9445. if mousein == false then
  9446. local Weapon = {"M4A1"}
  9447. for i,v in pairs(workspace.Prison_ITEMS.giver:GetChildren()) do
  9448. if v.Name == Weapon[1] then
  9449. local lol = workspace.Remote.ItemHandler:InvokeServer(v.ITEMPICKUP)
  9450. end
  9451. end
  9452. end
  9453. end)
  9454. M9.MouseButton1Down:connect(function()
  9455. if mousein == false then
  9456. local Weapon = {"M9"}
  9457. for i,v in pairs(workspace.Prison_ITEMS.giver:GetChildren()) do
  9458. if v.Name == Weapon[1] then
  9459. local lol = workspace.Remote.ItemHandler:InvokeServer(v.ITEMPICKUP)
  9460. end
  9461. end
  9462. end
  9463. end)
  9464. Shotgun.MouseButton1Down:connect(function()
  9465. if mousein == false then
  9466. local Weapon = {"Remington 870"}
  9467. for i,v in pairs(workspace.Prison_ITEMS.giver:GetChildren()) do
  9468. if v.Name == Weapon[1] then
  9469. local lol = workspace.Remote.ItemHandler:InvokeServer(v.ITEMPICKUP)
  9470. end
  9471. end
  9472. end
  9473. end)
  9474.  
  9475. Knife.MouseButton1Down:connect(function()
  9476. for i,v in pairs(workspace.Prison_ITEMS.giver:GetChildren()) do
  9477.  
  9478. local lol = workspace.Remote.ItemHandler:InvokeServer(v.ITEMPICKUP)
  9479.  
  9480. end
  9481. end)
  9482.  
  9483. melee.MouseButton1Down:connect(function()
  9484. if mousein == false then
  9485. for i,v in pairs(workspace.Prison_ITEMS.single:GetChildren()) do
  9486.  
  9487. local lol = workspace.Remote.ItemHandler:InvokeServer(v.ITEMPICKUP)
  9488. end
  9489. end
  9490. end)
  9491.  
  9492.  
  9493. LoginButton.MouseButton1Down:connect(function()
  9494. LoginScreen:Destroy()
  9495. Notify("Loading...", "Be patient.", ">:(")
  9496. wait(math.random(2,3))
  9497.  
  9498. Open.Visible = true
  9499. open = false
  9500. for i = 1,10 do
  9501. print("WRECK THE GAME!")
  9502. end
  9503. Notify("Loaded!", "You can start wrecking the game now!", "Cool!")
  9504. end)
  9505.  
  9506. getclass(PrisonLife)
  9507. LoginScreen.Parent = PrisonLife
  9508. Notify("Launcher Loaded!", "Press login to start wrecking the game!", "Cool!")
  9509. end)
  9510.  
  9511. Remote.Name = "Remote"
  9512. Remote.Parent = MainGUI
  9513. Remote.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  9514. Remote.BorderSizePixel = 0
  9515. Remote.Position = UDim2.new(0.333333373, 0, 0.535433054, 0)
  9516. Remote.Size = UDim2.new(0, 119, 0, 31)
  9517. Remote.Font = Enum.Font.GothamBlack
  9518. Remote.Text = "RemoteSpy"
  9519. Remote.TextColor3 = Color3.new(1, 1, 1)
  9520. Remote.TextScaled = true
  9521. Remote.TextSize = 14
  9522. Remote.TextWrapped = true
  9523. Remote.MouseButton1Click:Connect(function()
  9524. --Settings:
  9525.  
  9526. local RemoteIgnores = {
  9527. ["RemoteFunction"] = true;
  9528. ["RemoteEvent"] = true;
  9529. ["BindableFunction"] = false;
  9530. ["BindableEvent"] = false;
  9531. }
  9532.  
  9533. ------------------------------------------
  9534.  
  9535. local MrSpyV2RebugKurokkusGhost = Instance.new("ScreenGui")
  9536. local Hub = Instance.new("TextButton")
  9537. local Main = Instance.new("Frame")
  9538. local BG = Instance.new("ImageLabel")
  9539. local ShadowHolder = Instance.new("Frame")
  9540. local Shadow = Instance.new("ImageLabel")
  9541. local Shadow_2 = Instance.new("ImageLabel")
  9542. local Shadow_3 = Instance.new("ImageLabel")
  9543. local Animate = Instance.new("Frame")
  9544. local Texture = Instance.new("ImageLabel")
  9545. local Texture2 = Instance.new("ImageLabel")
  9546. local Texture3 = Instance.new("ImageLabel")
  9547. local Texture4 = Instance.new("ImageLabel")
  9548. local TabsFolder = Instance.new("Frame")
  9549. local Output = Instance.new("Frame")
  9550. local OutputWindow = Instance.new("ScrollingFrame")
  9551. local R2S = Instance.new("Frame")
  9552. local Warning = Instance.new("Frame")
  9553. local Logo = Instance.new("ImageLabel")
  9554. local Shadow_4 = Instance.new("ImageLabel")
  9555. local Shadow_5 = Instance.new("ImageLabel")
  9556. local Shadow_6 = Instance.new("ImageLabel")
  9557. local WarningLabel = Instance.new("TextLabel")
  9558. local Shadow_7 = Instance.new("TextLabel")
  9559. local Shadow_8 = Instance.new("TextLabel")
  9560. local Shadow_9 = Instance.new("TextLabel")
  9561. local Window = Instance.new("Frame")
  9562. local ScriptWindow = Instance.new("ScrollingFrame")
  9563. local RemoteScript = Instance.new("TextLabel")
  9564. local CopyClip = Instance.new("TextButton")
  9565. local Shadow_10 = Instance.new("Frame")
  9566. local Shadow_11 = Instance.new("Frame")
  9567. local Shadow_12 = Instance.new("Frame")
  9568. local CopyText = Instance.new("TextLabel")
  9569. local BG_2 = Instance.new("TextLabel")
  9570. local BG_3 = Instance.new("TextLabel")
  9571. local BG_4 = Instance.new("TextLabel")
  9572. local Remotes = Instance.new("ScrollingFrame")
  9573. local Explorer = Instance.new("Frame")
  9574. local Warning_2 = Instance.new("Frame")
  9575. local Logo_2 = Instance.new("ImageLabel")
  9576. local Shadow_13 = Instance.new("ImageLabel")
  9577. local Shadow_14 = Instance.new("ImageLabel")
  9578. local Shadow_15 = Instance.new("ImageLabel")
  9579. local WarningLabel_2 = Instance.new("TextLabel")
  9580. local Shadow_16 = Instance.new("TextLabel")
  9581. local Shadow_17 = Instance.new("TextLabel")
  9582. local Shadow_18 = Instance.new("TextLabel")
  9583. local Window_2 = Instance.new("Frame")
  9584. local ExplorerWindow = Instance.new("ScrollingFrame")
  9585. local Shadow_19 = Instance.new("Frame")
  9586. local Shadow_20 = Instance.new("Frame")
  9587. local Shadow_21 = Instance.new("Frame")
  9588. local Shadow_22 = Instance.new("Frame")
  9589. local Title = Instance.new("TextLabel")
  9590. local Credits = Instance.new("TextLabel")
  9591. local Icon = Instance.new("ImageLabel")
  9592. local Exit = Instance.new("ImageButton")
  9593. local ShadowHolder_2 = Instance.new("Frame")
  9594. local Shadow_23 = Instance.new("ImageLabel")
  9595. local Shadow_24 = Instance.new("ImageLabel")
  9596. local Shadow_25 = Instance.new("ImageLabel")
  9597. local Tabs = Instance.new("Frame")
  9598. local TabLine = Instance.new("Frame")
  9599. local Remotes_2 = Instance.new("TextButton")
  9600. local Spys = Instance.new("Frame")
  9601. local Spyer = Instance.new("ImageButton")
  9602. local Shadow_26 = Instance.new("ImageLabel")
  9603. local Shadow_27 = Instance.new("ImageLabel")
  9604. local Shadow_28 = Instance.new("ImageLabel")
  9605. local Words = Instance.new("TextLabel")
  9606. local Output_2 = Instance.new("TextButton")
  9607. local ClearHolder = Instance.new("Frame")
  9608. local Clear = Instance.new("ImageButton")
  9609. local Shadow_29 = Instance.new("ImageLabel")
  9610. local Shadow_30 = Instance.new("ImageLabel")
  9611. local Shadow_31 = Instance.new("ImageLabel")
  9612. local TextLabel = Instance.new("TextLabel")
  9613. local Explorer_2 = Instance.new("TextButton")
  9614. local R2S_2 = Instance.new("TextButton")
  9615. local Holder = Instance.new("Frame")
  9616. local Icon_2 = Instance.new("Frame")
  9617. local IconMap = Instance.new("ImageLabel")
  9618. local RemoteGrid = Instance.new("UIGridLayout")
  9619. local RemoteTemplate = Instance.new("Frame")
  9620. local Icon_3 = Instance.new("Frame")
  9621. local IconMap_2 = Instance.new("ImageLabel")
  9622. local RemoteName = Instance.new("TextLabel")
  9623. local Spy = Instance.new("TextButton")
  9624. local Shadow_32 = Instance.new("Frame")
  9625. local Shadow_33 = Instance.new("Frame")
  9626. local Shadow_34 = Instance.new("Frame")
  9627. local View = Instance.new("TextButton")
  9628. local Shadow_35 = Instance.new("Frame")
  9629. local Shadow_36 = Instance.new("Frame")
  9630. local Shadow_37 = Instance.new("Frame")
  9631. local ExplorerTemplate = Instance.new("Frame")
  9632. local Arrow = Instance.new("Frame")
  9633. local Open = Instance.new("TextButton")
  9634. local IconMap_3 = Instance.new("ImageLabel")
  9635. local Icon_4 = Instance.new("Frame")
  9636. local IconMap_4 = Instance.new("ImageLabel")
  9637. local InstanceName = Instance.new("TextLabel")
  9638. local Open_2 = Instance.new("TextButton")
  9639. local Holder_2 = Instance.new("Frame")
  9640. local BG_5 = Instance.new("Frame")
  9641. local RemoteOutputTemplate = Instance.new("Frame")
  9642. local Icon_5 = Instance.new("Frame")
  9643. local IconMap_5 = Instance.new("ImageLabel")
  9644. local RemoteName_2 = Instance.new("TextLabel")
  9645. local R2S_3 = Instance.new("TextButton")
  9646. local Shadow_38 = Instance.new("Frame")
  9647. local Shadow_39 = Instance.new("Frame")
  9648. local Shadow_40 = Instance.new("Frame")
  9649. --Properties:
  9650. MrSpyV2RebugKurokkusGhost.Name = "Mr.Spy V2 - Rebug/KurokkusGhost"
  9651. MrSpyV2RebugKurokkusGhost.Parent = game:GetService("Players").LocalPlayer:WaitForChild("PlayerGui")
  9652. MrSpyV2RebugKurokkusGhost.ResetOnSpawn = false
  9653.  
  9654. Hub.Name = "Hub"
  9655. Hub.Parent = MrSpyV2RebugKurokkusGhost
  9656. Hub.AnchorPoint = Vector2.new(0.5, 0.5)
  9657. Hub.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  9658. Hub.BorderSizePixel = 0
  9659. Hub.Position = UDim2.new(0.5, 0, 0.349999994, 0)
  9660. Hub.Size = UDim2.new(0, 550, 0, 50)
  9661. Hub.ZIndex = 10
  9662. Hub.AutoButtonColor = false
  9663. Hub.Font = Enum.Font.SourceSans
  9664. Hub.Text = ""
  9665. Hub.TextColor3 = Color3.new(0, 0, 0)
  9666. Hub.TextSize = 14
  9667.  
  9668. Main.Name = "Main"
  9669. Main.Parent = Hub
  9670. Main.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  9671. Main.BackgroundTransparency = 1
  9672. Main.BorderSizePixel = 0
  9673. Main.Position = UDim2.new(0, 0, 1, 0)
  9674. Main.Size = UDim2.new(1, 50, 0, 300)
  9675. Main.ZIndex = 5
  9676.  
  9677. BG.Name = "BG"
  9678. BG.Parent = Main
  9679. BG.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  9680. BG.BackgroundTransparency = 1
  9681. BG.Position = UDim2.new(0, 0, 0, -25)
  9682. BG.Size = UDim2.new(1, 0, 1, 25)
  9683. BG.ZIndex = 5
  9684. BG.Image = "rbxassetid://2052866575"
  9685. BG.ImageColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  9686. BG.ScaleType = Enum.ScaleType.Slice
  9687. BG.SliceCenter = Rect.new(8, 8, 8, 8)
  9688.  
  9689. ShadowHolder.Name = "ShadowHolder"
  9690. ShadowHolder.Parent = BG
  9691. ShadowHolder.BackgroundColor3 = Color3.new(1, 1, 1)
  9692. ShadowHolder.BackgroundTransparency = 1
  9693. ShadowHolder.ClipsDescendants = true
  9694. ShadowHolder.Position = UDim2.new(0, 0, 0, 25)
  9695. ShadowHolder.Size = UDim2.new(1, 100, 1, 100)
  9696.  
  9697. Shadow.Name = "Shadow"
  9698. Shadow.Parent = ShadowHolder
  9699. Shadow.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  9700. Shadow.BackgroundTransparency = 1
  9701. Shadow.Position = UDim2.new(0, 1, 0, -24)
  9702. Shadow.Size = UDim2.new(1, -100, 1, -100)
  9703. Shadow.ZIndex = 4
  9704. Shadow.Image = "rbxassetid://2052866575"
  9705. Shadow.ImageColor3 = Color3.new(0, 0, 0)
  9706. Shadow.ImageTransparency = 0.85000002384186
  9707. Shadow.ScaleType = Enum.ScaleType.Slice
  9708. Shadow.SliceCenter = Rect.new(8, 8, 8, 8)
  9709.  
  9710. Shadow_2.Name = "Shadow"
  9711. Shadow_2.Parent = ShadowHolder
  9712. Shadow_2.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  9713. Shadow_2.BackgroundTransparency = 1
  9714. Shadow_2.Position = UDim2.new(0, 2, 0, -23)
  9715. Shadow_2.Size = UDim2.new(1, -100, 1, -100)
  9716. Shadow_2.ZIndex = 4
  9717. Shadow_2.Image = "rbxassetid://2052866575"
  9718. Shadow_2.ImageColor3 = Color3.new(0, 0, 0)
  9719. Shadow_2.ImageTransparency = 0.85000002384186
  9720. Shadow_2.ScaleType = Enum.ScaleType.Slice
  9721. Shadow_2.SliceCenter = Rect.new(8, 8, 8, 8)
  9722.  
  9723. Shadow_3.Name = "Shadow"
  9724. Shadow_3.Parent = ShadowHolder
  9725. Shadow_3.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  9726. Shadow_3.BackgroundTransparency = 1
  9727. Shadow_3.Position = UDim2.new(0, 3, 0, -22)
  9728. Shadow_3.Size = UDim2.new(1, -100, 1, -100)
  9729. Shadow_3.ZIndex = 4
  9730. Shadow_3.Image = "rbxassetid://2052866575"
  9731. Shadow_3.ImageColor3 = Color3.new(0, 0, 0)
  9732. Shadow_3.ImageTransparency = 0.85000002384186
  9733. Shadow_3.ScaleType = Enum.ScaleType.Slice
  9734. Shadow_3.SliceCenter = Rect.new(8, 8, 8, 8)
  9735.  
  9736. Animate.Name = "Animate"
  9737. Animate.Parent = Main
  9738. Animate.BackgroundColor3 = Color3.new(0.156863, 0.176471, 0.184314)
  9739. Animate.BackgroundTransparency = 1
  9740. Animate.BorderSizePixel = 0
  9741. Animate.ClipsDescendants = true
  9742. Animate.Size = UDim2.new(1, 0, 1, 0)
  9743.  
  9744. Texture.Name = "Texture"
  9745. Texture.Parent = Animate
  9746. Texture.BackgroundColor3 = Color3.new(1, 1, 1)
  9747. Texture.BackgroundTransparency = 1
  9748. Texture.BorderSizePixel = 0
  9749. Texture.Position = UDim2.new(0.00333333341, 0, 0.00999999978, 0)
  9750. Texture.Size = UDim2.new(2, 0, 2, 0)
  9751. Texture.ZIndex = 6
  9752. Texture.Image = "rbxassetid://922275274"
  9753. Texture.ImageColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  9754. Texture.ImageTransparency = 0.5
  9755. Texture.ScaleType = Enum.ScaleType.Tile
  9756. Texture.TileSize = UDim2.new(0, 50, 0, 50)
  9757.  
  9758. Texture2.Name = "Texture2"
  9759. Texture2.Parent = Animate
  9760. Texture2.BackgroundColor3 = Color3.new(1, 1, 1)
  9761. Texture2.BackgroundTransparency = 1
  9762. Texture2.BorderSizePixel = 0
  9763. Texture2.Position = UDim2.new(2, 0, 2, 0)
  9764. Texture2.Size = UDim2.new(2, 0, 2, 0)
  9765. Texture2.ZIndex = 6
  9766. Texture2.Image = "rbxassetid://922275274"
  9767. Texture2.ImageColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  9768. Texture2.ImageTransparency = 0.5
  9769. Texture2.ScaleType = Enum.ScaleType.Tile
  9770. Texture2.TileSize = UDim2.new(0, 50, 0, 50)
  9771.  
  9772. Texture3.Name = "Texture3"
  9773. Texture3.Parent = Animate
  9774. Texture3.BackgroundColor3 = Color3.new(1, 1, 1)
  9775. Texture3.BackgroundTransparency = 1
  9776. Texture3.BorderSizePixel = 0
  9777. Texture3.Position = UDim2.new(0, 0, 2, 0)
  9778. Texture3.Size = UDim2.new(2, 0, 2, 0)
  9779. Texture3.ZIndex = 6
  9780. Texture3.Image = "rbxassetid://922275274"
  9781. Texture3.ImageColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  9782. Texture3.ImageTransparency = 0.5
  9783. Texture3.ScaleType = Enum.ScaleType.Tile
  9784. Texture3.TileSize = UDim2.new(0, 50, 0, 50)
  9785.  
  9786. Texture4.Name = "Texture4"
  9787. Texture4.Parent = Animate
  9788. Texture4.BackgroundColor3 = Color3.new(1, 1, 1)
  9789. Texture4.BackgroundTransparency = 1
  9790. Texture4.BorderSizePixel = 0
  9791. Texture4.Position = UDim2.new(2, 0, 0, 0)
  9792. Texture4.Size = UDim2.new(2, 0, 2, 0)
  9793. Texture4.ZIndex = 6
  9794. Texture4.Image = "rbxassetid://922275274"
  9795. Texture4.ImageColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  9796. Texture4.ImageTransparency = 0.5
  9797. Texture4.ScaleType = Enum.ScaleType.Tile
  9798. Texture4.TileSize = UDim2.new(0, 50, 0, 50)
  9799.  
  9800. TabsFolder.Name = "TabsFolder"
  9801. TabsFolder.Parent = Main
  9802. TabsFolder.BackgroundColor3 = Color3.new(1, 1, 1)
  9803. TabsFolder.BackgroundTransparency = 1
  9804. TabsFolder.ClipsDescendants = true
  9805. TabsFolder.Size = UDim2.new(1, 0, 1, 0)
  9806.  
  9807. Output.Name = "Output"
  9808. Output.Parent = TabsFolder
  9809. Output.BackgroundColor3 = Color3.new(1, 1, 1)
  9810. Output.BackgroundTransparency = 1
  9811. Output.Position = UDim2.new(1, 0, 0, 0)
  9812. Output.Size = UDim2.new(1, 0, 1, 0)
  9813.  
  9814. OutputWindow.Name = "OutputWindow"
  9815. OutputWindow.Parent = Output
  9816. OutputWindow.BackgroundColor3 = Color3.new(1, 1, 1)
  9817. OutputWindow.BackgroundTransparency = 1
  9818. OutputWindow.BorderSizePixel = 0
  9819. OutputWindow.Size = UDim2.new(1, 0, 1, 0)
  9820. OutputWindow.ZIndex = 7
  9821. OutputWindow.BottomImage = "rbxassetid://2504831909"
  9822. OutputWindow.CanvasSize = UDim2.new(0, 0, 0, 0)
  9823. OutputWindow.MidImage = "rbxassetid://2504831909"
  9824. OutputWindow.ScrollBarThickness = 6
  9825. OutputWindow.TopImage = "rbxassetid://2504831909"
  9826.  
  9827. R2S.Name = "R2S"
  9828. R2S.Parent = TabsFolder
  9829. R2S.BackgroundColor3 = Color3.new(1, 1, 1)
  9830. R2S.BackgroundTransparency = 1
  9831. R2S.Position = UDim2.new(3, 0, 0, 0)
  9832. R2S.Size = UDim2.new(1, 0, 1, 0)
  9833.  
  9834. Warning.Name = "Warning"
  9835. Warning.Parent = R2S
  9836. Warning.BackgroundColor3 = Color3.new(1, 1, 1)
  9837. Warning.BackgroundTransparency = 1
  9838. Warning.Size = UDim2.new(1, 0, 1, 0)
  9839.  
  9840. Logo.Name = "Logo"
  9841. Logo.Parent = Warning
  9842. Logo.AnchorPoint = Vector2.new(0.5, 0)
  9843. Logo.BackgroundColor3 = Color3.new(1, 1, 1)
  9844. Logo.BackgroundTransparency = 1
  9845. Logo.Position = UDim2.new(0.5, 0, 0.125, 0)
  9846. Logo.Size = UDim2.new(0, 150, 0, 150)
  9847. Logo.ZIndex = 7
  9848. Logo.Image = "rbxassetid://2512823206"
  9849.  
  9850. Shadow_4.Name = "Shadow"
  9851. Shadow_4.Parent = Logo
  9852. Shadow_4.BackgroundColor3 = Color3.new(1, 1, 1)
  9853. Shadow_4.BackgroundTransparency = 1
  9854. Shadow_4.Position = UDim2.new(0, 1, 0, 1)
  9855. Shadow_4.Size = UDim2.new(1, 0, 1, 0)
  9856. Shadow_4.ZIndex = 6
  9857. Shadow_4.Image = "rbxassetid://2512823206"
  9858. Shadow_4.ImageColor3 = Color3.new(0, 0, 0)
  9859. Shadow_4.ImageTransparency = 0.80000001192093
  9860.  
  9861. Shadow_5.Name = "Shadow"
  9862. Shadow_5.Parent = Logo
  9863. Shadow_5.BackgroundColor3 = Color3.new(1, 1, 1)
  9864. Shadow_5.BackgroundTransparency = 1
  9865. Shadow_5.Position = UDim2.new(0, 2, 0, 2)
  9866. Shadow_5.Size = UDim2.new(1, 0, 1, 0)
  9867. Shadow_5.ZIndex = 6
  9868. Shadow_5.Image = "rbxassetid://2512823206"
  9869. Shadow_5.ImageColor3 = Color3.new(0, 0, 0)
  9870. Shadow_5.ImageTransparency = 0.80000001192093
  9871.  
  9872. Shadow_6.Name = "Shadow"
  9873. Shadow_6.Parent = Logo
  9874. Shadow_6.BackgroundColor3 = Color3.new(1, 1, 1)
  9875. Shadow_6.BackgroundTransparency = 1
  9876. Shadow_6.Position = UDim2.new(0, 3, 0, 3)
  9877. Shadow_6.Size = UDim2.new(1, 0, 1, 0)
  9878. Shadow_6.ZIndex = 6
  9879. Shadow_6.Image = "rbxassetid://2512823206"
  9880. Shadow_6.ImageColor3 = Color3.new(0, 0, 0)
  9881. Shadow_6.ImageTransparency = 0.80000001192093
  9882.  
  9883. WarningLabel.Name = "WarningLabel"
  9884. WarningLabel.Parent = Warning
  9885. WarningLabel.AnchorPoint = Vector2.new(0.5, 1)
  9886. WarningLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  9887. WarningLabel.BackgroundTransparency = 1
  9888. WarningLabel.Position = UDim2.new(0.5, 0, 0.899999976, 0)
  9889. WarningLabel.Size = UDim2.new(0.800000012, 0, 0.200000003, 0)
  9890. WarningLabel.ZIndex = 7
  9891. WarningLabel.Font = Enum.Font.SourceSansBold
  9892. WarningLabel.Text = "Please make sure you have selected a remote in the output to convert into a script"
  9893. WarningLabel.TextColor3 = Color3.new(1, 0.8, 0.301961)
  9894. WarningLabel.TextScaled = true
  9895. WarningLabel.TextSize = 30
  9896. WarningLabel.TextWrapped = true
  9897.  
  9898. Shadow_7.Name = "Shadow"
  9899. Shadow_7.Parent = WarningLabel
  9900. Shadow_7.BackgroundColor3 = Color3.new(1, 1, 1)
  9901. Shadow_7.BackgroundTransparency = 1
  9902. Shadow_7.Position = UDim2.new(0, 1, 0, 1)
  9903. Shadow_7.Size = UDim2.new(1, 0, 1, 0)
  9904. Shadow_7.ZIndex = 6
  9905. Shadow_7.Font = Enum.Font.SourceSansBold
  9906. Shadow_7.Text = "Please make sure you have selected a remote in the output to convert into a script"
  9907. Shadow_7.TextColor3 = Color3.new(0, 0, 0)
  9908. Shadow_7.TextScaled = true
  9909. Shadow_7.TextSize = 30
  9910. Shadow_7.TextTransparency = 0.80000001192093
  9911. Shadow_7.TextWrapped = true
  9912.  
  9913. Shadow_8.Name = "Shadow"
  9914. Shadow_8.Parent = WarningLabel
  9915. Shadow_8.BackgroundColor3 = Color3.new(1, 1, 1)
  9916. Shadow_8.BackgroundTransparency = 1
  9917. Shadow_8.Position = UDim2.new(0, 2, 0, 2)
  9918. Shadow_8.Size = UDim2.new(1, 0, 1, 0)
  9919. Shadow_8.ZIndex = 6
  9920. Shadow_8.Font = Enum.Font.SourceSansBold
  9921. Shadow_8.Text = "Please make sure you have selected a remote in the output to convert into a script"
  9922. Shadow_8.TextColor3 = Color3.new(0, 0, 0)
  9923. Shadow_8.TextScaled = true
  9924. Shadow_8.TextSize = 30
  9925. Shadow_8.TextTransparency = 0.80000001192093
  9926. Shadow_8.TextWrapped = true
  9927.  
  9928. Shadow_9.Name = "Shadow"
  9929. Shadow_9.Parent = WarningLabel
  9930. Shadow_9.BackgroundColor3 = Color3.new(1, 1, 1)
  9931. Shadow_9.BackgroundTransparency = 1
  9932. Shadow_9.Position = UDim2.new(0, 3, 0, 3)
  9933. Shadow_9.Size = UDim2.new(1, 0, 1, 0)
  9934. Shadow_9.ZIndex = 6
  9935. Shadow_9.Font = Enum.Font.SourceSansBold
  9936. Shadow_9.Text = "Please make sure you have selected a remote in the output to convert into a script"
  9937. Shadow_9.TextColor3 = Color3.new(0, 0, 0)
  9938. Shadow_9.TextScaled = true
  9939. Shadow_9.TextSize = 30
  9940. Shadow_9.TextTransparency = 0.80000001192093
  9941. Shadow_9.TextWrapped = true
  9942.  
  9943. Window.Name = "Window"
  9944. Window.Parent = R2S
  9945. Window.BackgroundColor3 = Color3.new(1, 1, 1)
  9946. Window.BackgroundTransparency = 1
  9947. Window.Size = UDim2.new(1, 0, 1, 0)
  9948. Window.Visible = false
  9949.  
  9950. ScriptWindow.Name = "ScriptWindow"
  9951. ScriptWindow.Parent = Window
  9952. ScriptWindow.BackgroundColor3 = Color3.new(1, 1, 1)
  9953. ScriptWindow.BackgroundTransparency = 1
  9954. ScriptWindow.BorderSizePixel = 0
  9955. ScriptWindow.Position = UDim2.new(0, 2, 0, 0)
  9956. ScriptWindow.Size = UDim2.new(1, -2, 1, -50)
  9957. ScriptWindow.ZIndex = 7
  9958. ScriptWindow.BottomImage = "rbxassetid://2504831909"
  9959. ScriptWindow.CanvasSize = UDim2.new(0, 0, 0, 0)
  9960. ScriptWindow.MidImage = "rbxassetid://2504831909"
  9961. ScriptWindow.ScrollBarThickness = 6
  9962. ScriptWindow.TopImage = "rbxassetid://2504831909"
  9963.  
  9964. RemoteScript.Name = "RemoteScript"
  9965. RemoteScript.Parent = ScriptWindow
  9966. RemoteScript.BackgroundColor3 = Color3.new(1, 1, 1)
  9967. RemoteScript.BackgroundTransparency = 1
  9968. RemoteScript.Size = UDim2.new(1, 0, 1, 0)
  9969. RemoteScript.ZIndex = 7
  9970. RemoteScript.Font = Enum.Font.SourceSansSemibold
  9971. RemoteScript.Text = ""
  9972. RemoteScript.TextColor3 = Color3.new(1, 1, 1)
  9973. RemoteScript.TextSize = 16
  9974. RemoteScript.TextXAlignment = Enum.TextXAlignment.Left
  9975. RemoteScript.TextYAlignment = Enum.TextYAlignment.Top
  9976.  
  9977. CopyClip.Name = "CopyClip"
  9978. CopyClip.Parent = Window
  9979. CopyClip.AnchorPoint = Vector2.new(0, 1)
  9980. CopyClip.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  9981. CopyClip.BorderSizePixel = 0
  9982. CopyClip.Position = UDim2.new(0, 10, 1, -10)
  9983. CopyClip.Size = UDim2.new(1, -20, 0, 30)
  9984. CopyClip.ZIndex = 8
  9985. CopyClip.AutoButtonColor = false
  9986. CopyClip.Font = Enum.Font.SourceSansBold
  9987. CopyClip.Text = ""
  9988. CopyClip.TextColor3 = Color3.new(1, 1, 1)
  9989. CopyClip.TextSize = 20
  9990.  
  9991. Shadow_10.Name = "Shadow"
  9992. Shadow_10.Parent = CopyClip
  9993. Shadow_10.BackgroundColor3 = Color3.new(0, 0, 0)
  9994. Shadow_10.BackgroundTransparency = 0.80000001192093
  9995. Shadow_10.BorderSizePixel = 0
  9996. Shadow_10.Position = UDim2.new(0, 1, 0, 1)
  9997. Shadow_10.Size = UDim2.new(1, 0, 1, 0)
  9998. Shadow_10.ZIndex = 7
  9999.  
  10000. Shadow_11.Name = "Shadow"
  10001. Shadow_11.Parent = CopyClip
  10002. Shadow_11.BackgroundColor3 = Color3.new(0, 0, 0)
  10003. Shadow_11.BackgroundTransparency = 0.80000001192093
  10004. Shadow_11.BorderSizePixel = 0
  10005. Shadow_11.Position = UDim2.new(0, 2, 0, 2)
  10006. Shadow_11.Size = UDim2.new(1, 0, 1, 0)
  10007. Shadow_11.ZIndex = 7
  10008.  
  10009. Shadow_12.Name = "Shadow"
  10010. Shadow_12.Parent = CopyClip
  10011. Shadow_12.BackgroundColor3 = Color3.new(0, 0, 0)
  10012. Shadow_12.BackgroundTransparency = 0.80000001192093
  10013. Shadow_12.BorderSizePixel = 0
  10014. Shadow_12.Position = UDim2.new(0, 3, 0, 3)
  10015. Shadow_12.Size = UDim2.new(1, 0, 1, 0)
  10016. Shadow_12.ZIndex = 7
  10017.  
  10018. CopyText.Name = "CopyText"
  10019. CopyText.Parent = CopyClip
  10020. CopyText.BackgroundColor3 = Color3.new(1, 1, 1)
  10021. CopyText.BackgroundTransparency = 1
  10022. CopyText.Size = UDim2.new(1, 0, 1, 0)
  10023. CopyText.ZIndex = 10
  10024. CopyText.Font = Enum.Font.SourceSansBold
  10025. CopyText.Text = "Copy to clipboard"
  10026. CopyText.TextColor3 = Color3.new(1, 1, 1)
  10027. CopyText.TextSize = 20
  10028.  
  10029. BG_2.Name = "BG"
  10030. BG_2.Parent = CopyClip
  10031. BG_2.BackgroundColor3 = Color3.new(1, 1, 1)
  10032. BG_2.BackgroundTransparency = 1
  10033. BG_2.Position = UDim2.new(0, 1, 0, 1)
  10034. BG_2.Size = UDim2.new(1, 0, 1, 0)
  10035. BG_2.ZIndex = 9
  10036. BG_2.Font = Enum.Font.SourceSansBold
  10037. BG_2.Text = "Copy to clipboard"
  10038. BG_2.TextColor3 = Color3.new(0, 0, 0)
  10039. BG_2.TextSize = 20
  10040. BG_2.TextTransparency = 0.80000001192093
  10041.  
  10042. BG_3.Name = "BG"
  10043. BG_3.Parent = CopyClip
  10044. BG_3.BackgroundColor3 = Color3.new(1, 1, 1)
  10045. BG_3.BackgroundTransparency = 1
  10046. BG_3.Position = UDim2.new(0, 2, 0, 2)
  10047. BG_3.Size = UDim2.new(1, 0, 1, 0)
  10048. BG_3.ZIndex = 9
  10049. BG_3.Font = Enum.Font.SourceSansBold
  10050. BG_3.Text = "Copy to clipboard"
  10051. BG_3.TextColor3 = Color3.new(0, 0, 0)
  10052. BG_3.TextSize = 20
  10053. BG_3.TextTransparency = 0.80000001192093
  10054.  
  10055. BG_4.Name = "BG"
  10056. BG_4.Parent = CopyClip
  10057. BG_4.BackgroundColor3 = Color3.new(1, 1, 1)
  10058. BG_4.BackgroundTransparency = 1
  10059. BG_4.Position = UDim2.new(0, 3, 0, 3)
  10060. BG_4.Size = UDim2.new(1, 0, 1, 0)
  10061. BG_4.ZIndex = 9
  10062. BG_4.Font = Enum.Font.SourceSansBold
  10063. BG_4.Text = "Copy to clipboard"
  10064. BG_4.TextColor3 = Color3.new(0, 0, 0)
  10065. BG_4.TextSize = 20
  10066. BG_4.TextTransparency = 0.80000001192093
  10067.  
  10068. Remotes.Name = "Remotes"
  10069. Remotes.Parent = TabsFolder
  10070. Remotes.BackgroundColor3 = Color3.new(1, 1, 1)
  10071. Remotes.BackgroundTransparency = 1
  10072. Remotes.BorderSizePixel = 0
  10073. Remotes.Size = UDim2.new(1, 0, 1, 0)
  10074. Remotes.ZIndex = 7
  10075. Remotes.BottomImage = "rbxassetid://2504831909"
  10076. Remotes.CanvasSize = UDim2.new(0, 0, 0, 0)
  10077. Remotes.MidImage = "rbxassetid://2504831909"
  10078. Remotes.ScrollBarThickness = 6
  10079. Remotes.TopImage = "rbxassetid://2504831909"
  10080.  
  10081. Explorer.Name = "Explorer"
  10082. Explorer.Parent = TabsFolder
  10083. Explorer.BackgroundColor3 = Color3.new(1, 1, 1)
  10084. Explorer.BackgroundTransparency = 1
  10085. Explorer.Position = UDim2.new(2, 0, 0, 0)
  10086. Explorer.Size = UDim2.new(1, 0, 1, 0)
  10087.  
  10088. Warning_2.Name = "Warning"
  10089. Warning_2.Parent = Explorer
  10090. Warning_2.BackgroundColor3 = Color3.new(1, 1, 1)
  10091. Warning_2.BackgroundTransparency = 1
  10092. Warning_2.Size = UDim2.new(1, 0, 1, 0)
  10093.  
  10094. Logo_2.Name = "Logo"
  10095. Logo_2.Parent = Warning_2
  10096. Logo_2.AnchorPoint = Vector2.new(0.5, 0)
  10097. Logo_2.BackgroundColor3 = Color3.new(1, 1, 1)
  10098. Logo_2.BackgroundTransparency = 1
  10099. Logo_2.Position = UDim2.new(0.5, 0, 0.125, 0)
  10100. Logo_2.Size = UDim2.new(0, 150, 0, 150)
  10101. Logo_2.ZIndex = 7
  10102. Logo_2.Image = "rbxassetid://2512823206"
  10103.  
  10104. Shadow_13.Name = "Shadow"
  10105. Shadow_13.Parent = Logo_2
  10106. Shadow_13.BackgroundColor3 = Color3.new(1, 1, 1)
  10107. Shadow_13.BackgroundTransparency = 1
  10108. Shadow_13.Position = UDim2.new(0, 1, 0, 1)
  10109. Shadow_13.Size = UDim2.new(1, 0, 1, 0)
  10110. Shadow_13.ZIndex = 6
  10111. Shadow_13.Image = "rbxassetid://2512823206"
  10112. Shadow_13.ImageColor3 = Color3.new(0, 0, 0)
  10113. Shadow_13.ImageTransparency = 0.80000001192093
  10114.  
  10115. Shadow_14.Name = "Shadow"
  10116. Shadow_14.Parent = Logo_2
  10117. Shadow_14.BackgroundColor3 = Color3.new(1, 1, 1)
  10118. Shadow_14.BackgroundTransparency = 1
  10119. Shadow_14.Position = UDim2.new(0, 2, 0, 2)
  10120. Shadow_14.Size = UDim2.new(1, 0, 1, 0)
  10121. Shadow_14.ZIndex = 6
  10122. Shadow_14.Image = "rbxassetid://2512823206"
  10123. Shadow_14.ImageColor3 = Color3.new(0, 0, 0)
  10124. Shadow_14.ImageTransparency = 0.80000001192093
  10125.  
  10126. Shadow_15.Name = "Shadow"
  10127. Shadow_15.Parent = Logo_2
  10128. Shadow_15.BackgroundColor3 = Color3.new(1, 1, 1)
  10129. Shadow_15.BackgroundTransparency = 1
  10130. Shadow_15.Position = UDim2.new(0, 3, 0, 3)
  10131. Shadow_15.Size = UDim2.new(1, 0, 1, 0)
  10132. Shadow_15.ZIndex = 6
  10133. Shadow_15.Image = "rbxassetid://2512823206"
  10134. Shadow_15.ImageColor3 = Color3.new(0, 0, 0)
  10135. Shadow_15.ImageTransparency = 0.80000001192093
  10136.  
  10137. WarningLabel_2.Name = "WarningLabel"
  10138. WarningLabel_2.Parent = Warning_2
  10139. WarningLabel_2.AnchorPoint = Vector2.new(0.5, 1)
  10140. WarningLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  10141. WarningLabel_2.BackgroundTransparency = 1
  10142. WarningLabel_2.Position = UDim2.new(0.5, 0, 0.899999976, 0)
  10143. WarningLabel_2.Size = UDim2.new(0.800000012, 0, 0.200000003, 0)
  10144. WarningLabel_2.ZIndex = 7
  10145. WarningLabel_2.Font = Enum.Font.SourceSansBold
  10146. WarningLabel_2.Text = "Please make sure you select a remote in the remotes tab to view its location"
  10147. WarningLabel_2.TextColor3 = Color3.new(1, 0.8, 0.301961)
  10148. WarningLabel_2.TextScaled = true
  10149. WarningLabel_2.TextSize = 30
  10150. WarningLabel_2.TextWrapped = true
  10151.  
  10152. Shadow_16.Name = "Shadow"
  10153. Shadow_16.Parent = WarningLabel_2
  10154. Shadow_16.BackgroundColor3 = Color3.new(1, 1, 1)
  10155. Shadow_16.BackgroundTransparency = 1
  10156. Shadow_16.Position = UDim2.new(0, 1, 0, 1)
  10157. Shadow_16.Size = UDim2.new(1, 0, 1, 0)
  10158. Shadow_16.ZIndex = 6
  10159. Shadow_16.Font = Enum.Font.SourceSansBold
  10160. Shadow_16.Text = "Please make sure you select a remote in the remotes tab to view its location"
  10161. Shadow_16.TextColor3 = Color3.new(0, 0, 0)
  10162. Shadow_16.TextScaled = true
  10163. Shadow_16.TextSize = 30
  10164. Shadow_16.TextTransparency = 0.80000001192093
  10165. Shadow_16.TextWrapped = true
  10166.  
  10167. Shadow_17.Name = "Shadow"
  10168. Shadow_17.Parent = WarningLabel_2
  10169. Shadow_17.BackgroundColor3 = Color3.new(1, 1, 1)
  10170. Shadow_17.BackgroundTransparency = 1
  10171. Shadow_17.Position = UDim2.new(0, 2, 0, 2)
  10172. Shadow_17.Size = UDim2.new(1, 0, 1, 0)
  10173. Shadow_17.ZIndex = 6
  10174. Shadow_17.Font = Enum.Font.SourceSansBold
  10175. Shadow_17.Text = "Please make sure you select a remote in the remotes tab to view its location"
  10176. Shadow_17.TextColor3 = Color3.new(0, 0, 0)
  10177. Shadow_17.TextScaled = true
  10178. Shadow_17.TextSize = 30
  10179. Shadow_17.TextTransparency = 0.80000001192093
  10180. Shadow_17.TextWrapped = true
  10181.  
  10182. Shadow_18.Name = "Shadow"
  10183. Shadow_18.Parent = WarningLabel_2
  10184. Shadow_18.BackgroundColor3 = Color3.new(1, 1, 1)
  10185. Shadow_18.BackgroundTransparency = 1
  10186. Shadow_18.Position = UDim2.new(0, 3, 0, 3)
  10187. Shadow_18.Size = UDim2.new(1, 0, 1, 0)
  10188. Shadow_18.ZIndex = 6
  10189. Shadow_18.Font = Enum.Font.SourceSansBold
  10190. Shadow_18.Text = "Please make sure you select a remote in the remotes tab to view its location"
  10191. Shadow_18.TextColor3 = Color3.new(0, 0, 0)
  10192. Shadow_18.TextScaled = true
  10193. Shadow_18.TextSize = 30
  10194. Shadow_18.TextTransparency = 0.80000001192093
  10195. Shadow_18.TextWrapped = true
  10196.  
  10197. Window_2.Name = "Window"
  10198. Window_2.Parent = Explorer
  10199. Window_2.BackgroundColor3 = Color3.new(1, 1, 1)
  10200. Window_2.BackgroundTransparency = 1
  10201. Window_2.Size = UDim2.new(1, 0, 1, 0)
  10202. Window_2.Visible = false
  10203. Window_2.ZIndex = 7
  10204.  
  10205. ExplorerWindow.Name = "ExplorerWindow"
  10206. ExplorerWindow.Parent = Window_2
  10207. ExplorerWindow.BackgroundColor3 = Color3.new(1, 1, 1)
  10208. ExplorerWindow.BackgroundTransparency = 1
  10209. ExplorerWindow.Size = UDim2.new(1, 0, 1, 0)
  10210. ExplorerWindow.ZIndex = 7
  10211. ExplorerWindow.BottomImage = "rbxassetid://2504831909"
  10212. ExplorerWindow.CanvasSize = UDim2.new(0, 0, 0, 0)
  10213. ExplorerWindow.MidImage = "rbxassetid://2504831909"
  10214. ExplorerWindow.ScrollBarThickness = 6
  10215. ExplorerWindow.TopImage = "rbxassetid://2504831909"
  10216.  
  10217. Shadow_19.Name = "Shadow"
  10218. Shadow_19.Parent = Hub
  10219. Shadow_19.BackgroundColor3 = Color3.new(0, 0, 0)
  10220. Shadow_19.BackgroundTransparency = 0.89999997615814
  10221. Shadow_19.BorderSizePixel = 0
  10222. Shadow_19.Position = UDim2.new(0, 0, 0.5, 1)
  10223. Shadow_19.Size = UDim2.new(1, 50, 0.5, 0)
  10224. Shadow_19.ZIndex = 9
  10225.  
  10226. Shadow_20.Name = "Shadow"
  10227. Shadow_20.Parent = Hub
  10228. Shadow_20.BackgroundColor3 = Color3.new(0, 0, 0)
  10229. Shadow_20.BackgroundTransparency = 0.89999997615814
  10230. Shadow_20.BorderSizePixel = 0
  10231. Shadow_20.Position = UDim2.new(0, 0, 0.5, 2)
  10232. Shadow_20.Size = UDim2.new(1, 50, 0.5, 0)
  10233. Shadow_20.ZIndex = 9
  10234.  
  10235. Shadow_21.Name = "Shadow"
  10236. Shadow_21.Parent = Hub
  10237. Shadow_21.BackgroundColor3 = Color3.new(0, 0, 0)
  10238. Shadow_21.BackgroundTransparency = 0.89999997615814
  10239. Shadow_21.BorderSizePixel = 0
  10240. Shadow_21.Position = UDim2.new(0, 0, 0.5, 3)
  10241. Shadow_21.Size = UDim2.new(1, 50, 0.5, 0)
  10242. Shadow_21.ZIndex = 9
  10243.  
  10244. Shadow_22.Name = "Shadow"
  10245. Shadow_22.Parent = Hub
  10246. Shadow_22.BackgroundColor3 = Color3.new(0, 0, 0)
  10247. Shadow_22.BackgroundTransparency = 0.89999997615814
  10248. Shadow_22.BorderSizePixel = 0
  10249. Shadow_22.Position = UDim2.new(0, 0, 0.5, 4)
  10250. Shadow_22.Size = UDim2.new(1, 50, 0.5, 0)
  10251. Shadow_22.ZIndex = 9
  10252.  
  10253. Title.Name = "Title"
  10254. Title.Parent = Hub
  10255. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  10256. Title.BackgroundTransparency = 1
  10257. Title.Position = UDim2.new(0, 50, 0, 0)
  10258. Title.Size = UDim2.new(0, 150, 1, 0)
  10259. Title.ZIndex = 25
  10260. Title.Font = Enum.Font.SourceSansLight
  10261. Title.Text = "Mr.Spy V2"
  10262. Title.TextColor3 = Color3.new(1, 1, 1)
  10263. Title.TextSize = 30
  10264. Title.TextXAlignment = Enum.TextXAlignment.Left
  10265.  
  10266. Credits.Name = "Credits"
  10267. Credits.Parent = Hub
  10268. Credits.BackgroundColor3 = Color3.new(1, 1, 1)
  10269. Credits.BackgroundTransparency = 1
  10270. Credits.Position = UDim2.new(0, 50, 0, 0)
  10271. Credits.Size = UDim2.new(0, 150, 1, -1)
  10272. Credits.ZIndex = 25
  10273. Credits.Font = Enum.Font.SourceSansSemibold
  10274. Credits.Text = "Created by - Rebug/KurokkusGhost"
  10275. Credits.TextColor3 = Color3.new(0.333333, 0.333333, 0.333333)
  10276. Credits.TextSize = 10
  10277. Credits.TextXAlignment = Enum.TextXAlignment.Left
  10278. Credits.TextYAlignment = Enum.TextYAlignment.Bottom
  10279.  
  10280. Icon.Name = "Icon"
  10281. Icon.Parent = Hub
  10282. Icon.BackgroundColor3 = Color3.new(1, 1, 1)
  10283. Icon.BackgroundTransparency = 1
  10284. Icon.Position = UDim2.new(0, 5, 0, 10)
  10285. Icon.Size = UDim2.new(0, 40, 0, 40)
  10286. Icon.ZIndex = 25
  10287. Icon.Image = "rbxassetid://2502312317"
  10288.  
  10289. Exit.Name = "Exit"
  10290. Exit.Parent = Hub
  10291. Exit.BackgroundColor3 = Color3.new(1, 1, 1)
  10292. Exit.BackgroundTransparency = 1
  10293. Exit.Position = UDim2.new(1, 0, 0, 0)
  10294. Exit.Size = UDim2.new(0, 50, 0, 50)
  10295. Exit.ZIndex = 25
  10296. Exit.Image = "rbxassetid://985583019"
  10297.  
  10298. ShadowHolder_2.Name = "ShadowHolder"
  10299. ShadowHolder_2.Parent = Exit
  10300. ShadowHolder_2.BackgroundColor3 = Color3.new(1, 1, 1)
  10301. ShadowHolder_2.BackgroundTransparency = 1
  10302. ShadowHolder_2.ClipsDescendants = true
  10303. ShadowHolder_2.Size = UDim2.new(1, 10, 1, 0)
  10304.  
  10305. Shadow_23.Name = "Shadow"
  10306. Shadow_23.Parent = ShadowHolder_2
  10307. Shadow_23.BackgroundColor3 = Color3.new(1, 1, 1)
  10308. Shadow_23.BackgroundTransparency = 1
  10309. Shadow_23.Position = UDim2.new(0, 1, 0, 1)
  10310. Shadow_23.Size = UDim2.new(0, 50, 0, 50)
  10311. Shadow_23.ZIndex = 24
  10312. Shadow_23.Image = "rbxassetid://985583019"
  10313. Shadow_23.ImageColor3 = Color3.new(0, 0, 0)
  10314. Shadow_23.ImageTransparency = 0.85000002384186
  10315.  
  10316. Shadow_24.Name = "Shadow"
  10317. Shadow_24.Parent = ShadowHolder_2
  10318. Shadow_24.BackgroundColor3 = Color3.new(1, 1, 1)
  10319. Shadow_24.BackgroundTransparency = 1
  10320. Shadow_24.Position = UDim2.new(0, 2, 0, 2)
  10321. Shadow_24.Size = UDim2.new(0, 50, 0, 50)
  10322. Shadow_24.ZIndex = 24
  10323. Shadow_24.Image = "rbxassetid://985583019"
  10324. Shadow_24.ImageColor3 = Color3.new(0, 0, 0)
  10325. Shadow_24.ImageTransparency = 0.85000002384186
  10326.  
  10327. Shadow_25.Name = "Shadow"
  10328. Shadow_25.Parent = ShadowHolder_2
  10329. Shadow_25.BackgroundColor3 = Color3.new(1, 1, 1)
  10330. Shadow_25.BackgroundTransparency = 1
  10331. Shadow_25.Position = UDim2.new(0, 3, 0, 3)
  10332. Shadow_25.Size = UDim2.new(0, 50, 0, 50)
  10333. Shadow_25.ZIndex = 24
  10334. Shadow_25.Image = "rbxassetid://985583019"
  10335. Shadow_25.ImageColor3 = Color3.new(0, 0, 0)
  10336. Shadow_25.ImageTransparency = 0.85000002384186
  10337.  
  10338. Tabs.Name = "Tabs"
  10339. Tabs.Parent = Hub
  10340. Tabs.BackgroundColor3 = Color3.new(1, 1, 1)
  10341. Tabs.BackgroundTransparency = 1
  10342. Tabs.Position = UDim2.new(0.400000006, 0, 0, 0)
  10343. Tabs.Size = UDim2.new(0.600000024, 0, 1, 0)
  10344. Tabs.ZIndex = 25
  10345.  
  10346. TabLine.Name = "TabLine"
  10347. TabLine.Parent = Tabs
  10348. TabLine.AnchorPoint = Vector2.new(0, 1)
  10349. TabLine.BackgroundColor3 = Color3.new(0.666667, 0.333333, 1)
  10350. TabLine.BorderSizePixel = 0
  10351. TabLine.Position = UDim2.new(0, 0, 1, 0)
  10352. TabLine.Size = UDim2.new(0.25, -1, 0, 3)
  10353. TabLine.ZIndex = 30
  10354.  
  10355. Remotes_2.Name = "Remotes"
  10356. Remotes_2.Parent = Tabs
  10357. Remotes_2.BackgroundColor3 = Color3.new(1, 1, 1)
  10358. Remotes_2.BackgroundTransparency = 1
  10359. Remotes_2.LayoutOrder = 1
  10360. Remotes_2.Size = UDim2.new(0.25, 0, 0, 50)
  10361. Remotes_2.ZIndex = 25
  10362. Remotes_2.Font = Enum.Font.SourceSansBold
  10363. Remotes_2.Text = "Remotes"
  10364. Remotes_2.TextColor3 = Color3.new(1, 1, 1)
  10365. Remotes_2.TextSize = 20
  10366.  
  10367. Spys.Name = "Spys"
  10368. Spys.Parent = Remotes_2
  10369. Spys.BackgroundColor3 = Color3.new(1, 1, 1)
  10370. Spys.BackgroundTransparency = 1
  10371. Spys.ClipsDescendants = true
  10372. Spys.Size = UDim2.new(1, 3, 1.75, 3)
  10373. Spys.ZIndex = 9
  10374.  
  10375. Spyer.Name = "Spyer"
  10376. Spyer.Parent = Spys
  10377. Spyer.BackgroundColor3 = Color3.new(0.843137, 0.352941, 0.290196)
  10378. Spyer.BackgroundTransparency = 1
  10379. Spyer.Position = UDim2.new(0, 0, 0, -7)
  10380. Spyer.Size = UDim2.new(1, -4, 0.5, 3)
  10381. Spyer.ZIndex = 8
  10382. Spyer.Image = "rbxassetid://2052866575"
  10383. Spyer.ImageColor3 = Color3.new(0, 0.666667, 0.364706)
  10384. Spyer.ScaleType = Enum.ScaleType.Slice
  10385. Spyer.SliceCenter = Rect.new(8, 8, 8, 8)
  10386.  
  10387. Shadow_26.Name = "Shadow"
  10388. Shadow_26.Parent = Spyer
  10389. Shadow_26.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  10390. Shadow_26.BackgroundTransparency = 1
  10391. Shadow_26.Position = UDim2.new(0, 1, 0, 1)
  10392. Shadow_26.Size = UDim2.new(1, 0, 1, 0)
  10393. Shadow_26.ZIndex = 7
  10394. Shadow_26.Image = "rbxassetid://2052866575"
  10395. Shadow_26.ImageColor3 = Color3.new(0, 0, 0)
  10396. Shadow_26.ImageTransparency = 0.85000002384186
  10397. Shadow_26.ScaleType = Enum.ScaleType.Slice
  10398. Shadow_26.SliceCenter = Rect.new(8, 8, 8, 8)
  10399.  
  10400. Shadow_27.Name = "Shadow"
  10401. Shadow_27.Parent = Spyer
  10402. Shadow_27.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  10403. Shadow_27.BackgroundTransparency = 1
  10404. Shadow_27.Position = UDim2.new(0, 2, 0, 2)
  10405. Shadow_27.Size = UDim2.new(1, 0, 1, 0)
  10406. Shadow_27.ZIndex = 7
  10407. Shadow_27.Image = "rbxassetid://2052866575"
  10408. Shadow_27.ImageColor3 = Color3.new(0, 0, 0)
  10409. Shadow_27.ImageTransparency = 0.85000002384186
  10410. Shadow_27.ScaleType = Enum.ScaleType.Slice
  10411. Shadow_27.SliceCenter = Rect.new(8, 8, 8, 8)
  10412.  
  10413. Shadow_28.Name = "Shadow"
  10414. Shadow_28.Parent = Spyer
  10415. Shadow_28.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  10416. Shadow_28.BackgroundTransparency = 1
  10417. Shadow_28.Position = UDim2.new(0, 3, 0, 3)
  10418. Shadow_28.Size = UDim2.new(1, 0, 1, 0)
  10419. Shadow_28.ZIndex = 7
  10420. Shadow_28.Image = "rbxassetid://2052866575"
  10421. Shadow_28.ImageColor3 = Color3.new(0, 0, 0)
  10422. Shadow_28.ImageTransparency = 0.85000002384186
  10423. Shadow_28.ScaleType = Enum.ScaleType.Slice
  10424. Shadow_28.SliceCenter = Rect.new(8, 8, 8, 8)
  10425.  
  10426. Words.Name = "Words"
  10427. Words.Parent = Spyer
  10428. Words.BackgroundColor3 = Color3.new(1, 1, 1)
  10429. Words.BackgroundTransparency = 1
  10430. Words.Position = UDim2.new(0, 0, 0.25, -1)
  10431. Words.Size = UDim2.new(1, 0, 0.75, 0)
  10432. Words.ZIndex = 8
  10433. Words.Font = Enum.Font.SourceSansBold
  10434. Words.Text = "Spy All"
  10435. Words.TextColor3 = Color3.new(1, 1, 1)
  10436. Words.TextSize = 20
  10437.  
  10438. Output_2.Name = "Output"
  10439. Output_2.Parent = Tabs
  10440. Output_2.BackgroundColor3 = Color3.new(1, 1, 1)
  10441. Output_2.BackgroundTransparency = 1
  10442. Output_2.LayoutOrder = 2
  10443. Output_2.Position = UDim2.new(0.25, 0, 0, 0)
  10444. Output_2.Size = UDim2.new(0.25, 0, 0, 50)
  10445. Output_2.ZIndex = 25
  10446. Output_2.Font = Enum.Font.SourceSansBold
  10447. Output_2.Text = "Output"
  10448. Output_2.TextColor3 = Color3.new(1, 1, 1)
  10449. Output_2.TextSize = 20
  10450.  
  10451. ClearHolder.Name = "ClearHolder"
  10452. ClearHolder.Parent = Output_2
  10453. ClearHolder.BackgroundColor3 = Color3.new(1, 1, 1)
  10454. ClearHolder.BackgroundTransparency = 1
  10455. ClearHolder.ClipsDescendants = true
  10456. ClearHolder.Size = UDim2.new(1, 3, 1.75, 3)
  10457. ClearHolder.ZIndex = 9
  10458.  
  10459. Clear.Name = "Clear"
  10460. Clear.Parent = ClearHolder
  10461. Clear.BackgroundColor3 = Color3.new(0.843137, 0.352941, 0.290196)
  10462. Clear.BackgroundTransparency = 1
  10463. Clear.Position = UDim2.new(0, 0, 0, -7)
  10464. Clear.Size = UDim2.new(1, -4, 0.5, 3)
  10465. Clear.ZIndex = 8
  10466. Clear.Image = "rbxassetid://2052866575"
  10467. Clear.ImageColor3 = Color3.new(0.843137, 0.352941, 0.290196)
  10468. Clear.ScaleType = Enum.ScaleType.Slice
  10469. Clear.SliceCenter = Rect.new(8, 8, 8, 8)
  10470.  
  10471. Shadow_29.Name = "Shadow"
  10472. Shadow_29.Parent = Clear
  10473. Shadow_29.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  10474. Shadow_29.BackgroundTransparency = 1
  10475. Shadow_29.Position = UDim2.new(0, 1, 0, 1)
  10476. Shadow_29.Size = UDim2.new(1, 0, 1, 0)
  10477. Shadow_29.ZIndex = 7
  10478. Shadow_29.Image = "rbxassetid://2052866575"
  10479. Shadow_29.ImageColor3 = Color3.new(0, 0, 0)
  10480. Shadow_29.ImageTransparency = 0.85000002384186
  10481. Shadow_29.ScaleType = Enum.ScaleType.Slice
  10482. Shadow_29.SliceCenter = Rect.new(8, 8, 8, 8)
  10483.  
  10484. Shadow_30.Name = "Shadow"
  10485. Shadow_30.Parent = Clear
  10486. Shadow_30.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  10487. Shadow_30.BackgroundTransparency = 1
  10488. Shadow_30.Position = UDim2.new(0, 2, 0, 2)
  10489. Shadow_30.Size = UDim2.new(1, 0, 1, 0)
  10490. Shadow_30.ZIndex = 7
  10491. Shadow_30.Image = "rbxassetid://2052866575"
  10492. Shadow_30.ImageColor3 = Color3.new(0, 0, 0)
  10493. Shadow_30.ImageTransparency = 0.85000002384186
  10494. Shadow_30.ScaleType = Enum.ScaleType.Slice
  10495. Shadow_30.SliceCenter = Rect.new(8, 8, 8, 8)
  10496.  
  10497. Shadow_31.Name = "Shadow"
  10498. Shadow_31.Parent = Clear
  10499. Shadow_31.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  10500. Shadow_31.BackgroundTransparency = 1
  10501. Shadow_31.Position = UDim2.new(0, 3, 0, 3)
  10502. Shadow_31.Size = UDim2.new(1, 0, 1, 0)
  10503. Shadow_31.ZIndex = 7
  10504. Shadow_31.Image = "rbxassetid://2052866575"
  10505. Shadow_31.ImageColor3 = Color3.new(0, 0, 0)
  10506. Shadow_31.ImageTransparency = 0.85000002384186
  10507. Shadow_31.ScaleType = Enum.ScaleType.Slice
  10508. Shadow_31.SliceCenter = Rect.new(8, 8, 8, 8)
  10509.  
  10510. TextLabel.Parent = Clear
  10511. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  10512. TextLabel.BackgroundTransparency = 1
  10513. TextLabel.Position = UDim2.new(0, 0, 0.25, -1)
  10514. TextLabel.Size = UDim2.new(1, 0, 0.75, 0)
  10515. TextLabel.ZIndex = 8
  10516. TextLabel.Font = Enum.Font.SourceSansBold
  10517. TextLabel.Text = "Clear"
  10518. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  10519. TextLabel.TextSize = 20
  10520.  
  10521. Explorer_2.Name = "Explorer"
  10522. Explorer_2.Parent = Tabs
  10523. Explorer_2.BackgroundColor3 = Color3.new(1, 1, 1)
  10524. Explorer_2.BackgroundTransparency = 1
  10525. Explorer_2.LayoutOrder = 3
  10526. Explorer_2.Position = UDim2.new(0.5, 0, 0, 0)
  10527. Explorer_2.Size = UDim2.new(0.25, 0, 0, 50)
  10528. Explorer_2.ZIndex = 25
  10529. Explorer_2.Font = Enum.Font.SourceSansBold
  10530. Explorer_2.Text = "Explorer"
  10531. Explorer_2.TextColor3 = Color3.new(1, 1, 1)
  10532. Explorer_2.TextSize = 20
  10533.  
  10534. R2S_2.Name = "R2S"
  10535. R2S_2.Parent = Tabs
  10536. R2S_2.BackgroundColor3 = Color3.new(1, 1, 1)
  10537. R2S_2.BackgroundTransparency = 1
  10538. R2S_2.LayoutOrder = 3
  10539. R2S_2.Position = UDim2.new(0.75, 0, 0, 0)
  10540. R2S_2.Size = UDim2.new(0.25, 0, 0, 50)
  10541. R2S_2.ZIndex = 25
  10542. R2S_2.Font = Enum.Font.SourceSansBold
  10543. R2S_2.Text = "R2S"
  10544. R2S_2.TextColor3 = Color3.new(1, 1, 1)
  10545. R2S_2.TextSize = 20
  10546.  
  10547. Holder.Name = "Holder"
  10548. Holder.Parent = MrSpyV2RebugKurokkusGhost
  10549. Holder.BackgroundColor3 = Color3.new(1, 1, 1)
  10550. Holder.Size = UDim2.new(0, 100, 0, 100)
  10551. Holder.Visible = false
  10552.  
  10553. Icon_2.Name = "Icon"
  10554. Icon_2.Parent = Holder
  10555. Icon_2.BackgroundColor3 = Color3.new(1, 1, 1)
  10556. Icon_2.BackgroundTransparency = 1
  10557. Icon_2.ClipsDescendants = true
  10558. Icon_2.Size = UDim2.new(0, 16, 0, 16)
  10559. Icon_2.ZIndex = 7
  10560.  
  10561. IconMap.Name = "IconMap"
  10562. IconMap.Parent = Icon_2
  10563. IconMap.BackgroundColor3 = Color3.new(1, 1, 1)
  10564. IconMap.BackgroundTransparency = 1
  10565. IconMap.Position = UDim2.new(0, -93, 0, -21)
  10566. IconMap.Size = UDim2.new(0, 256, 0, 256)
  10567. IconMap.ZIndex = 7
  10568. IconMap.Image = "rbxassetid://483448923"
  10569.  
  10570. RemoteGrid.Name = "RemoteGrid"
  10571. RemoteGrid.Parent = Holder
  10572. RemoteGrid.HorizontalAlignment = Enum.HorizontalAlignment.Right
  10573. RemoteGrid.CellPadding = UDim2.new(0, 0, 0, 4)
  10574. RemoteGrid.CellSize = UDim2.new(1, -5, 0, 16)
  10575.  
  10576. RemoteTemplate.Name = "RemoteTemplate"
  10577. RemoteTemplate.Parent = Holder
  10578. RemoteTemplate.BackgroundColor3 = Color3.new(1, 1, 1)
  10579. RemoteTemplate.BackgroundTransparency = 1
  10580. RemoteTemplate.Size = UDim2.new(1, -5, 0, 16)
  10581. RemoteTemplate.ZIndex = 7
  10582.  
  10583. Icon_3.Name = "Icon"
  10584. Icon_3.Parent = RemoteTemplate
  10585. Icon_3.BackgroundColor3 = Color3.new(1, 1, 1)
  10586. Icon_3.BackgroundTransparency = 1
  10587. Icon_3.ClipsDescendants = true
  10588. Icon_3.Size = UDim2.new(0, 16, 0, 16)
  10589. Icon_3.ZIndex = 7
  10590.  
  10591. IconMap_2.Name = "IconMap"
  10592. IconMap_2.Parent = Icon_3
  10593. IconMap_2.BackgroundColor3 = Color3.new(1, 1, 1)
  10594. IconMap_2.BackgroundTransparency = 1
  10595. IconMap_2.Position = UDim2.new(0, -183, 0, -93)
  10596. IconMap_2.Size = UDim2.new(0, 256, 0, 256)
  10597. IconMap_2.ZIndex = 7
  10598. IconMap_2.Image = "rbxassetid://483448923"
  10599.  
  10600. RemoteName.Name = "RemoteName"
  10601. RemoteName.Parent = RemoteTemplate
  10602. RemoteName.BackgroundColor3 = Color3.new(1, 1, 1)
  10603. RemoteName.BackgroundTransparency = 1
  10604. RemoteName.Position = UDim2.new(0, 20, 0, 0)
  10605. RemoteName.Size = UDim2.new(0, 200, 0, 16)
  10606. RemoteName.ZIndex = 7
  10607. RemoteName.Font = Enum.Font.SourceSans
  10608. RemoteName.Text = "GiveMoney"
  10609. RemoteName.TextColor3 = Color3.new(0.901961, 0.901961, 0.901961)
  10610. RemoteName.TextSize = 14
  10611. RemoteName.TextXAlignment = Enum.TextXAlignment.Left
  10612.  
  10613. Spy.Name = "Spy"
  10614. Spy.Parent = RemoteTemplate
  10615. Spy.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  10616. Spy.BorderSizePixel = 0
  10617. Spy.Position = UDim2.new(0, 82, 0, 0)
  10618. Spy.Size = UDim2.new(0, 50, 1, 0)
  10619. Spy.ZIndex = 8
  10620. Spy.AutoButtonColor = false
  10621. Spy.Font = Enum.Font.SourceSansSemibold
  10622. Spy.Text = "Spy"
  10623. Spy.TextColor3 = Color3.new(1, 1, 1)
  10624. Spy.TextSize = 14
  10625.  
  10626. Shadow_32.Name = "Shadow"
  10627. Shadow_32.Parent = Spy
  10628. Shadow_32.BackgroundColor3 = Color3.new(0, 0, 0)
  10629. Shadow_32.BackgroundTransparency = 0.80000001192093
  10630. Shadow_32.BorderSizePixel = 0
  10631. Shadow_32.Position = UDim2.new(0, 1, 0, 1)
  10632. Shadow_32.Size = UDim2.new(1, 0, 1, 0)
  10633. Shadow_32.ZIndex = 7
  10634.  
  10635. Shadow_33.Name = "Shadow"
  10636. Shadow_33.Parent = Spy
  10637. Shadow_33.BackgroundColor3 = Color3.new(0, 0, 0)
  10638. Shadow_33.BackgroundTransparency = 0.80000001192093
  10639. Shadow_33.BorderSizePixel = 0
  10640. Shadow_33.Position = UDim2.new(0, 2, 0, 2)
  10641. Shadow_33.Size = UDim2.new(1, 0, 1, 0)
  10642. Shadow_33.ZIndex = 7
  10643.  
  10644. Shadow_34.Name = "Shadow"
  10645. Shadow_34.Parent = Spy
  10646. Shadow_34.BackgroundColor3 = Color3.new(0, 0, 0)
  10647. Shadow_34.BackgroundTransparency = 0.80000001192093
  10648. Shadow_34.BorderSizePixel = 0
  10649. Shadow_34.Position = UDim2.new(0, 3, 0, 3)
  10650. Shadow_34.Size = UDim2.new(1, 0, 1, 0)
  10651. Shadow_34.ZIndex = 7
  10652.  
  10653. View.Name = "View"
  10654. View.Parent = RemoteTemplate
  10655. View.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  10656. View.BorderSizePixel = 0
  10657. View.Position = UDim2.new(0, 142, 0, 0)
  10658. View.Size = UDim2.new(0, 50, 1, 0)
  10659. View.ZIndex = 8
  10660. View.AutoButtonColor = false
  10661. View.Font = Enum.Font.SourceSansSemibold
  10662. View.Text = "View"
  10663. View.TextColor3 = Color3.new(1, 1, 1)
  10664. View.TextSize = 14
  10665.  
  10666. Shadow_35.Name = "Shadow"
  10667. Shadow_35.Parent = View
  10668. Shadow_35.BackgroundColor3 = Color3.new(0, 0, 0)
  10669. Shadow_35.BackgroundTransparency = 0.80000001192093
  10670. Shadow_35.BorderSizePixel = 0
  10671. Shadow_35.Position = UDim2.new(0, 1, 0, 1)
  10672. Shadow_35.Size = UDim2.new(1, 0, 1, 0)
  10673. Shadow_35.ZIndex = 7
  10674.  
  10675. Shadow_36.Name = "Shadow"
  10676. Shadow_36.Parent = View
  10677. Shadow_36.BackgroundColor3 = Color3.new(0, 0, 0)
  10678. Shadow_36.BackgroundTransparency = 0.80000001192093
  10679. Shadow_36.BorderSizePixel = 0
  10680. Shadow_36.Position = UDim2.new(0, 2, 0, 2)
  10681. Shadow_36.Size = UDim2.new(1, 0, 1, 0)
  10682. Shadow_36.ZIndex = 7
  10683.  
  10684. Shadow_37.Name = "Shadow"
  10685. Shadow_37.Parent = View
  10686. Shadow_37.BackgroundColor3 = Color3.new(0, 0, 0)
  10687. Shadow_37.BackgroundTransparency = 0.80000001192093
  10688. Shadow_37.BorderSizePixel = 0
  10689. Shadow_37.Position = UDim2.new(0, 3, 0, 3)
  10690. Shadow_37.Size = UDim2.new(1, 0, 1, 0)
  10691. Shadow_37.ZIndex = 7
  10692.  
  10693. ExplorerTemplate.Name = "ExplorerTemplate"
  10694. ExplorerTemplate.Parent = Holder
  10695. ExplorerTemplate.BackgroundColor3 = Color3.new(0.0431373, 0.352941, 0.686275)
  10696. ExplorerTemplate.BackgroundTransparency = 1
  10697. ExplorerTemplate.BorderSizePixel = 0
  10698. ExplorerTemplate.Size = UDim2.new(0, 275, 0, 20)
  10699. ExplorerTemplate.ZIndex = 7
  10700.  
  10701. Arrow.Name = "Arrow"
  10702. Arrow.Parent = ExplorerTemplate
  10703. Arrow.BackgroundColor3 = Color3.new(1, 1, 1)
  10704. Arrow.BackgroundTransparency = 1
  10705. Arrow.ClipsDescendants = true
  10706. Arrow.Position = UDim2.new(0, 0, 0, 2)
  10707. Arrow.Size = UDim2.new(0, 16, 0, 16)
  10708. Arrow.ZIndex = 8
  10709.  
  10710. Open.Name = "Open"
  10711. Open.Parent = Arrow
  10712. Open.BackgroundColor3 = Color3.new(1, 1, 1)
  10713. Open.BackgroundTransparency = 1
  10714. Open.Size = UDim2.new(1, 0, 1, 0)
  10715. Open.ZIndex = 8
  10716. Open.Font = Enum.Font.SourceSans
  10717. Open.Text = ""
  10718. Open.TextColor3 = Color3.new(0, 0, 0)
  10719. Open.TextSize = 14
  10720.  
  10721. IconMap_3.Name = "IconMap"
  10722. IconMap_3.Parent = Arrow
  10723. IconMap_3.BackgroundColor3 = Color3.new(1, 1, 1)
  10724. IconMap_3.BackgroundTransparency = 1
  10725. IconMap_3.Position = UDim2.new(0, -219, 0, -201)
  10726. IconMap_3.Size = UDim2.new(0, 256, 0, 256)
  10727. IconMap_3.ZIndex = 8
  10728. IconMap_3.Image = "rbxassetid://483448923"
  10729.  
  10730. Icon_4.Name = "Icon"
  10731. Icon_4.Parent = ExplorerTemplate
  10732. Icon_4.BackgroundColor3 = Color3.new(1, 1, 1)
  10733. Icon_4.BackgroundTransparency = 1
  10734. Icon_4.ClipsDescendants = true
  10735. Icon_4.Position = UDim2.new(0, 20, 0, 2)
  10736. Icon_4.Size = UDim2.new(0, 16, 0, 16)
  10737. Icon_4.ZIndex = 8
  10738.  
  10739. IconMap_4.Name = "IconMap"
  10740. IconMap_4.Parent = Icon_4
  10741. IconMap_4.BackgroundColor3 = Color3.new(1, 1, 1)
  10742. IconMap_4.BackgroundTransparency = 1
  10743. IconMap_4.Position = UDim2.new(0, -93, 0, -21)
  10744. IconMap_4.Size = UDim2.new(0, 256, 0, 256)
  10745. IconMap_4.ZIndex = 8
  10746. IconMap_4.Image = "rbxassetid://483448923"
  10747.  
  10748. InstanceName.Name = "InstanceName"
  10749. InstanceName.Parent = ExplorerTemplate
  10750. InstanceName.BackgroundColor3 = Color3.new(0.0431373, 0.352941, 0.686275)
  10751. InstanceName.BackgroundTransparency = 1
  10752. InstanceName.BorderSizePixel = 0
  10753. InstanceName.Position = UDim2.new(0, 42, 0, 0)
  10754. InstanceName.Size = UDim2.new(0, 275, 1, 0)
  10755. InstanceName.ZIndex = 8
  10756. InstanceName.Font = Enum.Font.SourceSans
  10757. InstanceName.Text = "Workspace"
  10758. InstanceName.TextColor3 = Color3.new(0.784314, 0.784314, 0.784314)
  10759. InstanceName.TextSize = 14
  10760. InstanceName.TextXAlignment = Enum.TextXAlignment.Left
  10761.  
  10762. Open_2.Name = "Open"
  10763. Open_2.Parent = InstanceName
  10764. Open_2.BackgroundColor3 = Color3.new(1, 1, 1)
  10765. Open_2.BackgroundTransparency = 1
  10766. Open_2.Size = UDim2.new(1, 0, 1, 0)
  10767. Open_2.ZIndex = 8
  10768. Open_2.Font = Enum.Font.SourceSans
  10769. Open_2.Text = ""
  10770. Open_2.TextColor3 = Color3.new(0, 0, 0)
  10771. Open_2.TextSize = 14
  10772.  
  10773. Holder_2.Name = "Holder"
  10774. Holder_2.Parent = ExplorerTemplate
  10775. Holder_2.BackgroundColor3 = Color3.new(1, 1, 1)
  10776. Holder_2.BackgroundTransparency = 1
  10777. Holder_2.Position = UDim2.new(0, 20, 0, 20)
  10778. Holder_2.Size = UDim2.new(1, 0, 0, 20)
  10779. Holder_2.ZIndex = 8
  10780.  
  10781. BG_5.Name = "BG"
  10782. BG_5.Parent = ExplorerTemplate
  10783. BG_5.BackgroundColor3 = Color3.new(0.0431373, 0.352941, 0.686275)
  10784. BG_5.BackgroundTransparency = 1
  10785. BG_5.BorderSizePixel = 0
  10786. BG_5.Position = UDim2.new(0, 16, 0, 0)
  10787. BG_5.Size = UDim2.new(0, 100, 1, 0)
  10788. BG_5.ZIndex = 7
  10789.  
  10790. RemoteOutputTemplate.Name = "RemoteOutputTemplate"
  10791. RemoteOutputTemplate.Parent = Holder
  10792. RemoteOutputTemplate.BackgroundColor3 = Color3.new(1, 1, 1)
  10793. RemoteOutputTemplate.BackgroundTransparency = 1
  10794. RemoteOutputTemplate.Size = UDim2.new(1, -5, 0, 16)
  10795. RemoteOutputTemplate.ZIndex = 7
  10796.  
  10797. Icon_5.Name = "Icon"
  10798. Icon_5.Parent = RemoteOutputTemplate
  10799. Icon_5.BackgroundColor3 = Color3.new(1, 1, 1)
  10800. Icon_5.BackgroundTransparency = 1
  10801. Icon_5.ClipsDescendants = true
  10802. Icon_5.Size = UDim2.new(0, 16, 0, 16)
  10803. Icon_5.ZIndex = 7
  10804.  
  10805. IconMap_5.Name = "IconMap"
  10806. IconMap_5.Parent = Icon_5
  10807. IconMap_5.BackgroundColor3 = Color3.new(1, 1, 1)
  10808. IconMap_5.BackgroundTransparency = 1
  10809. IconMap_5.Position = UDim2.new(0, -183, 0, -93)
  10810. IconMap_5.Size = UDim2.new(0, 256, 0, 256)
  10811. IconMap_5.ZIndex = 7
  10812. IconMap_5.Image = "rbxassetid://483448923"
  10813.  
  10814. RemoteName_2.Name = "RemoteName"
  10815. RemoteName_2.Parent = RemoteOutputTemplate
  10816. RemoteName_2.BackgroundColor3 = Color3.new(1, 1, 1)
  10817. RemoteName_2.BackgroundTransparency = 1
  10818. RemoteName_2.Position = UDim2.new(0, 20, 0, 0)
  10819. RemoteName_2.Size = UDim2.new(1, -20, 0, 16)
  10820. RemoteName_2.ZIndex = 7
  10821. RemoteName_2.Font = Enum.Font.SourceSans
  10822. RemoteName_2.Text = "GiveMoney | Args: {}"
  10823. RemoteName_2.TextColor3 = Color3.new(0.901961, 0.901961, 0.901961)
  10824. RemoteName_2.TextSize = 14
  10825. RemoteName_2.TextXAlignment = Enum.TextXAlignment.Left
  10826.  
  10827. R2S_3.Name = "R2S"
  10828. R2S_3.Parent = RemoteOutputTemplate
  10829. R2S_3.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  10830. R2S_3.BorderSizePixel = 0
  10831. R2S_3.Position = UDim2.new(0, 82, 0, 0)
  10832. R2S_3.Size = UDim2.new(0, 50, 1, 0)
  10833. R2S_3.ZIndex = 8
  10834. R2S_3.AutoButtonColor = false
  10835. R2S_3.Font = Enum.Font.SourceSansSemibold
  10836. R2S_3.Text = "R2S"
  10837. R2S_3.TextColor3 = Color3.new(1, 1, 1)
  10838. R2S_3.TextSize = 14
  10839.  
  10840. Shadow_38.Name = "Shadow"
  10841. Shadow_38.Parent = R2S_3
  10842. Shadow_38.BackgroundColor3 = Color3.new(0, 0, 0)
  10843. Shadow_38.BackgroundTransparency = 0.80000001192093
  10844. Shadow_38.BorderSizePixel = 0
  10845. Shadow_38.Position = UDim2.new(0, 1, 0, 1)
  10846. Shadow_38.Size = UDim2.new(1, 0, 1, 0)
  10847. Shadow_38.ZIndex = 7
  10848.  
  10849. Shadow_39.Name = "Shadow"
  10850. Shadow_39.Parent = R2S_3
  10851. Shadow_39.BackgroundColor3 = Color3.new(0, 0, 0)
  10852. Shadow_39.BackgroundTransparency = 0.80000001192093
  10853. Shadow_39.BorderSizePixel = 0
  10854. Shadow_39.Position = UDim2.new(0, 2, 0, 2)
  10855. Shadow_39.Size = UDim2.new(1, 0, 1, 0)
  10856. Shadow_39.ZIndex = 7
  10857.  
  10858. Shadow_40.Name = "Shadow"
  10859. Shadow_40.Parent = R2S_3
  10860. Shadow_40.BackgroundColor3 = Color3.new(0, 0, 0)
  10861. Shadow_40.BackgroundTransparency = 0.80000001192093
  10862. Shadow_40.BorderSizePixel = 0
  10863. Shadow_40.Position = UDim2.new(0, 3, 0, 3)
  10864. Shadow_40.Size = UDim2.new(1, 0, 1, 0)
  10865. Shadow_40.ZIndex = 7
  10866.  
  10867. getfenv().script = Instance.new('LocalScript', MrSpyV2RebugKurokkusGhost)
  10868.  
  10869. repeat wait() until game:GetService("Players").LocalPlayer.Character:WaitForChild("HumanoidRootPart")
  10870. local Hub = script.Parent.Hub
  10871. local plr = game:GetService("Players").LocalPlayer
  10872. local Animate = Hub.Main.Animate
  10873. local Animate_Time = 30
  10874. local Exit = Hub.Exit
  10875. local colSize = 14
  10876. script.Parent.Hub.Draggable = true
  10877. local Tabs = Hub.Tabs
  10878. local TF = Hub.Main.TabsFolder
  10879. local Remotes = TF.Remotes
  10880. local Output = TF.Output
  10881. local Supplies = script.Parent.Holder
  10882. local Opened = true;
  10883. local OutputTab = Tabs.Output
  10884. local RemoteTab = Tabs.Remotes
  10885. local Explorer = TF.Explorer
  10886. local R2S = TF.R2S
  10887.  
  10888. local Instances = {
  10889. ["BadgeService"] = 76;
  10890. ["Humanoid"] = 10;
  10891. ["GuiService"] = 48;
  10892. ["CylinderHandleAdornment"] = 55;
  10893. ["BallSocketConstraint"] = 90;
  10894. ["BrickColorValue"] = 5;
  10895. ["Accoutrement"] = 33;
  10896. ["AdService"] = 74;
  10897. ["AssetService"] = 73;
  10898. ["GuiMain"] = 48;
  10899. ["ImageButton"] = 53;
  10900. ["HapticService"] = 85;
  10901. ["DialogChoice"] = 64;
  10902. ["Handles"] = 54;
  10903. ["ReflectionMetadataClasses"] = 87;
  10904. ["JointInstance"] = 35;
  10905. ["AnimationController"] = 61;
  10906. ["RemoteEvent"] = 81;
  10907. ["CollectionService"] = 31;
  10908. ["Smoke"] = 60;
  10909. ["Configuration"] = 59;
  10910. ["KeyframeSequenceProvider"] = 61;
  10911. ["Accessory"] = 33;
  10912. ["SelectionPointLasso"] = 58;
  10913. ["GamePassService"] = 20;
  10914. ["CFrameValue"] = 5;
  10915. ["TextureTrail"] = 5;
  10916. ["ImageLabel"] = 50;
  10917. ["ReflectionMetadataMember"] = 87;
  10918. ["Animation"] = 61;
  10919. ["IntConstrainedValue"] = 5;
  10920. ["HttpService"] = 77;
  10921. ["PointLight"] = 14;
  10922. ["Model"] = 3;
  10923. ["DoubleConstrainedValue"] = 5;
  10924. ["Snap"] = 35;
  10925. ["BodyAngularVelocity"] = 15;
  10926. ["VelocityMotor"] = 35;
  10927. ["RocketPropulsion"] = 15;
  10928. ["SurfaceSelection"] = 56;
  10929. ["CoreGui"] = 47;
  10930. ["Part"] = 2;
  10931. ["ReplicatedFirst"] = 73;
  10932. ["BindableEvent"] = 68;
  10933. ["SelectionPartLasso"] = 58;
  10934. ["NegateOperation"] = 79;
  10935. ["PyramidPart"] = 2;
  10936. ["ArcHandles"] = 57;
  10937. ["Hint"] = 34;
  10938. ["Players"] = 22;
  10939. ["Script"] = 7;
  10940. ["ParallelRampPart"] = 2;
  10941. ["RayValue"] = 5;
  10942. ["LineHandleAdornment"] = 55;
  10943. ["Camera"] = 6;
  10944. ["RunService"] = 67;
  10945. ["BodyForce"] = 15;
  10946. ["KeyframeSequence"] = 61;
  10947. ["ServerScriptService"] = 1;
  10948. ["BillboardGui"] = 65;
  10949. ["BodyThrust"] = 15;
  10950. ["RemoteFunction"] = 80;
  10951. ["Team"] = 25;
  10952. ["Sound"] = 12;
  10953. ["GuiButton"] = 53;
  10954. ["Workspace"] = 20;
  10955. ["Lighting"] = 14;
  10956. ["JointsService"] = 35;
  10957. ["BlurEffect"] = 91;
  10958. ["WedgePart"] = 2;
  10959. ["BloomEffect"] = 91;
  10960. ["ReflectionMetadata"] = 87;
  10961. ["Vector3Value"] = 5;
  10962. ["PointsService"] = 84;
  10963. ["UserInputService"] = 85;
  10964. ["Sparkles"] = 43;
  10965. ["BodyGyro"] = 15;
  10966. ["Rotate"] = 35;
  10967. ["HopperBin"] = 23;
  10968. ["ForceField"] = 38;
  10969. ["Tool"] = 18;
  10970. ["Texture"] = 11;
  10971. ["Teams"] = 24;
  10972. ["ReflectionMetadataFunctions"] = 87;
  10973. ["RodConstraint"] = 90;
  10974. ["Folder"] = 71;
  10975. ["BodyVelocity"] = 15;
  10976. ["Shirt"] = 44;
  10977. ["SlidingBallConstraint"] = 90;
  10978. ["Animator"] = 61;
  10979. ["TextButton"] = 52;
  10980. ["Color3Value"] = 5;
  10981. ["TextBox"] = 52;
  10982. ["NetworkReplicator"] = 30;
  10983. ["Platform"] = 36;
  10984. ["TerrainRegion"] = 66;
  10985. ["SkateboardPlatform"] = 36;
  10986. ["Seat"] = 36;
  10987. ["Terrain"] = 66;
  10988. ["Explosion"] = 37;
  10989. ["BlockMesh"] = 9;
  10990. ["TeleportService"] = 82;
  10991. ["PlayerGui"] = 47;
  10992. ["TextLabel"] = 51;
  10993. ["SurfaceLight"] = 14;
  10994. ["SurfaceGui"] = 65;
  10995. ["Debris"] = 31;
  10996. ["FlagStand"] = 40;
  10997. ["StarterPack"] = 21;
  10998. ["BindableFunction"] = 67;
  10999. ["ReflectionMetadataCallbacks"] = 87;
  11000. ["NetworkClient"] = 17;
  11001. ["ModuleScript"] = 72;
  11002. ["Flag"] = 39;
  11003. ["Status"] = 3;
  11004. ["ParticleEmitter"] = 70;
  11005. ["StarterPlayer"] = 89;
  11006. ["StringValue"] = 5;
  11007. ["ObjectValue"] = 5;
  11008. ["CharacterMesh"] = 61;
  11009. ["StarterGui"] = 47;
  11010. ["ReplicatedStorage"] = 73;
  11011. ["StarterCharacterScripts"] = 83;
  11012. ["NetworkServer"] = 16;
  11013. ["Backpack"] = 21;
  11014. ["ReflectionMetadataEnum"] = 87;
  11015. ["StarterPlayerScripts"] = 83;
  11016. ["SpotLight"] = 14;
  11017. ["CustomEventReceiver"] = 5;
  11018. ["SphereHandleAdornment"] = 55;
  11019. ["SoundService"] = 32;
  11020. ["SpecialMesh"] = 9;
  11021. ["SpawnLocation"] = 26;
  11022. ["PlayerScripts"] = 83;
  11023. ["PartPairLasso"] = 58;
  11024. ["ColorCorrectionEffect"] = 91;
  11025. ["UnionOperation"] = 78;
  11026. ["Sky"] = 29;
  11027. ["MoveToConstraint"] = 90;
  11028. ["RopeConstraint"] = 90;
  11029. ["RightAngleRampPart"] = 2;
  11030. ["ShirtGraphic"] = 41;
  11031. ["ScreenGui"] = 48;
  11032. ["SelectionSphere"] = 55;
  11033. ["RotateV"] = 35;
  11034. ["SelectionBox"] = 55;
  11035. ["VehicleSeat"] = 36;
  11036. ["CustomEvent"] = 5;
  11037. ["Chat"] = 34;
  11038. ["ServerStorage"] = 75;
  11039. ["Selection"] = 56;
  11040. ["IntValue"] = 5;
  11041. ["RotateP"] = 35;
  11042. ["FloorWire"] = 5;
  11043. ["TrussPart"] = 2;
  11044. ["StarterGear"] = 21;
  11045. ["ReflectionMetadataYieldFunctions"] = 87;
  11046. ["ReflectionMetadataProperties"] = 87;
  11047. ["ReflectionMetadataEvents"] = 87;
  11048. ["ReflectionMetadataEnums"] = 87;
  11049. ["ReflectionMetadataEnumItem"] = 87;
  11050. ["ReflectionMetadataClass"] = 87;
  11051. ["PrismPart"] = 2;
  11052. ["BinaryStringValue"] = 5;
  11053. ["Glue"] = 35;
  11054. ["PrismaticConstraint"] = 90;
  11055. ["TouchTransmitter"] = 38;
  11056. ["CornerWedgePart"] = 2;
  11057. ["PathfindingService"] = 38;
  11058. ["SpringConstraint"] = 90;
  11059. ["Fire"] = 62;
  11060. ["Pants"] = 45;
  11061. ["NumberValue"] = 5;
  11062. ["TestService"] = 69;
  11063. ["Motor6D"] = 35;
  11064. ["Motor"] = 35;
  11065. ["CylindricalConstraint"] = 90;
  11066. ["MarketplaceService"] = 47;
  11067. ["CoreScript"] = 19;
  11068. ["CylinderMesh"] = 9;
  11069. ["ConeHandleAdornment"] = 55;
  11070. ["SunRaysEffect"] = 91;
  11071. ["LocalScript"] = 19;
  11072. ["Weld"] = 35;
  11073. ["Attachment"] = 35;
  11074. ["BoolValue"] = 5;
  11075. ["Dialog"] = 63;
  11076. ["Pose"] = 61;
  11077. ["Decal"] = 8;
  11078. ["Hat"] = 46;
  11079. ["AnimationTrack"] = 61;
  11080. ["ClickDetector"] = 42;
  11081. ["Frame"] = 49;
  11082. ["LogService"] = 88;
  11083. ["FileMesh"] = 9;
  11084. ["InsertService"] = 73;
  11085. ["HingeConstraint"] = 90;
  11086. ["Message"] = 34;
  11087. ["Player"] = 13;
  11088. ["ContextActionService"] = 42;
  11089. ["ContentProvider"] = 73;
  11090. ["BodyPosition"] = 15;
  11091. ["BoxHandleAdornment"] = 55;
  11092. ["ScrollingFrame"] = 49;
  11093. ["Keyframe"] = 61;
  11094. }
  11095.  
  11096. function LoadIcon(service, frame, numb)
  11097. if Instances[service] or numb then
  11098. local row = 1
  11099. local col = 0
  11100. if numb then
  11101. for i = 1,numb do
  11102. if i > colSize*row then
  11103. col = 1
  11104. row = row+1
  11105. else
  11106. col = col+1
  11107. end
  11108. end
  11109. else
  11110. for i = 1,Instances[service] do
  11111. if i > colSize*row then
  11112. col = 1
  11113. row = row+1
  11114. else
  11115. col = col+1
  11116. end
  11117. end
  11118. end
  11119. frame.IconMap.Position = UDim2.new(0,(-3+(-18*col))+18,0,(-3+(-18*row))+18)
  11120. end
  11121. end
  11122.  
  11123. Exit.MouseEnter:Connect(function()
  11124. game:GetService("TweenService"):Create(Exit, TweenInfo.new(0.1), {
  11125. ['ImageColor3'] = Color3.fromRGB(200,200,200);
  11126. }):Play();
  11127. end)
  11128.  
  11129. Exit.MouseLeave:Connect(function()
  11130. game:GetService("TweenService"):Create(Exit, TweenInfo.new(0.1), {
  11131. ['ImageColor3'] = Color3.fromRGB(255,255,255);
  11132. }):Play();
  11133. end)
  11134.  
  11135. Exit.MouseButton1Down:Connect(function()
  11136. Opened = false
  11137. Hub:TweenPosition(UDim2.new(0.5,0,1.1,0),"InOut","Sine",0.25,true)
  11138. end)
  11139.  
  11140. Hub.MouseEnter:Connect(function()
  11141. game:GetService("TweenService"):Create(Hub, TweenInfo.new(0.1), {
  11142. ['BackgroundColor3'] = Color3.fromRGB(50,50,50);
  11143. }):Play();
  11144. end)
  11145.  
  11146. Hub.MouseLeave:Connect(function()
  11147. game:GetService("TweenService"):Create(Hub, TweenInfo.new(0.1), {
  11148. ['BackgroundColor3'] = Color3.fromRGB(40, 40, 40);
  11149. }):Play();
  11150. end)
  11151.  
  11152. local CHO = false
  11153. local BTH = false
  11154.  
  11155. OutputTab.ClearHolder.MouseEnter:Connect(function()
  11156. CHO = true
  11157. end)
  11158.  
  11159. OutputTab.ClearHolder.MouseLeave:Connect(function()
  11160. CHO = false
  11161. end)
  11162.  
  11163. OutputTab.MouseEnter:Connect(function()
  11164. BTH = true
  11165. OutputTab.ClearHolder.Clear:TweenPosition(UDim2.new(0,0,0.5,-7),"InOut","Sine",0.2,true)
  11166. repeat wait() until not BTH or not CHO
  11167. OutputTab.ClearHolder.Clear:TweenPosition(UDim2.new(0,0,0,-7),"InOut","Sine",0.2,true)
  11168. end)
  11169.  
  11170. local SH = false
  11171. local RH = false
  11172.  
  11173. RemoteTab.Spys.MouseEnter:Connect(function()
  11174. SH = true
  11175. end)
  11176.  
  11177. RemoteTab.Spys.MouseLeave:Connect(function()
  11178. SH = false
  11179. end)
  11180.  
  11181. RemoteTab.MouseEnter:Connect(function()
  11182. RH = true
  11183. RemoteTab.Spys.Spyer:TweenPosition(UDim2.new(0,0,0.5,-7),"InOut","Sine",0.2,true)
  11184. repeat wait() until not SH or not RH
  11185. RemoteTab.Spys.Spyer:TweenPosition(UDim2.new(0,0,0,-7),"InOut","Sine",0.2,true)
  11186. end)
  11187.  
  11188. function OpenUI()
  11189. if Opened then
  11190. Opened = not Opened
  11191. Hub:TweenPosition(UDim2.new(0.5,0,1.1,0),"InOut","Sine",0.25,true)
  11192. else
  11193. Opened = not Opened
  11194. Hub:TweenPosition(UDim2.new(0.5,0,0.35,0),"InOut","Sine",0.25,true)
  11195. end
  11196. end
  11197.  
  11198. plr.Chatted:Connect(function(msg)
  11199. if msg:lower() == "/e open" then
  11200. OpenUI()
  11201. end
  11202. end)
  11203.  
  11204. game:GetService("UserInputService").InputBegan:Connect(function(input, proc)
  11205. if not proc and input.KeyCode == Enum.KeyCode.F4 then
  11206. OpenUI()
  11207. end
  11208. end)
  11209.  
  11210. function SwitchTab(tab,x)
  11211. Tabs.TabLine:TweenPosition(UDim2.new(x,0,1,0),"InOut","Sine",0.25,true)
  11212. if tab == "Remotes" then
  11213. TF.Remotes:TweenPosition(UDim2.new(0,0,0,0),"InOut","Sine",0.25,true)
  11214. TF.Output:TweenPosition(UDim2.new(1,0,0,0),"InOut","Sine",0.25,true)
  11215. TF.Explorer:TweenPosition(UDim2.new(2,0,0,0),"InOut","Sine",0.25,true)
  11216. TF.R2S:TweenPosition(UDim2.new(3,0,0,0),"InOut","Sine",0.25,true)
  11217. elseif tab == "Output" then
  11218. TF.Remotes:TweenPosition(UDim2.new(-1,0,0,0),"InOut","Sine",0.25,true)
  11219. TF.Output:TweenPosition(UDim2.new(0,0,0,0),"InOut","Sine",0.25,true)
  11220. TF.Explorer:TweenPosition(UDim2.new(1,0,0,0),"InOut","Sine",0.25,true)
  11221. TF.R2S:TweenPosition(UDim2.new(2,0,0,0),"InOut","Sine",0.25,true)
  11222. elseif tab == "Explorer" then
  11223. TF.Remotes:TweenPosition(UDim2.new(-2,0,0,0),"InOut","Sine",0.25,true)
  11224. TF.Output:TweenPosition(UDim2.new(-1,0,0,0),"InOut","Sine",0.25,true)
  11225. TF.Explorer:TweenPosition(UDim2.new(0,0,0,0),"InOut","Sine",0.25,true)
  11226. TF.R2S:TweenPosition(UDim2.new(1,0,0,0),"InOut","Sine",0.25,true)
  11227. elseif tab == "R2S" then
  11228. TF.Remotes:TweenPosition(UDim2.new(-3,0,0,0),"InOut","Sine",0.25,true)
  11229. TF.Output:TweenPosition(UDim2.new(-2,0,0,0),"InOut","Sine",0.25,true)
  11230. TF.Explorer:TweenPosition(UDim2.new(-1,0,0,0),"InOut","Sine",0.25,true)
  11231. TF.R2S:TweenPosition(UDim2.new(0,0,0,0),"InOut","Sine",0.25,true)
  11232. end
  11233. end
  11234.  
  11235. for i,v in pairs(Tabs:GetChildren()) do
  11236. if v:IsA("TextButton") then
  11237. v.MouseButton1Down:Connect(function()
  11238. SwitchTab(v.Name,v.Position.X.Scale)
  11239. end)
  11240. end
  11241. end
  11242.  
  11243. local Ignores = {
  11244. ["CharacterSoundEvent"] = true;
  11245. ["MovementUpdate"] = true;
  11246. ["OnNewMessage"] = true;
  11247. ["OnMessageDoneFiltering"] = true;
  11248. ["OnNewSystemMessage"] = true;
  11249. ["OnChannelJoined"] = true;
  11250. ["OnChannelLeft"] = true;
  11251. ["OnMuted"] = true;
  11252. ["OnUnmuted"] = true;
  11253. ["OnMainChannelSet"] = true;
  11254. ["ChannelNameColorUpdated"] = true;
  11255. ["SayMessageRequest"] = true;
  11256. ["SetBlockedUserIdsRequest"] = true;
  11257. ["GetInitDataRequest"] = true;
  11258. ["MutePlayerRequest"] = true;
  11259. ["UnMutePlayerRequest"] = true;
  11260. ["DefaultServerSoundEvent"] = true;
  11261. ["AddCharacterLoadedEvent"] = true;
  11262. ["RemoveCharacterEvent"] = true;
  11263. ["SoundDispatcher"] = true;
  11264. ["GamepadNotifications"] = true;
  11265. ["SendNotificationInfo"] = true;
  11266. ["FollowRelationshipChanged"] = true;
  11267. ["NewFollower"] = true;
  11268. ["GetFollowRelationships"] = true;
  11269. ["SetPlayerBlockList"] = true;
  11270. ["UpdatePlayerBlockList"] = true;
  11271. ["SetDialogInUse"] = true;
  11272. ["GetServerVersion"] = true;
  11273. }
  11274.  
  11275. local RemotesToSpy = {}
  11276. local SpyingRemotes = {}
  11277. local BiggestTB = 0;
  11278.  
  11279. function UpdateOutput()
  11280. Output.OutputWindow.CanvasSize = UDim2.new(0,89+BiggestTB,0,(#Output.OutputWindow:GetChildren()*20)+1)
  11281. end
  11282.  
  11283. function ClearOutput()
  11284. BiggestTB = 0
  11285. Output.OutputWindow:ClearAllChildren()
  11286. UpdateOutput()
  11287. end
  11288.  
  11289. OutputTab.ClearHolder.Clear.MouseButton1Down:Connect(function()
  11290. BTH = false
  11291. CHO = false
  11292. ClearOutput()
  11293. end)
  11294.  
  11295. local TextToCopy = ""
  11296.  
  11297. function LoadR2S(obj,args)
  11298. R2S.Warning.Visible = false
  11299. R2S.Window.Visible = true
  11300.  
  11301. local InstancesTable = {}
  11302. local String = ""
  11303. for i in string.gmatch(obj:GetFullName(),".") do
  11304. if i == "." then
  11305. InstancesTable[#InstancesTable+1] = String
  11306. String = ""
  11307. else
  11308. String = String .. i
  11309. end
  11310. end
  11311. InstancesTable[#InstancesTable+1] = String
  11312.  
  11313. local TextToLoad = "local Remote = game"
  11314.  
  11315. for i,v in pairs(InstancesTable) do
  11316. if i == #InstancesTable then
  11317. TextToLoad = TextToLoad.."['"..v.."']"
  11318. else
  11319. TextToLoad = TextToLoad.."."..v
  11320. end
  11321. end
  11322.  
  11323. TextToLoad = TextToLoad.."\n\nlocal Arguments = "
  11324.  
  11325. local function GenerateScript()
  11326. local Tabs = 0
  11327. local function AddTabs()
  11328. if Tabs == 0 then return end
  11329. for i = 0,Tabs do
  11330. TextToLoad = TextToLoad.." "
  11331. end
  11332. end
  11333. local IgnoreCommaBreak = false
  11334. local last = ""
  11335. for i in string.gmatch(args,".") do
  11336. if i == "{" then
  11337. TextToLoad = TextToLoad.."{\n"
  11338. Tabs = Tabs + 1
  11339. AddTabs()
  11340. elseif i == "}" then
  11341. TextToLoad = TextToLoad.."\n"
  11342. Tabs = Tabs - 1
  11343. AddTabs()
  11344. TextToLoad = TextToLoad.."}"
  11345. elseif i == "(" then
  11346. IgnoreCommaBreak = true
  11347. TextToLoad = TextToLoad..i
  11348. elseif i == ")" and IgnoreCommaBreak then
  11349. IgnoreCommaBreak = false
  11350. TextToLoad = TextToLoad..i
  11351. elseif i == "," and not IgnoreCommaBreak then
  11352. TextToLoad = TextToLoad..",\n"
  11353. AddTabs()
  11354. elseif i == " " and last == "," then
  11355. --lol goteeem im doing nothing here cuz it's mainly for visuals
  11356. else
  11357. TextToLoad = TextToLoad..i
  11358. end
  11359. last = i
  11360. end
  11361. end
  11362. GenerateScript()
  11363. TextToLoad = TextToLoad.."\n\nRemote:"..((obj.ClassName == "RemoteEvent" and "FireServer") or (obj.ClassName == "RemoteFunction" and "InvokeServer") or (obj.ClassName == "BindableEvent" and "Fire") or (obj.ClassName == "BindableFunction" and "Invoke")).."(unpack(Arguments))"
  11364.  
  11365. TextToCopy = TextToLoad
  11366.  
  11367. R2S.Window.ScriptWindow.RemoteScript.Text = TextToLoad
  11368. R2S.Window.ScriptWindow.CanvasSize = UDim2.new(0,R2S.Window.ScriptWindow.RemoteScript.TextBounds.X+6,0,R2S.Window.ScriptWindow.RemoteScript.TextBounds.Y+6)
  11369. end
  11370.  
  11371. R2S.Window.CopyClip.MouseEnter:Connect(function()
  11372. game:GetService("TweenService"):Create(R2S.Window.CopyClip, TweenInfo.new(0.1), {
  11373. ['BackgroundColor3'] = Color3.fromRGB(60, 60, 60);
  11374. }):Play();
  11375. end)
  11376.  
  11377. R2S.Window.CopyClip.MouseLeave:Connect(function()
  11378. game:GetService("TweenService"):Create(R2S.Window.CopyClip, TweenInfo.new(0.1), {
  11379. ['BackgroundColor3'] = Color3.fromRGB(50, 50, 50);
  11380. }):Play();
  11381. end)
  11382.  
  11383. R2S.Window.CopyClip.MouseButton1Down:Connect(function()
  11384. R2S.Window.CopyClip.BackgroundColor3 = Color3.fromRGB(100, 100, 100)
  11385. game:GetService("TweenService"):Create(R2S.Window.CopyClip, TweenInfo.new(0.1), {
  11386. ['BackgroundColor3'] = Color3.fromRGB(50, 50, 50);
  11387. }):Play();
  11388. if setclipboard then
  11389. setclipboard(TextToCopy)
  11390. elseif toclipboard then
  11391. toclipboard(TextToCopy)
  11392. elseif syn and syn.write_clipboard then
  11393. syn.write_clipboard(TextToCopy)
  11394. end
  11395. end)
  11396.  
  11397. local ViewDB = false
  11398.  
  11399. function AddToOutput(obj,args)
  11400. local temp = Supplies.RemoteOutputTemplate:Clone()
  11401. temp.RemoteName.Text = obj.Name.." | Args: "..args
  11402. LoadIcon(obj.ClassName,temp.Icon)
  11403. temp.Position = UDim2.new(0,5,0,#Output.OutputWindow:GetChildren()*20)
  11404. temp.Parent = Output.OutputWindow
  11405. temp.R2S.Position = UDim2.new(0,25+temp.RemoteName.TextBounds.X,0,0)
  11406. if temp.RemoteName.TextBounds.X >= BiggestTB then
  11407. BiggestTB = temp.RemoteName.TextBounds.X
  11408. end
  11409. UpdateOutput()
  11410. temp.R2S.MouseEnter:Connect(function()
  11411. game:GetService("TweenService"):Create(temp.R2S, TweenInfo.new(0.1), {
  11412. ['BackgroundColor3'] = Color3.fromRGB(75,75,75);
  11413. }):Play();
  11414. end)
  11415. temp.R2S.MouseLeave:Connect(function()
  11416. game:GetService("TweenService"):Create(temp.R2S, TweenInfo.new(0.1), {
  11417. ['BackgroundColor3'] = Color3.fromRGB(60, 60, 60);
  11418. }):Play();
  11419. end)
  11420. temp.R2S.MouseButton1Down:Connect(function()
  11421. if not ViewDB then
  11422. ViewDB = true
  11423. LoadR2S(obj,args)
  11424. SwitchTab("R2S",0.75)
  11425. wait(0.5)
  11426. ViewDB = false
  11427. end
  11428. end)
  11429. end
  11430.  
  11431. --Do Spy stuff boyssssss
  11432.  
  11433. local IgnoreThis = {
  11434. GetSetting = true;
  11435. GetSelection = true;
  11436. SelectionChanged = true;
  11437. GetAwaiting = true;
  11438. }
  11439.  
  11440. function GetType(item)
  11441. if type(item) == "string" then
  11442. return "\""..item.."\""
  11443. elseif type(item) == "table" then
  11444. local str = "{"
  11445. local max = 0
  11446. local numb = 1
  11447. for i,v in pairs(item) do
  11448. max = max+1
  11449. end
  11450. for i,v in pairs(item) do
  11451. if numb == max then
  11452. str = str.."["..GetType(i).."] = "..GetType(v)
  11453. else
  11454. str = str.."["..GetType(i).."] = "..GetType(v)..", "
  11455. end
  11456. numb = numb + 1
  11457. end
  11458. str = str.."}"
  11459. return str
  11460. elseif type(item) == "userdata" then
  11461. local a,b = pcall(function()
  11462. return item.ClassName
  11463. end)
  11464. if a then
  11465. return item:GetFullName()
  11466. else
  11467. if tostring(b):match("not a valid member of %w+") then
  11468. local c, d = tostring(b):match("not a valid member of %w+"):find("of ")
  11469. local class = tostring(b):match("not a valid member of %w+"):sub(d+1)
  11470. return class..".new(".. tostring(item) ..")"
  11471. end
  11472. end
  11473. else
  11474. return tostring(item)
  11475. end
  11476. end
  11477.  
  11478. function ReturnArgs(...)
  11479. local args = {...}
  11480. local list = ""
  11481. local max = 0
  11482. local numb = 1
  11483. for i,v in pairs(args) do
  11484. max = max + 1
  11485. end
  11486. for i,v in pairs(args) do
  11487. if numb == max then
  11488. list = list..GetType(v)
  11489. else
  11490. list = list..GetType(v)..", "
  11491. end
  11492. numb = numb + 1
  11493. end
  11494. list=list
  11495. return list
  11496. end
  11497.  
  11498. local mt = getrawmetatable(game)
  11499. local old_n = mt.__namecall
  11500. if setreadonly then
  11501. setreadonly(mt, false)
  11502. elseif make_writeable then
  11503. make_writeable(mt)
  11504. end
  11505.  
  11506. local protect = newcclosure or protect_function or function(f) return f end
  11507. mt.__namecall = protect(function(self, ...)
  11508. local args = {...}
  11509. table.remove(args)
  11510.  
  11511. if (not IgnoreThis[self.Name]) and SpyingRemotes[self] and RemoteIgnores[self.ClassName] then
  11512. AddToOutput(self, ReturnArgs(args));
  11513. end
  11514.  
  11515. return old_n(self, ...)
  11516. end)
  11517.  
  11518. if replaceclosure then
  11519. local OldFireServer
  11520. local Hook = protect(function(self,...)
  11521. local args = {...}
  11522.  
  11523. if (not IgnoreThis[self.Name]) and SpyingRemotes[self] then
  11524. AddToOutput(self, ReturnArgs(args));
  11525. end
  11526.  
  11527. return OldFireServer(self,...)
  11528. end)
  11529.  
  11530. OldFireServer = replaceclosure(Instance.new("RemoteEvent").FireServer, Hook)
  11531.  
  11532. local OldInvokeServer
  11533. local Hook2 = protect(function(self,...)
  11534. local args = {...}
  11535.  
  11536. if (not IgnoreThis[self.Name]) and SpyingRemotes[self] then
  11537. AddToOutput(self, ReturnArgs(args));
  11538. end
  11539.  
  11540. return OldInvokeServer(self,...)
  11541. end)
  11542.  
  11543. OldInvokeServer = replaceclosure(Instance.new("RemoteFunction").InvokeServer, Hook2)
  11544. end
  11545. ----------------------
  11546.  
  11547. local BiggestR = 0;
  11548.  
  11549. function UpdateRemotes()
  11550. Remotes.CanvasSize = UDim2.new(0,144+BiggestR,0,(#Remotes:GetChildren()-1)*20)
  11551. end
  11552.  
  11553. function Spy(temp,bool)
  11554. if not bool then
  11555. temp.Spy.Text = "Spy"
  11556. game:GetService("TweenService"):Create(temp.Spy, TweenInfo.new(0.5), {
  11557. ['TextColor3'] = Color3.fromRGB(255,255,255);
  11558. }):Play();
  11559. else
  11560. temp.Spy.Text = "Spying"
  11561. game:GetService("TweenService"):Create(temp.Spy, TweenInfo.new(0.5), {
  11562. ['TextColor3'] = Color3.fromRGB(17, 170, 73);
  11563. }):Play();
  11564. end
  11565. end
  11566.  
  11567. function LoadExplorer(obj)
  11568. Explorer.Window.ExplorerWindow:ClearAllChildren()
  11569. Explorer.Window.ExplorerWindow.CanvasSize = UDim2.new(0,0,0,0)
  11570. Explorer.Warning.Visible = false
  11571. Explorer.Window.Visible = true
  11572. local InstancesTable = {}
  11573. local String = ""
  11574. for i in string.gmatch(obj:GetFullName(),".") do
  11575. if i == "." then
  11576. InstancesTable[#InstancesTable+1] = String
  11577. String = ""
  11578. else
  11579. String = String .. i
  11580. end
  11581. end
  11582. InstancesTable[#InstancesTable+1] = String
  11583. local ClassTable = {}
  11584. local function Check(obj,pos)
  11585. if obj:FindFirstChild(InstancesTable[pos]) then
  11586. ClassTable[pos] = obj:FindFirstChild(InstancesTable[pos])
  11587. if InstancesTable[pos+1] then
  11588. Check(obj:FindFirstChild(InstancesTable[pos]),pos+1)
  11589. end
  11590. end
  11591. end
  11592. Check(game,1)
  11593. local last
  11594. for i,v in pairs(InstancesTable) do
  11595. local temp = Supplies.ExplorerTemplate:Clone()
  11596. temp.Name = v
  11597. temp.InstanceName.Text = v
  11598. LoadIcon(((ClassTable[i] and ClassTable[i].ClassName) or "Folder"),temp.Icon)
  11599. if ClassTable[i] then
  11600. if #ClassTable[i]:GetChildren() > 0 then
  11601. temp.Arrow.Visible = true
  11602. else
  11603. temp.Arrow.Visible = false
  11604. end
  11605. end
  11606. if last then
  11607. temp.Parent = last.Holder
  11608. else
  11609. temp.Parent = Explorer.Window.ExplorerWindow
  11610. end
  11611. temp.BG.Size = UDim2.new(0,temp.InstanceName.TextBounds.X+36,1,0)
  11612. temp.InstanceName.Size = UDim2.new(0,temp.InstanceName.TextBounds.X+10,1,0)
  11613. last = temp
  11614. temp.InstanceName.MouseEnter:Connect(function()
  11615. game:GetService("TweenService"):Create(temp.BG, TweenInfo.new(0.1), {
  11616. ['BackgroundTransparency'] = 0.5;
  11617. }):Play();
  11618. end)
  11619. temp.InstanceName.MouseLeave:Connect(function()
  11620. game:GetService("TweenService"):Create(temp.BG, TweenInfo.new(0.1), {
  11621. ['BackgroundTransparency'] = 1;
  11622. }):Play();
  11623. end)
  11624. temp.Arrow.Open.MouseEnter:Connect(function()
  11625. game:GetService("TweenService"):Create(temp.Arrow.IconMap, TweenInfo.new(0.1), {
  11626. ['ImageColor3'] = Color3.fromRGB(200,200,200);
  11627. }):Play();
  11628. end)
  11629. temp.Arrow.Open.MouseLeave:Connect(function()
  11630. game:GetService("TweenService"):Create(temp.Arrow.IconMap, TweenInfo.new(0.1), {
  11631. ['ImageColor3'] = Color3.fromRGB(255,255,255);
  11632. }):Play();
  11633. end)
  11634. temp.Arrow.Open.MouseButton1Down:Connect(function()
  11635. if temp.Holder.Visible then
  11636. temp.Holder.Visible = false
  11637. LoadIcon(nil,temp.Arrow,166)
  11638. else
  11639. temp.Holder.Visible = true
  11640. LoadIcon(nil,temp.Arrow,167)
  11641. end
  11642. end)
  11643. temp.InstanceName.Open.MouseButton1Down:Connect(function()
  11644. if temp.Holder.Visible then
  11645. temp.Holder.Visible = false
  11646. LoadIcon(nil,temp.Arrow,166)
  11647. else
  11648. temp.Holder.Visible = true
  11649. LoadIcon(nil,temp.Arrow,167)
  11650. end
  11651. end)
  11652. end
  11653. Explorer.Window.ExplorerWindow.CanvasSize = UDim2.new(0,(last.AbsolutePosition.X-Explorer.AbsolutePosition.X)+50+last.InstanceName.TextBounds.X,0,(20*#InstancesTable)+5)
  11654. end
  11655.  
  11656. local AllStuff = {}
  11657.  
  11658. function MakeRemote(obj)
  11659. local temp = Supplies.RemoteTemplate:Clone()
  11660. temp.RemoteName.Text = obj.Name
  11661. LoadIcon(obj.ClassName,temp.Icon)
  11662. temp.Parent = Remotes
  11663. temp.Spy.Position = UDim2.new(0,25+temp.RemoteName.TextBounds.X,0,0)
  11664. temp.View.Position = UDim2.new(0,80+temp.RemoteName.TextBounds.X,0,0)
  11665. if temp.RemoteName.TextBounds.X >= BiggestR then
  11666. BiggestR = temp.RemoteName.TextBounds.X
  11667. end
  11668. RemotesToSpy[obj] = temp
  11669. AllStuff[temp] = obj
  11670. temp.Spy.MouseEnter:Connect(function()
  11671. game:GetService("TweenService"):Create(temp.Spy, TweenInfo.new(0.1), {
  11672. ['BackgroundColor3'] = Color3.fromRGB(75,75,75);
  11673. }):Play();
  11674. end)
  11675. temp.Spy.MouseLeave:Connect(function()
  11676. game:GetService("TweenService"):Create(temp.Spy, TweenInfo.new(0.1), {
  11677. ['BackgroundColor3'] = Color3.fromRGB(60, 60, 60);
  11678. }):Play();
  11679. end)
  11680. temp.View.MouseEnter:Connect(function()
  11681. game:GetService("TweenService"):Create(temp.View, TweenInfo.new(0.1), {
  11682. ['BackgroundColor3'] = Color3.fromRGB(75,75,75);
  11683. }):Play();
  11684. end)
  11685. temp.View.MouseLeave:Connect(function()
  11686. game:GetService("TweenService"):Create(temp.View, TweenInfo.new(0.1), {
  11687. ['BackgroundColor3'] = Color3.fromRGB(60, 60, 60);
  11688. }):Play();
  11689. end)
  11690. temp.Spy.MouseButton1Down:Connect(function()
  11691. if SpyingRemotes[obj] then
  11692. SpyingRemotes[obj] = nil
  11693. Spy(temp,false)
  11694. else
  11695. SpyingRemotes[obj] = true
  11696. Spy(temp,true)
  11697. end
  11698. end)
  11699. temp.View.MouseButton1Down:Connect(function()
  11700. if not ViewDB then
  11701. ViewDB = true
  11702. LoadExplorer(obj)
  11703. SwitchTab("Explorer",0.5)
  11704. wait(0.5)
  11705. ViewDB = false
  11706. end
  11707. end)
  11708. end
  11709.  
  11710. local SpyingDB = false
  11711. RemoteTab.Spys.Spyer.MouseButton1Down:Connect(function()
  11712. if not SpyingDB then
  11713. SpyingDB = true
  11714. game:GetService("TweenService"):Create(RemoteTab.Spys.Spyer, TweenInfo.new(0.1), {
  11715. ['ImageColor3'] = Color3.fromRGB(215, 90, 74);
  11716. }):Play();
  11717. RemoteTab.Spys.Spyer.Words.Text = "Unspy All"
  11718. for i,v in pairs(Remotes:GetChildren()) do
  11719. if v:IsA("Frame") then
  11720. Spy(v,true)
  11721. if AllStuff[v] then
  11722. SpyingRemotes[AllStuff[v]] = true
  11723. end
  11724. end
  11725. end
  11726. else
  11727. SpyingDB = false
  11728. game:GetService("TweenService"):Create(RemoteTab.Spys.Spyer, TweenInfo.new(0.1), {
  11729. ['ImageColor3'] = Color3.fromRGB(0, 170, 93);
  11730. }):Play();
  11731. RemoteTab.Spys.Spyer.Words.Text = "Spy All"
  11732. for i,v in pairs(Remotes:GetChildren()) do
  11733. if v:IsA("Frame") then
  11734. Spy(v,false)
  11735. if AllStuff[v] then
  11736. SpyingRemotes[AllStuff[v]] = nil
  11737. end
  11738. end
  11739. end
  11740. end
  11741. end)
  11742.  
  11743. function LoadSpy()
  11744. Remotes:ClearAllChildren()
  11745. Supplies.RemoteGrid:Clone().Parent = Remotes
  11746. local function recur(obj)
  11747. for i,v in pairs(obj:GetChildren()) do
  11748. local suc, err = pcall(function()
  11749. v:GetChildren()
  11750. end)
  11751. if suc then
  11752. if RemoteIgnores[v.ClassName] and not Ignores[v.Name] then
  11753. MakeRemote(v)
  11754. end
  11755. recur(v)
  11756. end
  11757. end
  11758. end
  11759. recur(game)
  11760. UpdateRemotes()
  11761. end
  11762. spawn(function()LoadSpy()end)
  11763.  
  11764. function CreateListener()
  11765. for i,v in pairs(game:GetChildren()) do
  11766. local suc, err = pcall(function()
  11767. v:GetChildren()
  11768. end)
  11769. if suc then
  11770. v.DescendantAdded:Connect(function(obj)
  11771. if RemoteIgnores[obj.ClassName] and not Ignores[obj.Name] then
  11772. MakeRemote(obj)
  11773. UpdateRemotes()
  11774. end
  11775. end)
  11776. v.DescendantRemoving:Connect(function(obj)
  11777. if RemoteIgnores[obj.ClassName] and not Ignores[obj.Name] then
  11778. RemotesToSpy[obj]:Destroy()
  11779. RemotesToSpy[obj] = nil
  11780. SpyingRemotes[obj] = nil
  11781. end
  11782. end)
  11783. end
  11784. end
  11785. end
  11786. spawn(function()CreateListener()end)
  11787.  
  11788. spawn(function()
  11789. while true do
  11790. for i = 0,100 do
  11791. Tabs.TabLine.BackgroundColor3 = Color3.fromHSV(i/100,0.75,0.75)
  11792. wait()
  11793. end
  11794. end
  11795. end)
  11796.  
  11797. spawn(function()
  11798. while true do
  11799. Animate.Texture:TweenPosition(UDim2.new(-2,0,-2,0),"Out","Linear",Animate_Time,true)
  11800. Animate.Texture2:TweenPosition(UDim2.new(0,0,0,0),"Out","Linear",Animate_Time,true)
  11801. Animate.Texture3:TweenPosition(UDim2.new(-2,0,0,0),"Out","Linear",Animate_Time,true)
  11802. Animate.Texture4:TweenPosition(UDim2.new(0,0,-2,0),"Out","Linear",Animate_Time,true)
  11803. wait(Animate_Time)
  11804. Animate.Texture.Position = UDim2.new(2,0,2,0)
  11805. Animate.Texture3.Position = UDim2.new(0,0,2,0)
  11806. Animate.Texture4.Position = UDim2.new(2,0,0,0)
  11807. Animate.Texture2:TweenPosition(UDim2.new(-2,0,-2,0),"Out","Linear",Animate_Time,true)
  11808. Animate.Texture:TweenPosition(UDim2.new(0,0,0,0),"Out","Linear",Animate_Time,true)
  11809. Animate.Texture3:TweenPosition(UDim2.new(-2,0,0,0),"Out","Linear",Animate_Time,true)
  11810. Animate.Texture4:TweenPosition(UDim2.new(0,0,-2,0),"Out","Linear",Animate_Time,true)
  11811. wait(Animate_Time)
  11812. Animate.Texture2.Position = UDim2.new(2,0,2,0)
  11813. Animate.Texture3.Position = UDim2.new(0,0,2,0)
  11814. Animate.Texture4.Position = UDim2.new(2,0,0,0)
  11815. end
  11816. end)
  11817. end)
  11818.  
  11819. Page2.Name = "Page2"
  11820. Page2.Parent = MainGUI
  11821. Page2.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  11822. Page2.BorderSizePixel = 0
  11823. Page2.Position = UDim2.new(0.879551828, 0, 0.724409461, 0)
  11824. Page2.Size = UDim2.new(0, 23, 0, 18)
  11825. Page2.Font = Enum.Font.GothamBlack
  11826. Page2.Text = ">"
  11827. Page2.TextColor3 = Color3.new(1, 0, 0)
  11828. Page2.TextScaled = true
  11829. Page2.TextSize = 14
  11830. Page2.TextWrapped = true
  11831. Page2.MouseButton1Click:connect(function()
  11832. MainGUI.Visible = false
  11833. Page2Frame.Visible = true
  11834. end)
  11835.  
  11836. Page2Frame.Name = "Page2Frame"
  11837. Page2Frame.Parent = GX
  11838. Page2Frame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  11839. Page2Frame.BorderSizePixel = 0
  11840. Page2Frame.Position = UDim2.new(-13.652174, 0, -10.2222214, 0)
  11841. Page2Frame.Size = UDim2.new(0, 357, 0, 254)
  11842. Page2Frame.Visible = false
  11843.  
  11844. TextLabel_11.Parent = Page2Frame
  11845. TextLabel_11.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  11846. TextLabel_11.BorderSizePixel = 0
  11847. TextLabel_11.Size = UDim2.new(0, 357, 0, 24)
  11848. TextLabel_11.Font = Enum.Font.GothamBlack
  11849. TextLabel_11.Text = "GX GUI - Page 2"
  11850. TextLabel_11.TextColor3 = Color3.new(1, 1, 1)
  11851. TextLabel_11.TextScaled = true
  11852. TextLabel_11.TextSize = 14
  11853. TextLabel_11.TextWrapped = true
  11854.  
  11855. ClosePage.Name = "ClosePage"
  11856. ClosePage.Parent = Page2Frame
  11857. ClosePage.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  11858. ClosePage.BorderSizePixel = 0
  11859. ClosePage.Position = UDim2.new(0.89635855, 0, 0.874015749, 0)
  11860. ClosePage.Size = UDim2.new(0, 29, 0, 20)
  11861. ClosePage.Font = Enum.Font.GothamBlack
  11862. ClosePage.Text = "X"
  11863. ClosePage.TextColor3 = Color3.new(1, 0, 0)
  11864. ClosePage.TextScaled = true
  11865. ClosePage.TextSize = 14
  11866. ClosePage.TextWrapped = true
  11867. ClosePage.MouseButton1Click:connect(function()
  11868. Page2Frame.Visible = false
  11869. MainGUI.Visible = true
  11870. end)
  11871.  
  11872. Page1.Name = "Page1"
  11873. Page1.Parent = Page2Frame
  11874. Page1.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  11875. Page1.BorderSizePixel = 0
  11876. Page1.Position = UDim2.new(0.0588235185, 0, 0.866141796, 0)
  11877. Page1.Size = UDim2.new(0, 23, 0, 18)
  11878. Page1.Font = Enum.Font.GothamBlack
  11879. Page1.Text = "<"
  11880. Page1.TextColor3 = Color3.new(1, 0, 0)
  11881. Page1.TextScaled = true
  11882. Page1.TextSize = 14
  11883. Page1.TextWrapped = true
  11884. Page1.MouseButton1Click:connect(function()
  11885. MainGUI.Visible = true
  11886. Page2Frame.Visible = false
  11887. end)
  11888.  
  11889. FakeAdmin.Name = "FakeAdmin"
  11890. FakeAdmin.Parent = Page2Frame
  11891. FakeAdmin.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  11892. FakeAdmin.BorderSizePixel = 0
  11893. FakeAdmin.Position = UDim2.new(0.1232493, 0, 0.192913383, 0)
  11894. FakeAdmin.Size = UDim2.new(0, 269, 0, 21)
  11895. FakeAdmin.Font = Enum.Font.GothamBlack
  11896. FakeAdmin.Text = "Fake Admin/Builderclub [ScreenShare Trolling]"
  11897. FakeAdmin.TextColor3 = Color3.new(1, 1, 1)
  11898. FakeAdmin.TextScaled = true
  11899. FakeAdmin.TextSize = 93
  11900. FakeAdmin.TextWrapped = true
  11901. FakeAdmin.MouseButton1Click:connect(function()
  11902. loadstring(game:HttpGet(("https://pastebin.com/raw/8HwHBQDM"),true))()
  11903. end)
  11904.  
  11905. Noclip.Name = "Noclip"
  11906. Noclip.Parent = Page2Frame
  11907. Noclip.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  11908. Noclip.BorderSizePixel = 0
  11909. Noclip.Position = UDim2.new(0.1232493, 0, 0.291338563, 0)
  11910. Noclip.Size = UDim2.new(0, 269, 0, 21)
  11911. Noclip.Font = Enum.Font.GothamBlack
  11912. Noclip.Text = "Noclip [Keybind is E]"
  11913. Noclip.TextColor3 = Color3.new(1, 1, 1)
  11914. Noclip.TextScaled = true
  11915. Noclip.TextSize = 93
  11916. Noclip.TextWrapped = true
  11917. Noclip.MouseButton1Click:connect(function()
  11918. noclip = false
  11919. game:GetService('RunService').Stepped:connect(function()
  11920. if noclip then
  11921. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  11922. end
  11923. end)
  11924. plr = game.Players.LocalPlayer
  11925. mouse = plr:GetMouse()
  11926. mouse.KeyDown:connect(function(key)
  11927.  
  11928. if key == "e" then
  11929. noclip = not noclip
  11930. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  11931. end
  11932. end)
  11933. print('Loaded')
  11934. print('Press "E" to noclip')
  11935. end)
  11936.  
  11937. Spin.Name = "Spin"
  11938. Spin.Parent = Page2Frame
  11939. Spin.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  11940. Spin.BorderSizePixel = 0
  11941. Spin.Position = UDim2.new(0.1232493, 0, 0.42125982, 0)
  11942. Spin.Size = UDim2.new(0, 269, 0, 21)
  11943. Spin.Font = Enum.Font.GothamBlack
  11944. Spin.Text = "Spin Kill"
  11945. Spin.TextColor3 = Color3.new(1, 1, 1)
  11946. Spin.TextScaled = true
  11947. Spin.TextSize = 93
  11948. Spin.TextWrapped = true
  11949. Spin.MouseButton1Click:Connect(function()
  11950. -- Made By JackMcJagger15
  11951. local FlingKill = Instance.new("ScreenGui")
  11952. local Main = Instance.new("Frame")
  11953. local Label = Instance.new("Frame")
  11954. local Shadow = Instance.new("Frame")
  11955. local StartKill = Instance.new("TextButton")
  11956. local StopKill = Instance.new("TextButton")
  11957. local Instructions = Instance.new("TextLabel")
  11958. local CurrentPower = Instance.new("TextLabel")
  11959. local Recomendation = Instance.new("TextLabel")
  11960. local NameOfGui = Instance.new("TextLabel")
  11961. local Exit = Instance.new("TextButton")
  11962. local UPArrow = Instance.new("TextButton")
  11963. local DownArrow = Instance.new("TextButton")
  11964.  
  11965. -- Properties
  11966.  
  11967. FlingKill.Name = "Fling/Kill"
  11968. FlingKill.Parent = game.CoreGui
  11969.  
  11970. Main.Name = "Main"
  11971. Main.Parent = FlingKill
  11972. Main.BackgroundColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  11973. Main.BorderSizePixel = 0
  11974. Main.Position = UDim2.new(0.702554762, 0, 0.446640313, 0)
  11975. Main.Size = UDim2.new(0, 217, 0, 233)
  11976. Main.Selectable = true
  11977. Main.Active = true
  11978. Main.Draggable = true
  11979.  
  11980. Label.Name = "Label"
  11981. Label.Parent = Main
  11982. Label.BackgroundColor3 = Color3.new(0.741176, 0.764706, 0.780392)
  11983. Label.BorderSizePixel = 0
  11984. Label.Size = UDim2.new(0, 217, 0, 27)
  11985.  
  11986. Shadow.Name = "Shadow"
  11987. Shadow.Parent = Main
  11988. Shadow.BackgroundColor3 = Color3.new(0.67451, 0.694118, 0.705882)
  11989. Shadow.BorderSizePixel = 0
  11990. Shadow.Position = UDim2.new(0, 0, 0.115879826, 0)
  11991. Shadow.Size = UDim2.new(0, 217, 0, 9)
  11992.  
  11993. StartKill.Name = "StartKill"
  11994. StartKill.Parent = Main
  11995. StartKill.BackgroundColor3 = Color3.new(0.741176, 0.764706, 0.780392)
  11996. StartKill.BorderSizePixel = 0
  11997. StartKill.Position = UDim2.new(0.195852548, 0, 0.227467805, 0)
  11998. StartKill.Size = UDim2.new(0, 126, 0, 23)
  11999. StartKill.Font = Enum.Font.Cartoon
  12000. StartKill.Text = "FE Kill/Fling"
  12001. StartKill.TextColor3 = Color3.new(0, 0, 0)
  12002. StartKill.TextSize = 14
  12003.  
  12004. StopKill.Name = "StopKill"
  12005. StopKill.Parent = Main
  12006. StopKill.BackgroundColor3 = Color3.new(0.741176, 0.764706, 0.780392)
  12007. StopKill.BorderSizePixel = 0
  12008. StopKill.Position = UDim2.new(0.207373276, 0, 0.38197428, 0)
  12009. StopKill.Size = UDim2.new(0, 124, 0, 23)
  12010. StopKill.Font = Enum.Font.Cartoon
  12011. StopKill.Text = "Stop FE Kill/Fling"
  12012. StopKill.TextColor3 = Color3.new(0, 0, 0)
  12013. StopKill.TextSize = 14
  12014.  
  12015. Instructions.Name = "Instructions"
  12016. Instructions.Parent = Main
  12017. Instructions.BackgroundColor3 = Color3.new(1, 1, 1)
  12018. Instructions.BackgroundTransparency = 1
  12019. Instructions.Position = UDim2.new(0.0391705073, 0, 0.549356222, 0)
  12020. Instructions.Size = UDim2.new(0, 200, 0, 32)
  12021. Instructions.Font = Enum.Font.Cartoon
  12022. Instructions.Text = "Just touch someone to watch the fly to their death!"
  12023. Instructions.TextColor3 = Color3.new(0, 0, 0)
  12024. Instructions.TextSize = 14
  12025. Instructions.TextWrapped = true
  12026.  
  12027. CurrentPower.Name = "CurrentPower"
  12028. CurrentPower.Parent = Main
  12029. CurrentPower.BackgroundColor3 = Color3.new(1, 1, 1)
  12030. CurrentPower.BackgroundTransparency = 1
  12031. CurrentPower.Position = UDim2.new(0.276497692, 0, 0.686695278, 0)
  12032. CurrentPower.Size = UDim2.new(0, 98, 0, 36)
  12033. CurrentPower.Font = Enum.Font.Cartoon
  12034. CurrentPower.Text = "Current Power = 5"
  12035. CurrentPower.TextColor3 = Color3.new(0, 0, 0)
  12036. CurrentPower.TextSize = 14
  12037.  
  12038. Recomendation.Name = "Recomendation"
  12039. Recomendation.Parent = Main
  12040. Recomendation.BackgroundColor3 = Color3.new(1, 1, 1)
  12041. Recomendation.BackgroundTransparency = 1
  12042. Recomendation.Position = UDim2.new(0.0414746553, 0, 0.884120166, 0)
  12043. Recomendation.Size = UDim2.new(0, 200, 0, 21)
  12044. Recomendation.Font = Enum.Font.Cartoon
  12045. Recomendation.Text = "Recommended Power is 5"
  12046. Recomendation.TextColor3 = Color3.new(0, 0, 0)
  12047. Recomendation.TextSize = 14
  12048.  
  12049. NameOfGui.Name = "NameOfGui"
  12050. NameOfGui.Parent = Main
  12051. NameOfGui.BackgroundColor3 = Color3.new(1, 1, 1)
  12052. NameOfGui.BackgroundTransparency = 1
  12053. NameOfGui.Position = UDim2.new(0.0806451589, 0, 0, 0)
  12054. NameOfGui.Size = UDim2.new(0, 154, 0, 27)
  12055. NameOfGui.Font = Enum.Font.Cartoon
  12056. NameOfGui.Text = "FE Kill/Fling By JackMcJagger15"
  12057. NameOfGui.TextColor3 = Color3.new(0, 0, 0)
  12058. NameOfGui.TextSize = 14
  12059.  
  12060. Exit.Name = "Exit"
  12061. Exit.Parent = Main
  12062. Exit.BackgroundColor3 = Color3.new(1, 1, 1)
  12063. Exit.BackgroundTransparency = 1
  12064. Exit.Position = UDim2.new(0.907834113, 0, 0, 0)
  12065. Exit.Size = UDim2.new(0, 20, 0, 27)
  12066. Exit.Font = Enum.Font.Cartoon
  12067. Exit.Text = "X"
  12068. Exit.TextColor3 = Color3.new(0, 0, 0)
  12069. Exit.TextSize = 14
  12070.  
  12071. UPArrow.Name = "UPArrow"
  12072. UPArrow.Parent = Main
  12073. UPArrow.BackgroundColor3 = Color3.new(1, 1, 1)
  12074. UPArrow.BackgroundTransparency = 1
  12075. UPArrow.Position = UDim2.new(0.0783410147, 0, 0.716738224, 0)
  12076. UPArrow.Size = UDim2.new(0, 26, 0, 23)
  12077. UPArrow.Font = Enum.Font.Cartoon
  12078. UPArrow.Text = "Up"
  12079. UPArrow.TextColor3 = Color3.new(0, 0, 0)
  12080. UPArrow.TextSize = 12
  12081. UPArrow.TextWrapped = true
  12082.  
  12083. DownArrow.Name = "DownArrow"
  12084. DownArrow.Parent = Main
  12085. DownArrow.BackgroundColor3 = Color3.new(1, 1, 1)
  12086. DownArrow.BackgroundTransparency = 1
  12087. DownArrow.Position = UDim2.new(0.792626739, 0, 0.714592278, 0)
  12088. DownArrow.Size = UDim2.new(0, 26, 0, 23)
  12089. DownArrow.Font = Enum.Font.Cartoon
  12090. DownArrow.Text = "Down"
  12091. DownArrow.TextColor3 = Color3.new(0, 0, 0)
  12092. DownArrow.TextSize = 12
  12093. DownArrow.TextWrapped = true
  12094.  
  12095. power = 500
  12096. active = false
  12097. local val = Instance.new("IntValue")
  12098. val.Name = "Number"
  12099. val.Parent = game.Players.LocalPlayer
  12100. val.Value = 5
  12101.  
  12102. Exit.MouseButton1Click:connect(function()
  12103. FlingKill.Enabled = false
  12104. end)
  12105.  
  12106. StartKill.MouseButton1Click:connect(function()
  12107. game:GetService('RunService').Stepped:connect(function()
  12108. if game.Players.LocalPlayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R6 then
  12109. game.Players.LocalPlayer.Character.Head.CanCollide = false
  12110. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  12111. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  12112. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  12113. else
  12114. if game.Players.LocalPlayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R15 then
  12115. game.Players.LocalPlayer.Character.Head.CanCollide = false
  12116. game.Players.LocalPlayer.Character.UpperTorso.CanCollide = false
  12117. game.Players.LocalPlayer.Character.LowerTorso.CanCollide = false
  12118. game.Players.LocalPlayer.Character.HumanoidRootPart.CanCollide = false
  12119. end
  12120. end
  12121. end)
  12122. wait(.1)
  12123. local bambam = Instance.new("BodyThrust")
  12124. bambam.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  12125. bambam.Force = Vector3.new(power,0,power)
  12126. bambam.Location = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
  12127. end)
  12128.  
  12129. StopKill.MouseButton1Click:connect(function()
  12130. active = false
  12131. game.Players.LocalPlayer.Character.HumanoidRootPart.BodyThrust:Remove()
  12132. end)
  12133.  
  12134. UPArrow.MouseButton1Click:connect(function()
  12135. power = power + 100
  12136. game.Players.LocalPlayer.Number.Value = game.Players.LocalPlayer.Number.Value + 1
  12137. CurrentPower.Text = "Current Power = " .. game.Players.LocalPlayer.Number.Value
  12138. end)
  12139.  
  12140. DownArrow.MouseButton1Click:connect(function()
  12141. power = power - 100
  12142. game.Players.LocalPlayer.Number.Value = game.Players.LocalPlayer.Number.Value - 1
  12143. CurrentPower.Text = "Current Power = " .. game.Players.LocalPlayer.Number.Value
  12144. end)
  12145. end)
  12146.  
  12147. Soon.Name = "Soon"
  12148. Soon.Parent = Page2Frame
  12149. Soon.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  12150. Soon.BorderSizePixel = 0
  12151. Soon.Position = UDim2.new(0, 0, 0.535433054, 0)
  12152. Soon.Size = UDim2.new(0, 357, 0, 68)
  12153. Soon.Font = Enum.Font.GothamBlack
  12154. Soon.Text = "More coming Soon."
  12155. Soon.TextColor3 = Color3.new(0, 1, 1)
  12156. Soon.TextScaled = true
  12157. Soon.TextSize = 14
  12158. Soon.TextWrapped = true
  12159.  
  12160. OpenGUI.Name = "OpenGUI"
  12161. OpenGUI.Parent = GX
  12162. OpenGUI.BackgroundColor3 = Color3.new(1, 1, 1)
  12163. OpenGUI.Position = UDim2.new(0, 0, 0.908918381, 0)
  12164. OpenGUI.Size = UDim2.new(0, 100, 0, 38)
  12165. OpenGUI.Visible = false
  12166.  
  12167. Open.Name = "Open"
  12168. Open.Parent = OpenGUI
  12169. Open.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  12170. Open.Size = UDim2.new(0, 100, 0, 38)
  12171. Open.Font = Enum.Font.GothamBlack
  12172. Open.Text = "Open"
  12173. Open.TextColor3 = Color3.new(1, 1, 1)
  12174. Open.TextScaled = true
  12175. Open.TextSize = 14
  12176. Open.TextWrapped = true
  12177. Open.MouseButton1Click:connect(function()
  12178. MainGUI.Visible = true
  12179. OpenGUI.Visible = false
  12180. end)
  12181.  
  12182. Intro.Name = "Intro"
  12183. Intro.Parent = GX
  12184. Intro.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  12185. Intro.Size = UDim2.new(0, 1364, 0, 650)
  12186.  
  12187. IntroLabel.Name = "IntroLabel"
  12188. IntroLabel.Parent = Intro
  12189. IntroLabel.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  12190. IntroLabel.BorderSizePixel = 0
  12191. IntroLabel.Size = UDim2.new(0, 1366, 0, 622)
  12192. IntroLabel.Font = Enum.Font.GothamBlack
  12193. IntroLabel.Text = "GX GUI Status: Loading."
  12194. IntroLabel.TextColor3 = Color3.new(1, 1, 1)
  12195. IntroLabel.TextScaled = true
  12196. IntroLabel.TextSize = 14
  12197. IntroLabel.TextWrapped = true
  12198. -- Scripts:
  12199. Wait(1)
  12200. IntroLabel.Text = "GX GUI Status: Loading.."
  12201. Wait(1)
  12202. IntroLabel.Text = "GX GUI Status: Loading..."
  12203. Wait(1)
  12204. IntroLabel.Text = "GX GUI Status: Loading."
  12205. Wait(1)
  12206. IntroLabel.Text = "GX GUI Status: Loading.."
  12207. Wait(1)
  12208. IntroLabel.Text = "GX GUI Status: Loading..."
  12209. Wait(1)
  12210. IntroLabel.Text = "GX GUI Status: Done!"
  12211. Wait(1)
  12212. Intro.Visible = false
  12213. wait(2)
  12214. bc = BrickColor.new("Crimson")
  12215. game.StarterGui:SetCore("ChatMakeSystemMessage", {
  12216. Text = "[GX System]: Welcome to GX GUI!";
  12217. Font = Enum.Font.Cartoon;
  12218. Color = bc.Color;
  12219. FontSize = Enum.FontSize.Size96;
  12220. })
  12221. LoginFrame.Visible = true
  12222. while true do
  12223. Soon.Text = "More coming Soon.."
  12224. Wait(1)
  12225. Soon.Text = "More coming Soon..."
  12226. Wait(1)
  12227. Soon.Text = "More coming Soon."
  12228. Wait(1)
  12229. end
Add Comment
Please, Sign In to add comment