BankHack

Untitled

Oct 23rd, 2018
299
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 357.13 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local GuiScript = Instance.new("ScreenGui")
  5. local Noob = Instance.new("Frame")
  6. local open = Instance.new("TextButton")
  7. local Yesh = Instance.new("Frame")
  8. local Frame = Instance.new("Frame")
  9. local TextButton = Instance.new("TextButton")
  10. local TextButton_2 = Instance.new("TextButton")
  11. local TextButton_3 = Instance.new("TextButton")
  12. local TextButton_4 = Instance.new("TextButton")
  13. local TextButton_5 = Instance.new("TextButton")
  14. local TextButton_6 = Instance.new("TextButton")
  15. local TextButton_7 = Instance.new("TextButton")
  16. local TextButton_8 = Instance.new("TextButton")
  17. --Properties:
  18. GuiScript.Name = "Gui Script"
  19. GuiScript.Parent = game.CoreGui
  20.  
  21. Noob.Name = "Noob"
  22. Noob.Parent = GuiScript
  23. Noob.BackgroundColor3 = Color3.new(0, 0, 0)
  24. Noob.Position = UDim2.new(0, 0, 0.496993959, 0)
  25. Noob.Size = UDim2.new(0, 94, 0, 30)
  26.  
  27. open.Name = "open"
  28. open.Parent = Noob
  29. open.BackgroundColor3 = Color3.new(0, 1, 1)
  30. open.BorderColor3 = Color3.new(1, 0, 0)
  31. open.Position = UDim2.new(-0.180851057, 0, 0, 0)
  32. open.Size = UDim2.new(0, 102, 0, 30)
  33. open.Font = Enum.Font.SourceSans
  34. open.Text = "open"
  35. open.TextColor3 = Color3.new(0, 0, 0)
  36. open.TextSize = 23
  37. open.MouseButton1Down:connect(function()
  38. Noob.Visible = true
  39. Yesh.Visible = false
  40. end)
  41.  
  42. Yesh.Name = "Yesh"
  43. Yesh.Parent = GuiScript
  44. Yesh.BackgroundColor3 = Color3.new(0, 1, 1)
  45. Yesh.Position = UDim2.new(0.0985401422, 0, 0.220440909, 0)
  46. Yesh.Size = UDim2.new(0, 162, 0, 306)
  47. Yesh.Active = true
  48. Yesh.Draggable = true
  49.  
  50. Frame.Parent = Yesh
  51. Frame.BackgroundColor3 = Color3.new(0.333333, 1, 0)
  52. Frame.Position = UDim2.new(-0.00617283955, 0, 0, 0)
  53. Frame.Size = UDim2.new(0, 162, 0, 21)
  54.  
  55. TextButton.Parent = Frame
  56. TextButton.BackgroundColor3 = Color3.new(1, 0, 0)
  57. TextButton.Position = UDim2.new(0.870370448, 0, 0.142857075, 0)
  58. TextButton.Size = UDim2.new(0, 21, 0, 15)
  59. TextButton.Font = Enum.Font.SourceSans
  60. TextButton.Text = "X"
  61. TextButton.TextColor3 = Color3.new(0, 0, 0)
  62. TextButton.TextSize = 19
  63. TextButton.MouseButton1Down:connect(function()
  64. Yesh.Visible = true
  65. Noob.Visible = false
  66. end)
  67.  
  68. TextButton_2.Parent = Yesh
  69. TextButton_2.BackgroundColor3 = Color3.new(1, 0, 0.498039)
  70. TextButton_2.BorderColor3 = Color3.new(1, 1, 0)
  71. TextButton_2.Position = UDim2.new(0.0679012388, 0, 0.262234986, 0)
  72. TextButton_2.Size = UDim2.new(0, 139, 0, 27)
  73. TextButton_2.Font = Enum.Font.SourceSans
  74. TextButton_2.Text = "Click tp"
  75. TextButton_2.TextColor3 = Color3.new(0, 0, 0)
  76. TextButton_2.TextSize = 19
  77. TextButton_2.MouseButton1Down:connect(function()
  78. player1=game.Players.LocalPlayer
  79.  
  80. q=Instance.new('HopperBin', player1.Backpack)
  81. q.Name = 'Click Teleport'
  82.  
  83.  
  84. bin = q
  85.  
  86.  
  87.  
  88. function teleportPlayer(pos)
  89. local player = game.Players.LocalPlayer
  90. if player == nil or player.Character == nil then return end
  91. player.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(pos.x, pos.y + 7, pos.z))
  92. end
  93.  
  94.  
  95. enabled = true
  96. function onButton1Down(mouse)
  97. if not enabled then
  98. return
  99. end
  100.  
  101. local player = game.Players.LocalPlayer
  102. if player == nil then return end
  103.  
  104.  
  105. enabled = false
  106. local cf = mouse.Hit
  107. local v = cf.lookVector
  108.  
  109. teleportPlayer(cf.p)
  110.  
  111. wait()
  112. enabled = true
  113.  
  114. end
  115.  
  116. function onSelected(mouse)
  117. mouse.Icon = "rbxasset://textures\\ArrowCursor.png"
  118. mouse.Button1Down:connect(function() onButton1Down(mouse) end)
  119. end
  120.  
  121. bin.Selected:connect(onSelected)
  122. end)
  123.  
  124. TextButton_3.Parent = Yesh
  125. TextButton_3.BackgroundColor3 = Color3.new(1, 0, 0.498039)
  126. TextButton_3.BorderColor3 = Color3.new(1, 1, 0)
  127. TextButton_3.Position = UDim2.new(0.0617283992, 0, 0.377426744, 0)
  128. TextButton_3.Size = UDim2.new(0, 139, 0, 27)
  129. TextButton_3.Font = Enum.Font.SourceSans
  130. TextButton_3.Text = "Super Pepo"
  131. TextButton_3.TextColor3 = Color3.new(0, 0, 0)
  132. TextButton_3.TextSize = 19
  133. TextButton_3.MouseButton1Down:connect(function()
  134. --Made by Neb#7444, Neb0 @ v3rmillion.net
  135. --credits to the people who made the Kill All and Auto Farm scripts.
  136.  
  137. -- Instances:
  138. local SuperHeroGUI = Instance.new("ScreenGui")
  139. local Mainframe = Instance.new("Frame")
  140. local title = Instance.new("TextLabel")
  141. local AutoFarm = Instance.new("TextButton")
  142. local IntructionText = Instance.new("TextLabel")
  143. local KillAll = Instance.new("TextButton")
  144. local tptornado = Instance.new("TextButton")
  145. local tpvolacno = Instance.new("TextButton")
  146. local tpicemoun = Instance.new("TextButton")
  147. local tpsecret = Instance.new("TextButton")
  148. local tpcrystal = Instance.new("TextButton")
  149. local tpsafezone = Instance.new("TextButton")
  150. local credits = Instance.new("TextLabel")
  151. --Properties:
  152. SuperHeroGUI.Name = "SuperHeroGUI"
  153. SuperHeroGUI.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  154.  
  155. Mainframe.Name = "Mainframe"
  156. Mainframe.Parent = SuperHeroGUI
  157. Mainframe.BackgroundColor3 = Color3.new(0, 0, 0)
  158. Mainframe.BackgroundTransparency = 0.5
  159. Mainframe.Position = UDim2.new(0.332896471, 0, 0.260956168, 0)
  160. Mainframe.Size = UDim2.new(0, 254, 0, 185)
  161.  
  162. title.Name = "title"
  163. title.Parent = Mainframe
  164. title.BackgroundColor3 = Color3.new(0.329412, 0, 0.498039)
  165. title.Position = UDim2.new(0, 0, -0.275503367, 0)
  166. title.Size = UDim2.new(0, 254, 0, 50)
  167. title.Font = Enum.Font.Code
  168. title.Text = "Super Power Training Simulator GUI"
  169. title.TextColor3 = Color3.new(1, 1, 1)
  170. title.TextScaled = true
  171. title.TextSize = 14
  172. title.TextWrapped = true
  173.  
  174. AutoFarm.Name = "AutoFarm"
  175. AutoFarm.Parent = Mainframe
  176. AutoFarm.BackgroundColor3 = Color3.new(0.219608, 0, 0.329412)
  177. AutoFarm.Position = UDim2.new(0.0433070846, 0, 0.0585774034, 0)
  178. AutoFarm.Size = UDim2.new(0, 69, 0, 28)
  179. AutoFarm.Font = Enum.Font.Code
  180. AutoFarm.Text = "Auto Farm"
  181. AutoFarm.TextColor3 = Color3.new(1, 1, 1)
  182. AutoFarm.TextScaled = true
  183. AutoFarm.TextSize = 14
  184. AutoFarm.TextWrapped = true
  185.  
  186. IntructionText.Name = "IntructionText"
  187. IntructionText.Parent = Mainframe
  188. IntructionText.BackgroundColor3 = Color3.new(0, 0, 0)
  189. IntructionText.Position = UDim2.new(0, 0, 1, 0)
  190. IntructionText.Size = UDim2.new(0, 254, 0, 66)
  191. IntructionText.Font = Enum.Font.Code
  192. IntructionText.Text = "Hover over buttons to see info."
  193. IntructionText.TextColor3 = Color3.new(1, 1, 1)
  194. IntructionText.TextScaled = true
  195. IntructionText.TextSize = 14
  196. IntructionText.TextWrapped = true
  197.  
  198. KillAll.Name = "KillAll"
  199. KillAll.Parent = Mainframe
  200. KillAll.BackgroundColor3 = Color3.new(0.219608, 0, 0.329412)
  201. KillAll.Position = UDim2.new(0.366141737, 0, 0.0585774034, 0)
  202. KillAll.Size = UDim2.new(0, 69, 0, 28)
  203. KillAll.Font = Enum.Font.Code
  204. KillAll.Text = "Kill All"
  205. KillAll.TextColor3 = Color3.new(1, 1, 1)
  206. KillAll.TextScaled = true
  207. KillAll.TextSize = 14
  208. KillAll.TextWrapped = true
  209.  
  210. tptornado.Name = "tptornado"
  211. tptornado.Parent = Mainframe
  212. tptornado.BackgroundColor3 = Color3.new(0.219608, 0, 0.329412)
  213. tptornado.Position = UDim2.new(0.681102395, 0, 0.0585774034, 0)
  214. tptornado.Size = UDim2.new(0, 69, 0, 28)
  215. tptornado.Font = Enum.Font.Code
  216. tptornado.Text = "Teleport to Tornado"
  217. tptornado.TextColor3 = Color3.new(1, 1, 1)
  218. tptornado.TextScaled = true
  219. tptornado.TextSize = 14
  220. tptornado.TextWrapped = true
  221.  
  222. tpvolacno.Name = "tpvolacno"
  223. tpvolacno.Parent = Mainframe
  224. tpvolacno.BackgroundColor3 = Color3.new(0.219608, 0, 0.329412)
  225. tpvolacno.Position = UDim2.new(0.0433071256, 0, 0.268522143, 0)
  226. tpvolacno.Size = UDim2.new(0, 69, 0, 28)
  227. tpvolacno.Font = Enum.Font.Code
  228. tpvolacno.Text = "Teleport to Volcano"
  229. tpvolacno.TextColor3 = Color3.new(1, 1, 1)
  230. tpvolacno.TextScaled = true
  231. tpvolacno.TextSize = 14
  232. tpvolacno.TextWrapped = true
  233.  
  234. tpicemoun.Name = "tpicemoun"
  235. tpicemoun.Parent = Mainframe
  236. tpicemoun.BackgroundColor3 = Color3.new(0.219608, 0, 0.329412)
  237. tpicemoun.Position = UDim2.new(0.36220476, 0, 0.268522143, 0)
  238. tpicemoun.Size = UDim2.new(0, 69, 0, 28)
  239. tpicemoun.Font = Enum.Font.Code
  240. tpicemoun.Text = "Teleport to Ice Moutain"
  241. tpicemoun.TextColor3 = Color3.new(1, 1, 1)
  242. tpicemoun.TextScaled = true
  243. tpicemoun.TextSize = 14
  244. tpicemoun.TextWrapped = true
  245.  
  246. tpsecret.Name = "tpsecret"
  247. tpsecret.Parent = Mainframe
  248. tpsecret.BackgroundColor3 = Color3.new(0.219608, 0, 0.329412)
  249. tpsecret.Position = UDim2.new(0.681102395, 0, 0.268522143, 0)
  250. tpsecret.Size = UDim2.new(0, 69, 0, 28)
  251. tpsecret.Font = Enum.Font.Code
  252. tpsecret.Text = "Teleport to Secret Training"
  253. tpsecret.TextColor3 = Color3.new(1, 1, 1)
  254. tpsecret.TextScaled = true
  255. tpsecret.TextSize = 14
  256. tpsecret.TextWrapped = true
  257.  
  258. tpcrystal.Name = "tpcrystal"
  259. tpcrystal.Parent = Mainframe
  260. tpcrystal.BackgroundColor3 = Color3.new(0.219608, 0, 0.329412)
  261. tpcrystal.Position = UDim2.new(0.0433071256, 0, 0.461892307, 0)
  262. tpcrystal.Size = UDim2.new(0, 69, 0, 28)
  263. tpcrystal.Font = Enum.Font.Code
  264. tpcrystal.Text = "Teleport to Crystal"
  265. tpcrystal.TextColor3 = Color3.new(1, 1, 1)
  266. tpcrystal.TextScaled = true
  267. tpcrystal.TextSize = 14
  268. tpcrystal.TextWrapped = true
  269.  
  270. tpsafezone.Name = "tpsafezone"
  271. tpsafezone.Parent = Mainframe
  272. tpsafezone.BackgroundColor3 = Color3.new(0.219608, 0, 0.329412)
  273. tpsafezone.Position = UDim2.new(0.36220476, 0, 0.461892307, 0)
  274. tpsafezone.Size = UDim2.new(0, 69, 0, 28)
  275. tpsafezone.Font = Enum.Font.Code
  276. tpsafezone.Text = "Teleport to Safe Zone"
  277. tpsafezone.TextColor3 = Color3.new(1, 1, 1)
  278. tpsafezone.TextScaled = true
  279. tpsafezone.TextSize = 14
  280. tpsafezone.TextWrapped = true
  281.  
  282. credits.Name = "credits"
  283. credits.Parent = Mainframe
  284. credits.BackgroundColor3 = Color3.new(1, 1, 1)
  285. credits.BackgroundTransparency = 1
  286. credits.Position = UDim2.new(0, 0, 0.762162149, 0)
  287. credits.Size = UDim2.new(0, 254, 0, 44)
  288. credits.Font = Enum.Font.Code
  289. credits.Text = "Made by Neb#7444, Neb0 @ v3rmillion"
  290. credits.TextColor3 = Color3.new(1, 1, 1)
  291. credits.TextSize = 14
  292. credits.TextWrapped = true
  293. -- Scripts:
  294. function SCRIPT_HRFZ65_FAKESCRIPT() -- AutoFarm.Script
  295. getfenv().script = Instance.new('Script', AutoFarm)
  296.  
  297. local button = script.Parent
  298.  
  299. button.MouseButton1Click:Connect(function()
  300. local arguments = {"+JF1", "+FS1", "+FS2", "+PP1", "+MS1", "+BT1", "+FS3", "+MS5", "+JF5", "+PP2"}
  301. local remote = game.ReplicatedStorage.RemoteEvent
  302.  
  303. while wait() do
  304. for i,v in pairs(arguments) do
  305. remote:FireServer({[1] = v})
  306. end
  307. end
  308. end)
  309.  
  310. end
  311. coroutine.resume(coroutine.create(SCRIPT_HRFZ65_FAKESCRIPT))
  312. function SCRIPT_FHUP65_FAKESCRIPT() -- IntructionText.Script
  313. getfenv().script = Instance.new('Script', IntructionText)
  314.  
  315. local read = script.Parent
  316. local AutoFarmHover = script.Parent.Parent.AutoFarm
  317. local KillAllHover = script.Parent.Parent.KillAll
  318. local tornadohover = script.Parent.Parent.tptornado
  319. local volcanohover = script.Parent.Parent.tpvolacno
  320. local icemountainhover = script.Parent.Parent.tpicemoun
  321. local secrettraininghover = script.Parent.Parent.tpsecret
  322. local crystalhover = script.Parent.Parent.tpcrystal
  323. local safezonehover = script.Parent.Parent.tpsafezone
  324.  
  325.  
  326. AutoFarmHover.MouseEnter:Connect(function()
  327. read.Text = "Instructions: For maximum training speed, equip the 100 ton weight, fly, equip the psychic power, and go to a place where you gain lots of body toughness (ex. volcano)"
  328. end)
  329. KillAllHover.MouseEnter:Connect(function()
  330. read.Text = "Instructions: This teleports everyone to you, so you can kill them. If you want to avoid knockback from higher opponents, spam 'C' to punch everyone but avoid knockback. Also, flying while attacking makes it easier to hit your opponents."
  331. end)
  332. tornadohover.MouseEnter:Connect(function()
  333. read.Text = "Teleports you to the huge tornado for extra body toughness. 1,000,000+ Body Toughness required to survive."
  334. end)
  335. volcanohover.MouseEnter:Connect(function()
  336. read.Text = "Teleports you to the volcano for extra body toughness, 10,000,000+ Body Toughness required to survive."
  337. end)
  338. icemountainhover.MouseEnter:Connect(function()
  339. read.Text = "Teleports you to the ice mountain for extra body toughness, 100,000+ Body Toughness requred to survive."
  340. end)
  341. secrettraininghover.MouseEnter:Connect(function()
  342. read.Text = "Teleports you the secret training area extra body toughness. The fiery area requires 10,000+ body toughness, while the ice pool requres 100+ body toughness to survive."
  343. end)
  344. crystalhover.MouseEnter:Connect(function()
  345. read.Text = "Teleports you to the crystal, where you can train your fist stength with 100x."
  346. end)
  347. safezonehover.MouseEnter:Connect(function()
  348. read.Text = "Teleports you to the safe zone, where no one can attack you."
  349. end)
  350. wait()
  351.  
  352.  
  353. end
  354. coroutine.resume(coroutine.create(SCRIPT_FHUP65_FAKESCRIPT))
  355. function SCRIPT_LXSU67_FAKESCRIPT() -- KillAll.Script
  356. getfenv().script = Instance.new('Script', KillAll)
  357.  
  358. local killall = script.Parent
  359.  
  360. killall.MouseButton1Click:connect(function()
  361. run = not run
  362. local function tp()
  363. for i, player in ipairs(game.Players:GetChildren()) do
  364. if player.Character and player.Character:FindFirstChild("HumanoidRootPart") then
  365. player.Character.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.lookVector * 1
  366. end
  367. end
  368. end
  369. if run then
  370. killall.Text = "Kill All: ON"
  371. while wait() do
  372. if run then
  373. tp()
  374. end
  375. end
  376. end
  377. killall.Text = "KillAll: OFF"
  378. end)
  379.  
  380.  
  381. end
  382. coroutine.resume(coroutine.create(SCRIPT_LXSU67_FAKESCRIPT))
  383. function SCRIPT_XDLP66_FAKESCRIPT() -- tptornado.Script
  384. getfenv().script = Instance.new('Script', tptornado)
  385.  
  386. local tpvrol = script.Parent
  387.  
  388. tpvrol.MouseButton1Click:Connect(function()
  389. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-2277.8, 945, 1098)
  390. end)
  391.  
  392. end
  393. coroutine.resume(coroutine.create(SCRIPT_XDLP66_FAKESCRIPT))
  394. function SCRIPT_XBIP69_FAKESCRIPT() -- tpvolacno.Script
  395. getfenv().script = Instance.new('Script', tpvolacno)
  396.  
  397. local tpvol = script.Parent
  398.  
  399. tpvol.MouseButton1Click:Connect(function()
  400. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1977, 747, -1872)
  401. end)
  402.  
  403. end
  404. coroutine.resume(coroutine.create(SCRIPT_XBIP69_FAKESCRIPT))
  405. function SCRIPT_RTGC76_FAKESCRIPT() -- tpicemoun.Script
  406. getfenv().script = Instance.new('Script', tpicemoun)
  407.  
  408. local atpvol = script.Parent
  409.  
  410. atpvol.MouseButton1Click:Connect(function()
  411. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1615, 269, 2250)
  412. end)
  413.  
  414. end
  415. coroutine.resume(coroutine.create(SCRIPT_RTGC76_FAKESCRIPT))
  416. function SCRIPT_NNOR80_FAKESCRIPT() -- tpsecret.Script
  417. getfenv().script = Instance.new('Script', tpsecret)
  418.  
  419. local atpvodl = script.Parent
  420.  
  421. atpvodl.MouseButton1Click:Connect(function()
  422. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(332, 263, -451)
  423. end)
  424.  
  425. end
  426. coroutine.resume(coroutine.create(SCRIPT_NNOR80_FAKESCRIPT))
  427. function SCRIPT_BWSM69_FAKESCRIPT() -- tpcrystal.Script
  428. getfenv().script = Instance.new('Script', tpcrystal)
  429.  
  430. local crystal = script.Parent
  431.  
  432. crystal.MouseButton1Click:Connect(function()
  433. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-2246, 1943, 1042)
  434. end)
  435.  
  436. end
  437. coroutine.resume(coroutine.create(SCRIPT_BWSM69_FAKESCRIPT))
  438. function SCRIPT_EDPO78_FAKESCRIPT() -- tpsafezone.Script
  439. getfenv().script = Instance.new('Script', tpsafezone)
  440.  
  441. local spawntp = script.Parent
  442.  
  443. spawntp.MouseButton1Click:Connect(function()
  444. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(446, 248, 883)
  445. end)
  446.  
  447. end
  448. coroutine.resume(coroutine.create(SCRIPT_EDPO78_FAKESCRIPT))
  449. function SCRIPT_SZGE87_FAKESCRIPT() -- Mainframe.Script
  450. getfenv().script = Instance.new('Script', Mainframe)
  451.  
  452. script.Parent.Active = true
  453. script.Parent.Draggable = true
  454.  
  455.  
  456. end
  457. coroutine.resume(coroutine.create(SCRIPT_SZGE87_FAKESCRIPT))
  458. function SCRIPT_VTTM83_FAKESCRIPT() -- SuperHeroGUI.Script
  459. getfenv().script = Instance.new('Script', SuperHeroGUI)
  460.  
  461. script.Parent.ResetOnSpawn = false
  462.  
  463. end
  464. coroutine.resume(coroutine.create(SCRIPT_VTTM83_FAKESCRIPT))
  465. end)
  466.  
  467. TextButton_4.Parent = Yesh
  468. TextButton_4.BackgroundColor3 = Color3.new(1, 0, 0.498039)
  469. TextButton_4.BorderColor3 = Color3.new(1, 1, 0)
  470. TextButton_4.Position = UDim2.new(0.0617283992, 0, 0.506567121, 0)
  471. TextButton_4.Size = UDim2.new(0, 139, 0, 27)
  472. TextButton_4.Font = Enum.Font.SourceSans
  473. TextButton_4.Text = "int Sowrd Zb At"
  474. TextButton_4.TextColor3 = Color3.new(0, 0, 0)
  475. TextButton_4.TextSize = 19
  476. TextButton_4.MouseButton1Down:connect(function()
  477. --[[
  478. Please feel free to vouch for us!
  479. Scripted By: xXVenomouzIncXx
  480. Please don't take credit for my script,
  481. You new users!
  482. ]]
  483.  
  484. local Player = game.Players.LocalPlayer
  485. local Mouse = Player:GetMouse()
  486.  
  487. function FireKnife()
  488. local GetCurrentKnife = Player.Character:GetChildren()
  489. for i=1, #GetCurrentKnife do
  490. if GetCurrentKnife[i].ClassName == "Tool" then
  491. game.ReplicatedStorage.forhackers:InvokeServer(
  492. "throw",
  493. GetCurrentKnife[i].Name,
  494. CFrame.new(Mouse.Hit.p)
  495. )
  496. end
  497. end
  498. end
  499.  
  500. Mouse.Button1Down:connect(function()
  501. FireKnife()
  502. end)
  503.  
  504. Mouse.Button1Up:connect(function()
  505. FireKnife()
  506. end)
  507. end)
  508.  
  509. TextButton_5.Parent = Yesh
  510. TextButton_5.BackgroundColor3 = Color3.new(1, 0, 0.498039)
  511. TextButton_5.BorderColor3 = Color3.new(1, 1, 0)
  512. TextButton_5.Position = UDim2.new(0.0679012388, 0, 0.637717366, 0)
  513. TextButton_5.Size = UDim2.new(0, 139, 0, 27)
  514. TextButton_5.Font = Enum.Font.SourceSans
  515. TextButton_5.Text = "TopKek 4.0"
  516. TextButton_5.TextColor3 = Color3.new(0, 0, 0)
  517. TextButton_5.TextSize = 19
  518. TextButton_5.MouseButton1Down:connect(function()
  519. -- edited by bork so it works with proto XD
  520. local topkek = {}
  521. topkek.patch = '1.0.5a'
  522. topkek.data = {}
  523. topkek.commandbase = {}
  524. topkek.navigation = {}
  525. topkek.banmgr = {}
  526. topkek.lplr = game:GetService('Players').LocalPlayer
  527.  
  528. topkek.tools = {}
  529. topkek.tools.gui = {}
  530. topkek.tools.util = {}
  531. topkek.tools.animator = {}
  532.  
  533. topkek.windows = {}
  534. topkek.windows.lplr = {}
  535. topkek.windows.server = {}
  536. topkek.windows.players = {}
  537. topkek.windows.destruction = {}
  538. topkek.windows.scripts = {}
  539. topkek.windows.misc = {}
  540.  
  541. topkek.misc = {}
  542.  
  543. local NewGuiPart1 = Instance.new("ScreenGui", game.Players.LocalPlayer.PlayerGui)
  544. NewGuiPart1.Name = "4.0"
  545. -------
  546. local NewGuiPart2 = Instance.new("Frame")
  547. NewGuiPart2.Active = true
  548. NewGuiPart2.BackgroundColor3 = Color3.new(0.509804, 0.184314, 0.184314)
  549. NewGuiPart2.BorderSizePixel = 0
  550. NewGuiPart2.Name = "Main"
  551. NewGuiPart2.Position = UDim2.new(0, 300, 0, 50)
  552. NewGuiPart2.Selectable = true
  553. NewGuiPart2.Size = UDim2.new(0, 470, 0, 395)
  554. NewGuiPart2.Visible = false
  555. NewGuiPart2.ClipsDescendants = true
  556. NewGuiPart2.Draggable = true
  557. NewGuiPart2.Parent = NewGuiPart1
  558. -------
  559. local NewGuiPart3 = Instance.new("Frame")
  560. NewGuiPart3.BackgroundColor3 = Color3.new(0.623529, 0.223529, 0.223529)
  561. NewGuiPart3.BorderSizePixel = 0
  562. NewGuiPart3.Name = "Topbar"
  563. NewGuiPart3.Position = UDim2.new(0, 150, 0, 0)
  564. NewGuiPart3.Size = UDim2.new(0, 320, 0, 30)
  565. NewGuiPart3.Parent = NewGuiPart2
  566. -------
  567. local NewGuiPart4 = Instance.new("TextLabel")
  568. NewGuiPart4.BackgroundTransparency = 1
  569. NewGuiPart4.Name = "PlayerName"
  570. NewGuiPart4.Position = UDim2.new(0, -140, 0, 0)
  571. NewGuiPart4.Size = UDim2.new(0.5, 0, 1, 0)
  572. NewGuiPart4.Visible = false
  573. NewGuiPart4.ZIndex = 4
  574. NewGuiPart4.Font = Enum.Font.Arcade
  575. NewGuiPart4.FontSize = Enum.FontSize.Size18
  576. NewGuiPart4.Text = "Player1"
  577. NewGuiPart4.TextColor3 = Color3.new(1, 1, 1)
  578. NewGuiPart4.TextXAlignment = Enum.TextXAlignment.Left
  579. NewGuiPart4.Parent = NewGuiPart3
  580. -------
  581. local NewGuiPart5 = Instance.new("Frame")
  582. NewGuiPart5.BackgroundTransparency = 1
  583. NewGuiPart5.Name = "Controllers"
  584. NewGuiPart5.Position = UDim2.new(1, -128, 0, 3)
  585. NewGuiPart5.Size = UDim2.new(0, 125, 1, -6)
  586. NewGuiPart5.Parent = NewGuiPart3
  587. -------
  588. local NewGuiPart6 = Instance.new("TextButton")
  589. NewGuiPart6.Active = true
  590. NewGuiPart6.AutoButtonColor = false
  591. NewGuiPart6.BackgroundColor3 = Color3.new(0.552941, 0.105882, 0.105882)
  592. NewGuiPart6.BorderSizePixel = 0
  593. NewGuiPart6.Name = "Exit"
  594. NewGuiPart6.Position = UDim2.new(1, -24, 0, 0)
  595. NewGuiPart6.Selectable = true
  596. NewGuiPart6.Size = UDim2.new(0, 24, 0, 24)
  597. NewGuiPart6.Style = Enum.ButtonStyle.Custom
  598. NewGuiPart6.FontSize = Enum.FontSize.Size14
  599. NewGuiPart6.Text = ""
  600. NewGuiPart6.Parent = NewGuiPart5
  601. -------
  602. local NewGuiPart7 = Instance.new("TextButton")
  603. NewGuiPart7.Active = true
  604. NewGuiPart7.AutoButtonColor = false
  605. NewGuiPart7.BackgroundColor3 = Color3.new(0.780392, 0.34902, 0)
  606. NewGuiPart7.BorderSizePixel = 0
  607. NewGuiPart7.Name = "Hide"
  608. NewGuiPart7.Position = UDim2.new(1, -50, 0, 0)
  609. NewGuiPart7.Selectable = true
  610. NewGuiPart7.Size = UDim2.new(0, 24, 0, 24)
  611. NewGuiPart7.Style = Enum.ButtonStyle.Custom
  612. NewGuiPart7.FontSize = Enum.FontSize.Size14
  613. NewGuiPart7.Text = ""
  614. NewGuiPart7.Parent = NewGuiPart5
  615. -------
  616. local NewGuiPart8 = Instance.new("TextLabel")
  617. NewGuiPart8.BackgroundTransparency = 1
  618. NewGuiPart8.Name = "IsFE"
  619. NewGuiPart8.Size = UDim2.new(0, 65, 1, 0)
  620. NewGuiPart8.FontSize = Enum.FontSize.Size18
  621. NewGuiPart8.Text = "Not FE"
  622. NewGuiPart8.TextColor3 = Color3.new(0.333333, 0.666667, 0)
  623. NewGuiPart8.TextStrokeTransparency = 0.69999998807907
  624. NewGuiPart8.TextXAlignment = Enum.TextXAlignment.Right
  625. NewGuiPart8.Parent = NewGuiPart5
  626. -------
  627. local NewGuiPart9 = Instance.new("TextLabel")
  628. NewGuiPart9.BackgroundTransparency = 1
  629. NewGuiPart9.Name = "Stella"
  630. NewGuiPart9.Position = UDim2.new(0, -150, 0, 0)
  631. NewGuiPart9.Size = UDim2.new(1, 150, 1, 0)
  632. NewGuiPart9.ZIndex = 2
  633. NewGuiPart9.Font = Enum.Font.Arcade
  634. NewGuiPart9.FontSize = Enum.FontSize.Size18
  635. NewGuiPart9.Text = "[Stella]"
  636. NewGuiPart9.TextColor3 = Color3.new(0.054902, 0.0745098, 0.498039)
  637. NewGuiPart9.Parent = NewGuiPart3
  638. -------
  639. local NewGuiPart10 = Instance.new("Frame")
  640. NewGuiPart10.BackgroundTransparency = 1
  641. NewGuiPart10.Name = "Holder"
  642. NewGuiPart10.Position = UDim2.new(0, 150, 0, 30)
  643. NewGuiPart10.Size = UDim2.new(0, 320, 0, 365)
  644. NewGuiPart10.Parent = NewGuiPart2
  645. -------
  646. local NewGuiPart11 = Instance.new("Frame")
  647. NewGuiPart11.BackgroundTransparency = 1
  648. NewGuiPart11.Name = "Home"
  649. NewGuiPart11.Size = UDim2.new(1, 0, 1, 0)
  650. NewGuiPart11.Parent = NewGuiPart10
  651. -------
  652. local NewGuiPart12 = Instance.new("TextLabel")
  653. NewGuiPart12.BackgroundTransparency = 1
  654. NewGuiPart12.BorderSizePixel = 0
  655. NewGuiPart12.Name = "Title1"
  656. NewGuiPart12.Position = UDim2.new(0, 30, 0, 3)
  657. NewGuiPart12.Selectable = true
  658. NewGuiPart12.Size = UDim2.new(1, -30, 0, 40)
  659. NewGuiPart12.Font = Enum.Font.SourceSansBold
  660. NewGuiPart12.FontSize = Enum.FontSize.Size42
  661. NewGuiPart12.Text = "T0PK3K 4.0"
  662. NewGuiPart12.TextColor3 = Color3.new(1, 1, 1)
  663. NewGuiPart12.TextStrokeTransparency = 0.5
  664. NewGuiPart12.TextXAlignment = Enum.TextXAlignment.Left
  665. NewGuiPart12.Parent = NewGuiPart11
  666. -------
  667. local NewGuiPart13 = Instance.new("TextLabel")
  668. NewGuiPart13.BackgroundTransparency = 1
  669. NewGuiPart13.BorderSizePixel = 0
  670. NewGuiPart13.Name = "Title2"
  671. NewGuiPart13.Position = UDim2.new(0.600000024, 5, 0, -5)
  672. NewGuiPart13.Size = UDim2.new(0.400000006, 0, 1, 0)
  673. NewGuiPart13.Font = Enum.Font.SourceSansBold
  674. NewGuiPart13.FontSize = Enum.FontSize.Size18
  675. NewGuiPart13.Text = "by nosyliam"
  676. NewGuiPart13.TextColor3 = Color3.new(1, 1, 1)
  677. NewGuiPart13.TextStrokeTransparency = 0.5
  678. NewGuiPart13.TextXAlignment = Enum.TextXAlignment.Left
  679. NewGuiPart13.TextYAlignment = Enum.TextYAlignment.Bottom
  680. NewGuiPart13.Parent = NewGuiPart12
  681. -------
  682. local NewGuiPart14 = Instance.new("Frame")
  683. NewGuiPart14.BackgroundColor3 = Color3.new(0.509804, 0.184314, 0.184314)
  684. NewGuiPart14.BorderColor3 = Color3.new(0.32549, 0, 0)
  685. NewGuiPart14.Name = "Container"
  686. NewGuiPart14.Position = UDim2.new(0, 16, 0, 50)
  687. NewGuiPart14.Size = UDim2.new(1, -30, 0, 250)
  688. NewGuiPart14.Parent = NewGuiPart11
  689. -------
  690. local NewGuiPart15 = Instance.new("TextLabel")
  691. NewGuiPart15.BackgroundColor3 = Color3.new(0.639216, 0.223529, 0.223529)
  692. NewGuiPart15.BorderSizePixel = 0
  693. NewGuiPart15.Name = "Message"
  694. NewGuiPart15.Position = UDim2.new(0, 15, 0, 305)
  695. NewGuiPart15.Size = UDim2.new(1, -30, 0, 25)
  696. NewGuiPart15.Font = Enum.Font.Highway
  697. NewGuiPart15.FontSize = Enum.FontSize.Size14
  698. NewGuiPart15.Text = "Server Message: variable is gay"
  699. NewGuiPart15.TextColor3 = Color3.new(0.886275, 0.886275, 0.886275)
  700. NewGuiPart15.TextStrokeTransparency = 0.69999998807907
  701. NewGuiPart15.Parent = NewGuiPart11
  702. -------
  703. local NewGuiPart16 = Instance.new("TextBox")
  704. NewGuiPart16.BackgroundColor3 = Color3.new(0.639216, 0.223529, 0.223529)
  705. NewGuiPart16.BorderColor3 = Color3.new(0.32549, 0, 0)
  706. NewGuiPart16.Name = "Command"
  707. NewGuiPart16.Position = UDim2.new(0, 15, 0, 335)
  708. NewGuiPart16.Size = UDim2.new(1, -30, 0, 20)
  709. NewGuiPart16.Font = Enum.Font.Code
  710. NewGuiPart16.FontSize = Enum.FontSize.Size12
  711. NewGuiPart16.Text = "Press ; to enter a command"
  712. NewGuiPart16.TextColor3 = Color3.new(0.819608, 0.819608, 0.819608)
  713. NewGuiPart16.TextStrokeTransparency = 0.80000001192093
  714. NewGuiPart16.TextTransparency = 0.30000001192093
  715. NewGuiPart16.Parent = NewGuiPart10
  716. -------
  717. local NewGuiPart17 = Instance.new("Frame")
  718. NewGuiPart17.BackgroundTransparency = 1
  719. NewGuiPart17.Name = "Template"
  720. NewGuiPart17.Size = UDim2.new(1, 0, 1, 0)
  721. NewGuiPart17.Visible = false
  722. NewGuiPart17.ZIndex = 2
  723. NewGuiPart17.Parent = NewGuiPart10
  724. -------
  725. local NewGuiPart18 = Instance.new("ScrollingFrame")
  726. NewGuiPart18.Active = true
  727. NewGuiPart18.BackgroundColor3 = Color3.new(0.509804, 0.184314, 0.184314)
  728. NewGuiPart18.BorderColor3 = Color3.new(0.32549, 0, 0)
  729. NewGuiPart18.Name = "Container"
  730. NewGuiPart18.Position = UDim2.new(0, 15, 0, 10)
  731. NewGuiPart18.Selectable = true
  732. NewGuiPart18.Size = UDim2.new(1, -30, 0, 320)
  733. NewGuiPart18.ZIndex = 2
  734. NewGuiPart18.BottomImage = "rbxassetid://368504177"
  735. NewGuiPart18.CanvasSize = UDim2.new(0, 0, 0, 0)
  736. NewGuiPart18.MidImage = "rbxassetid://368504177"
  737. NewGuiPart18.ScrollBarThickness = 5
  738. NewGuiPart18.TopImage = "rbxassetid://368504177"
  739. NewGuiPart18.ClipsDescendants = true
  740. NewGuiPart18.Parent = NewGuiPart17
  741. -------
  742. local NewGuiPart19 = Instance.new("Frame")
  743. NewGuiPart19.BackgroundColor3 = Color3.new(0.509804, 0.184314, 0.184314)
  744. NewGuiPart19.BackgroundTransparency = 1
  745. NewGuiPart19.BorderColor3 = Color3.new(0.32549, 0, 0)
  746. NewGuiPart19.Name = "Navigator"
  747. NewGuiPart19.Position = UDim2.new(0, 16, 0, 10)
  748. NewGuiPart19.Size = UDim2.new(1, -30, 0, 60)
  749. NewGuiPart19.Visible = false
  750. NewGuiPart19.Parent = NewGuiPart10
  751. -------
  752. local NewGuiPart20 = Instance.new("Frame")
  753. NewGuiPart20.BackgroundColor3 = Color3.new(0.509804, 0.184314, 0.184314)
  754. NewGuiPart20.BorderColor3 = Color3.new(0.32549, 0, 0)
  755. NewGuiPart20.Name = "NavMain"
  756. NewGuiPart20.Position = UDim2.new(0, 22, 0, 0)
  757. NewGuiPart20.Size = UDim2.new(1, -44, 0, 60)
  758. NewGuiPart20.Parent = NewGuiPart19
  759. -------
  760. local NewGuiPart21 = Instance.new("TextButton")
  761. NewGuiPart21.Active = true
  762. NewGuiPart21.BackgroundColor3 = Color3.new(0.631373, 0.223529, 0.223529)
  763. NewGuiPart21.BorderSizePixel = 0
  764. NewGuiPart21.Name = "NavLeft"
  765. NewGuiPart21.Selectable = true
  766. NewGuiPart21.Size = UDim2.new(0, 17, 1, 0)
  767. NewGuiPart21.Style = Enum.ButtonStyle.Custom
  768. NewGuiPart21.FontSize = Enum.FontSize.Size14
  769. NewGuiPart21.Text = ""
  770. NewGuiPart21.Parent = NewGuiPart19
  771. -------
  772. local NewGuiPart22 = Instance.new("TextButton")
  773. NewGuiPart22.Active = true
  774. NewGuiPart22.BackgroundColor3 = Color3.new(0.631373, 0.223529, 0.223529)
  775. NewGuiPart22.BorderSizePixel = 0
  776. NewGuiPart22.Name = "NavRight"
  777. NewGuiPart22.Position = UDim2.new(1, -17, 0, 0)
  778. NewGuiPart22.Selectable = true
  779. NewGuiPart22.Size = UDim2.new(0, 17, 1, 0)
  780. NewGuiPart22.Style = Enum.ButtonStyle.Custom
  781. NewGuiPart22.FontSize = Enum.FontSize.Size14
  782. NewGuiPart22.Text = ""
  783. NewGuiPart22.Parent = NewGuiPart19
  784. -------
  785. local NewGuiPart23 = Instance.new("Frame")
  786. NewGuiPart23.Active = true
  787. NewGuiPart23.BackgroundColor3 = Color3.new(0.470588, 0.164706, 0.164706)
  788. NewGuiPart23.BorderSizePixel = 0
  789. NewGuiPart23.Name = "Navigation"
  790. NewGuiPart23.Size = UDim2.new(0, 150, 1, 0)
  791. NewGuiPart23.ZIndex = 2
  792. NewGuiPart23.Parent = NewGuiPart2
  793. -------
  794. local NewGuiPart24 = Instance.new("Frame")
  795. NewGuiPart24.BackgroundColor3 = Color3.new(0.623529, 0.223529, 0.223529)
  796. NewGuiPart24.BorderSizePixel = 0
  797. NewGuiPart24.Name = "Topbar"
  798. NewGuiPart24.Size = UDim2.new(1, 0, 0, 30)
  799. NewGuiPart24.ZIndex = 3
  800. NewGuiPart24.Parent = NewGuiPart23
  801. -------
  802. local NewGuiPart25 = Instance.new("ScrollingFrame")
  803. NewGuiPart25.BackgroundColor3 = Color3.new(0.470588, 0.164706, 0.164706)
  804. NewGuiPart25.BorderSizePixel = 0
  805. NewGuiPart25.Name = "Scroll"
  806. NewGuiPart25.Position = UDim2.new(0, 0, 0, 30)
  807. NewGuiPart25.Selectable = true
  808. NewGuiPart25.Size = UDim2.new(1, 0, 1, -30)
  809. NewGuiPart25.ZIndex = 3
  810. NewGuiPart25.BottomImage = "rbxassetid://368504177"
  811. NewGuiPart25.MidImage = "rbxassetid://368504177"
  812. NewGuiPart25.ScrollBarThickness = 6
  813. NewGuiPart25.TopImage = "rbxassetid://368504177"
  814. NewGuiPart25.ClipsDescendants = true
  815. NewGuiPart25.Parent = NewGuiPart23
  816. -------
  817. local NewGuiPart26 = Instance.new("Frame")
  818. NewGuiPart26.BackgroundTransparency = 1
  819. NewGuiPart26.Name = "Composite1"
  820. NewGuiPart26.Position = UDim2.new(-1, 0, 0.5, -50)
  821. NewGuiPart26.Size = UDim2.new(0, 50, 0, 100)
  822. NewGuiPart26.ClipsDescendants = true
  823. NewGuiPart26.Parent = NewGuiPart1
  824. -------
  825. local NewGuiPart27 = Instance.new("TextLabel")
  826. NewGuiPart27.BackgroundColor3 = Color3.new(0.623529, 0.223529, 0.223529)
  827. NewGuiPart27.BorderSizePixel = 0
  828. NewGuiPart27.Name = "Label"
  829. NewGuiPart27.Size = UDim2.new(2, 0, 1, 0)
  830. NewGuiPart27.Font = Enum.Font.SourceSansBold
  831. NewGuiPart27.FontSize = Enum.FontSize.Size96
  832. NewGuiPart27.Text = "T"
  833. NewGuiPart27.TextColor3 = Color3.new(1, 1, 1)
  834. NewGuiPart27.Parent = NewGuiPart26
  835. -------
  836. local NewGuiPart28 = Instance.new("Frame")
  837. NewGuiPart28.BackgroundTransparency = 1
  838. NewGuiPart28.Name = "Composite2"
  839. NewGuiPart28.Position = UDim2.new(1, 0, 0.5, -50)
  840. NewGuiPart28.Size = UDim2.new(0, 50, 0, 100)
  841. NewGuiPart28.ClipsDescendants = true
  842. NewGuiPart28.Parent = NewGuiPart1
  843. -------
  844. local NewGuiPart29 = Instance.new("TextLabel")
  845. NewGuiPart29.BackgroundColor3 = Color3.new(0.623529, 0.223529, 0.223529)
  846. NewGuiPart29.BorderSizePixel = 0
  847. NewGuiPart29.Name = "Label"
  848. NewGuiPart29.Position = UDim2.new(-1, 0, 0, 0)
  849. NewGuiPart29.Size = UDim2.new(2, 0, 1, 0)
  850. NewGuiPart29.Font = Enum.Font.SourceSansBold
  851. NewGuiPart29.FontSize = Enum.FontSize.Size96
  852. NewGuiPart29.Text = "T"
  853. NewGuiPart29.TextColor3 = Color3.new(1, 1, 1)
  854. NewGuiPart29.Parent = NewGuiPart28
  855. -------
  856. local NewGuiPart30 = Instance.new("Frame")
  857. NewGuiPart30.BackgroundColor3 = Color3.new(0.623529, 0.223529, 0.223529)
  858. NewGuiPart30.Name = "Solid"
  859. NewGuiPart30.Position = UDim2.new(0.5, -50, 0.5, -50)
  860. NewGuiPart30.Visible = false
  861. NewGuiPart30.ClipsDescendants = true
  862. NewGuiPart30.Parent = NewGuiPart1
  863. -------
  864. local NewGuiPart31 = Instance.new("TextLabel")
  865. NewGuiPart31.BackgroundColor3 = Color3.new(0.623529, 0.223529, 0.223529)
  866. NewGuiPart31.BorderSizePixel = 0
  867. NewGuiPart31.Name = "Label"
  868. NewGuiPart31.Size = UDim2.new(1, 0, 1, 0)
  869. NewGuiPart31.Font = Enum.Font.SourceSansBold
  870. NewGuiPart31.FontSize = Enum.FontSize.Size96
  871. NewGuiPart31.Text = "T"
  872. NewGuiPart31.TextColor3 = Color3.new(1, 1, 1)
  873. NewGuiPart31.Parent = NewGuiPart30
  874.  
  875.  
  876.  
  877. topkek.center = game.Players.LocalPlayer.PlayerGui["4.0"].Main
  878. topkek.holder = game.Players.LocalPlayer.PlayerGui["4.0"].Main.Holder
  879. topkek.topbar = game.Players.LocalPlayer.PlayerGui["4.0"].Main.Topbar
  880. topkek.template = game.Players.LocalPlayer.PlayerGui["4.0"].Main.Holder.Template
  881. topkek.navigator = game.Players.LocalPlayer.PlayerGui["4.0"].Main.Holder.Navigator
  882.  
  883. AllowHovers = false
  884. PlayerChatHook, UpdateBanlist = nil
  885. cmd = {}
  886.  
  887. --// data //--
  888. topkek.data.windows = {
  889. 'Home',
  890. 'LocalPlayer',
  891. 'Server',
  892. 'Players',
  893. 'Destruction',
  894. 'Scripts',
  895. 'Catalog',
  896. 'Music',
  897. 'Hats',
  898. 'Faces',
  899. 'Settings',
  900. 'Commands',
  901. 'Banlist',
  902. }
  903.  
  904. color3 = function(r,g,b)
  905. return Color3.new(r/255, g/255, b/255)
  906. end
  907. --// doggo dropdown //--
  908. -- thanks krystal
  909. GUI = {
  910. TextBox = {
  911. Settings = {
  912. Font = Enum.Font.SourceSans;
  913. FontSize = Enum.FontSize.Size14;
  914. };
  915. Color = {
  916. Main = Color3.fromRGB(5,8,11);
  917. Border = Color3.fromRGB(27,42,53);
  918. Text = Color3.fromRGB(199,199,199);
  919. };
  920. New = function(Position, Size, Parent, ...)
  921. local arguments = {...};
  922.  
  923. local TextBox = Instance.new("TextBox", Parent);
  924. TextBox.BackgroundColor3 = GUI.DropDown.Color.Main;
  925. TextBox.BorderColor3 = GUI.DropDown.Color.Border;
  926. TextBox.Font = GUI.TextBox.Settings.Font;
  927. TextBox.FontSize = GUI.TextBox.Settings.FontSize;
  928. TextBox.TextColor3 = GUI.TextBox.Color.Text;
  929. TextBox.Position = Position;
  930. TextBox.Size = Size;
  931. if #arguments then
  932. if arguments[1] then
  933. TextBox.Text = tostring(arguments[1]);
  934. else
  935. TextBox.Text = "";
  936. end
  937. end
  938. return TextBox;
  939. end;
  940. };
  941. DropDown = {
  942. Settings = {
  943. ScrollerAmount = 5; --A scroller will appear at this amount.
  944. ScrollBarThickness = 6;
  945. };
  946. Gfx = {
  947. Scroller = "rbxassetid://606572419";
  948. };
  949. Color = {
  950. Main = color3(107, 36, 36);
  951. Secondary = color3(113, 39, 39);
  952. Border = color3(127, 44, 44);
  953. Text = Color3.fromRGB(199,199,199);
  954. };
  955. New = function(Position, Size, Parent, ...)
  956. local vValue = {};
  957. local arguments = {...};
  958. local vSelected = Instance.new("StringValue");
  959. vSelected.Value = "nil";
  960.  
  961. if arguments then
  962. if type(arguments) == "table" then
  963. for i=1,#(arguments) do
  964. if type(arguments[i]) == "table" then
  965. for f=1,#(arguments[i]) do
  966. table.insert(vValue, tostring((arguments[i])[f]));
  967. end
  968. else
  969. table.insert(vValue, tostring(arguments[i]));
  970. end
  971. end
  972. vSelected.Value = (vValue[1]);
  973. end
  974. end
  975.  
  976. local Main = Instance.new("TextButton", Parent);
  977. Main.BackgroundColor3 = GUI.DropDown.Color.Main;
  978. Main.BorderColor3 = GUI.DropDown.Color.Border;
  979. Main.Position = Position;
  980. Main.Size = Size;
  981. Main.TextColor3 = GUI.DropDown.Color.Text;
  982. Main.FontSize = Enum.FontSize.Size14;
  983. Main.TextStrokeTransparency = 0.5;
  984. Main.TextXAlignment = Enum.TextXAlignment.Left;
  985. Main.Font = Enum.Font.SourceSans;
  986. Main.Text = " "..tostring(vSelected.Value);
  987. Main.ZIndex = 3
  988.  
  989. local Icon = Instance.new("TextLabel", Main);
  990. Icon.SizeConstraint = Enum.SizeConstraint.RelativeYY;
  991. Icon.BackgroundColor3 = GUI.DropDown.Color.Secondary;
  992. Icon.BorderColor3 = GUI.DropDown.Color.Border;
  993. Icon.Position = UDim2.new(1,-2,1,-2);
  994. Icon.Size = UDim2.new(-1,4,-1,4);
  995. Icon.TextColor3 = GUI.DropDown.Color.Text;
  996. Icon.FontSize = Enum.FontSize.Size14;
  997. Icon.TextStrokeTransparency = 0.5;
  998. Icon.Font = Enum.Font.SourceSans;
  999. Icon.Text = "V"
  1000. Icon.ZIndex = 4
  1001.  
  1002. local Holder, Search;
  1003. local ClearHolder = function()
  1004. if Holder then
  1005. Holder:ClearAllChildren();
  1006. Holder.Size = UDim2.new(1,0,0,0);
  1007. Holder.Visible = false;
  1008. if Search then
  1009. Search.Visible = false;
  1010. end
  1011. end
  1012. end;
  1013.  
  1014. local CreateButton;
  1015. local RefreshDropDown = function()
  1016. if #vValue <= (GUI.DropDown.Settings.ScrollerAmount) then
  1017. if not Holder or not Holder:IsA("Frame") then
  1018. Holder = nil; Search = nil;
  1019. Holder = Instance.new("Frame",Main);
  1020. Holder.Size = UDim2.new(1,0,0,0);
  1021. Holder.BackgroundColor3 = GUI.DropDown.Color.Main;
  1022. Holder.BorderColor3 = GUI.DropDown.Color.Border;
  1023. Holder.Visible = false;
  1024. Holder.ZIndex = 3
  1025. end
  1026. elseif #vValue > (GUI.DropDown.Settings.ScrollerAmount) then
  1027. if not Holder or not Holder:IsA("ScrollingFrame") then
  1028. Holder = nil; Search = nil;
  1029. Search = GUI.TextBox.New(UDim2.new(0,0,0,0),UDim2.new(1,0,0,Main.AbsoluteSize.Y),Main);
  1030. Search.Visible = false;
  1031. Search.ZIndex = 4
  1032. Search.Changed:connect(function(p)
  1033. if p == "Text" then
  1034. CreateButton(Search.Text);
  1035. end
  1036. end)
  1037. Holder = Instance.new("ScrollingFrame",Main);
  1038. Holder.BackgroundColor3 = GUI.DropDown.Color.Main;
  1039. Holder.BorderColor3 = GUI.DropDown.Color.Border;
  1040. Holder.TopImage = GUI.DropDown.Gfx.Scroller;
  1041. Holder.MidImage = GUI.DropDown.Gfx.Scroller;
  1042. Holder.BottomImage = GUI.DropDown.Gfx.Scroller;
  1043. Holder.Size = UDim2.new(1,0,0,Main.AbsoluteSize.Y * (GUI.DropDown.Settings.ScrollerAmount-1));
  1044. Holder.Position = UDim2.new(0,0,0,Main.AbsoluteSize.Y)
  1045. Holder.ScrollBarThickness = GUI.DropDown.Settings.ScrollBarThickness;
  1046. Holder.Visible = false;
  1047. Holder.ZIndex = 3;
  1048. end
  1049. end
  1050. if #vValue == 1 and vSelected.Value ~= vValue[1] then
  1051. vSelected.Value = vValue[1];
  1052. elseif #vValue == 0 then
  1053. vSelected.Value = "nil";
  1054. warn("Table amount is nil.");
  1055. end
  1056. Main.Text = " "..tostring(vSelected.Value);
  1057. --ClearHolder();
  1058. end;
  1059.  
  1060. local Debounce = false;
  1061. CreateButton = function(searches)
  1062. if Debounce == false then
  1063. Debounce = true;
  1064. ClearHolder()
  1065. Holder.Visible = true;
  1066. local Searched = 0;
  1067. if #vValue > 0 then
  1068. for i=1,#vValue do
  1069. if (searches ~= nil and string.find(string.lower(vValue[i]), string.lower(searches)) and searches ~= "") then
  1070. Searched = Searched + 1;
  1071. end
  1072. end
  1073. for i=1,#vValue do
  1074. if (searches ~= nil and string.find(string.lower(vValue[i]), string.lower(searches)) and searches ~= "" and Searched > 0) or searches == nil or searches == "" or Searched <= 0 then
  1075. local Select = Instance.new("TextButton", Holder);
  1076. Select.BackgroundColor3 = GUI.DropDown.Color.Main;
  1077. Select.BorderColor3 = GUI.DropDown.Color.Border;
  1078. Select.BackgroundTransparency = 1;
  1079. Select.BorderSizePixel = 0;
  1080. Select.Position = Position;
  1081. if #vValue <= (GUI.DropDown.Settings.ScrollerAmount) then
  1082. Select.Size = UDim2.new(1,0,0,Main.AbsoluteSize.Y);
  1083. else
  1084. Select.Size = UDim2.new(1,-(GUI.DropDown.Settings.ScrollBarThickness),0,Main.AbsoluteSize.Y);
  1085. end
  1086. Select.Position = UDim2.new(0,0,0,(Main.AbsoluteSize.Y) * (#Holder:GetChildren() - 1))
  1087. Select.TextColor3 = GUI.DropDown.Color.Text;
  1088. Select.FontSize = Enum.FontSize.Size14;
  1089. Select.TextStrokeTransparency = 0.5;
  1090. Select.Font = Enum.Font.SourceSans;
  1091. Select.Text = tostring(vValue[i]);
  1092. Select.ZIndex = 3
  1093. Select.MouseButton1Click:connect(function()
  1094. vSelected.Value = vValue[i];
  1095. ClearHolder();
  1096. RefreshDropDown();
  1097. end)
  1098. if #vValue <= (GUI.DropDown.Settings.ScrollerAmount) then
  1099. Holder.Size = UDim2.new(1,0,0,Main.AbsoluteSize.Y * i);
  1100. elseif Holder:IsA("ScrollingFrame") then
  1101. Search.Visible = true;
  1102. if #Holder:GetChildren() >= 1 then
  1103. Holder.CanvasSize = UDim2.new(1,0,0,Main.AbsoluteSize.Y * #Holder:GetChildren());
  1104. Holder.Size = UDim2.new(1,0,0,Main.AbsoluteSize.Y * #Holder:GetChildren());--GUI.DropDown.Settings.ScrollerAmount);
  1105. if #Holder:GetChildren() >= GUI.DropDown.Settings.ScrollerAmount then
  1106. Holder.Size = UDim2.new(1,0,0,Main.AbsoluteSize.Y * GUI.DropDown.Settings.ScrollerAmount);
  1107. Holder.CanvasSize = UDim2.new(1,0,0,Main.AbsoluteSize.Y * #Holder:GetChildren());
  1108. end
  1109. elseif #Holder:GetChildren() < 1 then
  1110. Holder.CanvasSize = UDim2.new(1,0,0,Main.AbsoluteSize.Y * 1);
  1111. Holder.Size = UDim2.new(1,0,0,Main.AbsoluteSize.Y * 1);
  1112. end
  1113. end
  1114. end
  1115. end
  1116. end
  1117. Debounce = false;
  1118. end
  1119. end;
  1120.  
  1121. RefreshDropDown();
  1122.  
  1123. Main.MouseButton1Click:connect(function()
  1124. CreateButton()
  1125. if #vValue >= GUI.DropDown.Settings.ScrollerAmount and Search ~= nil then
  1126. Search:CaptureFocus();
  1127. Search.Text = "";
  1128. end
  1129. end)
  1130.  
  1131. topkek.lplr:GetMouse().Button1Down:connect(function()
  1132. ClearHolder()
  1133. end)
  1134.  
  1135. return {
  1136. Update = function()
  1137. RefreshDropDown();
  1138. end;
  1139. GetValue = function()
  1140. RefreshDropDown();
  1141. return vValue;
  1142. end;
  1143. GetSelected = function()
  1144. RefreshDropDown();
  1145. return vSelected.Value;
  1146. end;
  1147. SetTable = function(F)
  1148. vValue = F;
  1149. RefreshDropDown();
  1150. end;
  1151. Changed = function(F)
  1152. vSelected.Changed:connect(function()
  1153. ypcall(function()
  1154. F(vSelected.Value);
  1155. end)
  1156. end)
  1157. return "ChangedEvent Hooked";
  1158. end;
  1159. AddValue = function(obj)
  1160. local Type = type(obj);
  1161. if Type == "table" then
  1162. for i=1,#obj do
  1163. table.insert(vValue, obj[i])
  1164. end
  1165. elseif Type == "string" or Type == "number" or Type == "boolean" then
  1166. table.insert(vValue, obj)
  1167. end
  1168. RefreshDropDown();
  1169. end;
  1170. RemoveValue = function(obj)
  1171. local Type = type(obj);
  1172. if Type == "table" then
  1173. for i=1,#vValue do
  1174. for f=1,#obj do
  1175. if tostring(obj[f]) == tostring(vValue[i]) then
  1176. table.remove(vValue,i)
  1177. end
  1178. end
  1179. end
  1180. else
  1181. for i=1,#vValue do
  1182. if tostring(obj) == tostring(vValue[i]) then
  1183. table.remove(vValue,i)
  1184. end
  1185. end
  1186. end
  1187. RefreshDropDown();
  1188. end;
  1189. ClearValue = function()
  1190. vValue = {};
  1191. RefreshDropDown();
  1192. end;
  1193. }
  1194. end;
  1195. };
  1196. };
  1197. --// util //--
  1198. function topkek.tools.util.Object(o, p)
  1199. local a, b = pcall(function()
  1200. Instance.new(o)
  1201. end)
  1202. if not a then
  1203. return
  1204. end
  1205. local obj = Instance.new(o)
  1206. for prop, val in pairs(p) do
  1207. pcall(function()
  1208. obj[prop] = val
  1209. end)
  1210. end
  1211. return obj
  1212. end
  1213.  
  1214. function topkek.tools.util.getContainer(n)
  1215. if game.Players.LocalPlayer.PlayerGui["4.0"].Main.Holder:FindFirstChild(n) then
  1216. return game.Players.LocalPlayer.PlayerGui["4.0"].Main.Holder[n]
  1217. else
  1218. print("menu not found; returning template")
  1219. return topkek.holder['Template']
  1220. end
  1221. end
  1222.  
  1223. function topkek.tools.util.play(id)
  1224. local mu = Instance.new("Sound", game:GetService('Workspace'))
  1225. mu.Volume = 1
  1226. mu.Looped = true
  1227. mu.Pitch = 1
  1228. mu.SoundId = "rbxassetid://"..tostring(id)
  1229. mu:Play()
  1230. end
  1231.  
  1232. function topkek.tools.util.getTorso(plr) --r15 compatibility lole
  1233. if plr.Character then
  1234. if plr.Character:FindFirstChild('UpperTorso') then
  1235. return plr.Character.UpperTorso
  1236. elseif plr.Character:FindFirstChild('Torso') then
  1237. return plr.Character.Torso
  1238. else
  1239. return nil
  1240. end
  1241. end
  1242. end
  1243.  
  1244. function topkek.tools.util.recurseRemove(x,type_)
  1245. local function recurse(x)
  1246. for i, v in pairs(x:GetChildren()) do
  1247. pcall(function()
  1248. if v:IsA(type_) then
  1249. v:Destroy()
  1250. end
  1251. if #(v:GetChildren())>0 then
  1252. recurse(v)
  1253. end
  1254. end)
  1255. end
  1256. end
  1257. recurse(x)
  1258. end
  1259.  
  1260. function topkek.tools.util.recurseFunc(type_,func)
  1261. local function recurse(x)
  1262. for i, v in pairs(x:GetChildren()) do
  1263. pcall(function()
  1264. if v:IsA(type_) then
  1265. func(v)
  1266. end
  1267. if #(v:GetChildren())>0 then
  1268. recurse(v)
  1269. end
  1270. end)
  1271. end
  1272. end
  1273. recurse(game)
  1274. end
  1275. function topkek.tools.util.trowel()
  1276. local T = Instance.new('Tool', game.Players.LocalPlayer.Backpack)
  1277. T.Name = 'Custom Trowel'
  1278.  
  1279. local p = Instance.new('Part')
  1280. p.Name = 'Handle'
  1281. p.Size = Vector3.new(1,4.4,1)
  1282. p.Parent = T
  1283.  
  1284. local specialMesh = Instance.new('SpecialMesh')
  1285. specialMesh.MeshId = 'rbxasset://fonts/trowel.mesh'
  1286. specialMesh.MeshType = 'FileMesh'
  1287. specialMesh.TextureId = 'rbxasset://textures/TrowelTexture.png'
  1288. specialMesh.Parent = T.Handle
  1289.  
  1290. local sound = Instance.new'Sound'
  1291. sound.Name = 'build'
  1292. sound.SoundId = 'rbxasset://sounds//bass.wav'
  1293. sound.Volume = 1
  1294. sound.Parent = T.Handle
  1295.  
  1296. local brickHeight = 100
  1297. local trowelSpeed = 0.05
  1298. local brickWidth = 500
  1299. local mouseConnection
  1300.  
  1301. function newBrick(CF, P, color)
  1302. local brick = Instance.new('Part')
  1303. brick.BrickColor = color
  1304. brick.CFrame = CF * CFrame.new(P + brick.Size / 2)
  1305. brick.Parent = game.Workspace
  1306. brick:MakeJoints()
  1307. brick.Material = 'Neon'
  1308. brick.Name = 'DeleteMe'
  1309. return brick, P + brick.Size
  1310. end
  1311.  
  1312. function genBrick(cFrame)
  1313. local randBrickColor = BrickColor.Random()
  1314. assert(brickWidth > 0)
  1315.  
  1316. local yPos = 0
  1317.  
  1318. while yPos < brickHeight do
  1319. local vPos
  1320. local X = -brickWidth / 2
  1321. while X < brickWidth / 2 do
  1322. local brick
  1323. brick, vPos = newBrick(cFrame, Vector3.new(X, yPos, 0), randBrickColor)
  1324. X = vPos.x
  1325. wait(trowelSpeed)
  1326. end
  1327. yPos = vPos.y
  1328. end
  1329. end
  1330.  
  1331. function calcPos(vec)
  1332. if (math.abs(vec.x) > math.abs(vec.z)) then
  1333. if vec.x > 0 then
  1334. return Vector3.new(1, 0, 0)
  1335. else
  1336. return Vector3.new(-1, 0, 0)
  1337. end
  1338. else
  1339. if (vec.z > 0) then
  1340. return Vector3.new(0, 0, 1)
  1341. else
  1342. return Vector3.new(0, 0, -1)
  1343. end
  1344. end
  1345. end
  1346.  
  1347. T.Enabled = true
  1348.  
  1349. T.Activated:connect(function()
  1350. if T.Enabled and game.Players.LocalPlayer.Character:FindFirstChild('Humanoid') then
  1351. T.Enabled = false
  1352. T.Handle.build:Play()
  1353. genBrick(CFrame.new(game.Players.LocalPlayer.Character.Humanoid.TargetPoint, game.Players.LocalPlayer.Character.Humanoid.TargetPoint + calcPos((game.Players.LocalPlayer.Character.Humanoid.TargetPoint - game.Players.LocalPlayer.Character.Head.Position).unit)))
  1354. T.Enabled = true
  1355. end
  1356. end)
  1357.  
  1358. T.Equipped:connect(function()
  1359. mouseConnection = game.Players.LocalPlayer:GetMouse().KeyDown:connect(function(key)
  1360. if (key == 'r') then
  1361. for i,v in next, workspace:children'' do
  1362. if (v.Name == 'DeleteMe') then
  1363. v:Destroy()
  1364. end
  1365. end
  1366. end
  1367. end)
  1368. end)
  1369.  
  1370. T.Unequipped:connect(function()
  1371. mouseConnection:disconnect()
  1372. end)
  1373. end
  1374. function topkek.tools.util.recurseSet(type_,prop,val)
  1375. local function recurse(x)
  1376. for i, v in pairs(x:GetChildren()) do
  1377. pcall(function()
  1378. if v:IsA(type_) then
  1379. v[prop]=val
  1380. end
  1381. if #(v:GetChildren())>0 then
  1382. recurse(v)
  1383. end
  1384. end)
  1385. end
  1386. end
  1387. recurse(game)
  1388. end
  1389. function topkek.tools.util.recurseUltimate(d)
  1390. topkek.tools.util.recurseDecal(d)
  1391. topkek.tools.util.recurseParticles(d)
  1392. end
  1393. function topkek.tools.util.recurseDecal(img)
  1394. img = 'rbxassetid://' .. img
  1395. local function skybox(x)
  1396. local sky = Instance.new("Sky",game.Lighting)
  1397. local fcs={"Bk","Dn","Ft","Lf","Rt","Up"}
  1398. for i,v in pairs(fcs) do
  1399. sky["Skybox"..v]=x
  1400. end
  1401. end
  1402.  
  1403. local function decal(p, b)
  1404. local sides = {"Back", "Bottom", "Front", "Left", "Right", "Top"}
  1405. for i, v in pairs(sides) do
  1406. local a = Instance.new("Decal", p)
  1407. a.Texture = b
  1408. a.Face = v
  1409. end
  1410. end
  1411.  
  1412. local function recurse(x)
  1413. for i, v in pairs(x:GetChildren()) do
  1414. pcall(function() -- 'error occured, no output from Lua' LOLE
  1415. if v:IsA("BasePart") then
  1416. decal(v, img)
  1417. end
  1418. if #(v:GetChildren())>0 then
  1419. recurse(v)
  1420. end
  1421. end)
  1422. end
  1423. end
  1424.  
  1425. recurse(game)
  1426. skybox(img)
  1427. end
  1428. function topkek.tools.util.recurseParticles(img)--topkek2.0 code tbh
  1429. img = 'rbxassetid://' .. img
  1430. local function skybox(x)
  1431. local sky = Instance.new("Sky",game.Lighting)
  1432. local fcs={"Bk","Dn","Ft","Lf","Rt","Up"}
  1433. for i,v in pairs(fcs) do
  1434. sky["Skybox"..v]=x
  1435. end
  1436. end
  1437. local function particle(p, b)
  1438. local a = Instance.new("ParticleEmitter", p)
  1439. a.Rate = 500
  1440. a.Lifetime = NumberRange.new(20, 30)
  1441. a.VelocitySpread = 200
  1442. a.Texture = b
  1443. end
  1444.  
  1445. local function recurse(x)
  1446. for i, v in pairs(x:GetChildren()) do
  1447. pcall(function() -- 'error occured, no output from Lua' LOLE
  1448. if v:IsA("BasePart") then
  1449. particle(v, img)
  1450. end
  1451. if #(v:GetChildren())>0 then
  1452. recurse(v)
  1453. end
  1454. end)
  1455. end
  1456. end
  1457.  
  1458. recurse(game)
  1459. skybox(img)
  1460. end
  1461. function topkek.tools.util.recurseSetObj(obj,type_,prop,val)
  1462. local function recurse(x)
  1463. for i, v in pairs(x:GetChildren()) do
  1464. pcall(function()
  1465. if v:IsA(type_) then
  1466. v[prop]=val
  1467. end
  1468. if #(v:GetChildren())>0 then
  1469. recurse(v)
  1470. end
  1471. end)
  1472. end
  1473. end
  1474. recurse(obj)
  1475. end
  1476. function topkek.tools.util.doPlayers(cval, func)
  1477. local plrs = {}
  1478. if cval == 'All' then
  1479. plrs = game:GetService('Players'):GetPlayers()
  1480. else
  1481. plrs = {game:GetService('Players'):FindFirstChild(cval)}
  1482. end
  1483. for i, v in pairs(plrs) do
  1484. func(v)
  1485. end
  1486. end
  1487. function topkek.tools.util.scalePlayer(sc,plr)
  1488. local pchar = plr.Character
  1489. if pchar:FindFirstChild("UpperTorso") then
  1490. warn("Player [" ..plr.Name.. "] is R15.")
  1491. return
  1492. end
  1493. local function scale(chr,scl)
  1494.  
  1495. for _,v in pairs(pchar:GetChildren()) do
  1496. if v:IsA("Hat") then
  1497. v:Clone()
  1498. v.Parent = game.Lighting
  1499. end
  1500. end
  1501.  
  1502. local Head = chr['Head']
  1503. local Torso = chr['Torso']
  1504. local LA = chr['Left Arm']
  1505. local RA = chr['Right Arm']
  1506. local LL = chr['Left Leg']
  1507. local RL = chr['Right Leg']
  1508. local HRP = chr['HumanoidRootPart']
  1509.  
  1510. wait(0.1)
  1511.  
  1512. Head.formFactor = 3
  1513. Torso.formFactor = 3
  1514. LA.formFactor = 3
  1515. RA.formFactor = 3
  1516. LL.formFactor = 3
  1517. RL.formFactor = 3
  1518. HRP.formFactor = 3
  1519.  
  1520. Head.Size = Vector3.new(scl * 2, scl, scl)
  1521. Torso.Size = Vector3.new(scl * 2, scl * 2, scl)
  1522. LA.Size = Vector3.new(scl, scl * 2, scl)
  1523. RA.Size = Vector3.new(scl, scl * 2, scl)
  1524. LL.Size = Vector3.new(scl, scl * 2, scl)
  1525. RL.Size = Vector3.new(scl, scl * 2, scl)
  1526. HRP.Size = Vector3.new(scl * 2, scl * 2, scl)
  1527.  
  1528. local Motor1 = Instance.new('Motor6D', Torso)
  1529. Motor1.Part0 = Torso
  1530. Motor1.Part1 = Head
  1531. Motor1.C0 = CFrame.new(0, 1 * scl, 0) * CFrame.Angles(-1.6, 0, 3.1)
  1532. Motor1.C1 = CFrame.new(0, -0.5 * scl, 0) * CFrame.Angles(-1.6, 0, 3.1)
  1533. Motor1.Name = "Neck"
  1534.  
  1535. local Motor2 = Instance.new('Motor6D', Torso)
  1536. Motor2.Part0 = Torso
  1537. Motor2.Part1 = LA
  1538. Motor2.C0 = CFrame.new(-1 * scl, 0.5 * scl, 0) * CFrame.Angles(0, -1.6, 0)
  1539. Motor2.C1 = CFrame.new(0.5 * scl, 0.5 * scl, 0) * CFrame.Angles(0, -1.6, 0)
  1540. Motor2.Name = "Left Shoulder"
  1541.  
  1542. local Motor3 = Instance.new('Motor6D', Torso)
  1543. Motor3.Part0 = Torso
  1544. Motor3.Part1 = RA
  1545. Motor3.C0 = CFrame.new(1 * scl, 0.5 * scl, 0) * CFrame.Angles(0, 1.6, 0)
  1546. Motor3.C1 = CFrame.new(-0.5 * scl, 0.5 * scl, 0) * CFrame.Angles(0, 1.6, 0)
  1547. Motor3.Name = "Right Shoulder"
  1548.  
  1549. local Motor4 = Instance.new('Motor6D', Torso)
  1550. Motor4.Part0 = Torso
  1551. Motor4.Part1 = LL
  1552. Motor4.C0 = CFrame.new(-1 * scl, -1 * scl, 0) * CFrame.Angles(0, -1.6, 0)
  1553. Motor4.C1 = CFrame.new(-0.5 * scl, 1 * scl, 0) * CFrame.Angles(0, -1.6, 0)
  1554. Motor4.Name = "Left Hip"
  1555.  
  1556. local Motor5 = Instance.new('Motor6D', Torso)
  1557. Motor5.Part0 = Torso
  1558. Motor5.Part1 = RL
  1559. Motor5.C0 = CFrame.new(1 * scl, -1 * scl, 0) * CFrame.Angles(0, 1.6, 0)
  1560. Motor5.C1 = CFrame.new(0.5 * scl, 1 * scl, 0) * CFrame.Angles(0, 1.6, 0)
  1561. Motor5.Name = "Right Hip"
  1562.  
  1563. local Motor6 = Instance.new('Motor6D', HRP)
  1564. Motor6.Part0 = HRP
  1565. Motor6.Part1 = Torso
  1566. Motor6.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(-1.6, 0, -3.1)
  1567. Motor6.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(-1.6, 0, -3.1)
  1568.  
  1569. end
  1570.  
  1571. scale(pchar, sc)
  1572.  
  1573. for _,v in pairs(game.Lighting:GetChildren()) do
  1574. if v:IsA("Hat") then
  1575. v.Parent = pchar
  1576. end
  1577. end
  1578. end
  1579. function topkek.tools.util.applyFace(id)
  1580. local Char = topkek.lplr.Character
  1581. if(Char)then
  1582. local Type = id
  1583. local Meme=id
  1584. local BBG_SIZE=Char.Head.Size.X*1.25;
  1585. local STUD_VECTOR_1=Char.Head.Size.Z/4;
  1586. local STUD_VECTOR_2=Char.Head.Size.Z;
  1587. local bbg=Char:FindFirstChild'BBGMEME'or Instance.new('BillboardGui',Char);
  1588. bbg.StudsOffset=Vector3.new(0,STUD_VECTOR_1,STUD_VECTOR_2);
  1589. bbg.Size=UDim2.new(BBG_SIZE,0,BBG_SIZE);
  1590. bbg.Adornee=Char.Head;
  1591. bbg.Name='BBGMEME';
  1592. local img=bbg:FindFirstChild'Meme'or Instance.new('ImageLabel',bbg);
  1593. img.BackgroundTransparency=1;
  1594. img.Image="rbxassetid://"..Meme;
  1595. img.Size=UDim2.new(1,0,1,0)
  1596. img.Name='Meme';
  1597. for i,v in next,Char:children()do
  1598. if(v.className=='Hat')then
  1599. v=v:FindFirstChild'Handle';
  1600. if(v)then
  1601. v.Transparency=0
  1602. end;
  1603. end;
  1604. end;
  1605. end;
  1606. end;
  1607. function topkek.tools.util.weenieHutJunior(plr)
  1608. plr=plr.Character
  1609. Shaft=Instance.new("Part", plr)
  1610. Shaft.Name='Shaft'
  1611. Shaft.Size=Vector3.new(1, 2.5, 1)
  1612. Shaft.TopSurface=0
  1613. Shaft.BottomSurface=0
  1614. Shaft.CanCollide=true
  1615. Cyln=Instance.new("CylinderMesh", Shaft)
  1616. Cyln.Scale=Vector3.new(0.5,0.7,0.5)
  1617. Instance.new("Weld", plr)
  1618. plr.Weld.Part0=plr:FindFirstChild("Torso") or plr:FindFirstChild("LowerTorso")
  1619. plr.Weld.Part1=plr.Shaft
  1620. plr.Weld.C0=CFrame.new(0,-0.35,-0.9)*CFrame.fromEulerAnglesXYZ(2.2,0,0)
  1621. Shaft.BrickColor=BrickColor.new("Pastel brown")
  1622. Tip=Instance.new("Part", plr)
  1623. Tip.Name='Tip'
  1624. Tip.TopSurface=0
  1625. Tip.BottomSurface=0
  1626. Tip.Size=Vector3.new(1, 1, 1)
  1627. Tip.CanCollide=true
  1628. Tip.Touched:connect(function(prt) if prt.Parent~=player then spawn(function() for i=1, 5 do local pert=Instance.new("Part", player) pert.CFrame=CFrame.new(prt.Position) pert.CanCollide=true local mesh=Instance.new("BlockMesh", pert) mesh.Scale=Vector3.new(0.2,0.2,0.2) pert.BrickColor=BrickColor.new("White") end end) end end)
  1629. Cyln2=Instance.new("SpecialMesh", Tip)
  1630. Cyln2.MeshType='Sphere'
  1631. Cyln2.Scale=Vector3.new(0.6,0.6,0.6)
  1632. Instance.new("Weld", plr).Name='Weld2'
  1633. plr.Weld2.Part0=plr.Shaft
  1634. plr.Weld2.Part1=plr.Tip
  1635. plr.Weld2.C0=CFrame.new(0,-.9,0)
  1636. Tip.BrickColor=BrickColor.new("Pink")
  1637. -----
  1638. Ball1=Instance.new("Part", plr)
  1639. Ball1.Name='Ball1'
  1640. Ball1.Size=Vector3.new(1, 1, 1)
  1641. Ball1.TopSurface=0
  1642. Ball1.BottomSurface=0
  1643. Cyln3=Instance.new("SpecialMesh", Ball1)
  1644. Cyln3.MeshType='Sphere'
  1645. Cyln3.Scale=Vector3.new(0.4,0.4,0.4)
  1646. Instance.new("Weld", plr).Name='Weld3'
  1647. plr.Weld3.Part0=plr.Shaft
  1648. plr.Weld3.Part1=plr.Ball1
  1649. plr.Weld3.C0=CFrame.new(0.225,.4,0.2)
  1650. Ball1.BrickColor=BrickColor.new("Pastel brown")
  1651. -----
  1652. Ball2=Instance.new("Part", plr)
  1653. Ball2.Name='Ball2'
  1654. Ball2.Size=Vector3.new(1, 1, 1)
  1655. Ball2.TopSurface=0
  1656. Ball2.BottomSurface=0
  1657. Cyln3=Instance.new("SpecialMesh", Ball2)
  1658. Cyln3.MeshType='Sphere'
  1659. Cyln3.Scale=Vector3.new(0.4,0.4,0.4)
  1660. Instance.new("Weld", plr).Name='Weld4'
  1661. plr.Weld4.Part0=plr.Shaft
  1662. plr.Weld4.Part1=plr.Ball2
  1663. plr.Weld4.C0=CFrame.new(-0.225,.4,0.2)
  1664. Ball2.BrickColor=BrickColor.new("Pastel brown")
  1665. end
  1666. --// banmgr //--
  1667. topkek.banmgr.isPrivate = false
  1668. topkek.banmgr.whitelist = {}
  1669. topkek.banmgr.bans = {}
  1670. function topkek.banmgr.executeKick(z)
  1671. local function doKick()
  1672. if z.Character and z.Character:FindFirstChild('HumanoidRootPart') and z.Character:FindFirstChild('Torso') then
  1673. z.Character.HumanoidRootPart.CFrame = CFrame.new(math.random(999000, 1001000), 1000000, 1000000)
  1674. local SP = Instance.new('SkateboardPlatform', z.Character) SP.Position = z.Character.HumanoidRootPart.Position SP.Transparency = 1
  1675. spawn(function()
  1676. repeat wait()
  1677. if z.Character and z.Character:FindFirstChild('HumanoidRootPart') then
  1678. SP.Position = z.Character.HumanoidRootPart.Position
  1679. end
  1680. until not game:GetService('Players'):FindFirstChild(z.Name)
  1681. end)
  1682. z.Character.Torso.Anchored = true
  1683. end
  1684. end
  1685. repeat
  1686. doKick()
  1687. wait()
  1688. until not z
  1689. end
  1690. function topkek.banmgr.loadFromFile()
  1691. -- todo: read file
  1692. topkek.settings.get()
  1693. topkek.banmgr.bans = topkek.settingsTable['Bans']
  1694. end
  1695. function topkek.banmgr.addHardBan(p)
  1696. -- todo: write file
  1697. table.insert(topkek.banmgr.bans, p.Name)
  1698. topkek.settings.get()
  1699. table.insert(topkek.settingsTable['Bans'], p.Name)
  1700. topkek.settings.write()
  1701. print("Hardbanned " .. p.Name)
  1702. UpdateBanlist()
  1703. topkek.banmgr.executeKick(p)
  1704. topkek.banmgr.loadFromFile()
  1705. end
  1706. function topkek.banmgr.addSoftBan(p)
  1707. table.insert(topkek.banmgr.bans, p.Name)
  1708. topkek.banmgr.executeKick(p)
  1709. end
  1710. function topkek.banmgr.plrBanned(p)
  1711. for x, m in pairs(topkek.banmgr.bans) do
  1712. if m == p.Name then
  1713. return true
  1714. end
  1715. end
  1716. return false
  1717. end
  1718. function topkek.banmgr.doWhitelist(p)
  1719. print(p .. " whitelisted")
  1720. table.insert(topkek.banmgr.whitelist, p)
  1721. end
  1722. function topkek.banmgr.unwhitelist(p)
  1723. for x, m in pairs(topkek.banmgr.whitelist) do
  1724. if m == p then
  1725. print(m .. " unwhitelisted")
  1726. table.remove(topkek.banmgr.whitelist, x)
  1727. if game:GetService('Players'):FindFirstChild(p) then
  1728. topkek.banmgr.executeKick(game:GetService('Players')[p])
  1729. end
  1730. end
  1731. end
  1732. end
  1733. function topkek.banmgr.plrWhitelisted(p)
  1734. for x, m in pairs(topkek.banmgr.whitelist) do
  1735. if m == p.Name then
  1736. return true
  1737. end
  1738. end
  1739. return false
  1740. end
  1741. function topkek.banmgr.makePrivate()
  1742. topkek.banmgr.isPrivate = true
  1743. for i, v in pairs(game:GetService('Players'):GetPlayers()) do
  1744. if not topkek.banmgr.plrWhitelisted(v) and v ~= topkek.lplr then
  1745. spawn(function()
  1746. topkek.banmgr.executeKick(v)
  1747. end)
  1748. end
  1749. end
  1750. end
  1751. function topkek.banmgr.unprivate()
  1752. topkek.banmgr.isPrivate = false
  1753. end
  1754. function topkek.banmgr.init()
  1755. topkek.banmgr.loadFromFile()
  1756. game:GetService('Players').PlayerAdded:connect(function(p)
  1757. if topkek.banmgr.plrBanned(p) or (topkek.banmgr.isPrivate and not topkek.banmgr.plrWhitelisted(p)) then
  1758. print("Player " .. p.Name .. " is banned (or private on)! Kicking now.")
  1759. topkek.banmgr.executeKick(p)
  1760. end
  1761. end)
  1762. end
  1763. --// settings //--
  1764. topkek.settings = {}
  1765. topkek.settingsTable = {}
  1766. function topkek.settings.write()
  1767. --writefile("testplzignore.lua", "", game:GetService('HttpService'):JSONEncode(topkek.settingsTable))
  1768. end
  1769. function topkek.settings.get()
  1770. if game.Players.LocalPlayer.Character then
  1771. print("No settings! Making new ...")
  1772. topkek.settingsTable = {
  1773. ['Bans'] = {
  1774.  
  1775. },
  1776. ['Themes'] = {
  1777. {Primary = {0,0,0}, Secondary = {0,0,0}, Tertiary = {0,0,0}}
  1778. };
  1779. }
  1780. topkek.settings.write()
  1781. return topkek.settingsTable
  1782. else
  1783. local lset = game:GetService('HttpService'):JSONDecode(set)
  1784. topkek.settingsTable = lset
  1785. return lset
  1786. end
  1787. end
  1788. --// shortcuts //--
  1789. tk = {}
  1790. tk.ob = topkek.tools.util.Object
  1791. tk.dp = topkek.tools.util.doPlayers
  1792. tk.rcm = topkek.tools.util.recurseRemove
  1793. tk.rcs = topkek.tools.util.recurseSet
  1794. tk.rcf = topkek.tools.util.recurseFunc
  1795. tk.rco = topkek.tools.util.recurseSetObj
  1796. tk.play = topkek.tools.util.play
  1797. tk.gt = topkek.tools.util.getTorso
  1798. --// gui //--
  1799. -- copying this from topkek3.0 because i'm
  1800. -- too lazy to rewrite my lib
  1801. topkek.tools.gui.seperation = 12
  1802. function topkek.tools.gui:addLeftIcon(parent, img, sz)
  1803. topkek.tools.util.Object('ImageLabel', {
  1804. Parent = parent;
  1805. BackgroundTransparency = 1;
  1806. Position = UDim2.new(0, 2, 0, 2);
  1807. Size = UDim2.new(0, sz, 0, sz);
  1808. Image = img;
  1809. })
  1810. end
  1811. function topkek.tools.gui:makeContainer(n)
  1812. local temp = topkek.template:Clone()
  1813. temp.Name = n
  1814. temp.Parent = topkek.holder
  1815. temp.Container.Visible = false
  1816. end
  1817. function topkek.tools.gui:hookContainer(o, ncan, sepr, stt)
  1818. if not o:IsA("ScrollingFrame") and (not ncan) then
  1819. return nil
  1820. elseif o:IsA("ScrollingFrame") then
  1821. o.CanvasSize = UDim2.new(0, 0, 0, 0)
  1822. end
  1823.  
  1824. local self = {}
  1825. self.main = o
  1826. self.drawX = 0
  1827. self.drawY = stt or topkek.tools.gui.seperation/2
  1828. self.drawHeight = 0
  1829. self.sepr = sepr or topkek.tools.gui.seperation
  1830.  
  1831. function self:drawButton(sz, txt, func, ysz, cbgd)
  1832. local xposOffset = 0
  1833. local xposScale = self.drawX
  1834. local xszOffset = 0
  1835. local xszScale = sz
  1836. if not (self.drawX == 0) then
  1837. xszOffset = -5
  1838. if sz + self.drawX > 0.998 then
  1839. xszOffset = -10
  1840. end
  1841. elseif sz == 1 then
  1842. local bzz = 4
  1843. if ncan then
  1844. bzz = 0
  1845. end
  1846. xszOffset = -(self.sepr) - bzz
  1847. xposOffset = self.sepr/2
  1848. else
  1849. xszOffset = -4 + -(self.sepr/2)
  1850. xposOffset = self.sepr/2
  1851. end
  1852. if not ysz then ysz = 20 end
  1853. local obj = topkek.tools.util.Object("TextButton", {
  1854. Parent = self.main;
  1855. BackgroundColor3 = cbgd or Color3.new(163/255, 57/255, 57/255);
  1856. BorderSizePixel = 0;
  1857. Position = UDim2.new(xposScale, xposOffset, 0, self.drawY);
  1858. Size = UDim2.new(xszScale, xszOffset, 0, ysz);
  1859. Font = 'SourceSans';
  1860. FontSize = 'Size14';
  1861. Text = txt;
  1862. TextSize = 14;
  1863. TextColor3 = Color3.new(199/255, 199/255, 199/255);
  1864. })
  1865. obj.MouseButton1Down:connect(function()
  1866. spawn(func)
  1867. end)
  1868. if ysz > self.drawHeight then
  1869. self.drawHeight = ysz
  1870. end
  1871. self.drawX = self.drawX + sz
  1872. if self.drawX > 0.998 then
  1873. self.drawY = self.drawY + 3 + self.drawHeight
  1874. self.drawX = 0
  1875. self.drawHeight = 0
  1876. if (not ncan) then
  1877. self.main.CanvasSize = UDim2.new(0, 0, 0, self.drawY + 5)
  1878. end
  1879. end
  1880. return obj
  1881. end
  1882.  
  1883. function self:GetChildren()
  1884. return self.main:GetChildren()
  1885. end
  1886.  
  1887. function self:getDrawY()
  1888. return self.drawY
  1889. end
  1890.  
  1891. function self:setDrawY(y)
  1892. self.drawY = y
  1893. end
  1894.  
  1895. function self:drawTextBox(sz, txt, ysz, cbgd)
  1896. local xposOffset = 0
  1897. local xposScale = self.drawX
  1898. local xszOffset = 0
  1899. local xszScale = sz
  1900. if not (self.drawX == 0) then
  1901. xszOffset = -5
  1902. if sz + self.drawX > 0.998 then
  1903. xszOffset = -10
  1904. end
  1905. elseif sz == 1 then
  1906. xszOffset = -(self.sepr) - 5
  1907. xposOffset = self.sepr/2
  1908. else
  1909. xszOffset = -4 + -(self.sepr/2)
  1910. xposOffset = self.sepr/2
  1911. end
  1912. if not ysz then ysz = 20 end
  1913. local obj = topkek.tools.util.Object("TextBox", {
  1914. Parent = self.main;
  1915. BackgroundColor3 = cbgd or color3(153, 52, 52);
  1916. BorderSizePixel = 0;
  1917. Position = UDim2.new(xposScale, xposOffset, 0, self.drawY);
  1918. Size = UDim2.new(xszScale, xszOffset, 0, ysz);
  1919. Font = 'SourceSans';
  1920. FontSize = 'Size14';
  1921. Text = txt;
  1922. TextSize = 14;
  1923. TextColor3 = Color3.new(199/255, 199/255, 199/255);
  1924. })
  1925. if ysz > self.drawHeight then
  1926. self.drawHeight = ysz
  1927. end
  1928. self.drawX = self.drawX + sz
  1929. if self.drawX > 0.998 then
  1930. self.drawY = self.drawY + 3 + self.drawHeight
  1931. self.drawX = 0
  1932. self.drawHeight = 0
  1933. self.main.CanvasSize = UDim2.new(0, 0, 0, self.drawY + 5)
  1934. end
  1935. return obj
  1936. end
  1937.  
  1938. function self:drawImage(sz, img, ysz)
  1939. local xposOffset = 0
  1940. local xposScale = self.drawX
  1941. local xszOffset = 0
  1942. local xszScale = sz
  1943. if not (self.drawX == 0) then
  1944. xszOffset = -5
  1945. if sz + self.drawX > 0.998 then
  1946. xszOffset = -12
  1947. end
  1948. elseif sz == 1 then
  1949. xszOffset = -(self.sepr) - 5
  1950. xposOffset = self.sepr/2
  1951. else
  1952. xszOffset = -5 + -(self.sepr/2)
  1953. xposOffset = self.sepr/2
  1954. end
  1955. if not ysz then ysz = 20 end
  1956. local obj = topkek.tools.util.Object("ImageLabel", {
  1957. Parent = self.main;
  1958. BackgroundTransparency = 1;
  1959. BorderColor3 = Color3.new(27, 42, 53);
  1960. BorderSizePixel = 0;
  1961. Position = UDim2.new(xposScale, xposOffset, 0, self.drawY);
  1962. Size = UDim2.new(xszScale, xszOffset, 0, ysz);
  1963. Image = img;
  1964. })
  1965. if ysz > self.drawHeight then
  1966. self.drawHeight = ysz
  1967. end
  1968. self.drawX = self.drawX + sz
  1969. if self.drawX > 0.998 then
  1970. self.drawY = self.drawY + 3 + self.drawHeight
  1971. self.drawX = 0
  1972. self.drawHeight = 0
  1973. if (not ncan) then
  1974. self.main.CanvasSize = UDim2.new(0, 0, 0, self.drawY + 5)
  1975. end
  1976. end
  1977. return obj
  1978. end
  1979.  
  1980. function self:drawText(sz, txt, ysz)
  1981. local xposOffset = 0
  1982. local xposScale = self.drawX
  1983. local xszOffset = 0
  1984. local xszScale = sz
  1985. if not (self.drawX == 0) then
  1986. xszOffset = -5
  1987. if sz + self.drawX > 0.998 then
  1988. xszOffset = -10
  1989. end
  1990. elseif sz == 1 then
  1991. local bzz = 5
  1992. if ncan then
  1993. bzz = 0
  1994. end
  1995. xszOffset = -(self.sepr) - bzz
  1996. xposOffset = self.sepr/2
  1997. else
  1998. xszOffset = -4 + -(self.sepr/2)
  1999. xposOffset = self.sepr/2
  2000. end
  2001. if not ysz then ysz = 20 end
  2002. local obj = topkek.tools.util.Object("TextLabel", {
  2003. Parent = self.main;
  2004. BackgroundColor3 = Color3.new(148/255, 51/255, 51/255);
  2005. BorderSizePixel = 0;
  2006. Position = UDim2.new(xposScale, xposOffset, 0, self.drawY);
  2007. Size = UDim2.new(xszScale, xszOffset, 0, ysz);
  2008. Font = 'SourceSans';
  2009. FontSize = 'Size14';
  2010. Text = txt;
  2011. TextSize = 14;
  2012. TextColor3 = Color3.new(199/255, 199/255, 199/255);
  2013.  
  2014. })
  2015. if ysz > self.drawHeight then
  2016. self.drawHeight = ysz
  2017. end
  2018. self.drawX = self.drawX + sz
  2019. if self.drawX > 0.998 then
  2020. self.drawY = self.drawY + 3 + self.drawHeight
  2021. self.drawX = 0
  2022. self.drawHeight = 0
  2023. if (not ncan) then
  2024. self.main.CanvasSize = UDim2.new(0, 0, 0, self.drawY + 5)
  2025. end
  2026. end
  2027. return obj
  2028. end
  2029.  
  2030.  
  2031. function self:drawScrollingContainer(ysz)
  2032. local sz = UDim2.new(1, -(self.sepr/2) - 11, 0, ysz)
  2033. local pos = UDim2.new(0, self.sepr/2, 0, self.drawY)
  2034. local obj = topkek.tools.util.Object("ScrollingFrame", {
  2035. Parent = self.main;
  2036. BackgroundColor3 = color3(117, 42, 42);
  2037. BorderSizePixel = 0;
  2038. Position = pos;
  2039. Size = sz;
  2040. BottomImage = 'rbxassetid://368504177';
  2041. MidImage = 'rbxassetid://368504177';
  2042. TopImage = 'rbxassetid://368504177';
  2043. ScrollBarThickness = 5;
  2044. })
  2045.  
  2046. self.drawY = self.drawY + 5 + ysz
  2047. self.drawX = 0
  2048. self.drawHeight = 0
  2049. if (not ncan) then
  2050. self.main.CanvasSize = UDim2.new(0, 0, 0, self.drawY + 5)
  2051. end
  2052. return topkek.tools.gui:hookContainer(obj, false, 10, 3)
  2053. end
  2054.  
  2055. function self:drawContainer(xsz, ysz, xz, tz, sep)
  2056. local sz = UDim2.new(xsz, -(self.sepr/2) - 11, 0, ysz)
  2057. local pos = UDim2.new(tz or 0, self.sepr/2, 0, self.drawY)
  2058. local obj = topkek.tools.util.Object("Frame", {
  2059. Parent = self.main;
  2060. BackgroundColor3 = color3(117, 42, 42);
  2061. BorderSizePixel = 0;
  2062. Position = pos;
  2063. Size = sz;
  2064. })
  2065. if not xz then
  2066. self.drawY = self.drawY + 5 + ysz
  2067. end
  2068. self.drawX = 0
  2069. self.drawHeight = 0
  2070. if (not ncan) then
  2071. self.main.CanvasSize = UDim2.new(0, 0, 0, self.drawY + 5)
  2072. end
  2073. return topkek.tools.gui:hookContainer(obj, sep or 12, 5)
  2074. end
  2075.  
  2076. function self:addSpacing()
  2077. self.drawY = self.drawY + 3
  2078. end
  2079.  
  2080. function self:center()
  2081. local a,c,b=
  2082. self.main.Position.X.Scale,
  2083. self.main.Position.X.Offset,self.main.Size.Y.Offset
  2084. self.main.Position=UDim2.new(a,c+2, 0.5, -(b/2))
  2085. end
  2086.  
  2087. return self
  2088. end
  2089.  
  2090. --//anim//--
  2091. topkek.tools.animator.animateTo = function(source, dest)
  2092. -- holder2holder:
  2093. -- invis holder
  2094. -- clone holder; vis
  2095. -- move holder to right
  2096. -- vis dest container
  2097. -- tween clone holder left
  2098. -- tween dest holder right
  2099. print("nav",source,dest)
  2100. topkek.holder.Visible = false
  2101. local hclone = topkek.holder:Clone()
  2102. hclone.Parent = topkek.center
  2103. hclone.Name = 'animclone'
  2104. hclone.Visible = true
  2105. topkek.holder.Position = UDim2.new(-1, 0, 0, 30)
  2106. source.Visible = false
  2107. dest.Visible = true
  2108. dest.Container.Visible = true
  2109. dest.Container.ZIndex = 1
  2110. dest.ZIndex = 1
  2111. topkek.holder.Visible = true
  2112. topkek.holder:TweenPosition(UDim2.new(0, 150, 0, 30), "Out", "Quad", 0.3)
  2113. hclone:TweenPosition(UDim2.new(1, 0, 0, 30), "Out", "Quad", 0.3)
  2114. wait(0.3)
  2115. end
  2116. topkek.tools.animator.initialAnimation = function()
  2117. -- initanim:
  2118. -- join both composites
  2119. -- delete composites; vis solid
  2120. -- tween solid to nav topbar
  2121. -- copy topbar plrname; move outside region
  2122. -- tween in clone topbar
  2123. -- delete clone and solid; vis topbar
  2124. -- tween down topbar
  2125. -- tween holder out
  2126. local function abspos(x)
  2127. return UDim2.new(0, x.AbsolutePosition.X, 0, x.AbsolutePosition.Y)
  2128. end
  2129. local function abssz(x)
  2130. return UDim2.new(0, x.AbsoluteSize.X, 0, x.AbsoluteSize.Y)
  2131. end
  2132. local holder = topkek.holder
  2133. local nav = topkek.navigator
  2134. local topnav = game.Players.LocalPlayer.PlayerGui["4.0"].Main.Navigation.Topbar
  2135. local topbar = topkek.topbar
  2136. local pname = game.Players.LocalPlayer.PlayerGui["4.0"].Main.Topbar.PlayerName:Clone()
  2137. local solid = game.Players.LocalPlayer.PlayerGui["4.0"].Solid
  2138. topkek.center.Size = UDim2.new(0, 150, 0, 30)
  2139. game.Players.LocalPlayer.PlayerGui["4.0"].Composite1:TweenPosition(UDim2.new(0.5, -50, 0.5, -50), 'Out', 'Quad', 0.5)
  2140. game.Players.LocalPlayer.PlayerGui["4.0"].Composite2:TweenPosition(UDim2.new(0.5, 0, 0.5, -50), 'Out', 'Quad', 0.5)
  2141. wait(0.52)
  2142. solid.Visible = true
  2143. game.Players.LocalPlayer.PlayerGui["4.0"].Composite1:Destroy()
  2144. game.Players.LocalPlayer.PlayerGui["4.0"].Composite2:Destroy()
  2145. wait(3)
  2146. solid.Label:TweenPosition(UDim2.new(0, 0, 1.5, 0), 'Out', 'Quad', 0.5)
  2147. solid:TweenSizeAndPosition(abssz(topnav), abspos(topnav), 'Out', 'Linear', 0.6)
  2148. wait(0.52)
  2149. solid.Label:Destroy()
  2150. wait(0.12)
  2151. topkek.center.Visible = true
  2152. topnav.Visible = true
  2153. solid:Destroy()
  2154. pname.Position = UDim2.new(0, -170, 0, 0)
  2155. pname.Parent = topnav
  2156. pname.Visible = true
  2157. pname:TweenPosition(UDim2.new(0, 10, 0, 0), 'Out', 'Quad', 0.2)
  2158. wait(0.25)
  2159. topkek.center:TweenSize(UDim2.new(0, 150, 0, 395), 'Out', 'Quad', 0.3)
  2160. spawn(topkek.navigation.buildNavigator)
  2161. wait(0.35)
  2162. topkek.center:TweenSize(UDim2.new(0, 470, 0, 395), 'In', 'Quad', 0.3)
  2163. wait(0.35)
  2164. topbar.PlayerName.Visible = true
  2165. pname:Destroy()
  2166. AllowHovers = true
  2167. end
  2168. --//nav//--
  2169. topkek.navigation.currentContainer = topkek.tools.util.getContainer('Home')
  2170. topkek.navigation.windowState = 0
  2171. topkek.navigation.gotoContainer = function(cont)
  2172. topkek.tools.animator.animateTo(topkek.navigation.currentContainer, cont)
  2173. topkek.navigation.currentContainer = cont
  2174. end
  2175. topkek.navigation.buildNavigator = function()
  2176. local nav = game.Players.LocalPlayer.PlayerGui["4.0"].Main.Navigation
  2177. local hook = topkek.tools.gui:hookContainer(nav.Scroll, false)
  2178. local btns = {}
  2179. for l, x in pairs(topkek.data.windows) do
  2180. local container = topkek.tools.util.getContainer(x)
  2181. local btn = hook:drawButton(1, x, function() topkek.navigation.gotoContainer(container) end, 25)
  2182. local ZPos = btn.Position
  2183. btn.Position = btn.Position - UDim2.new(0, 0, 0, 5)
  2184. btn:TweenPosition(ZPos, 'Out', 'Bounce', 0.2)
  2185. btn.LayoutOrder = l
  2186. btn.ZIndex = 4
  2187. local OPos = btn.Position
  2188. btn.MouseEnter:connect(function()
  2189. if AllowHovers == false then
  2190. return
  2191. end
  2192. for i, v in pairs(btns) do
  2193. if v[1] ~= btn then
  2194. v[1]:TweenPosition(v[2], 'Out', 'Quad', 0.1)
  2195. end
  2196. end
  2197. btn:TweenPosition(OPos + UDim2.new(0, 3, 0, 0), 'Out', 'Quad', 0.1)
  2198. end)
  2199. btn.MouseLeave:connect(function()
  2200. btn:TweenPosition(OPos, 'Out', 'Quad', 0.1)
  2201. end)
  2202. table.insert(btns, {btn, OPos})
  2203. wait()
  2204. end
  2205. end
  2206. topkek.navigation.buildTopbar = function()
  2207. local top = topkek.topbar
  2208. local FELabel = top.Controllers.IsFE
  2209. top.PlayerName.Text = topkek.lplr.Name
  2210. if game:GetService('Workspace').FilteringEnabled == true then
  2211. FELabel.Text = "FE Game"
  2212. FELabel.TextColor3 = BrickColor.new("Bright red").Color
  2213. else
  2214. FELabel.Text = "Not FE"
  2215. FELabel.TextColor3 = BrickColor.new("Bright green").Color
  2216. end
  2217. top.Controllers.Hide.MouseButton1Down:connect(function()
  2218. if topkek.navigation.windowState == 0 then
  2219. topkek.navigation.windowState = 1
  2220. topkek.center:TweenSize(UDim2.new(0, 470, 0, 30), 'Out', 'Quint', 0.2)
  2221. else
  2222. topkek.navigation.windowState = 0
  2223. topkek.center:TweenSize(UDim2.new(0, 470, 0, 395), 'Out', 'Quint', 0.2)
  2224. end
  2225. end)
  2226. top.Controllers.Exit.MouseButton1Down:connect(function()
  2227. topkek.center:TweenSize(UDim2.new(0, 470, 0, 30), 'Out', 'Quint', 0.3)
  2228. wait(0.31)
  2229. topkek.center:TweenSize(UDim2.new(0, 0, 0, 0), 'Out', 'Quint', 0.3)
  2230. PlayerChatHook:disconnect()
  2231. end)
  2232.  
  2233. end
  2234. topkek.navigation.initCommandBar = function()
  2235. DistributedCmdBar, cmd = topkek.holder.Command, {}
  2236. --weathered-down version of my cmdscript for topkek
  2237. cmd = {}
  2238.  
  2239. -- ** defines ** --
  2240. cmd.service = (function(a) return game:service(a) end)
  2241. cmd.gplayers = (function() return cmd.service'Players':GetPlayers() end)
  2242. cmd.players = cmd.service('Players')
  2243. cmd.localplayer = cmd.players.LocalPlayer
  2244.  
  2245. cmd.prefix = ';'
  2246. cmd.hidden = '/'
  2247.  
  2248. cmd.commands = {}
  2249. cmd.util = {}
  2250. cmd.interface = {}
  2251.  
  2252. cmd.admins = {}
  2253. cmd.noclip = false
  2254.  
  2255. -- ** util ** --
  2256. cmd.util.pos = function(str, pos)
  2257. local increment = 1
  2258. for spc in str:gmatch("[^ ]+") do
  2259. if increment == pos then
  2260. return spc
  2261. end
  2262. increment = increment + 1
  2263. end
  2264. return ''
  2265. end
  2266. cmd.util.pstr = function(str, re_enc)
  2267. str = string.lower(str)
  2268. local players = {}
  2269. if re_enc == true then
  2270. if str == 'me' then
  2271. return {game.Players.LocalPlayer}
  2272. end
  2273. if str == 'all' then
  2274. return game.Players:GetPlayers()
  2275. end
  2276. if str == 'others' then
  2277. for i, v in pairs(game.Players:GetPlayers()) do
  2278. if v ~= cmd.localplayer then
  2279. table.insert(players, v)
  2280. end
  2281. end
  2282. end
  2283. for i, v in pairs(game.Players:GetPlayers()) do
  2284. if string.lower(v.Name):sub(1, #str) == str then
  2285. table.insert(players, v)
  2286. end
  2287. end
  2288. return players
  2289. else
  2290. for seper in str:gmatch("[^,]+") do
  2291. for i, v in pairs(cmd.util.pstr(seper, true)) do
  2292. table.insert(players, v)
  2293. end
  2294. end
  2295. return players
  2296. end
  2297. end
  2298. cmd.util.parse = function(str, fmt)
  2299. local args = {}
  2300. local encountered = 0
  2301. local position = 1
  2302. for form in fmt:gmatch("[^%%]+") do
  2303. if position == 1 then
  2304. args['command'] = cmd.util.pos(str, position)
  2305. end
  2306. if form == 'inf' then
  2307. args[position] = str:sub(encountered, #str)
  2308. end
  2309. if form == 'int' then
  2310. local fetch = cmd.util.pos(str, position)
  2311. if tonumber(fetch) == nil then
  2312. return nil
  2313. end
  2314. args[position] = {'integer', data = fetch}
  2315. end
  2316. if form == 'str' then
  2317. local fetch = cmd.util.pos(str, position)
  2318. args[position] = {'string', data = fetch}
  2319. end
  2320. if form == 'plrs' then
  2321. args[position] = cmd.util.pstr(cmd.util.pos(str, position), false)
  2322. end
  2323. encountered = encountered + ((#cmd.util.pos(str, position)) + 1)
  2324. position = position + 1
  2325. end
  2326. return args
  2327. end
  2328. cmd.util.isadmin = function(p)
  2329. if p == cmd.localplayer.Name then
  2330. return true
  2331. else
  2332. for i, v in pairs(cmd.admins) do
  2333. if v == p.Name then
  2334. return true
  2335. end
  2336. end
  2337. return false
  2338. end
  2339. end
  2340. cmd.util.BombVest = function(Players)
  2341. -- modified by nosyliam
  2342. local TickWait = 1
  2343. local Dead = false
  2344. local BeltPositions = { }
  2345. local ExplodeSounds = { }
  2346.  
  2347. for ___, player in pairs(Players) do
  2348. pcall(function()
  2349. local Me = player
  2350. local Char = Me.Character
  2351. local Torso = Char.Torso
  2352. local Color = "Medium stone gray"
  2353. local Dead = false
  2354.  
  2355.  
  2356. local Position = Vector3.new(0,100,0)
  2357. local function NewPart(Parent)
  2358. local Part = Instance.new("Part", Parent)
  2359. Part.CanCollide = false
  2360. Part.FormFactor = "Custom"
  2361. Part.Position = Position
  2362. Part.TopSurface = "Smooth"
  2363. Part.BottomSurface = "Smooth"
  2364. Part.BrickColor = BrickColor.new(Color)
  2365. Position = Position + Vector3.new(0,Part.Size.Y + 10,0)
  2366. return Part
  2367. end
  2368.  
  2369. local Model = Char:FindFirstChild("Bomb")
  2370. if Model then Model:Destroy() end
  2371.  
  2372. Model = Instance.new("Model", Char)
  2373. Model.Name = "Bomb"
  2374.  
  2375. local Belt = NewPart(Model)
  2376. Belt.Size = Vector3.new(2.2,0.5,1.2)
  2377. table.insert(BeltPositions, Belt)
  2378. local Weld = Instance.new("Weld", Belt)
  2379. Weld.Part0 = Belt
  2380. Weld.Part1 = Torso
  2381. Weld.C0 = CFrame.new(0,1.1,0)
  2382. local Light = Instance.new("PointLight", Belt)
  2383. Light.Range = 15
  2384. Light.Brightness = 5
  2385. Light.Color = Color3.new(1,0,0)
  2386. local Beep = Instance.new("Sound", Belt)
  2387. Beep.SoundId = "http://www.roblox.com/asset/?id=188588790"
  2388. local ExplodeSound = Instance.new("Sound", Belt)
  2389. ExplodeSound.SoundId = "http://www.roblox.com/asset/?id="..(tonumber((math.ceil(1776.66^2)+17).."."..string.rep("36",3))*77)+0.00003 --144507765
  2390. ExplodeSound.Pitch = 2.8
  2391. ExplodeSound.Volume = 3
  2392. table.insert(ExplodeSounds, ExplodeSound)
  2393.  
  2394. local Back = NewPart(Model)
  2395. Back.Size = Vector3.new(1.5,1.5,0.5)
  2396. local Weld = Instance.new("Weld", Back)
  2397. Weld.Part0 = Back
  2398. Weld.Part1 = Torso
  2399. Weld.C0 = CFrame.new(0,0.1,-0.75)
  2400.  
  2401. local StrapLeft = NewPart(Model)
  2402. StrapLeft.Size = Vector3.new(0.2,0.5,1.6)
  2403. local Weld = Instance.new("Weld", StrapLeft)
  2404. Weld.Part0 = StrapLeft
  2405. Weld.Part1 = Torso
  2406. Weld.C0 = CFrame.new(0.65,-0.9,-0.2)
  2407.  
  2408. local BuckleLeft = NewPart(Model)
  2409. BuckleLeft.Size = Vector3.new(0.2,1.5,0.2)
  2410. local Weld = Instance.new("Weld", BuckleLeft)
  2411. Weld.Part0 = BuckleLeft
  2412. Weld.Part1 = Torso
  2413. Weld.C0 = CFrame.new(0.65,0.1,0.5)
  2414.  
  2415. local StrapRight = NewPart(Model)
  2416. StrapRight.Size = Vector3.new(0.2,0.5,1.6)
  2417. local Weld = Instance.new("Weld", StrapRight)
  2418. Weld.Part0 = StrapRight
  2419. Weld.Part1 = Torso
  2420. Weld.C0 = CFrame.new(-0.65,-0.9,-0.2)
  2421.  
  2422. local BuckleRight = NewPart(Model)
  2423. BuckleRight.Size = Vector3.new(0.2,1.5,0.2)
  2424. local Weld = Instance.new("Weld", BuckleRight)
  2425. Weld.Part0 = BuckleRight
  2426. Weld.Part1 = Torso
  2427. Weld.C0 = CFrame.new(-0.65,0.1,0.5)
  2428.  
  2429.  
  2430. coroutine.wrap(function()
  2431. repeat
  2432. wait(TickWait)
  2433. Light.Enabled = not Light.Enabled
  2434. Beep:Play()
  2435. until Dead == true
  2436. end)()
  2437. end)
  2438. end
  2439.  
  2440. local Tool = Instance.new("HopperBin", cmd.localplayer.Backpack)
  2441. Tool.Name = "Bomb Vest"
  2442.  
  2443. Tool.Selected:connect(function(Mouse)
  2444. TickWait = 0.3
  2445. Mouse.Icon = "http://www.roblox.com/asset/?id=9109985"
  2446.  
  2447. Mouse.Button1Down:connect(function()
  2448. if Dead == false then
  2449. Dead = true
  2450. for i, Belt in pairs(BeltPositions) do
  2451. coroutine.wrap(function()
  2452. pcall(function() ExplodeSounds[i]:Play() end)
  2453. wait(1.4)
  2454. local Explosion = Instance.new("Explosion", workspace)
  2455. Explosion.Position = Belt.Position
  2456. Explosion.BlastPressure = 100000
  2457. Explosion.DestroyJointRadiusPercent = 0.7
  2458. Explosion.ExplosionType = "CratersAndDebris"
  2459. Explosion.BlastRadius = 50
  2460. Explosion.Hit:connect(function(Part, Distance)
  2461. Part.Anchored = false
  2462. if Distance <= 10 then
  2463. Part:BreakJoints()
  2464. end
  2465. end)
  2466. end)()
  2467. end
  2468. end
  2469. end)
  2470. end)
  2471.  
  2472. Tool.Deselected:connect(function()
  2473. TickWait = 1
  2474. end)
  2475. end
  2476. cmd.util.hulk = function(p)
  2477. function giant(p, size)
  2478. local pchar = p.Character
  2479. if pchar then
  2480. local function scale(chr,scl)
  2481.  
  2482. for _,v in pairs(pchar:GetChildren()) do
  2483. if v:IsA("Hat") then
  2484. v:Clone()
  2485. v.Parent = game.Lighting
  2486. end
  2487. end
  2488.  
  2489. local Head = chr['Head']
  2490. local Torso = chr['Torso']
  2491. local LA = chr['Left Arm']
  2492. local RA = chr['Right Arm']
  2493. local LL = chr['Left Leg']
  2494. local RL = chr['Right Leg']
  2495. local HRP = chr['HumanoidRootPart']
  2496.  
  2497. wait(0.1)
  2498.  
  2499. Head.formFactor = 3
  2500. Torso.formFactor = 3
  2501. LA.formFactor = 3
  2502. RA.formFactor = 3
  2503. LL.formFactor = 3
  2504. RL.formFactor = 3
  2505. HRP.formFactor = 3
  2506.  
  2507. Head.Size = Vector3.new(scl * 2, scl, scl)
  2508. Torso.Size = Vector3.new(scl * 2, scl * 2, scl)
  2509. LA.Size = Vector3.new(scl, scl * 2, scl)
  2510. RA.Size = Vector3.new(scl, scl * 2, scl)
  2511. LL.Size = Vector3.new(scl, scl * 2, scl)
  2512. RL.Size = Vector3.new(scl, scl * 2, scl)
  2513. HRP.Size = Vector3.new(scl * 2, scl * 2, scl)
  2514.  
  2515. local Motor1 = Instance.new('Motor6D', Torso)
  2516. Motor1.Part0 = Torso
  2517. Motor1.Part1 = Head
  2518. Motor1.C0 = CFrame.new(0, 1 * scl, 0) * CFrame.Angles(-1.6, 0, 3.1)
  2519. Motor1.C1 = CFrame.new(0, -0.5 * scl, 0) * CFrame.Angles(-1.6, 0, 3.1)
  2520. Motor1.Name = "Neck"
  2521.  
  2522. local Motor2 = Instance.new('Motor6D', Torso)
  2523. Motor2.Part0 = Torso
  2524. Motor2.Part1 = LA
  2525. Motor2.C0 = CFrame.new(-1 * scl, 0.5 * scl, 0) * CFrame.Angles(0, -1.6, 0)
  2526. Motor2.C1 = CFrame.new(0.5 * scl, 0.5 * scl, 0) * CFrame.Angles(0, -1.6, 0)
  2527. Motor2.Name = "Left Shoulder"
  2528.  
  2529. local Motor3 = Instance.new('Motor6D', Torso)
  2530. Motor3.Part0 = Torso
  2531. Motor3.Part1 = RA
  2532. Motor3.C0 = CFrame.new(1 * scl, 0.5 * scl, 0) * CFrame.Angles(0, 1.6, 0)
  2533. Motor3.C1 = CFrame.new(-0.5 * scl, 0.5 * scl, 0) * CFrame.Angles(0, 1.6, 0)
  2534. Motor3.Name = "Right Shoulder"
  2535.  
  2536. local Motor4 = Instance.new('Motor6D', Torso)
  2537. Motor4.Part0 = Torso
  2538. Motor4.Part1 = LL
  2539. Motor4.C0 = CFrame.new(-1 * scl, -1 * scl, 0) * CFrame.Angles(0, -1.6, 0)
  2540. Motor4.C1 = CFrame.new(-0.5 * scl, 1 * scl, 0) * CFrame.Angles(0, -1.6, 0)
  2541. Motor4.Name = "Left Hip"
  2542.  
  2543. local Motor5 = Instance.new('Motor6D', Torso)
  2544. Motor5.Part0 = Torso
  2545. Motor5.Part1 = RL
  2546. Motor5.C0 = CFrame.new(1 * scl, -1 * scl, 0) * CFrame.Angles(0, 1.6, 0)
  2547. Motor5.C1 = CFrame.new(0.5 * scl, 1 * scl, 0) * CFrame.Angles(0, 1.6, 0)
  2548. Motor5.Name = "Right Hip"
  2549.  
  2550. local Motor6 = Instance.new('Motor6D', HRP)
  2551. Motor6.Part0 = HRP
  2552. Motor6.Part1 = Torso
  2553. Motor6.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(-1.6, 0, -3.1)
  2554. Motor6.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(-1.6, 0, -3.1)
  2555.  
  2556. end
  2557.  
  2558. scale(pchar, size)
  2559. pchar.Humanoid.WalkSpeed = 15 * size
  2560.  
  2561. for _,v in pairs(game.Lighting:GetChildren()) do
  2562. if v:IsA("Hat") then
  2563. v.Parent = pchar
  2564. end
  2565. end
  2566. end
  2567. end
  2568.  
  2569. local plr = p
  2570. giant(plr, 3)
  2571. for i, v in pairs(plr.Character:GetChildren()) do
  2572. if v:IsA("BasePart") then
  2573. v.Touched:connect(function(p)
  2574. if p.Size.X<30 then
  2575. p.Anchored = false
  2576. p:BreakJoints()
  2577. end
  2578. end)
  2579. end
  2580. end
  2581.  
  2582. local csize = 3
  2583.  
  2584. local sgui = Instance.new("ScreenGui", game.Players.LocalPlayer.PlayerGui)
  2585. local base = Instance.new("Frame", sgui)
  2586. base.BackgroundTransparency = 1
  2587. base.Size = UDim2.new(0, 110, 0, 200)
  2588. base.Position = UDim2.new(1, -120, 1, -180)
  2589. local indicator = Instance.new("TextLabel", base)
  2590. indicator.Size = UDim2.new(1, 0, 0, 25)
  2591. indicator.TextColor3 = Color3.new(1, 1, 1)
  2592. indicator.BackgroundTransparency = 0
  2593. indicator.FontSize = Enum.FontSize.Size18
  2594. indicator.Font = Enum.Font.SourceSans
  2595. indicator.Text = "Current Size: 3"
  2596. local PlusOne = Instance.new("TextButton", base)
  2597. PlusOne.BackgroundColor3 = Color3.new(214/255, 214/255, 214/255)
  2598. PlusOne.Position = UDim2.new(0, 0, 0, 40)
  2599. PlusOne.Size = UDim2.new(1, 0, 0.5, -50)
  2600. PlusOne.BorderSizePixel = 2
  2601. PlusOne.Font = Enum.Font.SourceSansBold
  2602. PlusOne.FontSize = Enum.FontSize.Size24
  2603. PlusOne.Text = "+1 Size"
  2604. local MinusOne = Instance.new("TextButton", base)
  2605. MinusOne.BackgroundColor3 = Color3.new(214/255, 214/255, 214/255)
  2606. MinusOne.Position = UDim2.new(0, 0, 0.5, 10)
  2607. MinusOne.Size = UDim2.new(1, 0, 0.5, -50)
  2608. MinusOne.Text = "-1 Size"
  2609. MinusOne.BorderSizePixel = 2
  2610. MinusOne.Font = Enum.Font.SourceSansBold
  2611. MinusOne.FontSize = Enum.FontSize.Size24
  2612.  
  2613. PlusOne.MouseButton1Down:connect(function()
  2614. csize = csize + 1
  2615. giant(plr, csize)
  2616. indicator.Text = "Current Size: "..tostring(csize)
  2617. end)
  2618.  
  2619. MinusOne.MouseButton1Down:connect(function()
  2620. csize = csize - 1
  2621. giant(plr, csize)
  2622. indicator.Text = "Current Size: "..tostring(csize)
  2623. end)
  2624. end
  2625. cmd.util.R15 = function()
  2626. rcode=[[local function Init()
  2627. wait()
  2628. local function ConChar(P)
  2629. Character = P.Character
  2630.  
  2631. local R15Model = Instance.new("Model")
  2632. R15Model.Name = "R15Model"
  2633. R15Model.Parent = Character
  2634.  
  2635. local function CreateLimb(Name,Color,Size,Transparency,ConnectToLimb,MotorName,C0,C1,MeshId)
  2636. local Part = Instance.new("Part")
  2637. Part.FormFactor = "Custom"
  2638. Part.Size = Size
  2639. Part.BrickColor = Color
  2640. Part.CanCollide = false
  2641. Part.Name = Name
  2642. Part.Transparency = (Transparency == 0.001 and 0 or Transparency)
  2643. Part.TopSurface = "Smooth"
  2644. Part.BottomSurface = "Smooth"
  2645.  
  2646. local Motor = Instance.new("Motor6D")
  2647. Motor.C0 = C0
  2648. Motor.C1 = C1
  2649. Motor.Part0 = ConnectToLimb
  2650. Motor.Part1 = Part
  2651. Motor.Name = MotorName
  2652. Motor.MaxVelocity = 0.1
  2653. Motor.Parent = ConnectToLimb
  2654.  
  2655. if MeshId then
  2656. local Mesh = Instance.new("SpecialMesh")
  2657. Mesh.MeshType = "FileMesh"
  2658. Mesh.MeshId = MeshId
  2659. Mesh.Scale = Vector3.new(0.99,0.99,0.99)
  2660. Mesh.Parent = Part
  2661. end
  2662.  
  2663. if MeshId and Transparency == 0.001 then
  2664. local ShirtTexturePart = Instance.new("Part")
  2665. ShirtTexturePart.FormFactor = "Custom"
  2666. ShirtTexturePart.Size = Size
  2667. ShirtTexturePart.BrickColor = Color
  2668. ShirtTexturePart.CanCollide = false
  2669. ShirtTexturePart.Name = "ShirtTexturePart"
  2670. ShirtTexturePart.Transparency = Transparency
  2671. ShirtTexturePart.TopSurface = "Smooth"
  2672. ShirtTexturePart.BottomSurface = "Smooth"
  2673.  
  2674. local Mesh = Instance.new("SpecialMesh")
  2675. Mesh.MeshType = "FileMesh"
  2676. Mesh.MeshId = MeshId
  2677. Mesh.Parent = ShirtTexturePart
  2678.  
  2679. local Weld = Instance.new("Weld")
  2680. Weld.Part0 = Part
  2681. Weld.Part1 = ShirtTexturePart
  2682. Weld.Parent = ShirtTexturePart
  2683.  
  2684. ShirtTexturePart.Parent = Part
  2685. end
  2686. Part.Parent = R15Model
  2687. return Part
  2688. end
  2689.  
  2690.  
  2691. local HumanoidRootPart = CreateLimb("HumanoidRootPart",BrickColor.new("Medium stone grey"),Vector3.new(1,1,1),1,Character.HumanoidRootPart,"RootConnector",CFrame.new(),CFrame.new(0,0.7,0))
  2692. local LowerTorso = CreateLimb("LowerTorso",BrickColor.new("Bright blue"),Vector3.new(1,1,1),0.001,HumanoidRootPart,"Root",CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),"rbxassetid://387941715")
  2693. local UpperTorso = CreateLimb("UpperTorso",BrickColor.new("Bright blue"),Vector3.new(1,1,1),0.001,LowerTorso,"Waist",CFrame.new(0, 0.404105991, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),"rbxassetid://387941468")
  2694. local Head = CreateLimb("Head",BrickColor.new("Bright yellow"),Vector3.new(1,1,1),0,UpperTorso,"Neck",CFrame.new(0, 1.26949596, 0.0428609997, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, -0.635110021, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),"rbxassetid://387941905")
  2695. local LeftUpperArm = CreateLimb("LeftUpperArm",BrickColor.new("Bright yellow"),Vector3.new(1, 0.672, 1),0.001,UpperTorso,"LeftShoulder",CFrame.new(-1.50177097, 0.924546003, 0, 1, 0, -0, 0, 0.999044001, 0.0437170006, 0, -0.0437170006, 0.999044001),CFrame.new(0, 0.336115986, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),"rbxassetid://387938468")
  2696. local LeftLowerArm = CreateLimb("LeftLowerArm",BrickColor.new("Bright yellow"),Vector3.new(1, 0.703, 1),0.001,LeftUpperArm,"LeftElbow",CFrame.new(0, -0.336115986, 0, 1, 0, 0, 0, 0.999044001, -0.0437170006, 0, 0.0437170006, 0.999044001),CFrame.new(0, 0.351512015, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),"rbxassetid://387938971")
  2697. local LeftHand = CreateLimb("LeftHand",BrickColor.new("Bright yellow"),Vector3.new(1, 0.352, 1),0.001,LeftLowerArm,"LeftWrist",CFrame.new(0, -0.351512015, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, 0.175756007, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),"rbxassetid://387939233")
  2698. local RightUpperArm = CreateLimb("RightUpperArm",BrickColor.new("Bright yellow"),Vector3.new(1, 0.671, 1),0.001,UpperTorso,"RightShoulder",CFrame.new(1.50049305, 0.923726022, 0, 1, 0, -0, 0, 0.999041617, 0.0437709838, 0, -0.0437709838, 0.999041617),CFrame.new(0, 0.335705996, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),"rbxassetid://387940113")
  2699. local RightLowerArm = CreateLimb("RightLowerArm",BrickColor.new("Bright yellow"),Vector3.new(1, 0.703, 1),0.001,RightUpperArm,"RightElbow",CFrame.new(0, -0.335705996, 0, 1, 0, 0, 0, 0.999041617, -0.0437709838, 0, 0.0437709838, 0.999041617),CFrame.new(0, 0.351512015, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),"rbxassetid://387940356")
  2700. local RightHand = CreateLimb("RightHand",BrickColor.new("Bright yellow"),Vector3.new(1, 0.352, 1),0.001,RightLowerArm,"RightWrist",CFrame.new(0, -0.351512015, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, 0.175756007, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),"rbxassetid://387940548")
  2701. local LeftUpperLeg = CreateLimb("LeftUpperLeg",BrickColor.new("Br. yellowish green"),Vector3.new(1, 0.775, 1),0.001,LowerTorso,"LeftHip",CFrame.new(-0.457044005, -0.498115987, 0, 1, 0, -0, 0, 1, 0.000100999998, 0, -0.000100999998, 1),CFrame.new(0, 0.387418985, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),"rbxassetid://387939645")
  2702. local LeftLowerLeg = CreateLimb("LeftLowerLeg",BrickColor.new("Br. yellowish green"),Vector3.new(1, 0.829, 1),0.001,LeftUpperLeg,"LeftKnee",CFrame.new(0, -0.387418985, 0, 1, 9.95820074e-007, 9.13360125e-008, -9.99999997e-007, 0.995820105, 0.0913360119, 0, -0.0913360119, 0.995820105),CFrame.new(0, 0.414570987, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),"rbxassetid://387939489")
  2703. local LeftFoot = CreateLimb("LeftFoot",BrickColor.new("Br. yellowish green"),Vector3.new(1, 0.415, 1),0.001,LeftLowerLeg,"LeftAnkle",CFrame.new(0, -0.414570987, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, 0.207286, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),"rbxassetid://387939912")
  2704. local RightUpperLeg = CreateLimb("RightUpperLeg",BrickColor.new("Br. yellowish green"),Vector3.new(1, 0.775, 1),0.001,LowerTorso,"RightHip",CFrame.new(0.451141, -0.498115987, 0, 1, 0, -0, 0, 1, 0.000100999998, 0, -0.000100999998, 1),CFrame.new(0, 0.387418985, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),"rbxassetid://387940976")
  2705. local RightLowerLeg = CreateLimb("RightLowerLeg",BrickColor.new("Br. yellowish green"),Vector3.new(1, 0.829, 1),0.001,RightUpperLeg,"RightKnee",CFrame.new(0, -0.387418985, 0, 1, 0, -0, 0, 0.995820105, 0.0913360119, 0, -0.0913360119, 0.995820105),CFrame.new(0, 0.414570987, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),"rbxassetid://387940802")
  2706. local RightFoot = CreateLimb("RightFoot",BrickColor.new("Br. yellowish green"),Vector3.new(1, 0.415, 1),0.001,RightLowerLeg,"RightAnkle",CFrame.new(0, -0.414570987, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, 0.207286, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),"rbxassetid://387941196")
  2707.  
  2708. --if Character:WaitForChild("Head"):WaitForChild("Mesh").MeshId ~= "" then
  2709. -- Head.MeshId = Character.Head.Mesh.MeshId
  2710. --end
  2711.  
  2712. Character:WaitForChild("Animate").Disabled = false
  2713. local Anim = game:GetObjects("rbxassetid://401967017")[1]; print("aobj", tostring(Anim))
  2714. for i, v in pairs(Anim:GetChildren()) do
  2715. v.Parent = script
  2716. end
  2717. script.Parent = Character
  2718.  
  2719. local function Clear(Name,Alternative,ColorParts)
  2720. local Part = Character:WaitForChild(Name)
  2721. Part.Transparency = (Name == "Head" and 0.99 or 1)
  2722. local function ChildAdded(Ins)
  2723. delay(0.05,function()
  2724. if Ins.Name == "face" then
  2725. if Alternative:FindFirstChild("face") then Alternative:FindFirstChild("face"):Destroy() end
  2726. Ins.Parent = Alternative
  2727. elseif Ins:IsA("Motor6D") and string.sub(Ins.Name,1,5) ~= "Fake_" then
  2728. Ins.Name = "Fake_"..Ins.Name
  2729. elseif Ins.Name == "HeadWeld" then
  2730. delay(0.05,function()
  2731. Ins.Parent = Head
  2732. Ins.Part0 = Head
  2733. Ins.C1 = CFrame.new(0,0,0.05) * Ins.C1
  2734. end)
  2735. elseif not Ins:IsA("Weld") then
  2736. Ins:Destroy()
  2737. end
  2738. end)
  2739. end
  2740. for _,Sub in pairs(Part:GetChildren()) do
  2741. ChildAdded(Sub)
  2742. end
  2743. Part.ChildAdded:connect(ChildAdded)
  2744.  
  2745. local function Color()
  2746. for _,Sub in pairs(ColorParts) do
  2747. Sub.BrickColor = Part.BrickColor
  2748. local TexturePart = Sub:FindFirstChild("ShirtTexturePart")
  2749. if TexturePart then
  2750. TexturePart.BrickColor = Part.BrickColor
  2751. end
  2752. end
  2753. end
  2754. Color()
  2755. Part.Changed:connect(Color)
  2756. end
  2757.  
  2758. Clear("HumanoidRootPart",HumanoidRootPart,{HumanoidRootPart})
  2759. Clear("Head",Head,{Head})
  2760. Clear("Torso",nil,{LowerTorso,UpperTorso})
  2761. Clear("Left Arm",nil,{LeftLowerArm,LeftUpperArm,LeftHand})
  2762. Clear("Right Arm",nil,{RightLowerArm,RightUpperArm,RightHand})
  2763. Clear("Left Leg",nil,{LeftLowerLeg,LeftUpperLeg,LeftFoot})
  2764. Clear("Right Leg",nil,{RightLowerLeg,RightUpperLeg,RightFoot})
  2765.  
  2766. local ShirtUsed = false
  2767. local function ChildAdded(Ins)
  2768. if Ins:IsA("Hat") and string.sub(Ins.Name,1,7) ~= "Scaled_" then
  2769. delay(0.05,function()
  2770. local Mesh = Ins:WaitForChild("Handle"):WaitForChild("Mesh")
  2771. Ins.AttachmentPos = Ins.AttachmentPos
  2772. Mesh.Scale = Mesh.Scale
  2773. Ins.Name = "Scaled_"..Ins.Name
  2774. end)
  2775. elseif Ins:IsA("Shirt") then
  2776. ShirtUsed = true
  2777. LowerTorso.ShirtTexturePart.Mesh.TextureId = Ins.ShirtTemplate
  2778. UpperTorso.ShirtTexturePart.Mesh.TextureId = Ins.ShirtTemplate
  2779. LeftLowerArm.ShirtTexturePart.Mesh.TextureId = Ins.ShirtTemplate
  2780. LeftUpperArm.ShirtTexturePart.Mesh.TextureId = Ins.ShirtTemplate
  2781. LeftHand.ShirtTexturePart.Mesh.TextureId = Ins.ShirtTemplate
  2782. RightLowerArm.ShirtTexturePart.Mesh.TextureId = Ins.ShirtTemplate
  2783. RightUpperArm.ShirtTexturePart.Mesh.TextureId = Ins.ShirtTemplate
  2784. RightHand.ShirtTexturePart.Mesh.TextureId = Ins.ShirtTemplate
  2785. elseif Ins:IsA("Pants") then
  2786. LeftUpperLeg.ShirtTexturePart.Mesh.TextureId = Ins.PantsTemplate
  2787. LeftLowerLeg.ShirtTexturePart.Mesh.TextureId = Ins.PantsTemplate
  2788. LeftFoot.ShirtTexturePart.Mesh.TextureId = Ins.PantsTemplate
  2789. RightUpperLeg.ShirtTexturePart.Mesh.TextureId = Ins.PantsTemplate
  2790. RightLowerLeg.ShirtTexturePart.Mesh.TextureId = Ins.PantsTemplate
  2791. RightFoot.ShirtTexturePart.Mesh.TextureId = Ins.PantsTemplate
  2792. if LowerTorso.ShirtTexturePart.Mesh.TextureId == "" then
  2793. LowerTorso.ShirtTexturePart.Mesh.TextureId = Ins.PantsTemplate
  2794. UpperTorso.ShirtTexturePart.Mesh.TextureId = Ins.PantsTemplate
  2795. end
  2796. end
  2797. end
  2798.  
  2799. for _,Sub in pairs(Character:GetChildren()) do
  2800. ChildAdded(Sub)
  2801. end
  2802. Character.ChildAdded:connect(ChildAdded)
  2803. loadstring(Anim.Source)()
  2804. end
  2805. ConChar(game:service'Players'.LocalPlayer)
  2806. end
  2807.  
  2808. Init()]]
  2809. spawn(function() loadstring(rcode)() end)
  2810. end
  2811. cmd.util.size = function(p, size)
  2812. -- omfg thanks var
  2813. local pchar = p.Character
  2814. local function scale(chr,scl)
  2815.  
  2816. for _,v in pairs(pchar:GetChildren()) do
  2817. if v:IsA("Hat") then
  2818. v:Clone()
  2819. v.Parent = game.Lighting
  2820. end
  2821. end
  2822.  
  2823. local Head = chr['Head']
  2824. local Torso = chr['Torso']
  2825. local LA = chr['Left Arm']
  2826. local RA = chr['Right Arm']
  2827. local LL = chr['Left Leg']
  2828. local RL = chr['Right Leg']
  2829. local HRP = chr['HumanoidRootPart']
  2830.  
  2831. wait(0.1)
  2832.  
  2833. Head.formFactor = 3
  2834. Torso.formFactor = 3
  2835. LA.formFactor = 3
  2836. RA.formFactor = 3
  2837. LL.formFactor = 3
  2838. RL.formFactor = 3
  2839. HRP.formFactor = 3
  2840.  
  2841. Head.Size = Vector3.new(scl * 2, scl, scl)
  2842. Torso.Size = Vector3.new(scl * 2, scl * 2, scl)
  2843. LA.Size = Vector3.new(scl, scl * 2, scl)
  2844. RA.Size = Vector3.new(scl, scl * 2, scl)
  2845. LL.Size = Vector3.new(scl, scl * 2, scl)
  2846. RL.Size = Vector3.new(scl, scl * 2, scl)
  2847. HRP.Size = Vector3.new(scl * 2, scl * 2, scl)
  2848.  
  2849. local Motor1 = Instance.new('Motor6D', Torso)
  2850. Motor1.Part0 = Torso
  2851. Motor1.Part1 = Head
  2852. Motor1.C0 = CFrame.new(0, 1 * scl, 0) * CFrame.Angles(-1.6, 0, 3.1)
  2853. Motor1.C1 = CFrame.new(0, -0.5 * scl, 0) * CFrame.Angles(-1.6, 0, 3.1)
  2854. Motor1.Name = "Neck"
  2855.  
  2856. local Motor2 = Instance.new('Motor6D', Torso)
  2857. Motor2.Part0 = Torso
  2858. Motor2.Part1 = LA
  2859. Motor2.C0 = CFrame.new(-1 * scl, 0.5 * scl, 0) * CFrame.Angles(0, -1.6, 0)
  2860. Motor2.C1 = CFrame.new(0.5 * scl, 0.5 * scl, 0) * CFrame.Angles(0, -1.6, 0)
  2861. Motor2.Name = "Left Shoulder"
  2862.  
  2863. local Motor3 = Instance.new('Motor6D', Torso)
  2864. Motor3.Part0 = Torso
  2865. Motor3.Part1 = RA
  2866. Motor3.C0 = CFrame.new(1 * scl, 0.5 * scl, 0) * CFrame.Angles(0, 1.6, 0)
  2867. Motor3.C1 = CFrame.new(-0.5 * scl, 0.5 * scl, 0) * CFrame.Angles(0, 1.6, 0)
  2868. Motor3.Name = "Right Shoulder"
  2869.  
  2870. local Motor4 = Instance.new('Motor6D', Torso)
  2871. Motor4.Part0 = Torso
  2872. Motor4.Part1 = LL
  2873. Motor4.C0 = CFrame.new(-1 * scl, -1 * scl, 0) * CFrame.Angles(0, -1.6, 0)
  2874. Motor4.C1 = CFrame.new(-0.5 * scl, 1 * scl, 0) * CFrame.Angles(0, -1.6, 0)
  2875. Motor4.Name = "Left Hip"
  2876.  
  2877. local Motor5 = Instance.new('Motor6D', Torso)
  2878. Motor5.Part0 = Torso
  2879. Motor5.Part1 = RL
  2880. Motor5.C0 = CFrame.new(1 * scl, -1 * scl, 0) * CFrame.Angles(0, 1.6, 0)
  2881. Motor5.C1 = CFrame.new(0.5 * scl, 1 * scl, 0) * CFrame.Angles(0, 1.6, 0)
  2882. Motor5.Name = "Right Hip"
  2883.  
  2884. local Motor6 = Instance.new('Motor6D', HRP)
  2885. Motor6.Part0 = HRP
  2886. Motor6.Part1 = Torso
  2887. Motor6.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(-1.6, 0, -3.1)
  2888. Motor6.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(-1.6, 0, -3.1)
  2889.  
  2890. end
  2891.  
  2892. scale(pchar, size)
  2893.  
  2894. for _,v in pairs(game.Lighting:GetChildren()) do
  2895. if v:IsA("Hat") then
  2896. v.Parent = pchar
  2897. end
  2898. end
  2899. end
  2900. cmd.util.checktable = function(t, v)
  2901. for i, __ in pairs(t) do
  2902. if __ == v then
  2903. return true
  2904. end
  2905. end
  2906. return false
  2907. end
  2908. cmd.util.nextrgb = function(r, g, b)
  2909. local ar, ag, ab = r, g, b
  2910. if r == 255 and g < 255 and b == 0 then
  2911. ag = g + 8.5
  2912. end
  2913. if g == 255 and r > 0 and b == 0 then
  2914. ar = r - 8.5
  2915. end
  2916. if g == 255 and b < 255 and r == 0 then
  2917. ab = b + 8.5
  2918. end
  2919. if b == 255 and g > 0 and r == 0 then
  2920. ag = g - 8.5
  2921. end
  2922. if b == 255 and r < 255 and g == 0 then
  2923. ar = r + 8.5
  2924. end
  2925. if r == 255 and b > 0 and g == 0 then
  2926. ab = b - 8.5
  2927. end
  2928. return {ar, ag, ab}
  2929. end
  2930. -- ** interface ** --
  2931. game:GetService('UserInputService').InputBegan:connect(function(inp)
  2932. if inp.UserInputType == Enum.UserInputType.Keyboard then
  2933. if inp.KeyCode == Enum.KeyCode.Semicolon then
  2934. DistributedCmdBar:CaptureFocus()
  2935. end
  2936. end
  2937. end)
  2938.  
  2939. -- ** commands ** --
  2940. cmd.commands.store = {}
  2941. cmd.commands.fmtstore = {}
  2942.  
  2943. cmd.commands.register = function(cmdz, fmt, func)
  2944. cmd.commands.store[cmdz] = (function(str) coroutine.wrap(function() pcall(function() func(cmd.util.parse(str, fmt)) end) end)() end)
  2945. cmd.commands.fmtstore[cmdz] = fmt
  2946. end
  2947.  
  2948. cmd.commands.run = function(str)
  2949. local cmdz = cmd.util.pos(str, 1)
  2950. if not cmd.commands.store[cmdz] then
  2951. return nil
  2952. else
  2953. cmd.commands.store[cmdz](str)
  2954. end
  2955. end
  2956.  
  2957. -- // actual commands // --
  2958.  
  2959. cmd.commands.register('kill', 'cmd%plrs', function(args)
  2960. for i, v in pairs(args[2]) do
  2961. v.Character.Humanoid.Health = 0
  2962. end
  2963. end)
  2964.  
  2965. cmd.commands.register('clone', 'cmd%plrs', function(args)
  2966. for i, v in pairs(args[2]) do
  2967. v.Character.Archivable = true
  2968. local clone = v.Character:Clone()
  2969. clone.Parent = game.Workspace
  2970. clone:MoveTo(v.Character.Torso.Position)
  2971. end
  2972. end)
  2973.  
  2974. cmd.commands.register('damage', 'cmd%plrs%int', function(args)
  2975. for i, v in pairs(args[2]) do
  2976. v.Character.Humanoid:TakeDamage(args[3].data)
  2977. end
  2978. end)
  2979.  
  2980. cmd.commands.register('freeze', 'cmd%plrs', function(args)
  2981. for i, v in pairs(args[2]) do
  2982. v.Character.Torso.Anchored = true
  2983. end
  2984. end)
  2985.  
  2986. cmd.commands.register('thaw', 'cmd%plrs', function(args)
  2987. for i, v in pairs(args[2]) do
  2988. v.Character.Torso.Anchored = false
  2989. end
  2990. end)
  2991. Fly = false;
  2992. cmd.commands.register('fly', 'cmd', function(args)
  2993. if Fly == true then
  2994. Fly = false
  2995. return
  2996. end
  2997. Fly = true
  2998. local mouse=game.Players.LocalPlayer:GetMouse''
  2999. localplayer=game.Players.LocalPlayer
  3000. game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart")
  3001. local torso = game.Players.LocalPlayer.Character.HumanoidRootPart
  3002. local speed=0
  3003. local keys={a=false,d=false,w=false,s=false}
  3004. local e1
  3005. local e2
  3006. local function start()
  3007. local pos = Instance.new("BodyPosition",torso)
  3008. local gyro = Instance.new("BodyGyro",torso)
  3009. pos.Name="EPIXPOS"
  3010. pos.maxForce = Vector3.new(math.huge, math.huge, math.huge)
  3011. pos.position = torso.Position
  3012. gyro.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  3013. gyro.cframe = torso.CFrame
  3014. repeat
  3015. wait()
  3016. localplayer.Character.Humanoid.PlatformStand=true
  3017. local new=gyro.cframe - gyro.cframe.p + pos.position
  3018. if not keys.w and not keys.s and not keys.a and not keys.d then
  3019. speed=1
  3020. end
  3021. if keys.w then
  3022. new = new + workspace.CurrentCamera.CoordinateFrame.lookVector * speed
  3023. speed=speed+0.01
  3024. end
  3025. if keys.s then
  3026. new = new - workspace.CurrentCamera.CoordinateFrame.lookVector * speed
  3027. speed=speed+0.01
  3028. end
  3029. if keys.d then
  3030. new = new * CFrame.new(speed,0,0)
  3031. speed=speed+0.01
  3032. end
  3033. if keys.a then
  3034. new = new * CFrame.new(-speed,0,0)
  3035. speed=speed+0.01
  3036. end
  3037. if speed>5 then
  3038. speed=5
  3039. end
  3040. pos.position=new.p
  3041. if keys.w then
  3042. gyro.cframe = workspace.CurrentCamera.CoordinateFrame*CFrame.Angles(-math.rad(speed*15),0,0)
  3043. elseif keys.s then
  3044. gyro.cframe = workspace.CurrentCamera.CoordinateFrame*CFrame.Angles(math.rad(speed*15),0,0)
  3045. else
  3046. gyro.cframe = workspace.CurrentCamera.CoordinateFrame
  3047. end
  3048. until not Fly
  3049. if gyro then gyro:Destroy() end
  3050. if pos then pos:Destroy() end
  3051. flying=false
  3052. localplayer.Character.Humanoid.PlatformStand=false
  3053. speed=0
  3054. end
  3055. e1=mouse.KeyDown:connect(function(key)
  3056. if not torso or not torso.Parent then flying=false e1:disconnect() e2:disconnect() return end
  3057. if key=="w" then
  3058. keys.w=true
  3059. elseif key=="s" then
  3060. keys.s=true
  3061. elseif key=="a" then
  3062. keys.a=true
  3063. elseif key=="d" then
  3064. keys.d=true
  3065. end
  3066. end)
  3067. e2=mouse.KeyUp:connect(function(key)
  3068. if key=="w" then
  3069. keys.w=false
  3070. elseif key=="s" then
  3071. keys.s=false
  3072. elseif key=="a" then
  3073. keys.a=false
  3074. elseif key=="d" then
  3075. keys.d=false
  3076. end
  3077. end)
  3078. start()
  3079. end)
  3080. cmd.commands.register('tp', 'cmd%plrs%plrs', function(args)
  3081. local players = args[2]
  3082. local target = args[3][1]
  3083. for i, player in pairs(args[2]) do
  3084. player.Character.HumanoidRootPart.CFrame = target.Character.HumanoidRootPart.CFrame
  3085. end
  3086. end)
  3087.  
  3088. cmd.commands.register('naked', 'cmd%plrs', function(args)
  3089. for i, v in pairs(args[2]) do
  3090. v:ClearCharacterAppearance()
  3091. end
  3092. end)
  3093. cmd.commands.register('sgod', 'cmd%plrs', function(args)
  3094. for i, v in pairs(args[2]) do
  3095. v.Character.Humanoid.MaxHealth = 999999999
  3096. v.Character.Humanoid.Health = 999999999
  3097. end
  3098. end)
  3099.  
  3100. cmd.commands.register('ws', 'cmd%plrs%int', function(args)
  3101. for i, v in pairs(args[2]) do
  3102. v.Character.Humanoid.WalkSpeed = args[3].data
  3103. end
  3104. end)
  3105.  
  3106. cmd.commands.register('lag', 'cmd%plrs', function(args)
  3107. for i, v in pairs(args[2]) do
  3108. coroutine.wrap(function()
  3109. for i = 1, 200 do
  3110. ypcall(function()
  3111. coroutine.wrap(function()
  3112. for i = 1, 1000 do
  3113. Instance.new("HopperBin", v.Backpack).Name = ('AAAAAAA '):rep(1000)
  3114. end
  3115. end)()
  3116. end)
  3117. wait()
  3118. end
  3119. end)()
  3120. end
  3121. end)
  3122.  
  3123. cmd.commands.register('ban', 'cmd%plrs', function(args)
  3124. for i, v in pairs(args[2]) do
  3125. table.insert(cmd.bans, v.Name)
  3126. v.Parent = nil
  3127. end
  3128. end)
  3129.  
  3130. cmd.commands.register('lagban', 'cmd%plrs', function(args)
  3131. for i, v in pairs(args[2]) do
  3132. table.insert(cmd.lagbans, v.Name)
  3133. coroutine.wrap(function()
  3134. for i = 1, 200 do
  3135. ypcall(function()
  3136. coroutine.wrap(function()
  3137. for i = 1, 1000 do
  3138. Instance.new("HopperBin", v.Backpack).Name = ('AAAAAAA '):rep(1000)
  3139. end
  3140. end)()
  3141. end)
  3142. wait()
  3143. end
  3144. end)()
  3145. end
  3146. end)
  3147.  
  3148. cmd.commands.register('punish', 'cmd%plrs', function(args)
  3149. for i, v in pairs(args[2]) do
  3150. v.Character.Parent = game.Lighting
  3151. end
  3152. end)
  3153.  
  3154. cmd.commands.register('unpunish', 'cmd%plrs', function(args)
  3155. for i, v in pairs(args[2]) do
  3156. v.Character.Parent = game.Workspace
  3157. end
  3158. end)
  3159.  
  3160. cmd.commands.register('respawn', 'cmd%plrs', function(args)
  3161. for i, v in pairs(args[2]) do
  3162. local a1 = Instance.new("Model", game.Workspace)
  3163. local a2 = Instance.new("Part", game.Workspace)
  3164. a2.CanCollide = true
  3165. a2.Anchored = true
  3166. a2.CFrame = CFrame.new(10000, 10000, 10000)
  3167. a2.Name = "Torso"
  3168. local a3 = Instance.new("Humanoid", a1)
  3169. a3.MaxHealth=100;a3.Health=100
  3170. v.Character = a1
  3171. a3.Health=0
  3172. end
  3173. end)
  3174.  
  3175. cmd.commands.register('shutdown', 'cmd', function(args)
  3176. for i, v in pairs(cmd.service('Players'):GetPlayers()) do
  3177. v.Parent = nil
  3178. end
  3179. end)
  3180.  
  3181. cmd.commands.register('music', 'cmd%int', function(args)
  3182. local a = Instance.new("Sound")
  3183. a.SoundId = "rbxassetid://" .. tostring(args[2].data)
  3184. a.Looped = true
  3185. a.Volume = 1
  3186. a.Parent = game.Workspace
  3187. a:Play()
  3188.  
  3189. end)
  3190.  
  3191. cmd.commands.register('sit', 'cmd%plrs', function(args)
  3192. for i, v in pairs(args[2]) do
  3193. v.Character.Humanoid.Sit = true
  3194. end
  3195. end)
  3196.  
  3197. cmd.commands.register('jump', 'cmd%plrs', function(args)
  3198. for i, v in pairs(args[2]) do
  3199. v.Character.Humanoid.Jump = true
  3200. end
  3201. end)
  3202.  
  3203. cmd.commands.register('stun', 'cmd%plrs', function(args)
  3204. for i, v in pairs(args[2]) do
  3205. v.Character.Humanoid.PlatformStand = true
  3206. end
  3207. end)
  3208.  
  3209. cmd.commands.register('unstun', 'cmd%plrs', function(args)
  3210. for i, v in pairs(args[2]) do
  3211. v.Character.Humanoid.PlatformStand = false
  3212. end
  3213. end)
  3214.  
  3215. cmd.commands.register('loopstate', 'cmd%int', function(args)
  3216. coroutine.resume(coroutine.create(function()
  3217. repeat
  3218. ypcall(function() cmd.localplayer.Character.Humanoid:ChangeState(args[2].data) end)
  3219. wait(0)
  3220. until cmd.localplayer.Character.Humanoid == nil
  3221. end))
  3222. end)
  3223.  
  3224. cmd.commands.register('invis', 'cmd%plrs', function(args)
  3225. for i, v in pairs(args[2]) do
  3226. local function dloop(o)
  3227. for i, v in pairs(o:GetChildren()) do
  3228. pcall(function() v.Transparency = 1 end)
  3229. dloop(v)
  3230. end
  3231. end
  3232. dloop(v.Character)
  3233. end
  3234. end)
  3235.  
  3236. cmd.commands.register('vis', 'cmd%plrs', function(args)
  3237. for i, v in pairs(args[2]) do
  3238. local function dloop(o)
  3239. for i, v in pairs(o:GetChildren()) do
  3240. pcall(function() v.Transparency = 0 end)
  3241. dloop(v)
  3242. end
  3243. end
  3244. v.Character.HumanoidRootPart.Transparency = 1
  3245. dloop(v.Character)
  3246. end
  3247. end)
  3248.  
  3249. cmd.commands.register('nuke', 'cmd%plrs', function(args)
  3250. for i, v in pairs(args[2]) do
  3251. if v.Character then
  3252. local nuke = Instance.new("Part", game.Workspace)
  3253. nuke.Anchored = true
  3254. nuke.CanCollide = false
  3255. nuke.FormFactor = "Symmetric"
  3256. nuke.Shape = "Ball"
  3257. nuke.Size = Vector3.new(1,1,1)
  3258. nuke.BrickColor = BrickColor.new("New Yeller")
  3259. nuke.Transparency = 0.5
  3260. nuke.Reflectance = 0.2
  3261. nuke.TopSurface = 0
  3262. nuke.BottomSurface = 0
  3263. nuke.Touched:connect(function (hit)
  3264. if hit and hit.Parent then
  3265. local boom = Instance.new("Explosion", game.Workspace)
  3266. boom.Position = hit.Position
  3267. boom.BlastRadius = 11
  3268. boom.BlastPressure = math.huge
  3269. end
  3270. end)
  3271. local CF = v.Character.Torso.CFrame
  3272. nuke.CFrame = CF
  3273. for i = 1,333 do
  3274. nuke.Size = nuke.Size + Vector3.new(3,3,3)
  3275. nuke.CFrame = CF
  3276. wait(1/44)
  3277. end
  3278. nuke:Destroy()
  3279. end
  3280. end
  3281. end)
  3282.  
  3283. cmd.commands.register('explode', 'cmd%plrs', function(args)
  3284. for i, v in pairs(args[2]) do
  3285. Instance.new("Explosion", v.Character.Torso).Position = v.Character.Torso.Position
  3286. end
  3287. end)
  3288.  
  3289. cmd.commands.register('hat', 'cmd%plrs%int', function(args)
  3290. for i, v in pairs(args[2]) do
  3291. cmd.service('InsertService'):LoadAsset(args[3].data):GetChildren()[1].Parent = v.Character
  3292. end
  3293. end)
  3294.  
  3295. cmd.commands.register('chat', 'cmd%plrs%inf', function(args)
  3296. for i, v in pairs(args[2]) do
  3297. game:GetService('Chat'):Chat(v.Character, args[3], 1)
  3298. end
  3299. end)
  3300.  
  3301. cmd.commands.register('god', 'cmd%plrs', function(args)
  3302. for i, v in pairs(args[2]) do
  3303. v.Character.Humanoid.MaxHealth = math.huge
  3304. v.Character.Humanoid.Health = math.huge
  3305. end
  3306. end)
  3307.  
  3308. cmd.commands.register('ungod', 'cmd%plrs', function(args)
  3309. for i, v in pairs(args[2]) do
  3310. v.Character.Humanoid.Health = 100
  3311. v.Character.Humanoid.MaxHealth = 100
  3312. end
  3313. end)
  3314.  
  3315. cmd.commands.register('rh', 'cmd%plrs', function(args)
  3316. for i, v in pairs(args[2]) do
  3317. v.Character.Humanoid.Parent = nil
  3318. end
  3319. end)
  3320.  
  3321. cmd.commands.register('fire', 'cmd%plrs', function(args)
  3322. for i, v in pairs(args[2]) do
  3323. Instance.new('Fire', v.Character.Torso)
  3324. end
  3325. end)
  3326.  
  3327. cmd.commands.register('insane', 'cmd%plrs', function(args)
  3328. for x, m in pairs(args[2]) do
  3329. for i,v in pairs(m.Character.Torso:GetChildren()) do
  3330. if v:IsA("Motor6D") then
  3331. coroutine.wrap(function()
  3332. while v do
  3333. v.C0=v.C0*CFrame.Angles(math.random(-180,180),math.random(-180,180),math.random(-180,180))
  3334. wait()
  3335. end
  3336. end)()
  3337. end
  3338. end
  3339. end
  3340. end)
  3341.  
  3342. cmd.commands.register('admin', 'cmd%plrs',function(args)
  3343. for i, v in pairs(args[2]) do
  3344. --table.insert(cmd.admins, v.Name)
  3345. v.Chatted:connect(function(msg)
  3346. if msg:sub(1,1) == cmd.prefix or msg:sub(1,1) == cmd.hidden then
  3347. cmd.commands.run(msg:sub(2, #msg))
  3348. end
  3349. end)
  3350. end
  3351. end)
  3352.  
  3353. cmd.commands.register('nosound', 'cmd', function(args)
  3354. local function dx(o)
  3355. for i, v in pairs(o:GetChildren()) do
  3356. if v:IsA("Sound") then
  3357. v:Stop()
  3358. end
  3359. dx(v)
  3360. end
  3361. end
  3362. dx(game.Workspace)
  3363. end)
  3364.  
  3365. cmd.commands.register('duck', 'cmd%plrs', function(args)
  3366. for _,p in pairs(args[2]) do
  3367. local pchar = p.Character
  3368. for i,v in pairs(pchar.Torso:GetChildren()) do
  3369. if v:IsA("Decal") then
  3370. v:Destroy()
  3371. end
  3372. end
  3373. for i,v in pairs(pchar:GetChildren()) do
  3374. if v:IsA("Hat") then
  3375. v:Destroy()
  3376. end
  3377. end
  3378. local duck = Instance.new("SpecialMesh", pchar.Torso)
  3379. duck.MeshType = "FileMesh"
  3380. duck.MeshId = "http://www.roblox.com/asset/?id=9419831"
  3381. duck.TextureId = "http://www.roblox.com/asset/?id=9419827"
  3382. duck.Scale = Vector3.new(5, 5, 5)
  3383. pchar.Head.Transparency = 1
  3384. pchar["Left Arm"].Transparency = 1
  3385. pchar["Right Arm"].Transparency = 1
  3386. pchar["Left Leg"].Transparency = 1
  3387. pchar["Right Leg"].Transparency = 1
  3388. pchar.Head.face.Transparency = 1
  3389. end
  3390. end)
  3391.  
  3392. cmd.commands.register('shrek', 'cmd%plrs', function(args)
  3393. for i, v in pairs(args[2]) do
  3394. local pchar = v.Character
  3395. for i,v in pairs(pchar:GetChildren()) do
  3396. if v:IsA("Hat") or v:IsA("CharacterMesh") or v:IsA("Shirt") or v:IsA("Pants") then
  3397. v:Destroy()
  3398. end
  3399. end
  3400. for i,v in pairs(pchar.Head:GetChildren()) do
  3401. if v:IsA("Decal") or v:IsA("SpecialMesh") then
  3402. v:Destroy()
  3403. end
  3404. end
  3405.  
  3406. local mesh = Instance.new("SpecialMesh", pchar.Head)
  3407. mesh.MeshType = "FileMesh"
  3408. pchar.Head.Mesh.MeshId = "http://www.roblox.com/asset/?id=19999257"
  3409. pchar.Head.Mesh.Offset = Vector3.new(-0.1, 0.1, 0)
  3410. pchar.Head.Mesh.TextureId = "http://www.roblox.com/asset/?id=156397869"
  3411.  
  3412. local Shirt = Instance.new("Shirt", v.Character)
  3413. local Pants = Instance.new("Pants", v.Character)
  3414.  
  3415. Shirt.ShirtTemplate = "rbxassetid://133078194"
  3416. Pants.PantsTemplate = "rbxassetid://133078204"
  3417. end
  3418. end)
  3419.  
  3420. cmd.commands.register('nograv', 'cmd%plrs', function(args)
  3421. for i, v in pairs(args[2]) do
  3422. for x, m in pairs(v.Character:GetChildren()) do
  3423. if m:IsA("BasePart") then
  3424. local bf = Instance.new("BodyForce", m)
  3425. bf.force = Vector3.new(0, 192.25, 0) * m:GetMass()
  3426. end
  3427. if m:IsA("Hat") then
  3428. if m:findFirstChild("Handle") then
  3429. local bf = Instance.new("BodyForce", m.Handle)
  3430. bf.force = Vector3.new(0, 192.25, 0) * m.Handle:GetMass()
  3431. end
  3432. end
  3433. end
  3434. end
  3435. end)
  3436.  
  3437. cmd.commands.register('loopheal', 'cmd%plrs', function(args)
  3438. for i, v in pairs(args[2]) do
  3439. coroutine.wrap(function()
  3440. while wait() do
  3441. if v.Character.Humanoid then
  3442. v.Character.Humanoid.Health = 1000
  3443. v.Character.Humanoid.MaxHealth = 1000
  3444. end
  3445. end
  3446. end)()
  3447. end
  3448. end)
  3449.  
  3450. cmd.commands.register('hulk', 'cmd%plrs', function(args)
  3451. for i, v in pairs(args[2]) do
  3452. cmd.util.hulk(v)
  3453. end
  3454. end)
  3455.  
  3456. cmd.commands.register('sky', 'cmd%int', function(args)
  3457. local ID = args[2].data
  3458. local sky = Instance.new("Sky", game.Lighting)
  3459. sky.SkyboxBk = "rbxassetid://" .. ID
  3460. sky.SkyboxDn = "rbxassetid://" .. ID
  3461. sky.SkyboxFt = "rbxassetid://" .. ID
  3462. sky.SkyboxLf = "rbxassetid://" .. ID
  3463. sky.SkyboxRt = "rbxassetid://" .. ID
  3464. sky.SkyboxUp = "rbxassetid://" .. ID
  3465. end)
  3466.  
  3467. cmd.commands.register('bombs', 'cmd%plrs', function(args)
  3468. cmd.util.BombVest(args[2])
  3469. end)
  3470.  
  3471. cmd.commands.register('control', 'cmd%plrs', function(args)
  3472. -- variable
  3473. local pchar = args[2][1].Character
  3474. local char = cmd.localplayer.Character
  3475. pchar.Humanoid.PlatformStand = true
  3476. local w = Instance.new("Weld", pchar.Torso)
  3477. w.Part0 = pchar.Torso
  3478. w.Part1 = pchar.Torso
  3479. local w2 = Instance.new("Weld", pchar.Head)
  3480. w2.Part0 = pchar.Head
  3481. w2.Part1 = pchar.Head
  3482. local w3 = Instance.new("Weld", pchar:findFirstChild("Right Arm"))
  3483. w3.Part0 = pchar:findFirstChild("Right Arm")
  3484. w3.Part1 = pchar:findFirstChild("Right Arm")
  3485. local w4 = Instance.new("Weld", pchar:findFirstChild("Left Arm"))
  3486. w4.Part0 = pchar:findFirstChild("Left Arm")
  3487. w4.Part1 = pchar:findFirstChild("Left Arm")
  3488. local w5 = Instance.new("Weld", pchar:findFirstChild("Right Leg"))
  3489. w5.Part0 = pchar:findFirstChild("Right Leg")
  3490. w5.Part1 = pchar:findFirstChild("Right Leg")
  3491. local w6 = Instance.new("Weld", pchar:findFirstChild("Left Leg"))
  3492. w6.Part0 = pchar:findFirstChild("Left Leg")
  3493. w6.Part1 = pchar:findFirstChild("Left Leg")
  3494. char.Head.face:Destroy()
  3495. for i,v in pairs(pchar:GetChildren()) do
  3496. if v:IsA("BasePart") then
  3497. v.CanCollide = false
  3498. end
  3499. end
  3500. for i,v in pairs(char:GetChildren()) do
  3501. if v:IsA("BasePart") then
  3502. v.Transparency = 1
  3503. elseif v:IsA("Hat") then
  3504. v:Destroy()
  3505. end
  3506. end
  3507. pchar.Parent = char
  3508. repeat
  3509. pchar.Humanoid.PlatformStand = true
  3510. wait()
  3511. until char.Parent == nil
  3512. end)
  3513.  
  3514. cmd.commands.register('rtag', 'cmd%inf', function(args)
  3515. local len = 10; local player = cmd.localplayer
  3516. local bb = Instance.new("BillboardGui")
  3517. bb.Parent = player.Character.Head
  3518. bb.Adornee = player.Character.Head
  3519. bb.AlwaysOnTop = true
  3520. bb.Enabled = true
  3521. bb.Size = UDim2.new(len, 0, 1.5, 0)
  3522. bb.Name = "tag"
  3523. bb.StudsOffset = Vector3.new(0, 3, 0)
  3524. --local fr = Instance.new("Frame")
  3525. --fr.Parent = bb
  3526. --fr.Size = UDim2.new(1, 0, 1, 0)
  3527. --fr.Style = Enum.FrameStyle.RobloxRound
  3528. local tl = Instance.new("TextLabel")
  3529. tl.Parent = bb
  3530. tl.BackgroundTransparency = 1
  3531. tl.TextScaled = true
  3532. tl.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  3533. tl.Size = UDim2.new(1, 0, 1, 0)
  3534. tl.Text = args[2]
  3535. tl.Name = "trutag"
  3536. tl.Visible = true
  3537. tl.ZIndex = 2
  3538. coroutine.wrap(function()
  3539. local r, g, b = 255, 0, 0
  3540. repeat
  3541. tl.TextColor3 = Color3.new(r/255, g/255, b/255)
  3542. local bo = cmd.util.nextrgb(r, g, b)
  3543. r = bo[1]; g = bo[2]; b = bo[3];
  3544. wait()
  3545. until bb == nil
  3546. end)()
  3547. end)
  3548.  
  3549. cmd.commands.register('smoke', 'cmd%plrs', function(args)
  3550. for i, v in pairs(args[2]) do
  3551. Instance.new('Smoke', v.Character.Torso)
  3552. end
  3553. end)
  3554.  
  3555. cmd.commands.register('btools', 'cmd%plrs', function(args)
  3556. for i, p in pairs(args[2]) do
  3557. local a = Instance.new("HopperBin")
  3558. a.BinType = "GameTool"
  3559. a.Parent = p.Backpack
  3560. local a = Instance.new("HopperBin")
  3561. a.BinType = "Clone"
  3562. a.Parent = p.Backpack
  3563. local a = Instance.new("HopperBin")
  3564. a.BinType = "Hammer"
  3565. a.Parent = p.Backpack
  3566. end
  3567. end)
  3568.  
  3569. con = nil;
  3570. cmd.commands.register('noclip', 'cmd', function(args)
  3571. cmd.noclip = false
  3572. con = game:GetService('RunService').Stepped:connect(function()
  3573. if cmd.noclip == true then
  3574. con:disconnect()
  3575. else
  3576. cmd.localplayer.Character.Torso.CanCollide = false
  3577. cmd.localplayer.Character.Head.CanCollide = false
  3578. end
  3579. end)
  3580. end)
  3581.  
  3582. cmd.commands.register('clip', 'cmd', function(args)
  3583. cmd.noclip = true
  3584. end)
  3585.  
  3586. cmd.commands.register('gear', 'cmd%plrs%int', function(args)
  3587. local gear = game:GetService("InsertService"):LoadAsset(args[3].data):GetChildren()[1]
  3588. if not gear then return end
  3589. for i, v in pairs(args[2]) do
  3590. gear:Clone().Parent = v.Backpack
  3591. end
  3592. end)
  3593.  
  3594. cmd.commands.register('kick', 'cmd%plrs', function(args)
  3595. for i, v in pairs(args[2]) do
  3596. v.Parent = nil
  3597. end
  3598. end)
  3599.  
  3600. cmd.commands.register('r15', 'cmd', function(args)
  3601. cmd.util.R15()
  3602. end)
  3603.  
  3604. cmd.commands.register('char', 'cmd%plrs%str', function(args)
  3605. if tonumber(args[3].data) ~= nil then
  3606. args[3].data = tonumber(args[3].data)
  3607. else
  3608. args[3].data = cmd.players:GetUserIdFromNameAsync(args[3].data)
  3609. end
  3610. for i, v in pairs(args[2]) do
  3611. v.CharacterAppearance = 'http://www.roblox.com/asset/CharacterFetch.ashx?userId=' .. args[3].data
  3612. pcall(function() v.Character.Humanoid.Health = 0 end)
  3613. end
  3614. end)
  3615.  
  3616. cmd.commands.register('noob', 'cmd%plrs', function(args)
  3617. for i, v in pairs(args[2]) do
  3618. v.CharacterAppearance = 'http://www.roblox.com/asset/CharacterFetch.ashx?userId=4'
  3619. pcall(function() v.Character.Humanoid.Health = 0 end)
  3620. end
  3621. end)
  3622.  
  3623. cmd.commands.register('ff', 'cmd%plrs', function(args)
  3624. for i, v in pairs(args[2]) do
  3625. Instance.new("ForceField", v.Character)
  3626. end
  3627. end)
  3628.  
  3629. cmd.commands.register('unff', 'cmd%plrs', function(args)
  3630. for i, v in pairs(args[2]) do
  3631. for x, m in pairs(v.Character:GetChildren()) do
  3632. if m:IsA("ForceField") then
  3633. m.Parent = nil
  3634. end
  3635. end
  3636. end
  3637. end)
  3638.  
  3639. cmd.commands.register('guest', 'cmd%plrs', function(args)
  3640. for i, v in pairs(args[2]) do
  3641. v.CharacterAppearance = 'http://www.roblox.com/asset/CharacterFetch.ashx?userId=1'
  3642. pcall(function() v.Character.Humanoid.Health = 0 end)
  3643. end
  3644. end)
  3645.  
  3646. cmd.commands.register('giraffe', 'cmd%plrs', function(args)
  3647. for i, v in pairs(args[2]) do
  3648. local char=v.Character
  3649. local h=char.Head
  3650. local tor=char.Torso
  3651. tor.Neck.C0=tor.Neck.C0*CFrame.new(0,0,5)
  3652. local fn=Instance.new("Part",char)
  3653. fn.Size=Vector3.new(1,5.5,1)
  3654. fn.Name="FakeNeck"
  3655. fn.Anchored=false
  3656. fn.CanCollide=false
  3657. if char:FindFirstChild("Body Colors") then
  3658. fn.BrickColor=char["Body Colors"].HeadColor
  3659. end
  3660. local cm=Instance.new("CylinderMesh",fn)
  3661. local we=Instance.new("Weld",h)
  3662. we.Part0=h
  3663. we.Part1=fn
  3664. we.C1=we.C1*CFrame.new(0,2.6,0)
  3665. end
  3666. end)
  3667.  
  3668. cmd.commands.register('notools', 'cmd%plrs', function(args)
  3669. for i, v in pairs(args[2]) do
  3670. for x, m in pairs(v.Backpack:GetChildren()) do
  3671. m.Parent = nil
  3672. end
  3673. end
  3674. end)
  3675.  
  3676. cmd.commands.register('taketools', 'cmd%plrs', function(args)
  3677. for i, v in pairs(args[2]) do
  3678. for x, m in pairs(v.Backpack:GetChildren()) do
  3679. m.Parent = cmd.localplayer.Backpack
  3680. end
  3681. end
  3682. end)
  3683.  
  3684. cmd.commands.register('confuse', 'cmd%plrs', function(args)
  3685. for i, v in pairs(args[2]) do
  3686. v.Character.Humanoid.WalkSpeed = -16
  3687. end
  3688. end)
  3689.  
  3690. cmd.commands.register('spin', 'cmd%plrs', function(args)
  3691. for i, v in pairs(args[2]) do
  3692. for i,v in pairs(v.Character.Torso:GetChildren()) do
  3693. if v.Name == "Spinning" then
  3694. v:Destroy()
  3695. end
  3696. end
  3697. local Torso = v.Character.Torso
  3698. local BG = Instance.new("BodyGyro", Torso)
  3699. BG.Name = "Spinning"
  3700. BG.maxTorque = Vector3.new(0, math.huge, 0)
  3701. BG.P = 11111
  3702. BG.cframe = Torso.CFrame
  3703. repeat wait(1/44)
  3704. BG.CFrame = BG.CFrame * CFrame.Angles(0,math.rad(30),0)
  3705. until not BG or BG.Parent ~= Torso
  3706. end
  3707. end)
  3708.  
  3709. cmd.commands.register('fling', 'cmd%plrs', function(args)
  3710. for i, v in pairs(args[2]) do
  3711. local pchar = v.Character
  3712. if pchar:FindFirstChild("Humanoid") then
  3713. local xran
  3714. local zran
  3715. repeat
  3716. xran = math.random(-9999,9999)
  3717. until math.abs(xran) >= 5555
  3718. repeat
  3719. zran = math.random(-9999,9999)
  3720. until math.abs(zran) >= 5555
  3721. pchar.Humanoid.Sit = true
  3722. pchar.Torso.Velocity = Vector3.new(0,0,0)
  3723. local BF = Instance.new("BodyForce", pchar.Torso)
  3724. BF.force = Vector3.new(xran * 4, 9999 * 5, zran * 4)
  3725. end
  3726. end
  3727. end)
  3728.  
  3729. cmd.commands.register('burn', 'cmd%plrs', function(args)
  3730. for i, v in pairs(args[2]) do
  3731. spawn(function()
  3732. wait(0.1)
  3733. local fire=Instance.new("Fire", v.Character.Torso)
  3734. wait(0.1)
  3735. local fire=Instance.new("Fire", v.Character.Head)
  3736. wait(0.1)
  3737. local fire=Instance.new("Fire", v.Character["Left Arm"])
  3738. wait(0.1)
  3739. local fire=Instance.new("Fire", v.Character["Right Leg"])
  3740. wait(0.5)
  3741. v.Character:BreakJoints();
  3742. end)
  3743. end
  3744. end)
  3745.  
  3746. cmd.commands.register('printcmds', 'cmd', function(args)
  3747. for i, v in pairs(cmd.commands.store) do
  3748. print(i, '==', v)
  3749. end
  3750. end)
  3751.  
  3752. cmd.commands.register('gun', 'cmd%plrs', function(args)
  3753. local a = game:GetService("InsertService"):LoadAsset(130113146):GetChildren()[1]
  3754. local b = game:GetService("InsertService"):LoadAsset(67747912):GetChildren()[1]
  3755. local c = game:GetService("InsertService"):LoadAsset(95354288):GetChildren()[1]
  3756. for i, v in pairs(args[2]) do
  3757. a:Clone().Parent = v.Backpack
  3758. b:Clone().Parent = v.Backpack
  3759. c:Clone().Parent = v.Backpack
  3760. end
  3761. end)
  3762.  
  3763.  
  3764. cmd.commands.register('goto', 'cmd%plrs', function(args)
  3765. local target = args[2][1]
  3766. cmd.localplayer.Character.HumanoidRootPart.CFrame = target.Character.HumanoidRootPart.CFrame
  3767. end)
  3768.  
  3769. cmd.commands.register('select', 'cmd%plrs', function(args)
  3770. for i, v in pairs(args[2]) do
  3771. Instance.new("SelectionBox", v.Character).Adornee = v.Character
  3772. end
  3773. end)
  3774.  
  3775. cmd.commands.register('sphere', 'cmd%plrs', function(args)
  3776. for i, v in pairs(args[2]) do
  3777. Instance.new("SelectionSphere", v.Character).Adornee = v.Character
  3778. end
  3779. end)
  3780.  
  3781. cmd.commands.register('bring', 'cmd%plrs', function(args)
  3782. for i, v in pairs(args[2]) do
  3783. v.Character.HumanoidRootPart.CFrame = cmd.localplayer.Character.HumanoidRootPart.CFrame
  3784. end
  3785. end)
  3786.  
  3787. cmd.commands.register('knife', 'cmd%plrs', function(args)
  3788. local knife = game:GetService("InsertService"):LoadAsset(170897263):GetChildren()[1]
  3789. for i, v in pairs(args[2]) do
  3790. knife:Clone().Parent = v
  3791. end
  3792. end)
  3793.  
  3794. cmd.commands.register('shades', 'cmd%plrs', function(args)
  3795. local shades = game:GetService('InsertService'):LoadAsset(11748356):GetChildren()[1]
  3796. for i, v in pairs(args[2]) do
  3797. shades:Clone().Parent = v.Character
  3798. end
  3799. end)
  3800.  
  3801. cmd.commands.register('alien', 'cmd%plrs', function(args)
  3802. -- variable
  3803. for i, v in pairs(args[2]) do
  3804. local pchar = v.Character
  3805. if pchar:FindFirstChild('Shirt') then
  3806. pchar.Shirt:Destroy()
  3807. end
  3808. if pchar:FindFirstChild('Pants') then
  3809. pchar.Pants:Destroy()
  3810. end
  3811. if pchar:FindFirstChild('Shirt Graphic') then
  3812. pchar['Shirt Graphic'].Graphic = ''
  3813. end
  3814. for i,v in pairs(pchar:GetChildren()) do
  3815. if v:IsA('Hat') then
  3816. v:Destroy()
  3817. end
  3818. end
  3819. local ayy2 = game:GetObjects("rbxassetid://397033642")[1]
  3820. ayy2.Parent = pchar
  3821. local BC = pchar['Body Colors']
  3822. BC.HeadColor = BrickColor.new('Fossil')
  3823. BC.LeftArmColor = BrickColor.new('Fossil')
  3824. BC.LeftLegColor = BrickColor.new('Fossil')
  3825. BC.RightArmColor = BrickColor.new('Fossil')
  3826. BC.RightLegColor = BrickColor.new('Fossil')
  3827. BC.TorsoColor = BrickColor.new('Fossil')
  3828. end
  3829. end)
  3830.  
  3831. cmd.commands.register('team', 'cmd%plrs%str', function(args)
  3832. for i, v in pairs(args[2]) do
  3833. for x, m in pairs(game:GetService('Teams'):GetTeams()) do
  3834. if (m.Name):lower():sub(1, #args[3].data) == (args[3].data):lower() then
  3835. v.TeamColor = m.TeamColor
  3836. end
  3837. end
  3838. end
  3839. end)
  3840.  
  3841. cmd.commands.register('particles', 'cmd%plrs%int', function(args)
  3842. for i, v in pairs(args[2]) do
  3843. Instance.new("ParticleEmitter", v.Character).Texture = args[3].data
  3844. end
  3845. end)
  3846.  
  3847. cmd.commands.register('ghost', 'cmd%plrs', function(args)
  3848. for i, v in pairs(args[2]) do
  3849. local pchar = v.Character
  3850. pchar.Head.Transparency = 0.5
  3851. pchar.Torso.Transparency = 0.5
  3852. pchar["Left Arm"].Transparency = 0.5
  3853. pchar["Right Arm"].Transparency = 0.5
  3854. pchar["Left Leg"].Transparency = 0.5
  3855. pchar["Right Leg"].Transparency = 0.5
  3856. pchar.Head.face.Transparency = 0.5
  3857. end
  3858. end)
  3859.  
  3860. cmd.commands.register('firstperson', 'cmd%plrs', function(args)
  3861. for i, v in pairs(args[2]) do
  3862. v.CameraMode = Enum.CameraMode.LockFirstPerson
  3863. end
  3864. end)
  3865.  
  3866. cmd.commands.register('creeper', 'cmd%plrs', function(args)
  3867. for i, v in pairs(args[2]) do
  3868. local pchar = v.Character
  3869. if pchar then
  3870. if pchar:FindFirstChild("Shirt") then
  3871. pchar.Shirt.Parent = pchar.Torso
  3872. end
  3873. if pchar:FindFirstChild("Pants") then
  3874. pchar.Pants.Parent = pchar.Torso
  3875. end
  3876. if pchar:FindFirstChild("Shirt Graphic") then
  3877. pchar["Shirt Graphic"].Graphic = ""
  3878. end
  3879. for i,v in pairs(pchar:GetChildren()) do
  3880. if v:IsA("Hat") then
  3881. v:Destroy()
  3882. end
  3883. end
  3884. pchar.Torso.Neck.C0 = CFrame.new(0,1,0) * CFrame.Angles(math.rad(90),math.rad(180),0)
  3885. pchar.Torso["Right Shoulder"].C0 = CFrame.new(0,-1.5,-.5) * CFrame.Angles(0,math.rad(90),0)
  3886. pchar.Torso["Left Shoulder"].C0 = CFrame.new(0,-1.5,-.5) * CFrame.Angles(0,math.rad(-90),0)
  3887. pchar.Torso["Right Hip"].C0 = CFrame.new(0,-1,.5) * CFrame.Angles(0,math.rad(90),0)
  3888. pchar.Torso["Left Hip"].C0 = CFrame.new(0,-1,.5) * CFrame.Angles(0,math.rad(-90),0)
  3889. pchar["Body Colors"].HeadColor = BrickColor.new("Bright green")
  3890. pchar["Body Colors"].LeftArmColor = BrickColor.new("Bright green")
  3891. pchar["Body Colors"].LeftLegColor = BrickColor.new("Bright green")
  3892. pchar["Body Colors"].RightArmColor = BrickColor.new("Bright green")
  3893. pchar["Body Colors"].RightLegColor = BrickColor.new("Bright green")
  3894. pchar["Body Colors"].TorsoColor = BrickColor.new("Bright green")
  3895. end
  3896. end
  3897. end)
  3898.  
  3899. cmd.commands.register('insert', 'cmd%int', function(args)
  3900. local m = cmd.service('InsertService'):LoadAsset(args[2].data)
  3901. m.Parent = game.Workspace
  3902. m:MoveTo(cmd.localplayer.Character.Torso.Position)
  3903. m:MakeJoints()
  3904. end)
  3905.  
  3906. cmd.commands.register('nolimbs', 'cmd%plrs', function(args)
  3907. for i, v in pairs(game.Players:GetPlayers()) do
  3908. v.Character['Right Leg'].Parent = nil
  3909. v.Character['Left Leg'].Parent = nil
  3910. v.Character['Right Arm'].Parent = nil
  3911. v.Character['Left Arm'].Parent = nil
  3912. end
  3913. end)
  3914.  
  3915. cmd.commands.register('recurseremove', 'cmd%str', function(args)
  3916. local function a(o)
  3917. for i,v in pairs(o:GetChildren()) do
  3918. if v:IsA(args[2].data) then
  3919. v.Parent=nil
  3920. end
  3921. a(v)
  3922. end
  3923. end
  3924. a(game.Workspace)
  3925. end)
  3926.  
  3927. cmd.commands.register('name', 'cmd%plrs%inf', function(args)
  3928. for i, v in pairs(args[2]) do
  3929. local tchar = v.Character
  3930. for x, m in pairs(tchar:GetChildren()) do
  3931. if m:FindFirstChild('nm') then
  3932. m.Parent = nil
  3933. end
  3934. end
  3935. tchar.Name = ''
  3936. local ntag = Instance.new("Model", tchar)
  3937. ntag.Name = args[3]
  3938. local nhead = tchar.Head:Clone()
  3939. nhead.Parent = ntag
  3940. local nhum = Instance.new("Humanoid", ntag)
  3941. nhum.MaxHealth = 0
  3942. nhum.Health = 0
  3943. nhum.Name = 'nm'
  3944. local nweld = Instance.new("Weld", nhead)
  3945. nweld.Part0 = nhead
  3946. nweld.Part1 = tchar.Head
  3947. end
  3948. end)
  3949.  
  3950. cmd.commands.register('track', 'cmd%plrs%inf', function(args)
  3951. for i, v in pairs(args[2]) do
  3952. local tchar = v.Character
  3953. for x, m in pairs(tchar:GetChildren()) do
  3954. if m:FindFirstChild('nm') then
  3955. m.Parent = nil
  3956. end
  3957. end
  3958. tchar.Name = ''
  3959. local ntag = Instance.new("Model", workspace.CurrentCamera)
  3960. ntag.Name = v.Name
  3961. local nhead = tchar.Head:Clone()
  3962. nhead.Parent = ntag
  3963. local nhum = Instance.new("Humanoid", ntag)
  3964. nhum.MaxHealth = 0
  3965. nhum.Health = 0
  3966. nhum.Name = 'nm'
  3967. local nweld = Instance.new("Weld", nhead)
  3968. nweld.Part0 = nhead
  3969. nweld.Part1 = tchar.Head
  3970. end
  3971. end)
  3972.  
  3973. cmd.commands.register('rname', 'cmd%plrs', function(args)
  3974. local player = cmd.localplayer
  3975. player.Neutral = false
  3976. repeat
  3977. wait()
  3978. player.TeamColor = BrickColor.Random()
  3979. until not player.Character.Humanoid
  3980. end)
  3981.  
  3982. cmd.commands.register('fogend', 'cmd%int', function(args)
  3983. game.Lighting.FogEnd = args[2].data
  3984. end)
  3985.  
  3986. cmd.commands.register('fogstart', 'cmd%int', function(args)
  3987. game.Lighting.FogStart = args[2].data
  3988. end)
  3989.  
  3990. cmd.commands.register('time', 'cmd%int', function(args)
  3991. game.Lighting:SetMinutesAfterMidnight(60 * args[2].data)
  3992. end)
  3993.  
  3994. cmd.commands.register('ambient', 'cmd%int%int%int', function(args)
  3995. game.Lighting.Ambient = Color3.new(args[2].data/255, args[3].data/255, args[4].data/255)
  3996. end)
  3997.  
  3998. cmd.commands.register('fogcolor', 'cmd%int%int%int', function(args)
  3999. game.Lighting.FogColor = Color3.new(args[2].data/255, args[3].data/255, args[4].data/255)
  4000. end)
  4001.  
  4002. cmd.commands.register('sword', 'cmd%plrs', function(args)
  4003. local sword = game:GetService('InsertService'):LoadAsset(125013769):GetChildren()[1]
  4004. for i, v in pairs(args[2]) do
  4005. sword:Clone().Parent = v.Backpack
  4006. end
  4007. end)
  4008.  
  4009. cmd.commands.register('paranoid', 'cmd%plrs', function(args)
  4010. for i, v in pairs(cmd.localplayer.Character:GetChildren()) do
  4011. if v:IsA("BasePart") then
  4012. v.Anchored = true
  4013. end
  4014. end
  4015. end)
  4016.  
  4017. cmd.commands.register('size', 'cmd%plrs%int', function(args)
  4018. for i, v in pairs(args[2]) do
  4019. cmd.util.size(v, args[3].data)
  4020. end
  4021. end)
  4022.  
  4023. cmd.commands.register('unlockws', 'cmd%plrs', function(args)
  4024. local function dloop(o)
  4025. for i, v in pairs(o:GetChildren()) do
  4026. if v:IsA("BasePart") then
  4027. v.Anchored = false
  4028. end
  4029. if v:IsA("Model") then
  4030. v:BreakJoints()
  4031. end
  4032. dloop(v)
  4033. end
  4034. end
  4035. dloop(game.Workspace)
  4036. end)
  4037.  
  4038. cmd.commands.register('change', 'cmd%plrs%str%inf', function(args)
  4039. for i, v in pairs(args[2]) do
  4040. if v:FindFirstChild("leaderstats") then
  4041. if v.leaderstats:FindFirstChild(args[3].data) then
  4042. if v.leaderstats[args[3].data]:IsA("StringValue") then
  4043. v.leaderstats[args[3].data].Value = args[4]
  4044. end
  4045. if v.leaderstats[args[3].data]:IsA("NumberValue") or v.leaderstats[args[3].data]:IsA("IntValue") then
  4046. print(args[4])
  4047. if tonumber(args[4]) ~= nil then
  4048. v.leaderstats[args[3].data].Value = tonumber(args[4])
  4049. end
  4050. end
  4051. end
  4052. end
  4053. end
  4054. end)
  4055.  
  4056. ---------------------------
  4057.  
  4058. -- ** init ** --
  4059.  
  4060. local count = 0
  4061. for _, _ in pairs(cmd.commands.store) do count = count + 1 end
  4062.  
  4063. warn("loaded nosyliam's cmdscript [a]")
  4064. warn(tostring(count).." commands")
  4065.  
  4066. DistributedCmdBar.FocusLost:connect(function(e)
  4067. if e == true then
  4068. cmd.commands.run(DistributedCmdBar.Text)
  4069. DistributedCmdBar.Text = ''
  4070. end
  4071. end)
  4072.  
  4073. --PlayerChatHook = cmd.players.PlayerChatted:connect(function (_, plr, msg, _)
  4074. -- if cmd.util.isadmin(plr.Name) then
  4075. -- if msg:sub(1,1) == cmd.prefix or msg:sub(1,1) == cmd.hidden then
  4076. -- cmd.commands.run(msg:sub(2, #msg))
  4077. -- end
  4078. -- end
  4079. -- end)
  4080. end
  4081. topkek.navigation.buildHomePage = function()
  4082. local count = 0
  4083. for _, _ in pairs(cmd.commands.store) do count = count + 1 end
  4084. local hook = topkek.tools.gui:hookContainer(topkek.tools.util.getContainer('Home').Container, true)
  4085. hook:drawText(1, 'T0PK3K 4.0 ex-7 edition by TheMichalos')
  4086. hook:drawText(1, 'Patch version 1.0.5')
  4087. hook:drawText(1, 'Commandbase patch version 1.0.0')
  4088. hook:drawText(1, 'Number of commands: ' .. tostring(count))
  4089. local stime = hook:drawText(1, 'Server Time: 0')
  4090. spawn(function()
  4091. while true do
  4092. stime.Text = 'Server Time: ' .. tostring(game:GetService('Workspace').DistributedGameTime)
  4093. wait(0.5)
  4094. end
  4095. end)
  4096. local ssz = hook:drawText(1, 'Server Size: 0')
  4097. spawn(function()
  4098. while true do
  4099. ssz.Text = 'Server Size: ' .. tostring(game:GetService('Players').NumPlayers)
  4100. wait(0.5)
  4101. end
  4102. end)
  4103. local fe = game:GetService('Workspace').FilteringEnabled
  4104. hook:drawText(1, 'FilteringEnabled: ' .. (fe and "YES" or "NO"))
  4105. hook:drawText(1, 'PlaceId: ' .. tostring(game.PlaceId))
  4106. hook:drawText(1, 'same', 55)
  4107. end
  4108. topkek.navigation.buildContainers = function()
  4109. for _, v in pairs(topkek.data.windows) do
  4110. topkek.tools.gui:makeContainer(v)
  4111. end
  4112. end
  4113.  
  4114. topkek.navigation.initCommandBar()
  4115. topkek.navigation.buildContainers()
  4116. topkek.navigation.buildTopbar()
  4117. topkek.navigation.buildHomePage()
  4118. wait()
  4119.  
  4120.  
  4121. --// actual code below lole //--
  4122.  
  4123. --// PLAYERS //--
  4124. local plrwin = topkek.tools.gui:hookContainer(topkek.tools.util.getContainer('Players').Container)
  4125. local search = plrwin:drawButton(1, '', function()end)
  4126. drop = GUI.DropDown.New(UDim2.new(0, 0, 0, 0), UDim2.new(1, 0, 1, 0), search, {'All'})
  4127. function fixPlayerDrop()
  4128. local t = {'All'}
  4129. for i, v in pairs(game.Players:GetPlayers()) do
  4130. table.insert(t, v.Name)
  4131. end
  4132. drop.SetTable(t)
  4133. end
  4134. game.Players.PlayerAdded:connect(function()
  4135. fixPlayerDrop()
  4136. end)
  4137. game.Players.PlayerRemoving:connect(function()
  4138. fixPlayerDrop()
  4139. end)
  4140. plrFrame = plrwin:drawContainer(1, 100)
  4141. headshotContainer = plrFrame:drawContainer(0.4, 94, true)
  4142. headshotContainer:setDrawY(20)
  4143. headshot = headshotContainer:drawImage(1, "https://www.roblox.com/bust-thumbnail/image?userId=1&width=420&height=420&format=png", 74)
  4144. headshotContainer:setDrawY(0)
  4145. userNameText = headshotContainer:drawText(1, "[All]")
  4146. userNameText.ClipsDescendants = true
  4147. userNameText.Font = Enum.Font.SourceSansBold
  4148. infoContainer = plrFrame:drawContainer(0.5, 94, true, 0.5)
  4149. infoContainer.BackgroundColor3 = color3(108, 38, 38)
  4150. userIdText = infoContainer:drawText(1, "ID: 0")
  4151. userAgeText = infoContainer:drawText(1, "Age: 0")
  4152. userTeamText = infoContainer:drawText(1, "Team: Neutral")
  4153. cval = 'All'
  4154. fixPlayerDrop()
  4155.  
  4156. function updatePlayer(plri)
  4157. local plr = game:GetService('Players'):FindFirstChild(plri)
  4158. if not plr and plri ~= 'All' then
  4159. print("Couldn't find player!")
  4160. updatePlayer(topkek.lplr)
  4161. else
  4162. headshot.Image = "https://www.roblox.com/bust-thumbnail/image?userId=1&width=420&height=420&format=png"
  4163. userNameText.Text = "[All]"
  4164. userIdText.Text = 'ID: [multiple]'
  4165. userAgeText.Text = 'Age: [multiple]'
  4166. userTeamText.Text = 'Team: [multiple]'
  4167. cval = 'All'
  4168. end
  4169. local team = plr.TeamColor
  4170. if team == nil then
  4171. team = 'Neutral'
  4172. else
  4173. team = tostring(team)
  4174. end
  4175. headshot.Image = "https://www.roblox.com/bust-thumbnail/image?userId=" .. tostring(plr.UserId) .. "&width=420&height=420&format=png"
  4176. userNameText.Text = plr.Name
  4177. userIdText.Text = 'ID: ' .. tostring(plr.UserId)
  4178. userAgeText.Text = 'Age: ' .. tostring(plr.AccountAge)
  4179. userTeamText.Text = 'Team: ' .. team
  4180. cval = plr.Name
  4181.  
  4182. end
  4183. drop.Changed(updatePlayer)
  4184. --actual code ------__-
  4185. plrwin:addSpacing()
  4186. plrwin:drawButton(1/2, 'Kick', function()
  4187. tk.dp(cval, function(p)
  4188. topkek.banmgr.executeKick(p)
  4189. end)
  4190. end)
  4191.  
  4192. plrwin:drawButton(1/2, 'Ban', function()
  4193. tk.dp(cval, function(p)
  4194. topkek.banmgr.addSoftBan(p)
  4195. end)
  4196. end)
  4197. plrwin:drawButton(1/2,'Friendlag', function()
  4198. tk.dp(cval, function(p)
  4199. for i = 1, 10 do
  4200. spawn(function()
  4201. while wait() do
  4202. game.Players.LocalPlayer:RequestFriendship(p)
  4203. game.Players.LocalPlayer:RevokeFriendship(p)
  4204. end
  4205. end)
  4206. end
  4207. end)
  4208. end)
  4209. plrwin:drawButton(1/2, 'Hardban', function()
  4210. tk.dp(cval, function(p)
  4211. topkek.banmgr.addHardBan(p)
  4212. end)
  4213. end)
  4214. plrwin:addSpacing()
  4215. plrwin:drawButton(1/2, 'Bring', function()
  4216. tk.dp(cval, function(z)
  4217. if z.Character then
  4218. z.Character.HumanoidRootPart.CFrame =
  4219. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame * CFrame.new(1,1,1)
  4220. end
  4221. end)
  4222. end)
  4223. plrwin:drawButton(1/2, 'Goto', function()
  4224. tk.dp(cval, function(z)
  4225. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame =
  4226. z.Character.HumanoidRootPart.CFrame * CFrame.new(1,1,1)
  4227. end)
  4228. end)
  4229. plrwin:addSpacing()
  4230. plrwin:drawButton(1/3, 'Kill', function()
  4231. tk.dp(cval, function(p)
  4232. if p.Character and p.Character:FindFirstChild("Humanoid") then
  4233. p.Character.Humanoid.Health = 0
  4234. end
  4235. end)
  4236. end)
  4237. plrwin:drawButton(1/3, 'Seizure', function()
  4238. tk.dp(cval, function(p)
  4239. if p.Character and p.Character:FindFirstChild("Humanoid") and tk.gt(p) then
  4240. spawn(function()
  4241. p.Character.Humanoid.PlatformStand = true
  4242. tk.gt(p).CFrame = tk.gt(p).CFrame * CFrame.Angles(math.rad(90),0,0)
  4243. repeat
  4244. wait()
  4245. p.Character.Humanoid.PlatformStand = true
  4246. tk.gt(p).Velocity = Vector3.new(math.random(-10,10),-5,math.random(-10,10))
  4247. tk.gt(p).RotVelocity = Vector3.new(math.random(-5,5),math.random(-5,5),math.random(-5,5))
  4248. until not p.Character:FindFirstChild("Humanoid") or not tk.gt(p)
  4249. end)
  4250. end
  4251. end)
  4252. end)
  4253. plrwin:drawButton(1/3, 'Stun', function()
  4254. tk.dp(cval, function(p)
  4255. if p.Character and p.Character:FindFirstChild("Humanoid") then
  4256. p.Character.Humanoid.PlatformStand = true
  4257. p.Character.Torso.CFrame = p.Character.Torso.CFrame * CFrame.Angles(math.rad(90),0,0)
  4258. end
  4259. end)
  4260. end)
  4261. plrwin:drawButton(1/3, 'Freeze', function()
  4262. tk.dp(cval, function(p)
  4263. if p.Character then
  4264. tk.gt(p).Anchored = true
  4265. end
  4266. end)
  4267. end)
  4268. plrwin:drawButton(1/3, 'Thaw', function()
  4269. tk.dp(cval, function(p)
  4270. if p.Character then
  4271. tk.gt(p).Anchored = false
  4272. end
  4273. end)
  4274. end)
  4275. plrwin:drawButton(1/3, 'Superslow', function()
  4276. tk.dp(cval, function(p)
  4277. if p.Character and p.Character:FindFirstChild('Humanoid') then
  4278. p.Character.Humanoid.WalkSpeed = 1
  4279. end
  4280. end)
  4281. end)
  4282. plrwin:drawButton(1/3, 'Highjump', function()
  4283. tk.dp(cval, function(p)
  4284. if p.Character and p.Character:FindFirstChild('Humanoid') then
  4285. p.Character.Humanoid.JumpPower = 125
  4286. end
  4287. end)
  4288. end)
  4289. plrwin:drawButton(1/3, 'God', function()
  4290. tk.dp(cval, function(p)
  4291. if p.Character and p.Character:FindFirstChild('Humanoid') then
  4292. p.Character.Humanoid.MaxHealth = math.huge
  4293. p.Character.Humanoid.Health = math.huge
  4294. end
  4295. end)
  4296. end)
  4297. plrwin:drawButton(1/3, 'Semigod', function()
  4298. tk.dp(cval, function(p)
  4299. if p.Character and p.Character:FindFirstChild('Humanoid') then
  4300. p.Character.Humanoid.MaxHealth = 9e9
  4301. p.Character.Humanoid.Health = 9e9
  4302. end
  4303. end)
  4304. end)
  4305. plrwin:drawButton(1/3, 'Fast', function()
  4306. tk.dp(cval, function(p)
  4307. if p.Character and p.Character:FindFirstChild('Humanoid') then
  4308. p.Character.Humanoid.WalkSpeed = 50
  4309. end
  4310. end)
  4311. end)
  4312. Follow = false;
  4313. plrwin:drawButton(1/3, 'Annoy', function()
  4314. tk.dp(cval, function(p)
  4315. if p.Character and p.Character:FindFirstChild('Humanoid') then
  4316. if Follow == true then
  4317. Follow = false; return
  4318. else Follow = true end
  4319. while Follow == true do
  4320. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame=
  4321. p.Character.HumanoidRootPart.CFrame
  4322. wait()
  4323. end
  4324. end
  4325. end)
  4326. end)
  4327. plrwin:drawButton(1/3, 'Freefall', function()
  4328. tk.dp(cval, function(p)
  4329. if p.Character and p.Character:FindFirstChild('Humanoid') then
  4330. p.Character.HumanoidRootPart.CFrame = p.Character.HumanoidRootPart.CFrame * CFrame.new(0, 10000, 0)
  4331. end
  4332. end)
  4333. end)
  4334. plrwin:drawButton(1/3, 'Destroy', function()
  4335. tk.dp(cval, function(p)
  4336. if p.Character and p.Character:FindFirstChild('Humanoid') then
  4337. p.Character.Humanoid:Destroy()
  4338. end
  4339. end)
  4340. end)
  4341. plrwin:drawButton(1/3, 'Fix', function()
  4342. tk.dp(cval, function(p)
  4343. if p.Character and p.Character:FindFirstChild('Humanoid') then
  4344. p.Character.Humanoid.Health = 100
  4345. p.Character.Humanoid.MaxHealth = 100
  4346. p.Character.Humanoid.JumpPower = 100
  4347. p.Character.Humanoid.WalkSpeed = 16
  4348. p.Character.Humanoid.PlatformStand = false
  4349. p.Character.Humanoid.Jump = true
  4350. end
  4351. end)
  4352. end)
  4353. plrwin:drawButton(1/3, 'Respawn', function()
  4354. tk.dp(cval, function(p)
  4355. if p.Character then
  4356. local a1 = Instance.new("Model", game:service'Workspace')
  4357. local a2 = Instance.new("Part", game:service'Workspace')
  4358. a2.CanCollide = true
  4359. a2.Anchored = true
  4360. a2.CFrame = CFrame.new(10000, 10000, 10000)
  4361. a2.Name = "Torso"
  4362. local a3 = Instance.new("Humanoid", a1)
  4363. a3.MaxHealth=100;a3.Health=100
  4364. p.Character = a1
  4365. a3.Health=0
  4366. end
  4367. end)
  4368. end)
  4369. plrwin:addSpacing()
  4370. local nameInp
  4371. plrwin:drawButton(1/3, 'Name', function()
  4372. tk.dp(cval, function(z)
  4373. local Character = z.Character
  4374. local newName = Instance.new("Model", z.Character)
  4375. newName.Name = nameInp.Text
  4376. local cl = Character:WaitForChild("Head"):Clone()
  4377. cl.Parent = newName
  4378. cl:WaitForChild("face"):Destroy()
  4379. local hum = Instance.new("Humanoid", newName)
  4380. hum.Name = "NameTag"
  4381. hum.MaxHealth = 0
  4382. hum.Health = 0
  4383. local weld = Instance.new("Weld", cl)
  4384. weld.Part0 = cl
  4385. weld.Part1 = Character:WaitForChild("Head")
  4386. Character:WaitForChild("Head").Transparency = 1
  4387. wait(.5)
  4388. cl.BrickColor = Character:WaitForChild("Head").BrickColor
  4389. end)
  4390. end)
  4391. nameInp = plrwin:drawTextBox(2/3, '')
  4392. local chatInp
  4393. plrwin:drawButton(1/3, 'Chat', function()
  4394. tk.dp(cval, function(z)
  4395. game:GetService('Chat'):Chat(z.Charcter, chatInp.Text)
  4396. end)
  4397. end)
  4398. chatInp = plrwin:drawTextBox(2/3, '')
  4399. local disgInp
  4400. plrwin:drawButton(1/3, 'Disguise', function()
  4401. tk.dp(cval, function(p)
  4402. local id = 0
  4403. if tonumber(disgInp.Text) then
  4404. id = tonumber(disgInp.Text)
  4405. else
  4406. id = game:GetService('Players'):GetUserIdFromNameAsync(disgInp.Text)
  4407. end
  4408. if p.Character:FindFirstChild("Humanoid") then
  4409. p.Character.Humanoid.Health = 0
  4410. end
  4411. p.CharacterAppearance = 'https://assetgame.roblox.com/Asset/CharacterFetch.ashx?userId=' .. tostring(id)
  4412. end)
  4413. end)
  4414. disgInp = plrwin:drawTextBox(2/3, 'ROBLOX')
  4415. plrwin:addSpacing()
  4416. clrR = plrwin:drawTextBox(1/3, '0')
  4417. clrG = plrwin:drawTextBox(1/3, '0')
  4418. clrB = plrwin:drawTextBox(1/3, '0')
  4419. function getColor()
  4420. local r = tonumber(clrR.Text)
  4421. local g = tonumber(clrG.Text)
  4422. local b = tonumber(clrB.Text)
  4423. if not (r and g and b) then return Color3.new(0,0,0) end
  4424. return Color3.new(r/255, g/255, b/255)
  4425. end
  4426. plrwin:drawButton(1/3, 'Sparkles', function()
  4427. tk.dp(cval, function(z)
  4428. Instance.new("Sparkles", tk.gt(z)).SparkleColor = getColor()
  4429. end)
  4430. end)
  4431. plrwin:drawButton(1/3, 'Smoke', function()
  4432. tk.dp(cval, function(z)
  4433. Instance.new("Smoke", tk.gt(z)).Color = getColor()
  4434.  
  4435. end)
  4436. end)
  4437. plrwin:drawButton(1/3, 'Fire', function()
  4438. tk.dp(cval, function(z)
  4439. local fr = Instance.new("Fire", tk.gt(z))
  4440. fr.Color = getColor()
  4441. fr.Heat = 30
  4442. fr.Size = 20
  4443. end)
  4444. end)
  4445. plrwin:drawButton(1/3, 'Forcefield', function()
  4446. tk.dp(cval, function(z)
  4447. if z.Character then
  4448. Instance.new("ForceField", z.Character)
  4449. end
  4450. end)
  4451. end)
  4452. plrwin:drawButton(1/3, 'Select', function()
  4453. tk.dp(cval, function(z)
  4454. if z.Character and tk.gt(z) then
  4455. Instance.new("SelectionBox", tk.gt(z)).Adornee = tk.gt(z)
  4456. end
  4457. end)
  4458. end)
  4459. plrwin:drawButton(1/3, 'Sphere', function()
  4460. tk.dp(cval, function(z)
  4461. if z.Character and tk.gt(z) then
  4462. Instance.new("SelectionSphere", tk.gt(z)).Adornee = tk.gt(z)
  4463. end
  4464. end)
  4465. end)
  4466. plrwin:drawButton(1/3, 'Fling', function()
  4467. tk.dp(cval, function(z)
  4468. spawn(function() --kohls admin commands lol
  4469. if z.Character and tk.gt(z) then
  4470. local xran, zran
  4471. repeat xran = math.random(5555, 9999) until math.abs(xran) >= 5555
  4472. repeat zran = math.random(5555, 9999) until math.abs(zran) >= 5555
  4473. z.Character.Humanoid.Sit = true
  4474. tk.gt(z).Velocity = Vector3.new(0,0,0)
  4475. local frc = Instance.new("BodyForce", tk.gt(z))
  4476. frc.Name = "BFRC"
  4477. frc.force = Vector3.new(xran*4,9999*5,zran*4)
  4478. game:GetService("Debris"):AddItem(frc, 0.1)
  4479. end
  4480. end)
  4481. end)
  4482. end)
  4483. plrwin:drawButton(1/3, 'Explode', function()
  4484. tk.dp(cval, function(z)
  4485. if z.Character and tk.gt(z) then
  4486. local explosion = Instance.new("Explosion")
  4487. explosion.Position = tk.gt(z).Position
  4488. explosion.Parent = workspace
  4489. end
  4490. end)
  4491. end)
  4492. plrwin:drawButton(1/3, 'Nuke', function()
  4493. tk.dp(cval, function(z)
  4494. if z.Character and tk.gt(z) then
  4495. local torso = tk.gt(z)
  4496. local nuke = Instance.new("Part", game.Workspace)
  4497. local opos = torso.CFrame
  4498. nuke.BrickColor = BrickColor.new("Bright yellow")
  4499. nuke.TopSurface = Enum.SurfaceType.Smooth
  4500. nuke.BottomSurface = Enum.SurfaceType.Smooth
  4501. nuke.Anchored = true
  4502. nuke.CanCollide = false
  4503. nuke.Shape = "Ball"
  4504. nuke.Transparency = 0.5
  4505. nuke.CFrame = torso.CFrame
  4506. nuke.Size = Vector3.new(1, 1, 1)
  4507. nuke.Touched:connect(function(p)
  4508. local expl = Instance.new("Explosion", p)
  4509. expl.BlastPressure = 50000
  4510. expl.BlastRadius = 50
  4511. expl.Position = p.Position
  4512. p.Material = Enum.Material.CorrodedMetal
  4513. p:BreakJoints()
  4514. end)
  4515. for i = 1, 150 do
  4516. nuke.Size = Vector3.new(i, i, i)
  4517. nuke.CFrame = opos
  4518. wait(0.08)
  4519. end
  4520. nuke:Destroy()
  4521. end
  4522. end)
  4523. end)
  4524. plrwin:drawButton(1/3, 'No Tools', function()
  4525. tk.dp(cval, function(p)
  4526. for _, t in pairs(p.Backpack:GetChildren()) do
  4527. t:Destroy()
  4528. end
  4529. end)
  4530. end)
  4531. plrwin:drawButton(1/3, 'Take Tools', function()
  4532. tk.dp(cval, function(p)
  4533. for _, t in pairs(p.Backpack:GetChildren()) do
  4534. t.Parent = game:service'Players'.LocalPlayer.Backpack
  4535. end
  4536. end)
  4537. end)
  4538. plrwin:drawButton(1/3, 'BTools', function()
  4539. tk.dp(cval, function(p)
  4540. local a = Instance.new("HopperBin")
  4541. a.BinType = "GameTool"
  4542. a.Parent = p.Backpack
  4543. local a = Instance.new("HopperBin")
  4544. a.BinType = "Clone"
  4545. a.Parent = p.Backpack
  4546. local a = Instance.new("HopperBin")
  4547. a.BinType = "Hammer"
  4548. a.Parent = p.Backpack
  4549. end)
  4550. end)
  4551. plrwin:drawButton(1/3, 'Hotdog', function()
  4552. tk.dp(cval, function(p)
  4553. if p.Character and tk.gt(p) then
  4554. topkek.tools.util.weenieHutJunior(p)
  4555. end
  4556. end)
  4557. end)
  4558. plrwin:drawButton(1/3, 'Quicksand', function()
  4559. tk.dp(cval, function(z)
  4560. if z.Character and z.Character:FindFirstChild("Humanoid") then
  4561. local tor = tk.gt(z)
  4562. local hole = Instance.new("Part", z.Character)
  4563. hole.Anchored = true
  4564. hole.Name = "Hole"
  4565. hole.FormFactor = Enum.FormFactor.Custom
  4566. hole.Size = Vector3.new(7, 1, 7)
  4567. hole.CanCollide = false
  4568. hole.CFrame = tor.CFrame * CFrame.new(0,-3.3,0)
  4569. hole.BrickColor = BrickColor.new("Cool yellow")
  4570. hole.Material = Enum.Material.Sand
  4571. local hm = Instance.new("CylinderMesh", hole)
  4572. tor.Anchored = true
  4573. if z.Character:FindFirstChild("Humanoid") then
  4574. z.Character.Humanoid.Jump = true
  4575. end
  4576. for x,m in pairs(z.Character:GetChildren()) do
  4577. if m:IsA("BasePart") or m:IsA("MeshPart") then
  4578. m.CanCollide = false
  4579. end
  4580. end
  4581. for i=1,75 do
  4582. tor.CFrame=tor.CFrame*CFrame.new(0,-0.1,0)
  4583. wait(0.06)
  4584. end
  4585. tor.CFrame=tor.CFrame*CFrame.new(0,
  4586. -500,0
  4587. )
  4588. z.Character.Humanoid.Health = 0
  4589. end
  4590. end)
  4591. end)
  4592. plrwin:drawButton(1/3, 'Insane', function()
  4593. tk.dp(cval, function(p)
  4594. if p.Character and tk.gt(p) then
  4595. for i,v in pairs(tk.gt(p):GetChildren()) do
  4596. if v:IsA("Motor6D") then
  4597. spawn(function()
  4598. while v do
  4599. v.C0=v.C0*CFrame.Angles(math.random(-180,180),math.random(-180,180),math.random(-180,180))
  4600. wait()
  4601. end
  4602. end)
  4603. end
  4604. end
  4605. end
  4606. end)
  4607. end)
  4608. plrwin:drawButton(1/3, 'Invisible', function()
  4609. tk.dp(cval, function(p)
  4610. tk.rco(p.Character, 'BasePart', 'Transparency', 1)
  4611. tk.rco(p.Character, 'MeshPart', 'Transparency', 1)
  4612. end)
  4613. end)
  4614. plrwin:drawButton(1/3, 'Visible', function()
  4615. tk.dp(cval, function(p)
  4616. tk.rco(p.Character, 'BasePart', 'Transparency', 0)
  4617. tk.rco(p.Character, 'MeshPart', 'Transparency', 0)
  4618. end)
  4619. end)
  4620. plrwin:drawButton(1/3, 'Bighead', function()
  4621. tk.dp(cval, function(z)
  4622. if z.Character then
  4623. if z.Character:FindFirstChild('Head') then
  4624. z.Character.Head.Mesh.Scale=Vector3.new(5,5,5)
  4625. end
  4626. end
  4627. end)
  4628. end)
  4629. plrwin:drawButton(1/3, 'Goldify', function()
  4630. tk.dp(cval, function(z)
  4631. if z.Character then
  4632. tk.rco(z.Character, 'BasePart', 'Material', 'Marble')
  4633. tk.rco(z.Character, 'MeshPart', 'Material', 'Marble')
  4634. tk.rco(z.Character, 'BasePart', 'BrickColor', BrickColor.new('Bright yellow'))
  4635. tk.rco(z.Character, 'MeshPart', 'BrickColor', BrickColor.new('Bright yellow'))
  4636. end
  4637. end)
  4638. end)
  4639. plrwin:drawButton(1/3, 'Neon', function()
  4640. tk.dp(cval, function(z)
  4641. if z.Character then
  4642. tk.rco(z.Character, 'BasePart', 'Material', 'Neon')
  4643. tk.rco(z.Character, 'MeshPart', 'Material', 'Neon')
  4644. end
  4645. end)
  4646. end)
  4647. plrwin:drawButton(1/3, 'Shiny', function()
  4648. tk.dp(cval, function(z)
  4649. if z.Character then
  4650. tk.rco(z.Character, 'BasePart', 'Reflectance', 1)
  4651. tk.rcm(z.Character, 'MeshPart')
  4652. end
  4653. end)
  4654. end)
  4655. plrwin:drawButton(1/3, 'Shrek', function()
  4656. tk.dp(cval, function(z)
  4657. if z.Character then
  4658. local pchar = z.Character
  4659. for i,v in pairs(pchar:GetChildren()) do
  4660. if v:IsA("Hat") or v:IsA("Accessory") or v:IsA("CharacterMesh") or v:IsA("Shirt") or v:IsA("Pants") then
  4661. v:Destroy()
  4662. end
  4663. end
  4664. for i,v in pairs(pchar.Head:GetChildren()) do
  4665. if v:IsA("Decal") or v:IsA("SpecialMesh") then
  4666. v:Destroy()
  4667. end
  4668. end
  4669.  
  4670. local mesh = Instance.new("SpecialMesh", pchar.Head)
  4671. mesh.MeshType = "FileMesh"
  4672. pchar.Head.Mesh.MeshId = "http://www.roblox.com/asset/?id=19999257"
  4673. pchar.Head.Mesh.Offset = Vector3.new(-0.1, 0.1, 0)
  4674. pchar.Head.Mesh.TextureId = "http://www.roblox.com/asset/?id=156397869"
  4675.  
  4676. local Shirt = Instance.new("Shirt", z.Character)
  4677. local Pants = Instance.new("Pants", z.Character)
  4678.  
  4679. Shirt.ShirtTemplate = "rbxassetid://133078194"
  4680. Pants.PantsTemplate = "rbxassetid://133078204"
  4681. end
  4682. end)
  4683. end)
  4684. plrwin:drawButton(1/3, 'Duck', function()
  4685. tk.dp(cval, function(z)
  4686. if z.Character then
  4687. local pchar = z.Character
  4688. for i,v in pairs(pchar:GetChildren()) do
  4689. if v:IsA("Hat") or v:IsA("Accessory") then
  4690. v:Destroy()
  4691. end
  4692. end
  4693. local duck = Instance.new("SpecialMesh", z.Character.HumanoidRootPart)
  4694. duck.MeshType = "FileMesh"
  4695. duck.MeshId = "http://www.roblox.com/asset/?id=9419831"
  4696. duck.TextureId = "http://www.roblox.com/asset/?id=9419827"
  4697. duck.Scale = Vector3.new(5, 5, 5)
  4698. tk.rco(z.Character, 'Instance', 'Transparency', 1)
  4699. z.Character.HumanoidRootPart.Transparency = 0
  4700. end
  4701. end)
  4702. end)
  4703. plrwin:drawButton(1/3, 'Spheres', function()
  4704. tk.dp(cval, function(z)
  4705. if z.Character then
  4706. tk.rco(z.Character, 'BasePart', 'Shape', 'Cylinder')
  4707. end
  4708. end)
  4709. end)
  4710. plrwin:drawButton(1/3, 'Big', function()
  4711. tk.dp(cval, function(z)
  4712. if z.Character then
  4713. topkek.tools.util.scalePlayer(5, z)
  4714. end
  4715. end)
  4716. end)
  4717. plrwin:drawButton(1/3, 'Small', function()
  4718. tk.dp(cval, function(z)
  4719. if z.Character then
  4720. topkek.tools.util.scalePlayer(5, z)
  4721. end
  4722. end)
  4723. end)
  4724. plrwin:drawButton(1/3, 'Giraffe', function()
  4725. tk.dp(cval, function(z)
  4726. if z.Character then
  4727. local char=z.Character
  4728. local h=char.Head
  4729. local tor=char:FindFirstChild("Torso")
  4730. if not tor then return end
  4731. tor.Neck.C0=tor.Neck.C0*CFrame.new(0,0,5)
  4732. local fn=Instance.new("Part",char)
  4733. fn.Size=Vector3.new(1,5.5,1)
  4734. fn.Name="FakeNeck"
  4735. fn.Anchored=false
  4736. fn.CanCollide=false
  4737. if char:FindFirstChild("Body Colors") then
  4738. fn.BrickColor=char["Body Colors"].HeadColor
  4739. end
  4740. local cm=Instance.new("CylinderMesh",fn)
  4741. local we=Instance.new("Weld",h)
  4742. we.Part0=h
  4743. we.Part1=fn
  4744. we.C1=we.C1*CFrame.new(0,2.6,0)
  4745. end
  4746. end)
  4747. end)
  4748. plrwin:drawButton(1/3, 'Dab', function()
  4749. tk.dp(cval, function(z)
  4750. if z.Character and z.Character:FindFirstChild("Torso") then
  4751. local chr = z.Character
  4752. chr.Animate.Disabled = true
  4753. chr.Torso["Left Shoulder"].C1 = CFrame.new(0, 0.699999988, 0, 0.939692616, 0, -0.342020124, -0.330366075, -0.258819044, -0.907673359, -0.0885213241, 0.965925813, -0.243210346)
  4754. chr.Torso["Right Shoulder"].C1 = CFrame.new(-0.600000024, 0.5, -0.200000003, 0.664462984, 0.241844743, 0.707106769, -0.664462984, -0.241844788, 0.707106769, 0.342020154, -0.939692616, -3.09086197e-008)
  4755. chr.Torso["Neck"].C1 = CFrame.new(0, -0.600000024, 0, -0.866025388, 0.5, 0, -0.171010137, -0.29619807, 0.939692616, 0.469846278, 0.813797653, 0.342020124)
  4756. end
  4757. end)
  4758. end)
  4759. plrwin:drawButton(1/3, 'Force Follow', function()
  4760. tk.dp(cval, function(z)
  4761. game:GetService("RunService"):BindToRenderStep("_", 0, function()
  4762. z.Character.Humanoid:MoveTo(topkek.lplr.Character.Head.Position)
  4763. end)
  4764. end)
  4765. end)
  4766. plrwin:drawButton(1/3, 'Camlock', function()
  4767. tk.dp(cval, function(z)
  4768. z.CameraMode = "LockFirstPerson"
  4769. end)
  4770. end)
  4771. --// SERVER //--
  4772. local servwin = topkek.tools.gui:hookContainer(topkek.tools.util.getContainer('Server').Container)
  4773. local detailWin = servwin:drawContainer(1, 100, nil, nil, 18)
  4774. detailWin:drawText(1, 'Job ID: ' .. (game.JobId and (game.JobId ~= "") or "???"))
  4775. detailWin:drawText(1, 'Game Name: ' .. game:service'MarketplaceService':GetProductInfo(game.PlaceId).Name)
  4776. detailWin:drawText(1, 'Creator Name: ' .. game:GetService('Players'):GetNameFromUserIdAsync(game.CreatorId))
  4777. --detailWin:drawText(1, 'Genre: ' .. tostring(game.Genre))
  4778. servwin:drawButton(1/2, 'Shutdown', function()
  4779. workspace.Gravity = 0/0
  4780. end)
  4781. servwin:drawButton(1/2, 'Clear', function()
  4782. for i,v in pairs(game:service'Workspace':GetChildren()) do
  4783. if (not v:IsA("Terrain"))and(v.Name~="Camera") then
  4784. v:Destroy()
  4785. end
  4786. end
  4787. end)
  4788. servwin:drawButton(1/2, 'Baseplate', function()
  4789. for X = -2500, 2500, 512 do
  4790. for Z = -2500, 2500, 512 do
  4791. local P = Instance.new("Part")
  4792. P.Anchored = true
  4793. P.Locked = true
  4794. P.Size = Vector3.new(512,3,512)
  4795. P.CFrame = CFrame.new(X,0,Z)
  4796. P.BrickColor = BrickColor.Green()
  4797. P.Parent = game:service'Workspace'
  4798. end
  4799. end
  4800. end)
  4801. servwin:drawButton(1/2, 'Reset', function()
  4802. for i,v in pairs(game:service'Workspace':GetChildren()) do
  4803. if (not v:IsA("Terrain"))and(v.Name~="Camera") then
  4804. v:Destroy()
  4805. end
  4806. end
  4807. for X = -2500, 2500, 512 do
  4808. for Z = -2500, 2500, 512 do
  4809. local P = Instance.new("Part")
  4810. P.Anchored = true
  4811. P.Locked = true
  4812. P.Size = Vector3.new(512,3,512)
  4813. P.CFrame = CFrame.new(X,0,Z)
  4814. P.BrickColor = BrickColor.Green()
  4815. P.Parent = game:service'Workspace'
  4816. end
  4817. end
  4818. for i, v in pairs(game:GetService('Players'):GetPlayers()) do
  4819. local a1 = Instance.new("Model", game:service'Workspace')
  4820. local a2 = Instance.new("Part", game:service'Workspace')
  4821. a2.CanCollide = true
  4822. a2.Anchored = true
  4823. a2.CFrame = CFrame.new(10000, 10000, 10000)
  4824. a2.Name = "Torso"
  4825. local a3 = Instance.new("Humanoid", a1)
  4826. a3.MaxHealth=100;a3.Health=100
  4827. v.Character = a1
  4828. a3.Health=0
  4829. end
  4830. end)
  4831. servwin:drawButton(1, 'Remove Sounds', function()
  4832. tk.rcm(game, 'Sound')
  4833. end)
  4834. servwin:addSpacing()
  4835. servwin:drawButton(1, 'Break All', function()
  4836. workspace:BreakJoints(workspace:GetChildren())
  4837. end)
  4838. local gravInp
  4839. servwin:drawButton(1/3, 'Gravity', function()
  4840. if not tonumber(gravInp.Text) then return end
  4841. workspace.Gravity = tonumber(gravInp.Text)
  4842. end)
  4843. gravInp = servwin:drawTextBox(2/3, '')
  4844. servwin:addSpacing()
  4845. servwin:drawButton(1, 'Reset Lighting', function()
  4846. local l = game:service'Lighting'
  4847. l.Ambient = Color3.new(0, 0, 0)
  4848. l.Brightness = 1
  4849. l.GlobalShadows = true
  4850. l.Outlines = true
  4851. l.FogEnd = 100000
  4852. l.FogStart = 0
  4853. l:SetMinutesAfterMidnight(12*60)
  4854. end)
  4855. local brightInp
  4856. servwin:drawButton(1/3, 'Brightness', function()
  4857. if not tonumber(brightInp.Text) then return end
  4858. game:GetService('Lighting').Brightness = tonumber(brightInp.Text)
  4859. end)
  4860. brightInp = servwin:drawTextBox(2/3, '100')
  4861. local fogInp
  4862. servwin:drawButton(1/3, 'Fog', function()
  4863. if not tonumber(fogInp.Text) then return end
  4864. game:GetService('Lighting').FogEnd = tonumber(fogInp.Text)
  4865. end)
  4866. fogInp = servwin:drawTextBox(2/3, '0')
  4867. local timeInp
  4868. servwin:drawButton(1/3, 'Hour', function()
  4869. if not tonumber(timeInp.Text) then return end
  4870. game:GetService('Lighting'):SetMinutesAfterMidnight(60*tonumber(timeInp.Text))
  4871. end)
  4872. timeInp = servwin:drawTextBox(2/3, '12')
  4873. servwin:addSpacing()
  4874. -- private server crap
  4875. local privateToggle
  4876. local privStatus = false
  4877. privateToggle = servwin:drawButton(1, 'Private Server OFF', function()
  4878. if privStatus == false then
  4879. privStatus = true
  4880. privateToggle.Text = 'Private Server ON'
  4881. topkek.banmgr.makePrivate()
  4882. else
  4883. privateToggle.Text = 'Private Server OFF'
  4884. topkek.banmgr.unprivate()
  4885. end
  4886. end)
  4887. servwin:addSpacing()
  4888. servwin:drawText(1, 'Whitelist')
  4889. local plrAddInp
  4890. servwin:drawButton(1/3, 'Add', function()
  4891. topkek.banmgr.doWhitelist(plrAddInp.Text)
  4892. ReorderWL()
  4893. end)
  4894. plrAddInp = servwin:drawTextBox(2/3, '')
  4895. wlCont = servwin:drawScrollingContainer(100)
  4896. function ReorderWL()
  4897. local wl = topkek.banmgr.whitelist
  4898. for i,v in pairs(wlCont:GetChildren()) do
  4899. v:Destroy()
  4900. end
  4901. wlCont:setDrawY(3)
  4902. for i,v in pairs(wl) do
  4903. wlCont:drawText(2/3, v)
  4904. wlCont:drawButton(1/3, 'Remove', function()
  4905. topkek.banmgr.unwhitelist(v)
  4906. ReorderWL()
  4907. end)
  4908. end
  4909. end
  4910. ReorderWL()
  4911. --// LOCALPLAYER //--
  4912. local lpwin = topkek.tools.gui:hookContainer(topkek.tools.util.getContainer('LocalPlayer').Container)
  4913. lpwin:drawButton(1, 'Reset Camera', function()
  4914. game.Workspace.CurrentCamera:remove()
  4915. wait(.1)
  4916. game.Workspace.CurrentCamera.CameraSubject = topkek.lplr.Character.Humanoid or
  4917. game.Workspace[topkek.lplr.Name].Humanoid
  4918. game.Workspace.CurrentCamera.CameraType = "Custom"
  4919. end)
  4920. lpwin:drawButton(1, 'Respawn', function()
  4921. local a1 = Instance.new("Model", game:service'Workspace')
  4922. local a2 = Instance.new("Part", game:service'Workspace')
  4923. a2.CanCollide = true
  4924. a2.Anchored = true
  4925. a2.CFrame = CFrame.new(10000, 10000, 10000)
  4926. a2.Name = "Torso"
  4927. local a3 = Instance.new("Humanoid", a1)
  4928. a3.MaxHealth=100;a3.Health=100
  4929. topkek.lplr.Character = a1
  4930. a3.Health=0
  4931. end)
  4932. lpwin:drawButton(1, 'Rejoin', function()
  4933. game:GetService('TeleportService'):Teleport(game.PlaceId)
  4934. end)
  4935. lpwin:addSpacing()
  4936. lpwin:drawButton(1/2, 'God', function()
  4937. if topkek.lplr.Character:FindFirstChild("Humanoid") then
  4938. topkek.lplr.Character.Humanoid.MaxHealth = math.huge
  4939. topkek.lplr.Character.Humanoid.Health = math.huge
  4940. end
  4941. end)
  4942. lpwin:drawButton(1/2, 'Semigod', function()
  4943. if topkek.lplr.Character:FindFirstChild("Humanoid") then
  4944. topkek.lplr.Character.Humanoid.MaxHealth = 9e9
  4945. topkek.lplr.Character.Humanoid.Health = 9e9
  4946. end
  4947. end)
  4948. Loopgod = false
  4949. lpwin:drawButton(1, 'Loopgod', function()
  4950. if Loopgod == false then
  4951. Loopgod = true
  4952. spawn(function()
  4953. repeat
  4954. topkek.lplr.Character.Humanoid.MaxHealth = math.huge
  4955. topkek.lplr.Character.Humanoid.Health = math.huge
  4956. wait()
  4957. until Loopgod == false
  4958. end)
  4959. else
  4960. Loopgod = false
  4961. end
  4962. end)
  4963. lpwin:addSpacing()
  4964. plrwin:addSpacing()
  4965. local Lev, Clip, Fly
  4966. lpwin:drawButton(1/2, 'Levitate', function()
  4967. if Lev == true then
  4968. Lev = false
  4969. return
  4970. end
  4971. Lev = true
  4972. repeat
  4973. topkek.lplr.Character.Humanoid:ChangeState(10)
  4974. wait(0)
  4975. until Lev == false
  4976. end)
  4977. lpwin:drawButton(1/2, 'Noclip', function()
  4978. if Clip == true then
  4979. Clip = false
  4980. return
  4981. end
  4982. Clip = true
  4983. game:GetService("RunService").Stepped:connect(function()
  4984. tk.gt(topkek.lplr).CanCollide = not Clip
  4985. topkek.lplr.Character.Head.CanCollide = not Clip
  4986. topkek.lplr.Character.HumanoidRootPart.CanCollide = not Clip
  4987. if topkek.lplr.Character.UpperTorso then
  4988. topkek.lplr.Character.LowerTorso.CanCollide = not Clip
  4989. end
  4990. end)
  4991. topkek.lplr.Character.HumanoidRootPart.Changed:connect(function()
  4992. tk.gt(topkek.lplr).CanCollide = not Clip
  4993. topkek.lplr.Character.Head.CanCollide = not Clip
  4994. topkek.lplr.Character.HumanoidRootPart.CanCollide = not Clip
  4995. if topkek.lplr.Character.UpperTorso then
  4996. topkek.lplr.Character.LowerTorso.CanCollide = not Clip
  4997. end
  4998. end)
  4999. end)
  5000. lpwin:drawButton(1/2, 'Fly', function()
  5001. if Fly == true then
  5002. Fly = false
  5003. return
  5004. end
  5005. Fly = true
  5006. local mouse=game.Players.LocalPlayer:GetMouse''
  5007. localplayer=game.Players.LocalPlayer
  5008. game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart")
  5009. local torso = game.Players.LocalPlayer.Character.HumanoidRootPart
  5010. local speed=0
  5011. local keys={a=false,d=false,w=false,s=false}
  5012. local e1
  5013. local e2
  5014. local function start()
  5015. local pos = Instance.new("BodyPosition",torso)
  5016. local gyro = Instance.new("BodyGyro",torso)
  5017. pos.Name="EPIXPOS"
  5018. pos.maxForce = Vector3.new(math.huge, math.huge, math.huge)
  5019. pos.position = torso.Position
  5020. gyro.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  5021. gyro.cframe = torso.CFrame
  5022. repeat
  5023. wait()
  5024. localplayer.Character.Humanoid.PlatformStand=true
  5025. local new=gyro.cframe - gyro.cframe.p + pos.position
  5026. if not keys.w and not keys.s and not keys.a and not keys.d then
  5027. speed=1
  5028. end
  5029. if keys.w then
  5030. new = new + workspace.CurrentCamera.CoordinateFrame.lookVector * speed
  5031. speed=speed+0.01
  5032. end
  5033. if keys.s then
  5034. new = new - workspace.CurrentCamera.CoordinateFrame.lookVector * speed
  5035. speed=speed+0.01
  5036. end
  5037. if keys.d then
  5038. new = new * CFrame.new(speed,0,0)
  5039. speed=speed+0.01
  5040. end
  5041. if keys.a then
  5042. new = new * CFrame.new(-speed,0,0)
  5043. speed=speed+0.01
  5044. end
  5045. if speed>5 then
  5046. speed=5
  5047. end
  5048. pos.position=new.p
  5049. if keys.w then
  5050. gyro.cframe = workspace.CurrentCamera.CoordinateFrame*CFrame.Angles(-math.rad(speed*15),0,0)
  5051. elseif keys.s then
  5052. gyro.cframe = workspace.CurrentCamera.CoordinateFrame*CFrame.Angles(math.rad(speed*15),0,0)
  5053. else
  5054. gyro.cframe = workspace.CurrentCamera.CoordinateFrame
  5055. end
  5056. until not Fly
  5057. if gyro then gyro:Destroy() end
  5058. if pos then pos:Destroy() end
  5059. flying=false
  5060. localplayer.Character.Humanoid.PlatformStand=false
  5061. speed=0
  5062. end
  5063. e1=mouse.KeyDown:connect(function(key)
  5064. if not torso or not torso.Parent then flying=false e1:disconnect() e2:disconnect() return end
  5065. if key=="w" then
  5066. keys.w=true
  5067. elseif key=="s" then
  5068. keys.s=true
  5069. elseif key=="a" then
  5070. keys.a=true
  5071. elseif key=="d" then
  5072. keys.d=true
  5073. end
  5074. end)
  5075. e2=mouse.KeyUp:connect(function(key)
  5076. if key=="w" then
  5077. keys.w=false
  5078. elseif key=="s" then
  5079. keys.s=false
  5080. elseif key=="a" then
  5081. keys.a=false
  5082. elseif key=="d" then
  5083. keys.d=false
  5084. end
  5085. end)
  5086. start()
  5087. end)
  5088. lpwin:drawButton(1/2, 'Highjump', function()
  5089. local thrust = Instance.new("BodyVelocity")
  5090. game:GetService('UserInputService').InputBegan:connect(function(i, b)
  5091. if i.KeyCode == Enum.KeyCode.Space then
  5092. print("Got jump")
  5093. coroutine.resume(coroutine.create(function()
  5094. thrust.Parent = game.Players.LocalPlayer.Character.PrimaryPart
  5095. thrust.velocity = Vector3.new(0,50,0)
  5096. thrust.maxForce = Vector3.new(0,4e+050,0)
  5097. wait(0.2)
  5098. thrust.Parent = nil
  5099. end))
  5100. end
  5101. end)
  5102. end)
  5103. lpwin:addSpacing()
  5104. local apprInp
  5105. lpwin:drawButton(1/3, 'Appearance', function()
  5106. local id = 0
  5107. if tonumber(apprInp.Text) then
  5108. id = tonumber(apprInp.Text)
  5109. else
  5110. id = game:GetService('Players'):GetUserIdFromNameAsync(apprInp.Text)
  5111. end
  5112. if topkek.lplr.Character:FindFirstChild("Humanoid") then
  5113. topkek.lplr.Character.Humanoid.Health = 0
  5114. end
  5115. topkek.lplr.CharacterAppearance = 'https://assetgame.roblox.com/Asset/CharacterFetch.ashx?userId=' .. tostring(id)
  5116. end)
  5117. apprInp = lpwin:drawTextBox(2/3, 'ROBLOX')
  5118. local teamInp
  5119. lpwin:drawButton(1/3, 'Team', function()
  5120. topkek.lplr.TeamColor = BrickColor.new(teamInp.Text)
  5121. end)
  5122. teamInp = lpwin:drawTextBox(2/3, 'Bright red')
  5123. lpwin:drawButton(1/2, 'Naked', function()
  5124. topkek.lplr:ClearCharacterAppearance()
  5125. end)
  5126. lpwin:drawButton(1/2, 'Neutral', function()
  5127. topkek.lplr.Neutral = true
  5128. end)
  5129. lpwin:addSpacing()
  5130. lpwin:drawButton(1/2, 'Orb', function()
  5131. game.Players.LocalPlayer.Character = nil
  5132. --lp:Destroy()
  5133. local cam = game.Workspace.CurrentCamera
  5134. local m = Instance.new("Model", game.Workspace)
  5135. m.Name = game.Players.LocalPlayer.Name
  5136. local hum = Instance.new("Humanoid", m)
  5137. hum.Health = 0
  5138. hum.MaxHealth = 0
  5139. local orb = Instance.new("Part", m)
  5140. orb.Size = Vector3.new(1, 1, 1)
  5141. orb.Shape = "Ball"
  5142. orb.Name = "Head"
  5143. orb.Anchored = true
  5144. orb.CanCollide = true
  5145. orb.BottomSurface = Enum.SurfaceType.Smooth
  5146. orb.TopSurface = Enum.SurfaceType.Smooth
  5147. orb.Transparency = 0
  5148. spawn(function()
  5149. while true do
  5150. wait(0.1)
  5151. if orb then
  5152. orb.BrickColor = BrickColor.Random()
  5153. else break end
  5154. end
  5155. end)
  5156. cam.CameraSubject = orb
  5157. cam.CameraType = Enum.CameraType.Fixed
  5158. game:GetService("RunService").RenderStepped:connect(function()
  5159. orb.CFrame = cam.CoordinateFrame * CFrame.new(0, -2, -6)
  5160. end)
  5161. game.Players.LocalPlayer.Chatted:connect(function(a)
  5162. game:GetService("Chat"):Chat(orb, a)
  5163. end)
  5164. end)
  5165. lpwin:drawButton(1/2, 'Freecam', function()
  5166. local cam = game.Workspace.CurrentCamera
  5167. cam.CameraType = "Fixed"
  5168. cam.CameraSubject = nil
  5169. topkek.lplr.Character = nil
  5170. end)
  5171. lpwin:drawButton(1/2, 'NoGrav', function()
  5172. if topkek.lplr.Character then
  5173. for x,m in pairs(topkek.lplr.Character:GetChildren()) do
  5174. if m:IsA("BasePart") then
  5175. local bf = Instance.new("BodyForce", m)
  5176. bf.force = Vector3.new(0, 192.25, 0) * m:GetMass()
  5177. end
  5178. if m:IsA("Hat") or m:IsA("Accessory") then
  5179. if m:findFirstChild("Handle") then
  5180. local bf = Instance.new("BodyForce", m.Handle)
  5181. bf.force = Vector3.new(0, 192.25, 0) * m.Handle:GetMass()
  5182. end
  5183. end
  5184. end
  5185. end
  5186. end)
  5187. lpwin:drawButton(1/2, 'Trowel', function()
  5188. topkek.tools.util.trowel()
  5189. end)
  5190. lpwin:addSpacing()
  5191. lpwin:drawButton(1/2, 'Fedora', function()
  5192. local hats={
  5193. 98346834,
  5194. 215751161,
  5195. 119916949,
  5196. 72082328,
  5197. 147180077,
  5198. 100929604,
  5199. 63043890,
  5200. 1285307,
  5201. 1029025,
  5202. 334663683,
  5203. 259423244
  5204. }
  5205. game:GetObjects("rbxassetid://" .. tostring(hats[math.random(1,#hats)]))[1].Parent = topkek.lplr.Character
  5206. end)
  5207. lpwin:drawButton(1/2, 'Rainbow Name', function()
  5208. topkek.lplr.Neutral = false
  5209. repeat
  5210. wait()
  5211. topkek.lplr.TeamColor = BrickColor.Random()
  5212. until not topkek.lplr.Character.Humanoid
  5213. end)
  5214. local tagInp
  5215. lpwin:drawButton(1/3, 'Tag', function()
  5216. local len = 10
  5217. local bb = Instance.new("BillboardGui")
  5218. bb.Parent = topkek.lplr.Character.Head
  5219. bb.Adornee = topkek.lplr.Character.Head
  5220. bb.AlwaysOnTop = true
  5221. bb.Enabled = true
  5222. bb.Size = UDim2.new(len, 0, 1.5, 0)
  5223. bb.Name = "tag"
  5224. bb.StudsOffset = Vector3.new(0, 3, 0)
  5225. --local fr = Instance.new("Frame")
  5226. --fr.Parent = bb
  5227. --fr.Size = UDim2.new(1, 0, 1, 0)
  5228. --fr.Style = Enum.FrameStyle.RobloxRound
  5229. local tl = Instance.new("TextLabel")
  5230. tl.Parent = bb
  5231. tl.Font = Enum.Font.Code
  5232. tl.BackgroundTransparency = 1
  5233. tl.TextScaled = true
  5234. tl.TextColor3 = Color3.new(15/255, 15/255, 15/255)
  5235. tl.Size = UDim2.new(1, 0, 1, 0)
  5236. tl.Text = tagInp.Text
  5237. tl.Name = "trutag"
  5238. tl.Visible = true
  5239. tl.ZIndex = 2
  5240. end)
  5241. tagInp = lpwin:drawTextBox(2/3, '')
  5242. --// SCRIPTS //--
  5243. --local scriptwin = topkek.tools.gui:hookContainer(topkek.tools.util.getContainer('Scripts').Container)
  5244. --local search = scriptwin:drawTextBox(1,'')
  5245. --local origy = scriptwin:getDrawY()
  5246. --scriptwin:addSpacing()
  5247. --scriptwin:addSpacing()
  5248. --local scripts = game:GetObjects("rbxassetid://376553985")[1]
  5249. --local container = {}
  5250. --function MakeList(condition)
  5251. -- for i,v in pairs(scriptwin:GetChildren()) do
  5252. -- if v.Name == "Script" then
  5253. -- v:Destroy()
  5254. -- end
  5255. -- end
  5256. --scriptwin:setDrawY(origy)
  5257. --for i, v in pairs(scripts:GetChildren()) do
  5258. -- if string.find(v.Name:lower(), condition:lower()) or (condition == "") or (condition == " ") then
  5259. -- local scr = scriptwin:drawButton(1, v.Name, function()
  5260. -- spawn(function() loadstring(v.Source)() end)
  5261. -- end, 25)
  5262. -- scr.Name = 'Script'
  5263. -- end
  5264. -- end
  5265. --end
  5266. --game:GetService("UserInputService").InputChanged:connect(function(inp)
  5267. -- if inp.UserInputType == Enum.UserInputType.TextInput then
  5268. -- if search:IsFocused() then
  5269. -- MakeList(search.Text)
  5270. -- end
  5271. --end
  5272. --end)
  5273. --MakeList('')
  5274. --// DESTRUCTION // --
  5275. local destwin = topkek.tools.gui:hookContainer(topkek.tools.util.getContainer('Destruction').Container)
  5276. local decals, seldec = destwin:drawScrollingContainer(100)
  5277. seldec = destwin:drawText(1, 'Selected Decal: None')
  5278. cursel = nil
  5279. local decs = {
  5280. {'Rain', '574772793'},
  5281. {'Robbie', '574773630'},
  5282. {'Pepe', '244905904'},
  5283. {'Troll Face', '48308661'},
  5284. {'Jeff', '109129888'},
  5285. {'Shrek', '170539018'},
  5286. {'Doge', '133720697'},
  5287. {'Dat Boi', '409578848'},
  5288. }
  5289. for _, v in pairs(decs) do
  5290. local b = decals:drawButton(1, v[1], function()seldec.Text="Selected Decal: " ..v[2] cursel=v[2] end,20)
  5291. topkek.tools.gui:addLeftIcon(b,'rbxassetid://'..v[2],20)
  5292. end
  5293. destwin:drawButton(1, 'Spam Decal', function()
  5294. if cursel ~= nil then
  5295. topkek.tools.util.recurseDecal(tonumber(cursel))
  5296. end
  5297. end)
  5298. destwin:drawButton(1, 'Spam Particles', function()
  5299. if cursel ~= nil then
  5300. topkek.tools.util.recurseParticles(tonumber(cursel))
  5301. end
  5302. end)
  5303. destwin:drawButton(1, 'Spam Both', function()
  5304. if cursel ~= nil then
  5305. topkek.tools.util.recurseUltimate(tonumber(cursel))
  5306. end
  5307. end)
  5308. destwin:drawButton(1, 'Rollback', function()
  5309. tk.rcm(workspace, 'Decal')
  5310. tk.rcm(workspace, 'ParticleEmitter')
  5311. end)
  5312. destwin:addSpacing()
  5313. destwin:drawButton(1, '666', function()
  5314. for i,v in next,workspace:children''do
  5315. if(v:IsA'BasePart')then
  5316. me=v;
  5317. bbg=Instance.new('BillboardGui',me);
  5318. bbg.Name='stuf';
  5319. bbg.Adornee=me;
  5320. bbg.Size=UDim2.new(2.5,0,2.5,0)
  5321. --bbg.StudsOffset=Vector3.new(0,2,0)
  5322. tlb=Instance.new'TextLabel';
  5323. tlb.Text='666 666 666 666 666 666';
  5324. tlb.Font='SourceSansBold';
  5325. tlb.FontSize='Size48';
  5326. tlb.TextColor3=Color3.new(1,0,0);
  5327. tlb.Size=UDim2.new(1.25,0,1.25,0);
  5328. tlb.Position=UDim2.new(-0.125,-22,-1.1,0);
  5329. tlb.BackgroundTransparency=1;
  5330. tlb.Parent=bbg;
  5331. end;end;
  5332. --coroutine.wrap(function()while wait''do
  5333. s=Instance.new'Sound';
  5334. s.Parent=workspace;
  5335. s.SoundId='rbxassetid://152840862';
  5336. s.Pitch=1;
  5337. s.Volume=1;
  5338. s.Looped=true;
  5339. s:play();
  5340. --end;end)();
  5341. function xds(dd)
  5342. for i,v in next,dd:children''do
  5343. if(v:IsA'BasePart')then
  5344. v.BrickColor=BrickColor.new'Really black';
  5345. v.TopSurface='Smooth';
  5346. v.BottomSurface='Smooth';
  5347. s=Instance.new('SelectionBox',v);
  5348. s.Adornee=v;
  5349. s.Color=BrickColor.new'Really red';
  5350. a=Instance.new('PointLight',v);
  5351. a.Color=Color3.new(1,0,0);
  5352. a.Range=15;
  5353. a.Brightness=5;
  5354. f=Instance.new('Fire',v);
  5355. f.Size=19;
  5356. f.Heat=22;
  5357. end;
  5358. game.Lighting.TimeOfDay=0;
  5359. game.Lighting.Brightness=0;
  5360. game.Lighting.ShadowColor=Color3.new(0,0,0);
  5361. game.Lighting.Ambient=Color3.new(1,0,0);
  5362. game.Lighting.FogEnd=200;
  5363. game.Lighting.FogColor=Color3.new(0,0,0);
  5364. local dec = 'http://www.roblox.com/asset/?id=19399245';
  5365. local fac = {'Front', 'Back', 'Left', 'Right', 'Top', 'Bottom'}
  5366. --coroutine.wrap(function()
  5367. --for _,__ in pairs(fac) do
  5368. --local ddec = Instance.new("Decal", v)
  5369. --ddec.Face = __
  5370. --ddec.Texture = dec
  5371. --end end)()
  5372. if #(v:GetChildren())>0 then
  5373. xds(v)
  5374. end
  5375. end
  5376. end
  5377. xds(game.Workspace)
  5378. end)
  5379. destwin:drawButton(1, 'Troll', function()
  5380. topkek.tools.util.recurseUltimate('48308661')
  5381. tk.play(154664102)
  5382. end)
  5383. destwin:addSpacing()
  5384. destwin:drawButton(1/2,'Colorize',function() -- when u skid off variable XDDDDDpranked
  5385. local materiallist =
  5386. {Enum.Material.Plastic,Enum.Material.Wood,Enum.Material.Slate,Enum.Material.Concrete,Enum.Material.CorrodedMetal,
  5387. Enum.Material.DiamondPlate,Enum.Material.Foil,Enum.Material.Grass,
  5388. Enum.Material.Ice,Enum.Material.Marble,Enum.Material.Granite,Enum.Material.Brick,
  5389. Enum.Material.Pebble,Enum.Material.Sand,Enum.Material.Sand,
  5390. Enum.Material.Fabric,Enum.Material.SmoothPlastic,Enum.Material.Metal,Enum.Material.WoodPlanks,Enum.Material.Neon,Enum.Material.Cobblestone}
  5391. local function r(where)
  5392. for _,v in pairs (where:GetChildren()) do
  5393. if v:IsA("BasePart") then
  5394. spawn(function() while wait(0.1) do v.Material = materiallist[math.random(#materiallist)] wait() end end) end r(v) end end r(workspace)
  5395. end)
  5396. destwin:drawButton(1/2,'Materialize',function()
  5397. local function r(where)
  5398. for _,v in pairs (where:GetChildren()) do
  5399. if v:IsA("BasePart") then
  5400. spawn(function() while wait(0.1) do v.Transparency = math.random(0,1) wait() end end) end r(v) end end r(workspace)
  5401. end)
  5402. destwin:drawButton(1/2,'Meshify',function()
  5403. local enums={
  5404. Enum.MeshType.Head;
  5405. Enum.MeshType.Torso;
  5406. Enum.MeshType.Wedge;
  5407. Enum.MeshType.Brick;
  5408. Enum.MeshType.Sphere;
  5409. Enum.MeshType.Cylinder;
  5410. }
  5411. tk.rcf('BasePart',function(o)
  5412. local mesh = Instance.new('SpecialMesh', o)
  5413. mesh.MeshType = enums[math.random(1,#enums)]
  5414. end)
  5415. end)
  5416. destwin:drawButton(1/2,'Loop-Meshify',function()
  5417. coroutine.wrap(function()
  5418. while true do
  5419. local enums={
  5420. Enum.MeshType.Head;
  5421. Enum.MeshType.Torso;
  5422. Enum.MeshType.Wedge;
  5423. Enum.MeshType.Brick;
  5424. Enum.MeshType.Sphere;
  5425. Enum.MeshType.Cylinder;
  5426. }
  5427. tk.rcf('BasePart',function(o)
  5428. if o:FindFirstChild("Mesh") then o.Mesh:Destroy() end
  5429. local mesh = Instance.new('SpecialMesh', o)
  5430. mesh.MeshType = enums[math.random(1,#enums)]
  5431. end)
  5432. wait(0.5)
  5433. end
  5434. end)()
  5435. end)
  5436. destwin:addSpacing()
  5437. destwin:drawButton(1, 'Rotations', function()
  5438. tk.rcf('BasePart', function(o)
  5439. o.Rotation = Vector3.new(math.random(0,180),math.random(0,180),math.random(0,180))
  5440. end)
  5441. end)
  5442. destwin:drawButton(1, 'Collisions', function()
  5443. tk.rcf('BasePart', function(o)
  5444. o.CanCollide = false
  5445. end)
  5446. end)
  5447. destwin:drawButton(1, 'Velocity', function()
  5448. tk.rcf('BasePart', function(o)
  5449. o.Velocity = Vector3.new(math.random(0,180),math.random(0,180),math.random(0,180))
  5450. end)
  5451. end)
  5452. destwin:drawButton(1, 'Invisiblity', function()
  5453. tk.rcf('BasePart', function(o)
  5454. o.Transparency = 1
  5455. end)
  5456. end)
  5457. destwin:drawButton(1, 'BreakJoints', function()
  5458. tk.rcf('Model', function(o)
  5459. o:BreakJoints()
  5460. end)
  5461. end)
  5462. destwin:drawButton(1, 'Forces', function()
  5463. tk.rcf('BasePart', function(o)
  5464. local bf = Instance.new("BodyForce", o)
  5465. bf.Force = Vector3.new(math.random(0,180)*5,math.random(0,180)*5,math.random(0,180)*5)
  5466. end)
  5467. end)
  5468. destwin:drawButton(1, 'Brightness', function()
  5469. tk.rcf('BasePart', function(o)
  5470. local light = Instance.new("SpotLight", o)
  5471. light.Brightness = 9e9
  5472. light.Range = 60
  5473. end)
  5474. end)
  5475. --// CATALOG //--
  5476. local catwin = topkek.tools.gui:hookContainer(topkek.tools.util.getContainer('Catalog').Container)
  5477. local page, currentkeyword = 1, ""
  5478. local searchbar, search, makeCatalog, res = 0, 0, 0, {}
  5479. local searchbar = catwin:drawTextBox(2/3,'')
  5480. local search = catwin:drawButton(1/3, 'Search', function()
  5481. page = 1
  5482. currentkeyword = searchbar.Text
  5483. makeCatalog(currentkeyword, page)
  5484. end)
  5485. local previous = catwin:drawButton(1/2, 'Previous Page', function()
  5486. if page > 1 then
  5487. page = page - 1
  5488. makeCatalog(currentkeyword, page)
  5489. end
  5490. end)
  5491. local previous = catwin:drawButton(1/2, 'Next Page', function()
  5492. if page >= 1 then
  5493. page = page + 1
  5494. makeCatalog(currentkeyword, page)
  5495. end
  5496. end)
  5497. local catalog_start = catwin:getDrawY()
  5498. function split(str,divider)
  5499. local found = ""
  5500. local results = {}
  5501. for i=1,string.len(str) do
  5502. if (string.lower(string.sub(str,i,i)) == string.lower(divider)) then
  5503. table.insert(results, found)
  5504. found = ""
  5505. else
  5506. found = found..string.sub(str,i,i)
  5507. end
  5508. end
  5509. table.insert(results, found)
  5510. return results
  5511. end
  5512. function GetName(nm)
  5513. local spl = split(nm," ")
  5514. local a,b,c,d,e=spl[1] or "",spl[2] or "",spl[3] or "", spl[4] or "", spl[5] or ""
  5515. return (a.." "..b.." "..c.." "..d.." "..e)
  5516. end
  5517. --function makeCatalog(keyword, page)
  5518. --local endpoint = "http://search.roblox.com/catalog/json?Category=6&Keyword="..keyword.."&IncludeNotForSale=false&ResultsPerPage=10&PageNumber="..tostring(page)
  5519. --local results = game:HttpGet(endpoint, true)
  5520. --local parse = game:GetService('HttpService'):JSONDecode(results)
  5521. --for i, v in pairs(res) do
  5522. --v:Destroy()
  5523. --end
  5524. --catwin:setDrawY(catalog_start)
  5525. --catwin:addSpacing()
  5526. --for i, v in pairs(parse) do
  5527. --local img = catwin:drawImage(1/2, 'https://www.roblox.com/Thumbs/Asset.ashx?width=420&height=420&assetId='..tostring(v['AssetId']), 50)
  5528. --local below = topkek.tools.util.Object("TextButton", {
  5529. -- Parent = img;
  5530. -- BackgroundColor3 = Color3.new(163/255, 57/255, 57/255);
  5531. -- BorderSizePixel = 0;
  5532. -- Position = UDim2.new(0, -45, 1, 5);
  5533. -- Size = UDim2.new(0,img.AbsoluteSize.X, 0, 20);
  5534. -- Font = 'SourceSans';
  5535. -- FontSize = 'Size14';
  5536. -- Text = GetName(v['Name']);
  5537. -- TextSize = 14;
  5538. -- TextColor3 = color3(199, 199, 199);
  5539. -- TextStrokeTransparency = 0.5;
  5540. -- ClipsDescendants = true;
  5541. --})
  5542. -- below.MouseButton1Down:connect(function()
  5543. -- local Model = Instance.new("Model", workspace)
  5544. -- game:GetObjects('rbxassetid://'..tostring(v['AssetId']))[1].Parent = Model
  5545. -- Model:MakeJoints()
  5546. -- Model:MoveTo(topkek.lplr.Character.Head.Position)
  5547. --end)
  5548. --img.Size=UDim2.new(0,50,0,50)
  5549. --img.Position=img.Position+UDim2.new(0,45,0,0)
  5550. -- if (i%2)==0 then
  5551. -- catwin:setDrawY(catwin:getDrawY() + 25)
  5552. --end
  5553. -- if (i==10) then
  5554. -- catwin.main.CanvasSize = catwin.main.CanvasSize + UDim2.new(0,0,0,25)
  5555. -- end
  5556. -- table.insert(res,img)
  5557. --end
  5558. --end
  5559. --makeCatalog("", 1)
  5560. --// CMDS //--
  5561. cmdwin = topkek.tools.gui:hookContainer(topkek.tools.util.getContainer('Commands').Container)
  5562. count = 0
  5563. for _, _ in pairs(cmd.commands.store) do count = count + 1 end
  5564. cmdwin:drawText(1, tostring(count) .. " Commands")
  5565. cmdwin:drawText(1, 'Chat Prefix: /')
  5566. local cmdlist = cmdwin:drawScrollingContainer(260)
  5567. for i, v in pairs(cmd.commands.fmtstore) do
  5568. local xfmt = {}
  5569. local str = " ;" .. i .. " "
  5570. for form in v:gmatch("[^%%]+") do
  5571. if form ~= 'cmd' then
  5572. if form == 'inf' then form = 'str' end
  5573. str = str .. "{" .. form .. "} "
  5574. end
  5575. end
  5576. cmdlist:drawText(1, str)
  5577. end
  5578. --// MUSIC //--
  5579. musicwin = topkek.tools.gui:hookContainer(topkek.tools.util.getContainer('Music').Container)
  5580. Sounds = {
  5581. {"caramell", 2303479};
  5582. {"epic", 27697743};
  5583. {"rick", 2027611};
  5584. {"halo", 1034065};
  5585. {"pokemon", 1372261};
  5586. {"cursed", 1372257};
  5587. {"extreme", 11420933};
  5588. {"awaken", 27697277};
  5589. {"alone", 27697392};
  5590. {"mario", 1280470};
  5591. {"choir", 1372258};
  5592. {"chrono" ,1280463};
  5593. {"dotr", 11420922};
  5594. {"entertain", 27697267};
  5595. {"fantasy", 1280473};
  5596. {"final", 787};
  5597. {"organ", 11231513};
  5598. {"tunnel", 9650822}
  5599. }
  5600.  
  5601. local cursel
  5602. local xcursel = 0
  5603. scr = musicwin:drawScrollingContainer(230)
  5604. for i, v in pairs(Sounds) do
  5605. scr:drawButton(1, v[1] .. " - " .. tonumber(v[2]), function()
  5606. cursel.Text = "Currently Selected - " .. v[1]
  5607. xcursel = v[2]
  5608. end)
  5609. end
  5610.  
  5611. cursel = musicwin:drawText(1, "Currently Selected - None")
  5612. local setInp
  5613. musicwin:drawButton(1/3, "Set", function()
  5614. if tonumber(setInp.Text) then
  5615. cursel.Text = "Currently Selected - " .. setInp.Text
  5616. xcursel = tonumber(setInp.Text)
  5617. end
  5618. end)
  5619. setInp = musicwin:drawTextBox(2/3, '')
  5620. musicwin:drawButton(1, "Play", function()
  5621. tk.rcm(game, 'Sound')
  5622. tk.play(xcursel)
  5623. end)
  5624. musicwin:drawButton(1, "Stop", function()
  5625. tk.rcm(game, 'Sound')
  5626. end)
  5627. --// FACES //--
  5628. facwin = topkek.tools.gui:hookContainer(topkek.tools.util.getContainer('Faces').Container)
  5629. local faces = {
  5630. {name='Rofl',id=47595647},
  5631. {name='Sparta',id=74142203},
  5632. {name='UJelly',id=48989071},
  5633. {name='Troll',id=45120559},
  5634. {name='Horse',id=62079221},
  5635. {name='Angry',id=48258623},
  5636. {name='Okey',id=62830600},
  5637. {name='Yeaw',id=53646377},
  5638. {name='Here',id=62677045},
  5639. {name='Har',id=48260066},
  5640. {name='Baby Sun',id=47596170},
  5641. {name='LOL',id=48293007},
  5642. {name='Sad',id=53645378},
  5643. {name='Joseph Stalin',id=48290678},
  5644. {name='Doge',id=130742396},
  5645. {name='Forever Alone',id=156886272},
  5646. {name='RickRoll',id=5104631},
  5647. {name='Jim Carrey',id=74885351},
  5648. {name='Meh IRL',id=237553381}
  5649. }
  5650. local cursel, xcursel = nil, 0
  5651. faclist = facwin:drawScrollingContainer(260)
  5652. for i,v in pairs(faces) do
  5653. local btn = faclist:drawButton(1, v['name'], function()
  5654. xcursel = v['id']
  5655. cursel.Text = 'Currently Selected: ' .. v['name']
  5656. end)
  5657. topkek.tools.gui:addLeftIcon(btn,'rbxassetid://'..tostring(v['id']),20)
  5658. end
  5659. cursel = facwin:drawText(1, 'Currently Selected: None')
  5660. facwin:drawButton(1, 'Wear', function()
  5661. if not (xcursel == 0) then
  5662. if topkek.lplr.Character then
  5663. tk.rcm(topkek.lplr.Character, 'Accessory')
  5664. tk.rcm(topkek.lplr.Character, 'Hat')
  5665. topkek.tools.util.applyFace(xcursel)
  5666. end
  5667. end
  5668. end)
  5669. --// SETTINGS // --
  5670. setwin = topkek.tools.gui:hookContainer(topkek.tools.util.getContainer('Settings').Container)
  5671. setwin:drawText(1, 'Patch: ' .. topkek.patch)
  5672. setwin:drawText(1, 'Devnote: foh skids')
  5673. setwin:drawText(1, [[
  5674. === CREDITS ===
  5675.  
  5676. Variable - retard that created Stella
  5677. KrystalTeam - provided critical design tips & advice
  5678. Circumvention - lol joey salads
  5679.  
  5680. Thanks to everyone that supported T0PK3K 4.0!
  5681.  
  5682. ]], 260)
  5683. --// BANLIST //--
  5684. banwin = topkek.tools.gui:hookContainer(topkek.tools.util.getContainer('Banlist').Container)
  5685. local plrBanInp
  5686. banwin:drawButton(1/3, 'Add', function()
  5687. topkek.settings.get()
  5688. table.insert(topkek.settingsTable['Bans'], plrBanInp.Text)
  5689. topkek.settings.write()
  5690. UpdateBanlist()
  5691. end)
  5692. plrBanInp = banwin:drawTextBox(2/3, '')
  5693. banCont = banwin:drawScrollingContainer(288)
  5694. function UpdateBanlist(x)
  5695. topkek.settings.get()
  5696. local wl = x or topkek.settingsTable['Bans']
  5697. for i,v in pairs(banCont:GetChildren()) do
  5698. v:Destroy()
  5699. end
  5700. banCont:setDrawY(3)
  5701. for i,v in pairs(wl) do
  5702. banCont:drawText(2/3, v)
  5703. banCont:drawButton(1/3, 'Remove', function()
  5704. for x, m in pairs(wl) do
  5705. if m == v then
  5706. table.remove(topkek.settingsTable['Bans'], x)
  5707. topkek.settings.write()
  5708. UpdateBanlist()
  5709. topkek.banmgr.bans = topkek.settingsTable['Bans']
  5710. end
  5711. end
  5712. end)
  5713. end
  5714. end
  5715. UpdateBanlist()
  5716. --// HATS //--
  5717. hatwin = topkek.tools.gui:hookContainer(topkek.tools.util.getContainer('Hats').Container)
  5718. local hats={
  5719. {name='Dominus Empyreus',id=21070012},
  5720. {name='Dominus Vespertilio',id=96103379},
  5721. {name='Dominus Infernus',id=31101391},
  5722. {name='Dominus Rex',id=250395631},
  5723. {name='Dominus Frigidus',id=48545806},
  5724. {name='Dominus Astra',id=162067148},
  5725. {name='Dominus Aureus',id=138932314},
  5726. {name='DIY Dominus Empyreus',id=151789690},
  5727. {name='Dominus Messor',id=64444871},
  5728. {name='Demon Skeleton Wings',id=133554007},
  5729. {name='Gilded Wings of Glory',id=250405532},
  5730. {name='Majestic Ice Wings',id=188702967},
  5731. {name='Black Wings',id=215719598},
  5732. {name='Clockworks Shades',id=11748356},
  5733. {name='Faerie Wings',id=19399896},
  5734. {name='Orinthian Wings',id=223751505},
  5735. {name='Clockworks Headphones',id=1235488},
  5736. {name='Perfectly Legitimate Business Hat',id=19027209},
  5737. {name='Sparkling Angel Wings',id=192557913},
  5738. {name='Commander Crows Wings',id=133553855},
  5739. {name='Sunfire Wings',id=158068470},
  5740. {name='Royal Faerie Wings',id=119916756},
  5741. {name='Wings of Freedom',id=164174048},
  5742. {name='Firebrand Wings',id=128160626},
  5743. {name='Frozen Wings',id=136758613},
  5744. {name='Webbed Wings',id=120507280},
  5745. {name='Gargoyle Wings',id=120507201},
  5746. {name='Bat Wings',id=19399858},
  5747. {name='Wings of Fire',id=136758532},
  5748. {name='Headrow',id=1082935},
  5749. {name='Rubber Duckie',id=9254254},
  5750. {name='Valkyrie Helm',id=1365767},
  5751. {name='Hockey Mask',id=5161514}}
  5752. local searchi = hatwin:drawButton(1, '', function()end)
  5753. dropx = GUI.DropDown.New(UDim2.new(0, 0, 0, 0), UDim2.new(1, 0, 1, 0), searchi, {'All'})
  5754. function fixPlayerDropi()
  5755. local t = {'All'}
  5756. for i, v in pairs(game.Players:GetPlayers()) do
  5757. table.insert(t, v.Name)
  5758. end
  5759. dropx.SetTable(t)
  5760. end
  5761. game.Players.PlayerAdded:connect(function()
  5762. fixPlayerDropi()
  5763. end)
  5764. game.Players.PlayerRemoving:connect(function()
  5765. fixPlayerDropi()
  5766. end)
  5767. local eval = 'All'
  5768. dropx.Changed(function(p) eval = p end)
  5769. fixPlayerDrop()
  5770.  
  5771. local hatInp
  5772. hatlist = hatwin:drawScrollingContainer(260)
  5773. for i,v in pairs(hats) do
  5774. hatlist:drawButton(1, v['name'], function()
  5775. hatInp.Text = tostring(v['id'])
  5776. end)
  5777. end
  5778. hatwin:drawButton(1/3, 'Wear', function()
  5779. local hat = game:GetObjects("rbxassetid://"..tonumber(hatInp.Text))[1]
  5780. tk.dp(eval, function(x)
  5781. if x.Character then
  5782. hat:Clone().Parent = x.Character
  5783. end
  5784. end)
  5785. end)
  5786.  
  5787.  
  5788. hatInp = hatwin:drawTextBox(2/3, '')
  5789. topkek.tools.animator.initialAnimation()
  5790. topkek.banmgr.init()
  5791. end)
  5792.  
  5793. TextButton_6.Parent = Yesh
  5794. TextButton_6.BackgroundColor3 = Color3.new(1, 0, 0.498039)
  5795. TextButton_6.BorderColor3 = Color3.new(1, 1, 0)
  5796. TextButton_6.Position = UDim2.new(0.0617283992, 0, 0.882815421, 0)
  5797. TextButton_6.Size = UDim2.new(0, 139, 0, 27)
  5798. TextButton_6.Font = Enum.Font.SourceSans
  5799. TextButton_6.Text = "Booga Hub"
  5800. TextButton_6.TextColor3 = Color3.new(0, 0, 0)
  5801. TextButton_6.TextSize = 19
  5802. TextButton_6.MouseButton1Down:connect(function()
  5803. -- Made by Tokumei/Aresuu
  5804. -- Instances:
  5805. local BoogaBV1 = Instance.new("ScreenGui")
  5806. local BoogaBV1_2 = Instance.new("Frame")
  5807. local Speed = Instance.new("TextButton")
  5808. local SpeedBind = Instance.new("TextBox")
  5809. local AutoPickUp = Instance.new("TextButton")
  5810. local AutoPickUpBind = Instance.new("TextBox")
  5811. local CraftAnyItem = Instance.new("TextButton")
  5812. local CraftItem = Instance.new("TextBox")
  5813. local Title = Instance.new("TextLabel")
  5814. local InfinityChest = Instance.new("TextButton")
  5815. local RevizV2 = Instance.new("TextButton")
  5816. local GodHut = Instance.new("TextButton")
  5817. local MadebyTokumeiAresuu = Instance.new("TextLabel")
  5818. local CreditOwners = Instance.new("TextLabel")
  5819. local AutoBreak = Instance.new("TextButton")
  5820. local Breakkey = Instance.new("TextBox")
  5821. local EmeraldSetCrafter = Instance.new("TextButton")
  5822. local FEme = Instance.new("Frame")
  5823. local SFrameEme = Instance.new("ScrollingFrame")
  5824. local EmeraldHelmet = Instance.new("TextButton")
  5825. local EmeraldChestplate = Instance.new("TextButton")
  5826. local EmeraldGreaves = Instance.new("TextButton")
  5827. local EmeraldPick = Instance.new("TextButton")
  5828. local EmeraldBlade = Instance.new("TextButton")
  5829. local EmeraldAxe = Instance.new("TextButton")
  5830. local EmeraldBag = Instance.new("TextButton")
  5831. local GodSetCrafter = Instance.new("TextButton")
  5832. local FGod = Instance.new("Frame")
  5833. local SFrameGod = Instance.new("ScrollingFrame")
  5834. local GodHalo = Instance.new("TextButton")
  5835. local GodChestplate = Instance.new("TextButton")
  5836. local GodLegs = Instance.new("TextButton")
  5837. local GodRock = Instance.new("TextButton")
  5838. local GodPick = Instance.new("TextButton")
  5839. local GodAxe = Instance.new("TextButton")
  5840. local GodBag = Instance.new("TextButton")
  5841. local OOFHorn = Instance.new("TextButton")
  5842. local VoidSetCrafter = Instance.new("TextButton")
  5843. local FVOID = Instance.new("Frame")
  5844. local SFrameVoid = Instance.new("ScrollingFrame")
  5845. local VoidShroud = Instance.new("TextButton")
  5846. local VoidChestplate = Instance.new("TextButton")
  5847. local VoidGreaves = Instance.new("TextButton")
  5848. local VoidBag = Instance.new("TextButton")
  5849. local TeletoVoid = Instance.new("TextButton")
  5850. local Open = Instance.new("TextButton")
  5851. local Close = Instance.new("TextButton")
  5852. --Properties:
  5853. BoogaBV1.Name = "BoogaBV1"
  5854. BoogaBV1.Parent = game.CoreGui
  5855.  
  5856. BoogaBV1_2.Name = "BoogaBV1"
  5857. BoogaBV1_2.Parent = BoogaBV1
  5858. BoogaBV1_2.Active = true
  5859. BoogaBV1_2.BackgroundColor3 = Color3.new(1, 0.65098, 0)
  5860. BoogaBV1_2.BackgroundTransparency = 0.30000001192093
  5861. BoogaBV1_2.BorderColor3 = Color3.new(0, 0, 0)
  5862. BoogaBV1_2.BorderSizePixel = 5
  5863. BoogaBV1_2.Position = UDim2.new(0.315448642, 0, 0.254980087, 0)
  5864. BoogaBV1_2.Size = UDim2.new(0, 487, 0, 245)
  5865. BoogaBV1_2.Draggable = true
  5866.  
  5867. Speed.Name = "Speed"
  5868. Speed.Parent = BoogaBV1_2
  5869. Speed.BackgroundColor3 = Color3.new(0, 0, 0)
  5870. Speed.BorderColor3 = Color3.new(0, 0, 0)
  5871. Speed.BorderSizePixel = 3
  5872. Speed.Position = UDim2.new(0.0164271053, 0, 0.877551019, 0)
  5873. Speed.Size = UDim2.new(0, 117, 0, 25)
  5874. Speed.Font = Enum.Font.Cartoon
  5875. Speed.Text = "Speed"
  5876. Speed.TextColor3 = Color3.new(1, 1, 1)
  5877. Speed.TextScaled = true
  5878. Speed.TextSize = 14
  5879. Speed.TextStrokeColor3 = Color3.new(1, 0, 0.0156863)
  5880. Speed.TextWrapped = true
  5881.  
  5882. SpeedBind.Name = "SpeedBind"
  5883. SpeedBind.Parent = Speed
  5884. SpeedBind.BackgroundColor3 = Color3.new(0.368627, 0.368627, 0.368627)
  5885. SpeedBind.BorderColor3 = Color3.new(0, 0, 0)
  5886. SpeedBind.BorderSizePixel = 3
  5887. SpeedBind.Position = UDim2.new(1.15199995, 0, 0, 0)
  5888. SpeedBind.Size = UDim2.new(0, 83, 0, 26)
  5889. SpeedBind.Font = Enum.Font.Cartoon
  5890. SpeedBind.Text = "Key Bind"
  5891. SpeedBind.TextColor3 = Color3.new(0, 0, 0)
  5892. SpeedBind.TextScaled = true
  5893. SpeedBind.TextSize = 14
  5894. SpeedBind.TextWrapped = true
  5895.  
  5896. AutoPickUp.Name = "Auto Pick Up"
  5897. AutoPickUp.Parent = BoogaBV1_2
  5898. AutoPickUp.BackgroundColor3 = Color3.new(0, 0, 0)
  5899. AutoPickUp.BorderColor3 = Color3.new(0, 0, 0)
  5900. AutoPickUp.BorderSizePixel = 3
  5901. AutoPickUp.Position = UDim2.new(0.0164271053, 0, 0.596045792, 0)
  5902. AutoPickUp.Size = UDim2.new(0, 117, 0, 25)
  5903. AutoPickUp.Font = Enum.Font.Cartoon
  5904. AutoPickUp.Text = "Auto Pick Up"
  5905. AutoPickUp.TextColor3 = Color3.new(1, 1, 1)
  5906. AutoPickUp.TextScaled = true
  5907. AutoPickUp.TextSize = 14
  5908. AutoPickUp.TextStrokeColor3 = Color3.new(1, 0, 0.0156863)
  5909. AutoPickUp.TextWrapped = true
  5910.  
  5911. AutoPickUpBind.Name = "AutoPickUpBind"
  5912. AutoPickUpBind.Parent = AutoPickUp
  5913. AutoPickUpBind.BackgroundColor3 = Color3.new(0.368627, 0.368627, 0.368627)
  5914. AutoPickUpBind.BorderColor3 = Color3.new(0, 0, 0)
  5915. AutoPickUpBind.BorderSizePixel = 3
  5916. AutoPickUpBind.Position = UDim2.new(1.15199995, 0, 0, 0)
  5917. AutoPickUpBind.Size = UDim2.new(0, 83, 0, 25)
  5918. AutoPickUpBind.Font = Enum.Font.Cartoon
  5919. AutoPickUpBind.PlaceholderColor3 = Color3.new(0.698039, 0.698039, 0.698039)
  5920. AutoPickUpBind.Text = "Key Bind"
  5921. AutoPickUpBind.TextColor3 = Color3.new(0, 0, 0)
  5922. AutoPickUpBind.TextScaled = true
  5923. AutoPickUpBind.TextSize = 14
  5924. AutoPickUpBind.TextStrokeColor3 = Color3.new(1, 0, 0.0156863)
  5925. AutoPickUpBind.TextWrapped = true
  5926.  
  5927. CraftAnyItem.Name = "Craft Any Item"
  5928. CraftAnyItem.Parent = BoogaBV1_2
  5929. CraftAnyItem.BackgroundColor3 = Color3.new(0, 0, 0)
  5930. CraftAnyItem.BorderColor3 = Color3.new(0, 0, 0)
  5931. CraftAnyItem.BorderSizePixel = 2
  5932. CraftAnyItem.Position = UDim2.new(0.0164271053, 0, 0.461892724, 0)
  5933. CraftAnyItem.Size = UDim2.new(0, 117, 0, 25)
  5934. CraftAnyItem.Font = Enum.Font.Cartoon
  5935. CraftAnyItem.Text = "Craft Any Item"
  5936. CraftAnyItem.TextColor3 = Color3.new(1, 1, 1)
  5937. CraftAnyItem.TextScaled = true
  5938. CraftAnyItem.TextSize = 14
  5939. CraftAnyItem.TextStrokeColor3 = Color3.new(1, 0, 0.0156863)
  5940. CraftAnyItem.TextWrapped = true
  5941.  
  5942. CraftItem.Name = "Craft Item"
  5943. CraftItem.Parent = CraftAnyItem
  5944. CraftItem.BackgroundColor3 = Color3.new(0.368627, 0.368627, 0.368627)
  5945. CraftItem.BorderColor3 = Color3.new(0, 0, 0)
  5946. CraftItem.BorderSizePixel = 3
  5947. CraftItem.Position = UDim2.new(1.15384614, 0, 0, 0)
  5948. CraftItem.Size = UDim2.new(0, 84, 0, 25)
  5949. CraftItem.Font = Enum.Font.Cartoon
  5950. CraftItem.Text = "Item Name"
  5951. CraftItem.TextColor3 = Color3.new(0, 0, 0)
  5952. CraftItem.TextScaled = true
  5953. CraftItem.TextSize = 14
  5954. CraftItem.TextStrokeColor3 = Color3.new(1, 0, 0.0156863)
  5955. CraftItem.TextWrapped = true
  5956.  
  5957. Title.Name = "Title"
  5958. Title.Parent = BoogaBV1_2
  5959. Title.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  5960. Title.Size = UDim2.new(0, 487, 0, 29)
  5961. Title.Font = Enum.Font.Cartoon
  5962. Title.Text = "BoogaBitchesV1"
  5963. Title.TextColor3 = Color3.new(0, 0, 0)
  5964. Title.TextScaled = true
  5965. Title.TextSize = 16
  5966. Title.TextWrapped = true
  5967.  
  5968. InfinityChest.Name = "Infinity Chest"
  5969. InfinityChest.Parent = BoogaBV1_2
  5970. InfinityChest.BackgroundColor3 = Color3.new(0, 0, 0)
  5971. InfinityChest.BorderColor3 = Color3.new(0, 0, 0)
  5972. InfinityChest.BorderSizePixel = 3
  5973. InfinityChest.Position = UDim2.new(0.291581094, 0, 0.32911393, 0)
  5974. InfinityChest.Size = UDim2.new(0, 117, 0, 21)
  5975. InfinityChest.Font = Enum.Font.Cartoon
  5976. InfinityChest.Text = "Infinity Chest [Q]"
  5977. InfinityChest.TextColor3 = Color3.new(1, 1, 1)
  5978. InfinityChest.TextScaled = true
  5979. InfinityChest.TextSize = 14
  5980. InfinityChest.TextStrokeColor3 = Color3.new(1, 0, 0.0156863)
  5981. InfinityChest.TextWrapped = true
  5982.  
  5983. RevizV2.Name = "Reviz V2"
  5984. RevizV2.Parent = BoogaBV1_2
  5985. RevizV2.BackgroundColor3 = Color3.new(0, 0, 0)
  5986. RevizV2.BorderColor3 = Color3.new(0, 0, 0)
  5987. RevizV2.BorderSizePixel = 3
  5988. RevizV2.Position = UDim2.new(0.572895288, 0, 0.15611814, 0)
  5989. RevizV2.Size = UDim2.new(0, 194, 0, 25)
  5990. RevizV2.Font = Enum.Font.Cartoon
  5991. RevizV2.Text = "Reviz V2"
  5992. RevizV2.TextColor3 = Color3.new(1, 1, 1)
  5993. RevizV2.TextScaled = true
  5994. RevizV2.TextSize = 14
  5995. RevizV2.TextStrokeColor3 = Color3.new(1, 0, 0.0156863)
  5996. RevizV2.TextWrapped = true
  5997.  
  5998. GodHut.Name = "God Hut"
  5999. GodHut.Parent = BoogaBV1_2
  6000. GodHut.BackgroundColor3 = Color3.new(0, 0, 0)
  6001. GodHut.BorderColor3 = Color3.new(0, 0, 0)
  6002. GodHut.BorderSizePixel = 3
  6003. GodHut.Position = UDim2.new(0.572895288, 0, 0.327337861, 0)
  6004. GodHut.Size = UDim2.new(0, 194, 0, 25)
  6005. GodHut.Font = Enum.Font.Cartoon
  6006. GodHut.Text = "God Hut [G]"
  6007. GodHut.TextColor3 = Color3.new(1, 1, 1)
  6008. GodHut.TextScaled = true
  6009. GodHut.TextSize = 14
  6010. GodHut.TextStrokeColor3 = Color3.new(1, 0, 0.0156863)
  6011. GodHut.TextWrapped = true
  6012.  
  6013. MadebyTokumeiAresuu.Name = "Made by Tokumei/Aresuu"
  6014. MadebyTokumeiAresuu.Parent = BoogaBV1_2
  6015. MadebyTokumeiAresuu.BackgroundColor3 = Color3.new(0.215686, 0.215686, 0.215686)
  6016. MadebyTokumeiAresuu.BorderColor3 = Color3.new(0, 0, 0)
  6017. MadebyTokumeiAresuu.BorderSizePixel = 5
  6018. MadebyTokumeiAresuu.Position = UDim2.new(0.704355955, 0, 0.699711502, 0)
  6019. MadebyTokumeiAresuu.Size = UDim2.new(0, 144, 0, 34)
  6020. MadebyTokumeiAresuu.Font = Enum.Font.Cartoon
  6021. MadebyTokumeiAresuu.Text = "Made by Tokumei/Aresuu"
  6022. MadebyTokumeiAresuu.TextColor3 = Color3.new(0, 0, 0)
  6023. MadebyTokumeiAresuu.TextSize = 14
  6024.  
  6025. CreditOwners.Name = "Credit Owners"
  6026. CreditOwners.Parent = MadebyTokumeiAresuu
  6027. CreditOwners.BackgroundColor3 = Color3.new(0.215686, 0.215686, 0.215686)
  6028. CreditOwners.BorderColor3 = Color3.new(0, 0, 0)
  6029. CreditOwners.BorderSizePixel = 5
  6030. CreditOwners.Position = UDim2.new(-0.686473131, 0, 1.04991567, 0)
  6031. CreditOwners.Size = UDim2.new(0, 243, 0, 34)
  6032. CreditOwners.Font = Enum.Font.Cartoon
  6033. CreditOwners.Text = "Credit to the Owners of Scripts that i Used for this GUI"
  6034. CreditOwners.TextColor3 = Color3.new(0, 0, 0)
  6035. CreditOwners.TextScaled = true
  6036. CreditOwners.TextSize = 14
  6037. CreditOwners.TextWrapped = true
  6038.  
  6039. AutoBreak.Name = "AutoBreak"
  6040. AutoBreak.Parent = BoogaBV1_2
  6041. AutoBreak.BackgroundColor3 = Color3.new(0, 0, 0)
  6042. AutoBreak.BorderColor3 = Color3.new(0, 0, 0)
  6043. AutoBreak.BorderSizePixel = 3
  6044. AutoBreak.Position = UDim2.new(0.0164271053, 0, 0.735780597, 0)
  6045. AutoBreak.Size = UDim2.new(0, 117, 0, 25)
  6046. AutoBreak.Font = Enum.Font.Cartoon
  6047. AutoBreak.Text = "Auto Break"
  6048. AutoBreak.TextColor3 = Color3.new(1, 1, 1)
  6049. AutoBreak.TextScaled = true
  6050. AutoBreak.TextSize = 14
  6051. AutoBreak.TextStrokeColor3 = Color3.new(1, 0, 0.0156863)
  6052. AutoBreak.TextWrapped = true
  6053.  
  6054. Breakkey.Name = "Breakkey"
  6055. Breakkey.Parent = AutoBreak
  6056. Breakkey.BackgroundColor3 = Color3.new(0.368627, 0.368627, 0.368627)
  6057. Breakkey.BorderColor3 = Color3.new(0, 0, 0)
  6058. Breakkey.BorderSizePixel = 3
  6059. Breakkey.Position = UDim2.new(1.15199995, 0, 0, 0)
  6060. Breakkey.Size = UDim2.new(0, 83, 0, 25)
  6061. Breakkey.Font = Enum.Font.Cartoon
  6062. Breakkey.PlaceholderColor3 = Color3.new(0.698039, 0.698039, 0.698039)
  6063. Breakkey.Text = "Key Bind"
  6064. Breakkey.TextColor3 = Color3.new(0, 0, 0)
  6065. Breakkey.TextScaled = true
  6066. Breakkey.TextSize = 14
  6067. Breakkey.TextStrokeColor3 = Color3.new(1, 0, 0.0156863)
  6068. Breakkey.TextWrapped = true
  6069.  
  6070. EmeraldSetCrafter.Name = "Emerald Set Crafter"
  6071. EmeraldSetCrafter.Parent = BoogaBV1_2
  6072. EmeraldSetCrafter.BackgroundColor3 = Color3.new(0, 0, 0)
  6073. EmeraldSetCrafter.BorderColor3 = Color3.new(0, 0, 0)
  6074. EmeraldSetCrafter.BorderSizePixel = 3
  6075. EmeraldSetCrafter.Position = UDim2.new(0.0164271053, 0, 0.156479806, 0)
  6076. EmeraldSetCrafter.Size = UDim2.new(0, 117, 0, 25)
  6077. EmeraldSetCrafter.Font = Enum.Font.Cartoon
  6078. EmeraldSetCrafter.Text = "Emerald Set Crafter"
  6079. EmeraldSetCrafter.TextColor3 = Color3.new(1, 1, 1)
  6080. EmeraldSetCrafter.TextScaled = true
  6081. EmeraldSetCrafter.TextSize = 14
  6082. EmeraldSetCrafter.TextStrokeColor3 = Color3.new(1, 0, 0.0156863)
  6083. EmeraldSetCrafter.TextWrapped = true
  6084.  
  6085. FEme.Name = "FEme"
  6086. FEme.Parent = EmeraldSetCrafter
  6087. FEme.BackgroundColor3 = Color3.new(0.301961, 0.301961, 0.301961)
  6088. FEme.BorderColor3 = Color3.new(0, 0, 0)
  6089. FEme.BorderSizePixel = 5
  6090. FEme.Position = UDim2.new(-1.64102566, 0, -1.47999966, 0)
  6091. FEme.Size = UDim2.new(0, 169, 0, 199)
  6092. FEme.Visible = false
  6093.  
  6094. SFrameEme.Name = "SFrameEme"
  6095. SFrameEme.Parent = FEme
  6096. SFrameEme.BackgroundColor3 = Color3.new(0.301961, 0.301961, 0.301961)
  6097. SFrameEme.Size = UDim2.new(0, 157, 0, 199)
  6098.  
  6099. EmeraldHelmet.Name = "Emerald Helmet"
  6100. EmeraldHelmet.Parent = SFrameEme
  6101. EmeraldHelmet.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  6102. EmeraldHelmet.Position = UDim2.new(0.055555556, 0, 0.0355654769, 0)
  6103. EmeraldHelmet.Size = UDim2.new(0, 131, 0, 39)
  6104. EmeraldHelmet.Font = Enum.Font.SourceSans
  6105. EmeraldHelmet.Text = "Emerald Helmet"
  6106. EmeraldHelmet.TextColor3 = Color3.new(0, 0, 0)
  6107. EmeraldHelmet.TextSize = 14
  6108.  
  6109. EmeraldChestplate.Name = "Emerald Chestplate"
  6110. EmeraldChestplate.Parent = SFrameEme
  6111. EmeraldChestplate.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  6112. EmeraldChestplate.Position = UDim2.new(0.055555556, 0, 0.131398827, 0)
  6113. EmeraldChestplate.Size = UDim2.new(0, 131, 0, 39)
  6114. EmeraldChestplate.Font = Enum.Font.SourceSans
  6115. EmeraldChestplate.Text = "Emerald Chestplate"
  6116. EmeraldChestplate.TextColor3 = Color3.new(0, 0, 0)
  6117. EmeraldChestplate.TextSize = 14
  6118.  
  6119. EmeraldGreaves.Name = "Emerald Greaves"
  6120. EmeraldGreaves.Parent = SFrameEme
  6121. EmeraldGreaves.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  6122. EmeraldGreaves.Position = UDim2.new(0.055555556, 0, 0.231398791, 0)
  6123. EmeraldGreaves.Size = UDim2.new(0, 131, 0, 39)
  6124. EmeraldGreaves.Font = Enum.Font.SourceSans
  6125. EmeraldGreaves.Text = "Emerald Greaves"
  6126. EmeraldGreaves.TextColor3 = Color3.new(0, 0, 0)
  6127. EmeraldGreaves.TextSize = 14
  6128.  
  6129. EmeraldPick.Name = "Emerald Pick"
  6130. EmeraldPick.Parent = SFrameEme
  6131. EmeraldPick.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  6132. EmeraldPick.Position = UDim2.new(0.055555556, 0, 0.333482146, 0)
  6133. EmeraldPick.Size = UDim2.new(0, 131, 0, 39)
  6134. EmeraldPick.Font = Enum.Font.SourceSans
  6135. EmeraldPick.Text = "Emerald Pick"
  6136. EmeraldPick.TextColor3 = Color3.new(0, 0, 0)
  6137. EmeraldPick.TextSize = 14
  6138.  
  6139. EmeraldBlade.Name = "Emerald Blade"
  6140. EmeraldBlade.Parent = SFrameEme
  6141. EmeraldBlade.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  6142. EmeraldBlade.Position = UDim2.new(0.0555555597, 0, 0.433482111, 0)
  6143. EmeraldBlade.Size = UDim2.new(0, 131, 0, 39)
  6144. EmeraldBlade.Font = Enum.Font.SourceSans
  6145. EmeraldBlade.Text = "Emerald Blade"
  6146. EmeraldBlade.TextColor3 = Color3.new(0, 0, 0)
  6147. EmeraldBlade.TextSize = 14
  6148.  
  6149. EmeraldAxe.Name = "Emerald Axe"
  6150. EmeraldAxe.Parent = SFrameEme
  6151. EmeraldAxe.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  6152. EmeraldAxe.Position = UDim2.new(0.0555555597, 0, 0.539732158, 0)
  6153. EmeraldAxe.Size = UDim2.new(0, 131, 0, 39)
  6154. EmeraldAxe.Font = Enum.Font.SourceSans
  6155. EmeraldAxe.Text = "Emerald Axe"
  6156. EmeraldAxe.TextColor3 = Color3.new(0, 0, 0)
  6157. EmeraldAxe.TextSize = 14
  6158.  
  6159. EmeraldBag.Name = "Emerald Bag"
  6160. EmeraldBag.Parent = SFrameEme
  6161. EmeraldBag.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  6162. EmeraldBag.Position = UDim2.new(0.0555555597, 0, 0.637648761, 0)
  6163. EmeraldBag.Size = UDim2.new(0, 131, 0, 39)
  6164. EmeraldBag.Font = Enum.Font.SourceSans
  6165. EmeraldBag.Text = "Emerald Bag"
  6166. EmeraldBag.TextColor3 = Color3.new(0, 0, 0)
  6167. EmeraldBag.TextSize = 14
  6168.  
  6169. GodSetCrafter.Name = "God Set Crafter"
  6170. GodSetCrafter.Parent = BoogaBV1_2
  6171. GodSetCrafter.BackgroundColor3 = Color3.new(0, 0, 0)
  6172. GodSetCrafter.BorderColor3 = Color3.new(0, 0, 0)
  6173. GodSetCrafter.BorderSizePixel = 3
  6174. GodSetCrafter.Position = UDim2.new(0.0164270997, 0, 0.310994625, 0)
  6175. GodSetCrafter.Size = UDim2.new(0, 117, 0, 25)
  6176. GodSetCrafter.Font = Enum.Font.Cartoon
  6177. GodSetCrafter.Text = "God Set Crafter"
  6178. GodSetCrafter.TextColor3 = Color3.new(1, 1, 1)
  6179. GodSetCrafter.TextScaled = true
  6180. GodSetCrafter.TextSize = 14
  6181. GodSetCrafter.TextStrokeColor3 = Color3.new(1, 0, 0.0156863)
  6182. GodSetCrafter.TextWrapped = true
  6183.  
  6184. FGod.Name = "FGod"
  6185. FGod.Parent = GodSetCrafter
  6186. FGod.BackgroundColor3 = Color3.new(0.301961, 0.301961, 0.301961)
  6187. FGod.BorderColor3 = Color3.new(0, 0, 0)
  6188. FGod.BorderSizePixel = 5
  6189. FGod.Position = UDim2.new(-1.64102578, 0, -2.95999932, 0)
  6190. FGod.Size = UDim2.new(0, 169, 0, 199)
  6191. FGod.Visible = false
  6192.  
  6193. SFrameGod.Name = "SFrameGod"
  6194. SFrameGod.Parent = FGod
  6195. SFrameGod.BackgroundColor3 = Color3.new(0.301961, 0.301961, 0.301961)
  6196. SFrameGod.Size = UDim2.new(0, 161, 0, 199)
  6197.  
  6198. GodHalo.Name = "God Halo"
  6199. GodHalo.Parent = SFrameGod
  6200. GodHalo.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  6201. GodHalo.Position = UDim2.new(0.055555556, 0, 0.0334821418, 0)
  6202. GodHalo.Size = UDim2.new(0, 131, 0, 39)
  6203. GodHalo.Font = Enum.Font.SourceSans
  6204. GodHalo.Text = "God Halo"
  6205. GodHalo.TextColor3 = Color3.new(0, 0, 0)
  6206. GodHalo.TextSize = 14
  6207.  
  6208. GodChestplate.Name = "God Chestplate"
  6209. GodChestplate.Parent = SFrameGod
  6210. GodChestplate.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  6211. GodChestplate.Position = UDim2.new(0.055555556, 0, 0.135565475, 0)
  6212. GodChestplate.Size = UDim2.new(0, 131, 0, 39)
  6213. GodChestplate.Font = Enum.Font.SourceSans
  6214. GodChestplate.Text = "God Chestplate"
  6215. GodChestplate.TextColor3 = Color3.new(0, 0, 0)
  6216. GodChestplate.TextSize = 14
  6217.  
  6218. GodLegs.Name = "God Legs"
  6219. GodLegs.Parent = SFrameGod
  6220. GodLegs.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  6221. GodLegs.Position = UDim2.new(0.055555556, 0, 0.237648815, 0)
  6222. GodLegs.Size = UDim2.new(0, 131, 0, 39)
  6223. GodLegs.Font = Enum.Font.SourceSans
  6224. GodLegs.Text = "God Legs"
  6225. GodLegs.TextColor3 = Color3.new(0, 0, 0)
  6226. GodLegs.TextSize = 14
  6227.  
  6228. GodRock.Name = "God Rock"
  6229. GodRock.Parent = SFrameGod
  6230. GodRock.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  6231. GodRock.Position = UDim2.new(0.055555556, 0, 0.337648839, 0)
  6232. GodRock.Size = UDim2.new(0, 131, 0, 39)
  6233. GodRock.Font = Enum.Font.SourceSans
  6234. GodRock.Text = "God Rock"
  6235. GodRock.TextColor3 = Color3.new(0, 0, 0)
  6236. GodRock.TextSize = 14
  6237.  
  6238. GodPick.Name = "God Pick"
  6239. GodPick.Parent = SFrameGod
  6240. GodPick.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  6241. GodPick.Position = UDim2.new(0.0555555597, 0, 0.541815639, 0)
  6242. GodPick.Size = UDim2.new(0, 131, 0, 39)
  6243. GodPick.Font = Enum.Font.SourceSans
  6244. GodPick.Text = "God Pick"
  6245. GodPick.TextColor3 = Color3.new(0, 0, 0)
  6246. GodPick.TextSize = 14
  6247.  
  6248. GodAxe.Name = "God Axe"
  6249. GodAxe.Parent = SFrameGod
  6250. GodAxe.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  6251. GodAxe.Position = UDim2.new(0.0555555597, 0, 0.443898767, 0)
  6252. GodAxe.Size = UDim2.new(0, 131, 0, 39)
  6253. GodAxe.Font = Enum.Font.SourceSans
  6254. GodAxe.Text = "God Axe"
  6255. GodAxe.TextColor3 = Color3.new(0, 0, 0)
  6256. GodAxe.TextSize = 14
  6257.  
  6258. GodBag.Name = "God Bag"
  6259. GodBag.Parent = SFrameGod
  6260. GodBag.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  6261. GodBag.Position = UDim2.new(0.0555555597, 0, 0.739732146, 0)
  6262. GodBag.Size = UDim2.new(0, 131, 0, 39)
  6263. GodBag.Font = Enum.Font.SourceSans
  6264. GodBag.Text = "God Bag"
  6265. GodBag.TextColor3 = Color3.new(0, 0, 0)
  6266. GodBag.TextSize = 14
  6267.  
  6268. OOFHorn.Name = "OOF Horn"
  6269. OOFHorn.Parent = SFrameGod
  6270. OOFHorn.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  6271. OOFHorn.Position = UDim2.new(0.055555556, 0, 0.641815484, 0)
  6272. OOFHorn.Size = UDim2.new(0, 131, 0, 39)
  6273. OOFHorn.Font = Enum.Font.SourceSans
  6274. OOFHorn.Text = "OOF Horn"
  6275. OOFHorn.TextColor3 = Color3.new(0, 0, 0)
  6276. OOFHorn.TextSize = 14
  6277.  
  6278. VoidSetCrafter.Name = "Void Set Crafter"
  6279. VoidSetCrafter.Parent = BoogaBV1_2
  6280. VoidSetCrafter.BackgroundColor3 = Color3.new(0, 0, 0)
  6281. VoidSetCrafter.BorderColor3 = Color3.new(0, 0, 0)
  6282. VoidSetCrafter.BorderSizePixel = 3
  6283. VoidSetCrafter.Position = UDim2.new(0.291581094, 0, 0.155744419, 0)
  6284. VoidSetCrafter.Size = UDim2.new(0, 117, 0, 25)
  6285. VoidSetCrafter.Font = Enum.Font.Cartoon
  6286. VoidSetCrafter.Text = "Void Set Crafter"
  6287. VoidSetCrafter.TextColor3 = Color3.new(1, 1, 1)
  6288. VoidSetCrafter.TextScaled = true
  6289. VoidSetCrafter.TextSize = 14
  6290. VoidSetCrafter.TextStrokeColor3 = Color3.new(1, 0, 0.0156863)
  6291. VoidSetCrafter.TextWrapped = true
  6292.  
  6293. FVOID.Name = "FVOID"
  6294. FVOID.Parent = VoidSetCrafter
  6295. FVOID.BackgroundColor3 = Color3.new(0.301961, 0.301961, 0.301961)
  6296. FVOID.BorderColor3 = Color3.new(0, 0, 0)
  6297. FVOID.BorderSizePixel = 5
  6298. FVOID.Position = UDim2.new(-2.78632498, 0, -1.47999954, 0)
  6299. FVOID.Size = UDim2.new(0, 169, 0, 199)
  6300. FVOID.Visible = false
  6301.  
  6302. SFrameVoid.Name = "SFrameVoid"
  6303. SFrameVoid.Parent = FVOID
  6304. SFrameVoid.Active = true
  6305. SFrameVoid.BackgroundColor3 = Color3.new(0.301961, 0.301961, 0.301961)
  6306. SFrameVoid.Size = UDim2.new(0, 157, 0, 199)
  6307.  
  6308. VoidShroud.Name = "Void Shroud"
  6309. VoidShroud.Parent = SFrameVoid
  6310. VoidShroud.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  6311. VoidShroud.Position = UDim2.new(0.055555556, 0, 0.0334821418, 0)
  6312. VoidShroud.Size = UDim2.new(0, 131, 0, 39)
  6313. VoidShroud.Font = Enum.Font.SourceSans
  6314. VoidShroud.Text = "Void Shroud"
  6315. VoidShroud.TextColor3 = Color3.new(0, 0, 0)
  6316. VoidShroud.TextSize = 14
  6317.  
  6318. VoidChestplate.Name = "Void Chestplate"
  6319. VoidChestplate.Parent = SFrameVoid
  6320. VoidChestplate.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  6321. VoidChestplate.Position = UDim2.new(0.055555556, 0, 0.151785716, 0)
  6322. VoidChestplate.Size = UDim2.new(0, 131, 0, 39)
  6323. VoidChestplate.Font = Enum.Font.SourceSans
  6324. VoidChestplate.Text = "Void Shroud"
  6325. VoidChestplate.TextColor3 = Color3.new(0, 0, 0)
  6326. VoidChestplate.TextSize = 14
  6327.  
  6328. VoidGreaves.Name = "Void Greaves"
  6329. VoidGreaves.Parent = SFrameVoid
  6330. VoidGreaves.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  6331. VoidGreaves.Position = UDim2.new(0.055555556, 0, 0.272321433, 0)
  6332. VoidGreaves.Size = UDim2.new(0, 131, 0, 39)
  6333. VoidGreaves.Font = Enum.Font.SourceSans
  6334. VoidGreaves.Text = "Void Shroud"
  6335. VoidGreaves.TextColor3 = Color3.new(0, 0, 0)
  6336. VoidGreaves.TextSize = 14
  6337.  
  6338. VoidBag.Name = "Void Bag"
  6339. VoidBag.Parent = SFrameVoid
  6340. VoidBag.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  6341. VoidBag.Position = UDim2.new(0.055555556, 0, 0.383928567, 0)
  6342. VoidBag.Size = UDim2.new(0, 131, 0, 39)
  6343. VoidBag.Font = Enum.Font.SourceSans
  6344. VoidBag.Text = "Void Shroud"
  6345. VoidBag.TextColor3 = Color3.new(0, 0, 0)
  6346. VoidBag.TextSize = 14
  6347.  
  6348. TeletoVoid.Name = "Tele to Void"
  6349. TeletoVoid.Parent = BoogaBV1_2
  6350. TeletoVoid.BackgroundColor3 = Color3.new(0, 0, 0)
  6351. TeletoVoid.BorderColor3 = Color3.new(0, 0, 0)
  6352. TeletoVoid.BorderSizePixel = 3
  6353. TeletoVoid.Position = UDim2.new(0.50102669, 0, 0.502848029, 0)
  6354. TeletoVoid.Size = UDim2.new(0, 194, 0, 25)
  6355. TeletoVoid.Font = Enum.Font.Cartoon
  6356. TeletoVoid.Text = "Teleport to Void"
  6357. TeletoVoid.TextColor3 = Color3.new(1, 1, 1)
  6358. TeletoVoid.TextScaled = true
  6359. TeletoVoid.TextSize = 14
  6360. TeletoVoid.TextStrokeColor3 = Color3.new(1, 0, 0.0156863)
  6361. TeletoVoid.TextWrapped = true
  6362.  
  6363. Open.Name = "Open"
  6364. Open.Parent = BoogaBV1
  6365. Open.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  6366. Open.BorderColor3 = Color3.new(0.709804, 0, 0.0117647)
  6367. Open.BorderSizePixel = 6
  6368. Open.Position = UDim2.new(0.00740055507, 0, 0.553784847, 0)
  6369. Open.Size = UDim2.new(0, 114, 0, 21)
  6370. Open.Font = Enum.Font.Cartoon
  6371. Open.Text = "Open"
  6372. Open.TextColor3 = Color3.new(0, 0, 0)
  6373. Open.TextScaled = true
  6374. Open.TextSize = 14
  6375. Open.TextWrapped = true
  6376.  
  6377. Close.Name = "Close"
  6378. Close.Parent = BoogaBV1
  6379. Close.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  6380. Close.BorderColor3 = Color3.new(0, 0, 0)
  6381. Close.BorderSizePixel = 6
  6382. Close.Position = UDim2.new(0.00740055507, 0, 0.553784847, 0)
  6383. Close.Size = UDim2.new(0, 114, 0, 21)
  6384. Close.Font = Enum.Font.Cartoon
  6385. Close.Text = "Close"
  6386. Close.TextColor3 = Color3.new(0, 0, 0)
  6387. Close.TextScaled = true
  6388. Close.TextSize = 14
  6389. Close.TextWrapped = true
  6390. -- Scripts:
  6391.  
  6392. EmeraldSetCrafter.MouseButton1Click:connect(function()
  6393. if EmeraldSetCrafter == true then
  6394. EmeraldSetCrafter = false
  6395. FEme.Visible = false
  6396. else
  6397. EmeraldSetCrafter = true
  6398. FEme.Visible = true
  6399. end
  6400. end)
  6401.  
  6402. GodSetCrafter.MouseButton1Click:connect(function()
  6403. if GodSetCrafter == true then
  6404. GodSetCrafter = false
  6405. FGod.Visible = false
  6406. else
  6407. GodSetCrafter = true
  6408. FGod.Visible = true
  6409. end
  6410. end)
  6411.  
  6412. VoidSetCrafter.MouseButton1Click:connect(function()
  6413. if VoidSetCrafter == true then
  6414. VoidSetCrafter = false
  6415. FVOID.Visible = false
  6416. else
  6417. VoidSetCrafter = true
  6418. FVOID.Visible = true
  6419. end
  6420. end)
  6421.  
  6422. VoidBag.MouseButton1Click:connect(function()
  6423. local A_1 = "Void Bag"
  6424. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  6425. Event:FireServer(A_1)
  6426. end)
  6427.  
  6428. VoidShroud.MouseButton1Click:connect(function()
  6429. local A_1 = "Void Shroud"
  6430. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  6431. Event:FireServer(A_1)
  6432. end)
  6433.  
  6434. VoidChestplate.MouseButton1Click:connect(function()
  6435. local A_1 = "Void Chestplate"
  6436. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  6437. Event:FireServer(A_1)
  6438. end)
  6439.  
  6440. VoidGreaves.MouseButton1Click:connect(function()
  6441. local A_1 = "Void Greaves"
  6442. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  6443. Event:FireServer(A_1)
  6444. end)
  6445.  
  6446. EmeraldAxe.MouseButton1Click:connect(function()
  6447. local A_1 = "Emerald Axe"
  6448. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  6449. Event:FireServer(A_1)
  6450. end)
  6451.  
  6452. EmeraldBlade.MouseButton1Click:connect(function()
  6453. local A_1 = "Emerald Blade"
  6454. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  6455. Event:FireServer(A_1)
  6456. end)
  6457.  
  6458. EmeraldPick.MouseButton1Click:connect(function()
  6459. local A_1 = "Emerald Pick"
  6460. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  6461. Event:FireServer(A_1)
  6462. end)
  6463.  
  6464. EmeraldBag.MouseButton1Click:connect(function()
  6465. local A_1 = "Emerald Bag"
  6466. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  6467. Event:FireServer(A_1)
  6468. end)
  6469.  
  6470. EmeraldHelmet.MouseButton1Click:connect(function()
  6471. local A_1 = "Emerald Helmet"
  6472. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  6473. Event:FireServer(A_1)
  6474. end)
  6475.  
  6476. EmeraldChestplate.MouseButton1Click:connect(function()
  6477. local A_1 = "Emerald Chestplate"
  6478. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  6479. Event:FireServer(A_1)
  6480. end)
  6481.  
  6482. EmeraldGreaves.MouseButton1Click:connect(function()
  6483. local A_1 = "Emerald Greaves"
  6484. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  6485. Event:FireServer(A_1)
  6486. end)
  6487.  
  6488. GodAxe.MouseButton1Click:connect(function()
  6489. local A_1 = "God Axe"
  6490. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  6491. Event:FireServer(A_1)
  6492. end)
  6493.  
  6494. GodRock.MouseButton1Click:connect(function()
  6495. local A_1 = "God Rock"
  6496. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  6497. Event:FireServer(A_1)
  6498. end)
  6499.  
  6500. GodPick.MouseButton1Click:connect(function()
  6501. local A_1 = "God Pick"
  6502. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  6503. Event:FireServer(A_1)
  6504. end)
  6505.  
  6506. GodHalo.MouseButton1Click:connect(function()
  6507. local A_1 = "God Halo"
  6508. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  6509. Event:FireServer(A_1)
  6510. end)
  6511.  
  6512. GodChestplate.MouseButton1Click:connect(function()
  6513. local A_1 = "God Chestplate"
  6514. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  6515. Event:FireServer(A_1)
  6516. end)
  6517.  
  6518. GodLegs.MouseButton1Click:connect(function()
  6519. local A_1 = "God Legs"
  6520. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  6521. Event:FireServer(A_1)
  6522. end)
  6523.  
  6524. GodBag.MouseButton1Click:connect(function()
  6525. local A_1 = "God Bag"
  6526. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  6527. Event:FireServer(A_1)
  6528. end)
  6529.  
  6530. OOFHorn.MouseButton1Click:connect(function()
  6531. local A_1 = "OOF Horn"
  6532. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  6533. Event:FireServer(A_1)
  6534. end)
  6535.  
  6536.  
  6537. Open.MouseButton1Click:connect(function()
  6538. BoogaBV1_2.Visible = true
  6539. Open.Visible = false
  6540. Close.Visible = true
  6541. end)
  6542.  
  6543. Close.MouseButton1Click:connect(function()
  6544. BoogaBV1_2.Visible = false
  6545. Open.Visible = true
  6546. Close.Visible = false
  6547. end)
  6548.  
  6549.  
  6550. InfinityChest.MouseButton1Down:connect(function()
  6551. local plr = game:GetService("Players").LocalPlayer
  6552. local mouse = plr:GetMouse()
  6553. mouse.KeyDown:connect(function(key)
  6554. if key == "q" then
  6555. local Event = game:GetService("ReplicatedStorage").Events.PlaceStructure
  6556. Torso = game.Players.LocalPlayer.Character.UpperTorso
  6557. b = Torso.Position + Torso.CFrame.lookVector * 10
  6558. local c = b.x
  6559. local d = b.y - 2
  6560. local e = b.z
  6561. for i = 1,1 do
  6562. local A_1 = "Infinity Chest"
  6563. local A_2 = CFrame.new(c, d, e, 1, 0, 0, 0, 1, -5.56028681e-08, 0, -5.56028681e-08, 1)
  6564. local A_3 = 0
  6565. Event:FireServer(A_1, A_2, A_3)
  6566. end end end)
  6567. end)
  6568.  
  6569.  
  6570. CraftAnyItem.MouseButton1Click:connect(function()
  6571. local event = game.ReplicatedStorage.Events.CraftItem
  6572. local item = CraftItem.Text
  6573. event:FireServer(item)
  6574. end)
  6575.  
  6576. GodHut.MouseButton1Click:connect(function()
  6577. local plr = game:GetService("Players").LocalPlayer
  6578. local mouse = plr:GetMouse()
  6579. mouse.KeyDown:connect(function(key)
  6580. if key == "g" then
  6581. local Event = game:GetService("ReplicatedStorage").Events.PlaceStructure
  6582. Torso = game.Players.LocalPlayer.Character.UpperTorso
  6583. b = Torso.Position + Torso.CFrame.lookVector * 10
  6584. local c = b.x
  6585. local d = b.y - 2
  6586. local e = b.z
  6587. for i = 1,1 do
  6588. local A_1 = "God Hut"
  6589. local A_2 = CFrame.new(c, d, e, 1, 0, 0, 0, 1, -5.56028681e-08, 0, -5.56028681e-08, 1)
  6590. local A_3 = 0
  6591. Event:FireServer(A_1, A_2, A_3)
  6592. end end end)
  6593. end)
  6594.  
  6595. AutoPickUp.MouseButton1Click:connect(function()
  6596. local Objects;
  6597. local Pickup = function(Character)
  6598. local myPos = Character.HumanoidRootPart.Position
  6599. local Objects = {}
  6600. for i,v in pairs(workspace:GetChildren()) do
  6601. if v:FindFirstChild("Pickup") ~= nil and v.ClassName == "Part" then
  6602. local Pos = v.Position
  6603. local Distance = (myPos - Pos).magnitude
  6604. if Distance < 40 then
  6605. table.insert(Objects, v)
  6606. end
  6607. elseif v:FindFirstChild("Pickup") ~= nil and v:FindFirstChild("Part") ~= nil and v.Part.ClassName == "Part" then
  6608. local Pos = v.Part.Position
  6609. local Distance = (myPos - Pos).magnitude
  6610. if Distance < 40 then
  6611. table.insert(Objects, v)
  6612. end
  6613. elseif v:FindFirstChild("Pickup") ~= nil and v.ClassName == "UnionOperation" then
  6614. local Pos = v.Position
  6615. local Distance = (myPos - Pos).magnitude
  6616. if Distance < 40 then
  6617. table.insert(Objects, v)
  6618. end
  6619. end
  6620. end
  6621. for i,v in pairs(Objects) do
  6622. for i=1,10 do
  6623. v.Position = myPos
  6624. game:GetService("ReplicatedStorage").Events.Pickup:FireServer(v)
  6625. end
  6626. end
  6627. end
  6628. wait(1)
  6629. local mouse = game:GetService("Players").LocalPlayer:GetMouse()
  6630.  
  6631. mouse.KeyDown:connect(function(key)
  6632. if key == AutoPickUpBind.Text then
  6633. print'AutoPicked-up YEET'
  6634. Pickup(game.Players.LocalPlayer.Character)
  6635. end
  6636. end)
  6637. end)
  6638.  
  6639. local plr = game:GetService("Players").LocalPlayer
  6640. local char = plr.Character
  6641. local mouse = game:GetService("Players").LocalPlayer:GetMouse()
  6642. local hum = char:FindFirstChild("HumanoidRootPart")
  6643.  
  6644. --SpeedVariables
  6645. local plr = game:GetService("Players").LocalPlayer
  6646. local char = plr.Character
  6647. local mouse = game:GetService("Players").LocalPlayer:GetMouse()
  6648. local hum = char:FindFirstChild("HumanoidRootPart")
  6649. --yeet
  6650. Speed.MouseButton1Down:connect(function()
  6651. local plr = game:GetService("Players").LocalPlayer
  6652. local char = plr.Character
  6653. local mouse = game:GetService("Players").LocalPlayer:GetMouse()
  6654. local hum = char:FindFirstChild("HumanoidRootPart")
  6655. mouse.KeyDown:connect(function(key)
  6656. if key == SpeedBind.Text then
  6657. loop = true
  6658. while loop do
  6659. hum.CFrame = hum.CFrame + hum.CFrame.lookVector * 3
  6660. wait()
  6661. end
  6662. end
  6663. end)
  6664. end)
  6665.  
  6666. mouse.KeyUp:connect(function(key)
  6667. if key == SpeedBind.Text then
  6668. loop = false
  6669. end
  6670. end)
  6671.  
  6672. AutoBreak.MouseButton1Click:connect(function()
  6673. local mouse = game:GetService("Players").LocalPlayer:GetMouse()
  6674. local breaking=false
  6675. mouse.KeyDown:connect(function(key)
  6676. if key == Breakkey.Text then
  6677. breaking = true
  6678. while breaking and wait(0.1) do
  6679. local part = game:GetService("Players").LocalPlayer:GetMouse().Target
  6680. local one = game:GetService("ReplicatedStorage").RelativeTime.Value
  6681. local two = {part,part,part,part}
  6682. game:GetService("ReplicatedStorage").Events.SwingTool:FireServer(one, two)
  6683. end
  6684. end
  6685. end)
  6686. mouse.KeyUp:connect(function(key)
  6687. if key == Breakkey.Text then
  6688. breaking = false
  6689. end
  6690. end)
  6691. end)
  6692.  
  6693. RevizV2.MouseButton1Click:connect(function()
  6694. loadstring(game:HttpGet("https://pastebin.com/raw/8zh7FiHv"))()
  6695. end)
  6696.  
  6697. TeletoVoid.MouseButton1Click:connect(function()
  6698. game:GetService("TeleportService"):Teleport(2021740958, game.Players.LocalPlayer)
  6699. end)
  6700. end)
  6701.  
  6702. TextButton_7.Parent = Yesh
  6703. TextButton_7.BackgroundColor3 = Color3.new(1, 0, 0.498039)
  6704. TextButton_7.BorderColor3 = Color3.new(1, 1, 0)
  6705. TextButton_7.Position = UDim2.new(0.0617283992, 0, 0.755364418, 0)
  6706. TextButton_7.Size = UDim2.new(0, 139, 0, 27)
  6707. TextButton_7.Font = Enum.Font.SourceSans
  6708. TextButton_7.Text = "Admin"
  6709. TextButton_7.TextColor3 = Color3.new(0, 0, 0)
  6710. TextButton_7.TextSize = 19
  6711. TextButton_7.MouseButton1Down:connect(function()
  6712. -- Creator: illremember#3799
  6713.  
  6714. -- Credits to infinite yield, harkinian, dex creators
  6715.  
  6716. prefix = ";"
  6717. wait(0.3)
  6718. Commands = {
  6719. '[-] cmdbar is shown when ; is pressed.',
  6720. '[1] kill [plr] -- You need a tool! Will kill the player, use rkill to kill you and player',
  6721. '[2] bring [plr] -- You need a tool! Will bring player to you',
  6722. '[3] spin [plr] -- You need a tool! Makes you and the player spin crazy',
  6723. '[4] unspin -- Use after using spin cmd and dying, so you stop loop teleporting',
  6724. '[5] attach [plr] -- You need a tool! Attaches you to player',
  6725. '[6] unattach [plr] -- Attempts to unattach you from a player',
  6726. '[7] follow [plr] -- Makes you follow behind the player',
  6727. '[8] unfollow',
  6728. '[9] freefall [plr] -- You need a tool! Teleports you and the player up into the air',
  6729. '[10] trail [plr] -- The opposite of follow, you stay infront of player',
  6730. '[11] untrail',
  6731. '[12] orbit [plr] -- Makes you orbit the player',
  6732. '[13] unorbit',
  6733. '[14] fling [plr] -- Makes you fling the player',
  6734. '[15] unfling',
  6735. '[16] fecheck -- Checks if the game is FE or not',
  6736. '[17] void [plr] -- Teleports player to the void',
  6737. '[18] noclip -- Gives you noclip to walk through walls',
  6738. '[19] clip -- Removes noclip',
  6739. '[20] speed [num]/ws [num] -- Changes how fast you walk 16 is default',
  6740. '[21] jumppower [num]/jp [num] -- Changes how high you jump 50 is default',
  6741. '[22] hipheight [num]/hh [num] -- Changes how high you float 0 is default',
  6742. '[23] default -- Changes your speed, jumppower and hipheight to default values',
  6743. '[24] annoy [plr] -- Loop teleports you to the player',
  6744. '[25] unannoy',
  6745. '[26] headwalk [plr] -- Loop teleports you to the player head',
  6746. '[27] unheadwalk',
  6747. '[28] nolimbs -- Removes your arms and legs',
  6748. '[29] god -- Gives you FE Godmode',
  6749. '[30] drophats -- Drops your accessories',
  6750. '[31] droptool -- Drops any tool you have equipped',
  6751. '[32] loopdhats -- Loop drops your accessories',
  6752. '[33] unloopdhats',
  6753. '[34] loopdtool -- Loop drops any tools you have equipped',
  6754. '[35] unloopdtool',
  6755. '[36] invisible -- Gives you invisibility CREDIT TO TIMELESS',
  6756. '[37] view [plr] -- Changes your camera to the player character',
  6757. '[38] unview',
  6758. '[39] goto [plr] -- Teleports you to player',
  6759. '[40] fly -- Allows you to fly, credit to Infinite Yield',
  6760. '[41] unfly',
  6761. '[42] chat [msg] -- Makes you chat a message',
  6762. '[43] spam [msg] -- Spams a message',
  6763. '[44] unspam',
  6764. '[45] spamwait [num] -- Changes delay of chatting a message for the spam command in seconds default is 1 second',
  6765. '[46] pmspam [plr] -- Spams a player in private message',
  6766. '[47] unpmspam',
  6767. '[48] cfreeze [plr] -- Freezes a player on your client, they will only be frozen for you',
  6768. '[49] uncfreeze [plr]',
  6769. '[50] unlockws -- Unlocks the workspace',
  6770. '[51] lockws -- Locks the workspace',
  6771. '[52] btools -- Gives you btools that will only show to you useful for deleting certain blocks only for you',
  6772. '[53] pstand -- Enables platform stand',
  6773. '[54] unpstand -- Disables platform stand',
  6774. '[55] blockhead -- Removes your head mesh',
  6775. '[56] sit',
  6776. '[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',
  6777. '[58] wsvis [num] -- Changes visibility of workspace parts, num should be between 0 and 1, only shows client sided',
  6778. '[59] hypertotal -- Loads in my FE GUI Hypertotal',
  6779. '[60] cmds -- Prints all commands',
  6780. '[61] rmeshhats/blockhats -- Removes the meshes of all your accessories aka block hats',
  6781. '[62] rmeshtool/blocktool -- Removes the mesh of the tool you have equipped aka block tool',
  6782. '[63] spinner -- Makes you spin',
  6783. '[64] nospinner',
  6784. '[65] reach [num] -- Gives you reach, mostly used for swords, say ;reachd for default and enter number after for custom',
  6785. '[66] noreach -- Removes reach, must have tool equipped',
  6786. '[67] rkill [plr] -- Kills you and the player, use kill to just kill the player without dying',
  6787. '[68] tp me [plr] -- Alternative to goto',
  6788. '[69] cbring [plr] -- Brings player infront of you, shows only on client, allows you to do damage to player',
  6789. '[70] uncbring',
  6790. '[71] swap [plr] -- You need a tool! Swaps players position with yours and your position with players',
  6791. '[72] givetool [plr] -- Gives the tool you have equipped to the player',
  6792. '[73] glitch [plr] -- Glitches you and the player, looks very cool',
  6793. '[74] unglitch -- Unglitches you',
  6794. '[75] grespawn -- Alternative to normal respawn and usually works best for when you want to reset with FE Godmode',
  6795. '[76] explorer -- Loads up DEX',
  6796. '[77] reset -- Resets your character.',
  6797. '[78] anim [id] -- Applies an animation on you, must be created by ROBLOX',
  6798. '[79] animgui -- Loads up Energize animations GUI',
  6799. '[80] savepos -- Saves your current position',
  6800. '[81] loadpos -- Teleports you to your saved position',
  6801. '[82] bang [plr] -- 18+ will not work if you have FE Godmode on',
  6802. '[83] unbang',
  6803. '[84] delcmdbar -- Removes the command bar completely',
  6804. '[85] bringmod [obj] -- Brings all the parts in a model, client only, comes from ;bringobj enter exact name of model',
  6805. '[86] shutdown -- Uses harkinians script to shutdown server',
  6806. '[87] respawn -- If grespawn doesnt work you can use respawn',
  6807. '[88] delobj [obj] -- Deletes a certain brick in workspace, client sided',
  6808. '[89] getplrs -- Prints all players in game',
  6809. '[90] deldecal -- Deletes all decals client sided',
  6810. '[91] opfinality -- Loads in my FE GUI Opfinality',
  6811. '[92] remotes -- Prints all remotes in the game in the console when added',
  6812. '[93] noremotes -- Stops printing remotes',
  6813. '[94] tpdefault -- Stops all loop teleports to a player',
  6814. '[95] stopsit -- Will not allow you to sit',
  6815. '[96] gosit -- Allows you to sit',
  6816. '[97] clicktp -- Enables click tp',
  6817. '[98] noclicktp -- Disables click tp',
  6818. '[99] toolson -- If any tools are dropped in the workspace you will automatically get them',
  6819. '[100] toolsoff -- Stops ;toolson',
  6820. '[101] version -- Gets the admin version',
  6821. '[102] state [num] -- Changes your humanoid state, ;unstate to stop.',
  6822. '[103] gravity [num] -- Changes workspace gravity default is 196.2',
  6823. '[104] pgs -- Checks if the game has PGSPhysicsSolverEnabled enabled',
  6824. '[105] clickdel -- Delete any block you press q on, client sided',
  6825. '[106] noclickdel -- Stops clickdel',
  6826. '[107] looprhats -- Loop removes mesh of your hats/loop block hats',
  6827. '[108] unlooprhats -- Stops loop removing mesh',
  6828. '[109] looprtool -- Loop removes mesh of your tool/loop block tools',
  6829. '[110] unlooprtool -- Stops loop removing mesh',
  6830. '[111] givealltools [plr] -- Gives all the tools you have in your backpack to the player',
  6831. '[112] age [plr] -- Makes you chat the account age of the player',
  6832. '[113] id [plr] -- Makes you chat the account ID of the player',
  6833. '[114] .age [plr] -- Privately shows you the account age of the player',
  6834. '[115] .id [plr] -- Privately shows you the account ID of the player',
  6835. '[116] gameid -- Shows the game ID',
  6836. '[117] removeinvis -- Removes all invisible walls/parts, client sided',
  6837. '[118] removefog -- Removes fog, client sided',
  6838. '[119] disable -- Disables your character by removing humanoid',
  6839. '[120] enable -- Enables your character by adding humanoid',
  6840. '[121] prefix [key] -- Changes the prefix used, default is ;',
  6841. '[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.',
  6842. '[123] flyspeed [num] -- Change your fly speed, default is 1',
  6843. '[124] carpet [plr] -- Makes you a carpet for a player, will not work if FE Godmode is on',
  6844. '[125] uncarpet -- Stops carpet player',
  6845. '[126] stare [plr] -- Turns your character to stare at another player',
  6846. '[127] unstare -- Stops stare player',
  6847. '[128] logchat -- Logs all chat (including /e and whispers) of all players',
  6848. '[129] unlogchat -- Disables logchat',
  6849. '[130] fixcam -- Fixes/resets your camera',
  6850. '[131] unstate -- Stops changing state',
  6851. }
  6852. speedget = 1
  6853.  
  6854. lplayer = game:GetService("Players").LocalPlayer
  6855.  
  6856. lplayer.CharacterAdded:Connect(function(character)
  6857. spin = false
  6858. flying = false
  6859. staring = false
  6860. banpl = false
  6861. end)
  6862.  
  6863. function change()
  6864. prefix = prefix
  6865. speedfly = speedfly
  6866. end
  6867.  
  6868. function GetPlayer(String) -- Credit to Timeless/xFunnieuss
  6869. local Found = {}
  6870. local strl = String:lower()
  6871. if strl == "all" then
  6872. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  6873. table.insert(Found,v)
  6874. end
  6875. elseif strl == "others" then
  6876. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  6877. if v.Name ~= lplayer.Name then
  6878. table.insert(Found,v)
  6879. end
  6880. end
  6881. elseif strl == "me" then
  6882. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  6883. if v.Name == lplayer.Name then
  6884. table.insert(Found,v)
  6885. end
  6886. end
  6887. else
  6888. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  6889. if v.Name:lower():sub(1, #String) == String:lower() then
  6890. table.insert(Found,v)
  6891. end
  6892. end
  6893. end
  6894. return Found
  6895. end
  6896.  
  6897. local Mouse = lplayer:GetMouse()
  6898.  
  6899. spin = false
  6900. followed = false
  6901. traill = false
  6902. noclip = false
  6903. annoying = false
  6904. hwalk = false
  6905. droppinghats = false
  6906. droppingtools = false
  6907. flying = false
  6908. spamdelay = 1
  6909. spamming = false
  6910. spammingpm = false
  6911. cbringing = false
  6912. remotes = true
  6913. added = true
  6914. binds = false
  6915. stopsitting = false
  6916. clickgoto = false
  6917. gettingtools = false
  6918. removingmeshhats = false
  6919. removingmeshtool = false
  6920. clickdel = false
  6921. staring = false
  6922. chatlogs = false
  6923. banpl = false
  6924. changingstate = false
  6925. statechosen = 0
  6926.  
  6927. adminversion = "Reviz Admin by illremember, Version 2.0"
  6928.  
  6929. flying = false
  6930. speedfly = 1
  6931.  
  6932. function plrchat(plr, chat)
  6933. print(plr.Name..": "..tick().."\n"..chat)
  6934. end
  6935.  
  6936. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  6937. v.Chatted:connect(function(chat)
  6938. if chatlogs then
  6939. plrchat(v, chat)
  6940. end
  6941. end)
  6942. end
  6943. game:GetService("Players").PlayerAdded:connect(function(plr)
  6944. plr.Chatted:connect(function(chat)
  6945. if chatlogs then
  6946. plrchat(plr, chat)
  6947. end
  6948. end)
  6949. end)
  6950.  
  6951.  
  6952. local ScreenGui = Instance.new("ScreenGui")
  6953. local Frame = Instance.new("Frame")
  6954. local CMDBAR = Instance.new("TextBox")
  6955. ScreenGui.Parent = game:GetService("CoreGui")
  6956. Frame.Parent = ScreenGui
  6957. Frame.BackgroundColor3 = Color3.new(0.3, 0.1, 0.1)
  6958. Frame.BackgroundTransparency = 0.3
  6959. Frame.Position = UDim2.new(0.5, 0, 0, 10)
  6960. Frame.Size = UDim2.new(0, 200, 0, 40)
  6961. Frame.Active = true
  6962. Frame.Draggable = true
  6963. CMDBAR.Name = "CMDBAR"
  6964. CMDBAR.Parent = Frame
  6965. CMDBAR.BackgroundColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  6966. CMDBAR.BackgroundTransparency = 0.20000000298023
  6967. CMDBAR.Size = UDim2.new(0, 180, 0, 20)
  6968. CMDBAR.Position = UDim2.new(0.05, 0, 0.25, 0)
  6969. CMDBAR.Font = Enum.Font.SourceSansLight
  6970. CMDBAR.FontSize = Enum.FontSize.Size14
  6971. CMDBAR.TextColor3 = Color3.new(0.945098, 0.945098, 0.945098)
  6972. CMDBAR.TextScaled = true
  6973. CMDBAR.TextSize = 14
  6974. CMDBAR.TextWrapped = true
  6975. CMDBAR.Text = "Press ; to type, Enter to execute"
  6976.  
  6977. local CMDS = Instance.new("ScreenGui")
  6978. local CMDSFRAME = Instance.new("Frame")
  6979. local ScrollingFrame = Instance.new("ScrollingFrame")
  6980. local TextLabel = Instance.new("TextLabel")
  6981. local closegui = Instance.new("TextButton")
  6982. CMDS.Name = "CMDS"
  6983. CMDS.Parent = game:GetService("CoreGui")
  6984. CMDSFRAME.Name = "CMDSFRAME"
  6985. CMDSFRAME.Parent = CMDS
  6986. CMDSFRAME.Active = true
  6987. CMDSFRAME.BackgroundColor3 = Color3.new(0.223529, 0.231373, 0.309804)
  6988. CMDSFRAME.BorderSizePixel = 0
  6989. CMDSFRAME.Draggable = true
  6990. CMDSFRAME.Position = UDim2.new(0, 315, 0, 100)
  6991. CMDSFRAME.Size = UDim2.new(0, 275, 0, 275)
  6992. CMDSFRAME.Visible = false
  6993. ScrollingFrame.Parent = CMDSFRAME
  6994. ScrollingFrame.BackgroundColor3 = Color3.new(0.160784, 0.160784, 0.203922)
  6995. ScrollingFrame.BorderSizePixel = 0
  6996. ScrollingFrame.Position = UDim2.new(0, 0, 0.0729999989, 0)
  6997. ScrollingFrame.Size = UDim2.new(1.04999995, 0, 0.92900002, 0)
  6998. ScrollingFrame.CanvasSize = UDim2.new(0, 0, 10, 0)
  6999. TextLabel.Parent = ScrollingFrame
  7000. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  7001. TextLabel.BackgroundTransparency = 1
  7002. TextLabel.Size = UDim2.new(0.930000007, 0, 1, 0)
  7003. TextLabel.Font = Enum.Font.SourceSans
  7004. TextLabel.FontSize = Enum.FontSize.Size18
  7005. 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."
  7006. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  7007. TextLabel.TextSize = 15
  7008. TextLabel.TextWrapped = true
  7009. TextLabel.TextXAlignment = Enum.TextXAlignment.Left
  7010. TextLabel.TextYAlignment = Enum.TextYAlignment.Top
  7011. closegui.Name = "closegui"
  7012. closegui.Parent = CMDSFRAME
  7013. closegui.BackgroundColor3 = Color3.new(0.890196, 0.223529, 0.0588235)
  7014. closegui.BorderSizePixel = 0
  7015. closegui.Position = UDim2.new(0.995000005, 0, 0, 0)
  7016. closegui.Size = UDim2.new(0.0545952693, 0, 0.0728644878, 0)
  7017. closegui.Font = Enum.Font.SourceSansBold
  7018. closegui.FontSize = Enum.FontSize.Size24
  7019. closegui.Text = "X"
  7020. closegui.TextColor3 = Color3.new(1, 1, 1)
  7021. closegui.TextSize = 20
  7022.  
  7023. closegui.MouseButton1Click:connect(function()
  7024. CMDSFRAME.Visible = false
  7025. end)
  7026.  
  7027. game:GetService('RunService').Stepped:connect(function()
  7028. if spin then
  7029. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[spinplr.Name].Character.HumanoidRootPart.CFrame
  7030. end
  7031. if followed then
  7032. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[flwplr.Name].Character.HumanoidRootPart.CFrame + game:GetService("Players")[flwplr.Name].Character.HumanoidRootPart.CFrame.lookVector * -5
  7033. end
  7034. if traill then
  7035. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[trlplr.Name].Character.HumanoidRootPart.CFrame + game:GetService("Players")[trlplr.Name].Character.HumanoidRootPart.CFrame.lookVector * 5
  7036. end
  7037. if annoying then
  7038. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[annplr.Name].Character.HumanoidRootPart.CFrame
  7039. end
  7040. if hwalk then
  7041. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[hdwplr.Name].Character.HumanoidRootPart.CFrame + Vector3.new(0, 4, 0)
  7042. end
  7043. if staring then
  7044. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(lplayer.Character.Torso.Position, game:GetService("Players")[stareplr.Name].Character.Torso.Position)
  7045. end
  7046. end)
  7047. game:GetService('RunService').Stepped:connect(function()
  7048. if noclip then
  7049. if lplayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R6 then
  7050. lplayer.Character.Head.CanCollide = false
  7051. lplayer.Character.Torso.CanCollide = false
  7052. lplayer.Character["Left Leg"].CanCollide = false
  7053. lplayer.Character["Right Leg"].CanCollide = false
  7054. else
  7055. lplayer.Character.Humanoid:ChangeState(11)
  7056. end
  7057. end
  7058. if changingstate then
  7059. lplayer.Character.Humanoid:ChangeState(statechosen)
  7060. end
  7061. end)
  7062. game:GetService('RunService').Stepped:connect(function()
  7063. if droppinghats then
  7064. for i,v in pairs(lplayer.Character:GetChildren()) do
  7065. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  7066. v.Parent = workspace
  7067. end
  7068. end
  7069. end
  7070. if droppingtools then
  7071. for i,v in pairs(lplayer.Character:GetChildren()) do
  7072. if (v:IsA("Tool")) then
  7073. v.Parent = workspace
  7074. end
  7075. end
  7076. end
  7077. if removingmeshhats then
  7078. for i,v in pairs(lplayer.Character:GetChildren()) do
  7079. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  7080. v.Handle.Mesh:Destroy()
  7081. end
  7082. end
  7083. end
  7084. if removingmeshtool then
  7085. for i,v in pairs(lplayer.Character:GetChildren()) do
  7086. if (v:IsA("Tool")) then
  7087. v.Handle.Mesh:Destroy()
  7088. end
  7089. end
  7090. end
  7091. end)
  7092. game:GetService('RunService').Stepped:connect(function()
  7093. if banpl then
  7094. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[bplrr].Character.HumanoidRootPart.CFrame
  7095. end
  7096. end)
  7097. game:GetService('RunService').Stepped:connect(function()
  7098. if stopsitting then
  7099. lplayer.Character.Humanoid.Sit = false
  7100. end
  7101. end)
  7102.  
  7103. plr = lplayer
  7104. hum = plr.Character.HumanoidRootPart
  7105. mouse = plr:GetMouse()
  7106. mouse.KeyDown:connect(function(key)
  7107. if key == "e" then
  7108. if mouse.Target then
  7109. if clickgoto then
  7110. hum.CFrame = CFrame.new(mouse.Hit.x, mouse.Hit.y + 5, mouse.Hit.z)
  7111. elseif clickdel then
  7112. mouse.Target:Destroy()
  7113. end
  7114. end
  7115. end
  7116. end)
  7117.  
  7118. game:GetService("Workspace").ChildAdded:connect(function(part)
  7119. if gettingtools then
  7120. if part:IsA("Tool") then
  7121. part.Handle.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  7122. end
  7123. end
  7124. end)
  7125.  
  7126. lplayer.Chatted:Connect(function(msg)
  7127. if string.sub(msg, 1, 6) == (prefix.."kill ") then
  7128. if string.sub(msg, 7) == "me" then
  7129. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(100000,0,100000)
  7130. else
  7131. for i,v in pairs(GetPlayer(string.sub(msg, 7)))do
  7132. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  7133. lplayer.Character.Humanoid.Name = 1
  7134. local l = lplayer.Character["1"]:Clone()
  7135. l.Parent = lplayer.Character
  7136. l.Name = "Humanoid"
  7137. wait(0.1)
  7138. lplayer.Character["1"]:Destroy()
  7139. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  7140. lplayer.Character.Animate.Disabled = true
  7141. wait(0.1)
  7142. lplayer.Character.Animate.Disabled = false
  7143. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  7144. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  7145. lplayer.Character.Humanoid:EquipTool(v)
  7146. end
  7147. local function tp(player,player2)
  7148. local char1,char2=player.Character,player2.Character
  7149. if char1 and char2 then
  7150. char1:MoveTo(char2.Head.Position)
  7151. end
  7152. end
  7153. wait(0.1)
  7154. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  7155. wait(0.2)
  7156. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  7157. wait(0.5)
  7158. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
  7159. wait(0.7)
  7160. tp(lplayer,game:GetService("Players")[v.Name])
  7161. wait(0.7)
  7162. lplayer.Character.HumanoidRootPart.CFrame = NOW
  7163. game:GetService("StarterGui"):SetCore("SendNotification", {
  7164. Title = "Tools needed!";
  7165. Text = "You need a tool in your backpack for this command!";
  7166. })
  7167. end
  7168. end
  7169. end
  7170. if string.sub(msg, 1, 7) == (prefix.."bring ") then
  7171. for i,v in pairs(GetPlayer(string.sub(msg, 8)))do
  7172. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  7173. lplayer.Character.Humanoid.Name = 1
  7174. local l = lplayer.Character["1"]:Clone()
  7175. l.Parent = lplayer.Character
  7176. l.Name = "Humanoid"
  7177. wait(0.1)
  7178. lplayer.Character["1"]:Destroy()
  7179. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  7180. lplayer.Character.Animate.Disabled = true
  7181. wait(0.1)
  7182. lplayer.Character.Animate.Disabled = false
  7183. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  7184. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  7185. lplayer.Character.Humanoid:EquipTool(v)
  7186. end
  7187. local function tp(player,player2)
  7188. local char1,char2=player.Character,player2.Character
  7189. if char1 and char2 then
  7190. char1.HumanoidRootPart.CFrame = char2.HumanoidRootPart.CFrame
  7191. end
  7192. end
  7193. local function getout(player,player2)
  7194. local char1,char2=player.Character,player2.Character
  7195. if char1 and char2 then
  7196. char1:MoveTo(char2.Head.Position)
  7197. end
  7198. end
  7199. tp(game:GetService("Players")[v.Name], lplayer)
  7200. wait(0.2)
  7201. tp(game:GetService("Players")[v.Name], lplayer)
  7202. wait(0.5)
  7203. lplayer.Character.HumanoidRootPart.CFrame = NOW
  7204. wait(0.5)
  7205. getout(lplayer, game:GetService("Players")[v.Name])
  7206. wait(0.3)
  7207. lplayer.Character.HumanoidRootPart.CFrame = NOW
  7208. game:GetService("StarterGui"):SetCore("SendNotification", {
  7209. Title = "Tools needed!";
  7210. Text = "You need a tool in your backpack for this command!";
  7211. })
  7212. end
  7213. end
  7214. if string.sub(msg, 1, 6) == (prefix.."spin ") then
  7215. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  7216. lplayer.Character.Humanoid.Name = 1
  7217. local l = lplayer.Character["1"]:Clone()
  7218. l.Parent = lplayer.Character
  7219. l.Name = "Humanoid"
  7220. wait(0.1)
  7221. lplayer.Character["1"]:Destroy()
  7222. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  7223. lplayer.Character.Animate.Disabled = true
  7224. wait(0.1)
  7225. lplayer.Character.Animate.Disabled = false
  7226. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  7227. lplayer.Character.Animate.Disabled = false
  7228. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  7229. lplayer.Character.Humanoid:EquipTool(v)
  7230. end
  7231. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  7232. spinplr = v
  7233. wait(0.5)
  7234. spin = true
  7235. game:GetService("StarterGui"):SetCore("SendNotification", {
  7236. Title = "Tools needed!";
  7237. Text = "You need a tool in your backpack for this command!";
  7238. })
  7239. end
  7240. end
  7241. if string.sub(msg, 1, 7) == (prefix.."unspin") then
  7242. spin = false
  7243. end
  7244. if string.sub(msg, 1, 8) == (prefix.."attach ") then
  7245. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  7246. lplayer.Character.Humanoid.Name = 1
  7247. local l = lplayer.Character["1"]:Clone()
  7248. l.Parent = lplayer.Character
  7249. l.Name = "Humanoid"
  7250. wait(0.1)
  7251. lplayer.Character["1"]:Destroy()
  7252. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  7253. lplayer.Character.Animate.Disabled = true
  7254. wait(0.1)
  7255. lplayer.Character.Animate.Disabled = false
  7256. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  7257. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  7258. lplayer.Character.Humanoid:EquipTool(v)
  7259. end
  7260. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  7261. wait(0.3)
  7262. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  7263. attplr = v
  7264. game:GetService("StarterGui"):SetCore("SendNotification", {
  7265. Title = "Tools needed!";
  7266. Text = "You need a tool in your backpack for this command!";
  7267. })
  7268. end
  7269. end
  7270. if string.sub(msg, 1, 10) == (prefix.."unattach ") then
  7271. for i,v in pairs(GetPlayer(string.sub(msg, 11))) do
  7272. local function getout(player,player2)
  7273. local char1,char2=player.Character,player2.Character
  7274. if char1 and char2 then
  7275. char1:MoveTo(char2.Head.Position)
  7276. end
  7277. end
  7278. getout(lplayer, game:GetService("Players")[v.Name])
  7279. end
  7280. end
  7281. if string.sub(msg, 1, 8) == (prefix.."follow ") then
  7282. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  7283. followed = true
  7284. flwplr = v
  7285. end
  7286. end
  7287. if string.sub(msg, 1, 9) == (prefix.."unfollow") then
  7288. followed = false
  7289. end
  7290. if string.sub(msg, 1, 10) == (prefix.."freefall ") then
  7291. for i,v in pairs(GetPlayer(string.sub(msg, 11))) do
  7292. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  7293. lplayer.Character.Humanoid.Name = 1
  7294. local l = lplayer.Character["1"]:Clone()
  7295. l.Parent = lplayer.Character
  7296. l.Name = "Humanoid"
  7297. wait(0.1)
  7298. lplayer.Character["1"]:Destroy()
  7299. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  7300. lplayer.Character.Animate.Disabled = true
  7301. wait(0.1)
  7302. lplayer.Character.Animate.Disabled = false
  7303. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  7304. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  7305. lplayer.Character.Humanoid:EquipTool(v)
  7306. end
  7307. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  7308. wait(0.2)
  7309. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  7310. wait(0.6)
  7311. lplayer.Character.HumanoidRootPart.CFrame = NOW
  7312. wait(0.6)
  7313. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,50000,0)
  7314. game:GetService("StarterGui"):SetCore("SendNotification", {
  7315. Title = "Tools needed!";
  7316. Text = "You need a tool in your backpack for this command!";
  7317. })
  7318. end
  7319. end
  7320. if string.sub(msg, 1, 7) == (prefix.."trail ") then
  7321. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  7322. traill = true
  7323. trlplr = v
  7324. end
  7325. end
  7326. if string.sub(msg, 1, 8) == (prefix.."untrail") then
  7327. traill = false
  7328. end
  7329. if string.sub(msg, 1, 7) == (prefix.."orbit ") then
  7330. if string.sub(msg, 8) == "all" or string.sub(msg, 8) == "others" or string.sub(msg, 8) == "me" then
  7331. lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  7332. else
  7333. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  7334. local o = Instance.new("RocketPropulsion")
  7335. o.Parent = lplayer.Character.HumanoidRootPart
  7336. o.Name = "Orbit"
  7337. o.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
  7338. o:Fire()
  7339. noclip = true
  7340. end
  7341. end
  7342. end
  7343. if string.sub(msg, 1, 8) == (prefix.."unorbit") then
  7344. lplayer.Character.HumanoidRootPart.Orbit:Destroy()
  7345. noclip = false
  7346. end
  7347. if string.sub(msg, 1, 7) == (prefix.."fling ") then
  7348. if string.sub(msg, 8) == "all" or string.sub(msg, 8) == "others" or string.sub(msg, 8) == "me" then
  7349. lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  7350. else
  7351. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  7352. local y = Instance.new("RocketPropulsion")
  7353. y.Parent = lplayer.Character.HumanoidRootPart
  7354. y.CartoonFactor = 1
  7355. y.MaxThrust = 800000
  7356. y.MaxSpeed = 1000
  7357. y.ThrustP = 200000
  7358. y.Name = "Fling"
  7359. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  7360. y.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
  7361. y:Fire()
  7362. noclip = true
  7363. end
  7364. end
  7365. end
  7366. if string.sub(msg, 1, 8) == (prefix.."unfling") then
  7367. noclip = false
  7368. lplayer.Character.HumanoidRootPart.Fling:Destroy()
  7369. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
  7370. wait(0.4)
  7371. lplayer.Character.HumanoidRootPart.Fling:Destroy()
  7372. end
  7373. if string.sub(msg, 1, 8) == (prefix.."fecheck") then
  7374. if game:GetService("Workspace").FilteringEnabled == true then
  7375. warn("FE is Enabled (Filtering Enabled)")
  7376. game:GetService("StarterGui"):SetCore("SendNotification", {
  7377. Title = "FE is Enabled";
  7378. Text = "Filtering Enabled. Enjoy using Reviz Admin!";
  7379. })
  7380. else
  7381. warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
  7382. game:GetService("StarterGui"):SetCore("SendNotification", {
  7383. Title = "FE is Disabled";
  7384. Text = "Filtering Disabled. Consider using a different admin script.";
  7385. })
  7386. end
  7387. end
  7388. if string.sub(msg, 1, 6) == (prefix.."void ") then
  7389. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  7390. lplayer.Character.Humanoid.Name = 1
  7391. local l = lplayer.Character["1"]:Clone()
  7392. l.Parent = lplayer.Character
  7393. l.Name = "Humanoid"
  7394. wait(0.1)
  7395. lplayer.Character["1"]:Destroy()
  7396. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  7397. lplayer.Character.Animate.Disabled = true
  7398. wait(0.1)
  7399. lplayer.Character.Animate.Disabled = false
  7400. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  7401. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  7402. lplayer.Character.Humanoid:EquipTool(v)
  7403. end
  7404. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  7405. wait(0.2)
  7406. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  7407. wait(0.6)
  7408. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(999999999999999,0,999999999999999)
  7409. game:GetService("StarterGui"):SetCore("SendNotification", {
  7410. Title = "Tools needed!";
  7411. Text = "You need a tool in your backpack for this command!";
  7412. })
  7413. end
  7414. end
  7415. if string.sub(msg, 1, 7) == (prefix.."noclip") then
  7416. noclip = true
  7417. game:GetService("StarterGui"):SetCore("SendNotification", {
  7418. Title = "Noclip enabled";
  7419. Text = "Type ;clip to disable";
  7420. })
  7421. end
  7422. if string.sub(msg, 1, 5) == (prefix.."clip") then
  7423. noclip = false
  7424. game:GetService("StarterGui"):SetCore("SendNotification", {
  7425. Title = "Noclip disabled";
  7426. Text = "Type ;noclip to enable";
  7427. })
  7428. end
  7429. if string.sub(msg, 1, 7) == (prefix.."speed ") then
  7430. lplayer.Character.Humanoid.WalkSpeed = (string.sub(msg, 8))
  7431. end
  7432. if string.sub(msg, 1, 4) == (prefix.."ws ") then
  7433. lplayer.Character.Humanoid.WalkSpeed = (string.sub(msg, 5))
  7434. end
  7435. if string.sub(msg, 1, 11) == (prefix.."hipheight ") then
  7436. lplayer.Character.Humanoid.HipHeight = (string.sub(msg, 12))
  7437. end
  7438. if string.sub(msg, 1, 4) == (prefix.."hh ") then
  7439. lplayer.Character.Humanoid.HipHeight = (string.sub(msg, 5))
  7440. end
  7441. if string.sub(msg, 1, 11) == (prefix.."jumppower ") then
  7442. lplayer.Character.Humanoid.JumpPower = (string.sub(msg, 12))
  7443. end
  7444. if string.sub(msg, 1, 4) == (prefix.."jp ") then
  7445. lplayer.Character.Humanoid.JumpPower = (string.sub(msg, 5))
  7446. end
  7447. if string.sub(msg, 1, 8) == (prefix.."default") then
  7448. lplayer.Character.Humanoid.JumpPower = 50
  7449. lplayer.Character.Humanoid.WalkSpeed = 16
  7450. lplayer.Character.Humanoid.HipHeight = 0
  7451. end
  7452. if string.sub(msg, 1, 7) == (prefix.."annoy ") then
  7453. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  7454. annoying = true
  7455. annplr = v
  7456. end
  7457. end
  7458. if string.sub(msg, 1, 8) == (prefix.."unannoy") then
  7459. annoying = false
  7460. end
  7461. if string.sub(msg, 1, 10) == (prefix.."headwalk ") then
  7462. for i,v in pairs(GetPlayer(string.sub(msg, 11))) do
  7463. hwalk = true
  7464. hdwplr = v
  7465. end
  7466. end
  7467. if string.sub(msg, 1, 11) == (prefix.."unheadwalk") then
  7468. hwalk = false
  7469. end
  7470. if string.sub(msg, 1, 8) == (prefix.."nolimbs") then
  7471. lplayer.Character["Left Leg"]:Destroy()
  7472. lplayer.Character["Left Arm"]:Destroy()
  7473. lplayer.Character["Right Leg"]:Destroy()
  7474. lplayer.Character["Right Arm"]:Destroy()
  7475. end
  7476. if string.sub(msg, 1, 4) == (prefix.."god") then
  7477. lplayer.Character.Humanoid.Name = 1
  7478. local l = lplayer.Character["1"]:Clone()
  7479. l.Parent = lplayer.Character
  7480. l.Name = "Humanoid"
  7481. wait(0.1)
  7482. lplayer.Character["1"]:Destroy()
  7483. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  7484. lplayer.Character.Animate.Disabled = true
  7485. wait(0.1)
  7486. lplayer.Character.Animate.Disabled = false
  7487. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  7488. game:GetService("StarterGui"):SetCore("SendNotification", {
  7489. Title = "FE Godmode enabled";
  7490. Text = "Use ;grespawn or ;respawn to remove";
  7491. })
  7492. end
  7493. if string.sub(msg, 1, 9) == (prefix.."drophats") then
  7494. for i,v in pairs(lplayer.Character:GetChildren()) do
  7495. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  7496. v.Parent = workspace
  7497. end
  7498. end
  7499. end
  7500. if string.sub(msg, 1, 9) == (prefix.."droptool") then
  7501. for i,v in pairs(lplayer.Character:GetChildren()) do
  7502. if (v:IsA("Tool")) then
  7503. v.Parent = workspace
  7504. end
  7505. end
  7506. end
  7507. if string.sub(msg, 1, 10) == (prefix.."loopdhats") then
  7508. droppinghats = true
  7509. game:GetService("StarterGui"):SetCore("SendNotification", {
  7510. Title = "Loop Drop Enabled";
  7511. Text = "Type ;unloopdhats to disable";
  7512. })
  7513. end
  7514. if string.sub(msg, 1, 12) == (prefix.."unloopdhats") then
  7515. droppinghats = false
  7516. game:GetService("StarterGui"):SetCore("SendNotification", {
  7517. Title = "Loop Drop Disabled";
  7518. Text = "Type ;loopdhats to enable.";
  7519. })
  7520. end
  7521. if string.sub(msg, 1, 10) == (prefix.."loopdtool") then
  7522. droppingtools = true
  7523. game:GetService("StarterGui"):SetCore("SendNotification", {
  7524. Title = "Loop Drop Enabled";
  7525. Text = "Type ;unloopdtool to disable";
  7526. })
  7527. end
  7528. if string.sub(msg, 1, 12) == (prefix.."unloopdtool") then
  7529. droppingtools = false
  7530. game:GetService("StarterGui"):SetCore("SendNotification", {
  7531. Title = "Loop Drop Disabled";
  7532. Text = "Type ;loopdtool to enable.";
  7533. })
  7534. end
  7535. if string.sub(msg, 1, 10) == (prefix.."invisible") then -- Credit to Timeless
  7536. Local = game:GetService('Players').LocalPlayer
  7537. Char = Local.Character
  7538. touched,tpdback = false, false
  7539. box = Instance.new('Part',workspace)
  7540. box.Anchored = true
  7541. box.CanCollide = true
  7542. box.Size = Vector3.new(10,1,10)
  7543. box.Position = Vector3.new(0,10000,0)
  7544. box.Touched:connect(function(part)
  7545. if (part.Parent.Name == Local.Name) then
  7546. if touched == false then
  7547. touched = true
  7548. function apply()
  7549. if script.Disabled ~= true then
  7550. no = Char.HumanoidRootPart:Clone()
  7551. wait(.25)
  7552. Char.HumanoidRootPart:Destroy()
  7553. no.Parent = Char
  7554. Char:MoveTo(loc)
  7555. touched = false
  7556. end end
  7557. if Char then
  7558. apply()
  7559. end
  7560. end
  7561. end
  7562. end)
  7563. repeat wait() until Char
  7564. loc = Char.HumanoidRootPart.Position
  7565. Char:MoveTo(box.Position + Vector3.new(0,.5,0))
  7566. game:GetService("StarterGui"):SetCore("SendNotification", {
  7567. Title = "Invisibility enabled!";
  7568. Text = "Reset or use ;respawn to remove.";
  7569. })
  7570. end
  7571. if string.sub(msg, 1, 6) == (prefix.."view ") then
  7572. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  7573. if game:GetService("Players")[v.Name].Character.Humanoid then
  7574. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Humanoid
  7575. else
  7576. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  7577. end
  7578. end
  7579. end
  7580. if string.sub(msg, 1, 7) == (prefix.."unview") then
  7581. if lplayer.Character.Humanoid then
  7582. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
  7583. else
  7584. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
  7585. end
  7586. end
  7587. if string.sub(msg, 1, 6) == (prefix.."goto ") then
  7588. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  7589. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  7590. end
  7591. end
  7592. if string.sub(msg, 1, 4) == (prefix.."fly") then
  7593. repeat wait() until lplayer and lplayer.Character and lplayer.Character:FindFirstChild('HumanoidRootPart') and lplayer.Character:FindFirstChild('Humanoid')
  7594. repeat wait() until Mouse
  7595.  
  7596. local T = lplayer.Character.HumanoidRootPart
  7597. local CONTROL = {F = 0, B = 0, L = 0, R = 0}
  7598. local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  7599. local SPEED = speedget
  7600.  
  7601. local function fly()
  7602. flying = true
  7603. local BG = Instance.new('BodyGyro', T)
  7604. local BV = Instance.new('BodyVelocity', T)
  7605. BG.P = 9e4
  7606. BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  7607. BG.cframe = T.CFrame
  7608. BV.velocity = Vector3.new(0, 0.1, 0)
  7609. BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
  7610. spawn(function()
  7611. repeat wait()
  7612. lplayer.Character.Humanoid.PlatformStand = true
  7613. if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
  7614. SPEED = 50
  7615. elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
  7616. SPEED = 0
  7617. end
  7618. if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
  7619. 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
  7620. lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
  7621. elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
  7622. 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
  7623. else
  7624. BV.velocity = Vector3.new(0, 0.1, 0)
  7625. end
  7626. BG.cframe = workspace.CurrentCamera.CoordinateFrame
  7627. until not flying
  7628. CONTROL = {F = 0, B = 0, L = 0, R = 0}
  7629. lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  7630. SPEED = 0
  7631. BG:destroy()
  7632. BV:destroy()
  7633. lplayer.Character.Humanoid.PlatformStand = false
  7634. end)
  7635. end
  7636. Mouse.KeyDown:connect(function(KEY)
  7637. if KEY:lower() == 'w' then
  7638. CONTROL.F = speedfly
  7639. elseif KEY:lower() == 's' then
  7640. CONTROL.B = -speedfly
  7641. elseif KEY:lower() == 'a' then
  7642. CONTROL.L = -speedfly
  7643. elseif KEY:lower() == 'd' then
  7644. CONTROL.R = speedfly
  7645. end
  7646. end)
  7647. Mouse.KeyUp:connect(function(KEY)
  7648. if KEY:lower() == 'w' then
  7649. CONTROL.F = 0
  7650. elseif KEY:lower() == 's' then
  7651. CONTROL.B = 0
  7652. elseif KEY:lower() == 'a' then
  7653. CONTROL.L = 0
  7654. elseif KEY:lower() == 'd' then
  7655. CONTROL.R = 0
  7656. end
  7657. end)
  7658. fly()
  7659. end
  7660. if string.sub(msg, 1, 6) == (prefix.."unfly") then
  7661. flying = false
  7662. lplayer.Character.Humanoid.PlatformStand = false
  7663. end
  7664. if string.sub(msg, 1, 6) == (prefix.."chat ") then
  7665. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer((string.sub(msg, 7)), "All")
  7666. end
  7667. if string.sub(msg, 1, 6) == (prefix.."spam ") then
  7668. spamtext = (string.sub(msg, 7))
  7669. spamming = true
  7670. end
  7671. if string.sub(msg, 1, 7) == (prefix.."unspam") then
  7672. spamming = false
  7673. end
  7674. if string.sub(msg, 1, 10) == (prefix.."spamwait ") then
  7675. spamdelay = (string.sub(msg, 11))
  7676. end
  7677. if string.sub(msg, 1, 8) == (prefix.."pmspam ") then
  7678. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  7679. pmspammed = v.Name
  7680. spammingpm = true
  7681. end
  7682. end
  7683. if string.sub(msg, 1, 9) == (prefix.."unpmspam") then
  7684. spammingpm = false
  7685. end
  7686. if string.sub(msg, 1, 9) == (prefix.."cfreeze ") then
  7687. for i,v in pairs(GetPlayer(string.sub(msg, 10))) do
  7688. v.Character["Left Leg"].Anchored = true
  7689. v.Character["Left Arm"].Anchored = true
  7690. v.Character["Right Leg"].Anchored = true
  7691. v.Character["Right Arm"].Anchored = true
  7692. v.Character.Torso.Anchored = true
  7693. v.Character.Head.Anchored = true
  7694. end
  7695. end
  7696. if string.sub(msg, 1, 11) == (prefix.."uncfreeze ") then
  7697. for i,v in pairs(GetPlayer(string.sub(msg, 12))) do
  7698. v.Character["Left Leg"].Anchored = false
  7699. v.Character["Left Arm"].Anchored = false
  7700. v.Character["Right Leg"].Anchored = false
  7701. v.Character["Right Arm"].Anchored = false
  7702. v.Character.Torso.Anchored = false
  7703. v.Character.Head.Anchored = false
  7704. end
  7705. end
  7706. if string.sub(msg, 1, 9) == (prefix.."unlockws") then
  7707. local a = game:GetService("Workspace"):getChildren()
  7708. for i = 1, #a do
  7709. if a[i].className == "Part" then
  7710. a[i].Locked = false
  7711. elseif a[i].className == "Model" then
  7712. local r = a[i]:getChildren()
  7713. for i = 1, #r do
  7714. if r[i].className == "Part" then
  7715. r[i].Locked = false
  7716. end
  7717. end
  7718. end
  7719. end
  7720. game:GetService("StarterGui"):SetCore("SendNotification", {
  7721. Title = "Success!";
  7722. Text = "Workspace unlocked. Use ;lockws to lock.";
  7723. })
  7724. end
  7725. if string.sub(msg, 1, 7) == (prefix.."lockws") then
  7726. local a = game:GetService("Workspace"):getChildren()
  7727. for i = 1, #a do
  7728. if a[i].className == "Part" then
  7729. a[i].Locked = true
  7730. elseif a[i].className == "Model" then
  7731. local r = a[i]:getChildren()
  7732. for i = 1, #r do
  7733. if r[i].className == "Part" then
  7734. r[i].Locked = true
  7735. end
  7736. end
  7737. end
  7738. end
  7739. end
  7740. if string.sub(msg, 1, 7) == (prefix.."btools") then
  7741. local Clone_T = Instance.new("HopperBin",lplayer.Backpack)
  7742. Clone_T.BinType = "Clone"
  7743. local Destruct = Instance.new("HopperBin",lplayer.Backpack)
  7744. Destruct.BinType = "Hammer"
  7745. local Hold_T = Instance.new("HopperBin",lplayer.Backpack)
  7746. Hold_T.BinType = "Grab"
  7747. end
  7748. if string.sub(msg, 1, 7) == (prefix.."pstand") then
  7749. lplayer.Character.Humanoid.PlatformStand = true
  7750. end
  7751. if string.sub(msg, 1, 9) == (prefix.."unpstand") then
  7752. lplayer.Character.Humanoid.PlatformStand = false
  7753. end
  7754. if string.sub(msg, 1, 10) == (prefix.."blockhead") then
  7755. lplayer.Character.Head.Mesh:Destroy()
  7756. end
  7757. if string.sub(msg, 1, 4) == (prefix.."sit") then
  7758. lplayer.Character.Humanoid.Sit = true
  7759. end
  7760. if string.sub(msg, 1, 10) == (prefix.."bringobj ") then
  7761. local function bringobjw()
  7762. for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
  7763. if obj.Name == (string.sub(msg, 11)) then
  7764. obj.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  7765. obj.CanCollide = false
  7766. obj.Transparency = 0.7
  7767. wait()
  7768. obj.CFrame = lplayer.Character["Left Leg"].CFrame
  7769. wait()
  7770. obj.CFrame = lplayer.Character["Right Leg"].CFrame
  7771. wait()
  7772. obj.CFrame = lplayer.Character["Head"].CFrame
  7773. end
  7774. end
  7775. end
  7776. while wait() do
  7777. bringobjw()
  7778. end
  7779. game:GetService("StarterGui"):SetCore("SendNotification", {
  7780. Title = "BringObj";
  7781. Text = "BringObj enabled.";
  7782. })
  7783. end
  7784. if string.sub(msg, 1, 7) == (prefix.."wsvis ") then
  7785. vis = (string.sub(msg, 8))
  7786. local a = game:GetService("Workspace"):GetDescendants()
  7787. for i = 1, #a do
  7788. if a[i].className == "Part" then
  7789. a[i].Transparency = vis
  7790. elseif a[i].className == "Model" then
  7791. local r = a[i]:getChildren()
  7792. for i = 1, #r do
  7793. if r[i].className == "Part" then
  7794. r[i].Transparency = vis
  7795. end
  7796. end
  7797. end
  7798. end
  7799. end
  7800. if string.sub(msg, 1, 11) == (prefix.."hypertotal") then
  7801. loadstring(game:GetObjects("rbxassetid://1255063809")[1].Source)()
  7802. game:GetService("StarterGui"):SetCore("SendNotification", {
  7803. Title = "Success!";
  7804. Text = "HyperTotal GUI Loaded!";
  7805. })
  7806. end
  7807. if string.sub(msg, 1, 5) == (prefix.."cmds") then
  7808. CMDSFRAME.Visible = true
  7809. end
  7810. if string.sub(msg, 1, 10) == (prefix.."rmeshhats") then
  7811. for i,v in pairs(lplayer.Character:GetChildren()) do
  7812. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  7813. v.Handle.Mesh:Destroy()
  7814. end
  7815. end
  7816. end
  7817. if string.sub(msg, 1, 10) == (prefix.."blockhats") then
  7818. for i,v in pairs(lplayer.Character:GetChildren()) do
  7819. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  7820. v.Handle.Mesh:Destroy()
  7821. end
  7822. end
  7823. end
  7824. if string.sub(msg, 1, 10) == (prefix.."rmeshtool") then
  7825. for i,v in pairs(lplayer.Character:GetChildren()) do
  7826. if (v:IsA("Tool")) then
  7827. v.Handle.Mesh:Destroy()
  7828. end
  7829. end
  7830. end
  7831. if string.sub(msg, 1, 10) == (prefix.."blocktool") then
  7832. for i,v in pairs(lplayer.Character:GetChildren()) do
  7833. if (v:IsA("Tool")) then
  7834. v.Handle.Mesh:Destroy()
  7835. end
  7836. end
  7837. end
  7838. if string.sub(msg, 1, 8) == (prefix.."spinner") then
  7839. local p = Instance.new("RocketPropulsion")
  7840. p.Parent = lplayer.Character.HumanoidRootPart
  7841. p.Name = "Spinner"
  7842. p.Target = lplayer.Character["Left Arm"]
  7843. p:Fire()
  7844. game:GetService("StarterGui"):SetCore("SendNotification", {
  7845. Title = "Spinner enabled";
  7846. Text = "Type ;nospinner to disable.";
  7847. })
  7848. end
  7849. if string.sub(msg, 1, 10) == (prefix.."nospinner") then
  7850. lplayer.Character.HumanoidRootPart.Spinner:Destroy()
  7851. end
  7852. if string.sub(msg, 1, 7) == (prefix.."reachd") then
  7853. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  7854. if v:isA("Tool") then
  7855. local a = Instance.new("SelectionBox",v.Handle)
  7856. a.Adornee = v.Handle
  7857. v.Handle.Size = Vector3.new(0.5,0.5,60)
  7858. v.GripPos = Vector3.new(0,0,0)
  7859. lplayer.Character.Humanoid:UnequipTools()
  7860. end
  7861. end
  7862. game:GetService("StarterGui"):SetCore("SendNotification", {
  7863. Title = "Reach applied!";
  7864. Text = "Applied to equipped sword. Use ;noreach to disable.";
  7865. })
  7866. end
  7867. if string.sub(msg, 1, 7) == (prefix.."reach ") then
  7868. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  7869. if v:isA("Tool") then
  7870. handleSize = v.Handle.Size
  7871. wait()
  7872. local a = Instance.new("SelectionBox",v.Handle)
  7873. a.Name = "a"
  7874. a.Adornee = v.Handle
  7875. v.Handle.Size = Vector3.new(0.5,0.5,(string.sub(msg, 8)))
  7876. v.GripPos = Vector3.new(0,0,0)
  7877. lplayer.Character.Humanoid:UnequipTools()
  7878. end
  7879. end
  7880. game:GetService("StarterGui"):SetCore("SendNotification", {
  7881. Title = "Reach applied!";
  7882. Text = "Applied to equipped sword. Use ;noreach to disable.";
  7883. })
  7884. end
  7885. if string.sub(msg, 1, 8) == (prefix.."noreach") then
  7886. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  7887. if v:isA("Tool") then
  7888. v.Handle.a:Destroy()
  7889. v.Handle.Size = handleSize
  7890. end
  7891. end
  7892. game:GetService("StarterGui"):SetCore("SendNotification", {
  7893. Title = "Reach removed!";
  7894. Text = "Removed reach from equipped sword.";
  7895. })
  7896. end
  7897. if string.sub(msg, 1, 7) == (prefix.."rkill ") then
  7898. for i,v in pairs(GetPlayer(string.sub(msg, 8)))do
  7899. lplayer.Character.Humanoid.Name = 1
  7900. local l = lplayer.Character["1"]:Clone()
  7901. l.Parent = lplayer.Character
  7902. l.Name = "Humanoid"
  7903. wait(0.1)
  7904. lplayer.Character["1"]:Destroy()
  7905. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  7906. lplayer.Character.Animate.Disabled = true
  7907. wait(0.1)
  7908. lplayer.Character.Animate.Disabled = false
  7909. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  7910. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  7911. lplayer.Character.Humanoid:EquipTool(v)
  7912. end
  7913. wait(0.1)
  7914. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  7915. wait(0.2)
  7916. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  7917. wait(0.5)
  7918. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
  7919. game:GetService("StarterGui"):SetCore("SendNotification", {
  7920. Title = "Tools needed!";
  7921. Text = "You need a tool in your backpack for this command!";
  7922. })
  7923. end
  7924. end
  7925. if string.sub(msg, 1, 7) == (prefix.."tp me ") then
  7926. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  7927. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  7928. end
  7929. end
  7930. if string.sub(msg, 1, 8) == (prefix.."cbring ") then
  7931. if (string.sub(msg, 9)) == "all" or (string.sub(msg, 9)) == "All" or (string.sub(msg, 9)) == "ALL" then
  7932. cbringall = true
  7933. else
  7934. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  7935. brplr = v.Name
  7936. end
  7937. end
  7938. cbring = true
  7939. end
  7940. if string.sub(msg, 1, 9) == (prefix.."uncbring") then
  7941. cbring = false
  7942. cbringall = false
  7943. end
  7944. if string.sub(msg, 1, 6) == (prefix.."swap ") then
  7945. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  7946. local NOWPLR = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  7947. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  7948. lplayer.Character.Humanoid.Name = 1
  7949. local l = lplayer.Character["1"]:Clone()
  7950. l.Parent = lplayer.Character
  7951. l.Name = "Humanoid"
  7952. wait(0.1)
  7953. lplayer.Character["1"]:Destroy()
  7954. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  7955. lplayer.Character.Animate.Disabled = true
  7956. wait(0.1)
  7957. lplayer.Character.Animate.Disabled = false
  7958. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  7959. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  7960. lplayer.Character.Humanoid:EquipTool(v)
  7961. end
  7962. local function tp(player,player2)
  7963. local char1,char2=player.Character,player2.Character
  7964. if char1 and char2 then
  7965. char1:MoveTo(char2.Head.Position)
  7966. end
  7967. end
  7968. wait(0.1)
  7969. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  7970. wait(0.2)
  7971. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  7972. wait(0.5)
  7973. lplayer.Character.HumanoidRootPart.CFrame = NOW
  7974. wait(0.6)
  7975. tp(lplayer, game:GetService("Players")[v.Name])
  7976. wait(0.4)
  7977. lplayer.Character.HumanoidRootPart.CFrame = NOWPLR
  7978. game:GetService("StarterGui"):SetCore("SendNotification", {
  7979. Title = "Tools needed!";
  7980. Text = "You need a tool in your backpack for this command!";
  7981. })
  7982. end
  7983. end
  7984. if string.sub(msg, 1, 8) == (prefix.."glitch ") then
  7985. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  7986. lplayer.Character.Humanoid.Name = 1
  7987. local l = lplayer.Character["1"]:Clone()
  7988. l.Parent = lplayer.Character
  7989. l.Name = "Humanoid"
  7990. wait(0.1)
  7991. lplayer.Character["1"]:Destroy()
  7992. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  7993. lplayer.Character.Animate.Disabled = true
  7994. wait(0.1)
  7995. lplayer.Character.Animate.Disabled = false
  7996. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  7997. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  7998. lplayer.Character.Humanoid:EquipTool(v)
  7999. end
  8000. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  8001. wait(0.3)
  8002. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  8003. wait(0.4)
  8004. b = Instance.new("BodyForce")
  8005. b.Parent = lplayer.Character.HumanoidRootPart
  8006. b.Name = "Glitch"
  8007. b.Force = Vector3.new(100000000,5000,0)
  8008. game:GetService("StarterGui"):SetCore("SendNotification", {
  8009. Title = "Tools needed!";
  8010. Text = "You need a tool in your backpack for this command!";
  8011. })
  8012. end
  8013. end
  8014. if string.sub(msg, 1, 9) == (prefix.."unglitch") then
  8015. lplayer.Character.HumanoidRootPart.Glitch:Destroy()
  8016. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(10000,0,10000)
  8017. b = Instance.new("BodyForce")
  8018. b.Parent = lplayer.Character.HumanoidRootPart
  8019. b.Name = "unGlitch"
  8020. b.Force = Vector3.new(0,-5000000,0)
  8021. wait(2)
  8022. lplayer.Character.HumanoidRootPart.unGlitch:Destroy()
  8023. end
  8024. if string.sub(msg, 1, 9) == (prefix.."grespawn") then
  8025. lplayer.Character.Humanoid.Health = 0
  8026. wait(1)
  8027. lplayer.Character.Head.CFrame = CFrame.new(1000000,0,1000000)
  8028. lplayer.Character.Torso.CFrame = CFrame.new(1000000,0,1000000)
  8029. end
  8030. if string.sub(msg, 1, 9) == (prefix.."explorer") then
  8031. loadstring(game:GetObjects("rbxassetid://492005721")[1].Source)()
  8032. game:GetService("StarterGui"):SetCore("SendNotification", {
  8033. Title = "Success!";
  8034. Text = "DEX Explorer has loaded.";
  8035. })
  8036. end
  8037. if string.sub(msg, 1, 6) == (prefix.."anim ") then
  8038. local Anim = Instance.new("Animation")
  8039. Anim.AnimationId = "rbxassetid://"..(string.sub(msg, 7))
  8040. local track = lplayer.Character.Humanoid:LoadAnimation(Anim)
  8041. track:Play(.1, 1, 1)
  8042. end
  8043. if string.sub(msg, 1, 8) == (prefix.."animgui") then
  8044. loadstring(game:GetObjects("rbxassetid://1202558084")[1].Source)()
  8045. game:GetService("StarterGui"):SetCore("SendNotification", {
  8046. Title = "Success!";
  8047. Text = "Energize Animations GUI has loaded.";
  8048. })
  8049. end
  8050. if string.sub(msg, 1, 8) == (prefix.."savepos") then
  8051. saved = lplayer.Character.HumanoidRootPart.CFrame
  8052. game:GetService("StarterGui"):SetCore("SendNotification", {
  8053. Title = "Position Saved";
  8054. Text = "Use ;loadpos to return to saved position.";
  8055. })
  8056. end
  8057. if string.sub(msg, 1, 8) == (prefix.."loadpos") then
  8058. lplayer.Character.HumanoidRootPart.CFrame = saved
  8059. end
  8060. if string.sub(msg, 1, 6) == (prefix.."bang ") then
  8061. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  8062. local Anim2 = Instance.new("Animation")
  8063. Anim2.AnimationId = "rbxassetid://148840371"
  8064. local track2 = lplayer.Character.Humanoid:LoadAnimation(Anim2)
  8065. track2:Play(.1, 1, 1)
  8066. bplrr = v.Name
  8067. banpl = true
  8068. end
  8069. end
  8070. if string.sub(msg, 1, 7) == (prefix.."unbang") then
  8071. banpl = false
  8072. end
  8073. if string.sub(msg, 1, 10) == (prefix.."bringmod ") then
  8074. local function bringmodw()
  8075. for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
  8076. if obj.Name == (string.sub(msg, 11)) then
  8077. for i,ch in pairs(obj:GetDescendants()) do
  8078. if (ch:IsA("BasePart")) then
  8079. ch.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  8080. ch.CanCollide = false
  8081. ch.Transparency = 0.7
  8082. wait()
  8083. ch.CFrame = lplayer.Character["Left Leg"].CFrame
  8084. wait()
  8085. ch.CFrame = lplayer.Character["Right Leg"].CFrame
  8086. wait()
  8087. ch.CFrame = lplayer.Character["Head"].CFrame
  8088. end
  8089. end
  8090. end
  8091. end
  8092. end
  8093. while wait() do
  8094. bringmodw()
  8095. end
  8096. game:GetService("StarterGui"):SetCore("SendNotification", {
  8097. Title = "BringMod";
  8098. Text = "BringMod enabled.";
  8099. })
  8100. end
  8101. if string.sub(msg, 1, 8) == (prefix.."respawn") then
  8102. local mod = Instance.new('Model', workspace) mod.Name = 're '..lplayer.Name
  8103. local hum = Instance.new('Humanoid', mod)
  8104. local ins = Instance.new('Part', mod) ins.Name = 'Torso' ins.CanCollide = false ins.Transparency = 1
  8105. lplayer.Character = mod
  8106. end
  8107. if string.sub(msg, 1, 9) == (prefix.."shutdown") then
  8108. game:GetService'RunService'.Stepped:Connect(function()
  8109. pcall(function()
  8110. for i,v in pairs(game:GetService'Players':GetPlayers()) do
  8111. if v.Character ~= nil and v.Character:FindFirstChild'Head' then
  8112. for _,x in pairs(v.Character.Head:GetChildren()) do
  8113. if x:IsA'Sound' then x.Playing = true x.CharacterSoundEvent:FireServer(true, true) end
  8114. end
  8115. end
  8116. end
  8117. end)
  8118. end)
  8119. game:GetService("StarterGui"):SetCore("SendNotification", {
  8120. Title = "Attempting Shutdown";
  8121. Text = "Shutdown Attempt has begun.";
  8122. })
  8123. end
  8124. if string.sub(msg, 1, 8) == (prefix.."delobj ") then
  8125. objtodel = (string.sub(msg, 9))
  8126. for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  8127. if v.Name == objtodel then
  8128. v:Destroy()
  8129. end
  8130. end
  8131. end
  8132. if string.sub(msg, 1, 8) == (prefix.."getplrs") then
  8133. for i,v in pairs(game:GetService("Players"):GetPlayers())do
  8134. print(v)
  8135. end
  8136. game:GetService("StarterGui"):SetCore("SendNotification", {
  8137. Title = "Printed";
  8138. Text = "Players have been printed to console. (F9)";
  8139. })
  8140. end
  8141. if string.sub(msg, 1, 9) == (prefix.."deldecal") then
  8142. for i,v in pairs(game:GetService("Workspace"):GetDescendants())do
  8143. if (v:IsA("Decal")) then
  8144. v:Destroy()
  8145. end
  8146. end
  8147. end
  8148. if string.sub(msg, 1, 11) == (prefix.."opfinality") then
  8149. loadstring(game:GetObjects("rbxassetid://1294358929")[1].Source)()
  8150. game:GetService("StarterGui"):SetCore("SendNotification", {
  8151. Title = "Success!";
  8152. Text = "OpFinality GUI has loaded.";
  8153. })
  8154. end
  8155. if string.sub(msg, 1, 8) == (prefix.."remotes") then
  8156. remotes = true
  8157. added = true
  8158. game.DescendantAdded:connect(function(rmt)
  8159. if added == true then
  8160. if remotes == true then
  8161. if rmt:IsA("RemoteEvent") then
  8162. print("A RemoteEvent was added!")
  8163. print(" game." .. rmt:GetFullName() .. " | RemoteEvent")
  8164. print(" game." .. rmt:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  8165. end end end
  8166. end)
  8167. game.DescendantAdded:connect(function(rmtfnctn)
  8168. if added == true then
  8169. if remotes == true then
  8170. if rmtfnctn:IsA("RemoteFunction") then
  8171. warn("A RemoteFunction was added!")
  8172. warn(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction")
  8173. print(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  8174. end end end
  8175. end)
  8176.  
  8177. game.DescendantAdded:connect(function(bndfnctn)
  8178. if added == true then
  8179. if binds == true then
  8180. if bndfnctn:IsA("BindableFunction") then
  8181. print("A BindableFunction was added!")
  8182. print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction")
  8183. print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  8184. end end end
  8185. end)
  8186.  
  8187. game.DescendantAdded:connect(function(bnd)
  8188. if added == true then
  8189. if binds == true then
  8190. if bnd:IsA("BindableEvent") then
  8191. warn("A BindableEvent was added!")
  8192. warn(" game." .. bnd:GetFullName() .. " | BindableEvent")
  8193. print(" game." .. bnd:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  8194. end end end
  8195. end)
  8196.  
  8197.  
  8198. if binds == true then
  8199. for i,v in pairs(game:GetDescendants()) do
  8200. if v:IsA("BindableFunction") then
  8201. print(" game." .. v:GetFullName() .. " | BindableFunction")
  8202. print(" game." .. v:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  8203. end end
  8204. for i,v in pairs(game:GetDescendants()) do
  8205. if v:IsA("BindableEvent") then
  8206. warn(" game." .. v:GetFullName() .. " | BindableEvent")
  8207. print(" game." .. v:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  8208. end end
  8209. else
  8210. print("Off")
  8211. end
  8212. if remotes == true then
  8213. for i,v in pairs(game:GetDescendants()) do
  8214. if v:IsA("RemoteFunction") then
  8215. warn(" game." .. v:GetFullName() .. " | RemoteFunction")
  8216. print(" game." .. v:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  8217. end end
  8218. wait()
  8219. for i,v in pairs(game:GetDescendants()) do
  8220. if v:IsA("RemoteEvent") then
  8221. print(" game." .. v:GetFullName() .. " | RemoteEvent")
  8222. print(" game." .. v:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  8223. end end
  8224. else
  8225. print("Off")
  8226. end
  8227. game:GetService("StarterGui"):SetCore("SendNotification", {
  8228. Title = "Printing Remotes";
  8229. Text = "Type ;noremotes to disable.";
  8230. })
  8231. end
  8232. if string.sub(msg, 1, 10) == (prefix.."noremotes") then
  8233. remotes = false
  8234. added = false
  8235. game:GetService("StarterGui"):SetCore("SendNotification", {
  8236. Title = "Printing Remotes Disabled";
  8237. Text = "Type ;remotes to enable.";
  8238. })
  8239. end
  8240. if string.sub(msg, 1, 10) == (prefix.."tpdefault") then
  8241. spin = false
  8242. followed = false
  8243. traill = false
  8244. noclip = false
  8245. annoying = false
  8246. hwalk = false
  8247. cbringing = false
  8248. end
  8249. if string.sub(msg, 1, 8) == (prefix.."stopsit") then
  8250. stopsitting = true
  8251. end
  8252. if string.sub(msg, 1, 6) == (prefix.."gosit") then
  8253. stopsitting = false
  8254. end
  8255. if string.sub(msg, 1, 8) == (prefix.."version") then
  8256. print(adminversion)
  8257. game:GetService("StarterGui"):SetCore("SendNotification", {
  8258. Title = "Version";
  8259. Text = adminversion;
  8260. })
  8261. end
  8262. if string.sub(msg, 1, 8) == (prefix.."clicktp") then
  8263. clickgoto = true
  8264. game:GetService("StarterGui"):SetCore("SendNotification", {
  8265. Title = "Click TP";
  8266. Text = "Press E to teleport to mouse position, ;noclicktp to stop";
  8267. })
  8268. end
  8269. if string.sub(msg, 1, 9) == (prefix.."clickdel") then
  8270. clickdel = true
  8271. game:GetService("StarterGui"):SetCore("SendNotification", {
  8272. Title = "Click Delete";
  8273. Text = "Press E to delete part at mouse, ;noclickdel to stop";
  8274. })
  8275. end
  8276. if string.sub(msg, 1, 11) == (prefix.."noclickdel") then
  8277. clickdel = false
  8278. game:GetService("StarterGui"):SetCore("SendNotification", {
  8279. Title = "Click Delete";
  8280. Text = "Click delete has been disabled.";
  8281. })
  8282. end
  8283. if string.sub(msg, 1, 10) == (prefix.."noclicktp") then
  8284. clickgoto = false
  8285. game:GetService("StarterGui"):SetCore("SendNotification", {
  8286. Title = "Click TP";
  8287. Text = "Click TP has been disabled.";
  8288. })
  8289. end
  8290. if string.sub(msg, 1, 8) == (prefix.."toolson") then
  8291. gettingtools = true
  8292. game:GetService("StarterGui"):SetCore("SendNotification", {
  8293. Title = "Tools Enabled";
  8294. Text = "Automatically colleting tools dropped.";
  8295. })
  8296. end
  8297. if string.sub(msg, 1, 9) == (prefix.."toolsoff") then
  8298. gettingtools = false
  8299. game:GetService("StarterGui"):SetCore("SendNotification", {
  8300. Title = "Tools Disabled";
  8301. Text = "Click TP has been disabled.";
  8302. })
  8303. end
  8304. if string.sub(msg, 1, 10) == (prefix.."delcmdbar") then
  8305. ScreenGui:Destroy()
  8306. end
  8307. if string.sub(msg, 1, 6) == (prefix.."reset") then
  8308. lplayer.Character.Head:Destroy()
  8309. end
  8310. if string.sub(msg, 1, 7) == (prefix.."state ") then
  8311. statechosen = string.sub(msg, 8)
  8312. changingstate = true
  8313. end
  8314. if string.sub(msg, 1, 9) == (prefix.."gravity ") then
  8315. game:GetService("Workspace").Gravity = string.sub(msg, 10)
  8316. end
  8317. if string.sub(msg, 1, 10) == (prefix.."looprhats") then
  8318. removingmeshhats = true
  8319. end
  8320. if string.sub(msg, 1, 12) == (prefix.."unlooprhats") then
  8321. removingmeshhats = false
  8322. end
  8323. if string.sub(msg, 1, 10) == (prefix.."looprtool") then
  8324. removingmeshtool = true
  8325. end
  8326. if string.sub(msg, 1, 12) == (prefix.."unlooprtool") then
  8327. removingmeshtool = false
  8328. end
  8329. if string.sub(msg, 1, 10) == (prefix.."givetool ") then
  8330. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetDescendants()) do
  8331. if v:IsA("Tool") then
  8332. for i,player in pairs(GetPlayer(string.sub(msg, 11))) do
  8333. v.Parent = player.Character
  8334. end
  8335. end
  8336. end
  8337. end
  8338. if string.sub(msg, 1, 14) == (prefix.."givealltools ") then
  8339. for i,v in pairs(game:GetService("Players").LocalPlayer.Backpack:GetDescendants()) do
  8340. if v:IsA("Tool") then
  8341. v.Parent = lplayer.Character
  8342. wait()
  8343. for i,player in pairs(GetPlayer(string.sub(msg, 15))) do
  8344. v.Parent = player.Character
  8345. end
  8346. end
  8347. end
  8348. end
  8349. if string.sub(msg, 1, 5) == (prefix.."age ") then
  8350. for i,player in pairs(GetPlayer(string.sub(msg, 6))) do
  8351. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account Age: "..player.AccountAge.." days!", "All")
  8352. end
  8353. end
  8354. if string.sub(msg, 1, 4) == (prefix.."id ") then
  8355. for i,player in pairs(GetPlayer(string.sub(msg, 5))) do
  8356. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account ID: "..player.UserId, "All")
  8357. end
  8358. end
  8359. if string.sub(msg, 1, 6) == (prefix..".age ") then
  8360. for i,player in pairs(GetPlayer(string.sub(msg, 7))) do
  8361. game:GetService("StarterGui"):SetCore("SendNotification", {
  8362. Title = player.AccountAge.." Days";
  8363. Text = "Account age of "..player.Name;
  8364. })
  8365. end
  8366. end
  8367. if string.sub(msg, 1, 5) == (prefix..".id ") then
  8368. for i,player in pairs(GetPlayer(string.sub(msg, 6))) do
  8369. game:GetService("StarterGui"):SetCore("SendNotification", {
  8370. Title = player.UserId.." ID";
  8371. Text = "Account ID of "..player.Name;
  8372. })
  8373. end
  8374. end
  8375. if string.sub(msg, 1, 7) == (prefix.."gameid") then
  8376. game:GetService("StarterGui"):SetCore("SendNotification", {
  8377. Title = "Game ID";
  8378. Text = "Game ID: ".. game.GameId;
  8379. })
  8380. end
  8381. if string.sub(msg, 1, 4) == (prefix.."pgs") then
  8382. local pgscheck = game:GetService("Workspace"):PGSIsEnabled()
  8383. if pgscheck == true then
  8384. game:GetService("StarterGui"):SetCore("SendNotification", {
  8385. Title = "PGSPhysicsSolverEnabled";
  8386. Text = "PGS is Enabled!";
  8387. })
  8388. else
  8389. game:GetService("StarterGui"):SetCore("SendNotification", {
  8390. Title = "PGSPhysicsSolverEnabled";
  8391. Text = "PGS is Disabled!";
  8392. })
  8393. end
  8394. end
  8395. if string.sub(msg, 1, 12) == (prefix.."removeinvis") then
  8396. for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  8397. if v:IsA("Part") then
  8398. if v.Transparency == 1 then
  8399. if v.Name ~= "HumanoidRootPart" then
  8400. v:Destroy()
  8401. end
  8402. end
  8403. end
  8404. end
  8405. end
  8406. if string.sub(msg, 1, 10) == (prefix.."removefog") then
  8407. game:GetService("Lighting").FogStart = 0
  8408. game:GetService("Lighting").FogEnd = 9999999999999
  8409. end
  8410. if string.sub(msg, 1, 8) == (prefix.."disable") then
  8411. lplayer.Character.Humanoid.Parent = lplayer
  8412. end
  8413. if string.sub(msg, 1, 7) == (prefix.."enable") then
  8414. lplayer.Humanoid.Parent = lplayer.Character
  8415. end
  8416. if string.sub(msg, 1, 8) == (prefix.."prefix ") then
  8417. prefix = (string.sub(msg, 9, 9))
  8418. wait(0.1)
  8419. change()
  8420. wait(0.1)
  8421. game:GetService("StarterGui"):SetCore("SendNotification", {
  8422. Title = "Prefix changed!";
  8423. Text = "Prefix is now "..prefix..". Use ;resetprefix to reset to ;";
  8424. })
  8425. end
  8426. if string.sub(msg, 1, 12) == (";resetprefix") then
  8427. prefix = ";"
  8428. wait(0.1)
  8429. change()
  8430. wait(0.1)
  8431. game:GetService("StarterGui"):SetCore("SendNotification", {
  8432. Title = "Prefix changed!";
  8433. Text = "Prefix is now "..prefix..". Make sure it's one key!";
  8434. })
  8435. end
  8436. if string.sub(msg, 1, 10) == (prefix.."flyspeed ") then
  8437. speedfly = string.sub(msg, 11)
  8438. wait()
  8439. change()
  8440. end
  8441. if string.sub(msg, 1, 8) == (prefix.."carpet ") then
  8442. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  8443. local Anim3 = Instance.new("Animation")
  8444. Anim3.AnimationId = "rbxassetid://282574440"
  8445. local track3 = lplayer.Character.Humanoid:LoadAnimation(Anim3)
  8446. track3:Play(.1, 1, 1)
  8447. bplrr = v.Name
  8448. banpl = true
  8449. end
  8450. end
  8451. if string.sub(msg, 1, 9) == (prefix.."uncarpet") then
  8452. banpl = false
  8453. end
  8454. if string.sub(msg, 1, 7) == (prefix.."stare ") then
  8455. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  8456. staring = true
  8457. stareplr = v
  8458. end
  8459. end
  8460. if string.sub(msg, 1, 8) == (prefix.."unstare") then
  8461. staring = false
  8462. end
  8463. if string.sub(msg, 1, 8) == (prefix.."logchat") then
  8464. chatlogs = true
  8465. game:GetService("StarterGui"):SetCore("SendNotification", {
  8466. Title = "LogChat enabled";
  8467. Text = "Now logging all player chat.";
  8468. })
  8469. end
  8470. if string.sub(msg, 1, 10) == (prefix.."unlogchat") then
  8471. chatlogs = false
  8472. game:GetService("StarterGui"):SetCore("SendNotification", {
  8473. Title = "LogChat disabled";
  8474. Text = "Stopped logging all player chat.";
  8475. })
  8476. end
  8477. if string.sub(msg, 1, 7) == (prefix.."fixcam") then
  8478. game:GetService("Workspace").CurrentCamera:Destroy()
  8479. wait(0.1)
  8480. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
  8481. game:GetService("Workspace").CurrentCamera.CameraType = "Custom"
  8482. lplayer.CameraMinZoomDistance = 0.5
  8483. lplayer.CameraMaxZoomDistance = 400
  8484. lplayer.CameraMode = "Classic"
  8485. end
  8486. if string.sub(msg, 1, 8) == (prefix.."unstate") then
  8487. changingstate = false
  8488. end
  8489. end)
  8490.  
  8491. local function tp()
  8492. for i, player in ipairs(game:GetService("Players"):GetPlayers()) do
  8493. if player.Character and player.Character:FindFirstChild("HumanoidRootPart") then
  8494. if player.Name == brplr then
  8495. player.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame + lplayer.Character.HumanoidRootPart.CFrame.lookVector * 2
  8496. end
  8497. end
  8498. end
  8499. end
  8500. local function tpall()
  8501. for i, player in ipairs(game:GetService("Players"):GetPlayers()) do
  8502. if player.Character and player.Character:FindFirstChild("HumanoidRootPart") then
  8503. player.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame + lplayer.Character.HumanoidRootPart.CFrame.lookVector * 3
  8504. end
  8505. end
  8506. end
  8507. spawn(function()
  8508. while wait(spamdelay) do
  8509. if spamming == true then
  8510. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(spamtext, "All")
  8511. end
  8512. end
  8513. end)
  8514. spawn(function()
  8515. while wait(spamdelay) do
  8516. if spammingpm == true then
  8517. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("/w "..pmspammed.." @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@", "All")
  8518. end
  8519. end
  8520. end)
  8521. spawn(function()
  8522. while wait() do
  8523. if cbring == true then
  8524. tp()
  8525. end
  8526. end
  8527. end)
  8528. spawn(function()
  8529. while wait() do
  8530. if cbringall == true then
  8531. tpall()
  8532. end
  8533. end
  8534. end)
  8535.  
  8536. Mouse.KeyDown:connect(function(Key)
  8537. if Key == prefix then
  8538. CMDBAR:CaptureFocus()
  8539. end
  8540. end)
  8541.  
  8542. CMDBAR.FocusLost:connect(function(enterPressed)
  8543. if enterPressed then
  8544. if string.sub(CMDBAR.Text, 1, 5) == ("kill ") then
  8545. if string.sub(CMDBAR.Text, 6) == "me" then
  8546. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(100000,0,100000)
  8547. else
  8548. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6)))do
  8549. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  8550. lplayer.Character.Humanoid.Name = 1
  8551. local l = lplayer.Character["1"]:Clone()
  8552. l.Parent = lplayer.Character
  8553. l.Name = "Humanoid"
  8554. wait(0.1)
  8555. lplayer.Character["1"]:Destroy()
  8556. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  8557. lplayer.Character.Animate.Disabled = true
  8558. wait(0.1)
  8559. lplayer.Character.Animate.Disabled = false
  8560. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  8561. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  8562. lplayer.Character.Humanoid:EquipTool(v)
  8563. end
  8564. local function tp(player,player2)
  8565. local char1,char2=player.Character,player2.Character
  8566. if char1 and char2 then
  8567. char1:MoveTo(char2.Head.Position)
  8568. end
  8569. end
  8570. wait(0.1)
  8571. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  8572. wait(0.2)
  8573. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  8574. wait(0.5)
  8575. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
  8576. wait(0.7)
  8577. tp(lplayer,game:GetService("Players")[v.Name])
  8578. wait(0.7)
  8579. lplayer.Character.HumanoidRootPart.CFrame = NOW
  8580. game:GetService("StarterGui"):SetCore("SendNotification", {
  8581. Title = "Tools needed!";
  8582. Text = "You need a tool in your backpack for this command!";
  8583. })
  8584. end
  8585. end
  8586. end
  8587. if string.sub(CMDBAR.Text, 1, 6) == ("bring ") then
  8588. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7)))do
  8589. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  8590. lplayer.Character.Humanoid.Name = 1
  8591. local l = lplayer.Character["1"]:Clone()
  8592. l.Parent = lplayer.Character
  8593. l.Name = "Humanoid"
  8594. wait(0.1)
  8595. lplayer.Character["1"]:Destroy()
  8596. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  8597. lplayer.Character.Animate.Disabled = true
  8598. wait(0.1)
  8599. lplayer.Character.Animate.Disabled = false
  8600. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  8601. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  8602. lplayer.Character.Humanoid:EquipTool(v)
  8603. end
  8604. local function tp(player,player2)
  8605. local char1,char2=player.Character,player2.Character
  8606. if char1 and char2 then
  8607. char1.HumanoidRootPart.CFrame = char2.HumanoidRootPart.CFrame
  8608. end
  8609. end
  8610. local function getout(player,player2)
  8611. local char1,char2=player.Character,player2.Character
  8612. if char1 and char2 then
  8613. char1:MoveTo(char2.Head.Position)
  8614. end
  8615. end
  8616. tp(game:GetService("Players")[v.Name], lplayer)
  8617. wait(0.2)
  8618. tp(game:GetService("Players")[v.Name], lplayer)
  8619. wait(0.5)
  8620. lplayer.Character.HumanoidRootPart.CFrame = NOW
  8621. wait(0.5)
  8622. getout(lplayer, game:GetService("Players")[v.Name])
  8623. wait(0.3)
  8624. lplayer.Character.HumanoidRootPart.CFrame = NOW
  8625. game:GetService("StarterGui"):SetCore("SendNotification", {
  8626. Title = "Tools needed!";
  8627. Text = "You need a tool in your backpack for this command!";
  8628. })
  8629. end
  8630. end
  8631. if string.sub(CMDBAR.Text, 1, 5) == ("spin ") then
  8632. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  8633. lplayer.Character.Humanoid.Name = 1
  8634. local l = lplayer.Character["1"]:Clone()
  8635. l.Parent = lplayer.Character
  8636. l.Name = "Humanoid"
  8637. wait(0.1)
  8638. lplayer.Character["1"]:Destroy()
  8639. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  8640. lplayer.Character.Animate.Disabled = true
  8641. wait(0.1)
  8642. lplayer.Character.Animate.Disabled = false
  8643. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  8644. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  8645. lplayer.Character.Humanoid:EquipTool(v)
  8646. end
  8647. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  8648. spinplr = v
  8649. wait(0.5)
  8650. spin = true
  8651. game:GetService("StarterGui"):SetCore("SendNotification", {
  8652. Title = "Tools needed!";
  8653. Text = "You need a tool in your backpack for this command!";
  8654. })
  8655. end
  8656. end
  8657. if string.sub(CMDBAR.Text, 1, 6) == ("unspin") then
  8658. spin = false
  8659. end
  8660. if string.sub(CMDBAR.Text, 1, 7) == ("attach ") then
  8661. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  8662. lplayer.Character.Humanoid.Name = 1
  8663. local l = lplayer.Character["1"]:Clone()
  8664. l.Parent = lplayer.Character
  8665. l.Name = "Humanoid"
  8666. wait(0.1)
  8667. lplayer.Character["1"]:Destroy()
  8668. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  8669. lplayer.Character.Animate.Disabled = true
  8670. wait(0.1)
  8671. lplayer.Character.Animate.Disabled = false
  8672. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  8673. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  8674. lplayer.Character.Humanoid:EquipTool(v)
  8675. end
  8676. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  8677. wait(0.3)
  8678. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  8679. attplr = v
  8680. game:GetService("StarterGui"):SetCore("SendNotification", {
  8681. Title = "Tools needed!";
  8682. Text = "You need a tool in your backpack for this command!";
  8683. })
  8684. end
  8685. end
  8686. if string.sub(CMDBAR.Text, 1, 9) == ("unattach ") then
  8687. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
  8688. local function getout(player,player2)
  8689. local char1,char2=player.Character,player2.Character
  8690. if char1 and char2 then
  8691. char1:MoveTo(char2.Head.Position)
  8692. end
  8693. end
  8694. getout(lplayer, game:GetService("Players")[v.Name])
  8695. end
  8696. end
  8697. if string.sub(CMDBAR.Text, 1, 7) == ("follow ") then
  8698. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  8699. followed = true
  8700. flwplr = v
  8701. end
  8702. end
  8703. if string.sub(CMDBAR.Text, 1, 8) == ("unfollow") then
  8704. followed = false
  8705. end
  8706. if string.sub(CMDBAR.Text, 1, 9) == ("freefall ") then
  8707. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
  8708. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  8709. lplayer.Character.Humanoid.Name = 1
  8710. local l = lplayer.Character["1"]:Clone()
  8711. l.Parent = lplayer.Character
  8712. l.Name = "Humanoid"
  8713. wait(0.1)
  8714. lplayer.Character["1"]:Destroy()
  8715. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  8716. lplayer.Character.Animate.Disabled = true
  8717. wait(0.1)
  8718. lplayer.Character.Animate.Disabled = false
  8719. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  8720. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  8721. lplayer.Character.Humanoid:EquipTool(v)
  8722. end
  8723. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  8724. wait(0.2)
  8725. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  8726. wait(0.6)
  8727. lplayer.Character.HumanoidRootPart.CFrame = NOW
  8728. wait(0.6)
  8729. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,50000,0)
  8730. game:GetService("StarterGui"):SetCore("SendNotification", {
  8731. Title = "Tools needed!";
  8732. Text = "You need a tool in your backpack for this command!";
  8733. })
  8734. end
  8735. end
  8736. if string.sub(CMDBAR.Text, 1, 6) == ("trail ") then
  8737. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  8738. traill = true
  8739. trlplr = v
  8740. end
  8741. end
  8742. if string.sub(CMDBAR.Text, 1, 7) == ("untrail") then
  8743. traill = false
  8744. end
  8745. if string.sub(CMDBAR.Text, 1, 6) == ("orbit ") then
  8746. if string.sub(CMDBAR.Text, 7) == "all" or string.sub(CMDBAR.Text, 7) == "others" or string.sub(CMDBAR.Text, 7) == "me" then
  8747. lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  8748. else
  8749. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  8750. local o = Instance.new("RocketPropulsion")
  8751. o.Parent = lplayer.Character.HumanoidRootPart
  8752. o.Name = "Orbit"
  8753. o.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
  8754. o:Fire()
  8755. noclip = true
  8756. end
  8757. end
  8758. end
  8759. if string.sub(CMDBAR.Text, 1, 7) == ("unorbit") then
  8760. lplayer.Character.HumanoidRootPart.Orbit:Destroy()
  8761. noclip = false
  8762. end
  8763. if string.sub(CMDBAR.Text, 1, 6) == ("fling ") then
  8764. if string.sub(CMDBAR.Text, 7) == "all" or string.sub(CMDBAR.Text, 7) == "others" or string.sub(CMDBAR.Text, 7) == "me" then
  8765. lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  8766. else
  8767. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  8768. local y = Instance.new("RocketPropulsion")
  8769. y.Parent = lplayer.Character.HumanoidRootPart
  8770. y.CartoonFactor = 1
  8771. y.MaxThrust = 800000
  8772. y.MaxSpeed = 1000
  8773. y.ThrustP = 200000
  8774. y.Name = "Fling"
  8775. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  8776. y.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
  8777. y:Fire()
  8778. noclip = true
  8779. end
  8780. end
  8781. end
  8782. if string.sub(CMDBAR.Text, 1, 7) == ("unfling") then
  8783. noclip = false
  8784. lplayer.Character.HumanoidRootPart.Fling:Destroy()
  8785. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
  8786. wait(0.4)
  8787. lplayer.Character.HumanoidRootPart.Fling:Destroy()
  8788. end
  8789. if string.sub(CMDBAR.Text, 1, 7) == ("fecheck") then
  8790. if game:GetService("Workspace").FilteringEnabled == true then
  8791. warn("FE is Enabled (Filtering Enabled)")
  8792. game:GetService("StarterGui"):SetCore("SendNotification", {
  8793. Title = "FE is Enabled";
  8794. Text = "Filtering Enabled. Enjoy using Reviz Admin!";
  8795. })
  8796. else
  8797. warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
  8798. game:GetService("StarterGui"):SetCore("SendNotification", {
  8799. Title = "FE is Disabled";
  8800. Text = "Filtering Disabled. Consider using a different admin script.";
  8801. })
  8802. end
  8803. end
  8804. if string.sub(CMDBAR.Text, 1, 5) == ("void ") then
  8805. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  8806. lplayer.Character.Humanoid.Name = 1
  8807. local l = lplayer.Character["1"]:Clone()
  8808. l.Parent = lplayer.Character
  8809. l.Name = "Humanoid"
  8810. wait(0.1)
  8811. lplayer.Character["1"]:Destroy()
  8812. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  8813. lplayer.Character.Animate.Disabled = true
  8814. wait(0.1)
  8815. lplayer.Character.Animate.Disabled = false
  8816. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  8817. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  8818. lplayer.Character.Humanoid:EquipTool(v)
  8819. end
  8820. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  8821. wait(0.2)
  8822. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  8823. wait(0.6)
  8824. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(999999999999999,0,999999999999999)
  8825. game:GetService("StarterGui"):SetCore("SendNotification", {
  8826. Title = "Tools needed!";
  8827. Text = "You need a tool in your backpack for this command!";
  8828. })
  8829. end
  8830. end
  8831. if string.sub(CMDBAR.Text, 1, 6) == ("noclip") then
  8832. noclip = true
  8833. game:GetService("StarterGui"):SetCore("SendNotification", {
  8834. Title = "Noclip enabled";
  8835. Text = "Type ;clip to disable";
  8836. })
  8837. end
  8838. if string.sub(CMDBAR.Text, 1, 4) == ("clip") then
  8839. noclip = false
  8840. game:GetService("StarterGui"):SetCore("SendNotification", {
  8841. Title = "Noclip disabled";
  8842. Text = "Type ;noclip to enable";
  8843. })
  8844. end
  8845. if string.sub(CMDBAR.Text, 1, 6) == ("speed ") then
  8846. lplayer.Character.Humanoid.WalkSpeed = (string.sub(CMDBAR.Text, 7))
  8847. end
  8848. if string.sub(CMDBAR.Text, 1, 3) == ("ws ") then
  8849. lplayer.Character.Humanoid.WalkSpeed = (string.sub(CMDBAR.Text, 4))
  8850. end
  8851. if string.sub(CMDBAR.Text, 1, 10) == ("hipheight ") then
  8852. lplayer.Character.Humanoid.HipHeight = (string.sub(CMDBAR.Text, 11))
  8853. end
  8854. if string.sub(CMDBAR.Text, 1, 3) == ("hh ") then
  8855. lplayer.Character.Humanoid.HipHeight = (string.sub(CMDBAR.Text, 4))
  8856. end
  8857. if string.sub(CMDBAR.Text, 1, 10) == ("jumppower ") then
  8858. lplayer.Character.Humanoid.JumpPower = (string.sub(CMDBAR.Text, 11))
  8859. end
  8860. if string.sub(CMDBAR.Text, 1, 3) == ("jp ") then
  8861. lplayer.Character.Humanoid.JumpPower = (string.sub(CMDBAR.Text, 4))
  8862. end
  8863. if string.sub(CMDBAR.Text, 1, 7) == ("default") then
  8864. lplayer.Character.Humanoid.JumpPower = 50
  8865. lplayer.Character.Humanoid.WalkSpeed = 16
  8866. lplayer.Character.Humanoid.HipHeight = 0
  8867. end
  8868. if string.sub(CMDBAR.Text, 1, 6) == ("annoy ") then
  8869. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  8870. annoying = true
  8871. annplr = v
  8872. end
  8873. end
  8874. if string.sub(CMDBAR.Text, 1, 7) == ("unannoy") then
  8875. annoying = false
  8876. end
  8877. if string.sub(CMDBAR.Text, 1, 9) == ("headwalk ") then
  8878. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
  8879. hwalk = true
  8880. hdwplr = v
  8881. end
  8882. end
  8883. if string.sub(CMDBAR.Text, 1, 10) == ("unheadwalk") then
  8884. hwalk = false
  8885. end
  8886. if string.sub(CMDBAR.Text, 1, 7) == ("nolimbs") then
  8887. lplayer.Character["Left Leg"]:Destroy()
  8888. lplayer.Character["Left Arm"]:Destroy()
  8889. lplayer.Character["Right Leg"]:Destroy()
  8890. lplayer.Character["Right Arm"]:Destroy()
  8891. end
  8892. if string.sub(CMDBAR.Text, 1, 3) == ("god") then
  8893. lplayer.Character.Humanoid.Name = 1
  8894. local l = lplayer.Character["1"]:Clone()
  8895. l.Parent = lplayer.Character
  8896. l.Name = "Humanoid"
  8897. wait(0.1)
  8898. lplayer.Character["1"]:Destroy()
  8899. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  8900. lplayer.Character.Animate.Disabled = true
  8901. wait(0.1)
  8902. lplayer.Character.Animate.Disabled = false
  8903. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  8904. game:GetService("StarterGui"):SetCore("SendNotification", {
  8905. Title = "FE Godmode enabled";
  8906. Text = "Use ;grespawn or ;respawn to remove.";
  8907. })
  8908. end
  8909. if string.sub(CMDBAR.Text, 1, 8) == ("drophats") then
  8910. for i,v in pairs(lplayer.Character:GetChildren()) do
  8911. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  8912. v.Parent = workspace
  8913. end
  8914. end
  8915. end
  8916. if string.sub(CMDBAR.Text, 1, 8) == ("droptool") then
  8917. for i,v in pairs(lplayer.Character:GetChildren()) do
  8918. if (v:IsA("Tool")) then
  8919. v.Parent = workspace
  8920. end
  8921. end
  8922. end
  8923. if string.sub(CMDBAR.Text, 1, 9) == ("loopdhats") then
  8924. droppinghats = true
  8925. game:GetService("StarterGui"):SetCore("SendNotification", {
  8926. Title = "Loop Drop Enabled";
  8927. Text = "Type ;unloopdhats to disable";
  8928. })
  8929. end
  8930. if string.sub(CMDBAR.Text, 1, 11) == ("unloopdhats") then
  8931. droppinghats = false
  8932. game:GetService("StarterGui"):SetCore("SendNotification", {
  8933. Title = "Loop Drop Disabled";
  8934. Text = "Type ;loopdhats to enable.";
  8935. })
  8936. end
  8937. if string.sub(CMDBAR.Text, 1, 9) == ("loopdtool") then
  8938. droppingtools = true
  8939. game:GetService("StarterGui"):SetCore("SendNotification", {
  8940. Title = "Loop Drop Enabled";
  8941. Text = "Type ;unloopdtool to disable";
  8942. })
  8943. end
  8944. if string.sub(CMDBAR.Text, 1, 11) == ("unloopdtool") then
  8945. droppingtools = false
  8946. game:GetService("StarterGui"):SetCore("SendNotification", {
  8947. Title = "Loop Drop Disabled";
  8948. Text = "Type ;loopdtool to enable.";
  8949. })
  8950. end
  8951. if string.sub(CMDBAR.Text, 1, 9) == ("invisible") then -- Credit to Timeless
  8952. Local = game:GetService('Players').LocalPlayer
  8953. Char = Local.Character
  8954. touched,tpdback = false, false
  8955. box = Instance.new('Part',workspace)
  8956. box.Anchored = true
  8957. box.CanCollide = true
  8958. box.Size = Vector3.new(10,1,10)
  8959. box.Position = Vector3.new(0,10000,0)
  8960. box.Touched:connect(function(part)
  8961. if (part.Parent.Name == Local.Name) then
  8962. if touched == false then
  8963. touched = true
  8964. function apply()
  8965. if script.Disabled ~= true then
  8966. no = Char.HumanoidRootPart:Clone()
  8967. wait(.25)
  8968. Char.HumanoidRootPart:Destroy()
  8969. no.Parent = Char
  8970. Char:MoveTo(loc)
  8971. touched = false
  8972. end end
  8973. if Char then
  8974. apply()
  8975. end
  8976. end
  8977. end
  8978. end)
  8979. repeat wait() until Char
  8980. loc = Char.HumanoidRootPart.Position
  8981. Char:MoveTo(box.Position + Vector3.new(0,.5,0))
  8982. game:GetService("StarterGui"):SetCore("SendNotification", {
  8983. Title = "Invisibility enabled!";
  8984. Text = "Reset or use ;respawn to remove.";
  8985. })
  8986. end
  8987. if string.sub(CMDBAR.Text, 1, 5) == ("view ") then
  8988. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  8989. if game:GetService("Players")[v.Name].Character.Humanoid then
  8990. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Humanoid
  8991. else
  8992. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  8993. end
  8994. end
  8995. end
  8996. if string.sub(CMDBAR.Text, 1, 6) == ("unview") then
  8997. if lplayer.Character.Humanoid then
  8998. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
  8999. else
  9000. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
  9001. end
  9002. end
  9003. if string.sub(CMDBAR.Text, 1, 5) == ("goto ") then
  9004. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  9005. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  9006. end
  9007. end
  9008. if string.sub(CMDBAR.Text, 1, 3) == ("fly") then
  9009. repeat wait() until lplayer and lplayer.Character and lplayer.Character:FindFirstChild('HumanoidRootPart') and lplayer.Character:FindFirstChild('Humanoid')
  9010. repeat wait() until Mouse
  9011.  
  9012. local T = lplayer.Character.HumanoidRootPart
  9013. local CONTROL = {F = 0, B = 0, L = 0, R = 0}
  9014. local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  9015. local SPEED = speedget
  9016.  
  9017. local function fly()
  9018. flying = true
  9019. local BG = Instance.new('BodyGyro', T)
  9020. local BV = Instance.new('BodyVelocity', T)
  9021. BG.P = 9e4
  9022. BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  9023. BG.cframe = T.CFrame
  9024. BV.velocity = Vector3.new(0, 0.1, 0)
  9025. BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
  9026. spawn(function()
  9027. repeat wait()
  9028. lplayer.Character.Humanoid.PlatformStand = true
  9029. if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
  9030. SPEED = 50
  9031. elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
  9032. SPEED = 0
  9033. end
  9034. if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
  9035. 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
  9036. lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
  9037. elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
  9038. 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
  9039. else
  9040. BV.velocity = Vector3.new(0, 0.1, 0)
  9041. end
  9042. BG.cframe = workspace.CurrentCamera.CoordinateFrame
  9043. until not flying
  9044. CONTROL = {F = 0, B = 0, L = 0, R = 0}
  9045. lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  9046. SPEED = 0
  9047. BG:destroy()
  9048. BV:destroy()
  9049. lplayer.Character.Humanoid.PlatformStand = false
  9050. end)
  9051. end
  9052. Mouse.KeyDown:connect(function(KEY)
  9053. if KEY:lower() == 'w' then
  9054. CONTROL.F = speedfly
  9055. elseif KEY:lower() == 's' then
  9056. CONTROL.B = -speedfly
  9057. elseif KEY:lower() == 'a' then
  9058. CONTROL.L = -speedfly
  9059. elseif KEY:lower() == 'd' then
  9060. CONTROL.R = speedfly
  9061. end
  9062. end)
  9063. Mouse.KeyUp:connect(function(KEY)
  9064. if KEY:lower() == 'w' then
  9065. CONTROL.F = 0
  9066. elseif KEY:lower() == 's' then
  9067. CONTROL.B = 0
  9068. elseif KEY:lower() == 'a' then
  9069. CONTROL.L = 0
  9070. elseif KEY:lower() == 'd' then
  9071. CONTROL.R = 0
  9072. end
  9073. end)
  9074. fly()
  9075. end
  9076. if string.sub(CMDBAR.Text, 1, 5) == ("unfly") then
  9077. flying = false
  9078. lplayer.Character.Humanoid.PlatformStand = false
  9079. end
  9080. if string.sub(CMDBAR.Text, 1, 5) == ("chat ") then
  9081. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer((string.sub(CMDBAR.Text, 6)), "All")
  9082. end
  9083. if string.sub(CMDBAR.Text, 1, 5) == ("spam ") then
  9084. spamtext = (string.sub(CMDBAR.Text, 6))
  9085. spamming = true
  9086. end
  9087. if string.sub(CMDBAR.Text, 1, 6) == ("unspam") then
  9088. spamming = false
  9089. end
  9090. if string.sub(CMDBAR.Text, 1, 9) == ("spamwait ") then
  9091. spamdelay = (string.sub(CMDBAR.Text, 10))
  9092. end
  9093. if string.sub(CMDBAR.Text, 1, 7) == ("pmspam ") then
  9094. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  9095. pmspammed = v.Name
  9096. spammingpm = true
  9097. end
  9098. end
  9099. if string.sub(CMDBAR.Text, 1, 8) == ("unpmspam") then
  9100. spammingpm = false
  9101. end
  9102. if string.sub(CMDBAR.Text, 1, 8) == ("cfreeze ") then
  9103. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 9))) do
  9104. v.Character["Left Leg"].Anchored = true
  9105. v.Character["Left Arm"].Anchored = true
  9106. v.Character["Right Leg"].Anchored = true
  9107. v.Character["Right Arm"].Anchored = true
  9108. v.Character.Torso.Anchored = true
  9109. v.Character.Head.Anchored = true
  9110. end
  9111. end
  9112. if string.sub(CMDBAR.Text, 1, 10) == ("uncfreeze ") then
  9113. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 11))) do
  9114. v.Character["Left Leg"].Anchored = false
  9115. v.Character["Left Arm"].Anchored = false
  9116. v.Character["Right Leg"].Anchored = false
  9117. v.Character["Right Arm"].Anchored = false
  9118. v.Character.Torso.Anchored = false
  9119. v.Character.Head.Anchored = false
  9120. end
  9121. end
  9122. if string.sub(CMDBAR.Text, 1, 8) == ("unlockws") then
  9123. local a = game:GetService("Workspace"):getChildren()
  9124. for i = 1, #a do
  9125. if a[i].className == "Part" then
  9126. a[i].Locked = false
  9127. elseif a[i].className == "Model" then
  9128. local r = a[i]:getChildren()
  9129. for i = 1, #r do
  9130. if r[i].className == "Part" then
  9131. r[i].Locked = false
  9132. end
  9133. end
  9134. end
  9135. end
  9136. game:GetService("StarterGui"):SetCore("SendNotification", {
  9137. Title = "Success!";
  9138. Text = "Workspace unlocked. Use ;lockws to lock.";
  9139. })
  9140. end
  9141. if string.sub(CMDBAR.Text, 1, 6) == ("lockws") then
  9142. local a = game:GetService("Workspace"):getChildren()
  9143. for i = 1, #a do
  9144. if a[i].className == "Part" then
  9145. a[i].Locked = true
  9146. elseif a[i].className == "Model" then
  9147. local r = a[i]:getChildren()
  9148. for i = 1, #r do
  9149. if r[i].className == "Part" then
  9150. r[i].Locked = true
  9151. end
  9152. end
  9153. end
  9154. end
  9155. end
  9156. if string.sub(CMDBAR.Text, 1, 6) == ("btools") then
  9157. local Clone_T = Instance.new("HopperBin",lplayer.Backpack)
  9158. Clone_T.BinType = "Clone"
  9159. local Destruct = Instance.new("HopperBin",lplayer.Backpack)
  9160. Destruct.BinType = "Hammer"
  9161. local Hold_T = Instance.new("HopperBin",lplayer.Backpack)
  9162. Hold_T.BinType = "Grab"
  9163. end
  9164. if string.sub(CMDBAR.Text, 1, 6) == ("pstand") then
  9165. lplayer.Character.Humanoid.PlatformStand = true
  9166. end
  9167. if string.sub(CMDBAR.Text, 1, 8) == ("unpstand") then
  9168. lplayer.Character.Humanoid.PlatformStand = false
  9169. end
  9170. if string.sub(CMDBAR.Text, 1, 9) == ("blockhead") then
  9171. lplayer.Character.Head.Mesh:Destroy()
  9172. end
  9173. if string.sub(CMDBAR.Text, 1, 3) == ("sit") then
  9174. lplayer.Character.Humanoid.Sit = true
  9175. end
  9176. if string.sub(CMDBAR.Text, 1, 9) == ("bringobj ") then
  9177. local function bringobjw()
  9178. for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
  9179. if obj.Name == (string.sub(CMDBAR.Text, 10)) then
  9180. obj.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  9181. obj.CanCollide = false
  9182. obj.Transparency = 0.7
  9183. wait()
  9184. obj.CFrame = lplayer.Character["Left Leg"].CFrame
  9185. wait()
  9186. obj.CFrame = lplayer.Character["Right Leg"].CFrame
  9187. wait()
  9188. obj.CFrame = lplayer.Character["Head"].CFrame
  9189. end
  9190. end
  9191. end
  9192. while wait() do
  9193. bringobjw()
  9194. end
  9195. game:GetService("StarterGui"):SetCore("SendNotification", {
  9196. Title = "BringObj";
  9197. Text = "BringObj enabled.";
  9198. })
  9199. end
  9200. if string.sub(CMDBAR.Text, 1, 6) == ("wsvis ") then
  9201. vis = (string.sub(CMDBAR.Text, 7))
  9202. local a = game:GetService("Workspace"):GetDescendants()
  9203. for i = 1, #a do
  9204. if a[i].className == "Part" then
  9205. a[i].Transparency = vis
  9206. elseif a[i].className == "Model" then
  9207. local r = a[i]:getChildren()
  9208. for i = 1, #r do
  9209. if r[i].className == "Part" then
  9210. r[i].Transparency = vis
  9211. end
  9212. end
  9213. end
  9214. end
  9215. end
  9216. if string.sub(CMDBAR.Text, 1, 10) == ("hypertotal") then
  9217. loadstring(game:GetObjects("rbxassetid://1255063809")[1].Source)()
  9218. game:GetService("StarterGui"):SetCore("SendNotification", {
  9219. Title = "Success!";
  9220. Text = "HyperTotal GUI Loaded!";
  9221. })
  9222. end
  9223. if string.sub(CMDBAR.Text, 1, 4) == ("cmds") then
  9224. CMDSFRAME.Visible = true
  9225. end
  9226. if string.sub(CMDBAR.Text, 1, 9) == ("rmeshhats") then
  9227. for i,v in pairs(lplayer.Character:GetChildren()) do
  9228. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  9229. v.Handle.Mesh:Destroy()
  9230. end
  9231. end
  9232. end
  9233. if string.sub(CMDBAR.Text, 1, 9) == ("blockhats") then
  9234. for i,v in pairs(lplayer.Character:GetChildren()) do
  9235. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  9236. v.Handle.Mesh:Destroy()
  9237. end
  9238. end
  9239. end
  9240. if string.sub(CMDBAR.Text, 1, 9) == ("rmeshtool") then
  9241. for i,v in pairs(lplayer.Character:GetChildren()) do
  9242. if (v:IsA("Tool")) then
  9243. v.Handle.Mesh:Destroy()
  9244. end
  9245. end
  9246. end
  9247. if string.sub(CMDBAR.Text, 1, 9) == ("blocktool") then
  9248. for i,v in pairs(lplayer.Character:GetChildren()) do
  9249. if (v:IsA("Tool")) then
  9250. v.Handle.Mesh:Destroy()
  9251. end
  9252. end
  9253. end
  9254. if string.sub(CMDBAR.Text, 1, 7) == ("spinner") then
  9255. local p = Instance.new("RocketPropulsion")
  9256. p.Parent = lplayer.Character.HumanoidRootPart
  9257. p.Name = "Spinner"
  9258. p.Target = lplayer.Character["Left Arm"]
  9259. p:Fire()
  9260. game:GetService("StarterGui"):SetCore("SendNotification", {
  9261. Title = "Spinner enabled";
  9262. Text = "Type ;nospinner to disable.";
  9263. })
  9264. end
  9265. if string.sub(CMDBAR.Text, 1, 9) == ("nospinner") then
  9266. lplayer.Character.HumanoidRootPart.Spinner:Destroy()
  9267. end
  9268. if string.sub(CMDBAR.Text, 1, 6) == ("reachd") then
  9269. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  9270. if v:isA("Tool") then
  9271. local a = Instance.new("SelectionBox",v.Handle)
  9272. a.Adornee = v.Handle
  9273. v.Handle.Size = Vector3.new(0.5,0.5,60)
  9274. v.GripPos = Vector3.new(0,0,0)
  9275. lplayer.Character.Humanoid:UnequipTools()
  9276. end
  9277. end
  9278. game:GetService("StarterGui"):SetCore("SendNotification", {
  9279. Title = "Reach applied!";
  9280. Text = "Applied to equipped sword. Use ;noreach to disable.";
  9281. })
  9282. end
  9283. if string.sub(CMDBAR.Text, 1, 6) == ("reach ") then
  9284. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  9285. if v:isA("Tool") then
  9286. local a = Instance.new("SelectionBox",v.Handle)
  9287. a.Name = "Reach"
  9288. a.Adornee = v.Handle
  9289. v.Handle.Size = Vector3.new(0.5,0.5,(string.sub(CMDBAR.Text, 7)))
  9290. v.GripPos = Vector3.new(0,0,0)
  9291. lplayer.Character.Humanoid:UnequipTools()
  9292. end
  9293. end
  9294. game:GetService("StarterGui"):SetCore("SendNotification", {
  9295. Title = "Reach applied!";
  9296. Text = "Applied to equipped sword. Use ;noreach to disable.";
  9297. })
  9298. end
  9299. if string.sub(CMDBAR.Text, 1, 7) == ("noreach") then
  9300. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  9301. if v:isA("Tool") then
  9302. v.Handle.Reach:Destroy()
  9303. end
  9304. end
  9305. game:GetService("StarterGui"):SetCore("SendNotification", {
  9306. Title = "Reach removed!";
  9307. Text = "Removed reach from equipped sword.";
  9308. })
  9309. end
  9310. if string.sub(CMDBAR.Text, 1, 6) == ("rkill ") then
  9311. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7)))do
  9312. lplayer.Character.Humanoid.Name = 1
  9313. local l = lplayer.Character["1"]:Clone()
  9314. l.Parent = lplayer.Character
  9315. l.Name = "Humanoid"
  9316. wait(0.1)
  9317. lplayer.Character["1"]:Destroy()
  9318. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  9319. lplayer.Character.Animate.Disabled = true
  9320. wait(0.1)
  9321. lplayer.Character.Animate.Disabled = false
  9322. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  9323. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  9324. lplayer.Character.Humanoid:EquipTool(v)
  9325. end
  9326. wait(0.1)
  9327. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  9328. wait(0.2)
  9329. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  9330. wait(0.5)
  9331. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
  9332. game:GetService("StarterGui"):SetCore("SendNotification", {
  9333. Title = "Tools needed!";
  9334. Text = "You need a tool in your backpack for this command!";
  9335. })
  9336. end
  9337. end
  9338. if string.sub(CMDBAR.Text, 1, 6) == ("tp me ") then
  9339. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  9340. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  9341. end
  9342. end
  9343. if string.sub(CMDBAR.Text, 1, 7) == ("cbring ") then
  9344. if (string.sub(CMDBAR.Text, 8)) == "all" or (string.sub(CMDBAR.Text, 8)) == "All" or (string.sub(CMDBAR.Text, 8)) == "ALL" then
  9345. cbringall = true
  9346. else
  9347. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  9348. brplr = v.Name
  9349. end
  9350. end
  9351. cbring = true
  9352. end
  9353. if string.sub(CMDBAR.Text, 1, 8) == ("uncbring") then
  9354. cbring = false
  9355. cbringall = false
  9356. end
  9357. if string.sub(CMDBAR.Text, 1, 5) == ("swap ") then
  9358. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  9359. local NOWPLR = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  9360. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  9361. lplayer.Character.Humanoid.Name = 1
  9362. local l = lplayer.Character["1"]:Clone()
  9363. l.Parent = lplayer.Character
  9364. l.Name = "Humanoid"
  9365. wait(0.1)
  9366. lplayer.Character["1"]:Destroy()
  9367. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  9368. lplayer.Character.Animate.Disabled = true
  9369. wait(0.1)
  9370. lplayer.Character.Animate.Disabled = false
  9371. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  9372. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  9373. lplayer.Character.Humanoid:EquipTool(v)
  9374. end
  9375. local function tp(player,player2)
  9376. local char1,char2=player.Character,player2.Character
  9377. if char1 and char2 then
  9378. char1:MoveTo(char2.Head.Position)
  9379. end
  9380. end
  9381. wait(0.1)
  9382. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  9383. wait(0.2)
  9384. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  9385. wait(0.5)
  9386. lplayer.Character.HumanoidRootPart.CFrame = NOW
  9387. wait(0.6)
  9388. tp(lplayer, game:GetService("Players")[v.Name])
  9389. wait(0.4)
  9390. lplayer.Character.HumanoidRootPart.CFrame = NOWPLR
  9391. game:GetService("StarterGui"):SetCore("SendNotification", {
  9392. Title = "Tools needed!";
  9393. Text = "You need a tool in your backpack for this command!";
  9394. })
  9395. end
  9396. end
  9397. if string.sub(CMDBAR.Text, 1, 7) == ("glitch ") then
  9398. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  9399. lplayer.Character.Humanoid.Name = 1
  9400. local l = lplayer.Character["1"]:Clone()
  9401. l.Parent = lplayer.Character
  9402. l.Name = "Humanoid"
  9403. wait(0.1)
  9404. lplayer.Character["1"]:Destroy()
  9405. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  9406. lplayer.Character.Animate.Disabled = true
  9407. wait(0.1)
  9408. lplayer.Character.Animate.Disabled = false
  9409. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  9410. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  9411. lplayer.Character.Humanoid:EquipTool(v)
  9412. end
  9413. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  9414. wait(0.3)
  9415. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  9416. wait(0.4)
  9417. b = Instance.new("BodyForce")
  9418. b.Parent = lplayer.Character.HumanoidRootPart
  9419. b.Name = "Glitch"
  9420. b.Force = Vector3.new(100000000,5000,0)
  9421. game:GetService("StarterGui"):SetCore("SendNotification", {
  9422. Title = "Tools needed!";
  9423. Text = "You need a tool in your backpack for this command!";
  9424. })
  9425. end
  9426. end
  9427. if string.sub(CMDBAR.Text, 1, 8) == ("unglitch") then
  9428. lplayer.Character.HumanoidRootPart.Glitch:Destroy()
  9429. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(10000,0,10000)
  9430. b = Instance.new("BodyForce")
  9431. b.Parent = lplayer.Character.HumanoidRootPart
  9432. b.Name = "unGlitch"
  9433. b.Force = Vector3.new(0,-5000000,0)
  9434. wait(2)
  9435. lplayer.Character.HumanoidRootPart.unGlitch:Destroy()
  9436. end
  9437. if string.sub(CMDBAR.Text, 1, 8) == ("grespawn") then
  9438. lplayer.Character.Humanoid.Health = 0
  9439. wait(1)
  9440. lplayer.Character.Head.CFrame = CFrame.new(1000000,0,1000000)
  9441. lplayer.Character.Torso.CFrame = CFrame.new(1000000,0,1000000)
  9442. end
  9443. if string.sub(CMDBAR.Text, 1, 8) == ("explorer") then
  9444. loadstring(game:GetObjects("rbxassetid://492005721")[1].Source)()
  9445. game:GetService("StarterGui"):SetCore("SendNotification", {
  9446. Title = "Success!";
  9447. Text = "DEX Explorer has loaded.";
  9448. })
  9449. end
  9450. if string.sub(CMDBAR.Text, 1, 5) == ("anim ") then
  9451. local Anim = Instance.new("Animation")
  9452. Anim.AnimationId = "rbxassetid://"..(string.sub(CMDBAR.Text, 6))
  9453. local track = lplayer.Character.Humanoid:LoadAnimation(Anim)
  9454. track:Play(.1, 1, 1)
  9455. end
  9456. if string.sub(CMDBAR.Text, 1, 7) == ("animgui") then
  9457. loadstring(game:GetObjects("rbxassetid://1202558084")[1].Source)()
  9458. game:GetService("StarterGui"):SetCore("SendNotification", {
  9459. Title = "Success!";
  9460. Text = "Energize Animations GUI has loaded.";
  9461. })
  9462. end
  9463. if string.sub(CMDBAR.Text, 1, 7) == ("savepos") then
  9464. saved = lplayer.Character.HumanoidRootPart.CFrame
  9465. game:GetService("StarterGui"):SetCore("SendNotification", {
  9466. Title = "Position Saved";
  9467. Text = "Use ;loadpos to return to saved position.";
  9468. })
  9469. end
  9470. if string.sub(CMDBAR.Text, 1, 7) == ("loadpos") then
  9471. lplayer.Character.HumanoidRootPart.CFrame = saved
  9472. end
  9473. if string.sub(CMDBAR.Text, 1, 5) == ("bang ") then
  9474. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  9475. local Anim2 = Instance.new("Animation")
  9476. Anim2.AnimationId = "rbxassetid://148840371"
  9477. local track2 = lplayer.Character.Humanoid:LoadAnimation(Anim2)
  9478. track2:Play(.1, 1, 1)
  9479. bplrr = v.Name
  9480. banpl = true
  9481. end
  9482. end
  9483. if string.sub(CMDBAR.Text, 1, 6) == ("unbang") then
  9484. banpl = false
  9485. end
  9486. if string.sub(CMDBAR.Text, 1, 9) == ("bringmod ") then
  9487. local function bringmodw()
  9488. for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
  9489. if obj.Name == (string.sub(CMDBAR.Text, 10)) then
  9490. for i,ch in pairs(obj:GetDescendants()) do
  9491. if (ch:IsA("BasePart")) then
  9492. ch.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  9493. ch.CanCollide = false
  9494. ch.Transparency = 0.7
  9495. wait()
  9496. ch.CFrame = lplayer.Character["Left Leg"].CFrame
  9497. wait()
  9498. ch.CFrame = lplayer.Character["Right Leg"].CFrame
  9499. wait()
  9500. ch.CFrame = lplayer.Character["Head"].CFrame
  9501. end
  9502. end
  9503. end
  9504. end
  9505. end
  9506. while wait() do
  9507. bringmodw()
  9508. end
  9509. game:GetService("StarterGui"):SetCore("SendNotification", {
  9510. Title = "BringMod";
  9511. Text = "BringMod enabled.";
  9512. })
  9513. end
  9514. if string.sub(CMDBAR.Text, 1, 7) == ("respawn") then
  9515. local mod = Instance.new('Model', workspace) mod.Name = 're '..lplayer.Name
  9516. local hum = Instance.new('Humanoid', mod)
  9517. local ins = Instance.new('Part', mod) ins.Name = 'Torso' ins.CanCollide = false ins.Transparency = 1
  9518. lplayer.Character = mod
  9519. end
  9520. if string.sub(CMDBAR.Text, 1, 8) == ("shutdown") then
  9521. game:GetService'RunService'.Stepped:Connect(function()
  9522. pcall(function()
  9523. for i,v in pairs(game:GetService'Players':GetPlayers()) do
  9524. if v.Character ~= nil and v.Character:FindFirstChild'Head' then
  9525. for _,x in pairs(v.Character.Head:GetChildren()) do
  9526. if x:IsA'Sound' then x.Playing = true x.CharacterSoundEvent:FireServer(true, true) end
  9527. end
  9528. end
  9529. end
  9530. end)
  9531. end)
  9532. game:GetService("StarterGui"):SetCore("SendNotification", {
  9533. Title = "Attempting Shutdown";
  9534. Text = "Shutdown Attempt has begun.";
  9535. })
  9536. end
  9537. if string.sub(CMDBAR.Text, 1, 7) == ("delobj ") then
  9538. objtodel = (string.sub(CMDBAR.Text, 8))
  9539. for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  9540. if v.Name == objtodel then
  9541. v:Destroy()
  9542. end
  9543. end
  9544. end
  9545. if string.sub(CMDBAR.Text, 1, 7) == ("getplrs") then
  9546. for i,v in pairs(game:GetService("Players"):GetPlayers())do
  9547. print(v)
  9548. end
  9549. game:GetService("StarterGui"):SetCore("SendNotification", {
  9550. Title = "Printed";
  9551. Text = "Players have been printed to console. (F9)";
  9552. })
  9553. end
  9554. if string.sub(CMDBAR.Text, 1, 8) == ("deldecal") then
  9555. for i,v in pairs(game:GetService("Workspace"):GetDescendants())do
  9556. if (v:IsA("Decal")) then
  9557. v:Destroy()
  9558. end
  9559. end
  9560. end
  9561. if string.sub(CMDBAR.Text, 1, 10) == ("opfinality") then
  9562. loadstring(game:GetObjects("rbxassetid://1294358929")[1].Source)()
  9563. game:GetService("StarterGui"):SetCore("SendNotification", {
  9564. Title = "Success!";
  9565. Text = "OpFinality GUI has loaded.";
  9566. })
  9567. end
  9568. if string.sub(CMDBAR.Text, 1, 7) == ("remotes") then
  9569. remotes = true
  9570. added = true
  9571. game.DescendantAdded:connect(function(rmt)
  9572. if added == true then
  9573. if remotes == true then
  9574. if rmt:IsA("RemoteEvent") then
  9575. print("A RemoteEvent was added!")
  9576. print(" game." .. rmt:GetFullName() .. " | RemoteEvent")
  9577. print(" game." .. rmt:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  9578. end end end
  9579. end)
  9580. game.DescendantAdded:connect(function(rmtfnctn)
  9581. if added == true then
  9582. if remotes == true then
  9583. if rmtfnctn:IsA("RemoteFunction") then
  9584. warn("A RemoteFunction was added!")
  9585. warn(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction")
  9586. print(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  9587. end end end
  9588. end)
  9589.  
  9590. game.DescendantAdded:connect(function(bndfnctn)
  9591. if added == true then
  9592. if binds == true then
  9593. if bndfnctn:IsA("BindableFunction") then
  9594. print("A BindableFunction was added!")
  9595. print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction")
  9596. print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  9597. end end end
  9598. end)
  9599.  
  9600. game.DescendantAdded:connect(function(bnd)
  9601. if added == true then
  9602. if binds == true then
  9603. if bnd:IsA("BindableEvent") then
  9604. warn("A BindableEvent was added!")
  9605. warn(" game." .. bnd:GetFullName() .. " | BindableEvent")
  9606. print(" game." .. bnd:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  9607. end end end
  9608. end)
  9609.  
  9610.  
  9611. if binds == true then
  9612. for i,v in pairs(game:GetDescendants()) do
  9613. if v:IsA("BindableFunction") then
  9614. print(" game." .. v:GetFullName() .. " | BindableFunction")
  9615. print(" game." .. v:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  9616. end end
  9617. for i,v in pairs(game:GetDescendants()) do
  9618. if v:IsA("BindableEvent") then
  9619. warn(" game." .. v:GetFullName() .. " | BindableEvent")
  9620. print(" game." .. v:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  9621. end end
  9622. else
  9623. print("Off")
  9624. end
  9625. if remotes == true then
  9626. for i,v in pairs(game:GetDescendants()) do
  9627. if v:IsA("RemoteFunction") then
  9628. warn(" game." .. v:GetFullName() .. " | RemoteFunction")
  9629. print(" game." .. v:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  9630. end end
  9631. wait()
  9632. for i,v in pairs(game:GetDescendants()) do
  9633. if v:IsA("RemoteEvent") then
  9634. print(" game." .. v:GetFullName() .. " | RemoteEvent")
  9635. print(" game." .. v:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  9636. end end
  9637. else
  9638. print("Off")
  9639. end
  9640. game:GetService("StarterGui"):SetCore("SendNotification", {
  9641. Title = "Printing Remotes";
  9642. Text = "Type ;noremotes to disable.";
  9643. })
  9644. end
  9645. if string.sub(CMDBAR.Text, 1, 9) == ("noremotes") then
  9646. remotes = false
  9647. added = false
  9648. game:GetService("StarterGui"):SetCore("SendNotification", {
  9649. Title = "Printing Remotes Disabled";
  9650. Text = "Type ;remotes to enable.";
  9651. })
  9652. end
  9653. if string.sub(CMDBAR.Text, 1, 9) == ("tpdefault") then
  9654. spin = false
  9655. followed = false
  9656. traill = false
  9657. noclip = false
  9658. annoying = false
  9659. hwalk = false
  9660. cbringing = false
  9661. end
  9662. if string.sub(CMDBAR.Text, 1, 7) == ("stopsit") then
  9663. stopsitting = true
  9664. end
  9665. if string.sub(CMDBAR.Text, 1, 5) == ("gosit") then
  9666. stopsitting = false
  9667. end
  9668. if string.sub(CMDBAR.Text, 1, 7) == ("version") then
  9669. print(adminversion)
  9670. game:GetService("StarterGui"):SetCore("SendNotification", {
  9671. Title = "Version";
  9672. Text = adminversion;
  9673. })
  9674. end
  9675. if string.sub(CMDBAR.Text, 1, 7) == ("clicktp") then
  9676. clickgoto = true
  9677. game:GetService("StarterGui"):SetCore("SendNotification", {
  9678. Title = "Click TP";
  9679. Text = "Press E to teleport to mouse position";
  9680. })
  9681. end
  9682. if string.sub(CMDBAR.Text, 1, 9) == ("noclicktp") then
  9683. clickgoto = false
  9684. game:GetService("StarterGui"):SetCore("SendNotification", {
  9685. Title = "Click TP";
  9686. Text = "Click TP has been disabled.";
  9687. })
  9688. end
  9689. if string.sub(CMDBAR.Text, 1, 7) == ("toolson") then
  9690. gettingtools = true
  9691. game:GetService("StarterGui"):SetCore("SendNotification", {
  9692. Title = "Tools Enabled";
  9693. Text = "Automatically colleting tools dropped.";
  9694. })
  9695. end
  9696. if string.sub(CMDBAR.Text, 1, 8) == ("toolsoff") then
  9697. gettingtools = false
  9698. game:GetService("StarterGui"):SetCore("SendNotification", {
  9699. Title = "Tools Disabled";
  9700. Text = "Click TP has been disabled.";
  9701. })
  9702. end
  9703. if string.sub(CMDBAR.Text, 1, 9) == ("delcmdbar") then
  9704. ScreenGui:Destroy()
  9705. end
  9706. if string.sub(CMDBAR.Text, 1, 5) == ("reset") then
  9707. lplayer.Character.Head:Destroy()
  9708. end
  9709. if string.sub(CMDBAR.Text, 1, 6) == ("state ") then
  9710. statechosen = string.sub(CMDBAR.Text, 7)
  9711. changingstate = true
  9712. end
  9713. if string.sub(CMDBAR.Text, 1, 8) == ("gravity ") then
  9714. game:GetService("Workspace").Gravity = string.sub(CMDBAR.Text, 9)
  9715. end
  9716. if string.sub(CMDBAR.Text, 1, 9) == ("looprhats") then
  9717. removingmeshhats = true
  9718. end
  9719. if string.sub(CMDBAR.Text, 1, 11) == ("unlooprhats") then
  9720. removingmeshhats = false
  9721. end
  9722. if string.sub(CMDBAR.Text, 1, 9) == ("looprtool") then
  9723. removingmeshtool = true
  9724. end
  9725. if string.sub(CMDBAR.Text, 1, 11) == ("unlooprtool") then
  9726. removingmeshtool = false
  9727. end
  9728. if string.sub(CMDBAR.Text, 1, 9) == ("givetool ") then
  9729. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetDescendants()) do
  9730. if v:IsA("Tool") then
  9731. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
  9732. v.Parent = player.Character
  9733. end
  9734. end
  9735. end
  9736. end
  9737. if string.sub(CMDBAR.Text, 1, 4) == ("age ") then
  9738. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 5))) do
  9739. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account Age: "..player.AccountAge.." days!", "All")
  9740. end
  9741. end
  9742. if string.sub(CMDBAR.Text, 1, 3) == ("id ") then
  9743. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 4))) do
  9744. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account ID: "..player.UserId, "All")
  9745. end
  9746. end
  9747. if string.sub(CMDBAR.Text, 1, 5) == (".age ") then
  9748. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  9749. game:GetService("StarterGui"):SetCore("SendNotification", {
  9750. Title = player.AccountAge.." Days";
  9751. Text = "Account age of "..player.Name;
  9752. })
  9753. end
  9754. end
  9755. if string.sub(CMDBAR.Text, 1, 4) == (".id ") then
  9756. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 5))) do
  9757. game:GetService("StarterGui"):SetCore("SendNotification", {
  9758. Title = player.UserId.." ID";
  9759. Text = "Account ID of "..player.Name;
  9760. })
  9761. end
  9762. end
  9763. if string.sub(CMDBAR.Text, 1, 6) == ("gameid") then
  9764. game:GetService("StarterGui"):SetCore("SendNotification", {
  9765. Title = "Game ID";
  9766. Text = "Game ID: ".. game.GameId;
  9767. })
  9768. end
  9769. if string.sub(CMDBAR.Text, 1, 3) == ("pgs") then
  9770. local pgscheck = game:GetService("Workspace"):PGSIsEnabled()
  9771. if pgscheck == true then
  9772. game:GetService("StarterGui"):SetCore("SendNotification", {
  9773. Title = "PGSPhysicsSolverEnabled";
  9774. Text = "PGS is Enabled!";
  9775. })
  9776. else
  9777. game:GetService("StarterGui"):SetCore("SendNotification", {
  9778. Title = "PGSPhysicsSolverEnabled";
  9779. Text = "PGS is Disabled!";
  9780. })
  9781. end
  9782. end
  9783. if string.sub(CMDBAR.Text, 1, 11) == ("removeinvis") then
  9784. for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  9785. if v:IsA("Part") then
  9786. if v.Transparency == 1 then
  9787. if v.Name ~= "HumanoidRootPart" then
  9788. v:Destroy()
  9789. end
  9790. end
  9791. end
  9792. end
  9793. end
  9794. if string.sub(CMDBAR.Text, 1, 9) == ("removefog") then
  9795. game:GetService("Lighting").FogStart = 0
  9796. game:GetService("Lighting").FogEnd = 9999999999999
  9797. end
  9798. if string.sub(CMDBAR.Text, 1, 7) == ("disable") then
  9799. lplayer.Character.Humanoid.Parent = lplayer
  9800. end
  9801. if string.sub(CMDBAR.Text, 1, 6) == ("enable") then
  9802. lplayer.Humanoid.Parent = lplayer.Character
  9803. end
  9804. if string.sub(CMDBAR.Text, 1, 13) == ("givealltools ") then
  9805. for i,v in pairs(game:GetService("Players").LocalPlayer.Backpack:GetDescendants()) do
  9806. if v:IsA("Tool") then
  9807. v.Parent = lplayer.Character
  9808. wait()
  9809. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 14))) do
  9810. v.Parent = player.Character
  9811. end
  9812. end
  9813. end
  9814. end
  9815. if string.sub(CMDBAR.Text, 1, 9) == ("flyspeed ") then
  9816. speedfly = string.sub(CMDBAR.Text, 10)
  9817. wait()
  9818. change()
  9819. end
  9820. if string.sub(CMDBAR.Text, 1, 7) == ("carpet ") then
  9821. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  9822. local Anim3 = Instance.new("Animation")
  9823. Anim3.AnimationId = "rbxassetid://282574440"
  9824. local track3 = lplayer.Character.Humanoid:LoadAnimation(Anim3)
  9825. track3:Play(.1, 1, 1)
  9826. bplrr = v.Name
  9827. banpl = true
  9828. end
  9829. end
  9830. if string.sub(CMDBAR.Text, 1, 8) == ("uncarpet") then
  9831. banpl = false
  9832. end
  9833. if string.sub(CMDBAR.Text, 1, 6) == ("stare ") then
  9834. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  9835. staring = true
  9836. stareplr = v
  9837. end
  9838. end
  9839. if string.sub(CMDBAR.Text, 1, 7) == ("unstare") then
  9840. staring = false
  9841. end
  9842. if string.sub(CMDBAR.Text, 1, 7) == ("logchat") then
  9843. chatlogs = true
  9844. game:GetService("StarterGui"):SetCore("SendNotification", {
  9845. Title = "LogChat enabled";
  9846. Text = "Now logging all player chat.";
  9847. })
  9848. end
  9849. if string.sub(CMDBAR.Text, 1, 9) == ("unlogchat") then
  9850. chatlogs = false
  9851. game:GetService("StarterGui"):SetCore("SendNotification", {
  9852. Title = "LogChat disabled";
  9853. Text = "Stopped logging all player chat.";
  9854. })
  9855. end
  9856. if string.sub(CMDBAR.Text, 1, 6) == ("fixcam") then
  9857. game:GetService("Workspace").CurrentCamera:Destroy()
  9858. wait(0.1)
  9859. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
  9860. game:GetService("Workspace").CurrentCamera.CameraType = "Custom"
  9861. lplayer.CameraMinZoomDistance = 0.5
  9862. lplayer.CameraMaxZoomDistance = 400
  9863. lplayer.CameraMode = "Classic"
  9864. end
  9865. if string.sub(CMDBAR.Text, 1, 7) == ("unstate") then
  9866. changingstate = false
  9867. end
  9868. CMDBAR.Text = ""
  9869. end
  9870. end)
  9871.  
  9872. wait(0.3)
  9873. game:GetService("StarterGui"):SetCore("SendNotification", {
  9874. Title = "Loaded successfully!";
  9875. Text = "Reviz Admin V2 by illremember";
  9876. })
  9877. wait(0.1)
  9878. print("Reviz Admin V2 loaded!")
  9879. if game:GetService("Workspace").FilteringEnabled == true then
  9880. warn("FE is Enabled (Filtering Enabled)")
  9881. game:GetService("StarterGui"):SetCore("SendNotification", {
  9882. Title = "FE is Enabled";
  9883. Text = "Filtering Enabled. Enjoy using Reviz Admin!";
  9884. })
  9885. else
  9886. warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
  9887. game:GetService("StarterGui"):SetCore("SendNotification", {
  9888. Title = "FE is Disabled";
  9889. Text = "Filtering Disabled. Consider using a different admin script.";
  9890. })
  9891. end
  9892.  
  9893. local intro = Instance.new("ScreenGui")
  9894. local Frame = Instance.new("Frame")
  9895. local ImageLabel = Instance.new("ImageLabel")
  9896. intro.Parent = game:GetService("CoreGui")
  9897. Frame.Parent = intro
  9898. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  9899. Frame.BackgroundTransparency = 1
  9900. Frame.Size = UDim2.new(1, 0, 0, 300)
  9901. Frame.Position = UDim2.new(0, 0, -0.4, 0)
  9902. ImageLabel.Parent = Frame
  9903. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  9904. ImageLabel.BackgroundTransparency = 1
  9905. ImageLabel.Position = UDim2.new(0, 0, 0, 0)
  9906. ImageLabel.Size = UDim2.new(1, 0, 1, 0)
  9907. ImageLabel.Image = "http://www.roblox.com/asset/?id=1542162618"
  9908. Frame:TweenPosition(UDim2.new(0, 0, 0.2, 0), "Out", "Elastic", 3)
  9909. wait(3.01)
  9910. Frame:TweenPosition(UDim2.new(0, 0, 1.5, 0), "Out", "Elastic", 5)
  9911. wait(5.01)
  9912. intro:Destroy()
  9913. end)
  9914.  
  9915. TextButton_8.Parent = Yesh
  9916. TextButton_8.BackgroundColor3 = Color3.new(1, 1, 1)
  9917. TextButton_8.BackgroundTransparency = 1
  9918. TextButton_8.Position = UDim2.new(0.0370371342, 0, 0.09150327, 0)
  9919. TextButton_8.Size = UDim2.new(0, 150, 0, 46)
  9920. TextButton_8.Font = Enum.Font.SourceSans
  9921. TextButton_8.Text = "HRF Music Gui"
  9922. TextButton_8.TextColor3 = Color3.new(1, 0, 0)
  9923. TextButton_8.TextSize = 25
  9924. -- Scripts:
Add Comment
Please, Sign In to add comment