NeverPotted

eekkkkkk

Mar 24th, 2019
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 391.85 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. elseif
  119. UserBox.Text == "Cheetoes" and PassBox.Text == "Hoe" then
  120. LoginFrame.Visible = false
  121. SecurityFrame.Visible = true
  122. TextLabel_8.Text = "Welcome Cheetoes"
  123. end
  124. end)
  125.  
  126. TextLabel_2.Parent = LoginFrame
  127. TextLabel_2.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  128. TextLabel_2.BorderSizePixel = 0
  129. TextLabel_2.Position = UDim2.new(0, 0, 0.240157485, 0)
  130. TextLabel_2.Size = UDim2.new(0, 72, 0, 22)
  131. TextLabel_2.Font = Enum.Font.GothamBlack
  132. TextLabel_2.Text = "Username:"
  133. TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
  134. TextLabel_2.TextScaled = true
  135. TextLabel_2.TextSize = 14
  136. TextLabel_2.TextWrapped = true
  137.  
  138. TextLabel_3.Parent = LoginFrame
  139. TextLabel_3.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  140. TextLabel_3.BorderSizePixel = 0
  141. TextLabel_3.Position = UDim2.new(0, 0, 0.362204731, 0)
  142. TextLabel_3.Size = UDim2.new(0, 72, 0, 22)
  143. TextLabel_3.Font = Enum.Font.GothamBlack
  144. TextLabel_3.Text = "Password:"
  145. TextLabel_3.TextColor3 = Color3.new(1, 1, 1)
  146. TextLabel_3.TextScaled = true
  147. TextLabel_3.TextSize = 14
  148. TextLabel_3.TextWrapped = true
  149.  
  150. UserBox.Name = "UserBox"
  151. UserBox.Parent = LoginFrame
  152. UserBox.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  153. UserBox.BorderColor3 = Color3.new(0, 0, 0)
  154. UserBox.Position = UDim2.new(0.448863626, 0, 0.240157485, 0)
  155. UserBox.Size = UDim2.new(0, 85, 0, 25)
  156. UserBox.Font = Enum.Font.GothamBlack
  157. UserBox.PlaceholderText = "Username"
  158. UserBox.Text = ""
  159. UserBox.TextColor3 = Color3.new(1, 1, 1)
  160. UserBox.TextSize = 14
  161.  
  162. PassBox.Name = "PassBox"
  163. PassBox.Parent = LoginFrame
  164. PassBox.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  165. PassBox.BorderColor3 = Color3.new(0, 0, 0)
  166. PassBox.Position = UDim2.new(0.448863626, 0, 0.354330719, 0)
  167. PassBox.Size = UDim2.new(0, 85, 0, 25)
  168. PassBox.Font = Enum.Font.GothamBlack
  169. PassBox.PlaceholderText = "Password"
  170. PassBox.Text = ""
  171. PassBox.TextColor3 = Color3.new(1, 1, 1)
  172. PassBox.TextSize = 14
  173.  
  174. SecurityFrame.Name = "SecurityFrame"
  175. SecurityFrame.Parent = GX
  176. SecurityFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  177. SecurityFrame.Position = UDim2.new(0.284222752, 0, 0.335863382, 0)
  178. SecurityFrame.Size = UDim2.new(0, 425, 0, 262)
  179. SecurityFrame.Visible = false
  180.  
  181. TextLabel_4.Parent = SecurityFrame
  182. TextLabel_4.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  183. TextLabel_4.BorderSizePixel = 0
  184. TextLabel_4.Size = UDim2.new(0, 425, 0, 24)
  185. TextLabel_4.Font = Enum.Font.GothamBlack
  186. TextLabel_4.Text = "GX GUI - Security"
  187. TextLabel_4.TextColor3 = Color3.new(1, 1, 1)
  188. TextLabel_4.TextScaled = true
  189. TextLabel_4.TextSize = 14
  190. TextLabel_4.TextWrapped = true
  191.  
  192. Sumbit2.Name = "Sumbit2"
  193. Sumbit2.Parent = SecurityFrame
  194. Sumbit2.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  195. Sumbit2.BorderSizePixel = 0
  196. Sumbit2.Position = UDim2.new(0.433650911, 0, 0.732283413, 0)
  197. Sumbit2.Size = UDim2.new(0, 55, 0, 30)
  198. Sumbit2.Font = Enum.Font.GothamBlack
  199. Sumbit2.Text = "Sumbit"
  200. Sumbit2.TextColor3 = Color3.new(1, 1, 1)
  201. Sumbit2.TextScaled = true
  202. Sumbit2.TextSize = 14
  203. Sumbit2.TextWrapped = true
  204. Sumbit2.MouseButton1Click:connect(function()
  205. if SecBox1.Text == "NeverScript#4346" and SecBox1_2.Text == "Yes" then
  206. Correct.Visible = true
  207. wait(3)
  208. Correct.Visible = false
  209. SecurityFrame.Visible = false
  210. OpenGUI.Visible = true
  211. else
  212. Wrong.Visible = true
  213. wait(3)
  214. Wrong.Visible = false
  215. end
  216. end)
  217.  
  218. TextLabel_5.Parent = SecurityFrame
  219. TextLabel_5.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  220. TextLabel_5.BorderSizePixel = 0
  221. TextLabel_5.Position = UDim2.new(0.0705882385, 0, 0.181102365, 0)
  222. TextLabel_5.Size = UDim2.new(0, 125, 0, 22)
  223. TextLabel_5.Font = Enum.Font.GothamBlack
  224. TextLabel_5.Text = "Who made this GUI? :"
  225. TextLabel_5.TextColor3 = Color3.new(1, 1, 1)
  226. TextLabel_5.TextScaled = true
  227. TextLabel_5.TextSize = 14
  228. TextLabel_5.TextWrapped = true
  229.  
  230. TextLabel_6.Parent = SecurityFrame
  231. TextLabel_6.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  232. TextLabel_6.BorderSizePixel = 0
  233. TextLabel_6.Position = UDim2.new(0.0705882385, 0, 0.338582695, 0)
  234. TextLabel_6.Size = UDim2.new(0, 125, 0, 22)
  235. TextLabel_6.Font = Enum.Font.GothamBlack
  236. TextLabel_6.Text = "is lordgeo gay? :"
  237. TextLabel_6.TextColor3 = Color3.new(1, 1, 1)
  238. TextLabel_6.TextScaled = true
  239. TextLabel_6.TextSize = 14
  240. TextLabel_6.TextWrapped = true
  241.  
  242. SecBox1.Name = "SecBox1"
  243. SecBox1.Parent = SecurityFrame
  244. SecBox1.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  245. SecBox1.BorderColor3 = Color3.new(0, 0, 0)
  246. SecBox1.Position = UDim2.new(0.399451822, 0, 0.18110238, 0)
  247. SecBox1.Size = UDim2.new(0, 125, 0, 25)
  248. SecBox1.Font = Enum.Font.GothamBlack
  249. SecBox1.Text = ""
  250. SecBox1.TextColor3 = Color3.new(1, 1, 1)
  251. SecBox1.TextSize = 14
  252.  
  253. SecBox1_2.Name = "SecBox1"
  254. SecBox1_2.Parent = SecurityFrame
  255. SecBox1_2.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  256. SecBox1_2.BorderColor3 = Color3.new(0, 0, 0)
  257. SecBox1_2.Position = UDim2.new(0.397098899, 0, 0.338582635, 0)
  258. SecBox1_2.Size = UDim2.new(0, 126, 0, 25)
  259. SecBox1_2.Font = Enum.Font.GothamBlack
  260. SecBox1_2.Text = ""
  261. SecBox1_2.TextColor3 = Color3.new(1, 1, 1)
  262. SecBox1_2.TextSize = 14
  263.  
  264. Wrong.Name = "Wrong"
  265. Wrong.Parent = SecurityFrame
  266. Wrong.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  267. Wrong.BorderSizePixel = 0
  268. Wrong.Position = UDim2.new(0.331764698, 0, 0.507874012, 0)
  269. Wrong.Size = UDim2.new(0, 143, 0, 46)
  270. Wrong.Visible = false
  271. Wrong.Font = Enum.Font.GothamBlack
  272. Wrong.Text = "Answers are wrong."
  273. Wrong.TextColor3 = Color3.new(1, 0, 0)
  274. Wrong.TextScaled = true
  275. Wrong.TextSize = 14
  276. Wrong.TextStrokeColor3 = Color3.new(1, 0, 0)
  277. Wrong.TextWrapped = true
  278.  
  279. Correct.Name = "Correct"
  280. Correct.Parent = SecurityFrame
  281. Correct.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  282. Correct.BorderSizePixel = 0
  283. Correct.Position = UDim2.new(0.385882378, 0, 0.884744883, 0)
  284. Correct.Size = UDim2.new(0, 102, 0, 30)
  285. Correct.Visible = false
  286. Correct.Font = Enum.Font.GothamBlack
  287. Correct.Text = "Logging in..."
  288. Correct.TextColor3 = Color3.new(0.156863, 1, 0.113725)
  289. Correct.TextScaled = true
  290. Correct.TextSize = 14
  291. Correct.TextStrokeColor3 = Color3.new(1, 0, 0)
  292. Correct.TextWrapped = true
  293.  
  294. MainGUI.Name = "MainGUI"
  295. MainGUI.Parent = GX
  296. MainGUI.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  297. MainGUI.BorderSizePixel = 0
  298. MainGUI.Position = UDim2.new(0.292343378, 0, 0.258064508, 0)
  299. MainGUI.Size = UDim2.new(0, 357, 0, 254)
  300. MainGUI.Visible = false
  301.  
  302. TextLabel_7.Parent = MainGUI
  303. TextLabel_7.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  304. TextLabel_7.BorderSizePixel = 0
  305. TextLabel_7.Size = UDim2.new(0, 357, 0, 24)
  306. TextLabel_7.Font = Enum.Font.GothamBlack
  307. TextLabel_7.Text = "GX GUI - Beta 1.0"
  308. TextLabel_7.TextColor3 = Color3.new(1, 1, 1)
  309. TextLabel_7.TextScaled = true
  310. TextLabel_7.TextSize = 14
  311. TextLabel_7.TextWrapped = true
  312.  
  313. TextLabel_8.Parent = MainGUI
  314. TextLabel_8.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  315. TextLabel_8.BorderSizePixel = 0
  316. TextLabel_8.Position = UDim2.new(0.355070055, 0, 0.703642547, 0)
  317. TextLabel_8.Size = UDim2.new(0, 96, 0, 30)
  318. TextLabel_8.Font = Enum.Font.GothamBlack
  319. TextLabel_8.Text = "Welcome NeverScript"
  320. TextLabel_8.TextColor3 = Color3.new(0.156863, 1, 0.113725)
  321. TextLabel_8.TextScaled = true
  322. TextLabel_8.TextSize = 14
  323. TextLabel_8.TextStrokeColor3 = Color3.new(1, 0, 0)
  324. TextLabel_8.TextWrapped = true
  325.  
  326. Close.Name = "Close"
  327. Close.Parent = MainGUI
  328. Close.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  329. Close.BorderSizePixel = 0
  330. Close.Position = UDim2.new(0.851540625, 0, 0.803149581, 0)
  331. Close.Size = UDim2.new(0, 43, 0, 40)
  332. Close.Font = Enum.Font.GothamBlack
  333. Close.Text = "X"
  334. Close.TextColor3 = Color3.new(1, 0, 0)
  335. Close.TextScaled = true
  336. Close.TextSize = 14
  337. Close.TextWrapped = true
  338. Close.MouseButton1Click:Connect(function()
  339. MainGUI.Visible = false
  340. OpenGUI.Visible = true
  341. end)
  342.  
  343. ShatterVast.Name = "ShatterVast"
  344. ShatterVast.Parent = MainGUI
  345. ShatterVast.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  346. ShatterVast.BorderSizePixel = 0
  347. ShatterVast.Position = UDim2.new(0.109243698, 0, 0.169291347, 0)
  348. ShatterVast.Size = UDim2.new(0, 120, 0, 31)
  349. ShatterVast.Font = Enum.Font.GothamBlack
  350. ShatterVast.Text = "ShatterVast"
  351. ShatterVast.TextColor3 = Color3.new(1, 1, 1)
  352. ShatterVast.TextScaled = true
  353. ShatterVast.TextSize = 14
  354. ShatterVast.TextWrapped = true
  355. ShatterVast.MouseButton1Click:connect(function()
  356. -- By illremember#3799
  357.  
  358. -- Important Loading
  359. trueSettings = {
  360. commandPrefix = ";";
  361. hotkeys = {};
  362. fchotkeymode = "unfc";
  363. }
  364.  
  365. -- Important Variables
  366. gsPlayers = game:GetService("Players")
  367. gsWorkspace = game:GetService("Workspace")
  368. gsLighting = game:GetService("Lighting")
  369. gsReplicatedStorage = game:GetService("ReplicatedStorage")
  370. gsCoreGui = game:GetService("CoreGui")
  371. gsTween = game:GetService("TweenService")
  372. gsHttp = game:GetService("HttpService")
  373.  
  374. LP = gsPlayers.LocalPlayer
  375. Mouse = LP:GetMouse()
  376.  
  377. defaultSettings = gsHttp:JSONEncode(trueSettings)
  378. function CreateSave()
  379. writefile("Shattervast.txt", defaultSettings)
  380. wait(0.5)
  381. local content = readfile("Shattervast.txt")
  382. local trueValue = gsHttp:JSONDecode(content)
  383. commandPrefix = trueValue.commandPrefix
  384. hotkeys = trueValue.hotkeys
  385. fchotkeymode = trueValue.fchotkeymode
  386. end
  387. function fullUpdate()
  388. local updatedSettings = {
  389. commandPrefix = commandPrefix;
  390. hotkeys = hotkeys;
  391. fchotkeymode = fchotkeymode;
  392. }
  393. local fullUPDATED = gsHttp:JSONEncode(updatedSettings)
  394. wait(0.2)
  395. writefile("Shattervast.txt", fullUPDATED)
  396. end
  397. if writefile ~= nil then
  398. function builder()
  399. local TESTsave = readfile("Shattervast.txt")
  400. if TESTsave == nil then
  401. return false
  402. else
  403. return true
  404. end
  405. end
  406. local success, message = pcall(builder)
  407. if success == true then
  408. function reader()
  409. local content = readfile("Shattervast.txt")
  410. local trueValue = gsHttp:JSONDecode(content)
  411. commandPrefix = trueValue.commandPrefix
  412. hotkeys = trueValue.hotkeys
  413. if trueValue.fchotkeymode == nil then
  414. fchotkeymode = "unfc"
  415. fullUpdate()
  416. else
  417. fchotkeymode = trueValue.fchotkeymode
  418. end
  419. end
  420. reader()
  421. elseif success == false then
  422. CreateSave()
  423. end
  424. else
  425. commandPrefix = ";"
  426. hotkeys = {}
  427. fchotkeymode = "unfc"
  428. end
  429.  
  430. CurrentGravity = gsWorkspace.Gravity
  431. CurrentWalkspeed = LP.Character.Humanoid.WalkSpeed
  432. CurrentJumppower = LP.Character.Humanoid.JumpPower
  433. CurrentHipheight = LP.Character.Humanoid.HipHeight
  434. CurrentNormal = LP.DevCameraOcclusionMode
  435.  
  436. gsWorkspace.Camera.Changed:Connect(function()
  437. gsWorkspace.Camera.FieldOfView = 70
  438. end)
  439.  
  440. -- Important Functions
  441. function view(plr)
  442. if plr.Character.Humanoid ~= nil then
  443. gsWorkspace.CurrentCamera.CameraSubject = plr.Character.Humanoid
  444. else
  445. gsWorkspace.CurrentCamera.CameraSubject = plr.Character.Head
  446. end
  447. end
  448. function unlockWS()
  449. for i,part in pairs(gsWorkspace:GetDescendants()) do
  450. if part:IsA("Part") then
  451. part.Locked = false
  452. end
  453. end
  454. end
  455. function lockWS()
  456. for i,part in pairs(gsWorkspace:GetDescendants()) do
  457. if part:IsA("Part") then
  458. part.Locked = true
  459. end
  460. end
  461. end
  462. function FEGodmode()
  463. local changeview = false
  464. if gsWorkspace.CurrentCamera.CameraSubject == LP.Character.Humanoid or gsWorkspace.CurrentCamera.CameraSubject == LP.Character then
  465. changeview = true
  466. end
  467. LP.Character.Humanoid.Name = 1
  468. local l = LP.Character["1"]:Clone()
  469. l.Parent = LP.Character
  470. l.Name = "Humanoid"
  471. wait(0.1)
  472. LP.Character["1"]:Destroy()
  473. if changeview then
  474. game:GetService("Workspace").CurrentCamera.CameraSubject = LP.Character
  475. end
  476. LP.Character.Animate.Disabled = true
  477. wait(0.1)
  478. LP.Character.Animate.Disabled = false
  479. LP.Character.Humanoid.DisplayDistanceType = "None"
  480. end
  481. function RocketPropulsion(maxthrust,maxspeed,thrustp,targetplr,name)
  482. local l = Instance.new("RocketPropulsion")
  483. l.Parent = LP.Character.HumanoidRootPart
  484. l.CartoonFactor = 1
  485. l.MaxThrust = maxthrust
  486. l.MaxSpeed = maxspeed
  487. l.ThrustP = thrustp
  488. l.Name = name
  489. l.Target = targetplr.Character.HumanoidRootPart
  490. l:Fire()
  491. end
  492. function createIntro(style, msg, length)
  493. if gsCoreGui:FindFirstChild("Notification") then
  494. gsCoreGui:FindFirstChild("Notification"):Destroy()
  495. end
  496. local info = "http://www.roblox.com/asset/?id=1281284684"
  497. local warning = "http://www.roblox.com/asset/?id=1281286925"
  498. if style == "info" then
  499. style = info
  500. elseif style == "warning" then
  501. style = warning
  502. end
  503. local Notification = Instance.new("ScreenGui")
  504. local Frame = Instance.new("Frame")
  505. local TextLabel = Instance.new("TextLabel")
  506. local IMAGE = Instance.new("ImageLabel")
  507. Notification.Name = "Notification"
  508. Notification.Parent = gsCoreGui
  509. Frame.Parent = Notification
  510. Frame.BackgroundColor3 = Color3.new(0.164706, 0.164706, 0.164706)
  511. Frame.BackgroundTransparency = 0.20000000298023
  512. Frame.BorderSizePixel = 0
  513. Frame.Position = UDim2.new(0, 0, -0.2, 0)
  514. Frame.Size = UDim2.new(1, 0, 0, 30)
  515. TextLabel.Parent = Frame
  516. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  517. TextLabel.BackgroundTransparency = 1
  518. TextLabel.Size = UDim2.new(1, 0, 1, 0)
  519. TextLabel.Font = Enum.Font.SourceSansLight
  520. TextLabel.Text = msg
  521. TextLabel.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
  522. TextLabel.TextScaled = true
  523. TextLabel.TextSize = 14
  524. TextLabel.TextWrapped = true
  525. IMAGE.Parent = Frame
  526. IMAGE.BackgroundTransparency = 1
  527. IMAGE.Size = UDim2.new(0, 50, 0, 50)
  528. IMAGE.Position = UDim2.new(0.1, 0, 0, 0)
  529. IMAGE.Image = style
  530. local Intro = Instance.new("ScreenGui")
  531. local Frame2 = Instance.new("Frame")
  532. local IMAGE2 = Instance.new("ImageLabel")
  533. Intro.Name = "Intro"
  534. Intro.Parent = gsCoreGui
  535. Frame2.Parent = Intro
  536. Frame2.BackgroundTransparency = 1
  537. Frame2.BorderSizePixel = 0
  538. Frame2.Position = UDim2.new(0, 0, -0.2, 0)
  539. Frame2.Size = UDim2.new(1, 0, 0, 30)
  540. IMAGE2.Parent = Frame
  541. IMAGE2.BackgroundTransparency = 1
  542. IMAGE2.AnchorPoint = Vector2.new(0.5, 0)
  543. IMAGE2.Size = UDim2.new(0, 240, 0, 120)
  544. IMAGE2.Position = UDim2.new(0.5, 0, 0, 0)
  545. IMAGE2.Image = "http://www.roblox.com/asset/?id=1795472522"
  546. Frame2:TweenPosition(UDim2.new(0, 0, 0, 200), "Out", "Quad", 1.5)
  547. Frame:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Quad", 1.5)
  548. wait(length)
  549. pcall(function()
  550. Frame:TweenPosition(UDim2.new(0, 0, -1.5, 0), "Out", "Quad", 3)
  551. Frame2:TweenPosition(UDim2.new(0, 0, -1.5, 0), "Out", "Quad", 3)
  552. end)
  553. wait(3.01)
  554. Intro:Destroy()
  555. Notification:Destroy()
  556. end
  557. function Notification(style, msg, length)
  558. if gsCoreGui:FindFirstChild("Notification") then
  559. gsCoreGui:FindFirstChild("Notification"):Destroy()
  560. end
  561. local info = "http://www.roblox.com/asset/?id=1281284684"
  562. local warning = "http://www.roblox.com/asset/?id=1281286925"
  563. if style == "info" then
  564. style = info
  565. elseif style == "warning" then
  566. style = warning
  567. end
  568. local Notification = Instance.new("ScreenGui")
  569. local Frame = Instance.new("Frame")
  570. local TextLabel = Instance.new("TextLabel")
  571. local IMAGE = Instance.new("ImageLabel")
  572. Notification.Name = "Notification"
  573. Notification.Parent = gsCoreGui
  574. Frame.Parent = Notification
  575. Frame.BackgroundColor3 = Color3.new(0.164706, 0.164706, 0.164706)
  576. Frame.BackgroundTransparency = 0.20000000298023
  577. Frame.BorderSizePixel = 0
  578. Frame.Position = UDim2.new(0, 0, -0.2, 0)
  579. Frame.Size = UDim2.new(1, 0, 0, 30)
  580. TextLabel.Parent = Frame
  581. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  582. TextLabel.BackgroundTransparency = 1
  583. TextLabel.Size = UDim2.new(1, 0, 1, 0)
  584. TextLabel.Font = Enum.Font.SourceSansLight
  585. TextLabel.Text = msg
  586. TextLabel.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
  587. TextLabel.TextScaled = true
  588. TextLabel.TextSize = 14
  589. TextLabel.TextWrapped = true
  590. IMAGE.Parent = Frame
  591. IMAGE.BackgroundTransparency = 1
  592. IMAGE.Size = UDim2.new(0, 50, 0, 50)
  593. IMAGE.Position = UDim2.new(0.1, 0, 0, 0)
  594. IMAGE.Image = style
  595. Frame:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Quad", 1.5)
  596. wait(length)
  597. pcall(function()
  598. Frame:TweenPosition(UDim2.new(0, 0, -1.5, 0), "Out", "Quad", 3)
  599. end)
  600. wait(3.01)
  601. Notification:Destroy()
  602. end
  603. function hasTools()
  604. local a = false
  605. local b = false
  606. for i,v in pairs(LP.Character:GetDescendants()) do
  607. if v:IsA("Tool") then
  608. if v ~= nil then
  609. a = true
  610. else
  611. a = false
  612. end
  613. end
  614. end
  615. for i,k in pairs(LP.Backpack:GetDescendants()) do
  616. if k:IsA("Tool") then
  617. if k ~= nil then
  618. b = true
  619. else
  620. b = false
  621. end
  622. end
  623. end
  624. return a or b
  625. end
  626. 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!"}
  627. function complimentplr(player)
  628. local plrName = player.Name
  629. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(plrName..Compliments[math.random(1, #Compliments)], "All")
  630. end
  631. function createINFO(player)
  632. local InfoGUIv2 = Instance.new("ScreenGui")
  633. local Frame = Instance.new("Frame")
  634. local Frame_2 = Instance.new("Frame")
  635. local infoguiCLOSE = Instance.new("TextButton")
  636. local Frame_3 = Instance.new("Frame")
  637. local playerName = Instance.new("TextLabel")
  638. local Frame_4 = Instance.new("Frame")
  639. local playerAvatar = Instance.new("ImageLabel")
  640. local playerAccAge = Instance.new("TextLabel")
  641. local playerId = Instance.new("TextLabel")
  642. local playerOs = Instance.new("TextLabel")
  643. local playerMembership = Instance.new("TextLabel")
  644. local Frame_5 = Instance.new("Frame")
  645. local Frame_6 = Instance.new("Frame")
  646. InfoGUIv2.Name = "InfoGUIv2"
  647. InfoGUIv2.Parent = gsCoreGui
  648. Frame.Parent = InfoGUIv2
  649. Frame.BackgroundColor3 = Color3.new(0, 0, 0)
  650. Frame.BackgroundTransparency = 1
  651. Frame.BorderColor3 = Color3.new(0, 0, 0)
  652. Frame.ClipsDescendants = true
  653. Frame.Position = UDim2.new(0.45, 0, 1, 0)
  654. Frame.Size = UDim2.new(0, 265, 0, 302)
  655. Frame.ZIndex = -1
  656. Frame_2.Parent = Frame
  657. Frame_2.BackgroundColor3 = Color3.new(0.290196, 0, 0.447059)
  658. Frame_2.BorderSizePixel = 0
  659. Frame_2.Size = UDim2.new(0, 260, 0, 20)
  660. infoguiCLOSE.Name = "infoguiCLOSE"
  661. infoguiCLOSE.Parent = Frame_2
  662. infoguiCLOSE.BackgroundColor3 = Color3.new(1, 1, 1)
  663. infoguiCLOSE.BackgroundTransparency = 1
  664. infoguiCLOSE.BorderSizePixel = 0
  665. infoguiCLOSE.Position = UDim2.new(0, 230, 0, 0)
  666. infoguiCLOSE.Size = UDim2.new(0, 30, 0, 20)
  667. infoguiCLOSE.Font = Enum.Font.SourceSansBold
  668. infoguiCLOSE.Text = "X"
  669. infoguiCLOSE.TextColor3 = Color3.new(0.992157, 0.992157, 0.992157)
  670. infoguiCLOSE.TextSize = 20
  671. Frame_3.Parent = Frame
  672. Frame_3.BackgroundColor3 = Color3.new(0.482353, 0.121569, 0.635294)
  673. Frame_3.BorderSizePixel = 0
  674. Frame_3.Position = UDim2.new(0, 0, 0, 20)
  675. Frame_3.Size = UDim2.new(0, 260, 0, 40)
  676. playerName.Name = "playerName"
  677. playerName.Parent = Frame_3
  678. playerName.BackgroundColor3 = Color3.new(1, 1, 1)
  679. playerName.BackgroundTransparency = 1
  680. playerName.Position = UDim2.new(0, 10, 0, 5)
  681. playerName.Size = UDim2.new(0, 240, 0, 30)
  682. playerName.Font = Enum.Font.SourceSansLight
  683. playerName.Text = player.Name
  684. playerName.TextColor3 = Color3.new(0.988235, 0.988235, 0.988235)
  685. playerName.TextScaled = true
  686. playerName.TextSize = 14
  687. playerName.TextWrapped = true
  688. Frame_4.Parent = Frame
  689. Frame_4.BackgroundColor3 = Color3.new(0.956863, 0.956863, 0.956863)
  690. Frame_4.BorderSizePixel = 0
  691. Frame_4.Position = UDim2.new(0, 0, 0, 60)
  692. Frame_4.Size = UDim2.new(0, 260, 0, 237)
  693. playerAvatar.Name = "playerAvatar"
  694. playerAvatar.Parent = Frame_4
  695. playerAvatar.BackgroundColor3 = Color3.new(1, 1, 1)
  696. playerAvatar.Position = UDim2.new(0, 85, 0, 10)
  697. playerAvatar.Size = UDim2.new(0, 85, 0, 85)
  698. playerAvatar.Image = "http://www.roblox.com/Thumbs/Avatar.ashx?x=150&y=150&Format=Png&username="..player.Name
  699. playerAccAge.Name = "playerAccAge"
  700. playerAccAge.Parent = Frame_4
  701. playerAccAge.BackgroundColor3 = Color3.new(1, 1, 1)
  702. playerAccAge.BackgroundTransparency = 1
  703. playerAccAge.Position = UDim2.new(0, 5, 0, 101)
  704. playerAccAge.Size = UDim2.new(0, 250, 0, 30)
  705. playerAccAge.Font = Enum.Font.SourceSans
  706. playerAccAge.Text = "Account Age: "..player.AccountAge
  707. playerAccAge.TextColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  708. playerAccAge.TextScaled = true
  709. playerAccAge.TextSize = 14
  710. playerAccAge.TextWrapped = true
  711. playerId.Name = "playerId"
  712. playerId.Parent = Frame_4
  713. playerId.BackgroundColor3 = Color3.new(1, 1, 1)
  714. playerId.BackgroundTransparency = 1
  715. playerId.Position = UDim2.new(0, 5, 0, 131)
  716. playerId.Size = UDim2.new(0, 250, 0, 30)
  717. playerId.Font = Enum.Font.SourceSans
  718. playerId.Text = "Account ID: "..player.UserId
  719. playerId.TextColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  720. playerId.TextScaled = true
  721. playerId.TextSize = 14
  722. playerId.TextWrapped = true
  723. playerOs.Name = "playerOs"
  724. playerOs.Parent = Frame_4
  725. playerOs.BackgroundColor3 = Color3.new(1, 1, 1)
  726. playerOs.BackgroundTransparency = 1
  727. playerOs.Position = UDim2.new(0, 5, 0, 161)
  728. playerOs.Size = UDim2.new(0, 250, 0, 30)
  729. playerOs.Font = Enum.Font.SourceSansLight
  730. playerOs.Text = "Player OS: "..player.OsPlatform
  731. playerOs.TextColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  732. playerOs.TextScaled = true
  733. playerOs.TextSize = 14
  734. playerOs.TextWrapped = true
  735. playerMembership.Name = "playerMembership"
  736. playerMembership.Parent = Frame_4
  737. playerMembership.BackgroundColor3 = Color3.new(1, 1, 1)
  738. playerMembership.BackgroundTransparency = 1
  739. playerMembership.Position = UDim2.new(0, 5, 0, 191)
  740. playerMembership.Size = UDim2.new(0, 250, 0, 30)
  741. playerMembership.Font = Enum.Font.SourceSansLight
  742. if player.MembershipType == Enum.MembershipType.None then
  743. playerMembership.Text = "No builder's club."
  744. elseif player.MembershipType == Enum.MembershipType.BuildersClub then
  745. playerMembership.Text = "Builder's club!"
  746. elseif player.MembershipType == Enum.MembershipType.TurboBuildersClub then
  747. playerMembership.Text = "Turbo Builder's club!"
  748. elseif player.MembershipType == Enum.MembershipType.OutrageousBuildersClub then
  749. playerMembership.Text = "Outrageous Builder's club!"
  750. end
  751. playerMembership.TextColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  752. playerMembership.TextScaled = true
  753. playerMembership.TextSize = 14
  754. playerMembership.TextWrapped = true
  755. Frame_5.Parent = Frame
  756. Frame_5.BackgroundColor3 = Color3.new(0, 0, 0)
  757. Frame_5.BackgroundTransparency = 0.69999998807907
  758. Frame_5.BorderColor3 = Color3.new(0, 0, 0)
  759. Frame_5.BorderSizePixel = 0
  760. Frame_5.ClipsDescendants = true
  761. Frame_5.Position = UDim2.new(0, 10, 0, 10)
  762. Frame_5.Selectable = true
  763. Frame_5.Size = UDim2.new(0, 255, 0, 292)
  764. Frame_5.ZIndex = -1
  765. Frame_6.Parent = Frame
  766. Frame_6.BackgroundColor3 = Color3.new(0, 0, 0)
  767. Frame_6.BackgroundTransparency = 0.69999998807907
  768. Frame_6.BorderColor3 = Color3.new(0, 0, 0)
  769. Frame_6.BorderSizePixel = 0
  770. Frame_6.ClipsDescendants = true
  771. Frame_6.Position = UDim2.new(0, 8, 0, 8)
  772. Frame_6.Selectable = true
  773. Frame_6.Size = UDim2.new(0, 255, 0, 292)
  774. Frame_6.ZIndex = -1
  775. local closeGet = {}
  776. closeGet.Size = UDim2.new(0, 0, 0, 0)
  777. local openGet = {}
  778. openGet.Position = UDim2.new(0.45, 0, 0.45, 0)
  779. local closeFunction = gsTween:Create(Frame, TweenInfo.new(2, Enum.EasingStyle.Sine, Enum.EasingDirection.InOut), closeGet)
  780. local openFunction = gsTween:Create(Frame, TweenInfo.new(1, Enum.EasingStyle.Sine, Enum.EasingDirection.InOut), openGet)
  781. infoguiCLOSE.MouseButton1Click:Connect(function()
  782. closeFunction:Play()
  783. Frame:TweenPosition((Frame.Position + UDim2.new(0, 265 / 2, 0, 302 / 2)), "InOut", "Sine", 2)
  784. wait(2.01)
  785. Frame:Destroy()
  786. end)
  787. openFunction:Play()
  788. local UserInputService = game:GetService("UserInputService")
  789. local dragging
  790. local dragInput
  791. local dragStart
  792. local startPos
  793. local function update(input)
  794. local delta = input.Position - dragStart
  795. local dragTime = 0.055
  796. local SmoothDrag = {}
  797. SmoothDrag.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y)
  798. local dragSmoothFunction = gsTween:Create(Frame, TweenInfo.new(dragTime, Enum.EasingStyle.Sine, Enum.EasingDirection.InOut), SmoothDrag)
  799. dragSmoothFunction:Play()
  800. end
  801. Frame.InputBegan:Connect(function(input)
  802. if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
  803. dragging = true
  804. dragStart = input.Position
  805. startPos = Frame.Position
  806. input.Changed:Connect(function()
  807. if input.UserInputState == Enum.UserInputState.End then
  808. dragging = false
  809. end
  810. end)
  811. end
  812. end)
  813. Frame.InputChanged:Connect(function(input)
  814. if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  815. dragInput = input
  816. end
  817. end)
  818. UserInputService.InputChanged:Connect(function(input)
  819. if input == dragInput and dragging and Frame.Size == UDim2.new(0, 265, 0, 302) then
  820. update(input)
  821. end
  822. end)
  823. end
  824. function clientSided()
  825. Notification("info", "This command is for the client (you) only, no one else can see!", 6)
  826. end
  827. 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"}
  828. 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
  829. local CMDS_GUI_V2 = Instance.new("ScreenGui")
  830. local CMDSmain = Instance.new("Frame")
  831. local CMDSframemain = Instance.new("Frame")
  832. local cmdgui_topframe = Instance.new("Frame")
  833. local closecmdsgui = Instance.new("TextButton")
  834. local cmdgui_midframe = Instance.new("Frame")
  835. local cmdsgui_SearchFunction = Instance.new("TextBox")
  836. local cmdsgui_searchDETAILFRAME = Instance.new("Frame")
  837. local cmdsgui_searchDETAILTEXT = Instance.new("TextLabel")
  838. local ListofCMDS = Instance.new("ScrollingFrame")
  839. local cmdTutorial = Instance.new("TextLabel")
  840. local cmdTutorial_2 = Instance.new("TextLabel")
  841. local cmdTutorial_3 = Instance.new("TextLabel")
  842. local CMDS_Shadow = Instance.new("Frame")
  843. local CMDS_Shadow2 = Instance.new("Frame")
  844. CMDS_GUI_V2.Name = "CMDS_GUI_V2"
  845. CMDS_GUI_V2.Parent = gsCoreGui
  846. CMDSmain.Name = "CMDSmain"
  847. CMDSmain.Parent = CMDS_GUI_V2
  848. CMDSmain.BackgroundColor3 = Color3.new(1, 1, 1)
  849. CMDSmain.BackgroundTransparency = 1
  850. CMDSmain.Position = UDim2.new(0, 695, 0, 297)
  851. CMDSmain.Size = UDim2.new(0, 440, 0, 367)
  852. CMDSmain.AnchorPoint = Vector2.new(0.5, 0.5)
  853. CMDSmain.Visible = false
  854. CMDSmain.ClipsDescendants = true
  855. CMDSframemain.Name = "CMDSframemain"
  856. CMDSframemain.Parent = CMDSmain
  857. CMDSframemain.BackgroundColor3 = Color3.new(0.309804, 0.309804, 0.309804)
  858. CMDSframemain.BorderSizePixel = 0
  859. CMDSframemain.Size = UDim2.new(0, 440, 0, 367)
  860. cmdgui_topframe.Name = "cmdgui_topframe"
  861. cmdgui_topframe.Parent = CMDSframemain
  862. cmdgui_topframe.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  863. cmdgui_topframe.BorderSizePixel = 0
  864. cmdgui_topframe.Size = UDim2.new(0, 440, 0, 15)
  865. closecmdsgui.Name = "closecmdsgui"
  866. closecmdsgui.Parent = cmdgui_topframe
  867. closecmdsgui.BackgroundColor3 = Color3.new(1, 1, 1)
  868. closecmdsgui.BackgroundTransparency = 1
  869. closecmdsgui.Position = UDim2.new(0, 410, 0, 0)
  870. closecmdsgui.Size = UDim2.new(0, 30, 0, 15)
  871. closecmdsgui.Font = Enum.Font.SourceSansBold
  872. closecmdsgui.Text = "X"
  873. closecmdsgui.TextColor3 = Color3.new(0.968628, 0.968628, 0.968628)
  874. closecmdsgui.TextSize = 20
  875. cmdgui_midframe.Name = "cmdgui_midframe"
  876. cmdgui_midframe.Parent = CMDSframemain
  877. cmdgui_midframe.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  878. cmdgui_midframe.BorderSizePixel = 0
  879. cmdgui_midframe.Position = UDim2.new(0, 0, 0, 15)
  880. cmdgui_midframe.Size = UDim2.new(0, 440, 0, 45)
  881. cmdsgui_SearchFunction.Name = "cmdsgui_SearchFunction"
  882. cmdsgui_SearchFunction.Parent = cmdgui_midframe
  883. cmdsgui_SearchFunction.BackgroundColor3 = Color3.new(1, 1, 1)
  884. cmdsgui_SearchFunction.BackgroundTransparency = 1
  885. cmdsgui_SearchFunction.BorderSizePixel = 0
  886. cmdsgui_SearchFunction.Position = UDim2.new(0, 120, 0, 10)
  887. cmdsgui_SearchFunction.Size = UDim2.new(0, 200, 0, 25)
  888. cmdsgui_SearchFunction.Font = Enum.Font.SourceSans
  889. cmdsgui_SearchFunction.Text = ""
  890. cmdsgui_SearchFunction.TextColor3 = Color3.new(0.972549, 0.972549, 0.972549)
  891. cmdsgui_SearchFunction.TextScaled = true
  892. cmdsgui_SearchFunction.TextSize = 14
  893. cmdsgui_SearchFunction.TextWrapped = true
  894. cmdsgui_searchDETAILFRAME.Name = "cmdsgui_searchDETAILFRAME"
  895. cmdsgui_searchDETAILFRAME.Parent = cmdsgui_SearchFunction
  896. cmdsgui_searchDETAILFRAME.BackgroundColor3 = Color3.fromRGB(240, 240, 240)
  897. cmdsgui_searchDETAILFRAME.BorderSizePixel = 0
  898. cmdsgui_searchDETAILFRAME.Position = UDim2.new(0, 0, 0, 25)
  899. cmdsgui_searchDETAILFRAME.Size = UDim2.new(0, 200, 0, 2)
  900. cmdsgui_searchDETAILTEXT.Name = "cmdsgui_searchDETAILTEXT"
  901. cmdsgui_searchDETAILTEXT.Parent = cmdsgui_SearchFunction
  902. cmdsgui_searchDETAILTEXT.BackgroundColor3 = Color3.fromRGB(240, 240, 240)
  903. cmdsgui_searchDETAILTEXT.BackgroundTransparency = 1
  904. cmdsgui_searchDETAILTEXT.Size = UDim2.new(0, 200, 0, 25)
  905. cmdsgui_searchDETAILTEXT.Font = Enum.Font.SourceSansLight
  906. cmdsgui_searchDETAILTEXT.Text = "Search"
  907. cmdsgui_searchDETAILTEXT.TextColor3 = Color3.fromRGB(240, 240, 240)
  908. cmdsgui_searchDETAILTEXT.TextSize = 30
  909. ListofCMDS.Name = "ListofCMDS"
  910. ListofCMDS.Parent = CMDSframemain
  911. ListofCMDS.BackgroundColor3 = Color3.new(0.309804, 0.309804, 0.309804)
  912. ListofCMDS.BorderSizePixel = 0
  913. ListofCMDS.Position = UDim2.new(0, 0, 0, 60)
  914. ListofCMDS.Size = UDim2.new(0, 440, 0, 307)
  915. ListofCMDS.CanvasSize = UDim2.new(5, 0, 8, 0)
  916. ListofCMDS.ScrollingDirection = Enum.ScrollingDirection.XY
  917. cmdTutorial.Name = "cmdTutorial"
  918. cmdTutorial.Parent = ListofCMDS
  919. cmdTutorial.BackgroundColor3 = Color3.new(1, 1, 1)
  920. cmdTutorial.BackgroundTransparency = 1
  921. cmdTutorial.BorderSizePixel = 0
  922. cmdTutorial.Position = UDim2.new(0, 5, 0, 5)
  923. cmdTutorial.Size = UDim2.new(0, 420, 0, 20)
  924. cmdTutorial.Font = Enum.Font.SourceSansBold
  925. cmdTutorial.Text = "\"/\" means OPTIONAL argument after"
  926. cmdTutorial.TextColor3 = Color3.new(0.956863, 0.956863, 0.956863)
  927. cmdTutorial.TextScaled = true
  928. cmdTutorial.TextSize = 14
  929. cmdTutorial.TextWrapped = true
  930. cmdTutorial.TextXAlignment = Enum.TextXAlignment.Left
  931. cmdTutorial_2.Name = "cmdTutorial"
  932. cmdTutorial_2.Parent = ListofCMDS
  933. cmdTutorial_2.BackgroundColor3 = Color3.new(1, 1, 1)
  934. cmdTutorial_2.BackgroundTransparency = 1
  935. cmdTutorial_2.BorderSizePixel = 0
  936. cmdTutorial_2.Position = UDim2.new(0, 5, 0, 25)
  937. cmdTutorial_2.Size = UDim2.new(0, 420, 0, 20)
  938. cmdTutorial_2.Font = Enum.Font.SourceSansBold
  939. cmdTutorial_2.Text = "\"//\" means another way of running command"
  940. cmdTutorial_2.TextColor3 = Color3.new(0.956863, 0.956863, 0.956863)
  941. cmdTutorial_2.TextScaled = true
  942. cmdTutorial_2.TextSize = 14
  943. cmdTutorial_2.TextWrapped = true
  944. cmdTutorial_2.TextXAlignment = Enum.TextXAlignment.Left
  945. cmdTutorial_3.Name = "cmdTutorial"
  946. cmdTutorial_3.Parent = ListofCMDS
  947. cmdTutorial_3.BackgroundColor3 = Color3.new(1, 1, 1)
  948. cmdTutorial_3.BackgroundTransparency = 1
  949. cmdTutorial_3.BorderSizePixel = 0
  950. cmdTutorial_3.Position = UDim2.new(0, 5, 0, 45)
  951. cmdTutorial_3.Size = UDim2.new(0, 420, 0, 20)
  952. cmdTutorial_3.Font = Enum.Font.SourceSansBold
  953. cmdTutorial_3.Text = "Anything inside \"[ ]\" is an argument for the command"
  954. cmdTutorial_3.TextColor3 = Color3.new(0.956863, 0.956863, 0.956863)
  955. cmdTutorial_3.TextScaled = true
  956. cmdTutorial_3.TextSize = 14
  957. cmdTutorial_3.TextWrapped = true
  958. cmdTutorial_3.TextXAlignment = Enum.TextXAlignment.Left
  959. CMDS_Shadow.Name = "CMDS_Shadow"
  960. CMDS_Shadow.Parent = CMDSmain
  961. CMDS_Shadow.BackgroundColor3 = Color3.new(0, 0, 0)
  962. CMDS_Shadow.BackgroundTransparency = 0.60000002384186
  963. CMDS_Shadow.BorderSizePixel = 0
  964. CMDS_Shadow.Position = UDim2.new(0, 2, 0, 2)
  965. CMDS_Shadow.Size = UDim2.new(0, 440, 0, 367)
  966. CMDS_Shadow.ZIndex = -1
  967. CMDS_Shadow2.Name = "CMDS_Shadow2"
  968. CMDS_Shadow2.Parent = CMDSmain
  969. CMDS_Shadow2.BackgroundColor3 = Color3.new(0, 0, 0)
  970. CMDS_Shadow2.BackgroundTransparency = 0.80000001192093
  971. CMDS_Shadow2.BorderSizePixel = 0
  972. CMDS_Shadow2.Position = UDim2.new(0, 5, 0, 5)
  973. CMDS_Shadow2.Size = UDim2.new(0, 440, 0, 367)
  974. CMDS_Shadow2.ZIndex = -1
  975. closecmdsgui.MouseButton1Click:Connect(function()
  976. CMDSmain:TweenSize(UDim2.new(0, 0, 0, 0), "InOut", "Sine", 2)
  977. end)
  978. function CreateCMDlabel(position, text)
  979. local sizenow = 15
  980. local cmdHere = Instance.new("TextLabel")
  981. cmdHere.Name = "cmdHere"
  982. cmdHere.TextWrapped = true
  983. cmdHere.Parent = ListofCMDS
  984. cmdHere.BackgroundColor3 = Color3.new(1, 1, 1)
  985. cmdHere.BackgroundTransparency = 1
  986. cmdHere.BorderSizePixel = 0
  987. cmdHere.Position = position
  988. cmdHere.Size = UDim2.new(0, 1950, 0, sizenow)
  989. cmdHere.Font = Enum.Font.SourceSans
  990. cmdHere.Text = text
  991. cmdHere.TextWrapped = true
  992. cmdHere.TextColor3 = Color3.new(0.956863, 0.956863, 0.956863)
  993. cmdHere.TextScaled = false
  994. cmdHere.TextSize = 20
  995. cmdHere.TextXAlignment = Enum.TextXAlignment.Left
  996. end
  997. for i,_cmds in pairs(searchCmds) do
  998. CreateCMDlabel(UDim2.new(0, 5, 0, 50 + (i * 15)), _cmds)
  999. end
  1000. local UserInputService = game:GetService("UserInputService")
  1001. local dragging
  1002. local dragInput
  1003. local dragStart
  1004. local startPos
  1005. local function updateCMDS(input)
  1006. local delta = input.Position - dragStart
  1007. local dragTime = 0.055
  1008. local SmoothDrag = {}
  1009. SmoothDrag.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y)
  1010. local dragSmoothFunction = gsTween:Create(CMDSmain, TweenInfo.new(dragTime, Enum.EasingStyle.Sine, Enum.EasingDirection.InOut), SmoothDrag)
  1011. dragSmoothFunction:Play()
  1012. end
  1013. cmdgui_topframe.InputBegan:Connect(function(input)
  1014. if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
  1015. dragging = true
  1016. dragStart = input.Position
  1017. startPos = CMDSmain.Position
  1018. input.Changed:Connect(function()
  1019. if input.UserInputState == Enum.UserInputState.End then
  1020. dragging = false
  1021. end
  1022. end)
  1023. end
  1024. end)
  1025. cmdgui_topframe.InputChanged:Connect(function(input)
  1026. if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  1027. dragInput = input
  1028. end
  1029. end)
  1030. cmdgui_midframe.InputBegan:Connect(function(input)
  1031. if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
  1032. dragging = true
  1033. dragStart = input.Position
  1034. startPos = CMDSmain.Position
  1035. input.Changed:Connect(function()
  1036. if input.UserInputState == Enum.UserInputState.End then
  1037. dragging = false
  1038. end
  1039. end)
  1040. end
  1041. end)
  1042. cmdgui_midframe.InputChanged:Connect(function(input)
  1043. if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  1044. dragInput = input
  1045. end
  1046. end)
  1047. UserInputService.InputChanged:Connect(function(input)
  1048. if input == dragInput and dragging then
  1049. updateCMDS(input)
  1050. end
  1051. end)
  1052. cmdsgui_SearchFunction.Focused:Connect(function()
  1053. cmdsgui_SearchFunction.TextTransparency = 0
  1054. local searchTween = {}
  1055. searchTween.TextColor3 = Color3.new(0.0980392, 0.462745, 0.823529)
  1056. searchTween.TextSize = 18
  1057. searchTween.Position = UDim2.new(0, -70, 0, -15)
  1058. local frameTweenblue = {}
  1059. frameTweenblue.BackgroundColor3 = Color3.new(0.0980392, 0.462745, 0.823529)
  1060. local searchTween1 = gsTween:Create(cmdsgui_searchDETAILTEXT, TweenInfo.new(0.3, Enum.EasingStyle.Sine, Enum.EasingDirection.InOut), searchTween)
  1061. searchTween1:Play()
  1062. local frameTweenblue1 = gsTween:Create(cmdsgui_searchDETAILFRAME, TweenInfo.new(0.3, Enum.EasingStyle.Sine, Enum.EasingDirection.InOut), frameTweenblue)
  1063. frameTweenblue1:Play()
  1064. end)
  1065. cmdsgui_SearchFunction.FocusLost:Connect(function(enterPressed)
  1066. if not enterPressed then
  1067. cmdsgui_SearchFunction.TextTransparency = 1
  1068. else
  1069. cmdsgui_SearchFunction.Text = " "
  1070. end
  1071. local searchTween = {}
  1072. searchTween.TextColor3 = Color3.fromRGB(240, 240, 240)
  1073. searchTween.TextSize = 30
  1074. searchTween.Position = UDim2.new(0, 0, 0, 0)
  1075. local frameTweenblue = {}
  1076. frameTweenblue.BackgroundColor3 = Color3.fromRGB(240, 240, 240)
  1077. local searchTween1 = gsTween:Create(cmdsgui_searchDETAILTEXT, TweenInfo.new(0.3, Enum.EasingStyle.Sine, Enum.EasingDirection.InOut), searchTween)
  1078. searchTween1:Play()
  1079. local frameTweenblue1 = gsTween:Create(cmdsgui_searchDETAILFRAME, TweenInfo.new(0.3, Enum.EasingStyle.Sine, Enum.EasingDirection.InOut), frameTweenblue)
  1080. frameTweenblue1:Play()
  1081. end)
  1082. cmdsgui_SearchFunction.Changed:Connect(function()
  1083. local index = 0
  1084. if cmdsgui_SearchFunction.Text ~= "" then
  1085. for i,v in pairs(ListofCMDS:GetChildren()) do
  1086. if v.Name == "cmdHere" then
  1087. if not string.find(v.Text, cmdsgui_SearchFunction.Text) then
  1088. v.Visible = false
  1089. else
  1090. v.Visible = true
  1091. index = index + 1
  1092. v.Position = UDim2.new(0, 5, 0, 50 + (index * 15))
  1093. end
  1094. end
  1095. end
  1096. end
  1097. end)
  1098.  
  1099. -- Command Execution
  1100. LP.Chatted:Connect(function(chat)
  1101. run(chat)
  1102. end)
  1103.  
  1104. function run(msg)
  1105. if string.lower(string.sub(msg, 2, 5)) == "chat" then
  1106. msg = msg
  1107. elseif string.match(msg, "hotkey") and string.match(msg, "chat") then
  1108. msg = msg
  1109. else
  1110. msg = string.lower(msg)
  1111. end
  1112. local cmdPrefix = string.sub(msg, 1, 1)
  1113. if cmdPrefix == commandPrefix then
  1114. msg = string.sub(msg, 2)
  1115. local args = {}
  1116. for arg in string.gmatch(msg,"[^%s]+") do
  1117. table.insert(args,arg)
  1118. end
  1119. local cmdName = args[1]
  1120. table.remove(args,1)
  1121. local doCmd = Commands[cmdName]
  1122.  
  1123. if doCmd ~= nil then
  1124. doCmd(args)
  1125. end
  1126. end
  1127. end
  1128.  
  1129. -- Command bar
  1130. local CommandBar = Instance.new("ScreenGui")
  1131. local CMDBAR = Instance.new("Frame")
  1132. local CMDBARText = Instance.new("TextBox")
  1133. CommandBar.Name = "CommandBar"
  1134. CommandBar.Parent = gsCoreGui
  1135. CMDBAR.Name = "CMDBAR"
  1136. CMDBAR.Parent = CommandBar
  1137. CMDBAR.BackgroundColor3 = Color3.new(0.164706, 0.152941, 0.172549)
  1138. CMDBAR.BorderSizePixel = 0
  1139. CMDBAR.Position = UDim2.new(0.025, 0, 1, 0)
  1140. CMDBAR.Size = UDim2.new(0, 270, 0, 35)
  1141. CMDBARText.Name = "CMDBARText"
  1142. CMDBARText.Parent = CMDBAR
  1143. CMDBARText.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  1144. CMDBARText.BorderSizePixel = 0
  1145. CMDBARText.Position = UDim2.new(0, 5, 0, 5)
  1146. CMDBARText.Size = UDim2.new(0, 260, 0, 25)
  1147. CMDBARText.Font = Enum.Font.SourceSansLight
  1148. CMDBARText.Text = ""
  1149. CMDBARText.TextColor3 = Color3.new(0.933333, 0.933333, 0.933333)
  1150. CMDBARText.TextScaled = true
  1151. CMDBARText.TextSize = 14
  1152. CMDBARText.TextWrapped = true
  1153. Mouse.KeyDown:connect(function(Key)
  1154. if Key == string.lower(commandPrefix) then
  1155. CMDBARText:CaptureFocus()
  1156. CMDBAR:TweenPosition(UDim2.new(0.015, 0, 0.95, 0), "Out", "Elastic", 0.5, true)
  1157. end
  1158. end)
  1159. CMDBARText.FocusLost:connect(function(enterPressed)
  1160. CMDBAR:TweenPosition(UDim2.new(0.015, 0, 1, 0), "Out", "Quad", 0.5, true)
  1161. if enterPressed then
  1162. local cmdmsg = CMDBARText.Text
  1163. CMDBARText.Text = ""
  1164. run(commandPrefix..cmdmsg)
  1165. end
  1166. end)
  1167. local Match = Instance.new("Frame")
  1168. Match.Name = "Match"
  1169. Match.Parent = CMDBAR
  1170. Match.BackgroundColor3 = Color3.new(0.164706, 0.152941, 0.172549)
  1171. Match.BorderSizePixel = 0
  1172. Match.Position = UDim2.new(0, 0, -4, 0)
  1173. Match.Size = UDim2.new(1, 0, 4, 0)
  1174. Match.Visible = false
  1175. function CreateOption(Text)
  1176. local Option1 = Instance.new("TextLabel")
  1177. Option1.Name = "Option"
  1178. Option1.Parent = Match
  1179. Option1.BackgroundColor3 = Color3.new(1, 1, 1)
  1180. Option1.BackgroundTransparency = 1
  1181. Option1.Position = UDim2.new(-10, 0, 0, 0)
  1182. Option1.Size = UDim2.new(1, 0, 0, 20)
  1183. Option1.Font = Enum.Font.SourceSans
  1184. Option1.Text = Text
  1185. Option1.TextColor3 = Color3.new(0.952941, 0.952941, 0.952941)
  1186. Option1.TextScaled = true
  1187. Option1.TextWrapped = true
  1188. end
  1189. for i,cmdtext2 in pairs(CMDS) do
  1190. CreateOption(cmdtext2)
  1191. end
  1192. CMDBARText.Changed:Connect(function()
  1193. if CMDBARText.Text ~= "" and CMDBARText.Text ~= commandPrefix then
  1194. Match.Visible = true
  1195. local PositionMatch = 0
  1196. for i,cmdtext in pairs(Match:GetChildren()) do
  1197. if cmdtext.Name == "Option" then
  1198. if string.find(cmdtext.Text, CMDBARText.Text) then
  1199. cmdtext.Position = UDim2.new(0, 0, 0, 2 + (PositionMatch * 20))
  1200. PositionMatch = PositionMatch + 1
  1201. if cmdtext.Position == UDim2.new(0, 0, 0, 142) then
  1202. cmdtext.Position = UDim2.new(-10, 0, 0, 0)
  1203. PositionMatch = PositionMatch - 1
  1204. end
  1205. else
  1206. cmdtext.Position = UDim2.new(-10, 0, 0, 0)
  1207. end
  1208. end
  1209. end
  1210. else
  1211. Match.Visible = false
  1212. end
  1213. end)
  1214.  
  1215. -- Chat
  1216. local ChatLogsv2 = Instance.new("ScreenGui")
  1217. local MainChatFrame = Instance.new("Frame")
  1218. local Framess = Instance.new("Frame")
  1219. local CloseChatGUI = Instance.new("TextButton")
  1220. local Frame_222 = Instance.new("Frame")
  1221. local PrintChat = Instance.new("TextButton")
  1222. local Shadow1 = Instance.new("Frame")
  1223. local Shadow2 = Instance.new("Frame")
  1224. local ScrollingFrame = Instance.new("ScrollingFrame")
  1225. ChatLogsv2.Name = "ChatLogsv2"
  1226. ChatLogsv2.Parent = gsCoreGui
  1227. MainChatFrame.Name = "MainChatFrame"
  1228. MainChatFrame.Parent = ChatLogsv2
  1229. MainChatFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  1230. MainChatFrame.BackgroundTransparency = 1
  1231. MainChatFrame.Position = UDim2.new(0, 760, 0, 261)
  1232. MainChatFrame.Size = UDim2.new(0, 525, 0, 337)
  1233. MainChatFrame.Visible = false
  1234. Framess.Parent = MainChatFrame
  1235. Framess.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  1236. Framess.BorderSizePixel = 0
  1237. Framess.Size = UDim2.new(0, 525, 0, 15)
  1238. CloseChatGUI.Name = "CloseChatGUI"
  1239. CloseChatGUI.Parent = Framess
  1240. CloseChatGUI.BackgroundColor3 = Color3.new(1, 1, 1)
  1241. CloseChatGUI.BackgroundTransparency = 1
  1242. CloseChatGUI.BorderSizePixel = 0
  1243. CloseChatGUI.Position = UDim2.new(0, 495, 0, 0)
  1244. CloseChatGUI.Size = UDim2.new(0, 30, 0, 15)
  1245. CloseChatGUI.Font = Enum.Font.SourceSansBold
  1246. CloseChatGUI.Text = "X"
  1247. CloseChatGUI.TextColor3 = Color3.new(0.945098, 0.945098, 0.945098)
  1248. CloseChatGUI.TextSize = 20
  1249. Frame_222.Parent = MainChatFrame
  1250. Frame_222.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  1251. Frame_222.BorderSizePixel = 0
  1252. Frame_222.Position = UDim2.new(0, 0, 0, 15)
  1253. Frame_222.Size = UDim2.new(0, 525, 0, 50)
  1254. PrintChat.Name = "PrintChat"
  1255. PrintChat.Parent = Frame_222
  1256. PrintChat.BackgroundColor3 = Color3.new(0.870588, 0.25098, 0.25098)
  1257. PrintChat.BorderSizePixel = 0
  1258. PrintChat.Position = UDim2.new(0, 15, 0, 0)
  1259. PrintChat.Size = UDim2.new(0, 170, 0, 30)
  1260. PrintChat.Font = Enum.Font.SourceSansLight
  1261. PrintChat.Text = "Print Chat"
  1262. PrintChat.TextColor3 = Color3.new(0.960784, 0.960784, 0.960784)
  1263. PrintChat.TextSize = 30
  1264. PrintChat.TextWrapped = true
  1265. Shadow1.Name = "Shadow1"
  1266. Shadow1.Parent = MainChatFrame
  1267. Shadow1.BackgroundColor3 = Color3.new(0, 0, 0)
  1268. Shadow1.BackgroundTransparency = 0.5
  1269. Shadow1.Position = UDim2.new(0, 2, 0, 2)
  1270. Shadow1.Size = UDim2.new(0, 525, 0, 337)
  1271. Shadow1.ZIndex = -1
  1272. Shadow2.Name = "Shadow2"
  1273. Shadow2.Parent = MainChatFrame
  1274. Shadow2.BackgroundColor3 = Color3.new(0, 0, 0)
  1275. Shadow2.BackgroundTransparency = 0.80000001192093
  1276. Shadow2.Position = UDim2.new(0, 5, 0, 5)
  1277. Shadow2.Size = UDim2.new(0, 525, 0, 337)
  1278. Shadow2.ZIndex = -1
  1279. ScrollingFrame.Parent = MainChatFrame
  1280. ScrollingFrame.BackgroundColor3 = Color3.new(0.266667, 0.266667, 0.266667)
  1281. ScrollingFrame.BorderSizePixel = 0
  1282. ScrollingFrame.Position = UDim2.new(0, 0, 0, 65)
  1283. ScrollingFrame.Size = UDim2.new(0, 525, 0, 271)
  1284. ScrollingFrame.CanvasPosition = Vector2.new(0, 403)
  1285. ScrollingFrame.ScrollBarThickness = 8
  1286. function CreateChatText(plr, chat)
  1287. for i,v in pairs(ScrollingFrame:GetDescendants()) do
  1288. v.Position = v.Position - UDim2.new(0, 0, 0, 20)
  1289. if v.Position == UDim2.new(0, 5, 0, 10) then
  1290. v:Destroy()
  1291. end
  1292. end
  1293. local Example = Instance.new("TextLabel")
  1294. Example.Name = "Example"
  1295. Example.Parent = ScrollingFrame
  1296. Example.BackgroundColor3 = Color3.new(1, 1, 1)
  1297. Example.BackgroundTransparency = 1
  1298. Example.Position = UDim2.new(0, 5, 0, 650)
  1299. Example.Size = UDim2.new(0, 500, 0, 20)
  1300. Example.Font = Enum.Font.SourceSans
  1301. Example.Text = "["..plr.Name.."]: "..chat
  1302. Example.TextColor3 = Color3.new(0.960784, 0.960784, 0.960784)
  1303. Example.TextScaled = true
  1304. Example.TextSize = 20
  1305. Example.TextWrapped = true
  1306. Example.TextXAlignment = Enum.TextXAlignment.Left
  1307. end
  1308. CloseChatGUI.MouseButton1Click:Connect(function()
  1309. MainChatFrame:TweenPosition(UDim2.new(0, 550, 0, -550), "InOut", "Sine", 2)
  1310. wait(2.01)
  1311. MainChatFrame.Visible = false
  1312. end)
  1313. printingChat = false
  1314. PrintChat.MouseButton1Click:Connect(function()
  1315. if printingChat == false then
  1316. printingChat = true
  1317. PrintChat.BackgroundColor3 = Color3.fromRGB(60, 200, 60)
  1318. elseif printingChat == true then
  1319. printingChat = false
  1320. PrintChat.BackgroundColor3 = Color3.new(0.870588, 0.25098, 0.25098)
  1321. end
  1322. end)
  1323. local UserInputService = game:GetService("UserInputService")
  1324. local dragging
  1325. local dragInput
  1326. local dragStart
  1327. local startPos
  1328. local function updateChat(input)
  1329. local delta = input.Position - dragStart
  1330. local dragTime = 0.055
  1331. local SmoothDrag = {}
  1332. SmoothDrag.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y)
  1333. local dragSmoothFunction = gsTween:Create(MainChatFrame, TweenInfo.new(dragTime, Enum.EasingStyle.Sine, Enum.EasingDirection.InOut), SmoothDrag)
  1334. dragSmoothFunction:Play()
  1335. end
  1336. Frame_222.InputBegan:Connect(function(input)
  1337. if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
  1338. dragging = true
  1339. dragStart = input.Position
  1340. startPos = MainChatFrame.Position
  1341. input.Changed:Connect(function()
  1342. if input.UserInputState == Enum.UserInputState.End then
  1343. dragging = false
  1344. end
  1345. end)
  1346. end
  1347. end)
  1348. Frame_222.InputChanged:Connect(function(input)
  1349. if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  1350. dragInput = input
  1351. end
  1352. end)
  1353. UserInputService.InputChanged:Connect(function(input)
  1354. if input == dragInput and dragging then
  1355. updateChat(input)
  1356. end
  1357. end)
  1358.  
  1359. function printChat(player, chat)
  1360. print("["..player.Name.."]: "..chat)
  1361. end
  1362. complimentReady = true
  1363. for i,currentPlayersChatting in pairs(game:GetService("Players"):GetPlayers()) do
  1364. currentPlayersChatting.Chatted:connect(function(chat)
  1365. CreateChatText(currentPlayersChatting, chat)
  1366. if printingChat then
  1367. printChat(currentPlayersChatting, chat)
  1368. end
  1369. if copychatACTIVE then
  1370. if currentPlayersChatting == copychatplayer then
  1371. gsReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer(chat, "All")
  1372. end
  1373. end
  1374. if modeFling == true then
  1375. if string.lower(string.sub(chat, 1, 7)) == "!fling " then
  1376. if gsWorkspace:PGSIsEnabled() == false then
  1377. FEGodmode()
  1378. end
  1379. if string.lower(string.sub(chat, 8)) == "me" then
  1380. run(commandPrefix.."unfling")
  1381. LP.Character.HumanoidRootPart.CFrame = LP.Character.HumanoidRootPart.CFrame + Vector3.new(0, 10, 0)
  1382. run(commandPrefix.."fling "..currentPlayersChatting.Name.." 2000000")
  1383. else
  1384. for i,notAll in pairs(findSinglePlayer(string.lower(string.sub(chat, 8)))) do
  1385. if notAll ~= LP then
  1386. run(commandPrefix.."unfling")
  1387. LP.Character.HumanoidRootPart.CFrame = LP.Character.HumanoidRootPart.CFrame + Vector3.new(0, 10, 0)
  1388. run(commandPrefix.."fling "..notAll.Name.." 2000000")
  1389. end
  1390. end
  1391. end
  1392. end
  1393. end
  1394. if modeCompliment == true then
  1395. if string.lower(string.sub(chat, 1, 3)) == "!c " then
  1396. if complimentReady then
  1397. complimentReady = false
  1398. if string.lower(string.sub(chat, 4)) == "me" then
  1399. complimentplr(currentPlayersChatting)
  1400. else
  1401. for i,Others in pairs(findSinglePlayer(string.lower(string.sub(chat, 4)))) do
  1402. if Others == LP then
  1403. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Don't be silly, I can't compliment myself!", "All")
  1404. else
  1405. complimentplr(Others)
  1406. end
  1407. end
  1408. end
  1409. wait(1)
  1410. complimentReady = true
  1411. end
  1412. end
  1413. end
  1414. if modeMove == true then
  1415. if string.lower(string.sub(chat, 1, 9)) == "!bringbot" then
  1416. run(commandPrefix.."unfollow")
  1417. run(commandPrefix.."unwalk")
  1418. run(commandPrefix.."goto "..currentPlayersChatting.Name)
  1419. elseif string.lower(string.sub(chat, 1, 6)) == "!walk " then
  1420. for i,getWalkPlayer in pairs(findSinglePlayer(string.lower(string.sub(chat, 7)))) do
  1421. if getWalkPlayer == LP then
  1422. run(commandPrefix.."unfollow")
  1423. run(commandPrefix.."walk "..currentPlayersChatting.Name)
  1424. else
  1425. run(commandPrefix.."unfollow")
  1426. run(commandPrefix.."walk "..getWalkPlayer.Name)
  1427. end
  1428. end
  1429. elseif string.lower(string.sub(chat, 1, 8)) == "!follow " then
  1430. for i,getFollowPlayer in pairs(findSinglePlayer(string.lower(string.sub(chat, 9)))) do
  1431. if getFollowPlayer == LP then
  1432. run(commandPrefix.."unwalk")
  1433. run(commandPrefix.."follow "..currentPlayersChatting.Name)
  1434. else
  1435. run(commandPrefix.."unwalk")
  1436. run(commandPrefix.."follow "..getFollowPlayer.Name)
  1437. end
  1438. end
  1439. end
  1440. end
  1441. if modeInfo == true then
  1442. if infoReady then
  1443. infoReady = false
  1444. if string.lower(string.sub(chat, 1, 5)) == "!age " then
  1445. for i,v in pairs(findSinglePlayer(string.lower(string.sub(chat, 6)))) do
  1446. if v == LP then
  1447. run(commandPrefix.."age "..currentPlayersChatting.Name)
  1448. else
  1449. run(commandPrefix.."age "..v.Name)
  1450. end
  1451. end
  1452. end
  1453. if string.lower(string.sub(chat, 1, 4)) == "!id " then
  1454. for i,a in pairs(findSinglePlayer(string.lower(string.sub(chat, 5)))) do
  1455. if a == LP then
  1456. run(commandPrefix.."id "..currentPlayersChatting.Name)
  1457. else
  1458. run(commandPrefix.."id "..a.Name)
  1459. end
  1460. end
  1461. end
  1462. wait(1)
  1463. infoReady = true
  1464. end
  1465. end
  1466. end)
  1467. end
  1468. game:GetService("Players").PlayerAdded:connect(function(plr)
  1469. plr.Chatted:connect(function(chat)
  1470. CreateChatText(plr, chat)
  1471. if printingChat then
  1472. printChat(plr, chat)
  1473. end
  1474. if modeFling == true then
  1475. if string.lower(string.sub(chat, 1, 7)) == "!fling " then
  1476. if gsWorkspace:PGSIsEnabled() == false then
  1477. FEGodmode()
  1478. end
  1479. if string.lower(string.sub(chat, 8)) == "me" then
  1480. run(commandPrefix.."unfling")
  1481. LP.Character.HumanoidRootPart.CFrame = LP.Character.HumanoidRootPart.CFrame + Vector3.new(0, 10, 0)
  1482. run(commandPrefix.."fling "..plr.Name.." 2000000")
  1483. else
  1484. for i,notAll in pairs(findSinglePlayer(string.lower(string.sub(chat, 8)))) do
  1485. if notAll ~= LP then
  1486. run(commandPrefix.."unfling")
  1487. LP.Character.HumanoidRootPart.CFrame = LP.Character.HumanoidRootPart.CFrame + Vector3.new(0, 10, 0)
  1488. run(commandPrefix.."fling "..notAll.Name.." 2000000")
  1489. end
  1490. end
  1491. end
  1492. end
  1493. end
  1494. if modeCompliment == true then
  1495. if string.lower(string.sub(chat, 1, 3)) == "!c " then
  1496. if complimentReady == true then
  1497. complimentReady = false
  1498. if string.lower(string.sub(chat, 4)) == "me" then
  1499. complimentplr(plr)
  1500. else
  1501. for i,Others in pairs(findSinglePlayer(string.lower(string.sub(chat, 4)))) do
  1502. if Others == LP then
  1503. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Don't be silly, I can't compliment myself!", "All")
  1504. else
  1505. complimentplr(Others)
  1506. end
  1507. end
  1508. end
  1509. wait(1)
  1510. complimentReady = true
  1511. end
  1512. end
  1513. end
  1514. if modeMove == true then
  1515. if string.lower(string.sub(chat, 1, 9)) == "!bringbot" then
  1516. run(commandPrefix.."unfollow")
  1517. run(commandPrefix.."unwalk")
  1518. run(commandPrefix.."goto "..plr.Name)
  1519. elseif string.lower(string.sub(chat, 1, 6)) == "!walk " then
  1520. for i,getWalkPlayer in pairs(findSinglePlayer(string.lower(string.sub(chat, 7)))) do
  1521. if getWalkPlayer == LP then
  1522. run(commandPrefix.."unfollow")
  1523. run(commandPrefix.."walk "..plr.Name)
  1524. else
  1525. run(commandPrefix.."unfollow")
  1526. run(commandPrefix.."walk "..getWalkPlayer.Name)
  1527. end
  1528. end
  1529. elseif string.lower(string.sub(chat, 1, 8)) == "!follow " then
  1530. for i,getFollowPlayer in pairs(findSinglePlayer(string.lower(string.sub(chat, 9)))) do
  1531. if getFollowPlayer == LP then
  1532. run(commandPrefix.."unwalk")
  1533. run(commandPrefix.."follow "..plr.Name)
  1534. else
  1535. run(commandPrefix.."unwalk")
  1536. run(commandPrefix.."follow "..getFollowPlayer.Name)
  1537. end
  1538. end
  1539. end
  1540. end
  1541. if modeInfo == true then
  1542. if infoReady then
  1543. infoReady = false
  1544. if string.lower(string.sub(chat, 1, 5)) == "!age " then
  1545. for i,v in pairs(findSinglePlayer(string.lower(string.sub(chat, 6)))) do
  1546. if v == LP then
  1547. run(commandPrefix.."age "..plr.Name)
  1548. else
  1549. run(commandPrefix.."age "..v.Name)
  1550. end
  1551. end
  1552. end
  1553. if string.lower(string.sub(chat, 1, 4)) == "!id " then
  1554. for i,a in pairs(findSinglePlayer(string.lower(string.sub(chat, 5)))) do
  1555. if a == LP then
  1556. run(commandPrefix.."id "..plr.Name)
  1557. else
  1558. run(commandPrefix.."id "..a.Name)
  1559. end
  1560. end
  1561. end
  1562. wait(1)
  1563. infoReady = true
  1564. end
  1565. end
  1566. end)
  1567. end)
  1568.  
  1569. -- Loops
  1570. noclip = false
  1571. following = false
  1572. trailing = false
  1573. annoying = false
  1574. flingnoclip = false
  1575. staring = false
  1576. stopsitting = false
  1577. stareplr = ""
  1578. CBRINGamount = 3
  1579. spawnWS = CurrentWalkspeed
  1580. spawnJP = CurrentJumppower
  1581. spawnHH = CurrentHipheight
  1582. spawningfegod = false
  1583. looptpbypassfly = false
  1584. if game.GameId == 245662005 or game.GameId == 601130232 then
  1585. bypassMODE = true
  1586. else
  1587. bypassMODE = false
  1588. end
  1589. viewplr = ""
  1590. loopview = false
  1591. cmdForward = false
  1592. forwardSpeed = 1
  1593. loopviewfc = false
  1594. spinTOhead = false
  1595. spinObj = ""
  1596. rideACTIVE = false
  1597. ridePLAYER = ""
  1598.  
  1599. LPcurrenthumanoid = LP.Character.Humanoid
  1600. game:GetService('RunService').Stepped:connect(function()
  1601. if LP.Character.Humanoid ~= nil then
  1602. LPcurrenthumanoid = LP.Character.Humanoid
  1603. end
  1604. if noclip then
  1605. if LP.Character then
  1606. if LP.Character.Humanoid.RigType == Enum.HumanoidRigType.R6 then
  1607. LP.Character.Head.CanCollide = false
  1608. LP.Character.Torso.CanCollide = false
  1609. LP.Character["Left Leg"].CanCollide = false
  1610. LP.Character["Right Leg"].CanCollide = false
  1611. LP.Character["Left Arm"].CanCollide = false
  1612. LP.Character["Right Arm"].CanCollide = false
  1613. elseif LP.Character.Humanoid.RigType == Enum.HumanoidRigType.R15 then
  1614. LP.Character.Head.CanCollide = false
  1615. LP.Character.UpperTorso.CanCollide = false
  1616. LP.Character.LowerTorso.CanCollide = false
  1617. LP.Character.HumanoidRootPart.CanCollide = false
  1618. end
  1619. end
  1620. end
  1621. if following then
  1622. LP.Character.HumanoidRootPart.CFrame = gsPlayers[flwplr.Name].Character.HumanoidRootPart.CFrame + gsPlayers[flwplr.Name].Character.HumanoidRootPart.CFrame.lookVector * flwnum
  1623. end
  1624. if trailing then
  1625. LP.Character.HumanoidRootPart.CFrame = gsPlayers[trlplr.Name].Character.HumanoidRootPart.CFrame + gsPlayers[trlplr.Name].Character.HumanoidRootPart.CFrame.lookVector * trlnum
  1626. end
  1627. if annoying then
  1628. LP.Character.HumanoidRootPart.CFrame = gsPlayers[annplr.Name].Character.HumanoidRootPart.CFrame
  1629. end
  1630. if walkto then
  1631. LP.Character.Humanoid:MoveTo(walkplr.Character.HumanoidRootPart.Position)
  1632. end
  1633. if cbringing then
  1634. CBRINGplr.Character.HumanoidRootPart.CFrame = LP.Character.HumanoidRootPart.CFrame + LP.Character.HumanoidRootPart.CFrame.lookVector * CBRINGamount
  1635. end
  1636. if cbringingall then
  1637. for i,getbringplrs in pairs(gsPlayers:GetPlayers()) do
  1638. if getbringplrs ~= LP then
  1639. getbringplrs.Character.HumanoidRootPart.CFrame = LP.Character.HumanoidRootPart.CFrame + LP.Character.HumanoidRootPart.CFrame.lookVector * CBRINGamount
  1640. end
  1641. end
  1642. end
  1643. if staring then
  1644. LP.Character.HumanoidRootPart.CFrame = CFrame.new(LP.Character.Torso.Position, gsPlayers[stareplr.Name].Character.Torso.Position)
  1645. end
  1646. if stopsitting then
  1647. LP.Character.Humanoid.Sit = false
  1648. end
  1649. if looptpbypassfly then
  1650. pcall(function()
  1651. LP.Character.Head.Anchored = false
  1652. LP.Character.HumanoidRootPart.CFrame = gsWorkspace.rGETpartNUMBER2.CFrame
  1653. LP.Character.Head.Anchored = true
  1654. end)
  1655. end
  1656. if loopview then
  1657. view(viewplr)
  1658. end
  1659. if cmdForward then
  1660. LP.Character.HumanoidRootPart.CFrame = LP.Character.HumanoidRootPart.CFrame + LP.Character.HumanoidRootPart.CFrame.lookVector * forwardSpeed
  1661. end
  1662. if loopviewfc then
  1663. pcall(function()
  1664. gsWorkspace.CurrentCamera.CameraSubject = gsWorkspace.rGETpartNUMBER2
  1665. end)
  1666. end
  1667. if spinTOhead then
  1668. pcall(function()
  1669. spinObj.Position = LP.Character.Head.Position
  1670. end)
  1671. end
  1672. if rideACTIVE == true then
  1673. LP.character.HumanoidRootPart.CFrame = ridePLAYER.Character.HumanoidRootPart.CFrame + Vector3.new(0, 3, 0)
  1674. end
  1675. end)
  1676. spawningatreset = false
  1677. spawnresetpoint = LP.Character.Head.CFrame
  1678.  
  1679. LPcurrenthumanoid.Died:Connect(function()
  1680. flying = false
  1681. doFREECAM = false
  1682. if savingtoolsloop then
  1683. run(commandPrefix.."savealltool")
  1684. end
  1685. if spawningatreset == true then
  1686. spawnresetpoint = LP.Character.Head.CFrame + Vector3.new(0, 5, 0)
  1687. end
  1688. end)
  1689.  
  1690. LP.CharacterAdded:Connect(function()
  1691. wait(0.2)
  1692. LP.Character.Humanoid.WalkSpeed = spawnWS
  1693. LP.Character.Humanoid.JumpPower = spawnJP
  1694. LP.Character.Humanoid.HipHeight = spawnHH
  1695. if spawningfegod then
  1696. FEGodmode()
  1697. end
  1698. if spawningpos and spawnpos ~= nil then
  1699. LP.Character.HumanoidRootPart.CFrame = spawnpos
  1700. end
  1701. if spawningatreset == true then
  1702. LP.Character.HumanoidRootPart.CFrame = spawnresetpoint
  1703. end
  1704. end)
  1705.  
  1706. -- Commands
  1707. Commands = {}
  1708.  
  1709. Commands.print = function(args)
  1710. local msg = table.concat(args," ")
  1711. print(msg)
  1712. end
  1713.  
  1714. Commands.warn = function(args)
  1715. local msg = table.concat(args," ")
  1716. warn(msg)
  1717. end
  1718.  
  1719. Commands.sit = function(args)
  1720. LP.Character.Humanoid.Sit = true
  1721. end
  1722.  
  1723. Commands.god = function(args)
  1724. FEGodmode()
  1725. Notification("warning", "You have enabled FE Godmode, tools will not work. Use "..commandPrefix.."grespawn to remove.", 7)
  1726. end
  1727.  
  1728. Commands.view = function(args)
  1729. if args[1] then
  1730. for i,v in pairs(findSinglePlayer(args[1])) do
  1731. if bypassMODE == false then
  1732. view(v)
  1733. Notification("info", "Now viewing "..v.Name..". Use "..commandPrefix.."unview to stop viewing.", 3)
  1734. elseif bypassMODE == true then
  1735. viewplr = v
  1736. loopview = true
  1737. end
  1738. end
  1739. end
  1740. end
  1741.  
  1742. Commands.unview = function(args)
  1743. view(LP)
  1744. loopview = false
  1745. end
  1746.  
  1747. Commands.gravity = function(args)
  1748. if args[1] then
  1749. gsWorkspace.Gravity = args[1]
  1750. end
  1751. end
  1752.  
  1753. Commands.ungravity = function(args)
  1754. gsWorkspace.Gravity = CurrentGravity
  1755. end
  1756.  
  1757. Commands.goto = function(args)
  1758. if args[1] then
  1759. if bypassMODE == false then
  1760. for i,v in pairs(findPlayer(args[1])) do
  1761. LP.Character.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame
  1762. end
  1763. elseif bypassMODE == true then
  1764. for i,v in pairs(findPlayer(args[1])) do
  1765. local TPbypass = {}
  1766. TPbypass.CFrame = v.Character.HumanoidRootPart.CFrame + Vector3.new(0, 5, 0)
  1767. local TPFunction = gsTween:Create(LP.Character.HumanoidRootPart, TweenInfo.new(1.5, Enum.EasingStyle.Sine, Enum.EasingDirection.In), TPbypass)
  1768. TPFunction:Play()
  1769. end
  1770. end
  1771. end
  1772. end
  1773.  
  1774. Commands.fecheck = function(args)
  1775. if gsWorkspace.FilteringEnabled == true then
  1776. Notification("warning", "FE is enabled!", 7)
  1777. else
  1778. Notification("warning", "FE is disabled. Consider using a different script.", 7)
  1779. end
  1780. end
  1781.  
  1782. Commands.lockws = function(args)
  1783. lockWS()
  1784. Notification("info", "Workspace locked.", 4)
  1785. end
  1786.  
  1787. Commands.unlockws = function(args)
  1788. unlockWS()
  1789. Notification("info", "Workspace unlocked.", 4)
  1790. end
  1791.  
  1792. Commands.noclip = function(args)
  1793. noclip = true
  1794. Notification("info", "Noclip enabled.", 4)
  1795. end
  1796.  
  1797. Commands.clip = function(args)
  1798. noclip = false
  1799. Notification("info", "Noclip disabled.", 4)
  1800. end
  1801.  
  1802. Commands.follow = function(args)
  1803. if args[1] then
  1804. for i,v in pairs(findPlayer(args[1])) do
  1805. flwplr = v
  1806. end
  1807. if args[2] then
  1808. flwnum = args[2]
  1809. else
  1810. flwnum = -5
  1811. end
  1812. following = true
  1813. else
  1814. Notification("warning", "No player selected to follow! Use: "..commandPrefix.."follow player", 4)
  1815. end
  1816. end
  1817.  
  1818. Commands.unfollow = function(args)
  1819. following = false
  1820. end
  1821.  
  1822. Commands.fling = function(args)
  1823. if args[1] then
  1824. for i,v in pairs(findSinglePlayer(args[1])) do
  1825. if v ~= LP then
  1826. view(v)
  1827. pcall(function()
  1828. LP.Character.HumanoidRootPart.Fling:Destroy()
  1829. end)
  1830. if not args[2] then
  1831. RocketPropulsion(800000,1000,400000,v,"Fling")
  1832. else
  1833. RocketPropulsion(args[2],1500,400000,v,"Fling")
  1834. end
  1835. if noclip ~= true then
  1836. flingnoclip = true
  1837. noclip = true
  1838. end
  1839. end
  1840. end
  1841. else
  1842. Notification("warning", "No player selected to fling! Use: "..commandPrefix.."fling player", 4)
  1843. end
  1844. end
  1845.  
  1846. Commands.unfling = function(args)
  1847. view(LP)
  1848. pcall(function()
  1849. if LP.Character.HumanoidRootPart.Fling then
  1850. for i,v in pairs(LP.Character:GetDescendants()) do
  1851. if v.Name == "Fling" and v:IsA("RocketPropulsion") then
  1852. v:Destroy()
  1853. end
  1854. end
  1855. end
  1856. end)
  1857. if flingnoclip == true then
  1858. noclip = false
  1859. flingnoclip = false
  1860. end
  1861. end
  1862.  
  1863. Commands.trail = function(args)
  1864. if args[1] then
  1865. for i,v in pairs(findPlayer(args[1])) do
  1866. trlplr = v
  1867. end
  1868. if args[2] then
  1869. trlnum = args[2]
  1870. else
  1871. trlnum = 5
  1872. end
  1873. trailing = true
  1874. else
  1875. Notification("warning", "No player selected to trail! Use: "..commandPrefix.."trail player", 4)
  1876. end
  1877. end
  1878.  
  1879. Commands.untrail = function(args)
  1880. trailing = false
  1881. end
  1882.  
  1883. Commands.annoy = function(args)
  1884. if args[1] then
  1885. for i,v in pairs(findPlayer(args[1])) do
  1886. annplr = v
  1887. end
  1888. annoying = true
  1889. else
  1890. Notification("warning", "No player selected to annoy! Use: "..commandPrefix.."annoy player", 4)
  1891. end
  1892. end
  1893.  
  1894. Commands.unannoy = function(args)
  1895. annoying = false
  1896. end
  1897.  
  1898. Commands.reset = function(args)
  1899. LP.Character:BreakJoints()
  1900. end
  1901.  
  1902. Commands.grespawn = function(args)
  1903. LP.Character.Humanoid.Health = 0
  1904. wait(1)
  1905. LP.Character.Head.CFrame = CFrame.new(1000000,0,1000000)
  1906. LP.Character.Torso.CFrame = CFrame.new(1000000,0,1000000)
  1907. end
  1908.  
  1909. Commands.respawn = function(args)
  1910. local mod = Instance.new('Model', workspace) mod.Name = 'new '..LP.Name
  1911. local hum = Instance.new('Humanoid', mod)
  1912. local ins = Instance.new('Part', mod) ins.Name = 'Torso' ins.CanCollide = false ins.Transparency = 1
  1913. LP.Character = mod
  1914. end
  1915.  
  1916. Commands.speed = function(args)
  1917. if args[1] then
  1918. run(commandPrefix.."ws "..args[1])
  1919. end
  1920. end
  1921.  
  1922. bypassingwalkspeed = false
  1923. Commands.ws = function(args)
  1924. if args[1] then
  1925. if bypassMODE == false then
  1926. LP.Character.Humanoid.WalkSpeed = args[1]
  1927. elseif bypassMODE == true then
  1928. if game.GameId == 245662005 then
  1929. bypassingwalkspeed = true
  1930. bypassWalkspeed = args[1]
  1931. end
  1932. end
  1933. end
  1934. end
  1935.  
  1936. game:GetService("RunService").Heartbeat:Connect(function()
  1937. if bypassingwalkspeed then
  1938. LP.Character.Humanoid.WalkSpeed = bypassWalkspeed
  1939. end
  1940. end)
  1941.  
  1942. Commands.jumppower = function(args)
  1943. if args[1] then
  1944. LP.Character.Humanoid.JumpPower = args[1]
  1945. end
  1946. end
  1947.  
  1948. Commands.jp = function(args)
  1949. if args[1] then
  1950. LP.Character.Humanoid.JumpPower = args[1]
  1951. end
  1952. end
  1953.  
  1954. Commands.hipheight = function(args)
  1955. if args[1] then
  1956. LP.Character.Humanoid.HipHeight = args[1]
  1957. end
  1958. end
  1959.  
  1960. Commands.hh = function(args)
  1961. if args[1] then
  1962. LP.Character.Humanoid.HipHeight = args[1]
  1963. end
  1964. end
  1965.  
  1966. Commands.default = function(args)
  1967. LP.Character.Humanoid.WalkSpeed = CurrentWalkspeed
  1968. LP.Character.Humanoid.HipHeight = CurrentHipheight
  1969. LP.Character.Humanoid.JumpPower = CurrentJumppower
  1970. end
  1971.  
  1972. Commands.credits = function(args)
  1973. Notification("info", "Shattervast was made by illremember#3799 , "..commandPrefix.."fullcredits for all credits.", 8)
  1974. end
  1975.  
  1976. Commands.attach = function(args)
  1977. if hasTools() == false then
  1978. Notification("warning", "You need a tool in your backpack/inventory to use this command.", 8)
  1979. else
  1980. FEGodmode()
  1981. for i,v in pairs(LP.Backpack:GetChildren())do
  1982. LP.Character.Humanoid:EquipTool(v)
  1983. end
  1984. if args[1] then
  1985. for i,v in pairs(findSinglePlayer(args[1])) do
  1986. if v ~= LP then
  1987. LP.Character.HumanoidRootPart.CFrame = v.Character["Left Arm"].CFrame
  1988. wait(0.3)
  1989. LP.Character.HumanoidRootPart.CFrame = v.Character["Left Arm"].CFrame
  1990. end
  1991. end
  1992. end
  1993. end
  1994. end
  1995.  
  1996. Commands.fly = function(args)
  1997. if bypassMODE == false then
  1998. local speedget = 1
  1999. repeat wait() until LP and LP.Character and LP.Character:FindFirstChild('HumanoidRootPart') and LP.Character:FindFirstChild('Humanoid')
  2000. repeat wait() until Mouse
  2001. if args[1] then
  2002. speedfly = args[1]
  2003. else
  2004. speedfly = 1
  2005. end
  2006.  
  2007. local T = LP.Character.HumanoidRootPart
  2008. local CONTROL = {F = 0, B = 0, L = 0, R = 0}
  2009. local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  2010. local SPEED = speedget
  2011.  
  2012. local function fly()
  2013. flying = true
  2014. local BG = Instance.new('BodyGyro', T)
  2015. local BV = Instance.new('BodyVelocity', T)
  2016. BG.P = 9e4
  2017. BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  2018. BG.cframe = T.CFrame
  2019. BV.velocity = Vector3.new(0, 0.1, 0)
  2020. BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
  2021. spawn(function()
  2022. repeat wait()
  2023. LP.Character.Humanoid.PlatformStand = true
  2024. if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
  2025. SPEED = 50
  2026. elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
  2027. SPEED = 0
  2028. end
  2029. if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
  2030. 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
  2031. lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
  2032. elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
  2033. 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
  2034. else
  2035. BV.velocity = Vector3.new(0, 0.1, 0)
  2036. end
  2037. BG.cframe = workspace.CurrentCamera.CoordinateFrame
  2038. until not flying
  2039. CONTROL = {F = 0, B = 0, L = 0, R = 0}
  2040. lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  2041. SPEED = 0
  2042. BG:destroy()
  2043. BV:destroy()
  2044. LP.Character.Humanoid.PlatformStand = false
  2045. end)
  2046. end
  2047. Mouse.KeyDown:connect(function(KEY)
  2048. if KEY:lower() == 'w' then
  2049. CONTROL.F = speedfly
  2050. elseif KEY:lower() == 's' then
  2051. CONTROL.B = -speedfly
  2052. elseif KEY:lower() == 'a' then
  2053. CONTROL.L = -speedfly
  2054. elseif KEY:lower() == 'd' then
  2055. CONTROL.R = speedfly
  2056. end
  2057. end)
  2058. Mouse.KeyUp:connect(function(KEY)
  2059. if KEY:lower() == 'w' then
  2060. CONTROL.F = 0
  2061. elseif KEY:lower() == 's' then
  2062. CONTROL.B = 0
  2063. elseif KEY:lower() == 'a' then
  2064. CONTROL.L = 0
  2065. elseif KEY:lower() == 'd' then
  2066. CONTROL.R = 0
  2067. end
  2068. end)
  2069. fly()
  2070. elseif bypassMODE == true then
  2071. if not args[1] then
  2072. run(commandPrefix.."fc")
  2073. else
  2074. run(commandPrefix.."fc "..args[1])
  2075. end
  2076. LP.Character.Head.Anchored = false
  2077. looptpbypassfly = true
  2078. view(LP)
  2079. end
  2080. end
  2081.  
  2082. Commands.unfly = function(args)
  2083. if bypassMODE == false then
  2084. flying = false
  2085. LP.Character.Humanoid.PlatformStand = false
  2086. else
  2087. looptpbypassfly = false
  2088. run(commandPrefix.."unfreecam")
  2089. local goalTP = LP.Character.HumanoidRootPart.CFrame
  2090. if game.GameId == 245662005 then
  2091. for i = 1, 5 do wait(0.2)
  2092. LP.Character.HumanoidRootPart.CFrame = goalTP
  2093. end
  2094. else
  2095. LP.Character.HumanoidRootPart.CFrame = goalTP
  2096. end
  2097. LP.Character.Head.Anchored = false
  2098. end
  2099. end
  2100.  
  2101. Commands.kill = function(args)
  2102. if args[1] then
  2103. for i,v in pairs(findSinglePlayer(args[1])) do
  2104. if v == LP then
  2105. LP.Character:BreakJoints()
  2106. else
  2107. if hasTools() == false then
  2108. Notification("warning", "You need a tool in your backpack/inventory to use this command.", 8)
  2109. else
  2110. FEGodmode()
  2111. for i,v in pairs(LP.Backpack:GetChildren())do
  2112. LP.Character.Humanoid:EquipTool(v)
  2113. end
  2114. local NOW = LP.Character.HumanoidRootPart.CFrame
  2115. LP.Character.HumanoidRootPart.CFrame = v.Character["Left Arm"].CFrame
  2116. wait(0.3)
  2117. LP.Character.HumanoidRootPart.CFrame = v.Character["Left Arm"].CFrame
  2118. local function tp(player,player2)
  2119. local char1,char2=player.Character,player2.Character
  2120. if char1 and char2 then
  2121. char1:MoveTo(char2.Head.Position)
  2122. end
  2123. end
  2124. wait(0.5)
  2125. LP.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(100000,0,100000))
  2126. wait(0.5)
  2127. tp(LP,game:GetService("Players")[v.Name])
  2128. wait(0.7)
  2129. LP.Character.HumanoidRootPart.CFrame = NOW
  2130. view(LP)
  2131. end
  2132. end
  2133. end
  2134. end
  2135. end
  2136. Commands.bring = function(args)
  2137. if hasTools() == false then
  2138. Notification("warning", "You need a tool in your backpack/inventory to use this command.", 8)
  2139. else
  2140. FEGodmode()
  2141. for i,v in pairs(LP.Backpack:GetChildren())do
  2142. LP.Character.Humanoid:EquipTool(v)
  2143. end
  2144. if args[1] then
  2145. for i,v in pairs(findSinglePlayer(args[1])) do
  2146. if v ~= LP then
  2147. local NOW = LP.Character.HumanoidRootPart.CFrame
  2148. local function tp(player,player2)
  2149. local char1,char2=player.Character,player2.Character
  2150. if char1 and char2 then
  2151. char1.HumanoidRootPart.CFrame = char2.HumanoidRootPart.CFrame
  2152. end
  2153. end
  2154. local function getout(player,player2)
  2155. local char1,char2=player.Character,player2.Character
  2156. if char1 and char2 then
  2157. char1:MoveTo(char2.Head.Position)
  2158. end
  2159. end
  2160. tp(game:GetService("Players")[v.Name], LP)
  2161. wait(0.2)
  2162. tp(game:GetService("Players")[v.Name], LP)
  2163. wait(0.5)
  2164. LP.Character.HumanoidRootPart.CFrame = NOW
  2165. wait(0.5)
  2166. getout(LP, game:GetService("Players")[v.Name])
  2167. wait(0.3)
  2168. LP.Character.HumanoidRootPart.CFrame = NOW
  2169. end
  2170. end
  2171. end
  2172. end
  2173. end
  2174.  
  2175. Commands.naked = function(args)
  2176. for i,v in pairs(LP.Character:GetDescendants()) do
  2177. if v:IsA("Clothing") then
  2178. v:Destroy()
  2179. end
  2180. end
  2181. end
  2182.  
  2183. Commands.nolimbs = function(args)
  2184. LP.Character["Left Arm"]:Destroy()
  2185. LP.Character["Right Arm"]:Destroy()
  2186. LP.Character["Left Leg"]:Destroy()
  2187. LP.Character["Right Leg"]:Destroy()
  2188. end
  2189.  
  2190. Commands.noarms = function(args)
  2191. LP.Character["Left Arm"]:Destroy()
  2192. LP.Character["Right Arm"]:Destroy()
  2193. end
  2194.  
  2195. Commands.nolegs = function(args)
  2196. LP.Character["Left Leg"]:Destroy()
  2197. LP.Character["Right Leg"]:Destroy()
  2198. end
  2199.  
  2200. Commands.headless = function(args)
  2201. local l = LP.Character.Humanoid:Clone()
  2202. LP.Character.Humanoid:Destroy()
  2203. wait(0.2)
  2204. LP.Character.Head.CanCollide = false
  2205. for i,v in pairs(LP.Character:GetDescendants()) do
  2206. if string.sub(v.Name, 1, 4) == "Neck" then
  2207. v:Destroy()
  2208. end
  2209. end
  2210. wait(0.2)
  2211. l.Name = "Humanoid"
  2212. l.Parent = LP.Character
  2213. wait(0.1)
  2214. game:GetService("Workspace").CurrentCamera.CameraSubject = LP.Character
  2215. LP.Character.Animate:Destroy()
  2216. end
  2217.  
  2218. antiremotes = false
  2219. Commands.antikick = function(args)
  2220. if args[1] then
  2221. if args[1] == "on" then
  2222. antiremotes = true
  2223. wait(0.2)
  2224. for i,v in pairs(LP.Character:GetChildren()) do
  2225. if string.find(string.lower(v.Name), "exploit") and v:IsA("LocalScript") then
  2226. v.Disabled = true
  2227. end
  2228. end
  2229. Notification("warning", "This command disables all remotes incase they are kick remotes, may break game.", 8)
  2230. Notification("info", "Does not prevent serverside kicks, use "..commandPrefix.."antikick off to turn off.", 8)
  2231. elseif args[1] == "off" then
  2232. antiremotes = false
  2233. Notification("warning", "Remote anti-kick turned off.", 8)
  2234. end
  2235. end
  2236. end
  2237.  
  2238. blockedremotes = {}
  2239. Commands.blockremote = function(args)
  2240. local getService = ""
  2241. if args[1] then
  2242. local remoteName = string.lower(tostring(args[1]))
  2243. if args[2] then
  2244. local serviceRemote = string.lower(tostring(args[2]))
  2245. if serviceRemote == "workspace" then
  2246. getService = "Workspace"
  2247. elseif serviceRemote == "replicatedstorage" then
  2248. getService = "ReplicatedStorage"
  2249. elseif serviceRemote == "players" then
  2250. getService = "Players"
  2251. elseif serviceRemote == "lighting" then
  2252. getService = "Lighting"
  2253. elseif serviceRemote == "startergui" then
  2254. getService = "StarterGui"
  2255. elseif serviceRemote == "starterpack" then
  2256. getService = "StarterPack"
  2257. elseif serviceRemote == "starterplayer" then
  2258. getService = "StarterPlayer"
  2259. else
  2260. getService = "ReplicatedStorage"
  2261. end
  2262. else
  2263. getService = "ReplicatedStorage"
  2264. end
  2265. for i,getRemote in pairs(game:GetService(getService):GetDescendants()) do
  2266. if string.lower(getRemote.Name) == remoteName then
  2267. table.insert(blockedremotes, getRemote.Name)
  2268. end
  2269. end
  2270. end
  2271. Notification("warning", "If this command does not work, make sure you type remote name/service fully correct.", 8)
  2272. end
  2273.  
  2274. spyingremotes = false
  2275. Commands.remotespy = function(args)
  2276. if args[1] then
  2277. if args[1] == "on" then
  2278. spyingremotes = true
  2279. Notification("info", "Remotespy turned on.", 4)
  2280. elseif args[1] == "off" then
  2281. spyingremotes = false
  2282. Notification("info", "Remotespy turned off.", 4)
  2283. end
  2284. end
  2285. end
  2286.  
  2287. Commands.bang = function(args)
  2288. if args[1] then
  2289. for i,v in pairs(findSinglePlayer(args[1])) do
  2290. if v ~= nil then
  2291. following = true
  2292. flwplr = v
  2293. flwnum = -1
  2294. local bangAnimation = Instance.new("Animation")
  2295. bangAnimation.AnimationId = "rbxassetid://148840371"
  2296. bangTrack = LP.Character.Humanoid:LoadAnimation(bangAnimation)
  2297. if args[2] then
  2298. bangTrack:Play(.1, 1, args[2])
  2299. else
  2300. bangTrack:Play(.1, 1, 1)
  2301. end
  2302. end
  2303. end
  2304. else
  2305. Notification("warning", "No player selected to follow! Use: "..commandPrefix.."follow player", 4)
  2306. end
  2307. end
  2308.  
  2309. Commands.unbang = function(args)
  2310. following = false
  2311. bangTrack:Stop()
  2312. end
  2313.  
  2314. spamdelay = 1
  2315. spamtext = "Spam"
  2316. spamming = false
  2317. Commands.spam = function(args)
  2318. if args[1] then
  2319. spamtext = args[1]
  2320. spamming = true
  2321. end
  2322. end
  2323. Commands.spamdelay = function(args)
  2324. if args[1] then
  2325. spamdelay = args[1]
  2326. end
  2327. end
  2328. spawn(function()
  2329. while wait(spamdelay) do
  2330. if spamming then
  2331. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(spamtext, "All")
  2332. end
  2333. end
  2334. end)
  2335.  
  2336. Commands.unspam = function(args)
  2337. spamming = false
  2338. end
  2339.  
  2340. Commands.info = function(args)
  2341. if args[1] then
  2342. for i,v in pairs(findSinglePlayer(args[1])) do
  2343. createINFO(v)
  2344. end
  2345. end
  2346. end
  2347.  
  2348. Commands.age = function(args)
  2349. if args[1] then
  2350. for i,v in pairs(findPlayer(args[1])) do
  2351. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(v.Name.." Account Age: "..v.AccountAge.." days!", "All")
  2352. end
  2353. end
  2354. end
  2355.  
  2356. Commands.invisible = function(args)
  2357. local Character = LP.Character
  2358. if LP.Character.Humanoid.RigType == Enum.HumanoidRigType.R6 then
  2359. local Clone = Character.HumanoidRootPart:Clone()
  2360. Character.HumanoidRootPart:Destroy()
  2361. Clone.Parent = Character
  2362. else
  2363. local Clone = Character.LowerTorso.Root:Clone()
  2364. Character.LowerTorso.Root:Destroy()
  2365. Clone.Parent = Character.LowerTorso
  2366. end
  2367. end
  2368.  
  2369. walkto = false
  2370. walkplr = ""
  2371. Commands.walk = function(args)
  2372. if args[1] then
  2373. for i,v in pairs(findSinglePlayer(args[1])) do
  2374. walkplr = v
  2375. walkto = true
  2376. noclip = true
  2377. end
  2378. end
  2379. end
  2380.  
  2381. Commands.unwalk = function(args)
  2382. walkto = false
  2383. noclip = false
  2384. LP.Character.Humanoid:MoveTo(LP.Character.HumanoidRootPart.Position)
  2385. end
  2386.  
  2387. Commands.glitch = function(args)
  2388. if hasTools() == false then
  2389. Notification("warning", "You need a tool in your backpack/inventory to use this command.", 8)
  2390. else
  2391. FEGodmode()
  2392. for i,v in pairs(LP.Backpack:GetChildren())do
  2393. LP.Character.Humanoid:EquipTool(v)
  2394. end
  2395. if args[1] then
  2396. for i,v in pairs(findSinglePlayer(args[1])) do
  2397. local function tp(player,player2)
  2398. local char1,char2=player.Character,player2.Character
  2399. if char1 and char2 then
  2400. char1.HumanoidRootPart.CFrame = char2.HumanoidRootPart.CFrame
  2401. end
  2402. end
  2403. tp(game:GetService("Players")[v.Name], LP)
  2404. wait(0.2)
  2405. tp(game:GetService("Players")[v.Name], LP)
  2406. wait(0.5)
  2407. local b = Instance.new("BodyForce")
  2408. b.Parent = LP.Character.HumanoidRootPart
  2409. b.Name = "Glitch"
  2410. if args[2] then
  2411. b.Force = Vector3.new(args[2],5000,0)
  2412. else
  2413. b.Force = Vector3.new(100000000,5000,0)
  2414. end
  2415. wait(6)
  2416. b:Destroy()
  2417. end
  2418. end
  2419. end
  2420. end
  2421.  
  2422. Commands.tp = function(args)
  2423. if args[1] then
  2424. for i,v in pairs(findSinglePlayer(args[1])) do
  2425. if v == LP then
  2426. if args[2] then
  2427. for i,a in pairs(findSinglePlayer(args[2])) do
  2428. v.Character.HumanoidRootPart.CFrame = a.Character.HumanoidRootPart.CFrame
  2429. end
  2430. end
  2431. else
  2432. if hasTools() == false then
  2433. Notification("warning", "You need a tool in your backpack/inventory to use this command.", 8)
  2434. else
  2435. FEGodmode()
  2436. for i,v in pairs(LP.Backpack:GetChildren())do
  2437. LP.Character.Humanoid:EquipTool(v)
  2438. end
  2439. if args[1] then
  2440. for i,first in pairs(findSinglePlayer(args[1])) do
  2441. if args[2] then
  2442. for i,second in pairs(findSinglePlayer(args[2])) do
  2443. local function tp(player,player2)
  2444. local char1,char2=player.Character,player2.Character
  2445. if char1 and char2 then
  2446. char1.HumanoidRootPart.CFrame = char2.HumanoidRootPart.CFrame
  2447. end
  2448. end
  2449. local function getout(player,player2)
  2450. local char1,char2=player.Character,player2.Character
  2451. if char1 and char2 then
  2452. char1:MoveTo(char2.Head.Position)
  2453. end
  2454. end
  2455. tp(LP, first)
  2456. wait(0.2)
  2457. tp(LP, first)
  2458. wait(0.5)
  2459. tp(LP, second)
  2460. wait(0.2)
  2461. tp(LP, second)
  2462. wait(0.2)
  2463. getout(LP, first)
  2464. end
  2465. end
  2466. end
  2467. end
  2468. end
  2469. end
  2470. end
  2471. end
  2472. end
  2473.  
  2474. Commands.givetool = function(args)
  2475. if args[1] then
  2476. if args[2] then
  2477. local selectedTool = ""
  2478. for i,allTools in pairs(LP.Character:GetDescendants()) do
  2479. if allTools:IsA("Tool") and string.lower(allTools.Name) == string.lower(args[2]) then
  2480. selectedTool = allTools
  2481. else
  2482. for i,otherTools in pairs(LP.Backpack:GetDescendants()) do
  2483. if otherTools:IsA("Tool") and string.lower(otherTools.Name) == string.lower(args[2]) then
  2484. selectedTool = otherTools
  2485. end
  2486. end
  2487. end
  2488. end
  2489. for i,v in pairs(findSinglePlayer(args[1])) do
  2490. if selectedTool ~= "" then
  2491. selectedTool.Parent = v.Character
  2492. end
  2493. end
  2494. else
  2495. for i,plr in pairs(findSinglePlayer(args[1])) do
  2496. for i,tool in pairs(LP.Character:GetDescendants()) do
  2497. if tool:IsA("Tool") then
  2498. tool.Parent = plr.Character
  2499. end
  2500. end
  2501. end
  2502. end
  2503. end
  2504. end
  2505.  
  2506. Commands.givealltools = function(args)
  2507. LP.Character.Humanoid:UnequipTools()
  2508. for i,plr in pairs(findSinglePlayer(args[1])) do
  2509. for i,v in pairs(LP.Character:GetDescendants()) do
  2510. if v:IsA("Tool") then
  2511. v.Parent = plr.Character
  2512. end
  2513. end
  2514. for i,a in pairs(LP.Backpack:GetDescendants()) do
  2515. if a:IsA("Tool") then
  2516. a.Parent = plr.Character
  2517. end
  2518. end
  2519. end
  2520. end
  2521.  
  2522. Commands.blockhats = function(args)
  2523. for i,v in pairs(LP.Character:GetDescendants()) do
  2524. if v:IsA("Accessory") or v:IsA("Hat") then
  2525. for i,mesh in pairs(v:GetDescendants()) do
  2526. if mesh.Name == "Mesh" then
  2527. mesh:Destroy()
  2528. end
  2529. end
  2530. end
  2531. end
  2532. end
  2533.  
  2534. Commands.blocktool = function(args)
  2535. for i,v in pairs(LP.Character:GetDescendants()) do
  2536. if v:IsA("Tool") then
  2537. for i,mesh in pairs(v:GetDescendants()) do
  2538. if mesh.Name == "Mesh" then
  2539. mesh:Destroy()
  2540. end
  2541. end
  2542. end
  2543. end
  2544. end
  2545.  
  2546. Commands.orbit = function(args)
  2547. if args[1] then
  2548. for i,v in pairs(findSinglePlayer(args[1])) do
  2549. view(v)
  2550. RocketPropulsion(5000,100,5000,v,"OrbitMove")
  2551. end
  2552. else
  2553. Notification("warning", "No player selected to orbit! Use: "..commandPrefix.."orbit player", 4)
  2554. end
  2555. end
  2556.  
  2557. Commands.unorbit = function(args)
  2558. for i,v in pairs(LP.Character:GetDescendants()) do
  2559. if v.Name == "OrbitMove" then
  2560. v:Destroy()
  2561. end
  2562. end
  2563. view(LP)
  2564. end
  2565.  
  2566. Commands.pos = function(args)
  2567. Notification("info", "Your current position is ".. tostring(LP.Character.HumanoidRootPart.Position), 9)
  2568. end
  2569.  
  2570. SavedPosition = ""
  2571. Commands.savepos = function(args)
  2572. SavedPosition = LP.Character.HumanoidRootPart.CFrame
  2573. end
  2574. Commands.loadpos = function(args)
  2575. if SavedPosition ~= "" then
  2576. LP.Character.HumanoidRootPart.CFrame = SavedPosition
  2577. end
  2578. end
  2579.  
  2580. Commands.tppos = function(args)
  2581. if args[1] and args[2] and args[3] then
  2582. LP.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(args[1], args[2], args[3]))
  2583. end
  2584. end
  2585.  
  2586. Commands.pmspam = function(args)
  2587. if args[1] then
  2588. local gotPlayer = ""
  2589. for i,v in pairs(findPlayer(args[1])) do
  2590. gotPlayer = v
  2591. end
  2592. table.remove(args, 1)
  2593. local pmSpamMsg = table.concat(args," ")
  2594. spamtext = "/w "..gotPlayer.Name.." "..pmSpamMsg
  2595. spamming = true
  2596. end
  2597. end
  2598.  
  2599. Commands.unpmspam = function(args)
  2600. spamming = false
  2601. end
  2602.  
  2603. Commands.wsvis = function(args)
  2604. if args[1] then
  2605. for i,v in pairs(gsWorkspace:GetDescendants()) do
  2606. if v:IsA("Part") or v:IsA("Decal") then
  2607. if tonumber(args[1]) > 1 then
  2608. v.Transparency = 0.5
  2609. else
  2610. v.Transparency = args[1]
  2611. end
  2612. end
  2613. end
  2614. end
  2615. clientSided()
  2616. end
  2617.  
  2618. Commands.bringobj = function(args)
  2619. if args[1] then
  2620. local Object = ""
  2621. for i,v in pairs(gsWorkspace:GetDescendants()) do
  2622. if string.lower(v.Name) == string.lower(args[1]) then
  2623. Object = v
  2624. end
  2625. end
  2626. if Object == "" then
  2627. Notification("warning", "Object was not found in the workspace.", 6)
  2628. end
  2629. if args[2] then
  2630. Object.CFrame = LP.Character.HumanoidRootPart.CFrame + LP.Character.HumanoidRootPart.CFrame.lookVector * args[2]
  2631. else
  2632. Object.CFrame = LP.Character.HumanoidRootPart.CFrame + LP.Character.HumanoidRootPart.CFrame.lookVector * 3
  2633. end
  2634. clientSided()
  2635. end
  2636. end
  2637.  
  2638. CBRINGplr = ""
  2639. cbringing = false
  2640. cbringingall = false
  2641. Commands.cbring = function(args)
  2642. if args[1] then
  2643. if string.lower(tostring(args[1])) == "all" or string.lower(tostring(args[1])) == "others" then
  2644. cbringingall = true
  2645. else
  2646. for i,v in pairs(findPlayer(args[1])) do
  2647. CBRINGplr = v
  2648. cbringing = true
  2649. end
  2650. end
  2651. if args[2] then
  2652. CBRINGamount = args[2]
  2653. else
  2654. CBRINGamount = 3
  2655. end
  2656. clientSided()
  2657. end
  2658. end
  2659.  
  2660. Commands.uncbring = function(args)
  2661. cbringing = false
  2662. cbringingall = false
  2663. end
  2664.  
  2665. Commands.cfreeze = function(args)
  2666. if args[1] then
  2667. for i,v in pairs(findPlayer(args[1])) do
  2668. v.Character.HumanoidRootPart.Anchored = true
  2669. end
  2670. clientSided()
  2671. end
  2672. end
  2673.  
  2674. Commands.uncfreeze = function(args)
  2675. if args[1] then
  2676. for i,v in pairs(findPlayer(args[1])) do
  2677. v.Character.HumanoidRootPart.Anchored = false
  2678. end
  2679. else
  2680. for i,all in pairs(gsPlayers:GetPlayers()) do
  2681. all.Character.HumanoidRootPart.Anchored = false
  2682. end
  2683. end
  2684. end
  2685.  
  2686. Commands.unattach = function(args)
  2687. local function getout(player,player2)
  2688. local char1,char2=player.Character,player2.Character
  2689. if char1 and char2 then
  2690. char1:MoveTo(char2.Head.Position)
  2691. end
  2692. end
  2693. getout(LP, LP)
  2694. end
  2695.  
  2696. currentToolSize = ""
  2697. Commands.reach = function(args)
  2698. if args[1] then
  2699. for i,v in pairs(LP.Character:GetDescendants()) do
  2700. if v:IsA("Tool") then
  2701. if string.lower(tostring(args[1])) == "off" then
  2702. v.Handle.Size = currentToolSize
  2703. v.Handle.SelectionBoxCreated:Destroy()
  2704. LP.Character.Humanoid:UnequipTools()
  2705. elseif string.lower(tostring(args[1])) == "on" then
  2706. if args[2] then
  2707. currentToolSize = v.Handle.Size
  2708. local a = Instance.new("SelectionBox",v.Handle)
  2709. a.Name = "SelectionBoxCreated"
  2710. a.Adornee = v.Handle
  2711. v.Handle.Size = Vector3.new(0.5,0.5,args[2])
  2712. v.GripPos = Vector3.new(0,0,0)
  2713. LP.Character.Humanoid:UnequipTools()
  2714. else
  2715. currentToolSize = v.Handle.Size
  2716. local a = Instance.new("SelectionBox",v.Handle)
  2717. a.Name = "SelectionBoxCreated"
  2718. a.Adornee = v.Handle
  2719. v.Handle.Size = Vector3.new(0.5,0.5,60)
  2720. v.GripPos = Vector3.new(0,0,0)
  2721. LP.Character.Humanoid:UnequipTools()
  2722. end
  2723. end
  2724. end
  2725. end
  2726. end
  2727. end
  2728.  
  2729. Commands.droptool = function(args)
  2730. for i,v in pairs(LP.Character:GetDescendants()) do
  2731. if v:IsA("Tool") then
  2732. v.Parent = gsWorkspace
  2733. end
  2734. end
  2735. for i,a in pairs(LP.Backpack:GetDescendants()) do
  2736. if a:IsA("Tool") then
  2737. a.Parent = gsWorkspace
  2738. end
  2739. end
  2740. end
  2741.  
  2742. Commands.drophats = function(args)
  2743. for i,v in pairs(LP.Character:GetDescendants()) do
  2744. if v:IsA("Accessory") or v:IsA("Hat") then
  2745. v.Parent = gsWorkspace
  2746. end
  2747. end
  2748. end
  2749.  
  2750. Commands.hidecmdbar = function(args)
  2751. CMDBAR.Visible = false
  2752. end
  2753.  
  2754. Commands.showcmdbar = function(args)
  2755. CMDBAR.Visible = true
  2756. end
  2757.  
  2758. Commands.prefix = function(args)
  2759. if args[1] then
  2760. commandPrefix = string.sub(tostring(args[1]), 1, 1)
  2761. fullUpdate()
  2762. end
  2763. end
  2764.  
  2765. Commands.removeinvis = function(args)
  2766. for i,v in pairs(gsWorkspace:GetDescendants()) do
  2767. if v:IsA("Part") and v.Name ~= "HumanoidRootPart" then
  2768. if v.Transparency == 1 then
  2769. v:Destroy()
  2770. end
  2771. end
  2772. end
  2773. clientSided()
  2774. end
  2775.  
  2776. Commands.removefog = function(args)
  2777. gsLighting.FogStart = 0
  2778. gsLighting.FogEnd = 9999999999999
  2779. clientSided()
  2780. end
  2781.  
  2782. Commands.animation = function(args)
  2783. if args[1] then
  2784. if string.lower(tostring(args[1])) == "gui" then
  2785. loadstring(game:HttpGet(("https://pastebin.com/raw/mdbTSP4d"),true))()
  2786. else
  2787. local Anim = Instance.new("Animation")
  2788. Anim.AnimationId = "rbxassetid://".. tostring(args[1])
  2789. local track = LP.Character.Humanoid:LoadAnimation(Anim)
  2790. if args[2] then
  2791. track:Play(.1, 1, args[2])
  2792. else
  2793. track:Play(.1, 1, 1)
  2794. end
  2795. end
  2796. end
  2797. end
  2798.  
  2799. Commands.btools = function(args)
  2800. local Clone_T = Instance.new("HopperBin",LP.Backpack)
  2801. Clone_T.BinType = "Clone"
  2802. local Destruct = Instance.new("HopperBin",LP.Backpack)
  2803. Destruct.BinType = "Hammer"
  2804. local Hold_T = Instance.new("HopperBin",LP.Backpack)
  2805. Hold_T.BinType = "Grab"
  2806. clientSided()
  2807. end
  2808.  
  2809. Commands.esp = function(args)
  2810. if args[1] then
  2811. for i,v in pairs(findPlayer(args[1])) do
  2812. local espPlayer = v
  2813. for i,createESP in pairs(espPlayer.Character:GetDescendants()) do
  2814. if createESP:IsA("Part") or createESP:IsA("MeshPart") then
  2815. if createESP.Name ~= "HumanoidRootPart" and createESP.Name ~= "Handle" then
  2816. local current = true
  2817. local espBOX = Instance.new("BoxHandleAdornment")
  2818. espBOX.Parent = gsCoreGui
  2819. espBOX.Name = "rGET"..espPlayer.Name
  2820. espBOX.Adornee = createESP
  2821. espBOX.AlwaysOnTop = true
  2822. espBOX.ZIndex = 0
  2823. espBOX.Size = createESP.Size
  2824. espBOX.Transparency = 0.3
  2825. local AboveHead = Instance.new("BillboardGui")
  2826. AboveHead.Parent = gsCoreGui
  2827. AboveHead.Adornee = espPlayer.Character.Head
  2828. AboveHead.Name = "rGET"..espPlayer.Name
  2829. AboveHead.Size = UDim2.new(0, 100, 0, 100)
  2830. AboveHead.StudsOffset = Vector3.new(0, 1, 0)
  2831. AboveHead.AlwaysOnTop = true
  2832. local Info = Instance.new("TextLabel")
  2833. Info.Parent = AboveHead
  2834. Info.BackgroundTransparency = 1
  2835. Info.Position = UDim2.new(0, 0, 0, 0)
  2836. Info.Size = UDim2.new(1, 0, 0, 40)
  2837. Info.TextColor3 = Color3.fromRGB(200,200,200)
  2838. Info.TextStrokeTransparency = 0.5
  2839. Info.TextSize = 15
  2840. if espPlayer.TeamColor == LP.TeamColor then
  2841. espBOX.Color = BrickColor.new("Lime green")
  2842. Info.TextStrokeColor3 = Color3.fromRGB(10,100,10)
  2843. else
  2844. espBOX.Color = BrickColor.new("Really red")
  2845. Info.TextStrokeColor3 = Color3.fromRGB(100,10,10)
  2846. end
  2847. game:GetService('RunService').Stepped:connect(function()
  2848. if current and LP.Character.Humanoid and espPlayer.Character.HumanoidRootPart then
  2849. Info.Text = espPlayer.Name.." (".. math.floor((LP.Character.HumanoidRootPart.Position - espPlayer.Character.HumanoidRootPart.Position).magnitude)..")"
  2850. end
  2851. end)
  2852. espPlayer.Character.Humanoid.Died:Connect(function()
  2853. current = false
  2854. espBOX:Destroy()
  2855. AboveHead:Destroy()
  2856. end)
  2857. gsPlayers.PlayerRemoving:Connect(function(plr)
  2858. if plr == espPlayer then
  2859. current = false
  2860. espBOX:Destroy()
  2861. AboveHead:Destroy()
  2862. end
  2863. end)
  2864. end
  2865. end
  2866. end
  2867. end
  2868. clientSided()
  2869. end
  2870. end
  2871.  
  2872. Commands.unesp = function(args)
  2873. if not args[1] then
  2874. for i,v in pairs(gsCoreGui:GetDescendants()) do
  2875. if string.sub(v.Name, 1, 4) == "rGET" then
  2876. v:Destroy()
  2877. end
  2878. end
  2879. else
  2880. for i,v in pairs(gsCoreGui:GetDescendants()) do
  2881. if string.sub(v.Name, 1, 4) == "rGET" then
  2882. for i,a in pairs(findPlayer(args[1])) do
  2883. if string.sub(v.Name, 5) == a.Name then
  2884. v:Destroy()
  2885. end
  2886. end
  2887. end
  2888. end
  2889. end
  2890. end
  2891.  
  2892. Commands.dice = function(args)
  2893. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("You rolled a dice for ".. tostring(math.random(1, 6)), "All")
  2894. end
  2895.  
  2896. Commands.random = function(args)
  2897. if args[1] and args[2] then
  2898. 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")
  2899. end
  2900. end
  2901.  
  2902. Commands.closegame = function(args)
  2903. game:Shutdown()
  2904. end
  2905.  
  2906. Commands.savetool = function(args)
  2907. if args[1] then
  2908. for i,a in pairs(LP.Character:GetDescendants()) do
  2909. if a:IsA("Tool") and string.lower(a.Name) == string.lower(tostring(args[1])) then
  2910. a.Parent = LP
  2911. local oldName = a.Name
  2912. a.Name = "saved "..oldName
  2913. else
  2914. for i,n in pairs(LP.Backpack:GetDescendants()) do
  2915. if n:IsA("Tool") and string.lower(n.Name) == string.lower(tostring(args[1])) then
  2916. n.Parent = LP
  2917. local sOldName = n.Name
  2918. n.Name = "saved "..sOldName
  2919. end
  2920. end
  2921. end
  2922. end
  2923. else
  2924. for i,v in pairs(LP.Character:GetDescendants()) do
  2925. if v:IsA("Tool") then
  2926. v.Parent = LP
  2927. local oldName = v.Name
  2928. v.Name = "saved "..oldName
  2929. end
  2930. end
  2931. end
  2932. end
  2933.  
  2934. Commands.loadtool = function(args)
  2935. if args[1] then
  2936. for i,a in pairs(LP:GetChildren()) do
  2937. 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
  2938. a.Parent = LP.Backpack
  2939. local currentName = a.Name
  2940. a.Name = string.sub(currentName, 7)
  2941. end
  2942. end
  2943. else
  2944. for i,v in pairs(LP:GetChildren()) do
  2945. if string.sub(v.Name, 1, 5) == "saved" then
  2946. v.Parent = LP.Backpack
  2947. local currentName = v.Name
  2948. v.Name = string.sub(currentName, 7)
  2949. end
  2950. end
  2951. end
  2952. end
  2953.  
  2954. Commands.savealltool = function(args)
  2955. for i,v in pairs(LP.Character:GetDescendants()) do
  2956. if v:IsA("Tool") then
  2957. v.Parent = LP
  2958. local oldName = v.Name
  2959. v.Name = "saved "..oldName
  2960. end
  2961. end
  2962. for i,v in pairs(LP.Backpack:GetDescendants()) do
  2963. if v:IsA("Tool") then
  2964. v.Parent = LP
  2965. local oldName = v.Name
  2966. v.Name = "saved "..oldName
  2967. end
  2968. end
  2969. end
  2970.  
  2971. Commands.loadalltool = function(args)
  2972. for i,v in pairs(LP:GetChildren()) do
  2973. if v:IsA("Tool") and string.sub(v.Name, 1, 5) == "saved" then
  2974. v.Parent = LP.Backpack
  2975. local currentName = v.Name
  2976. v.Name = string.sub(currentName, 7)
  2977. end
  2978. end
  2979. end
  2980.  
  2981. Mouse.KeyDown:Connect(function(key)
  2982. if key == clicktpKEY and clicktpACTIVE == true then
  2983. if Mouse.Target then
  2984. LP.Character.HumanoidRootPart.CFrame = CFrame.new(Mouse.Hit.x, Mouse.Hit.y + 5, Mouse.Hit.z)
  2985. end
  2986. end
  2987. if key == clickdelKEY and clickdelACTIVE == true then
  2988. if Mouse.Target then
  2989. Mouse.Target:Destroy()
  2990. end
  2991. end
  2992. end)
  2993. Mouse.Button1Down:Connect(function()
  2994. if clicktpACTIVE == true and clicktpCLICK == true then
  2995. if Mouse.Target then
  2996. LP.Character.HumanoidRootPart.CFrame = CFrame.new(Mouse.Hit.x, Mouse.Hit.y + 5, Mouse.Hit.z)
  2997. end
  2998. end
  2999. if clickdelACTIVE == true and clickdelCLICK == true then
  3000. if Mouse.Target then
  3001. Mouse.Target:Destroy()
  3002. end
  3003. end
  3004. end)
  3005.  
  3006. clicktpKEY = ""
  3007. clickdelKEY = ""
  3008. clicktpACTIVE = false
  3009. clickdelACTIVE = false
  3010. clicktpCLICK = false
  3011. clickdelCLICK = false
  3012.  
  3013. Commands.clicktp = function(args)
  3014. if args[1] then
  3015. clicktpKEY = string.sub(tostring(args[1]), 1, 1)
  3016. clicktpACTIVE = true
  3017. clicktpCLICK = false
  3018. else
  3019. clicktpKEY = ""
  3020. clicktpACTIVE = true
  3021. clicktpCLICK = true
  3022. end
  3023. clientSided()
  3024. end
  3025.  
  3026. Commands.clickdel = function(args)
  3027. if args[1] then
  3028. clickdelKEY = string.sub(tostring(args[1]), 1, 1)
  3029. clickdelACTIVE = true
  3030. clickdelCLICK = false
  3031. else
  3032. clickdelKEY = ""
  3033. clickdelACTIVE = true
  3034. clickdelCLICK = true
  3035. end
  3036. clientSided()
  3037. end
  3038.  
  3039. Commands.unclicktp = function(args)
  3040. clicktpACTIVE = false
  3041. end
  3042.  
  3043. Commands.unclickdel = function(args)
  3044. clickdelACTIVE = false
  3045. end
  3046.  
  3047. Commands.oof = function(args)
  3048. spawn(function()
  3049. while wait() do
  3050. for i,v in pairs(game:GetService'Players':GetPlayers()) do
  3051. if v.Character ~= nil and v.Character:FindFirstChild'Head' then
  3052. for _,x in pairs(v.Character.Head:GetChildren()) do
  3053. 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
  3054. end
  3055. end
  3056. end
  3057. end
  3058. end)
  3059. end
  3060.  
  3061. Commands.chatlogs = function(args)
  3062. MainChatFrame.Position = UDim2.new(0, 760, 0, 261)
  3063. MainChatFrame.Visible = true
  3064. end
  3065.  
  3066. Commands.stopadmin = function(args)
  3067. commandPrefix = " "
  3068. following = false
  3069. trailing = false
  3070. annoying = false
  3071. CMDBAR.Visible = false
  3072. Match.Visible = false
  3073. flying = false
  3074. end
  3075.  
  3076. Commands.freecam = function(args)
  3077. for i,getFC in pairs(gsWorkspace:GetDescendants()) do
  3078. if getFC.Name == "rGETpartNUMBER2" then
  3079. getFC:Destroy()
  3080. end
  3081. end
  3082. local CameraPart = Instance.new("Part")
  3083. CameraPart.CanCollide = false
  3084. CameraPart.CFrame = LP.Character.Head.CFrame
  3085. CameraPart.Locked = true
  3086. CameraPart.Transparency = 1
  3087. CameraPart.Size = Vector3.new(1, 1, 1)
  3088. CameraPart.Parent = gsWorkspace
  3089. CameraPart.Name = "rGETpartNUMBER2"
  3090. if bypassMODE == true then
  3091. loopviewfc = true
  3092. elseif bypassMODE == false then
  3093. gsWorkspace.CurrentCamera.CameraSubject = CameraPart
  3094. end
  3095. local speedget = 1
  3096. local T = CameraPart
  3097. local CONTROL = {F = 0, B = 0, L = 0, R = 0}
  3098. local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  3099. local SPEED = speedget
  3100. if args[1] then
  3101. speedfly = tonumber(args[1])
  3102. else
  3103. speedfly = 1
  3104. end
  3105. local function freecamfly()
  3106. LP.Character.Head.Anchored = true
  3107. doFREECAM = true
  3108. local BG = Instance.new('BodyGyro', T)
  3109. local BV = Instance.new('BodyVelocity', T)
  3110. BG.P = 9e4
  3111. BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  3112. BG.cframe = T.CFrame
  3113. BV.velocity = Vector3.new(0, 0.1, 0)
  3114. BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
  3115. spawn(function()
  3116. repeat wait()
  3117. if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
  3118. SPEED = 50
  3119. elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
  3120. SPEED = 0
  3121. end
  3122. if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
  3123. 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
  3124. lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
  3125. elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
  3126. 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
  3127. else
  3128. BV.velocity = Vector3.new(0, 0.1, 0)
  3129. end
  3130. BG.cframe = workspace.CurrentCamera.CoordinateFrame
  3131. until not doFREECAM
  3132. CONTROL = {F = 0, B = 0, L = 0, R = 0}
  3133. lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  3134. SPEED = 0
  3135. BG:destroy()
  3136. BV:destroy()
  3137. end)
  3138. end
  3139. Mouse.KeyDown:connect(function(KEY)
  3140. if KEY:lower() == 'w' then
  3141. CONTROL.F = speedfly
  3142. elseif KEY:lower() == 's' then
  3143. CONTROL.B = -speedfly
  3144. elseif KEY:lower() == 'a' then
  3145. CONTROL.L = -speedfly
  3146. elseif KEY:lower() == 'd' then
  3147. CONTROL.R = speedfly
  3148. end
  3149. end)
  3150. Mouse.KeyUp:connect(function(KEY)
  3151. if KEY:lower() == 'w' then
  3152. CONTROL.F = 0
  3153. elseif KEY:lower() == 's' then
  3154. CONTROL.B = 0
  3155. elseif KEY:lower() == 'a' then
  3156. CONTROL.L = 0
  3157. elseif KEY:lower() == 'd' then
  3158. CONTROL.R = 0
  3159. end
  3160. end)
  3161. freecamfly()
  3162. end
  3163.  
  3164. Commands.fc = function(args)
  3165. if args[1] then
  3166. run(commandPrefix.."freecam "..args[1])
  3167. else
  3168. run(commandPrefix.."freecam")
  3169. end
  3170. end
  3171.  
  3172. Commands.unfreecam = function(args)
  3173. doFREECAM = false
  3174. LP.Character.Head.Anchored = false
  3175. view(LP)
  3176. if gsWorkspace.rGETpartNUMBER2 then
  3177. gsWorkspace.rGETpartNUMBER2:Destroy()
  3178. end
  3179. loopviewfc = false
  3180. end
  3181.  
  3182. Commands.unfc = function(args)
  3183. doFREECAM = false
  3184. LP.Character.Head.Anchored = false
  3185. view(LP)
  3186. if gsWorkspace.rGETpartNUMBER2 then
  3187. gsWorkspace.rGETpartNUMBER2:Destroy()
  3188. end
  3189. loopviewfc = false
  3190. end
  3191.  
  3192. Commands.gotofc = function(args)
  3193. doFREECAM = false
  3194. LP.Character.Head.Anchored = false
  3195. view(LP)
  3196. pcall(function()
  3197. LP.Character.HumanoidRootPart.CFrame = gsWorkspace.rGETpartNUMBER2.CFrame
  3198. gsWorkspace.rGETpartNUMBER2:Destroy()
  3199. end)
  3200. loopviewfc = false
  3201. end
  3202.  
  3203. Commands.fctp = function(args)
  3204. if args[1] then
  3205. for i,v in pairs(findPlayer(args[1])) do
  3206. pcall(function()
  3207. gsWorkspace.rGETpartNUMBER2.CFrame = v.Character.Head.CFrame
  3208. end)
  3209. end
  3210. end
  3211. end
  3212.  
  3213. Commands.cmds = function(args)
  3214. CMDSmain.Position = UDim2.new(0, 695, 0, 297)
  3215. CMDSmain.Visible = true
  3216. CMDSmain:TweenSize(UDim2.new(0, 440, 0, 367), "InOut", "Sine", 1)
  3217. end
  3218.  
  3219. Commands.fullcredits = function(args)
  3220. Notification("info", "Credit to Autumn, Josh and 3dsboy08 (Help with "..commandPrefix.."remotespy and anti client kick)", 1)
  3221. Notification("info", "Credit to Infinite Yield developers (Assisted in "..commandPrefix.."esp and "..commandPrefix.."fly commands)", 1)
  3222. Notification("info", "Credit to Timeless ("..commandPrefix.."invisible) and Harkinian ("..commandPrefix.."shutdown)", 1)
  3223. Notification("info", "Credit to DEX creators ("..commandPrefix.."explorer) and xFunnieuss ("..commandPrefix.."spinhats)", 1)
  3224. Notification("info", "Only creator is illremember", 2)
  3225. end
  3226.  
  3227. Commands.hotkey = function(args)
  3228. if args[1] then
  3229. local hotkeyKEY = string.sub(tostring(args[1]), 1, 3)
  3230. if args[2] then
  3231. table.remove(args, 1)
  3232. local hotkeyCMD = table.concat(args, " ")
  3233. table.insert(hotkeys, hotkeyCMD.."//"..hotkeyKEY)
  3234. fullUpdate()
  3235. Notification("info", "Hotkey added!", 1)
  3236. end
  3237. end
  3238. end
  3239.  
  3240. Mouse.KeyDown:Connect(function(key)
  3241. for i,v in pairs(hotkeys) do
  3242. local currentKey = string.match(v, "[%a%d]+$")
  3243. if string.len(currentKey) == 1 then
  3244. if key == string.sub(v, #v, #v) then
  3245. local commandtoRUN = string.match(v, "^[%w%s]+")
  3246. if string.sub(string.lower(tostring(commandtoRUN)), 1, 3) == "fly" then
  3247. if bypassMODE == true then
  3248. if doFREECAM == false then
  3249. run(commandPrefix..tostring(commandtoRUN))
  3250. else
  3251. run(commandPrefix.."unfly")
  3252. end
  3253. else
  3254. if flying == false then
  3255. run(commandPrefix..tostring(commandtoRUN))
  3256. else
  3257. run(commandPrefix.."unfly")
  3258. end
  3259. end
  3260. elseif tostring(commandtoRUN) == "noclip" then
  3261. if noclip == false then
  3262. run(commandPrefix..tostring(commandtoRUN))
  3263. else
  3264. run(commandPrefix.."clip")
  3265. end
  3266. elseif tostring(commandtoRUN) == "freecam" or tostring(commandtoRUN) == "fc" then
  3267. if doFREECAM == false then
  3268. run(commandPrefix..tostring(commandtoRUN))
  3269. else
  3270. if fchotkeymode == "goto" then
  3271. run(commandPrefix.."gotofc")
  3272. elseif fchotkeymode == "unfc" then
  3273. run(commandPrefix.."unfreecam")
  3274. end
  3275. end
  3276. else
  3277. run(commandPrefix..tostring(commandtoRUN))
  3278. end
  3279. end
  3280. else
  3281. if string.lower(string.sub(tostring(currentKey), 1, 1)) == "f" then
  3282. local commandtoRUN = string.match(v, "^[%w%s]+")
  3283. local hotkeyadjust = tonumber(string.sub(currentKey, 2, 3)) + 25
  3284. if string.byte(key) == hotkeyadjust then
  3285. if string.sub(string.lower(tostring(commandtoRUN)), 1, 3) == "fly" then
  3286. if bypassMODE == true then
  3287. if doFREECAM == false then
  3288. run(commandPrefix..tostring(commandtoRUN))
  3289. else
  3290. run(commandPrefix.."unfly")
  3291. end
  3292. else
  3293. if flying == false then
  3294. run(commandPrefix..tostring(commandtoRUN))
  3295. else
  3296. run(commandPrefix.."unfly")
  3297. end
  3298. end
  3299. elseif tostring(commandtoRUN) == "noclip" then
  3300. if noclip == false then
  3301. run(commandPrefix..tostring(commandtoRUN))
  3302. else
  3303. run(commandPrefix.."clip")
  3304. end
  3305. elseif tostring(commandtoRUN) == "freecam" or tostring(commandtoRUN) == "fc" then
  3306. if doFREECAM == false then
  3307. run(commandPrefix..tostring(commandtoRUN))
  3308. else
  3309. if fchotkeymode == "goto" then
  3310. run(commandPrefix.."gotofc")
  3311. elseif fchotkeymode == "unfc" then
  3312. run(commandPrefix.."unfreecam")
  3313. end
  3314. end
  3315. else
  3316. run(commandPrefix..tostring(commandtoRUN))
  3317. end
  3318. end
  3319. end
  3320. end
  3321. end
  3322. end)
  3323.  
  3324. Commands.removeallhotkey = function(args)
  3325. hotkeys = {}
  3326. fullUpdate()
  3327. Notification("warning", "All hotkeys reset/removed", 6)
  3328. end
  3329.  
  3330. Commands.removehotkey = function(args)
  3331. if args[1] then
  3332. for i,v in pairs(hotkeys) do
  3333. local currentKey = string.match(v, "[%a%d]+$")
  3334. if currentKey == string.lower(tostring(args[1])) then
  3335. table.remove(hotkeys, i)
  3336. fullUpdate()
  3337. end
  3338. end
  3339. end
  3340. end
  3341.  
  3342. Commands.printhotkeys = function(args)
  3343. for i,v in pairs(hotkeys) do
  3344. warn("HOTKEYS:")
  3345. print(v)
  3346. end
  3347. end
  3348.  
  3349. Commands.os = function(args)
  3350. if args[1] then
  3351. for i,v in pairs(findPlayer(args[1])) do
  3352. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(v.Name.." is on "..v.OsPlatform, "All")
  3353. end
  3354. end
  3355. end
  3356.  
  3357. spinning = false
  3358. Commands.spin = function(args)
  3359. if args[1] then
  3360. for i,v in pairs(findSinglePlayer(args[1])) do
  3361. run(commandPrefix.."attach "..v.Name)
  3362. annplr = v
  3363. annoying = true
  3364. spinning = true
  3365. end
  3366. end
  3367. end
  3368.  
  3369. Commands.unspin = function(args)
  3370. if spinning then
  3371. annoying = false
  3372. spinning = false
  3373. end
  3374. run(""..commandPrefix.."unattach")
  3375. end
  3376.  
  3377. Commands.explorer = function(args)
  3378. loadstring(game:GetObjects("rbxassetid://418957341")[1].Source)()
  3379. Notification("info", "Loaded DEX explorer!", 5)
  3380. end
  3381.  
  3382. Commands.maxzoom = function(args)
  3383. if args[1] then
  3384. LP.CameraMaxZoomDistance = args[1]
  3385. end
  3386. end
  3387.  
  3388. Commands.stare = function(args)
  3389. if args[1] then
  3390. for i,v in pairs(findSinglePlayer(args[1])) do
  3391. stareplr = v
  3392. staring = true
  3393. end
  3394. end
  3395. end
  3396.  
  3397. Commands.unstare = function(args)
  3398. staring = false
  3399. end
  3400.  
  3401. Commands.tempgod = function(args)
  3402. local hu = LP.Character.Humanoid
  3403. local l = Instance.new("Humanoid")
  3404. l.Parent = LP.Character
  3405. l.Name = "Humanoid"
  3406. wait(0.1)
  3407. hu.Parent = LP
  3408. gsWorkspace.CurrentCamera.CameraSubject = LP.Character
  3409. LP.Character.Animate.Disabled = true
  3410. wait(0.1)
  3411. LP.Character.Animate.Disabled = false
  3412. Notification("info", "Enabled Temp FE Godmode", 4)
  3413. end
  3414.  
  3415. Commands.void = function(args)
  3416. if hasTools() == false then
  3417. Notification("warning", "You need a tool in your backpack/inventory to use this command.", 8)
  3418. else
  3419. FEGodmode()
  3420. for i,v in pairs(LP.Backpack:GetChildren())do
  3421. LP.Character.Humanoid:EquipTool(v)
  3422. end
  3423. if args[1] then
  3424. for i,v in pairs(findSinglePlayer(args[1])) do
  3425. local NOW = LP.Character.HumanoidRootPart.CFrame
  3426. LP.Character.HumanoidRootPart.CFrame = v.Character["Left Arm"].CFrame
  3427. wait(0.3)
  3428. LP.Character.HumanoidRootPart.CFrame = v.Character["Left Arm"].CFrame
  3429. local function tp(player,player2)
  3430. local char1,char2=player.Character,player2.Character
  3431. if char1 and char2 then
  3432. char1:MoveTo(char2.Head.Position)
  3433. end
  3434. end
  3435. wait(0.5)
  3436. LP.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(999999999999999,0,999999999999999))
  3437. end
  3438. end
  3439. end
  3440. end
  3441.  
  3442. Commands.freefall = function(args)
  3443. if hasTools() == false then
  3444. Notification("warning", "You need a tool in your backpack/inventory to use this command.", 8)
  3445. else
  3446. FEGodmode()
  3447. for i,v in pairs(LP.Backpack:GetChildren())do
  3448. LP.Character.Humanoid:EquipTool(v)
  3449. end
  3450. if args[1] then
  3451. for i,v in pairs(findSinglePlayer(args[1])) do
  3452. local NOW = LP.Character.HumanoidRootPart.CFrame
  3453. LP.Character.HumanoidRootPart.CFrame = v.Character["Left Arm"].CFrame
  3454. wait(0.3)
  3455. LP.Character.HumanoidRootPart.CFrame = v.Character["Left Arm"].CFrame
  3456. wait(0.5)
  3457. LP.Character.HumanoidRootPart.CFrame = NOW
  3458. wait(0.5)
  3459. LP.Character.HumanoidRootPart.CFrame = NOW
  3460. wait(0.6)
  3461. LP.Character.HumanoidRootPart.CFrame = CFrame.new(0,50000,0)
  3462. end
  3463. end
  3464. end
  3465. end
  3466.  
  3467. Commands.version = function(args)
  3468. Notification("info", "Current Shattervast Version: V2.8", 7)
  3469. end
  3470.  
  3471. Commands.shiftlockon = function(args)
  3472. LP.DevEnableMouseLock = true
  3473. Notification("info", "Shift lock enabled!", 5)
  3474. end
  3475.  
  3476. for i,needChat in pairs(gsPlayers:GetPlayers()) do
  3477. needChat.Chatted:Connect(function(msg)
  3478. if copychatall then
  3479. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(msg, "All")
  3480. end
  3481. end)
  3482. end
  3483. gsPlayers.PlayerAdded:Connect(function(plr)
  3484. plr.Chatted:Connect(function(msg)
  3485. if copychatall then
  3486. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(msg, "All")
  3487. end
  3488. end)
  3489. end)
  3490.  
  3491. copychatplayer = nil
  3492. copychatall = false
  3493. copychatACTIVE = false
  3494. Commands.copychat = function(args)
  3495. if args[1] then
  3496. if string.lower(args[1]) == "all" or string.lower(args[1]) == "others" then
  3497. copychatall = true
  3498. else
  3499. for i,v in pairs(findPlayer(args[1])) do
  3500. if v ~= LP then
  3501. copychatplayer = v
  3502. copychatACTIVE = true
  3503. end
  3504. end
  3505. end
  3506. end
  3507. end
  3508.  
  3509. Commands.uncopychat = function(args)
  3510. copychatall = false
  3511. copychatACTIVE = false
  3512. end
  3513.  
  3514. Commands.newkill = function(args)
  3515. if hasTools() == false then
  3516. Notification("warning", "You need TWO tools in your backpack/inventory to use this command.", 8)
  3517. else
  3518. if args[1] then
  3519. for i,plr in pairs(findSinglePlayer(args[1])) do
  3520. for i,v in pairs(LP.Backpack:GetChildren())do
  3521. LP.Character.Humanoid:EquipTool(v)
  3522. end
  3523. for i,v in pairs(LP.Backpack:GetDescendants()) do
  3524. if v:IsA("Tool") then
  3525. v.Parent = LP.Character
  3526. wait()
  3527. v.Parent = plr.Character
  3528. end
  3529. end
  3530. wait(0.4)
  3531. LP.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(4000000, -10, 200000))
  3532. end
  3533. end
  3534. end
  3535. end
  3536.  
  3537. Commands.newattach = function(args)
  3538. if hasTools() == false then
  3539. Notification("warning", "You need TWO tools in your backpack/inventory to use this command.", 8)
  3540. else
  3541. if args[1] then
  3542. for i,plr in pairs(findSinglePlayer(args[1])) do
  3543. for i,v in pairs(LP.Backpack:GetChildren())do
  3544. LP.Character.Humanoid:EquipTool(v)
  3545. end
  3546. for i,v in pairs(LP.Backpack:GetDescendants()) do
  3547. if v:IsA("Tool") then
  3548. v.Parent = LP.Character
  3549. wait()
  3550. v.Parent = plr.Character
  3551. end
  3552. end
  3553. end
  3554. end
  3555. end
  3556. end
  3557.  
  3558. Commands.newbring = function(args)
  3559. if hasTools() == false then
  3560. Notification("warning", "You need TWO tools in your backpack/inventory to use this command.", 8)
  3561. else
  3562. if args[1] then
  3563. for i,plr in pairs(findSinglePlayer(args[1])) do
  3564. local NOW = LP.Character.HumanoidRootPart.CFrame
  3565. for i,v in pairs(LP.Backpack:GetChildren())do
  3566. LP.Character.Humanoid:EquipTool(v)
  3567. end
  3568. for i,v in pairs(LP.Backpack:GetDescendants()) do
  3569. if v:IsA("Tool") then
  3570. v.Parent = LP.Character
  3571. wait()
  3572. v.Parent = plr.Character
  3573. end
  3574. end
  3575. wait(0.4)
  3576. LP.Character.HumanoidRootPart.CFrame = NOW
  3577. wait(0.4)
  3578. LP.Character.HumanoidRootPart.CFrame = NOW
  3579. end
  3580. end
  3581. end
  3582. end
  3583.  
  3584. Commands.spawn = function(args)
  3585. if args[1] then
  3586. if string.lower(tostring(args[1])) == "ws" then
  3587. spawnWS = args[2] or CurrentWalkspeed
  3588. LP.Character.Humanoid.WalkSpeed = args[2] or CurrentWalkspeed
  3589. elseif string.lower(tostring(args[1])) == "jp" then
  3590. spawnJP = args[2] or CurrentJumppower
  3591. LP.Character.Humanoid.JumpPower = args[2] or CurrentJumppower
  3592. elseif string.lower(tostring(args[1])) == "hh" then
  3593. spawnHH = args[2] or CurrentHipheight
  3594. LP.Character.Humanoid.HipHeight = args[2] or CurrentHipheight
  3595. elseif string.lower(tostring(args[1])) == "god" then
  3596. spawningfegod = true
  3597. FEGodmode()
  3598. end
  3599. end
  3600. end
  3601.  
  3602. Commands.unspawn = function(args)
  3603. spawnWS = CurrentWalkspeed
  3604. spawnJP = CurrentJumppower
  3605. spawnHH = CurrentHipheight
  3606. spawningfegod = false
  3607. Notification("info", "Reset spawning stats", 5)
  3608. end
  3609.  
  3610. savingtoolsloop = false
  3611. Commands.autosavetool = function(args)
  3612. if args[1] then
  3613. if string.lower(tostring(args[1])) == "on" then
  3614. savingtoolsloop = true
  3615. elseif string.lower(tostring(args[1])) == "off" then
  3616. savingtoolsloop = false
  3617. end
  3618. end
  3619. end
  3620.  
  3621. modeFling = false
  3622. modeCompliment = false
  3623. modeMove = false
  3624. modeInfo = false
  3625. Commands.beginbot = function(args)
  3626. if not args[1] then
  3627. print("fling // compliment // move // info")
  3628. Notification("info", ""..commandPrefix.."beginbot Modes printed", 5)
  3629. else
  3630. if string.lower(tostring(args[1])) == "fling" then
  3631. modeFling = true
  3632. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Hello! I am Fling-Bot 5000! Say !fling [Player] to fling that player!", "All")
  3633. elseif string.lower(tostring(args[1])) == "compliment" then
  3634. modeCompliment = true
  3635. complimentReady = true
  3636. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Good day, I am Compliment-Bot. Say !c [Player] to give them a compliment.", "All")
  3637. elseif string.lower(tostring(args[1])) == "move" then
  3638. modeMove = true
  3639. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Hi, I am movement bot. Commands you can use: !walk [Player], !bringbot, !follow [Player].", "All")
  3640. elseif string.lower(tostring(args[1])) == "info" then
  3641. modeInfo = true
  3642. infoReady = true
  3643. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Hey, I'm Info-Bot. Commands you can use: !age [Player], !id [Player].", "All")
  3644. end
  3645. end
  3646. end
  3647.  
  3648. Commands.endbot = function(args)
  3649. if not args[1] then
  3650. modeFling = false
  3651. modeCompliment = false
  3652. modeMove = false
  3653. modeInfo = false
  3654. else
  3655. if string.lower(tostring(args[1])) == "fling" then
  3656. modeFling = false
  3657. elseif string.lower(tostring(args[1])) == "compliment" then
  3658. modeCompliment = false
  3659. elseif string.lower(tostring(args[1])) == "move" then
  3660. modeMove = false
  3661. elseif string.lower(tostring(args[1])) == "info" then
  3662. modeInfo = false
  3663. end
  3664. end
  3665. end
  3666.  
  3667. Commands.stopsit = function(args)
  3668. stopsitting = true
  3669. end
  3670.  
  3671. Commands.gosit = function(args)
  3672. stopsitting = false
  3673. end
  3674.  
  3675. chattingerror = true
  3676. Commands.chaterror = function(args)
  3677. if chattingerror then
  3678. chattingerror = false
  3679. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(" ", "All")
  3680. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(" ", "All")
  3681. wait(4)
  3682. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(" ", "All")
  3683. wait(3)
  3684. chattingerror = true
  3685. end
  3686. end
  3687.  
  3688. spawnpos = nil
  3689. spawningpos = true
  3690. Commands.spawnpoint = function(args)
  3691. spawnpos = LP.Character.HumanoidRootPart.CFrame
  3692. spawningpos = true
  3693. Notification("info", "Spawn point has been set! Use "..commandPrefix.."nospawn to remove.", 6)
  3694. end
  3695.  
  3696. Commands.nospawn = function(args)
  3697. spawningpos = false
  3698. Notification("info", "Spawn point has been removed. Use "..commandPrefix.."spawnpoint to enable.", 6)
  3699. end
  3700.  
  3701. Commands.bypass = function(args)
  3702. if args[1] then
  3703. if string.lower(tostring(args[1])) == "on" then
  3704. bypassMODE = true
  3705. Notification("warning", "Bypass mode turned on, this changes functions of "..commandPrefix.."fly and other commands to bypass most anti-exploits.", 7)
  3706. elseif string.lower(tostring(args[1])) == "off" then
  3707. bypassMODE = false
  3708. Notification("warning", "Bypass mode has been turned off.", 7)
  3709. end
  3710. end
  3711. end
  3712.  
  3713. Commands.fixcam = function(args)
  3714. gsWorkspace.CurrentCamera:Destroy()
  3715. wait(0.1)
  3716. game:GetService("Workspace").CurrentCamera.CameraSubject = LP.Character.Humanoid
  3717. game:GetService("Workspace").CurrentCamera.CameraType = "Custom"
  3718. LP.CameraMinZoomDistance = 0.5
  3719. LP.CameraMaxZoomDistance = 400
  3720. LP.CameraMode = "Classic"
  3721. LP.DevCameraOcclusionMode = CurrentNormal
  3722. end
  3723.  
  3724. Commands.gotoobj = function(args)
  3725. if args[1] then
  3726. for i,v in pairs(gsWorkspace:GetDescendants()) do
  3727. if string.lower(v.Name) == string.lower(tostring(args[1])) then
  3728. LP.Character.HumanoidRootPart.CFrame = v.CFrame + Vector3.new(0, 3, 0)
  3729. end
  3730. end
  3731. end
  3732. end
  3733.  
  3734. Commands.breakcam = function(args)
  3735. gsWorkspace.CurrentCamera.CameraSubject = LP.Character.Head
  3736. end
  3737.  
  3738. Commands.inviscam = function(args)
  3739. LP.DevCameraOcclusionMode = "Invisicam"
  3740. end
  3741.  
  3742. printobjKEY = ""
  3743. printobjCLICKING = false
  3744. printobjACTIVE = false
  3745.  
  3746. Commands.printobj = function(args)
  3747. if args[1] then
  3748. printobjKEY = string.sub(tostring(args[1]), 1, 1)
  3749. printobjACTIVE = true
  3750. printobjCLICKING = false
  3751. else
  3752. printobjKEY = ""
  3753. printobjACTIVE = true
  3754. printobjCLICKING = true
  3755. end
  3756. end
  3757.  
  3758. Mouse.KeyDown:Connect(function(key)
  3759. if key == printobjKEY and printobjACTIVE == true then
  3760. if Mouse.Target then
  3761. local path = Mouse.Target:GetFullName()
  3762. local getPath = "game:GetService(\"Workspace\")"
  3763. local getSpaces = ""
  3764. local separate = {}
  3765. local a = nil
  3766. for v in string.gmatch(string.sub(path, 10), "[^.]+") do
  3767. if string.match(v, " ") then
  3768. a = "["..v.."]"
  3769. table.insert(separate, a)
  3770. else
  3771. a = "."..v
  3772. table.insert(separate, a)
  3773. end
  3774. getSpaces = table.concat(separate, "")
  3775. end
  3776. local fullPath = getPath..getSpaces
  3777. print(fullPath)
  3778. end
  3779. end
  3780. end)
  3781. Mouse.Button1Down:Connect(function()
  3782. if printobjCLICKING == true and printobjACTIVE == true then
  3783. if Mouse.Target then
  3784. local path = Mouse.Target:GetFullName()
  3785. local getPath = "game:GetService(\"Workspace\")"
  3786. local getSpaces = ""
  3787. local separate = {}
  3788. local a = nil
  3789. for v in string.gmatch(string.sub(path, 10), "[^.]+") do
  3790. if string.match(v, " ") then
  3791. a = "["..v.."]"
  3792. table.insert(separate, a)
  3793. else
  3794. a = "."..v
  3795. table.insert(separate, a)
  3796. end
  3797. getSpaces = table.concat(separate, "")
  3798. end
  3799. local fullPath = getPath..getSpaces
  3800. print(fullPath)
  3801. end
  3802. end
  3803. end)
  3804.  
  3805. Commands.unprintobj = function(args)
  3806. printobjACTIVE = false
  3807. printobjCLICKING = false
  3808. end
  3809.  
  3810. Commands.hotkeyfc = function(args)
  3811. if args[1] then
  3812. if string.lower(tostring(args[1])) == "goto" then
  3813. fchotkeymode = "goto"
  3814. elseif string.lower(tostring(args[1])) == "unfc" then
  3815. fchotkeymode = "unfc"
  3816. end
  3817. fullUpdate()
  3818. end
  3819. end
  3820.  
  3821. Commands.carpet = function(args)
  3822. if args[1] then
  3823. for i,v in pairs(findSinglePlayer(args[1])) do
  3824. if v ~= nil then
  3825. annoying = true
  3826. annplr = v
  3827. local carpetAnimation = Instance.new("Animation")
  3828. carpetAnimation.AnimationId = "rbxassetid://282574440"
  3829. carpetTrack = LP.Character.Humanoid:LoadAnimation(carpetAnimation)
  3830. carpetTrack:Play(.1, 1, 1)
  3831. end
  3832. end
  3833. end
  3834. end
  3835.  
  3836. Commands.uncarpet = function(args)
  3837. annoying = false
  3838. carpetTrack:Stop()
  3839. end
  3840.  
  3841. Commands.brickcreate = function(args)
  3842. if args[1] then
  3843. local createPosition = LP.Character.HumanoidRootPart.CFrame
  3844. if args[2] and args[3] and args[4] then
  3845. createPosition = CFrame.new(Vector3.new(args[2], args[3], args[4]))
  3846. else
  3847. createPosition = LP.Character.HumanoidRootPart.CFrame
  3848. end
  3849. for i = 1, args[1] do
  3850. LP.Character.HumanoidRootPart.CFrame = createPosition
  3851. run(commandPrefix.."blockhats")
  3852. wait(0.2)
  3853. run(commandPrefix.."drophats")
  3854. wait(0.2)
  3855. run(commandPrefix.."reset")
  3856. wait(6)
  3857. end
  3858. end
  3859. end
  3860.  
  3861. Commands.forward = function(args)
  3862. if args[1] then
  3863. forwardSpeed = args[1]
  3864. else
  3865. forwardSpeed = 1
  3866. end
  3867. cmdForward = true
  3868. end
  3869.  
  3870. Commands.unforward = function(args)
  3871. cmdForward = false
  3872. end
  3873.  
  3874. Commands.id = function(args)
  3875. if args[1] then
  3876. for i,v in pairs(findPlayer(args[1])) do
  3877. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(v.Name.." Account ID: "..v.UserId.."!", "All")
  3878. end
  3879. end
  3880. end
  3881.  
  3882. Commands.spinhats = function(args) -- Credit to xFunnieuss
  3883. for i,v in pairs(LP.Character:GetDescendants()) do
  3884. if v:IsA("Accessory") or v:IsA("Hat") then
  3885. local keep = Instance.new("BodyPosition") keep.Parent = v.Handle keep.Name = "no"
  3886. local spin = Instance.new("BodyAngularVelocity") spin.Parent = v.Handle spin.Name = "ha"
  3887. if v.Handle.AccessoryWeld then
  3888. v.Handle.AccessoryWeld:Destroy()
  3889. end
  3890. if args[1] then
  3891. spin.AngularVelocity = Vector3.new(0, args[1], 0)
  3892. spin.MaxTorque = Vector3.new(0, args[1] * 2, 0)
  3893. else
  3894. spin.AngularVelocity = Vector3.new(0, 100, 0)
  3895. spin.MaxTorque = Vector3.new(0, 200, 0)
  3896. end
  3897. keep.P = 30000
  3898. keep.D = 50
  3899. spinObj = keep
  3900. spinTOhead = true
  3901. end
  3902. end
  3903. end
  3904.  
  3905. Commands.unspinhats = function(args)
  3906. for i,v in pairs(LP.Character:GetDescendants()) do
  3907. if v:IsA("Accessory") or v:IsA("Hat") then
  3908. pcall(function()
  3909. run(commandPrefix.."drophats")
  3910. wait(2)
  3911. v.Handle.spin:Destroy()
  3912. v.Handle.keep:Destroy()
  3913. end)
  3914. end
  3915. end
  3916. end
  3917.  
  3918. savedmap = {}
  3919. Commands.savemap = function(args)
  3920. for i,v in pairs(gsWorkspace:GetChildren()) do
  3921. v.Archivable = true
  3922. if not v:IsA("Terrain") and not v:IsA("Camera") then
  3923. if not gsPlayers:FindFirstChild(v.Name) then
  3924. table.insert(savedmap, v:Clone())
  3925. end
  3926. end
  3927. end
  3928. clientSided()
  3929. end
  3930.  
  3931. Commands.loadmap = function(args)
  3932. for i,v in pairs(gsWorkspace:GetChildren()) do
  3933. if not v:IsA("Terrain") and not v:IsA("Camera") then
  3934. if not gsPlayers:FindFirstChild(v.Name) then
  3935. pcall(function()
  3936. v:Destroy()
  3937. end)
  3938. end
  3939. end
  3940. end
  3941. for i,a in ipairs(savedmap) do
  3942. a:Clone().Parent = gsWorkspace
  3943. end
  3944. clientSided()
  3945. end
  3946.  
  3947. Commands.creatorid = function(args)
  3948. LP.UserId = game.CreatorId
  3949. end
  3950.  
  3951. Commands.gameid = function(args)
  3952. Notification("info", "Current game's ID = "..game.GameId, 8)
  3953. end
  3954.  
  3955. Commands.delobj = function(args)
  3956. if args[1] then
  3957. for i,v in pairs(gsWorkspace:GetDescendants()) do
  3958. if string.lower(v.Name) == string.lower(tostring(args[1])) then
  3959. v:Destroy()
  3960. clientSided()
  3961. end
  3962. end
  3963. end
  3964. end
  3965.  
  3966. Commands.glide = function(args)
  3967. if args[1] then
  3968. for i,v in pairs(findSinglePlayer(args[1])) do
  3969. local goal = {}
  3970. goal.CFrame = v.Character.HumanoidRootPart.CFrame
  3971. local defaultSpeed = 3
  3972. if args[2] then
  3973. if tonumber(args[2]) < 10 then
  3974. defaultSpeed = tonumber(args[2])
  3975. else
  3976. defaultSpeed = 5
  3977. end
  3978. else
  3979. defaultSpeed = 3
  3980. end
  3981. local goalFunction = gsTween:Create(LP.Character.HumanoidRootPart, TweenInfo.new(defaultSpeed, Enum.EasingStyle.Sine, Enum.EasingDirection.InOut), goal)
  3982. goalFunction:Play()
  3983. end
  3984. end
  3985. end
  3986.  
  3987. stutterON = false
  3988. Commands.stutter = function(args)
  3989. if args[1] then
  3990. if string.lower(tostring(args[1])) == "on" then
  3991. stutterON = true
  3992. elseif string.lower(tostring(args[1])) == "off" then
  3993. stutterON = false
  3994. wait(0.4)
  3995. LP.Character.HumanoidRootPart.Anchored = false
  3996. end
  3997. end
  3998. end
  3999.  
  4000. spawn(function()
  4001. while wait(0.1) do
  4002. if stutterON == true then
  4003. LP.Character.HumanoidRootPart.Anchored = false
  4004. wait(0.1)
  4005. LP.Character.HumanoidRootPart.Anchored = true
  4006. end
  4007. end
  4008. end)
  4009.  
  4010. Commands.platform = function(args)
  4011. local a = Instance.new("Part")
  4012. a.Parent = gsWorkspace
  4013. a.Size = Vector3.new(10, 1, 10)
  4014. a.Anchored = true
  4015. a.CFrame = LP.Character.HumanoidRootPart.CFrame + Vector3.new(0, 5, 0)
  4016. LP.Character.HumanoidRootPart.CFrame = a.CFrame + Vector3.new(0, 2, 0)
  4017. clientSided()
  4018. wait(20)
  4019. a:Destroy()
  4020. end
  4021.  
  4022. Commands.servertime = function(args)
  4023. Notification("info", "Server time is "..math.ceil(tonumber(gsWorkspace.DistributedGameTime)).." seconds.", 8)
  4024. end
  4025.  
  4026. Commands.ride = function(args)
  4027. if args[1] then
  4028. for i,v in pairs(findSinglePlayer(args[1])) do
  4029. local Anim = Instance.new("Animation")
  4030. Anim.AnimationId = "rbxassetid://179224234"
  4031. RIDEtrack = LP.Character.Humanoid:LoadAnimation(Anim)
  4032. rideACTIVE = true
  4033. ridePLAYER = v
  4034. RIDEtrack:Play()
  4035. end
  4036. end
  4037. end
  4038.  
  4039. Commands.unride = function(args)
  4040. RIDEtrack:Stop()
  4041. rideACTIVE = false
  4042. end
  4043.  
  4044. Commands.cmute = function(args)
  4045. if args[1] then
  4046. for i,v in pairs(findSinglePlayer(args[1])) do
  4047. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("/mute "..v.Name, "All")
  4048. clientSided()
  4049. end
  4050. end
  4051. end
  4052.  
  4053. Commands.uncmute = function(args)
  4054. if args[1] then
  4055. for i,v in pairs(findSinglePlayer(args[1])) do
  4056. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("/unmute "..v.Name, "All")
  4057. end
  4058. end
  4059. end
  4060.  
  4061. Commands.hat = function(args)
  4062. if args[1] then
  4063. for i,v in pairs(findSinglePlayer(args[1])) do
  4064. local Anim = Instance.new("Animation")
  4065. Anim.AnimationId = "rbxassetid://282574440"
  4066. HATtrack = LP.Character.Humanoid:LoadAnimation(Anim)
  4067. rideACTIVE = true
  4068. ridePLAYER = v
  4069. HATtrack:Play()
  4070. view(v)
  4071. end
  4072. end
  4073. end
  4074.  
  4075. Commands.unhat = function(args)
  4076. HATtrack:Stop()
  4077. rideACTIVE = false
  4078. view(LP)
  4079. end
  4080.  
  4081. --[[Commands.spawnreset = function(args)
  4082. if args[1] then
  4083. if string.lower(tostring(args[1])) == "on" then
  4084. spawningatreset = true
  4085. elseif string.lower(tostring(args[1])) == "off" then
  4086. spawningatreset = false
  4087. end
  4088. end
  4089. end]]
  4090.  
  4091. Commands.chat = function(args)
  4092. if args[1] then
  4093. local Chatmsg = table.concat(args, " ")
  4094. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(Chatmsg, "All")
  4095. end
  4096. end
  4097.  
  4098. -- findPlayer function (ALL, OTHERS, ME, NOOBS, VETERANS, OLDVETERANS, FRIENDS, NOFRIENDS, DEFAULT, RANDOM, SAMETEAM, NOTEAM, OTHERTEAM, TEAMname)
  4099. function findPlayer(plr)
  4100. local players = {}
  4101. local find = plr:lower()
  4102. local getAllNames = getmultipleplayers(find)
  4103. for i,mplr in pairs(getAllNames) do
  4104. if mplr == "all" then
  4105. for i,v in pairs(gsPlayers:GetPlayers()) do
  4106. table.insert(players,v)
  4107. end
  4108. elseif mplr == "others" then
  4109. for i,v in pairs(gsPlayers:GetPlayers()) do
  4110. if v.Name ~= LP.Name then
  4111. table.insert(players,v)
  4112. end
  4113. end
  4114. elseif mplr == "me" then
  4115. table.insert(players,LP)
  4116. elseif mplr == "noobs" then
  4117. for i,v in pairs(gsPlayers:GetPlayers()) do
  4118. if v.AccountAge <= 3 then
  4119. table.insert(players,v)
  4120. end
  4121. end
  4122. elseif mplr == "veterans" then
  4123. for i,v in pairs(gsPlayers:GetPlayers()) do
  4124. if v.AccountAge >= 365 then
  4125. table.insert(players,v)
  4126. end
  4127. end
  4128. elseif mplr == "oldveterans" then
  4129. for i,v in pairs(gsPlayers:GetPlayers()) do
  4130. if v.AccountAge >= 1500 then
  4131. table.insert(players,v)
  4132. end
  4133. end
  4134. elseif mplr == "friends" then
  4135. for i,v in pairs(gsPlayers:GetPlayers()) do
  4136. if v:IsFriendsWith(LP.UserId) and v.Name ~= LP.Name then
  4137. table.insert(players,v)
  4138. end
  4139. end
  4140. elseif mplr == "nofriends" then
  4141. for i,v in pairs(gsPlayers:GetPlayers()) do
  4142. if not v:IsFriendsWith(LP.UserId) and v.Name ~= LP.Name then
  4143. table.insert(players,v)
  4144. end
  4145. end
  4146. elseif mplr == "default" then
  4147. for i,v in pairs(gsPlayers:GetPlayers()) do
  4148. if v.Character:FindFirstChild("Pal Hair") or v.Character:FindFirstChild("Kate Hair") then
  4149. table.insert(players,v)
  4150. end
  4151. end
  4152. elseif mplr == "random" then
  4153. for i,v in pairs(gsPlayers:GetPlayers()) do
  4154. table.insert(players,v[math.random(1, #v)])
  4155. end
  4156. elseif mplr == "sameteam" then
  4157. for i,v in pairs(gsPlayers:GetPlayers()) do
  4158. if v.Team == LP.Team then
  4159. table.insert(players,v)
  4160. end
  4161. end
  4162. elseif mplr == "noteam" then
  4163. for i,v in pairs(gsPlayers:GetPlayers()) do
  4164. if v.Team == nil then
  4165. table.insert(players,v)
  4166. end
  4167. end
  4168. elseif mplr == "otherteam" then
  4169. for i,v in pairs(gsPlayers:GetPlayers()) do
  4170. if v.Team ~= LP.Team then
  4171. table.insert(players,v)
  4172. end
  4173. end
  4174. elseif string.sub(mplr, 1, 4) == "team" then
  4175. for i,v in pairs(gsPlayers:GetPlayers()) do
  4176. local spaceTEAM = {}
  4177. for teamValues in (string.gmatch(string.sub(mplr, 5), "[^_]+")) do
  4178. spaceTEAM[#spaceTEAM + 1] = teamValues
  4179. end
  4180. local gottrueteam = table.concat(spaceTEAM, " ")
  4181. if string.lower(tostring(v.Team)) == string.lower(gottrueteam) then
  4182. table.insert(players,v)
  4183. end
  4184. end
  4185. else
  4186. for i,v in pairs(gsPlayers:GetPlayers()) do
  4187. if string.lower(v.Name):sub(1, #mplr) == string.lower(mplr) then
  4188. table.insert(players,v)
  4189. end
  4190. end
  4191. end
  4192. end
  4193.  
  4194. return players
  4195. end
  4196. function getmultipleplayers(plr)
  4197. local plrsgotten = {}
  4198. for i in string.gmatch(plr,"[^,]+") do
  4199. table.insert(plrsgotten,i)
  4200. end
  4201. return plrsgotten
  4202. end
  4203. function findSinglePlayer(plr)
  4204. local players = {}
  4205. local find = plr:lower()
  4206. if find == "me" then
  4207. table.insert(players,LP)
  4208. else
  4209. for i,v in pairs(gsPlayers:GetPlayers()) do
  4210. if string.lower(v.Name):sub(1, #find) == string.lower(find) then
  4211. table.insert(players,v)
  4212. end
  4213. end
  4214. end
  4215. local oneplayer = {}
  4216. pcall(function()
  4217. table.insert(oneplayer, players[math.random(1, #players)])
  4218. end)
  4219. return oneplayer
  4220. end
  4221.  
  4222. -- Anti Kick
  4223.  
  4224. if getrawmetatable then
  4225. function formatargs(getArgs,v)
  4226. if #getArgs == 0 then
  4227. return ""
  4228. end
  4229.  
  4230. local collectArgs = {}
  4231. for k,v in next,getArgs do
  4232. local argument = ""
  4233. if type(v) == "string" then
  4234. argument = "\""..v.."\""
  4235. elseif type(v) == "table" then
  4236. argument = "{" .. formatargs(v,true) .. "}"
  4237. else
  4238. argument = tostring(v)
  4239. end
  4240. if v and type(k) ~= "number" then
  4241. table.insert(collectArgs,k.."="..argument)
  4242. else
  4243. table.insert(collectArgs,argument)
  4244. end
  4245. end
  4246. return table.concat(collectArgs, ", ")
  4247. end
  4248.  
  4249. kicknum = 0
  4250. local game_meta = getrawmetatable(game)
  4251. local game_namecall = game_meta.__namecall
  4252. local game_index = game_meta.__index
  4253. local w = (setreadonly or fullaccess or make_writeable)
  4254. pcall(w, game_meta, false)
  4255. game_meta.__namecall = function(out, ...)
  4256. local args = {...}
  4257. local Method = args[#args]
  4258. args[#args] = nil
  4259.  
  4260. if Method == "Kick" and out == LP then
  4261. kicknum = kicknum + 1
  4262. warn("Blocked client-kick attempt "..kicknum)
  4263. return
  4264. end
  4265.  
  4266. if antiremotes then
  4267. if Method == "FireServer" or Method == "InvokeServer" then
  4268. 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
  4269. warn("Blocked remote: "..out.Name.." // Method: "..Method)
  4270. return
  4271. end
  4272. end
  4273. else
  4274. if Method == "FireServer" or Method == "InvokeServer" then
  4275. for i,noremote in pairs(blockedremotes) do
  4276. if out.Name == noremote and out.Name ~= "SayMessageRequest" then
  4277. warn("Blocked remote: "..out.Name.." // Method: "..Method)
  4278. return
  4279. end
  4280. end
  4281. end
  4282. end
  4283.  
  4284. if spyingremotes then
  4285. if Method == "FireServer" or Method == "InvokeServer" then
  4286. if out.Name ~= "CharacterSoundEvent" and out.Name ~= "AddCharacterLoadedEvent" and out.Name ~= "RemoveCharacterEvent" and out.Name ~= "DefaultServerSoundEvent" and out.Name ~= "SayMessageRequest" then
  4287. local arguments = {}
  4288. for i = 1,#args do
  4289. arguments[i] = args[i]
  4290. end
  4291. local getScript = getfenv(2).script
  4292. if getScript == nil then
  4293. getScript = "??? (Not Found) ???"
  4294. end
  4295. warn("<> <> <> A "..out.ClassName.." has been fired! How to fire:\ngame."..out:GetFullName()..":"..Method.."("..formatargs(arguments)..")\n\nFired from script: ".. tostring(getScript:GetFullName()))
  4296. end
  4297. end
  4298. end
  4299.  
  4300. return game_namecall(out, ...)
  4301. end
  4302. end
  4303.  
  4304. -- FE Check
  4305. function FEcheckDefault()
  4306. if gsWorkspace.FilteringEnabled == true then
  4307. createIntro("warning", "FE is enabled! Press "..commandPrefix.." to bring Command Bar.", 7)
  4308. else
  4309. createIntro("warning", "FE is disabled. Consider using a different script.", 7)
  4310. end
  4311. end
  4312. FEcheckDefault()
  4313. end)
  4314.  
  4315. Aimbot.Name = "Aimbot"
  4316. Aimbot.Parent = MainGUI
  4317. Aimbot.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  4318. Aimbot.BorderSizePixel = 0
  4319. Aimbot.Position = UDim2.new(0.540616274, 0, 0.169291332, 0)
  4320. Aimbot.Size = UDim2.new(0, 119, 0, 31)
  4321. Aimbot.Font = Enum.Font.GothamBlack
  4322. Aimbot.Text = "Aimbot"
  4323. Aimbot.TextColor3 = Color3.new(1, 1, 1)
  4324. Aimbot.TextScaled = true
  4325. Aimbot.TextSize = 14
  4326. Aimbot.TextWrapped = true
  4327. Aimbot.MouseButton1Click:connect(function()
  4328. -- Issues:
  4329. -- 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.)
  4330. -- Phantom Forces: Weird positioning bug with tracers? Tracer positions a bit behind localplayer. (Maybe make the update faster? > RenderPriority.First ?
  4331.  
  4332. -- Settings can be found on line: 51
  4333. -- Don't change anything if you don't understand.
  4334.  
  4335. local Plrs = game:GetService("Players")
  4336. local Run = game:GetService("RunService")
  4337. local CoreGui = game:GetService("CoreGui")
  4338. local StartGui = game:GetService("StarterGui")
  4339. local Teams = game:GetService("Teams")
  4340. local UserInput = game:GetService("UserInputService")
  4341. local Light = game:GetService("Lighting")
  4342. local HTTP = game:GetService("HttpService")
  4343. local RepStor = game:GetService("ReplicatedStorage")
  4344.  
  4345. function GetCamera() -- Just in case some game renames the player's camera.
  4346. return workspace:FindFirstChildOfClass("Camera")
  4347. end
  4348.  
  4349. local ChamsFolder = Instance.new("Folder", CoreGui)
  4350. ChamsFolder.Name = "Chams"
  4351. local PlayerChams = Instance.new("Folder", ChamsFolder)
  4352. PlayerChams.Name = "PlayerChams"
  4353. local ItemChams = Instance.new("Folder", ChamsFolder)
  4354. ItemChams.Name = "ItemChams"
  4355.  
  4356. local ESPFolder = Instance.new("Folder", CoreGui)
  4357. ESPFolder.Name = "ESP Stuff"
  4358. local PlayerESP = Instance.new("Folder", ESPFolder)
  4359. PlayerESP.Name = "PlayerESP"
  4360. local ItemESP = Instance.new("Folder", ESPFolder)
  4361. ItemESP.Name = "ItemESP"
  4362.  
  4363. local MyPlr = Plrs.LocalPlayer
  4364. local MyChar = MyPlr.Character
  4365. local MyMouse = MyPlr:GetMouse()
  4366. local MyCam = GetCamera()
  4367. if MyCam == nil then
  4368. error("WHAT KIND OF BLACK MAGIC IS THIS, CAMERA NOT FOUND.")
  4369. return
  4370. end
  4371.  
  4372. local Tracers = Instance.new("Folder", MyCam)
  4373. Tracers.Name = "Tracers"
  4374. local TracerData = { }
  4375. local TracerMT = setmetatable(TracerData, {
  4376. __newindex = function(tab, index, val)
  4377. rawset(tab, index, val)
  4378. end
  4379. })
  4380.  
  4381. function RemoveSpacesFromString(Str)
  4382. local newstr = ""
  4383. for i = 1, #Str do
  4384. if Str:sub(i, i) ~= " " then
  4385. newstr = newstr .. Str:sub(i, i)
  4386. end
  4387. end
  4388.  
  4389. return newstr
  4390. end
  4391.  
  4392. function CloneTable(T)
  4393. local temp = { }
  4394. for i,v in next, T do
  4395. if type(v) == "table" then
  4396. temp[i] = CloneTable(v)
  4397. else
  4398. temp[i] = v
  4399. end
  4400. end
  4401. return temp
  4402. end
  4403.  
  4404. local Bullshit = {
  4405. ESPEnabled = false, -- Self explanatory. LEAVE OFF BY DEFAULT.
  4406. CHAMSEnabled = false, -- Self explanatory. LEAVE OFF BY DEFAULT.
  4407. TracersEnabled = false, -- Self explanatory. LEAVE OFF BY DEFAULT.
  4408. DebugInfo = false, -- Self explanatory. LEAVE OFF BY DEFAULT.
  4409. OutlinesEnabled = false,
  4410. FullbrightEnabled = false,
  4411. CrosshairEnabled = false,
  4412. AimbotEnabled = false,
  4413. Aimbot = false,
  4414. TracersLength = 500, -- MAX DISTANCE IS 2048 DO NOT GO ABOVE OR YOU'LL ENCOUNTER PROBLEMS.
  4415. ESPLength = 10000,
  4416. CHAMSLength = 500,
  4417. PlaceTracersUnderCharacter = false, -- Change to true if you want tracers to be placed under your character instead of at the bottom of your camera.
  4418. FreeForAll = false, -- use for games that don't have teams (Apocalypse Rising)
  4419. AutoFire = false,
  4420. MobChams = false,
  4421. MobESP = false,
  4422. AimbotKey = "Enum.UserInputType.MouseButton2", -- Doesn't do anything yet.
  4423. Colors = {
  4424. Enemy = Color3.new(1, 0, 0),
  4425. Ally = Color3.new(0, 1, 0),
  4426. Friend = Color3.new(1, 1, 0),
  4427. Neutral = Color3.new(1, 1, 1),
  4428. Crosshair = Color3.new(1, 0, 0),
  4429. ColorOverride = nil, -- Every player will have the chosen color regardless of enemy or ally.
  4430. },
  4431.  
  4432. -- VVVV DON'T EDIT BELOW VVVV --
  4433. ClosestEnemy = nil,
  4434. CharAddedEvent = { },
  4435. OutlinedParts = { },
  4436. WorkspaceChildAddedEvent = nil,
  4437. LightingEvent = nil,
  4438. AmbientBackup = Light.Ambient,
  4439. ColorShiftBotBackup = Light.ColorShift_Bottom,
  4440. ColorShiftTopBackup = Light.ColorShift_Top,
  4441. FPSAverage = { },
  4442. Blacklist = { },
  4443. FriendList = { },
  4444. CameraModeBackup = MyPlr.CameraMode,
  4445. GameSpecificCrap = {
  4446. },
  4447. Mob_ESP_CHAMS_Ran_Once = false,
  4448. }
  4449.  
  4450. function SaveBullshitSettings()
  4451. local temp = { }
  4452. local succ, out = pcall(function()
  4453. temp.TracersLength = Bullshit.TracersLength
  4454. temp.ESPLength = Bullshit.ESPLength
  4455. temp.CHAMSLength = Bullshit.CHAMSLength
  4456. temp.PlaceTracersUnderCharacter = Bullshit.PlaceTracersUnderCharacter
  4457. temp.FreeForAll = Bullshit.FreeForAll
  4458. temp.AutoFire = Bullshit.AutoFire
  4459. temp.AimbotKey = tostring(Bullshit.AimbotKey)
  4460. temp.MobChams = Bullshit.MobChams
  4461. temp.MobESP = Bullshit.MobESP
  4462. temp.Colors = { }
  4463. for i, v in next, Bullshit.Colors do
  4464. temp.Colors[i] = tostring(v)
  4465. end
  4466. writefile("ProjectBullshit.txt", HTTP:JSONEncode(temp))
  4467. end)
  4468. if not succ then
  4469. error(out)
  4470. end
  4471. end
  4472.  
  4473. fuck = pcall(function()
  4474. local temp = HTTP:JSONDecode(readfile("ProjectBullshit.txt"))
  4475. if temp.MobChams ~= nil and temp.MobESP ~= nil then
  4476. for i, v in next, temp do
  4477. if i ~= "Colors" then
  4478. Bullshit[i] = v
  4479. end
  4480. end
  4481. for i, v in next, temp.Colors do
  4482. local r, g, b = string.match(RemoveSpacesFromString(v), "(%d+),(%d+),(%d+)")
  4483. r = tonumber(r)
  4484. g = tonumber(g)
  4485. b = tonumber(b)
  4486.  
  4487. temp.Colors[i] = Color3.new(r, g, b)
  4488. end
  4489. Bullshit.Colors = temp.Colors
  4490. else
  4491. spawn(function()
  4492. SaveBullshitSettings()
  4493. local hint = Instance.new("Hint", CoreGui)
  4494. hint.Text = "Major update requried your settings to be wiped! Sorry!"
  4495. wait(5)
  4496. hint:Destroy()
  4497. end)
  4498. end
  4499.  
  4500. Bullshit.AutoFire = false
  4501. end)
  4502.  
  4503. -- Load blacklist file if it exists
  4504. fuck2 = pcall(function()
  4505. Bullshit.Blacklist = HTTP:JSONDecode(readfile("Blacklist.txt"))
  4506. end)
  4507.  
  4508. fuck3 = pcall(function()
  4509. Bullshit.FriendList = HTTP:JSONDecode(readfile("Whitelist.txt"))
  4510. end)
  4511.  
  4512. local DebugMenu = { }
  4513. DebugMenu["SC"] = Instance.new("ScreenGui", CoreGui)
  4514. DebugMenu["SC"].Name = "Debug"
  4515. DebugMenu["Main"] = Instance.new("Frame", DebugMenu["SC"])
  4516. DebugMenu["Main"].Name = "Debug Menu"
  4517. DebugMenu["Main"].Position = UDim2.new(0, 20, 1, -220)
  4518. DebugMenu["Main"].Size = UDim2.new(1, 0, 0, 200)
  4519. DebugMenu["Main"].BackgroundTransparency = 1
  4520. DebugMenu["Main"].Visible = false
  4521. if game.PlaceId == 606849621 then
  4522. DebugMenu["Main"].Position = UDim2.new(0, 230, 1, -220)
  4523. end
  4524. DebugMenu["Main"].Draggable = true
  4525. DebugMenu["Main"].Active = true
  4526. DebugMenu["Position"] = Instance.new("TextLabel", DebugMenu["Main"])
  4527. DebugMenu["Position"].BackgroundTransparency = 1
  4528. DebugMenu["Position"].Position = UDim2.new(0, 0, 0, 0)
  4529. DebugMenu["Position"].Size = UDim2.new(1, 0, 0, 15)
  4530. DebugMenu["Position"].Font = "Arcade"
  4531. DebugMenu["Position"].Text = ""
  4532. DebugMenu["Position"].TextColor3 = Color3.new(1, 1, 1)
  4533. DebugMenu["Position"].TextSize = 15
  4534. DebugMenu["Position"].TextStrokeColor3 = Color3.new(0, 0, 0)
  4535. DebugMenu["Position"].TextStrokeTransparency = 0.3
  4536. DebugMenu["Position"].TextXAlignment = "Left"
  4537. DebugMenu["FPS"] = Instance.new("TextLabel", DebugMenu["Main"])
  4538. DebugMenu["FPS"].BackgroundTransparency = 1
  4539. DebugMenu["FPS"].Position = UDim2.new(0, 0, 0, 15)
  4540. DebugMenu["FPS"].Size = UDim2.new(1, 0, 0, 15)
  4541. DebugMenu["FPS"].Font = "Arcade"
  4542. DebugMenu["FPS"].Text = ""
  4543. DebugMenu["FPS"].TextColor3 = Color3.new(1, 1, 1)
  4544. DebugMenu["FPS"].TextSize = 15
  4545. DebugMenu["FPS"].TextStrokeColor3 = Color3.new(0, 0, 0)
  4546. DebugMenu["FPS"].TextStrokeTransparency = 0.3
  4547. DebugMenu["FPS"].TextXAlignment = "Left"
  4548. DebugMenu["PlayerSelected"] = Instance.new("TextLabel", DebugMenu["Main"])
  4549. DebugMenu["PlayerSelected"].BackgroundTransparency = 1
  4550. DebugMenu["PlayerSelected"].Position = UDim2.new(0, 0, 0, 35)
  4551. DebugMenu["PlayerSelected"].Size = UDim2.new(1, 0, 0, 15)
  4552. DebugMenu["PlayerSelected"].Font = "Arcade"
  4553. DebugMenu["PlayerSelected"].Text = ""
  4554. DebugMenu["PlayerSelected"].TextColor3 = Color3.new(1, 1, 1)
  4555. DebugMenu["PlayerSelected"].TextSize = 15
  4556. DebugMenu["PlayerSelected"].TextStrokeColor3 = Color3.new(0, 0, 0)
  4557. DebugMenu["PlayerSelected"].TextStrokeTransparency = 0.3
  4558. DebugMenu["PlayerSelected"].TextXAlignment = "Left"
  4559. DebugMenu["PlayerTeam"] = Instance.new("TextLabel", DebugMenu["Main"])
  4560. DebugMenu["PlayerTeam"].BackgroundTransparency = 1
  4561. DebugMenu["PlayerTeam"].Position = UDim2.new(0, 0, 0, 50)
  4562. DebugMenu["PlayerTeam"].Size = UDim2.new(1, 0, 0, 15)
  4563. DebugMenu["PlayerTeam"].Font = "Arcade"
  4564. DebugMenu["PlayerTeam"].Text = ""
  4565. DebugMenu["PlayerTeam"].TextColor3 = Color3.new(1, 1, 1)
  4566. DebugMenu["PlayerTeam"].TextSize = 15
  4567. DebugMenu["PlayerTeam"].TextStrokeColor3 = Color3.new(0, 0, 0)
  4568. DebugMenu["PlayerTeam"].TextStrokeTransparency = 0.3
  4569. DebugMenu["PlayerTeam"].TextXAlignment = "Left"
  4570. DebugMenu["PlayerHealth"] = Instance.new("TextLabel", DebugMenu["Main"])
  4571. DebugMenu["PlayerHealth"].BackgroundTransparency = 1
  4572. DebugMenu["PlayerHealth"].Position = UDim2.new(0, 0, 0, 65)
  4573. DebugMenu["PlayerHealth"].Size = UDim2.new(1, 0, 0, 15)
  4574. DebugMenu["PlayerHealth"].Font = "Arcade"
  4575. DebugMenu["PlayerHealth"].Text = ""
  4576. DebugMenu["PlayerHealth"].TextColor3 = Color3.new(1, 1, 1)
  4577. DebugMenu["PlayerHealth"].TextSize = 15
  4578. DebugMenu["PlayerHealth"].TextStrokeColor3 = Color3.new(0, 0, 0)
  4579. DebugMenu["PlayerHealth"].TextStrokeTransparency = 0.3
  4580. DebugMenu["PlayerHealth"].TextXAlignment = "Left"
  4581. DebugMenu["PlayerPosition"] = Instance.new("TextLabel", DebugMenu["Main"])
  4582. DebugMenu["PlayerPosition"].BackgroundTransparency = 1
  4583. DebugMenu["PlayerPosition"].Position = UDim2.new(0, 0, 0, 80)
  4584. DebugMenu["PlayerPosition"].Size = UDim2.new(1, 0, 0, 15)
  4585. DebugMenu["PlayerPosition"].Font = "Arcade"
  4586. DebugMenu["PlayerPosition"].Text = ""
  4587. DebugMenu["PlayerPosition"].TextColor3 = Color3.new(1, 1, 1)
  4588. DebugMenu["PlayerPosition"].TextSize = 15
  4589. DebugMenu["PlayerPosition"].TextStrokeColor3 = Color3.new(0, 0, 0)
  4590. DebugMenu["PlayerPosition"].TextStrokeTransparency = 0.3
  4591. DebugMenu["PlayerPosition"].TextXAlignment = "Left"
  4592. DebugMenu["BehindWall"] = Instance.new("TextLabel", DebugMenu["Main"])
  4593. DebugMenu["BehindWall"].BackgroundTransparency = 1
  4594. DebugMenu["BehindWall"].Position = UDim2.new(0, 0, 0, 95)
  4595. DebugMenu["BehindWall"].Size = UDim2.new(1, 0, 0, 15)
  4596. DebugMenu["BehindWall"].Font = "Arcade"
  4597. DebugMenu["BehindWall"].Text = ""
  4598. DebugMenu["BehindWall"].TextColor3 = Color3.new(1, 1, 1)
  4599. DebugMenu["BehindWall"].TextSize = 15
  4600. DebugMenu["BehindWall"].TextStrokeColor3 = Color3.new(0, 0, 0)
  4601. DebugMenu["BehindWall"].TextStrokeTransparency = 0.3
  4602. DebugMenu["BehindWall"].TextXAlignment = "Left"
  4603.  
  4604. local LastTick = tick()
  4605. local FPSTick = tick()
  4606.  
  4607. if #Teams:GetChildren() <= 0 then
  4608. Bullshit.FreeForAll = true
  4609. end
  4610.  
  4611. if Bullshit.TracersLength > 2048 then
  4612. Bullshit.TracersLength = 2048
  4613. end
  4614.  
  4615. if Bullshit.CHAMSLength > 2048 then
  4616. Bullshit.CHAMSLength = 2048
  4617. end
  4618.  
  4619. local wildrevolvertick = tick()
  4620. local wildrevolverteamdata = nil
  4621. function GetTeamColor(Plr)
  4622. if Plr == nil then return nil end
  4623. if not Plr:IsA("Player") then
  4624. return nil
  4625. end
  4626. local PickedColor = Bullshit.Colors.Enemy
  4627.  
  4628. if Plr ~= nil then
  4629. if game.PlaceId == 606849621 then
  4630. if Bullshit.Colors.ColorOverride == nil then
  4631. if not Bullshit.FreeForAll then
  4632. if MyPlr.Team ~= nil and Plr.Team ~= nil then
  4633. if Bullshit.FriendList[Plr.Name] == nil then
  4634. if MyPlr.Team.Name == "Prisoner" then
  4635. if Plr.Team == MyPlr.Team or Plr.Team.Name == "Criminal" then
  4636. PickedColor = Bullshit.Colors.Ally
  4637. else
  4638. PickedColor = Bullshit.Colors.Enemy
  4639. end
  4640. elseif MyPlr.Team.Name == "Criminal" then
  4641. if Plr.Team == MyPlr.Team or Plr.Team.Name == "Prisoner" then
  4642. PickedColor = Bullshit.Colors.Ally
  4643. else
  4644. PickedColor = Bullshit.Colors.Enemy
  4645. end
  4646. elseif MyPlr.Team.Name == "Police" then
  4647. if Plr.Team == MyPlr.Team then
  4648. PickedColor = Bullshit.Colors.Ally
  4649. else
  4650. if Plr.Team.Name == "Criminal" then
  4651. PickedColor = Bullshit.Colors.Enemy
  4652. elseif Plr.Team.Name == "Prisoner" then
  4653. PickedColor = Bullshit.Colors.Neutral
  4654. end
  4655. end
  4656. end
  4657. else
  4658. PickedColor = Bullshit.Colors.Friend
  4659. end
  4660. end
  4661. else
  4662. if Bullshit.FriendList[Plr.Name] ~= nil then
  4663. PickedColor = Bullshit.Colors.Friend
  4664. else
  4665. PickedColor = Bullshit.Colors.Enemy
  4666. end
  4667. end
  4668. else
  4669. PickedColor = Bullshit.Colors.ColorOverride
  4670. end
  4671. elseif game.PlaceId == 155615604 then
  4672. if Bullshit.Colors.ColorOverride == nil then
  4673. if MyPlr.Team ~= nil and Plr.Team ~= nil then
  4674. if Bullshit.FriendList[Plr.Name] == nil then
  4675. if MyPlr.Team.Name == "Inmates" then
  4676. if Plr.Team.Name == "Inmates" then
  4677. PickedColor = Bullshit.Colors.Ally
  4678. elseif Plr.Team.Name == "Guards" or Plr.Team.Name == "Criminals" then
  4679. PickedColor = Bullshit.Colors.Enemy
  4680. else
  4681. PickedColor = Bullshit.Colors.Neutral
  4682. end
  4683. elseif MyPlr.Team.Name == "Guards" then
  4684. if Plr.Team.Name == "Inmates" then
  4685. PickedColor = Bullshit.Colors.Neutral
  4686. elseif Plr.Team.Name == "Criminals" then
  4687. PickedColor = Bullshit.Colors.Enemy
  4688. elseif Plr.Team.Name == "Guards" then
  4689. PickColor = Bullshit.Colors.Ally
  4690. end
  4691. elseif MyPlr.Team.Name == "Criminals" then
  4692. if Plr.Team.Name == "Inmates" then
  4693. PickedColor = Bullshit.Colors.Ally
  4694. elseif Plr.Team.Name == "Guards" then
  4695. PickedColor = Bullshit.Colors.Enemy
  4696. else
  4697. PickedColor = Bullshit.Colors.Neutral
  4698. end
  4699. end
  4700. else
  4701. PickedColor = Bullshit.Colors.Friend
  4702. end
  4703. end
  4704. else
  4705. PickedColor = Bullshit.Colors.ColorOverride
  4706. end
  4707. elseif game.PlaceId == 746820961 then
  4708. if Bullshit.Colors.ColorOverride == nil then
  4709. if MyPlr:FindFirstChild("TeamC") and Plr:FindFirstChild("TeamC") then
  4710. if Plr.TeamC.Value == MyPlr.TeamC.Value then
  4711. PickedColor = Bullshit.Colors.Ally
  4712. else
  4713. PickedColor = Bullshit.Colors.Enemy
  4714. end
  4715. end
  4716. else
  4717. PickedColor = Bullshit.Colors.ColorOverride
  4718. end
  4719. elseif game.PlaceId == 1382113806 then
  4720. if Bullshit.Colors.ColorOverride == nil then
  4721. if MyPlr:FindFirstChild("role") and Plr:FindFirstChild("role") then
  4722. if MyPlr.role.Value == "assassin" then
  4723. if Plr.role.Value == "target" then
  4724. PickedColor = Bullshit.Colors.Enemy
  4725. elseif Plr.role.Value == "guard" then
  4726. PickedColor = Color3.new(1, 135 / 255, 0)
  4727. else
  4728. PickedColor = Bullshit.Colors.Neutral
  4729. end
  4730. elseif MyPlr.role.Value == "target" then
  4731. if Plr.role.Value == "guard" then
  4732. PickedColor = Bullshit.Colors.Ally
  4733. elseif Plr.role.Value == "assassin" then
  4734. PickedColor = Bullshit.Colors.Enemy
  4735. else
  4736. PickedColor = Bullshit.Colors.Neutral
  4737. end
  4738. elseif MyPlr.role.Value == "guard" then
  4739. if Plr.role.Value == "target" then
  4740. PickedColor = Bullshit.Colors.Friend
  4741. elseif Plr.role.Value == "guard" then
  4742. PickedColor = Bullshit.Colors.Ally
  4743. elseif Plr.role.Value == "assassin" then
  4744. PickedColor = Bullshit.Colors.Enemy
  4745. else
  4746. PickedColor = Bullshit.Colors.Neutral
  4747. end
  4748. else
  4749. if MyPlr.role.Value == "none" then
  4750. PickedColor = Bullshit.Colors.Neutral
  4751. end
  4752. end
  4753. end
  4754. else
  4755. PickedColor = Bullshit.Colors.ColorOverride
  4756. end
  4757. elseif game.PlaceId == 1072809192 then
  4758. if MyPlr:FindFirstChild("Backpack") and Plr:FindFirstChild("Backpack") then
  4759. if MyPlr.Backpack:FindFirstChild("Knife") or MyChar:FindFirstChild("Knife") then
  4760. if Plr.Backpack:FindFirstChild("Revolver") or Plr.Character:FindFirstChild("Revolver") then
  4761. PickedColor = Bullshit.Colors.Enemy
  4762. else
  4763. PickedColor = Color3.new(1, 135 / 255, 0)
  4764. end
  4765. elseif MyPlr.Backpack:FindFirstChild("Revolver") or MyChar:FindFirstChild("Revolver") then
  4766. if Plr.Backpack:FindFirstChild("Knife") or Plr.Character:FindFirstChild("Knife") then
  4767. PickedColor = Bullshit.Colors.Enemy
  4768. elseif Plr.Backpack:FindFirstChild("Revolver") or Plr.Character:FindFirstChild("Revolver") then
  4769. PickedColor = Bullshit.Colors.Enemy
  4770. else
  4771. PickedColor = Bullshit.Colors.Ally
  4772. end
  4773. else
  4774. if Plr.Backpack:FindFirstChild("Knife") or Plr.Character:FindFirstChild("Knife") then
  4775. PickedColor = Bullshit.Colors.Enemy
  4776. elseif Plr.Backpack:FindFirstChild("Revolver") or Plr.Character:FindFirstChild("Revolver") then
  4777. PickedColor = Bullshit.Colors.Ally
  4778. else
  4779. PickedColor = Bullshit.Colors.Neutral
  4780. end
  4781. end
  4782. end
  4783. elseif game.PlaceId == 142823291 or game.PlaceId == 1122507250 then
  4784. if MyPlr:FindFirstChild("Backpack") and Plr:FindFirstChild("Backpack") then
  4785. if MyPlr.Backpack:FindFirstChild("Knife") or MyChar:FindFirstChild("Knife") then
  4786. if (Plr.Backpack:FindFirstChild("Gun") or Plr.Backpack:FindFirstChild("Revolver")) or (Plr.Character:FindFirstChild("Gun") or Plr.Character:FindFirstChild("Revolver")) then
  4787. PickedColor = Bullshit.Colors.Enemy
  4788. else
  4789. PickedColor = Color3.new(1, 135 / 255, 0)
  4790. end
  4791. elseif (MyPlr.Backpack:FindFirstChild("Gun") or MyPlr.Backpack:FindFirstChild("Revolver")) or (MyChar:FindFirstChild("Gun") or MyChar:FindFirstChild("Revolver")) then
  4792. if Plr.Backpack:FindFirstChild("Knife") or Plr.Character:FindFirstChild("Knife") then
  4793. PickedColor = Bullshit.Colors.Enemy
  4794. else
  4795. PickedColor = Bullshit.Colors.Ally
  4796. end
  4797. else
  4798. if Plr.Backpack:FindFirstChild("Knife") or Plr.Character:FindFirstChild("Knife") then
  4799. PickedColor = Bullshit.Colors.Enemy
  4800. elseif (Plr.Backpack:FindFirstChild("Gun") or Plr.Backpack:FindFirstChild("Revolver")) or (Plr.Character:FindFirstChild("Gun") or Plr.Character:FindFirstChild("Revolver")) then
  4801. PickedColor = Bullshit.Colors.Ally
  4802. else
  4803. PickedColor = Bullshit.Colors.Neutral
  4804. end
  4805. end
  4806. end
  4807. elseif game.PlaceId == 379614936 then
  4808. if Bullshit.Colors.ColorOverride == nil then
  4809. if not Bullshit.FriendList[Plr.Name] then
  4810. local targ = MyPlr:FindFirstChild("PlayerGui"):FindFirstChild("ScreenGui"):FindFirstChild("UI"):FindFirstChild("Target"):FindFirstChild("Img"):FindFirstChild("PlayerText")
  4811. if targ then
  4812. if Plr.Name:lower() == targ.Text:lower() then
  4813. PickedColor = Bullshit.Colors.Enemy
  4814. else
  4815. PickedColor = Bullshit.Colors.Neutral
  4816. end
  4817. else
  4818. PickedColor = Bullshit.Colors.Neutral
  4819. end
  4820. else
  4821. PickedColor = Bullshit.Colors.Friend
  4822. end
  4823. else
  4824. PickedColor = Bullshit.Colors.ColorOverride
  4825. end
  4826. elseif game.PlaceId == 983224898 then
  4827. if (tick() - wildrevolvertick) > 10 or wildrevolverteamdata == nil then
  4828. wildrevolverteamdata = RepStor.Functions.RequestGameData:InvokeServer()
  4829. wildrevolvertick = tick()
  4830. return Bullshit.Colors.Neutral
  4831. end
  4832. local succ = pcall(function()
  4833. if wildrevolverteamdata[Plr.Name] ~= nil then
  4834. if Bullshit.Colors.ColorOverride == nil then
  4835. if not Bullshit.FriendList[Plr.Name] then
  4836. if wildrevolverteamdata[Plr.Name]["TeamName"] == wildrevolverteamdata[MyPlr.Name]["TeamName"] then
  4837. PickedColor = Bullshit.Colors.Ally
  4838. else
  4839. PickedColor = Bullshit.Colors.Enemy
  4840. end
  4841. else
  4842. PickedColor = Bullshit.Colors.Friend
  4843. end
  4844. else
  4845. PickedColor = Bullshit.Colors.ColorOverride
  4846. end
  4847. else
  4848. PickedColor = Bullshit.Colors.Neutral
  4849. end
  4850. end)
  4851. if not succ then
  4852. wildrevolverteamdata = RepStor.Functions.RequestGameData:InvokeServer()
  4853. wildrevolvertick = tick()
  4854. return Bullshit.Colors.Neutral
  4855. end
  4856. else
  4857. if Bullshit.Colors.ColorOverride == nil then
  4858. if not Bullshit.FreeForAll then
  4859. if MyPlr.Team ~= Plr.Team and not Bullshit.FriendList[Plr.Name] then
  4860. PickedColor = Bullshit.Colors.Enemy
  4861. elseif MyPlr.Team == Plr.Team and not Bullshit.FriendList[Plr.Name] then
  4862. PickedColor = Bullshit.Colors.Ally
  4863. else
  4864. PickedColor = Bullshit.Colors.Friend
  4865. end
  4866. else
  4867. if Bullshit.FriendList[Plr.Name] ~= nil then
  4868. PickedColor = Bullshit.Colors.Friend
  4869. else
  4870. PickedColor = Bullshit.Colors.Enemy
  4871. end
  4872. end
  4873. else
  4874. PickedColor = Bullshit.Colors.ColorOverride
  4875. end
  4876. end
  4877. end
  4878.  
  4879. return PickedColor
  4880. end
  4881.  
  4882. function FindCham(Obj)
  4883. for i, v in next, ItemChams:GetChildren() do
  4884. if v.className == "ObjectValue" then
  4885. if v.Value == Obj then
  4886. return v.Parent
  4887. end
  4888. end
  4889. end
  4890.  
  4891. return nil
  4892. end
  4893.  
  4894. function FindESP(Obj)
  4895. for i, v in next, ItemESP:GetChildren() do
  4896. if v.className == "ObjectValue" then
  4897. if v.Value == Obj then
  4898. return v.Parent
  4899. end
  4900. end
  4901. end
  4902.  
  4903. return nil
  4904. end
  4905.  
  4906. function GetFirstPart(Obj)
  4907. for i, v in next, Obj:GetDescendants() do
  4908. if v:IsA("BasePart") then
  4909. return v
  4910. end
  4911. end
  4912.  
  4913. return nil
  4914. end
  4915.  
  4916. function GetSizeOfObject(Obj)
  4917. if Obj:IsA("BasePart") then
  4918. return Obj.Size
  4919. elseif Obj:IsA("Model") then
  4920. return Obj:GetExtentsSize()
  4921. end
  4922. end
  4923.  
  4924. function GetClosestPlayerNotBehindWall()
  4925. local Players = { }
  4926. local CurrentClosePlayer = nil
  4927. local SelectedPlr = nil
  4928.  
  4929. for _, v in next, Plrs:GetPlayers() do
  4930. if v ~= MyPlr and not Bullshit.Blacklist[v.Name] then
  4931. local IsAlly = GetTeamColor(v)
  4932. if IsAlly ~= Bullshit.Colors.Ally and IsAlly ~= Bullshit.Colors.Friend and IsAlly ~= Bullshit.Colors.Neutral then
  4933. local GetChar = v.Character
  4934. if MyChar and GetChar then
  4935. local MyHead, MyTor = MyChar:FindFirstChild("Head"), MyChar:FindFirstChild("HumanoidRootPart")
  4936. local GetHead, GetTor, GetHum = GetChar:FindFirstChild("Head"), GetChar:FindFirstChild("HumanoidRootPart"), GetChar:FindFirstChild("Humanoid")
  4937.  
  4938. if MyHead and MyTor and GetHead and GetTor and GetHum then
  4939. if game.PlaceId == 455366377 then
  4940. if not GetChar:FindFirstChild("KO") and GetHum.Health > 1 then
  4941. local Ray = Ray.new(MyCam.CFrame.p, (GetHead.Position - MyCam.CFrame.p).unit * 2048)
  4942. local part = workspace:FindPartOnRayWithIgnoreList(Ray, {MyChar})
  4943. if part ~= nil then
  4944. if part:IsDescendantOf(GetChar) then
  4945. local Dist = (MyTor.Position - GetTor.Position).magnitude
  4946. Players[v] = Dist
  4947. end
  4948. end
  4949. end
  4950. elseif game.PlaceId == 746820961 then
  4951. if GetHum.Health > 1 then
  4952. local Ray = Ray.new(MyCam.CFrame.p, (GetHead.Position - MyCam.CFrame.p).unit * 2048)
  4953. local part = workspace:FindPartOnRayWithIgnoreList(Ray, {MyChar, MyCam})
  4954. if part ~= nil then
  4955. if part:IsDescendantOf(GetChar) then
  4956. local Dist = (MyTor.Position - GetTor.Position).magnitude
  4957. Players[v] = Dist
  4958. end
  4959. end
  4960. end
  4961. else
  4962. if GetHum.Health > 1 then
  4963. local Ray = Ray.new(MyCam.CFrame.p, (GetHead.Position - MyCam.CFrame.p).unit * 2048)
  4964. local part = workspace:FindPartOnRayWithIgnoreList(Ray, {MyChar})
  4965. if part ~= nil then
  4966. if part:IsDescendantOf(GetChar) then
  4967. local Dist = (MyTor.Position - GetTor.Position).magnitude
  4968. Players[v] = Dist
  4969. end
  4970. end
  4971. end
  4972. end
  4973. end
  4974. end
  4975. end
  4976. end
  4977. end
  4978.  
  4979. for i, v in next, Players do
  4980. if CurrentClosePlayer ~= nil then
  4981. if v <= CurrentClosePlayer then
  4982. CurrentClosePlayer = v
  4983. SelectedPlr = i
  4984. end
  4985. else
  4986. CurrentClosePlayer = v
  4987. SelectedPlr = i
  4988. end
  4989. end
  4990.  
  4991. return SelectedPlr
  4992. end
  4993.  
  4994. function GetClosestPlayer()
  4995. local Players = { }
  4996. local CurrentClosePlayer = nil
  4997. local SelectedPlr = nil
  4998.  
  4999. for _, v in next, Plrs:GetPlayers() do
  5000. if v ~= MyPlr then
  5001. local IsAlly = GetTeamColor(v)
  5002. if IsAlly ~= Bullshit.Colors.Ally and IsAlly ~= Bullshit.Colors.Friend and IsAlly ~= Bullshit.Colors.Neutral then
  5003. local GetChar = v.Character
  5004. if MyChar and GetChar then
  5005. local MyTor = MyChar:FindFirstChild("HumanoidRootPart")
  5006. local GetTor = GetChar:FindFirstChild("HumanoidRootPart")
  5007. local GetHum = GetChar:FindFirstChild("Humanoid")
  5008. if MyTor and GetTor and GetHum then
  5009. if game.PlaceId == 455366377 then
  5010. if not GetChar:FindFirstChild("KO") and GetHum.Health > 1 then
  5011. local Dist = (MyTor.Position - GetTor.Position).magnitude
  5012. Players[v] = Dist
  5013. end
  5014. else
  5015. if GetHum.Health > 1 then
  5016. local Dist = (MyTor.Position - GetTor.Position).magnitude
  5017. Players[v] = Dist
  5018. end
  5019. end
  5020. end
  5021. end
  5022. end
  5023. end
  5024. end
  5025.  
  5026. for i, v in next, Players do
  5027. if CurrentClosePlayer ~= nil then
  5028. if v <= CurrentClosePlayer then
  5029. CurrentClosePlayer = v
  5030. SelectedPlr = i
  5031. end
  5032. else
  5033. CurrentClosePlayer = v
  5034. SelectedPlr = i
  5035. end
  5036. end
  5037.  
  5038. return SelectedPlr
  5039. end
  5040.  
  5041. function FindPlayer(Txt)
  5042. local ps = { }
  5043. for _, v in next, Plrs:GetPlayers() do
  5044. if string.lower(string.sub(v.Name, 1, string.len(Txt))) == string.lower(Txt) then
  5045. table.insert(ps, v)
  5046. end
  5047. end
  5048.  
  5049. if #ps == 1 then
  5050. if ps[1] ~= MyPlr then
  5051. return ps[1]
  5052. else
  5053. return nil
  5054. end
  5055. else
  5056. return nil
  5057. end
  5058. end
  5059.  
  5060. function UpdateESP(Plr)
  5061. if Plr ~= nil then
  5062. local Find = PlayerESP:FindFirstChild("ESP Crap_" .. Plr.Name)
  5063. if Find then
  5064. local PickColor = GetTeamColor(Plr)
  5065. Find.Frame.Names.TextColor3 = PickColor
  5066. Find.Frame.Dist.TextColor3 = PickColor
  5067. Find.Frame.Health.TextColor3 = PickColor
  5068. --Find.Frame.Pos.TextColor3 = PickColor
  5069. local GetChar = Plr.Character
  5070. if MyChar and GetChar then
  5071. local Find2 = MyChar:FindFirstChild("HumanoidRootPart")
  5072. local Find3 = GetChar:FindFirstChild("HumanoidRootPart")
  5073. local Find4 = GetChar:FindFirstChildOfClass("Humanoid")
  5074. if Find2 and Find3 then
  5075. local pos = Find3.Position
  5076. local Dist = (Find2.Position - pos).magnitude
  5077. if Dist > Bullshit.ESPLength or Bullshit.Blacklist[Plr.Name] then
  5078. Find.Frame.Names.Visible = false
  5079. Find.Frame.Dist.Visible = false
  5080. Find.Frame.Health.Visible = false
  5081. return
  5082. else
  5083. Find.Frame.Names.Visible = true
  5084. Find.Frame.Dist.Visible = true
  5085. Find.Frame.Health.Visible = true
  5086. end
  5087. Find.Frame.Dist.Text = "Distance: " .. string.format("%.0f", Dist)
  5088. --Find.Frame.Pos.Text = "(X: " .. string.format("%.0f", pos.X) .. ", Y: " .. string.format("%.0f", pos.Y) .. ", Z: " .. string.format("%.0f", pos.Z) .. ")"
  5089. if Find4 then
  5090. Find.Frame.Health.Text = "Health: " .. string.format("%.0f", Find4.Health)
  5091. else
  5092. Find.Frame.Health.Text = ""
  5093. end
  5094. end
  5095. end
  5096. end
  5097. end
  5098. end
  5099.  
  5100. function RemoveESP(Obj)
  5101. if Obj ~= nil then
  5102. local IsPlr = Obj:IsA("Player")
  5103. local UseFolder = ItemESP
  5104. if IsPlr then UseFolder = PlayerESP end
  5105.  
  5106. local FindESP = ((IsPlr) and UseFolder:FindFirstChild("ESP Crap_" .. Obj.Name)) or FindESP(Obj)
  5107. if FindESP then
  5108. FindESP:Destroy()
  5109. end
  5110. end
  5111. end
  5112.  
  5113. function CreateESP(Obj)
  5114. if Obj ~= nil then
  5115. local IsPlr = Obj:IsA("Player")
  5116. local UseFolder = ItemESP
  5117. local GetChar = ((IsPlr) and Obj.Character) or Obj
  5118. local Head = GetChar:FindFirstChild("Head")
  5119. local t = tick()
  5120. if IsPlr then UseFolder = PlayerESP end
  5121. if Head == nil then
  5122. repeat
  5123. Head = GetChar:FindFirstChild("Head")
  5124. wait()
  5125. until Head ~= nil or (tick() - t) >= 10
  5126. end
  5127. if Head == nil then return end
  5128.  
  5129. local bb = Instance.new("BillboardGui")
  5130. bb.Adornee = Head
  5131. bb.ExtentsOffset = Vector3.new(0, 1, 0)
  5132. bb.AlwaysOnTop = true
  5133. bb.Size = UDim2.new(0, 5, 0, 5)
  5134. bb.StudsOffset = Vector3.new(0, 3, 0)
  5135. bb.Name = "ESP Crap_" .. Obj.Name
  5136. bb.Parent = UseFolder
  5137.  
  5138. local frame = Instance.new("Frame", bb)
  5139. frame.ZIndex = 10
  5140. frame.BackgroundTransparency = 1
  5141. frame.Size = UDim2.new(1, 0, 1, 0)
  5142.  
  5143. local TxtName = Instance.new("TextLabel", frame)
  5144. TxtName.Name = "Names"
  5145. TxtName.ZIndex = 10
  5146. TxtName.Text = Obj.Name
  5147. TxtName.BackgroundTransparency = 1
  5148. TxtName.Position = UDim2.new(0, 0, 0, -45)
  5149. TxtName.Size = UDim2.new(1, 0, 10, 0)
  5150. TxtName.Font = "SourceSansBold"
  5151. TxtName.TextSize = 13
  5152. TxtName.TextStrokeTransparency = 0.5
  5153.  
  5154. local TxtDist = nil
  5155. local TxtHealth = nil
  5156. if IsPlr then
  5157. TxtDist = Instance.new("TextLabel", frame)
  5158. TxtDist.Name = "Dist"
  5159. TxtDist.ZIndex = 10
  5160. TxtDist.Text = ""
  5161. TxtDist.BackgroundTransparency = 1
  5162. TxtDist.Position = UDim2.new(0, 0, 0, -35)
  5163. TxtDist.Size = UDim2.new(1, 0, 10, 0)
  5164. TxtDist.Font = "SourceSansBold"
  5165. TxtDist.TextSize = 13
  5166. TxtDist.TextStrokeTransparency = 0.5
  5167.  
  5168. TxtHealth = Instance.new("TextLabel", frame)
  5169. TxtHealth.Name = "Health"
  5170. TxtHealth.ZIndex = 10
  5171. TxtHealth.Text = ""
  5172. TxtHealth.BackgroundTransparency = 1
  5173. TxtHealth.Position = UDim2.new(0, 0, 0, -25)
  5174. TxtHealth.Size = UDim2.new(1, 0, 10, 0)
  5175. TxtHealth.Font = "SourceSansBold"
  5176. TxtHealth.TextSize = 13
  5177. TxtHealth.TextStrokeTransparency = 0.5
  5178. else
  5179. local ObjVal = Instance.new("ObjectValue", bb)
  5180. ObjVal.Value = Obj
  5181. end
  5182.  
  5183. local PickColor = GetTeamColor(Obj) or Bullshit.Colors.Neutral
  5184. TxtName.TextColor3 = PickColor
  5185.  
  5186. if IsPlr then
  5187. TxtDist.TextColor3 = PickColor
  5188. TxtHealth.TextColor3 = PickColor
  5189. end
  5190. end
  5191. end
  5192.  
  5193. function UpdateTracer(Plr)
  5194. if Bullshit.TracersEnabled then
  5195. if MyChar then
  5196. local MyTor = MyChar:FindFirstChild("HumanoidRootPart")
  5197. local GetTor = TracerData[Plr.Name]
  5198. if MyTor and GetTor ~= nil and GetTor.Parent ~= nil then
  5199. local Dist = (MyTor.Position - GetTor.Position).magnitude
  5200. if (Dist < Bullshit.TracersLength and not Bullshit.Blacklist[Plr.Name]) and not (MyChar:FindFirstChild("InVehicle") or GetTor.Parent:FindFirstChild("InVehicle")) then
  5201. if not Bullshit.PlaceTracersUnderCharacter then
  5202. local R = MyCam:ScreenPointToRay(MyCam.ViewportSize.X / 2, MyCam.ViewportSize.Y, 0)
  5203. Dist = (R.Origin - (GetTor.Position - Vector3.new(0, 3, 0))).magnitude
  5204. Tracers[Plr.Name].Transparency = 1
  5205. Tracers[Plr.Name].Size = Vector3.new(0.05, 0.05, Dist)
  5206. Tracers[Plr.Name].CFrame = CFrame.new(R.Origin, (GetTor.Position - Vector3.new(0, 4.5, 0))) * CFrame.new(0, 0, -Dist / 2)
  5207. Tracers[Plr.Name].BrickColor = BrickColor.new(GetTeamColor(Plr))
  5208. Tracers[Plr.Name].BoxHandleAdornment.Transparency = 0
  5209. Tracers[Plr.Name].BoxHandleAdornment.Size = Vector3.new(0.001, 0.001, Dist)
  5210. Tracers[Plr.Name].BoxHandleAdornment.Color3 = GetTeamColor(Plr)
  5211. else
  5212. Dist = (MyTor.Position - (GetTor.Position - Vector3.new(0, 3, 0))).magnitude
  5213. Tracers[Plr.Name].Transparency = 1
  5214. Tracers[Plr.Name].Size = Vector3.new(0.3, 0.3, Dist)
  5215. 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)
  5216. Tracers[Plr.Name].BrickColor = BrickColor.new(GetTeamColor(Plr))
  5217. Tracers[Plr.Name].BoxHandleAdornment.Transparency = 0
  5218. Tracers[Plr.Name].BoxHandleAdornment.Size = Vector3.new(0.05, 0.05, Dist)
  5219. Tracers[Plr.Name].BoxHandleAdornment.Color3 = GetTeamColor(Plr)
  5220. end
  5221. else
  5222. Tracers[Plr.Name].Transparency = 1
  5223. Tracers[Plr.Name].BoxHandleAdornment.Transparency = 1
  5224. end
  5225. end
  5226. end
  5227. end
  5228. end
  5229.  
  5230. function RemoveTracers(Plr)
  5231. local Find = Tracers:FindFirstChild(Plr.Name)
  5232. if Find then
  5233. Find:Destroy()
  5234. end
  5235. end
  5236.  
  5237. function CreateTracers(Plr)
  5238. local Find = Tracers:FindFirstChild(Plr.Name)
  5239. if not Find then
  5240. local P = Instance.new("Part")
  5241. P.Name = Plr.Name
  5242. P.Material = "Neon"
  5243. P.Transparency = 1
  5244. P.Anchored = true
  5245. P.Locked = true
  5246. P.CanCollide = false
  5247. local B = Instance.new("BoxHandleAdornment", P)
  5248. B.Adornee = P
  5249. B.Size = GetSizeOfObject(P)
  5250. B.AlwaysOnTop = true
  5251. B.ZIndex = 5
  5252. B.Transparency = 0
  5253. B.Color3 = GetTeamColor(Plr) or Bullshit.Colors.Neutral
  5254. P.Parent = Tracers
  5255.  
  5256. coroutine.resume(coroutine.create(function()
  5257. while Tracers:FindFirstChild(Plr.Name) do
  5258. UpdateTracer(Plr)
  5259. Run.RenderStepped:wait()
  5260. end
  5261. end))
  5262. end
  5263. end
  5264.  
  5265. function UpdateChams(Obj)
  5266. if Obj == nil then return end
  5267.  
  5268. if Obj:IsA("Player") then
  5269. local Find = PlayerChams:FindFirstChild(Obj.Name)
  5270. local GetChar = Obj.Character
  5271.  
  5272. local Trans = 0
  5273. if GetChar and MyChar then
  5274. local GetHead = GetChar:FindFirstChild("Head")
  5275. local GetTor = GetChar:FindFirstChild("HumanoidRootPart")
  5276. local MyHead = MyChar:FindFirstChild("Head")
  5277. local MyTor = MyChar:FindFirstChild("HumanoidRootPart")
  5278. if GetHead and GetTor and MyHead and MyTor then
  5279. if (MyTor.Position - GetTor.Position).magnitude > Bullshit.CHAMSLength or Bullshit.Blacklist[Obj.Name] then
  5280. Trans = 1
  5281. else
  5282. --local MyCharStuff = MyChar:GetDescendants()
  5283. local Ray = Ray.new(MyCam.CFrame.p, (GetTor.Position - MyCam.CFrame.p).unit * 2048)
  5284. local part = workspace:FindPartOnRayWithIgnoreList(Ray, {MyChar})
  5285. if part ~= nil then
  5286. if part:IsDescendantOf(GetChar) then
  5287. Trans = 0.9
  5288. else
  5289. Trans = 0
  5290. end
  5291. end
  5292. end
  5293. end
  5294. end
  5295.  
  5296. if Find then
  5297. for i, v in next, Find:GetChildren() do
  5298. if v.className ~= "ObjectValue" then
  5299. v.Color3 = GetTeamColor(Obj) or Bullshit.Colors.Neutral
  5300. v.Transparency = Trans
  5301. end
  5302. end
  5303. end
  5304. end
  5305. end
  5306.  
  5307. function RemoveChams(Obj)
  5308. if Obj ~= nil then
  5309. local IsPlr = Obj:IsA("Player")
  5310. local UseFolder = ItemChams
  5311. if IsPlr then UseFolder = PlayerChams end
  5312.  
  5313. local FindC = UseFolder:FindFirstChild(tostring(Obj)) or FindCham(Obj)
  5314. if FindC then
  5315. FindC:Destroy()
  5316. end
  5317. end
  5318. end
  5319.  
  5320. function CreateChams(Obj)
  5321. if Obj ~= nil then
  5322. local IsPlr = Obj:IsA("Player")
  5323. local UseFolder = ItemChams
  5324. local Crap = nil
  5325. local GetTor = nil
  5326. local t = tick()
  5327. if IsPlr then
  5328. Obj = Obj.Character
  5329. UseFolder = PlayerChams
  5330. end
  5331. if Obj == nil then return end
  5332. GetTor = Obj:FindFirstChild("HumanoidRootPart") or Obj:WaitForChild("HumanoidRootPart")
  5333. if IsPlr then Crap = Obj:GetChildren() else Crap = Obj:GetDescendants() end
  5334.  
  5335. local FindC = ((IsPlr) and UseFolder:FindFirstChild(Obj.Name)) or FindCham(Obj)
  5336. if not FindC then
  5337. FindC = Instance.new("Folder", UseFolder)
  5338. FindC.Name = Obj.Name
  5339. local ObjVal = Instance.new("ObjectValue", FindC)
  5340. ObjVal.Value = Obj
  5341. end
  5342.  
  5343. for _, P in next, Crap do
  5344. if P:IsA("PVInstance") and P.Name ~= "HumanoidRootPart" then
  5345. local Box = Instance.new("BoxHandleAdornment")
  5346. Box.Size = GetSizeOfObject(P)
  5347. Box.Name = "Cham"
  5348. Box.Adornee = P
  5349. Box.AlwaysOnTop = true
  5350. Box.ZIndex = 5
  5351. Box.Transparency = 0
  5352. Box.Color3 = ((IsPlr) and GetTeamColor(Plrs:GetPlayerFromCharacter(Obj))) or Bullshit.Colors.Neutral
  5353. Box.Parent = FindC
  5354. end
  5355. end
  5356. end
  5357. end
  5358.  
  5359. function CreateMobESPChams()
  5360. local mobspawn = { }
  5361.  
  5362. for i, v in next, workspace:GetDescendants() do
  5363. local hum = v:FindFirstChildOfClass("Humanoid")
  5364. if hum and not Plrs:GetPlayerFromCharacter(hum.Parent) and FindCham(v) == nil and FindESP(v) == nil then
  5365. mobspawn[tostring(v.Parent)] = v.Parent
  5366. if Bullshit.CHAMSEnabled and Bullshit.MobChams then
  5367. CreateChams(v)
  5368. end
  5369. if Bullshit.ESPEnabled and Bullshit.MobESP then
  5370. CreateESP(v)
  5371. end
  5372. end
  5373. end
  5374.  
  5375. if Bullshit.Mob_ESP_CHAMS_Ran_Once == false then
  5376. for i, v in next, mobspawn do
  5377. v.ChildAdded:connect(function(Obj)
  5378. if Bullshit.MobChams then
  5379. local t = tick()
  5380. local GetHum = Obj:FindFirstChildOfClass("Humanoid")
  5381. if GetHum == nil then
  5382. repeat
  5383. GetHum = Obj:FindFirstChildOfClass("Humanoid")
  5384. wait()
  5385. until GetHum ~= nil or (tick() - t) >= 10
  5386. end
  5387. if GetHum == nil then return end
  5388.  
  5389. CreateChams(Obj)
  5390. end
  5391.  
  5392. if Bullshit.MobESP then
  5393. local t = tick()
  5394. local GetHum = Obj:FindFirstChildOfClass("Humanoid")
  5395. if GetHum == nil then
  5396. repeat
  5397. GetHum = Obj:FindFirstChildOfClass("Humanoid")
  5398. wait()
  5399. until GetHum ~= nil or (tick() - t) >= 10
  5400. end
  5401. if GetHum == nil then return end
  5402.  
  5403. CreateESP(Obj)
  5404. end
  5405. end)
  5406. end
  5407.  
  5408. Bullshit.Mob_ESP_CHAMS_Ran_Once = true
  5409. end
  5410. end
  5411.  
  5412. function CreateChildAddedEventFor(Obj)
  5413. Obj.ChildAdded:connect(function(Obj2)
  5414. if Bullshit.OutlinesEnabled then
  5415. 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
  5416. local Data = { }
  5417. Data[2] = Obj2.Transparency
  5418. Obj2.Transparency = 1
  5419. local outline = Instance.new("SelectionBox")
  5420. outline.Name = "Outline"
  5421. outline.Color3 = Color3.new(0, 0, 0)
  5422. outline.SurfaceColor3 = Color3.new(0, 1, 0)
  5423. --outline.SurfaceTransparency = 0.9
  5424. outline.LineThickness = 0.01
  5425. outline.Transparency = 0.5
  5426. outline.Transparency = 0.5
  5427. outline.Adornee = Obj2
  5428. outline.Parent = Obj2
  5429. Data[1] = outline
  5430. rawset(Bullshit.OutlinedParts, Obj2, Data)
  5431. end
  5432.  
  5433. for i, v in next, Obj2:GetDescendants() do
  5434. 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
  5435. local Data = { }
  5436. Data[2] = v.Transparency
  5437. v.Transparency = 1
  5438. local outline = Instance.new("SelectionBox")
  5439. outline.Name = "Outline"
  5440. outline.Color3 = Color3.new(0, 0, 0)
  5441. outline.SurfaceColor3 = Color3.new(0, 1, 0)
  5442. --outline.SurfaceTransparency = 0.9
  5443. outline.LineThickness = 0.01
  5444. outline.Transparency = 0.5
  5445. outline.Adornee = v
  5446. outline.Parent = v
  5447. Data[1] = outline
  5448. rawset(Bullshit.OutlinedParts, v, Data)
  5449. end
  5450. CreateChildAddedEventFor(v)
  5451. end
  5452. end
  5453. CreateChildAddedEventFor(Obj2)
  5454. end)
  5455. end
  5456.  
  5457. function LightingHax()
  5458. if Bullshit.OutlinesEnabled then
  5459. Light.TimeOfDay = "00:00:00"
  5460. end
  5461.  
  5462. if Bullshit.FullbrightEnabled then
  5463. Light.Ambient = Color3.new(1, 1, 1)
  5464. Light.ColorShift_Bottom = Color3.new(1, 1, 1)
  5465. Light.ColorShift_Top = Color3.new(1, 1, 1)
  5466. end
  5467. end
  5468.  
  5469. Plrs.PlayerAdded:connect(function(Plr)
  5470. if Bullshit.CharAddedEvent[Plr.Name] == nil then
  5471. Bullshit.CharAddedEvent[Plr.Name] = Plr.CharacterAdded:connect(function(Char)
  5472. if Bullshit.ESPEnabled then
  5473. RemoveESP(Plr)
  5474. CreateESP(Plr)
  5475. end
  5476. if Bullshit.CHAMSEnabled then
  5477. RemoveChams(Plr)
  5478. CreateChams(Plr)
  5479. end
  5480. if Bullshit.TracersEnabled then
  5481. CreateTracers(Plr)
  5482. end
  5483. repeat wait() until Char:FindFirstChild("HumanoidRootPart")
  5484. TracerMT[Plr.Name] = Char.HumanoidRootPart
  5485. end)
  5486. end
  5487. end)
  5488.  
  5489. Plrs.PlayerRemoving:connect(function(Plr)
  5490. if Bullshit.CharAddedEvent[Plr.Name] ~= nil then
  5491. Bullshit.CharAddedEvent[Plr.Name]:Disconnect()
  5492. Bullshit.CharAddedEvent[Plr.Name] = nil
  5493. end
  5494. RemoveESP(Plr)
  5495. RemoveChams(Plr)
  5496. RemoveTracers(Plr)
  5497. TracerMT[Plr.Name] = nil
  5498. end)
  5499.  
  5500. function InitMain()
  5501. -- Objects
  5502.  
  5503. local Bullshit20 = Instance.new("ScreenGui")
  5504. local MainFrame = Instance.new("Frame")
  5505. local Title = Instance.new("TextLabel")
  5506. local design = Instance.new("Frame")
  5507. local buttons = Instance.new("Frame")
  5508. local ESPToggle = Instance.new("TextButton")
  5509. local ChamsToggle = Instance.new("TextButton")
  5510. local TracersToggle = Instance.new("TextButton")
  5511. local OutlineToggle = Instance.new("TextButton")
  5512. local DebugToggle = Instance.new("TextButton")
  5513. local FullbrightToggle = Instance.new("TextButton")
  5514. local BlacklistToggle = Instance.new("TextButton")
  5515. local WhitelistToggle = Instance.new("TextButton")
  5516. local Crosshair = Instance.new("TextButton")
  5517. local AimbotToggle = Instance.new("TextButton")
  5518. local Settings = Instance.new("TextButton")
  5519. local Information = Instance.new("TextButton")
  5520. local Information_2 = Instance.new("Frame")
  5521. local Title_2 = Instance.new("TextLabel")
  5522. local design_2 = Instance.new("Frame")
  5523. local buttons_2 = Instance.new("ScrollingFrame")
  5524. local TextLabel = Instance.new("TextLabel")
  5525. local Settings_2 = Instance.new("Frame")
  5526. local Title_3 = Instance.new("TextLabel")
  5527. local design_3 = Instance.new("Frame")
  5528. local buttons_3 = Instance.new("ScrollingFrame")
  5529. local AllyColor = Instance.new("TextBox")
  5530. local CHAMSLength = Instance.new("TextBox")
  5531. local CrosshairColor = Instance.new("TextBox")
  5532. local ESPLength = Instance.new("TextBox")
  5533. local EnemyColor = Instance.new("TextBox")
  5534. local FreeForAll = Instance.new("TextButton")
  5535. local FriendColor = Instance.new("TextBox")
  5536. local NeutralColor = Instance.new("TextBox")
  5537. local TracersLength = Instance.new("TextBox")
  5538. local TracersUnderChars = Instance.new("TextButton")
  5539. local AutoFireToggle = Instance.new("TextButton")
  5540. local AimbotKey = Instance.new("TextButton")
  5541. local MobESPButton = Instance.new("TextButton")
  5542. local MobChamsButton = Instance.new("TextButton")
  5543. local TextLabel_2 = Instance.new("TextLabel")
  5544. local TextLabel_3 = Instance.new("TextLabel")
  5545. local TextLabel_4 = Instance.new("TextLabel")
  5546. local TextLabel_5 = Instance.new("TextLabel")
  5547. local TextLabel_6 = Instance.new("TextLabel")
  5548. local TextLabel_7 = Instance.new("TextLabel")
  5549. local TextLabel_8 = Instance.new("TextLabel")
  5550. local TextLabel_9 = Instance.new("TextLabel")
  5551. local TextLabel_10 = Instance.new("TextLabel")
  5552. local TextLabel_11 = Instance.new("TextLabel")
  5553. local TextLabel_12 = Instance.new("TextLabel")
  5554. local TextLabel_13 = Instance.new("TextLabel")
  5555. local TextLabel_14 = Instance.new("TextLabel")
  5556. local TextLabel_15 = Instance.new("TextLabel")
  5557. local SaveSettings = Instance.new("TextButton")
  5558. local Blacklist = Instance.new("Frame")
  5559. local nigga = Instance.new("TextLabel")
  5560. local niggerfaggot = Instance.new("Frame")
  5561. local players = Instance.new("ScrollingFrame")
  5562. local buttonsex = Instance.new("Frame")
  5563. local Playername = Instance.new("TextBox")
  5564. local AddToBlacklist = Instance.new("TextButton")
  5565. local RemoveToBlacklist = Instance.new("TextButton")
  5566. local SaveBlacklist = Instance.new("TextButton")
  5567. local Whitelist = Instance.new("Frame")
  5568. local nigga2 = Instance.new("TextLabel")
  5569. local niggerfaggot2 = Instance.new("Frame")
  5570. local players2 = Instance.new("ScrollingFrame")
  5571. local buttonsex2 = Instance.new("Frame")
  5572. local Playername2 = Instance.new("TextBox")
  5573. local AddToWhitelist = Instance.new("TextButton")
  5574. local RemoveToWhitelist = Instance.new("TextButton")
  5575. local SaveWhitelist = Instance.new("TextButton")
  5576.  
  5577. -- Properties
  5578.  
  5579. Bullshit20.Name = "Bullshit 3.0"
  5580. Bullshit20.Parent = CoreGui
  5581. Bullshit20.ResetOnSpawn = false
  5582.  
  5583. MainFrame.Name = "MainFrame"
  5584. MainFrame.Parent = Bullshit20
  5585. MainFrame.Active = true
  5586. MainFrame.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  5587. MainFrame.BorderSizePixel = 0
  5588. MainFrame.Draggable = true
  5589. MainFrame.Position = UDim2.new(0.200000003, -175, 0.5, -100)
  5590. MainFrame.Size = UDim2.new(0, 350, 0, 315)
  5591.  
  5592. Title.Name = "Title"
  5593. Title.Parent = MainFrame
  5594. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  5595. Title.BackgroundTransparency = 1
  5596. Title.Size = UDim2.new(1, 0, 0, 50)
  5597. Title.Font = Enum.Font.SourceSansBold
  5598. Title.Text = "Project: Bullshit\nMade by: Racist Dolphin#5199\nVersion 3.5.5 (RE-WORK IN THE WORKS)"
  5599. Title.TextColor3 = Color3.new(1, 1, 1)
  5600. Title.TextSize = 18
  5601. Title.TextTransparency = 0.5
  5602.  
  5603. design.Name = "design"
  5604. design.Parent = MainFrame
  5605. design.BackgroundColor3 = Color3.new(1, 1, 1)
  5606. design.BackgroundTransparency = 0.5
  5607. design.BorderSizePixel = 0
  5608. design.Position = UDim2.new(0.0500000007, 0, 0, 50)
  5609. design.Size = UDim2.new(0.899999976, 0, 0, 2)
  5610.  
  5611. buttons.Name = "buttons"
  5612. buttons.Parent = MainFrame
  5613. buttons.BackgroundColor3 = Color3.new(1, 1, 1)
  5614. buttons.BackgroundTransparency = 1
  5615. buttons.Position = UDim2.new(0, 20, 0, 70)
  5616. buttons.Size = UDim2.new(1, -40, 1, -80)
  5617.  
  5618. Blacklist.Name = "Blacklist"
  5619. Blacklist.Parent = MainFrame
  5620. Blacklist.Active = true
  5621. Blacklist.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  5622. Blacklist.BorderSizePixel = 0
  5623. Blacklist.Position = UDim2.new(1, 3, 0.5, -138)
  5624. Blacklist.Size = UDim2.new(0, 350, 0, 375)
  5625. Blacklist.Visible = false
  5626.  
  5627. nigga.Name = "nigga"
  5628. nigga.Parent = Blacklist
  5629. nigga.BackgroundColor3 = Color3.new(1, 1, 1)
  5630. nigga.BackgroundTransparency = 1
  5631. nigga.Size = UDim2.new(1, 0, 0, 50)
  5632. nigga.Font = Enum.Font.SourceSansBold
  5633. nigga.Text = "Blacklist Menu"
  5634. nigga.TextColor3 = Color3.new(1, 1, 1)
  5635. nigga.TextSize = 18
  5636. nigga.TextTransparency = 0.5
  5637.  
  5638. niggerfaggot.Name = "niggerfaggot"
  5639. niggerfaggot.Parent = Blacklist
  5640. niggerfaggot.BackgroundColor3 = Color3.new(1, 1, 1)
  5641. niggerfaggot.BackgroundTransparency = 0.5
  5642. niggerfaggot.BorderSizePixel = 0
  5643. niggerfaggot.Position = UDim2.new(0.0500000007, 0, 0, 50)
  5644. niggerfaggot.Size = UDim2.new(0.899999976, 0, 0, 2)
  5645.  
  5646. players.Name = "players"
  5647. players.Parent = Blacklist
  5648. players.BackgroundColor3 = Color3.new(1, 1, 1)
  5649. players.BackgroundTransparency = 1
  5650. players.BorderSizePixel = 0
  5651. players.Position = UDim2.new(0, 20, 0, 60)
  5652. players.Size = UDim2.new(1, -40, 1, -175)
  5653. players.CanvasSize = UDim2.new(0, 0, 5, 0)
  5654. players.ScrollBarThickness = 8
  5655.  
  5656. buttonsex.Name = "buttonsex"
  5657. buttonsex.Parent = Blacklist
  5658. buttonsex.BackgroundColor3 = Color3.new(1, 1, 1)
  5659. buttonsex.BackgroundTransparency = 1
  5660. buttonsex.Position = UDim2.new(0, 20, 0, 250)
  5661. buttonsex.Size = UDim2.new(1, -40, 0, 100)
  5662.  
  5663. Playername.Name = "Playername"
  5664. Playername.Parent = buttonsex
  5665. Playername.BackgroundColor3 = Color3.new(0.972549, 0.972549, 0.972549)
  5666. Playername.BackgroundTransparency = 0.5
  5667. Playername.BorderSizePixel = 0
  5668. Playername.Size = UDim2.new(1, 0, 0, 20)
  5669. Playername.Font = Enum.Font.SourceSansBold
  5670. Playername.Text = "Enter Player Name"
  5671. Playername.TextSize = 14
  5672. Playername.TextWrapped = true
  5673.  
  5674. AddToBlacklist.Name = "AddToBlacklist"
  5675. AddToBlacklist.Parent = buttonsex
  5676. AddToBlacklist.BackgroundColor3 = Color3.new(0.972549, 0.972549, 0.972549)
  5677. AddToBlacklist.BackgroundTransparency = 0.5
  5678. AddToBlacklist.BorderSizePixel = 0
  5679. AddToBlacklist.Position = UDim2.new(0, 0, 0, 30)
  5680. AddToBlacklist.Size = UDim2.new(1, 0, 0, 20)
  5681. AddToBlacklist.Font = Enum.Font.SourceSansBold
  5682. AddToBlacklist.Text = "Add to Blacklist"
  5683. AddToBlacklist.TextSize = 14
  5684. AddToBlacklist.TextWrapped = true
  5685.  
  5686. RemoveToBlacklist.Name = "RemoveToBlacklist"
  5687. RemoveToBlacklist.Parent = buttonsex
  5688. RemoveToBlacklist.BackgroundColor3 = Color3.new(0.972549, 0.972549, 0.972549)
  5689. RemoveToBlacklist.BackgroundTransparency = 0.5
  5690. RemoveToBlacklist.BorderSizePixel = 0
  5691. RemoveToBlacklist.Position = UDim2.new(0, 0, 0, 60)
  5692. RemoveToBlacklist.Size = UDim2.new(1, 0, 0, 20)
  5693. RemoveToBlacklist.Font = Enum.Font.SourceSansBold
  5694. RemoveToBlacklist.Text = "Remove from Blacklist"
  5695. RemoveToBlacklist.TextSize = 14
  5696. RemoveToBlacklist.TextWrapped = true
  5697.  
  5698. SaveBlacklist.Name = "SaveBlacklist"
  5699. SaveBlacklist.Parent = buttonsex
  5700. SaveBlacklist.BackgroundColor3 = Color3.new(0.972549, 0.972549, 0.972549)
  5701. SaveBlacklist.BackgroundTransparency = 0.5
  5702. SaveBlacklist.BorderSizePixel = 0
  5703. SaveBlacklist.Position = UDim2.new(0, 0, 0, 90)
  5704. SaveBlacklist.Size = UDim2.new(1, 0, 0, 20)
  5705. SaveBlacklist.Font = Enum.Font.SourceSansBold
  5706. SaveBlacklist.Text = "Save Blacklist"
  5707. SaveBlacklist.TextSize = 14
  5708. SaveBlacklist.TextWrapped = true
  5709.  
  5710. Whitelist.Name = "Whitelist"
  5711. Whitelist.Parent = MainFrame
  5712. Whitelist.Active = true
  5713. Whitelist.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  5714. Whitelist.BorderSizePixel = 0
  5715. Whitelist.Position = UDim2.new(1, 3, 0.5, -138)
  5716. Whitelist.Size = UDim2.new(0, 350, 0, 375)
  5717. Whitelist.Visible = false
  5718.  
  5719. nigga2.Name = "nigga2"
  5720. nigga2.Parent = Whitelist
  5721. nigga2.BackgroundColor3 = Color3.new(1, 1, 1)
  5722. nigga2.BackgroundTransparency = 1
  5723. nigga2.Size = UDim2.new(1, 0, 0, 50)
  5724. nigga2.Font = Enum.Font.SourceSansBold
  5725. nigga2.Text = "Friends List Menu"
  5726. nigga2.TextColor3 = Color3.new(1, 1, 1)
  5727. nigga2.TextSize = 18
  5728. nigga2.TextTransparency = 0.5
  5729.  
  5730. niggerfaggot2.Name = "niggerfaggot2"
  5731. niggerfaggot2.Parent = Whitelist
  5732. niggerfaggot2.BackgroundColor3 = Color3.new(1, 1, 1)
  5733. niggerfaggot2.BackgroundTransparency = 0.5
  5734. niggerfaggot2.BorderSizePixel = 0
  5735. niggerfaggot2.Position = UDim2.new(0.0500000007, 0, 0, 50)
  5736. niggerfaggot2.Size = UDim2.new(0.899999976, 0, 0, 2)
  5737.  
  5738. players2.Name = "players2"
  5739. players2.Parent = Whitelist
  5740. players2.BackgroundColor3 = Color3.new(1, 1, 1)
  5741. players2.BackgroundTransparency = 1
  5742. players2.BorderSizePixel = 0
  5743. players2.Position = UDim2.new(0, 20, 0, 60)
  5744. players2.Size = UDim2.new(1, -40, 1, -175)
  5745. players2.CanvasSize = UDim2.new(0, 0, 5, 0)
  5746. players2.ScrollBarThickness = 8
  5747.  
  5748. buttonsex2.Name = "buttonsex2"
  5749. buttonsex2.Parent = Whitelist
  5750. buttonsex2.BackgroundColor3 = Color3.new(1, 1, 1)
  5751. buttonsex2.BackgroundTransparency = 1
  5752. buttonsex2.Position = UDim2.new(0, 20, 0, 250)
  5753. buttonsex2.Size = UDim2.new(1, -40, 0, 100)
  5754.  
  5755. Playername2.Name = "Playername2"
  5756. Playername2.Parent = buttonsex2
  5757. Playername2.BackgroundColor3 = Color3.new(0.972549, 0.972549, 0.972549)
  5758. Playername2.BackgroundTransparency = 0.5
  5759. Playername2.BorderSizePixel = 0
  5760. Playername2.Size = UDim2.new(1, 0, 0, 20)
  5761. Playername2.Font = Enum.Font.SourceSansBold
  5762. Playername2.Text = "Enter Player Name"
  5763. Playername2.TextSize = 14
  5764. Playername2.TextWrapped = true
  5765.  
  5766. AddToWhitelist.Name = "AddToWhitelist"
  5767. AddToWhitelist.Parent = buttonsex2
  5768. AddToWhitelist.BackgroundColor3 = Color3.new(0.972549, 0.972549, 0.972549)
  5769. AddToWhitelist.BackgroundTransparency = 0.5
  5770. AddToWhitelist.BorderSizePixel = 0
  5771. AddToWhitelist.Position = UDim2.new(0, 0, 0, 30)
  5772. AddToWhitelist.Size = UDim2.new(1, 0, 0, 20)
  5773. AddToWhitelist.Font = Enum.Font.SourceSansBold
  5774. AddToWhitelist.Text = "Add to Friends List"
  5775. AddToWhitelist.TextSize = 14
  5776. AddToWhitelist.TextWrapped = true
  5777.  
  5778. RemoveToWhitelist.Name = "RemoveToWhitelist"
  5779. RemoveToWhitelist.Parent = buttonsex2
  5780. RemoveToWhitelist.BackgroundColor3 = Color3.new(0.972549, 0.972549, 0.972549)
  5781. RemoveToWhitelist.BackgroundTransparency = 0.5
  5782. RemoveToWhitelist.BorderSizePixel = 0
  5783. RemoveToWhitelist.Position = UDim2.new(0, 0, 0, 60)
  5784. RemoveToWhitelist.Size = UDim2.new(1, 0, 0, 20)
  5785. RemoveToWhitelist.Font = Enum.Font.SourceSansBold
  5786. RemoveToWhitelist.Text = "Remove from Friends List"
  5787. RemoveToWhitelist.TextSize = 14
  5788. RemoveToWhitelist.TextWrapped = true
  5789.  
  5790. SaveWhitelist.Name = "SaveWhitelist"
  5791. SaveWhitelist.Parent = buttonsex2
  5792. SaveWhitelist.BackgroundColor3 = Color3.new(0.972549, 0.972549, 0.972549)
  5793. SaveWhitelist.BackgroundTransparency = 0.5
  5794. SaveWhitelist.BorderSizePixel = 0
  5795. SaveWhitelist.Position = UDim2.new(0, 0, 0, 90)
  5796. SaveWhitelist.Size = UDim2.new(1, 0, 0, 20)
  5797. SaveWhitelist.Font = Enum.Font.SourceSansBold
  5798. SaveWhitelist.Text = "Save Friends List"
  5799. SaveWhitelist.TextSize = 14
  5800. SaveWhitelist.TextWrapped = true
  5801.  
  5802. BlacklistToggle.Name = "BlacklistToggle"
  5803. BlacklistToggle.Parent = buttons
  5804. BlacklistToggle.BackgroundColor3 = Color3.new(1, 1, 1)
  5805. BlacklistToggle.BackgroundTransparency = 0.5
  5806. BlacklistToggle.BorderSizePixel = 0
  5807. BlacklistToggle.Position = UDim2.new(0, 0, 0, 200)
  5808. BlacklistToggle.Size = UDim2.new(0, 150, 0, 30)
  5809. BlacklistToggle.Font = Enum.Font.SourceSansBold
  5810. BlacklistToggle.Text = "Blacklist"
  5811. BlacklistToggle.TextColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  5812. BlacklistToggle.TextSize = 14
  5813. BlacklistToggle.TextWrapped = true
  5814.  
  5815. WhitelistToggle.Name = "WhitelistToggle"
  5816. WhitelistToggle.Parent = buttons
  5817. WhitelistToggle.BackgroundColor3 = Color3.new(1, 1, 1)
  5818. WhitelistToggle.BackgroundTransparency = 0.5
  5819. WhitelistToggle.BorderSizePixel = 0
  5820. WhitelistToggle.Position = UDim2.new(1, -150, 0, 200)
  5821. WhitelistToggle.Size = UDim2.new(0, 150, 0, 30)
  5822. WhitelistToggle.Font = Enum.Font.SourceSansBold
  5823. WhitelistToggle.Text = "Friends List"
  5824. WhitelistToggle.TextColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  5825. WhitelistToggle.TextSize = 14
  5826. WhitelistToggle.TextWrapped = true
  5827.  
  5828. ESPToggle.Name = "ESPToggle"
  5829. ESPToggle.Parent = buttons
  5830. ESPToggle.BackgroundColor3 = Color3.new(1, 1, 1)
  5831. ESPToggle.BackgroundTransparency = 0.5
  5832. ESPToggle.BorderSizePixel = 0
  5833. ESPToggle.Size = UDim2.new(0, 150, 0, 30)
  5834. ESPToggle.Font = Enum.Font.SourceSansBold
  5835. ESPToggle.Text = "ESP"
  5836. ESPToggle.TextColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  5837. ESPToggle.TextSize = 14
  5838. ESPToggle.TextWrapped = true
  5839.  
  5840. ChamsToggle.Name = "ChamsToggle"
  5841. ChamsToggle.Parent = buttons
  5842. ChamsToggle.BackgroundColor3 = Color3.new(1, 1, 1)
  5843. ChamsToggle.BackgroundTransparency = 0.5
  5844. ChamsToggle.BorderSizePixel = 0
  5845. ChamsToggle.Position = UDim2.new(1, -150, 0, 0)
  5846. ChamsToggle.Size = UDim2.new(0, 150, 0, 30)
  5847. ChamsToggle.Font = Enum.Font.SourceSansBold
  5848. ChamsToggle.Text = "Chams"
  5849. ChamsToggle.TextColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  5850. ChamsToggle.TextSize = 14
  5851. ChamsToggle.TextWrapped = true
  5852.  
  5853. TracersToggle.Name = "TracersToggle"
  5854. TracersToggle.Parent = buttons
  5855. TracersToggle.BackgroundColor3 = Color3.new(1, 1, 1)
  5856. TracersToggle.BackgroundTransparency = 0.5
  5857. TracersToggle.BorderSizePixel = 0
  5858. TracersToggle.Position = UDim2.new(0, 0, 0, 40)
  5859. TracersToggle.Size = UDim2.new(0, 150, 0, 30)
  5860. TracersToggle.Font = Enum.Font.SourceSansBold
  5861. TracersToggle.Text = "Tracers"
  5862. TracersToggle.TextColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  5863. TracersToggle.TextSize = 14
  5864. TracersToggle.TextWrapped = true
  5865.  
  5866. OutlineToggle.Name = "OutlineToggle"
  5867. OutlineToggle.Parent = buttons
  5868. OutlineToggle.BackgroundColor3 = Color3.new(1, 1, 1)
  5869. OutlineToggle.BackgroundTransparency = 0.5
  5870. OutlineToggle.BorderSizePixel = 0
  5871. OutlineToggle.Position = UDim2.new(1, -150, 0, 40)
  5872. OutlineToggle.Size = UDim2.new(0, 150, 0, 30)
  5873. OutlineToggle.Font = Enum.Font.SourceSansBold
  5874. OutlineToggle.Text = "Outlines"
  5875. OutlineToggle.TextColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  5876. OutlineToggle.TextSize = 14
  5877. OutlineToggle.TextWrapped = true
  5878.  
  5879. DebugToggle.Name = "DebugToggle"
  5880. DebugToggle.Parent = buttons
  5881. DebugToggle.BackgroundColor3 = Color3.new(1, 1, 1)
  5882. DebugToggle.BackgroundTransparency = 0.5
  5883. DebugToggle.BorderSizePixel = 0
  5884. DebugToggle.Position = UDim2.new(1, -150, 0, 80)
  5885. DebugToggle.Size = UDim2.new(0, 150, 0, 30)
  5886. DebugToggle.Font = Enum.Font.SourceSansBold
  5887. DebugToggle.Text = "Debug Info"
  5888. DebugToggle.TextColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  5889. DebugToggle.TextSize = 14
  5890. DebugToggle.TextWrapped = true
  5891.  
  5892. FullbrightToggle.Name = "FullbrightToggle"
  5893. FullbrightToggle.Parent = buttons
  5894. FullbrightToggle.BackgroundColor3 = Color3.new(1, 1, 1)
  5895. FullbrightToggle.BackgroundTransparency = 0.5
  5896. FullbrightToggle.BorderSizePixel = 0
  5897. FullbrightToggle.Position = UDim2.new(0, 0, 0, 80)
  5898. FullbrightToggle.Size = UDim2.new(0, 150, 0, 30)
  5899. FullbrightToggle.Font = Enum.Font.SourceSansBold
  5900. FullbrightToggle.Text = "Fullbright"
  5901. FullbrightToggle.TextColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  5902. FullbrightToggle.TextSize = 14
  5903. FullbrightToggle.TextWrapped = true
  5904.  
  5905. Crosshair.Name = "Crosshair"
  5906. Crosshair.Parent = buttons
  5907. Crosshair.BackgroundColor3 = Color3.new(1, 1, 1)
  5908. Crosshair.BackgroundTransparency = 0.5
  5909. Crosshair.BorderSizePixel = 0
  5910. Crosshair.Position = UDim2.new(0, 0, 0, 120)
  5911. Crosshair.Size = UDim2.new(0, 150, 0, 30)
  5912. Crosshair.Font = Enum.Font.SourceSansBold
  5913. Crosshair.Text = "Crosshair"
  5914. Crosshair.TextColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  5915. Crosshair.TextSize = 14
  5916. Crosshair.TextWrapped = true
  5917.  
  5918. AimbotToggle.Name = "AimbotToggle"
  5919. AimbotToggle.Parent = buttons
  5920. AimbotToggle.BackgroundColor3 = Color3.new(1, 1, 1)
  5921. AimbotToggle.BackgroundTransparency = 0.5
  5922. AimbotToggle.BorderSizePixel = 0
  5923. AimbotToggle.Position = UDim2.new(1, -150, 0, 120)
  5924. AimbotToggle.Size = UDim2.new(0, 150, 0, 30)
  5925. AimbotToggle.Font = Enum.Font.SourceSansBold
  5926. AimbotToggle.Text = "Aimlock"
  5927. AimbotToggle.TextColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  5928. AimbotToggle.TextSize = 14
  5929. AimbotToggle.TextWrapped = true
  5930.  
  5931. Settings.Name = "Settings"
  5932. Settings.Parent = buttons
  5933. Settings.BackgroundColor3 = Color3.new(1, 1, 1)
  5934. Settings.BackgroundTransparency = 0.5
  5935. Settings.BorderSizePixel = 0
  5936. Settings.Position = UDim2.new(1, -150, 0, 160)
  5937. Settings.Size = UDim2.new(0, 150, 0, 30)
  5938. Settings.Font = Enum.Font.SourceSansBold
  5939. Settings.Text = "Settings"
  5940. Settings.TextColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  5941. Settings.TextSize = 14
  5942. Settings.TextWrapped = true
  5943.  
  5944. Information.Name = "Information"
  5945. Information.Parent = buttons
  5946. Information.BackgroundColor3 = Color3.new(1, 1, 1)
  5947. Information.BackgroundTransparency = 0.5
  5948. Information.BorderSizePixel = 0
  5949. Information.Position = UDim2.new(0, 0, 0, 160)
  5950. Information.Size = UDim2.new(0, 150, 0, 30)
  5951. Information.Font = Enum.Font.SourceSansBold
  5952. Information.Text = "Information"
  5953. Information.TextColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  5954. Information.TextSize = 14
  5955. Information.TextWrapped = true
  5956.  
  5957. Information_2.Name = "Information"
  5958. Information_2.Parent = MainFrame
  5959. Information_2.Active = true
  5960. Information_2.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  5961. Information_2.BorderSizePixel = 0
  5962. Information_2.Position = UDim2.new(1, 3, 0.5, -138)
  5963. Information_2.Size = UDim2.new(0, 350, 0, 365)
  5964. Information_2.Visible = false
  5965.  
  5966. Title_2.Name = "Title"
  5967. Title_2.Parent = Information_2
  5968. Title_2.BackgroundColor3 = Color3.new(1, 1, 1)
  5969. Title_2.BackgroundTransparency = 1
  5970. Title_2.Size = UDim2.new(1, 0, 0, 50)
  5971. Title_2.Font = Enum.Font.SourceSansBold
  5972. Title_2.Text = "Information"
  5973. Title_2.TextColor3 = Color3.new(1, 1, 1)
  5974. Title_2.TextSize = 18
  5975. Title_2.TextTransparency = 0.5
  5976.  
  5977. design_2.Name = "design"
  5978. design_2.Parent = Information_2
  5979. design_2.BackgroundColor3 = Color3.new(1, 1, 1)
  5980. design_2.BackgroundTransparency = 0.5
  5981. design_2.BorderSizePixel = 0
  5982. design_2.Position = UDim2.new(0.0500000007, 0, 0, 50)
  5983. design_2.Size = UDim2.new(0.899999976, 0, 0, 2)
  5984.  
  5985. buttons_2.Name = "buttons"
  5986. buttons_2.Parent = Information_2
  5987. buttons_2.BackgroundColor3 = Color3.new(1, 1, 1)
  5988. buttons_2.BackgroundTransparency = 1
  5989. buttons_2.BorderSizePixel = 0
  5990. buttons_2.Position = UDim2.new(0, 20, 0, 60)
  5991. buttons_2.Size = UDim2.new(1, -40, 1, -70)
  5992. buttons_2.CanvasSize = UDim2.new(5, 0, 5, 0)
  5993. buttons_2.ScrollBarThickness = 5
  5994.  
  5995. TextLabel.Parent = buttons_2
  5996. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  5997. TextLabel.BackgroundTransparency = 1
  5998. TextLabel.Size = UDim2.new(1, -20, 1, 0)
  5999. TextLabel.Font = Enum.Font.SourceSansBold
  6000. TextLabel.Text = [[
  6001. Scripting by: Racist Dolphin#5199
  6002. GUI by: SOMEONE WHO WANTS HIS NAME HIDDEN.
  6003.  
  6004. To hide/show the GUI press the "P" key on your keyboard.
  6005.  
  6006. NOTICE: Since my string manipulation skills aren't the greatest, changing esp/cham colors might be quite buggy.
  6007. NOTICE #2: The blacklist feature will return! I just didn't have enough time to make the gui.
  6008. NOTICE #3: Save Settings might still be bugged. Message me if it's fucked up still.
  6009.  
  6010. This works on every game, though the Aimbot does NOT! (Doesn't work on: Jailbreak, and Phantom Forces)
  6011.  
  6012. FAQ:
  6013. 1) How do I use the aimbot?
  6014. 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.)
  6015.  
  6016. 2) ESP/Chams don't work on the game I play?
  6017. 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.
  6018.  
  6019. 3) How did I detect when a player is behind a wall?
  6020. A: Raycasting the camera to another player.
  6021.  
  6022. 4) My bullets still miss when using aimbot?!
  6023. 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?)
  6024.  
  6025. Change Log:
  6026. 3/10/2018:
  6027. + Fixed more bugs with chams
  6028.  
  6029. 3/10/2018:
  6030. + Fixed how chams broke when a player respawned.
  6031.  
  6032. 3/10/2018:
  6033. + Fixed ESP not updating correctly.
  6034. + Fixed Chams not updating correctly. (MAYBE? IDK WHAT IS BREAKING THIS)
  6035.  
  6036. 3/9/2018:
  6037. + Mob ESP/Chams! (BETA!)
  6038.  
  6039. 3/8/2018:
  6040. + Fixed the error you get when not entering a valid number for esp/chams/tracer lengths.
  6041. + Fixed lag issues with aimlock.
  6042. + Fixed lag issues with chams.
  6043.  
  6044. 3/8/2018:
  6045. + Patch for Murder 15
  6046. - Temporarily removed auto fire since mouse1click is broken on Synapse :(
  6047.  
  6048. 3/7/2018:
  6049. + Updated save settings.
  6050. + Can now customize aimlock key.
  6051.  
  6052. 3/7/2018:
  6053. + Patch for Wild Revolver.
  6054. + Fix for autofire. (Hopefully)
  6055.  
  6056. 3/6/2018:
  6057. - Removed :IsFriendsWith check. (Use Friends List GUI instead)
  6058.  
  6059. 3/4/2018:
  6060. + Added Friend List Menu
  6061. + Patch for Assassin!
  6062.  
  6063. 3/4/2018:
  6064. + Fixed crosshair toggle.
  6065. + Aimlock patch for Island Royal.
  6066. + Finally fixed save settings.
  6067.  
  6068. 3/4/2018:
  6069. + Aimlock fixed for Unit 1968: Vietnam
  6070. + Autofire setting for aimlock
  6071. + Fixed how you sometimes had to double click buttons to activate a option
  6072.  
  6073. 3/4/2018:
  6074. + Fixed FreeForAll setting bug.
  6075. + Using aimlock on Phantom Forces / Jailbreak will now tell you it will not work.
  6076. * Renamed Aimbot back to Aimlock
  6077.  
  6078. 3/3/2018:
  6079. + Blacklist feature re-added.
  6080. + Aimbot will no longer focus people in the blacklist.
  6081. + Compatible on exploits that have readfile and writefile.
  6082.  
  6083. 3/3/2018:
  6084. + GUI Overhaul
  6085. + Aimbot now only targets people NOT behind walls
  6086. + Chams now dim when x player is visible on your screen.
  6087. + Chams no longer have the humanoid root part. (Your welcome)
  6088. + Patch for Silent Assassin
  6089. + My discord was deleted, so I'm using pastebin now. (Auto updates :)
  6090. ]]
  6091. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  6092. TextLabel.TextSize = 16
  6093. TextLabel.TextTransparency = 0.5
  6094. TextLabel.TextXAlignment = Enum.TextXAlignment.Left
  6095. TextLabel.TextYAlignment = Enum.TextYAlignment.Top
  6096.  
  6097. Settings_2.Name = "Settings"
  6098. Settings_2.Parent = MainFrame
  6099. Settings_2.Active = true
  6100. Settings_2.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  6101. Settings_2.BorderSizePixel = 0
  6102. Settings_2.Position = UDim2.new(1, 3, 0.5, -138)
  6103. Settings_2.Size = UDim2.new(0, 350, 0, 365)
  6104. Settings_2.Visible = false
  6105.  
  6106. Title_3.Name = "Title"
  6107. Title_3.Parent = Settings_2
  6108. Title_3.BackgroundColor3 = Color3.new(1, 1, 1)
  6109. Title_3.BackgroundTransparency = 1
  6110. Title_3.Size = UDim2.new(1, 0, 0, 50)
  6111. Title_3.Font = Enum.Font.SourceSansBold
  6112. Title_3.Text = "Settings Menu"
  6113. Title_3.TextColor3 = Color3.new(1, 1, 1)
  6114. Title_3.TextSize = 18
  6115. Title_3.TextTransparency = 0.5
  6116.  
  6117. design_3.Name = "design"
  6118. design_3.Parent = Settings_2
  6119. design_3.BackgroundColor3 = Color3.new(1, 1, 1)
  6120. design_3.BackgroundTransparency = 0.5
  6121. design_3.BorderSizePixel = 0
  6122. design_3.Position = UDim2.new(0.0500000007, 0, 0, 50)
  6123. design_3.Size = UDim2.new(0.899999976, 0, 0, 2)
  6124.  
  6125. buttons_3.Name = "buttons"
  6126. buttons_3.Parent = Settings_2
  6127. buttons_3.BackgroundColor3 = Color3.new(1, 1, 1)
  6128. buttons_3.BackgroundTransparency = 1
  6129. buttons_3.BorderSizePixel = 0
  6130. buttons_3.Position = UDim2.new(0, 20, 0, 60)
  6131. buttons_3.Size = UDim2.new(1, -40, 1, -70)
  6132. buttons_3.ScrollBarThickness = 8
  6133.  
  6134. AllyColor.Name = "AllyColor"
  6135. AllyColor.Parent = buttons_3
  6136. AllyColor.BackgroundColor3 = Color3.new(0.972549, 0.972549, 0.972549)
  6137. AllyColor.BackgroundTransparency = 0.5
  6138. AllyColor.BorderSizePixel = 0
  6139. AllyColor.Position = UDim2.new(1, -150, 0, 180)
  6140. AllyColor.Size = UDim2.new(0, 135, 0, 20)
  6141. AllyColor.Font = Enum.Font.SourceSansBold
  6142. AllyColor.Text = tostring(Bullshit.Colors.Ally)
  6143. AllyColor.TextSize = 14
  6144. AllyColor.TextWrapped = true
  6145.  
  6146. CHAMSLength.Name = "CHAMSLength"
  6147. CHAMSLength.Parent = buttons_3
  6148. CHAMSLength.BackgroundColor3 = Color3.new(0.972549, 0.972549, 0.972549)
  6149. CHAMSLength.BackgroundTransparency = 0.5
  6150. CHAMSLength.BorderSizePixel = 0
  6151. CHAMSLength.Position = UDim2.new(1, -150, 0, 60)
  6152. CHAMSLength.Size = UDim2.new(0, 135, 0, 20)
  6153. CHAMSLength.Font = Enum.Font.SourceSansBold
  6154. CHAMSLength.Text = tostring(Bullshit.CHAMSLength)
  6155. CHAMSLength.TextSize = 14
  6156. CHAMSLength.TextWrapped = true
  6157.  
  6158. CrosshairColor.Name = "CrosshairColor"
  6159. CrosshairColor.Parent = buttons_3
  6160. CrosshairColor.BackgroundColor3 = Color3.new(0.972549, 0.972549, 0.972549)
  6161. CrosshairColor.BackgroundTransparency = 0.5
  6162. CrosshairColor.BorderSizePixel = 0
  6163. CrosshairColor.Position = UDim2.new(1, -150, 0, 270)
  6164. CrosshairColor.Size = UDim2.new(0, 135, 0, 20)
  6165. CrosshairColor.Font = Enum.Font.SourceSansBold
  6166. CrosshairColor.Text = tostring(Bullshit.Colors.Crosshair)
  6167. CrosshairColor.TextSize = 14
  6168. CrosshairColor.TextWrapped = true
  6169.  
  6170. ESPLength.Name = "ESPLength"
  6171. ESPLength.Parent = buttons_3
  6172. ESPLength.BackgroundColor3 = Color3.new(0.972549, 0.972549, 0.972549)
  6173. ESPLength.BackgroundTransparency = 0.5
  6174. ESPLength.BorderSizePixel = 0
  6175. ESPLength.Position = UDim2.new(1, -150, 0, 30)
  6176. ESPLength.Size = UDim2.new(0, 135, 0, 20)
  6177. ESPLength.Font = Enum.Font.SourceSansBold
  6178. ESPLength.Text = tostring(Bullshit.ESPLength)
  6179. ESPLength.TextSize = 14
  6180. ESPLength.TextWrapped = true
  6181.  
  6182. EnemyColor.Name = "EnemyColor"
  6183. EnemyColor.Parent = buttons_3
  6184. EnemyColor.BackgroundColor3 = Color3.new(0.972549, 0.972549, 0.972549)
  6185. EnemyColor.BackgroundTransparency = 0.5
  6186. EnemyColor.BorderSizePixel = 0
  6187. EnemyColor.Position = UDim2.new(1, -150, 0, 150)
  6188. EnemyColor.Size = UDim2.new(0, 135, 0, 20)
  6189. EnemyColor.Font = Enum.Font.SourceSansBold
  6190. EnemyColor.Text = tostring(Bullshit.Colors.Enemy)
  6191. EnemyColor.TextSize = 14
  6192. EnemyColor.TextWrapped = true
  6193.  
  6194. FreeForAll.Name = "FreeForAll"
  6195. FreeForAll.Parent = buttons_3
  6196. FreeForAll.BackgroundColor3 = Color3.new(0.972549, 0.972549, 0.972549)
  6197. FreeForAll.BackgroundTransparency = 0.5
  6198. FreeForAll.BorderSizePixel = 0
  6199. FreeForAll.Position = UDim2.new(1, -150, 0, 120)
  6200. FreeForAll.Size = UDim2.new(0, 135, 0, 20)
  6201. FreeForAll.Font = Enum.Font.SourceSansBold
  6202. FreeForAll.Text = tostring(Bullshit.FreeForAll)
  6203. FreeForAll.TextSize = 14
  6204. FreeForAll.TextWrapped = true
  6205.  
  6206. FriendColor.Name = "FriendColor"
  6207. FriendColor.Parent = buttons_3
  6208. FriendColor.BackgroundColor3 = Color3.new(0.972549, 0.972549, 0.972549)
  6209. FriendColor.BackgroundTransparency = 0.5
  6210. FriendColor.BorderSizePixel = 0
  6211. FriendColor.Position = UDim2.new(1, -150, 0, 210)
  6212. FriendColor.Size = UDim2.new(0, 135, 0, 20)
  6213. FriendColor.Font = Enum.Font.SourceSansBold
  6214. FriendColor.Text = tostring(Bullshit.Colors.Friend)
  6215. FriendColor.TextSize = 14
  6216. FriendColor.TextWrapped = true
  6217.  
  6218. NeutralColor.Name = "NeutralColor"
  6219. NeutralColor.Parent = buttons_3
  6220. NeutralColor.BackgroundColor3 = Color3.new(0.972549, 0.972549, 0.972549)
  6221. NeutralColor.BackgroundTransparency = 0.5
  6222. NeutralColor.BorderSizePixel = 0
  6223. NeutralColor.Position = UDim2.new(1, -150, 0, 240)
  6224. NeutralColor.Size = UDim2.new(0, 135, 0, 20)
  6225. NeutralColor.Font = Enum.Font.SourceSansBold
  6226. NeutralColor.Text = tostring(Bullshit.Colors.Neutral)
  6227. NeutralColor.TextSize = 14
  6228. NeutralColor.TextWrapped = true
  6229.  
  6230. TracersLength.Name = "TracersLength"
  6231. TracersLength.Parent = buttons_3
  6232. TracersLength.BackgroundColor3 = Color3.new(0.972549, 0.972549, 0.972549)
  6233. TracersLength.BackgroundTransparency = 0.5
  6234. TracersLength.BorderSizePixel = 0
  6235. TracersLength.Position = UDim2.new(1, -150, 0, 0)
  6236. TracersLength.Size = UDim2.new(0, 135, 0, 20)
  6237. TracersLength.Font = Enum.Font.SourceSansBold
  6238. TracersLength.Text = tostring(Bullshit.TracersLength)
  6239. TracersLength.TextSize = 14
  6240. TracersLength.TextWrapped = true
  6241.  
  6242. TracersUnderChars.Name = "TracersUnderChars"
  6243. TracersUnderChars.Parent = buttons_3
  6244. TracersUnderChars.BackgroundColor3 = Color3.new(0.972549, 0.972549, 0.972549)
  6245. TracersUnderChars.BackgroundTransparency = 0.5
  6246. TracersUnderChars.BorderSizePixel = 0
  6247. TracersUnderChars.Position = UDim2.new(1, -150, 0, 90)
  6248. TracersUnderChars.Size = UDim2.new(0, 135, 0, 20)
  6249. TracersUnderChars.Font = Enum.Font.SourceSansBold
  6250. TracersUnderChars.Text = tostring(Bullshit.PlaceTracersUnderCharacter)
  6251. TracersUnderChars.TextSize = 14
  6252. TracersUnderChars.TextWrapped = true
  6253.  
  6254. AutoFireToggle.Name = "AutoFireToggle"
  6255. AutoFireToggle.Parent = buttons_3
  6256. AutoFireToggle.BackgroundColor3 = Color3.new(0.972549, 0.972549, 0.972549)
  6257. AutoFireToggle.BackgroundTransparency = 0.5
  6258. AutoFireToggle.BorderSizePixel = 0
  6259. AutoFireToggle.Position = UDim2.new(1, -150, 0, 300)
  6260. AutoFireToggle.Size = UDim2.new(0, 135, 0, 20)
  6261. AutoFireToggle.Font = Enum.Font.SourceSansBold
  6262. AutoFireToggle.Text = tostring(Bullshit.AutoFire)
  6263. AutoFireToggle.TextSize = 14
  6264. AutoFireToggle.TextWrapped = true
  6265.  
  6266. AimbotKey.Name = "AimbotKey"
  6267. AimbotKey.Parent = buttons_3
  6268. AimbotKey.BackgroundColor3 = Color3.new(0.972549, 0.972549, 0.972549)
  6269. AimbotKey.BackgroundTransparency = 0.5
  6270. AimbotKey.BorderSizePixel = 0
  6271. AimbotKey.Position = UDim2.new(1, -150, 0, 330)
  6272. AimbotKey.Size = UDim2.new(0, 135, 0, 20)
  6273. AimbotKey.Font = Enum.Font.SourceSansBold
  6274. AimbotKey.Text = tostring(Bullshit.AimbotKey)
  6275. AimbotKey.TextSize = 14
  6276. AimbotKey.TextWrapped = true
  6277.  
  6278. MobESPButton.Name = "MobESPButton"
  6279. MobESPButton.Parent = buttons_3
  6280. MobESPButton.BackgroundColor3 = Color3.new(0.972549, 0.972549, 0.972549)
  6281. MobESPButton.BackgroundTransparency = 0.5
  6282. MobESPButton.BorderSizePixel = 0
  6283. MobESPButton.Position = UDim2.new(1, -150, 0, 360)
  6284. MobESPButton.Size = UDim2.new(0, 135, 0, 20)
  6285. MobESPButton.Font = Enum.Font.SourceSansBold
  6286. MobESPButton.Text = tostring(Bullshit.MobESP)
  6287. MobESPButton.TextSize = 14
  6288. MobESPButton.TextWrapped = true
  6289.  
  6290. MobChamsButton.Name = "MobChamsButton"
  6291. MobChamsButton.Parent = buttons_3
  6292. MobChamsButton.BackgroundColor3 = Color3.new(0.972549, 0.972549, 0.972549)
  6293. MobChamsButton.BackgroundTransparency = 0.5
  6294. MobChamsButton.BorderSizePixel = 0
  6295. MobChamsButton.Position = UDim2.new(1, -150, 0, 390)
  6296. MobChamsButton.Size = UDim2.new(0, 135, 0, 20)
  6297. MobChamsButton.Font = Enum.Font.SourceSansBold
  6298. MobChamsButton.Text = tostring(Bullshit.MobChams)
  6299. MobChamsButton.TextSize = 14
  6300. MobChamsButton.TextWrapped = true
  6301.  
  6302. TextLabel_2.Parent = buttons_3
  6303. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  6304. TextLabel_2.BackgroundTransparency = 1
  6305. TextLabel_2.Size = UDim2.new(0.5, 0, 0, 20)
  6306. TextLabel_2.Font = Enum.Font.SourceSansBold
  6307. TextLabel_2.Text = "Tracers Length"
  6308. TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
  6309. TextLabel_2.TextSize = 16
  6310. TextLabel_2.TextTransparency = 0.5
  6311.  
  6312. TextLabel_3.Parent = buttons_3
  6313. TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
  6314. TextLabel_3.BackgroundTransparency = 1
  6315. TextLabel_3.Position = UDim2.new(0, 0, 0, 30)
  6316. TextLabel_3.Size = UDim2.new(0.5, 0, 0, 20)
  6317. TextLabel_3.Font = Enum.Font.SourceSansBold
  6318. TextLabel_3.Text = "ESP Length"
  6319. TextLabel_3.TextColor3 = Color3.new(1, 1, 1)
  6320. TextLabel_3.TextSize = 16
  6321. TextLabel_3.TextTransparency = 0.5
  6322.  
  6323. TextLabel_4.Parent = buttons_3
  6324. TextLabel_4.BackgroundColor3 = Color3.new(1, 1, 1)
  6325. TextLabel_4.BackgroundTransparency = 1
  6326. TextLabel_4.Position = UDim2.new(0, 0, 0, 60)
  6327. TextLabel_4.Size = UDim2.new(0.5, 0, 0, 20)
  6328. TextLabel_4.Font = Enum.Font.SourceSansBold
  6329. TextLabel_4.Text = "Chams Length"
  6330. TextLabel_4.TextColor3 = Color3.new(1, 1, 1)
  6331. TextLabel_4.TextSize = 16
  6332. TextLabel_4.TextTransparency = 0.5
  6333.  
  6334. TextLabel_5.Parent = buttons_3
  6335. TextLabel_5.BackgroundColor3 = Color3.new(1, 1, 1)
  6336. TextLabel_5.BackgroundTransparency = 1
  6337. TextLabel_5.Position = UDim2.new(0, 0, 0, 90)
  6338. TextLabel_5.Size = UDim2.new(0.5, 0, 0, 20)
  6339. TextLabel_5.Font = Enum.Font.SourceSansBold
  6340. TextLabel_5.Text = "Tracers Under Chars"
  6341. TextLabel_5.TextColor3 = Color3.new(1, 1, 1)
  6342. TextLabel_5.TextSize = 16
  6343. TextLabel_5.TextTransparency = 0.5
  6344.  
  6345. TextLabel_6.Parent = buttons_3
  6346. TextLabel_6.BackgroundColor3 = Color3.new(1, 1, 1)
  6347. TextLabel_6.BackgroundTransparency = 1
  6348. TextLabel_6.Position = UDim2.new(0, 0, 0, 270)
  6349. TextLabel_6.Size = UDim2.new(0.5, 0, 0, 20)
  6350. TextLabel_6.Font = Enum.Font.SourceSansBold
  6351. TextLabel_6.Text = "Crosshair Color"
  6352. TextLabel_6.TextColor3 = Color3.new(1, 1, 1)
  6353. TextLabel_6.TextSize = 16
  6354. TextLabel_6.TextTransparency = 0.5
  6355.  
  6356. TextLabel_7.Parent = buttons_3
  6357. TextLabel_7.BackgroundColor3 = Color3.new(1, 1, 1)
  6358. TextLabel_7.BackgroundTransparency = 1
  6359. TextLabel_7.Position = UDim2.new(0, 0, 0, 120)
  6360. TextLabel_7.Size = UDim2.new(0.5, 0, 0, 20)
  6361. TextLabel_7.Font = Enum.Font.SourceSansBold
  6362. TextLabel_7.Text = "Free For All"
  6363. TextLabel_7.TextColor3 = Color3.new(1, 1, 1)
  6364. TextLabel_7.TextSize = 16
  6365. TextLabel_7.TextTransparency = 0.5
  6366.  
  6367. TextLabel_8.Parent = buttons_3
  6368. TextLabel_8.BackgroundColor3 = Color3.new(1, 1, 1)
  6369. TextLabel_8.BackgroundTransparency = 1
  6370. TextLabel_8.Position = UDim2.new(0, 0, 0, 240)
  6371. TextLabel_8.Size = UDim2.new(0.5, 0, 0, 20)
  6372. TextLabel_8.Font = Enum.Font.SourceSansBold
  6373. TextLabel_8.Text = "Neutral Color"
  6374. TextLabel_8.TextColor3 = Color3.new(1, 1, 1)
  6375. TextLabel_8.TextSize = 16
  6376. TextLabel_8.TextTransparency = 0.5
  6377.  
  6378. TextLabel_9.Parent = buttons_3
  6379. TextLabel_9.BackgroundColor3 = Color3.new(1, 1, 1)
  6380. TextLabel_9.BackgroundTransparency = 1
  6381. TextLabel_9.Position = UDim2.new(0, 0, 0, 150)
  6382. TextLabel_9.Size = UDim2.new(0.5, 0, 0, 20)
  6383. TextLabel_9.Font = Enum.Font.SourceSansBold
  6384. TextLabel_9.Text = "Enemy Color"
  6385. TextLabel_9.TextColor3 = Color3.new(1, 1, 1)
  6386. TextLabel_9.TextSize = 16
  6387. TextLabel_9.TextTransparency = 0.5
  6388.  
  6389. TextLabel_10.Parent = buttons_3
  6390. TextLabel_10.BackgroundColor3 = Color3.new(1, 1, 1)
  6391. TextLabel_10.BackgroundTransparency = 1
  6392. TextLabel_10.Position = UDim2.new(0, 0, 0, 180)
  6393. TextLabel_10.Size = UDim2.new(0.5, 0, 0, 20)
  6394. TextLabel_10.Font = Enum.Font.SourceSansBold
  6395. TextLabel_10.Text = "Ally Color"
  6396. TextLabel_10.TextColor3 = Color3.new(1, 1, 1)
  6397. TextLabel_10.TextSize = 16
  6398. TextLabel_10.TextTransparency = 0.5
  6399.  
  6400. TextLabel_11.Parent = buttons_3
  6401. TextLabel_11.BackgroundColor3 = Color3.new(1, 1, 1)
  6402. TextLabel_11.BackgroundTransparency = 1
  6403. TextLabel_11.Position = UDim2.new(0, 0, 0, 210)
  6404. TextLabel_11.Size = UDim2.new(0.5, 0, 0, 20)
  6405. TextLabel_11.Font = Enum.Font.SourceSansBold
  6406. TextLabel_11.Text = "Friend Color"
  6407. TextLabel_11.TextColor3 = Color3.new(1, 1, 1)
  6408. TextLabel_11.TextSize = 16
  6409. TextLabel_11.TextTransparency = 0.5
  6410.  
  6411. TextLabel_12.Parent = buttons_3
  6412. TextLabel_12.BackgroundColor3 = Color3.new(1, 1, 1)
  6413. TextLabel_12.BackgroundTransparency = 1
  6414. TextLabel_12.Position = UDim2.new(0, 0, 0, 300)
  6415. TextLabel_12.Size = UDim2.new(0.5, 0, 0, 20)
  6416. TextLabel_12.Font = Enum.Font.SourceSansBold
  6417. TextLabel_12.Text = "Aimlock Auto Fire"
  6418. TextLabel_12.TextColor3 = Color3.new(1, 1, 1)
  6419. TextLabel_12.TextSize = 16
  6420. TextLabel_12.TextTransparency = 0.5
  6421.  
  6422. TextLabel_13.Parent = buttons_3
  6423. TextLabel_13.BackgroundColor3 = Color3.new(1, 1, 1)
  6424. TextLabel_13.BackgroundTransparency = 1
  6425. TextLabel_13.Position = UDim2.new(0, 0, 0, 330)
  6426. TextLabel_13.Size = UDim2.new(0.5, 0, 0, 20)
  6427. TextLabel_13.Font = Enum.Font.SourceSansBold
  6428. TextLabel_13.Text = "Aimbot Key"
  6429. TextLabel_13.TextColor3 = Color3.new(1, 1, 1)
  6430. TextLabel_13.TextSize = 16
  6431. TextLabel_13.TextTransparency = 0.5
  6432.  
  6433. TextLabel_14.Parent = buttons_3
  6434. TextLabel_14.BackgroundColor3 = Color3.new(1, 1, 1)
  6435. TextLabel_14.BackgroundTransparency = 1
  6436. TextLabel_14.Position = UDim2.new(0, 0, 0, 360)
  6437. TextLabel_14.Size = UDim2.new(0.5, 0, 0, 20)
  6438. TextLabel_14.Font = Enum.Font.SourceSansBold
  6439. TextLabel_14.Text = "Mob ESP"
  6440. TextLabel_14.TextColor3 = Color3.new(1, 1, 1)
  6441. TextLabel_14.TextSize = 16
  6442. TextLabel_14.TextTransparency = 0.5
  6443.  
  6444. TextLabel_15.Parent = buttons_3
  6445. TextLabel_15.BackgroundColor3 = Color3.new(1, 1, 1)
  6446. TextLabel_15.BackgroundTransparency = 1
  6447. TextLabel_15.Position = UDim2.new(0, 0, 0, 390)
  6448. TextLabel_15.Size = UDim2.new(0.5, 0, 0, 20)
  6449. TextLabel_15.Font = Enum.Font.SourceSansBold
  6450. TextLabel_15.Text = "Mob CHAMS"
  6451. TextLabel_15.TextColor3 = Color3.new(1, 1, 1)
  6452. TextLabel_15.TextSize = 16
  6453. TextLabel_15.TextTransparency = 0.5
  6454.  
  6455. SaveSettings.Name = "SaveSettings"
  6456. SaveSettings.Parent = buttons_3
  6457. SaveSettings.BackgroundColor3 = Color3.new(0.972549, 0.972549, 0.972549)
  6458. SaveSettings.BackgroundTransparency = 0.5
  6459. SaveSettings.BorderSizePixel = 0
  6460. SaveSettings.Position = UDim2.new(0, 0, 0, 420)
  6461. SaveSettings.Size = UDim2.new(1, -15, 0, 20)
  6462. SaveSettings.Font = Enum.Font.SourceSansBold
  6463. SaveSettings.Text = "Save Settings"
  6464. SaveSettings.TextSize = 14
  6465. SaveSettings.TextWrapped = true
  6466.  
  6467. function CreatePlayerLabel(Str, frame)
  6468. local n = #frame:GetChildren()
  6469. local playername = Instance.new("TextLabel")
  6470. playername.Name = Str
  6471. playername.Parent = frame
  6472. playername.BackgroundColor3 = Color3.new(1, 1, 1)
  6473. playername.BackgroundTransparency = 1
  6474. playername.BorderSizePixel = 0
  6475. playername.Position = UDim2.new(0, 5, 0, (n * 15))
  6476. playername.Size = UDim2.new(1, -25, 0, 15)
  6477. playername.Font = Enum.Font.SourceSans
  6478. playername.Text = Str
  6479. playername.TextColor3 = Color3.new(1, 1, 1)
  6480. playername.TextSize = 16
  6481. playername.TextXAlignment = Enum.TextXAlignment.Left
  6482. end
  6483.  
  6484. function RefreshPlayerLabels(frame, t)
  6485. frame:ClearAllChildren()
  6486. for i, v in next, t do
  6487. CreatePlayerLabel(i, frame)
  6488. end
  6489. end
  6490.  
  6491. RefreshPlayerLabels(players, Bullshit.Blacklist)
  6492. RefreshPlayerLabels(players2, Bullshit.FriendList)
  6493.  
  6494. ESPToggle.MouseButton1Click:connect(function()
  6495. Bullshit.ESPEnabled = not Bullshit.ESPEnabled
  6496. if Bullshit.ESPEnabled then
  6497. ESPToggle.BackgroundColor3 = Color3.new(0/255,171/255,11/255)
  6498. for _, v in next, Plrs:GetPlayers() do
  6499. if v ~= MyPlr then
  6500. if Bullshit.CharAddedEvent[v.Name] == nil then
  6501. Bullshit.CharAddedEvent[v.Name] = v.CharacterAdded:connect(function(Char)
  6502. if Bullshit.ESPEnabled then
  6503. RemoveESP(v)
  6504. CreateESP(v)
  6505. end
  6506. if Bullshit.CHAMSEnabled then
  6507. RemoveChams(v)
  6508. CreateChams(v)
  6509. end
  6510. if Bullshit.TracersEnabled then
  6511. RemoveTracers(v)
  6512. CreateTracers(v)
  6513. end
  6514. repeat wait() until Char:FindFirstChild("HumanoidRootPart")
  6515. TracerMT[v.Name] = Char.HumanoidRootPart
  6516. end)
  6517. end
  6518. RemoveESP(v)
  6519. CreateESP(v)
  6520. end
  6521. end
  6522. CreateMobESPChams()
  6523. else
  6524. ESPToggle.BackgroundColor3 = Color3.new(1, 1, 1)
  6525. PlayerESP:ClearAllChildren()
  6526. ItemESP:ClearAllChildren()
  6527. end
  6528. end)
  6529.  
  6530. ChamsToggle.MouseButton1Click:connect(function()
  6531. Bullshit.CHAMSEnabled = not Bullshit.CHAMSEnabled
  6532. if Bullshit.CHAMSEnabled then
  6533. ChamsToggle.BackgroundColor3 = Color3.new(0/255,171/255,11/255)
  6534. for _, v in next, Plrs:GetPlayers() do
  6535. if v ~= MyPlr then
  6536. if Bullshit.CharAddedEvent[v.Name] == nil then
  6537. Bullshit.CharAddedEvent[v.Name] = v.CharacterAdded:connect(function(Char)
  6538. if Bullshit.ESPEnabled then
  6539. RemoveESP(v)
  6540. CreateESP(v)
  6541. end
  6542. if Bullshit.CHAMSEnabled then
  6543. RemoveChams(v)
  6544. CreateChams(v)
  6545. end
  6546. if Bullshit.TracersEnabled then
  6547. RemoveTracers(v)
  6548. CreateTracers(v)
  6549. end
  6550. repeat wait() until Char:FindFirstChild("HumanoidRootPart")
  6551. TracerMT[v.Name] = Char.HumanoidRootPart
  6552. end)
  6553. end
  6554. RemoveChams(v)
  6555. CreateChams(v)
  6556. end
  6557. end
  6558. CreateMobESPChams()
  6559. else
  6560. ChamsToggle.BackgroundColor3 = Color3.new(1, 1, 1)
  6561. PlayerChams:ClearAllChildren()
  6562. ItemChams:ClearAllChildren()
  6563. end
  6564. end)
  6565.  
  6566. TracersToggle.MouseButton1Click:connect(function()
  6567. Bullshit.TracersEnabled = not Bullshit.TracersEnabled
  6568. if Bullshit.TracersEnabled then
  6569. TracersToggle.BackgroundColor3 = Color3.new(0/255,171/255,11/255)
  6570. for _, v in next, Plrs:GetPlayers() do
  6571. if v ~= MyPlr then
  6572. if Bullshit.CharAddedEvent[v.Name] == nil then
  6573. Bullshit.CharAddedEvent[v.Name] = v.CharacterAdded:connect(function(Char)
  6574. if Bullshit.ESPEnabled then
  6575. RemoveESP(v)
  6576. CreateESP(v)
  6577. end
  6578. if Bullshit.CHAMSEnabled then
  6579. RemoveChams(v)
  6580. CreateChams(v)
  6581. end
  6582. if Bullshit.TracersEnabled then
  6583. RemoveTracers(v)
  6584. CreateTracers(v)
  6585. end
  6586. end)
  6587. end
  6588. if v.Character ~= nil then
  6589. local Tor = v.Character:FindFirstChild("HumanoidRootPart")
  6590. if Tor then
  6591. TracerMT[v.Name] = Tor
  6592. end
  6593. end
  6594. RemoveTracers(v)
  6595. CreateTracers(v)
  6596. end
  6597. end
  6598. else
  6599. TracersToggle.BackgroundColor3 = Color3.new(1, 1, 1)
  6600. for _, v in next, Plrs:GetPlayers() do
  6601. RemoveTracers(v)
  6602. end
  6603. end
  6604. end)
  6605.  
  6606. DebugToggle.MouseButton1Click:connect(function()
  6607. Bullshit.DebugInfo = not Bullshit.DebugInfo
  6608. DebugMenu["Main"].Visible = Bullshit.DebugInfo
  6609. if Bullshit.DebugInfo then
  6610. DebugToggle.BackgroundColor3 = Color3.new(0/255,171/255,11/255)
  6611. else
  6612. DebugToggle.BackgroundColor3 = Color3.new(1, 1, 1)
  6613. end
  6614. end)
  6615.  
  6616. OutlineToggle.MouseButton1Click:connect(function()
  6617. Bullshit.OutlinesEnabled = not Bullshit.OutlinesEnabled
  6618. if Bullshit.OutlinesEnabled then
  6619. OutlineToggle.BackgroundColor3 = Color3.new(0/255,171/255,11/255)
  6620. for _, v in next, workspace:GetDescendants() do
  6621. 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
  6622. local Data = { }
  6623. Data[2] = v.Transparency
  6624. v.Transparency = 1
  6625. local outline = Instance.new("SelectionBox")
  6626. outline.Name = "Outline"
  6627. outline.Color3 = Color3.new(0, 0, 0)
  6628. outline.SurfaceColor3 = Color3.new(0, 1, 0)
  6629. --outline.SurfaceTransparency = 0.9
  6630. outline.LineThickness = 0.01
  6631. outline.Transparency = 0.3
  6632. outline.Adornee = v
  6633. outline.Parent = v
  6634. Data[1] = outline
  6635. rawset(Bullshit.OutlinedParts, v, Data)
  6636. end
  6637. CreateChildAddedEventFor(v)
  6638. end
  6639. CreateChildAddedEventFor(workspace)
  6640. if Bullshit.LightingEvent == nil then
  6641. Bullshit.LightingEvent = game:GetService("Lighting").Changed:connect(LightingHax)
  6642. end
  6643. else
  6644. OutlineToggle.BackgroundColor3 = Color3.new(1, 1, 1)
  6645. for i, v in next, Bullshit.OutlinedParts do
  6646. i.Transparency = v[2]
  6647. v[1]:Destroy()
  6648. end
  6649. end
  6650. end)
  6651.  
  6652. FullbrightToggle.MouseButton1Click:connect(function()
  6653. Bullshit.FullbrightEnabled = not Bullshit.FullbrightEnabled
  6654. if Bullshit.FullbrightEnabled then
  6655. FullbrightToggle.BackgroundColor3 = Color3.new(0/255,171/255,11/255)
  6656. if Bullshit.LightingEvent == nil then
  6657. Bullshit.LightingEvent = Light.Changed:connect(LightingHax)
  6658. end
  6659. else
  6660. FullbrightToggle.BackgroundColor3 = Color3.new(1, 1, 1)
  6661. Light.Ambient = Bullshit.AmbientBackup
  6662. Light.ColorShift_Bottom = Bullshit.ColorShiftBotBackup
  6663. Light.ColorShift_Top = Bullshit.ColorShiftTopBackup
  6664. end
  6665. end)
  6666.  
  6667. Crosshair.MouseButton1Click:connect(function()
  6668. Bullshit.CrosshairEnabled = not Bullshit.CrosshairEnabled
  6669. if Bullshit.CrosshairEnabled then
  6670. local g = Instance.new("ScreenGui", CoreGui)
  6671. g.Name = "Corsshair"
  6672. local line1 = Instance.new("TextLabel", g)
  6673. line1.Text = ""
  6674. line1.Size = UDim2.new(0, 35, 0, 1)
  6675. line1.BackgroundColor3 = Bullshit.Colors.Crosshair
  6676. line1.BorderSizePixel = 0
  6677. line1.ZIndex = 10
  6678. local line2 = Instance.new("TextLabel", g)
  6679. line2.Text = ""
  6680. line2.Size = UDim2.new(0, 1, 0, 35)
  6681. line2.BackgroundColor3 = Bullshit.Colors.Crosshair
  6682. line2.BorderSizePixel = 0
  6683. line2.ZIndex = 10
  6684.  
  6685. local viewport = MyCam.ViewportSize
  6686. local centerx = viewport.X / 2
  6687. local centery = viewport.Y / 2
  6688.  
  6689. line1.Position = UDim2.new(0, centerx - (35 / 2), 0, centery - 35)
  6690. line2.Position = UDim2.new(0, centerx, 0, centery - (35 / 2) - 35)
  6691.  
  6692. Crosshair.BackgroundColor3 = Color3.new(0/255,171/255,11/255)
  6693. else
  6694. local find = CoreGui:FindFirstChild("Corsshair")
  6695. if find then
  6696. find:Destroy()
  6697. end
  6698.  
  6699. Crosshairs.BackgroundColor3 = Color3.new(1, 1, 1)
  6700. end
  6701. end)
  6702.  
  6703. AimbotToggle.MouseButton1Click:connect(function()
  6704. if not (game.PlaceId == 292439477 or game.PlaceId == 606849621) then
  6705. Bullshit.AimbotEnabled = not Bullshit.AimbotEnabled
  6706. if Bullshit.AimbotEnabled then
  6707. AimbotToggle.BackgroundColor3 = Color3.new(0/255,171/255,11/255)
  6708. else
  6709. AimbotToggle.BackgroundColor3 = Color3.new(1, 1, 1)
  6710. end
  6711. else
  6712. local hint = Instance.new("Hint", CoreGui)
  6713. hint.Text = "This game prevents camera manipulation!"
  6714. wait(5)
  6715. hint:Destroy()
  6716. end
  6717. end)
  6718.  
  6719. TracersUnderChars.MouseButton1Click:connect(function()
  6720. Bullshit.PlaceTracersUnderCharacter = not Bullshit.PlaceTracersUnderCharacter
  6721. if Bullshit.PlaceTracersUnderCharacter then
  6722. TracersUnderChars.Text = "true"
  6723. else
  6724. TracersUnderChars.Text = "false"
  6725. end
  6726. end)
  6727.  
  6728. FreeForAll.MouseButton1Click:connect(function()
  6729. Bullshit.FreeForAll = not Bullshit.FreeForAll
  6730. if Bullshit.FreeForAll then
  6731. FreeForAll.Text = "true"
  6732. else
  6733. FreeForAll.Text = "false"
  6734. end
  6735. end)
  6736.  
  6737. ESPLength.FocusLost:connect(function()
  6738. local txt = ESPLength.Text
  6739. local num = tonumber(txt) or 10000
  6740. if num ~= nil then
  6741. if num < 100 then
  6742. num = 100
  6743. ESPLength.Text = num
  6744. elseif num > 10000 then
  6745. num = 10000
  6746. ESPLength.Text = num
  6747. end
  6748. end
  6749.  
  6750. Bullshit.ESPLength = num
  6751. ESPLength.Text = num
  6752. end)
  6753.  
  6754. CHAMSLength.FocusLost:connect(function()
  6755. local txt = CHAMSLength.Text
  6756. local num = tonumber(txt) or 500
  6757. if num ~= nil then
  6758. if num < 100 then
  6759. num = 100
  6760. CHAMSLength.Text = num
  6761. elseif num > 2048 then
  6762. num = 2048
  6763. CHAMSLength.Text = num
  6764. end
  6765. end
  6766.  
  6767. Bullshit.CHAMSLength = num
  6768. CHAMSLength.Text = num
  6769. end)
  6770.  
  6771. TracersLength.FocusLost:connect(function()
  6772. local txt = TracersLength.Text
  6773. local num = tonumber(txt) or 500
  6774. if num ~= nil then
  6775. if num < 100 then
  6776. num = 100
  6777. TracersLength.Text = num
  6778. elseif num > 2048 then
  6779. num = 2048
  6780. TracersLength.Text = num
  6781. end
  6782. end
  6783.  
  6784. Bullshit.TracersLength = num
  6785. TracersLength.Text = num
  6786. end)
  6787.  
  6788. EnemyColor.FocusLost:connect(function()
  6789. local R, G, B = string.match(RemoveSpacesFromString(EnemyColor.Text), "(%d+),(%d+),(%d+)")
  6790. R = tonumber(R)
  6791. G = tonumber(G)
  6792. B = tonumber(B)
  6793. if R > 1 then
  6794. R = R / 255
  6795. end
  6796. if G > 1 then
  6797. G = G / 255
  6798. end
  6799. if B > 1 then
  6800. B = B / 255
  6801. end
  6802.  
  6803. if R ~= nil and G ~= nil and B ~= nil then
  6804. if not (R > 1 and G > 1 and B > 1) and not (R < 0 and G < 0 and B < 0) then
  6805. Bullshit.Colors.Enemy = Color3.new(R, G, B)
  6806. EnemyColor.Text = tostring(Bullshit.Colors.Enemy)
  6807. else
  6808. EnemyColor.Text = tostring(Bullshit.Colors.Enemy)
  6809. end
  6810. else
  6811. EnemyColor.Text = tostring(Bullshit.Colors.Enemy)
  6812. end
  6813. end)
  6814.  
  6815. AllyColor.FocusLost:connect(function()
  6816. local R, G, B = string.match(RemoveSpacesFromString(AllyColor.Text), "(%d+),(%d+),(%d+)")
  6817. R = tonumber(R)
  6818. G = tonumber(G)
  6819. B = tonumber(B)
  6820. if R > 1 then
  6821. R = R / 255
  6822. end
  6823. if G > 1 then
  6824. G = G / 255
  6825. end
  6826. if B > 1 then
  6827. B = B / 255
  6828. end
  6829.  
  6830. if R ~= nil and G ~= nil and B ~= nil then
  6831. if not (R > 1 and G > 1 and B > 1) and not (R < 0 and G < 0 and B < 0) then
  6832. Bullshit.Colors.Ally = Color3.new(R, G, B)
  6833. AllyColor.Text = tostring(Bullshit.Colors.Ally)
  6834. else
  6835. AllyColor.Text = tostring(Bullshit.Colors.Ally)
  6836. end
  6837. else
  6838. AllyColor.Text = tostring(Bullshit.Colors.Ally)
  6839. end
  6840. end)
  6841.  
  6842. FriendColor.FocusLost:connect(function()
  6843. local R, G, B = string.match(RemoveSpacesFromString(FriendColor.Text), "(%d+),(%d+),(%d+)")
  6844. R = tonumber(R)
  6845. G = tonumber(G)
  6846. B = tonumber(B)
  6847. if R > 1 then
  6848. R = R / 255
  6849. end
  6850. if G > 1 then
  6851. G = G / 255
  6852. end
  6853. if B > 1 then
  6854. B = B / 255
  6855. end
  6856.  
  6857. if R ~= nil and G ~= nil and B ~= nil then
  6858. if not (R > 1 and G > 1 and B > 1) and not (R < 0 and G < 0 and B < 0) then
  6859. Bullshit.Colors.Ally = Color3.new(R, G, B)
  6860. FriendColor.Text = tostring(Bullshit.Colors.Friend)
  6861. else
  6862. FriendColor.Text = tostring(Bullshit.Colors.Friend)
  6863. end
  6864. else
  6865. FriendColor.Text = tostring(Bullshit.Colors.Friend)
  6866. end
  6867. end)
  6868.  
  6869. NeutralColor.FocusLost:connect(function()
  6870. local R, G, B = string.match(RemoveSpacesFromString(NeutralColor.Text), "(%d+),(%d+),(%d+)")
  6871. R = tonumber(R)
  6872. G = tonumber(G)
  6873. B = tonumber(B)
  6874. if R > 1 then
  6875. R = R / 255
  6876. end
  6877. if G > 1 then
  6878. G = G / 255
  6879. end
  6880. if B > 1 then
  6881. B = B / 255
  6882. end
  6883.  
  6884. if R ~= nil and G ~= nil and B ~= nil then
  6885. if not (R > 1 and G > 1 and B > 1) and not (R < 0 and G < 0 and B < 0) then
  6886. Bullshit.Colors.Ally = Color3.new(R, G, B)
  6887. NeutralColor.Text = tostring(Bullshit.Colors.Neutral)
  6888. else
  6889. NeutralColor.Text = tostring(Bullshit.Colors.Neutral)
  6890. end
  6891. else
  6892. NeutralColor.Text = tostring(Bullshit.Colors.Neutral)
  6893. end
  6894. end)
  6895.  
  6896. CrosshairColor.FocusLost:connect(function()
  6897. local R, G, B = string.match(RemoveSpacesFromString(CrosshairColor.Text), "(%d+),(%d+),(%d+)")
  6898. R = tonumber(R)
  6899. G = tonumber(G)
  6900. B = tonumber(B)
  6901. if R > 1 then
  6902. R = R / 255
  6903. end
  6904. if G > 1 then
  6905. G = G / 255
  6906. end
  6907. if B > 1 then
  6908. B = B / 255
  6909. end
  6910.  
  6911. if R ~= nil and G ~= nil and B ~= nil then
  6912. if not (R > 1 and G > 1 and B > 1) and not (R < 0 and G < 0 and B < 0) then
  6913. Bullshit.Colors.Ally = Color3.new(R, G, B)
  6914. EnemyColor.Text = tostring(Bullshit.Colors.Crosshair)
  6915. else
  6916. EnemyColor.Text = tostring(Bullshit.Colors.Crosshair)
  6917. end
  6918. else
  6919. EnemyColor.Text = tostring(Bullshit.Colors.Crosshair)
  6920. end
  6921. end)
  6922.  
  6923. AutoFireToggle.MouseButton1Click:connect(function()
  6924. local hint = Instance.new("Hint", CoreGui)
  6925. hint.Text = "Currently broken. :("
  6926. wait(3)
  6927. hint:Destroy()
  6928. --Bullshit.AutoFire = not Bullshit.AutoFire
  6929. --AutoFireToggle.Text = tostring(Bullshit.AutoFire)
  6930. end)
  6931.  
  6932. AimbotKey.MouseButton1Click:connect(function()
  6933. AimbotKey.Text = "Press any Key now."
  6934. local input = UserInput.InputBegan:wait()
  6935. if input.UserInputType == Enum.UserInputType.Keyboard then
  6936. Bullshit.AimbotKey = tostring(input.KeyCode)
  6937. AimbotKey.Text = string.sub(tostring(input.KeyCode), 14)
  6938. else
  6939. Bullshit.AimbotKey = tostring(input.UserInputType)
  6940. AimbotKey.Text = string.sub(tostring(input.UserInputType), 20)
  6941. end
  6942. end)
  6943.  
  6944. MobESPButton.MouseButton1Click:connect(function()
  6945. Bullshit.MobESP = not Bullshit.MobESP
  6946. MobESPButton.Text = tostring(Bullshit.MobESP)
  6947. if Bullshit.MobESP then
  6948. local hint = Instance.new("Hint", CoreGui)
  6949. hint.Text = "Turn ESP/Chams off and on again to see mob ESP."
  6950. wait(5)
  6951. hint.Text = "This is still in beta, expect problems! Message Racist Dolphin#5199 on discord if you encounter a bug!"
  6952. wait(10)
  6953. hint:Destroy()
  6954. end
  6955. end)
  6956.  
  6957. MobChamsButton.MouseButton1Click:connect(function()
  6958. Bullshit.MobChams = not Bullshit.MobChams
  6959. MobChamsButton.Text = tostring(Bullshit.MobChams)
  6960. if Bullshit.MobChams then
  6961. local hint = Instance.new("Hint", CoreGui)
  6962. hint.Text = "Turn ESP/Chams off and on again to see mob chams."
  6963. wait(5)
  6964. hint.Text = "This is still in beta, expect problems! Message Racist Dolphin#5199 on discord if you encounter a bug!"
  6965. wait(10)
  6966. hint:Destroy()
  6967. end
  6968. end)
  6969.  
  6970. Playername.FocusLost:connect(function()
  6971. local FindPlr = FindPlayer(Playername.Text)
  6972. if FindPlr then
  6973. Playername.Text = FindPlr.Name
  6974. elseif not Bullshit.Blacklist[Playername.Text] then
  6975. Playername.Text = "Player not Found!"
  6976. wait(1)
  6977. Playername.Text = "Enter Player Name"
  6978. end
  6979. end)
  6980.  
  6981. AddToBlacklist.MouseButton1Click:connect(function()
  6982. local FindPlr = FindPlayer(Playername.Text)
  6983. if FindPlr then
  6984. if not Bullshit.Blacklist[FindPlr.Name] then
  6985. Bullshit.Blacklist[FindPlr.Name] = true
  6986. UpdateChams(FindPlr)
  6987. CreatePlayerLabel(FindPlr.Name, players)
  6988. end
  6989. end
  6990. end)
  6991.  
  6992. RemoveToBlacklist.MouseButton1Click:connect(function()
  6993. local FindPlr = FindPlayer(Playername.Text)
  6994. if FindPlr then
  6995. if Bullshit.Blacklist[FindPlr.Name] then
  6996. Bullshit.Blacklist[FindPlr.Name] = nil
  6997. UpdateChams(FindPlr)
  6998. RefreshPlayerLabels(players, Bullshit.Blacklist)
  6999. end
  7000. else
  7001. if Bullshit.Blacklist[Playername.Text] then
  7002. Bullshit.Blacklist[Playername.Text] = nil
  7003. RefreshPlayerLabels(players, Bullshit.Blacklist)
  7004. end
  7005. end
  7006. end)
  7007.  
  7008. Playername2.FocusLost:connect(function()
  7009. local FindPlr = FindPlayer(Playername2.Text)
  7010. if FindPlr then
  7011. Playername2.Text = FindPlr.Name
  7012. elseif not Bullshit.FriendList[Playername2.Text] then
  7013. Playername2.Text = "Player not Found!"
  7014. wait(1)
  7015. Playername2.Text = "Enter Player Name"
  7016. end
  7017. end)
  7018.  
  7019. AddToWhitelist.MouseButton1Click:connect(function()
  7020. local FindPlr = FindPlayer(Playername2.Text)
  7021. if FindPlr then
  7022. if not Bullshit.FriendList[FindPlr.Name] then
  7023. Bullshit.FriendList[FindPlr.Name] = true
  7024. UpdateChams(FindPlr)
  7025. CreatePlayerLabel(FindPlr.Name, players2)
  7026. end
  7027. end
  7028. end)
  7029.  
  7030. RemoveToWhitelist.MouseButton1Click:connect(function()
  7031. local FindPlr = FindPlayer(Playername2.Text)
  7032. if FindPlr then
  7033. if Bullshit.FriendList[FindPlr.Name] then
  7034. Bullshit.FriendList[FindPlr.Name] = nil
  7035. UpdateChams(FindPlr)
  7036. RefreshPlayerLabels(players2, Bullshit.FriendList)
  7037. end
  7038. else
  7039. if Bullshit.FriendList[Playername2.Text] then
  7040. Bullshit.FriendList[Playername2.Text] = nil
  7041. RefreshPlayerLabels(players2, Bullshit.FriendList)
  7042. end
  7043. end
  7044. end)
  7045.  
  7046. SaveWhitelist.MouseButton1Click:connect(function()
  7047. pcall(function()
  7048. writefile("Whitelist.txt", HTTP:JSONEncode(Bullshit.FriendList))
  7049. end)
  7050. SaveWhitelist.Text = "Saved!"
  7051. wait(1)
  7052. SaveWhitelist.Text = "Save Friends List"
  7053. end)
  7054.  
  7055. SaveBlacklist.MouseButton1Click:connect(function()
  7056. pcall(function()
  7057. writefile("Blacklist.txt", HTTP:JSONEncode(Bullshit.Blacklist))
  7058. end)
  7059. SaveBlacklist.Text = "Saved!"
  7060. wait(1)
  7061. SaveBlacklist.Text = "Save Blacklist"
  7062. end)
  7063.  
  7064. Settings.MouseButton1Click:connect(function()
  7065. Settings_2.Visible = not Settings_2.Visible
  7066. Information_2.Visible = false
  7067. Blacklist.Visible = false
  7068. Whitelist.Visible = false
  7069. if Settings_2.Visible then
  7070. Settings.BackgroundColor3 = Color3.new(0/255,171/255,11/255)
  7071. Information.BackgroundColor3 = Color3.new(1, 1, 1)
  7072. BlacklistToggle.BackgroundColor3 = Color3.new(1, 1, 1)
  7073. WhitelistToggle.BackgroundColor3 = Color3.new(1, 1, 1)
  7074. else
  7075. Settings.BackgroundColor3 = Color3.new(1, 1, 1)
  7076. end
  7077. end)
  7078.  
  7079. Information.MouseButton1Click:connect(function()
  7080. Information_2.Visible = not Information_2.Visible
  7081. Settings_2.Visible = false
  7082. Blacklist.Visible = false
  7083. Whitelist.Visible = false
  7084. if Information_2.Visible then
  7085. Information.BackgroundColor3 = Color3.new(0/255,171/255,11/255)
  7086. Settings.BackgroundColor3 = Color3.new(1, 1, 1)
  7087. BlacklistToggle.BackgroundColor3 = Color3.new(1, 1, 1)
  7088. WhitelistToggle.BackgroundColor3 = Color3.new(1, 1, 1)
  7089. else
  7090. Information.BackgroundColor3 = Color3.new(1, 1, 1)
  7091. end
  7092. end)
  7093.  
  7094. BlacklistToggle.MouseButton1Click:connect(function()
  7095. Blacklist.Visible = not Blacklist.Visible
  7096. Settings_2.Visible = false
  7097. Information_2.Visible = false
  7098. Whitelist.Visible = false
  7099. if Blacklist.Visible then
  7100. BlacklistToggle.BackgroundColor3 = Color3.new(0/255,171/255,11/255)
  7101. Settings.BackgroundColor3 = Color3.new(1, 1, 1)
  7102. Information.BackgroundColor3 = Color3.new(1, 1, 1)
  7103. WhitelistToggle.BackgroundColor3 = Color3.new(1, 1, 1)
  7104. else
  7105. BlacklistToggle.BackgroundColor3 = Color3.new(1, 1, 1)
  7106. end
  7107. end)
  7108.  
  7109. WhitelistToggle.MouseButton1Click:connect(function()
  7110. Whitelist.Visible = not Whitelist.Visible
  7111. Settings_2.Visible = false
  7112. Information_2.Visible = false
  7113. Blacklist.Visible = false
  7114. if Whitelist.Visible then
  7115. WhitelistToggle.BackgroundColor3 = Color3.new(0/255,171/255,11/255)
  7116. Settings.BackgroundColor3 = Color3.new(1, 1, 1)
  7117. Information.BackgroundColor3 = Color3.new(1, 1, 1)
  7118. BlacklistToggle.BackgroundColor3 = Color3.new(1, 1, 1)
  7119. else
  7120. WhitelistToggle.BackgroundColor3 = Color3.new(1, 1, 1)
  7121. end
  7122. end)
  7123.  
  7124. SaveSettings.MouseButton1Click:connect(function()
  7125. SaveBullshitSettings()
  7126. SaveSettings.Text = "Saved!"
  7127. wait(1)
  7128. SaveSettings.Text = "Save Settings"
  7129. end)
  7130.  
  7131. UserInput.InputBegan:connect(function(input, ingui)
  7132. if not ingui then
  7133. if input.UserInputType == Enum.UserInputType.Keyboard then
  7134. if input.KeyCode == Enum.KeyCode.P then
  7135. MainFrame.Visible = not MainFrame.Visible
  7136. end
  7137. end
  7138.  
  7139. if tostring(input.KeyCode) == Bullshit.AimbotKey or tostring(input.UserInputType) == Bullshit.AimbotKey then
  7140. Bullshit.Aimbot = true
  7141. end
  7142. end
  7143. end)
  7144.  
  7145. UserInput.InputEnded:connect(function(input)
  7146. if tostring(input.KeyCode) == Bullshit.AimbotKey or tostring(input.UserInputType) == Bullshit.AimbotKey then
  7147. Bullshit.Aimbot = false
  7148. end
  7149. end)
  7150. end
  7151.  
  7152. InitMain()
  7153.  
  7154. Run:BindToRenderStep("UpdateESP", Enum.RenderPriority.Character.Value, function()
  7155. for _, v in next, Plrs:GetPlayers() do
  7156. if v ~= MyPlr then
  7157. UpdateESP(v)
  7158. end
  7159. end
  7160. end)
  7161.  
  7162. Run:BindToRenderStep("UpdateInfo", 1000, function()
  7163. Bullshit.ClosestEnemy = GetClosestPlayer()
  7164. MyChar = MyPlr.Character
  7165. if Bullshit.DebugInfo then
  7166. local MyHead, MyTor, MyHum = MyChar:FindFirstChild("Head"), MyChar:FindFirstChild("HumanoidRootPart"), MyChar:FindFirstChild("Humanoid")
  7167.  
  7168. local GetChar, GetHead, GetTor, GetHum = nil, nil, nil, nil
  7169. if Bullshit.ClosestEnemy ~= nil then
  7170. GetChar = Bullshit.ClosestEnemy.Character
  7171. GetHead = GetChar:FindFirstChild("Head")
  7172. GetTor = GetChar:FindFirstChild("HumanoidRootPart")
  7173. GetHum = GetChar:FindFirstChild("Humanoid")
  7174.  
  7175. DebugMenu["PlayerSelected"].Text = "Closest Enemy: " .. tostring(Bullshit.ClosestEnemy)
  7176.  
  7177. if Bullshit.ClosestEnemy.Team ~= nil then
  7178. DebugMenu["PlayerTeam"].Text = "Team: " .. tostring(Bullshit.ClosestEnemy.Team)
  7179. else
  7180. DebugMenu["PlayerTeam"].Text = "Team: nil"
  7181. end
  7182.  
  7183. if GetHum then
  7184. DebugMenu["PlayerHealth"].Text = "Health: " .. string.format("%.0f", GetHum.Health)
  7185. end
  7186. if MyTor and GetTor then
  7187. local Pos = GetTor.Position
  7188. local Dist = (MyTor.Position - Pos).magnitude
  7189. 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"
  7190.  
  7191. local MyCharStuff = MyChar:GetDescendants()
  7192. local GetCharStuff = GetChar:GetDescendants()
  7193. for _, v in next, GetCharStuff do
  7194. if v ~= GetTor then
  7195. table.insert(MyCharStuff, v)
  7196. end
  7197. end
  7198. local Ray = Ray.new(MyTor.Position, (Pos - MyTor.Position).unit * 300)
  7199. local part = workspace:FindPartOnRayWithIgnoreList(Ray, MyCharStuff)
  7200. if part == GetTor then
  7201. DebugMenu["BehindWall"].Text = "Behind Wall: false"
  7202. else
  7203. DebugMenu["BehindWall"].Text = "Behind Wall: true"
  7204. end
  7205.  
  7206. DebugMenu["Main"].Size = UDim2.new(0, DebugMenu["PlayerPosition"].TextBounds.X, 0, 200)
  7207. end
  7208. end
  7209.  
  7210. -- My Position
  7211. if MyTor then
  7212. local Pos = MyTor.Position
  7213. DebugMenu["Position"].Text = "My Position: (X: " .. string.format("%.3f", Pos.x) .. " Y: " .. string.format("%.3f", Pos.Y) .. " Z: " .. string.format("%.3f", Pos.Z) .. ")"
  7214. end
  7215.  
  7216. -- FPS
  7217. local fps = math.floor(.5 + (1 / (tick() - LastTick)))
  7218. local sum = 0
  7219. local ave = 0
  7220. table.insert(Bullshit.FPSAverage, fps)
  7221. for i = 1, #Bullshit.FPSAverage do
  7222. sum = sum + Bullshit.FPSAverage[i]
  7223. end
  7224. DebugMenu["FPS"].Text = "FPS: " .. tostring(fps) .. " Average: " .. string.format("%.0f", (sum / #Bullshit.FPSAverage))
  7225. if (tick() - LastTick) >= 15 then
  7226. Bullshit.FPSAverage = { }
  7227. LastTick = tick()
  7228. end
  7229. LastTick = tick()
  7230. end
  7231. end)
  7232.  
  7233. Run:BindToRenderStep("Aimbot", Enum.RenderPriority.First.Value, function()
  7234. ClosestEnemy = GetClosestPlayerNotBehindWall()
  7235. if Bullshit.AimbotEnabled and Bullshit.Aimbot then
  7236. if ClosestEnemy ~= nil then
  7237. local GetChar = ClosestEnemy.Character
  7238. if MyChar and GetChar then
  7239. local MyCharStuff = MyChar:GetDescendants()
  7240. local MyHead = MyChar:FindFirstChild("Head")
  7241. local MyTor = MyChar:FindFirstChild("HumanoidRootPart")
  7242. local MyHum = MyChar:FindFirstChild("Humanoid")
  7243. local GetHead = GetChar:FindFirstChild("Head")
  7244. local GetTor = GetChar:FindFirstChild("HumanoidRootPart")
  7245. local GetHum = GetChar:FindFirstChild("Humanoid")
  7246. if MyHead and MyTor and MyHum and GetHead and GetTor and GetHum then
  7247. if MyHum.Health > 1 and (GetHum.Health > 1 and not GetChar:FindFirstChild("KO")) then
  7248. MyPlr.CameraMode = Enum.CameraMode.LockFirstPerson
  7249. MyCam.CFrame = CFrame.new(MyHead.CFrame.p, GetHead.CFrame.p)
  7250. if Bullshit.AutoFire then
  7251. mouse1click() -- >:(
  7252. end
  7253. end
  7254. end
  7255. end
  7256. end
  7257. else
  7258. MyPlr.CameraMode = Bullshit.CameraModeBackup
  7259. end
  7260. end)
  7261.  
  7262. local succ, out = coroutine.resume(coroutine.create(function()
  7263. while true do
  7264. for _, v in next, Plrs:GetPlayers() do
  7265. UpdateChams(v)
  7266. Run.RenderStepped:wait()
  7267. end
  7268. end
  7269. end))
  7270.  
  7271. if not succ then
  7272. error(out)
  7273. end
  7274. end)
  7275.  
  7276. Logout.Name = "Logout"
  7277. Logout.Parent = MainGUI
  7278. Logout.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  7279. Logout.BorderSizePixel = 0
  7280. Logout.Position = UDim2.new(0.0560224131, 0, 0.822834671, 0)
  7281. Logout.Size = UDim2.new(0, 70, 0, 29)
  7282. Logout.Font = Enum.Font.GothamBlack
  7283. Logout.Text = "Logout"
  7284. Logout.TextColor3 = Color3.new(1, 1, 1)
  7285. Logout.TextScaled = true
  7286. Logout.TextSize = 14
  7287. Logout.TextWrapped = true
  7288. Logout.MouseButton1Click:connect(function()
  7289. MainGUI.Visible = false
  7290. LoginFrame.Visible = true
  7291. OpenGUI.Visible = false
  7292. Page2Frame.Visible = false
  7293. end)
  7294.  
  7295. Info.Name = "Info"
  7296. Info.Parent = MainGUI
  7297. Info.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  7298. Info.BorderSizePixel = 0
  7299. Info.Position = UDim2.new(0.621848762, 0, 0.822834671, 0)
  7300. Info.Size = UDim2.new(0, 60, 0, 30)
  7301. Info.Font = Enum.Font.GothamBlack
  7302. Info.Text = "Info"
  7303. Info.TextColor3 = Color3.new(1, 1, 1)
  7304. Info.TextScaled = true
  7305. Info.TextSize = 14
  7306. Info.TextWrapped = true
  7307. Info.MouseButton1Click:connect(function()
  7308. InfoFrame.Visible = true
  7309. end)
  7310.  
  7311.  
  7312. InfoFrame.Name = "InfoFrame"
  7313. InfoFrame.Parent = Info
  7314. InfoFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  7315. InfoFrame.BorderSizePixel = 0
  7316. InfoFrame.Position = UDim2.new(2.8499999, 0, -6.9666667, 0)
  7317. InfoFrame.Size = UDim2.new(0, 181, 0, 254)
  7318. InfoFrame.Visible = false
  7319.  
  7320. TextLabel_9.Parent = InfoFrame
  7321. TextLabel_9.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  7322. TextLabel_9.BorderSizePixel = 0
  7323. TextLabel_9.Size = UDim2.new(0, 181, 0, 24)
  7324. TextLabel_9.Font = Enum.Font.GothamBlack
  7325. TextLabel_9.Text = "GX GUI - Info"
  7326. TextLabel_9.TextColor3 = Color3.new(1, 1, 1)
  7327. TextLabel_9.TextScaled = true
  7328. TextLabel_9.TextSize = 14
  7329. TextLabel_9.TextWrapped = true
  7330.  
  7331. CloseInfo.Name = "CloseInfo"
  7332. CloseInfo.Parent = InfoFrame
  7333. CloseInfo.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  7334. CloseInfo.BorderSizePixel = 0
  7335. CloseInfo.Position = UDim2.new(0.741043329, 0, 0.842519701, 0)
  7336. CloseInfo.Size = UDim2.new(0, 35, 0, 30)
  7337. CloseInfo.Font = Enum.Font.GothamBlack
  7338. CloseInfo.Text = "X"
  7339. CloseInfo.TextColor3 = Color3.new(1, 0, 0)
  7340. CloseInfo.TextScaled = true
  7341. CloseInfo.TextSize = 14
  7342. CloseInfo.TextWrapped = true
  7343. CloseInfo.MouseButton1Click:connect(function()
  7344. InfoFrame.Visible = false
  7345. end)
  7346.  
  7347. TextLabel_10.Parent = InfoFrame
  7348. TextLabel_10.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  7349. TextLabel_10.BorderSizePixel = 0
  7350. TextLabel_10.Position = UDim2.new(0, 0, 0.120965429, 0)
  7351. TextLabel_10.Size = UDim2.new(0, 180, 0, 178)
  7352. TextLabel_10.Font = Enum.Font.GothamBlack
  7353. TextLabel_10.Text = "GUI by NeverScript#4346 Do not leak or u gey enjoy thiz shit"
  7354. TextLabel_10.TextColor3 = Color3.new(1, 1, 1)
  7355. TextLabel_10.TextScaled = true
  7356. TextLabel_10.TextSize = 14
  7357. TextLabel_10.TextStrokeColor3 = Color3.new(1, 0, 0)
  7358. TextLabel_10.TextWrapped = true
  7359.  
  7360. Redwood.Name = "Redwood"
  7361. Redwood.Parent = MainGUI
  7362. Redwood.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  7363. Redwood.BorderSizePixel = 0
  7364. Redwood.Position = UDim2.new(0.109243698, 0, 0.346456707, 0)
  7365. Redwood.Size = UDim2.new(0, 120, 0, 31)
  7366. Redwood.Font = Enum.Font.GothamBlack
  7367. Redwood.Text = "RedWood fe btools"
  7368. Redwood.TextColor3 = Color3.new(1, 1, 1)
  7369. Redwood.TextScaled = true
  7370. Redwood.TextSize = 14
  7371. Redwood.TextWrapped = true
  7372. Redwood.MouseButton1Click:connect(function()
  7373. local btool = Instance.new("Tool",game.Players.LocalPlayer.Backpack)
  7374. local SelectionBox = Instance.new("SelectionBox",game.Workspace)
  7375. SelectionBox.Name = "oof"
  7376. SelectionBox.LineThickness = 0.05
  7377. SelectionBox.Adornee = nil
  7378. SelectionBox.Color3 = Color3.fromRGB(0,0,255)
  7379. SelectionBox.Visible = false
  7380. btool.Name = "Delete Tool"
  7381. btool.RequiresHandle = false
  7382. local IsEquipped = false
  7383. local Mouse = game.Players.LocalPlayer:GetMouse()
  7384.  
  7385. btool.Equipped:connect(function()
  7386. IsEquipped = true
  7387. SelectionBox.Visible = true
  7388. SelectionBox.Adornee = nil
  7389. end)
  7390.  
  7391. btool.Unequipped:connect(function()
  7392. IsEquipped = false
  7393. SelectionBox.Visible = false
  7394. SelectionBox.Adornee = nil
  7395. end)
  7396.  
  7397.  
  7398. btool.Activated:connect(function()
  7399. if IsEquipped then
  7400. game.Workspace.resources.RemoteEvent:FireServer("toggleShield", Mouse.Target)
  7401. end
  7402. end)
  7403.  
  7404. while true do
  7405. SelectionBox.Adornee = Mouse.Target or nil
  7406. wait(0.1)
  7407. end
  7408. ------:Arrest All:
  7409. local A_1 = "requestTeam"
  7410. local A_2 = "prisoners"
  7411. local Event = game:GetService("Workspace").resources.RemoteFunction
  7412. Event:InvokeServer(A_1, A_2)
  7413. for _, v in pairs(game.Players:GetChildren()) do
  7414. game.Workspace.resources.RemoteEvent:FireServer("cuff", v)
  7415. end
  7416. wait(2)
  7417. game.Workspace.resources.RemoteFunction:InvokeServer("requestTeam", "police")
  7418. for _, v in pairs(game.Players:GetChildren()) do
  7419. game.Workspace.resources.RemoteEvent:FireServer("cuff", v)
  7420. end
  7421. end)
  7422.  
  7423. Prison.Name = "Prison"
  7424. Prison.Parent = MainGUI
  7425. Prison.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  7426. Prison.BorderSizePixel = 0
  7427. Prison.Position = UDim2.new(0.540616274, 0, 0.346456707, 0)
  7428. Prison.Size = UDim2.new(0, 119, 0, 31)
  7429. Prison.Font = Enum.Font.GothamBlack
  7430. Prison.Text = "Prison life op gui"
  7431. Prison.TextColor3 = Color3.new(1, 1, 1)
  7432. Prison.TextScaled = true
  7433. Prison.TextSize = 14
  7434. Prison.TextWrapped = true
  7435. Prison.MouseButton1Click:Connect(function()
  7436. -- Objects
  7437.  
  7438. local PrisonLife = Instance.new("ScreenGui")
  7439. local Topbar = Instance.new("TextLabel")
  7440. local MainFrame = Instance.new("Frame")
  7441. local Frame4 = Instance.new("Frame")
  7442. local ESP = Instance.new("TextButton")
  7443. local TextLabel = Instance.new("TextLabel")
  7444. local SuperPunch = Instance.new("TextButton")
  7445. local TextLabel_2 = Instance.new("TextLabel")
  7446. local Noclip = Instance.new("TextButton")
  7447. local TextLabel_3 = Instance.new("TextLabel")
  7448. local LA = Instance.new("TextButton")
  7449. local TextLabel_4 = Instance.new("TextLabel")
  7450. local KillAura = Instance.new("TextButton")
  7451. local TextLabel_5 = Instance.new("TextLabel")
  7452. local ClickTp = Instance.new("TextButton")
  7453. local TextLabel_6 = Instance.new("TextLabel")
  7454. local BPT = Instance.new("TextButton")
  7455. local TextLabel_7 = Instance.new("TextLabel")
  7456. local ArrestAura = Instance.new("TextButton")
  7457. local TextLabel_8 = Instance.new("TextLabel")
  7458. local Frame2 = Instance.new("Frame")
  7459. local Tp1 = Instance.new("TextButton")
  7460. local Tp5 = Instance.new("TextButton")
  7461. local Tp10 = Instance.new("TextButton")
  7462. local Tp9 = Instance.new("TextButton")
  7463. local Tp6 = Instance.new("TextButton")
  7464. local Tp2 = Instance.new("TextButton")
  7465. local Tp3 = Instance.new("TextButton")
  7466. local Tp4 = Instance.new("TextButton")
  7467. local Tp8 = Instance.new("TextButton")
  7468. local Players = Instance.new("ScrollingFrame")
  7469. local Player = Instance.new("TextButton")
  7470. local Frame3 = Instance.new("Frame")
  7471. local M9 = Instance.new("TextButton")
  7472. local Ak47 = Instance.new("TextButton")
  7473. local Shotgun = Instance.new("TextButton")
  7474. local M4A1 = Instance.new("TextButton")
  7475. local Knife = Instance.new("TextButton")
  7476. local Mirror = Instance.new("TextButton")
  7477. local Frame1 = Instance.new("ScrollingFrame")
  7478. local BT = Instance.new("TextButton")
  7479. local God = Instance.new("TextButton")
  7480. local LOCK = Instance.new("TextButton")
  7481. local QuickEscape = Instance.new("TextButton")
  7482. local RemDoors = Instance.new("TextButton")
  7483. local TPArrest = Instance.new("TextButton")
  7484. local TpCar = Instance.new("TextButton")
  7485. local Value = Instance.new("TextBox")
  7486. local WS = Instance.new("TextButton")
  7487. local melee = Instance.new("TextButton")
  7488. local PlayerNameBox = Instance.new("TextBox")
  7489. local ArrestPlr = Instance.new("TextButton")
  7490. local KillAll = Instance.new("TextButton")
  7491. local HeadTp = Instance.new("TextButton")
  7492. local KillPlr = Instance.new("TextButton")
  7493. local TeamC1 = Instance.new("TextButton")
  7494. local TeamC2 = Instance.new("TextButton")
  7495. local TeamC3 = Instance.new("TextButton")
  7496. local Blackout = Instance.new("Frame")
  7497. local SettingsTab = Instance.new("Frame")
  7498. local Hotkeys = Instance.new("ScrollingFrame")
  7499. local Hotkey1 = Instance.new("Frame")
  7500. local HotkeyLabel = Instance.new("TextLabel")
  7501. local Hotkey = Instance.new("TextBox")
  7502. local Menu = Instance.new("Frame")
  7503. local Functions = Instance.new("TextButton")
  7504. local MenuB = Instance.new("TextButton")
  7505. local Guns = Instance.new("TextButton")
  7506. local Togglables = Instance.new("TextButton")
  7507. local Teleports = Instance.new("TextButton")
  7508. local Settings = Instance.new("TextButton")
  7509. local Open = Instance.new("TextButton")
  7510. local LoginScreen = Instance.new("Frame")
  7511. local LoginButton = Instance.new("TextButton")
  7512. local LoginDesc = Instance.new("TextLabel")
  7513. local LoginTitle = Instance.new("TextLabel")
  7514.  
  7515. -- Properties
  7516.  
  7517. PrisonLife.Name = "PrisonLife"
  7518. PrisonLife.Parent = game.Players.LocalPlayer.PlayerGui
  7519. PrisonLife.ResetOnSpawn = false
  7520.  
  7521. Topbar.Name = "Topbar"
  7522. Topbar.Parent = PrisonLife
  7523. Topbar.Active = true
  7524. Topbar.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  7525. Topbar.Draggable = true
  7526. Topbar.Position = UDim2.new(0, 800, 0, 200)
  7527. Topbar.Size = UDim2.new(0, 500, 0, 25)
  7528. Topbar.Visible = false
  7529. Topbar.Font = Enum.Font.SourceSans
  7530. Topbar.Text = "Prisoners GUI by Noobdudeispro2 @V3RM"
  7531. Topbar.TextColor3 = Color3.new(1, 1, 1)
  7532. Topbar.TextScaled = true
  7533. Topbar.TextSize = 14
  7534. Topbar.TextWrapped = true
  7535.  
  7536. MainFrame.Name = "MainFrame"
  7537. MainFrame.Parent = Topbar
  7538. MainFrame.Active = true
  7539. MainFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  7540. MainFrame.BackgroundTransparency = 1
  7541. MainFrame.BorderColor3 = Color3.new(0.223529, 0.34902, 0.439216)
  7542. MainFrame.BorderSizePixel = 0
  7543. MainFrame.Position = UDim2.new(0, 0, 0, 25)
  7544. MainFrame.Size = UDim2.new(0, 500, 0, 300)
  7545.  
  7546. SettingsTab.Name = "SettingsTab"
  7547. SettingsTab.Parent = MainFrame
  7548. SettingsTab.BackgroundColor3 = Color3.new(1, 1, 1)
  7549. SettingsTab.BorderSizePixel = 0
  7550. SettingsTab.Selectable = true
  7551. SettingsTab.Size = UDim2.new(0, 500, 0, 300)
  7552.  
  7553. Frame4.Name = "Frame4"
  7554. Frame4.Parent = MainFrame
  7555. Frame4.BackgroundColor3 = Color3.new(1, 1, 1)
  7556. Frame4.BorderColor3 = Color3.new(0.223529, 0.34902, 0.439216)
  7557. Frame4.BorderSizePixel = 0
  7558. Frame4.Size = UDim2.new(0, 500, 0, 300)
  7559.  
  7560. ESP.Name = "ESP"
  7561. ESP.Parent = Frame4
  7562. ESP.BackgroundColor3 = Color3.new(1, 1, 1)
  7563. ESP.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  7564. ESP.BorderSizePixel = 5
  7565. ESP.Position = UDim2.new(0, 170, 0, 40)
  7566. ESP.Size = UDim2.new(0, 25, 0, 25)
  7567. ESP.Font = Enum.Font.SourceSans
  7568. ESP.Text = ""
  7569. ESP.TextSize = 14
  7570.  
  7571. TextLabel.Parent = ESP
  7572. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  7573. TextLabel.BorderSizePixel = 0
  7574. TextLabel.Position = UDim2.new(0, 35, 0, 0)
  7575. TextLabel.Size = UDim2.new(0, 110, 0, 25)
  7576. TextLabel.Font = Enum.Font.SourceSansBold
  7577. TextLabel.Text = "Player ESP"
  7578. TextLabel.TextScaled = true
  7579. TextLabel.TextSize = 50
  7580. TextLabel.TextWrapped = true
  7581. TextLabel.TextXAlignment = Enum.TextXAlignment.Left
  7582.  
  7583. SuperPunch.Name = "Super Punch"
  7584. SuperPunch.Parent = Frame4
  7585. SuperPunch.BackgroundColor3 = Color3.new(1, 1, 1)
  7586. SuperPunch.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  7587. SuperPunch.BorderSizePixel = 5
  7588. SuperPunch.Position = UDim2.new(0, 10, 0, 240)
  7589. SuperPunch.Size = UDim2.new(0, 25, 0, 25)
  7590. SuperPunch.Font = Enum.Font.SourceSans
  7591. SuperPunch.Text = ""
  7592. SuperPunch.TextSize = 14
  7593. SuperPunch.TextXAlignment = Enum.TextXAlignment.Left
  7594.  
  7595. TextLabel_2.Parent = SuperPunch
  7596. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  7597. TextLabel_2.BorderSizePixel = 0
  7598. TextLabel_2.Position = UDim2.new(0, 35, 0, 0)
  7599. TextLabel_2.Size = UDim2.new(0, 110, 0, 25)
  7600. TextLabel_2.Font = Enum.Font.SourceSansBold
  7601. TextLabel_2.Text = "Super Punch"
  7602. TextLabel_2.TextScaled = true
  7603. TextLabel_2.TextSize = 50
  7604. TextLabel_2.TextWrapped = true
  7605.  
  7606. Noclip.Name = "Noclip"
  7607. Noclip.Parent = Frame4
  7608. Noclip.BackgroundColor3 = Color3.new(1, 1, 1)
  7609. Noclip.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  7610. Noclip.BorderSizePixel = 5
  7611. Noclip.Position = UDim2.new(0, 10, 0, 80)
  7612. Noclip.Size = UDim2.new(0, 25, 0, 25)
  7613. Noclip.Font = Enum.Font.SourceSans
  7614. Noclip.Text = ""
  7615. Noclip.TextSize = 14
  7616.  
  7617. TextLabel_3.Parent = Noclip
  7618. TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
  7619. TextLabel_3.BorderSizePixel = 0
  7620. TextLabel_3.Position = UDim2.new(0, 35, 0, 0)
  7621. TextLabel_3.Size = UDim2.new(0, 75, 0, 25)
  7622. TextLabel_3.Font = Enum.Font.SourceSansBold
  7623. TextLabel_3.Text = "Noclip"
  7624. TextLabel_3.TextScaled = true
  7625. TextLabel_3.TextSize = 50
  7626. TextLabel_3.TextWrapped = true
  7627. TextLabel_3.TextXAlignment = Enum.TextXAlignment.Left
  7628.  
  7629. LA.Name = "Airwalk"
  7630. LA.Parent = Frame4
  7631. LA.BackgroundColor3 = Color3.new(1, 1, 1)
  7632. LA.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  7633. LA.BorderSizePixel = 5
  7634. LA.Position = UDim2.new(0, 10, 0, 120)
  7635. LA.Size = UDim2.new(0, 25, 0, 25)
  7636. LA.Font = Enum.Font.SourceSans
  7637. LA.Text = ""
  7638. LA.TextSize = 14
  7639.  
  7640. TextLabel_4.Parent = LA
  7641. TextLabel_4.BackgroundColor3 = Color3.new(1, 1, 1)
  7642. TextLabel_4.BorderSizePixel = 0
  7643. TextLabel_4.Position = UDim2.new(0, 35, 0, 0)
  7644. TextLabel_4.Size = UDim2.new(0, 110, 0, 25)
  7645. TextLabel_4.Font = Enum.Font.SourceSansBold
  7646. TextLabel_4.Text = "Air Walk"
  7647. TextLabel_4.TextScaled = true
  7648. TextLabel_4.TextSize = 50
  7649. TextLabel_4.TextWrapped = true
  7650. TextLabel_4.TextXAlignment = Enum.TextXAlignment.Left
  7651.  
  7652. KillAura.Name = "KillAura"
  7653. KillAura.Parent = Frame4
  7654. KillAura.BackgroundColor3 = Color3.new(1, 1, 1)
  7655. KillAura.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  7656. KillAura.BorderSizePixel = 5
  7657. KillAura.Position = UDim2.new(0, 10, 0, 200)
  7658. KillAura.Size = UDim2.new(0, 25, 0, 25)
  7659. KillAura.Font = Enum.Font.SourceSans
  7660. KillAura.Text = ""
  7661. KillAura.TextSize = 14
  7662.  
  7663. TextLabel_5.Parent = KillAura
  7664. TextLabel_5.BackgroundColor3 = Color3.new(1, 1, 1)
  7665. TextLabel_5.BorderSizePixel = 0
  7666. TextLabel_5.Position = UDim2.new(0, 35, 0, 0)
  7667. TextLabel_5.Size = UDim2.new(0, 100, 0, 25)
  7668. TextLabel_5.Font = Enum.Font.SourceSansBold
  7669. TextLabel_5.Text = "Kill Aura"
  7670. TextLabel_5.TextScaled = true
  7671. TextLabel_5.TextSize = 50
  7672. TextLabel_5.TextWrapped = true
  7673. TextLabel_5.TextXAlignment = Enum.TextXAlignment.Left
  7674.  
  7675. ClickTp.Name = "Click Tp"
  7676. ClickTp.Parent = Frame4
  7677. ClickTp.BackgroundColor3 = Color3.new(1, 1, 1)
  7678. ClickTp.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  7679. ClickTp.BorderSizePixel = 5
  7680. ClickTp.Position = UDim2.new(0, 10, 0, 40)
  7681. ClickTp.Size = UDim2.new(0, 25, 0, 25)
  7682. ClickTp.Font = Enum.Font.SourceSans
  7683. ClickTp.Text = ""
  7684. ClickTp.TextSize = 14
  7685.  
  7686. TextLabel_6.Parent = ClickTp
  7687. TextLabel_6.BackgroundColor3 = Color3.new(1, 1, 1)
  7688. TextLabel_6.BorderSizePixel = 0
  7689. TextLabel_6.Position = UDim2.new(0, 35, 0, 0)
  7690. TextLabel_6.Size = UDim2.new(0, 75, 0, 25)
  7691. TextLabel_6.Font = Enum.Font.SourceSansBold
  7692. TextLabel_6.Text = "ClickTp"
  7693. TextLabel_6.TextScaled = true
  7694. TextLabel_6.TextSize = 50
  7695. TextLabel_6.TextWrapped = true
  7696. TextLabel_6.TextXAlignment = Enum.TextXAlignment.Left
  7697.  
  7698. BPT.Name = "Taser Bypass"
  7699. BPT.Parent = Frame4
  7700. BPT.BackgroundColor3 = Color3.new(1, 1, 1)
  7701. BPT.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  7702. BPT.BorderSizePixel = 5
  7703. BPT.Position = UDim2.new(0, 170, 0, 80)
  7704. BPT.Size = UDim2.new(0, 25, 0, 25)
  7705. BPT.Font = Enum.Font.SourceSans
  7706. BPT.Text = ""
  7707. BPT.TextSize = 14
  7708.  
  7709. TextLabel_7.Parent = BPT
  7710. TextLabel_7.BackgroundColor3 = Color3.new(1, 1, 1)
  7711. TextLabel_7.BorderSizePixel = 0
  7712. TextLabel_7.Position = UDim2.new(0, 35, 0, 0)
  7713. TextLabel_7.Size = UDim2.new(0, 100, 0, 25)
  7714. TextLabel_7.Font = Enum.Font.SourceSansBold
  7715. TextLabel_7.Text = "Taser Bypass"
  7716. TextLabel_7.TextScaled = true
  7717. TextLabel_7.TextSize = 50
  7718. TextLabel_7.TextWrapped = true
  7719. TextLabel_7.TextXAlignment = Enum.TextXAlignment.Left
  7720.  
  7721. ArrestAura.Name = "Arrest Aura"
  7722. ArrestAura.Parent = Frame4
  7723. ArrestAura.BackgroundColor3 = Color3.new(1, 1, 1)
  7724. ArrestAura.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  7725. ArrestAura.BorderSizePixel = 5
  7726. ArrestAura.Position = UDim2.new(0, 10, 0, 160)
  7727. ArrestAura.Size = UDim2.new(0, 25, 0, 25)
  7728. ArrestAura.Font = Enum.Font.SourceSans
  7729. ArrestAura.Text = ""
  7730. ArrestAura.TextSize = 14
  7731.  
  7732. TextLabel_8.Parent = ArrestAura
  7733. TextLabel_8.BackgroundColor3 = Color3.new(1, 1, 1)
  7734. TextLabel_8.BorderSizePixel = 0
  7735. TextLabel_8.Position = UDim2.new(0, 35, 0, 0)
  7736. TextLabel_8.Size = UDim2.new(0, 100, 0, 25)
  7737. TextLabel_8.Font = Enum.Font.SourceSansBold
  7738. TextLabel_8.Text = "Arrest Aura"
  7739. TextLabel_8.TextScaled = true
  7740. TextLabel_8.TextSize = 50
  7741. TextLabel_8.TextWrapped = true
  7742. TextLabel_8.TextXAlignment = Enum.TextXAlignment.Left
  7743.  
  7744. Frame2.Name = "Frame2"
  7745. Frame2.Parent = MainFrame
  7746. Frame2.BackgroundColor3 = Color3.new(1, 1, 1)
  7747. Frame2.BorderColor3 = Color3.new(0.223529, 0.34902, 0.439216)
  7748. Frame2.BorderSizePixel = 0
  7749. Frame2.Size = UDim2.new(0, 500, 0, 300)
  7750. Frame2.Visible = false
  7751.  
  7752. Tp1.Name = "Tp1"
  7753. Tp1.Parent = Frame2
  7754. Tp1.BackgroundColor3 = Color3.new(1, 1, 1)
  7755. Tp1.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  7756. Tp1.BorderSizePixel = 4
  7757. Tp1.Position = UDim2.new(0, 180, 0, 140)
  7758. Tp1.Size = UDim2.new(0, 150, 0, 35)
  7759. Tp1.Font = Enum.Font.SourceSans
  7760. Tp1.Text = "Quick Escape"
  7761. Tp1.TextScaled = true
  7762. Tp1.TextSize = 14
  7763. Tp1.TextWrapped = true
  7764.  
  7765. Tp5.Name = "Tp5"
  7766. Tp5.Parent = Frame2
  7767. Tp5.BackgroundColor3 = Color3.new(1, 1, 1)
  7768. Tp5.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  7769. Tp5.BorderSizePixel = 4
  7770. Tp5.Position = UDim2.new(0, 180, 0, 90)
  7771. Tp5.Size = UDim2.new(0, 150, 0, 35)
  7772. Tp5.Font = Enum.Font.SourceSans
  7773. Tp5.Text = "Guards Room"
  7774. Tp5.TextScaled = true
  7775. Tp5.TextSize = 14
  7776. Tp5.TextWrapped = true
  7777.  
  7778. Tp10.Name = "Tp10"
  7779. Tp10.Parent = Frame2
  7780. Tp10.BackgroundColor3 = Color3.new(1, 1, 1)
  7781. Tp10.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  7782. Tp10.BorderSizePixel = 4
  7783. Tp10.Position = UDim2.new(0, 180, 0, 190)
  7784. Tp10.Size = UDim2.new(0, 150, 0, 35)
  7785. Tp10.Font = Enum.Font.SourceSans
  7786. Tp10.Text = "Cells"
  7787. Tp10.TextScaled = true
  7788. Tp10.TextSize = 14
  7789. Tp10.TextWrapped = true
  7790.  
  7791. Tp9.Name = "Tp9"
  7792. Tp9.Parent = Frame2
  7793. Tp9.BackgroundColor3 = Color3.new(1, 1, 1)
  7794. Tp9.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  7795. Tp9.BorderSizePixel = 4
  7796. Tp9.Position = UDim2.new(0, 180, 0, 40)
  7797. Tp9.Size = UDim2.new(0, 150, 0, 35)
  7798. Tp9.Font = Enum.Font.SourceSans
  7799. Tp9.Text = "Teleport To Player"
  7800. Tp9.TextScaled = true
  7801. Tp9.TextSize = 14
  7802. Tp9.TextWrapped = true
  7803.  
  7804. Tp6.Name = "Tp6"
  7805. Tp6.Parent = Frame2
  7806. Tp6.BackgroundColor3 = Color3.new(1, 1, 1)
  7807. Tp6.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  7808. Tp6.BorderSizePixel = 4
  7809. Tp6.Position = UDim2.new(0, 10, 0, 190)
  7810. Tp6.Size = UDim2.new(0, 150, 0, 35)
  7811. Tp6.Font = Enum.Font.SourceSans
  7812. Tp6.Text = "Cafeteria"
  7813. Tp6.TextScaled = true
  7814. Tp6.TextSize = 14
  7815. Tp6.TextWrapped = true
  7816.  
  7817. Tp2.Name = "Tp2"
  7818. Tp2.Parent = Frame2
  7819. Tp2.BackgroundColor3 = Color3.new(1, 1, 1)
  7820. Tp2.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  7821. Tp2.BorderSizePixel = 4
  7822. Tp2.Position = UDim2.new(0, 10, 0, 90)
  7823. Tp2.Size = UDim2.new(0, 150, 0, 35)
  7824. Tp2.Font = Enum.Font.SourceSans
  7825. Tp2.Text = "Country Yard"
  7826. Tp2.TextScaled = true
  7827. Tp2.TextSize = 14
  7828. Tp2.TextWrapped = true
  7829.  
  7830. Tp3.Name = "Tp3"
  7831. Tp3.Parent = Frame2
  7832. Tp3.BackgroundColor3 = Color3.new(1, 1, 1)
  7833. Tp3.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  7834. Tp3.BorderSizePixel = 4
  7835. Tp3.Position = UDim2.new(0, 180, 0, 240)
  7836. Tp3.Size = UDim2.new(0, 150, 0, 35)
  7837. Tp3.Font = Enum.Font.SourceSans
  7838. Tp3.Text = "Criminal Base"
  7839. Tp3.TextScaled = true
  7840. Tp3.TextSize = 14
  7841. Tp3.TextWrapped = true
  7842.  
  7843. Tp4.Name = "Tp4"
  7844. Tp4.Parent = Frame2
  7845. Tp4.BackgroundColor3 = Color3.new(1, 1, 1)
  7846. Tp4.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  7847. Tp4.BorderSizePixel = 4
  7848. Tp4.Position = UDim2.new(0, 10, 0, 140)
  7849. Tp4.Size = UDim2.new(0, 150, 0, 35)
  7850. Tp4.Font = Enum.Font.SourceSans
  7851. Tp4.Text = "Camping Tower"
  7852. Tp4.TextScaled = true
  7853. Tp4.TextSize = 14
  7854. Tp4.TextWrapped = true
  7855.  
  7856. Tp8.Name = "Tp8"
  7857. Tp8.Parent = Frame2
  7858. Tp8.BackgroundColor3 = Color3.new(1, 1, 1)
  7859. Tp8.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  7860. Tp8.BorderSizePixel = 4
  7861. Tp8.Position = UDim2.new(0, 10, 0, 240)
  7862. Tp8.Size = UDim2.new(0, 150, 0, 35)
  7863. Tp8.Font = Enum.Font.SourceSans
  7864. Tp8.Text = "Secret room"
  7865. Tp8.TextScaled = true
  7866. Tp8.TextSize = 14
  7867. Tp8.TextWrapped = true
  7868.  
  7869. Players.Name = "Players"
  7870. Players.Parent = Frame2
  7871. Players.BackgroundColor3 = Color3.new(1, 1, 1)
  7872. Players.Position = UDim2.new(0, 350, 0, 0)
  7873. Players.Size = UDim2.new(0, 150, 0, 290)
  7874.  
  7875. Player.Name = "Player"
  7876. Player.Parent = Frame2
  7877. Player.BackgroundColor3 = Color3.new(1, 1, 1)
  7878. Player.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  7879. Player.BorderSizePixel = 4
  7880. Player.Position = UDim2.new(0, 10, 0, 40)
  7881. Player.Size = UDim2.new(0, 150, 0, 35)
  7882. Player.Font = Enum.Font.SourceSans
  7883. Player.Text = "Player"
  7884. Player.TextScaled = true
  7885. Player.TextSize = 14
  7886. Player.TextWrapped = true
  7887.  
  7888. Frame3.Name = "Frame3"
  7889. Frame3.Parent = MainFrame
  7890. Frame3.BackgroundColor3 = Color3.new(1, 1, 1)
  7891. Frame3.BorderColor3 = Color3.new(0.223529, 0.34902, 0.439216)
  7892. Frame3.BorderSizePixel = 0
  7893. Frame3.Size = UDim2.new(0, 500, 0, 300)
  7894. Frame3.Visible = false
  7895.  
  7896. M9.Name = "M9"
  7897. M9.Parent = Frame3
  7898. M9.BackgroundColor3 = Color3.new(1, 1, 1)
  7899. M9.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  7900. M9.BorderSizePixel = 4
  7901. M9.Position = UDim2.new(0, 10, 0, 40)
  7902. M9.Size = UDim2.new(0, 200, 0, 70)
  7903. M9.Font = Enum.Font.SourceSans
  7904. M9.Text = "Tp M9"
  7905. M9.TextScaled = true
  7906. M9.TextSize = 14
  7907. M9.TextWrapped = true
  7908.  
  7909. Ak47.Name = "Ak47"
  7910. Ak47.Parent = Frame3
  7911. Ak47.BackgroundColor3 = Color3.new(1, 1, 1)
  7912. Ak47.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  7913. Ak47.BorderSizePixel = 4
  7914. Ak47.Position = UDim2.new(0, 10, 0, 200)
  7915. Ak47.Size = UDim2.new(0, 200, 0, 70)
  7916. Ak47.Font = Enum.Font.SourceSans
  7917. Ak47.Text = "Give Ak-47"
  7918. Ak47.TextScaled = true
  7919. Ak47.TextSize = 14
  7920. Ak47.TextWrapped = true
  7921.  
  7922. Shotgun.Name = "Shotgun"
  7923. Shotgun.Parent = Frame3
  7924. Shotgun.BackgroundColor3 = Color3.new(1, 1, 1)
  7925. Shotgun.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  7926. Shotgun.BorderSizePixel = 4
  7927. Shotgun.Position = UDim2.new(0, 10, 0, 120)
  7928. Shotgun.Size = UDim2.new(0, 200, 0, 70)
  7929. Shotgun.Font = Enum.Font.SourceSans
  7930. Shotgun.Text = "Give Remington"
  7931. Shotgun.TextScaled = true
  7932. Shotgun.TextSize = 14
  7933. Shotgun.TextWrapped = true
  7934.  
  7935. M4A1.Name = "M4A1"
  7936. M4A1.Parent = Frame3
  7937. M4A1.BackgroundColor3 = Color3.new(1, 1, 1)
  7938. M4A1.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  7939. M4A1.BorderSizePixel = 4
  7940. M4A1.Position = UDim2.new(0, 290, 0, 40)
  7941. M4A1.Size = UDim2.new(0, 200, 0, 70)
  7942. M4A1.Font = Enum.Font.SourceSans
  7943. M4A1.Text = "Give M4A1"
  7944. M4A1.TextScaled = true
  7945. M4A1.TextSize = 14
  7946. M4A1.TextWrapped = true
  7947.  
  7948. Knife.Name = "Knife"
  7949. Knife.Parent = Frame3
  7950. Knife.BackgroundColor3 = Color3.new(1, 1, 1)
  7951. Knife.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  7952. Knife.BorderSizePixel = 4
  7953. Knife.Position = UDim2.new(0, 290, 0, 120)
  7954. Knife.Size = UDim2.new(0, 200, 0, 70)
  7955. Knife.Font = Enum.Font.SourceSans
  7956. Knife.Text = "Give All Guns"
  7957. Knife.TextScaled = true
  7958. Knife.TextSize = 14
  7959. Knife.TextWrapped = true
  7960.  
  7961. Mirror.Name = "Mirror"
  7962. Mirror.BackgroundColor3 = Color3.new(1, 1, 1)
  7963. Mirror.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  7964. Mirror.BorderSizePixel = 4
  7965. Mirror.Position = UDim2.new(0, 290, 0, 200)
  7966. Mirror.Size = UDim2.new(0, 200, 0, 70)
  7967. Mirror.Font = Enum.Font.SourceSans
  7968. Mirror.Text = "Give All Melee Weapons"
  7969. Mirror.TextScaled = true
  7970. Mirror.TextSize = 14
  7971. Mirror.TextWrapped = true
  7972.  
  7973. Frame1.Name = "Frame1"
  7974. Frame1.Parent = MainFrame
  7975. Frame1.BackgroundColor3 = Color3.new(1, 1, 1)
  7976. Frame1.BorderColor3 = Color3.new(0.219608, 0.34902, 0.439216)
  7977. Frame1.BorderSizePixel = 0
  7978. Frame1.Selectable = false
  7979. Frame1.Size = UDim2.new(0, 500, 0, 300)
  7980. Frame1.Visible = false
  7981. Frame1.CanvasSize = UDim2.new(0, 0, 1, 40)
  7982. Frame1.ScrollBarThickness = 0
  7983.  
  7984. BT.Name = "BT"
  7985. BT.Parent = Frame1
  7986. BT.BackgroundColor3 = Color3.new(1, 1, 1)
  7987. BT.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  7988. BT.BorderSizePixel = 4
  7989. BT.Position = UDim2.new(0, 180, 0, 140)
  7990. BT.Size = UDim2.new(0, 150, 0, 35)
  7991. BT.Font = Enum.Font.SourceSans
  7992. BT.Text = "Btools"
  7993. BT.TextScaled = true
  7994. BT.TextSize = 14
  7995. BT.TextWrapped = true
  7996.  
  7997. God.Name = "God"
  7998. God.Parent = Frame1
  7999. God.BackgroundColor3 = Color3.new(1, 1, 1)
  8000. God.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  8001. God.BorderSizePixel = 4
  8002. God.Position = UDim2.new(0, 10, 0, 90)
  8003. God.Size = UDim2.new(0, 150, 0, 35)
  8004. God.Font = Enum.Font.SourceSans
  8005. God.Text = "God Mode"
  8006. God.TextScaled = true
  8007. God.TextSize = 14
  8008. God.TextWrapped = true
  8009.  
  8010. LOCK.Name = "LOCK"
  8011. LOCK.Parent = Frame1
  8012. LOCK.BackgroundColor3 = Color3.new(1, 1, 1)
  8013. LOCK.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  8014. LOCK.BorderSizePixel = 4
  8015. LOCK.Position = UDim2.new(0, 10, 0, 40)
  8016. LOCK.Size = UDim2.new(0, 150, 0, 35)
  8017. LOCK.Font = Enum.Font.SourceSans
  8018. LOCK.Text = "Respawn(only when using godmode)"
  8019. LOCK.TextScaled = true
  8020. LOCK.TextSize = 14
  8021. LOCK.TextWrapped = true
  8022.  
  8023. QuickEscape.Name = "QuickEscape"
  8024. QuickEscape.Parent = Frame1
  8025. QuickEscape.BackgroundColor3 = Color3.new(1, 1, 1)
  8026. QuickEscape.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  8027. QuickEscape.BorderSizePixel = 4
  8028. QuickEscape.Position = UDim2.new(0, 10, 0, 140)
  8029. QuickEscape.Size = UDim2.new(0, 150, 0, 35)
  8030. QuickEscape.Font = Enum.Font.SourceSans
  8031. QuickEscape.Text = "Quick Escape"
  8032. QuickEscape.TextScaled = true
  8033. QuickEscape.TextSize = 14
  8034. QuickEscape.TextWrapped = true
  8035.  
  8036. RemDoors.Name = "RemDoors"
  8037. RemDoors.Parent = Frame1
  8038. RemDoors.BackgroundColor3 = Color3.new(1, 1, 1)
  8039. RemDoors.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  8040. RemDoors.BorderSizePixel = 4
  8041. RemDoors.Position = UDim2.new(0, 180, 0, 90)
  8042. RemDoors.Size = UDim2.new(0, 150, 0, 35)
  8043. RemDoors.Font = Enum.Font.SourceSans
  8044. RemDoors.Text = "Remove Doors"
  8045. RemDoors.TextScaled = true
  8046. RemDoors.TextSize = 14
  8047. RemDoors.TextWrapped = true
  8048.  
  8049. TPArrest.Name = "TPArrest"
  8050. TPArrest.Parent = Frame1
  8051. TPArrest.BackgroundColor3 = Color3.new(1, 1, 1)
  8052. TPArrest.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  8053. TPArrest.BorderSizePixel = 4
  8054. TPArrest.Position = UDim2.new(0, 180, 0, 190)
  8055. TPArrest.Size = UDim2.new(0, 150, 0, 35)
  8056. TPArrest.Font = Enum.Font.SourceSans
  8057. TPArrest.Text = "Auto Arrest Current Criminals"
  8058. TPArrest.TextScaled = true
  8059. TPArrest.TextSize = 14
  8060. TPArrest.TextWrapped = true
  8061.  
  8062. TpCar.Name = "TpCar"
  8063. TpCar.Parent = Frame1
  8064. TpCar.BackgroundColor3 = Color3.new(1, 1, 1)
  8065. TpCar.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  8066. TpCar.BorderSizePixel = 4
  8067. TpCar.Position = UDim2.new(0, 10, 0, 190)
  8068. TpCar.Size = UDim2.new(0, 150, 0, 35)
  8069. TpCar.Font = Enum.Font.SourceSans
  8070. TpCar.Text = "Change Jumppower"
  8071. TpCar.TextScaled = true
  8072. TpCar.TextSize = 14
  8073. TpCar.TextWrapped = true
  8074.  
  8075. Value.Name = "Value"
  8076. Value.Parent = Frame1
  8077. Value.BackgroundColor3 = Color3.new(1, 1, 1)
  8078. Value.BorderColor3 = Color3.new(0, 0, 0)
  8079. Value.BorderSizePixel = 4
  8080. Value.Position = UDim2.new(0, 180, 0, 240)
  8081. Value.Size = UDim2.new(0, 150, 0, 35)
  8082. Value.Font = Enum.Font.SourceSans
  8083. Value.Text = "Walkspeed/Jumppower"
  8084. Value.TextScaled = true
  8085. Value.TextSize = 14
  8086. Value.TextWrapped = true
  8087.  
  8088. WS.Name = "WS"
  8089. WS.Parent = Frame1
  8090. WS.BackgroundColor3 = Color3.new(1, 1, 1)
  8091. WS.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  8092. WS.BorderSizePixel = 4
  8093. WS.Position = UDim2.new(0, 10, 0, 240)
  8094. WS.Size = UDim2.new(0, 150, 0, 35)
  8095. WS.Font = Enum.Font.SourceSans
  8096. WS.Text = "Change Walkspeed"
  8097. WS.TextScaled = true
  8098. WS.TextSize = 14
  8099. WS.TextWrapped = true
  8100.  
  8101. melee.Name = "melee"
  8102. melee.Parent = Frame1
  8103. melee.BackgroundColor3 = Color3.new(1, 1, 1)
  8104. melee.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  8105. melee.BorderSizePixel = 4
  8106. melee.Position = UDim2.new(0, 180, 0, 40)
  8107. melee.Size = UDim2.new(0, 150, 0, 35)
  8108. melee.Font = Enum.Font.SourceSans
  8109. melee.Text = "Get All Weapons On Ground"
  8110. melee.TextScaled = true
  8111. melee.TextSize = 14
  8112. melee.TextWrapped = true
  8113.  
  8114. PlayerNameBox.Name = "PlayerNameBox"
  8115. PlayerNameBox.Parent = Frame1
  8116. PlayerNameBox.BackgroundColor3 = Color3.new(1, 1, 1)
  8117. PlayerNameBox.BorderColor3 = Color3.new(0, 0, 0)
  8118. PlayerNameBox.BorderSizePixel = 4
  8119. PlayerNameBox.Position = UDim2.new(0, 345, 0, 40)
  8120. PlayerNameBox.Size = UDim2.new(0, 150, 0, 35)
  8121. PlayerNameBox.Font = Enum.Font.SourceSans
  8122. PlayerNameBox.Text = "Player"
  8123. PlayerNameBox.TextColor3 = Color3.new(0, 0, 0)
  8124. PlayerNameBox.TextScaled = true
  8125. PlayerNameBox.TextSize = 14
  8126. PlayerNameBox.TextWrapped = true
  8127.  
  8128. ArrestPlr.Name = "ArrestPlr"
  8129. ArrestPlr.Parent = Frame1
  8130. ArrestPlr.BackgroundColor3 = Color3.new(1, 1, 1)
  8131. ArrestPlr.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  8132. ArrestPlr.BorderSizePixel = 4
  8133. ArrestPlr.Position = UDim2.new(0, 345, 0, 90)
  8134. ArrestPlr.Size = UDim2.new(0, 150, 0, 35)
  8135. ArrestPlr.Font = Enum.Font.SourceSans
  8136. ArrestPlr.Text = "Arrest Player"
  8137. ArrestPlr.TextScaled = true
  8138. ArrestPlr.TextSize = 14
  8139. ArrestPlr.TextWrapped = true
  8140.  
  8141. KillAll.Name = "KillAll"
  8142. KillAll.Parent = Frame1
  8143. KillAll.BackgroundColor3 = Color3.new(1, 1, 1)
  8144. KillAll.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  8145. KillAll.BorderSizePixel = 4
  8146. KillAll.Position = UDim2.new(0, 345, 0, 140)
  8147. KillAll.Size = UDim2.new(0, 150, 0, 35)
  8148. KillAll.Font = Enum.Font.SourceSans
  8149. KillAll.Text = "Kill All"
  8150. KillAll.TextScaled = true
  8151. KillAll.TextSize = 14
  8152. KillAll.TextWrapped = true
  8153.  
  8154. HeadTp.Name = "HeadTp"
  8155. HeadTp.Parent = Frame1
  8156. HeadTp.BackgroundColor3 = Color3.new(1, 1, 1)
  8157. HeadTp.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  8158. HeadTp.BorderSizePixel = 4
  8159. HeadTp.Position = UDim2.new(0, 345, 0, 190)
  8160. HeadTp.Size = UDim2.new(0, 150, 0, 35)
  8161. HeadTp.Font = Enum.Font.SourceSans
  8162. HeadTp.Text = "Tp all heads"
  8163. HeadTp.TextScaled = true
  8164. HeadTp.TextSize = 14
  8165. HeadTp.TextWrapped = true
  8166.  
  8167. KillPlr.Name = "KillPlr"
  8168. KillPlr.Parent = Frame1
  8169. KillPlr.BackgroundColor3 = Color3.new(1, 1, 1)
  8170. KillPlr.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  8171. KillPlr.BorderSizePixel = 4
  8172. KillPlr.Position = UDim2.new(0, 345, 0, 240)
  8173. KillPlr.Size = UDim2.new(0, 150, 0, 35)
  8174. KillPlr.Font = Enum.Font.SourceSans
  8175. KillPlr.Text = "Kill Player"
  8176. KillPlr.TextScaled = true
  8177. KillPlr.TextSize = 14
  8178. KillPlr.TextWrapped = true
  8179.  
  8180. TeamC1.Name = "TeamC1"
  8181. TeamC1.Parent = Frame1
  8182. TeamC1.BackgroundColor3 = Color3.new(1, 1, 1)
  8183. TeamC1.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  8184. TeamC1.BorderSizePixel = 4
  8185. TeamC1.Position = UDim2.new(0, 10, 0, 290)
  8186. TeamC1.Size = UDim2.new(0, 150, 0, 35)
  8187. TeamC1.Font = Enum.Font.SourceSans
  8188. TeamC1.Text = "Change to Criminal"
  8189. TeamC1.TextScaled = true
  8190. TeamC1.TextSize = 14
  8191. TeamC1.TextWrapped = true
  8192.  
  8193. TeamC2.Name = "TeamC2"
  8194. TeamC2.Parent = Frame1
  8195. TeamC2.BackgroundColor3 = Color3.new(1, 1, 1)
  8196. TeamC2.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  8197. TeamC2.BorderSizePixel = 4
  8198. TeamC2.Position = UDim2.new(0, 180, 0, 290)
  8199. TeamC2.Size = UDim2.new(0, 150, 0, 35)
  8200. TeamC2.Font = Enum.Font.SourceSans
  8201. TeamC2.Text = "Change to Guard"
  8202. TeamC2.TextScaled = true
  8203. TeamC2.TextSize = 14
  8204. TeamC2.TextWrapped = true
  8205.  
  8206. TeamC3.Name = "TeamC3"
  8207. TeamC3.Parent = Frame1
  8208. TeamC3.BackgroundColor3 = Color3.new(1, 1, 1)
  8209. TeamC3.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  8210. TeamC3.BorderSizePixel = 4
  8211. TeamC3.Position = UDim2.new(0, 345, 0, 290)
  8212. TeamC3.Size = UDim2.new(0, 150, 0, 35)
  8213. TeamC3.Font = Enum.Font.SourceSans
  8214. TeamC3.Text = "Change to Prisoner"
  8215. TeamC3.TextScaled = true
  8216. TeamC3.TextSize = 14
  8217. TeamC3.TextWrapped = true
  8218.  
  8219. Blackout.Name = "Blackout"
  8220. Blackout.Parent = MainFrame
  8221. Blackout.BackgroundColor3 = Color3.new(0, 0, 0)
  8222. Blackout.BackgroundTransparency = 1
  8223. Blackout.BorderSizePixel = 0
  8224. Blackout.Position = UDim2.new(0, 170, 0, 0)
  8225. Blackout.Size = UDim2.new(0, 330, 0, 300)
  8226.  
  8227.  
  8228.  
  8229. Hotkeys.Name = "Hotkeys"
  8230. Hotkeys.Parent = SettingsTab
  8231. Hotkeys.BackgroundColor3 = Color3.new(1, 1, 1)
  8232. Hotkeys.Position = UDim2.new(0, 250, 0, 0)
  8233. Hotkeys.Size = UDim2.new(0, 250, 0, 300)
  8234. Hotkeys.ScrollBarThickness = 0
  8235.  
  8236. Hotkey1.Name = "Hotkey1"
  8237. Hotkey1.BackgroundColor3 = Color3.new(1, 1, 1)
  8238. Hotkey1.BackgroundTransparency = 1
  8239. Hotkey1.Size = UDim2.new(0, 250, 0, 50)
  8240.  
  8241. HotkeyLabel.Name = "HotkeyLabel"
  8242. HotkeyLabel.Parent = Hotkey1
  8243. HotkeyLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  8244. HotkeyLabel.BorderSizePixel = 0
  8245. HotkeyLabel.Size = UDim2.new(0, 200, 0, 50)
  8246. HotkeyLabel.Font = Enum.Font.SourceSans
  8247. HotkeyLabel.Text = "Sample hotkey:"
  8248. HotkeyLabel.TextScaled = true
  8249. HotkeyLabel.TextSize = 14
  8250. HotkeyLabel.TextWrapped = true
  8251.  
  8252. Hotkey.Name = "Hotkey"
  8253. Hotkey.Parent = Hotkey1
  8254. Hotkey.BackgroundColor3 = Color3.new(1, 1, 1)
  8255. Hotkey.Position = UDim2.new(0, 200, 0, 0)
  8256. Hotkey.Size = UDim2.new(0, 50, 0, 50)
  8257. Hotkey.Font = Enum.Font.SourceSans
  8258. Hotkey.Text = ""
  8259. Hotkey.TextScaled = true
  8260. Hotkey.TextSize = 14
  8261. Hotkey.TextWrapped = true
  8262.  
  8263. Menu.Name = "Menu"
  8264. Menu.Parent = MainFrame
  8265. Menu.BackgroundColor3 = Color3.new(1, 1, 1)
  8266. Menu.ClipsDescendants = true
  8267. Menu.Selectable = true
  8268. Menu.Size = UDim2.new(0, 170, 0, 30)
  8269.  
  8270. Functions.Name = "Functions"
  8271. Functions.Parent = Menu
  8272. Functions.BackgroundColor3 = Color3.new(1, 1, 1)
  8273. Functions.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  8274. Functions.BorderSizePixel = 0
  8275. Functions.Position = UDim2.new(0, 0, 0, 30)
  8276. Functions.Size = UDim2.new(0, 170, 0, 40)
  8277. Functions.Font = Enum.Font.SciFi
  8278. Functions.Text = "Functions"
  8279. Functions.TextScaled = true
  8280. Functions.TextSize = 14
  8281. Functions.TextWrapped = true
  8282.  
  8283. MenuB.Name = "MenuB"
  8284. MenuB.Parent = Menu
  8285. MenuB.BackgroundColor3 = Color3.new(1, 1, 1)
  8286. MenuB.BorderColor3 = Color3.new(0.0862745, 0.164706, 0.345098)
  8287. MenuB.Size = UDim2.new(0, 170, 0, 30)
  8288. MenuB.Font = Enum.Font.SourceSans
  8289. MenuB.Text = "Menu"
  8290. MenuB.TextScaled = true
  8291. MenuB.TextSize = 14
  8292. MenuB.TextWrapped = true
  8293.  
  8294. Guns.Name = "Guns"
  8295. Guns.Parent = Menu
  8296. Guns.BackgroundColor3 = Color3.new(1, 1, 1)
  8297. Guns.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  8298. Guns.BorderSizePixel = 0
  8299. Guns.Position = UDim2.new(0, 0, 0, 130)
  8300. Guns.Size = UDim2.new(0, 170, 0, 40)
  8301. Guns.Font = Enum.Font.SciFi
  8302. Guns.Text = "Weapons"
  8303. Guns.TextScaled = true
  8304. Guns.TextSize = 14
  8305. Guns.TextWrapped = true
  8306.  
  8307. Togglables.Name = "Togglables"
  8308. Togglables.Parent = Menu
  8309. Togglables.BackgroundColor3 = Color3.new(1, 1, 1)
  8310. Togglables.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  8311. Togglables.BorderSizePixel = 0
  8312. Togglables.Position = UDim2.new(0, 0, 0, 180)
  8313. Togglables.Size = UDim2.new(0, 170, 0, 40)
  8314. Togglables.Font = Enum.Font.SciFi
  8315. Togglables.Text = "Toggleables"
  8316. Togglables.TextScaled = true
  8317. Togglables.TextSize = 14
  8318. Togglables.TextWrapped = true
  8319.  
  8320. Teleports.Name = "Teleports"
  8321. Teleports.Parent = Menu
  8322. Teleports.BackgroundColor3 = Color3.new(1, 1, 1)
  8323. Teleports.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  8324. Teleports.BorderSizePixel = 0
  8325. Teleports.Position = UDim2.new(0, 0, 0, 80)
  8326. Teleports.Size = UDim2.new(0, 170, 0, 40)
  8327. Teleports.Font = Enum.Font.SciFi
  8328. Teleports.Text = "Teleports"
  8329. Teleports.TextScaled = true
  8330. Teleports.TextSize = 14
  8331. Teleports.TextWrapped = true
  8332.  
  8333. Settings.Name = "Settings"
  8334. Settings.Parent = Menu
  8335. Settings.BackgroundColor3 = Color3.new(1, 1, 1)
  8336. Settings.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  8337. Settings.BorderSizePixel = 0
  8338. Settings.Position = UDim2.new(0, 0, 0, 230)
  8339. Settings.Size = UDim2.new(0, 170, 0, 40)
  8340. Settings.Font = Enum.Font.SciFi
  8341. Settings.Text = "Settings"
  8342. Settings.TextScaled = true
  8343. Settings.TextSize = 14
  8344. Settings.TextWrapped = true
  8345.  
  8346. Open.Name = "Open"
  8347. Open.Parent = PrisonLife
  8348. Open.BackgroundColor3 = Color3.new(1, 1, 1)
  8349. Open.BorderSizePixel = 4
  8350. Open.Position = UDim2.new(0, 0, 0, 500)
  8351. Open.Size = UDim2.new(0, 100, 0, 25)
  8352. Open.Visible = false
  8353. Open.Font = Enum.Font.SourceSans
  8354. Open.Text = "Open"
  8355. Open.TextScaled = true
  8356. Open.TextSize = 14
  8357. Open.TextWrapped = true
  8358.  
  8359. LoginScreen.Name = "LoginScreen"
  8360. LoginScreen.Active = true
  8361. LoginScreen.BackgroundColor3 = Color3.new(1, 1, 1)
  8362. LoginScreen.BorderSizePixel = 4
  8363. LoginScreen.Draggable = true
  8364. LoginScreen.Position = UDim2.new(0.5, -200, 0.5, -125)
  8365. LoginScreen.Size = UDim2.new(0, 400, 0, 250)
  8366.  
  8367. LoginButton.Name = "LoginButton"
  8368. LoginButton.Parent = LoginScreen
  8369. LoginButton.BackgroundColor3 = Color3.new(1, 1, 1)
  8370. LoginButton.BorderSizePixel = 4
  8371. LoginButton.Position = UDim2.new(0.5, -75, 0.5, -20)
  8372. LoginButton.Size = UDim2.new(0, 150, 0, 40)
  8373. LoginButton.Font = Enum.Font.SourceSans
  8374. LoginButton.Text = "Login"
  8375. LoginButton.TextScaled = true
  8376. LoginButton.TextSize = 14
  8377. LoginButton.TextWrapped = true
  8378.  
  8379. LoginDesc.Name = "LoginDesc"
  8380. LoginDesc.Parent = LoginScreen
  8381. LoginDesc.BackgroundColor3 = Color3.new(1, 1, 1)
  8382. LoginDesc.BackgroundTransparency = 1
  8383. LoginDesc.Position = UDim2.new(0.5, -200, 1, -75)
  8384. LoginDesc.Size = UDim2.new(0, 400, 0, 75)
  8385. LoginDesc.Font = Enum.Font.SourceSans
  8386. LoginDesc.Text = "Press login to start wrecking the game!"
  8387. LoginDesc.TextScaled = true
  8388. LoginDesc.TextSize = 14
  8389. LoginDesc.TextWrapped = true
  8390.  
  8391. LoginTitle.Name = "LoginTitle"
  8392. LoginTitle.Parent = LoginScreen
  8393. LoginTitle.BackgroundColor3 = Color3.new(1, 1, 1)
  8394. LoginTitle.BackgroundTransparency = 1
  8395. LoginTitle.Size = UDim2.new(0, 400, 0, 75)
  8396. LoginTitle.Font = Enum.Font.SourceSans
  8397. LoginTitle.Text = "Prison wrecker V1"
  8398. LoginTitle.TextScaled = true
  8399. LoginTitle.TextSize = 14
  8400. LoginTitle.TextWrapped = true
  8401.  
  8402.  
  8403.  
  8404. LocalPlayer = game.Players.LocalPlayer
  8405. Mouse = LocalPlayer:GetMouse()
  8406. UserInputService = game:GetService('UserInputService')
  8407. NoClipF = false
  8408. ctpF = false
  8409. ArrestF = false
  8410. sprintF = false
  8411. killAuraF = false
  8412. BypassF = false
  8413. ArrestAuraF = false
  8414. ESPF = false
  8415. SuperPunchF = false
  8416. focus = false
  8417. cooldown = 1
  8418. timeDeb = false
  8419.  
  8420. Tp1P = CFrame.new(283, 72, 2213)
  8421. Tp2P = CFrame.new(778, 97, 2498)
  8422. Tp3P = CFrame.new(944, 94, -2055)
  8423. Tp4P = CFrame.new(821, 130, 2587)
  8424. Tp5P = CFrame.new(821, 99, 2274)
  8425. Tp6P = CFrame.new(874, 99, 2319)
  8426. Tp8P = CFrame.new(681, 100, 2330)
  8427. Tp9P = CFrame.new(914, 99, 2444)
  8428.  
  8429.  
  8430.  
  8431.  
  8432.  
  8433.  
  8434.  
  8435. Noclip.MouseButton1Down:connect(function()
  8436.  
  8437. if not game.Players.LocalPlayer.Character:FindFirstChild("ForceField") then
  8438. print("im working")
  8439. if NoClipF == false then
  8440. NoClipF = true
  8441. Noclip.BackgroundColor3 = Color3.new(0, 0, 0)
  8442. repeat
  8443. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11);
  8444. wait()
  8445. until NoClipF == false
  8446. else
  8447. NoClipF = false
  8448. Noclip.BackgroundColor3 = MainFrame.BackgroundColor3
  8449. end
  8450. end
  8451.  
  8452. end)
  8453.  
  8454. function SN(target)
  8455. for i,v in pairs(game.Players:GetChildren())do
  8456. if v.Name:lower():sub(1, #target) == target:lower() then
  8457. return v.Name
  8458. end
  8459. end
  8460. end
  8461.  
  8462.  
  8463.  
  8464. function Notify(title, msg, button)
  8465. local function callback(text)
  8466. print(text)
  8467. end
  8468.  
  8469. local bindableFunction = Instance.new("BindableFunction")
  8470. bindableFunction.OnInvoke = callback
  8471.  
  8472. game.StarterGui:SetCore("SendNotification", {
  8473. Title = title; -- Required. Has to be a string!
  8474. Text = msg; -- Required. Has to be a string!
  8475. Icon = ""; -- Optional, defaults to "" (no icon)
  8476. Duration = 15; -- Optional, defaults to 5 seconds
  8477. Callback = bindableFunction; -- Optional, gets invoked with the text of the button the user pressed
  8478. Button1 = button; -- Optional, makes a button appear with the given text that, when clicked, fires the Callback if it's given
  8479. })
  8480.  
  8481. print(string.byte(title, 1, #title), string.byte(msg, 1, #msg), string.byte(button, 1, #button))
  8482. end
  8483.  
  8484.  
  8485.  
  8486.  
  8487. ClickTp.MouseButton1Click:connect(function()
  8488. if ctpF == false then
  8489. ctpF = true
  8490. ClickTp.BackgroundColor3 = Color3.new(0, 0, 0)
  8491. else
  8492. ctpF = false
  8493. ClickTp.BackgroundColor3 = MainFrame.BackgroundColor3
  8494. end
  8495. end)
  8496.  
  8497.  
  8498.  
  8499.  
  8500. LA.MouseButton1Click:connect(function()
  8501. if ArrestF == false then
  8502. ArrestF = true
  8503. LA.BackgroundColor3 = Color3.new(0, 0, 0)
  8504. repeat
  8505. wait()
  8506. game.Players.LocalPlayer.Character.Humanoid:ChangeState(10);
  8507. until ArrestF == false
  8508.  
  8509. else
  8510. ArrestF = false
  8511. LA.BackgroundColor3 = MainFrame.BackgroundColor3
  8512. end
  8513. end)
  8514.  
  8515. BPT.MouseButton1Click:connect(function()
  8516. if game.Players.LocalPlayer.Character:FindFirstChild("ClientInputHandler") then
  8517. if game.Players.LocalPlayer.Character:FindFirstChild("ClientInputHandler").Disabled == true then
  8518. game.Players.LocalPlayer.Character:FindFirstChild("ClientInputHandler").Disabled = false
  8519. BypassF = false
  8520. BPT.BackgroundColor3 = Color3.new(1, 1, 1)
  8521. else
  8522. game.Players.LocalPlayer.Character:FindFirstChild("ClientInputHandler").Disabled = true
  8523. BPT.BackgroundColor3 = Color3.new(0,0,0)
  8524. BypassF = true
  8525. end
  8526. else
  8527. Notify("Error", "ClientInputHandler not found!", "Ok ;(")
  8528.  
  8529. end
  8530.  
  8531. end)
  8532. KillAura.MouseButton1Click:connect(function()
  8533. if killAuraF == false then
  8534. killAuraF = true
  8535. KillAura.BackgroundColor3 = Color3.new(0, 0, 0)
  8536. repeat
  8537.  
  8538. wait()
  8539. for i, plr in pairs(game.Players:GetChildren()) do
  8540. if plr.Name ~= game.Players.LocalPlayer.Name and killAuraF == true then
  8541. for i = 1,5 do
  8542. game.ReplicatedStorage.meleeEvent:FireServer(plr)
  8543. end
  8544. end
  8545. end
  8546.  
  8547. until killAuraF == false
  8548.  
  8549. else
  8550. killAuraF = false
  8551. KillAura.BackgroundColor3 = MainFrame.BackgroundColor3
  8552. end
  8553. end)
  8554.  
  8555. TPArrest.MouseButton1Click:connect(function()
  8556. if mousein == false then
  8557. local Player = game.Players.LocalPlayer
  8558. local cpos = Player.Character.HumanoidRootPart.CFrame
  8559. for i,v in pairs(game.Teams.Criminals:GetPlayers()) do
  8560. if v.Name ~= Player.Name then
  8561. local i = 10
  8562. repeat
  8563. wait()
  8564. i = i-1
  8565. game.Workspace.Remote.arrest:InvokeServer(v.Character.HumanoidRootPart)
  8566. Player.Character.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame * CFrame.new(0, 0, 1)
  8567. until i == 0
  8568. end
  8569. end
  8570. Player.Character.HumanoidRootPart.CFrame = cpos
  8571. Notify("Success", "Arrested all of the n00bs", "Cool!")
  8572. end
  8573. end)
  8574.  
  8575.  
  8576. QuickEscape.MouseButton1Click:connect(function()
  8577. if mousein == false then
  8578. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(283, 72, 2213)
  8579. end
  8580. end)
  8581.  
  8582.  
  8583. TpCar.MouseButton1Click:connect(function()
  8584. if mousein == false then
  8585. game.Players.LocalPlayer.Character.Humanoid.JumpPower = tonumber(Value.Text)
  8586. end
  8587. end)
  8588.  
  8589.  
  8590. BT.MouseButton1Click:connect(function()
  8591. if mousein == false then
  8592. local tool = Instance.new("HopperBin", game.Players.LocalPlayer.Backpack)
  8593. tool.BinType = "Hammer"
  8594. local tool = Instance.new("HopperBin", game.Players.LocalPlayer.Backpack)
  8595. tool.BinType = "Clone"
  8596. local tool = Instance.new("HopperBin", game.Players.LocalPlayer.Backpack)
  8597. tool.BinType = "GameTool"
  8598. end
  8599. end)
  8600.  
  8601. WS.MouseButton1Click:connect(function()
  8602. if mousein == false then
  8603. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = tonumber(Value.Text)
  8604. end
  8605. end)
  8606.  
  8607.  
  8608. LOCK.MouseButton1Click:connect(function()
  8609. if mousein == false then
  8610. local a1 = Instance.new("Model", workspace)
  8611. local a2 = Instance.new("Part", a1)
  8612. a2.CanCollide = true
  8613. a2.Anchored = true
  8614. a2.CFrame = CFrame.new(10000, 10000, 10000)
  8615. a2.Name = "Torso"
  8616. local a3 = Instance.new("Humanoid", a1)
  8617. a3.MaxHealth=100;a3.Health=100
  8618. game.Players.LocalPlayer.Character = a1
  8619. a3.Health=0
  8620. end
  8621. end)
  8622.  
  8623. melee.MouseButton1Click:connect(function()
  8624. if mousein == false then
  8625. local weapons = {"Crude Knife", "Sharpened stick", "Extendo mirror"}
  8626. for i, v in pairs(game.ReplicatedStorage.Tools:GetChildren()) do
  8627. for j, k in pairs(weapons) do
  8628. if v.Name == k then
  8629. v:Clone().Parent = game.Players.LocalPlayer.Backpack
  8630. end
  8631. end
  8632. end
  8633. end
  8634. end)
  8635.  
  8636. RemDoors.MouseButton1Down:connect(function()
  8637. game.Workspace.Doors:Destroy()
  8638. end)
  8639.  
  8640. God.MouseButton1Down:connect(function()
  8641. if mousein == false then
  8642. game.Players.LocalPlayer.Character.Humanoid.Name = 1
  8643. local l = game.Players.LocalPlayer.Character["1"]:Clone()
  8644. l.Parent = game.Players.LocalPlayer.Character
  8645. l.Name = "Humanoid"
  8646. wait(0.1)
  8647. game.Players.LocalPlayer.Character["1"]:Destroy()
  8648. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  8649. game.Players.LocalPlayer.Character.Animate.Disabled = true
  8650. wait(0.1)
  8651. game.Players.LocalPlayer.Character.Animate.Disabled = false
  8652. game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  8653. end
  8654. end)
  8655.  
  8656.  
  8657.  
  8658. KillAll.MouseButton1Down:connect(function()
  8659. if mousein == false then
  8660.  
  8661.  
  8662. local Player = game.Players.LocalPlayer
  8663. local prevCFrame = Player.Character.HumanoidRootPart.CFrame
  8664. for i,v in pairs(game.Players:GetChildren()) do
  8665. if v.Name ~= game.Players.LocalPlayer.Name then
  8666. if not v.Character:FindFirstChild("ForceField") then
  8667. local playerName = v.Name
  8668. local PlayerToKill = game.Players:FindFirstChild(playerName)
  8669.  
  8670.  
  8671.  
  8672. repeat
  8673. if Player.Character.Humanoid.Sit == true then
  8674. Player.Character.Humanoid.Sit = false
  8675. end
  8676. Player.Character.HumanoidRootPart.CFrame = PlayerToKill.Character.HumanoidRootPart.CFrame
  8677. for h = 1,10 do
  8678. game.ReplicatedStorage.meleeEvent:FireServer(PlayerToKill)
  8679. end
  8680. game:GetService("RunService").RenderStepped:wait()
  8681. until PlayerToKill.Character.Humanoid.Health == 0 or v == nil
  8682.  
  8683. Player.Character.HumanoidRootPart.CFrame = prevCFrame
  8684. end
  8685. end
  8686. end
  8687.  
  8688. end
  8689. end)
  8690.  
  8691. function createTag(Color, Tag)
  8692.  
  8693. for i,v in pairs(game.Teams[Tag]:GetPlayers())do
  8694. if v.Character then
  8695. if not v.Character.Head:FindFirstChild("ESPTag") then
  8696. local BBG = Instance.new("BillboardGui")
  8697. BBG.Parent = v.Character.Head
  8698. BBG.Adornee = v.Character.Head
  8699. BBG.Name = "ESPTag"
  8700. BBG.Size = UDim2.new(2, 0, 1, 0)
  8701. BBG.StudsOffset = Vector3.new(-2.5, 6, 0)
  8702. BBG.AlwaysOnTop = true
  8703. local text = Instance.new("TextLabel", BBG)
  8704. text.Text = Tag
  8705. text.Size = UDim2.new(4, 0, 8, 0)
  8706. text.Position = UDim2.new(0, 0, 0, 0)
  8707. text.TextScaled = true
  8708. text.TextColor3 = Color
  8709. text.BackgroundTransparency = 1
  8710. end
  8711. end
  8712. end
  8713. end
  8714.  
  8715. function removeTag()
  8716. for i,v in pairs(game.Players:GetChildren())do
  8717. if v.Character then
  8718. if v.Character.Head:FindFirstChild("ESPTag") then
  8719. v.Character.Head.ESPTag:Destroy()
  8720. end
  8721. end
  8722. end
  8723. end
  8724.  
  8725. ESP.MouseButton1Down:connect(function()
  8726. if mousein == false then
  8727. if ESPF == false then
  8728. ESPF = true
  8729. ESP.BackgroundColor3 = Color3.new(0,0,0)
  8730. repeat
  8731. wait()
  8732.  
  8733. createTag(Color3.new(255,0,0), "Criminals")
  8734. createTag(Color3.new(0,0,255), "Guards")
  8735. createTag(Color3.new(255,85,0), "Inmates")
  8736. until ESPF == false
  8737. removeTag()
  8738. else
  8739. ESP.BackgroundColor3 = Color3.new(1,1,1)
  8740. ESPF = false
  8741. end
  8742. end
  8743. end)
  8744.  
  8745.  
  8746. SuperPunch.MouseButton1Down:connect(function()
  8747. if SuperPunchF == false then
  8748. SuperPunchF = true
  8749. SuperPunch.BackgroundColor3 = Color3.new(0,0,0)
  8750. else
  8751. SuperPunch.BackgroundColor3 = Color3.new(1,1,1)
  8752. SuperPunchF = false
  8753. end
  8754.  
  8755. end)
  8756.  
  8757.  
  8758.  
  8759. mousein = false
  8760. Menu.MouseLeave:connect(function()
  8761. Menu:TweenSize(UDim2.new(0, 170, 0, 30), "Out", "Quad", 0.10)
  8762. mousein = false
  8763. wait()
  8764. if mousein == false then
  8765. Blackout.BackgroundTransparency = 0.7
  8766. end
  8767. wait()
  8768. if mousein == false then
  8769. Blackout.BackgroundTransparency = 1
  8770. end
  8771. end)
  8772.  
  8773. Menu.MouseEnter:connect(function()
  8774. Menu:TweenSize(UDim2.new(0, 170, 0, 300), "Out", "Quad", 0.10)
  8775. mousein = true
  8776. wait()
  8777. if mousein == true then
  8778. Blackout.BackgroundTransparency = 0.9
  8779. end
  8780. wait()
  8781. if mousein == true then
  8782. Blackout.BackgroundTransparency = 0.7
  8783. end
  8784. wait()
  8785. if mousein == true then
  8786. Blackout.BackgroundTransparency = 0.5
  8787. end
  8788. end)
  8789.  
  8790.  
  8791. Functions.MouseButton1Down:connect(function()
  8792. Frame1.Visible = true
  8793. Frame2.Visible = false
  8794. Frame3.Visible = false
  8795. Frame4.Visible = false
  8796. SettingsTab = false
  8797. end)
  8798.  
  8799. Teleports.MouseButton1Down:connect(function()
  8800. Frame2.Visible = true
  8801. Frame1.Visible = false
  8802. Frame3.Visible = false
  8803. Frame4.Visible = false
  8804. SettingsTab = false
  8805. end)
  8806. Guns.MouseButton1Down:connect(function()
  8807. Frame2.Visible = false
  8808. Frame1.Visible = false
  8809. Frame3.Visible = true
  8810. Frame4.Visible = false
  8811. SettingsTab = false
  8812. end)
  8813. Togglables.MouseButton1Down:connect(function()
  8814. Frame2.Visible = false
  8815. Frame1.Visible = false
  8816. Frame3.Visible = false
  8817. Frame4.Visible = true
  8818. SettingsTab = false
  8819. end)
  8820.  
  8821. Settings.MouseButton1Down:connect(function()
  8822. Frame2.Visible = false
  8823. Frame1.Visible = false
  8824. Frame3.Visible = false
  8825. Frame4.Visible = false
  8826. SettingsTab = true
  8827. end)
  8828.  
  8829.  
  8830.  
  8831. HeadTp.MouseButton1Down:connect(function()
  8832.  
  8833.  
  8834.  
  8835. for i,v in pairs(game.Players:GetChildren()) do
  8836. if v.Name ~= game.Players.LocalPlayer.Name then
  8837. if v.Character then
  8838. v.Character.Head.Position = game.Players.LocalPlayer.Character.Torso.Position + Vector3.new(0,0,2)
  8839. end
  8840. end
  8841. end
  8842.  
  8843.  
  8844.  
  8845.  
  8846. end)
  8847.  
  8848.  
  8849.  
  8850.  
  8851. ArrestAura.MouseButton1Click:connect(function()
  8852. if ArrestAuraF == false then
  8853. ArrestAuraF = true
  8854. ArrestAura.BackgroundColor3 = Color3.new(0, 0, 0)
  8855. repeat
  8856. wait()
  8857. for i = 1,10 do
  8858. local arrestEvent = game.Workspace.Remote.arrest
  8859. for _, plr in pairs (game:GetService('Players'):GetChildren()) do
  8860. if plr.Name ~= game.Players.LocalPlayer.Name then
  8861. local obj = plr.Character.HumanoidRootPart
  8862. local response =arrestEvent:InvokeServer(obj)
  8863. end
  8864. end
  8865. end
  8866.  
  8867. until ArrestAuraF == false
  8868. else
  8869. ArrestAuraF = false
  8870. ArrestAura.BackgroundColor3 = MainFrame.BackgroundColor3
  8871.  
  8872. end
  8873. end)
  8874.  
  8875.  
  8876. --[[wait()
  8877. char = game.Players.LocalPlayer.CharacterAdded:wait()
  8878. game.Players.LocalPlayer.Character.HumanoidRootPart.Touched:connect(function(part)
  8879. if NoClipF == true then
  8880. part.CanCollide = false
  8881. wait(1)
  8882. part.CanCollide = true
  8883. end
  8884. end)
  8885.  
  8886. game.Players.LocalPlayer.Character.Humanoid.Died:connect(function()
  8887. char = game.Players.LocalPlayer.CharacterAdded:wait()
  8888. game.Players.LocalPlayer.Character.HumanoidRootPart.Touched:connect(function(part)
  8889. if NoClipF == true then
  8890. part.CanCollide = false
  8891. wait(1)
  8892. part.CanCollide = true
  8893. end
  8894. end)
  8895. end)]]
  8896.  
  8897.  
  8898.  
  8899.  
  8900. ------------------Hotkeys---------------------
  8901.  
  8902.  
  8903.  
  8904.  
  8905.  
  8906.  
  8907. local Scooldown = false
  8908.  
  8909. function punch()
  8910.  
  8911. local mainRemotes = game.ReplicatedStorage
  8912. local meleeRemote = mainRemotes['meleeEvent']
  8913. local mouse = game.Players.LocalPlayer:GetMouse()
  8914. local punching = false
  8915. Scooldown = true
  8916. local part = Instance.new("Part", game.Players.LocalPlayer.Character)
  8917. part.Transparency = 1
  8918. part.Size = Vector3.new(5, 2, 3)
  8919. part.CanCollide = false
  8920. local w1 = Instance.new("Weld", part)
  8921. w1.Part0 = game.Players.LocalPlayer.Character.Torso
  8922. w1.Part1 = part
  8923. w1.C1 = CFrame.new(0,0,2)
  8924. part.Touched:connect(function(hit)
  8925. if game.Players:FindFirstChild(hit.Parent.Name) then
  8926. local plr = game.Players:FindFirstChild(hit.Parent.Name)
  8927. if plr.Name ~= game.Players.LocalPlayer.Name then
  8928. part:Destroy()
  8929.  
  8930. for i = 1,100 do
  8931. meleeRemote:FireServer(plr)
  8932. end
  8933. end
  8934. end
  8935. end)
  8936.  
  8937. wait(1)
  8938. Scooldown = false
  8939. part:Destroy()
  8940. end
  8941.  
  8942.  
  8943. Mouse.KeyDown:connect(function(key)
  8944. if SuperPunchF == true then
  8945. if Scooldown == false then
  8946. if key:lower() == "f" then
  8947.  
  8948. punch()
  8949.  
  8950. end
  8951. end
  8952. end
  8953. end)
  8954.  
  8955.  
  8956. print("hi")
  8957. hotkeypos = 0
  8958. for i,v in pairs(Frame4:GetChildren())do
  8959. local HotkeyFrame = Hotkey1:Clone()
  8960. HotkeyFrame.Name = v.Name
  8961. HotkeyFrame.Parent = Hotkeys
  8962. HotkeyFrame.Position = UDim2.new(0,0,0, hotkeypos)
  8963. HotkeyFrame.HotkeyLabel.Text = v.Name.." Hotkey:"
  8964. hotkeypos = hotkeypos+50
  8965. HotkeyFrame.Hotkey.FocusLost:connect(function(pressed)
  8966. if pressed then
  8967.  
  8968. Notify("Error", "The "..v.Name.." hotkey is invalid.", "Ok. ;(")
  8969.  
  8970. end
  8971. end)
  8972.  
  8973. end
  8974.  
  8975.  
  8976. UserInputService.InputBegan:connect(function(Input, Processed)
  8977.  
  8978. if Input.UserInputType == Enum.UserInputType.Keyboard then
  8979. print("1")
  8980. if focus == false then
  8981. print("2")
  8982. if Hotkeys["Noclip"].Hotkey.Text ~= "" then
  8983. if Input.KeyCode == Enum.KeyCode[Hotkeys["Noclip"].Hotkey.Text:upper()] then
  8984. if not game.Players.LocalPlayer.Character:FindFirstChild("ForceField") then
  8985. print("im working")
  8986. if NoClipF == false then
  8987. NoClipF = true
  8988. Noclip.BackgroundColor3 = Color3.new(0, 0, 0)
  8989. repeat
  8990. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11);
  8991. wait()
  8992. until NoClipF == false
  8993. else
  8994. NoClipF = false
  8995. Noclip.BackgroundColor3 = MainFrame.BackgroundColor3
  8996. end
  8997. end
  8998.  
  8999. end
  9000. end
  9001.  
  9002.  
  9003. if Hotkeys["Click Tp"].Hotkey.Text ~= "" then
  9004. if Input.KeyCode == Enum.KeyCode[Hotkeys["Click Tp"].Hotkey.Text:upper()] then
  9005. if ctpF == false then
  9006. ctpF = true
  9007. ClickTp.BackgroundColor3 = Color3.new(0, 0, 0)
  9008. else
  9009. ctpF = false
  9010. ClickTp.BackgroundColor3 = MainFrame.BackgroundColor3
  9011. end
  9012. end
  9013. end
  9014.  
  9015. if Hotkeys["ESP"].Hotkey.Text ~= "" then
  9016. if Input.KeyCode == Enum.KeyCode[Hotkeys["ESP"].Hotkey.Text:upper()] then
  9017. if ESPF == false then
  9018. ESPF = true
  9019. ESP.BackgroundColor3 = Color3.new(0,0,0)
  9020. repeat
  9021. wait()
  9022.  
  9023. createTag(Color3.new(255,0,0), "Criminals")
  9024. createTag(Color3.new(0,0,255), "Guards")
  9025. createTag(Color3.new(255,85,0), "Inmates")
  9026. until ESPF == false
  9027. removeTag()
  9028. else
  9029. ESP.BackgroundColor3 = Color3.new(1,1,1)
  9030. ESPF = false
  9031. end
  9032. end
  9033. end
  9034.  
  9035. if Hotkeys["Airwalk"].Hotkey.Text ~= "" then
  9036. if Input.KeyCode == Enum.KeyCode[Hotkeys["Airwalk"].Hotkey.Text:upper()] then
  9037. if ArrestF == false then
  9038. ArrestF = true
  9039. LA.BackgroundColor3 = Color3.new(0, 0, 0)
  9040. repeat
  9041. wait()
  9042. game.Players.LocalPlayer.Character.Humanoid:ChangeState(10);
  9043. until ArrestF == false
  9044.  
  9045. else
  9046. ArrestF = false
  9047. LA.BackgroundColor3 = MainFrame.BackgroundColor3
  9048. end
  9049. end
  9050. end
  9051.  
  9052.  
  9053. if Hotkeys["Arrest Aura"].Hotkey.Text ~= "" then
  9054. if Input.KeyCode == Enum.KeyCode[Hotkeys["Arrest Aura"].Hotkey.Text:upper()] then
  9055. if ArrestAuraF == false then
  9056. ArrestAuraF = true
  9057. ArrestAura.BackgroundColor3 = Color3.new(0, 0, 0)
  9058. repeat
  9059. wait()
  9060. for i = 1,10 do
  9061. local arrestEvent = game.Workspace.Remote.arrest
  9062. for _, plr in pairs (game:GetService('Players'):GetChildren()) do
  9063. if plr.Name ~= game.Players.LocalPlayer.Name then
  9064. local obj = plr.Character.HumanoidRootPart
  9065. local response =arrestEvent:InvokeServer(obj)
  9066. end
  9067. end
  9068. end
  9069.  
  9070. until ArrestAuraF == false
  9071. else
  9072. ArrestAuraF = false
  9073. ArrestAura.BackgroundColor3 = MainFrame.BackgroundColor3
  9074.  
  9075. end
  9076. end
  9077. end
  9078.  
  9079. if Hotkeys["KillAura"].Hotkey.Text ~= "" then
  9080. if Input.KeyCode == Enum.KeyCode[Hotkeys["KillAura"].Hotkey.Text:upper()] then
  9081. if killAuraF == false then
  9082. killAuraF = true
  9083. KillAura.BackgroundColor3 = Color3.new(0, 0, 0)
  9084. repeat
  9085.  
  9086. wait()
  9087. for i, plr in pairs(game.Players:GetChildren()) do
  9088. if plr.Name ~= game.Players.LocalPlayer.Name and killAuraF == true then
  9089. for i = 1,5 do
  9090. game.ReplicatedStorage.meleeEvent:FireServer(plr)
  9091. end
  9092. end
  9093. end
  9094.  
  9095. until killAuraF == false
  9096.  
  9097. else
  9098. killAuraF = false
  9099. KillAura.BackgroundColor3 = MainFrame.BackgroundColor3
  9100. end
  9101. end
  9102. end
  9103.  
  9104. if Hotkeys["Taser Bypass"].Hotkey.Text ~= "" then
  9105. if Input.KeyCode == Enum.KeyCode[Hotkeys["Bypass Taser"].Hotkey.Text:upper()] then
  9106. if game.Players.LocalPlayer.Character:FindFirstChild("ClientInputHandler") then
  9107. if game.Players.LocalPlayer.Character:FindFirstChild("ClientInputHandler").Disabled == true then
  9108. game.Players.LocalPlayer.Character:FindFirstChild("ClientInputHandler").Disabled = false
  9109. BypassF = false
  9110. BPT.BackgroundColor3 = Color3.new(0, 0, 0)
  9111. else
  9112. game.Players.LocalPlayer.Character:FindFirstChild("ClientInputHandler").Disabled = true
  9113. BPT.BackgroundColor3 = MainFrame.BackgroundColor3
  9114. BypassF = true
  9115. end
  9116. else
  9117. Notify("Error", "ClientInputHandler not found!", "Ok ;(")
  9118.  
  9119. end
  9120.  
  9121. end
  9122.  
  9123.  
  9124. end
  9125.  
  9126.  
  9127.  
  9128. end
  9129.  
  9130. if Hotkeys["Super Punch"].Hotkey.Text ~= nil then
  9131. if Input.KeyCode == Enum.KeyCode[Hotkeys["Super Punch"].Hotkey.Text:upper()] then
  9132. if SuperPunchF == true then
  9133. SuperPunchF = false
  9134. SuperPunch.BackgroundColor3 = Color3.new(1,1,1)
  9135. else
  9136. SuperPunch.BackgroundColor3 = Color3.new(0,0,0)
  9137. SuperPunchF = true
  9138. end
  9139. end
  9140. end
  9141.  
  9142. end
  9143.  
  9144.  
  9145.  
  9146.  
  9147. end)
  9148.  
  9149.  
  9150.  
  9151.  
  9152.  
  9153.  
  9154.  
  9155.  
  9156.  
  9157.  
  9158.  
  9159.  
  9160. -------------------------------------------
  9161.  
  9162. Tp1.MouseButton1Down:connect(function()
  9163. if mousein == false then
  9164. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Tp1P
  9165. end
  9166. end)
  9167.  
  9168. Tp2.MouseButton1Down:connect(function()
  9169. if mousein == false then
  9170. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Tp2P
  9171. end
  9172. end)
  9173. Tp3.MouseButton1Down:connect(function()
  9174. if mousein == false then
  9175. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Tp3P
  9176. end
  9177. end)
  9178. Tp4.MouseButton1Down:connect(function()
  9179.  
  9180. if mousein == false then
  9181. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Tp4P
  9182. end
  9183. end)
  9184. Tp5.MouseButton1Down:connect(function()
  9185. if mousein == false then
  9186. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Tp5P
  9187. end
  9188. end)
  9189. Tp6.MouseButton1Down:connect(function()
  9190. if mousein == false then
  9191. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Tp6P
  9192. end
  9193. end)
  9194. Tp8.MouseButton1Down:connect(function()
  9195. if mousein == false then
  9196. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Tp8P
  9197. end
  9198.  
  9199. end)
  9200. Tp9.MouseButton1Down:connect(function()
  9201. if mousein == false then
  9202. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[Player.Text].Character.HumanoidRootPart.CFrame
  9203. end
  9204. end)
  9205. Tp10.MouseButton1Down:connect(function()
  9206. if mousein == false then
  9207. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Tp9P
  9208. end
  9209. end)
  9210.  
  9211.  
  9212.  
  9213.  
  9214.  
  9215. game.Players.LocalPlayer.CharacterAdded:connect(function()
  9216. game.Players.LocalPlayer.Character.Humanoid.Died:connect(function()
  9217. game.Players.LocalPlayer.Character:WaitForChild("ClientInputHandler").Disabled = BypassF
  9218. end)
  9219. end)
  9220.  
  9221.  
  9222.  
  9223.  
  9224.  
  9225. Mouse.Button1Down:connect(function()
  9226. if ctpF == true then
  9227. LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Mouse.Hit.p)
  9228. end
  9229. end)
  9230.  
  9231.  
  9232. open = false
  9233. Open.MouseButton1Down:connect(function()
  9234. if open == false then
  9235. Topbar.Visible = true
  9236. open = true
  9237. Open.Text = "Close"
  9238. else
  9239. Topbar.Visible = false
  9240. open = false
  9241. Open.Text = "Open"
  9242. end
  9243. end)
  9244.  
  9245.  
  9246.  
  9247.  
  9248.  
  9249.  
  9250.  
  9251.  
  9252.  
  9253.  
  9254.  
  9255. TeamC1.MouseButton1Down:connect(function()
  9256. if mousein == false then
  9257. local prevposition = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  9258. wait(0.1)
  9259. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-975, 112, 2055)
  9260. wait(0.5)
  9261. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = prevposition
  9262. end
  9263. end)
  9264.  
  9265. TeamC2.MouseButton1Down:connect(function()
  9266. if mousein == false then
  9267. workspace.Remote.TeamEvent:FireServer("Bright blue")
  9268. end
  9269. end)
  9270.  
  9271. TeamC3.MouseButton1Down:connect(function()
  9272. if mousein == false then
  9273. workspace.Remote.TeamEvent:FireServer("Bright orange")
  9274. end
  9275. end)
  9276.  
  9277. ArrestPlr.MouseButton1Down:connect(function()
  9278. if mousein == false then
  9279. local target
  9280. if SN(PlayerNameBox.Text) ~= nil then
  9281. target = game.Players:FindFirstChild(SN(PlayerNameBox.Text))
  9282.  
  9283. end
  9284.  
  9285.  
  9286. if target ~= nil then
  9287.  
  9288. local Player = game.Players.LocalPlayer
  9289. local prevPos = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  9290. for i,v in pairs(game.Teams.Criminals:GetPlayers()) do
  9291. if v.Name:lower() == target.Name:lower() then
  9292. local i = 5
  9293. repeat
  9294. wait()
  9295. i = i-1
  9296. if Player.Character.Humanoid.Sit == true then
  9297. Player.Character.Humanoid.Sit = false
  9298. end
  9299. game.Workspace.Remote.arrest:InvokeServer(v.Character.HumanoidRootPart)
  9300. Player.Character.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame * CFrame.new(0, 0, 1)
  9301. until i == 0
  9302. Player.Character.HumanoidRootPart.CFrame = prevPos
  9303. end
  9304. end
  9305. else
  9306. Notify("Error", "Player isnt in game.", "Ok.")
  9307. end
  9308. end
  9309.  
  9310. end)
  9311.  
  9312.  
  9313. KillPlr.MouseButton1Down:connect(function()
  9314. if mousein == false then
  9315. local target
  9316. if SN(PlayerNameBox.Text) ~= nil then
  9317. target = game.Players:FindFirstChild(SN(PlayerNameBox.Text))
  9318. end
  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.  
  9347.  
  9348.  
  9349.  
  9350.  
  9351. if target ~= nil then
  9352. local Player = game.Players.LocalPlayer
  9353. for i,v in pairs(game.Players:GetChildren()) do
  9354. if v.Name == target.Name then
  9355. if not v.Character:FindFirstChild("ForceField") then
  9356.  
  9357. local PlayerToKill = game.Players:FindFirstChild(target.Name)
  9358. local prevCFrame = Player.Character.HumanoidRootPart.CFrame
  9359.  
  9360.  
  9361. repeat
  9362. Player.Character.HumanoidRootPart.CFrame = PlayerToKill.Character.HumanoidRootPart.CFrame
  9363. for h = 1,10 do
  9364. game.ReplicatedStorage.meleeEvent:FireServer(PlayerToKill)
  9365. end
  9366. wait()
  9367. until PlayerToKill.Character.Humanoid.Health == 0 or v == nil
  9368. wait()
  9369. Player.Character.HumanoidRootPart.CFrame = prevCFrame
  9370. end
  9371. end
  9372. end
  9373. else
  9374. Notify("Error", "Player isnt in game.", "Ok.")
  9375. end
  9376. end
  9377. end)
  9378.  
  9379. local function getclass(t)
  9380. for i,v in pairs(t:GetChildren()) do
  9381. if v.ClassName == "TextBox" then
  9382. v.Focused:connect(function()
  9383.  
  9384. print("3")
  9385. end)
  9386. v.FocusLost:connect(function()
  9387. focused = false
  9388.  
  9389. end)
  9390. end
  9391. getclass(v)
  9392. end
  9393. end
  9394.  
  9395.  
  9396.  
  9397.  
  9398. labelPos = 0
  9399. function resetPlayerList()
  9400. wait(1)
  9401. Players:ClearAllChildren()
  9402. labelPos = 0
  9403. for i,v in pairs(game.Players:GetChildren())do
  9404. if v.Name ~= game.Players.LocalPlayer.Name then
  9405. local label = Instance.new("TextButton", Players)
  9406. label.Text = v.Name
  9407. label.Size = UDim2.new(0, 140, 0, 35)
  9408. label.Position = UDim2.new(0, 0, 0, labelPos)
  9409. label.TextScaled = true
  9410. label.BackgroundColor3 = Color3.new(1,1,1)
  9411. labelPos = labelPos+35
  9412. Players.CanvasSize = UDim2.new(0, 0, 0, labelPos)
  9413. label.MouseButton1Down:connect(function()
  9414. Player.Text = label.Text
  9415. end)
  9416. end
  9417. end
  9418. end
  9419.  
  9420.  
  9421.  
  9422.  
  9423.  
  9424.  
  9425.  
  9426.  
  9427. resetPlayerList()
  9428. game.Players.PlayerAdded:connect(function()
  9429. resetPlayerList()
  9430. end)
  9431. game.Players.PlayerRemoving:connect(function()
  9432. wait(1)
  9433. resetPlayerList()
  9434. end)
  9435.  
  9436.  
  9437.  
  9438.  
  9439. Ak47.MouseButton1Down:connect(function()
  9440. if mousein == false then
  9441. local Weapon = {"AK-47"}
  9442. for i,v in pairs(workspace.Prison_ITEMS.giver:GetChildren()) do
  9443. if v.Name == Weapon[1] then
  9444. local lol = workspace.Remote.ItemHandler:InvokeServer(v.ITEMPICKUP)
  9445. end
  9446. end
  9447. end
  9448. end)
  9449. M4A1.MouseButton1Down:connect(function()
  9450. if mousein == false then
  9451. local Weapon = {"M4A1"}
  9452. for i,v in pairs(workspace.Prison_ITEMS.giver:GetChildren()) do
  9453. if v.Name == Weapon[1] then
  9454. local lol = workspace.Remote.ItemHandler:InvokeServer(v.ITEMPICKUP)
  9455. end
  9456. end
  9457. end
  9458. end)
  9459. M9.MouseButton1Down:connect(function()
  9460. if mousein == false then
  9461. local Weapon = {"M9"}
  9462. for i,v in pairs(workspace.Prison_ITEMS.giver:GetChildren()) do
  9463. if v.Name == Weapon[1] then
  9464. local lol = workspace.Remote.ItemHandler:InvokeServer(v.ITEMPICKUP)
  9465. end
  9466. end
  9467. end
  9468. end)
  9469. Shotgun.MouseButton1Down:connect(function()
  9470. if mousein == false then
  9471. local Weapon = {"Remington 870"}
  9472. for i,v in pairs(workspace.Prison_ITEMS.giver:GetChildren()) do
  9473. if v.Name == Weapon[1] then
  9474. local lol = workspace.Remote.ItemHandler:InvokeServer(v.ITEMPICKUP)
  9475. end
  9476. end
  9477. end
  9478. end)
  9479.  
  9480. Knife.MouseButton1Down:connect(function()
  9481. for i,v in pairs(workspace.Prison_ITEMS.giver:GetChildren()) do
  9482.  
  9483. local lol = workspace.Remote.ItemHandler:InvokeServer(v.ITEMPICKUP)
  9484.  
  9485. end
  9486. end)
  9487.  
  9488. melee.MouseButton1Down:connect(function()
  9489. if mousein == false then
  9490. for i,v in pairs(workspace.Prison_ITEMS.single:GetChildren()) do
  9491.  
  9492. local lol = workspace.Remote.ItemHandler:InvokeServer(v.ITEMPICKUP)
  9493. end
  9494. end
  9495. end)
  9496.  
  9497.  
  9498. LoginButton.MouseButton1Down:connect(function()
  9499. LoginScreen:Destroy()
  9500. Notify("Loading...", "Be patient.", ">:(")
  9501. wait(math.random(2,3))
  9502.  
  9503. Open.Visible = true
  9504. open = false
  9505. for i = 1,10 do
  9506. print("WRECK THE GAME!")
  9507. end
  9508. Notify("Loaded!", "You can start wrecking the game now!", "Cool!")
  9509. end)
  9510.  
  9511. getclass(PrisonLife)
  9512. LoginScreen.Parent = PrisonLife
  9513. Notify("Launcher Loaded!", "Press login to start wrecking the game!", "Cool!")
  9514. end)
  9515.  
  9516. Remote.Name = "Remote"
  9517. Remote.Parent = MainGUI
  9518. Remote.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  9519. Remote.BorderSizePixel = 0
  9520. Remote.Position = UDim2.new(0.333333373, 0, 0.535433054, 0)
  9521. Remote.Size = UDim2.new(0, 119, 0, 31)
  9522. Remote.Font = Enum.Font.GothamBlack
  9523. Remote.Text = "RemoteSpy"
  9524. Remote.TextColor3 = Color3.new(1, 1, 1)
  9525. Remote.TextScaled = true
  9526. Remote.TextSize = 14
  9527. Remote.TextWrapped = true
  9528. Remote.MouseButton1Click:Connect(function()
  9529. --Settings:
  9530.  
  9531. local RemoteIgnores = {
  9532. ["RemoteFunction"] = true;
  9533. ["RemoteEvent"] = true;
  9534. ["BindableFunction"] = false;
  9535. ["BindableEvent"] = false;
  9536. }
  9537.  
  9538. ------------------------------------------
  9539.  
  9540. local MrSpyV2RebugKurokkusGhost = Instance.new("ScreenGui")
  9541. local Hub = Instance.new("TextButton")
  9542. local Main = Instance.new("Frame")
  9543. local BG = Instance.new("ImageLabel")
  9544. local ShadowHolder = Instance.new("Frame")
  9545. local Shadow = Instance.new("ImageLabel")
  9546. local Shadow_2 = Instance.new("ImageLabel")
  9547. local Shadow_3 = Instance.new("ImageLabel")
  9548. local Animate = Instance.new("Frame")
  9549. local Texture = Instance.new("ImageLabel")
  9550. local Texture2 = Instance.new("ImageLabel")
  9551. local Texture3 = Instance.new("ImageLabel")
  9552. local Texture4 = Instance.new("ImageLabel")
  9553. local TabsFolder = Instance.new("Frame")
  9554. local Output = Instance.new("Frame")
  9555. local OutputWindow = Instance.new("ScrollingFrame")
  9556. local R2S = Instance.new("Frame")
  9557. local Warning = Instance.new("Frame")
  9558. local Logo = Instance.new("ImageLabel")
  9559. local Shadow_4 = Instance.new("ImageLabel")
  9560. local Shadow_5 = Instance.new("ImageLabel")
  9561. local Shadow_6 = Instance.new("ImageLabel")
  9562. local WarningLabel = Instance.new("TextLabel")
  9563. local Shadow_7 = Instance.new("TextLabel")
  9564. local Shadow_8 = Instance.new("TextLabel")
  9565. local Shadow_9 = Instance.new("TextLabel")
  9566. local Window = Instance.new("Frame")
  9567. local ScriptWindow = Instance.new("ScrollingFrame")
  9568. local RemoteScript = Instance.new("TextLabel")
  9569. local CopyClip = Instance.new("TextButton")
  9570. local Shadow_10 = Instance.new("Frame")
  9571. local Shadow_11 = Instance.new("Frame")
  9572. local Shadow_12 = Instance.new("Frame")
  9573. local CopyText = Instance.new("TextLabel")
  9574. local BG_2 = Instance.new("TextLabel")
  9575. local BG_3 = Instance.new("TextLabel")
  9576. local BG_4 = Instance.new("TextLabel")
  9577. local Remotes = Instance.new("ScrollingFrame")
  9578. local Explorer = Instance.new("Frame")
  9579. local Warning_2 = Instance.new("Frame")
  9580. local Logo_2 = Instance.new("ImageLabel")
  9581. local Shadow_13 = Instance.new("ImageLabel")
  9582. local Shadow_14 = Instance.new("ImageLabel")
  9583. local Shadow_15 = Instance.new("ImageLabel")
  9584. local WarningLabel_2 = Instance.new("TextLabel")
  9585. local Shadow_16 = Instance.new("TextLabel")
  9586. local Shadow_17 = Instance.new("TextLabel")
  9587. local Shadow_18 = Instance.new("TextLabel")
  9588. local Window_2 = Instance.new("Frame")
  9589. local ExplorerWindow = Instance.new("ScrollingFrame")
  9590. local Shadow_19 = Instance.new("Frame")
  9591. local Shadow_20 = Instance.new("Frame")
  9592. local Shadow_21 = Instance.new("Frame")
  9593. local Shadow_22 = Instance.new("Frame")
  9594. local Title = Instance.new("TextLabel")
  9595. local Credits = Instance.new("TextLabel")
  9596. local Icon = Instance.new("ImageLabel")
  9597. local Exit = Instance.new("ImageButton")
  9598. local ShadowHolder_2 = Instance.new("Frame")
  9599. local Shadow_23 = Instance.new("ImageLabel")
  9600. local Shadow_24 = Instance.new("ImageLabel")
  9601. local Shadow_25 = Instance.new("ImageLabel")
  9602. local Tabs = Instance.new("Frame")
  9603. local TabLine = Instance.new("Frame")
  9604. local Remotes_2 = Instance.new("TextButton")
  9605. local Spys = Instance.new("Frame")
  9606. local Spyer = Instance.new("ImageButton")
  9607. local Shadow_26 = Instance.new("ImageLabel")
  9608. local Shadow_27 = Instance.new("ImageLabel")
  9609. local Shadow_28 = Instance.new("ImageLabel")
  9610. local Words = Instance.new("TextLabel")
  9611. local Output_2 = Instance.new("TextButton")
  9612. local ClearHolder = Instance.new("Frame")
  9613. local Clear = Instance.new("ImageButton")
  9614. local Shadow_29 = Instance.new("ImageLabel")
  9615. local Shadow_30 = Instance.new("ImageLabel")
  9616. local Shadow_31 = Instance.new("ImageLabel")
  9617. local TextLabel = Instance.new("TextLabel")
  9618. local Explorer_2 = Instance.new("TextButton")
  9619. local R2S_2 = Instance.new("TextButton")
  9620. local Holder = Instance.new("Frame")
  9621. local Icon_2 = Instance.new("Frame")
  9622. local IconMap = Instance.new("ImageLabel")
  9623. local RemoteGrid = Instance.new("UIGridLayout")
  9624. local RemoteTemplate = Instance.new("Frame")
  9625. local Icon_3 = Instance.new("Frame")
  9626. local IconMap_2 = Instance.new("ImageLabel")
  9627. local RemoteName = Instance.new("TextLabel")
  9628. local Spy = Instance.new("TextButton")
  9629. local Shadow_32 = Instance.new("Frame")
  9630. local Shadow_33 = Instance.new("Frame")
  9631. local Shadow_34 = Instance.new("Frame")
  9632. local View = Instance.new("TextButton")
  9633. local Shadow_35 = Instance.new("Frame")
  9634. local Shadow_36 = Instance.new("Frame")
  9635. local Shadow_37 = Instance.new("Frame")
  9636. local ExplorerTemplate = Instance.new("Frame")
  9637. local Arrow = Instance.new("Frame")
  9638. local Open = Instance.new("TextButton")
  9639. local IconMap_3 = Instance.new("ImageLabel")
  9640. local Icon_4 = Instance.new("Frame")
  9641. local IconMap_4 = Instance.new("ImageLabel")
  9642. local InstanceName = Instance.new("TextLabel")
  9643. local Open_2 = Instance.new("TextButton")
  9644. local Holder_2 = Instance.new("Frame")
  9645. local BG_5 = Instance.new("Frame")
  9646. local RemoteOutputTemplate = Instance.new("Frame")
  9647. local Icon_5 = Instance.new("Frame")
  9648. local IconMap_5 = Instance.new("ImageLabel")
  9649. local RemoteName_2 = Instance.new("TextLabel")
  9650. local R2S_3 = Instance.new("TextButton")
  9651. local Shadow_38 = Instance.new("Frame")
  9652. local Shadow_39 = Instance.new("Frame")
  9653. local Shadow_40 = Instance.new("Frame")
  9654. --Properties:
  9655. MrSpyV2RebugKurokkusGhost.Name = "Mr.Spy V2 - Rebug/KurokkusGhost"
  9656. MrSpyV2RebugKurokkusGhost.Parent = game:GetService("Players").LocalPlayer:WaitForChild("PlayerGui")
  9657. MrSpyV2RebugKurokkusGhost.ResetOnSpawn = false
  9658.  
  9659. Hub.Name = "Hub"
  9660. Hub.Parent = MrSpyV2RebugKurokkusGhost
  9661. Hub.AnchorPoint = Vector2.new(0.5, 0.5)
  9662. Hub.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  9663. Hub.BorderSizePixel = 0
  9664. Hub.Position = UDim2.new(0.5, 0, 0.349999994, 0)
  9665. Hub.Size = UDim2.new(0, 550, 0, 50)
  9666. Hub.ZIndex = 10
  9667. Hub.AutoButtonColor = false
  9668. Hub.Font = Enum.Font.SourceSans
  9669. Hub.Text = ""
  9670. Hub.TextColor3 = Color3.new(0, 0, 0)
  9671. Hub.TextSize = 14
  9672.  
  9673. Main.Name = "Main"
  9674. Main.Parent = Hub
  9675. Main.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  9676. Main.BackgroundTransparency = 1
  9677. Main.BorderSizePixel = 0
  9678. Main.Position = UDim2.new(0, 0, 1, 0)
  9679. Main.Size = UDim2.new(1, 50, 0, 300)
  9680. Main.ZIndex = 5
  9681.  
  9682. BG.Name = "BG"
  9683. BG.Parent = Main
  9684. BG.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  9685. BG.BackgroundTransparency = 1
  9686. BG.Position = UDim2.new(0, 0, 0, -25)
  9687. BG.Size = UDim2.new(1, 0, 1, 25)
  9688. BG.ZIndex = 5
  9689. BG.Image = "rbxassetid://2052866575"
  9690. BG.ImageColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  9691. BG.ScaleType = Enum.ScaleType.Slice
  9692. BG.SliceCenter = Rect.new(8, 8, 8, 8)
  9693.  
  9694. ShadowHolder.Name = "ShadowHolder"
  9695. ShadowHolder.Parent = BG
  9696. ShadowHolder.BackgroundColor3 = Color3.new(1, 1, 1)
  9697. ShadowHolder.BackgroundTransparency = 1
  9698. ShadowHolder.ClipsDescendants = true
  9699. ShadowHolder.Position = UDim2.new(0, 0, 0, 25)
  9700. ShadowHolder.Size = UDim2.new(1, 100, 1, 100)
  9701.  
  9702. Shadow.Name = "Shadow"
  9703. Shadow.Parent = ShadowHolder
  9704. Shadow.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  9705. Shadow.BackgroundTransparency = 1
  9706. Shadow.Position = UDim2.new(0, 1, 0, -24)
  9707. Shadow.Size = UDim2.new(1, -100, 1, -100)
  9708. Shadow.ZIndex = 4
  9709. Shadow.Image = "rbxassetid://2052866575"
  9710. Shadow.ImageColor3 = Color3.new(0, 0, 0)
  9711. Shadow.ImageTransparency = 0.85000002384186
  9712. Shadow.ScaleType = Enum.ScaleType.Slice
  9713. Shadow.SliceCenter = Rect.new(8, 8, 8, 8)
  9714.  
  9715. Shadow_2.Name = "Shadow"
  9716. Shadow_2.Parent = ShadowHolder
  9717. Shadow_2.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  9718. Shadow_2.BackgroundTransparency = 1
  9719. Shadow_2.Position = UDim2.new(0, 2, 0, -23)
  9720. Shadow_2.Size = UDim2.new(1, -100, 1, -100)
  9721. Shadow_2.ZIndex = 4
  9722. Shadow_2.Image = "rbxassetid://2052866575"
  9723. Shadow_2.ImageColor3 = Color3.new(0, 0, 0)
  9724. Shadow_2.ImageTransparency = 0.85000002384186
  9725. Shadow_2.ScaleType = Enum.ScaleType.Slice
  9726. Shadow_2.SliceCenter = Rect.new(8, 8, 8, 8)
  9727.  
  9728. Shadow_3.Name = "Shadow"
  9729. Shadow_3.Parent = ShadowHolder
  9730. Shadow_3.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  9731. Shadow_3.BackgroundTransparency = 1
  9732. Shadow_3.Position = UDim2.new(0, 3, 0, -22)
  9733. Shadow_3.Size = UDim2.new(1, -100, 1, -100)
  9734. Shadow_3.ZIndex = 4
  9735. Shadow_3.Image = "rbxassetid://2052866575"
  9736. Shadow_3.ImageColor3 = Color3.new(0, 0, 0)
  9737. Shadow_3.ImageTransparency = 0.85000002384186
  9738. Shadow_3.ScaleType = Enum.ScaleType.Slice
  9739. Shadow_3.SliceCenter = Rect.new(8, 8, 8, 8)
  9740.  
  9741. Animate.Name = "Animate"
  9742. Animate.Parent = Main
  9743. Animate.BackgroundColor3 = Color3.new(0.156863, 0.176471, 0.184314)
  9744. Animate.BackgroundTransparency = 1
  9745. Animate.BorderSizePixel = 0
  9746. Animate.ClipsDescendants = true
  9747. Animate.Size = UDim2.new(1, 0, 1, 0)
  9748.  
  9749. Texture.Name = "Texture"
  9750. Texture.Parent = Animate
  9751. Texture.BackgroundColor3 = Color3.new(1, 1, 1)
  9752. Texture.BackgroundTransparency = 1
  9753. Texture.BorderSizePixel = 0
  9754. Texture.Position = UDim2.new(0.00333333341, 0, 0.00999999978, 0)
  9755. Texture.Size = UDim2.new(2, 0, 2, 0)
  9756. Texture.ZIndex = 6
  9757. Texture.Image = "rbxassetid://922275274"
  9758. Texture.ImageColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  9759. Texture.ImageTransparency = 0.5
  9760. Texture.ScaleType = Enum.ScaleType.Tile
  9761. Texture.TileSize = UDim2.new(0, 50, 0, 50)
  9762.  
  9763. Texture2.Name = "Texture2"
  9764. Texture2.Parent = Animate
  9765. Texture2.BackgroundColor3 = Color3.new(1, 1, 1)
  9766. Texture2.BackgroundTransparency = 1
  9767. Texture2.BorderSizePixel = 0
  9768. Texture2.Position = UDim2.new(2, 0, 2, 0)
  9769. Texture2.Size = UDim2.new(2, 0, 2, 0)
  9770. Texture2.ZIndex = 6
  9771. Texture2.Image = "rbxassetid://922275274"
  9772. Texture2.ImageColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  9773. Texture2.ImageTransparency = 0.5
  9774. Texture2.ScaleType = Enum.ScaleType.Tile
  9775. Texture2.TileSize = UDim2.new(0, 50, 0, 50)
  9776.  
  9777. Texture3.Name = "Texture3"
  9778. Texture3.Parent = Animate
  9779. Texture3.BackgroundColor3 = Color3.new(1, 1, 1)
  9780. Texture3.BackgroundTransparency = 1
  9781. Texture3.BorderSizePixel = 0
  9782. Texture3.Position = UDim2.new(0, 0, 2, 0)
  9783. Texture3.Size = UDim2.new(2, 0, 2, 0)
  9784. Texture3.ZIndex = 6
  9785. Texture3.Image = "rbxassetid://922275274"
  9786. Texture3.ImageColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  9787. Texture3.ImageTransparency = 0.5
  9788. Texture3.ScaleType = Enum.ScaleType.Tile
  9789. Texture3.TileSize = UDim2.new(0, 50, 0, 50)
  9790.  
  9791. Texture4.Name = "Texture4"
  9792. Texture4.Parent = Animate
  9793. Texture4.BackgroundColor3 = Color3.new(1, 1, 1)
  9794. Texture4.BackgroundTransparency = 1
  9795. Texture4.BorderSizePixel = 0
  9796. Texture4.Position = UDim2.new(2, 0, 0, 0)
  9797. Texture4.Size = UDim2.new(2, 0, 2, 0)
  9798. Texture4.ZIndex = 6
  9799. Texture4.Image = "rbxassetid://922275274"
  9800. Texture4.ImageColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  9801. Texture4.ImageTransparency = 0.5
  9802. Texture4.ScaleType = Enum.ScaleType.Tile
  9803. Texture4.TileSize = UDim2.new(0, 50, 0, 50)
  9804.  
  9805. TabsFolder.Name = "TabsFolder"
  9806. TabsFolder.Parent = Main
  9807. TabsFolder.BackgroundColor3 = Color3.new(1, 1, 1)
  9808. TabsFolder.BackgroundTransparency = 1
  9809. TabsFolder.ClipsDescendants = true
  9810. TabsFolder.Size = UDim2.new(1, 0, 1, 0)
  9811.  
  9812. Output.Name = "Output"
  9813. Output.Parent = TabsFolder
  9814. Output.BackgroundColor3 = Color3.new(1, 1, 1)
  9815. Output.BackgroundTransparency = 1
  9816. Output.Position = UDim2.new(1, 0, 0, 0)
  9817. Output.Size = UDim2.new(1, 0, 1, 0)
  9818.  
  9819. OutputWindow.Name = "OutputWindow"
  9820. OutputWindow.Parent = Output
  9821. OutputWindow.BackgroundColor3 = Color3.new(1, 1, 1)
  9822. OutputWindow.BackgroundTransparency = 1
  9823. OutputWindow.BorderSizePixel = 0
  9824. OutputWindow.Size = UDim2.new(1, 0, 1, 0)
  9825. OutputWindow.ZIndex = 7
  9826. OutputWindow.BottomImage = "rbxassetid://2504831909"
  9827. OutputWindow.CanvasSize = UDim2.new(0, 0, 0, 0)
  9828. OutputWindow.MidImage = "rbxassetid://2504831909"
  9829. OutputWindow.ScrollBarThickness = 6
  9830. OutputWindow.TopImage = "rbxassetid://2504831909"
  9831.  
  9832. R2S.Name = "R2S"
  9833. R2S.Parent = TabsFolder
  9834. R2S.BackgroundColor3 = Color3.new(1, 1, 1)
  9835. R2S.BackgroundTransparency = 1
  9836. R2S.Position = UDim2.new(3, 0, 0, 0)
  9837. R2S.Size = UDim2.new(1, 0, 1, 0)
  9838.  
  9839. Warning.Name = "Warning"
  9840. Warning.Parent = R2S
  9841. Warning.BackgroundColor3 = Color3.new(1, 1, 1)
  9842. Warning.BackgroundTransparency = 1
  9843. Warning.Size = UDim2.new(1, 0, 1, 0)
  9844.  
  9845. Logo.Name = "Logo"
  9846. Logo.Parent = Warning
  9847. Logo.AnchorPoint = Vector2.new(0.5, 0)
  9848. Logo.BackgroundColor3 = Color3.new(1, 1, 1)
  9849. Logo.BackgroundTransparency = 1
  9850. Logo.Position = UDim2.new(0.5, 0, 0.125, 0)
  9851. Logo.Size = UDim2.new(0, 150, 0, 150)
  9852. Logo.ZIndex = 7
  9853. Logo.Image = "rbxassetid://2512823206"
  9854.  
  9855. Shadow_4.Name = "Shadow"
  9856. Shadow_4.Parent = Logo
  9857. Shadow_4.BackgroundColor3 = Color3.new(1, 1, 1)
  9858. Shadow_4.BackgroundTransparency = 1
  9859. Shadow_4.Position = UDim2.new(0, 1, 0, 1)
  9860. Shadow_4.Size = UDim2.new(1, 0, 1, 0)
  9861. Shadow_4.ZIndex = 6
  9862. Shadow_4.Image = "rbxassetid://2512823206"
  9863. Shadow_4.ImageColor3 = Color3.new(0, 0, 0)
  9864. Shadow_4.ImageTransparency = 0.80000001192093
  9865.  
  9866. Shadow_5.Name = "Shadow"
  9867. Shadow_5.Parent = Logo
  9868. Shadow_5.BackgroundColor3 = Color3.new(1, 1, 1)
  9869. Shadow_5.BackgroundTransparency = 1
  9870. Shadow_5.Position = UDim2.new(0, 2, 0, 2)
  9871. Shadow_5.Size = UDim2.new(1, 0, 1, 0)
  9872. Shadow_5.ZIndex = 6
  9873. Shadow_5.Image = "rbxassetid://2512823206"
  9874. Shadow_5.ImageColor3 = Color3.new(0, 0, 0)
  9875. Shadow_5.ImageTransparency = 0.80000001192093
  9876.  
  9877. Shadow_6.Name = "Shadow"
  9878. Shadow_6.Parent = Logo
  9879. Shadow_6.BackgroundColor3 = Color3.new(1, 1, 1)
  9880. Shadow_6.BackgroundTransparency = 1
  9881. Shadow_6.Position = UDim2.new(0, 3, 0, 3)
  9882. Shadow_6.Size = UDim2.new(1, 0, 1, 0)
  9883. Shadow_6.ZIndex = 6
  9884. Shadow_6.Image = "rbxassetid://2512823206"
  9885. Shadow_6.ImageColor3 = Color3.new(0, 0, 0)
  9886. Shadow_6.ImageTransparency = 0.80000001192093
  9887.  
  9888. WarningLabel.Name = "WarningLabel"
  9889. WarningLabel.Parent = Warning
  9890. WarningLabel.AnchorPoint = Vector2.new(0.5, 1)
  9891. WarningLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  9892. WarningLabel.BackgroundTransparency = 1
  9893. WarningLabel.Position = UDim2.new(0.5, 0, 0.899999976, 0)
  9894. WarningLabel.Size = UDim2.new(0.800000012, 0, 0.200000003, 0)
  9895. WarningLabel.ZIndex = 7
  9896. WarningLabel.Font = Enum.Font.SourceSansBold
  9897. WarningLabel.Text = "Please make sure you have selected a remote in the output to convert into a script"
  9898. WarningLabel.TextColor3 = Color3.new(1, 0.8, 0.301961)
  9899. WarningLabel.TextScaled = true
  9900. WarningLabel.TextSize = 30
  9901. WarningLabel.TextWrapped = true
  9902.  
  9903. Shadow_7.Name = "Shadow"
  9904. Shadow_7.Parent = WarningLabel
  9905. Shadow_7.BackgroundColor3 = Color3.new(1, 1, 1)
  9906. Shadow_7.BackgroundTransparency = 1
  9907. Shadow_7.Position = UDim2.new(0, 1, 0, 1)
  9908. Shadow_7.Size = UDim2.new(1, 0, 1, 0)
  9909. Shadow_7.ZIndex = 6
  9910. Shadow_7.Font = Enum.Font.SourceSansBold
  9911. Shadow_7.Text = "Please make sure you have selected a remote in the output to convert into a script"
  9912. Shadow_7.TextColor3 = Color3.new(0, 0, 0)
  9913. Shadow_7.TextScaled = true
  9914. Shadow_7.TextSize = 30
  9915. Shadow_7.TextTransparency = 0.80000001192093
  9916. Shadow_7.TextWrapped = true
  9917.  
  9918. Shadow_8.Name = "Shadow"
  9919. Shadow_8.Parent = WarningLabel
  9920. Shadow_8.BackgroundColor3 = Color3.new(1, 1, 1)
  9921. Shadow_8.BackgroundTransparency = 1
  9922. Shadow_8.Position = UDim2.new(0, 2, 0, 2)
  9923. Shadow_8.Size = UDim2.new(1, 0, 1, 0)
  9924. Shadow_8.ZIndex = 6
  9925. Shadow_8.Font = Enum.Font.SourceSansBold
  9926. Shadow_8.Text = "Please make sure you have selected a remote in the output to convert into a script"
  9927. Shadow_8.TextColor3 = Color3.new(0, 0, 0)
  9928. Shadow_8.TextScaled = true
  9929. Shadow_8.TextSize = 30
  9930. Shadow_8.TextTransparency = 0.80000001192093
  9931. Shadow_8.TextWrapped = true
  9932.  
  9933. Shadow_9.Name = "Shadow"
  9934. Shadow_9.Parent = WarningLabel
  9935. Shadow_9.BackgroundColor3 = Color3.new(1, 1, 1)
  9936. Shadow_9.BackgroundTransparency = 1
  9937. Shadow_9.Position = UDim2.new(0, 3, 0, 3)
  9938. Shadow_9.Size = UDim2.new(1, 0, 1, 0)
  9939. Shadow_9.ZIndex = 6
  9940. Shadow_9.Font = Enum.Font.SourceSansBold
  9941. Shadow_9.Text = "Please make sure you have selected a remote in the output to convert into a script"
  9942. Shadow_9.TextColor3 = Color3.new(0, 0, 0)
  9943. Shadow_9.TextScaled = true
  9944. Shadow_9.TextSize = 30
  9945. Shadow_9.TextTransparency = 0.80000001192093
  9946. Shadow_9.TextWrapped = true
  9947.  
  9948. Window.Name = "Window"
  9949. Window.Parent = R2S
  9950. Window.BackgroundColor3 = Color3.new(1, 1, 1)
  9951. Window.BackgroundTransparency = 1
  9952. Window.Size = UDim2.new(1, 0, 1, 0)
  9953. Window.Visible = false
  9954.  
  9955. ScriptWindow.Name = "ScriptWindow"
  9956. ScriptWindow.Parent = Window
  9957. ScriptWindow.BackgroundColor3 = Color3.new(1, 1, 1)
  9958. ScriptWindow.BackgroundTransparency = 1
  9959. ScriptWindow.BorderSizePixel = 0
  9960. ScriptWindow.Position = UDim2.new(0, 2, 0, 0)
  9961. ScriptWindow.Size = UDim2.new(1, -2, 1, -50)
  9962. ScriptWindow.ZIndex = 7
  9963. ScriptWindow.BottomImage = "rbxassetid://2504831909"
  9964. ScriptWindow.CanvasSize = UDim2.new(0, 0, 0, 0)
  9965. ScriptWindow.MidImage = "rbxassetid://2504831909"
  9966. ScriptWindow.ScrollBarThickness = 6
  9967. ScriptWindow.TopImage = "rbxassetid://2504831909"
  9968.  
  9969. RemoteScript.Name = "RemoteScript"
  9970. RemoteScript.Parent = ScriptWindow
  9971. RemoteScript.BackgroundColor3 = Color3.new(1, 1, 1)
  9972. RemoteScript.BackgroundTransparency = 1
  9973. RemoteScript.Size = UDim2.new(1, 0, 1, 0)
  9974. RemoteScript.ZIndex = 7
  9975. RemoteScript.Font = Enum.Font.SourceSansSemibold
  9976. RemoteScript.Text = ""
  9977. RemoteScript.TextColor3 = Color3.new(1, 1, 1)
  9978. RemoteScript.TextSize = 16
  9979. RemoteScript.TextXAlignment = Enum.TextXAlignment.Left
  9980. RemoteScript.TextYAlignment = Enum.TextYAlignment.Top
  9981.  
  9982. CopyClip.Name = "CopyClip"
  9983. CopyClip.Parent = Window
  9984. CopyClip.AnchorPoint = Vector2.new(0, 1)
  9985. CopyClip.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  9986. CopyClip.BorderSizePixel = 0
  9987. CopyClip.Position = UDim2.new(0, 10, 1, -10)
  9988. CopyClip.Size = UDim2.new(1, -20, 0, 30)
  9989. CopyClip.ZIndex = 8
  9990. CopyClip.AutoButtonColor = false
  9991. CopyClip.Font = Enum.Font.SourceSansBold
  9992. CopyClip.Text = ""
  9993. CopyClip.TextColor3 = Color3.new(1, 1, 1)
  9994. CopyClip.TextSize = 20
  9995.  
  9996. Shadow_10.Name = "Shadow"
  9997. Shadow_10.Parent = CopyClip
  9998. Shadow_10.BackgroundColor3 = Color3.new(0, 0, 0)
  9999. Shadow_10.BackgroundTransparency = 0.80000001192093
  10000. Shadow_10.BorderSizePixel = 0
  10001. Shadow_10.Position = UDim2.new(0, 1, 0, 1)
  10002. Shadow_10.Size = UDim2.new(1, 0, 1, 0)
  10003. Shadow_10.ZIndex = 7
  10004.  
  10005. Shadow_11.Name = "Shadow"
  10006. Shadow_11.Parent = CopyClip
  10007. Shadow_11.BackgroundColor3 = Color3.new(0, 0, 0)
  10008. Shadow_11.BackgroundTransparency = 0.80000001192093
  10009. Shadow_11.BorderSizePixel = 0
  10010. Shadow_11.Position = UDim2.new(0, 2, 0, 2)
  10011. Shadow_11.Size = UDim2.new(1, 0, 1, 0)
  10012. Shadow_11.ZIndex = 7
  10013.  
  10014. Shadow_12.Name = "Shadow"
  10015. Shadow_12.Parent = CopyClip
  10016. Shadow_12.BackgroundColor3 = Color3.new(0, 0, 0)
  10017. Shadow_12.BackgroundTransparency = 0.80000001192093
  10018. Shadow_12.BorderSizePixel = 0
  10019. Shadow_12.Position = UDim2.new(0, 3, 0, 3)
  10020. Shadow_12.Size = UDim2.new(1, 0, 1, 0)
  10021. Shadow_12.ZIndex = 7
  10022.  
  10023. CopyText.Name = "CopyText"
  10024. CopyText.Parent = CopyClip
  10025. CopyText.BackgroundColor3 = Color3.new(1, 1, 1)
  10026. CopyText.BackgroundTransparency = 1
  10027. CopyText.Size = UDim2.new(1, 0, 1, 0)
  10028. CopyText.ZIndex = 10
  10029. CopyText.Font = Enum.Font.SourceSansBold
  10030. CopyText.Text = "Copy to clipboard"
  10031. CopyText.TextColor3 = Color3.new(1, 1, 1)
  10032. CopyText.TextSize = 20
  10033.  
  10034. BG_2.Name = "BG"
  10035. BG_2.Parent = CopyClip
  10036. BG_2.BackgroundColor3 = Color3.new(1, 1, 1)
  10037. BG_2.BackgroundTransparency = 1
  10038. BG_2.Position = UDim2.new(0, 1, 0, 1)
  10039. BG_2.Size = UDim2.new(1, 0, 1, 0)
  10040. BG_2.ZIndex = 9
  10041. BG_2.Font = Enum.Font.SourceSansBold
  10042. BG_2.Text = "Copy to clipboard"
  10043. BG_2.TextColor3 = Color3.new(0, 0, 0)
  10044. BG_2.TextSize = 20
  10045. BG_2.TextTransparency = 0.80000001192093
  10046.  
  10047. BG_3.Name = "BG"
  10048. BG_3.Parent = CopyClip
  10049. BG_3.BackgroundColor3 = Color3.new(1, 1, 1)
  10050. BG_3.BackgroundTransparency = 1
  10051. BG_3.Position = UDim2.new(0, 2, 0, 2)
  10052. BG_3.Size = UDim2.new(1, 0, 1, 0)
  10053. BG_3.ZIndex = 9
  10054. BG_3.Font = Enum.Font.SourceSansBold
  10055. BG_3.Text = "Copy to clipboard"
  10056. BG_3.TextColor3 = Color3.new(0, 0, 0)
  10057. BG_3.TextSize = 20
  10058. BG_3.TextTransparency = 0.80000001192093
  10059.  
  10060. BG_4.Name = "BG"
  10061. BG_4.Parent = CopyClip
  10062. BG_4.BackgroundColor3 = Color3.new(1, 1, 1)
  10063. BG_4.BackgroundTransparency = 1
  10064. BG_4.Position = UDim2.new(0, 3, 0, 3)
  10065. BG_4.Size = UDim2.new(1, 0, 1, 0)
  10066. BG_4.ZIndex = 9
  10067. BG_4.Font = Enum.Font.SourceSansBold
  10068. BG_4.Text = "Copy to clipboard"
  10069. BG_4.TextColor3 = Color3.new(0, 0, 0)
  10070. BG_4.TextSize = 20
  10071. BG_4.TextTransparency = 0.80000001192093
  10072.  
  10073. Remotes.Name = "Remotes"
  10074. Remotes.Parent = TabsFolder
  10075. Remotes.BackgroundColor3 = Color3.new(1, 1, 1)
  10076. Remotes.BackgroundTransparency = 1
  10077. Remotes.BorderSizePixel = 0
  10078. Remotes.Size = UDim2.new(1, 0, 1, 0)
  10079. Remotes.ZIndex = 7
  10080. Remotes.BottomImage = "rbxassetid://2504831909"
  10081. Remotes.CanvasSize = UDim2.new(0, 0, 0, 0)
  10082. Remotes.MidImage = "rbxassetid://2504831909"
  10083. Remotes.ScrollBarThickness = 6
  10084. Remotes.TopImage = "rbxassetid://2504831909"
  10085.  
  10086. Explorer.Name = "Explorer"
  10087. Explorer.Parent = TabsFolder
  10088. Explorer.BackgroundColor3 = Color3.new(1, 1, 1)
  10089. Explorer.BackgroundTransparency = 1
  10090. Explorer.Position = UDim2.new(2, 0, 0, 0)
  10091. Explorer.Size = UDim2.new(1, 0, 1, 0)
  10092.  
  10093. Warning_2.Name = "Warning"
  10094. Warning_2.Parent = Explorer
  10095. Warning_2.BackgroundColor3 = Color3.new(1, 1, 1)
  10096. Warning_2.BackgroundTransparency = 1
  10097. Warning_2.Size = UDim2.new(1, 0, 1, 0)
  10098.  
  10099. Logo_2.Name = "Logo"
  10100. Logo_2.Parent = Warning_2
  10101. Logo_2.AnchorPoint = Vector2.new(0.5, 0)
  10102. Logo_2.BackgroundColor3 = Color3.new(1, 1, 1)
  10103. Logo_2.BackgroundTransparency = 1
  10104. Logo_2.Position = UDim2.new(0.5, 0, 0.125, 0)
  10105. Logo_2.Size = UDim2.new(0, 150, 0, 150)
  10106. Logo_2.ZIndex = 7
  10107. Logo_2.Image = "rbxassetid://2512823206"
  10108.  
  10109. Shadow_13.Name = "Shadow"
  10110. Shadow_13.Parent = Logo_2
  10111. Shadow_13.BackgroundColor3 = Color3.new(1, 1, 1)
  10112. Shadow_13.BackgroundTransparency = 1
  10113. Shadow_13.Position = UDim2.new(0, 1, 0, 1)
  10114. Shadow_13.Size = UDim2.new(1, 0, 1, 0)
  10115. Shadow_13.ZIndex = 6
  10116. Shadow_13.Image = "rbxassetid://2512823206"
  10117. Shadow_13.ImageColor3 = Color3.new(0, 0, 0)
  10118. Shadow_13.ImageTransparency = 0.80000001192093
  10119.  
  10120. Shadow_14.Name = "Shadow"
  10121. Shadow_14.Parent = Logo_2
  10122. Shadow_14.BackgroundColor3 = Color3.new(1, 1, 1)
  10123. Shadow_14.BackgroundTransparency = 1
  10124. Shadow_14.Position = UDim2.new(0, 2, 0, 2)
  10125. Shadow_14.Size = UDim2.new(1, 0, 1, 0)
  10126. Shadow_14.ZIndex = 6
  10127. Shadow_14.Image = "rbxassetid://2512823206"
  10128. Shadow_14.ImageColor3 = Color3.new(0, 0, 0)
  10129. Shadow_14.ImageTransparency = 0.80000001192093
  10130.  
  10131. Shadow_15.Name = "Shadow"
  10132. Shadow_15.Parent = Logo_2
  10133. Shadow_15.BackgroundColor3 = Color3.new(1, 1, 1)
  10134. Shadow_15.BackgroundTransparency = 1
  10135. Shadow_15.Position = UDim2.new(0, 3, 0, 3)
  10136. Shadow_15.Size = UDim2.new(1, 0, 1, 0)
  10137. Shadow_15.ZIndex = 6
  10138. Shadow_15.Image = "rbxassetid://2512823206"
  10139. Shadow_15.ImageColor3 = Color3.new(0, 0, 0)
  10140. Shadow_15.ImageTransparency = 0.80000001192093
  10141.  
  10142. WarningLabel_2.Name = "WarningLabel"
  10143. WarningLabel_2.Parent = Warning_2
  10144. WarningLabel_2.AnchorPoint = Vector2.new(0.5, 1)
  10145. WarningLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  10146. WarningLabel_2.BackgroundTransparency = 1
  10147. WarningLabel_2.Position = UDim2.new(0.5, 0, 0.899999976, 0)
  10148. WarningLabel_2.Size = UDim2.new(0.800000012, 0, 0.200000003, 0)
  10149. WarningLabel_2.ZIndex = 7
  10150. WarningLabel_2.Font = Enum.Font.SourceSansBold
  10151. WarningLabel_2.Text = "Please make sure you select a remote in the remotes tab to view its location"
  10152. WarningLabel_2.TextColor3 = Color3.new(1, 0.8, 0.301961)
  10153. WarningLabel_2.TextScaled = true
  10154. WarningLabel_2.TextSize = 30
  10155. WarningLabel_2.TextWrapped = true
  10156.  
  10157. Shadow_16.Name = "Shadow"
  10158. Shadow_16.Parent = WarningLabel_2
  10159. Shadow_16.BackgroundColor3 = Color3.new(1, 1, 1)
  10160. Shadow_16.BackgroundTransparency = 1
  10161. Shadow_16.Position = UDim2.new(0, 1, 0, 1)
  10162. Shadow_16.Size = UDim2.new(1, 0, 1, 0)
  10163. Shadow_16.ZIndex = 6
  10164. Shadow_16.Font = Enum.Font.SourceSansBold
  10165. Shadow_16.Text = "Please make sure you select a remote in the remotes tab to view its location"
  10166. Shadow_16.TextColor3 = Color3.new(0, 0, 0)
  10167. Shadow_16.TextScaled = true
  10168. Shadow_16.TextSize = 30
  10169. Shadow_16.TextTransparency = 0.80000001192093
  10170. Shadow_16.TextWrapped = true
  10171.  
  10172. Shadow_17.Name = "Shadow"
  10173. Shadow_17.Parent = WarningLabel_2
  10174. Shadow_17.BackgroundColor3 = Color3.new(1, 1, 1)
  10175. Shadow_17.BackgroundTransparency = 1
  10176. Shadow_17.Position = UDim2.new(0, 2, 0, 2)
  10177. Shadow_17.Size = UDim2.new(1, 0, 1, 0)
  10178. Shadow_17.ZIndex = 6
  10179. Shadow_17.Font = Enum.Font.SourceSansBold
  10180. Shadow_17.Text = "Please make sure you select a remote in the remotes tab to view its location"
  10181. Shadow_17.TextColor3 = Color3.new(0, 0, 0)
  10182. Shadow_17.TextScaled = true
  10183. Shadow_17.TextSize = 30
  10184. Shadow_17.TextTransparency = 0.80000001192093
  10185. Shadow_17.TextWrapped = true
  10186.  
  10187. Shadow_18.Name = "Shadow"
  10188. Shadow_18.Parent = WarningLabel_2
  10189. Shadow_18.BackgroundColor3 = Color3.new(1, 1, 1)
  10190. Shadow_18.BackgroundTransparency = 1
  10191. Shadow_18.Position = UDim2.new(0, 3, 0, 3)
  10192. Shadow_18.Size = UDim2.new(1, 0, 1, 0)
  10193. Shadow_18.ZIndex = 6
  10194. Shadow_18.Font = Enum.Font.SourceSansBold
  10195. Shadow_18.Text = "Please make sure you select a remote in the remotes tab to view its location"
  10196. Shadow_18.TextColor3 = Color3.new(0, 0, 0)
  10197. Shadow_18.TextScaled = true
  10198. Shadow_18.TextSize = 30
  10199. Shadow_18.TextTransparency = 0.80000001192093
  10200. Shadow_18.TextWrapped = true
  10201.  
  10202. Window_2.Name = "Window"
  10203. Window_2.Parent = Explorer
  10204. Window_2.BackgroundColor3 = Color3.new(1, 1, 1)
  10205. Window_2.BackgroundTransparency = 1
  10206. Window_2.Size = UDim2.new(1, 0, 1, 0)
  10207. Window_2.Visible = false
  10208. Window_2.ZIndex = 7
  10209.  
  10210. ExplorerWindow.Name = "ExplorerWindow"
  10211. ExplorerWindow.Parent = Window_2
  10212. ExplorerWindow.BackgroundColor3 = Color3.new(1, 1, 1)
  10213. ExplorerWindow.BackgroundTransparency = 1
  10214. ExplorerWindow.Size = UDim2.new(1, 0, 1, 0)
  10215. ExplorerWindow.ZIndex = 7
  10216. ExplorerWindow.BottomImage = "rbxassetid://2504831909"
  10217. ExplorerWindow.CanvasSize = UDim2.new(0, 0, 0, 0)
  10218. ExplorerWindow.MidImage = "rbxassetid://2504831909"
  10219. ExplorerWindow.ScrollBarThickness = 6
  10220. ExplorerWindow.TopImage = "rbxassetid://2504831909"
  10221.  
  10222. Shadow_19.Name = "Shadow"
  10223. Shadow_19.Parent = Hub
  10224. Shadow_19.BackgroundColor3 = Color3.new(0, 0, 0)
  10225. Shadow_19.BackgroundTransparency = 0.89999997615814
  10226. Shadow_19.BorderSizePixel = 0
  10227. Shadow_19.Position = UDim2.new(0, 0, 0.5, 1)
  10228. Shadow_19.Size = UDim2.new(1, 50, 0.5, 0)
  10229. Shadow_19.ZIndex = 9
  10230.  
  10231. Shadow_20.Name = "Shadow"
  10232. Shadow_20.Parent = Hub
  10233. Shadow_20.BackgroundColor3 = Color3.new(0, 0, 0)
  10234. Shadow_20.BackgroundTransparency = 0.89999997615814
  10235. Shadow_20.BorderSizePixel = 0
  10236. Shadow_20.Position = UDim2.new(0, 0, 0.5, 2)
  10237. Shadow_20.Size = UDim2.new(1, 50, 0.5, 0)
  10238. Shadow_20.ZIndex = 9
  10239.  
  10240. Shadow_21.Name = "Shadow"
  10241. Shadow_21.Parent = Hub
  10242. Shadow_21.BackgroundColor3 = Color3.new(0, 0, 0)
  10243. Shadow_21.BackgroundTransparency = 0.89999997615814
  10244. Shadow_21.BorderSizePixel = 0
  10245. Shadow_21.Position = UDim2.new(0, 0, 0.5, 3)
  10246. Shadow_21.Size = UDim2.new(1, 50, 0.5, 0)
  10247. Shadow_21.ZIndex = 9
  10248.  
  10249. Shadow_22.Name = "Shadow"
  10250. Shadow_22.Parent = Hub
  10251. Shadow_22.BackgroundColor3 = Color3.new(0, 0, 0)
  10252. Shadow_22.BackgroundTransparency = 0.89999997615814
  10253. Shadow_22.BorderSizePixel = 0
  10254. Shadow_22.Position = UDim2.new(0, 0, 0.5, 4)
  10255. Shadow_22.Size = UDim2.new(1, 50, 0.5, 0)
  10256. Shadow_22.ZIndex = 9
  10257.  
  10258. Title.Name = "Title"
  10259. Title.Parent = Hub
  10260. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  10261. Title.BackgroundTransparency = 1
  10262. Title.Position = UDim2.new(0, 50, 0, 0)
  10263. Title.Size = UDim2.new(0, 150, 1, 0)
  10264. Title.ZIndex = 25
  10265. Title.Font = Enum.Font.SourceSansLight
  10266. Title.Text = "Mr.Spy V2"
  10267. Title.TextColor3 = Color3.new(1, 1, 1)
  10268. Title.TextSize = 30
  10269. Title.TextXAlignment = Enum.TextXAlignment.Left
  10270.  
  10271. Credits.Name = "Credits"
  10272. Credits.Parent = Hub
  10273. Credits.BackgroundColor3 = Color3.new(1, 1, 1)
  10274. Credits.BackgroundTransparency = 1
  10275. Credits.Position = UDim2.new(0, 50, 0, 0)
  10276. Credits.Size = UDim2.new(0, 150, 1, -1)
  10277. Credits.ZIndex = 25
  10278. Credits.Font = Enum.Font.SourceSansSemibold
  10279. Credits.Text = "Created by - Rebug/KurokkusGhost"
  10280. Credits.TextColor3 = Color3.new(0.333333, 0.333333, 0.333333)
  10281. Credits.TextSize = 10
  10282. Credits.TextXAlignment = Enum.TextXAlignment.Left
  10283. Credits.TextYAlignment = Enum.TextYAlignment.Bottom
  10284.  
  10285. Icon.Name = "Icon"
  10286. Icon.Parent = Hub
  10287. Icon.BackgroundColor3 = Color3.new(1, 1, 1)
  10288. Icon.BackgroundTransparency = 1
  10289. Icon.Position = UDim2.new(0, 5, 0, 10)
  10290. Icon.Size = UDim2.new(0, 40, 0, 40)
  10291. Icon.ZIndex = 25
  10292. Icon.Image = "rbxassetid://2502312317"
  10293.  
  10294. Exit.Name = "Exit"
  10295. Exit.Parent = Hub
  10296. Exit.BackgroundColor3 = Color3.new(1, 1, 1)
  10297. Exit.BackgroundTransparency = 1
  10298. Exit.Position = UDim2.new(1, 0, 0, 0)
  10299. Exit.Size = UDim2.new(0, 50, 0, 50)
  10300. Exit.ZIndex = 25
  10301. Exit.Image = "rbxassetid://985583019"
  10302.  
  10303. ShadowHolder_2.Name = "ShadowHolder"
  10304. ShadowHolder_2.Parent = Exit
  10305. ShadowHolder_2.BackgroundColor3 = Color3.new(1, 1, 1)
  10306. ShadowHolder_2.BackgroundTransparency = 1
  10307. ShadowHolder_2.ClipsDescendants = true
  10308. ShadowHolder_2.Size = UDim2.new(1, 10, 1, 0)
  10309.  
  10310. Shadow_23.Name = "Shadow"
  10311. Shadow_23.Parent = ShadowHolder_2
  10312. Shadow_23.BackgroundColor3 = Color3.new(1, 1, 1)
  10313. Shadow_23.BackgroundTransparency = 1
  10314. Shadow_23.Position = UDim2.new(0, 1, 0, 1)
  10315. Shadow_23.Size = UDim2.new(0, 50, 0, 50)
  10316. Shadow_23.ZIndex = 24
  10317. Shadow_23.Image = "rbxassetid://985583019"
  10318. Shadow_23.ImageColor3 = Color3.new(0, 0, 0)
  10319. Shadow_23.ImageTransparency = 0.85000002384186
  10320.  
  10321. Shadow_24.Name = "Shadow"
  10322. Shadow_24.Parent = ShadowHolder_2
  10323. Shadow_24.BackgroundColor3 = Color3.new(1, 1, 1)
  10324. Shadow_24.BackgroundTransparency = 1
  10325. Shadow_24.Position = UDim2.new(0, 2, 0, 2)
  10326. Shadow_24.Size = UDim2.new(0, 50, 0, 50)
  10327. Shadow_24.ZIndex = 24
  10328. Shadow_24.Image = "rbxassetid://985583019"
  10329. Shadow_24.ImageColor3 = Color3.new(0, 0, 0)
  10330. Shadow_24.ImageTransparency = 0.85000002384186
  10331.  
  10332. Shadow_25.Name = "Shadow"
  10333. Shadow_25.Parent = ShadowHolder_2
  10334. Shadow_25.BackgroundColor3 = Color3.new(1, 1, 1)
  10335. Shadow_25.BackgroundTransparency = 1
  10336. Shadow_25.Position = UDim2.new(0, 3, 0, 3)
  10337. Shadow_25.Size = UDim2.new(0, 50, 0, 50)
  10338. Shadow_25.ZIndex = 24
  10339. Shadow_25.Image = "rbxassetid://985583019"
  10340. Shadow_25.ImageColor3 = Color3.new(0, 0, 0)
  10341. Shadow_25.ImageTransparency = 0.85000002384186
  10342.  
  10343. Tabs.Name = "Tabs"
  10344. Tabs.Parent = Hub
  10345. Tabs.BackgroundColor3 = Color3.new(1, 1, 1)
  10346. Tabs.BackgroundTransparency = 1
  10347. Tabs.Position = UDim2.new(0.400000006, 0, 0, 0)
  10348. Tabs.Size = UDim2.new(0.600000024, 0, 1, 0)
  10349. Tabs.ZIndex = 25
  10350.  
  10351. TabLine.Name = "TabLine"
  10352. TabLine.Parent = Tabs
  10353. TabLine.AnchorPoint = Vector2.new(0, 1)
  10354. TabLine.BackgroundColor3 = Color3.new(0.666667, 0.333333, 1)
  10355. TabLine.BorderSizePixel = 0
  10356. TabLine.Position = UDim2.new(0, 0, 1, 0)
  10357. TabLine.Size = UDim2.new(0.25, -1, 0, 3)
  10358. TabLine.ZIndex = 30
  10359.  
  10360. Remotes_2.Name = "Remotes"
  10361. Remotes_2.Parent = Tabs
  10362. Remotes_2.BackgroundColor3 = Color3.new(1, 1, 1)
  10363. Remotes_2.BackgroundTransparency = 1
  10364. Remotes_2.LayoutOrder = 1
  10365. Remotes_2.Size = UDim2.new(0.25, 0, 0, 50)
  10366. Remotes_2.ZIndex = 25
  10367. Remotes_2.Font = Enum.Font.SourceSansBold
  10368. Remotes_2.Text = "Remotes"
  10369. Remotes_2.TextColor3 = Color3.new(1, 1, 1)
  10370. Remotes_2.TextSize = 20
  10371.  
  10372. Spys.Name = "Spys"
  10373. Spys.Parent = Remotes_2
  10374. Spys.BackgroundColor3 = Color3.new(1, 1, 1)
  10375. Spys.BackgroundTransparency = 1
  10376. Spys.ClipsDescendants = true
  10377. Spys.Size = UDim2.new(1, 3, 1.75, 3)
  10378. Spys.ZIndex = 9
  10379.  
  10380. Spyer.Name = "Spyer"
  10381. Spyer.Parent = Spys
  10382. Spyer.BackgroundColor3 = Color3.new(0.843137, 0.352941, 0.290196)
  10383. Spyer.BackgroundTransparency = 1
  10384. Spyer.Position = UDim2.new(0, 0, 0, -7)
  10385. Spyer.Size = UDim2.new(1, -4, 0.5, 3)
  10386. Spyer.ZIndex = 8
  10387. Spyer.Image = "rbxassetid://2052866575"
  10388. Spyer.ImageColor3 = Color3.new(0, 0.666667, 0.364706)
  10389. Spyer.ScaleType = Enum.ScaleType.Slice
  10390. Spyer.SliceCenter = Rect.new(8, 8, 8, 8)
  10391.  
  10392. Shadow_26.Name = "Shadow"
  10393. Shadow_26.Parent = Spyer
  10394. Shadow_26.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  10395. Shadow_26.BackgroundTransparency = 1
  10396. Shadow_26.Position = UDim2.new(0, 1, 0, 1)
  10397. Shadow_26.Size = UDim2.new(1, 0, 1, 0)
  10398. Shadow_26.ZIndex = 7
  10399. Shadow_26.Image = "rbxassetid://2052866575"
  10400. Shadow_26.ImageColor3 = Color3.new(0, 0, 0)
  10401. Shadow_26.ImageTransparency = 0.85000002384186
  10402. Shadow_26.ScaleType = Enum.ScaleType.Slice
  10403. Shadow_26.SliceCenter = Rect.new(8, 8, 8, 8)
  10404.  
  10405. Shadow_27.Name = "Shadow"
  10406. Shadow_27.Parent = Spyer
  10407. Shadow_27.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  10408. Shadow_27.BackgroundTransparency = 1
  10409. Shadow_27.Position = UDim2.new(0, 2, 0, 2)
  10410. Shadow_27.Size = UDim2.new(1, 0, 1, 0)
  10411. Shadow_27.ZIndex = 7
  10412. Shadow_27.Image = "rbxassetid://2052866575"
  10413. Shadow_27.ImageColor3 = Color3.new(0, 0, 0)
  10414. Shadow_27.ImageTransparency = 0.85000002384186
  10415. Shadow_27.ScaleType = Enum.ScaleType.Slice
  10416. Shadow_27.SliceCenter = Rect.new(8, 8, 8, 8)
  10417.  
  10418. Shadow_28.Name = "Shadow"
  10419. Shadow_28.Parent = Spyer
  10420. Shadow_28.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  10421. Shadow_28.BackgroundTransparency = 1
  10422. Shadow_28.Position = UDim2.new(0, 3, 0, 3)
  10423. Shadow_28.Size = UDim2.new(1, 0, 1, 0)
  10424. Shadow_28.ZIndex = 7
  10425. Shadow_28.Image = "rbxassetid://2052866575"
  10426. Shadow_28.ImageColor3 = Color3.new(0, 0, 0)
  10427. Shadow_28.ImageTransparency = 0.85000002384186
  10428. Shadow_28.ScaleType = Enum.ScaleType.Slice
  10429. Shadow_28.SliceCenter = Rect.new(8, 8, 8, 8)
  10430.  
  10431. Words.Name = "Words"
  10432. Words.Parent = Spyer
  10433. Words.BackgroundColor3 = Color3.new(1, 1, 1)
  10434. Words.BackgroundTransparency = 1
  10435. Words.Position = UDim2.new(0, 0, 0.25, -1)
  10436. Words.Size = UDim2.new(1, 0, 0.75, 0)
  10437. Words.ZIndex = 8
  10438. Words.Font = Enum.Font.SourceSansBold
  10439. Words.Text = "Spy All"
  10440. Words.TextColor3 = Color3.new(1, 1, 1)
  10441. Words.TextSize = 20
  10442.  
  10443. Output_2.Name = "Output"
  10444. Output_2.Parent = Tabs
  10445. Output_2.BackgroundColor3 = Color3.new(1, 1, 1)
  10446. Output_2.BackgroundTransparency = 1
  10447. Output_2.LayoutOrder = 2
  10448. Output_2.Position = UDim2.new(0.25, 0, 0, 0)
  10449. Output_2.Size = UDim2.new(0.25, 0, 0, 50)
  10450. Output_2.ZIndex = 25
  10451. Output_2.Font = Enum.Font.SourceSansBold
  10452. Output_2.Text = "Output"
  10453. Output_2.TextColor3 = Color3.new(1, 1, 1)
  10454. Output_2.TextSize = 20
  10455.  
  10456. ClearHolder.Name = "ClearHolder"
  10457. ClearHolder.Parent = Output_2
  10458. ClearHolder.BackgroundColor3 = Color3.new(1, 1, 1)
  10459. ClearHolder.BackgroundTransparency = 1
  10460. ClearHolder.ClipsDescendants = true
  10461. ClearHolder.Size = UDim2.new(1, 3, 1.75, 3)
  10462. ClearHolder.ZIndex = 9
  10463.  
  10464. Clear.Name = "Clear"
  10465. Clear.Parent = ClearHolder
  10466. Clear.BackgroundColor3 = Color3.new(0.843137, 0.352941, 0.290196)
  10467. Clear.BackgroundTransparency = 1
  10468. Clear.Position = UDim2.new(0, 0, 0, -7)
  10469. Clear.Size = UDim2.new(1, -4, 0.5, 3)
  10470. Clear.ZIndex = 8
  10471. Clear.Image = "rbxassetid://2052866575"
  10472. Clear.ImageColor3 = Color3.new(0.843137, 0.352941, 0.290196)
  10473. Clear.ScaleType = Enum.ScaleType.Slice
  10474. Clear.SliceCenter = Rect.new(8, 8, 8, 8)
  10475.  
  10476. Shadow_29.Name = "Shadow"
  10477. Shadow_29.Parent = Clear
  10478. Shadow_29.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  10479. Shadow_29.BackgroundTransparency = 1
  10480. Shadow_29.Position = UDim2.new(0, 1, 0, 1)
  10481. Shadow_29.Size = UDim2.new(1, 0, 1, 0)
  10482. Shadow_29.ZIndex = 7
  10483. Shadow_29.Image = "rbxassetid://2052866575"
  10484. Shadow_29.ImageColor3 = Color3.new(0, 0, 0)
  10485. Shadow_29.ImageTransparency = 0.85000002384186
  10486. Shadow_29.ScaleType = Enum.ScaleType.Slice
  10487. Shadow_29.SliceCenter = Rect.new(8, 8, 8, 8)
  10488.  
  10489. Shadow_30.Name = "Shadow"
  10490. Shadow_30.Parent = Clear
  10491. Shadow_30.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  10492. Shadow_30.BackgroundTransparency = 1
  10493. Shadow_30.Position = UDim2.new(0, 2, 0, 2)
  10494. Shadow_30.Size = UDim2.new(1, 0, 1, 0)
  10495. Shadow_30.ZIndex = 7
  10496. Shadow_30.Image = "rbxassetid://2052866575"
  10497. Shadow_30.ImageColor3 = Color3.new(0, 0, 0)
  10498. Shadow_30.ImageTransparency = 0.85000002384186
  10499. Shadow_30.ScaleType = Enum.ScaleType.Slice
  10500. Shadow_30.SliceCenter = Rect.new(8, 8, 8, 8)
  10501.  
  10502. Shadow_31.Name = "Shadow"
  10503. Shadow_31.Parent = Clear
  10504. Shadow_31.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  10505. Shadow_31.BackgroundTransparency = 1
  10506. Shadow_31.Position = UDim2.new(0, 3, 0, 3)
  10507. Shadow_31.Size = UDim2.new(1, 0, 1, 0)
  10508. Shadow_31.ZIndex = 7
  10509. Shadow_31.Image = "rbxassetid://2052866575"
  10510. Shadow_31.ImageColor3 = Color3.new(0, 0, 0)
  10511. Shadow_31.ImageTransparency = 0.85000002384186
  10512. Shadow_31.ScaleType = Enum.ScaleType.Slice
  10513. Shadow_31.SliceCenter = Rect.new(8, 8, 8, 8)
  10514.  
  10515. TextLabel.Parent = Clear
  10516. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  10517. TextLabel.BackgroundTransparency = 1
  10518. TextLabel.Position = UDim2.new(0, 0, 0.25, -1)
  10519. TextLabel.Size = UDim2.new(1, 0, 0.75, 0)
  10520. TextLabel.ZIndex = 8
  10521. TextLabel.Font = Enum.Font.SourceSansBold
  10522. TextLabel.Text = "Clear"
  10523. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  10524. TextLabel.TextSize = 20
  10525.  
  10526. Explorer_2.Name = "Explorer"
  10527. Explorer_2.Parent = Tabs
  10528. Explorer_2.BackgroundColor3 = Color3.new(1, 1, 1)
  10529. Explorer_2.BackgroundTransparency = 1
  10530. Explorer_2.LayoutOrder = 3
  10531. Explorer_2.Position = UDim2.new(0.5, 0, 0, 0)
  10532. Explorer_2.Size = UDim2.new(0.25, 0, 0, 50)
  10533. Explorer_2.ZIndex = 25
  10534. Explorer_2.Font = Enum.Font.SourceSansBold
  10535. Explorer_2.Text = "Explorer"
  10536. Explorer_2.TextColor3 = Color3.new(1, 1, 1)
  10537. Explorer_2.TextSize = 20
  10538.  
  10539. R2S_2.Name = "R2S"
  10540. R2S_2.Parent = Tabs
  10541. R2S_2.BackgroundColor3 = Color3.new(1, 1, 1)
  10542. R2S_2.BackgroundTransparency = 1
  10543. R2S_2.LayoutOrder = 3
  10544. R2S_2.Position = UDim2.new(0.75, 0, 0, 0)
  10545. R2S_2.Size = UDim2.new(0.25, 0, 0, 50)
  10546. R2S_2.ZIndex = 25
  10547. R2S_2.Font = Enum.Font.SourceSansBold
  10548. R2S_2.Text = "R2S"
  10549. R2S_2.TextColor3 = Color3.new(1, 1, 1)
  10550. R2S_2.TextSize = 20
  10551.  
  10552. Holder.Name = "Holder"
  10553. Holder.Parent = MrSpyV2RebugKurokkusGhost
  10554. Holder.BackgroundColor3 = Color3.new(1, 1, 1)
  10555. Holder.Size = UDim2.new(0, 100, 0, 100)
  10556. Holder.Visible = false
  10557.  
  10558. Icon_2.Name = "Icon"
  10559. Icon_2.Parent = Holder
  10560. Icon_2.BackgroundColor3 = Color3.new(1, 1, 1)
  10561. Icon_2.BackgroundTransparency = 1
  10562. Icon_2.ClipsDescendants = true
  10563. Icon_2.Size = UDim2.new(0, 16, 0, 16)
  10564. Icon_2.ZIndex = 7
  10565.  
  10566. IconMap.Name = "IconMap"
  10567. IconMap.Parent = Icon_2
  10568. IconMap.BackgroundColor3 = Color3.new(1, 1, 1)
  10569. IconMap.BackgroundTransparency = 1
  10570. IconMap.Position = UDim2.new(0, -93, 0, -21)
  10571. IconMap.Size = UDim2.new(0, 256, 0, 256)
  10572. IconMap.ZIndex = 7
  10573. IconMap.Image = "rbxassetid://483448923"
  10574.  
  10575. RemoteGrid.Name = "RemoteGrid"
  10576. RemoteGrid.Parent = Holder
  10577. RemoteGrid.HorizontalAlignment = Enum.HorizontalAlignment.Right
  10578. RemoteGrid.CellPadding = UDim2.new(0, 0, 0, 4)
  10579. RemoteGrid.CellSize = UDim2.new(1, -5, 0, 16)
  10580.  
  10581. RemoteTemplate.Name = "RemoteTemplate"
  10582. RemoteTemplate.Parent = Holder
  10583. RemoteTemplate.BackgroundColor3 = Color3.new(1, 1, 1)
  10584. RemoteTemplate.BackgroundTransparency = 1
  10585. RemoteTemplate.Size = UDim2.new(1, -5, 0, 16)
  10586. RemoteTemplate.ZIndex = 7
  10587.  
  10588. Icon_3.Name = "Icon"
  10589. Icon_3.Parent = RemoteTemplate
  10590. Icon_3.BackgroundColor3 = Color3.new(1, 1, 1)
  10591. Icon_3.BackgroundTransparency = 1
  10592. Icon_3.ClipsDescendants = true
  10593. Icon_3.Size = UDim2.new(0, 16, 0, 16)
  10594. Icon_3.ZIndex = 7
  10595.  
  10596. IconMap_2.Name = "IconMap"
  10597. IconMap_2.Parent = Icon_3
  10598. IconMap_2.BackgroundColor3 = Color3.new(1, 1, 1)
  10599. IconMap_2.BackgroundTransparency = 1
  10600. IconMap_2.Position = UDim2.new(0, -183, 0, -93)
  10601. IconMap_2.Size = UDim2.new(0, 256, 0, 256)
  10602. IconMap_2.ZIndex = 7
  10603. IconMap_2.Image = "rbxassetid://483448923"
  10604.  
  10605. RemoteName.Name = "RemoteName"
  10606. RemoteName.Parent = RemoteTemplate
  10607. RemoteName.BackgroundColor3 = Color3.new(1, 1, 1)
  10608. RemoteName.BackgroundTransparency = 1
  10609. RemoteName.Position = UDim2.new(0, 20, 0, 0)
  10610. RemoteName.Size = UDim2.new(0, 200, 0, 16)
  10611. RemoteName.ZIndex = 7
  10612. RemoteName.Font = Enum.Font.SourceSans
  10613. RemoteName.Text = "GiveMoney"
  10614. RemoteName.TextColor3 = Color3.new(0.901961, 0.901961, 0.901961)
  10615. RemoteName.TextSize = 14
  10616. RemoteName.TextXAlignment = Enum.TextXAlignment.Left
  10617.  
  10618. Spy.Name = "Spy"
  10619. Spy.Parent = RemoteTemplate
  10620. Spy.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  10621. Spy.BorderSizePixel = 0
  10622. Spy.Position = UDim2.new(0, 82, 0, 0)
  10623. Spy.Size = UDim2.new(0, 50, 1, 0)
  10624. Spy.ZIndex = 8
  10625. Spy.AutoButtonColor = false
  10626. Spy.Font = Enum.Font.SourceSansSemibold
  10627. Spy.Text = "Spy"
  10628. Spy.TextColor3 = Color3.new(1, 1, 1)
  10629. Spy.TextSize = 14
  10630.  
  10631. Shadow_32.Name = "Shadow"
  10632. Shadow_32.Parent = Spy
  10633. Shadow_32.BackgroundColor3 = Color3.new(0, 0, 0)
  10634. Shadow_32.BackgroundTransparency = 0.80000001192093
  10635. Shadow_32.BorderSizePixel = 0
  10636. Shadow_32.Position = UDim2.new(0, 1, 0, 1)
  10637. Shadow_32.Size = UDim2.new(1, 0, 1, 0)
  10638. Shadow_32.ZIndex = 7
  10639.  
  10640. Shadow_33.Name = "Shadow"
  10641. Shadow_33.Parent = Spy
  10642. Shadow_33.BackgroundColor3 = Color3.new(0, 0, 0)
  10643. Shadow_33.BackgroundTransparency = 0.80000001192093
  10644. Shadow_33.BorderSizePixel = 0
  10645. Shadow_33.Position = UDim2.new(0, 2, 0, 2)
  10646. Shadow_33.Size = UDim2.new(1, 0, 1, 0)
  10647. Shadow_33.ZIndex = 7
  10648.  
  10649. Shadow_34.Name = "Shadow"
  10650. Shadow_34.Parent = Spy
  10651. Shadow_34.BackgroundColor3 = Color3.new(0, 0, 0)
  10652. Shadow_34.BackgroundTransparency = 0.80000001192093
  10653. Shadow_34.BorderSizePixel = 0
  10654. Shadow_34.Position = UDim2.new(0, 3, 0, 3)
  10655. Shadow_34.Size = UDim2.new(1, 0, 1, 0)
  10656. Shadow_34.ZIndex = 7
  10657.  
  10658. View.Name = "View"
  10659. View.Parent = RemoteTemplate
  10660. View.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  10661. View.BorderSizePixel = 0
  10662. View.Position = UDim2.new(0, 142, 0, 0)
  10663. View.Size = UDim2.new(0, 50, 1, 0)
  10664. View.ZIndex = 8
  10665. View.AutoButtonColor = false
  10666. View.Font = Enum.Font.SourceSansSemibold
  10667. View.Text = "View"
  10668. View.TextColor3 = Color3.new(1, 1, 1)
  10669. View.TextSize = 14
  10670.  
  10671. Shadow_35.Name = "Shadow"
  10672. Shadow_35.Parent = View
  10673. Shadow_35.BackgroundColor3 = Color3.new(0, 0, 0)
  10674. Shadow_35.BackgroundTransparency = 0.80000001192093
  10675. Shadow_35.BorderSizePixel = 0
  10676. Shadow_35.Position = UDim2.new(0, 1, 0, 1)
  10677. Shadow_35.Size = UDim2.new(1, 0, 1, 0)
  10678. Shadow_35.ZIndex = 7
  10679.  
  10680. Shadow_36.Name = "Shadow"
  10681. Shadow_36.Parent = View
  10682. Shadow_36.BackgroundColor3 = Color3.new(0, 0, 0)
  10683. Shadow_36.BackgroundTransparency = 0.80000001192093
  10684. Shadow_36.BorderSizePixel = 0
  10685. Shadow_36.Position = UDim2.new(0, 2, 0, 2)
  10686. Shadow_36.Size = UDim2.new(1, 0, 1, 0)
  10687. Shadow_36.ZIndex = 7
  10688.  
  10689. Shadow_37.Name = "Shadow"
  10690. Shadow_37.Parent = View
  10691. Shadow_37.BackgroundColor3 = Color3.new(0, 0, 0)
  10692. Shadow_37.BackgroundTransparency = 0.80000001192093
  10693. Shadow_37.BorderSizePixel = 0
  10694. Shadow_37.Position = UDim2.new(0, 3, 0, 3)
  10695. Shadow_37.Size = UDim2.new(1, 0, 1, 0)
  10696. Shadow_37.ZIndex = 7
  10697.  
  10698. ExplorerTemplate.Name = "ExplorerTemplate"
  10699. ExplorerTemplate.Parent = Holder
  10700. ExplorerTemplate.BackgroundColor3 = Color3.new(0.0431373, 0.352941, 0.686275)
  10701. ExplorerTemplate.BackgroundTransparency = 1
  10702. ExplorerTemplate.BorderSizePixel = 0
  10703. ExplorerTemplate.Size = UDim2.new(0, 275, 0, 20)
  10704. ExplorerTemplate.ZIndex = 7
  10705.  
  10706. Arrow.Name = "Arrow"
  10707. Arrow.Parent = ExplorerTemplate
  10708. Arrow.BackgroundColor3 = Color3.new(1, 1, 1)
  10709. Arrow.BackgroundTransparency = 1
  10710. Arrow.ClipsDescendants = true
  10711. Arrow.Position = UDim2.new(0, 0, 0, 2)
  10712. Arrow.Size = UDim2.new(0, 16, 0, 16)
  10713. Arrow.ZIndex = 8
  10714.  
  10715. Open.Name = "Open"
  10716. Open.Parent = Arrow
  10717. Open.BackgroundColor3 = Color3.new(1, 1, 1)
  10718. Open.BackgroundTransparency = 1
  10719. Open.Size = UDim2.new(1, 0, 1, 0)
  10720. Open.ZIndex = 8
  10721. Open.Font = Enum.Font.SourceSans
  10722. Open.Text = ""
  10723. Open.TextColor3 = Color3.new(0, 0, 0)
  10724. Open.TextSize = 14
  10725.  
  10726. IconMap_3.Name = "IconMap"
  10727. IconMap_3.Parent = Arrow
  10728. IconMap_3.BackgroundColor3 = Color3.new(1, 1, 1)
  10729. IconMap_3.BackgroundTransparency = 1
  10730. IconMap_3.Position = UDim2.new(0, -219, 0, -201)
  10731. IconMap_3.Size = UDim2.new(0, 256, 0, 256)
  10732. IconMap_3.ZIndex = 8
  10733. IconMap_3.Image = "rbxassetid://483448923"
  10734.  
  10735. Icon_4.Name = "Icon"
  10736. Icon_4.Parent = ExplorerTemplate
  10737. Icon_4.BackgroundColor3 = Color3.new(1, 1, 1)
  10738. Icon_4.BackgroundTransparency = 1
  10739. Icon_4.ClipsDescendants = true
  10740. Icon_4.Position = UDim2.new(0, 20, 0, 2)
  10741. Icon_4.Size = UDim2.new(0, 16, 0, 16)
  10742. Icon_4.ZIndex = 8
  10743.  
  10744. IconMap_4.Name = "IconMap"
  10745. IconMap_4.Parent = Icon_4
  10746. IconMap_4.BackgroundColor3 = Color3.new(1, 1, 1)
  10747. IconMap_4.BackgroundTransparency = 1
  10748. IconMap_4.Position = UDim2.new(0, -93, 0, -21)
  10749. IconMap_4.Size = UDim2.new(0, 256, 0, 256)
  10750. IconMap_4.ZIndex = 8
  10751. IconMap_4.Image = "rbxassetid://483448923"
  10752.  
  10753. InstanceName.Name = "InstanceName"
  10754. InstanceName.Parent = ExplorerTemplate
  10755. InstanceName.BackgroundColor3 = Color3.new(0.0431373, 0.352941, 0.686275)
  10756. InstanceName.BackgroundTransparency = 1
  10757. InstanceName.BorderSizePixel = 0
  10758. InstanceName.Position = UDim2.new(0, 42, 0, 0)
  10759. InstanceName.Size = UDim2.new(0, 275, 1, 0)
  10760. InstanceName.ZIndex = 8
  10761. InstanceName.Font = Enum.Font.SourceSans
  10762. InstanceName.Text = "Workspace"
  10763. InstanceName.TextColor3 = Color3.new(0.784314, 0.784314, 0.784314)
  10764. InstanceName.TextSize = 14
  10765. InstanceName.TextXAlignment = Enum.TextXAlignment.Left
  10766.  
  10767. Open_2.Name = "Open"
  10768. Open_2.Parent = InstanceName
  10769. Open_2.BackgroundColor3 = Color3.new(1, 1, 1)
  10770. Open_2.BackgroundTransparency = 1
  10771. Open_2.Size = UDim2.new(1, 0, 1, 0)
  10772. Open_2.ZIndex = 8
  10773. Open_2.Font = Enum.Font.SourceSans
  10774. Open_2.Text = ""
  10775. Open_2.TextColor3 = Color3.new(0, 0, 0)
  10776. Open_2.TextSize = 14
  10777.  
  10778. Holder_2.Name = "Holder"
  10779. Holder_2.Parent = ExplorerTemplate
  10780. Holder_2.BackgroundColor3 = Color3.new(1, 1, 1)
  10781. Holder_2.BackgroundTransparency = 1
  10782. Holder_2.Position = UDim2.new(0, 20, 0, 20)
  10783. Holder_2.Size = UDim2.new(1, 0, 0, 20)
  10784. Holder_2.ZIndex = 8
  10785.  
  10786. BG_5.Name = "BG"
  10787. BG_5.Parent = ExplorerTemplate
  10788. BG_5.BackgroundColor3 = Color3.new(0.0431373, 0.352941, 0.686275)
  10789. BG_5.BackgroundTransparency = 1
  10790. BG_5.BorderSizePixel = 0
  10791. BG_5.Position = UDim2.new(0, 16, 0, 0)
  10792. BG_5.Size = UDim2.new(0, 100, 1, 0)
  10793. BG_5.ZIndex = 7
  10794.  
  10795. RemoteOutputTemplate.Name = "RemoteOutputTemplate"
  10796. RemoteOutputTemplate.Parent = Holder
  10797. RemoteOutputTemplate.BackgroundColor3 = Color3.new(1, 1, 1)
  10798. RemoteOutputTemplate.BackgroundTransparency = 1
  10799. RemoteOutputTemplate.Size = UDim2.new(1, -5, 0, 16)
  10800. RemoteOutputTemplate.ZIndex = 7
  10801.  
  10802. Icon_5.Name = "Icon"
  10803. Icon_5.Parent = RemoteOutputTemplate
  10804. Icon_5.BackgroundColor3 = Color3.new(1, 1, 1)
  10805. Icon_5.BackgroundTransparency = 1
  10806. Icon_5.ClipsDescendants = true
  10807. Icon_5.Size = UDim2.new(0, 16, 0, 16)
  10808. Icon_5.ZIndex = 7
  10809.  
  10810. IconMap_5.Name = "IconMap"
  10811. IconMap_5.Parent = Icon_5
  10812. IconMap_5.BackgroundColor3 = Color3.new(1, 1, 1)
  10813. IconMap_5.BackgroundTransparency = 1
  10814. IconMap_5.Position = UDim2.new(0, -183, 0, -93)
  10815. IconMap_5.Size = UDim2.new(0, 256, 0, 256)
  10816. IconMap_5.ZIndex = 7
  10817. IconMap_5.Image = "rbxassetid://483448923"
  10818.  
  10819. RemoteName_2.Name = "RemoteName"
  10820. RemoteName_2.Parent = RemoteOutputTemplate
  10821. RemoteName_2.BackgroundColor3 = Color3.new(1, 1, 1)
  10822. RemoteName_2.BackgroundTransparency = 1
  10823. RemoteName_2.Position = UDim2.new(0, 20, 0, 0)
  10824. RemoteName_2.Size = UDim2.new(1, -20, 0, 16)
  10825. RemoteName_2.ZIndex = 7
  10826. RemoteName_2.Font = Enum.Font.SourceSans
  10827. RemoteName_2.Text = "GiveMoney | Args: {}"
  10828. RemoteName_2.TextColor3 = Color3.new(0.901961, 0.901961, 0.901961)
  10829. RemoteName_2.TextSize = 14
  10830. RemoteName_2.TextXAlignment = Enum.TextXAlignment.Left
  10831.  
  10832. R2S_3.Name = "R2S"
  10833. R2S_3.Parent = RemoteOutputTemplate
  10834. R2S_3.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  10835. R2S_3.BorderSizePixel = 0
  10836. R2S_3.Position = UDim2.new(0, 82, 0, 0)
  10837. R2S_3.Size = UDim2.new(0, 50, 1, 0)
  10838. R2S_3.ZIndex = 8
  10839. R2S_3.AutoButtonColor = false
  10840. R2S_3.Font = Enum.Font.SourceSansSemibold
  10841. R2S_3.Text = "R2S"
  10842. R2S_3.TextColor3 = Color3.new(1, 1, 1)
  10843. R2S_3.TextSize = 14
  10844.  
  10845. Shadow_38.Name = "Shadow"
  10846. Shadow_38.Parent = R2S_3
  10847. Shadow_38.BackgroundColor3 = Color3.new(0, 0, 0)
  10848. Shadow_38.BackgroundTransparency = 0.80000001192093
  10849. Shadow_38.BorderSizePixel = 0
  10850. Shadow_38.Position = UDim2.new(0, 1, 0, 1)
  10851. Shadow_38.Size = UDim2.new(1, 0, 1, 0)
  10852. Shadow_38.ZIndex = 7
  10853.  
  10854. Shadow_39.Name = "Shadow"
  10855. Shadow_39.Parent = R2S_3
  10856. Shadow_39.BackgroundColor3 = Color3.new(0, 0, 0)
  10857. Shadow_39.BackgroundTransparency = 0.80000001192093
  10858. Shadow_39.BorderSizePixel = 0
  10859. Shadow_39.Position = UDim2.new(0, 2, 0, 2)
  10860. Shadow_39.Size = UDim2.new(1, 0, 1, 0)
  10861. Shadow_39.ZIndex = 7
  10862.  
  10863. Shadow_40.Name = "Shadow"
  10864. Shadow_40.Parent = R2S_3
  10865. Shadow_40.BackgroundColor3 = Color3.new(0, 0, 0)
  10866. Shadow_40.BackgroundTransparency = 0.80000001192093
  10867. Shadow_40.BorderSizePixel = 0
  10868. Shadow_40.Position = UDim2.new(0, 3, 0, 3)
  10869. Shadow_40.Size = UDim2.new(1, 0, 1, 0)
  10870. Shadow_40.ZIndex = 7
  10871.  
  10872. getfenv().script = Instance.new('LocalScript', MrSpyV2RebugKurokkusGhost)
  10873.  
  10874. repeat wait() until game:GetService("Players").LocalPlayer.Character:WaitForChild("HumanoidRootPart")
  10875. local Hub = script.Parent.Hub
  10876. local plr = game:GetService("Players").LocalPlayer
  10877. local Animate = Hub.Main.Animate
  10878. local Animate_Time = 30
  10879. local Exit = Hub.Exit
  10880. local colSize = 14
  10881. script.Parent.Hub.Draggable = true
  10882. local Tabs = Hub.Tabs
  10883. local TF = Hub.Main.TabsFolder
  10884. local Remotes = TF.Remotes
  10885. local Output = TF.Output
  10886. local Supplies = script.Parent.Holder
  10887. local Opened = true;
  10888. local OutputTab = Tabs.Output
  10889. local RemoteTab = Tabs.Remotes
  10890. local Explorer = TF.Explorer
  10891. local R2S = TF.R2S
  10892.  
  10893. local Instances = {
  10894. ["BadgeService"] = 76;
  10895. ["Humanoid"] = 10;
  10896. ["GuiService"] = 48;
  10897. ["CylinderHandleAdornment"] = 55;
  10898. ["BallSocketConstraint"] = 90;
  10899. ["BrickColorValue"] = 5;
  10900. ["Accoutrement"] = 33;
  10901. ["AdService"] = 74;
  10902. ["AssetService"] = 73;
  10903. ["GuiMain"] = 48;
  10904. ["ImageButton"] = 53;
  10905. ["HapticService"] = 85;
  10906. ["DialogChoice"] = 64;
  10907. ["Handles"] = 54;
  10908. ["ReflectionMetadataClasses"] = 87;
  10909. ["JointInstance"] = 35;
  10910. ["AnimationController"] = 61;
  10911. ["RemoteEvent"] = 81;
  10912. ["CollectionService"] = 31;
  10913. ["Smoke"] = 60;
  10914. ["Configuration"] = 59;
  10915. ["KeyframeSequenceProvider"] = 61;
  10916. ["Accessory"] = 33;
  10917. ["SelectionPointLasso"] = 58;
  10918. ["GamePassService"] = 20;
  10919. ["CFrameValue"] = 5;
  10920. ["TextureTrail"] = 5;
  10921. ["ImageLabel"] = 50;
  10922. ["ReflectionMetadataMember"] = 87;
  10923. ["Animation"] = 61;
  10924. ["IntConstrainedValue"] = 5;
  10925. ["HttpService"] = 77;
  10926. ["PointLight"] = 14;
  10927. ["Model"] = 3;
  10928. ["DoubleConstrainedValue"] = 5;
  10929. ["Snap"] = 35;
  10930. ["BodyAngularVelocity"] = 15;
  10931. ["VelocityMotor"] = 35;
  10932. ["RocketPropulsion"] = 15;
  10933. ["SurfaceSelection"] = 56;
  10934. ["CoreGui"] = 47;
  10935. ["Part"] = 2;
  10936. ["ReplicatedFirst"] = 73;
  10937. ["BindableEvent"] = 68;
  10938. ["SelectionPartLasso"] = 58;
  10939. ["NegateOperation"] = 79;
  10940. ["PyramidPart"] = 2;
  10941. ["ArcHandles"] = 57;
  10942. ["Hint"] = 34;
  10943. ["Players"] = 22;
  10944. ["Script"] = 7;
  10945. ["ParallelRampPart"] = 2;
  10946. ["RayValue"] = 5;
  10947. ["LineHandleAdornment"] = 55;
  10948. ["Camera"] = 6;
  10949. ["RunService"] = 67;
  10950. ["BodyForce"] = 15;
  10951. ["KeyframeSequence"] = 61;
  10952. ["ServerScriptService"] = 1;
  10953. ["BillboardGui"] = 65;
  10954. ["BodyThrust"] = 15;
  10955. ["RemoteFunction"] = 80;
  10956. ["Team"] = 25;
  10957. ["Sound"] = 12;
  10958. ["GuiButton"] = 53;
  10959. ["Workspace"] = 20;
  10960. ["Lighting"] = 14;
  10961. ["JointsService"] = 35;
  10962. ["BlurEffect"] = 91;
  10963. ["WedgePart"] = 2;
  10964. ["BloomEffect"] = 91;
  10965. ["ReflectionMetadata"] = 87;
  10966. ["Vector3Value"] = 5;
  10967. ["PointsService"] = 84;
  10968. ["UserInputService"] = 85;
  10969. ["Sparkles"] = 43;
  10970. ["BodyGyro"] = 15;
  10971. ["Rotate"] = 35;
  10972. ["HopperBin"] = 23;
  10973. ["ForceField"] = 38;
  10974. ["Tool"] = 18;
  10975. ["Texture"] = 11;
  10976. ["Teams"] = 24;
  10977. ["ReflectionMetadataFunctions"] = 87;
  10978. ["RodConstraint"] = 90;
  10979. ["Folder"] = 71;
  10980. ["BodyVelocity"] = 15;
  10981. ["Shirt"] = 44;
  10982. ["SlidingBallConstraint"] = 90;
  10983. ["Animator"] = 61;
  10984. ["TextButton"] = 52;
  10985. ["Color3Value"] = 5;
  10986. ["TextBox"] = 52;
  10987. ["NetworkReplicator"] = 30;
  10988. ["Platform"] = 36;
  10989. ["TerrainRegion"] = 66;
  10990. ["SkateboardPlatform"] = 36;
  10991. ["Seat"] = 36;
  10992. ["Terrain"] = 66;
  10993. ["Explosion"] = 37;
  10994. ["BlockMesh"] = 9;
  10995. ["TeleportService"] = 82;
  10996. ["PlayerGui"] = 47;
  10997. ["TextLabel"] = 51;
  10998. ["SurfaceLight"] = 14;
  10999. ["SurfaceGui"] = 65;
  11000. ["Debris"] = 31;
  11001. ["FlagStand"] = 40;
  11002. ["StarterPack"] = 21;
  11003. ["BindableFunction"] = 67;
  11004. ["ReflectionMetadataCallbacks"] = 87;
  11005. ["NetworkClient"] = 17;
  11006. ["ModuleScript"] = 72;
  11007. ["Flag"] = 39;
  11008. ["Status"] = 3;
  11009. ["ParticleEmitter"] = 70;
  11010. ["StarterPlayer"] = 89;
  11011. ["StringValue"] = 5;
  11012. ["ObjectValue"] = 5;
  11013. ["CharacterMesh"] = 61;
  11014. ["StarterGui"] = 47;
  11015. ["ReplicatedStorage"] = 73;
  11016. ["StarterCharacterScripts"] = 83;
  11017. ["NetworkServer"] = 16;
  11018. ["Backpack"] = 21;
  11019. ["ReflectionMetadataEnum"] = 87;
  11020. ["StarterPlayerScripts"] = 83;
  11021. ["SpotLight"] = 14;
  11022. ["CustomEventReceiver"] = 5;
  11023. ["SphereHandleAdornment"] = 55;
  11024. ["SoundService"] = 32;
  11025. ["SpecialMesh"] = 9;
  11026. ["SpawnLocation"] = 26;
  11027. ["PlayerScripts"] = 83;
  11028. ["PartPairLasso"] = 58;
  11029. ["ColorCorrectionEffect"] = 91;
  11030. ["UnionOperation"] = 78;
  11031. ["Sky"] = 29;
  11032. ["MoveToConstraint"] = 90;
  11033. ["RopeConstraint"] = 90;
  11034. ["RightAngleRampPart"] = 2;
  11035. ["ShirtGraphic"] = 41;
  11036. ["ScreenGui"] = 48;
  11037. ["SelectionSphere"] = 55;
  11038. ["RotateV"] = 35;
  11039. ["SelectionBox"] = 55;
  11040. ["VehicleSeat"] = 36;
  11041. ["CustomEvent"] = 5;
  11042. ["Chat"] = 34;
  11043. ["ServerStorage"] = 75;
  11044. ["Selection"] = 56;
  11045. ["IntValue"] = 5;
  11046. ["RotateP"] = 35;
  11047. ["FloorWire"] = 5;
  11048. ["TrussPart"] = 2;
  11049. ["StarterGear"] = 21;
  11050. ["ReflectionMetadataYieldFunctions"] = 87;
  11051. ["ReflectionMetadataProperties"] = 87;
  11052. ["ReflectionMetadataEvents"] = 87;
  11053. ["ReflectionMetadataEnums"] = 87;
  11054. ["ReflectionMetadataEnumItem"] = 87;
  11055. ["ReflectionMetadataClass"] = 87;
  11056. ["PrismPart"] = 2;
  11057. ["BinaryStringValue"] = 5;
  11058. ["Glue"] = 35;
  11059. ["PrismaticConstraint"] = 90;
  11060. ["TouchTransmitter"] = 38;
  11061. ["CornerWedgePart"] = 2;
  11062. ["PathfindingService"] = 38;
  11063. ["SpringConstraint"] = 90;
  11064. ["Fire"] = 62;
  11065. ["Pants"] = 45;
  11066. ["NumberValue"] = 5;
  11067. ["TestService"] = 69;
  11068. ["Motor6D"] = 35;
  11069. ["Motor"] = 35;
  11070. ["CylindricalConstraint"] = 90;
  11071. ["MarketplaceService"] = 47;
  11072. ["CoreScript"] = 19;
  11073. ["CylinderMesh"] = 9;
  11074. ["ConeHandleAdornment"] = 55;
  11075. ["SunRaysEffect"] = 91;
  11076. ["LocalScript"] = 19;
  11077. ["Weld"] = 35;
  11078. ["Attachment"] = 35;
  11079. ["BoolValue"] = 5;
  11080. ["Dialog"] = 63;
  11081. ["Pose"] = 61;
  11082. ["Decal"] = 8;
  11083. ["Hat"] = 46;
  11084. ["AnimationTrack"] = 61;
  11085. ["ClickDetector"] = 42;
  11086. ["Frame"] = 49;
  11087. ["LogService"] = 88;
  11088. ["FileMesh"] = 9;
  11089. ["InsertService"] = 73;
  11090. ["HingeConstraint"] = 90;
  11091. ["Message"] = 34;
  11092. ["Player"] = 13;
  11093. ["ContextActionService"] = 42;
  11094. ["ContentProvider"] = 73;
  11095. ["BodyPosition"] = 15;
  11096. ["BoxHandleAdornment"] = 55;
  11097. ["ScrollingFrame"] = 49;
  11098. ["Keyframe"] = 61;
  11099. }
  11100.  
  11101. function LoadIcon(service, frame, numb)
  11102. if Instances[service] or numb then
  11103. local row = 1
  11104. local col = 0
  11105. if numb then
  11106. for i = 1,numb do
  11107. if i > colSize*row then
  11108. col = 1
  11109. row = row+1
  11110. else
  11111. col = col+1
  11112. end
  11113. end
  11114. else
  11115. for i = 1,Instances[service] do
  11116. if i > colSize*row then
  11117. col = 1
  11118. row = row+1
  11119. else
  11120. col = col+1
  11121. end
  11122. end
  11123. end
  11124. frame.IconMap.Position = UDim2.new(0,(-3+(-18*col))+18,0,(-3+(-18*row))+18)
  11125. end
  11126. end
  11127.  
  11128. Exit.MouseEnter:Connect(function()
  11129. game:GetService("TweenService"):Create(Exit, TweenInfo.new(0.1), {
  11130. ['ImageColor3'] = Color3.fromRGB(200,200,200);
  11131. }):Play();
  11132. end)
  11133.  
  11134. Exit.MouseLeave:Connect(function()
  11135. game:GetService("TweenService"):Create(Exit, TweenInfo.new(0.1), {
  11136. ['ImageColor3'] = Color3.fromRGB(255,255,255);
  11137. }):Play();
  11138. end)
  11139.  
  11140. Exit.MouseButton1Down:Connect(function()
  11141. Opened = false
  11142. Hub:TweenPosition(UDim2.new(0.5,0,1.1,0),"InOut","Sine",0.25,true)
  11143. end)
  11144.  
  11145. Hub.MouseEnter:Connect(function()
  11146. game:GetService("TweenService"):Create(Hub, TweenInfo.new(0.1), {
  11147. ['BackgroundColor3'] = Color3.fromRGB(50,50,50);
  11148. }):Play();
  11149. end)
  11150.  
  11151. Hub.MouseLeave:Connect(function()
  11152. game:GetService("TweenService"):Create(Hub, TweenInfo.new(0.1), {
  11153. ['BackgroundColor3'] = Color3.fromRGB(40, 40, 40);
  11154. }):Play();
  11155. end)
  11156.  
  11157. local CHO = false
  11158. local BTH = false
  11159.  
  11160. OutputTab.ClearHolder.MouseEnter:Connect(function()
  11161. CHO = true
  11162. end)
  11163.  
  11164. OutputTab.ClearHolder.MouseLeave:Connect(function()
  11165. CHO = false
  11166. end)
  11167.  
  11168. OutputTab.MouseEnter:Connect(function()
  11169. BTH = true
  11170. OutputTab.ClearHolder.Clear:TweenPosition(UDim2.new(0,0,0.5,-7),"InOut","Sine",0.2,true)
  11171. repeat wait() until not BTH or not CHO
  11172. OutputTab.ClearHolder.Clear:TweenPosition(UDim2.new(0,0,0,-7),"InOut","Sine",0.2,true)
  11173. end)
  11174.  
  11175. local SH = false
  11176. local RH = false
  11177.  
  11178. RemoteTab.Spys.MouseEnter:Connect(function()
  11179. SH = true
  11180. end)
  11181.  
  11182. RemoteTab.Spys.MouseLeave:Connect(function()
  11183. SH = false
  11184. end)
  11185.  
  11186. RemoteTab.MouseEnter:Connect(function()
  11187. RH = true
  11188. RemoteTab.Spys.Spyer:TweenPosition(UDim2.new(0,0,0.5,-7),"InOut","Sine",0.2,true)
  11189. repeat wait() until not SH or not RH
  11190. RemoteTab.Spys.Spyer:TweenPosition(UDim2.new(0,0,0,-7),"InOut","Sine",0.2,true)
  11191. end)
  11192.  
  11193. function OpenUI()
  11194. if Opened then
  11195. Opened = not Opened
  11196. Hub:TweenPosition(UDim2.new(0.5,0,1.1,0),"InOut","Sine",0.25,true)
  11197. else
  11198. Opened = not Opened
  11199. Hub:TweenPosition(UDim2.new(0.5,0,0.35,0),"InOut","Sine",0.25,true)
  11200. end
  11201. end
  11202.  
  11203. plr.Chatted:Connect(function(msg)
  11204. if msg:lower() == "/e open" then
  11205. OpenUI()
  11206. end
  11207. end)
  11208.  
  11209. game:GetService("UserInputService").InputBegan:Connect(function(input, proc)
  11210. if not proc and input.KeyCode == Enum.KeyCode.F4 then
  11211. OpenUI()
  11212. end
  11213. end)
  11214.  
  11215. function SwitchTab(tab,x)
  11216. Tabs.TabLine:TweenPosition(UDim2.new(x,0,1,0),"InOut","Sine",0.25,true)
  11217. if tab == "Remotes" then
  11218. TF.Remotes:TweenPosition(UDim2.new(0,0,0,0),"InOut","Sine",0.25,true)
  11219. TF.Output:TweenPosition(UDim2.new(1,0,0,0),"InOut","Sine",0.25,true)
  11220. TF.Explorer:TweenPosition(UDim2.new(2,0,0,0),"InOut","Sine",0.25,true)
  11221. TF.R2S:TweenPosition(UDim2.new(3,0,0,0),"InOut","Sine",0.25,true)
  11222. elseif tab == "Output" then
  11223. TF.Remotes:TweenPosition(UDim2.new(-1,0,0,0),"InOut","Sine",0.25,true)
  11224. TF.Output:TweenPosition(UDim2.new(0,0,0,0),"InOut","Sine",0.25,true)
  11225. TF.Explorer:TweenPosition(UDim2.new(1,0,0,0),"InOut","Sine",0.25,true)
  11226. TF.R2S:TweenPosition(UDim2.new(2,0,0,0),"InOut","Sine",0.25,true)
  11227. elseif tab == "Explorer" then
  11228. TF.Remotes:TweenPosition(UDim2.new(-2,0,0,0),"InOut","Sine",0.25,true)
  11229. TF.Output:TweenPosition(UDim2.new(-1,0,0,0),"InOut","Sine",0.25,true)
  11230. TF.Explorer:TweenPosition(UDim2.new(0,0,0,0),"InOut","Sine",0.25,true)
  11231. TF.R2S:TweenPosition(UDim2.new(1,0,0,0),"InOut","Sine",0.25,true)
  11232. elseif tab == "R2S" then
  11233. TF.Remotes:TweenPosition(UDim2.new(-3,0,0,0),"InOut","Sine",0.25,true)
  11234. TF.Output:TweenPosition(UDim2.new(-2,0,0,0),"InOut","Sine",0.25,true)
  11235. TF.Explorer:TweenPosition(UDim2.new(-1,0,0,0),"InOut","Sine",0.25,true)
  11236. TF.R2S:TweenPosition(UDim2.new(0,0,0,0),"InOut","Sine",0.25,true)
  11237. end
  11238. end
  11239.  
  11240. for i,v in pairs(Tabs:GetChildren()) do
  11241. if v:IsA("TextButton") then
  11242. v.MouseButton1Down:Connect(function()
  11243. SwitchTab(v.Name,v.Position.X.Scale)
  11244. end)
  11245. end
  11246. end
  11247.  
  11248. local Ignores = {
  11249. ["CharacterSoundEvent"] = true;
  11250. ["MovementUpdate"] = true;
  11251. ["OnNewMessage"] = true;
  11252. ["OnMessageDoneFiltering"] = true;
  11253. ["OnNewSystemMessage"] = true;
  11254. ["OnChannelJoined"] = true;
  11255. ["OnChannelLeft"] = true;
  11256. ["OnMuted"] = true;
  11257. ["OnUnmuted"] = true;
  11258. ["OnMainChannelSet"] = true;
  11259. ["ChannelNameColorUpdated"] = true;
  11260. ["SayMessageRequest"] = true;
  11261. ["SetBlockedUserIdsRequest"] = true;
  11262. ["GetInitDataRequest"] = true;
  11263. ["MutePlayerRequest"] = true;
  11264. ["UnMutePlayerRequest"] = true;
  11265. ["DefaultServerSoundEvent"] = true;
  11266. ["AddCharacterLoadedEvent"] = true;
  11267. ["RemoveCharacterEvent"] = true;
  11268. ["SoundDispatcher"] = true;
  11269. ["GamepadNotifications"] = true;
  11270. ["SendNotificationInfo"] = true;
  11271. ["FollowRelationshipChanged"] = true;
  11272. ["NewFollower"] = true;
  11273. ["GetFollowRelationships"] = true;
  11274. ["SetPlayerBlockList"] = true;
  11275. ["UpdatePlayerBlockList"] = true;
  11276. ["SetDialogInUse"] = true;
  11277. ["GetServerVersion"] = true;
  11278. }
  11279.  
  11280. local RemotesToSpy = {}
  11281. local SpyingRemotes = {}
  11282. local BiggestTB = 0;
  11283.  
  11284. function UpdateOutput()
  11285. Output.OutputWindow.CanvasSize = UDim2.new(0,89+BiggestTB,0,(#Output.OutputWindow:GetChildren()*20)+1)
  11286. end
  11287.  
  11288. function ClearOutput()
  11289. BiggestTB = 0
  11290. Output.OutputWindow:ClearAllChildren()
  11291. UpdateOutput()
  11292. end
  11293.  
  11294. OutputTab.ClearHolder.Clear.MouseButton1Down:Connect(function()
  11295. BTH = false
  11296. CHO = false
  11297. ClearOutput()
  11298. end)
  11299.  
  11300. local TextToCopy = ""
  11301.  
  11302. function LoadR2S(obj,args)
  11303. R2S.Warning.Visible = false
  11304. R2S.Window.Visible = true
  11305.  
  11306. local InstancesTable = {}
  11307. local String = ""
  11308. for i in string.gmatch(obj:GetFullName(),".") do
  11309. if i == "." then
  11310. InstancesTable[#InstancesTable+1] = String
  11311. String = ""
  11312. else
  11313. String = String .. i
  11314. end
  11315. end
  11316. InstancesTable[#InstancesTable+1] = String
  11317.  
  11318. local TextToLoad = "local Remote = game"
  11319.  
  11320. for i,v in pairs(InstancesTable) do
  11321. if i == #InstancesTable then
  11322. TextToLoad = TextToLoad.."['"..v.."']"
  11323. else
  11324. TextToLoad = TextToLoad.."."..v
  11325. end
  11326. end
  11327.  
  11328. TextToLoad = TextToLoad.."\n\nlocal Arguments = "
  11329.  
  11330. local function GenerateScript()
  11331. local Tabs = 0
  11332. local function AddTabs()
  11333. if Tabs == 0 then return end
  11334. for i = 0,Tabs do
  11335. TextToLoad = TextToLoad.." "
  11336. end
  11337. end
  11338. local IgnoreCommaBreak = false
  11339. local last = ""
  11340. for i in string.gmatch(args,".") do
  11341. if i == "{" then
  11342. TextToLoad = TextToLoad.."{\n"
  11343. Tabs = Tabs + 1
  11344. AddTabs()
  11345. elseif i == "}" then
  11346. TextToLoad = TextToLoad.."\n"
  11347. Tabs = Tabs - 1
  11348. AddTabs()
  11349. TextToLoad = TextToLoad.."}"
  11350. elseif i == "(" then
  11351. IgnoreCommaBreak = true
  11352. TextToLoad = TextToLoad..i
  11353. elseif i == ")" and IgnoreCommaBreak then
  11354. IgnoreCommaBreak = false
  11355. TextToLoad = TextToLoad..i
  11356. elseif i == "," and not IgnoreCommaBreak then
  11357. TextToLoad = TextToLoad..",\n"
  11358. AddTabs()
  11359. elseif i == " " and last == "," then
  11360. --lol goteeem im doing nothing here cuz it's mainly for visuals
  11361. else
  11362. TextToLoad = TextToLoad..i
  11363. end
  11364. last = i
  11365. end
  11366. end
  11367. GenerateScript()
  11368. 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))"
  11369.  
  11370. TextToCopy = TextToLoad
  11371.  
  11372. R2S.Window.ScriptWindow.RemoteScript.Text = TextToLoad
  11373. R2S.Window.ScriptWindow.CanvasSize = UDim2.new(0,R2S.Window.ScriptWindow.RemoteScript.TextBounds.X+6,0,R2S.Window.ScriptWindow.RemoteScript.TextBounds.Y+6)
  11374. end
  11375.  
  11376. R2S.Window.CopyClip.MouseEnter:Connect(function()
  11377. game:GetService("TweenService"):Create(R2S.Window.CopyClip, TweenInfo.new(0.1), {
  11378. ['BackgroundColor3'] = Color3.fromRGB(60, 60, 60);
  11379. }):Play();
  11380. end)
  11381.  
  11382. R2S.Window.CopyClip.MouseLeave:Connect(function()
  11383. game:GetService("TweenService"):Create(R2S.Window.CopyClip, TweenInfo.new(0.1), {
  11384. ['BackgroundColor3'] = Color3.fromRGB(50, 50, 50);
  11385. }):Play();
  11386. end)
  11387.  
  11388. R2S.Window.CopyClip.MouseButton1Down:Connect(function()
  11389. R2S.Window.CopyClip.BackgroundColor3 = Color3.fromRGB(100, 100, 100)
  11390. game:GetService("TweenService"):Create(R2S.Window.CopyClip, TweenInfo.new(0.1), {
  11391. ['BackgroundColor3'] = Color3.fromRGB(50, 50, 50);
  11392. }):Play();
  11393. if setclipboard then
  11394. setclipboard(TextToCopy)
  11395. elseif toclipboard then
  11396. toclipboard(TextToCopy)
  11397. elseif syn and syn.write_clipboard then
  11398. syn.write_clipboard(TextToCopy)
  11399. end
  11400. end)
  11401.  
  11402. local ViewDB = false
  11403.  
  11404. function AddToOutput(obj,args)
  11405. local temp = Supplies.RemoteOutputTemplate:Clone()
  11406. temp.RemoteName.Text = obj.Name.." | Args: "..args
  11407. LoadIcon(obj.ClassName,temp.Icon)
  11408. temp.Position = UDim2.new(0,5,0,#Output.OutputWindow:GetChildren()*20)
  11409. temp.Parent = Output.OutputWindow
  11410. temp.R2S.Position = UDim2.new(0,25+temp.RemoteName.TextBounds.X,0,0)
  11411. if temp.RemoteName.TextBounds.X >= BiggestTB then
  11412. BiggestTB = temp.RemoteName.TextBounds.X
  11413. end
  11414. UpdateOutput()
  11415. temp.R2S.MouseEnter:Connect(function()
  11416. game:GetService("TweenService"):Create(temp.R2S, TweenInfo.new(0.1), {
  11417. ['BackgroundColor3'] = Color3.fromRGB(75,75,75);
  11418. }):Play();
  11419. end)
  11420. temp.R2S.MouseLeave:Connect(function()
  11421. game:GetService("TweenService"):Create(temp.R2S, TweenInfo.new(0.1), {
  11422. ['BackgroundColor3'] = Color3.fromRGB(60, 60, 60);
  11423. }):Play();
  11424. end)
  11425. temp.R2S.MouseButton1Down:Connect(function()
  11426. if not ViewDB then
  11427. ViewDB = true
  11428. LoadR2S(obj,args)
  11429. SwitchTab("R2S",0.75)
  11430. wait(0.5)
  11431. ViewDB = false
  11432. end
  11433. end)
  11434. end
  11435.  
  11436. --Do Spy stuff boyssssss
  11437.  
  11438. local IgnoreThis = {
  11439. GetSetting = true;
  11440. GetSelection = true;
  11441. SelectionChanged = true;
  11442. GetAwaiting = true;
  11443. }
  11444.  
  11445. function GetType(item)
  11446. if type(item) == "string" then
  11447. return "\""..item.."\""
  11448. elseif type(item) == "table" then
  11449. local str = "{"
  11450. local max = 0
  11451. local numb = 1
  11452. for i,v in pairs(item) do
  11453. max = max+1
  11454. end
  11455. for i,v in pairs(item) do
  11456. if numb == max then
  11457. str = str.."["..GetType(i).."] = "..GetType(v)
  11458. else
  11459. str = str.."["..GetType(i).."] = "..GetType(v)..", "
  11460. end
  11461. numb = numb + 1
  11462. end
  11463. str = str.."}"
  11464. return str
  11465. elseif type(item) == "userdata" then
  11466. local a,b = pcall(function()
  11467. return item.ClassName
  11468. end)
  11469. if a then
  11470. return item:GetFullName()
  11471. else
  11472. if tostring(b):match("not a valid member of %w+") then
  11473. local c, d = tostring(b):match("not a valid member of %w+"):find("of ")
  11474. local class = tostring(b):match("not a valid member of %w+"):sub(d+1)
  11475. return class..".new(".. tostring(item) ..")"
  11476. end
  11477. end
  11478. else
  11479. return tostring(item)
  11480. end
  11481. end
  11482.  
  11483. function ReturnArgs(...)
  11484. local args = {...}
  11485. local list = ""
  11486. local max = 0
  11487. local numb = 1
  11488. for i,v in pairs(args) do
  11489. max = max + 1
  11490. end
  11491. for i,v in pairs(args) do
  11492. if numb == max then
  11493. list = list..GetType(v)
  11494. else
  11495. list = list..GetType(v)..", "
  11496. end
  11497. numb = numb + 1
  11498. end
  11499. list=list
  11500. return list
  11501. end
  11502.  
  11503. local mt = getrawmetatable(game)
  11504. local old_n = mt.__namecall
  11505. if setreadonly then
  11506. setreadonly(mt, false)
  11507. elseif make_writeable then
  11508. make_writeable(mt)
  11509. end
  11510.  
  11511. local protect = newcclosure or protect_function or function(f) return f end
  11512. mt.__namecall = protect(function(self, ...)
  11513. local args = {...}
  11514. table.remove(args)
  11515.  
  11516. if (not IgnoreThis[self.Name]) and SpyingRemotes[self] and RemoteIgnores[self.ClassName] then
  11517. AddToOutput(self, ReturnArgs(args));
  11518. end
  11519.  
  11520. return old_n(self, ...)
  11521. end)
  11522.  
  11523. if replaceclosure then
  11524. local OldFireServer
  11525. local Hook = protect(function(self,...)
  11526. local args = {...}
  11527.  
  11528. if (not IgnoreThis[self.Name]) and SpyingRemotes[self] then
  11529. AddToOutput(self, ReturnArgs(args));
  11530. end
  11531.  
  11532. return OldFireServer(self,...)
  11533. end)
  11534.  
  11535. OldFireServer = replaceclosure(Instance.new("RemoteEvent").FireServer, Hook)
  11536.  
  11537. local OldInvokeServer
  11538. local Hook2 = protect(function(self,...)
  11539. local args = {...}
  11540.  
  11541. if (not IgnoreThis[self.Name]) and SpyingRemotes[self] then
  11542. AddToOutput(self, ReturnArgs(args));
  11543. end
  11544.  
  11545. return OldInvokeServer(self,...)
  11546. end)
  11547.  
  11548. OldInvokeServer = replaceclosure(Instance.new("RemoteFunction").InvokeServer, Hook2)
  11549. end
  11550. ----------------------
  11551.  
  11552. local BiggestR = 0;
  11553.  
  11554. function UpdateRemotes()
  11555. Remotes.CanvasSize = UDim2.new(0,144+BiggestR,0,(#Remotes:GetChildren()-1)*20)
  11556. end
  11557.  
  11558. function Spy(temp,bool)
  11559. if not bool then
  11560. temp.Spy.Text = "Spy"
  11561. game:GetService("TweenService"):Create(temp.Spy, TweenInfo.new(0.5), {
  11562. ['TextColor3'] = Color3.fromRGB(255,255,255);
  11563. }):Play();
  11564. else
  11565. temp.Spy.Text = "Spying"
  11566. game:GetService("TweenService"):Create(temp.Spy, TweenInfo.new(0.5), {
  11567. ['TextColor3'] = Color3.fromRGB(17, 170, 73);
  11568. }):Play();
  11569. end
  11570. end
  11571.  
  11572. function LoadExplorer(obj)
  11573. Explorer.Window.ExplorerWindow:ClearAllChildren()
  11574. Explorer.Window.ExplorerWindow.CanvasSize = UDim2.new(0,0,0,0)
  11575. Explorer.Warning.Visible = false
  11576. Explorer.Window.Visible = true
  11577. local InstancesTable = {}
  11578. local String = ""
  11579. for i in string.gmatch(obj:GetFullName(),".") do
  11580. if i == "." then
  11581. InstancesTable[#InstancesTable+1] = String
  11582. String = ""
  11583. else
  11584. String = String .. i
  11585. end
  11586. end
  11587. InstancesTable[#InstancesTable+1] = String
  11588. local ClassTable = {}
  11589. local function Check(obj,pos)
  11590. if obj:FindFirstChild(InstancesTable[pos]) then
  11591. ClassTable[pos] = obj:FindFirstChild(InstancesTable[pos])
  11592. if InstancesTable[pos+1] then
  11593. Check(obj:FindFirstChild(InstancesTable[pos]),pos+1)
  11594. end
  11595. end
  11596. end
  11597. Check(game,1)
  11598. local last
  11599. for i,v in pairs(InstancesTable) do
  11600. local temp = Supplies.ExplorerTemplate:Clone()
  11601. temp.Name = v
  11602. temp.InstanceName.Text = v
  11603. LoadIcon(((ClassTable[i] and ClassTable[i].ClassName) or "Folder"),temp.Icon)
  11604. if ClassTable[i] then
  11605. if #ClassTable[i]:GetChildren() > 0 then
  11606. temp.Arrow.Visible = true
  11607. else
  11608. temp.Arrow.Visible = false
  11609. end
  11610. end
  11611. if last then
  11612. temp.Parent = last.Holder
  11613. else
  11614. temp.Parent = Explorer.Window.ExplorerWindow
  11615. end
  11616. temp.BG.Size = UDim2.new(0,temp.InstanceName.TextBounds.X+36,1,0)
  11617. temp.InstanceName.Size = UDim2.new(0,temp.InstanceName.TextBounds.X+10,1,0)
  11618. last = temp
  11619. temp.InstanceName.MouseEnter:Connect(function()
  11620. game:GetService("TweenService"):Create(temp.BG, TweenInfo.new(0.1), {
  11621. ['BackgroundTransparency'] = 0.5;
  11622. }):Play();
  11623. end)
  11624. temp.InstanceName.MouseLeave:Connect(function()
  11625. game:GetService("TweenService"):Create(temp.BG, TweenInfo.new(0.1), {
  11626. ['BackgroundTransparency'] = 1;
  11627. }):Play();
  11628. end)
  11629. temp.Arrow.Open.MouseEnter:Connect(function()
  11630. game:GetService("TweenService"):Create(temp.Arrow.IconMap, TweenInfo.new(0.1), {
  11631. ['ImageColor3'] = Color3.fromRGB(200,200,200);
  11632. }):Play();
  11633. end)
  11634. temp.Arrow.Open.MouseLeave:Connect(function()
  11635. game:GetService("TweenService"):Create(temp.Arrow.IconMap, TweenInfo.new(0.1), {
  11636. ['ImageColor3'] = Color3.fromRGB(255,255,255);
  11637. }):Play();
  11638. end)
  11639. temp.Arrow.Open.MouseButton1Down:Connect(function()
  11640. if temp.Holder.Visible then
  11641. temp.Holder.Visible = false
  11642. LoadIcon(nil,temp.Arrow,166)
  11643. else
  11644. temp.Holder.Visible = true
  11645. LoadIcon(nil,temp.Arrow,167)
  11646. end
  11647. end)
  11648. temp.InstanceName.Open.MouseButton1Down:Connect(function()
  11649. if temp.Holder.Visible then
  11650. temp.Holder.Visible = false
  11651. LoadIcon(nil,temp.Arrow,166)
  11652. else
  11653. temp.Holder.Visible = true
  11654. LoadIcon(nil,temp.Arrow,167)
  11655. end
  11656. end)
  11657. end
  11658. Explorer.Window.ExplorerWindow.CanvasSize = UDim2.new(0,(last.AbsolutePosition.X-Explorer.AbsolutePosition.X)+50+last.InstanceName.TextBounds.X,0,(20*#InstancesTable)+5)
  11659. end
  11660.  
  11661. local AllStuff = {}
  11662.  
  11663. function MakeRemote(obj)
  11664. local temp = Supplies.RemoteTemplate:Clone()
  11665. temp.RemoteName.Text = obj.Name
  11666. LoadIcon(obj.ClassName,temp.Icon)
  11667. temp.Parent = Remotes
  11668. temp.Spy.Position = UDim2.new(0,25+temp.RemoteName.TextBounds.X,0,0)
  11669. temp.View.Position = UDim2.new(0,80+temp.RemoteName.TextBounds.X,0,0)
  11670. if temp.RemoteName.TextBounds.X >= BiggestR then
  11671. BiggestR = temp.RemoteName.TextBounds.X
  11672. end
  11673. RemotesToSpy[obj] = temp
  11674. AllStuff[temp] = obj
  11675. temp.Spy.MouseEnter:Connect(function()
  11676. game:GetService("TweenService"):Create(temp.Spy, TweenInfo.new(0.1), {
  11677. ['BackgroundColor3'] = Color3.fromRGB(75,75,75);
  11678. }):Play();
  11679. end)
  11680. temp.Spy.MouseLeave:Connect(function()
  11681. game:GetService("TweenService"):Create(temp.Spy, TweenInfo.new(0.1), {
  11682. ['BackgroundColor3'] = Color3.fromRGB(60, 60, 60);
  11683. }):Play();
  11684. end)
  11685. temp.View.MouseEnter:Connect(function()
  11686. game:GetService("TweenService"):Create(temp.View, TweenInfo.new(0.1), {
  11687. ['BackgroundColor3'] = Color3.fromRGB(75,75,75);
  11688. }):Play();
  11689. end)
  11690. temp.View.MouseLeave:Connect(function()
  11691. game:GetService("TweenService"):Create(temp.View, TweenInfo.new(0.1), {
  11692. ['BackgroundColor3'] = Color3.fromRGB(60, 60, 60);
  11693. }):Play();
  11694. end)
  11695. temp.Spy.MouseButton1Down:Connect(function()
  11696. if SpyingRemotes[obj] then
  11697. SpyingRemotes[obj] = nil
  11698. Spy(temp,false)
  11699. else
  11700. SpyingRemotes[obj] = true
  11701. Spy(temp,true)
  11702. end
  11703. end)
  11704. temp.View.MouseButton1Down:Connect(function()
  11705. if not ViewDB then
  11706. ViewDB = true
  11707. LoadExplorer(obj)
  11708. SwitchTab("Explorer",0.5)
  11709. wait(0.5)
  11710. ViewDB = false
  11711. end
  11712. end)
  11713. end
  11714.  
  11715. local SpyingDB = false
  11716. RemoteTab.Spys.Spyer.MouseButton1Down:Connect(function()
  11717. if not SpyingDB then
  11718. SpyingDB = true
  11719. game:GetService("TweenService"):Create(RemoteTab.Spys.Spyer, TweenInfo.new(0.1), {
  11720. ['ImageColor3'] = Color3.fromRGB(215, 90, 74);
  11721. }):Play();
  11722. RemoteTab.Spys.Spyer.Words.Text = "Unspy All"
  11723. for i,v in pairs(Remotes:GetChildren()) do
  11724. if v:IsA("Frame") then
  11725. Spy(v,true)
  11726. if AllStuff[v] then
  11727. SpyingRemotes[AllStuff[v]] = true
  11728. end
  11729. end
  11730. end
  11731. else
  11732. SpyingDB = false
  11733. game:GetService("TweenService"):Create(RemoteTab.Spys.Spyer, TweenInfo.new(0.1), {
  11734. ['ImageColor3'] = Color3.fromRGB(0, 170, 93);
  11735. }):Play();
  11736. RemoteTab.Spys.Spyer.Words.Text = "Spy All"
  11737. for i,v in pairs(Remotes:GetChildren()) do
  11738. if v:IsA("Frame") then
  11739. Spy(v,false)
  11740. if AllStuff[v] then
  11741. SpyingRemotes[AllStuff[v]] = nil
  11742. end
  11743. end
  11744. end
  11745. end
  11746. end)
  11747.  
  11748. function LoadSpy()
  11749. Remotes:ClearAllChildren()
  11750. Supplies.RemoteGrid:Clone().Parent = Remotes
  11751. local function recur(obj)
  11752. for i,v in pairs(obj:GetChildren()) do
  11753. local suc, err = pcall(function()
  11754. v:GetChildren()
  11755. end)
  11756. if suc then
  11757. if RemoteIgnores[v.ClassName] and not Ignores[v.Name] then
  11758. MakeRemote(v)
  11759. end
  11760. recur(v)
  11761. end
  11762. end
  11763. end
  11764. recur(game)
  11765. UpdateRemotes()
  11766. end
  11767. spawn(function()LoadSpy()end)
  11768.  
  11769. function CreateListener()
  11770. for i,v in pairs(game:GetChildren()) do
  11771. local suc, err = pcall(function()
  11772. v:GetChildren()
  11773. end)
  11774. if suc then
  11775. v.DescendantAdded:Connect(function(obj)
  11776. if RemoteIgnores[obj.ClassName] and not Ignores[obj.Name] then
  11777. MakeRemote(obj)
  11778. UpdateRemotes()
  11779. end
  11780. end)
  11781. v.DescendantRemoving:Connect(function(obj)
  11782. if RemoteIgnores[obj.ClassName] and not Ignores[obj.Name] then
  11783. RemotesToSpy[obj]:Destroy()
  11784. RemotesToSpy[obj] = nil
  11785. SpyingRemotes[obj] = nil
  11786. end
  11787. end)
  11788. end
  11789. end
  11790. end
  11791. spawn(function()CreateListener()end)
  11792.  
  11793. spawn(function()
  11794. while true do
  11795. for i = 0,100 do
  11796. Tabs.TabLine.BackgroundColor3 = Color3.fromHSV(i/100,0.75,0.75)
  11797. wait()
  11798. end
  11799. end
  11800. end)
  11801.  
  11802. spawn(function()
  11803. while true do
  11804. Animate.Texture:TweenPosition(UDim2.new(-2,0,-2,0),"Out","Linear",Animate_Time,true)
  11805. Animate.Texture2:TweenPosition(UDim2.new(0,0,0,0),"Out","Linear",Animate_Time,true)
  11806. Animate.Texture3:TweenPosition(UDim2.new(-2,0,0,0),"Out","Linear",Animate_Time,true)
  11807. Animate.Texture4:TweenPosition(UDim2.new(0,0,-2,0),"Out","Linear",Animate_Time,true)
  11808. wait(Animate_Time)
  11809. Animate.Texture.Position = UDim2.new(2,0,2,0)
  11810. Animate.Texture3.Position = UDim2.new(0,0,2,0)
  11811. Animate.Texture4.Position = UDim2.new(2,0,0,0)
  11812. Animate.Texture2:TweenPosition(UDim2.new(-2,0,-2,0),"Out","Linear",Animate_Time,true)
  11813. Animate.Texture:TweenPosition(UDim2.new(0,0,0,0),"Out","Linear",Animate_Time,true)
  11814. Animate.Texture3:TweenPosition(UDim2.new(-2,0,0,0),"Out","Linear",Animate_Time,true)
  11815. Animate.Texture4:TweenPosition(UDim2.new(0,0,-2,0),"Out","Linear",Animate_Time,true)
  11816. wait(Animate_Time)
  11817. Animate.Texture2.Position = UDim2.new(2,0,2,0)
  11818. Animate.Texture3.Position = UDim2.new(0,0,2,0)
  11819. Animate.Texture4.Position = UDim2.new(2,0,0,0)
  11820. end
  11821. end)
  11822. end)
  11823.  
  11824. Page2.Name = "Page2"
  11825. Page2.Parent = MainGUI
  11826. Page2.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  11827. Page2.BorderSizePixel = 0
  11828. Page2.Position = UDim2.new(0.879551828, 0, 0.724409461, 0)
  11829. Page2.Size = UDim2.new(0, 23, 0, 18)
  11830. Page2.Font = Enum.Font.GothamBlack
  11831. Page2.Text = ">"
  11832. Page2.TextColor3 = Color3.new(1, 0, 0)
  11833. Page2.TextScaled = true
  11834. Page2.TextSize = 14
  11835. Page2.TextWrapped = true
  11836. Page2.MouseButton1Click:connect(function()
  11837. MainGUI.Visible = false
  11838. Page2Frame.Visible = true
  11839. end)
  11840.  
  11841. Page2Frame.Name = "Page2Frame"
  11842. Page2Frame.Parent = GX
  11843. Page2Frame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  11844. Page2Frame.BorderSizePixel = 0
  11845. Page2Frame.Position = UDim2.new(0.292, 0,0.258, 0)
  11846. Page2Frame.Size = UDim2.new(0, 357, 0, 254)
  11847. Page2Frame.Visible = false
  11848.  
  11849. TextLabel_11.Parent = Page2Frame
  11850. TextLabel_11.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  11851. TextLabel_11.BorderSizePixel = 0
  11852. TextLabel_11.Size = UDim2.new(0, 357, 0, 24)
  11853. TextLabel_11.Font = Enum.Font.GothamBlack
  11854. TextLabel_11.Text = "GX GUI - Page 2"
  11855. TextLabel_11.TextColor3 = Color3.new(1, 1, 1)
  11856. TextLabel_11.TextScaled = true
  11857. TextLabel_11.TextSize = 14
  11858. TextLabel_11.TextWrapped = true
  11859.  
  11860. ClosePage.Name = "ClosePage"
  11861. ClosePage.Parent = Page2Frame
  11862. ClosePage.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  11863. ClosePage.BorderSizePixel = 0
  11864. ClosePage.Position = UDim2.new(0.89635855, 0, 0.874015749, 0)
  11865. ClosePage.Size = UDim2.new(0, 29, 0, 20)
  11866. ClosePage.Font = Enum.Font.GothamBlack
  11867. ClosePage.Text = "X"
  11868. ClosePage.TextColor3 = Color3.new(1, 0, 0)
  11869. ClosePage.TextScaled = true
  11870. ClosePage.TextSize = 14
  11871. ClosePage.TextWrapped = true
  11872. ClosePage.MouseButton1Click:connect(function()
  11873. Page2Frame.Visible = false
  11874. MainGUI.Visible = true
  11875. end)
  11876.  
  11877. Page1.Name = "Page1"
  11878. Page1.Parent = Page2Frame
  11879. Page1.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  11880. Page1.BorderSizePixel = 0
  11881. Page1.Position = UDim2.new(0.0588235185, 0, 0.866141796, 0)
  11882. Page1.Size = UDim2.new(0, 23, 0, 18)
  11883. Page1.Font = Enum.Font.GothamBlack
  11884. Page1.Text = "<"
  11885. Page1.TextColor3 = Color3.new(1, 0, 0)
  11886. Page1.TextScaled = true
  11887. Page1.TextSize = 14
  11888. Page1.TextWrapped = true
  11889. Page1.MouseButton1Click:connect(function()
  11890. MainGUI.Visible = true
  11891. Page2Frame.Visible = false
  11892. end)
  11893.  
  11894. FakeAdmin.Name = "FakeAdmin"
  11895. FakeAdmin.Parent = Page2Frame
  11896. FakeAdmin.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  11897. FakeAdmin.BorderSizePixel = 0
  11898. FakeAdmin.Position = UDim2.new(0.1232493, 0, 0.192913383, 0)
  11899. FakeAdmin.Size = UDim2.new(0, 269, 0, 21)
  11900. FakeAdmin.Font = Enum.Font.GothamBlack
  11901. FakeAdmin.Text = "Fake Admin/Builderclub [ScreenShare Trolling]"
  11902. FakeAdmin.TextColor3 = Color3.new(1, 1, 1)
  11903. FakeAdmin.TextScaled = true
  11904. FakeAdmin.TextSize = 93
  11905. FakeAdmin.TextWrapped = true
  11906. FakeAdmin.MouseButton1Click:connect(function()
  11907. loadstring(game:HttpGet(("https://pastebin.com/raw/8HwHBQDM"),true))()
  11908. end)
  11909.  
  11910. Noclip.Name = "Noclip"
  11911. Noclip.Parent = Page2Frame
  11912. Noclip.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  11913. Noclip.BorderSizePixel = 0
  11914. Noclip.Position = UDim2.new(0.1232493, 0, 0.291338563, 0)
  11915. Noclip.Size = UDim2.new(0, 269, 0, 21)
  11916. Noclip.Font = Enum.Font.GothamBlack
  11917. Noclip.Text = "Noclip [Keybind is E]"
  11918. Noclip.TextColor3 = Color3.new(1, 1, 1)
  11919. Noclip.TextScaled = true
  11920. Noclip.TextSize = 93
  11921. Noclip.TextWrapped = true
  11922. Noclip.MouseButton1Click:connect(function()
  11923. noclip = false
  11924. game:GetService('RunService').Stepped:connect(function()
  11925. if noclip then
  11926. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  11927. end
  11928. end)
  11929. plr = game.Players.LocalPlayer
  11930. mouse = plr:GetMouse()
  11931. mouse.KeyDown:connect(function(key)
  11932.  
  11933. if key == "e" then
  11934. noclip = not noclip
  11935. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  11936. end
  11937. end)
  11938. print('Loaded')
  11939. print('Press "E" to noclip')
  11940. end)
  11941.  
  11942. Spin.Name = "Spin"
  11943. Spin.Parent = Page2Frame
  11944. Spin.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  11945. Spin.BorderSizePixel = 0
  11946. Spin.Position = UDim2.new(0.1232493, 0, 0.42125982, 0)
  11947. Spin.Size = UDim2.new(0, 269, 0, 21)
  11948. Spin.Font = Enum.Font.GothamBlack
  11949. Spin.Text = "Spin Kill"
  11950. Spin.TextColor3 = Color3.new(1, 1, 1)
  11951. Spin.TextScaled = true
  11952. Spin.TextSize = 93
  11953. Spin.TextWrapped = true
  11954. Spin.MouseButton1Click:Connect(function()
  11955. -- Made By JackMcJagger15
  11956. local FlingKill = Instance.new("ScreenGui")
  11957. local Main = Instance.new("Frame")
  11958. local Label = Instance.new("Frame")
  11959. local Shadow = Instance.new("Frame")
  11960. local StartKill = Instance.new("TextButton")
  11961. local StopKill = Instance.new("TextButton")
  11962. local Instructions = Instance.new("TextLabel")
  11963. local CurrentPower = Instance.new("TextLabel")
  11964. local Recomendation = Instance.new("TextLabel")
  11965. local NameOfGui = Instance.new("TextLabel")
  11966. local Exit = Instance.new("TextButton")
  11967. local UPArrow = Instance.new("TextButton")
  11968. local DownArrow = Instance.new("TextButton")
  11969.  
  11970. -- Properties
  11971.  
  11972. FlingKill.Name = "Fling/Kill"
  11973. FlingKill.Parent = game.CoreGui
  11974.  
  11975. Main.Name = "Main"
  11976. Main.Parent = FlingKill
  11977. Main.BackgroundColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  11978. Main.BorderSizePixel = 0
  11979. Main.Position = UDim2.new(0.702554762, 0, 0.446640313, 0)
  11980. Main.Size = UDim2.new(0, 217, 0, 233)
  11981. Main.Selectable = true
  11982. Main.Active = true
  11983. Main.Draggable = true
  11984.  
  11985. Label.Name = "Label"
  11986. Label.Parent = Main
  11987. Label.BackgroundColor3 = Color3.new(0.741176, 0.764706, 0.780392)
  11988. Label.BorderSizePixel = 0
  11989. Label.Size = UDim2.new(0, 217, 0, 27)
  11990.  
  11991. Shadow.Name = "Shadow"
  11992. Shadow.Parent = Main
  11993. Shadow.BackgroundColor3 = Color3.new(0.67451, 0.694118, 0.705882)
  11994. Shadow.BorderSizePixel = 0
  11995. Shadow.Position = UDim2.new(0, 0, 0.115879826, 0)
  11996. Shadow.Size = UDim2.new(0, 217, 0, 9)
  11997.  
  11998. StartKill.Name = "StartKill"
  11999. StartKill.Parent = Main
  12000. StartKill.BackgroundColor3 = Color3.new(0.741176, 0.764706, 0.780392)
  12001. StartKill.BorderSizePixel = 0
  12002. StartKill.Position = UDim2.new(0.195852548, 0, 0.227467805, 0)
  12003. StartKill.Size = UDim2.new(0, 126, 0, 23)
  12004. StartKill.Font = Enum.Font.Cartoon
  12005. StartKill.Text = "FE Kill/Fling"
  12006. StartKill.TextColor3 = Color3.new(0, 0, 0)
  12007. StartKill.TextSize = 14
  12008.  
  12009. StopKill.Name = "StopKill"
  12010. StopKill.Parent = Main
  12011. StopKill.BackgroundColor3 = Color3.new(0.741176, 0.764706, 0.780392)
  12012. StopKill.BorderSizePixel = 0
  12013. StopKill.Position = UDim2.new(0.207373276, 0, 0.38197428, 0)
  12014. StopKill.Size = UDim2.new(0, 124, 0, 23)
  12015. StopKill.Font = Enum.Font.Cartoon
  12016. StopKill.Text = "Stop FE Kill/Fling"
  12017. StopKill.TextColor3 = Color3.new(0, 0, 0)
  12018. StopKill.TextSize = 14
  12019.  
  12020. Instructions.Name = "Instructions"
  12021. Instructions.Parent = Main
  12022. Instructions.BackgroundColor3 = Color3.new(1, 1, 1)
  12023. Instructions.BackgroundTransparency = 1
  12024. Instructions.Position = UDim2.new(0.0391705073, 0, 0.549356222, 0)
  12025. Instructions.Size = UDim2.new(0, 200, 0, 32)
  12026. Instructions.Font = Enum.Font.Cartoon
  12027. Instructions.Text = "Just touch someone to watch the fly to their death!"
  12028. Instructions.TextColor3 = Color3.new(0, 0, 0)
  12029. Instructions.TextSize = 14
  12030. Instructions.TextWrapped = true
  12031.  
  12032. CurrentPower.Name = "CurrentPower"
  12033. CurrentPower.Parent = Main
  12034. CurrentPower.BackgroundColor3 = Color3.new(1, 1, 1)
  12035. CurrentPower.BackgroundTransparency = 1
  12036. CurrentPower.Position = UDim2.new(0.276497692, 0, 0.686695278, 0)
  12037. CurrentPower.Size = UDim2.new(0, 98, 0, 36)
  12038. CurrentPower.Font = Enum.Font.Cartoon
  12039. CurrentPower.Text = "Current Power = 5"
  12040. CurrentPower.TextColor3 = Color3.new(0, 0, 0)
  12041. CurrentPower.TextSize = 14
  12042.  
  12043. Recomendation.Name = "Recomendation"
  12044. Recomendation.Parent = Main
  12045. Recomendation.BackgroundColor3 = Color3.new(1, 1, 1)
  12046. Recomendation.BackgroundTransparency = 1
  12047. Recomendation.Position = UDim2.new(0.0414746553, 0, 0.884120166, 0)
  12048. Recomendation.Size = UDim2.new(0, 200, 0, 21)
  12049. Recomendation.Font = Enum.Font.Cartoon
  12050. Recomendation.Text = "Recommended Power is 5"
  12051. Recomendation.TextColor3 = Color3.new(0, 0, 0)
  12052. Recomendation.TextSize = 14
  12053.  
  12054. NameOfGui.Name = "NameOfGui"
  12055. NameOfGui.Parent = Main
  12056. NameOfGui.BackgroundColor3 = Color3.new(1, 1, 1)
  12057. NameOfGui.BackgroundTransparency = 1
  12058. NameOfGui.Position = UDim2.new(0.0806451589, 0, 0, 0)
  12059. NameOfGui.Size = UDim2.new(0, 154, 0, 27)
  12060. NameOfGui.Font = Enum.Font.Cartoon
  12061. NameOfGui.Text = "FE Kill/Fling By JackMcJagger15"
  12062. NameOfGui.TextColor3 = Color3.new(0, 0, 0)
  12063. NameOfGui.TextSize = 14
  12064.  
  12065. Exit.Name = "Exit"
  12066. Exit.Parent = Main
  12067. Exit.BackgroundColor3 = Color3.new(1, 1, 1)
  12068. Exit.BackgroundTransparency = 1
  12069. Exit.Position = UDim2.new(0.907834113, 0, 0, 0)
  12070. Exit.Size = UDim2.new(0, 20, 0, 27)
  12071. Exit.Font = Enum.Font.Cartoon
  12072. Exit.Text = "X"
  12073. Exit.TextColor3 = Color3.new(0, 0, 0)
  12074. Exit.TextSize = 14
  12075.  
  12076. UPArrow.Name = "UPArrow"
  12077. UPArrow.Parent = Main
  12078. UPArrow.BackgroundColor3 = Color3.new(1, 1, 1)
  12079. UPArrow.BackgroundTransparency = 1
  12080. UPArrow.Position = UDim2.new(0.0783410147, 0, 0.716738224, 0)
  12081. UPArrow.Size = UDim2.new(0, 26, 0, 23)
  12082. UPArrow.Font = Enum.Font.Cartoon
  12083. UPArrow.Text = "Up"
  12084. UPArrow.TextColor3 = Color3.new(0, 0, 0)
  12085. UPArrow.TextSize = 12
  12086. UPArrow.TextWrapped = true
  12087.  
  12088. DownArrow.Name = "DownArrow"
  12089. DownArrow.Parent = Main
  12090. DownArrow.BackgroundColor3 = Color3.new(1, 1, 1)
  12091. DownArrow.BackgroundTransparency = 1
  12092. DownArrow.Position = UDim2.new(0.792626739, 0, 0.714592278, 0)
  12093. DownArrow.Size = UDim2.new(0, 26, 0, 23)
  12094. DownArrow.Font = Enum.Font.Cartoon
  12095. DownArrow.Text = "Down"
  12096. DownArrow.TextColor3 = Color3.new(0, 0, 0)
  12097. DownArrow.TextSize = 12
  12098. DownArrow.TextWrapped = true
  12099.  
  12100. power = 500
  12101. active = false
  12102. local val = Instance.new("IntValue")
  12103. val.Name = "Number"
  12104. val.Parent = game.Players.LocalPlayer
  12105. val.Value = 5
  12106.  
  12107. Exit.MouseButton1Click:connect(function()
  12108. FlingKill.Enabled = false
  12109. end)
  12110.  
  12111. StartKill.MouseButton1Click:connect(function()
  12112. game:GetService('RunService').Stepped:connect(function()
  12113. if game.Players.LocalPlayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R6 then
  12114. game.Players.LocalPlayer.Character.Head.CanCollide = false
  12115. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  12116. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  12117. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  12118. else
  12119. if game.Players.LocalPlayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R15 then
  12120. game.Players.LocalPlayer.Character.Head.CanCollide = false
  12121. game.Players.LocalPlayer.Character.UpperTorso.CanCollide = false
  12122. game.Players.LocalPlayer.Character.LowerTorso.CanCollide = false
  12123. game.Players.LocalPlayer.Character.HumanoidRootPart.CanCollide = false
  12124. end
  12125. end
  12126. end)
  12127. wait(.1)
  12128. local bambam = Instance.new("BodyThrust")
  12129. bambam.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  12130. bambam.Force = Vector3.new(power,0,power)
  12131. bambam.Location = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
  12132. end)
  12133.  
  12134. StopKill.MouseButton1Click:connect(function()
  12135. active = false
  12136. game.Players.LocalPlayer.Character.HumanoidRootPart.BodyThrust:Remove()
  12137. end)
  12138.  
  12139. UPArrow.MouseButton1Click:connect(function()
  12140. power = power + 100
  12141. game.Players.LocalPlayer.Number.Value = game.Players.LocalPlayer.Number.Value + 1
  12142. CurrentPower.Text = "Current Power = " .. game.Players.LocalPlayer.Number.Value
  12143. end)
  12144.  
  12145. DownArrow.MouseButton1Click:connect(function()
  12146. power = power - 100
  12147. game.Players.LocalPlayer.Number.Value = game.Players.LocalPlayer.Number.Value - 1
  12148. CurrentPower.Text = "Current Power = " .. game.Players.LocalPlayer.Number.Value
  12149. end)
  12150. end)
  12151.  
  12152. Soon.Name = "Soon"
  12153. Soon.Parent = Page2Frame
  12154. Soon.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  12155. Soon.BorderSizePixel = 0
  12156. Soon.Position = UDim2.new(0, 0, 0.535433054, 0)
  12157. Soon.Size = UDim2.new(0, 357, 0, 68)
  12158. Soon.Font = Enum.Font.GothamBlack
  12159. Soon.Text = "More coming Soon."
  12160. Soon.TextColor3 = Color3.new(0, 1, 1)
  12161. Soon.TextScaled = true
  12162. Soon.TextSize = 14
  12163. Soon.TextWrapped = true
  12164.  
  12165. OpenGUI.Name = "OpenGUI"
  12166. OpenGUI.Parent = GX
  12167. OpenGUI.BackgroundColor3 = Color3.new(1, 1, 1)
  12168. OpenGUI.Position = UDim2.new(0, 0, 0.908918381, 0)
  12169. OpenGUI.Size = UDim2.new(0, 100, 0, 38)
  12170. OpenGUI.Visible = false
  12171.  
  12172. Open.Name = "Open"
  12173. Open.Parent = OpenGUI
  12174. Open.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  12175. Open.Size = UDim2.new(0, 100, 0, 38)
  12176. Open.Font = Enum.Font.GothamBlack
  12177. Open.Text = "Open"
  12178. Open.TextColor3 = Color3.new(1, 1, 1)
  12179. Open.TextScaled = true
  12180. Open.TextSize = 14
  12181. Open.TextWrapped = true
  12182. Open.MouseButton1Click:connect(function()
  12183. MainGUI.Visible = true
  12184. OpenGUI.Visible = false
  12185. end)
  12186.  
  12187. Intro.Name = "Intro"
  12188. Intro.Parent = GX
  12189. Intro.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  12190. Intro.Size = UDim2.new(0, 1364, 0, 690)
  12191.  
  12192. IntroLabel.Name = "IntroLabel"
  12193. IntroLabel.Parent = Intro
  12194. IntroLabel.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  12195. IntroLabel.BorderSizePixel = 0
  12196. IntroLabel.Size = UDim2.new(0, 1366, 0, 622)
  12197. IntroLabel.Font = Enum.Font.GothamBlack
  12198. IntroLabel.Text = "GX GUI Status: Loading."
  12199. IntroLabel.TextColor3 = Color3.new(1, 1, 1)
  12200. IntroLabel.TextScaled = true
  12201. IntroLabel.TextSize = 14
  12202. IntroLabel.TextWrapped = true
  12203. -- Scripts:
  12204. Wait(1)
  12205. IntroLabel.Text = "GX GUI Status: Loading.."
  12206. Wait(1)
  12207. IntroLabel.Text = "GX GUI Status: Loading..."
  12208. Wait(1)
  12209. IntroLabel.Text = "GX GUI Status: Loading."
  12210. Wait(1)
  12211. IntroLabel.Text = "GX GUI Status: Loading.."
  12212. Wait(1)
  12213. IntroLabel.Text = "GX GUI Status: Loading..."
  12214. Wait(1)
  12215. IntroLabel.Text = "GX GUI Status: Done!"
  12216. Wait(1)
  12217. Intro.Visible = false
  12218. wait(2)
  12219. bc = BrickColor.new("Crimson")
  12220. game.StarterGui:SetCore("ChatMakeSystemMessage", {
  12221. Text = "[GX System]: Welcome to GX GUI! [Thanks to cheetoes for help!]";
  12222. Font = Enum.Font.Cartoon;
  12223. Color = bc.Color;
  12224. FontSize = Enum.FontSize.Size96;
  12225. })
  12226. LoginFrame.Visible = true
  12227. while true do
  12228. Soon.Text = "More coming Soon.."
  12229. Wait(1)
  12230. Soon.Text = "More coming Soon..."
  12231. Wait(1)
  12232. Soon.Text = "More coming Soon."
  12233. Wait(1)
  12234. end
Add Comment
Please, Sign In to add comment