Advertisement
Guest User

SCRIPT ROBLOX EXPLOITS 2020

a guest
Mar 7th, 2020
28,904
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 253.68 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.2
  3.  
  4. -- Instances:
  5.  
  6. local ScreenGui = Instance.new("ScreenGui")
  7. local OpenFrame = Instance.new("Frame")
  8. local Open = Instance.new("TextButton")
  9. local Main = Instance.new("Frame")
  10. local BeautyA = Instance.new("Frame")
  11. local BeautyB = Instance.new("Frame")
  12. local Credits = Instance.new("TextLabel")
  13. local TextLabel = Instance.new("TextLabel")
  14. local Close = Instance.new("TextButton")
  15. local CounterBlox = Instance.new("TextButton")
  16. local Arsenal = Instance.new("TextButton")
  17. local PrisonLife = Instance.new("TextButton")
  18. local MyotherSCRIPT = Instance.new("TextButton")
  19.  
  20. --Properties:
  21.  
  22. ScreenGui.Parent = game.CoreGui
  23. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  24.  
  25. OpenFrame.Name = "OpenFrame"
  26. OpenFrame.Parent = ScreenGui
  27. OpenFrame.BackgroundColor3 = Color3.fromRGB(255, 85, 127)
  28. OpenFrame.Position = UDim2.new(0.175946549, 0, 0.377510011, 0)
  29. OpenFrame.Size = UDim2.new(0, 100, 0, 100)
  30.  
  31. Open.Name = "Open"
  32. Open.Parent = OpenFrame
  33. Open.BackgroundColor3 = Color3.fromRGB(255, 85, 127)
  34. Open.Size = UDim2.new(0, 100, 0, 100)
  35. Open.Font = Enum.Font.SourceSans
  36. Open.Text = "Open"
  37. Open.TextColor3 = Color3.fromRGB(170, 85, 127)
  38. Open.TextScaled = true
  39. Open.TextSize = 14.000
  40. Open.TextWrapped = true
  41. Open.MouseButton1Down:connect(function()
  42. Main.Visible = true
  43. OpenFrame.Visible = false
  44. end)
  45.  
  46. Main.Name = "Main"
  47. Main.Parent = ScreenGui
  48. Main.Active = true
  49. Main.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  50. Main.Position = UDim2.new(0.408685982, 0, 0.220883533, 0)
  51. Main.Size = UDim2.new(0, 431, 0, 240)
  52. Main.Visible = false
  53. Main.Draggable = true
  54.  
  55. BeautyA.Name = "BeautyA"
  56. BeautyA.Parent = Main
  57. BeautyA.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  58. BeautyA.Size = UDim2.new(0, 431, 0, 32)
  59.  
  60. BeautyB.Name = "BeautyB"
  61. BeautyB.Parent = Main
  62. BeautyB.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  63. BeautyB.Position = UDim2.new(0, 0, 0.866666675, 0)
  64. BeautyB.Size = UDim2.new(0, 431, 0, 32)
  65.  
  66. Credits.Name = "Credits"
  67. Credits.Parent = Main
  68. Credits.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  69. Credits.Position = UDim2.new(0, 0, 0.866666675, 0)
  70. Credits.Size = UDim2.new(0, 431, 0, 32)
  71. Credits.Font = Enum.Font.SourceSans
  72. Credits.Text = "Creator ???"
  73. Credits.TextColor3 = Color3.fromRGB(0, 0, 0)
  74. Credits.TextScaled = true
  75. Credits.TextSize = 14.000
  76. Credits.TextWrapped = true
  77.  
  78. TextLabel.Parent = Main
  79. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  80. TextLabel.Size = UDim2.new(0, 431, 0, 32)
  81. TextLabel.Font = Enum.Font.SourceSans
  82. TextLabel.Text = "LOL"
  83. TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
  84. TextLabel.TextScaled = true
  85. TextLabel.TextSize = 14.000
  86. TextLabel.TextWrapped = true
  87.  
  88. Close.Name = "Close"
  89. Close.Parent = Main
  90. Close.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  91. Close.Position = UDim2.new(0.867749393, 0, -0.0375000015, 0)
  92. Close.Size = UDim2.new(0, 57, 0, 50)
  93. Close.Font = Enum.Font.SourceSans
  94. Close.Text = "X"
  95. Close.TextColor3 = Color3.fromRGB(170, 0, 0)
  96. Close.TextScaled = true
  97. Close.TextSize = 14.000
  98. Close.TextWrapped = true
  99. Close.MouseButton1Down:connect(function()
  100. OpenFrame.Visible = true
  101. Main.Visible = false
  102. end)
  103.  
  104. CounterBlox.Name = "Counter Blox"
  105. CounterBlox.Parent = Main
  106. CounterBlox.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  107. CounterBlox.Position = UDim2.new(0.0603248253, 0, 0.245833337, 0)
  108. CounterBlox.Size = UDim2.new(0, 166, 0, 50)
  109. CounterBlox.Font = Enum.Font.SourceSans
  110. CounterBlox.Text = "Counter Blox"
  111. CounterBlox.TextColor3 = Color3.fromRGB(0, 0, 0)
  112. CounterBlox.TextScaled = true
  113. CounterBlox.TextSize = 14.000
  114. CounterBlox.TextWrapped = true
  115. CounterBlox.MouseButton1Down:connect(function()
  116. local Remote = game.ReplicatedStorage.Events['HitPart']
  117.  
  118. for _,v in pairs(game:GetService"Players":GetChildren()) do
  119. if v.Team ~= game.Players.LocalPlayer.Team then
  120. if v.Character and v.Character.Head then
  121. local Arguments = {
  122. [1] = workspace[v.Name].Head,
  123. [2] = workspace[v.Name].Head.Position,
  124. [3] = workspace[game.Players.LocalPlayer.Name].EquippedTool.Value,
  125. [4] = math.rad(1,100000),
  126. [5] = workspace[game.Players.LocalPlayer.Name].Gun,
  127. [8] = 8, --damage multiplier
  128. [9] = false,
  129. [10] = false,
  130. [11] = Vector3.new(),
  131. [12] = math.rad(1,100000),
  132. [13] = Vector3.new()
  133. }
  134.  
  135. Remote:FireServer(unpack(Arguments))
  136. end
  137. end
  138. end
  139. end)
  140.  
  141. Arsenal.Name = "Arsenal"
  142. Arsenal.Parent = Main
  143. Arsenal.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  144. Arsenal.Position = UDim2.new(0.533642709, 0, 0.245833337, 0)
  145. Arsenal.Size = UDim2.new(0, 166, 0, 50)
  146. Arsenal.Font = Enum.Font.SourceSans
  147. Arsenal.Text = "Arsenal"
  148. Arsenal.TextColor3 = Color3.fromRGB(0, 0, 0)
  149. Arsenal.TextScaled = true
  150. Arsenal.TextSize = 14.000
  151. Arsenal.TextWrapped = true
  152. Arsenal.MouseButton1Down:connect(function()
  153. pcall(function()
  154. local espcolor = Color3.fromRGB(140, 69, 102)
  155. local wallhack_esp_transparency = .4
  156. local gui_hide_button = {Enum.KeyCode.LeftControl, "h"}
  157. local plrs = game:GetService("Players")
  158. local lplr = game:GetService("Players").LocalPlayer
  159. local TeamBased = true ; local teambasedswitch = "o"
  160. local presskeytoaim = true; local aimkey = "e"
  161. aimbothider = false; aimbothiderspeed = .5
  162. local Aim_Assist = false ; Aim_Assist_Key = {Enum.KeyCode.LeftControl, "z"}
  163. local espupdatetime = 5; autoesp = false; local charmsesp = true
  164. local movementcounting = true
  165.  
  166.  
  167.  
  168.  
  169. local mouselock = false
  170. local canaimat = true
  171. local lockaim = true; local lockangle = 5
  172. local ver = "2.4"
  173. local cam = game.Workspace.CurrentCamera
  174. local BetterDeathCount = true
  175. local ballisticsboost = 0
  176.  
  177. local mouse = lplr:GetMouse()
  178. local switch = false
  179. local key = "k"
  180. local aimatpart = nil
  181. local lightesp = false
  182.  
  183. local abs = math.abs
  184.  
  185. local Gui = Instance.new("ScreenGui")
  186. local Move = Instance.new("Frame")
  187. local Main = Instance.new("Frame")
  188. local EspStatus = Instance.new("TextLabel")
  189. local st1 = Instance.new("TextLabel")
  190. local st1_2 = Instance.new("TextLabel")
  191. local st1_3 = Instance.new("TextBox")
  192. local Name = Instance.new("TextLabel")
  193. --Properties:
  194.  
  195. Gui.Parent = plrs.LocalPlayer:WaitForChild("PlayerGui")
  196.  
  197.  
  198. local aimbotstatus = {"qc", "qr", "qe", "qd", "qi", "qt", "qs", "dd", "sp", "ql", "qa", "qd", "qs"}
  199. local gotstring = 0
  200. local function getrandomstring()
  201. gotstring = gotstring+666
  202. local str = ""
  203. local randomstring = {"a", "b", "c", "d", "e", "f", "g", "h", "i", "g", "k", "l", "m", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z",
  204. "?","?","?","?","?","?","?","?","?","?","?","?","?","?","?","?","?","?","?","?","?","?","?","?","?","?","?","?","?","?", "`", "$",
  205. "0","1","2","3","4","5","6","7","8","9", }
  206. local counting123 = 0
  207. for i, v in ipairs(randomstring) do
  208. counting123 = i
  209. end
  210. do
  211. math.randomseed(tick()+gotstring)
  212. for i = 3, math.random(1,100) do
  213. math.randomseed(i+tick()+gotstring)
  214.  
  215. local oneortwo = math.random(1,2)
  216. if oneortwo == 2 then
  217. math.randomseed(i+tick()+gotstring)
  218. str = str..""..randomstring[math.random(1, counting123)]
  219. else
  220. math.randomseed(i+tick()+gotstring)
  221. str = str..""..string.upper(randomstring[math.random(1, counting123)])
  222. end
  223.  
  224. end
  225. end
  226. return str
  227. end
  228. local mousedown = false
  229. local isonmovething = false
  230. local mouseoffset = Vector2.new()
  231. local mousedown = false
  232. local bspeed = 3584
  233. local aimbotoffset = {dd = ":", sp = " ", qa = "a", qb = "b",qc = "c", qd = "d", qe = "e", qf = "f", qg = "g" , qh = "h" , qi = "i", qj = "j", qk = "k", ql = "l", qm = "m", qn = "n", qo = "o", qp = "p", qq = "q", qr = "r", qs = "s", qt = "t", qu = "u", qv = "w", qx = "x", qy = "y", qz = "z"}
  234.  
  235.  
  236.  
  237. Gui.Name = getrandomstring()
  238.  
  239. Move.Name = getrandomstring()
  240. Move.Draggable = true
  241. Move.Parent = Gui
  242. Move.BackgroundColor3 = Color3.new(0.0431373, 1, 0.0745098)
  243. Move.BackgroundTransparency = 0.40000000596046
  244. Move.BorderSizePixel = 0
  245. Move.Position = UDim2.new(0.5, 0,0.018, 0)
  246. Move.Size = UDim2.new(0, 320, 0, 30)
  247.  
  248. Move.MouseEnter:Connect(function()
  249.  
  250. isonmovething = true
  251.  
  252. end)
  253. Move.MouseLeave:Connect(function()
  254.  
  255. isonmovething = mousedown and true or false
  256. end)
  257. mouse.Button1Down:connect(function()
  258. mousedown = true
  259. mouseoffset = Move.AbsolutePosition - Vector2.new(mouse.X, mouse.Y)
  260. end)
  261. mouse.Button1Up:connect(function()
  262. mousedown = false
  263. end)
  264.  
  265. mouse.Move:Connect(function()
  266. if isonmovething == true and mousedown then
  267. Move.Position = UDim2.new(0, mouseoffset.X + mouse.X, 0, mouseoffset.Y + mouse.Y)
  268. end
  269. end)
  270. local function uc (st)
  271. local ast = ""
  272. for i, v in ipairs(st) do
  273. local let = aimbotoffset[v]
  274. ast = ast..let
  275. end
  276. return ast
  277. end
  278.  
  279. Main.Name = getrandomstring()
  280. Main.Parent = Move
  281. Main.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  282. Main.BackgroundTransparency = 0.69999998807907
  283. Main.Position = UDim2.new(0, 0, 0.995670795, 0)
  284. Main.Size = UDim2.new(1.0000006, 0, 11.2, 0)
  285.  
  286. st1.Name = getrandomstring()
  287. st1.Parent = Main
  288. st1.BackgroundColor3 = Color3.new(1, 1, 1)
  289. st1.BackgroundTransparency = 1
  290. st1.Position = UDim2.new(0, 0, 0, 0)
  291. st1.Size = UDim2.new(1, 0, 0.161862016, 0)
  292. st1.Font = Enum.Font.ArialBold
  293. st1.Text = uc(aimbotstatus)
  294. st1.TextColor3 = Color3.new(0.0431373, 1, 0.0745098)
  295. st1.TextScaled = true
  296. st1.TextSize = 14
  297. st1.TextWrapped = true
  298.  
  299. st1_2.Name = getrandomstring()
  300. st1_2.Parent = Main
  301. st1_2.BackgroundColor3 = Color3.new(1, 1, 1)
  302. st1_2.BackgroundTransparency = 1
  303. st1_2.Position = UDim2.new(0, 0, 0.375590861, 0)
  304. st1_2.Size = UDim2.new(0.999999881, 0, 0.161862016, 0)
  305. st1_2.Font = Enum.Font.ArialBold
  306. st1_2.TextXAlignment = Enum.TextXAlignment.Left
  307. st1_2.Text = "Current ballistics: 0"
  308. st1_2.TextColor3 = Color3.new(0.0431373, 1, 0.0745098)
  309. st1_2.TextScaled = true
  310. st1_2.TextSize = 14
  311. st1_2.TextWrapped = true
  312.  
  313. local aimbothiderbox = Instance.new("TextBox")
  314. aimbothiderbox.Name = getrandomstring()
  315. aimbothiderbox.Text = "Speed :"..tostring(aimbothiderspeed).." off"
  316. aimbothiderbox.Size = UDim2.new(1, 0,0.162, 0)
  317. aimbothiderbox.TextScaled = true
  318. aimbothiderbox.TextColor3 =Color3.fromRGB(255, 0, 0)
  319. aimbothiderbox.Position = UDim2.new(0, 0,0.853, 0)
  320. aimbothiderbox.BackgroundTransparency = 1
  321. aimbothiderbox.Parent = Main
  322.  
  323. st1_3.Name = getrandomstring()
  324. st1_3.Parent = Main
  325. st1_3.BackgroundColor3 = Color3.new(1, 1, 1)
  326. st1_3.BackgroundTransparency = 1
  327. st1_3.Position = UDim2.new(0, 0, 0.18558608, 0)
  328. st1_3.Size = UDim2.new(0.999999881, 0, 0.161862016, 0)
  329. st1_3.Font = Enum.Font.ArialBold
  330. st1_3.Text = "Bullet speed = 3584"
  331. st1_3.TextColor3 = Color3.new(0.0431373, 1, 0.0745098)
  332. st1_3.TextScaled = true
  333. st1_3.TextSize = 14
  334. st1_3.TextWrapped = true
  335. local teambasedstatus = st1_3:Clone()
  336. teambasedstatus.Parent = Main
  337. teambasedstatus.TextScaled = true
  338. teambasedstatus.Position = UDim2.new(0, 0,.7, 0)
  339. teambasedstatus.Size = UDim2.new(1, 0,.1, 0)
  340. teambasedstatus.Name = getrandomstring()
  341. teambasedstatus.Text = "Team Based: "..tostring(TeamBased)
  342. local espstatustext = teambasedstatus:Clone()
  343. espstatustext.Name = getrandomstring()
  344. espstatustext.Position = UDim2.new(0, 0,0.58, 0)
  345. espstatustext.Text = "Esp loop :"..tostring(autoesp)
  346. espstatustext.Parent = Main
  347. local hide = Instance.new("TextButton")
  348. hide.Text = "_"
  349. hide.BackgroundTransparency = 1
  350. hide.TextScaled = true
  351. hide.TextWrapped = true
  352. hide.Size = UDim2.new(0.1, 0,1, 0)
  353. hide.Position = UDim2.new(0.9, 0,-0.15, 0)
  354. hide.Name = getrandomstring()
  355. hide.Parent = Move
  356. Name.Name = getrandomstring()
  357. Name.Parent = Move
  358. Name.BackgroundColor3 = Color3.new(1, 1, 1)
  359. Name.BackgroundTransparency = 1
  360. Name.Size = UDim2.new(0.838, 0, 1, 0)
  361. Name.Font = Enum.Font.Arial
  362. Name.Text = "FPS gui v"..ver
  363. Name.TextColor3 = Color3.new(0, 0, 0)
  364. Name.TextScaled = true
  365. Name.TextSize = 14
  366. Name.TextWrapped = true
  367. Name.TextXAlignment = Enum.TextXAlignment.Left
  368. local scr = Instance.new("ScrollingFrame")
  369. scr.Size = Main.Size
  370. scr.Position = Main.Position
  371. scr.ScrollBarThickness = 0
  372. scr.BackgroundTransparency = 1
  373. scr.Name = getrandomstring()
  374. Main.Size = UDim2.new(1, 0, 1, 0)
  375. Main.Position = UDim2.new(0,0,0,0)
  376. Main.Parent = scr
  377. scr.Parent = Move
  378. startpos = Main.Position
  379. Move.Active = true
  380.  
  381. -- Scripts:
  382. hided = false
  383. hide.MouseButton1Click:Connect(function()
  384. if hided == false then
  385. hided = true
  386. Main:TweenPosition(UDim2.new(0, 0, -1.5, 0))
  387. else
  388. hided = false
  389. Main:TweenPosition(startpos)
  390. end
  391. end)
  392.  
  393.  
  394. aimbothiderbox.FocusLost:Connect(function()
  395. local numb = tonumber(aimbothiderbox.Text)
  396. if aimbothider == true then
  397. aimbothiderbox.TextColor3 =Color3.fromRGB(11, 255, 19)
  398. else
  399. aimbothiderbox.TextColor3 =Color3.fromRGB(255, 0, 0)
  400. end
  401. if numb ~= nil then
  402. aimbothiderspeed = numb
  403. if aimbothider == true then
  404. aimbothiderbox.Text = "Speed :"..tostring(aimbothiderspeed).." on"
  405. else
  406. aimbothiderbox.Text = "Speed :"..tostring(aimbothiderspeed).." off"
  407. end
  408. else
  409. if aimbothider == true then
  410. aimbothiderbox.Text = "Speed :"..tostring(aimbothiderspeed).." on"
  411. else
  412. aimbothiderbox.Text = "Speed :"..tostring(aimbothiderspeed).." off"
  413. end
  414. end
  415. end)
  416.  
  417.  
  418. local plrsforaim = {}
  419.  
  420.  
  421. Move.Draggable = true
  422. Gui.ResetOnSpawn = false
  423. --Gui.Name = "Chat"
  424. Gui.DisplayOrder = 999
  425. pcall(function()
  426. if not game:GetService("CoreGui") then
  427. Gui.Parent = plrs.LocalPlayer.PlayerGui
  428. else
  429. Gui.Parent = game:GetService("CoreGui")
  430. end
  431. end)
  432. local espheadthing
  433. do
  434. local BillboardGui = Instance.new("BillboardGui")
  435. local PName = Instance.new("TextLabel")
  436. local Pdist = Instance.new("TextLabel")
  437. local ImageLabel = Instance.new("ImageLabel")
  438. local ImageLabel_2 = Instance.new("ImageLabel")
  439. --Properties:
  440. --BillboardGui.Parent = game.Workspace.Part
  441. BillboardGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  442. BillboardGui.AlwaysOnTop = true
  443. BillboardGui.LightInfluence = 0
  444. BillboardGui.Size = UDim2.new(0, 100, 0, 46)
  445. BillboardGui.Name = "headoverthing"
  446. PName.Name = "PName"
  447. PName.Parent = BillboardGui
  448. PName.BackgroundColor3 = espcolor
  449. PName.BackgroundTransparency = 0.55000001192093
  450. PName.BorderSizePixel = 0
  451. PName.Size = UDim2.new(0, 100, 0, 23)
  452. PName.Font = Enum.Font.SourceSans
  453. PName.Text = "urmom"
  454. PName.TextColor3 = Color3.new(0, 0, 0)
  455. PName.TextScaled = true
  456. PName.TextSize = 14
  457. PName.TextWrapped = true
  458. st1.Text = uc(aimbotstatus)
  459. Pdist.Name = "Pdist"
  460. Pdist.Parent = BillboardGui
  461. Pdist.AnchorPoint = Vector2.new(0.5, 0)
  462. Pdist.BackgroundColor3 = espcolor
  463. Pdist.BackgroundTransparency = 0.55000001192093
  464. Pdist.BorderSizePixel = 0
  465. Pdist.Position = UDim2.new(0.5, 0, 0.5, 0)
  466. Pdist.Size = UDim2.new(0, 70, 0, 23)
  467. Pdist.Font = Enum.Font.SourceSans
  468. Pdist.Text = "666"
  469. Pdist.TextColor3 = Color3.new(0, 0, 0)
  470. Pdist.TextScaled = true
  471. Pdist.TextSize = 14
  472. Pdist.TextWrapped = true
  473.  
  474. ImageLabel.Parent = BillboardGui
  475. ImageLabel.BackgroundColor3 = Color3.new(0.298039, 1, 0)
  476. ImageLabel.BackgroundTransparency = 1
  477. ImageLabel.BorderColor3 = espcolor
  478. ImageLabel.Position = UDim2.new(1, -15, 0.5, 0)
  479. ImageLabel.Rotation = 180
  480. ImageLabel.Size = UDim2.new(0, 15, 0, 23)
  481. ImageLabel.Image = "rbxassetid://2832171824"
  482. ImageLabel.ImageColor3 = espcolor
  483. ImageLabel.ImageTransparency = 0.55000001192093
  484.  
  485. ImageLabel_2.Parent = BillboardGui
  486. ImageLabel_2.BackgroundColor3 = espcolor
  487. ImageLabel_2.BackgroundTransparency = 1
  488. ImageLabel_2.BorderColor3 = Color3.new(0.298039, 1, 0)
  489. ImageLabel_2.Position = UDim2.new(0, 0, 0.5, 0)
  490. ImageLabel_2.Rotation = 180
  491. ImageLabel_2.Size = UDim2.new(0, 15, 0, 23)
  492. ImageLabel_2.Image = "rbxassetid://2832177613"
  493. ImageLabel_2.ImageColor3 = espcolor
  494. ImageLabel_2.ImageTransparency = 0.55000001192093
  495. espheadthing = BillboardGui
  496. end
  497.  
  498.  
  499.  
  500. f = {}
  501. f.UpdateHeadUI = function(v)
  502.  
  503.  
  504. if v.Adornee and v.Adornee ~= nil then
  505. local destr = false
  506. if TeamBased then
  507. destr = true
  508. local plr = plrs:GetPlayerFromCharacter(v.Adornee.Parent)
  509. if plr and plr.Team and plr.Team.Name ~= lplr.Team.Name then
  510. destr = false
  511. end
  512. end
  513. if lightesp == true then
  514. v.Pdist.TextColor3 = Color3.new(1,1,1)
  515. v.PName.TextColor3 = Color3.new(1,1,1)
  516. else
  517. v.Pdist.TextColor3 = Color3.new(0,0,0)
  518. v.PName.TextColor3 = Color3.new(0,0,0)
  519. end
  520. local d = math.floor((cam.CFrame.p - v.Adornee.CFrame.p).magnitude)
  521. v.Pdist.Text = tostring(d)
  522. if d < 14 then
  523. v.Enabled = false
  524. else
  525. v.Enabled = true
  526. end
  527. v.StudsOffset = Vector3.new(0,.6+d/14,0)
  528. if destr then
  529. v:Destroy()
  530. end
  531. else
  532. v:Destroy()
  533. end
  534.  
  535.  
  536. end
  537. st1.Text = uc(aimbotstatus)
  538. local espforlder
  539. local partconverter = Instance.new("Part")
  540. --local headsupdatelist = {}
  541. st1_3.FocusLost:connect(function()
  542. if tonumber(st1_3.Text) then
  543. bspeed = tonumber(st1_3.Text)
  544. else
  545.  
  546. end
  547. end)
  548. f.addesp = function()
  549. pcall(function()
  550. --print("ESP ran")
  551. if espforlder then
  552. espforlder:Destroy()
  553. espforlder = Instance.new("Folder")
  554. espforlder.Parent = game.Workspace.CurrentCamera
  555. else
  556. espforlder = Instance.new("Folder")
  557. espforlder.Parent = game.Workspace.CurrentCamera
  558. end
  559. for i, v in pairs(espforlder:GetChildren()) do
  560. v:Destroy()
  561. end
  562. for _, plr in pairs(plrs:GetChildren()) do
  563. if plr.Character and plr.Character.Humanoid.Health > 0 and plr.Name ~= lplr.Name then
  564. if TeamBased == true then
  565.  
  566. if plr.Team.Name ~= plrs.LocalPlayer.Team.Name then
  567. pcall(function()
  568. local e = espforlder:FindFirstChild(plr.Name)
  569. if not e then
  570. local fold = Instance.new("Folder", espforlder)
  571. fold.Name = plr.Name
  572.  
  573. --partconverter.BrickColor = plr.Team.Color
  574. --local teamc = partconverter.Color
  575. for i, p in pairs(plr.Character:GetChildren()) do
  576. if p:IsA("BasePart") and p.Name ~= "HumanoidRootPart" then
  577. if charmsesp then
  578. local urmom = Instance.new("BoxHandleAdornment")
  579. urmom.ZIndex = 10
  580. urmom.AlwaysOnTop = true
  581. urmom.Color3 = espcolor
  582. urmom.Size = p.Size
  583. urmom.Adornee = p
  584. urmom.Name = tick().." Ur mom has big gay"
  585. urmom.Transparency = wallhack_esp_transparency
  586. urmom.Parent = fold
  587. if p.Name == "Head" then
  588. local th = p:FindFirstChild("headoverthing")
  589. if not th then
  590. local ht = espheadthing:Clone()
  591. ht.PName.Text = p.Parent.Name
  592. ht.Adornee = p
  593. --table.insert(headsupdatelist, ht)
  594. delay(0, function()
  595. while wait(0.08) and plr and p do
  596. f.UpdateHeadUI(ht)
  597. end
  598. end)
  599. ht.Parent = p
  600. end
  601. end
  602. end
  603. end
  604. end
  605. plr.Character.Humanoid.Died:Connect(function()
  606. fold:Destroy()
  607. end)
  608.  
  609. end
  610. end)
  611. end
  612. else
  613. local e = espforlder:FindFirstChild(plr.Name)
  614. if not e then
  615. local fold = Instance.new("Folder", espforlder)
  616. fold.Name = plr.Name
  617.  
  618. --partconverter.BrickColor = plr.Team.Color
  619. --local teamc = Move.BackgroundColor3
  620. for i, p in pairs(plr.Character:GetChildren()) do
  621. if p:IsA("BasePart") and p.Name ~= "HumanoidRootPart" then
  622. pcall(function()
  623. if charmsesp then
  624. local urmom = Instance.new("BoxHandleAdornment")
  625. urmom.ZIndex = 10
  626. urmom.AlwaysOnTop = true
  627. urmom.Color3 = espcolor
  628. urmom.Size = p.Size
  629. urmom.Adornee = p
  630. urmom.Name = tick().." Ur mom has big gay"
  631. urmom.Transparency = wallhack_esp_transparency
  632. urmom.Parent = fold
  633. end
  634. if p.Name == "Head" then
  635. local th = p:FindFirstChild("headoverthing")
  636. if not th then
  637. local ht = espheadthing:Clone()
  638. ht.PName.Text = p.Parent.Name
  639. ht.Adornee = p
  640. delay(0, function()
  641. while wait(0.08) and plr and p do
  642. f.UpdateHeadUI(ht)
  643. end
  644. end)
  645. --table.insert(headsupdatelist, ht)
  646. ht.Parent = p
  647. end
  648. end
  649. end)
  650. end
  651. end
  652. plr.Character.Humanoid.Died:Connect(function()
  653. fold:Destroy()
  654. end)
  655. end
  656. end
  657.  
  658.  
  659. end
  660. end
  661. end)
  662. end
  663.  
  664. local uis = game:GetService("UserInputService")
  665. local bringall = false
  666. local hided2 = false
  667. local upping = false
  668. local downing = false
  669. mouse.KeyDown:Connect(function(a)
  670.  
  671. if a == "t" then
  672. --print("worked1")
  673. f.addesp()
  674. elseif a == gui_hide_button[2] and uis:IsKeyDown(gui_hide_button[1]) then
  675. if hided2 == false then
  676. hided2 = true
  677. autoesp =false
  678. if espforlder then
  679. espforlder:Destroy()
  680. end
  681. Gui.Enabled = false
  682. else
  683. Gui.Enabled = true
  684. hided2 = false
  685. end
  686.  
  687. elseif a == "y" then
  688. if aimbothider == false then
  689. aimbothider = true
  690. if aimbothider == true then
  691. aimbothiderbox.Text = "Speed :"..tostring(aimbothiderspeed).." on"
  692. else
  693. aimbothiderbox.Text = "Speed :"..tostring(aimbothiderspeed).." off"
  694. end
  695. else
  696.  
  697. aimbothider = false
  698. if aimbothider == true then
  699. aimbothiderbox.Text = "Speed :"..tostring(aimbothiderspeed).." on"
  700. else
  701. aimbothiderbox.Text = "Speed :"..tostring(aimbothiderspeed).." off"
  702. end
  703. end
  704. if aimbothider == true then
  705. aimbothiderbox.TextColor3 =Color3.fromRGB(11, 255, 19)
  706. else
  707. aimbothiderbox.TextColor3 =Color3.fromRGB(255, 0, 0)
  708. end
  709. elseif a == "l" then
  710. if not uis:IsKeyDown(Enum.KeyCode.LeftControl) then
  711. if autoesp == false then
  712. autoesp = true
  713. else
  714. autoesp = false
  715. end
  716. else
  717. if lightesp == true then
  718. lightesp = false
  719. else
  720. lightesp = true
  721. end
  722. end
  723. elseif a == "]" then
  724. upping = true
  725. downing = false
  726. elseif a== "[" then
  727. downing = true
  728. upping = false
  729. elseif a == Aim_Assist_Key[2] and uis:IsKeyDown(Aim_Assist_Key[1]) then
  730. if Aim_Assist == true then
  731. Aim_Assist = false
  732. --print("disabled")
  733. else
  734. Aim_Assist = true
  735. end
  736. end
  737. if a == "j" then
  738. if mouse.Target then
  739. mouse.Target:Destroy()
  740. end
  741. end
  742. if a == key then
  743. if switch == false then
  744. switch = true
  745. else
  746. switch = false
  747. if aimatpart ~= nil then
  748. aimatpart = nil
  749. end
  750. end
  751. elseif a == "b" and uis:IsKeyDown(Enum.KeyCode.LeftControl) and not uis:IsKeyDown(Enum.KeyCode.R) then
  752. if movementcounting then
  753. movementcounting = false
  754. else
  755. movementcounting = true
  756. end
  757. elseif a == teambasedswitch then
  758. if TeamBased == true then
  759. TeamBased = false
  760. teambasedstatus.Text = "Team Based: "..tostring(TeamBased)
  761. else
  762. TeamBased = true
  763. teambasedstatus.Text = "Team Based: "..tostring(TeamBased)
  764. end
  765. elseif a == "b" and uis:IsKeyDown(Enum.KeyCode.LeftControl) and uis:IsKeyDown(Enum.KeyCode.R) then
  766. ballisticsboost = 0
  767. elseif a == aimkey then
  768. if not aimatpart then
  769. local maxangle = math.rad(20)
  770. for i, plr in pairs(plrs:GetChildren()) do
  771. if plr.Name ~= lplr.Name and plr.Character and plr.Character.Head and plr.Character.Humanoid and plr.Character.Humanoid.Health > 1 then
  772. if TeamBased == true then
  773. if plr.Team.Name ~= lplr.Team.Name then
  774. local an = checkfov(plr.Character.Head)
  775. if an < maxangle then
  776. maxangle = an
  777. aimatpart = plr.Character.Head
  778. end
  779. end
  780. else
  781. local an = checkfov(plr.Character.Head)
  782. if an < maxangle then
  783. maxangle = an
  784. aimatpart = plr.Character.Head
  785. end
  786. --print(plr)
  787. end
  788. local old = aimatpart
  789. plr.Character.Humanoid.Died:Connect(function()
  790. --print("died")
  791. if aimatpart and aimatpart == old then
  792. aimatpart = nil
  793. end
  794. end)
  795.  
  796. end
  797. end
  798. else
  799. aimatpart = nil
  800. canaimat = false
  801. delay(1.1, function()
  802. canaimat = true
  803. end)
  804. end
  805. end
  806. end)
  807.  
  808. function getfovxyz (p0, p1, deg)
  809. local x1, y1, z1 = p0:ToOrientation()
  810. local cf = CFrame.new(p0.p, p1.p)
  811. local x2, y2, z2 = cf:ToOrientation()
  812. local d = math.deg
  813. if deg then
  814. return Vector3.new(d(x1-x2), d(y1-y2), d(z1-z2))
  815. else
  816. return Vector3.new((x1-x2), (y1-y2), (z1-z2))
  817. end
  818. end
  819.  
  820.  
  821. function aimat(part)
  822. if part then
  823. --print(part)
  824. local d = (cam.CFrame.p - part.CFrame.p).magnitude
  825. local calculatedrop
  826. local timetoaim = 0
  827. local pos2 = Vector3.new()
  828. if movementcounting == true then
  829. timetoaim = d/bspeed
  830. pos2 = part.Velocity * timetoaim
  831. end
  832. local minuseddrop = (ballisticsboost+50)/50
  833. if ballisticsboost ~= 0 then
  834. calculatedrop = d - (d/minuseddrop)
  835.  
  836. else
  837. calculatedrop = 0
  838. end
  839. --print(calculatedrop)
  840. local addative = Vector3.new()
  841. if movementcounting then
  842. addative = pos2
  843. end
  844. local cf = CFrame.new(cam.CFrame.p, (addative + part.CFrame.p+ Vector3.new(0, calculatedrop, 0)))
  845. if aimbothider == true or Aim_Assist == true then
  846. cam.CFrame = cam.CFrame:Lerp(cf, aimbothiderspeed)
  847. else
  848.  
  849. cam.CFrame = cf
  850. end
  851. --print(cf)
  852. end
  853. end
  854. function checkfov (part)
  855. local fov = getfovxyz(game.Workspace.CurrentCamera.CFrame, part.CFrame)
  856. local angle = math.abs(fov.X) + math.abs(fov.Y)
  857. return angle
  858. end
  859. pcall(function()
  860. delay(0, function()
  861. while wait(.32) do
  862. if Aim_Assist and not aimatpart and canaimat and lplr.Character and lplr.Character.Humanoid and lplr.Character.Humanoid.Health > 0 then
  863. for i, plr in pairs(plrs:GetChildren()) do
  864.  
  865.  
  866. local minangle = math.rad(5.5)
  867. local lastpart = nil
  868. local function gg(plr)
  869. pcall(function()
  870. if plr.Name ~= lplr.Name and plr.Character and plr.Character.Humanoid and plr.Character.Humanoid.Health > 0 and plr.Character.Head then
  871. local raycasted = false
  872. local cf1 = CFrame.new(cam.CFrame.p, plr.Character.Head.CFrame.p) * CFrame.new(0, 0, -4)
  873. local r1 = Ray.new(cf1.p, cf1.LookVector * 9000)
  874. local obj, pos = game.Workspace:FindPartOnRayWithIgnoreList(r1, {lplr.Character.Head})
  875. local dist = (plr.Character.Head.CFrame.p- pos).magnitude
  876. if dist < 4 then
  877. raycasted = true
  878. end
  879. if raycasted == true then
  880. local an1 = getfovxyz(cam.CFrame, plr.Character.Head.CFrame)
  881. local an = abs(an1.X) + abs(an1.Y)
  882. if an < minangle then
  883. minangle = an
  884. lastpart = plr.Character.Head
  885. end
  886. end
  887. end
  888. end)
  889. end
  890. if TeamBased then
  891. if plr.Team.Name ~= lplr.Team.Name then
  892. gg(plr)
  893. end
  894. else
  895. gg(plr)
  896. end
  897. --print(math.deg(minangle))
  898. if lastpart then
  899. aimatpart = lastpart
  900. aimatpart.Parent.Humanoid.Died:Connect(function()
  901. if aimatpart == lastpart then
  902. aimatpart = nil
  903. end
  904. end)
  905.  
  906. end
  907. end
  908. end
  909. end
  910. end)
  911. end)
  912. local oldheadpos
  913. local lastaimapart
  914. game:GetService("RunService").RenderStepped:Connect(function(dt)
  915. if uis:IsKeyDown(Enum.KeyCode.RightBracket) or uis:IsKeyDown(Enum.KeyCode.LeftBracket) then
  916. if upping then
  917. ballisticsboost = ballisticsboost + dt/1.9
  918. elseif downing then
  919. ballisticsboost = ballisticsboost - dt/1.9
  920. end
  921. end
  922. if movementcounting then
  923. st1_2.TextColor3 = Color3.new(0.0431373, 1, 0.0745098)
  924. st1_2.Text = "Current ballistics: "..tostring(math.floor(ballisticsboost*10)/10)
  925. else
  926. st1_2.TextColor3 = Color3.new(1,0,0)
  927. end
  928. espstatustext.Text = "Esp loop :"..tostring(autoesp)
  929. if aimatpart and lplr.Character and lplr.Character.Head then
  930. if BetterDeathCount and lastaimapart and lastaimapart == aimatpart then
  931. local dist = (oldheadpos - aimatpart.CFrame.p).magnitude
  932. if dist > 40 then
  933. aimatpart = nil
  934. end
  935. end
  936. lastaimapart = aimatpart
  937. oldheadpos = lastaimapart.CFrame.p
  938. do
  939. if aimatpart.Parent == plrs.LocalPlayer.Character then
  940. aimatpart = nil
  941. end
  942. aimat(aimatpart)
  943. pcall(function()
  944. if Aim_Assist == true then
  945. local cf1 = CFrame.new(cam.CFrame.p, aimatpart.CFrame.p) * CFrame.new(0, 0, -4)
  946. local r1 = Ray.new(cf1.p, cf1.LookVector * 1000)
  947. local obj, pos = game.Workspace:FindPartOnRayWithIgnoreList(r1, {lplr.Character.Head})
  948. local dist = (aimatpart.CFrame.p- pos).magnitude
  949. if obj then
  950. --print(obj:GetFullName())
  951. end
  952. if not obj or dist > 6 then
  953. aimatpart = nil
  954. --print("ooof")
  955. end
  956. canaimat = false
  957. delay(.5, function()
  958. canaimat = true
  959. end)
  960. end
  961. end)
  962. end
  963.  
  964.  
  965.  
  966. end
  967. end)
  968.  
  969.  
  970. delay(0, function()
  971. while wait(espupdatetime) do
  972. if autoesp == true then
  973. pcall(function()
  974. f.addesp()
  975. end)
  976. end
  977. end
  978. end)
  979. --warn("loaded")
  980. end)
  981. end)
  982.  
  983. PrisonLife.Name = "PrisonLife"
  984. PrisonLife.Parent = Main
  985. PrisonLife.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  986. PrisonLife.Position = UDim2.new(0.533642709, 0, 0.533333302, 0)
  987. PrisonLife.Size = UDim2.new(0, 166, 0, 50)
  988. PrisonLife.Font = Enum.Font.SourceSans
  989. PrisonLife.Text = "PrisonLife"
  990. PrisonLife.TextColor3 = Color3.fromRGB(0, 0, 0)
  991. PrisonLife.TextScaled = true
  992. PrisonLife.TextSize = 14.000
  993. PrisonLife.TextWrapped = true
  994. PrisonLife.MouseButton1Down:connect(function()
  995. -- Objects
  996.  
  997. local PrisonGui = Instance.new("ScreenGui")
  998. local Main = Instance.new("Frame")
  999. local Title = Instance.new("TextLabel")
  1000. local TitleBar = Instance.new("TextLabel")
  1001. local ObGuns = Instance.new("TextButton")
  1002. local Close = Instance.new("TextButton")
  1003. local KillAll = Instance.new("TextButton")
  1004. local TaseBypass = Instance.new("TextButton")
  1005. local RemoveDoors = Instance.new("TextButton")
  1006. local Btools = Instance.new("TextButton")
  1007. local BeNeutral = Instance.new("TextButton")
  1008. local ModGun = Instance.new("TextButton")
  1009. local ForceCgui = Instance.new("Frame")
  1010. local ComSeperateBar = Instance.new("TextLabel")
  1011. local InsertUser = Instance.new("TextBox")
  1012. local UserHolder = Instance.new("TextLabel")
  1013. local CrimTitle = Instance.new("TextLabel")
  1014. local CrimTitleBar = Instance.new("TextLabel")
  1015. local TextButton = Instance.new("TextButton")
  1016. local CrimHideButton = Instance.new("TextButton")
  1017. local TPshow = Instance.new("TextButton")
  1018. local LocalCommands = Instance.new("Frame")
  1019. local LocalCMD_Title = Instance.new("TextLabel")
  1020. local NexusTPbut = Instance.new("TextButton")
  1021. local CrimBaseTPbut = Instance.new("TextButton")
  1022. local GuardAreaTPbut = Instance.new("TextButton")
  1023. local FLY = Instance.new("TextButton")
  1024. local NWalk = Instance.new("TextButton")
  1025. local Njump = Instance.new("TextButton")
  1026. local tfJump = Instance.new("TextButton")
  1027. local Respawn = Instance.new("TextButton")
  1028. local tfWalk = Instance.new("TextButton")
  1029. local LocalCMD_BarTitle = Instance.new("TextLabel")
  1030. local TheLocal = Instance.new("TextButton")
  1031. local CrimG = Instance.new("TextButton")
  1032. local tpgui = Instance.new("Frame")
  1033. local TPtileBar = Instance.new("TextLabel")
  1034. local TPYEET = Instance.new("TextButton")
  1035. local UserHolderTP = Instance.new("TextLabel")
  1036. local InsertUserTP = Instance.new("TextBox")
  1037. local TpTitle = Instance.new("TextLabel")
  1038. local RightSepBarTp = Instance.new("TextLabel")
  1039. local TpHideButton = Instance.new("TextButton")
  1040. local AmokahsLogo = Instance.new("ImageLabel")
  1041. local SuperPunch = Instance.new("TextButton")
  1042. local KillAura = Instance.new("TextButton")
  1043. local BeCriminal = Instance.new("TextButton")
  1044. local BeGuard = Instance.new("TextButton")
  1045. local BeInmate = Instance.new("TextButton")
  1046. local ArrestAll = Instance.new("TextButton")
  1047. local InvGuns = Instance.new("TextButton")
  1048. local CrimPunch = Instance.new("TextButton")
  1049. local Trans = Instance.new("TextButton")
  1050. local Open = Instance.new("Frame")
  1051. local OpenGUI = Instance.new("TextButton")
  1052. local Credit = Instance.new("TextLabel")
  1053. local Dino = Instance.new("TextLabel")
  1054. local KA = Instance.new("Frame")
  1055. local NameOfKa = Instance.new("TextLabel")
  1056. local TrueOrFalse = Instance.new("TextLabel")
  1057. local TeamGUIOC = Instance.new("Frame")
  1058. local TeamOPorCL = Instance.new("TextButton")
  1059. local TeamMain = Instance.new("Frame")
  1060. local TextLabel = Instance.new("TextLabel")
  1061. local TextLabel_2 = Instance.new("TextLabel")
  1062. local SOG = Instance.new("TextButton")
  1063. local SOC = Instance.new("TextButton")
  1064. local SOI = Instance.new("TextButton")
  1065. local Disable = Instance.new("TextButton")
  1066. local Apart = Instance.new("Part")
  1067.  
  1068. Apart.Name = "PlrsPos"
  1069. Apart.Parent = workspace
  1070. Apart.Anchored = true
  1071. Apart.Archivable = true
  1072. Apart.CFrame = CFrame.new(9e99, 9e99, 9e99)
  1073.  
  1074. -- Properties
  1075.  
  1076. PrisonGui.Name = "PrisonGui"
  1077. PrisonGui.Parent = game:GetService("Players").LocalPlayer.PlayerGui
  1078.  
  1079. Main.Name = "Main"
  1080. Main.Parent = PrisonGui
  1081. Main.BackgroundColor3 = Color3.new(0.219608, 0.219608, 0.219608)
  1082. Main.BorderSizePixel = 0
  1083. Main.Position = UDim2.new(0.345, 0,2.204, 0)
  1084. Main.Size = UDim2.new(0, 338, 0, 301)
  1085. Main.Visible = false
  1086.  
  1087. Title.Name = "Title"
  1088. Title.Parent = Main
  1089. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  1090. Title.BackgroundTransparency = 1
  1091. Title.BorderSizePixel = 0
  1092. Title.Position = UDim2.new(0.136094674, 0, 0.00996677764, 0)
  1093. Title.Size = UDim2.new(0, 162, 0, 31)
  1094. Title.Font = Enum.Font.SourceSansLight
  1095. Title.FontSize = Enum.FontSize.Size14
  1096. Title.Text = "Prison Life v2.0.2 GUI"
  1097. Title.TextColor3 = Color3.new(0.807843, 0.807843, 0.807843)
  1098. Title.TextScaled = true
  1099. Title.TextStrokeTransparency = 0
  1100. Title.TextWrapped = true
  1101.  
  1102. TitleBar.Name = "TitleBar"
  1103. TitleBar.Parent = Main
  1104. TitleBar.BackgroundColor3 = Color3.new(0, 0, 0)
  1105. TitleBar.BackgroundTransparency = 0.5
  1106. TitleBar.BorderSizePixel = 0
  1107. TitleBar.Position = UDim2.new(0, 0, 0.116104871, 0)
  1108. TitleBar.Size = UDim2.new(0, 338, 0, 6)
  1109. TitleBar.Font = Enum.Font.SourceSans
  1110. TitleBar.FontSize = Enum.FontSize.Size14
  1111. TitleBar.Text = ""
  1112. TitleBar.TextColor3 = Color3.new(0, 0, 0)
  1113.  
  1114. ObGuns.Name = "ObGuns"
  1115. ObGuns.Parent = Main
  1116. ObGuns.BackgroundColor3 = Color3.new(1, 1, 1)
  1117. ObGuns.BackgroundTransparency = 0.5
  1118. ObGuns.BorderSizePixel = 0
  1119. ObGuns.Position = UDim2.new(0.0147928996, 0, 0.16104874, 0)
  1120. ObGuns.Size = UDim2.new(0, 159, 0, 22)
  1121. ObGuns.Font = Enum.Font.SourceSans
  1122. ObGuns.FontSize = Enum.FontSize.Size14
  1123. ObGuns.Text = "OBTAIN GUNS"
  1124. ObGuns.TextColor3 = Color3.new(1, 1, 1)
  1125. ObGuns.TextScaled = true
  1126. ObGuns.TextStrokeTransparency = 0
  1127. ObGuns.TextWrapped = true
  1128.  
  1129. Close.Name = "Close"
  1130. Close.Parent = Main
  1131. Close.BackgroundColor3 = Color3.new(1, 0.34902, 0.34902)
  1132. Close.BackgroundTransparency = 0.30000001192093
  1133. Close.BorderSizePixel = 0
  1134. Close.Position = UDim2.new(0.908284009, 0, 0.0224719122, 0)
  1135. Close.Size = UDim2.new(0, 24, 0, 24)
  1136. Close.Font = Enum.Font.SourceSans
  1137. Close.FontSize = Enum.FontSize.Size14
  1138. Close.Text = ""
  1139. Close.TextColor3 = Color3.new(0, 0, 0)
  1140.  
  1141. KillAll.Name = "KillAll"
  1142. KillAll.Parent = Main
  1143. KillAll.BackgroundColor3 = Color3.new(1, 1, 1)
  1144. KillAll.BackgroundTransparency = 0.5
  1145. KillAll.BorderSizePixel = 0
  1146. KillAll.Position = UDim2.new(0.0177514795, 0, 0.265917659, 0)
  1147. KillAll.Size = UDim2.new(0, 159, 0, 22)
  1148. KillAll.Font = Enum.Font.SourceSans
  1149. KillAll.FontSize = Enum.FontSize.Size14
  1150. KillAll.Text = "KILL ALL"
  1151. KillAll.TextColor3 = Color3.new(1, 1, 1)
  1152. KillAll.TextScaled = true
  1153. KillAll.TextStrokeTransparency = 0
  1154. KillAll.TextWrapped = true
  1155.  
  1156. TaseBypass.Name = "TaseBypass"
  1157. TaseBypass.Parent = Main
  1158. TaseBypass.BackgroundColor3 = Color3.new(1, 1, 1)
  1159. TaseBypass.BackgroundTransparency = 0.5
  1160. TaseBypass.BorderSizePixel = 0
  1161. TaseBypass.Position = UDim2.new(0.0177514795, 0, 0.370786548, 0)
  1162. TaseBypass.Size = UDim2.new(0, 159, 0, 22)
  1163. TaseBypass.Font = Enum.Font.SourceSans
  1164. TaseBypass.FontSize = Enum.FontSize.Size14
  1165. TaseBypass.Text = "TASER BYPASS"
  1166. TaseBypass.TextColor3 = Color3.new(1, 1, 1)
  1167. TaseBypass.TextScaled = true
  1168. TaseBypass.TextStrokeTransparency = 0
  1169. TaseBypass.TextWrapped = true
  1170.  
  1171. RemoveDoors.Name = "RemoveDoors"
  1172. RemoveDoors.Parent = Main
  1173. RemoveDoors.BackgroundColor3 = Color3.new(1, 1, 1)
  1174. RemoveDoors.BackgroundTransparency = 0.5
  1175. RemoveDoors.BorderSizePixel = 0
  1176. RemoveDoors.Position = UDim2.new(0.0177514795, 0, 0.483146131, 0)
  1177. RemoveDoors.Size = UDim2.new(0, 158, 0, 22)
  1178. RemoveDoors.Font = Enum.Font.SourceSans
  1179. RemoveDoors.FontSize = Enum.FontSize.Size14
  1180. RemoveDoors.Text = "REMOVE ALL DOORS"
  1181. RemoveDoors.TextColor3 = Color3.new(1, 1, 1)
  1182. RemoveDoors.TextScaled = true
  1183. RemoveDoors.TextStrokeTransparency = 0
  1184. RemoveDoors.TextWrapped = true
  1185.  
  1186. Btools.Name = "Btools"
  1187. Btools.Parent = Main
  1188. Btools.BackgroundColor3 = Color3.new(1, 1, 1)
  1189. Btools.BackgroundTransparency = 0.5
  1190. Btools.BorderSizePixel = 0
  1191. Btools.Position = UDim2.new(0.0177514795, 0, 0.58801502, 0)
  1192. Btools.Size = UDim2.new(0, 159, 0, 22)
  1193. Btools.Font = Enum.Font.SourceSans
  1194. Btools.FontSize = Enum.FontSize.Size14
  1195. Btools.Text = "BTOOLS"
  1196. Btools.TextColor3 = Color3.new(1, 1, 1)
  1197. Btools.TextScaled = true
  1198. Btools.TextStrokeTransparency = 0
  1199. Btools.TextWrapped = true
  1200.  
  1201. BeNeutral.Name = "BeNeutral"
  1202. BeNeutral.Parent = Main
  1203. BeNeutral.BackgroundColor3 = Color3.new(1, 1, 1)
  1204. BeNeutral.BackgroundTransparency = 0.5
  1205. BeNeutral.BorderSizePixel = 0
  1206. BeNeutral.Position = UDim2.new(0.756781578, 0, 0.696629226, 0)
  1207. BeNeutral.Size = UDim2.new(0, 74, 0, 22)
  1208. BeNeutral.Font = Enum.Font.SourceSans
  1209. BeNeutral.FontSize = Enum.FontSize.Size14
  1210. BeNeutral.Text = "NEUTRAL"
  1211. BeNeutral.TextColor3 = Color3.new(1, 1, 1)
  1212. BeNeutral.TextScaled = true
  1213. BeNeutral.TextStrokeTransparency = 0
  1214. BeNeutral.TextWrapped = true
  1215.  
  1216. ModGun.Name = "ModGun"
  1217. ModGun.Parent = Main
  1218. ModGun.BackgroundColor3 = Color3.new(1, 1, 1)
  1219. ModGun.BackgroundTransparency = 0.5
  1220. ModGun.BorderSizePixel = 0
  1221. ModGun.Position = UDim2.new(0.0177514795, 0, 0.801498115, 0)
  1222. ModGun.Size = UDim2.new(0, 325, 0, 22)
  1223. ModGun.Font = Enum.Font.SourceSans
  1224. ModGun.FontSize = Enum.FontSize.Size14
  1225. ModGun.Text = "MOD YOUR GUN (Hold the item first)"
  1226. ModGun.TextColor3 = Color3.new(1, 1, 1)
  1227. ModGun.TextScaled = true
  1228. ModGun.TextStrokeTransparency = 0
  1229. ModGun.TextWrapped = true
  1230.  
  1231. ForceCgui.Name = "ForceCgui"
  1232. ForceCgui.Parent = Main
  1233. ForceCgui.BackgroundColor3 = Color3.new(0.219608, 0.219608, 0.219608)
  1234. ForceCgui.BorderSizePixel = 0
  1235. ForceCgui.Position = UDim2.new(1, 0, 0.215946838, 0)
  1236. ForceCgui.Size = UDim2.new(0, 155, 0, 198)
  1237.  
  1238. ComSeperateBar.Name = "ComSeperateBar"
  1239. ComSeperateBar.Parent = ForceCgui
  1240. ComSeperateBar.BackgroundColor3 = Color3.new(1, 1, 1)
  1241. ComSeperateBar.BackgroundTransparency = 0.5
  1242. ComSeperateBar.BorderSizePixel = 0
  1243. ComSeperateBar.Position = UDim2.new(0, 0, 0.0757575706, 0)
  1244. ComSeperateBar.Size = UDim2.new(0, 1, 0, 167)
  1245. ComSeperateBar.Font = Enum.Font.SourceSans
  1246. ComSeperateBar.FontSize = Enum.FontSize.Size14
  1247. ComSeperateBar.Text = ""
  1248. ComSeperateBar.TextColor3 = Color3.new(0, 0, 0)
  1249.  
  1250. InsertUser.Name = "InsertUser"
  1251. InsertUser.Parent = ForceCgui
  1252. InsertUser.BackgroundColor3 = Color3.new(1, 1, 1)
  1253. InsertUser.BackgroundTransparency = 1
  1254. InsertUser.BorderSizePixel = 0
  1255. InsertUser.Position = UDim2.new(0.0064516128, 0, 0.186868697, 0)
  1256. InsertUser.Size = UDim2.new(0, 154, 0, 50)
  1257. InsertUser.Font = Enum.Font.SourceSansLight
  1258. InsertUser.FontSize = Enum.FontSize.Size14
  1259. InsertUser.Text = "USERNAME"
  1260. InsertUser.TextColor3 = Color3.new(1, 1, 1)
  1261. InsertUser.TextScaled = true
  1262. InsertUser.TextWrapped = true
  1263.  
  1264. UserHolder.Name = "UserHolder"
  1265. UserHolder.Parent = ForceCgui
  1266. UserHolder.BackgroundColor3 = Color3.new(0.0156863, 0.0156863, 0.0156863)
  1267. UserHolder.BorderSizePixel = 0
  1268. UserHolder.Position = UDim2.new(0.0516129024, 0, 0.451651365, 0)
  1269. UserHolder.Size = UDim2.new(0, 139, 0, 3)
  1270. UserHolder.Font = Enum.Font.SourceSans
  1271. UserHolder.FontSize = Enum.FontSize.Size14
  1272. UserHolder.Text = ""
  1273. UserHolder.TextColor3 = Color3.new(0, 0, 0)
  1274.  
  1275. CrimTitle.Name = "CrimTitle"
  1276. CrimTitle.Parent = ForceCgui
  1277. CrimTitle.BackgroundColor3 = Color3.new(1, 1, 1)
  1278. CrimTitle.BackgroundTransparency = 1
  1279. CrimTitle.BorderSizePixel = 0
  1280. CrimTitle.Position = UDim2.new(0.0064516128, 0, 0, 0)
  1281. CrimTitle.Size = UDim2.new(0, 154, 0, 31)
  1282. CrimTitle.Font = Enum.Font.SourceSansLight
  1283. CrimTitle.FontSize = Enum.FontSize.Size14
  1284. CrimTitle.Text = "CRIMINAL GUI"
  1285. CrimTitle.TextColor3 = Color3.new(1, 1, 1)
  1286. CrimTitle.TextScaled = true
  1287. CrimTitle.TextStrokeTransparency = 0
  1288. CrimTitle.TextWrapped = true
  1289.  
  1290. CrimTitleBar.Name = "CrimTitleBar"
  1291. CrimTitleBar.Parent = ForceCgui
  1292. CrimTitleBar.BackgroundColor3 = Color3.new(0, 0, 0)
  1293. CrimTitleBar.BackgroundTransparency = 0.5
  1294. CrimTitleBar.BorderSizePixel = 0
  1295. CrimTitleBar.Position = UDim2.new(0.0064516128, 0, 0.14952904, 0)
  1296. CrimTitleBar.Size = UDim2.new(0, 154, 0, 1)
  1297. CrimTitleBar.Font = Enum.Font.SourceSans
  1298. CrimTitleBar.FontSize = Enum.FontSize.Size14
  1299. CrimTitleBar.Text = ""
  1300. CrimTitleBar.TextColor3 = Color3.new(0, 0, 0)
  1301.  
  1302. TextButton.Parent = ForceCgui
  1303. TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
  1304. TextButton.BackgroundTransparency = 0.5
  1305. TextButton.BorderSizePixel = 0
  1306. TextButton.Position = UDim2.new(0.0516129024, 0, 0.560606062, 0)
  1307. TextButton.Size = UDim2.new(0, 139, 0, 50)
  1308. TextButton.Font = Enum.Font.SourceSansLight
  1309. TextButton.FontSize = Enum.FontSize.Size14
  1310. TextButton.Text = "TURN INTO CRIMINAL (First, click KillAura)"
  1311. TextButton.TextColor3 = Color3.new(1, 1, 1)
  1312. TextButton.TextScaled = true
  1313. TextButton.TextStrokeTransparency = 0
  1314. TextButton.TextWrapped = true
  1315.  
  1316. CrimHideButton.Name = "CrimHideButton"
  1317. CrimHideButton.Parent = ForceCgui
  1318. CrimHideButton.BackgroundColor3 = Color3.new(1, 0.34902, 0.34902)
  1319. CrimHideButton.BackgroundTransparency = 0.30000001192093
  1320. CrimHideButton.BorderSizePixel = 0
  1321. CrimHideButton.Position = UDim2.new(0.0322580636, 0, 0.89015615, 0)
  1322. CrimHideButton.Size = UDim2.new(0, 146, 0, 18)
  1323. CrimHideButton.Font = Enum.Font.SourceSansLight
  1324. CrimHideButton.FontSize = Enum.FontSize.Size14
  1325. CrimHideButton.Text = "HIDE"
  1326. CrimHideButton.TextColor3 = Color3.new(1, 1, 1)
  1327. CrimHideButton.TextScaled = true
  1328. CrimHideButton.TextStrokeTransparency = 0
  1329. CrimHideButton.TextWrapped = true
  1330.  
  1331. TPshow.Name = "TPshow"
  1332. TPshow.Parent = Main
  1333. TPshow.BackgroundColor3 = Color3.new(1, 1, 1)
  1334. TPshow.BackgroundTransparency = 0.5
  1335. TPshow.BorderSizePixel = 0
  1336. TPshow.Position = UDim2.new(0.0166848004, 0, 0.900033236, 0)
  1337. TPshow.Size = UDim2.new(0, 104, 0, 22)
  1338. TPshow.Font = Enum.Font.SourceSans
  1339. TPshow.FontSize = Enum.FontSize.Size14
  1340. TPshow.Text = "TELEPORT TO PLAYER"
  1341. TPshow.TextColor3 = Color3.new(1, 1, 1)
  1342. TPshow.TextScaled = true
  1343. TPshow.TextStrokeTransparency = 0
  1344. TPshow.TextWrapped = true
  1345.  
  1346. LocalCommands.Name = "LocalCommands"
  1347. LocalCommands.Parent = Main
  1348. LocalCommands.BackgroundColor3 = Color3.new(0.219608, 0.219608, 0.219608)
  1349. LocalCommands.BorderSizePixel = 0
  1350. LocalCommands.Position = UDim2.new(0, 0, 1, 0)
  1351. LocalCommands.Size = UDim2.new(0, 338, 0, 100)
  1352.  
  1353. LocalCMD_Title.Name = "LocalCMD_Title"
  1354. LocalCMD_Title.Parent = LocalCommands
  1355. LocalCMD_Title.BackgroundColor3 = Color3.new(0, 0, 0)
  1356. LocalCMD_Title.BackgroundTransparency = 0.30000001192093
  1357. LocalCMD_Title.BorderSizePixel = 0
  1358. LocalCMD_Title.Size = UDim2.new(0, 338, 0, 22)
  1359. LocalCMD_Title.Font = Enum.Font.SourceSans
  1360. LocalCMD_Title.FontSize = Enum.FontSize.Size14
  1361. LocalCMD_Title.Text = "COMMANDS FOR YOURSELF"
  1362. LocalCMD_Title.TextColor3 = Color3.new(1, 1, 1)
  1363. LocalCMD_Title.TextStrokeTransparency = 0
  1364.  
  1365. NexusTPbut.Name = "NexusTPbut"
  1366. NexusTPbut.Parent = LocalCommands
  1367. NexusTPbut.BackgroundColor3 = Color3.new(1, 1, 1)
  1368. NexusTPbut.BackgroundTransparency = 0.40000000596046
  1369. NexusTPbut.BorderSizePixel = 0
  1370. NexusTPbut.Position = UDim2.new(0.0177514795, 0, 0.319999993, 0)
  1371. NexusTPbut.Size = UDim2.new(0, 98, 0, 16)
  1372. NexusTPbut.Font = Enum.Font.SourceSans
  1373. NexusTPbut.FontSize = Enum.FontSize.Size14
  1374. NexusTPbut.Text = "TP TO NEXUS"
  1375. NexusTPbut.TextColor3 = Color3.new(1, 1, 1)
  1376. NexusTPbut.TextScaled = true
  1377. NexusTPbut.TextStrokeTransparency = 0
  1378. NexusTPbut.TextWrapped = true
  1379.  
  1380. CrimBaseTPbut.Name = "CrimBaseTPbut"
  1381. CrimBaseTPbut.Parent = LocalCommands
  1382. CrimBaseTPbut.BackgroundColor3 = Color3.new(1, 1, 1)
  1383. CrimBaseTPbut.BackgroundTransparency = 0.40000000596046
  1384. CrimBaseTPbut.BorderSizePixel = 0
  1385. CrimBaseTPbut.Position = UDim2.new(0.0177514795, 0, 0.550980508, 0)
  1386. CrimBaseTPbut.Size = UDim2.new(0, 98, 0, 16)
  1387. CrimBaseTPbut.Font = Enum.Font.SourceSans
  1388. CrimBaseTPbut.FontSize = Enum.FontSize.Size14
  1389. CrimBaseTPbut.Text = "TP TO CRIMINAL BASE"
  1390. CrimBaseTPbut.TextColor3 = Color3.new(1, 1, 1)
  1391. CrimBaseTPbut.TextScaled = true
  1392. CrimBaseTPbut.TextStrokeTransparency = 0
  1393. CrimBaseTPbut.TextWrapped = true
  1394.  
  1395. GuardAreaTPbut.Name = "GuardAreaTPbut"
  1396. GuardAreaTPbut.Parent = LocalCommands
  1397. GuardAreaTPbut.BackgroundColor3 = Color3.new(1, 1, 1)
  1398. GuardAreaTPbut.BackgroundTransparency = 0.40000000596046
  1399. GuardAreaTPbut.BorderSizePixel = 0
  1400. GuardAreaTPbut.Position = UDim2.new(0.0177514795, 0, 0.781960726, 0)
  1401. GuardAreaTPbut.Size = UDim2.new(0, 98, 0, 16)
  1402. GuardAreaTPbut.Font = Enum.Font.SourceSans
  1403. GuardAreaTPbut.FontSize = Enum.FontSize.Size14
  1404. GuardAreaTPbut.Text = "TP TO GUARD AREA"
  1405. GuardAreaTPbut.TextColor3 = Color3.new(1, 1, 1)
  1406. GuardAreaTPbut.TextScaled = true
  1407. GuardAreaTPbut.TextStrokeTransparency = 0
  1408. GuardAreaTPbut.TextWrapped = true
  1409.  
  1410. FLY.Name = "FLY"
  1411. FLY.Parent = LocalCommands
  1412. FLY.BackgroundColor3 = Color3.new(1, 1, 1)
  1413. FLY.BackgroundTransparency = 0.40000000596046
  1414. FLY.BorderSizePixel = 0
  1415. FLY.Position = UDim2.new(0.354683876, 0, 0.330000013, 0)
  1416. FLY.Size = UDim2.new(0, 98, 0, 16)
  1417. FLY.Font = Enum.Font.SourceSans
  1418. FLY.FontSize = Enum.FontSize.Size14
  1419. FLY.Text = "FLY 'E'"
  1420. FLY.TextColor3 = Color3.new(1, 1, 1)
  1421. FLY.TextScaled = true
  1422. FLY.TextStrokeTransparency = 0
  1423. FLY.TextWrapped = true
  1424.  
  1425. NWalk.Name = "NWalk"
  1426. NWalk.Parent = LocalCommands
  1427. NWalk.BackgroundColor3 = Color3.new(1, 1, 1)
  1428. NWalk.BackgroundTransparency = 0.40000000596046
  1429. NWalk.BorderSizePixel = 0
  1430. NWalk.Position = UDim2.new(0.354683876, 0, 0.560980558, 0)
  1431. NWalk.Size = UDim2.new(0, 98, 0, 16)
  1432. NWalk.Font = Enum.Font.SourceSans
  1433. NWalk.FontSize = Enum.FontSize.Size14
  1434. NWalk.Text = "NORMAL WALKSPEED"
  1435. NWalk.TextColor3 = Color3.new(1, 1, 1)
  1436. NWalk.TextScaled = true
  1437. NWalk.TextStrokeTransparency = 0
  1438. NWalk.TextWrapped = true
  1439.  
  1440. Njump.Name = "Njump"
  1441. Njump.Parent = LocalCommands
  1442. Njump.BackgroundColor3 = Color3.new(1, 1, 1)
  1443. Njump.BackgroundTransparency = 0.40000000596046
  1444. Njump.BorderSizePixel = 0
  1445. Njump.Position = UDim2.new(0.354683876, 0, 0.791960776, 0)
  1446. Njump.Size = UDim2.new(0, 98, 0, 16)
  1447. Njump.Font = Enum.Font.SourceSans
  1448. Njump.FontSize = Enum.FontSize.Size14
  1449. Njump.Text = "NORMAL JUMP HEIGHT"
  1450. Njump.TextColor3 = Color3.new(1, 1, 1)
  1451. Njump.TextScaled = true
  1452. Njump.TextStrokeTransparency = 0
  1453. Njump.TextWrapped = true
  1454.  
  1455. tfJump.Name = "tfJump"
  1456. tfJump.Parent = LocalCommands
  1457. tfJump.BackgroundColor3 = Color3.new(1, 1, 1)
  1458. tfJump.BackgroundTransparency = 0.40000000596046
  1459. tfJump.BorderSizePixel = 0
  1460. tfJump.Position = UDim2.new(0.691616237, 0, 0.781960726, 0)
  1461. tfJump.Size = UDim2.new(0, 98, 0, 16)
  1462. tfJump.Font = Enum.Font.SourceSans
  1463. tfJump.FontSize = Enum.FontSize.Size14
  1464. tfJump.Text = "+25 JUMP HEIGHT"
  1465. tfJump.TextColor3 = Color3.new(1, 1, 1)
  1466. tfJump.TextScaled = true
  1467. tfJump.TextStrokeTransparency = 0
  1468. tfJump.TextWrapped = true
  1469.  
  1470. Respawn.Name = "Respawn"
  1471. Respawn.Parent = LocalCommands
  1472. Respawn.BackgroundColor3 = Color3.new(1, 1, 1)
  1473. Respawn.BackgroundTransparency = 0.40000000596046
  1474. Respawn.BorderSizePixel = 0
  1475. Respawn.Position = UDim2.new(0.691616237, 0, 0.319999993, 0)
  1476. Respawn.Size = UDim2.new(0, 98, 0, 16)
  1477. Respawn.Font = Enum.Font.SourceSans
  1478. Respawn.FontSize = Enum.FontSize.Size14
  1479. Respawn.Text = "RESPAWN"
  1480. Respawn.TextColor3 = Color3.new(1, 1, 1)
  1481. Respawn.TextScaled = true
  1482. Respawn.TextStrokeTransparency = 0
  1483. Respawn.TextWrapped = true
  1484.  
  1485. tfWalk.Name = "tfWalk"
  1486. tfWalk.Parent = LocalCommands
  1487. tfWalk.BackgroundColor3 = Color3.new(1, 1, 1)
  1488. tfWalk.BackgroundTransparency = 0.40000000596046
  1489. tfWalk.BorderSizePixel = 0
  1490. tfWalk.Position = UDim2.new(0.691616237, 0, 0.550980508, 0)
  1491. tfWalk.Size = UDim2.new(0, 98, 0, 16)
  1492. tfWalk.Font = Enum.Font.SourceSans
  1493. tfWalk.FontSize = Enum.FontSize.Size14
  1494. tfWalk.Text = "+25 WALKSPEED"
  1495. tfWalk.TextColor3 = Color3.new(1, 1, 1)
  1496. tfWalk.TextScaled = true
  1497. tfWalk.TextStrokeTransparency = 0
  1498. tfWalk.TextWrapped = true
  1499.  
  1500. LocalCMD_BarTitle.Name = "LocalCMD_BarTitle"
  1501. LocalCMD_BarTitle.Parent = LocalCommands
  1502. LocalCMD_BarTitle.BackgroundColor3 = Color3.new(1, 1, 1)
  1503. LocalCMD_BarTitle.BackgroundTransparency = 0.30000001192093
  1504. LocalCMD_BarTitle.BorderSizePixel = 0
  1505. LocalCMD_BarTitle.Position = UDim2.new(0.0798816606, 0, 0.219999999, 0)
  1506. LocalCMD_BarTitle.Size = UDim2.new(0, 283, 0, 4)
  1507. LocalCMD_BarTitle.Font = Enum.Font.SourceSans
  1508. LocalCMD_BarTitle.FontSize = Enum.FontSize.Size14
  1509. LocalCMD_BarTitle.Text = ""
  1510. LocalCMD_BarTitle.TextColor3 = Color3.new(1, 1, 1)
  1511. LocalCMD_BarTitle.TextStrokeTransparency = 0
  1512.  
  1513. TheLocal.Name = "TheLocal"
  1514. TheLocal.Parent = Main
  1515. TheLocal.BackgroundColor3 = Color3.new(1, 1, 1)
  1516. TheLocal.BackgroundTransparency = 0.5
  1517. TheLocal.BorderSizePixel = 0
  1518. TheLocal.Position = UDim2.new(0.344114006, 0, 0.900033236, 0)
  1519. TheLocal.Size = UDim2.new(0, 104, 0, 22)
  1520. TheLocal.Font = Enum.Font.SourceSans
  1521. TheLocal.FontSize = Enum.FontSize.Size14
  1522. TheLocal.Text = "MORE LOCAL COMMANDS"
  1523. TheLocal.TextColor3 = Color3.new(1, 1, 1)
  1524. TheLocal.TextScaled = true
  1525. TheLocal.TextStrokeTransparency = 0
  1526. TheLocal.TextWrapped = true
  1527.  
  1528. CrimG.Name = "CrimG"
  1529. CrimG.Parent = Main
  1530. CrimG.BackgroundColor3 = Color3.new(1, 1, 1)
  1531. CrimG.BackgroundTransparency = 0.5
  1532. CrimG.BorderSizePixel = 0
  1533. CrimG.Position = UDim2.new(0.671616912, 0, 0.900033236, 0)
  1534. CrimG.Size = UDim2.new(0, 104, 0, 22)
  1535. CrimG.Font = Enum.Font.SourceSans
  1536. CrimG.FontSize = Enum.FontSize.Size14
  1537. CrimG.Text = "FORCE CRIMINAL PLAYER"
  1538. CrimG.TextColor3 = Color3.new(1, 1, 1)
  1539. CrimG.TextScaled = true
  1540. CrimG.TextStrokeTransparency = 0
  1541. CrimG.TextWrapped = true
  1542.  
  1543. tpgui.Name = "tpgui"
  1544. tpgui.Parent = Main
  1545. tpgui.BackgroundColor3 = Color3.new(0.219608, 0.219608, 0.219608)
  1546. tpgui.BorderSizePixel = 0
  1547. tpgui.Position = UDim2.new(-0.458579868, 0, 0.215946838, 0)
  1548. tpgui.Size = UDim2.new(0, 155, 0, 198)
  1549.  
  1550. TPtileBar.Name = "TPtileBar"
  1551. TPtileBar.Parent = tpgui
  1552. TPtileBar.BackgroundColor3 = Color3.new(0, 0, 0)
  1553. TPtileBar.BackgroundTransparency = 0.5
  1554. TPtileBar.BorderSizePixel = 0
  1555. TPtileBar.Position = UDim2.new(0.0064516128, 0, 0.14952904, 0)
  1556. TPtileBar.Size = UDim2.new(0, 154, 0, 1)
  1557. TPtileBar.Font = Enum.Font.SourceSans
  1558. TPtileBar.FontSize = Enum.FontSize.Size14
  1559. TPtileBar.Text = ""
  1560. TPtileBar.TextColor3 = Color3.new(0, 0, 0)
  1561.  
  1562. TPYEET.Name = "TPYEET"
  1563. TPYEET.Parent = tpgui
  1564. TPYEET.BackgroundColor3 = Color3.new(1, 1, 1)
  1565. TPYEET.BackgroundTransparency = 0.5
  1566. TPYEET.BorderSizePixel = 0
  1567. TPYEET.Position = UDim2.new(0.0580645166, 0, 0.560606062, 0)
  1568. TPYEET.Size = UDim2.new(0, 140, 0, 50)
  1569. TPYEET.Font = Enum.Font.SourceSansLight
  1570. TPYEET.FontSize = Enum.FontSize.Size14
  1571. TPYEET.Text = "TELEPORT"
  1572. TPYEET.TextColor3 = Color3.new(1, 1, 1)
  1573. TPYEET.TextScaled = true
  1574. TPYEET.TextStrokeTransparency = 0
  1575. TPYEET.TextWrapped = true
  1576.  
  1577. UserHolderTP.Name = "UserHolderTP"
  1578. UserHolderTP.Parent = tpgui
  1579. UserHolderTP.BackgroundColor3 = Color3.new(0.0156863, 0.0156863, 0.0156863)
  1580. UserHolderTP.BorderSizePixel = 0
  1581. UserHolderTP.Position = UDim2.new(0.0516129024, 0, 0.451651365, 0)
  1582. UserHolderTP.Size = UDim2.new(0, 139, 0, 3)
  1583. UserHolderTP.Font = Enum.Font.SourceSans
  1584. UserHolderTP.FontSize = Enum.FontSize.Size14
  1585. UserHolderTP.Text = ""
  1586. UserHolderTP.TextColor3 = Color3.new(0, 0, 0)
  1587.  
  1588. InsertUserTP.Name = "InsertUserTP"
  1589. InsertUserTP.Parent = tpgui
  1590. InsertUserTP.BackgroundColor3 = Color3.new(1, 1, 1)
  1591. InsertUserTP.BackgroundTransparency = 1
  1592. InsertUserTP.BorderSizePixel = 0
  1593. InsertUserTP.Position = UDim2.new(0.0064516128, 0, 0.186868697, 0)
  1594. InsertUserTP.Size = UDim2.new(0, 154, 0, 50)
  1595. InsertUserTP.Font = Enum.Font.SourceSansLight
  1596. InsertUserTP.FontSize = Enum.FontSize.Size14
  1597. InsertUserTP.Text = "USERNAME"
  1598. InsertUserTP.TextColor3 = Color3.new(1, 1, 1)
  1599. InsertUserTP.TextScaled = true
  1600. InsertUserTP.TextWrapped = true
  1601.  
  1602. TpTitle.Name = "TpTitle"
  1603. TpTitle.Parent = tpgui
  1604. TpTitle.BackgroundColor3 = Color3.new(1, 1, 1)
  1605. TpTitle.BackgroundTransparency = 1
  1606. TpTitle.BorderSizePixel = 0
  1607. TpTitle.Position = UDim2.new(0.0064516128, 0, 0, 0)
  1608. TpTitle.Size = UDim2.new(0, 154, 0, 31)
  1609. TpTitle.Font = Enum.Font.SourceSansLight
  1610. TpTitle.FontSize = Enum.FontSize.Size14
  1611. TpTitle.Text = "TELEPORT GUI"
  1612. TpTitle.TextColor3 = Color3.new(1, 1, 1)
  1613. TpTitle.TextScaled = true
  1614. TpTitle.TextStrokeTransparency = 0
  1615. TpTitle.TextWrapped = true
  1616.  
  1617. RightSepBarTp.Name = "RightSepBarTp"
  1618. RightSepBarTp.Parent = tpgui
  1619. RightSepBarTp.BackgroundColor3 = Color3.new(1, 1, 1)
  1620. RightSepBarTp.BackgroundTransparency = 0.5
  1621. RightSepBarTp.BorderSizePixel = 0
  1622. RightSepBarTp.Position = UDim2.new(0.993548393, 0, 0.0757575706, 0)
  1623. RightSepBarTp.Size = UDim2.new(0, 1, 0, 167)
  1624. RightSepBarTp.Font = Enum.Font.SourceSans
  1625. RightSepBarTp.FontSize = Enum.FontSize.Size14
  1626. RightSepBarTp.Text = ""
  1627. RightSepBarTp.TextColor3 = Color3.new(0, 0, 0)
  1628.  
  1629. TpHideButton.Name = "TpHideButton"
  1630. TpHideButton.Parent = tpgui
  1631. TpHideButton.BackgroundColor3 = Color3.new(1, 0.34902, 0.34902)
  1632. TpHideButton.BackgroundTransparency = 0.30000001192093
  1633. TpHideButton.BorderSizePixel = 0
  1634. TpHideButton.Position = UDim2.new(0.0322580636, 0, 0.89015615, 0)
  1635. TpHideButton.Size = UDim2.new(0, 146, 0, 18)
  1636. TpHideButton.Font = Enum.Font.SourceSansLight
  1637. TpHideButton.FontSize = Enum.FontSize.Size14
  1638. TpHideButton.Text = "HIDE"
  1639. TpHideButton.TextColor3 = Color3.new(1, 1, 1)
  1640. TpHideButton.TextScaled = true
  1641. TpHideButton.TextStrokeTransparency = 0
  1642. TpHideButton.TextWrapped = true
  1643.  
  1644. AmokahsLogo.Name = "AmokahsLogo"
  1645. AmokahsLogo.Parent = Main
  1646. AmokahsLogo.BackgroundColor3 = Color3.new(1, 1, 1)
  1647. AmokahsLogo.BackgroundTransparency = 1
  1648. AmokahsLogo.BorderSizePixel = 0
  1649. AmokahsLogo.Position = UDim2.new(0.0177514795, 0, 0, 0)
  1650. AmokahsLogo.Size = UDim2.new(0, 34, 0, 35)
  1651. AmokahsLogo.Image = "rbxassetid://2715559615"
  1652.  
  1653. SuperPunch.Name = "SuperPunch"
  1654. SuperPunch.Parent = Main
  1655. SuperPunch.BackgroundColor3 = Color3.new(1, 1, 1)
  1656. SuperPunch.BackgroundTransparency = 0.5
  1657. SuperPunch.BorderSizePixel = 0
  1658. SuperPunch.Position = UDim2.new(0.511219442, 0, 0.58801502, 0)
  1659. SuperPunch.Size = UDim2.new(0, 158, 0, 22)
  1660. SuperPunch.Font = Enum.Font.SourceSans
  1661. SuperPunch.FontSize = Enum.FontSize.Size14
  1662. SuperPunch.Text = "SUPER PUNCH"
  1663. SuperPunch.TextColor3 = Color3.new(1, 1, 1)
  1664. SuperPunch.TextScaled = true
  1665. SuperPunch.TextStrokeTransparency = 0
  1666. SuperPunch.TextWrapped = true
  1667.  
  1668. KillAura.Name = "KillAura"
  1669. KillAura.Parent = Main
  1670. KillAura.BackgroundColor3 = Color3.new(1, 1, 1)
  1671. KillAura.BackgroundTransparency = 0.5
  1672. KillAura.BorderColor3 = Color3.new(1, 0, 0)
  1673. KillAura.BorderSizePixel = 0
  1674. KillAura.Position = UDim2.new(0.511219442, 0, 0.262595385, 0)
  1675. KillAura.Size = UDim2.new(0, 157, 0, 22)
  1676. KillAura.Font = Enum.Font.SourceSans
  1677. KillAura.FontSize = Enum.FontSize.Size14
  1678. KillAura.Text = "TOGGABLE KILL AURA 'P'"
  1679. KillAura.TextColor3 = Color3.new(1, 1, 1)
  1680. KillAura.TextScaled = true
  1681. KillAura.TextStrokeTransparency = 0
  1682. KillAura.TextWrapped = true
  1683.  
  1684. BeCriminal.Name = "BeCriminal"
  1685. BeCriminal.Parent = Main
  1686. BeCriminal.BackgroundColor3 = Color3.new(1, 1, 1)
  1687. BeCriminal.BackgroundTransparency = 0.5
  1688. BeCriminal.BorderSizePixel = 0
  1689. BeCriminal.Position = UDim2.new(0.514421463, 0, 0.696629226, 0)
  1690. BeCriminal.Size = UDim2.new(0, 74, 0, 22)
  1691. BeCriminal.Font = Enum.Font.SourceSans
  1692. BeCriminal.FontSize = Enum.FontSize.Size14
  1693. BeCriminal.Text = "CRIMINAL"
  1694. BeCriminal.TextColor3 = Color3.new(1, 1, 1)
  1695. BeCriminal.TextScaled = true
  1696. BeCriminal.TextStrokeTransparency = 0
  1697. BeCriminal.TextWrapped = true
  1698.  
  1699. BeGuard.Name = "BeGuard"
  1700. BeGuard.Parent = Main
  1701. BeGuard.BackgroundColor3 = Color3.new(1, 1, 1)
  1702. BeGuard.BackgroundTransparency = 0.5
  1703. BeGuard.BorderSizePixel = 0
  1704. BeGuard.Position = UDim2.new(0.0177514795, 0, 0.696629226, 0)
  1705. BeGuard.Size = UDim2.new(0, 77, 0, 22)
  1706. BeGuard.Font = Enum.Font.SourceSans
  1707. BeGuard.FontSize = Enum.FontSize.Size14
  1708. BeGuard.Text = "GUARD"
  1709. BeGuard.TextColor3 = Color3.new(1, 1, 1)
  1710. BeGuard.TextScaled = true
  1711. BeGuard.TextStrokeTransparency = 0
  1712. BeGuard.TextWrapped = true
  1713.  
  1714. BeInmate.Name = "BeInmate"
  1715. BeInmate.Parent = Main
  1716. BeInmate.BackgroundColor3 = Color3.new(1, 1, 1)
  1717. BeInmate.BackgroundTransparency = 0.5
  1718. BeInmate.BorderSizePixel = 0
  1719. BeInmate.Position = UDim2.new(0.268615901, 0, 0.696629226, 0)
  1720. BeInmate.Size = UDim2.new(0, 74, 0, 22)
  1721. BeInmate.Font = Enum.Font.SourceSans
  1722. BeInmate.FontSize = Enum.FontSize.Size14
  1723. BeInmate.Text = "INMATE"
  1724. BeInmate.TextColor3 = Color3.new(1, 1, 1)
  1725. BeInmate.TextScaled = true
  1726. BeInmate.TextStrokeTransparency = 0
  1727. BeInmate.TextWrapped = true
  1728.  
  1729. ArrestAll.Name = "ArrestAll"
  1730. ArrestAll.Parent = Main
  1731. ArrestAll.BackgroundColor3 = Color3.new(1, 1, 1)
  1732. ArrestAll.BackgroundTransparency = 0.5
  1733. ArrestAll.BorderSizePixel = 0
  1734. ArrestAll.Position = UDim2.new(0.511834323, 0, 0.370786548, 0)
  1735. ArrestAll.Size = UDim2.new(0, 159, 0, 22)
  1736. ArrestAll.Font = Enum.Font.SourceSans
  1737. ArrestAll.FontSize = Enum.FontSize.Size14
  1738. ArrestAll.Text = "ARREST ALL"
  1739. ArrestAll.TextColor3 = Color3.new(1, 1, 1)
  1740. ArrestAll.TextScaled = true
  1741. ArrestAll.TextStrokeTransparency = 0
  1742. ArrestAll.TextWrapped = true
  1743.  
  1744. InvGuns.Name = "InvGuns"
  1745. InvGuns.Parent = Main
  1746. InvGuns.BackgroundColor3 = Color3.new(1, 1, 1)
  1747. InvGuns.BackgroundTransparency = 0.5
  1748. InvGuns.BorderSizePixel = 0
  1749. InvGuns.Position = UDim2.new(0.508875728, 0, 0.16104874, 0)
  1750. InvGuns.Size = UDim2.new(0, 159, 0, 22)
  1751. InvGuns.Font = Enum.Font.SourceSans
  1752. InvGuns.FontSize = Enum.FontSize.Size14
  1753. InvGuns.Text = "TURN GUNS INVIS (Unequip first)"
  1754. InvGuns.TextColor3 = Color3.new(1, 1, 1)
  1755. InvGuns.TextScaled = true
  1756. InvGuns.TextStrokeTransparency = 0
  1757. InvGuns.TextWrapped = true
  1758.  
  1759. CrimPunch.Name = "CrimPunch"
  1760. CrimPunch.Parent = Main
  1761. CrimPunch.BackgroundColor3 = Color3.new(1, 1, 1)
  1762. CrimPunch.BackgroundTransparency = 0.5
  1763. CrimPunch.BorderSizePixel = 0
  1764. CrimPunch.Position = UDim2.new(0.508260846, 0, 0.481702745, 0)
  1765. CrimPunch.Size = UDim2.new(0, 158, 0, 22)
  1766. CrimPunch.Font = Enum.Font.SourceSans
  1767. CrimPunch.FontSize = Enum.FontSize.Size14
  1768. CrimPunch.Text = "REMOVE TOOLS"
  1769. CrimPunch.TextColor3 = Color3.new(1, 1, 1)
  1770. CrimPunch.TextScaled = true
  1771. CrimPunch.TextStrokeTransparency = 0
  1772. CrimPunch.TextWrapped = true
  1773.  
  1774. Trans.Name = "Trans"
  1775. Trans.Parent = Main
  1776. Trans.BackgroundColor3 = Color3.new(1, 0.458824, 0.439216)
  1777. Trans.BackgroundTransparency = 0.5
  1778. Trans.BorderSizePixel = 0
  1779. Trans.Position = UDim2.new(0.64462477, 0, 0.0199335553, 0)
  1780. Trans.Size = UDim2.new(0, 80, 0, 25)
  1781. Trans.Font = Enum.Font.SourceSans
  1782. Trans.FontSize = Enum.FontSize.Size14
  1783. Trans.Text = "TRANSPARENT"
  1784. Trans.TextColor3 = Color3.new(1, 1, 1)
  1785. Trans.TextScaled = true
  1786. Trans.TextStrokeTransparency = 0
  1787. Trans.TextWrapped = true
  1788.  
  1789. Open.Name = "Open"
  1790. Open.Parent = PrisonGui
  1791. Open.BackgroundColor3 = Color3.new(1, 1, 1)
  1792. Open.BackgroundTransparency = 1
  1793. Open.BorderSizePixel = 0
  1794. Open.Position = UDim2.new(0, 0, 0.915841579, 0)
  1795. Open.Size = UDim2.new(0, 154, 0, 34)
  1796.  
  1797. OpenGUI.Name = "OpenGUI"
  1798. OpenGUI.Parent = Open
  1799. OpenGUI.BackgroundColor3 = Color3.new(0.219608, 0.219608, 0.219608)
  1800. OpenGUI.BackgroundTransparency = 0.5
  1801. OpenGUI.BorderSizePixel = 0
  1802. OpenGUI.Size = UDim2.new(0, 154, 0, 34)
  1803. OpenGUI.Font = Enum.Font.SourceSansLight
  1804. OpenGUI.FontSize = Enum.FontSize.Size14
  1805. OpenGUI.Text = "OPEN"
  1806. OpenGUI.TextColor3 = Color3.new(1, 1, 1)
  1807. OpenGUI.TextScaled = true
  1808. OpenGUI.TextStrokeTransparency = 0
  1809. OpenGUI.TextWrapped = true
  1810.  
  1811. Credit.Name = "Credit"
  1812. Credit.Parent = PrisonGui
  1813. Credit.BackgroundColor3 = Color3.new(1, 1, 1)
  1814. Credit.BackgroundTransparency = 1
  1815. Credit.BorderSizePixel = 0
  1816. Credit.Position = UDim2.new(0, 0, 0.589113653, 0)
  1817. Credit.Size = UDim2.new(0, 156, 0, 43)
  1818. Credit.Font = Enum.Font.SourceSansSemibold
  1819. Credit.FontSize = Enum.FontSize.Size14
  1820. Credit.Text = "Lame Prison Life GUI by Amokah"
  1821. Credit.TextColor3 = Color3.new(0, 0.764706, 0.776471)
  1822. Credit.TextScaled = true
  1823. Credit.TextStrokeTransparency = 0.80000001192093
  1824. Credit.TextTransparency = 0.5
  1825. Credit.TextWrapped = true
  1826. Credit.TextXAlignment = Enum.TextXAlignment.Left
  1827.  
  1828. Dino.Name = "Dino"
  1829. Dino.Parent = PrisonGui
  1830. Dino.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  1831. Dino.BackgroundTransparency = 0.80000001192093
  1832. Dino.BorderColor3 = Color3.new(1, 0, 0)
  1833. Dino.BorderSizePixel = 5
  1834. Dino.Position = UDim2.new(0, 0, 0.343575954, 0)
  1835. Dino.Size = UDim2.new(0, 1025, 0, 101)
  1836. Dino.Visible = false
  1837. Dino.Font = Enum.Font.SourceSans
  1838. Dino.FontSize = Enum.FontSize.Size14
  1839. Dino.Text = "This GUI is not the best with FREE exploits. It's mainly for paid exploits, such as Visenya, Synapse, etc. If you are using a free lua executor with this, then don't be surprised if something does not work correctly, please note, if anyone has uploaded this with their own link, that is not 'https://pastebin.com/JS5SYqaU' then you won't get the newest release of my crappy GUI, but anyway, good luck and have fun with this I guess."
  1840. Dino.TextColor3 = Color3.new(1, 1, 1)
  1841. Dino.TextScaled = true
  1842. Dino.TextStrokeTransparency = 0.80000001192093
  1843. Dino.TextTransparency = 0.80000001192093
  1844. Dino.TextWrapped = true
  1845.  
  1846. KA.Name = "KA"
  1847. KA.Parent = PrisonGui
  1848. KA.BackgroundColor3 = Color3.new(1, 1, 1)
  1849. KA.BackgroundTransparency = 1
  1850. KA.BorderSizePixel = 0
  1851. KA.Position = UDim2.new(0, 0, 0.640399575, 0)
  1852. KA.Size = UDim2.new(0, 162, 0, 62)
  1853.  
  1854. NameOfKa.Name = "NameOfKa"
  1855. NameOfKa.Parent = KA
  1856. NameOfKa.BackgroundColor3 = Color3.new(1, 1, 1)
  1857. NameOfKa.BackgroundTransparency = 1
  1858. NameOfKa.BorderSizePixel = 0
  1859. NameOfKa.Position = UDim2.new(0, 0, 0.419354856, 0)
  1860. NameOfKa.Size = UDim2.new(0, 157, 0, 30)
  1861. NameOfKa.Font = Enum.Font.SourceSans
  1862. NameOfKa.FontSize = Enum.FontSize.Size14
  1863. NameOfKa.Text = "KILL AURA "
  1864. NameOfKa.TextColor3 = Color3.new(0.72549, 0.329412, 0.337255)
  1865. NameOfKa.TextScaled = true
  1866. NameOfKa.TextStrokeColor3 = Color3.new(0.333333, 0, 0)
  1867. NameOfKa.TextStrokeTransparency = 0.5
  1868. NameOfKa.TextWrapped = true
  1869. NameOfKa.TextXAlignment = Enum.TextXAlignment.Left
  1870.  
  1871. TrueOrFalse.Name = "TrueOrFalse"
  1872. TrueOrFalse.Parent = KA
  1873. TrueOrFalse.BackgroundColor3 = Color3.new(1, 1, 1)
  1874. TrueOrFalse.BackgroundTransparency = 1
  1875. TrueOrFalse.BorderSizePixel = 0
  1876. TrueOrFalse.Position = UDim2.new(0, 0, 0.913856268, 0)
  1877. TrueOrFalse.Size = UDim2.new(0, 148, 0, 33)
  1878. TrueOrFalse.Font = Enum.Font.SourceSans
  1879. TrueOrFalse.FontSize = Enum.FontSize.Size14
  1880. TrueOrFalse.Text = "nil"
  1881. TrueOrFalse.TextColor3 = Color3.new(1, 0.278431, 0.278431)
  1882. TrueOrFalse.TextScaled = true
  1883. TrueOrFalse.TextStrokeTransparency = 0.5
  1884. TrueOrFalse.TextWrapped = true
  1885. TrueOrFalse.TextXAlignment = Enum.TextXAlignment.Left
  1886.  
  1887. TeamGUIOC.Name = "TeamGUIOC"
  1888. TeamGUIOC.Parent = PrisonGui
  1889. TeamGUIOC.BackgroundColor3 = Color3.new(1, 1, 1)
  1890. TeamGUIOC.BackgroundTransparency = 1
  1891. TeamGUIOC.BorderSizePixel = 0
  1892. TeamGUIOC.Position = UDim2.new(0.00132625992, 0, 0.759765625, 0)
  1893. TeamGUIOC.Size = UDim2.new(0, 156, 0, 33)
  1894.  
  1895. TeamOPorCL.Name = "TeamOPorCL"
  1896. TeamOPorCL.Parent = TeamGUIOC
  1897. TeamOPorCL.BackgroundColor3 = Color3.new(0.219608, 0.219608, 0.219608)
  1898. TeamOPorCL.BackgroundTransparency = 0.5
  1899. TeamOPorCL.BorderColor3 = Color3.new(0.568627, 0.176471, 0.568627)
  1900. TeamOPorCL.BorderSizePixel = 0
  1901. TeamOPorCL.Position = UDim2.new(-5.00802327972, 5, 5.12121212, 5)
  1902. TeamOPorCL.Size = UDim2.new(0, 156, 0, 32)
  1903. TeamOPorCL.Font = Enum.Font.SourceSansLight
  1904. TeamOPorCL.FontSize = Enum.FontSize.Size14
  1905. TeamOPorCL.Text = "Open/Close STAY ON TEAM GUI"
  1906. TeamOPorCL.TextColor3 = Color3.new(1, 1, 1)
  1907. TeamOPorCL.TextScaled = true
  1908. TeamOPorCL.TextStrokeTransparency = 0
  1909. TeamOPorCL.TextWrapped = true
  1910.  
  1911. TeamMain.Name = "TeamMain"
  1912. TeamMain.Parent = PrisonGui
  1913. TeamMain.BackgroundColor3 = Color3.new(0.219608, 0.219608, 0.219608)
  1914. TeamMain.BorderSizePixel = 0
  1915. TeamMain.Position = UDim2.new(0, 0, 0.291015625, 0)
  1916. TeamMain.Size = UDim2.new(0, 214, 0, 152)
  1917. TeamMain.Visible = false
  1918.  
  1919. TextLabel.Parent = TeamMain
  1920. TextLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  1921. TextLabel.BackgroundTransparency = 0.5
  1922. TextLabel.BorderSizePixel = 0
  1923. TextLabel.Position = UDim2.new(0.104430377, 0, 0.203947365, 0)
  1924. TextLabel.Size = UDim2.new(0, 169, 0, 3)
  1925. TextLabel.Font = Enum.Font.SourceSans
  1926. TextLabel.FontSize = Enum.FontSize.Size14
  1927. TextLabel.Text = ""
  1928. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  1929.  
  1930. TextLabel_2.Parent = TeamMain
  1931. TextLabel_2.BackgroundColor3 = Color3.new(0, 0, 0)
  1932. TextLabel_2.BackgroundTransparency = 1
  1933. TextLabel_2.BorderSizePixel = 0
  1934. TextLabel_2.Size = UDim2.new(0, 214, 0, 31)
  1935. TextLabel_2.Font = Enum.Font.SourceSansLight
  1936. TextLabel_2.FontSize = Enum.FontSize.Size14
  1937. TextLabel_2.Text = "Stay On Team GUI"
  1938. TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
  1939. TextLabel_2.TextScaled = true
  1940. TextLabel_2.TextStrokeTransparency = 0
  1941. TextLabel_2.TextWrapped = true
  1942.  
  1943. SOG.Name = "SOG"
  1944. SOG.Parent = TeamMain
  1945. SOG.BackgroundColor3 = Color3.new(0.52549, 0.756863, 1)
  1946. SOG.BackgroundTransparency = 0.5
  1947. SOG.BorderSizePixel = 0
  1948. SOG.Position = UDim2.new(0, 0, 0.223684207, 0)
  1949. SOG.Size = UDim2.new(0, 214, 0, 25)
  1950. SOG.Font = Enum.Font.SourceSansLight
  1951. SOG.FontSize = Enum.FontSize.Size14
  1952. SOG.Text = "Stay on guards team!"
  1953. SOG.TextColor3 = Color3.new(1, 1, 1)
  1954. SOG.TextScaled = true
  1955. SOG.TextStrokeTransparency = 0
  1956. SOG.TextWrapped = true
  1957.  
  1958. SOC.Name = "SOC"
  1959. SOC.Parent = TeamMain
  1960. SOC.BackgroundColor3 = Color3.new(1, 0.235294, 0.235294)
  1961. SOC.BackgroundTransparency = 0.5
  1962. SOC.BorderSizePixel = 0
  1963. SOC.Position = UDim2.new(0, 0, 0.394416004, 0)
  1964. SOC.Size = UDim2.new(0, 214, 0, 25)
  1965. SOC.Font = Enum.Font.SourceSansLight
  1966. SOC.FontSize = Enum.FontSize.Size14
  1967. SOC.Text = "Stay on criminals team!"
  1968. SOC.TextColor3 = Color3.new(1, 1, 1)
  1969. SOC.TextScaled = true
  1970. SOC.TextStrokeTransparency = 0
  1971. SOC.TextWrapped = true
  1972.  
  1973. SOI.Name = "SOI"
  1974. SOI.Parent = TeamMain
  1975. SOI.BackgroundColor3 = Color3.new(1, 0.831373, 0.494118)
  1976. SOI.BackgroundTransparency = 0.5
  1977. SOI.BorderSizePixel = 0
  1978. SOI.Position = UDim2.new(0, 0, 0.559050083, 0)
  1979. SOI.Size = UDim2.new(0, 214, 0, 25)
  1980. SOI.Font = Enum.Font.SourceSansLight
  1981. SOI.FontSize = Enum.FontSize.Size14
  1982. SOI.Text = "Stay on inmates team!"
  1983. SOI.TextColor3 = Color3.new(1, 1, 1)
  1984. SOI.TextScaled = true
  1985. SOI.TextStrokeTransparency = 0
  1986. SOI.TextWrapped = true
  1987.  
  1988. Disable.Name = "Disable"
  1989. Disable.Parent = TeamMain
  1990. Disable.BackgroundColor3 = Color3.new(0.615686, 0.407843, 0.411765)
  1991. Disable.BackgroundTransparency = 0.5
  1992. Disable.BorderSizePixel = 0
  1993. Disable.Position = UDim2.new(0, 0, 0.801872253, 0)
  1994. Disable.Size = UDim2.new(0, 214, 0, 29)
  1995. Disable.Font = Enum.Font.SourceSansSemibold
  1996. Disable.FontSize = Enum.FontSize.Size14
  1997. Disable.Text = "Disable"
  1998. Disable.TextColor3 = Color3.new(1, 1, 1)
  1999. Disable.TextScaled = true
  2000. Disable.TextStrokeTransparency = 0
  2001. Disable.TextWrapped = true
  2002.  
  2003.  
  2004. Main.Position = UDim2.new(0.345, 0,2.204, 0)
  2005. TeamOPorCL.Visible = false
  2006. TeamMain.Visible = false
  2007. TeamGUIOC.Visible = false
  2008. LocalCommands.Visible = false
  2009. ForceCgui.Visible = false
  2010. tpgui.Visible = false
  2011. KA.Visible = true
  2012. TrueOrFalse.Text = "nil"
  2013. TrueOrFalse.TextColor3 = Color3.new(255, 0, 191)
  2014.  
  2015. wait(0.5)
  2016. Dino.Visible = true
  2017. Dino.TextTransparency = 0.8
  2018. Dino.TextStrokeTransparency = 0.8
  2019. wait(0.1)
  2020. Dino.TextTransparency = 0.7
  2021. Dino.TextStrokeTransparency = 0.7
  2022. wait(0.1)
  2023. Dino.TextTransparency = 0.6
  2024. Dino.TextStrokeTransparency = 0.6
  2025. wait(0.1)
  2026. Dino.TextTransparency = 0.5
  2027. Dino.TextStrokeTransparency = 0.5
  2028. wait(0.1)
  2029. Dino.TextTransparency = 0.4
  2030. Dino.TextStrokeTransparency = 0.4
  2031. wait(0.1)
  2032. Dino.TextTransparency = 0.3
  2033. Dino.TextStrokeTransparency = 0.3
  2034. wait(0.1)
  2035. Dino.TextTransparency = 0.2
  2036. Dino.TextStrokeTransparency = 0.2
  2037. wait(0.1)
  2038. Dino.TextTransparency = 0.1
  2039. Dino.TextStrokeTransparency = 0.1
  2040.  
  2041. wait(5)
  2042.  
  2043. Dino.TextTransparency = 0.1
  2044. Dino.TextStrokeTransparency = 0.1
  2045. wait(0.1)
  2046. Dino.TextTransparency = 0.2
  2047. Dino.TextStrokeTransparency = 0.2
  2048. wait(0.1)
  2049. Dino.TextTransparency = 0.3
  2050. Dino.TextStrokeTransparency = 0.3
  2051. wait(0.1)
  2052. Dino.TextTransparency = 0.4
  2053. Dino.TextStrokeTransparency = 0.4
  2054. wait(0.1)
  2055. Dino.TextTransparency = 0.5
  2056. Dino.TextStrokeTransparency = 0.5
  2057. wait(0.1)
  2058. Dino.TextTransparency = 0.6
  2059. Dino.TextStrokeTransparency = 0.6
  2060. wait(0.1)
  2061. Dino.TextTransparency = 0.7
  2062. Dino.TextStrokeTransparency = 0.7
  2063. wait(0.1)
  2064. Dino.TextTransparency = 0.8
  2065. Dino.TextStrokeTransparency = 0.8
  2066. wait(0.1)
  2067. Dino.Visible = false
  2068.  
  2069. OpenGUI.MouseButton1Down:connect(function()
  2070. Main.Visible = true
  2071.  
  2072. Main:TweenPosition(UDim2.new(0.345, 0,0.204, 0), 'Out', 'Bounce', 3)
  2073. end)
  2074.  
  2075. Close.MouseButton1Down:connect(function()
  2076. Main:TweenPosition(UDim2.new(0.345, 0,2.204, 0), 'Out', 'Bounce', 1)
  2077. wait(1)
  2078. Main.Visible = false
  2079. end)
  2080.  
  2081. CrimG.MouseButton1Down:connect(function()
  2082. ForceCgui.Visible = true
  2083. end)
  2084.  
  2085. CrimHideButton.MouseButton1Down:connect(function()
  2086. ForceCgui.Visible = false
  2087. end)
  2088.  
  2089. TheLocal.MouseButton1Down:connect(function()
  2090. if LocalCommands.Visible == false then
  2091. LocalCommands.Visible = true
  2092. elseif LocalCommands.Visible == true then
  2093. LocalCommands.Visible = false
  2094. end
  2095. end)
  2096.  
  2097. NWalk.MouseButton1Down:connect(function()
  2098. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
  2099. end)
  2100.  
  2101. NexusTPbut.MouseButton1Down:connect(function()
  2102. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(879,99,2377)
  2103. end)
  2104.  
  2105. CrimBaseTPbut.MouseButton1Down:connect(function()
  2106. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-943, 96, 2055)
  2107. end)
  2108.  
  2109. tfWalk.MouseButton1Down:connect(function()
  2110. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 41
  2111. end)
  2112.  
  2113. tfJump.MouseButton1Down:connect(function()
  2114. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 75
  2115. end)
  2116.  
  2117. Njump.MouseButton1Down:connect(function()
  2118. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50
  2119. end)
  2120.  
  2121. GuardAreaTPbut.MouseButton1Down:connect(function()
  2122. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(802,99,2270)
  2123. end)
  2124.  
  2125. Respawn.MouseButton1Down:connect(function()
  2126. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(0, -496, 0)
  2127. end)
  2128.  
  2129. ObGuns.MouseButton1Down:connect(function()
  2130. for i,v in pairs(Workspace.Prison_ITEMS.giver:GetChildren()) do
  2131.  
  2132. OwO = Workspace.Remote.ItemHandler:InvokeServer(v.ITEMPICKUP)
  2133. end
  2134. end)
  2135.  
  2136. TaseBypass.MouseButton1Down:connect(function()
  2137. game.Players.LocalPlayer.Character.ClientInputHandler.Disabled = true
  2138. game.Players.LocalPlayer.CharacterAdded:connect(function()
  2139. game.Workspace:WaitForChild(game.Players.LocalPlayer.Name)
  2140. game.Players.LocalPlayer.Character.ClientInputHandler.Disabled = true
  2141. end)
  2142. end)
  2143.  
  2144. RemoveDoors.MouseButton1Down:connect(function()
  2145. Workspace.Prison_Cellblock.doors:Destroy()
  2146.  
  2147. for i,v in pairs(workspace:GetChildren())do
  2148. if v.Name == "Doors" then
  2149. v:Destroy()
  2150. end
  2151. end
  2152. end)
  2153.  
  2154. Btools.MouseButton1Down:connect(function()
  2155. local tool1 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  2156. local tool2 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  2157. local tool3 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  2158. local tool4 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  2159. local tool5 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  2160. tool1.BinType = "Clone"
  2161. tool2.BinType = "GameTool"
  2162. tool3.BinType = "Hammer"
  2163. tool4.BinType = "Script"
  2164. tool5.BinType = "Grab"
  2165. end)
  2166.  
  2167. ModGun.MouseButton1Down:connect(function()
  2168. local m = require(game:GetService('Players').LocalPlayer.Character:FindFirstChildOfClass("Tool").GunStates)
  2169. m.Damage = 100
  2170. m.MaxAmmo = math.huge
  2171. m.CurrentAmmo = math.huge
  2172. m.AutoFire = true
  2173. m.FireRate = 0
  2174. end)
  2175.  
  2176. KillAll.MouseButton1Down:connect(function()
  2177.  
  2178. workspace.Remote.TeamEvent:FireServer("Medium stone grey")
  2179.  
  2180. game.Workspace.Remote.ItemHandler:InvokeServer(workspace.Prison_ITEMS.giver["Remington 870"].ITEMPICKUP)
  2181.  
  2182. wait(0.5)
  2183. function kill(a)
  2184. local A_1 =
  2185. {
  2186. [1] =
  2187. {
  2188. ["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-391.152252, 8.65560055, -83.2166901)),
  2189. ["Distance"] = 3.2524313926697,
  2190. ["Cframe"] = CFrame.new(840.310791, 101.334137, 2267.87988, 0.0636406094, 0.151434347, -0.986416459, 0, 0.988420188, 0.151741937, 0.997972965, -0.00965694897, 0.0629036576),
  2191. ["Hit"] = a.Character.Head
  2192. },
  2193. [2] =
  2194. {
  2195. ["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-392.481476, -8.44939327, -76.7261353)),
  2196. ["Distance"] = 3.2699294090271,
  2197. ["Cframe"] = CFrame.new(840.290466, 101.184189, 2267.93506, 0.0964837447, 0.0589403138, -0.993587971, 4.65661287e-10, 0.998245299, 0.0592165813, 0.995334625, -0.00571343815, 0.0963144377),
  2198. ["Hit"] = a.Character.Head
  2199. },
  2200. [3] =
  2201. {
  2202. ["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-389.21701, -2.50536323, -92.2163162)),
  2203. ["Distance"] = 3.1665518283844,
  2204. ["Cframe"] = CFrame.new(840.338867, 101.236496, 2267.80371, 0.0166504811, 0.0941716284, -0.995416701, 1.16415322e-10, 0.995554805, 0.0941846818, 0.999861419, -0.00156822044, 0.0165764652),
  2205. ["Hit"] = a.Character.Head
  2206. },
  2207. [4] =
  2208. {
  2209. ["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-393.353973, 3.13988972, -72.5452042)),
  2210. ["Distance"] = 3.3218522071838,
  2211. ["Cframe"] = CFrame.new(840.277222, 101.285957, 2267.9707, 0.117109694, 0.118740402, -0.985994935, -1.86264515e-09, 0.992826641, 0.119563118, 0.993119001, -0.0140019981, 0.116269611),
  2212. ["Hit"] = a.Character.Head
  2213. },
  2214. [5] =
  2215. {
  2216. ["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-390.73172, 3.2097764, -85.5477524)),
  2217. ["Distance"] = 3.222757101059,
  2218. ["Cframe"] = CFrame.new(840.317993, 101.286423, 2267.86035, 0.0517584644, 0.123365127, -0.991010666, 0, 0.992340803, 0.123530701, 0.99865967, -0.00639375951, 0.0513620302),
  2219. ["Hit"] = a.Character.Head
  2220. }
  2221. }
  2222. local A_2 = game.Players.LocalPlayer.Backpack["Remington 870"]
  2223. local Event = game:GetService("ReplicatedStorage").ShootEvent
  2224. Event:FireServer(A_1, A_2)
  2225. Event:FireServer(A_1, A_2)
  2226. end
  2227.  
  2228. for i,v in pairs(game.Players:GetChildren())do
  2229. if v.Name ~= game.Players.LocalPlayer.Name then
  2230. kill(v)
  2231. end
  2232. end
  2233. wait(1)
  2234. workspace.Remote.TeamEvent:FireServer("Bright orange")
  2235.  
  2236. end)
  2237.  
  2238. TPshow.MouseButton1Down:connect(function()
  2239. tpgui.Visible = true
  2240. end)
  2241.  
  2242. TpHideButton.MouseButton1Down:connect(function()
  2243. tpgui.Visible = false
  2244. end)
  2245.  
  2246. TPYEET.MouseButton1Down:connect(function()
  2247. Target = InsertUserTP.Text
  2248.  
  2249. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[Target].Character.HumanoidRootPart.CFrame
  2250. end)
  2251.  
  2252. FLY.MouseButton1Down:connect(function()
  2253. repeat wait()
  2254. until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:findFirstChild("Torso") and game.Players.LocalPlayer.Character:findFirstChild("Humanoid")
  2255. local mouse = game.Players.LocalPlayer:GetMouse()
  2256. repeat wait() until mouse
  2257. local plr = game.Players.LocalPlayer
  2258. local torso = plr.Character.Torso
  2259. local flying = true
  2260. local deb = true
  2261. local ctrl = {f = 0, b = 0, l = 0, r = 0}
  2262. local lastctrl = {f = 0, b = 0, l = 0, r = 0}
  2263. local maxspeed = 50
  2264. local speed = 0
  2265.  
  2266. function Fly()
  2267. local bg = Instance.new("BodyGyro", torso)
  2268. bg.P = 9e4
  2269. bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  2270. bg.cframe = torso.CFrame
  2271. local bv = Instance.new("BodyVelocity", torso)
  2272. bv.velocity = Vector3.new(0,0.1,0)
  2273. bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
  2274. repeat wait()
  2275. plr.Character.Humanoid.PlatformStand = true
  2276. if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
  2277. speed = speed+.5+(speed/maxspeed)
  2278. if speed > maxspeed then
  2279. speed = maxspeed
  2280. end
  2281. elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
  2282. speed = speed-1
  2283. if speed < 0 then
  2284. speed = 0
  2285. end
  2286. end
  2287. if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
  2288. bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (ctrl.f+ctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(ctrl.l+ctrl.r,(ctrl.f+ctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
  2289. lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
  2290. elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
  2291. bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (lastctrl.f+lastctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(lastctrl.l+lastctrl.r,(lastctrl.f+lastctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
  2292. else
  2293. bv.velocity = Vector3.new(0,0.1,0)
  2294. end
  2295. bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
  2296. until not flying
  2297. ctrl = {f = 0, b = 0, l = 0, r = 0}
  2298. lastctrl = {f = 0, b = 0, l = 0, r = 0}
  2299. speed = 0
  2300. bg:Destroy()
  2301. bv:Destroy()
  2302. plr.Character.Humanoid.PlatformStand = false
  2303. end
  2304. mouse.KeyDown:connect(function(key)
  2305. if key:lower() == "e" then
  2306. if flying then flying = false
  2307. else
  2308. flying = true
  2309. Fly()
  2310. end
  2311. elseif key:lower() == "w" then
  2312. ctrl.f = 1
  2313. elseif key:lower() == "s" then
  2314. ctrl.b = -1
  2315. elseif key:lower() == "a" then
  2316. ctrl.l = -1
  2317. elseif key:lower() == "d" then
  2318. ctrl.r = 1
  2319. end
  2320. end)
  2321. mouse.KeyUp:connect(function(key)
  2322. if key:lower() == "w" then
  2323. ctrl.f = 0
  2324. elseif key:lower() == "s" then
  2325. ctrl.b = 0
  2326. elseif key:lower() == "a" then
  2327. ctrl.l = 0
  2328. elseif key:lower() == "d" then
  2329. ctrl.r = 0
  2330. end
  2331. end)
  2332. Fly()
  2333. end)
  2334.  
  2335. SuperPunch.MouseButton1Down:connect(function()
  2336. mainRemotes = game.ReplicatedStorage
  2337. meleeRemote = mainRemotes['meleeEvent']
  2338. mouse = game.Players.LocalPlayer:GetMouse()
  2339. punching = false
  2340. cooldown = false
  2341.  
  2342. function punch()
  2343. cooldown = true
  2344. local part = Instance.new("Part", game.Players.LocalPlayer.Character)
  2345. part.Transparency = 1
  2346. part.Size = Vector3.new(5, 2, 3)
  2347. part.CanCollide = false
  2348. local w1 = Instance.new("Weld", part)
  2349. w1.Part0 = game.Players.LocalPlayer.Character.Torso
  2350. w1.Part1 = part
  2351. w1.C1 = CFrame.new(0,0,2)
  2352. part.Touched:connect(function(hit)
  2353. if game.Players:FindFirstChild(hit.Parent.Name) then
  2354. local plr = game.Players:FindFirstChild(hit.Parent.Name)
  2355. if plr.Name ~= game.Players.LocalPlayer.Name then
  2356. part:Destroy()
  2357.  
  2358. for i = 1,100 do
  2359. meleeRemote:FireServer(plr)
  2360. end
  2361. end
  2362. end
  2363. end)
  2364.  
  2365. wait(1)
  2366. cooldown = false
  2367. part:Destroy()
  2368. end
  2369.  
  2370.  
  2371. mouse.KeyDown:connect(function(key)
  2372. if cooldown == false then
  2373. if key:lower() == "f" then
  2374.  
  2375. punch()
  2376.  
  2377. end
  2378. end
  2379. end)
  2380. end)
  2381.  
  2382. BeInmate.MouseButton1Down:connect(function()
  2383. Workspace.Remote.TeamEvent:FireServer("Bright orange")
  2384. end)
  2385.  
  2386. BeGuard.MouseButton1Down:connect(function()
  2387. Workspace.Remote.TeamEvent:FireServer("Bright blue")
  2388. end)
  2389.  
  2390. BeCriminal.MouseButton1Down:connect(function()
  2391. LCS = game.Workspace["Criminals Spawn"].SpawnLocation
  2392.  
  2393. LCS.CanCollide = false
  2394. LCS.Size = Vector3.new(51.05, 24.12, 54.76)
  2395. LCS.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  2396. LCS.Transparency = 1
  2397. wait(0.5)
  2398. LCS.CFrame = CFrame.new(-920.510803, 92.2271957, 2138.27002, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  2399. LCS.Size = Vector3.new(6, 0.2, 6)
  2400. LCS.Transparency = 0
  2401. end)
  2402.  
  2403. InvGuns.MouseButton1Down:connect(function()
  2404. for i,v in pairs(game.Players.LocalPlayer.Backpack:GetDescendants())do
  2405. if v.ClassName == "Model" then
  2406. v:Destroy()
  2407. end
  2408. end
  2409.  
  2410. game.Players.LocalPlayer.Backpack.M9.Part:Destroy()
  2411.  
  2412. game.Players.LocalPlayer.Backpack.M9.Part:Destroy()
  2413. end)
  2414.  
  2415. CrimPunch.MouseButton1Down:connect(function()
  2416. for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren())do
  2417. if v.ClassName == "Tool" then
  2418. v:Destroy()
  2419. end
  2420. end
  2421. end)
  2422.  
  2423. BeNeutral.MouseButton1Down:connect(function()
  2424. Workspace.Remote.TeamEvent:FireServer("Medium stone grey")
  2425. end)
  2426.  
  2427. TeamOPorCL.MouseButton1Down:connect(function()
  2428. if TeamMain.Visible == true then
  2429.  
  2430. TeamMain:TweenPosition(UDim2.new(-0.00802327972, 0, 1.12121212, 0), 'Out', 'Bounce', 2)
  2431. wait(2)
  2432. TeamMain.Visible = false
  2433. elseif
  2434. TeamMain.Visible == false then
  2435. TeamMain:TweenPosition(UDim.new(-0.00802327972, 0, 5.12121212, 0), 'Out', 'Bounce', 2)
  2436. TeamMain.Visible = true
  2437. end
  2438. end)
  2439.  
  2440. local yee = false
  2441.  
  2442. SOC.MouseButton1Down:connect(function()
  2443. yee = true
  2444. wait(0.2)
  2445. if yee == true then
  2446. LCS = game.Workspace["Criminals Spawn"].SpawnLocation
  2447.  
  2448. LCS.CanCollide = false
  2449. LCS.Size = Vector3.new(51.05, 24.12, 54.76)
  2450. LCS.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  2451. LCS.Transparency = 1
  2452. wait(0.5)
  2453. while yee do
  2454. wait(0.003)
  2455. LCS.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  2456. end
  2457. LCS.CFrame = CFrame.new(-920.510803, 92.2271957, 2138.27002, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  2458. LCS.Size = Vector3.new(6, 0.2, 6)
  2459. LCS.Transparency = 1
  2460. wait(2)
  2461. LCS.CFrame = CFrame.new(-920.510803, 92.2271957, 2138.27002, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  2462. LCS.Size = Vector3.new(6, 0.2, 6)
  2463. LCS.Transparency = 1
  2464. end
  2465. end)
  2466.  
  2467. local GuTe = false
  2468.  
  2469. SOG.MouseButton1Down:connect(function()
  2470. if GuTe == false then
  2471. GuTe = true
  2472. if GuTe == true then
  2473. while GuTe do
  2474. wait(0.2)
  2475. Workspace.Remote.TeamEvent:FireServer("Bright blue")
  2476. end
  2477. end
  2478. end
  2479. end)
  2480.  
  2481. local InTe = false
  2482.  
  2483. SOI.MouseButton1Down:connect(function()
  2484. if InTe == false then
  2485. InTe = true
  2486. if InTe == true then
  2487. wait(0.2)
  2488. workspace.Remote.TeamEvent:FireServer("Bright orange")
  2489. end
  2490. end
  2491. end)
  2492.  
  2493. Disable.MouseButton1Down:connect(function()
  2494. InTe = false
  2495.  
  2496. GuTe = false
  2497.  
  2498. yee = false
  2499. wait(0.2)
  2500. if yee == false then
  2501. LCS.CFrame = CFrame.new(-920.510803, 92.2271957, 2138.27002, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  2502. LCS.Size = Vector3.new(6, 0.2, 6)
  2503. LCS.Transparency = 1
  2504. wait(2)
  2505. LCS.CFrame = CFrame.new(-920.510803, 92.2271957, 2138.27002, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  2506. LCS.Size = Vector3.new(6, 0.2, 6)
  2507. LCS.Transparency = 1
  2508. end
  2509. end)
  2510.  
  2511. Trans.MouseButton1Down:connect(function()
  2512. PLMain = Main
  2513. PLCgui = ForceCgui
  2514. PLLc = LocalCommands
  2515. PLtp = tpgui
  2516. TMain = TeamMain
  2517.  
  2518. TLble = TitleBar
  2519. LCTitleBar = LocalCMD_BarTitle
  2520. LCTitle = LocalCMD_Title
  2521.  
  2522. if LCTitle.BackgroundTransparency == 0 then
  2523. LCTitle.BackgroundTransparency = 0.5
  2524. elseif
  2525. LCTitle.BackgroundTransparency == 0.5 then
  2526. LCTitle.BackgroundTransparency = 0
  2527. end
  2528.  
  2529. if LCTitleBar.BackgroundTransparency == 0 then
  2530. LCTitleBar.BackgroundTransparency = 0.5
  2531. elseif
  2532. LCTitleBar.BackgroundTransparency == 0.5 then
  2533. LCTitleBar.BackgroundTransparency = 0
  2534. end
  2535.  
  2536. if TLble.BackgroundTransparency == 0.8 then
  2537. TLble.BackgroundTransparency = 0.5
  2538. elseif
  2539. TLble.BackgroundTransparency == 0.5 then
  2540. TLble.BackgroundTransparency = 0.8
  2541. end
  2542.  
  2543. if PLMain.BackgroundTransparency == 0 then
  2544. PLMain.BackgroundTransparency = 0.5
  2545. elseif
  2546. PLMain.BackgroundTransparency == 0.5 then
  2547. PLMain.BackgroundTransparency = 0
  2548. end
  2549.  
  2550. if PLCgui.BackgroundTransparency == 0 then
  2551. PLCgui.BackgroundTransparency = 0.5
  2552. elseif
  2553. PLCgui.BackgroundTransparency == 0.5 then
  2554. PLCgui.BackgroundTransparency = 0
  2555. end
  2556.  
  2557. if PLLc.BackgroundTransparency == 0 then
  2558. PLLc.BackgroundTransparency = 0.5
  2559. elseif
  2560. PLLc.BackgroundTransparency == 0.5 then
  2561. PLLc.BackgroundTransparency = 0
  2562. end
  2563.  
  2564. if PLtp.BackgroundTransparency == 0 then
  2565. PLtp.BackgroundTransparency = 0.5
  2566. elseif
  2567. PLtp.BackgroundTransparency == 0.5 then
  2568. PLtp.BackgroundTransparency = 0
  2569. end
  2570.  
  2571. if TMain.BackgroundTransparency == 0 then
  2572. TMain.BackgroundTransparency = 0.5
  2573. elseif
  2574. TMain.BackgroundTransparency == 0.5 then
  2575. TMain.BackgroundTransparency = 0
  2576. end
  2577. end)
  2578.  
  2579. ArrestAll.MouseButton1Down:connect(function()
  2580. wait(0.1)
  2581. Player = game.Players.LocalPlayer
  2582. Pcf = Player.Character.HumanoidRootPart.CFrame
  2583. for i,v in pairs(game.Teams.Criminals:GetPlayers()) do
  2584. if v.Name ~= Player.Name then
  2585. local i = 10
  2586. repeat
  2587. wait()
  2588. i = i-1
  2589. game.Workspace.Remote.arrest:InvokeServer(v.Character.HumanoidRootPart)
  2590. Player.Character.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame * CFrame.new(0, 0, 1)
  2591. until i == 0
  2592. end
  2593. end
  2594. end)
  2595.  
  2596. KillAura.MouseButton1Down:connect(function()
  2597. TrueOrFalse.Text = "FALSE"
  2598. TrueOrFalse.TextColor3 = Color3.new(0.768628, 0.156863, 0.109804)
  2599.  
  2600. mainRemotes = game.ReplicatedStorage
  2601. meleeRemote = mainRemotes['meleeEvent']
  2602.  
  2603. _G.killAura = false
  2604.  
  2605. contextactionservice = game.ContextActionService
  2606.  
  2607. function toggleKillAura(actionName, inputState, inputObject)
  2608. if inputState == Enum.UserInputState.Begin then
  2609. if _G.killAura == true then
  2610. _G.killAura = false
  2611. TrueOrFalse.Text = "FALSE"
  2612. TrueOrFalse.TextColor3 = Color3.new(0.768628, 0.156863, 0.109804)
  2613. else
  2614. _G.killAura = true
  2615. TrueOrFalse.Text = "TRUE"
  2616. TrueOrFalse.TextColor3 = Color3.new(0.6, 0.992157, 0.541176)
  2617. end
  2618. end
  2619. end
  2620.  
  2621.  
  2622.  
  2623. contextactionservice:BindAction('ToggleKillAura', toggleKillAura, false, Enum.KeyCode.P)
  2624.  
  2625. while wait() do
  2626. if _G.killAura == true then
  2627. for _, plr in pairs (game:GetService('Players'):GetChildren()) do
  2628. if plr.Name ~= game.Players.LocalPlayer.Name then
  2629. meleeRemote:FireServer(plr)
  2630.  
  2631. end
  2632. end
  2633. end
  2634. end
  2635. end)
  2636.  
  2637. local istptoplr = false
  2638. local metoplr = false
  2639.  
  2640. TextButton.MouseButton1Down:connect(function()
  2641. Target = InsertUser.Text
  2642.  
  2643. _G.killAura = true
  2644. wait(0.2)
  2645.  
  2646. Apart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  2647. Apart.Transparency = 1
  2648. Apart.Anchored = true
  2649. Apart.CanCollide = false
  2650. wait(0.3)
  2651. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[Target].Character.HumanoidRootPart.CFrame
  2652.  
  2653. istptoplr = true
  2654. wait(0.004)
  2655.  
  2656. if game.Players.LocalPlayer.Team.TeamColor == "Bright orange" then
  2657. wait(6)
  2658. workspace.Remote.TeamEvent:FireServer("Bright orange")
  2659. elseif
  2660. game.Players.LocalPlayer.Team.TeamColor == "Bright blue" then
  2661. workspace.Remote.TeamEvent:FireServer("Bright blue")
  2662. end
  2663.  
  2664. if istptoplr == true then
  2665. while istptoplr do
  2666. wait()
  2667.  
  2668. game.Players.LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame = game.Players[Target].Character.HumanoidRootPart.CFrame
  2669.  
  2670. LCS = game.Workspace["Criminals Spawn"].SpawnLocation
  2671.  
  2672. LCS.CanCollide = false
  2673. LCS.Size = Vector3.new(51.05, 24.12, 54.76)
  2674. LCS.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  2675. LCS.Transparency = 1
  2676.  
  2677. wait(2)
  2678.  
  2679. istptoplr = false
  2680. _G.killAura = false
  2681.  
  2682. wait(0.04)
  2683.  
  2684. if istptoplr == false then
  2685. LCS.CFrame = CFrame.new(-920.510803, 92.2271957, 2138.27002, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  2686. LCS.Size = Vector3.new(6, 0.2, 6)
  2687. LCS.Transparency = 0
  2688. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Apart.CFrame
  2689. wait()
  2690. istptoplr = false
  2691. end
  2692. end
  2693. end
  2694. end)
  2695.  
  2696. TeamOPorCL:Destroy()
  2697.  
  2698.  
  2699. function dragify(Main)
  2700. dragToggle = nil
  2701. dragSpeed = .20 -- You can edit this.
  2702. dragInput = nil
  2703. dragStart = nil
  2704. dragPos = nil
  2705.  
  2706. function updateInput(input)
  2707. Delta = input.Position - dragStart
  2708. Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + Delta.X, startPos.Y.Scale, startPos.Y.Offset + Delta.Y)
  2709. game:GetService("TweenService"):Create(Main, TweenInfo.new(.25), {Position = Position}):Play()
  2710. end
  2711.  
  2712. Main.InputBegan:Connect(function(input)
  2713. if (input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch) then
  2714. dragToggle = true
  2715. dragStart = input.Position
  2716. startPos = Main.Position
  2717. input.Changed:Connect(function()
  2718. if (input.UserInputState == Enum.UserInputState.End) then
  2719. dragToggle = false
  2720. end
  2721. end)
  2722. end
  2723. end)
  2724.  
  2725. Main.InputChanged:Connect(function(input)
  2726. if (input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch) then
  2727. dragInput = input
  2728. end
  2729. end)
  2730.  
  2731. game:GetService("UserInputService").InputChanged:Connect(function(input)
  2732. if (input == dragInput and dragToggle) then
  2733. updateInput(input)
  2734. end
  2735. end)
  2736. end
  2737.  
  2738. dragify(Main)
  2739. end)
  2740.  
  2741. MyotherSCRIPT.Name = "My other SCRIPT"
  2742. MyotherSCRIPT.Parent = Main
  2743. MyotherSCRIPT.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  2744. MyotherSCRIPT.Position = UDim2.new(0.0603248477, 0, 0.533333302, 0)
  2745. MyotherSCRIPT.Size = UDim2.new(0, 166, 0, 50)
  2746. MyotherSCRIPT.Font = Enum.Font.SourceSans
  2747. MyotherSCRIPT.Text = "MY other script"
  2748. MyotherSCRIPT.TextColor3 = Color3.fromRGB(0, 0, 0)
  2749. MyotherSCRIPT.TextScaled = true
  2750. MyotherSCRIPT.TextSize = 14.000
  2751. MyotherSCRIPT.TextWrapped = true
  2752. MyotherSCRIPT.MouseButton1Down:connect(function()
  2753. -- Gui to Lua
  2754. -- Version: 3.2
  2755.  
  2756. -- Instances:
  2757.  
  2758. local ScreenGui = Instance.new("ScreenGui")
  2759. local OpenFrame = Instance.new("Frame")
  2760. local Open = Instance.new("TextButton")
  2761. local Main = Instance.new("Frame")
  2762. local BeautyA = Instance.new("Frame")
  2763. local BeautyB = Instance.new("Frame")
  2764. local Close = Instance.new("TextButton")
  2765. local Credits = Instance.new("TextLabel")
  2766. local TextLabel = Instance.new("TextLabel")
  2767. local RevizAdmin = Instance.new("TextButton")
  2768. local Clowns = Instance.new("TextButton")
  2769.  
  2770. --Properties:
  2771.  
  2772. ScreenGui.Parent = game.CoreGui
  2773. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  2774.  
  2775. OpenFrame.Name = "OpenFrame"
  2776. OpenFrame.Parent = ScreenGui
  2777. OpenFrame.BackgroundColor3 = Color3.fromRGB(0, 4, 255)
  2778. OpenFrame.Position = UDim2.new(0.0757238343, 0, 0.39959842, 0)
  2779. OpenFrame.Size = UDim2.new(0, 100, 0, 100)
  2780.  
  2781. Open.Name = "Open"
  2782. Open.Parent = OpenFrame
  2783. Open.BackgroundColor3 = Color3.fromRGB(0, 0, 255)
  2784. Open.Size = UDim2.new(0, 100, 0, 99)
  2785. Open.Font = Enum.Font.SourceSans
  2786. Open.Text = "Open"
  2787. Open.TextColor3 = Color3.fromRGB(85, 85, 0)
  2788. Open.TextScaled = true
  2789. Open.TextSize = 14.000
  2790. Open.TextWrapped = true
  2791. Open.MouseButton1Down:connect(function()
  2792. Main.Visible = true
  2793. OpenFrame.Visible = false
  2794. end)
  2795.  
  2796. Main.Name = "Main"
  2797. Main.Parent = ScreenGui
  2798. Main.Active = true
  2799. Main.BackgroundColor3 = Color3.fromRGB(101, 87, 255)
  2800. Main.BorderSizePixel = 0
  2801. Main.Position = UDim2.new(0.42650333, 0, 0.178714857, 0)
  2802. Main.Size = UDim2.new(0, 367, 0, 256)
  2803. Main.Visible = false
  2804. Main.Draggable = true
  2805.  
  2806. BeautyA.Name = "BeautyA"
  2807. BeautyA.Parent = Main
  2808. BeautyA.BackgroundColor3 = Color3.fromRGB(19, 192, 255)
  2809. BeautyA.BorderSizePixel = 0
  2810. BeautyA.Size = UDim2.new(0, 367, 0, 39)
  2811.  
  2812. BeautyB.Name = "BeautyB"
  2813. BeautyB.Parent = Main
  2814. BeautyB.BackgroundColor3 = Color3.fromRGB(19, 192, 255)
  2815. BeautyB.BorderSizePixel = 0
  2816. BeautyB.Position = UDim2.new(-1.86264515e-09, 0, 0.84765625, 0)
  2817. BeautyB.Size = UDim2.new(0, 367, 0, 39)
  2818.  
  2819. Close.Name = "Close"
  2820. Close.Parent = Main
  2821. Close.BackgroundColor3 = Color3.fromRGB(255, 0, 4)
  2822. Close.Position = UDim2.new(0.855585814, 0, 0, 0)
  2823. Close.Size = UDim2.new(0, 53, 0, 44)
  2824. Close.Font = Enum.Font.SourceSans
  2825. Close.Text = "X"
  2826. Close.TextColor3 = Color3.fromRGB(0, 0, 0)
  2827. Close.TextScaled = true
  2828. Close.TextSize = 14.000
  2829. Close.TextWrapped = true
  2830. Close.MouseButton1Down:connect(function()
  2831. OpenFrame.Visible = true
  2832. Main.Visible = false
  2833. end)
  2834.  
  2835. Credits.Name = "Credits"
  2836. Credits.Parent = Main
  2837. Credits.BackgroundColor3 = Color3.fromRGB(0, 170, 127)
  2838. Credits.Position = UDim2.new(0, 0, 0.84765625, 0)
  2839. Credits.Size = UDim2.new(0, 367, 0, 39)
  2840. Credits.Font = Enum.Font.SourceSans
  2841. Credits.Text = "CREATOR-BAYRONENROBLOX3"
  2842. Credits.TextColor3 = Color3.fromRGB(0, 255, 0)
  2843. Credits.TextScaled = true
  2844. Credits.TextSize = 14.000
  2845. Credits.TextWrapped = true
  2846.  
  2847. TextLabel.Parent = Main
  2848. TextLabel.BackgroundColor3 = Color3.fromRGB(85, 85, 255)
  2849. TextLabel.Size = UDim2.new(0, 314, 0, 39)
  2850. TextLabel.Font = Enum.Font.SourceSans
  2851. TextLabel.Text = "Tutorial"
  2852. TextLabel.TextColor3 = Color3.fromRGB(0, 170, 127)
  2853. TextLabel.TextScaled = true
  2854. TextLabel.TextSize = 14.000
  2855. TextLabel.TextWrapped = true
  2856.  
  2857. RevizAdmin.Name = "Reviz Admin"
  2858. RevizAdmin.Parent = Main
  2859. RevizAdmin.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  2860. RevizAdmin.Position = UDim2.new(0.0381471366, 0, 0.234375, 0)
  2861. RevizAdmin.Size = UDim2.new(0, 135, 0, 50)
  2862. RevizAdmin.Font = Enum.Font.SourceSans
  2863. RevizAdmin.Text = "Reviz Admin"
  2864. RevizAdmin.TextColor3 = Color3.fromRGB(170, 170, 127)
  2865. RevizAdmin.TextScaled = true
  2866. RevizAdmin.TextSize = 14.000
  2867. RevizAdmin.TextWrapped = true
  2868. RevizAdmin.MouseButton1Down:connect(function()
  2869. -- Creator: illremember#3799
  2870.  
  2871. -- Credits to infinite yield, harkinian, dex creators
  2872.  
  2873. prefix = ":"
  2874. wait(0.3)
  2875. Commands = {
  2876. '[-] cmdbar is shown when ; is pressed.',
  2877. '[1] kill [plr] -- You need a tool! Will kill the player, use rkill to kill you and player',
  2878. '[2] bring [plr] -- You need a tool! Will bring player to you',
  2879. '[3] spin [plr] -- You need a tool! Makes you and the player spin crazy',
  2880. '[4] unspin -- Use after using spin cmd and dying, so you stop loop teleporting',
  2881. '[5] attach [plr] -- You need a tool! Attaches you to player',
  2882. '[6] unattach [plr] -- Attempts to unattach you from a player',
  2883. '[7] follow [plr] -- Makes you follow behind the player',
  2884. '[8] unfollow',
  2885. '[9] freefall [plr] -- You need a tool! Teleports you and the player up into the air',
  2886. '[10] trail [plr] -- The opposite of follow, you stay infront of player',
  2887. '[11] untrail',
  2888. '[12] orbit [plr] -- Makes you orbit the player',
  2889. '[13] unorbit',
  2890. '[14] fling [plr] -- Makes you fling the player',
  2891. '[15] unfling',
  2892. '[16] fecheck -- Checks if the game is FE or not',
  2893. '[17] void [plr] -- Teleports player to the void',
  2894. '[18] noclip -- Gives you noclip to walk through walls',
  2895. '[19] clip -- Removes noclip',
  2896. '[20] speed [num]/ws [num] -- Changes how fast you walk 16 is default',
  2897. '[21] jumppower [num]/jp [num] -- Changes how high you jump 50 is default',
  2898. '[22] hipheight [num]/hh [num] -- Changes how high you float 0 is default',
  2899. '[23] default -- Changes your speed, jumppower and hipheight to default values',
  2900. '[24] annoy [plr] -- Loop teleports you to the player',
  2901. '[25] unannoy',
  2902. '[26] headwalk [plr] -- Loop teleports you to the player head',
  2903. '[27] unheadwalk',
  2904. '[28] nolimbs -- Removes your arms and legs',
  2905. '[29] god -- Gives you FE Godmode',
  2906. '[30] drophats -- Drops your accessories',
  2907. '[31] droptool -- Drops any tool you have equipped',
  2908. '[32] loopdhats -- Loop drops your accessories',
  2909. '[33] unloopdhats',
  2910. '[34] loopdtool -- Loop drops any tools you have equipped',
  2911. '[35] unloopdtool',
  2912. '[36] invisible -- Gives you invisibility CREDIT TO TIMELESS',
  2913. '[37] view [plr] -- Changes your camera to the player character',
  2914. '[38] unview',
  2915. '[39] goto [plr] -- Teleports you to player',
  2916. '[40] fly -- Allows you to fly, credit to Infinite Yield',
  2917. '[41] unfly',
  2918. '[42] chat [msg] -- Makes you chat a message',
  2919. '[43] spam [msg] -- Spams a message',
  2920. '[44] unspam',
  2921. '[45] spamwait [num] -- Changes delay of chatting a message for the spam command in seconds default is 1 second',
  2922. '[46] pmspam [plr] -- Spams a player in private message',
  2923. '[47] unpmspam',
  2924. '[48] cfreeze [plr] -- Freezes a player on your client, they will only be frozen for you',
  2925. '[49] uncfreeze [plr]',
  2926. '[50] unlockws -- Unlocks the workspace',
  2927. '[51] lockws -- Locks the workspace',
  2928. '[52] btools -- Gives you btools that will only show to you useful for deleting certain blocks only for you',
  2929. '[53] pstand -- Enables platform stand',
  2930. '[54] unpstand -- Disables platform stand',
  2931. '[55] blockhead -- Removes your head mesh',
  2932. '[56] sit',
  2933. '[57] bringobj [obj] -- Only shows on client, brings an object/part to you constantly, can be used to bring healing parts, weapons, money etc, type in exact name',
  2934. '[58] wsvis [num] -- Changes visibility of workspace parts, num should be between 0 and 1, only shows client sided',
  2935. '[59] hypertotal -- Loads in my FE GUI Hypertotal',
  2936. '[60] cmds -- Prints all commands',
  2937. '[61] rmeshhats/blockhats -- Removes the meshes of all your accessories aka block hats',
  2938. '[62] rmeshtool/blocktool -- Removes the mesh of the tool you have equipped aka block tool',
  2939. '[63] spinner -- Makes you spin',
  2940. '[64] nospinner',
  2941. '[65] reach [num] -- Gives you reach, mostly used for swords, say ;reachd for default and enter number after for custom',
  2942. '[66] noreach -- Removes reach, must have tool equipped',
  2943. '[67] rkill [plr] -- Kills you and the player, use kill to just kill the player without dying',
  2944. '[68] tp me [plr] -- Alternative to goto',
  2945. '[69] cbring [plr] -- Brings player infront of you, shows only on client, allows you to do damage to player',
  2946. '[70] uncbring',
  2947. '[71] swap [plr] -- You need a tool! Swaps players position with yours and your position with players',
  2948. '[72] givetool [plr] -- Gives the tool you have equipped to the player',
  2949. '[73] glitch [plr] -- Glitches you and the player, looks very cool',
  2950. '[74] unglitch -- Unglitches you',
  2951. '[75] grespawn -- Alternative to normal respawn and usually works best for when you want to reset with FE Godmode',
  2952. '[76] explorer -- Loads up DEX',
  2953. '[77] reset -- Resets your character.',
  2954. '[78] anim [id] -- Applies an animation on you, must be created by ROBLOX',
  2955. '[79] animgui -- Loads up Energize animations GUI',
  2956. '[80] savepos -- Saves your current position',
  2957. '[81] loadpos -- Teleports you to your saved position',
  2958. '[82] bang [plr] -- 18+ will not work if you have FE Godmode on',
  2959. '[83] unbang',
  2960. '[84] delcmdbar -- Removes the command bar completely',
  2961. '[85] bringmod [obj] -- Brings all the parts in a model, client only, comes from ;bringobj enter exact name of model',
  2962. '[86] shutdown -- Uses harkinians script to shutdown server',
  2963. '[87] respawn -- If grespawn doesnt work you can use respawn',
  2964. '[88] delobj [obj] -- Deletes a certain brick in workspace, client sided',
  2965. '[89] getplrs -- Prints all players in game',
  2966. '[90] deldecal -- Deletes all decals client sided',
  2967. '[91] opfinality -- Loads in my FE GUI Opfinality',
  2968. '[92] remotes -- Prints all remotes in the game in the console when added',
  2969. '[93] noremotes -- Stops printing remotes',
  2970. '[94] tpdefault -- Stops all loop teleports to a player',
  2971. '[95] stopsit -- Will not allow you to sit',
  2972. '[96] gosit -- Allows you to sit',
  2973. '[97] clicktp -- Enables click tp',
  2974. '[98] noclicktp -- Disables click tp',
  2975. '[99] toolson -- If any tools are dropped in the workspace you will automatically get them',
  2976. '[100] toolsoff -- Stops ;toolson',
  2977. '[101] version -- Gets the admin version',
  2978. '[102] state [num] -- Changes your humanoid state, ;unstate to stop.',
  2979. '[103] gravity [num] -- Changes workspace gravity default is 196.2',
  2980. '[104] pgs -- Checks if the game has PGSPhysicsSolverEnabled enabled',
  2981. '[105] clickdel -- Delete any block you press q on, client sided',
  2982. '[106] noclickdel -- Stops clickdel',
  2983. '[107] looprhats -- Loop removes mesh of your hats/loop block hats',
  2984. '[108] unlooprhats -- Stops loop removing mesh',
  2985. '[109] looprtool -- Loop removes mesh of your tool/loop block tools',
  2986. '[110] unlooprtool -- Stops loop removing mesh',
  2987. '[111] givealltools [plr] -- Gives all the tools you have in your backpack to the player',
  2988. '[112] age [plr] -- Makes you chat the account age of the player',
  2989. '[113] id [plr] -- Makes you chat the account ID of the player',
  2990. '[114] .age [plr] -- Privately shows you the account age of the player',
  2991. '[115] .id [plr] -- Privately shows you the account ID of the player',
  2992. '[116] gameid -- Shows the game ID',
  2993. '[117] removeinvis -- Removes all invisible walls/parts, client sided',
  2994. '[118] removefog -- Removes fog, client sided',
  2995. '[119] disable -- Disables your character by removing humanoid',
  2996. '[120] enable -- Enables your character by adding humanoid',
  2997. '[121] prefix [key] -- Changes the prefix used, default is ;',
  2998. '[122] ;resetprefix -- Resets the prefix to ; incase you change it to an unusable prefix. Say exactly ";resetprefix" to do this command, no matter what your prefix is set to.',
  2999. '[123] flyspeed [num] -- Change your fly speed, default is 1',
  3000. '[124] carpet [plr] -- Makes you a carpet for a player, will not work if FE Godmode is on',
  3001. '[125] uncarpet -- Stops carpet player',
  3002. '[126] stare [plr] -- Turns your character to stare at another player',
  3003. '[127] unstare -- Stops stare player',
  3004. '[128] logchat -- Logs all chat (including /e and whispers) of all players',
  3005. '[129] unlogchat -- Disables logchat',
  3006. '[130] fixcam -- Fixes/resets your camera',
  3007. '[131] unstate -- Stops changing state',
  3008. }
  3009. speedget = 1
  3010.  
  3011. lplayer = game:GetService("Players").LocalPlayer
  3012.  
  3013. lplayer.CharacterAdded:Connect(function(character)
  3014. spin = false
  3015. flying = false
  3016. staring = false
  3017. banpl = false
  3018. end)
  3019.  
  3020. function change()
  3021. prefix = prefix
  3022. speedfly = speedfly
  3023. end
  3024.  
  3025. function GetPlayer(String) -- Credit to Timeless/xFunnieuss
  3026. local Found = {}
  3027. local strl = String:lower()
  3028. if strl == "all" then
  3029. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  3030. table.insert(Found,v)
  3031. end
  3032. elseif strl == "others" then
  3033. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  3034. if v.Name ~= lplayer.Name then
  3035. table.insert(Found,v)
  3036. end
  3037. end
  3038. elseif strl == "me" then
  3039. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  3040. if v.Name == lplayer.Name then
  3041. table.insert(Found,v)
  3042. end
  3043. end
  3044. else
  3045. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  3046. if v.Name:lower():sub(1, #String) == String:lower() then
  3047. table.insert(Found,v)
  3048. end
  3049. end
  3050. end
  3051. return Found
  3052. end
  3053.  
  3054. local Mouse = lplayer:GetMouse()
  3055.  
  3056. spin = false
  3057. followed = false
  3058. traill = false
  3059. noclip = false
  3060. annoying = false
  3061. hwalk = false
  3062. droppinghats = false
  3063. droppingtools = false
  3064. flying = false
  3065. spamdelay = 1
  3066. spamming = false
  3067. spammingpm = false
  3068. cbringing = false
  3069. remotes = true
  3070. added = true
  3071. binds = false
  3072. stopsitting = false
  3073. clickgoto = false
  3074. gettingtools = false
  3075. removingmeshhats = false
  3076. removingmeshtool = false
  3077. clickdel = false
  3078. staring = false
  3079. chatlogs = false
  3080. banpl = false
  3081. changingstate = false
  3082. statechosen = 0
  3083.  
  3084. adminversion = "Reviz Admin by illremember, Version 2.0"
  3085.  
  3086. flying = false
  3087. speedfly = 1
  3088.  
  3089. function plrchat(plr, chat)
  3090. print(plr.Name..": "..tick().."\n"..chat)
  3091. end
  3092.  
  3093. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  3094. v.Chatted:connect(function(chat)
  3095. if chatlogs then
  3096. plrchat(v, chat)
  3097. end
  3098. end)
  3099. end
  3100. game:GetService("Players").PlayerAdded:connect(function(plr)
  3101. plr.Chatted:connect(function(chat)
  3102. if chatlogs then
  3103. plrchat(plr, chat)
  3104. end
  3105. end)
  3106. end)
  3107.  
  3108.  
  3109. local ScreenGui = Instance.new("ScreenGui")
  3110. local Frame = Instance.new("Frame")
  3111. local CMDBAR = Instance.new("TextBox")
  3112. ScreenGui.Parent = game:GetService("CoreGui")
  3113. Frame.Parent = ScreenGui
  3114. Frame.BackgroundColor3 = Color3.new(0.3, 0.1, 0.1)
  3115. Frame.BackgroundTransparency = 0.3
  3116. Frame.Position = UDim2.new(0.5, 0, 0, 10)
  3117. Frame.Size = UDim2.new(0, 200, 0, 40)
  3118. Frame.Active = true
  3119. Frame.Draggable = true
  3120. CMDBAR.Name = "CMDBAR"
  3121. CMDBAR.Parent = Frame
  3122. CMDBAR.BackgroundColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  3123. CMDBAR.BackgroundTransparency = 0.20000000298023
  3124. CMDBAR.Size = UDim2.new(0, 180, 0, 20)
  3125. CMDBAR.Position = UDim2.new(0.05, 0, 0.25, 0)
  3126. CMDBAR.Font = Enum.Font.SourceSansLight
  3127. CMDBAR.FontSize = Enum.FontSize.Size14
  3128. CMDBAR.TextColor3 = Color3.new(0.945098, 0.945098, 0.945098)
  3129. CMDBAR.TextScaled = true
  3130. CMDBAR.TextSize = 14
  3131. CMDBAR.TextWrapped = true
  3132. CMDBAR.Text = "Press ; to type, Enter to execute"
  3133.  
  3134. local CMDS = Instance.new("ScreenGui")
  3135. local CMDSFRAME = Instance.new("Frame")
  3136. local ScrollingFrame = Instance.new("ScrollingFrame")
  3137. local TextLabel = Instance.new("TextLabel")
  3138. local closegui = Instance.new("TextButton")
  3139. CMDS.Name = "CMDS"
  3140. CMDS.Parent = game:GetService("CoreGui")
  3141. CMDSFRAME.Name = "CMDSFRAME"
  3142. CMDSFRAME.Parent = CMDS
  3143. CMDSFRAME.Active = true
  3144. CMDSFRAME.BackgroundColor3 = Color3.new(0.223529, 0.231373, 0.309804)
  3145. CMDSFRAME.BorderSizePixel = 0
  3146. CMDSFRAME.Draggable = true
  3147. CMDSFRAME.Position = UDim2.new(0, 315, 0, 100)
  3148. CMDSFRAME.Size = UDim2.new(0, 275, 0, 275)
  3149. CMDSFRAME.Visible = false
  3150. ScrollingFrame.Parent = CMDSFRAME
  3151. ScrollingFrame.BackgroundColor3 = Color3.new(0.160784, 0.160784, 0.203922)
  3152. ScrollingFrame.BorderSizePixel = 0
  3153. ScrollingFrame.Position = UDim2.new(0, 0, 0.0729999989, 0)
  3154. ScrollingFrame.Size = UDim2.new(1.04999995, 0, 0.92900002, 0)
  3155. ScrollingFrame.CanvasSize = UDim2.new(0, 0, 10, 0)
  3156. TextLabel.Parent = ScrollingFrame
  3157. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  3158. TextLabel.BackgroundTransparency = 1
  3159. TextLabel.Size = UDim2.new(0.930000007, 0, 1, 0)
  3160. TextLabel.Font = Enum.Font.SourceSans
  3161. TextLabel.FontSize = Enum.FontSize.Size18
  3162. TextLabel.Text = "[-] cmdbar is shown when ; is pressed.,\n[1] kill [plr] -- You need a tool! Will kill the player, use rkill to kill you and player,\n[2] bring [plr] -- You need a tool! Will bring player to you,\n[3] spin [plr] -- You need a tool! Makes you and the player spin crazy,\n[4] unspin -- Use after using spin cmd and dying, so you stop loop teleporting,\n[5] attach [plr] -- You need a tool! Attaches you to player,\n[6] unattach [plr] -- Attempts to unattach you from a player,\n[7] follow [plr] -- Makes you follow behind the player,\n[8] unfollow,\n[9] freefall [plr] -- You need a tool! Teleports you and the player up into the air,\n[10] trail [plr] -- The opposite of follow, you stay infront of player,\n[11] untrail,\n[12] orbit [plr] -- Makes you orbit the player,\n[13] unorbit,\n[14] fling [plr] -- Makes you fling the player,\n[15] unfling,\n[16] fecheck -- Checks if the game is FE or not,\n[17] void [plr] -- Teleports player to the void,\n[18] noclip -- Gives you noclip to walk through walls,\n[19] clip -- Removes noclip,\n[20] speed [num]/ws [num] -- Changes how fast you walk 16 is default,\n[21] jumppower [num]/jp [num] -- Changes how high you jump 50 is default,\n[22] hipheight [num]/hh [num] -- Changes how high you float 0 is default,\n[23] default -- Changes your speed, jumppower and hipheight to default values,\n[24] annoy [plr] -- Loop teleports you to the player,\n[25] unannoy,\n[26] headwalk [plr] -- Loop teleports you to the player head,\n[27] unheadwalk,\n[28] nolimbs -- Removes your arms and legs,\n[29] god -- Gives you FE Godmode,\n[30] drophats -- Drops your accessories,\n[31] droptool -- Drops any tool you have equipped,\n[32] loopdhats -- Loop drops your accessories,\n[33] unloopdhats,\n[34] loopdtool -- Loop drops any tools you have equipped,\n[35] unloopdtool,\n[36] invisible -- Gives you invisibility CREDIT TO TIMELESS,\n[37] view [plr] -- Changes your camera to the player character,\n[38] unview,\n[39] goto [plr] -- Teleports you to player,\n[40] fly -- Allows you to fly,\n[41] unfly,\n[42] chat [msg] -- Makes you chat a message,\n[43] spam [msg] -- Spams a message,\n[44] unspam,\n[45] spamwait [num] -- Changes delay of chatting a message for the spam command in seconds default is 1 second,\n[46] pmspam [plr] -- Spams a player in private message,\n[47] unpmspam,\n[48] cfreeze [plr] -- Freezes a player on your client, they will only be frozen for you,\n[49] uncfreeze [plr],\n[50] unlockws -- Unlocks the workspace,\n[51] lockws -- Locks the workspace,\n[52] btools -- Gives you btools that will only show to you useful for deleting certain blocks only for you,\n[53] pstand -- Enables platform stand,\n[54] unpstand -- Disables platform stand,\n[55] blockhead -- Removes your head mesh,\n[56] sit,\n[57] bringobj [obj] -- Only shows on client, brings an object/part to you constantly, can be used to bring healing parts, weapons, money etc, type in exact name,\n[58] wsvis [num] -- Changes visibility of workspace parts, num should be between 0 and 1, only shows client sided,\n[59] hypertotal -- Loads in my FE GUI Hypertotal,\n[60] cmds -- Prints all commands,\n[61] rmeshhats/blockhats -- Removes the meshes of all your accessories aka block hats,\n[62] rmeshtool/blocktool -- Removes the mesh of the tool you have equipped aka block tool,\n[63] spinner -- Makes you spin,\n[64] nospinner,\n[65] reach [num] -- Gives you reach, mostly used for swords, say ;reachd for default and enter number after for custom,\n[66] noreach -- Removes reach, must have tool equipped,\n[67] rkill [plr] -- Kills you and the player, use kill to just kill the player without dying,\n[68] tp me [plr] -- Alternative to goto,\n[69] cbring [plr] -- Brings player infront of you, shows only on client, allows you to do damage to player,\n[70] uncbring,\n[71] swap [plr] -- You need a tool! Swaps players position with yours and your position with players,\n[72] givetool [plr] -- Gives the tool you have equipped to the player,\n[73] glitch [plr] -- Glitches you and the player, looks very cool,\n[74] unglitch -- Unglitches you,\n[75] grespawn -- Alternative to normal respawn and usually works best for when you want to reset with FE Godmode,\n[76] explorer -- Loads up DEX,\n[77] reset -- Resets your character.,\n[78] anim [id] -- Applies an animation on you, must be created by ROBLOX,\n[79] animgui -- Loads up Energize animations GUI,\n[80] savepos -- Saves your current position,\n[81] loadpos -- Teleports you to your saved position,\n[82] bang [plr] -- 18+,\n[83] unbang,\n[84] delcmdbar -- Removes the command bar completely,\n[85] bringmod [obj] -- Brings all the parts in a model, client only, comes from ;bringobj enter exact name of model,\n[86] shutdown -- Uses harkinians script to shutdown server,\n[87] respawn -- If grespawn doesnt work you can use respawn,\n[88] delobj [obj] -- Deletes a certain brick in workspace, client sided,\n[89] getplrs -- Prints all players in game,\n[90] deldecal -- Deletes all decals client sided,\n[91] opfinality -- Loads in my FE GUI Opfinality,\n[92] remotes -- Prints all remotes in the game in the console when added,\n[93] noremotes -- Stops printing remotes,\n[94] tpdefault -- Stops all loop teleports to a player,\n[95] stopsit -- Will not allow you to sit,\n[96] gosit -- Allows you to sit,\n[97] clicktp -- Enables click tp,\n[98] noclicktp -- Disables click tp,\n[99] toolson -- If any tools are dropped in the workspace you will automatically get them,\n[100] toolsoff -- Stops ;toolson,\n[101] version -- Gets the admin version, \n This list of commands is NOT showing everything, go to my thread in the pastebin link to see ALL commands."
  3163. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  3164. TextLabel.TextSize = 15
  3165. TextLabel.TextWrapped = true
  3166. TextLabel.TextXAlignment = Enum.TextXAlignment.Left
  3167. TextLabel.TextYAlignment = Enum.TextYAlignment.Top
  3168. closegui.Name = "closegui"
  3169. closegui.Parent = CMDSFRAME
  3170. closegui.BackgroundColor3 = Color3.new(0.890196, 0.223529, 0.0588235)
  3171. closegui.BorderSizePixel = 0
  3172. closegui.Position = UDim2.new(0.995000005, 0, 0, 0)
  3173. closegui.Size = UDim2.new(0.0545952693, 0, 0.0728644878, 0)
  3174. closegui.Font = Enum.Font.SourceSansBold
  3175. closegui.FontSize = Enum.FontSize.Size24
  3176. closegui.Text = "X"
  3177. closegui.TextColor3 = Color3.new(1, 1, 1)
  3178. closegui.TextSize = 20
  3179.  
  3180. closegui.MouseButton1Click:connect(function()
  3181. CMDSFRAME.Visible = false
  3182. end)
  3183.  
  3184. game:GetService('RunService').Stepped:connect(function()
  3185. if spin then
  3186. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[spinplr.Name].Character.HumanoidRootPart.CFrame
  3187. end
  3188. if followed then
  3189. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[flwplr.Name].Character.HumanoidRootPart.CFrame + game:GetService("Players")[flwplr.Name].Character.HumanoidRootPart.CFrame.lookVector * -5
  3190. end
  3191. if traill then
  3192. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[trlplr.Name].Character.HumanoidRootPart.CFrame + game:GetService("Players")[trlplr.Name].Character.HumanoidRootPart.CFrame.lookVector * 5
  3193. end
  3194. if annoying then
  3195. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[annplr.Name].Character.HumanoidRootPart.CFrame
  3196. end
  3197. if hwalk then
  3198. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[hdwplr.Name].Character.HumanoidRootPart.CFrame + Vector3.new(0, 4, 0)
  3199. end
  3200. if staring then
  3201. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(lplayer.Character.Torso.Position, game:GetService("Players")[stareplr.Name].Character.Torso.Position)
  3202. end
  3203. end)
  3204. game:GetService('RunService').Stepped:connect(function()
  3205. if noclip then
  3206. if lplayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R6 then
  3207. lplayer.Character.Head.CanCollide = false
  3208. lplayer.Character.Torso.CanCollide = false
  3209. lplayer.Character["Left Leg"].CanCollide = false
  3210. lplayer.Character["Right Leg"].CanCollide = false
  3211. else
  3212. lplayer.Character.Humanoid:ChangeState(11)
  3213. end
  3214. end
  3215. if changingstate then
  3216. lplayer.Character.Humanoid:ChangeState(statechosen)
  3217. end
  3218. end)
  3219. game:GetService('RunService').Stepped:connect(function()
  3220. if droppinghats then
  3221. for i,v in pairs(lplayer.Character:GetChildren()) do
  3222. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  3223. v.Parent = workspace
  3224. end
  3225. end
  3226. end
  3227. if droppingtools then
  3228. for i,v in pairs(lplayer.Character:GetChildren()) do
  3229. if (v:IsA("Tool")) then
  3230. v.Parent = workspace
  3231. end
  3232. end
  3233. end
  3234. if removingmeshhats then
  3235. for i,v in pairs(lplayer.Character:GetChildren()) do
  3236. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  3237. v.Handle.Mesh:Destroy()
  3238. end
  3239. end
  3240. end
  3241. if removingmeshtool then
  3242. for i,v in pairs(lplayer.Character:GetChildren()) do
  3243. if (v:IsA("Tool")) then
  3244. v.Handle.Mesh:Destroy()
  3245. end
  3246. end
  3247. end
  3248. end)
  3249. game:GetService('RunService').Stepped:connect(function()
  3250. if banpl then
  3251. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[bplrr].Character.HumanoidRootPart.CFrame
  3252. end
  3253. end)
  3254. game:GetService('RunService').Stepped:connect(function()
  3255. if stopsitting then
  3256. lplayer.Character.Humanoid.Sit = false
  3257. end
  3258. end)
  3259.  
  3260. plr = lplayer
  3261. hum = plr.Character.HumanoidRootPart
  3262. mouse = plr:GetMouse()
  3263. mouse.KeyDown:connect(function(key)
  3264. if key == "e" then
  3265. if mouse.Target then
  3266. if clickgoto then
  3267. hum.CFrame = CFrame.new(mouse.Hit.x, mouse.Hit.y + 5, mouse.Hit.z)
  3268. elseif clickdel then
  3269. mouse.Target:Destroy()
  3270. end
  3271. end
  3272. end
  3273. end)
  3274.  
  3275. game:GetService("Workspace").ChildAdded:connect(function(part)
  3276. if gettingtools then
  3277. if part:IsA("Tool") then
  3278. part.Handle.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  3279. end
  3280. end
  3281. end)
  3282.  
  3283. lplayer.Chatted:Connect(function(msg)
  3284. if string.sub(msg, 1, 6) == (prefix.."kill ") then
  3285. if string.sub(msg, 7) == "me" then
  3286. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(100000,0,100000)
  3287. else
  3288. for i,v in pairs(GetPlayer(string.sub(msg, 7)))do
  3289. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  3290. lplayer.Character.Humanoid.Name = 1
  3291. local l = lplayer.Character["1"]:Clone()
  3292. l.Parent = lplayer.Character
  3293. l.Name = "Humanoid"
  3294. wait(0.1)
  3295. lplayer.Character["1"]:Destroy()
  3296. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  3297. lplayer.Character.Animate.Disabled = true
  3298. wait(0.1)
  3299. lplayer.Character.Animate.Disabled = false
  3300. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  3301. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  3302. lplayer.Character.Humanoid:EquipTool(v)
  3303. end
  3304. local function tp(player,player2)
  3305. local char1,char2=player.Character,player2.Character
  3306. if char1 and char2 then
  3307. char1:MoveTo(char2.Head.Position)
  3308. end
  3309. end
  3310. wait(0.1)
  3311. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  3312. wait(0.2)
  3313. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  3314. wait(0.5)
  3315. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
  3316. wait(0.7)
  3317. tp(lplayer,game:GetService("Players")[v.Name])
  3318. wait(0.7)
  3319. lplayer.Character.HumanoidRootPart.CFrame = NOW
  3320. game:GetService("StarterGui"):SetCore("SendNotification", {
  3321. Title = "Tools needed!";
  3322. Text = "You need a tool in your backpack for this command!";
  3323. })
  3324. end
  3325. end
  3326. end
  3327. if string.sub(msg, 1, 7) == (prefix.."bring ") then
  3328. for i,v in pairs(GetPlayer(string.sub(msg, 8)))do
  3329. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  3330. lplayer.Character.Humanoid.Name = 1
  3331. local l = lplayer.Character["1"]:Clone()
  3332. l.Parent = lplayer.Character
  3333. l.Name = "Humanoid"
  3334. wait(0.1)
  3335. lplayer.Character["1"]:Destroy()
  3336. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  3337. lplayer.Character.Animate.Disabled = true
  3338. wait(0.1)
  3339. lplayer.Character.Animate.Disabled = false
  3340. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  3341. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  3342. lplayer.Character.Humanoid:EquipTool(v)
  3343. end
  3344. local function tp(player,player2)
  3345. local char1,char2=player.Character,player2.Character
  3346. if char1 and char2 then
  3347. char1.HumanoidRootPart.CFrame = char2.HumanoidRootPart.CFrame
  3348. end
  3349. end
  3350. local function getout(player,player2)
  3351. local char1,char2=player.Character,player2.Character
  3352. if char1 and char2 then
  3353. char1:MoveTo(char2.Head.Position)
  3354. end
  3355. end
  3356. tp(game:GetService("Players")[v.Name], lplayer)
  3357. wait(0.2)
  3358. tp(game:GetService("Players")[v.Name], lplayer)
  3359. wait(0.5)
  3360. lplayer.Character.HumanoidRootPart.CFrame = NOW
  3361. wait(0.5)
  3362. getout(lplayer, game:GetService("Players")[v.Name])
  3363. wait(0.3)
  3364. lplayer.Character.HumanoidRootPart.CFrame = NOW
  3365. game:GetService("StarterGui"):SetCore("SendNotification", {
  3366. Title = "Tools needed!";
  3367. Text = "You need a tool in your backpack for this command!";
  3368. })
  3369. end
  3370. end
  3371. if string.sub(msg, 1, 6) == (prefix.."spin ") then
  3372. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  3373. lplayer.Character.Humanoid.Name = 1
  3374. local l = lplayer.Character["1"]:Clone()
  3375. l.Parent = lplayer.Character
  3376. l.Name = "Humanoid"
  3377. wait(0.1)
  3378. lplayer.Character["1"]:Destroy()
  3379. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  3380. lplayer.Character.Animate.Disabled = true
  3381. wait(0.1)
  3382. lplayer.Character.Animate.Disabled = false
  3383. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  3384. lplayer.Character.Animate.Disabled = false
  3385. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  3386. lplayer.Character.Humanoid:EquipTool(v)
  3387. end
  3388. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  3389. spinplr = v
  3390. wait(0.5)
  3391. spin = true
  3392. game:GetService("StarterGui"):SetCore("SendNotification", {
  3393. Title = "Tools needed!";
  3394. Text = "You need a tool in your backpack for this command!";
  3395. })
  3396. end
  3397. end
  3398. if string.sub(msg, 1, 7) == (prefix.."unspin") then
  3399. spin = false
  3400. end
  3401. if string.sub(msg, 1, 8) == (prefix.."attach ") then
  3402. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  3403. lplayer.Character.Humanoid.Name = 1
  3404. local l = lplayer.Character["1"]:Clone()
  3405. l.Parent = lplayer.Character
  3406. l.Name = "Humanoid"
  3407. wait(0.1)
  3408. lplayer.Character["1"]:Destroy()
  3409. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  3410. lplayer.Character.Animate.Disabled = true
  3411. wait(0.1)
  3412. lplayer.Character.Animate.Disabled = false
  3413. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  3414. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  3415. lplayer.Character.Humanoid:EquipTool(v)
  3416. end
  3417. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  3418. wait(0.3)
  3419. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  3420. attplr = v
  3421. game:GetService("StarterGui"):SetCore("SendNotification", {
  3422. Title = "Tools needed!";
  3423. Text = "You need a tool in your backpack for this command!";
  3424. })
  3425. end
  3426. end
  3427. if string.sub(msg, 1, 10) == (prefix.."unattach ") then
  3428. for i,v in pairs(GetPlayer(string.sub(msg, 11))) do
  3429. local function getout(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. getout(lplayer, game:GetService("Players")[v.Name])
  3436. end
  3437. end
  3438. if string.sub(msg, 1, 8) == (prefix.."follow ") then
  3439. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  3440. followed = true
  3441. flwplr = v
  3442. end
  3443. end
  3444. if string.sub(msg, 1, 9) == (prefix.."unfollow") then
  3445. followed = false
  3446. end
  3447. if string.sub(msg, 1, 10) == (prefix.."freefall ") then
  3448. for i,v in pairs(GetPlayer(string.sub(msg, 11))) do
  3449. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  3450. lplayer.Character.Humanoid.Name = 1
  3451. local l = lplayer.Character["1"]:Clone()
  3452. l.Parent = lplayer.Character
  3453. l.Name = "Humanoid"
  3454. wait(0.1)
  3455. lplayer.Character["1"]:Destroy()
  3456. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  3457. lplayer.Character.Animate.Disabled = true
  3458. wait(0.1)
  3459. lplayer.Character.Animate.Disabled = false
  3460. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  3461. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  3462. lplayer.Character.Humanoid:EquipTool(v)
  3463. end
  3464. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  3465. wait(0.2)
  3466. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  3467. wait(0.6)
  3468. lplayer.Character.HumanoidRootPart.CFrame = NOW
  3469. wait(0.6)
  3470. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,50000,0)
  3471. game:GetService("StarterGui"):SetCore("SendNotification", {
  3472. Title = "Tools needed!";
  3473. Text = "You need a tool in your backpack for this command!";
  3474. })
  3475. end
  3476. end
  3477. if string.sub(msg, 1, 7) == (prefix.."trail ") then
  3478. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  3479. traill = true
  3480. trlplr = v
  3481. end
  3482. end
  3483. if string.sub(msg, 1, 8) == (prefix.."untrail") then
  3484. traill = false
  3485. end
  3486. if string.sub(msg, 1, 7) == (prefix.."orbit ") then
  3487. if string.sub(msg, 8) == "all" or string.sub(msg, 8) == "others" or string.sub(msg, 8) == "me" then
  3488. lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  3489. else
  3490. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  3491. local o = Instance.new("RocketPropulsion")
  3492. o.Parent = lplayer.Character.HumanoidRootPart
  3493. o.Name = "Orbit"
  3494. o.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
  3495. o:Fire()
  3496. noclip = true
  3497. end
  3498. end
  3499. end
  3500. if string.sub(msg, 1, 8) == (prefix.."unorbit") then
  3501. lplayer.Character.HumanoidRootPart.Orbit:Destroy()
  3502. noclip = false
  3503. end
  3504. if string.sub(msg, 1, 7) == (prefix.."fling ") then
  3505. if string.sub(msg, 8) == "all" or string.sub(msg, 8) == "others" or string.sub(msg, 8) == "me" then
  3506. lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  3507. else
  3508. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  3509. local y = Instance.new("RocketPropulsion")
  3510. y.Parent = lplayer.Character.HumanoidRootPart
  3511. y.CartoonFactor = 1
  3512. y.MaxThrust = 800000
  3513. y.MaxSpeed = 1000
  3514. y.ThrustP = 200000
  3515. y.Name = "Fling"
  3516. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  3517. y.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
  3518. y:Fire()
  3519. noclip = true
  3520. end
  3521. end
  3522. end
  3523. if string.sub(msg, 1, 8) == (prefix.."unfling") then
  3524. noclip = false
  3525. lplayer.Character.HumanoidRootPart.Fling:Destroy()
  3526. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
  3527. wait(0.4)
  3528. lplayer.Character.HumanoidRootPart.Fling:Destroy()
  3529. end
  3530. if string.sub(msg, 1, 8) == (prefix.."fecheck") then
  3531. if game:GetService("Workspace").FilteringEnabled == true then
  3532. warn("FE is Enabled (Filtering Enabled)")
  3533. game:GetService("StarterGui"):SetCore("SendNotification", {
  3534. Title = "FE is Enabled";
  3535. Text = "Filtering Enabled. Enjoy using Reviz Admin!";
  3536. })
  3537. else
  3538. warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
  3539. game:GetService("StarterGui"):SetCore("SendNotification", {
  3540. Title = "FE is Disabled";
  3541. Text = "Filtering Disabled. Consider using a different admin script.";
  3542. })
  3543. end
  3544. end
  3545. if string.sub(msg, 1, 6) == (prefix.."void ") then
  3546. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  3547. lplayer.Character.Humanoid.Name = 1
  3548. local l = lplayer.Character["1"]:Clone()
  3549. l.Parent = lplayer.Character
  3550. l.Name = "Humanoid"
  3551. wait(0.1)
  3552. lplayer.Character["1"]:Destroy()
  3553. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  3554. lplayer.Character.Animate.Disabled = true
  3555. wait(0.1)
  3556. lplayer.Character.Animate.Disabled = false
  3557. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  3558. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  3559. lplayer.Character.Humanoid:EquipTool(v)
  3560. end
  3561. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  3562. wait(0.2)
  3563. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  3564. wait(0.6)
  3565. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(999999999999999,0,999999999999999)
  3566. game:GetService("StarterGui"):SetCore("SendNotification", {
  3567. Title = "Tools needed!";
  3568. Text = "You need a tool in your backpack for this command!";
  3569. })
  3570. end
  3571. end
  3572. if string.sub(msg, 1, 7) == (prefix.."noclip") then
  3573. noclip = true
  3574. game:GetService("StarterGui"):SetCore("SendNotification", {
  3575. Title = "Noclip enabled";
  3576. Text = "Type ;clip to disable";
  3577. })
  3578. end
  3579. if string.sub(msg, 1, 5) == (prefix.."clip") then
  3580. noclip = false
  3581. game:GetService("StarterGui"):SetCore("SendNotification", {
  3582. Title = "Noclip disabled";
  3583. Text = "Type ;noclip to enable";
  3584. })
  3585. end
  3586. if string.sub(msg, 1, 7) == (prefix.."speed ") then
  3587. lplayer.Character.Humanoid.WalkSpeed = (string.sub(msg, 8))
  3588. end
  3589. if string.sub(msg, 1, 4) == (prefix.."ws ") then
  3590. lplayer.Character.Humanoid.WalkSpeed = (string.sub(msg, 5))
  3591. end
  3592. if string.sub(msg, 1, 11) == (prefix.."hipheight ") then
  3593. lplayer.Character.Humanoid.HipHeight = (string.sub(msg, 12))
  3594. end
  3595. if string.sub(msg, 1, 4) == (prefix.."hh ") then
  3596. lplayer.Character.Humanoid.HipHeight = (string.sub(msg, 5))
  3597. end
  3598. if string.sub(msg, 1, 11) == (prefix.."jumppower ") then
  3599. lplayer.Character.Humanoid.JumpPower = (string.sub(msg, 12))
  3600. end
  3601. if string.sub(msg, 1, 4) == (prefix.."jp ") then
  3602. lplayer.Character.Humanoid.JumpPower = (string.sub(msg, 5))
  3603. end
  3604. if string.sub(msg, 1, 8) == (prefix.."default") then
  3605. lplayer.Character.Humanoid.JumpPower = 50
  3606. lplayer.Character.Humanoid.WalkSpeed = 16
  3607. lplayer.Character.Humanoid.HipHeight = 0
  3608. end
  3609. if string.sub(msg, 1, 7) == (prefix.."annoy ") then
  3610. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  3611. annoying = true
  3612. annplr = v
  3613. end
  3614. end
  3615. if string.sub(msg, 1, 8) == (prefix.."unannoy") then
  3616. annoying = false
  3617. end
  3618. if string.sub(msg, 1, 10) == (prefix.."headwalk ") then
  3619. for i,v in pairs(GetPlayer(string.sub(msg, 11))) do
  3620. hwalk = true
  3621. hdwplr = v
  3622. end
  3623. end
  3624. if string.sub(msg, 1, 11) == (prefix.."unheadwalk") then
  3625. hwalk = false
  3626. end
  3627. if string.sub(msg, 1, 8) == (prefix.."nolimbs") then
  3628. lplayer.Character["Left Leg"]:Destroy()
  3629. lplayer.Character["Left Arm"]:Destroy()
  3630. lplayer.Character["Right Leg"]:Destroy()
  3631. lplayer.Character["Right Arm"]:Destroy()
  3632. end
  3633. if string.sub(msg, 1, 4) == (prefix.."god") then
  3634. lplayer.Character.Humanoid.Name = 1
  3635. local l = lplayer.Character["1"]:Clone()
  3636. l.Parent = lplayer.Character
  3637. l.Name = "Humanoid"
  3638. wait(0.1)
  3639. lplayer.Character["1"]:Destroy()
  3640. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  3641. lplayer.Character.Animate.Disabled = true
  3642. wait(0.1)
  3643. lplayer.Character.Animate.Disabled = false
  3644. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  3645. game:GetService("StarterGui"):SetCore("SendNotification", {
  3646. Title = "FE Godmode enabled";
  3647. Text = "Use ;grespawn or ;respawn to remove";
  3648. })
  3649. end
  3650. if string.sub(msg, 1, 9) == (prefix.."drophats") then
  3651. for i,v in pairs(lplayer.Character:GetChildren()) do
  3652. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  3653. v.Parent = workspace
  3654. end
  3655. end
  3656. end
  3657. if string.sub(msg, 1, 9) == (prefix.."droptool") then
  3658. for i,v in pairs(lplayer.Character:GetChildren()) do
  3659. if (v:IsA("Tool")) then
  3660. v.Parent = workspace
  3661. end
  3662. end
  3663. end
  3664. if string.sub(msg, 1, 10) == (prefix.."loopdhats") then
  3665. droppinghats = true
  3666. game:GetService("StarterGui"):SetCore("SendNotification", {
  3667. Title = "Loop Drop Enabled";
  3668. Text = "Type ;unloopdhats to disable";
  3669. })
  3670. end
  3671. if string.sub(msg, 1, 12) == (prefix.."unloopdhats") then
  3672. droppinghats = false
  3673. game:GetService("StarterGui"):SetCore("SendNotification", {
  3674. Title = "Loop Drop Disabled";
  3675. Text = "Type ;loopdhats to enable.";
  3676. })
  3677. end
  3678. if string.sub(msg, 1, 10) == (prefix.."loopdtool") then
  3679. droppingtools = true
  3680. game:GetService("StarterGui"):SetCore("SendNotification", {
  3681. Title = "Loop Drop Enabled";
  3682. Text = "Type ;unloopdtool to disable";
  3683. })
  3684. end
  3685. if string.sub(msg, 1, 12) == (prefix.."unloopdtool") then
  3686. droppingtools = false
  3687. game:GetService("StarterGui"):SetCore("SendNotification", {
  3688. Title = "Loop Drop Disabled";
  3689. Text = "Type ;loopdtool to enable.";
  3690. })
  3691. end
  3692. if string.sub(msg, 1, 10) == (prefix.."invisible") then -- Credit to Timeless
  3693. Local = game:GetService('Players').LocalPlayer
  3694. Char = Local.Character
  3695. touched,tpdback = false, false
  3696. box = Instance.new('Part',workspace)
  3697. box.Anchored = true
  3698. box.CanCollide = true
  3699. box.Size = Vector3.new(10,1,10)
  3700. box.Position = Vector3.new(0,10000,0)
  3701. box.Touched:connect(function(part)
  3702. if (part.Parent.Name == Local.Name) then
  3703. if touched == false then
  3704. touched = true
  3705. function apply()
  3706. if script.Disabled ~= true then
  3707. no = Char.HumanoidRootPart:Clone()
  3708. wait(.25)
  3709. Char.HumanoidRootPart:Destroy()
  3710. no.Parent = Char
  3711. Char:MoveTo(loc)
  3712. touched = false
  3713. end end
  3714. if Char then
  3715. apply()
  3716. end
  3717. end
  3718. end
  3719. end)
  3720. repeat wait() until Char
  3721. loc = Char.HumanoidRootPart.Position
  3722. Char:MoveTo(box.Position + Vector3.new(0,.5,0))
  3723. game:GetService("StarterGui"):SetCore("SendNotification", {
  3724. Title = "Invisibility enabled!";
  3725. Text = "Reset or use ;respawn to remove.";
  3726. })
  3727. end
  3728. if string.sub(msg, 1, 6) == (prefix.."view ") then
  3729. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  3730. if game:GetService("Players")[v.Name].Character.Humanoid then
  3731. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Humanoid
  3732. else
  3733. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  3734. end
  3735. end
  3736. end
  3737. if string.sub(msg, 1, 7) == (prefix.."unview") then
  3738. if lplayer.Character.Humanoid then
  3739. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
  3740. else
  3741. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
  3742. end
  3743. end
  3744. if string.sub(msg, 1, 6) == (prefix.."goto ") then
  3745. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  3746. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  3747. end
  3748. end
  3749. if string.sub(msg, 1, 4) == (prefix.."fly") then
  3750. repeat wait() until lplayer and lplayer.Character and lplayer.Character:FindFirstChild('HumanoidRootPart') and lplayer.Character:FindFirstChild('Humanoid')
  3751. repeat wait() until Mouse
  3752.  
  3753. local T = lplayer.Character.HumanoidRootPart
  3754. local CONTROL = {F = 0, B = 0, L = 0, R = 0}
  3755. local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  3756. local SPEED = speedget
  3757.  
  3758. local function fly()
  3759. flying = true
  3760. local BG = Instance.new('BodyGyro', T)
  3761. local BV = Instance.new('BodyVelocity', T)
  3762. BG.P = 9e4
  3763. BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  3764. BG.cframe = T.CFrame
  3765. BV.velocity = Vector3.new(0, 0.1, 0)
  3766. BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
  3767. spawn(function()
  3768. repeat wait()
  3769. lplayer.Character.Humanoid.PlatformStand = true
  3770. if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
  3771. SPEED = 50
  3772. elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
  3773. SPEED = 0
  3774. end
  3775. if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
  3776. 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
  3777. lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
  3778. elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
  3779. 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
  3780. else
  3781. BV.velocity = Vector3.new(0, 0.1, 0)
  3782. end
  3783. BG.cframe = workspace.CurrentCamera.CoordinateFrame
  3784. until not flying
  3785. CONTROL = {F = 0, B = 0, L = 0, R = 0}
  3786. lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  3787. SPEED = 0
  3788. BG:destroy()
  3789. BV:destroy()
  3790. lplayer.Character.Humanoid.PlatformStand = false
  3791. end)
  3792. end
  3793. Mouse.KeyDown:connect(function(KEY)
  3794. if KEY:lower() == 'w' then
  3795. CONTROL.F = speedfly
  3796. elseif KEY:lower() == 's' then
  3797. CONTROL.B = -speedfly
  3798. elseif KEY:lower() == 'a' then
  3799. CONTROL.L = -speedfly
  3800. elseif KEY:lower() == 'd' then
  3801. CONTROL.R = speedfly
  3802. end
  3803. end)
  3804. Mouse.KeyUp:connect(function(KEY)
  3805. if KEY:lower() == 'w' then
  3806. CONTROL.F = 0
  3807. elseif KEY:lower() == 's' then
  3808. CONTROL.B = 0
  3809. elseif KEY:lower() == 'a' then
  3810. CONTROL.L = 0
  3811. elseif KEY:lower() == 'd' then
  3812. CONTROL.R = 0
  3813. end
  3814. end)
  3815. fly()
  3816. end
  3817. if string.sub(msg, 1, 6) == (prefix.."unfly") then
  3818. flying = false
  3819. lplayer.Character.Humanoid.PlatformStand = false
  3820. end
  3821. if string.sub(msg, 1, 6) == (prefix.."chat ") then
  3822. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer((string.sub(msg, 7)), "All")
  3823. end
  3824. if string.sub(msg, 1, 6) == (prefix.."spam ") then
  3825. spamtext = (string.sub(msg, 7))
  3826. spamming = true
  3827. end
  3828. if string.sub(msg, 1, 7) == (prefix.."unspam") then
  3829. spamming = false
  3830. end
  3831. if string.sub(msg, 1, 10) == (prefix.."spamwait ") then
  3832. spamdelay = (string.sub(msg, 11))
  3833. end
  3834. if string.sub(msg, 1, 8) == (prefix.."pmspam ") then
  3835. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  3836. pmspammed = v.Name
  3837. spammingpm = true
  3838. end
  3839. end
  3840. if string.sub(msg, 1, 9) == (prefix.."unpmspam") then
  3841. spammingpm = false
  3842. end
  3843. if string.sub(msg, 1, 9) == (prefix.."cfreeze ") then
  3844. for i,v in pairs(GetPlayer(string.sub(msg, 10))) do
  3845. v.Character["Left Leg"].Anchored = true
  3846. v.Character["Left Arm"].Anchored = true
  3847. v.Character["Right Leg"].Anchored = true
  3848. v.Character["Right Arm"].Anchored = true
  3849. v.Character.Torso.Anchored = true
  3850. v.Character.Head.Anchored = true
  3851. end
  3852. end
  3853. if string.sub(msg, 1, 11) == (prefix.."uncfreeze ") then
  3854. for i,v in pairs(GetPlayer(string.sub(msg, 12))) do
  3855. v.Character["Left Leg"].Anchored = false
  3856. v.Character["Left Arm"].Anchored = false
  3857. v.Character["Right Leg"].Anchored = false
  3858. v.Character["Right Arm"].Anchored = false
  3859. v.Character.Torso.Anchored = false
  3860. v.Character.Head.Anchored = false
  3861. end
  3862. end
  3863. if string.sub(msg, 1, 9) == (prefix.."unlockws") then
  3864. local a = game:GetService("Workspace"):getChildren()
  3865. for i = 1, #a do
  3866. if a[i].className == "Part" then
  3867. a[i].Locked = false
  3868. elseif a[i].className == "Model" then
  3869. local r = a[i]:getChildren()
  3870. for i = 1, #r do
  3871. if r[i].className == "Part" then
  3872. r[i].Locked = false
  3873. end
  3874. end
  3875. end
  3876. end
  3877. game:GetService("StarterGui"):SetCore("SendNotification", {
  3878. Title = "Success!";
  3879. Text = "Workspace unlocked. Use ;lockws to lock.";
  3880. })
  3881. end
  3882. if string.sub(msg, 1, 7) == (prefix.."lockws") then
  3883. local a = game:GetService("Workspace"):getChildren()
  3884. for i = 1, #a do
  3885. if a[i].className == "Part" then
  3886. a[i].Locked = true
  3887. elseif a[i].className == "Model" then
  3888. local r = a[i]:getChildren()
  3889. for i = 1, #r do
  3890. if r[i].className == "Part" then
  3891. r[i].Locked = true
  3892. end
  3893. end
  3894. end
  3895. end
  3896. end
  3897. if string.sub(msg, 1, 7) == (prefix.."btools") then
  3898. local Clone_T = Instance.new("HopperBin",lplayer.Backpack)
  3899. Clone_T.BinType = "Clone"
  3900. local Destruct = Instance.new("HopperBin",lplayer.Backpack)
  3901. Destruct.BinType = "Hammer"
  3902. local Hold_T = Instance.new("HopperBin",lplayer.Backpack)
  3903. Hold_T.BinType = "Grab"
  3904. end
  3905. if string.sub(msg, 1, 7) == (prefix.."pstand") then
  3906. lplayer.Character.Humanoid.PlatformStand = true
  3907. end
  3908. if string.sub(msg, 1, 9) == (prefix.."unpstand") then
  3909. lplayer.Character.Humanoid.PlatformStand = false
  3910. end
  3911. if string.sub(msg, 1, 10) == (prefix.."blockhead") then
  3912. lplayer.Character.Head.Mesh:Destroy()
  3913. end
  3914. if string.sub(msg, 1, 4) == (prefix.."sit") then
  3915. lplayer.Character.Humanoid.Sit = true
  3916. end
  3917. if string.sub(msg, 1, 10) == (prefix.."bringobj ") then
  3918. local function bringobjw()
  3919. for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
  3920. if obj.Name == (string.sub(msg, 11)) then
  3921. obj.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  3922. obj.CanCollide = false
  3923. obj.Transparency = 0.7
  3924. wait()
  3925. obj.CFrame = lplayer.Character["Left Leg"].CFrame
  3926. wait()
  3927. obj.CFrame = lplayer.Character["Right Leg"].CFrame
  3928. wait()
  3929. obj.CFrame = lplayer.Character["Head"].CFrame
  3930. end
  3931. end
  3932. end
  3933. while wait() do
  3934. bringobjw()
  3935. end
  3936. game:GetService("StarterGui"):SetCore("SendNotification", {
  3937. Title = "BringObj";
  3938. Text = "BringObj enabled.";
  3939. })
  3940. end
  3941. if string.sub(msg, 1, 7) == (prefix.."wsvis ") then
  3942. vis = (string.sub(msg, 8))
  3943. local a = game:GetService("Workspace"):GetDescendants()
  3944. for i = 1, #a do
  3945. if a[i].className == "Part" then
  3946. a[i].Transparency = vis
  3947. elseif a[i].className == "Model" then
  3948. local r = a[i]:getChildren()
  3949. for i = 1, #r do
  3950. if r[i].className == "Part" then
  3951. r[i].Transparency = vis
  3952. end
  3953. end
  3954. end
  3955. end
  3956. end
  3957. if string.sub(msg, 1, 11) == (prefix.."hypertotal") then
  3958. loadstring(game:GetObjects("rbxassetid://1255063809")[1].Source)()
  3959. game:GetService("StarterGui"):SetCore("SendNotification", {
  3960. Title = "Success!";
  3961. Text = "HyperTotal GUI Loaded!";
  3962. })
  3963. end
  3964. if string.sub(msg, 1, 5) == (prefix.."cmds") then
  3965. CMDSFRAME.Visible = true
  3966. end
  3967. if string.sub(msg, 1, 10) == (prefix.."rmeshhats") then
  3968. for i,v in pairs(lplayer.Character:GetChildren()) do
  3969. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  3970. v.Handle.Mesh:Destroy()
  3971. end
  3972. end
  3973. end
  3974. if string.sub(msg, 1, 10) == (prefix.."blockhats") then
  3975. for i,v in pairs(lplayer.Character:GetChildren()) do
  3976. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  3977. v.Handle.Mesh:Destroy()
  3978. end
  3979. end
  3980. end
  3981. if string.sub(msg, 1, 10) == (prefix.."rmeshtool") then
  3982. for i,v in pairs(lplayer.Character:GetChildren()) do
  3983. if (v:IsA("Tool")) then
  3984. v.Handle.Mesh:Destroy()
  3985. end
  3986. end
  3987. end
  3988. if string.sub(msg, 1, 10) == (prefix.."blocktool") then
  3989. for i,v in pairs(lplayer.Character:GetChildren()) do
  3990. if (v:IsA("Tool")) then
  3991. v.Handle.Mesh:Destroy()
  3992. end
  3993. end
  3994. end
  3995. if string.sub(msg, 1, 8) == (prefix.."spinner") then
  3996. local p = Instance.new("RocketPropulsion")
  3997. p.Parent = lplayer.Character.HumanoidRootPart
  3998. p.Name = "Spinner"
  3999. p.Target = lplayer.Character["Left Arm"]
  4000. p:Fire()
  4001. game:GetService("StarterGui"):SetCore("SendNotification", {
  4002. Title = "Spinner enabled";
  4003. Text = "Type ;nospinner to disable.";
  4004. })
  4005. end
  4006. if string.sub(msg, 1, 10) == (prefix.."nospinner") then
  4007. lplayer.Character.HumanoidRootPart.Spinner:Destroy()
  4008. end
  4009. if string.sub(msg, 1, 7) == (prefix.."reachd") then
  4010. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  4011. if v:isA("Tool") then
  4012. local a = Instance.new("SelectionBox",v.Handle)
  4013. a.Adornee = v.Handle
  4014. v.Handle.Size = Vector3.new(0.5,0.5,60)
  4015. v.GripPos = Vector3.new(0,0,0)
  4016. lplayer.Character.Humanoid:UnequipTools()
  4017. end
  4018. end
  4019. game:GetService("StarterGui"):SetCore("SendNotification", {
  4020. Title = "Reach applied!";
  4021. Text = "Applied to equipped sword. Use ;noreach to disable.";
  4022. })
  4023. end
  4024. if string.sub(msg, 1, 7) == (prefix.."reach ") then
  4025. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  4026. if v:isA("Tool") then
  4027. handleSize = v.Handle.Size
  4028. wait()
  4029. local a = Instance.new("SelectionBox",v.Handle)
  4030. a.Name = "a"
  4031. a.Adornee = v.Handle
  4032. v.Handle.Size = Vector3.new(0.5,0.5,(string.sub(msg, 8)))
  4033. v.GripPos = Vector3.new(0,0,0)
  4034. lplayer.Character.Humanoid:UnequipTools()
  4035. end
  4036. end
  4037. game:GetService("StarterGui"):SetCore("SendNotification", {
  4038. Title = "Reach applied!";
  4039. Text = "Applied to equipped sword. Use ;noreach to disable.";
  4040. })
  4041. end
  4042. if string.sub(msg, 1, 8) == (prefix.."noreach") then
  4043. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  4044. if v:isA("Tool") then
  4045. v.Handle.a:Destroy()
  4046. v.Handle.Size = handleSize
  4047. end
  4048. end
  4049. game:GetService("StarterGui"):SetCore("SendNotification", {
  4050. Title = "Reach removed!";
  4051. Text = "Removed reach from equipped sword.";
  4052. })
  4053. end
  4054. if string.sub(msg, 1, 7) == (prefix.."rkill ") then
  4055. for i,v in pairs(GetPlayer(string.sub(msg, 8)))do
  4056. lplayer.Character.Humanoid.Name = 1
  4057. local l = lplayer.Character["1"]:Clone()
  4058. l.Parent = lplayer.Character
  4059. l.Name = "Humanoid"
  4060. wait(0.1)
  4061. lplayer.Character["1"]:Destroy()
  4062. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  4063. lplayer.Character.Animate.Disabled = true
  4064. wait(0.1)
  4065. lplayer.Character.Animate.Disabled = false
  4066. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  4067. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  4068. lplayer.Character.Humanoid:EquipTool(v)
  4069. end
  4070. wait(0.1)
  4071. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  4072. wait(0.2)
  4073. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  4074. wait(0.5)
  4075. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
  4076. game:GetService("StarterGui"):SetCore("SendNotification", {
  4077. Title = "Tools needed!";
  4078. Text = "You need a tool in your backpack for this command!";
  4079. })
  4080. end
  4081. end
  4082. if string.sub(msg, 1, 7) == (prefix.."tp me ") then
  4083. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  4084. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  4085. end
  4086. end
  4087. if string.sub(msg, 1, 8) == (prefix.."cbring ") then
  4088. if (string.sub(msg, 9)) == "all" or (string.sub(msg, 9)) == "All" or (string.sub(msg, 9)) == "ALL" then
  4089. cbringall = true
  4090. else
  4091. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  4092. brplr = v.Name
  4093. end
  4094. end
  4095. cbring = true
  4096. end
  4097. if string.sub(msg, 1, 9) == (prefix.."uncbring") then
  4098. cbring = false
  4099. cbringall = false
  4100. end
  4101. if string.sub(msg, 1, 6) == (prefix.."swap ") then
  4102. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  4103. local NOWPLR = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  4104. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  4105. lplayer.Character.Humanoid.Name = 1
  4106. local l = lplayer.Character["1"]:Clone()
  4107. l.Parent = lplayer.Character
  4108. l.Name = "Humanoid"
  4109. wait(0.1)
  4110. lplayer.Character["1"]:Destroy()
  4111. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  4112. lplayer.Character.Animate.Disabled = true
  4113. wait(0.1)
  4114. lplayer.Character.Animate.Disabled = false
  4115. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  4116. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  4117. lplayer.Character.Humanoid:EquipTool(v)
  4118. end
  4119. local function tp(player,player2)
  4120. local char1,char2=player.Character,player2.Character
  4121. if char1 and char2 then
  4122. char1:MoveTo(char2.Head.Position)
  4123. end
  4124. end
  4125. wait(0.1)
  4126. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  4127. wait(0.2)
  4128. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  4129. wait(0.5)
  4130. lplayer.Character.HumanoidRootPart.CFrame = NOW
  4131. wait(0.6)
  4132. tp(lplayer, game:GetService("Players")[v.Name])
  4133. wait(0.4)
  4134. lplayer.Character.HumanoidRootPart.CFrame = NOWPLR
  4135. game:GetService("StarterGui"):SetCore("SendNotification", {
  4136. Title = "Tools needed!";
  4137. Text = "You need a tool in your backpack for this command!";
  4138. })
  4139. end
  4140. end
  4141. if string.sub(msg, 1, 8) == (prefix.."glitch ") then
  4142. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  4143. lplayer.Character.Humanoid.Name = 1
  4144. local l = lplayer.Character["1"]:Clone()
  4145. l.Parent = lplayer.Character
  4146. l.Name = "Humanoid"
  4147. wait(0.1)
  4148. lplayer.Character["1"]:Destroy()
  4149. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  4150. lplayer.Character.Animate.Disabled = true
  4151. wait(0.1)
  4152. lplayer.Character.Animate.Disabled = false
  4153. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  4154. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  4155. lplayer.Character.Humanoid:EquipTool(v)
  4156. end
  4157. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  4158. wait(0.3)
  4159. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  4160. wait(0.4)
  4161. b = Instance.new("BodyForce")
  4162. b.Parent = lplayer.Character.HumanoidRootPart
  4163. b.Name = "Glitch"
  4164. b.Force = Vector3.new(100000000,5000,0)
  4165. game:GetService("StarterGui"):SetCore("SendNotification", {
  4166. Title = "Tools needed!";
  4167. Text = "You need a tool in your backpack for this command!";
  4168. })
  4169. end
  4170. end
  4171. if string.sub(msg, 1, 9) == (prefix.."unglitch") then
  4172. lplayer.Character.HumanoidRootPart.Glitch:Destroy()
  4173. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(10000,0,10000)
  4174. b = Instance.new("BodyForce")
  4175. b.Parent = lplayer.Character.HumanoidRootPart
  4176. b.Name = "unGlitch"
  4177. b.Force = Vector3.new(0,-5000000,0)
  4178. wait(2)
  4179. lplayer.Character.HumanoidRootPart.unGlitch:Destroy()
  4180. end
  4181. if string.sub(msg, 1, 9) == (prefix.."grespawn") then
  4182. lplayer.Character.Humanoid.Health = 0
  4183. wait(1)
  4184. lplayer.Character.Head.CFrame = CFrame.new(1000000,0,1000000)
  4185. lplayer.Character.Torso.CFrame = CFrame.new(1000000,0,1000000)
  4186. end
  4187. if string.sub(msg, 1, 9) == (prefix.."explorer") then
  4188. loadstring(game:GetObjects("rbxassetid://492005721")[1].Source)()
  4189. game:GetService("StarterGui"):SetCore("SendNotification", {
  4190. Title = "Success!";
  4191. Text = "DEX Explorer has loaded.";
  4192. })
  4193. end
  4194. if string.sub(msg, 1, 6) == (prefix.."anim ") then
  4195. local Anim = Instance.new("Animation")
  4196. Anim.AnimationId = "rbxassetid://"..(string.sub(msg, 7))
  4197. local track = lplayer.Character.Humanoid:LoadAnimation(Anim)
  4198. track:Play(.1, 1, 1)
  4199. end
  4200. if string.sub(msg, 1, 8) == (prefix.."animgui") then
  4201. loadstring(game:GetObjects("rbxassetid://1202558084")[1].Source)()
  4202. game:GetService("StarterGui"):SetCore("SendNotification", {
  4203. Title = "Success!";
  4204. Text = "Energize Animations GUI has loaded.";
  4205. })
  4206. end
  4207. if string.sub(msg, 1, 8) == (prefix.."savepos") then
  4208. saved = lplayer.Character.HumanoidRootPart.CFrame
  4209. game:GetService("StarterGui"):SetCore("SendNotification", {
  4210. Title = "Position Saved";
  4211. Text = "Use ;loadpos to return to saved position.";
  4212. })
  4213. end
  4214. if string.sub(msg, 1, 8) == (prefix.."loadpos") then
  4215. lplayer.Character.HumanoidRootPart.CFrame = saved
  4216. end
  4217. if string.sub(msg, 1, 6) == (prefix.."bang ") then
  4218. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  4219. local Anim2 = Instance.new("Animation")
  4220. Anim2.AnimationId = "rbxassetid://148840371"
  4221. local track2 = lplayer.Character.Humanoid:LoadAnimation(Anim2)
  4222. track2:Play(.1, 1, 1)
  4223. bplrr = v.Name
  4224. banpl = true
  4225. end
  4226. end
  4227. if string.sub(msg, 1, 7) == (prefix.."unbang") then
  4228. banpl = false
  4229. end
  4230. if string.sub(msg, 1, 10) == (prefix.."bringmod ") then
  4231. local function bringmodw()
  4232. for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
  4233. if obj.Name == (string.sub(msg, 11)) then
  4234. for i,ch in pairs(obj:GetDescendants()) do
  4235. if (ch:IsA("BasePart")) then
  4236. ch.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  4237. ch.CanCollide = false
  4238. ch.Transparency = 0.7
  4239. wait()
  4240. ch.CFrame = lplayer.Character["Left Leg"].CFrame
  4241. wait()
  4242. ch.CFrame = lplayer.Character["Right Leg"].CFrame
  4243. wait()
  4244. ch.CFrame = lplayer.Character["Head"].CFrame
  4245. end
  4246. end
  4247. end
  4248. end
  4249. end
  4250. while wait() do
  4251. bringmodw()
  4252. end
  4253. game:GetService("StarterGui"):SetCore("SendNotification", {
  4254. Title = "BringMod";
  4255. Text = "BringMod enabled.";
  4256. })
  4257. end
  4258. if string.sub(msg, 1, 8) == (prefix.."respawn") then
  4259. local mod = Instance.new('Model', workspace) mod.Name = 're '..lplayer.Name
  4260. local hum = Instance.new('Humanoid', mod)
  4261. local ins = Instance.new('Part', mod) ins.Name = 'Torso' ins.CanCollide = false ins.Transparency = 1
  4262. lplayer.Character = mod
  4263. end
  4264. if string.sub(msg, 1, 9) == (prefix.."shutdown") then
  4265. game:GetService'RunService'.Stepped:Connect(function()
  4266. pcall(function()
  4267. for i,v in pairs(game:GetService'Players':GetPlayers()) do
  4268. if v.Character ~= nil and v.Character:FindFirstChild'Head' then
  4269. for _,x in pairs(v.Character.Head:GetChildren()) do
  4270. if x:IsA'Sound' then x.Playing = true x.CharacterSoundEvent:FireServer(true, true) end
  4271. end
  4272. end
  4273. end
  4274. end)
  4275. end)
  4276. game:GetService("StarterGui"):SetCore("SendNotification", {
  4277. Title = "Attempting Shutdown";
  4278. Text = "Shutdown Attempt has begun.";
  4279. })
  4280. end
  4281. if string.sub(msg, 1, 8) == (prefix.."delobj ") then
  4282. objtodel = (string.sub(msg, 9))
  4283. for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  4284. if v.Name == objtodel then
  4285. v:Destroy()
  4286. end
  4287. end
  4288. end
  4289. if string.sub(msg, 1, 8) == (prefix.."getplrs") then
  4290. for i,v in pairs(game:GetService("Players"):GetPlayers())do
  4291. print(v)
  4292. end
  4293. game:GetService("StarterGui"):SetCore("SendNotification", {
  4294. Title = "Printed";
  4295. Text = "Players have been printed to console. (F9)";
  4296. })
  4297. end
  4298. if string.sub(msg, 1, 9) == (prefix.."deldecal") then
  4299. for i,v in pairs(game:GetService("Workspace"):GetDescendants())do
  4300. if (v:IsA("Decal")) then
  4301. v:Destroy()
  4302. end
  4303. end
  4304. end
  4305. if string.sub(msg, 1, 11) == (prefix.."opfinality") then
  4306. loadstring(game:GetObjects("rbxassetid://1294358929")[1].Source)()
  4307. game:GetService("StarterGui"):SetCore("SendNotification", {
  4308. Title = "Success!";
  4309. Text = "OpFinality GUI has loaded.";
  4310. })
  4311. end
  4312. if string.sub(msg, 1, 8) == (prefix.."remotes") then
  4313. remotes = true
  4314. added = true
  4315. game.DescendantAdded:connect(function(rmt)
  4316. if added == true then
  4317. if remotes == true then
  4318. if rmt:IsA("RemoteEvent") then
  4319. print("A RemoteEvent was added!")
  4320. print(" game." .. rmt:GetFullName() .. " | RemoteEvent")
  4321. print(" game." .. rmt:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  4322. end end end
  4323. end)
  4324. game.DescendantAdded:connect(function(rmtfnctn)
  4325. if added == true then
  4326. if remotes == true then
  4327. if rmtfnctn:IsA("RemoteFunction") then
  4328. warn("A RemoteFunction was added!")
  4329. warn(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction")
  4330. print(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  4331. end end end
  4332. end)
  4333.  
  4334. game.DescendantAdded:connect(function(bndfnctn)
  4335. if added == true then
  4336. if binds == true then
  4337. if bndfnctn:IsA("BindableFunction") then
  4338. print("A BindableFunction was added!")
  4339. print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction")
  4340. print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  4341. end end end
  4342. end)
  4343.  
  4344. game.DescendantAdded:connect(function(bnd)
  4345. if added == true then
  4346. if binds == true then
  4347. if bnd:IsA("BindableEvent") then
  4348. warn("A BindableEvent was added!")
  4349. warn(" game." .. bnd:GetFullName() .. " | BindableEvent")
  4350. print(" game." .. bnd:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  4351. end end end
  4352. end)
  4353.  
  4354.  
  4355. if binds == true then
  4356. for i,v in pairs(game:GetDescendants()) do
  4357. if v:IsA("BindableFunction") then
  4358. print(" game." .. v:GetFullName() .. " | BindableFunction")
  4359. print(" game." .. v:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  4360. end end
  4361. for i,v in pairs(game:GetDescendants()) do
  4362. if v:IsA("BindableEvent") then
  4363. warn(" game." .. v:GetFullName() .. " | BindableEvent")
  4364. print(" game." .. v:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  4365. end end
  4366. else
  4367. print("Off")
  4368. end
  4369. if remotes == true then
  4370. for i,v in pairs(game:GetDescendants()) do
  4371. if v:IsA("RemoteFunction") then
  4372. warn(" game." .. v:GetFullName() .. " | RemoteFunction")
  4373. print(" game." .. v:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  4374. end end
  4375. wait()
  4376. for i,v in pairs(game:GetDescendants()) do
  4377. if v:IsA("RemoteEvent") then
  4378. print(" game." .. v:GetFullName() .. " | RemoteEvent")
  4379. print(" game." .. v:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  4380. end end
  4381. else
  4382. print("Off")
  4383. end
  4384. game:GetService("StarterGui"):SetCore("SendNotification", {
  4385. Title = "Printing Remotes";
  4386. Text = "Type ;noremotes to disable.";
  4387. })
  4388. end
  4389. if string.sub(msg, 1, 10) == (prefix.."noremotes") then
  4390. remotes = false
  4391. added = false
  4392. game:GetService("StarterGui"):SetCore("SendNotification", {
  4393. Title = "Printing Remotes Disabled";
  4394. Text = "Type ;remotes to enable.";
  4395. })
  4396. end
  4397. if string.sub(msg, 1, 10) == (prefix.."tpdefault") then
  4398. spin = false
  4399. followed = false
  4400. traill = false
  4401. noclip = false
  4402. annoying = false
  4403. hwalk = false
  4404. cbringing = false
  4405. end
  4406. if string.sub(msg, 1, 8) == (prefix.."stopsit") then
  4407. stopsitting = true
  4408. end
  4409. if string.sub(msg, 1, 6) == (prefix.."gosit") then
  4410. stopsitting = false
  4411. end
  4412. if string.sub(msg, 1, 8) == (prefix.."version") then
  4413. print(adminversion)
  4414. game:GetService("StarterGui"):SetCore("SendNotification", {
  4415. Title = "Version";
  4416. Text = adminversion;
  4417. })
  4418. end
  4419. if string.sub(msg, 1, 8) == (prefix.."clicktp") then
  4420. clickgoto = true
  4421. game:GetService("StarterGui"):SetCore("SendNotification", {
  4422. Title = "Click TP";
  4423. Text = "Press E to teleport to mouse position, ;noclicktp to stop";
  4424. })
  4425. end
  4426. if string.sub(msg, 1, 9) == (prefix.."clickdel") then
  4427. clickdel = true
  4428. game:GetService("StarterGui"):SetCore("SendNotification", {
  4429. Title = "Click Delete";
  4430. Text = "Press E to delete part at mouse, ;noclickdel to stop";
  4431. })
  4432. end
  4433. if string.sub(msg, 1, 11) == (prefix.."noclickdel") then
  4434. clickdel = false
  4435. game:GetService("StarterGui"):SetCore("SendNotification", {
  4436. Title = "Click Delete";
  4437. Text = "Click delete has been disabled.";
  4438. })
  4439. end
  4440. if string.sub(msg, 1, 10) == (prefix.."noclicktp") then
  4441. clickgoto = false
  4442. game:GetService("StarterGui"):SetCore("SendNotification", {
  4443. Title = "Click TP";
  4444. Text = "Click TP has been disabled.";
  4445. })
  4446. end
  4447. if string.sub(msg, 1, 8) == (prefix.."toolson") then
  4448. gettingtools = true
  4449. game:GetService("StarterGui"):SetCore("SendNotification", {
  4450. Title = "Tools Enabled";
  4451. Text = "Automatically colleting tools dropped.";
  4452. })
  4453. end
  4454. if string.sub(msg, 1, 9) == (prefix.."toolsoff") then
  4455. gettingtools = false
  4456. game:GetService("StarterGui"):SetCore("SendNotification", {
  4457. Title = "Tools Disabled";
  4458. Text = "Click TP has been disabled.";
  4459. })
  4460. end
  4461. if string.sub(msg, 1, 10) == (prefix.."delcmdbar") then
  4462. ScreenGui:Destroy()
  4463. end
  4464. if string.sub(msg, 1, 6) == (prefix.."reset") then
  4465. lplayer.Character.Head:Destroy()
  4466. end
  4467. if string.sub(msg, 1, 7) == (prefix.."state ") then
  4468. statechosen = string.sub(msg, 8)
  4469. changingstate = true
  4470. end
  4471. if string.sub(msg, 1, 9) == (prefix.."gravity ") then
  4472. game:GetService("Workspace").Gravity = string.sub(msg, 10)
  4473. end
  4474. if string.sub(msg, 1, 10) == (prefix.."looprhats") then
  4475. removingmeshhats = true
  4476. end
  4477. if string.sub(msg, 1, 12) == (prefix.."unlooprhats") then
  4478. removingmeshhats = false
  4479. end
  4480. if string.sub(msg, 1, 10) == (prefix.."looprtool") then
  4481. removingmeshtool = true
  4482. end
  4483. if string.sub(msg, 1, 12) == (prefix.."unlooprtool") then
  4484. removingmeshtool = false
  4485. end
  4486. if string.sub(msg, 1, 10) == (prefix.."givetool ") then
  4487. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetDescendants()) do
  4488. if v:IsA("Tool") then
  4489. for i,player in pairs(GetPlayer(string.sub(msg, 11))) do
  4490. v.Parent = player.Character
  4491. end
  4492. end
  4493. end
  4494. end
  4495. if string.sub(msg, 1, 14) == (prefix.."givealltools ") then
  4496. for i,v in pairs(game:GetService("Players").LocalPlayer.Backpack:GetDescendants()) do
  4497. if v:IsA("Tool") then
  4498. v.Parent = lplayer.Character
  4499. wait()
  4500. for i,player in pairs(GetPlayer(string.sub(msg, 15))) do
  4501. v.Parent = player.Character
  4502. end
  4503. end
  4504. end
  4505. end
  4506. if string.sub(msg, 1, 5) == (prefix.."age ") then
  4507. for i,player in pairs(GetPlayer(string.sub(msg, 6))) do
  4508. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account Age: "..player.AccountAge.." days!", "All")
  4509. end
  4510. end
  4511. if string.sub(msg, 1, 4) == (prefix.."id ") then
  4512. for i,player in pairs(GetPlayer(string.sub(msg, 5))) do
  4513. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account ID: "..player.UserId, "All")
  4514. end
  4515. end
  4516. if string.sub(msg, 1, 6) == (prefix..".age ") then
  4517. for i,player in pairs(GetPlayer(string.sub(msg, 7))) do
  4518. game:GetService("StarterGui"):SetCore("SendNotification", {
  4519. Title = player.AccountAge.." Days";
  4520. Text = "Account age of "..player.Name;
  4521. })
  4522. end
  4523. end
  4524. if string.sub(msg, 1, 5) == (prefix..".id ") then
  4525. for i,player in pairs(GetPlayer(string.sub(msg, 6))) do
  4526. game:GetService("StarterGui"):SetCore("SendNotification", {
  4527. Title = player.UserId.." ID";
  4528. Text = "Account ID of "..player.Name;
  4529. })
  4530. end
  4531. end
  4532. if string.sub(msg, 1, 7) == (prefix.."gameid") then
  4533. game:GetService("StarterGui"):SetCore("SendNotification", {
  4534. Title = "Game ID";
  4535. Text = "Game ID: ".. game.GameId;
  4536. })
  4537. end
  4538. if string.sub(msg, 1, 4) == (prefix.."pgs") then
  4539. local pgscheck = game:GetService("Workspace"):PGSIsEnabled()
  4540. if pgscheck == true then
  4541. game:GetService("StarterGui"):SetCore("SendNotification", {
  4542. Title = "PGSPhysicsSolverEnabled";
  4543. Text = "PGS is Enabled!";
  4544. })
  4545. else
  4546. game:GetService("StarterGui"):SetCore("SendNotification", {
  4547. Title = "PGSPhysicsSolverEnabled";
  4548. Text = "PGS is Disabled!";
  4549. })
  4550. end
  4551. end
  4552. if string.sub(msg, 1, 12) == (prefix.."removeinvis") then
  4553. for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  4554. if v:IsA("Part") then
  4555. if v.Transparency == 1 then
  4556. if v.Name ~= "HumanoidRootPart" then
  4557. v:Destroy()
  4558. end
  4559. end
  4560. end
  4561. end
  4562. end
  4563. if string.sub(msg, 1, 10) == (prefix.."removefog") then
  4564. game:GetService("Lighting").FogStart = 0
  4565. game:GetService("Lighting").FogEnd = 9999999999999
  4566. end
  4567. if string.sub(msg, 1, 8) == (prefix.."disable") then
  4568. lplayer.Character.Humanoid.Parent = lplayer
  4569. end
  4570. if string.sub(msg, 1, 7) == (prefix.."enable") then
  4571. lplayer.Humanoid.Parent = lplayer.Character
  4572. end
  4573. if string.sub(msg, 1, 8) == (prefix.."prefix ") then
  4574. prefix = (string.sub(msg, 9, 9))
  4575. wait(0.1)
  4576. change()
  4577. wait(0.1)
  4578. game:GetService("StarterGui"):SetCore("SendNotification", {
  4579. Title = "Prefix changed!";
  4580. Text = "Prefix is now "..prefix..". Use ;resetprefix to reset to ;";
  4581. })
  4582. end
  4583. if string.sub(msg, 1, 12) == (";resetprefix") then
  4584. prefix = ";"
  4585. wait(0.1)
  4586. change()
  4587. wait(0.1)
  4588. game:GetService("StarterGui"):SetCore("SendNotification", {
  4589. Title = "Prefix changed!";
  4590. Text = "Prefix is now "..prefix..". Make sure it's one key!";
  4591. })
  4592. end
  4593. if string.sub(msg, 1, 10) == (prefix.."flyspeed ") then
  4594. speedfly = string.sub(msg, 11)
  4595. wait()
  4596. change()
  4597. end
  4598. if string.sub(msg, 1, 8) == (prefix.."carpet ") then
  4599. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  4600. local Anim3 = Instance.new("Animation")
  4601. Anim3.AnimationId = "rbxassetid://282574440"
  4602. local track3 = lplayer.Character.Humanoid:LoadAnimation(Anim3)
  4603. track3:Play(.1, 1, 1)
  4604. bplrr = v.Name
  4605. banpl = true
  4606. end
  4607. end
  4608. if string.sub(msg, 1, 9) == (prefix.."uncarpet") then
  4609. banpl = false
  4610. end
  4611. if string.sub(msg, 1, 7) == (prefix.."stare ") then
  4612. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  4613. staring = true
  4614. stareplr = v
  4615. end
  4616. end
  4617. if string.sub(msg, 1, 8) == (prefix.."unstare") then
  4618. staring = false
  4619. end
  4620. if string.sub(msg, 1, 8) == (prefix.."logchat") then
  4621. chatlogs = true
  4622. game:GetService("StarterGui"):SetCore("SendNotification", {
  4623. Title = "LogChat enabled";
  4624. Text = "Now logging all player chat.";
  4625. })
  4626. end
  4627. if string.sub(msg, 1, 10) == (prefix.."unlogchat") then
  4628. chatlogs = false
  4629. game:GetService("StarterGui"):SetCore("SendNotification", {
  4630. Title = "LogChat disabled";
  4631. Text = "Stopped logging all player chat.";
  4632. })
  4633. end
  4634. if string.sub(msg, 1, 7) == (prefix.."fixcam") then
  4635. game:GetService("Workspace").CurrentCamera:Destroy()
  4636. wait(0.1)
  4637. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
  4638. game:GetService("Workspace").CurrentCamera.CameraType = "Custom"
  4639. lplayer.CameraMinZoomDistance = 0.5
  4640. lplayer.CameraMaxZoomDistance = 400
  4641. lplayer.CameraMode = "Classic"
  4642. end
  4643. if string.sub(msg, 1, 8) == (prefix.."unstate") then
  4644. changingstate = false
  4645. end
  4646. end)
  4647.  
  4648. local function tp()
  4649. for i, player in ipairs(game:GetService("Players"):GetPlayers()) do
  4650. if player.Character and player.Character:FindFirstChild("HumanoidRootPart") then
  4651. if player.Name == brplr then
  4652. player.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame + lplayer.Character.HumanoidRootPart.CFrame.lookVector * 2
  4653. end
  4654. end
  4655. end
  4656. end
  4657. local function tpall()
  4658. for i, player in ipairs(game:GetService("Players"):GetPlayers()) do
  4659. if player.Character and player.Character:FindFirstChild("HumanoidRootPart") then
  4660. player.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame + lplayer.Character.HumanoidRootPart.CFrame.lookVector * 3
  4661. end
  4662. end
  4663. end
  4664. spawn(function()
  4665. while wait(spamdelay) do
  4666. if spamming == true then
  4667. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(spamtext, "All")
  4668. end
  4669. end
  4670. end)
  4671. spawn(function()
  4672. while wait(spamdelay) do
  4673. if spammingpm == true then
  4674. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("/w "..pmspammed.." @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@", "All")
  4675. end
  4676. end
  4677. end)
  4678. spawn(function()
  4679. while wait() do
  4680. if cbring == true then
  4681. tp()
  4682. end
  4683. end
  4684. end)
  4685. spawn(function()
  4686. while wait() do
  4687. if cbringall == true then
  4688. tpall()
  4689. end
  4690. end
  4691. end)
  4692.  
  4693. Mouse.KeyDown:connect(function(Key)
  4694. if Key == prefix then
  4695. CMDBAR:CaptureFocus()
  4696. end
  4697. end)
  4698.  
  4699. CMDBAR.FocusLost:connect(function(enterPressed)
  4700. if enterPressed then
  4701. if string.sub(CMDBAR.Text, 1, 5) == ("kill ") then
  4702. if string.sub(CMDBAR.Text, 6) == "me" then
  4703. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(100000,0,100000)
  4704. else
  4705. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6)))do
  4706. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  4707. lplayer.Character.Humanoid.Name = 1
  4708. local l = lplayer.Character["1"]:Clone()
  4709. l.Parent = lplayer.Character
  4710. l.Name = "Humanoid"
  4711. wait(0.1)
  4712. lplayer.Character["1"]:Destroy()
  4713. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  4714. lplayer.Character.Animate.Disabled = true
  4715. wait(0.1)
  4716. lplayer.Character.Animate.Disabled = false
  4717. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  4718. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  4719. lplayer.Character.Humanoid:EquipTool(v)
  4720. end
  4721. local function tp(player,player2)
  4722. local char1,char2=player.Character,player2.Character
  4723. if char1 and char2 then
  4724. char1:MoveTo(char2.Head.Position)
  4725. end
  4726. end
  4727. wait(0.1)
  4728. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  4729. wait(0.2)
  4730. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  4731. wait(0.5)
  4732. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
  4733. wait(0.7)
  4734. tp(lplayer,game:GetService("Players")[v.Name])
  4735. wait(0.7)
  4736. lplayer.Character.HumanoidRootPart.CFrame = NOW
  4737. game:GetService("StarterGui"):SetCore("SendNotification", {
  4738. Title = "Tools needed!";
  4739. Text = "You need a tool in your backpack for this command!";
  4740. })
  4741. end
  4742. end
  4743. end
  4744. if string.sub(CMDBAR.Text, 1, 6) == ("bring ") then
  4745. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7)))do
  4746. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  4747. lplayer.Character.Humanoid.Name = 1
  4748. local l = lplayer.Character["1"]:Clone()
  4749. l.Parent = lplayer.Character
  4750. l.Name = "Humanoid"
  4751. wait(0.1)
  4752. lplayer.Character["1"]:Destroy()
  4753. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  4754. lplayer.Character.Animate.Disabled = true
  4755. wait(0.1)
  4756. lplayer.Character.Animate.Disabled = false
  4757. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  4758. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  4759. lplayer.Character.Humanoid:EquipTool(v)
  4760. end
  4761. local function tp(player,player2)
  4762. local char1,char2=player.Character,player2.Character
  4763. if char1 and char2 then
  4764. char1.HumanoidRootPart.CFrame = char2.HumanoidRootPart.CFrame
  4765. end
  4766. end
  4767. local function getout(player,player2)
  4768. local char1,char2=player.Character,player2.Character
  4769. if char1 and char2 then
  4770. char1:MoveTo(char2.Head.Position)
  4771. end
  4772. end
  4773. tp(game:GetService("Players")[v.Name], lplayer)
  4774. wait(0.2)
  4775. tp(game:GetService("Players")[v.Name], lplayer)
  4776. wait(0.5)
  4777. lplayer.Character.HumanoidRootPart.CFrame = NOW
  4778. wait(0.5)
  4779. getout(lplayer, game:GetService("Players")[v.Name])
  4780. wait(0.3)
  4781. lplayer.Character.HumanoidRootPart.CFrame = NOW
  4782. game:GetService("StarterGui"):SetCore("SendNotification", {
  4783. Title = "Tools needed!";
  4784. Text = "You need a tool in your backpack for this command!";
  4785. })
  4786. end
  4787. end
  4788. if string.sub(CMDBAR.Text, 1, 5) == ("spin ") then
  4789. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  4790. lplayer.Character.Humanoid.Name = 1
  4791. local l = lplayer.Character["1"]:Clone()
  4792. l.Parent = lplayer.Character
  4793. l.Name = "Humanoid"
  4794. wait(0.1)
  4795. lplayer.Character["1"]:Destroy()
  4796. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  4797. lplayer.Character.Animate.Disabled = true
  4798. wait(0.1)
  4799. lplayer.Character.Animate.Disabled = false
  4800. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  4801. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  4802. lplayer.Character.Humanoid:EquipTool(v)
  4803. end
  4804. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  4805. spinplr = v
  4806. wait(0.5)
  4807. spin = true
  4808. game:GetService("StarterGui"):SetCore("SendNotification", {
  4809. Title = "Tools needed!";
  4810. Text = "You need a tool in your backpack for this command!";
  4811. })
  4812. end
  4813. end
  4814. if string.sub(CMDBAR.Text, 1, 6) == ("unspin") then
  4815. spin = false
  4816. end
  4817. if string.sub(CMDBAR.Text, 1, 7) == ("attach ") then
  4818. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  4819. lplayer.Character.Humanoid.Name = 1
  4820. local l = lplayer.Character["1"]:Clone()
  4821. l.Parent = lplayer.Character
  4822. l.Name = "Humanoid"
  4823. wait(0.1)
  4824. lplayer.Character["1"]:Destroy()
  4825. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  4826. lplayer.Character.Animate.Disabled = true
  4827. wait(0.1)
  4828. lplayer.Character.Animate.Disabled = false
  4829. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  4830. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  4831. lplayer.Character.Humanoid:EquipTool(v)
  4832. end
  4833. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  4834. wait(0.3)
  4835. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  4836. attplr = v
  4837. game:GetService("StarterGui"):SetCore("SendNotification", {
  4838. Title = "Tools needed!";
  4839. Text = "You need a tool in your backpack for this command!";
  4840. })
  4841. end
  4842. end
  4843. if string.sub(CMDBAR.Text, 1, 9) == ("unattach ") then
  4844. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
  4845. local function getout(player,player2)
  4846. local char1,char2=player.Character,player2.Character
  4847. if char1 and char2 then
  4848. char1:MoveTo(char2.Head.Position)
  4849. end
  4850. end
  4851. getout(lplayer, game:GetService("Players")[v.Name])
  4852. end
  4853. end
  4854. if string.sub(CMDBAR.Text, 1, 7) == ("follow ") then
  4855. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  4856. followed = true
  4857. flwplr = v
  4858. end
  4859. end
  4860. if string.sub(CMDBAR.Text, 1, 8) == ("unfollow") then
  4861. followed = false
  4862. end
  4863. if string.sub(CMDBAR.Text, 1, 9) == ("freefall ") then
  4864. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
  4865. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  4866. lplayer.Character.Humanoid.Name = 1
  4867. local l = lplayer.Character["1"]:Clone()
  4868. l.Parent = lplayer.Character
  4869. l.Name = "Humanoid"
  4870. wait(0.1)
  4871. lplayer.Character["1"]:Destroy()
  4872. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  4873. lplayer.Character.Animate.Disabled = true
  4874. wait(0.1)
  4875. lplayer.Character.Animate.Disabled = false
  4876. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  4877. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  4878. lplayer.Character.Humanoid:EquipTool(v)
  4879. end
  4880. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  4881. wait(0.2)
  4882. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  4883. wait(0.6)
  4884. lplayer.Character.HumanoidRootPart.CFrame = NOW
  4885. wait(0.6)
  4886. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,50000,0)
  4887. game:GetService("StarterGui"):SetCore("SendNotification", {
  4888. Title = "Tools needed!";
  4889. Text = "You need a tool in your backpack for this command!";
  4890. })
  4891. end
  4892. end
  4893. if string.sub(CMDBAR.Text, 1, 6) == ("trail ") then
  4894. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  4895. traill = true
  4896. trlplr = v
  4897. end
  4898. end
  4899. if string.sub(CMDBAR.Text, 1, 7) == ("untrail") then
  4900. traill = false
  4901. end
  4902. if string.sub(CMDBAR.Text, 1, 6) == ("orbit ") then
  4903. if string.sub(CMDBAR.Text, 7) == "all" or string.sub(CMDBAR.Text, 7) == "others" or string.sub(CMDBAR.Text, 7) == "me" then
  4904. lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  4905. else
  4906. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  4907. local o = Instance.new("RocketPropulsion")
  4908. o.Parent = lplayer.Character.HumanoidRootPart
  4909. o.Name = "Orbit"
  4910. o.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
  4911. o:Fire()
  4912. noclip = true
  4913. end
  4914. end
  4915. end
  4916. if string.sub(CMDBAR.Text, 1, 7) == ("unorbit") then
  4917. lplayer.Character.HumanoidRootPart.Orbit:Destroy()
  4918. noclip = false
  4919. end
  4920. if string.sub(CMDBAR.Text, 1, 6) == ("fling ") then
  4921. if string.sub(CMDBAR.Text, 7) == "all" or string.sub(CMDBAR.Text, 7) == "others" or string.sub(CMDBAR.Text, 7) == "me" then
  4922. lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  4923. else
  4924. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  4925. local y = Instance.new("RocketPropulsion")
  4926. y.Parent = lplayer.Character.HumanoidRootPart
  4927. y.CartoonFactor = 1
  4928. y.MaxThrust = 800000
  4929. y.MaxSpeed = 1000
  4930. y.ThrustP = 200000
  4931. y.Name = "Fling"
  4932. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  4933. y.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
  4934. y:Fire()
  4935. noclip = true
  4936. end
  4937. end
  4938. end
  4939. if string.sub(CMDBAR.Text, 1, 7) == ("unfling") then
  4940. noclip = false
  4941. lplayer.Character.HumanoidRootPart.Fling:Destroy()
  4942. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
  4943. wait(0.4)
  4944. lplayer.Character.HumanoidRootPart.Fling:Destroy()
  4945. end
  4946. if string.sub(CMDBAR.Text, 1, 7) == ("fecheck") then
  4947. if game:GetService("Workspace").FilteringEnabled == true then
  4948. warn("FE is Enabled (Filtering Enabled)")
  4949. game:GetService("StarterGui"):SetCore("SendNotification", {
  4950. Title = "FE is Enabled";
  4951. Text = "Filtering Enabled. Enjoy using Reviz Admin!";
  4952. })
  4953. else
  4954. warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
  4955. game:GetService("StarterGui"):SetCore("SendNotification", {
  4956. Title = "FE is Disabled";
  4957. Text = "Filtering Disabled. Consider using a different admin script.";
  4958. })
  4959. end
  4960. end
  4961. if string.sub(CMDBAR.Text, 1, 5) == ("void ") then
  4962. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  4963. lplayer.Character.Humanoid.Name = 1
  4964. local l = lplayer.Character["1"]:Clone()
  4965. l.Parent = lplayer.Character
  4966. l.Name = "Humanoid"
  4967. wait(0.1)
  4968. lplayer.Character["1"]:Destroy()
  4969. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  4970. lplayer.Character.Animate.Disabled = true
  4971. wait(0.1)
  4972. lplayer.Character.Animate.Disabled = false
  4973. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  4974. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  4975. lplayer.Character.Humanoid:EquipTool(v)
  4976. end
  4977. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  4978. wait(0.2)
  4979. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  4980. wait(0.6)
  4981. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(999999999999999,0,999999999999999)
  4982. game:GetService("StarterGui"):SetCore("SendNotification", {
  4983. Title = "Tools needed!";
  4984. Text = "You need a tool in your backpack for this command!";
  4985. })
  4986. end
  4987. end
  4988. if string.sub(CMDBAR.Text, 1, 6) == ("noclip") then
  4989. noclip = true
  4990. game:GetService("StarterGui"):SetCore("SendNotification", {
  4991. Title = "Noclip enabled";
  4992. Text = "Type ;clip to disable";
  4993. })
  4994. end
  4995. if string.sub(CMDBAR.Text, 1, 4) == ("clip") then
  4996. noclip = false
  4997. game:GetService("StarterGui"):SetCore("SendNotification", {
  4998. Title = "Noclip disabled";
  4999. Text = "Type ;noclip to enable";
  5000. })
  5001. end
  5002. if string.sub(CMDBAR.Text, 1, 6) == ("speed ") then
  5003. lplayer.Character.Humanoid.WalkSpeed = (string.sub(CMDBAR.Text, 7))
  5004. end
  5005. if string.sub(CMDBAR.Text, 1, 3) == ("ws ") then
  5006. lplayer.Character.Humanoid.WalkSpeed = (string.sub(CMDBAR.Text, 4))
  5007. end
  5008. if string.sub(CMDBAR.Text, 1, 10) == ("hipheight ") then
  5009. lplayer.Character.Humanoid.HipHeight = (string.sub(CMDBAR.Text, 11))
  5010. end
  5011. if string.sub(CMDBAR.Text, 1, 3) == ("hh ") then
  5012. lplayer.Character.Humanoid.HipHeight = (string.sub(CMDBAR.Text, 4))
  5013. end
  5014. if string.sub(CMDBAR.Text, 1, 10) == ("jumppower ") then
  5015. lplayer.Character.Humanoid.JumpPower = (string.sub(CMDBAR.Text, 11))
  5016. end
  5017. if string.sub(CMDBAR.Text, 1, 3) == ("jp ") then
  5018. lplayer.Character.Humanoid.JumpPower = (string.sub(CMDBAR.Text, 4))
  5019. end
  5020. if string.sub(CMDBAR.Text, 1, 7) == ("default") then
  5021. lplayer.Character.Humanoid.JumpPower = 50
  5022. lplayer.Character.Humanoid.WalkSpeed = 16
  5023. lplayer.Character.Humanoid.HipHeight = 0
  5024. end
  5025. if string.sub(CMDBAR.Text, 1, 6) == ("annoy ") then
  5026. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  5027. annoying = true
  5028. annplr = v
  5029. end
  5030. end
  5031. if string.sub(CMDBAR.Text, 1, 7) == ("unannoy") then
  5032. annoying = false
  5033. end
  5034. if string.sub(CMDBAR.Text, 1, 9) == ("headwalk ") then
  5035. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
  5036. hwalk = true
  5037. hdwplr = v
  5038. end
  5039. end
  5040. if string.sub(CMDBAR.Text, 1, 10) == ("unheadwalk") then
  5041. hwalk = false
  5042. end
  5043. if string.sub(CMDBAR.Text, 1, 7) == ("nolimbs") then
  5044. lplayer.Character["Left Leg"]:Destroy()
  5045. lplayer.Character["Left Arm"]:Destroy()
  5046. lplayer.Character["Right Leg"]:Destroy()
  5047. lplayer.Character["Right Arm"]:Destroy()
  5048. end
  5049. if string.sub(CMDBAR.Text, 1, 3) == ("god") then
  5050. lplayer.Character.Humanoid.Name = 1
  5051. local l = lplayer.Character["1"]:Clone()
  5052. l.Parent = lplayer.Character
  5053. l.Name = "Humanoid"
  5054. wait(0.1)
  5055. lplayer.Character["1"]:Destroy()
  5056. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  5057. lplayer.Character.Animate.Disabled = true
  5058. wait(0.1)
  5059. lplayer.Character.Animate.Disabled = false
  5060. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  5061. game:GetService("StarterGui"):SetCore("SendNotification", {
  5062. Title = "FE Godmode enabled";
  5063. Text = "Use ;grespawn or ;respawn to remove.";
  5064. })
  5065. end
  5066. if string.sub(CMDBAR.Text, 1, 8) == ("drophats") then
  5067. for i,v in pairs(lplayer.Character:GetChildren()) do
  5068. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  5069. v.Parent = workspace
  5070. end
  5071. end
  5072. end
  5073. if string.sub(CMDBAR.Text, 1, 8) == ("droptool") then
  5074. for i,v in pairs(lplayer.Character:GetChildren()) do
  5075. if (v:IsA("Tool")) then
  5076. v.Parent = workspace
  5077. end
  5078. end
  5079. end
  5080. if string.sub(CMDBAR.Text, 1, 9) == ("loopdhats") then
  5081. droppinghats = true
  5082. game:GetService("StarterGui"):SetCore("SendNotification", {
  5083. Title = "Loop Drop Enabled";
  5084. Text = "Type ;unloopdhats to disable";
  5085. })
  5086. end
  5087. if string.sub(CMDBAR.Text, 1, 11) == ("unloopdhats") then
  5088. droppinghats = false
  5089. game:GetService("StarterGui"):SetCore("SendNotification", {
  5090. Title = "Loop Drop Disabled";
  5091. Text = "Type ;loopdhats to enable.";
  5092. })
  5093. end
  5094. if string.sub(CMDBAR.Text, 1, 9) == ("loopdtool") then
  5095. droppingtools = true
  5096. game:GetService("StarterGui"):SetCore("SendNotification", {
  5097. Title = "Loop Drop Enabled";
  5098. Text = "Type ;unloopdtool to disable";
  5099. })
  5100. end
  5101. if string.sub(CMDBAR.Text, 1, 11) == ("unloopdtool") then
  5102. droppingtools = false
  5103. game:GetService("StarterGui"):SetCore("SendNotification", {
  5104. Title = "Loop Drop Disabled";
  5105. Text = "Type ;loopdtool to enable.";
  5106. })
  5107. end
  5108. if string.sub(CMDBAR.Text, 1, 9) == ("invisible") then -- Credit to Timeless
  5109. Local = game:GetService('Players').LocalPlayer
  5110. Char = Local.Character
  5111. touched,tpdback = false, false
  5112. box = Instance.new('Part',workspace)
  5113. box.Anchored = true
  5114. box.CanCollide = true
  5115. box.Size = Vector3.new(10,1,10)
  5116. box.Position = Vector3.new(0,10000,0)
  5117. box.Touched:connect(function(part)
  5118. if (part.Parent.Name == Local.Name) then
  5119. if touched == false then
  5120. touched = true
  5121. function apply()
  5122. if script.Disabled ~= true then
  5123. no = Char.HumanoidRootPart:Clone()
  5124. wait(.25)
  5125. Char.HumanoidRootPart:Destroy()
  5126. no.Parent = Char
  5127. Char:MoveTo(loc)
  5128. touched = false
  5129. end end
  5130. if Char then
  5131. apply()
  5132. end
  5133. end
  5134. end
  5135. end)
  5136. repeat wait() until Char
  5137. loc = Char.HumanoidRootPart.Position
  5138. Char:MoveTo(box.Position + Vector3.new(0,.5,0))
  5139. game:GetService("StarterGui"):SetCore("SendNotification", {
  5140. Title = "Invisibility enabled!";
  5141. Text = "Reset or use ;respawn to remove.";
  5142. })
  5143. end
  5144. if string.sub(CMDBAR.Text, 1, 5) == ("view ") then
  5145. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  5146. if game:GetService("Players")[v.Name].Character.Humanoid then
  5147. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Humanoid
  5148. else
  5149. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  5150. end
  5151. end
  5152. end
  5153. if string.sub(CMDBAR.Text, 1, 6) == ("unview") then
  5154. if lplayer.Character.Humanoid then
  5155. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
  5156. else
  5157. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
  5158. end
  5159. end
  5160. if string.sub(CMDBAR.Text, 1, 5) == ("goto ") then
  5161. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  5162. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  5163. end
  5164. end
  5165. if string.sub(CMDBAR.Text, 1, 3) == ("fly") then
  5166. repeat wait() until lplayer and lplayer.Character and lplayer.Character:FindFirstChild('HumanoidRootPart') and lplayer.Character:FindFirstChild('Humanoid')
  5167. repeat wait() until Mouse
  5168.  
  5169. local T = lplayer.Character.HumanoidRootPart
  5170. local CONTROL = {F = 0, B = 0, L = 0, R = 0}
  5171. local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  5172. local SPEED = speedget
  5173.  
  5174. local function fly()
  5175. flying = true
  5176. local BG = Instance.new('BodyGyro', T)
  5177. local BV = Instance.new('BodyVelocity', T)
  5178. BG.P = 9e4
  5179. BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  5180. BG.cframe = T.CFrame
  5181. BV.velocity = Vector3.new(0, 0.1, 0)
  5182. BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
  5183. spawn(function()
  5184. repeat wait()
  5185. lplayer.Character.Humanoid.PlatformStand = true
  5186. if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
  5187. SPEED = 50
  5188. elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
  5189. SPEED = 0
  5190. end
  5191. if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
  5192. 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
  5193. lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
  5194. elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
  5195. 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
  5196. else
  5197. BV.velocity = Vector3.new(0, 0.1, 0)
  5198. end
  5199. BG.cframe = workspace.CurrentCamera.CoordinateFrame
  5200. until not flying
  5201. CONTROL = {F = 0, B = 0, L = 0, R = 0}
  5202. lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  5203. SPEED = 0
  5204. BG:destroy()
  5205. BV:destroy()
  5206. lplayer.Character.Humanoid.PlatformStand = false
  5207. end)
  5208. end
  5209. Mouse.KeyDown:connect(function(KEY)
  5210. if KEY:lower() == 'w' then
  5211. CONTROL.F = speedfly
  5212. elseif KEY:lower() == 's' then
  5213. CONTROL.B = -speedfly
  5214. elseif KEY:lower() == 'a' then
  5215. CONTROL.L = -speedfly
  5216. elseif KEY:lower() == 'd' then
  5217. CONTROL.R = speedfly
  5218. end
  5219. end)
  5220. Mouse.KeyUp:connect(function(KEY)
  5221. if KEY:lower() == 'w' then
  5222. CONTROL.F = 0
  5223. elseif KEY:lower() == 's' then
  5224. CONTROL.B = 0
  5225. elseif KEY:lower() == 'a' then
  5226. CONTROL.L = 0
  5227. elseif KEY:lower() == 'd' then
  5228. CONTROL.R = 0
  5229. end
  5230. end)
  5231. fly()
  5232. end
  5233. if string.sub(CMDBAR.Text, 1, 5) == ("unfly") then
  5234. flying = false
  5235. lplayer.Character.Humanoid.PlatformStand = false
  5236. end
  5237. if string.sub(CMDBAR.Text, 1, 5) == ("chat ") then
  5238. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer((string.sub(CMDBAR.Text, 6)), "All")
  5239. end
  5240. if string.sub(CMDBAR.Text, 1, 5) == ("spam ") then
  5241. spamtext = (string.sub(CMDBAR.Text, 6))
  5242. spamming = true
  5243. end
  5244. if string.sub(CMDBAR.Text, 1, 6) == ("unspam") then
  5245. spamming = false
  5246. end
  5247. if string.sub(CMDBAR.Text, 1, 9) == ("spamwait ") then
  5248. spamdelay = (string.sub(CMDBAR.Text, 10))
  5249. end
  5250. if string.sub(CMDBAR.Text, 1, 7) == ("pmspam ") then
  5251. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  5252. pmspammed = v.Name
  5253. spammingpm = true
  5254. end
  5255. end
  5256. if string.sub(CMDBAR.Text, 1, 8) == ("unpmspam") then
  5257. spammingpm = false
  5258. end
  5259. if string.sub(CMDBAR.Text, 1, 8) == ("cfreeze ") then
  5260. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 9))) do
  5261. v.Character["Left Leg"].Anchored = true
  5262. v.Character["Left Arm"].Anchored = true
  5263. v.Character["Right Leg"].Anchored = true
  5264. v.Character["Right Arm"].Anchored = true
  5265. v.Character.Torso.Anchored = true
  5266. v.Character.Head.Anchored = true
  5267. end
  5268. end
  5269. if string.sub(CMDBAR.Text, 1, 10) == ("uncfreeze ") then
  5270. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 11))) do
  5271. v.Character["Left Leg"].Anchored = false
  5272. v.Character["Left Arm"].Anchored = false
  5273. v.Character["Right Leg"].Anchored = false
  5274. v.Character["Right Arm"].Anchored = false
  5275. v.Character.Torso.Anchored = false
  5276. v.Character.Head.Anchored = false
  5277. end
  5278. end
  5279. if string.sub(CMDBAR.Text, 1, 8) == ("unlockws") then
  5280. local a = game:GetService("Workspace"):getChildren()
  5281. for i = 1, #a do
  5282. if a[i].className == "Part" then
  5283. a[i].Locked = false
  5284. elseif a[i].className == "Model" then
  5285. local r = a[i]:getChildren()
  5286. for i = 1, #r do
  5287. if r[i].className == "Part" then
  5288. r[i].Locked = false
  5289. end
  5290. end
  5291. end
  5292. end
  5293. game:GetService("StarterGui"):SetCore("SendNotification", {
  5294. Title = "Success!";
  5295. Text = "Workspace unlocked. Use ;lockws to lock.";
  5296. })
  5297. end
  5298. if string.sub(CMDBAR.Text, 1, 6) == ("lockws") then
  5299. local a = game:GetService("Workspace"):getChildren()
  5300. for i = 1, #a do
  5301. if a[i].className == "Part" then
  5302. a[i].Locked = true
  5303. elseif a[i].className == "Model" then
  5304. local r = a[i]:getChildren()
  5305. for i = 1, #r do
  5306. if r[i].className == "Part" then
  5307. r[i].Locked = true
  5308. end
  5309. end
  5310. end
  5311. end
  5312. end
  5313. if string.sub(CMDBAR.Text, 1, 6) == ("btools") then
  5314. local Clone_T = Instance.new("HopperBin",lplayer.Backpack)
  5315. Clone_T.BinType = "Clone"
  5316. local Destruct = Instance.new("HopperBin",lplayer.Backpack)
  5317. Destruct.BinType = "Hammer"
  5318. local Hold_T = Instance.new("HopperBin",lplayer.Backpack)
  5319. Hold_T.BinType = "Grab"
  5320. end
  5321. if string.sub(CMDBAR.Text, 1, 6) == ("pstand") then
  5322. lplayer.Character.Humanoid.PlatformStand = true
  5323. end
  5324. if string.sub(CMDBAR.Text, 1, 8) == ("unpstand") then
  5325. lplayer.Character.Humanoid.PlatformStand = false
  5326. end
  5327. if string.sub(CMDBAR.Text, 1, 9) == ("blockhead") then
  5328. lplayer.Character.Head.Mesh:Destroy()
  5329. end
  5330. if string.sub(CMDBAR.Text, 1, 3) == ("sit") then
  5331. lplayer.Character.Humanoid.Sit = true
  5332. end
  5333. if string.sub(CMDBAR.Text, 1, 9) == ("bringobj ") then
  5334. local function bringobjw()
  5335. for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
  5336. if obj.Name == (string.sub(CMDBAR.Text, 10)) then
  5337. obj.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  5338. obj.CanCollide = false
  5339. obj.Transparency = 0.7
  5340. wait()
  5341. obj.CFrame = lplayer.Character["Left Leg"].CFrame
  5342. wait()
  5343. obj.CFrame = lplayer.Character["Right Leg"].CFrame
  5344. wait()
  5345. obj.CFrame = lplayer.Character["Head"].CFrame
  5346. end
  5347. end
  5348. end
  5349. while wait() do
  5350. bringobjw()
  5351. end
  5352. game:GetService("StarterGui"):SetCore("SendNotification", {
  5353. Title = "BringObj";
  5354. Text = "BringObj enabled.";
  5355. })
  5356. end
  5357. if string.sub(CMDBAR.Text, 1, 6) == ("wsvis ") then
  5358. vis = (string.sub(CMDBAR.Text, 7))
  5359. local a = game:GetService("Workspace"):GetDescendants()
  5360. for i = 1, #a do
  5361. if a[i].className == "Part" then
  5362. a[i].Transparency = vis
  5363. elseif a[i].className == "Model" then
  5364. local r = a[i]:getChildren()
  5365. for i = 1, #r do
  5366. if r[i].className == "Part" then
  5367. r[i].Transparency = vis
  5368. end
  5369. end
  5370. end
  5371. end
  5372. end
  5373. if string.sub(CMDBAR.Text, 1, 10) == ("hypertotal") then
  5374. loadstring(game:GetObjects("rbxassetid://1255063809")[1].Source)()
  5375. game:GetService("StarterGui"):SetCore("SendNotification", {
  5376. Title = "Success!";
  5377. Text = "HyperTotal GUI Loaded!";
  5378. })
  5379. end
  5380. if string.sub(CMDBAR.Text, 1, 4) == ("cmds") then
  5381. CMDSFRAME.Visible = true
  5382. end
  5383. if string.sub(CMDBAR.Text, 1, 9) == ("rmeshhats") then
  5384. for i,v in pairs(lplayer.Character:GetChildren()) do
  5385. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  5386. v.Handle.Mesh:Destroy()
  5387. end
  5388. end
  5389. end
  5390. if string.sub(CMDBAR.Text, 1, 9) == ("blockhats") then
  5391. for i,v in pairs(lplayer.Character:GetChildren()) do
  5392. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  5393. v.Handle.Mesh:Destroy()
  5394. end
  5395. end
  5396. end
  5397. if string.sub(CMDBAR.Text, 1, 9) == ("rmeshtool") then
  5398. for i,v in pairs(lplayer.Character:GetChildren()) do
  5399. if (v:IsA("Tool")) then
  5400. v.Handle.Mesh:Destroy()
  5401. end
  5402. end
  5403. end
  5404. if string.sub(CMDBAR.Text, 1, 9) == ("blocktool") then
  5405. for i,v in pairs(lplayer.Character:GetChildren()) do
  5406. if (v:IsA("Tool")) then
  5407. v.Handle.Mesh:Destroy()
  5408. end
  5409. end
  5410. end
  5411. if string.sub(CMDBAR.Text, 1, 7) == ("spinner") then
  5412. local p = Instance.new("RocketPropulsion")
  5413. p.Parent = lplayer.Character.HumanoidRootPart
  5414. p.Name = "Spinner"
  5415. p.Target = lplayer.Character["Left Arm"]
  5416. p:Fire()
  5417. game:GetService("StarterGui"):SetCore("SendNotification", {
  5418. Title = "Spinner enabled";
  5419. Text = "Type ;nospinner to disable.";
  5420. })
  5421. end
  5422. if string.sub(CMDBAR.Text, 1, 9) == ("nospinner") then
  5423. lplayer.Character.HumanoidRootPart.Spinner:Destroy()
  5424. end
  5425. if string.sub(CMDBAR.Text, 1, 6) == ("reachd") then
  5426. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  5427. if v:isA("Tool") then
  5428. local a = Instance.new("SelectionBox",v.Handle)
  5429. a.Adornee = v.Handle
  5430. v.Handle.Size = Vector3.new(0.5,0.5,60)
  5431. v.GripPos = Vector3.new(0,0,0)
  5432. lplayer.Character.Humanoid:UnequipTools()
  5433. end
  5434. end
  5435. game:GetService("StarterGui"):SetCore("SendNotification", {
  5436. Title = "Reach applied!";
  5437. Text = "Applied to equipped sword. Use ;noreach to disable.";
  5438. })
  5439. end
  5440. if string.sub(CMDBAR.Text, 1, 6) == ("reach ") then
  5441. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  5442. if v:isA("Tool") then
  5443. local a = Instance.new("SelectionBox",v.Handle)
  5444. a.Name = "Reach"
  5445. a.Adornee = v.Handle
  5446. v.Handle.Size = Vector3.new(0.5,0.5,(string.sub(CMDBAR.Text, 7)))
  5447. v.GripPos = Vector3.new(0,0,0)
  5448. lplayer.Character.Humanoid:UnequipTools()
  5449. end
  5450. end
  5451. game:GetService("StarterGui"):SetCore("SendNotification", {
  5452. Title = "Reach applied!";
  5453. Text = "Applied to equipped sword. Use ;noreach to disable.";
  5454. })
  5455. end
  5456. if string.sub(CMDBAR.Text, 1, 7) == ("noreach") then
  5457. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  5458. if v:isA("Tool") then
  5459. v.Handle.Reach:Destroy()
  5460. end
  5461. end
  5462. game:GetService("StarterGui"):SetCore("SendNotification", {
  5463. Title = "Reach removed!";
  5464. Text = "Removed reach from equipped sword.";
  5465. })
  5466. end
  5467. if string.sub(CMDBAR.Text, 1, 6) == ("rkill ") then
  5468. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7)))do
  5469. lplayer.Character.Humanoid.Name = 1
  5470. local l = lplayer.Character["1"]:Clone()
  5471. l.Parent = lplayer.Character
  5472. l.Name = "Humanoid"
  5473. wait(0.1)
  5474. lplayer.Character["1"]:Destroy()
  5475. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  5476. lplayer.Character.Animate.Disabled = true
  5477. wait(0.1)
  5478. lplayer.Character.Animate.Disabled = false
  5479. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  5480. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  5481. lplayer.Character.Humanoid:EquipTool(v)
  5482. end
  5483. wait(0.1)
  5484. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  5485. wait(0.2)
  5486. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  5487. wait(0.5)
  5488. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
  5489. game:GetService("StarterGui"):SetCore("SendNotification", {
  5490. Title = "Tools needed!";
  5491. Text = "You need a tool in your backpack for this command!";
  5492. })
  5493. end
  5494. end
  5495. if string.sub(CMDBAR.Text, 1, 6) == ("tp me ") then
  5496. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  5497. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  5498. end
  5499. end
  5500. if string.sub(CMDBAR.Text, 1, 7) == ("cbring ") then
  5501. if (string.sub(CMDBAR.Text, 8)) == "all" or (string.sub(CMDBAR.Text, 8)) == "All" or (string.sub(CMDBAR.Text, 8)) == "ALL" then
  5502. cbringall = true
  5503. else
  5504. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  5505. brplr = v.Name
  5506. end
  5507. end
  5508. cbring = true
  5509. end
  5510. if string.sub(CMDBAR.Text, 1, 8) == ("uncbring") then
  5511. cbring = false
  5512. cbringall = false
  5513. end
  5514. if string.sub(CMDBAR.Text, 1, 5) == ("swap ") then
  5515. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  5516. local NOWPLR = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  5517. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  5518. lplayer.Character.Humanoid.Name = 1
  5519. local l = lplayer.Character["1"]:Clone()
  5520. l.Parent = lplayer.Character
  5521. l.Name = "Humanoid"
  5522. wait(0.1)
  5523. lplayer.Character["1"]:Destroy()
  5524. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  5525. lplayer.Character.Animate.Disabled = true
  5526. wait(0.1)
  5527. lplayer.Character.Animate.Disabled = false
  5528. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  5529. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  5530. lplayer.Character.Humanoid:EquipTool(v)
  5531. end
  5532. local function tp(player,player2)
  5533. local char1,char2=player.Character,player2.Character
  5534. if char1 and char2 then
  5535. char1:MoveTo(char2.Head.Position)
  5536. end
  5537. end
  5538. wait(0.1)
  5539. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  5540. wait(0.2)
  5541. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  5542. wait(0.5)
  5543. lplayer.Character.HumanoidRootPart.CFrame = NOW
  5544. wait(0.6)
  5545. tp(lplayer, game:GetService("Players")[v.Name])
  5546. wait(0.4)
  5547. lplayer.Character.HumanoidRootPart.CFrame = NOWPLR
  5548. game:GetService("StarterGui"):SetCore("SendNotification", {
  5549. Title = "Tools needed!";
  5550. Text = "You need a tool in your backpack for this command!";
  5551. })
  5552. end
  5553. end
  5554. if string.sub(CMDBAR.Text, 1, 7) == ("glitch ") then
  5555. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  5556. lplayer.Character.Humanoid.Name = 1
  5557. local l = lplayer.Character["1"]:Clone()
  5558. l.Parent = lplayer.Character
  5559. l.Name = "Humanoid"
  5560. wait(0.1)
  5561. lplayer.Character["1"]:Destroy()
  5562. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  5563. lplayer.Character.Animate.Disabled = true
  5564. wait(0.1)
  5565. lplayer.Character.Animate.Disabled = false
  5566. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  5567. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  5568. lplayer.Character.Humanoid:EquipTool(v)
  5569. end
  5570. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  5571. wait(0.3)
  5572. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  5573. wait(0.4)
  5574. b = Instance.new("BodyForce")
  5575. b.Parent = lplayer.Character.HumanoidRootPart
  5576. b.Name = "Glitch"
  5577. b.Force = Vector3.new(100000000,5000,0)
  5578. game:GetService("StarterGui"):SetCore("SendNotification", {
  5579. Title = "Tools needed!";
  5580. Text = "You need a tool in your backpack for this command!";
  5581. })
  5582. end
  5583. end
  5584. if string.sub(CMDBAR.Text, 1, 8) == ("unglitch") then
  5585. lplayer.Character.HumanoidRootPart.Glitch:Destroy()
  5586. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(10000,0,10000)
  5587. b = Instance.new("BodyForce")
  5588. b.Parent = lplayer.Character.HumanoidRootPart
  5589. b.Name = "unGlitch"
  5590. b.Force = Vector3.new(0,-5000000,0)
  5591. wait(2)
  5592. lplayer.Character.HumanoidRootPart.unGlitch:Destroy()
  5593. end
  5594. if string.sub(CMDBAR.Text, 1, 8) == ("grespawn") then
  5595. lplayer.Character.Humanoid.Health = 0
  5596. wait(1)
  5597. lplayer.Character.Head.CFrame = CFrame.new(1000000,0,1000000)
  5598. lplayer.Character.Torso.CFrame = CFrame.new(1000000,0,1000000)
  5599. end
  5600. if string.sub(CMDBAR.Text, 1, 8) == ("explorer") then
  5601. loadstring(game:GetObjects("rbxassetid://492005721")[1].Source)()
  5602. game:GetService("StarterGui"):SetCore("SendNotification", {
  5603. Title = "Success!";
  5604. Text = "DEX Explorer has loaded.";
  5605. })
  5606. end
  5607. if string.sub(CMDBAR.Text, 1, 5) == ("anim ") then
  5608. local Anim = Instance.new("Animation")
  5609. Anim.AnimationId = "rbxassetid://"..(string.sub(CMDBAR.Text, 6))
  5610. local track = lplayer.Character.Humanoid:LoadAnimation(Anim)
  5611. track:Play(.1, 1, 1)
  5612. end
  5613. if string.sub(CMDBAR.Text, 1, 7) == ("animgui") then
  5614. loadstring(game:GetObjects("rbxassetid://1202558084")[1].Source)()
  5615. game:GetService("StarterGui"):SetCore("SendNotification", {
  5616. Title = "Success!";
  5617. Text = "Energize Animations GUI has loaded.";
  5618. })
  5619. end
  5620. if string.sub(CMDBAR.Text, 1, 7) == ("savepos") then
  5621. saved = lplayer.Character.HumanoidRootPart.CFrame
  5622. game:GetService("StarterGui"):SetCore("SendNotification", {
  5623. Title = "Position Saved";
  5624. Text = "Use ;loadpos to return to saved position.";
  5625. })
  5626. end
  5627. if string.sub(CMDBAR.Text, 1, 7) == ("loadpos") then
  5628. lplayer.Character.HumanoidRootPart.CFrame = saved
  5629. end
  5630. if string.sub(CMDBAR.Text, 1, 5) == ("bang ") then
  5631. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  5632. local Anim2 = Instance.new("Animation")
  5633. Anim2.AnimationId = "rbxassetid://148840371"
  5634. local track2 = lplayer.Character.Humanoid:LoadAnimation(Anim2)
  5635. track2:Play(.1, 1, 1)
  5636. bplrr = v.Name
  5637. banpl = true
  5638. end
  5639. end
  5640. if string.sub(CMDBAR.Text, 1, 6) == ("unbang") then
  5641. banpl = false
  5642. end
  5643. if string.sub(CMDBAR.Text, 1, 9) == ("bringmod ") then
  5644. local function bringmodw()
  5645. for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
  5646. if obj.Name == (string.sub(CMDBAR.Text, 10)) then
  5647. for i,ch in pairs(obj:GetDescendants()) do
  5648. if (ch:IsA("BasePart")) then
  5649. ch.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  5650. ch.CanCollide = false
  5651. ch.Transparency = 0.7
  5652. wait()
  5653. ch.CFrame = lplayer.Character["Left Leg"].CFrame
  5654. wait()
  5655. ch.CFrame = lplayer.Character["Right Leg"].CFrame
  5656. wait()
  5657. ch.CFrame = lplayer.Character["Head"].CFrame
  5658. end
  5659. end
  5660. end
  5661. end
  5662. end
  5663. while wait() do
  5664. bringmodw()
  5665. end
  5666. game:GetService("StarterGui"):SetCore("SendNotification", {
  5667. Title = "BringMod";
  5668. Text = "BringMod enabled.";
  5669. })
  5670. end
  5671. if string.sub(CMDBAR.Text, 1, 7) == ("respawn") then
  5672. local mod = Instance.new('Model', workspace) mod.Name = 're '..lplayer.Name
  5673. local hum = Instance.new('Humanoid', mod)
  5674. local ins = Instance.new('Part', mod) ins.Name = 'Torso' ins.CanCollide = false ins.Transparency = 1
  5675. lplayer.Character = mod
  5676. end
  5677. if string.sub(CMDBAR.Text, 1, 8) == ("shutdown") then
  5678. game:GetService'RunService'.Stepped:Connect(function()
  5679. pcall(function()
  5680. for i,v in pairs(game:GetService'Players':GetPlayers()) do
  5681. if v.Character ~= nil and v.Character:FindFirstChild'Head' then
  5682. for _,x in pairs(v.Character.Head:GetChildren()) do
  5683. if x:IsA'Sound' then x.Playing = true x.CharacterSoundEvent:FireServer(true, true) end
  5684. end
  5685. end
  5686. end
  5687. end)
  5688. end)
  5689. game:GetService("StarterGui"):SetCore("SendNotification", {
  5690. Title = "Attempting Shutdown";
  5691. Text = "Shutdown Attempt has begun.";
  5692. })
  5693. end
  5694. if string.sub(CMDBAR.Text, 1, 7) == ("delobj ") then
  5695. objtodel = (string.sub(CMDBAR.Text, 8))
  5696. for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  5697. if v.Name == objtodel then
  5698. v:Destroy()
  5699. end
  5700. end
  5701. end
  5702. if string.sub(CMDBAR.Text, 1, 7) == ("getplrs") then
  5703. for i,v in pairs(game:GetService("Players"):GetPlayers())do
  5704. print(v)
  5705. end
  5706. game:GetService("StarterGui"):SetCore("SendNotification", {
  5707. Title = "Printed";
  5708. Text = "Players have been printed to console. (F9)";
  5709. })
  5710. end
  5711. if string.sub(CMDBAR.Text, 1, 8) == ("deldecal") then
  5712. for i,v in pairs(game:GetService("Workspace"):GetDescendants())do
  5713. if (v:IsA("Decal")) then
  5714. v:Destroy()
  5715. end
  5716. end
  5717. end
  5718. if string.sub(CMDBAR.Text, 1, 10) == ("opfinality") then
  5719. loadstring(game:GetObjects("rbxassetid://1294358929")[1].Source)()
  5720. game:GetService("StarterGui"):SetCore("SendNotification", {
  5721. Title = "Success!";
  5722. Text = "OpFinality GUI has loaded.";
  5723. })
  5724. end
  5725. if string.sub(CMDBAR.Text, 1, 7) == ("remotes") then
  5726. remotes = true
  5727. added = true
  5728. game.DescendantAdded:connect(function(rmt)
  5729. if added == true then
  5730. if remotes == true then
  5731. if rmt:IsA("RemoteEvent") then
  5732. print("A RemoteEvent was added!")
  5733. print(" game." .. rmt:GetFullName() .. " | RemoteEvent")
  5734. print(" game." .. rmt:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  5735. end end end
  5736. end)
  5737. game.DescendantAdded:connect(function(rmtfnctn)
  5738. if added == true then
  5739. if remotes == true then
  5740. if rmtfnctn:IsA("RemoteFunction") then
  5741. warn("A RemoteFunction was added!")
  5742. warn(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction")
  5743. print(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  5744. end end end
  5745. end)
  5746.  
  5747. game.DescendantAdded:connect(function(bndfnctn)
  5748. if added == true then
  5749. if binds == true then
  5750. if bndfnctn:IsA("BindableFunction") then
  5751. print("A BindableFunction was added!")
  5752. print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction")
  5753. print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  5754. end end end
  5755. end)
  5756.  
  5757. game.DescendantAdded:connect(function(bnd)
  5758. if added == true then
  5759. if binds == true then
  5760. if bnd:IsA("BindableEvent") then
  5761. warn("A BindableEvent was added!")
  5762. warn(" game." .. bnd:GetFullName() .. " | BindableEvent")
  5763. print(" game." .. bnd:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  5764. end end end
  5765. end)
  5766.  
  5767.  
  5768. if binds == true then
  5769. for i,v in pairs(game:GetDescendants()) do
  5770. if v:IsA("BindableFunction") then
  5771. print(" game." .. v:GetFullName() .. " | BindableFunction")
  5772. print(" game." .. v:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  5773. end end
  5774. for i,v in pairs(game:GetDescendants()) do
  5775. if v:IsA("BindableEvent") then
  5776. warn(" game." .. v:GetFullName() .. " | BindableEvent")
  5777. print(" game." .. v:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  5778. end end
  5779. else
  5780. print("Off")
  5781. end
  5782. if remotes == true then
  5783. for i,v in pairs(game:GetDescendants()) do
  5784. if v:IsA("RemoteFunction") then
  5785. warn(" game." .. v:GetFullName() .. " | RemoteFunction")
  5786. print(" game." .. v:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  5787. end end
  5788. wait()
  5789. for i,v in pairs(game:GetDescendants()) do
  5790. if v:IsA("RemoteEvent") then
  5791. print(" game." .. v:GetFullName() .. " | RemoteEvent")
  5792. print(" game." .. v:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  5793. end end
  5794. else
  5795. print("Off")
  5796. end
  5797. game:GetService("StarterGui"):SetCore("SendNotification", {
  5798. Title = "Printing Remotes";
  5799. Text = "Type ;noremotes to disable.";
  5800. })
  5801. end
  5802. if string.sub(CMDBAR.Text, 1, 9) == ("noremotes") then
  5803. remotes = false
  5804. added = false
  5805. game:GetService("StarterGui"):SetCore("SendNotification", {
  5806. Title = "Printing Remotes Disabled";
  5807. Text = "Type ;remotes to enable.";
  5808. })
  5809. end
  5810. if string.sub(CMDBAR.Text, 1, 9) == ("tpdefault") then
  5811. spin = false
  5812. followed = false
  5813. traill = false
  5814. noclip = false
  5815. annoying = false
  5816. hwalk = false
  5817. cbringing = false
  5818. end
  5819. if string.sub(CMDBAR.Text, 1, 7) == ("stopsit") then
  5820. stopsitting = true
  5821. end
  5822. if string.sub(CMDBAR.Text, 1, 5) == ("gosit") then
  5823. stopsitting = false
  5824. end
  5825. if string.sub(CMDBAR.Text, 1, 7) == ("version") then
  5826. print(adminversion)
  5827. game:GetService("StarterGui"):SetCore("SendNotification", {
  5828. Title = "Version";
  5829. Text = adminversion;
  5830. })
  5831. end
  5832. if string.sub(CMDBAR.Text, 1, 7) == ("clicktp") then
  5833. clickgoto = true
  5834. game:GetService("StarterGui"):SetCore("SendNotification", {
  5835. Title = "Click TP";
  5836. Text = "Press E to teleport to mouse position";
  5837. })
  5838. end
  5839. if string.sub(CMDBAR.Text, 1, 9) == ("noclicktp") then
  5840. clickgoto = false
  5841. game:GetService("StarterGui"):SetCore("SendNotification", {
  5842. Title = "Click TP";
  5843. Text = "Click TP has been disabled.";
  5844. })
  5845. end
  5846. if string.sub(CMDBAR.Text, 1, 7) == ("toolson") then
  5847. gettingtools = true
  5848. game:GetService("StarterGui"):SetCore("SendNotification", {
  5849. Title = "Tools Enabled";
  5850. Text = "Automatically colleting tools dropped.";
  5851. })
  5852. end
  5853. if string.sub(CMDBAR.Text, 1, 8) == ("toolsoff") then
  5854. gettingtools = false
  5855. game:GetService("StarterGui"):SetCore("SendNotification", {
  5856. Title = "Tools Disabled";
  5857. Text = "Click TP has been disabled.";
  5858. })
  5859. end
  5860. if string.sub(CMDBAR.Text, 1, 9) == ("delcmdbar") then
  5861. ScreenGui:Destroy()
  5862. end
  5863. if string.sub(CMDBAR.Text, 1, 5) == ("reset") then
  5864. lplayer.Character.Head:Destroy()
  5865. end
  5866. if string.sub(CMDBAR.Text, 1, 6) == ("state ") then
  5867. statechosen = string.sub(CMDBAR.Text, 7)
  5868. changingstate = true
  5869. end
  5870. if string.sub(CMDBAR.Text, 1, 8) == ("gravity ") then
  5871. game:GetService("Workspace").Gravity = string.sub(CMDBAR.Text, 9)
  5872. end
  5873. if string.sub(CMDBAR.Text, 1, 9) == ("looprhats") then
  5874. removingmeshhats = true
  5875. end
  5876. if string.sub(CMDBAR.Text, 1, 11) == ("unlooprhats") then
  5877. removingmeshhats = false
  5878. end
  5879. if string.sub(CMDBAR.Text, 1, 9) == ("looprtool") then
  5880. removingmeshtool = true
  5881. end
  5882. if string.sub(CMDBAR.Text, 1, 11) == ("unlooprtool") then
  5883. removingmeshtool = false
  5884. end
  5885. if string.sub(CMDBAR.Text, 1, 9) == ("givetool ") then
  5886. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetDescendants()) do
  5887. if v:IsA("Tool") then
  5888. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
  5889. v.Parent = player.Character
  5890. end
  5891. end
  5892. end
  5893. end
  5894. if string.sub(CMDBAR.Text, 1, 4) == ("age ") then
  5895. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 5))) do
  5896. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account Age: "..player.AccountAge.." days!", "All")
  5897. end
  5898. end
  5899. if string.sub(CMDBAR.Text, 1, 3) == ("id ") then
  5900. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 4))) do
  5901. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account ID: "..player.UserId, "All")
  5902. end
  5903. end
  5904. if string.sub(CMDBAR.Text, 1, 5) == (".age ") then
  5905. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  5906. game:GetService("StarterGui"):SetCore("SendNotification", {
  5907. Title = player.AccountAge.." Days";
  5908. Text = "Account age of "..player.Name;
  5909. })
  5910. end
  5911. end
  5912. if string.sub(CMDBAR.Text, 1, 4) == (".id ") then
  5913. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 5))) do
  5914. game:GetService("StarterGui"):SetCore("SendNotification", {
  5915. Title = player.UserId.." ID";
  5916. Text = "Account ID of "..player.Name;
  5917. })
  5918. end
  5919. end
  5920. if string.sub(CMDBAR.Text, 1, 6) == ("gameid") then
  5921. game:GetService("StarterGui"):SetCore("SendNotification", {
  5922. Title = "Game ID";
  5923. Text = "Game ID: ".. game.GameId;
  5924. })
  5925. end
  5926. if string.sub(CMDBAR.Text, 1, 3) == ("pgs") then
  5927. local pgscheck = game:GetService("Workspace"):PGSIsEnabled()
  5928. if pgscheck == true then
  5929. game:GetService("StarterGui"):SetCore("SendNotification", {
  5930. Title = "PGSPhysicsSolverEnabled";
  5931. Text = "PGS is Enabled!";
  5932. })
  5933. else
  5934. game:GetService("StarterGui"):SetCore("SendNotification", {
  5935. Title = "PGSPhysicsSolverEnabled";
  5936. Text = "PGS is Disabled!";
  5937. })
  5938. end
  5939. end
  5940. if string.sub(CMDBAR.Text, 1, 11) == ("removeinvis") then
  5941. for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  5942. if v:IsA("Part") then
  5943. if v.Transparency == 1 then
  5944. if v.Name ~= "HumanoidRootPart" then
  5945. v:Destroy()
  5946. end
  5947. end
  5948. end
  5949. end
  5950. end
  5951. if string.sub(CMDBAR.Text, 1, 9) == ("removefog") then
  5952. game:GetService("Lighting").FogStart = 0
  5953. game:GetService("Lighting").FogEnd = 9999999999999
  5954. end
  5955. if string.sub(CMDBAR.Text, 1, 7) == ("disable") then
  5956. lplayer.Character.Humanoid.Parent = lplayer
  5957. end
  5958. if string.sub(CMDBAR.Text, 1, 6) == ("enable") then
  5959. lplayer.Humanoid.Parent = lplayer.Character
  5960. end
  5961. if string.sub(CMDBAR.Text, 1, 13) == ("givealltools ") then
  5962. for i,v in pairs(game:GetService("Players").LocalPlayer.Backpack:GetDescendants()) do
  5963. if v:IsA("Tool") then
  5964. v.Parent = lplayer.Character
  5965. wait()
  5966. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 14))) do
  5967. v.Parent = player.Character
  5968. end
  5969. end
  5970. end
  5971. end
  5972. if string.sub(CMDBAR.Text, 1, 9) == ("flyspeed ") then
  5973. speedfly = string.sub(CMDBAR.Text, 10)
  5974. wait()
  5975. change()
  5976. end
  5977. if string.sub(CMDBAR.Text, 1, 7) == ("carpet ") then
  5978. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  5979. local Anim3 = Instance.new("Animation")
  5980. Anim3.AnimationId = "rbxassetid://282574440"
  5981. local track3 = lplayer.Character.Humanoid:LoadAnimation(Anim3)
  5982. track3:Play(.1, 1, 1)
  5983. bplrr = v.Name
  5984. banpl = true
  5985. end
  5986. end
  5987. if string.sub(CMDBAR.Text, 1, 8) == ("uncarpet") then
  5988. banpl = false
  5989. end
  5990. if string.sub(CMDBAR.Text, 1, 6) == ("stare ") then
  5991. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  5992. staring = true
  5993. stareplr = v
  5994. end
  5995. end
  5996. if string.sub(CMDBAR.Text, 1, 7) == ("unstare") then
  5997. staring = false
  5998. end
  5999. if string.sub(CMDBAR.Text, 1, 7) == ("logchat") then
  6000. chatlogs = true
  6001. game:GetService("StarterGui"):SetCore("SendNotification", {
  6002. Title = "LogChat enabled";
  6003. Text = "Now logging all player chat.";
  6004. })
  6005. end
  6006. if string.sub(CMDBAR.Text, 1, 9) == ("unlogchat") then
  6007. chatlogs = false
  6008. game:GetService("StarterGui"):SetCore("SendNotification", {
  6009. Title = "LogChat disabled";
  6010. Text = "Stopped logging all player chat.";
  6011. })
  6012. end
  6013. if string.sub(CMDBAR.Text, 1, 6) == ("fixcam") then
  6014. game:GetService("Workspace").CurrentCamera:Destroy()
  6015. wait(0.1)
  6016. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
  6017. game:GetService("Workspace").CurrentCamera.CameraType = "Custom"
  6018. lplayer.CameraMinZoomDistance = 0.5
  6019. lplayer.CameraMaxZoomDistance = 400
  6020. lplayer.CameraMode = "Classic"
  6021. end
  6022. if string.sub(CMDBAR.Text, 1, 7) == ("unstate") then
  6023. changingstate = false
  6024. end
  6025. CMDBAR.Text = ""
  6026. end
  6027. end)
  6028.  
  6029. wait(0.3)
  6030. game:GetService("StarterGui"):SetCore("SendNotification", {
  6031. Title = "Loaded successfully!";
  6032. Text = "Reviz Admin V2 by illremember";
  6033. })
  6034. wait(0.1)
  6035. print("Reviz Admin V2 loaded!")
  6036. if game:GetService("Workspace").FilteringEnabled == true then
  6037. warn("FE is Enabled (Filtering Enabled)")
  6038. game:GetService("StarterGui"):SetCore("SendNotification", {
  6039. Title = "FE is Enabled";
  6040. Text = "Filtering Enabled. Enjoy using Reviz Admin!";
  6041. })
  6042. else
  6043. warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
  6044. game:GetService("StarterGui"):SetCore("SendNotification", {
  6045. Title = "FE is Disabled";
  6046. Text = "Filtering Disabled. Consider using a different admin script.";
  6047. })
  6048. end
  6049.  
  6050. local intro = Instance.new("ScreenGui")
  6051. local Frame = Instance.new("Frame")
  6052. local ImageLabel = Instance.new("ImageLabel")
  6053. intro.Parent = game:GetService("CoreGui")
  6054. Frame.Parent = intro
  6055. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  6056. Frame.BackgroundTransparency = 1
  6057. Frame.Size = UDim2.new(1, 0, 0, 300)
  6058. Frame.Position = UDim2.new(0, 0, -0.4, 0)
  6059. ImageLabel.Parent = Frame
  6060. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  6061. ImageLabel.BackgroundTransparency = 1
  6062. ImageLabel.Position = UDim2.new(0, 0, 0, 0)
  6063. ImageLabel.Size = UDim2.new(1, 0, 1, 0)
  6064. ImageLabel.Image = "http://www.roblox.com/asset/?id=1542162618"
  6065. Frame:TweenPosition(UDim2.new(0, 0, 0.2, 0), "Out", "Elastic", 3)
  6066. wait(3.01)
  6067. Frame:TweenPosition(UDim2.new(0, 0, 1.5, 0), "Out", "Elastic", 5)
  6068. wait(5.01)
  6069. intro:Destroy()
  6070. end)
  6071.  
  6072.  
  6073.  
  6074. Clowns.Name = "Clowns"
  6075. Clowns.Parent = Main
  6076. Clowns.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  6077. Clowns.Position = UDim2.new(0.455040872, 0, 0.234375, 0)
  6078. Clowns.Size = UDim2.new(0, 147, 0, 50)
  6079. Clowns.Font = Enum.Font.SourceSans
  6080. Clowns.Text = "Clowns"
  6081. Clowns.TextColor3 = Color3.fromRGB(255, 170, 0)
  6082. Clowns.TextScaled = true
  6083. Clowns.TextSize = 14.000
  6084. Clowns.TextWrapped = true
  6085. Clowns.MouseButton1Down:connect(function()
  6086. Gui = Instance.new("ScreenGui")
  6087. Frame = Instance.new("Frame")
  6088. Close = Instance.new("TextButton")
  6089. Open = Instance.new("TextButton")
  6090. Clown = Instance.new("TextButton")
  6091. Chainsaw = Instance.new("TextButton")
  6092. Title = Instance.new("TextLabel")
  6093. Credits = Instance.new("TextLabel")
  6094. -----------------------------GUI Stuff-----------------------------
  6095. Gui.Name = "KillerClownV1"
  6096. Gui.Parent = game.CoreGui
  6097. ------------------------------GUI
  6098. Frame.Name = "Frame"
  6099. Frame.Parent = Gui
  6100. Frame.BackgroundColor3 = Color3.new(0,0,0)
  6101. Frame.Position = UDim2.new(-0.023, 0,-0.015, 0)
  6102. Frame.Size = UDim2.new(0, 216,0, 154)
  6103. ----------------------------------------Frame
  6104. Title.Name = "Clown"
  6105. Title.Parent = Gui
  6106. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  6107. Title.Position = UDim2.new(0, 0,0, 0)
  6108. Title.Size = UDim2.new(0, 258,0, 50)
  6109. Title.Font = Enum.Font.Legacy
  6110. Title.FontSize = Enum.FontSize.Size24
  6111. Title.Text = "Clown GUI"
  6112. Title.TextColor3 = Color3.new(0,0,0)
  6113. Title.TextScaled = true
  6114. ------------------------------------------------------Title
  6115. Close.Name = "Close"
  6116. Close.Parent = Frame
  6117. Close.BackgroundColor3 = Color3.new(1,0,0)
  6118. Close.Position = UDim2.new(0.074, 0,1, 0)
  6119. Close.Size = UDim2.new(0, 200,0, 50)
  6120. Close.Font = Enum.Font.Cartoon
  6121. Close.TextColor3 = Color3.new(0,0,0)
  6122. Close.TextScaled = true
  6123. Close.Text = "X"
  6124. ------------------------------------------------------Close
  6125. Open.Name = "Open"
  6126. Open.Parent = Frame
  6127. Open.BackgroundColor3 = Color3.new(0,1,0)
  6128. Open.Position = UDim2.new(0.074, 0,1.325, 0)
  6129. Open.Size = UDim2.new(0, 200,0, 50)
  6130. Open.Font = Enum.Font.Cartoon
  6131. Open.TextColor3 = Color3.new(0,0,0)
  6132. Open.TextScaled = true
  6133. Open.Text = "Open"
  6134. ---------------------------------------------------------Open
  6135. Clown.Name = "Clown"
  6136. Clown.Parent = Gui
  6137. Clown.BackgroundColor3 = Color3.new(1, 0, 0)
  6138. Clown.Position = UDim2.new(0.083, 0,0.162, 0)
  6139. Clown.Size = UDim2.new(0, 198,0, 61)
  6140. Clown.Font = Enum.Font.Legacy
  6141. Clown.FontSize = Enum.FontSize.Size24
  6142. Clown.Text = "Clown"
  6143. Clown.TextColor3 = Color3.new(0,0,0)
  6144. Clown.TextScaled = true
  6145. ---------------------------------------------------------Clown
  6146. Chainsaw.Name = "Chainsaw"
  6147. Chainsaw.Parent = Gui
  6148. Chainsaw.BackgroundColor3 = Color3.new(1, 0, 0)
  6149. Chainsaw.Position = UDim2.new(0.083, 0,0.597, 0)
  6150. Chainsaw.Size = UDim2.new(0, 198,0, 61)
  6151. Chainsaw.Font = Enum.Font.Legacy
  6152. Chainsaw.FontSize = Enum.FontSize.Size24
  6153. Chainsaw.Text = "Chainsaw"
  6154. Chainsaw.TextColor3 = Color3.new(0,0,0)
  6155. Chainsaw.TextScaled = true
  6156. ---------------------------------------------------------Chainsaw
  6157. Title.Name = "Clown"
  6158. Title.Parent = Frame
  6159. Title.BackgroundColor3 = Color3.new(1, 0, 0)
  6160. Title.Position = UDim2.new(0.083, 0,0.597, 0)
  6161. Title.Size = UDim2.new(0, 198,0, 61)
  6162. Title.Font = Enum.Font.Legacy
  6163. Title.FontSize = Enum.FontSize.Size24
  6164. Title.Text = "Clown Gui"
  6165. Title.TextColor3 = Color3.new(0,0,0)
  6166. Title.TextScaled = true
  6167. ------------------------------------------------------------------Title
  6168. Credits.Name = "Credits"
  6169. Credits.Parent = Frame
  6170. Credits.BackgroundColor3 = Color3.new(0, 0, 0)
  6171. Credits.Position = UDim2.new(1, 0,0.039, 0)
  6172. Credits.Size = UDim2.new(0, 216,0, 54)
  6173. Credits.Font = Enum.Font.Legacy
  6174. Credits.FontSize = Enum.FontSize.Size24
  6175. Credits.Text = "Credits Go to MLG HAMSTER#3455 Discord."
  6176. Credits.TextColor3 = Color3.new(1,1,1)
  6177. Credits.TextScaled = true
  6178. ------------------------------------------------------------------------Credits
  6179. Close.MouseButton1Click:connect(function()
  6180. Frame.Visible = false
  6181. Open.Visible = true
  6182. end)
  6183.  
  6184. Open.MouseButton1Click:connect(function()
  6185. Frame.Visible = true
  6186. Open.Visible = false
  6187. end)
  6188. Chainsaw.MouseButton1Click:connect(function()
  6189. local hehah = Instance.new('ScreenGui')
  6190. local lele = game.Players.LocalPlayer
  6191. hehah.Parent = lele.PlayerGui
  6192. local scr = Instance.new('TextLabel')
  6193. scr.Parent = hehah
  6194. scr.Text = "Created by mustardfoot for Raindrop users. Enjoy!"
  6195. scr.TextScaled = true
  6196. scr.Font = Enum.Font.SciFi
  6197. scr.TextColor = BrickColor.new(1001)
  6198. scr.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  6199. scr.BorderColor3 = Color3.new(0, 0, 0)
  6200. scr.Position = UDim2.new(0.2, 0, 0.2, 0)
  6201. scr.Size = UDim2.new(0.7, 0, 0.7, 0)
  6202. wait(3)
  6203. hehah:Destroy()
  6204.  
  6205. local plr = game.Players.LocalPlayer
  6206. local chr = plr.Character
  6207. local hum = chr:FindFirstChildOfClass('Humanoid')
  6208. local Tool = nil
  6209. Gibs = game.Workspace
  6210.  
  6211. function Kill(Character)
  6212. Character.Humanoid.Health = 0
  6213. local poo = Instance.new("IntValue",Character)
  6214. poo.Name = "haha nope"
  6215. local svch = Character
  6216. local hum = Character:findFirstChild("Humanoid")
  6217. Character.Archivable = true
  6218. local chrclone = Character:clone()
  6219. Character.Archivable = false
  6220.  
  6221. local ch = chrclone:GetChildren()
  6222. local i
  6223. for i = 1,#ch do
  6224. if ch[i].Name == "THandle1" or ch[i].Name == "THandle2" or ch[i].ClassName == "Script" then
  6225. ch[i]:remove()
  6226. end
  6227. end
  6228. local function Scan(ch)
  6229. local e
  6230. for e = 1,#ch do
  6231. Scan(ch[e]:GetChildren())
  6232. if ch[e].ClassName == "Weld" or ch[e].ClassName == "Motor6D" then
  6233. ch[e]:remove()
  6234. end
  6235. end
  6236. end
  6237. Scan(chrclone:GetChildren())
  6238.  
  6239. local hum2 = chrclone:findFirstChild("Humanoid")
  6240.  
  6241.  
  6242. if hum2 ~= nil then
  6243. hum2.Name = "Humanoid2"
  6244. hum2.PlatformStand = true
  6245. hum2.Sit = true
  6246. hum2.MaxHealth = 0
  6247. hum2.Health = 0
  6248. end
  6249.  
  6250. local ch = Character:GetChildren()
  6251. local i
  6252. for i = 1,#ch do
  6253. if ch[i].Name == "THandle1" or ch[i].Name == "THandle2" then
  6254. ch[i]:remove()
  6255. end
  6256. end
  6257.  
  6258. wait(0.2)
  6259.  
  6260. local ch = Character:GetChildren()
  6261. local i
  6262. for i = 1,#ch do
  6263. if ch[i].ClassName == "Part" or ch[i].ClassName == "Hat" or ch[i].Name == "THandle1" or ch[i].Name == "THandle2" then
  6264. ch[i]:remove()
  6265. end
  6266. end
  6267. Character = chrclone
  6268. local Torso = Character.Torso
  6269. local movevector = Vector3.new()
  6270.  
  6271. if Torso then
  6272. local Head = Character:FindFirstChild("Head")
  6273. local Limb = Character:FindFirstChild("Right Arm")
  6274. if Limb then
  6275.  
  6276. Limb.CFrame = Torso.CFrame * CFrame.new(1.5, 0, 0)
  6277. local Joint = Instance.new("Glue")
  6278. Joint.Name = "RightShoulder"
  6279. Joint.Part0 = Torso
  6280. Joint.Part1 = Limb
  6281. Joint.C0 = CFrame.new(1.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  6282. Joint.C1 = CFrame.new(-0, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  6283. Joint.Parent = Torso
  6284.  
  6285. local B = Instance.new("Part")
  6286. B.TopSurface = 0
  6287. B.BottomSurface = 0
  6288. B.formFactor = "Symmetric"
  6289. B.Size = Vector3.new(1, 1, 1)
  6290. B.Transparency = 1
  6291. B.CFrame = Limb.CFrame * CFrame.new(0, -0.5, 0)
  6292. B.Parent = Character
  6293. local W = Instance.new("Weld")
  6294. W.Part0 = Limb
  6295. W.Part1 = B
  6296. W.C0 = CFrame.new(0, -0.5, 0)
  6297. W.Parent = Limb
  6298.  
  6299. end
  6300. local Limb = Character:FindFirstChild("Left Arm")
  6301. if Limb then
  6302.  
  6303. Limb.CFrame = Torso.CFrame * CFrame.new(-1.5, 0, 0)
  6304. local Joint = Instance.new("Glue")
  6305. Joint.Name = "LeftShoulder"
  6306. Joint.Part0 = Torso
  6307. Joint.Part1 = Limb
  6308. Joint.C0 = CFrame.new(-1.5, 0.5, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  6309. Joint.C1 = CFrame.new(0, 0.5, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  6310. Joint.Parent = Torso
  6311.  
  6312. local B = Instance.new("Part")
  6313. B.TopSurface = 0
  6314. B.BottomSurface = 0
  6315. B.formFactor = "Symmetric"
  6316. B.Size = Vector3.new(1, 1, 1)
  6317. B.Transparency = 1
  6318. B.CFrame = Limb.CFrame * CFrame.new(0, -0.5, 0)
  6319. B.Parent = Character
  6320. local W = Instance.new("Weld")
  6321. W.Part0 = Limb
  6322. W.Part1 = B
  6323. W.C0 = CFrame.new(0, -0.5, 0)
  6324. W.Parent = Limb
  6325.  
  6326. end
  6327. local Limb = Character:FindFirstChild("Right Leg")
  6328. if Limb then
  6329.  
  6330. Limb.CFrame = Torso.CFrame * CFrame.new(0.5, -2, 0)
  6331. local Joint = Instance.new("Glue")
  6332. Joint.Name = "RightHip"
  6333. Joint.Part0 = Torso
  6334. Joint.Part1 = Limb
  6335. Joint.C0 = CFrame.new(0.5, -1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  6336. Joint.C1 = CFrame.new(0, 1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  6337. Joint.Parent = Torso
  6338.  
  6339. local B = Instance.new("Part")
  6340. B.TopSurface = 0
  6341. B.BottomSurface = 0
  6342. B.formFactor = "Symmetric"
  6343. B.Size = Vector3.new(1, 1, 1)
  6344. B.Transparency = 1
  6345. B.CFrame = Limb.CFrame * CFrame.new(0, -0.5, 0)
  6346. B.Parent = Character
  6347. local W = Instance.new("Weld")
  6348. W.Part0 = Limb
  6349. W.Part1 = B
  6350. W.C0 = CFrame.new(0, -0.5, 0)
  6351. W.Parent = Limb
  6352.  
  6353. end
  6354. local Limb = Character:FindFirstChild("Left Leg")
  6355. if Limb then
  6356.  
  6357. Limb.CFrame = Torso.CFrame * CFrame.new(-0.5, -2, 0)
  6358. local Joint = Instance.new("Glue")
  6359. Joint.Name = "LeftHip"
  6360. Joint.Part0 = Torso
  6361. Joint.Part1 = Limb
  6362. Joint.C0 = CFrame.new(-0.5, -1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  6363. Joint.C1 = CFrame.new(-0, 1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  6364. Joint.Parent = Torso
  6365.  
  6366. local B = Instance.new("Part")
  6367. B.TopSurface = 0
  6368. B.BottomSurface = 0
  6369. B.formFactor = "Symmetric"
  6370. B.Size = Vector3.new(1, 1, 1)
  6371. B.Transparency = 1
  6372. B.CFrame = Limb.CFrame * CFrame.new(0, -0.5, 0)
  6373. B.Parent = Character
  6374. local W = Instance.new("Weld")
  6375. W.Part0 = Limb
  6376. W.Part1 = B
  6377. W.C0 = CFrame.new(0, -0.5, 0)
  6378. W.Parent = Limb
  6379.  
  6380. end
  6381. --[
  6382. local Bar = Instance.new("Part")
  6383. Bar.TopSurface = 0
  6384. Bar.BottomSurface = 0
  6385. Bar.formFactor = "Symmetric"
  6386. Bar.Size = Vector3.new(1, 1, 1)
  6387. Bar.Transparency = 1
  6388. Bar.CFrame = Torso.CFrame * CFrame.new(0, 0.5, 0)
  6389. Bar.Parent = Character
  6390. local Weld = Instance.new("Weld")
  6391. Weld.Part0 = Torso
  6392. Weld.Part1 = Bar
  6393. Weld.C0 = CFrame.new(0, 0.5, 0)
  6394. Weld.Parent = Torso
  6395. --]]
  6396. end
  6397. Character.Parent = Gibs
  6398. game.Debris:AddItem(Character, 12)
  6399. if movevector ~= Vector3.new() then
  6400. for i = 1,10 do
  6401. wait()
  6402. Torso.Velocity = Vector3.new(0,0,-100)
  6403. Head.Velocity = movevector * 200
  6404. end
  6405. end
  6406. local duh = Torso
  6407. ee = Instance.new("Part")
  6408. ee.Anchored = false
  6409. ee.CanCollide = false
  6410. ee.Parent = duh
  6411. ee.Transparency =1
  6412. ee.Size = Vector3.new(0.15, 0.15, 0.15)
  6413. wee = Instance.new("Weld")
  6414. wee.Parent = duh
  6415. wee.Part0 = duh
  6416. wee.Part1 = ee
  6417. wee.C0 = CFrame.new(0, 1, 0)
  6418. ge = Instance.new('ParticleEmitter')
  6419. ge.Parent = ee
  6420. ge.Texture = "rbxassetid://29712167"
  6421. ge.Size = NumberSequence.new(0.2,0.05)
  6422. ge.Acceleration = Vector3.new(0, -20, 0)
  6423. ge.Rate = 100000
  6424. ge.Speed = NumberRange.new(7,8)
  6425. ge.Lifetime = NumberRange.new(3,4)
  6426. ge.VelocitySpread = 10
  6427. ge.VelocityInheritance = 0.3
  6428. ea = Instance.new("Part")
  6429. ea.Anchored = false
  6430. ea.CanCollide = false
  6431. ea.Parent = Character.Head
  6432. ea.Transparency =1
  6433. ea.Size = Vector3.new(0.15, 0.15, 0.15)
  6434. wea = Instance.new("Weld")
  6435. wea.Parent = Character.Head
  6436. wea.Part0 = Character.Head
  6437. wea.Part1 = ea
  6438. wea.C0 = CFrame.new(0, -0.7, 0)
  6439. ga = Instance.new('ParticleEmitter')
  6440. ga.Parent = ea
  6441. ga.Texture = "rbxassetid://29712167"
  6442. ga.Size = NumberSequence.new(0.2,0.05)
  6443. ga.Acceleration = Vector3.new(0, -20, 0)
  6444. ga.Rate = 100000
  6445. ga.Speed = NumberRange.new(7,8)
  6446. ga.Lifetime = NumberRange.new(3,4)
  6447. ga.VelocitySpread = 10
  6448. ga.VelocityInheritance = 0.3
  6449. ga.EmissionDirection = Enum.NormalId.Bottom
  6450. end
  6451. if plr.Backpack:FindFirstChild('Chainsaw') then
  6452. plr.Backpack.Chainsaw:Destroy()
  6453. elseif plr.Character:FindFirstChild('Chainsaw') then
  6454. plr.Character.Chainsaw:Destroy()
  6455. end
  6456. wait()
  6457. local hee = Instance.new('Tool',plr.Backpack)
  6458. hee.Name = "Chainsaw"
  6459. hee.CanBeDropped = false
  6460. hee.GripPos = Vector3.new(0,0,1.5)
  6461. hee.GripForward = Vector3.new(1,0,0)
  6462. hee.GripRight = Vector3.new(1,0,0)
  6463. hee.GripUp = Vector3.new(0,0,-1)
  6464. local hee2 = Instance.new('Part',hee)
  6465. hee2.Name = 'Handle'
  6466. hee2.Size = Vector3.new(0.2,0.7,2.5)
  6467. local hee3 = Instance.new('FileMesh',hee2)
  6468. hee3.MeshId = 'rbxassetid://2766469'
  6469. hee3.TextureId = 'rbxassetid://2766467'
  6470. Tool = hee
  6471. local haha = false
  6472. Tool.Activated:connect(function()
  6473. haha = true
  6474. local anim = Instance.new("StringValue")
  6475. anim.Name = "toolanim"
  6476. anim.Value = "Slash"
  6477. anim.Parent = Tool
  6478. local sound = Instance.new("Sound",hee2)
  6479. sound.SoundId = 'rbxassetid://248088589'
  6480. sound:Play()
  6481. wait(0.5)
  6482. haha = false
  6483. anim:Destroy()
  6484. sound:Destroy()
  6485. end)
  6486.  
  6487. hee2.Touched:connect(function(hit)
  6488. if hit.Parent:FindFirstChildOfClass('Humanoid') and hit.Parent:FindFirstChild('Torso') and hit.Parent:FindFirstChild('Head') and hit.Parent:FindFirstChild('haha nope') == nil and haha == true then
  6489. Kill(hit.Parent)
  6490. end
  6491. end)
  6492. end)
  6493.  
  6494. Clown.MouseButton1Click:connect(function()
  6495. --Made by N3xul ehehe
  6496. --wanna float with us?
  6497. --11:15 2017-09-24
  6498. --Press 'Q' to go Invisible & 'E' to laugh.
  6499.  
  6500.  
  6501. local runDummyScript = function(f,scri)
  6502. local oldenv = getfenv(f)
  6503. local newenv = setmetatable({}, {
  6504. __index = function(_, k)
  6505. if k:lower() == 'script' then
  6506. return scri
  6507. else
  6508. return oldenv[k]
  6509. end
  6510. end
  6511. })
  6512. setfenv(f, newenv)
  6513. ypcall(function() f() end)
  6514. end
  6515. cors = {}
  6516. mas = Instance.new("Model",game:GetService("Lighting"))
  6517. mas.Name = "CompiledModel"
  6518. o1 = Instance.new("Tool")
  6519. o2 = Instance.new("Part")
  6520. o3 = Instance.new("SpecialMesh")
  6521. o1.Name = "Pennywise Balloon"
  6522. o1.Parent = mas
  6523. o1.TextureId = "http://www.roblox.com/asset/?id=26721793"
  6524. o1.GripPos = Vector3.new(0, -1.5, 0)
  6525. o2.Name = "Handle"
  6526. o2.Parent = o1
  6527. o2.Position = Vector3.new(8.17007637, 7.24064589, -8.3837471)
  6528. o2.Rotation = Vector3.new(-178.5, -33.3099976, -179.169998)
  6529. o2.CanCollide = false
  6530. o2.FormFactor = Enum.FormFactor.Symmetric
  6531. o2.Size = Vector3.new(1, 3, 1)
  6532. o2.CFrame = CFrame.new(8.17007637, 7.24064589, -8.3837471, -0.83567065, 0.0120456629, -0.549098849, -1.42323084e-14, 0.999759495, 0.0219318718, 0.549230933, 0.018327821, -0.835469663)
  6533. o2.BottomSurface = Enum.SurfaceType.Smooth
  6534. o2.TopSurface = Enum.SurfaceType.Smooth
  6535. o2.Position = Vector3.new(8.17007637, 7.24064589, -8.3837471)
  6536. o2.Orientation = Vector3.new(-1.25999999, -146.690002, 0)
  6537. o3.Parent = o2
  6538. o3.MeshId = "http://www.roblox.com/asset/?id=25498565"
  6539. o3.TextureId = "http://www.roblox.com/asset/?id=26725707"
  6540. o3.MeshType = Enum.MeshType.FileMesh
  6541. mas.Parent = workspace
  6542. mas:MakeJoints()
  6543. local mas1 = mas:GetChildren()
  6544. for i=1,#mas1 do
  6545. mas1[i].Parent = game:GetService("Players").LocalPlayer.Backpack
  6546. ypcall(function() mas1[i]:MakeJoints() end)
  6547. end
  6548. mas:Destroy()
  6549. for i=1,#cors do
  6550. coroutine.resume(cors[i])
  6551. end
  6552. p = (game.Players.LocalPlayer.Name)
  6553. char = game.Players.LocalPlayer.Character
  6554. local player = game.Players.LocalPlayer
  6555. repeat wait() until player.Character.Humanoid
  6556. local humanoid = player.Character.Humanoid
  6557. local mouse = player:GetMouse()
  6558. CV="Really black"
  6559. p = game.Players.LocalPlayer
  6560. char = p.Character
  6561. local txt = Instance.new("BillboardGui", char)
  6562. txt.Adornee = char.Head
  6563. txt.Name = "_status"
  6564. txt.Size = UDim2.new(2, 0, 1.2, 0)
  6565. txt.StudsOffset = Vector3.new(-9, 8, 0)
  6566. local text = Instance.new("TextLabel", txt)
  6567. text.Size = UDim2.new(10, 0, 7, 0)
  6568. text.FontSize = "Size24"
  6569. text.TextScaled = true
  6570. text.TextTransparency = 0
  6571. text.BackgroundTransparency = 1
  6572. text.TextTransparency = 0
  6573. text.TextStrokeTransparency = 0
  6574. text.Font = "Fantasy"
  6575. text.TextStrokeColor3 = Color3.new(0,0,0)
  6576. v=Instance.new("Part")
  6577. v.Name = "ColorBrick"
  6578. v.Parent=p.Character
  6579. v.FormFactor="Symmetric"
  6580. v.Anchored=true
  6581. v.CanCollide=false
  6582. v.BottomSurface="Smooth"
  6583. v.TopSurface="Smooth"
  6584. v.Size=Vector3.new(10,5,3)
  6585. v.Transparency=1
  6586. v.CFrame=char.Torso.CFrame
  6587. v.BrickColor=BrickColor.new(CV)
  6588. v.Transparency=1
  6589. text.TextColor3 = Color3.new(255, 0, 0)
  6590. v.Shape="Block"
  6591. text.Text = "Pennywise The Dancing Clown"
  6592. char.Shirt.ShirtTemplate = "rbxassetid://794159502"
  6593. char.Pants.PantsTemplate = "rbxassetid://792216448"
  6594. if char:FindFirstChild('Humanoid') then
  6595. char.Humanoid:RemoveAccessories() end
  6596. ScarySound1 = Instance.new("Sound")
  6597. ScarySound1.Parent = char.Torso
  6598. ScarySound1.SoundId = "rbxassetid://1041554412"
  6599. ScarySound1.Volume = 2
  6600. ScarySound2 = Instance.new("Sound")
  6601. ScarySound2.Parent = char.Torso
  6602. ScarySound2.SoundId = "rbxassetid://145978092"
  6603. ScarySound2.Volume = 1
  6604. ScarySound2.Pitch = 1.2
  6605. ScarySound2.Looped = true
  6606. ScarySound3 = Instance.new("Sound")
  6607. ScarySound3.Parent = char.Torso
  6608. ScarySound3.SoundId = "rbxassetid://1036327345"
  6609. ScarySound3.Volume = 0.1
  6610. ScarySound3.Looped = true
  6611. Punch = Instance.new("Sound")
  6612. Punch.Parent = char.Torso
  6613. Punch.SoundId = "rbxassetid://261566877"
  6614. Punch.Volume = 1
  6615. Punch.Looped = false
  6616. hole = Instance.new("Sound")
  6617. hole.Parent = char.Torso
  6618. hole.SoundId = "rbxassetid://266364769"
  6619. hole.Volume = 1
  6620. hole.Looped = false
  6621. game.Players.LocalPlayer.Character.Sound:Destroy()
  6622. function Normal()
  6623. ScarySound3:Play()
  6624. char.Humanoid.WalkSpeed = 16
  6625. char.Head.face.Texture = "rbxassetid://740455053"
  6626. char["Left Leg"].Transparency = 0
  6627. char["Head"].Transparency = 0
  6628. char["Right Leg"].Transparency = 0
  6629. char["Torso"].Transparency = 0
  6630. char["Left Arm"].Transparency = 0
  6631. char["Right Arm"].Transparency = 0
  6632. end
  6633. function GoInvisible()
  6634. ScarySound3:Stop()
  6635. ScarySound1:Stop()
  6636. char.Humanoid.WalkSpeed = 120
  6637. char.Head.face.Transparency = 1
  6638. char["Left Leg"].Transparency = 0
  6639. char["Head"].Transparency = 0
  6640. char["Right Leg"].Transparency = 0
  6641. char["Torso"].Transparency = 0
  6642. char["Left Arm"].Transparency = 0
  6643. char["Right Arm"].Transparency = 0
  6644. wait(0.001)
  6645. char["Left Leg"].Transparency = 0.6
  6646. char["Head"].Transparency = 0.6
  6647. char["Right Leg"].Transparency = 0.6
  6648. char["Torso"].Transparency = 0.6
  6649. char["Left Arm"].Transparency = 0.6
  6650. char["Right Arm"].Transparency = 0.6
  6651. wait(0.001)
  6652. char["Left Leg"].Transparency = 0.7
  6653. char["Head"].Transparency = 0.7
  6654. char["Right Leg"].Transparency = 0.7
  6655. char["Torso"].Transparency = 0.7
  6656. char["Left Arm"].Transparency = 0.7
  6657. char["Right Arm"].Transparency = 0.7
  6658. wait(0.001)
  6659. char["Left Leg"].Transparency = 1
  6660. char["Head"].Transparency = 1
  6661. char["Right Leg"].Transparency = 1
  6662. char["Torso"].Transparency = 1
  6663. char["Left Arm"].Transparency = 1
  6664. char["Right Arm"].Transparency = 1
  6665. KLOWN.Transparency = 1
  6666. text.TextTransparency = 1
  6667. text.TextStrokeTransparency = 1
  6668. o2.Transparency = 1
  6669. end
  6670. function GoVisible()
  6671. ScarySound3:Play()
  6672. char.Humanoid.WalkSpeed = 16
  6673. ScarySound1:Play()
  6674. char.Head.face.Transparency = 0
  6675. char["Left Leg"].Transparency = 0.9
  6676. char["Head"].Transparency = 0.9
  6677. char["Right Leg"].Transparency = 9
  6678. char["Torso"].Transparency = 0.9
  6679. char["Left Arm"].Transparency = 0.9
  6680. char["Right Arm"].Transparency = 0.9
  6681. wait(0.001)
  6682. char["Left Leg"].Transparency = 0.7
  6683. char["Head"].Transparency = 0.7
  6684. char["Right Leg"].Transparency = 0.7
  6685. char["Torso"].Transparency = 0.7
  6686. char["Left Arm"].Transparency = 0.7
  6687. char["Right Arm"].Transparency = 0.7
  6688. wait(0.001)
  6689. char["Left Leg"].Transparency = 0
  6690. char["Head"].Transparency = 0
  6691. char["Right Leg"].Transparency = 0
  6692. char["Torso"].Transparency = 0
  6693. char["Left Arm"].Transparency = 0
  6694. char["Right Arm"].Transparency = 0
  6695. KLOWN.Transparency = 0
  6696. text.TextTransparency = 0
  6697. text.TextStrokeTransparency = 0
  6698. o2.Transparency = 0
  6699. end
  6700. Normal()
  6701. mouse.KeyDown:connect(function(key)
  6702. if key == "q" then
  6703. if char.Head.Transparency == 0 then
  6704. GoInvisible()
  6705.  
  6706. elseif char.Head.Transparency == 1 then
  6707. GoVisible()
  6708. end
  6709. end end)
  6710. mouse.KeyDown:connect(function(key)
  6711. if key == "e" then
  6712. if ScarySound2.IsPlaying == false then
  6713. ScarySound2:Play()
  6714. elseif ScarySound2.IsPlaying == true then
  6715. ScarySound2:Stop()
  6716. end
  6717. end end)
  6718. hat = Instance.new'Accessory'
  6719. hat.Name = 'Clown'
  6720. hat.AttachmentForward = Vector3.new(0,0,-1)
  6721. hat.AttachmentPos = Vector3.new(0, 0.649999976, 0)
  6722. hat.AttachmentUp = Vector3.new(0, 1, 0)
  6723. hat.AttachmentRight = Vector3.new(1, 0, 0)
  6724. handle = Instance.new('Part', hat)
  6725. handle.Name = 'Handle'
  6726. handle.Locked = true
  6727. handle.CanCollide = true
  6728. handle.Transparency = 0
  6729. handle.BrickColor = BrickColor.new'Medium stone grey'
  6730. handle.Size = Vector3.new(2, 2, 2)
  6731. mesh = Instance.new('SpecialMesh', handle)
  6732. mesh.MeshId = 'http://www.roblox.com/asset/?id=15393031'
  6733. mesh.Scale = Vector3.new(1, 1, 1)
  6734. mesh.VertexColor = Vector3.new(1, 1, 1)
  6735. mesh.TextureId = 'http://www.roblox.com/asset/?id=15393013'
  6736. att = Instance.new('Attachment', handle)
  6737. att.Name = 'HatAt'
  6738. att.Position = Vector3.new(8.65838956e-09, 0.75, -0.000272244215)
  6739. att.Axis = Vector3.new(1, -7.87137555e-09, 0)
  6740. att.SecondaryAxis = Vector3.new(7.87137555e-09, 1, 4.1444221e-16)
  6741. hat.Parent = game:GetService'Players'.LocalPlayer.Character
  6742. KLOWN = handle
  6743. game:GetService("Lighting").Outlines = false
  6744. game:GetService("Lighting").TimeOfDay = "00:00:00"
  6745. game:GetService("Lighting").FogColor = Color3.new(0, 0, 0)
  6746. game:GetService("Lighting").FogEnd = 160
  6747. while wait() do
  6748. char["Left Leg"].BrickColor = BrickColor.new("Lily white")
  6749. char["Head"].BrickColor = BrickColor.new("Lily white")
  6750. char["Right Leg"].BrickColor = BrickColor.new("Lily white")
  6751. char["Torso"].BrickColor = BrickColor.new("Lily white")
  6752. char["Left Arm"].BrickColor = BrickColor.new("Lily white")
  6753. char["Right Arm"].BrickColor = BrickColor.new("Lily white")
  6754. end
  6755. --What a nice boat. Do you want it back?
  6756. --We all float down here. Yes, we do!
  6757. end)
  6758. end)
  6759. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement