Advertisement
unknownexploits

admin testing

Feb 22nd, 2020
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.60 KB | None | 0 0
  1. local prefix = ';'
  2. local mouse = game.Players.LocalPlayer:GetMouse();
  3. local UserInput = game:GetService("UserInputService");
  4. local settings = {
  5. vfly = false;
  6. prefix = Enum.KeyCode.Semicolon;
  7. superspeed = false;
  8. superjump = false;
  9. noclip = true;
  10. noclipenable = false;
  11. }
  12.  
  13. local UIAdmin = Instance.new("ScreenGui")
  14. local Holder = Instance.new("Frame")
  15. local title = Instance.new("TextLabel")
  16. local cmdbar = Instance.new("TextBox")
  17. local Commands = Instance.new("ScrollingFrame")
  18. local Commands_2 = Instance.new("TextLabel")
  19. local Fly = Instance.new("TextLabel")
  20. local Unfly = Instance.new("TextLabel")
  21. local Vfly = Instance.new("TextLabel")
  22. local Unvfly = Instance.new("TextLabel")
  23. local Noclip = Instance.new("TextLabel")
  24. local Gravity = Instance.new("TextLabel")
  25. local SuperSpeed = Instance.new("TextLabel")
  26. local SuperJump = Instance.new("TextLabel")
  27. local RejoinRj = Instance.new("TextLabel")
  28. local NaturalDisastersUIndsui = Instance.new("TextLabel")
  29. local JailbreakUI = Instance.new("TextLabel")
  30. local ArsenalUI = Instance.new("TextLabel")
  31. local PrisonlifeUI = Instance.new("TextLabel")
  32. local UnSuperSpeed = Instance.new("TextLabel")
  33. local UnSuperJump = Instance.new("TextLabel")
  34.  
  35. UIAdmin.Name = "UIAdmin"
  36. UIAdmin.Parent = game.CoreGui
  37. UIAdmin.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  38.  
  39. Holder.Name = "Holder"
  40. Holder.Parent = UIAdmin
  41. Holder.BackgroundColor3 = Color3.fromRGB(35, 35, 35)
  42. Holder.BorderColor3 = Color3.fromRGB(133, 34, 255)
  43. Holder.Position = UDim2.new(1, -244, 1, -290)
  44. Holder.Size = UDim2.new(0, 244, 0, 290)
  45.  
  46. title.Name = "title"
  47. title.Parent = Holder
  48. title.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  49. title.BackgroundTransparency = 1.000
  50. title.Size = UDim2.new(0, 244, 0, 29)
  51. title.Font = Enum.Font.SourceSans
  52. title.Text = "epik cmds"
  53. title.TextColor3 = Color3.fromRGB(255, 255, 255)
  54. title.TextSize = 20.000
  55.  
  56. cmdbar.Name = "cmdbar"
  57. cmdbar.Parent = Holder
  58. cmdbar.BackgroundColor3 = Color3.fromRGB(68, 68, 68)
  59. cmdbar.BackgroundTransparency = 0.400
  60. cmdbar.BorderSizePixel = 0
  61. cmdbar.Position = UDim2.new(0, 0, 0.100000001, 0)
  62. cmdbar.Size = UDim2.new(0, 244, 0, 27)
  63. cmdbar.Font = Enum.Font.SourceSans
  64. cmdbar.PlaceholderColor3 = Color3.fromRGB(178, 178, 178)
  65. cmdbar.PlaceholderText = "CommandBar"
  66. cmdbar.Text = ""
  67. cmdbar.TextColor3 = Color3.fromRGB(178, 178, 178)
  68. cmdbar.TextSize = 20.000
  69.  
  70. Commands.Name = "Commands"
  71. Commands.Parent = Holder
  72. Commands.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  73. Commands.BackgroundTransparency = 1.000
  74. Commands.BorderColor3 = Color3.fromRGB(133, 51, 255)
  75. Commands.Position = UDim2.new(0, 0, 0.193103448, 0)
  76. Commands.Size = UDim2.new(0, 244, 0, 234)
  77. Commands.CanvasSize = UDim2.new(0, 0, 60, 0)
  78.  
  79. Commands_2.Name = "Commands"
  80. Commands_2.Parent = Commands
  81. Commands_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  82. Commands_2.BackgroundTransparency = 1.000
  83. Commands_2.Size = UDim2.new(0, 244, 0, 29)
  84. Commands_2.Font = Enum.Font.SourceSans
  85. Commands_2.Text = "Commands"
  86. Commands_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  87. Commands_2.TextSize = 17.000
  88.  
  89. Fly.Name = "Fly"
  90. Fly.Parent = Commands
  91. Fly.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  92. Fly.BackgroundTransparency = 1.000
  93. Fly.Position = UDim2.new(0, 0, 0.0152873546, 0)
  94. Fly.Size = UDim2.new(0, 244, 0, 29)
  95. Fly.Font = Enum.Font.SourceSans
  96. Fly.Text = "Fly"
  97. Fly.TextColor3 = Color3.fromRGB(255, 255, 255)
  98. Fly.TextSize = 17.000
  99.  
  100. Unfly.Name = "Unfly"
  101. Unfly.Parent = Commands
  102. Unfly.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  103. Unfly.BackgroundTransparency = 1.000
  104. Unfly.Position = UDim2.new(0, 0, 0.0171839092, 0)
  105. Unfly.Size = UDim2.new(0, 244, 0, 29)
  106. Unfly.Font = Enum.Font.SourceSans
  107. Unfly.Text = "Unfly"
  108. Unfly.TextColor3 = Color3.fromRGB(255, 255, 255)
  109. Unfly.TextSize = 17.000
  110.  
  111. Vfly.Name = "Vfly"
  112. Vfly.Parent = Commands
  113. Vfly.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  114. Vfly.BackgroundTransparency = 1.000
  115. Vfly.Position = UDim2.new(0, 0, 0.0119540226, 0)
  116. Vfly.Size = UDim2.new(0, 244, 0, 29)
  117. Vfly.Font = Enum.Font.SourceSans
  118. Vfly.Text = "Vfly / Vehicle Fly"
  119. Vfly.TextColor3 = Color3.fromRGB(255, 255, 255)
  120. Vfly.TextSize = 17.000
  121.  
  122. Unvfly.Name = "Unvfly"
  123. Unvfly.Parent = Commands
  124. Unvfly.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  125. Unvfly.BackgroundTransparency = 1.000
  126. Unvfly.Position = UDim2.new(0, 0, 0.0136206876, 0)
  127. Unvfly.Size = UDim2.new(0, 244, 0, 29)
  128. Unvfly.Font = Enum.Font.SourceSans
  129. Unvfly.Text = "Unvfly / UnVehicle Fly"
  130. Unvfly.TextColor3 = Color3.fromRGB(255, 255, 255)
  131. Unvfly.TextSize = 17.000
  132.  
  133. Noclip.Name = "Noclip"
  134. Noclip.Parent = Commands
  135. Noclip.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  136. Noclip.BackgroundTransparency = 1.000
  137. Noclip.Position = UDim2.new(0, 0, 0.0102873556, 0)
  138. Noclip.Size = UDim2.new(0, 244, 0, 29)
  139. Noclip.Font = Enum.Font.SourceSans
  140. Noclip.Text = "Noclip"
  141. Noclip.TextColor3 = Color3.fromRGB(255, 255, 255)
  142. Noclip.TextSize = 17.000
  143.  
  144. Gravity.Name = "Gravity"
  145. Gravity.Parent = Commands
  146. Gravity.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  147. Gravity.BackgroundTransparency = 1.000
  148. Gravity.Position = UDim2.new(0, 0, 0.00862069055, 0)
  149. Gravity.Size = UDim2.new(0, 244, 0, 29)
  150. Gravity.Font = Enum.Font.SourceSans
  151. Gravity.Text = "Gravity / Grav"
  152. Gravity.TextColor3 = Color3.fromRGB(255, 255, 255)
  153. Gravity.TextSize = 17.000
  154.  
  155. SuperSpeed.Name = "Super Speed"
  156. SuperSpeed.Parent = Commands
  157. SuperSpeed.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  158. SuperSpeed.BackgroundTransparency = 1.000
  159. SuperSpeed.Position = UDim2.new(0, 0, 0.00528735621, 0)
  160. SuperSpeed.Size = UDim2.new(0, 244, 0, 29)
  161. SuperSpeed.Font = Enum.Font.SourceSans
  162. SuperSpeed.Text = "Super Speed"
  163. SuperSpeed.TextColor3 = Color3.fromRGB(255, 255, 255)
  164. SuperSpeed.TextSize = 17.000
  165.  
  166. SuperJump.Name = "Super Jump"
  167. SuperJump.Parent = Commands
  168. SuperJump.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  169. SuperJump.BackgroundTransparency = 1.000
  170. SuperJump.Position = UDim2.new(0, 0, 0.00166666671, 0)
  171. SuperJump.Size = UDim2.new(0, 244, 0, 29)
  172. SuperJump.Font = Enum.Font.SourceSans
  173. SuperJump.Text = "Super Jump"
  174. SuperJump.TextColor3 = Color3.fromRGB(255, 255, 255)
  175. SuperJump.TextSize = 17.000
  176.  
  177. RejoinRj.Name = "Rejoin / Rj"
  178. RejoinRj.Parent = Commands
  179. RejoinRj.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  180. RejoinRj.BackgroundTransparency = 1.000
  181. RejoinRj.Position = UDim2.new(0, 0, 0.0188505761, 0)
  182. RejoinRj.Size = UDim2.new(0, 244, 0, 29)
  183. RejoinRj.Font = Enum.Font.SourceSans
  184. RejoinRj.Text = "Rejoin / Rj"
  185. RejoinRj.TextColor3 = Color3.fromRGB(255, 255, 255)
  186. RejoinRj.TextSize = 17.000
  187.  
  188. NaturalDisastersUIndsui.Name = "Natural Disasters UI/ nds ui"
  189. NaturalDisastersUIndsui.Parent = Commands
  190. NaturalDisastersUIndsui.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  191. NaturalDisastersUIndsui.BackgroundTransparency = 1.000
  192. NaturalDisastersUIndsui.Position = UDim2.new(0, 0, 0.0205172431, 0)
  193. NaturalDisastersUIndsui.Size = UDim2.new(0, 244, 0, 29)
  194. NaturalDisastersUIndsui.Font = Enum.Font.SourceSans
  195. NaturalDisastersUIndsui.Text = "Natural Disasters UI/ Nds UI"
  196. NaturalDisastersUIndsui.TextColor3 = Color3.fromRGB(255, 255, 255)
  197. NaturalDisastersUIndsui.TextSize = 17.000
  198.  
  199. JailbreakUI.Name = "Jailbreak UI"
  200. JailbreakUI.Parent = Commands
  201. JailbreakUI.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  202. JailbreakUI.BackgroundTransparency = 1.000
  203. JailbreakUI.Position = UDim2.new(0, 0, 0.02218391, 0)
  204. JailbreakUI.Size = UDim2.new(0, 244, 0, 29)
  205. JailbreakUI.Font = Enum.Font.SourceSans
  206. JailbreakUI.Text = "Jailbreak UI"
  207. JailbreakUI.TextColor3 = Color3.fromRGB(255, 255, 255)
  208. JailbreakUI.TextSize = 17.000
  209.  
  210. ArsenalUI.Name = "Arsenal UI"
  211. ArsenalUI.Parent = Commands
  212. ArsenalUI.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  213. ArsenalUI.BackgroundTransparency = 1.000
  214. ArsenalUI.Position = UDim2.new(0, 0, 0.023850577, 0)
  215. ArsenalUI.Size = UDim2.new(0, 244, 0, 29)
  216. ArsenalUI.Font = Enum.Font.SourceSans
  217. ArsenalUI.Text = "Arsenal UI"
  218. ArsenalUI.TextColor3 = Color3.fromRGB(255, 255, 255)
  219. ArsenalUI.TextSize = 17.000
  220.  
  221. PrisonlifeUI.Name = "Prison life UI"
  222. PrisonlifeUI.Parent = Commands
  223. PrisonlifeUI.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  224. PrisonlifeUI.BackgroundTransparency = 1.000
  225. PrisonlifeUI.Position = UDim2.new(0, 0, 0.0255172439, 0)
  226. PrisonlifeUI.Size = UDim2.new(0, 244, 0, 29)
  227. PrisonlifeUI.Font = Enum.Font.SourceSans
  228. PrisonlifeUI.Text = "Prison life UI"
  229. PrisonlifeUI.TextColor3 = Color3.fromRGB(255, 255, 255)
  230. PrisonlifeUI.TextSize = 17.000
  231.  
  232. UnSuperSpeed.Name = "UnSuper Speed"
  233. UnSuperSpeed.Parent = Commands
  234. UnSuperSpeed.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  235. UnSuperSpeed.BackgroundTransparency = 1.000
  236. UnSuperSpeed.Position = UDim2.new(0, 0, 0.00695402315, 0)
  237. UnSuperSpeed.Size = UDim2.new(0, 244, 0, 29)
  238. UnSuperSpeed.Font = Enum.Font.SourceSans
  239. UnSuperSpeed.Text = "UnSuper Speed"
  240. UnSuperSpeed.TextColor3 = Color3.fromRGB(255, 255, 255)
  241. UnSuperSpeed.TextSize = 17.000
  242.  
  243. UnSuperJump.Name = "UnSuper Jump"
  244. UnSuperJump.Parent = Commands
  245. UnSuperJump.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  246. UnSuperJump.BackgroundTransparency = 1.000
  247. UnSuperJump.Position = UDim2.new(0, 0, 0.00333333341, 0)
  248. UnSuperJump.Size = UDim2.new(0, 244, 0, 29)
  249. UnSuperJump.Font = Enum.Font.SourceSans
  250. UnSuperJump.Text = "UnSuper Jump"
  251. UnSuperJump.TextColor3 = Color3.fromRGB(255, 255, 255)
  252. UnSuperJump.TextSize = 17.000
  253.  
  254. vflyspeed = 1
  255. vehicleflyspeed = 1
  256. function sFLY(vfly)
  257. repeat wait() until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:FindFirstChild('HumanoidRootPart') and game.Players.LocalPlayer.Character:FindFirstChild('Humanoid')
  258. repeat wait() until mouse
  259.  
  260. local T = game.Players.LocalPlayer.Character.HumanoidRootPart
  261. local CONTROL = {F = 0, B = 0, L = 0, R = 0, Q = 0, E = 0}
  262. local lCONTROL = {F = 0, B = 0, L = 0, R = 0, Q = 0, E = 0}
  263. local SPEED = 0
  264.  
  265. local function FLY()
  266. settings.vfly = true
  267. local BG = Instance.new('BodyGyro', T)
  268. local BV = Instance.new('BodyVelocity', T)
  269. BG.P = 9e4
  270. BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  271. BG.cframe = T.CFrame
  272. BV.velocity = Vector3.new(0, 0, 0)
  273. BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
  274. spawn(function()
  275. repeat wait()
  276. if not vfly then
  277. game.Players.LocalPlayer.Character:FindFirstChildOfClass('Humanoid').PlatformStand = true
  278. end
  279. if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 or CONTROL.Q + CONTROL.E ~= 0 then
  280. SPEED = 50
  281. elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 or CONTROL.Q + CONTROL.E ~= 0) and SPEED ~= 0 then
  282. SPEED = 0
  283. end
  284. if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 or (CONTROL.Q + CONTROL.E) ~= 0 then
  285. BV.velocity = ((workspace.CurrentCamera.CoordinateFrame.lookVector * (CONTROL.F + CONTROL.B)) + ((workspace.CurrentCamera.CoordinateFrame * CFrame.new(CONTROL.L + CONTROL.R, (CONTROL.F + CONTROL.B + CONTROL.Q + CONTROL.E) * 0.2, 0).p) - workspace.CurrentCamera.CoordinateFrame.p)) * SPEED
  286. lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
  287. elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and (CONTROL.Q + CONTROL.E) == 0 and SPEED ~= 0 then
  288. BV.velocity = ((workspace.CurrentCamera.CoordinateFrame.lookVector * (lCONTROL.F + lCONTROL.B)) + ((workspace.CurrentCamera.CoordinateFrame * CFrame.new(lCONTROL.L + lCONTROL.R, (lCONTROL.F + lCONTROL.B + CONTROL.Q + CONTROL.E) * 0.2, 0).p) - workspace.CurrentCamera.CoordinateFrame.p)) * SPEED
  289. else
  290. BV.velocity = Vector3.new(0, 0, 0)
  291. end
  292. BG.cframe = workspace.CurrentCamera.CoordinateFrame
  293. until not settings.vfly
  294. CONTROL = {F = 0, B = 0, L = 0, R = 0, Q = 0, E = 0}
  295. lCONTROL = {F = 0, B = 0, L = 0, R = 0, Q = 0, E = 0}
  296. SPEED = 0
  297. BG:destroy()
  298. BV:destroy()
  299. game.Players.LocalPlayer.Character:FindFirstChildOfClass('Humanoid').PlatformStand = false
  300. end)
  301. end
  302. mouse.KeyDown:connect(function(KEY)
  303. if KEY:lower() == 'w' then
  304. if vfly then
  305. CONTROL.F = vehicleflyspeed
  306. else
  307. CONTROL.F = vflyspeed
  308. end
  309. elseif KEY:lower() == 's' then
  310. if vfly then
  311. CONTROL.B = - vehicleflyspeed
  312. else
  313. CONTROL.B = - vflyspeed
  314. end
  315. elseif KEY:lower() == 'a' then
  316. if vfly then
  317. CONTROL.L = - vehicleflyspeed
  318. else
  319. CONTROL.L = - vflyspeed
  320. end
  321. elseif KEY:lower() == 'd' then
  322. if vfly then
  323. CONTROL.R = vehicleflyspeed
  324. else
  325. CONTROL.R = vflyspeed
  326. end
  327. elseif KEY:lower() == 'e' then
  328. if vfly then
  329. CONTROL.Q = vehicleflyspeed*2
  330. else
  331. CONTROL.Q = vflyspeed*2
  332. end
  333. elseif KEY:lower() == 'q' then
  334. if vfly then
  335. CONTROL.E = -vehicleflyspeed*2
  336. else
  337. CONTROL.E = -vflyspeed*2
  338. end
  339. end
  340. end)
  341. mouse.KeyUp:connect(function(KEY)
  342. if KEY:lower() == 'w' then
  343. CONTROL.F = 0
  344. elseif KEY:lower() == 's' then
  345. CONTROL.B = 0
  346. elseif KEY:lower() == 'a' then
  347. CONTROL.L = 0
  348. elseif KEY:lower() == 'd' then
  349. CONTROL.R = 0
  350. elseif KEY:lower() == 'e' then
  351. CONTROL.Q = 0
  352. elseif KEY:lower() == 'q' then
  353. CONTROL.E = 0
  354. end
  355. end)
  356. FLY()
  357. end
  358.  
  359. function NOFLY()
  360. settings.vfly = false
  361. game.Players.LocalPlayer.Character:FindFirstChildOfClass('Humanoid').PlatformStand = false
  362. end
  363.  
  364. game.Players.LocalPlayer.Chatted:Connect(function(msg)
  365. if msg == prefix.."fly" then
  366. settings.vfly = true
  367. sFLY()
  368. elseif msg == prefix.."unfly" then
  369. settings.vfly = false;
  370. NOFLY()
  371. elseif msg == prefix.."vfly" then
  372. settings.vfly = true
  373. sFLY(true)
  374. elseif msg == prefix.."unvfly" then
  375. settings.vfly = false;
  376. NOFLY()
  377. elseif msg == prefix.."nds ui" then
  378. loadstring(game:HttpGet(('https://pastebin.com/raw/AWAveD98'),true))()
  379. elseif msg == prefix.."natural disasters ui" then
  380. loadstring(game:HttpGet(('https://pastebin.com/raw/AWAveD98'),true))()
  381. elseif msg == prefix.."arsenal ui" then
  382. loadstring(game:HttpGet(('https://pastebin.com/raw/nMkXx2hM'),true))()
  383. elseif msg == prefix.."jailbreak ui" then
  384. loadstring(game:HttpGet(('https://pastebin.com/raw/JbzZL18s'),true))()
  385. elseif msg == prefix.."prison life ui" then
  386. loadstring(game:HttpGet(('https://pastebin.com/raw/80FnKHrR'),true))()
  387. elseif msg == prefix.."rejoin" then
  388. game:GetService('TeleportService'):Teleport(game.PlaceId)
  389. elseif msg == prefix.."rj" then
  390. game:GetService('TeleportService'):Teleport(game.PlaceId)
  391. elseif msg == prefix.."super speed" then
  392. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 90
  393. elseif msg == prefix.."unsuper speed" then
  394. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
  395. elseif msg == prefix.."super jump" then
  396. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 150
  397. elseif msg == prefix.."unsuper jump" then
  398. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50
  399. elseif msg == prefix.."noclip" then
  400. settings.noclipenable = true
  401. settings.noclip = false
  402. if settings.noclipenable then
  403. local function NoclipLoop()
  404. if settings.noclip == false and game.Players.LocalPlayer.Character ~= nil then
  405. for _, child in pairs(game.Players.LocalPlayer.Character:GetDescendants()) do
  406. if child:IsA("BasePart") and child.CanCollide == true then
  407. child.CanCollide = false
  408. end
  409. end
  410. end
  411. end
  412. Noclipping = game:GetService('RunService').Stepped:connect(NoclipLoop)
  413. else
  414. if Noclipping then
  415. Noclipping:Disconnect()
  416. end
  417. end
  418. elseif msg == prefix.."clip" then
  419. settings.noclipenable = true
  420. settings.noclip = true
  421. end
  422. end)
  423.  
  424. UserInput.InputBegan:Connect(function(key, gp)
  425. if key.KeyCode == settings.prefix then
  426. if UserInput:GetFocusedTextBox() == nil then
  427. game.CoreGui.UIAdmin.Holder.cmdbar:CaptureFocus()
  428. wait()
  429. game.CoreGui.UIAdmin.Holder.cmdbar.Text = ''
  430. end
  431. end
  432. end)
  433.  
  434. game.CoreGui.UIAdmin.Holder.cmdbar.FocusLost:Connect(function()
  435. if cmdbar.Text == "fly" then
  436. settings.vfly = true
  437. sFLY()
  438. elseif cmdbar.Text == "unfly" then
  439. settings.vfly = false
  440. NOFLY()
  441. elseif cmdbar.Text == 'rj' then
  442. game:GetService('TeleportService'):Teleport(game.PlaceId)
  443. elseif cmdbar.Text == "rejoin" then
  444. game:GetService('TeleportService'):Teleport(game.PlaceId)
  445. elseif cmdbar.Text == "vfly" then
  446. settings.vfly = true
  447. sFLY(true)
  448. elseif cmdbar.Text == "unvfly" then
  449. settings.vfly = false
  450. NOFLY()
  451. elseif cmdbar.Text == "super speed" then
  452. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 90
  453. elseif cmdbar.Text == "unsuper speed" then
  454. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
  455. elseif cmdbar.Text == "super jump" then
  456. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 150
  457. elseif cmdbar.Text == "unsuper jump" then
  458. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50
  459. elseif cmdbar.Text == "nds ui" then
  460. loadstring(game:HttpGet(('https://pastebin.com/raw/AWAveD98'),true))()
  461. elseif cmdbar.Text == "natural disasters ui" then
  462. loadstring(game:HttpGet(('https://pastebin.com/raw/AWAveD98'),true))()
  463. elseif cmdbar.Text == "arsenal ui" then
  464. loadstring(game:HttpGet(('https://pastebin.com/raw/nMkXx2hM'),true))()
  465. elseif cmdbar.Text == "jailbreak ui" then
  466. loadstring(game:HttpGet(('https://pastebin.com/raw/JbzZL18s'),true))()
  467. elseif cmdbar.Text == "prison life ui" then
  468. loadstring(game:HttpGet(('https://pastebin.com/raw/80FnKHrR'),true))()
  469. elseif cmdbar.Text == "noclip" then
  470. settings.noclipenable = true
  471. settings.noclip = false
  472. if settings.noclipenable then
  473. local function NoclipLoop()
  474. if settings.noclip == false and game.Players.LocalPlayer.Character ~= nil then
  475. for _, child in pairs(game.Players.LocalPlayer.Character:GetDescendants()) do
  476. if child:IsA("BasePart") and child.CanCollide == true then
  477. child.CanCollide = false
  478. end
  479. end
  480. end
  481. end
  482. Noclipping = game:GetService('RunService').Stepped:connect(NoclipLoop)
  483. else
  484. if Noclipping then
  485. Noclipping:Disconnect()
  486. end
  487. end
  488. elseif cmdbar.Text == "clip" then
  489. settings.noclipenable = false
  490. settings.noclip = true
  491. elseif cmdbar.Text == "" then
  492. warn("enter a valid command synapse dick rider!")
  493. end
  494. wait(.2)
  495. cmdbar.Text = ''
  496. end)
  497.  
  498. local cmds = game.CoreGui.UIAdmin.Holder.Commands
  499. local search = game.CoreGui.UIAdmin.Holder.cmdbar
  500. local filter_cmds = function(type)
  501. local n = 0
  502. if type == "Text" then
  503. for i, v in pairs(cmds:GetChildren()) do
  504. if v.Name:lower():match(search.Text:lower()) and string ~= "" then
  505. v.Visible = true
  506. n = n + 1
  507. else
  508. v.Visible = false
  509. end
  510. if v.Visible == true then
  511. v.Position = UDim2.new(0, 10, 0, -20 + n * 20)
  512. else
  513. v.Position = UDim2.new(0, 10, 0, -20 + i * 20)
  514. end
  515. end
  516. end
  517. end
  518.  
  519. search.Changed:Connect(filter_cmds)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement