Advertisement
Guest User

iron man hehe

a guest
Jan 22nd, 2020
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 180.25 KB | None | 0 0
  1. wait(0.2)
  2. game.StarterGui:SetCore("SendNotification", {
  3. Title = "Credits";
  4. Text = "[Athoi21]";
  5. Icon = "rbxassetid://3085554841";
  6. Duration = 7;
  7. })
  8. wait(0.2)
  9. game.StarterGui:SetCore("SendNotification", {
  10. Title = "Credits2";
  11. Text = "[Pro Hacks]";
  12. Icon = "rbxassetid://3085554841";
  13. Duration = 7;
  14. })
  15. local ScreenGui = Instance.new("ScreenGui")
  16. local SuitsFrame = Instance.new("Frame")
  17. local FunctionButtonFrame = Instance.new("Frame")
  18. local ScrollingFrame = Instance.new("ScrollingFrame")
  19. local Mark12 = Instance.new("TextButton")
  20. local Mark13 = Instance.new("TextButton")
  21. local Mark14 = Instance.new("TextButton")
  22. local Mark19 = Instance.new("TextButton")
  23. local Mark2 = Instance.new("TextButton")
  24. local Mark21 = Instance.new("TextButton")
  25. local Mark23 = Instance.new("TextButton")
  26. local Mark27 = Instance.new("TextButton")
  27. local Mark28 = Instance.new("TextButton")
  28. local Mark3 = Instance.new("TextButton")
  29. local Mark30 = Instance.new("TextButton")
  30. local Mark31 = Instance.new("TextButton")
  31. local Mark33 = Instance.new("TextButton")
  32. local Mark4 = Instance.new("TextButton")
  33. local Mark40 = Instance.new("TextButton")
  34. local Mark6 = Instance.new("TextButton")
  35. local Mark9 = Instance.new("TextButton")
  36. local UIListLayout = Instance.new("UIListLayout")
  37. local Mark20 = Instance.new("TextButton")
  38. local Ironlad = Instance.new("TextButton")
  39. local closeSuitFrame = Instance.new("TextButton")
  40. local Title = Instance.new("TextLabel")
  41. local Title_2 = Instance.new("TextLabel")
  42. local ModsFrame = Instance.new("Frame")
  43. local FunctionButtonFrame_2 = Instance.new("Frame")
  44. local UIListLayout_2 = Instance.new("UIListLayout")
  45. local Frame = Instance.new("Frame")
  46. local namebox = Instance.new("TextBox")
  47. local Title_3 = Instance.new("TextLabel")
  48. local closeModsFrame = Instance.new("TextButton")
  49. local Title_4 = Instance.new("TextLabel")
  50. local AutoArrest = Instance.new("TextButton")
  51. local Eject = Instance.new("TextButton")
  52. local RevizAdmin = Instance.new("TextButton")
  53. local Speed = Instance.new("TextButton")
  54. local ToogleMask = Instance.new("TextButton")
  55. local HelpFrame = Instance.new("Frame")
  56. local FunctionButtonFrame_3 = Instance.new("Frame")
  57. local ImageLabel = Instance.new("ImageLabel")
  58. local TextLabel = Instance.new("TextLabel")
  59. local TextLabel_2 = Instance.new("TextLabel")
  60. local TextLabel_3 = Instance.new("TextLabel")
  61. local TextLabel_4 = Instance.new("TextLabel")
  62. local Title_5 = Instance.new("TextLabel")
  63. local CloseHelp = Instance.new("TextButton")
  64. local Title_6 = Instance.new("TextLabel")
  65. local Menu = Instance.new("Frame")
  66. local FunctionButtonFrame_4 = Instance.new("Frame")
  67. local UIListLayout_3 = Instance.new("UIListLayout")
  68. local Suits = Instance.new("TextButton")
  69. local Help = Instance.new("TextButton")
  70. local Mods = Instance.new("TextButton")
  71. local Title_7 = Instance.new("TextLabel")
  72. local close = Instance.new("TextButton")
  73. local Title_8 = Instance.new("TextLabel")
  74. local p = game.Players
  75. local i = p:GetUserThumbnailAsync(p.LocalPlayer.UserId,Enum.ThumbnailType.AvatarBust,Enum.ThumbnailSize.Size420x420)
  76. game.StarterGui:SetCore("SendNotification",{
  77. ["Title"] = ("%s"):format(p.LocalPlayer.Name),
  78. ["Text"] = "Hi Welcome to IronMan Simulator Gui",
  79. ["Icon"] = i,
  80. ["Duration"] = 12,
  81. })
  82.  
  83. --Properties:
  84. ScreenGui.Parent = game.CoreGui
  85. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  86.  
  87. SuitsFrame.Name = "SuitsFrame"
  88. SuitsFrame.Parent = ScreenGui
  89. SuitsFrame.Active = true
  90. SuitsFrame.BackgroundColor3 = Color3.new(0.0901961, 1, 0.85098)
  91. SuitsFrame.BorderSizePixel = 0
  92. SuitsFrame.Position = UDim2.new(0.442181289, 0, 0.328769892, 0)
  93. SuitsFrame.Selectable = true
  94. SuitsFrame.Size = UDim2.new(0, 141, 0, 21)
  95. SuitsFrame.Visible = false
  96.  
  97. FunctionButtonFrame.Name = "FunctionButtonFrame"
  98. FunctionButtonFrame.Parent = SuitsFrame
  99. FunctionButtonFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  100. FunctionButtonFrame.BackgroundTransparency = 0.5
  101. FunctionButtonFrame.BorderSizePixel = 0
  102. FunctionButtonFrame.Position = UDim2.new(0, 0, 1.03032207, 0)
  103. FunctionButtonFrame.Size = UDim2.new(0, 140, 0, 289)
  104. FunctionButtonFrame.ZIndex = -4
  105.  
  106. ScrollingFrame.Parent = FunctionButtonFrame
  107. ScrollingFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  108. ScrollingFrame.BackgroundTransparency = 1
  109. ScrollingFrame.Position = UDim2.new(0.0567375869, 0, 0, 0)
  110. ScrollingFrame.Size = UDim2.new(0, 133, 0, 275)
  111.  
  112. Mark12.Name = "Mark12"
  113. Mark12.Parent = ScrollingFrame
  114. Mark12.BackgroundColor3 = Color3.new(0, 0, 0)
  115. Mark12.BackgroundTransparency = 0.94999998807907
  116. Mark12.Position = UDim2.new(0, 0, 7.80730629, 0)
  117. Mark12.Size = UDim2.new(0, 141, 0, 21)
  118. Mark12.Font = Enum.Font.Cartoon
  119. Mark12.Text = " > Mark12"
  120. Mark12.TextColor3 = Color3.new(1, 1, 1)
  121. Mark12.TextSize = 16
  122. Mark12.TextWrapped = true
  123. Mark12.TextXAlignment = Enum.TextXAlignment.Left
  124.  
  125. Mark13.Name = "Mark13"
  126. Mark13.Parent = ScrollingFrame
  127. Mark13.BackgroundColor3 = Color3.new(0, 0, 0)
  128. Mark13.BackgroundTransparency = 0.94999998807907
  129. Mark13.Position = UDim2.new(0, 0, 9.33815861, 0)
  130. Mark13.Size = UDim2.new(0, 141, 0, 21)
  131. Mark13.Font = Enum.Font.Cartoon
  132. Mark13.Text = " > Mark13"
  133. Mark13.TextColor3 = Color3.new(1, 1, 1)
  134. Mark13.TextSize = 16
  135. Mark13.TextWrapped = true
  136. Mark13.TextXAlignment = Enum.TextXAlignment.Left
  137.  
  138. Mark14.Name = "Mark14"
  139. Mark14.Parent = ScrollingFrame
  140. Mark14.BackgroundColor3 = Color3.new(0, 0, 0)
  141. Mark14.BackgroundTransparency = 0.94999998807907
  142. Mark14.Position = UDim2.new(0, 0, 9.33815861, 0)
  143. Mark14.Size = UDim2.new(0, 141, 0, 21)
  144. Mark14.Font = Enum.Font.Cartoon
  145. Mark14.Text = " > Mark14"
  146. Mark14.TextColor3 = Color3.new(1, 1, 1)
  147. Mark14.TextSize = 16
  148. Mark14.TextWrapped = true
  149. Mark14.TextXAlignment = Enum.TextXAlignment.Left
  150.  
  151. Mark19.Name = "Mark19"
  152. Mark19.Parent = ScrollingFrame
  153. Mark19.BackgroundColor3 = Color3.new(0, 0, 0)
  154. Mark19.BackgroundTransparency = 0.94999998807907
  155. Mark19.Position = UDim2.new(0, 0, 4.48101521, 0)
  156. Mark19.Size = UDim2.new(0, 141, 0, 21)
  157. Mark19.Font = Enum.Font.Cartoon
  158. Mark19.Text = " > Mark19"
  159. Mark19.TextColor3 = Color3.new(1, 1, 1)
  160. Mark19.TextSize = 16
  161. Mark19.TextWrapped = true
  162. Mark19.TextXAlignment = Enum.TextXAlignment.Left
  163.  
  164. Mark2.Name = "Mark2"
  165. Mark2.Parent = ScrollingFrame
  166. Mark2.BackgroundColor3 = Color3.new(0, 0, 0)
  167. Mark2.BackgroundTransparency = 0.94999998807907
  168. Mark2.Position = UDim2.new(0, 0, 9.33815861, 0)
  169. Mark2.Size = UDim2.new(0, 141, 0, 21)
  170. Mark2.Font = Enum.Font.Cartoon
  171. Mark2.Text = " > Mark2"
  172. Mark2.TextColor3 = Color3.new(1, 1, 1)
  173. Mark2.TextSize = 16
  174. Mark2.TextWrapped = true
  175. Mark2.TextXAlignment = Enum.TextXAlignment.Left
  176.  
  177. Mark21.Name = "Mark21"
  178. Mark21.Parent = ScrollingFrame
  179. Mark21.BackgroundColor3 = Color3.new(0, 0, 0)
  180. Mark21.BackgroundTransparency = 0.94999998807907
  181. Mark21.Position = UDim2.new(0, 0, 9.33815861, 0)
  182. Mark21.Size = UDim2.new(0, 141, 0, 21)
  183. Mark21.Font = Enum.Font.Cartoon
  184. Mark21.Text = " > Mark21"
  185. Mark21.TextColor3 = Color3.new(1, 1, 1)
  186. Mark21.TextSize = 16
  187. Mark21.TextWrapped = true
  188. Mark21.TextXAlignment = Enum.TextXAlignment.Left
  189.  
  190. Mark23.Name = "Mark23"
  191. Mark23.Parent = ScrollingFrame
  192. Mark23.BackgroundColor3 = Color3.new(0, 0, 0)
  193. Mark23.BackgroundTransparency = 0.94999998807907
  194. Mark23.Position = UDim2.new(0, 0, 9.33815861, 0)
  195. Mark23.Size = UDim2.new(0, 141, 0, 21)
  196. Mark23.Font = Enum.Font.Cartoon
  197. Mark23.Text = " > Mark23"
  198. Mark23.TextColor3 = Color3.new(1, 1, 1)
  199. Mark23.TextSize = 16
  200. Mark23.TextWrapped = true
  201. Mark23.TextXAlignment = Enum.TextXAlignment.Left
  202.  
  203. Mark27.Name = "Mark27"
  204. Mark27.Parent = ScrollingFrame
  205. Mark27.BackgroundColor3 = Color3.new(0, 0, 0)
  206. Mark27.BackgroundTransparency = 0.94999998807907
  207. Mark27.Position = UDim2.new(0, 0, 9.33815861, 0)
  208. Mark27.Size = UDim2.new(0, 141, 0, 21)
  209. Mark27.Font = Enum.Font.Cartoon
  210. Mark27.Text = " > Mark27"
  211. Mark27.TextColor3 = Color3.new(1, 1, 1)
  212. Mark27.TextSize = 16
  213. Mark27.TextWrapped = true
  214. Mark27.TextXAlignment = Enum.TextXAlignment.Left
  215.  
  216. Mark28.Name = "Mark28"
  217. Mark28.Parent = ScrollingFrame
  218. Mark28.BackgroundColor3 = Color3.new(0, 0, 0)
  219. Mark28.BackgroundTransparency = 0.94999998807907
  220. Mark28.Position = UDim2.new(0, 0, 9.33815861, 0)
  221. Mark28.Size = UDim2.new(0, 141, 0, 21)
  222. Mark28.Font = Enum.Font.Cartoon
  223. Mark28.Text = " > Mark28"
  224. Mark28.TextColor3 = Color3.new(1, 1, 1)
  225. Mark28.TextSize = 16
  226. Mark28.TextWrapped = true
  227. Mark28.TextXAlignment = Enum.TextXAlignment.Left
  228.  
  229. Mark3.Name = "Mark3"
  230. Mark3.Parent = ScrollingFrame
  231. Mark3.BackgroundColor3 = Color3.new(0, 0, 0)
  232. Mark3.BackgroundTransparency = 0.94999998807907
  233. Mark3.Position = UDim2.new(0, 0, 9.33815861, 0)
  234. Mark3.Size = UDim2.new(0, 141, 0, 21)
  235. Mark3.Font = Enum.Font.Cartoon
  236. Mark3.Text = " > Mark3"
  237. Mark3.TextColor3 = Color3.new(1, 1, 1)
  238. Mark3.TextSize = 16
  239. Mark3.TextWrapped = true
  240. Mark3.TextXAlignment = Enum.TextXAlignment.Left
  241.  
  242. Mark30.Name = "Mark30"
  243. Mark30.Parent = ScrollingFrame
  244. Mark30.BackgroundColor3 = Color3.new(0, 0, 0)
  245. Mark30.BackgroundTransparency = 0.94999998807907
  246. Mark30.Position = UDim2.new(-0.695035458, 0, 9.3435154, 0)
  247. Mark30.Size = UDim2.new(0, 141, 0, 21)
  248. Mark30.Font = Enum.Font.Cartoon
  249. Mark30.Text = " > Mark30"
  250. Mark30.TextColor3 = Color3.new(1, 1, 1)
  251. Mark30.TextSize = 16
  252. Mark30.TextWrapped = true
  253. Mark30.TextXAlignment = Enum.TextXAlignment.Left
  254.  
  255. Mark31.Name = "Mark31"
  256. Mark31.Parent = ScrollingFrame
  257. Mark31.BackgroundColor3 = Color3.new(0, 0, 0)
  258. Mark31.BackgroundTransparency = 0.94999998807907
  259. Mark31.Position = UDim2.new(-0.439716309, 0, 9.05913639, 0)
  260. Mark31.Size = UDim2.new(0, 141, 0, 21)
  261. Mark31.Font = Enum.Font.Cartoon
  262. Mark31.Text = " > Mark31"
  263. Mark31.TextColor3 = Color3.new(1, 1, 1)
  264. Mark31.TextSize = 16
  265. Mark31.TextWrapped = true
  266. Mark31.TextXAlignment = Enum.TextXAlignment.Left
  267.  
  268. Mark33.Name = "Mark33"
  269. Mark33.Parent = ScrollingFrame
  270. Mark33.BackgroundColor3 = Color3.new(0, 0, 0)
  271. Mark33.BackgroundTransparency = 0.94999998807907
  272. Mark33.Position = UDim2.new(0.638297856, 0, 9.18121338, 0)
  273. Mark33.Size = UDim2.new(0, 141, 0, 21)
  274. Mark33.Font = Enum.Font.Cartoon
  275. Mark33.Text = " > Mark33"
  276. Mark33.TextColor3 = Color3.new(1, 1, 1)
  277. Mark33.TextSize = 16
  278. Mark33.TextWrapped = true
  279. Mark33.TextXAlignment = Enum.TextXAlignment.Left
  280.  
  281. Mark4.Name = "Mark4"
  282. Mark4.Parent = ScrollingFrame
  283. Mark4.BackgroundColor3 = Color3.new(0, 0, 0)
  284. Mark4.BackgroundTransparency = 0.94999998807907
  285. Mark4.Position = UDim2.new(0, 0, 6.0524435, 0)
  286. Mark4.Size = UDim2.new(0, 141, 0, 21)
  287. Mark4.Font = Enum.Font.Cartoon
  288. Mark4.Text = " > Mark4"
  289. Mark4.TextColor3 = Color3.new(1, 1, 1)
  290. Mark4.TextSize = 16
  291. Mark4.TextWrapped = true
  292. Mark4.TextXAlignment = Enum.TextXAlignment.Left
  293.  
  294. Mark40.Name = "Mark40"
  295. Mark40.Parent = ScrollingFrame
  296. Mark40.BackgroundColor3 = Color3.new(0, 0, 0)
  297. Mark40.BackgroundTransparency = 0.94999998807907
  298. Mark40.Position = UDim2.new(0, 0, 9.33815861, 0)
  299. Mark40.Size = UDim2.new(0, 141, 0, 21)
  300. Mark40.Font = Enum.Font.Cartoon
  301. Mark40.Text = " > Mark40"
  302. Mark40.TextColor3 = Color3.new(1, 1, 1)
  303. Mark40.TextSize = 16
  304. Mark40.TextWrapped = true
  305. Mark40.TextXAlignment = Enum.TextXAlignment.Left
  306.  
  307. Mark6.Name = "Mark6"
  308. Mark6.Parent = ScrollingFrame
  309. Mark6.BackgroundColor3 = Color3.new(0, 0, 0)
  310. Mark6.BackgroundTransparency = 0.94999998807907
  311. Mark6.Position = UDim2.new(0, 0, 9.33815861, 0)
  312. Mark6.Size = UDim2.new(0, 141, 0, 21)
  313. Mark6.Font = Enum.Font.Cartoon
  314. Mark6.Text = " > Mark6"
  315. Mark6.TextColor3 = Color3.new(1, 1, 1)
  316. Mark6.TextSize = 16
  317. Mark6.TextWrapped = true
  318. Mark6.TextXAlignment = Enum.TextXAlignment.Left
  319.  
  320. Mark9.Name = "Mark9"
  321. Mark9.Parent = ScrollingFrame
  322. Mark9.BackgroundColor3 = Color3.new(0, 0, 0)
  323. Mark9.BackgroundTransparency = 0.94999998807907
  324. Mark9.Position = UDim2.new(0, 0, 9.33815861, 0)
  325. Mark9.Size = UDim2.new(0, 141, 0, 21)
  326. Mark9.Font = Enum.Font.Cartoon
  327. Mark9.Text = " > Mark9"
  328. Mark9.TextColor3 = Color3.new(1, 1, 1)
  329. Mark9.TextSize = 16
  330. Mark9.TextWrapped = true
  331. Mark9.TextXAlignment = Enum.TextXAlignment.Left
  332.  
  333. UIListLayout.Parent = ScrollingFrame
  334. UIListLayout.Padding = UDim.new(0, 3)
  335.  
  336. Mark20.Name = "Mark20"
  337. Mark20.Parent = ScrollingFrame
  338. Mark20.BackgroundColor3 = Color3.new(0, 0, 0)
  339. Mark20.BackgroundTransparency = 0.94999998807907
  340. Mark20.Position = UDim2.new(0, 0, 9.33815861, 0)
  341. Mark20.Size = UDim2.new(0, 141, 0, 21)
  342. Mark20.Font = Enum.Font.Cartoon
  343. Mark20.Text = " > Mark20"
  344. Mark20.TextColor3 = Color3.new(1, 1, 1)
  345. Mark20.TextSize = 16
  346. Mark20.TextWrapped = true
  347. Mark20.TextXAlignment = Enum.TextXAlignment.Left
  348.  
  349. Ironlad.Name = "Ironlad"
  350. Ironlad.Parent = ScrollingFrame
  351. Ironlad.BackgroundColor3 = Color3.new(0, 0, 0)
  352. Ironlad.BackgroundTransparency = 0.94999998807907
  353. Ironlad.Position = UDim2.new(0, 0, 9.33815861, 0)
  354. Ironlad.Size = UDim2.new(0, 141, 0, 21)
  355. Ironlad.Font = Enum.Font.Cartoon
  356. Ironlad.Text = " > Ironlad"
  357. Ironlad.TextColor3 = Color3.new(1, 1, 1)
  358. Ironlad.TextSize = 16
  359. Ironlad.TextWrapped = true
  360. Ironlad.TextXAlignment = Enum.TextXAlignment.Left
  361.  
  362. closeSuitFrame.Name = "close SuitFrame"
  363. closeSuitFrame.Parent = FunctionButtonFrame
  364. closeSuitFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  365. closeSuitFrame.BackgroundTransparency = 1
  366. closeSuitFrame.BorderSizePixel = 0
  367. closeSuitFrame.Position = UDim2.new(0.868402421, 0, -0.0867609233, 0)
  368. closeSuitFrame.Size = UDim2.new(0, 19, 0, 21)
  369. closeSuitFrame.Font = Enum.Font.SourceSansBold
  370. closeSuitFrame.Text = "x"
  371. closeSuitFrame.TextColor3 = Color3.new(1, 1, 1)
  372. closeSuitFrame.TextSize = 25
  373. closeSuitFrame.TextWrapped = true
  374.  
  375. Title.Name = "Title"
  376. Title.Parent = SuitsFrame
  377. Title.BackgroundColor3 = Color3.new(0, 0.258824, 0.780392)
  378. Title.BackgroundTransparency = 1
  379. Title.BorderSizePixel = 0
  380. Title.Position = UDim2.new(0.258460075, 0, -1.03350544, 0)
  381. Title.Size = UDim2.new(0, 126, 0, 20)
  382. Title.Font = Enum.Font.Cartoon
  383. Title.Text = "[IRONMAN]"
  384. Title.TextColor3 = Color3.new(1, 1, 1)
  385. Title.TextScaled = true
  386. Title.TextSize = 14
  387. Title.TextWrapped = true
  388.  
  389. Title_2.Name = "Title"
  390. Title_2.Parent = SuitsFrame
  391. Title_2.BackgroundColor3 = Color3.new(0, 0.258824, 0.780392)
  392. Title_2.BackgroundTransparency = 1
  393. Title_2.BorderSizePixel = 0
  394. Title_2.Position = UDim2.new(0.329381615, 0, 0.0141136535, 0)
  395. Title_2.Size = UDim2.new(0, 48, 0, 20)
  396. Title_2.Font = Enum.Font.Cartoon
  397. Title_2.Text = "Suits"
  398. Title_2.TextColor3 = Color3.new(1, 1, 1)
  399. Title_2.TextScaled = true
  400. Title_2.TextSize = 14
  401. Title_2.TextWrapped = true
  402.  
  403. ModsFrame.Name = "ModsFrame"
  404. ModsFrame.Parent = ScreenGui
  405. ModsFrame.Active = true
  406. ModsFrame.BackgroundColor3 = Color3.new(0.0901961, 1, 0.85098)
  407. ModsFrame.BorderSizePixel = 0
  408. ModsFrame.Position = UDim2.new(0.441944301, 0, 0.296888858, 0)
  409. ModsFrame.Selectable = true
  410. ModsFrame.Size = UDim2.new(0, 141, 0, 21)
  411. ModsFrame.Visible = false
  412.  
  413. FunctionButtonFrame_2.Name = "FunctionButtonFrame"
  414. FunctionButtonFrame_2.Parent = ModsFrame
  415. FunctionButtonFrame_2.BackgroundColor3 = Color3.new(0, 0, 0)
  416. FunctionButtonFrame_2.BackgroundTransparency = 0.5
  417. FunctionButtonFrame_2.BorderSizePixel = 0
  418. FunctionButtonFrame_2.Position = UDim2.new(0, 0, 0.95238167, 0)
  419. FunctionButtonFrame_2.Size = UDim2.new(0, 141, 0, 261)
  420. FunctionButtonFrame_2.ZIndex = -4
  421.  
  422. UIListLayout_2.Parent = FunctionButtonFrame_2
  423. UIListLayout_2.Padding = UDim.new(0, 3)
  424.  
  425. Frame.Parent = FunctionButtonFrame_2
  426. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  427. Frame.BackgroundTransparency = 1
  428. Frame.Position = UDim2.new(-0.00709219836, 0, 0.108843535, 0)
  429. Frame.Size = UDim2.new(0, 140, 0, 65)
  430.  
  431. namebox.Name = "namebox "
  432. namebox.Parent = Frame
  433. namebox.BackgroundColor3 = Color3.new(0, 1, 0.498039)
  434. namebox.BackgroundTransparency = 0.60000002384186
  435. namebox.BorderSizePixel = 0
  436. namebox.Position = UDim2.new(-0.00106382323, 0, 0.523966491, 0)
  437. namebox.Size = UDim2.new(0, 140, 0, 18)
  438. namebox.Font = Enum.Font.Cartoon
  439. namebox.Text = "Player Name"
  440. namebox.TextColor3 = Color3.new(0, 0, 0)
  441. namebox.TextSize = 17
  442.  
  443. Title_3.Name = "Title"
  444. Title_3.Parent = ModsFrame
  445. Title_3.BackgroundColor3 = Color3.new(0, 0.258824, 0.780392)
  446. Title_3.BackgroundTransparency = 1
  447. Title_3.BorderSizePixel = 0
  448. Title_3.Position = UDim2.new(0.166261271, 0, -0.985886335, 0)
  449. Title_3.Size = UDim2.new(0, 117, 0, 20)
  450. Title_3.Font = Enum.Font.Cartoon
  451. Title_3.Text = "[IRONMAN]"
  452. Title_3.TextColor3 = Color3.new(1, 1, 1)
  453. Title_3.TextScaled = true
  454. Title_3.TextSize = 14
  455. Title_3.TextWrapped = true
  456.  
  457. closeModsFrame.Name = "closeModsFrame"
  458. closeModsFrame.Parent = ModsFrame
  459. closeModsFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  460. closeModsFrame.BackgroundTransparency = 1
  461. closeModsFrame.BorderSizePixel = 0
  462. closeModsFrame.Position = UDim2.new(0.854167163, 0, -0.095238097, 0)
  463. closeModsFrame.Size = UDim2.new(0, 21, 0, 21)
  464. closeModsFrame.Font = Enum.Font.SourceSansBold
  465. closeModsFrame.Text = "x"
  466. closeModsFrame.TextColor3 = Color3.new(1, 1, 1)
  467. closeModsFrame.TextSize = 25
  468. closeModsFrame.TextWrapped = true
  469.  
  470. Title_4.Name = "Title"
  471. Title_4.Parent = ModsFrame
  472. Title_4.BackgroundColor3 = Color3.new(0, 0.258824, 0.780392)
  473. Title_4.BackgroundTransparency = 1
  474. Title_4.BorderSizePixel = 0
  475. Title_4.Position = UDim2.new(0.265551835, 0, -0.0335053913, 0)
  476. Title_4.Size = UDim2.new(0, 65, 0, 20)
  477. Title_4.Font = Enum.Font.Cartoon
  478. Title_4.Text = "Mods"
  479. Title_4.TextColor3 = Color3.new(1, 1, 1)
  480. Title_4.TextScaled = true
  481. Title_4.TextSize = 14
  482. Title_4.TextWrapped = true
  483.  
  484. AutoArrest.Name = "AutoArrest"
  485. AutoArrest.Parent = ModsFrame
  486. AutoArrest.BackgroundColor3 = Color3.new(0, 0, 0)
  487. AutoArrest.BackgroundTransparency = 0.94999998807907
  488. AutoArrest.Position = UDim2.new(-0.00709219836, 0, 4.385777, 0)
  489. AutoArrest.Size = UDim2.new(0, 141, 0, 21)
  490. AutoArrest.Font = Enum.Font.Cartoon
  491. AutoArrest.Text = " > Kill"
  492. AutoArrest.TextColor3 = Color3.new(1, 1, 1)
  493. AutoArrest.TextSize = 16
  494. AutoArrest.TextWrapped = true
  495. AutoArrest.TextXAlignment = Enum.TextXAlignment.Left
  496.  
  497. Eject.Name = "Eject"
  498. Eject.Parent = ModsFrame
  499. Eject.BackgroundColor3 = Color3.new(0, 0, 0)
  500. Eject.BackgroundTransparency = 0.94999998807907
  501. Eject.Position = UDim2.new(0, 0, 5.95720577, 0)
  502. Eject.Size = UDim2.new(0, 141, 0, 21)
  503. Eject.Font = Enum.Font.Cartoon
  504. Eject.Text = "> Eject"
  505. Eject.TextColor3 = Color3.new(1, 1, 1)
  506. Eject.TextSize = 16
  507. Eject.TextWrapped = true
  508. Eject.TextXAlignment = Enum.TextXAlignment.Left
  509.  
  510. RevizAdmin.Name = "Reviz Admin"
  511. RevizAdmin.Parent = ModsFrame
  512. RevizAdmin.BackgroundColor3 = Color3.new(0, 0, 0)
  513. RevizAdmin.BackgroundTransparency = 0.94999998807907
  514. RevizAdmin.Position = UDim2.new(0, 0, 10.4333954, 0)
  515. RevizAdmin.Size = UDim2.new(0, 141, 0, 21)
  516. RevizAdmin.Font = Enum.Font.Cartoon
  517. RevizAdmin.Text = "> Reviz Admin"
  518. RevizAdmin.TextColor3 = Color3.new(1, 1, 1)
  519. RevizAdmin.TextSize = 16
  520. RevizAdmin.TextWrapped = true
  521. RevizAdmin.TextXAlignment = Enum.TextXAlignment.Left
  522.  
  523. Speed.Name = "Speed"
  524. Speed.Parent = ModsFrame
  525. Speed.BackgroundColor3 = Color3.new(0, 0, 0)
  526. Speed.BackgroundTransparency = 0.94999998807907
  527. Speed.Position = UDim2.new(0, 0, 8.86196804, 0)
  528. Speed.Size = UDim2.new(0, 141, 0, 21)
  529. Speed.Font = Enum.Font.Cartoon
  530. Speed.Text = "> Speed [c]"
  531. Speed.TextColor3 = Color3.new(1, 1, 1)
  532. Speed.TextSize = 16
  533. Speed.TextWrapped = true
  534. Speed.TextXAlignment = Enum.TextXAlignment.Left
  535.  
  536. ToogleMask.Name = "ToogleMask"
  537. ToogleMask.Parent = ModsFrame
  538. ToogleMask.BackgroundColor3 = Color3.new(0, 0, 0)
  539. ToogleMask.BackgroundTransparency = 0.94999998807907
  540. ToogleMask.Position = UDim2.new(0, 0, 7.43339634, 0)
  541. ToogleMask.Size = UDim2.new(0, 141, 0, 21)
  542. ToogleMask.Font = Enum.Font.Cartoon
  543. ToogleMask.Text = "> Toogle Mask"
  544. ToogleMask.TextColor3 = Color3.new(1, 1, 1)
  545. ToogleMask.TextSize = 16
  546. ToogleMask.TextWrapped = true
  547. ToogleMask.TextXAlignment = Enum.TextXAlignment.Left
  548.  
  549. HelpFrame.Name = "HelpFrame"
  550. HelpFrame.Parent = ScreenGui
  551. HelpFrame.Active = true
  552. HelpFrame.BackgroundColor3 = Color3.new(0.0901961, 1, 0.85098)
  553. HelpFrame.BorderSizePixel = 0
  554. HelpFrame.Position = UDim2.new(0.406306416, 0, 0.328726739, 0)
  555. HelpFrame.Selectable = true
  556. HelpFrame.Size = UDim2.new(0, 212, 0, 21)
  557. HelpFrame.Visible = false
  558.  
  559. FunctionButtonFrame_3.Name = "FunctionButtonFrame"
  560. FunctionButtonFrame_3.Parent = HelpFrame
  561. FunctionButtonFrame_3.BackgroundColor3 = Color3.new(0, 0, 0)
  562. FunctionButtonFrame_3.BackgroundTransparency = 0.5
  563. FunctionButtonFrame_3.BorderSizePixel = 0
  564. FunctionButtonFrame_3.Position = UDim2.new(0, 0, 0.952380955, 0)
  565. FunctionButtonFrame_3.Size = UDim2.new(0, 212, 0, 291)
  566. FunctionButtonFrame_3.ZIndex = -4
  567.  
  568. ImageLabel.Parent = FunctionButtonFrame_3
  569. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  570. ImageLabel.BackgroundTransparency = 1
  571. ImageLabel.Position = UDim2.new(0.325471699, 0, 0.00687285233, 0)
  572. ImageLabel.Size = UDim2.new(0, 74, 0, 75)
  573. ImageLabel.Image = "rbxassetid://3102395190"
  574.  
  575. TextLabel.Parent = FunctionButtonFrame_3
  576. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  577. TextLabel.BackgroundTransparency = 1
  578. TextLabel.BorderSizePixel = 0
  579. TextLabel.Position = UDim2.new(0.0424528308, 0, 0.264604807, 0)
  580. TextLabel.Size = UDim2.new(0, 194, 0, 41)
  581. TextLabel.Font = Enum.Font.Cartoon
  582. TextLabel.Text = "Q:What does the suit button does?\nA:That send you suit "
  583. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  584. TextLabel.TextSize = 15
  585.  
  586. TextLabel_2.Parent = FunctionButtonFrame_3
  587. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  588. TextLabel_2.BackgroundTransparency = 1
  589. TextLabel_2.BorderSizePixel = 0
  590. TextLabel_2.Position = UDim2.new(0.0330188684, 0, 0.405498296, 0)
  591. TextLabel_2.Size = UDim2.new(0, 194, 0, 41)
  592. TextLabel_2.Font = Enum.Font.Cartoon
  593. TextLabel_2.Text = "Q: How to kill Others/everyone?\nA:type Others/all for kill them"
  594. TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
  595. TextLabel_2.TextSize = 15
  596.  
  597. TextLabel_3.Parent = FunctionButtonFrame_3
  598. TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
  599. TextLabel_3.BackgroundTransparency = 1
  600. TextLabel_3.BorderSizePixel = 0
  601. TextLabel_3.Position = UDim2.new(-0.0188679248, 0, 0.556701005, 0)
  602. TextLabel_3.Size = UDim2.new(0, 194, 0, 41)
  603. TextLabel_3.Font = Enum.Font.Cartoon
  604. TextLabel_3.Text = "Q: How to use Speed?\nA: Hold c for speed :P"
  605. TextLabel_3.TextColor3 = Color3.new(1, 1, 1)
  606. TextLabel_3.TextSize = 15
  607.  
  608. TextLabel_4.Parent = FunctionButtonFrame_3
  609. TextLabel_4.BackgroundColor3 = Color3.new(1, 1, 1)
  610. TextLabel_4.BackgroundTransparency = 1
  611. TextLabel_4.BorderSizePixel = 0
  612. TextLabel_4.Position = UDim2.new(0, 0, 0.711340189, 0)
  613. TextLabel_4.Size = UDim2.new(0, 194, 0, 41)
  614. TextLabel_4.Font = Enum.Font.Cartoon
  615. TextLabel_4.Text = " "
  616. TextLabel_4.TextColor3 = Color3.new(1, 1, 1)
  617. TextLabel_4.TextSize = 15
  618.  
  619. Title_5.Name = "Title"
  620. Title_5.Parent = HelpFrame
  621. Title_5.BackgroundColor3 = Color3.new(0, 0.258824, 0.780392)
  622. Title_5.BackgroundTransparency = 1
  623. Title_5.BorderSizePixel = 0
  624. Title_5.Position = UDim2.new(0.44456315, 0, -1.03350544, 0)
  625. Title_5.Size = UDim2.new(0, 117, 0, 20)
  626. Title_5.Font = Enum.Font.Cartoon
  627. Title_5.Text = "[IRONMAN]"
  628. Title_5.TextColor3 = Color3.new(1, 1, 1)
  629. Title_5.TextScaled = true
  630. Title_5.TextSize = 14
  631. Title_5.TextWrapped = true
  632.  
  633. CloseHelp.Name = "Close Help"
  634. CloseHelp.Parent = HelpFrame
  635. CloseHelp.BackgroundColor3 = Color3.new(1, 1, 1)
  636. CloseHelp.BackgroundTransparency = 1
  637. CloseHelp.BorderSizePixel = 0
  638. CloseHelp.Position = UDim2.new(0.915094316, 0, 0, 0)
  639. CloseHelp.Size = UDim2.new(0, 16, 0, 18)
  640. CloseHelp.Font = Enum.Font.SourceSansBold
  641. CloseHelp.Text = "x"
  642. CloseHelp.TextColor3 = Color3.new(1, 1, 1)
  643. CloseHelp.TextSize = 25
  644. CloseHelp.TextWrapped = true
  645.  
  646. Title_6.Name = "Title"
  647. Title_6.Parent = HelpFrame
  648. Title_6.BackgroundColor3 = Color3.new(0, 0.258824, 0.780392)
  649. Title_6.BackgroundTransparency = 1
  650. Title_6.BorderSizePixel = 0
  651. Title_6.Position = UDim2.new(0.387503058, 0, 0.0141136572, 0)
  652. Title_6.Size = UDim2.new(0, 65, 0, 20)
  653. Title_6.Font = Enum.Font.Cartoon
  654. Title_6.Text = "HELP"
  655. Title_6.TextColor3 = Color3.new(1, 1, 1)
  656. Title_6.TextScaled = true
  657. Title_6.TextSize = 14
  658. Title_6.TextWrapped = true
  659.  
  660. Menu.Name = "Menu"
  661. Menu.Parent = ScreenGui
  662. Menu.Active = true
  663. Menu.BackgroundColor3 = Color3.new(0.0901961, 1, 0.85098)
  664. Menu.BorderSizePixel = 0
  665. Menu.Position = UDim2.new(0.899059296, 0, 0.353371888, 0)
  666. Menu.Selectable = true
  667. Menu.Size = UDim2.new(0, 141, 0, 21)
  668.  
  669. FunctionButtonFrame_4.Name = "FunctionButtonFrame"
  670. FunctionButtonFrame_4.Parent = Menu
  671. FunctionButtonFrame_4.BackgroundColor3 = Color3.new(0, 0, 0)
  672. FunctionButtonFrame_4.BackgroundTransparency = 0.5
  673. FunctionButtonFrame_4.BorderSizePixel = 0
  674. FunctionButtonFrame_4.Position = UDim2.new(-0.00230115536, 0, 1.03032434, 0)
  675. FunctionButtonFrame_4.Size = UDim2.new(0, 141, 0, 96)
  676. FunctionButtonFrame_4.ZIndex = -4
  677.  
  678. UIListLayout_3.Parent = FunctionButtonFrame_4
  679. UIListLayout_3.Padding = UDim.new(0, 3)
  680.  
  681. Suits.Name = "Suits"
  682. Suits.Parent = FunctionButtonFrame_4
  683. Suits.BackgroundColor3 = Color3.new(0, 0, 0)
  684. Suits.BackgroundTransparency = 0.94999998807907
  685. Suits.Position = UDim2.new(0, 0, 7.8143487, 0)
  686. Suits.Size = UDim2.new(0, 141, 0, 21)
  687. Suits.Font = Enum.Font.Cartoon
  688. Suits.Text = " > Suits"
  689. Suits.TextColor3 = Color3.new(1, 1, 1)
  690. Suits.TextSize = 16
  691. Suits.TextWrapped = true
  692. Suits.TextXAlignment = Enum.TextXAlignment.Left
  693.  
  694. Help.Name = "Help"
  695. Help.Parent = FunctionButtonFrame_4
  696. Help.BackgroundColor3 = Color3.new(0, 0, 0)
  697. Help.BackgroundTransparency = 0.94999998807907
  698. Help.Position = UDim2.new(0, 0, 7.8143487, 0)
  699. Help.Size = UDim2.new(0, 141, 0, 21)
  700. Help.Font = Enum.Font.Cartoon
  701. Help.Text = " > Help/How to use "
  702. Help.TextColor3 = Color3.new(1, 1, 1)
  703. Help.TextSize = 16
  704. Help.TextWrapped = true
  705. Help.TextXAlignment = Enum.TextXAlignment.Left
  706.  
  707. Mods.Name = "Mods"
  708. Mods.Parent = FunctionButtonFrame_4
  709. Mods.BackgroundColor3 = Color3.new(0, 0, 0)
  710. Mods.BackgroundTransparency = 0.94999998807907
  711. Mods.Position = UDim2.new(0, 0, 7.8143487, 0)
  712. Mods.Size = UDim2.new(0, 141, 0, 21)
  713. Mods.Font = Enum.Font.Cartoon
  714. Mods.Text = " > Mods"
  715. Mods.TextColor3 = Color3.new(1, 1, 1)
  716. Mods.TextSize = 16
  717. Mods.TextWrapped = true
  718. Mods.TextXAlignment = Enum.TextXAlignment.Left
  719.  
  720. Title_7.Name = "Title"
  721. Title_7.Parent = Menu
  722. Title_7.BackgroundColor3 = Color3.new(0, 0.258824, 0.780392)
  723. Title_7.BackgroundTransparency = 1
  724. Title_7.BorderSizePixel = 0
  725. Title_7.Position = UDim2.new(0.258460075, 0, -1.03350544, 0)
  726. Title_7.Size = UDim2.new(0, 126, 0, 20)
  727. Title_7.Font = Enum.Font.Cartoon
  728. Title_7.Text = "[IRONMAN]"
  729. Title_7.TextColor3 = Color3.new(1, 1, 1)
  730. Title_7.TextScaled = true
  731. Title_7.TextSize = 14
  732. Title_7.TextWrapped = true
  733.  
  734. close.Name = "close"
  735. close.Parent = Menu
  736. close.BackgroundColor3 = Color3.new(1, 1, 1)
  737. close.BackgroundTransparency = 1
  738. close.BorderSizePixel = 0
  739. close.Position = UDim2.new(0.868351996, 0, -0.081461221, 0)
  740. close.Size = UDim2.new(0, 18, 0, 21)
  741. close.Font = Enum.Font.SourceSansBold
  742. close.Text = "x"
  743. close.TextColor3 = Color3.new(1, 1, 1)
  744. close.TextSize = 26
  745. close.TextWrapped = true
  746.  
  747. Title_8.Name = "Title"
  748. Title_8.Parent = Menu
  749. Title_8.BackgroundColor3 = Color3.new(0, 0.258824, 0.780392)
  750. Title_8.BackgroundTransparency = 1
  751. Title_8.BorderSizePixel = 0
  752. Title_8.Position = UDim2.new(0.215906024, 0, -0.0811244398, 0)
  753. Title_8.Size = UDim2.new(0, 78, 0, 20)
  754. Title_8.Font = Enum.Font.Cartoon
  755. Title_8.Text = "Menu"
  756. Title_8.TextColor3 = Color3.new(1, 1, 1)
  757. Title_8.TextScaled = true
  758. Title_8.TextSize = 14
  759. Title_8.TextWrapped = true
  760. -- Scripts:
  761. function SCRIPT_LNSF65_FAKESCRIPT() -- SuitsFrame.Script
  762. local script = Instance.new('Script')
  763. script.Parent = SuitsFrame
  764. repeat
  765. for hue = 0, 1, .01 do
  766. script.Parent.Parent.SuitsFrame.BackgroundColor3 = Color3.fromHSV(hue, 1, 1)
  767. wait()
  768. end
  769. for hue = 1, 0 -.01 do
  770. script.Parent.Parent.SuitsFrame.BackgroundColor3 = Color3.fromHSV(hue, 1, 1)
  771. wait()
  772. end
  773. until nil
  774.  
  775. end
  776. coroutine.resume(coroutine.create(SCRIPT_LNSF65_FAKESCRIPT))
  777. function SCRIPT_YQFF70_FAKESCRIPT() -- ModsFrame.Script
  778. local script = Instance.new('Script')
  779. script.Parent = ModsFrame
  780. repeat
  781. for hue = 0, 1, .01 do
  782. script.Parent.Parent.ModsFrame.BackgroundColor3 = Color3.fromHSV(hue, 1, 1)
  783. wait()
  784. end
  785. for hue = 1, 0 -.01 do
  786. script.Parent.Parent.ModsFrame.BackgroundColor3 = Color3.fromHSV(hue, 1, 1)
  787. wait()
  788. end
  789. until nil
  790.  
  791. end
  792. coroutine.resume(coroutine.create(SCRIPT_YQFF70_FAKESCRIPT))
  793. function SCRIPT_RICS81_FAKESCRIPT() -- HelpFrame.Script
  794. local script = Instance.new('Script')
  795. script.Parent = HelpFrame
  796. repeat
  797. for hue = 0, 1, .01 do
  798. script.Parent.Parent.HelpFrame.BackgroundColor3 = Color3.fromHSV(hue, 1, 1)
  799. wait()
  800. end
  801. for hue = 1, 0 -.01 do
  802. script.Parent.Parent.HelpFrame.BackgroundColor3 = Color3.fromHSV(hue, 1, 1)
  803. wait()
  804. end
  805. until nil
  806.  
  807. end
  808. coroutine.resume(coroutine.create(SCRIPT_RICS81_FAKESCRIPT))
  809. function SCRIPT_SHTN69_FAKESCRIPT() -- Menu.Script
  810. local script = Instance.new('Script')
  811. script.Parent = Menu
  812. repeat
  813. for hue = 0, 1, .01 do
  814. script.Parent.Parent.Menu.BackgroundColor3 = Color3.fromHSV(hue, 1, 1)
  815. wait()
  816. end
  817. for hue = 1, 0 -.01 do
  818. script.Parent.Parent.Menu.BackgroundColor3 = Color3.fromHSV(hue, 1, 1)
  819. wait()
  820. end
  821. until nil
  822.  
  823. end
  824. coroutine.resume(coroutine.create(SCRIPT_SHTN69_FAKESCRIPT))
  825.  
  826.  
  827. ---Frame shits
  828.  
  829. Mods.MouseButton1Down:connect(function() ---ModsFrame
  830. ModsFrame.Visible = true
  831.  
  832. end)
  833.  
  834.  
  835. Help.MouseButton1Down:connect(function() ---Help frame
  836. HelpFrame.Visible = true
  837. end)
  838.  
  839.  
  840.  
  841. Suits.MouseButton1Down:connect(function() ---Suit Frame
  842. SuitsFrame.Visible = true
  843. end)
  844.  
  845.  
  846. ---Suits---
  847.  
  848. Mark2.MouseButton1Click:connect(function()
  849. game.Players.LocalPlayer.Backpack.ironMan.Assets.Events.callSuit:FireServer("Mark2", 0, 0)
  850. end)
  851.  
  852. Mark3.MouseButton1Click:connect(function()
  853. game.Players.LocalPlayer.Backpack.ironMan.Assets.Events.callSuit:FireServer("Mark3", 0, 0)
  854. end)
  855.  
  856. Mark4.MouseButton1Click:connect(function()
  857. game.Players.LocalPlayer.Backpack.ironMan.Assets.Events.callSuit:FireServer("Mark4", 0, 0)
  858. end)
  859.  
  860. Mark6.MouseButton1Click:connect(function()
  861. game.Players.LocalPlayer.Backpack.ironMan.Assets.Events.callSuit:FireServer("Mark6", 0, 0)
  862. end)
  863.  
  864. Mark9.MouseButton1Click:connect(function()
  865. game.Players.LocalPlayer.Backpack.ironMan.Assets.Events.callSuit:FireServer("Mark9", 0, 0)
  866. end)
  867.  
  868. Mark12.MouseButton1Click:connect(function()
  869. game.Players.LocalPlayer.Backpack.ironMan.Assets.Events.callSuit:FireServer("Mark12", 0, 0)
  870. end)
  871.  
  872. Mark13.MouseButton1Click:connect(function()
  873. game.Players.LocalPlayer.Backpack.ironMan.Assets.Events.callSuit:FireServer("Mark13", 0, 0)
  874. end)
  875.  
  876. Mark14.MouseButton1Click:connect(function()
  877. game.Players.LocalPlayer.Backpack.ironMan.Assets.Events.callSuit:FireServer("Mark14", 0, 0)
  878. end)
  879.  
  880. Mark19.MouseButton1Click:connect(function()
  881. game.Players.LocalPlayer.Backpack.ironMan.Assets.Events.callSuit:FireServer("Mark19", 0, 0)
  882. end)
  883.  
  884.  
  885. Mark21.MouseButton1Click:connect(function()
  886. game.Players.LocalPlayer.Backpack.ironMan.Assets.Events.callSuit:FireServer("Mark21", 0, 0)
  887. end)
  888.  
  889. Mark23.MouseButton1Click:connect(function()
  890. game.Players.LocalPlayer.Backpack.ironMan.Assets.Events.callSuit:FireServer("Mark23", 0, 0)
  891. end)
  892.  
  893. Mark27.MouseButton1Click:connect(function()
  894. game.Players.LocalPlayer.Backpack.ironMan.Assets.Events.callSuit:FireServer("Mark27", 0, 0)
  895. end)
  896.  
  897. Mark28.MouseButton1Click:connect(function()
  898. game.Players.LocalPlayer.Backpack.ironMan.Assets.Events.callSuit:FireServer("Mark28", 0, 0)
  899. end)
  900.  
  901. Mark30.MouseButton1Click:connect(function()
  902. game.Players.LocalPlayer.Backpack.ironMan.Assets.Events.callSuit:FireServer("Mark30", 0, 0)
  903. end)
  904.  
  905. Mark31.MouseButton1Click:connect(function()
  906. game.Players.LocalPlayer.Backpack.ironMan.Assets.Events.callSuit:FireServer("Mark31", 0, 0)
  907. end)
  908.  
  909. Mark33.MouseButton1Click:connect(function()
  910. game.Players.LocalPlayer.Backpack.ironMan.Assets.Events.callSuit:FireServer("Mark33", 0, 0)
  911. end)
  912.  
  913. Mark40.MouseButton1Click:connect(function()
  914. game.Players.LocalPlayer.Backpack.ironMan.Assets.Events.callSuit:FireServer("Mark40", 0, 0)
  915. end)
  916.  
  917. Ironlad.MouseButton1Click:connect(function()
  918. game.Players.LocalPlayer.Backpack.ironMan.Assets.Events.callSuit:FireServer("IronLad", 0, 0)
  919. end)
  920.  
  921.  
  922. Mark20.MouseButton1Click:connect(function()
  923. game.Players.LocalPlayer.Backpack.ironMan.Assets.Events.callSuit:FireServer("Mark20", 0, 0)
  924. end)
  925.  
  926. ---Close functions
  927. closeModsFrame.MouseButton1Click:connect(function()
  928. ModsFrame.Visible = false
  929. end)
  930.  
  931.  
  932. CloseHelp.MouseButton1Click:connect(function()
  933. HelpFrame.Visible = false
  934. end)
  935.  
  936.  
  937. closeSuitFrame.MouseButton1Click:connect(function()
  938. SuitsFrame.Visible = false
  939. end)
  940.  
  941.  
  942. close.MouseButton1Click:connect(function()---MenuFrame
  943. Menu.Visible = false
  944. end)
  945.  
  946. ----MODS---
  947.  
  948. Speed.MouseButton1Click:connect(function()---MenuFrame
  949. -- << ATHOI21 >> --
  950.  
  951. --Hold "c" to speed up
  952.  
  953.  
  954. down = false
  955. velocity = Instance.new("BodyVelocity")
  956. velocity.maxForce = Vector3.new(100000, 0, 100000)
  957. local speed = 150
  958. gyro = Instance.new("BodyGyro")
  959. gyro.maxTorque = Vector3.new(100000, 0, 100000)
  960.  
  961. local hum = game.Players.LocalPlayer.Character.Humanoid
  962.  
  963. function onButton1Down(mouse)
  964. down = true
  965. velocity.Parent = game.Players.LocalPlayer.Character.UpperTorso
  966. velocity.velocity = (hum.MoveDirection) * speed
  967. gyro.Parent = game.Players.LocalPlayer.Character.UpperTorso
  968. while down do
  969. if not down then break end
  970. velocity.velocity = (hum.MoveDirection) * speed
  971. local refpos = gyro.Parent.Position + (gyro.Parent.Position - workspace.CurrentCamera.CoordinateFrame.p).unit * 5
  972. gyro.cframe = CFrame.new(gyro.Parent.Position, Vector3.new(refpos.x, gyro.Parent.Position.y, refpos.z))
  973. wait(0.1)
  974. end
  975. end
  976.  
  977. function onButton1Up(mouse)
  978. velocity.Parent = nil
  979. gyro.Parent = nil
  980. down = false
  981. end
  982.  
  983. function onSelected(mouse)
  984. mouse.KeyDown:connect(function(k) if k:lower()=="c"then onButton1Down(mouse)end end)
  985. mouse.KeyUp:connect(function(k) if k:lower()=="c"then onButton1Up(mouse)end end)
  986. end
  987.  
  988. onSelected(game.Players.LocalPlayer:GetMouse())
  989. end)
  990.  
  991.  
  992. RevizAdmin.MouseButton1Click:connect(function()---MenuFrame
  993. -- Creator: illremember#3799
  994.  
  995. -- Credits to infinite yield, harkinian, dex creators
  996.  
  997. prefix = ":"
  998. wait(0.3)
  999. Commands = {
  1000. '[-] cmdbar is shown when ; is pressed.',
  1001. '[1] kill [plr] -- You need a tool! Will kill the player, use rkill to kill you and player',
  1002. '[2] bring [plr] -- You need a tool! Will bring player to you',
  1003. '[3] spin [plr] -- You need a tool! Makes you and the player spin crazy',
  1004. '[4] unspin -- Use after using spin cmd and dying, so you stop loop teleporting',
  1005. '[5] attach [plr] -- You need a tool! Attaches you to player',
  1006. '[6] unattach [plr] -- Attempts to unattach you from a player',
  1007. '[7] follow [plr] -- Makes you follow behind the player',
  1008. '[8] unfollow',
  1009. '[9] freefall [plr] -- You need a tool! Teleports you and the player up into the air',
  1010. '[10] trail [plr] -- The opposite of follow, you stay infront of player',
  1011. '[11] untrail',
  1012. '[12] orbit [plr] -- Makes you orbit the player',
  1013. '[13] unorbit',
  1014. '[14] fling [plr] -- Makes you fling the player',
  1015. '[15] unfling',
  1016. '[16] fecheck -- Checks if the game is FE or not',
  1017. '[17] void [plr] -- Teleports player to the void',
  1018. '[18] noclip -- Gives you noclip to walk through walls',
  1019. '[19] clip -- Removes noclip',
  1020. '[20] speed [num]/ws [num] -- Changes how fast you walk 16 is default',
  1021. '[21] jumppower [num]/jp [num] -- Changes how high you jump 50 is default',
  1022. '[22] hipheight [num]/hh [num] -- Changes how high you float 0 is default',
  1023. '[23] default -- Changes your speed, jumppower and hipheight to default values',
  1024. '[24] annoy [plr] -- Loop teleports you to the player',
  1025. '[25] unannoy',
  1026. '[26] headwalk [plr] -- Loop teleports you to the player head',
  1027. '[27] unheadwalk',
  1028. '[28] nolimbs -- Removes your arms and legs',
  1029. '[29] god -- Gives you FE Godmode',
  1030. '[30] drophats -- Drops your accessories',
  1031. '[31] droptool -- Drops any tool you have equipped',
  1032. '[32] loopdhats -- Loop drops your accessories',
  1033. '[33] unloopdhats',
  1034. '[34] loopdtool -- Loop drops any tools you have equipped',
  1035. '[35] unloopdtool',
  1036. '[36] invisible -- Gives you invisibility CREDIT TO TIMELESS',
  1037. '[37] view [plr] -- Changes your camera to the player character',
  1038. '[38] unview',
  1039. '[39] goto [plr] -- Teleports you to player',
  1040. '[40] fly -- Allows you to fly, credit to Infinite Yield',
  1041. '[41] unfly',
  1042. '[42] chat [msg] -- Makes you chat a message',
  1043. '[43] spam [msg] -- Spams a message',
  1044. '[44] unspam',
  1045. '[45] spamwait [num] -- Changes delay of chatting a message for the spam command in seconds default is 1 second',
  1046. '[46] pmspam [plr] -- Spams a player in private message',
  1047. '[47] unpmspam',
  1048. '[48] cfreeze [plr] -- Freezes a player on your client, they will only be frozen for you',
  1049. '[49] uncfreeze [plr]',
  1050. '[50] unlockws -- Unlocks the workspace',
  1051. '[51] lockws -- Locks the workspace',
  1052. '[52] btools -- Gives you btools that will only show to you useful for deleting certain blocks only for you',
  1053. '[53] pstand -- Enables platform stand',
  1054. '[54] unpstand -- Disables platform stand',
  1055. '[55] blockhead -- Removes your head mesh',
  1056. '[56] sit',
  1057. '[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',
  1058. '[58] wsvis [num] -- Changes visibility of workspace parts, num should be between 0 and 1, only shows client sided',
  1059. '[59] hypertotal -- Loads in my FE GUI Hypertotal',
  1060. '[60] cmds -- Prints all commands',
  1061. '[61] rmeshhats/blockhats -- Removes the meshes of all your accessories aka block hats',
  1062. '[62] rmeshtool/blocktool -- Removes the mesh of the tool you have equipped aka block tool',
  1063. '[63] spinner -- Makes you spin',
  1064. '[64] nospinner',
  1065. '[65] reach [num] -- Gives you reach, mostly used for swords, say ;reachd for default and enter number after for custom',
  1066. '[66] noreach -- Removes reach, must have tool equipped',
  1067. '[67] rkill [plr] -- Kills you and the player, use kill to just kill the player without dying',
  1068. '[68] tp me [plr] -- Alternative to goto',
  1069. '[69] cbring [plr] -- Brings player infront of you, shows only on client, allows you to do damage to player',
  1070. '[70] uncbring',
  1071. '[71] swap [plr] -- You need a tool! Swaps players position with yours and your position with players',
  1072. '[72] givetool [plr] -- Gives the tool you have equipped to the player',
  1073. '[73] glitch [plr] -- Glitches you and the player, looks very cool',
  1074. '[74] unglitch -- Unglitches you',
  1075. '[75] grespawn -- Alternative to normal respawn and usually works best for when you want to reset with FE Godmode',
  1076. '[76] explorer -- Loads up DEX',
  1077. '[77] reset -- Resets your character.',
  1078. '[78] anim [id] -- Applies an animation on you, must be created by ROBLOX',
  1079. '[79] animgui -- Loads up Energize animations GUI',
  1080. '[80] savepos -- Saves your current position',
  1081. '[81] loadpos -- Teleports you to your saved position',
  1082. '[82] bang [plr] -- 18+ will not work if you have FE Godmode on',
  1083. '[83] unbang',
  1084. '[84] delcmdbar -- Removes the command bar completely',
  1085. '[85] bringmod [obj] -- Brings all the parts in a model, client only, comes from ;bringobj enter exact name of model',
  1086. '[86] shutdown -- Uses harkinians script to shutdown server',
  1087. '[87] respawn -- If grespawn doesnt work you can use respawn',
  1088. '[88] delobj [obj] -- Deletes a certain brick in workspace, client sided',
  1089. '[89] getplrs -- Prints all players in game',
  1090. '[90] deldecal -- Deletes all decals client sided',
  1091. '[91] opfinality -- Loads in my FE GUI Opfinality',
  1092. '[92] remotes -- Prints all remotes in the game in the console when added',
  1093. '[93] noremotes -- Stops printing remotes',
  1094. '[94] tpdefault -- Stops all loop teleports to a player',
  1095. '[95] stopsit -- Will not allow you to sit',
  1096. '[96] gosit -- Allows you to sit',
  1097. '[97] clicktp -- Enables click tp',
  1098. '[98] noclicktp -- Disables click tp',
  1099. '[99] toolson -- If any tools are dropped in the workspace you will automatically get them',
  1100. '[100] toolsoff -- Stops ;toolson',
  1101. '[101] version -- Gets the admin version',
  1102. '[102] state [num] -- Changes your humanoid state, ;unstate to stop.',
  1103. '[103] gravity [num] -- Changes workspace gravity default is 196.2',
  1104. '[104] pgs -- Checks if the game has PGSPhysicsSolverEnabled enabled',
  1105. '[105] clickdel -- Delete any block you press q on, client sided',
  1106. '[106] noclickdel -- Stops clickdel',
  1107. '[107] looprhats -- Loop removes mesh of your hats/loop block hats',
  1108. '[108] unlooprhats -- Stops loop removing mesh',
  1109. '[109] looprtool -- Loop removes mesh of your tool/loop block tools',
  1110. '[110] unlooprtool -- Stops loop removing mesh',
  1111. '[111] givealltools [plr] -- Gives all the tools you have in your backpack to the player',
  1112. '[112] age [plr] -- Makes you chat the account age of the player',
  1113. '[113] id [plr] -- Makes you chat the account ID of the player',
  1114. '[114] .age [plr] -- Privately shows you the account age of the player',
  1115. '[115] .id [plr] -- Privately shows you the account ID of the player',
  1116. '[116] gameid -- Shows the game ID',
  1117. '[117] removeinvis -- Removes all invisible walls/parts, client sided',
  1118. '[118] removefog -- Removes fog, client sided',
  1119. '[119] disable -- Disables your character by removing humanoid',
  1120. '[120] enable -- Enables your character by adding humanoid',
  1121. '[121] prefix [key] -- Changes the prefix used, default is ;',
  1122. '[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.',
  1123. '[123] flyspeed [num] -- Change your fly speed, default is 1',
  1124. '[124] carpet [plr] -- Makes you a carpet for a player, will not work if FE Godmode is on',
  1125. '[125] uncarpet -- Stops carpet player',
  1126. '[126] stare [plr] -- Turns your character to stare at another player',
  1127. '[127] unstare -- Stops stare player',
  1128. '[128] logchat -- Logs all chat (including /e and whispers) of all players',
  1129. '[129] unlogchat -- Disables logchat',
  1130. '[130] fixcam -- Fixes/resets your camera',
  1131. '[131] unstate -- Stops changing state',
  1132. }
  1133. speedget = 1
  1134.  
  1135. lplayer = game:GetService("Players").LocalPlayer
  1136.  
  1137. lplayer.CharacterAdded:Connect(function(character)
  1138. spin = false
  1139. flying = false
  1140. staring = false
  1141. banpl = false
  1142. end)
  1143.  
  1144. function change()
  1145. prefix = prefix
  1146. speedfly = speedfly
  1147. end
  1148.  
  1149. function GetPlayer(String) -- Credit to Timeless/xFunnieuss
  1150. local Found = {}
  1151. local strl = String:lower()
  1152. if strl == "all" then
  1153. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  1154. table.insert(Found,v)
  1155. end
  1156. elseif strl == "others" then
  1157. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  1158. if v.Name ~= lplayer.Name then
  1159. table.insert(Found,v)
  1160. end
  1161. end
  1162. elseif strl == "me" then
  1163. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  1164. if v.Name == lplayer.Name then
  1165. table.insert(Found,v)
  1166. end
  1167. end
  1168. else
  1169. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  1170. if v.Name:lower():sub(1, #String) == String:lower() then
  1171. table.insert(Found,v)
  1172. end
  1173. end
  1174. end
  1175. return Found
  1176. end
  1177.  
  1178. local Mouse = lplayer:GetMouse()
  1179.  
  1180. spin = false
  1181. followed = false
  1182. traill = false
  1183. noclip = false
  1184. annoying = false
  1185. hwalk = false
  1186. droppinghats = false
  1187. droppingtools = false
  1188. flying = false
  1189. spamdelay = 1
  1190. spamming = false
  1191. spammingpm = false
  1192. cbringing = false
  1193. remotes = true
  1194. added = true
  1195. binds = false
  1196. stopsitting = false
  1197. clickgoto = false
  1198. gettingtools = false
  1199. removingmeshhats = false
  1200. removingmeshtool = false
  1201. clickdel = false
  1202. staring = false
  1203. chatlogs = false
  1204. banpl = false
  1205. changingstate = false
  1206. statechosen = 0
  1207.  
  1208. adminversion = "Reviz Admin by illremember, Version 2.0"
  1209.  
  1210. flying = false
  1211. speedfly = 1
  1212.  
  1213. function plrchat(plr, chat)
  1214. print(plr.Name..": "..tick().."\n"..chat)
  1215. end
  1216.  
  1217. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  1218. v.Chatted:connect(function(chat)
  1219. if chatlogs then
  1220. plrchat(v, chat)
  1221. end
  1222. end)
  1223. end
  1224. game:GetService("Players").PlayerAdded:connect(function(plr)
  1225. plr.Chatted:connect(function(chat)
  1226. if chatlogs then
  1227. plrchat(plr, chat)
  1228. end
  1229. end)
  1230. end)
  1231.  
  1232.  
  1233. local ScreenGui = Instance.new("ScreenGui")
  1234. local Frame = Instance.new("Frame")
  1235. local CMDBAR = Instance.new("TextBox")
  1236. ScreenGui.Parent = game:GetService("CoreGui")
  1237. Frame.Parent = ScreenGui
  1238. Frame.BackgroundColor3 = Color3.new(0.3, 0.1, 0.1)
  1239. Frame.BackgroundTransparency = 0.3
  1240. Frame.Position = UDim2.new(0.5, 0, 0, 10)
  1241. Frame.Size = UDim2.new(0, 200, 0, 40)
  1242. Frame.Active = true
  1243. Frame.Draggable = true
  1244. CMDBAR.Name = "CMDBAR"
  1245. CMDBAR.Parent = Frame
  1246. CMDBAR.BackgroundColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  1247. CMDBAR.BackgroundTransparency = 0.20000000298023
  1248. CMDBAR.Size = UDim2.new(0, 180, 0, 20)
  1249. CMDBAR.Position = UDim2.new(0.05, 0, 0.25, 0)
  1250. CMDBAR.Font = Enum.Font.SourceSansLight
  1251. CMDBAR.FontSize = Enum.FontSize.Size14
  1252. CMDBAR.TextColor3 = Color3.new(0.945098, 0.945098, 0.945098)
  1253. CMDBAR.TextScaled = true
  1254. CMDBAR.TextSize = 14
  1255. CMDBAR.TextWrapped = true
  1256. CMDBAR.Text = "Press ; to type, Enter to execute"
  1257.  
  1258. local CMDS = Instance.new("ScreenGui")
  1259. local CMDSFRAME = Instance.new("Frame")
  1260. local ScrollingFrame = Instance.new("ScrollingFrame")
  1261. local TextLabel = Instance.new("TextLabel")
  1262. local closegui = Instance.new("TextButton")
  1263. CMDS.Name = "CMDS"
  1264. CMDS.Parent = game:GetService("CoreGui")
  1265. CMDSFRAME.Name = "CMDSFRAME"
  1266. CMDSFRAME.Parent = CMDS
  1267. CMDSFRAME.Active = true
  1268. CMDSFRAME.BackgroundColor3 = Color3.new(0.223529, 0.231373, 0.309804)
  1269. CMDSFRAME.BorderSizePixel = 0
  1270. CMDSFRAME.Draggable = true
  1271. CMDSFRAME.Position = UDim2.new(0, 315, 0, 100)
  1272. CMDSFRAME.Size = UDim2.new(0, 275, 0, 275)
  1273. CMDSFRAME.Visible = false
  1274. ScrollingFrame.Parent = CMDSFRAME
  1275. ScrollingFrame.BackgroundColor3 = Color3.new(0.160784, 0.160784, 0.203922)
  1276. ScrollingFrame.BorderSizePixel = 0
  1277. ScrollingFrame.Position = UDim2.new(0, 0, 0.0729999989, 0)
  1278. ScrollingFrame.Size = UDim2.new(1.04999995, 0, 0.92900002, 0)
  1279. ScrollingFrame.CanvasSize = UDim2.new(0, 0, 10, 0)
  1280. TextLabel.Parent = ScrollingFrame
  1281. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  1282. TextLabel.BackgroundTransparency = 1
  1283. TextLabel.Size = UDim2.new(0.930000007, 0, 1, 0)
  1284. TextLabel.Font = Enum.Font.SourceSans
  1285. TextLabel.FontSize = Enum.FontSize.Size18
  1286. 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."
  1287. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  1288. TextLabel.TextSize = 15
  1289. TextLabel.TextWrapped = true
  1290. TextLabel.TextXAlignment = Enum.TextXAlignment.Left
  1291. TextLabel.TextYAlignment = Enum.TextYAlignment.Top
  1292. closegui.Name = "closegui"
  1293. closegui.Parent = CMDSFRAME
  1294. closegui.BackgroundColor3 = Color3.new(0.890196, 0.223529, 0.0588235)
  1295. closegui.BorderSizePixel = 0
  1296. closegui.Position = UDim2.new(0.995000005, 0, 0, 0)
  1297. closegui.Size = UDim2.new(0.0545952693, 0, 0.0728644878, 0)
  1298. closegui.Font = Enum.Font.SourceSansBold
  1299. closegui.FontSize = Enum.FontSize.Size24
  1300. closegui.Text = "X"
  1301. closegui.TextColor3 = Color3.new(1, 1, 1)
  1302. closegui.TextSize = 20
  1303.  
  1304. closegui.MouseButton1Click:connect(function()
  1305. CMDSFRAME.Visible = false
  1306. end)
  1307.  
  1308. game:GetService('RunService').Stepped:connect(function()
  1309. if spin then
  1310. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[spinplr.Name].Character.HumanoidRootPart.CFrame
  1311. end
  1312. if followed then
  1313. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[flwplr.Name].Character.HumanoidRootPart.CFrame + game:GetService("Players")[flwplr.Name].Character.HumanoidRootPart.CFrame.lookVector * -5
  1314. end
  1315. if traill then
  1316. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[trlplr.Name].Character.HumanoidRootPart.CFrame + game:GetService("Players")[trlplr.Name].Character.HumanoidRootPart.CFrame.lookVector * 5
  1317. end
  1318. if annoying then
  1319. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[annplr.Name].Character.HumanoidRootPart.CFrame
  1320. end
  1321. if hwalk then
  1322. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[hdwplr.Name].Character.HumanoidRootPart.CFrame + Vector3.new(0, 4, 0)
  1323. end
  1324. if staring then
  1325. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(lplayer.Character.Torso.Position, game:GetService("Players")[stareplr.Name].Character.Torso.Position)
  1326. end
  1327. end)
  1328. game:GetService('RunService').Stepped:connect(function()
  1329. if noclip then
  1330. if lplayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R6 then
  1331. lplayer.Character.Head.CanCollide = false
  1332. lplayer.Character.Torso.CanCollide = false
  1333. lplayer.Character["Left Leg"].CanCollide = false
  1334. lplayer.Character["Right Leg"].CanCollide = false
  1335. else
  1336. lplayer.Character.Humanoid:ChangeState(11)
  1337. end
  1338. end
  1339. if changingstate then
  1340. lplayer.Character.Humanoid:ChangeState(statechosen)
  1341. end
  1342. end)
  1343. game:GetService('RunService').Stepped:connect(function()
  1344. if droppinghats then
  1345. for i,v in pairs(lplayer.Character:GetChildren()) do
  1346. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  1347. v.Parent = workspace
  1348. end
  1349. end
  1350. end
  1351. if droppingtools then
  1352. for i,v in pairs(lplayer.Character:GetChildren()) do
  1353. if (v:IsA("Tool")) then
  1354. v.Parent = workspace
  1355. end
  1356. end
  1357. end
  1358. if removingmeshhats then
  1359. for i,v in pairs(lplayer.Character:GetChildren()) do
  1360. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  1361. v.Handle.Mesh:Destroy()
  1362. end
  1363. end
  1364. end
  1365. if removingmeshtool then
  1366. for i,v in pairs(lplayer.Character:GetChildren()) do
  1367. if (v:IsA("Tool")) then
  1368. v.Handle.Mesh:Destroy()
  1369. end
  1370. end
  1371. end
  1372. end)
  1373. game:GetService('RunService').Stepped:connect(function()
  1374. if banpl then
  1375. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[bplrr].Character.HumanoidRootPart.CFrame
  1376. end
  1377. end)
  1378. game:GetService('RunService').Stepped:connect(function()
  1379. if stopsitting then
  1380. lplayer.Character.Humanoid.Sit = false
  1381. end
  1382. end)
  1383.  
  1384. plr = lplayer
  1385. hum = plr.Character.HumanoidRootPart
  1386. mouse = plr:GetMouse()
  1387. mouse.KeyDown:connect(function(key)
  1388. if key == "e" then
  1389. if mouse.Target then
  1390. if clickgoto then
  1391. hum.CFrame = CFrame.new(mouse.Hit.x, mouse.Hit.y + 5, mouse.Hit.z)
  1392. elseif clickdel then
  1393. mouse.Target:Destroy()
  1394. end
  1395. end
  1396. end
  1397. end)
  1398.  
  1399. game:GetService("Workspace").ChildAdded:connect(function(part)
  1400. if gettingtools then
  1401. if part:IsA("Tool") then
  1402. part.Handle.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  1403. end
  1404. end
  1405. end)
  1406.  
  1407. lplayer.Chatted:Connect(function(msg)
  1408. if string.sub(msg, 1, 6) == (prefix.."kill ") then
  1409. if string.sub(msg, 7) == "me" then
  1410. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(100000,0,100000)
  1411. else
  1412. for i,v in pairs(GetPlayer(string.sub(msg, 7)))do
  1413. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  1414. lplayer.Character.Humanoid.Name = 1
  1415. local l = lplayer.Character["1"]:Clone()
  1416. l.Parent = lplayer.Character
  1417. l.Name = "Humanoid"
  1418. wait(0.1)
  1419. lplayer.Character["1"]:Destroy()
  1420. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  1421. lplayer.Character.Animate.Disabled = true
  1422. wait(0.1)
  1423. lplayer.Character.Animate.Disabled = false
  1424. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  1425. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  1426. lplayer.Character.Humanoid:EquipTool(v)
  1427. end
  1428. local function tp(player,player2)
  1429. local char1,char2=player.Character,player2.Character
  1430. if char1 and char2 then
  1431. char1:MoveTo(char2.Head.Position)
  1432. end
  1433. end
  1434. wait(0.1)
  1435. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1436. wait(0.2)
  1437. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1438. wait(0.5)
  1439. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
  1440. wait(0.7)
  1441. tp(lplayer,game:GetService("Players")[v.Name])
  1442. wait(0.7)
  1443. lplayer.Character.HumanoidRootPart.CFrame = NOW
  1444. game:GetService("StarterGui"):SetCore("SendNotification", {
  1445. Title = "Tools needed!";
  1446. Text = "You need a tool in your backpack for this command!";
  1447. })
  1448. end
  1449. end
  1450. end
  1451. if string.sub(msg, 1, 7) == (prefix.."bring ") then
  1452. for i,v in pairs(GetPlayer(string.sub(msg, 8)))do
  1453. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  1454. lplayer.Character.Humanoid.Name = 1
  1455. local l = lplayer.Character["1"]:Clone()
  1456. l.Parent = lplayer.Character
  1457. l.Name = "Humanoid"
  1458. wait(0.1)
  1459. lplayer.Character["1"]:Destroy()
  1460. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  1461. lplayer.Character.Animate.Disabled = true
  1462. wait(0.1)
  1463. lplayer.Character.Animate.Disabled = false
  1464. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  1465. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  1466. lplayer.Character.Humanoid:EquipTool(v)
  1467. end
  1468. local function tp(player,player2)
  1469. local char1,char2=player.Character,player2.Character
  1470. if char1 and char2 then
  1471. char1.HumanoidRootPart.CFrame = char2.HumanoidRootPart.CFrame
  1472. end
  1473. end
  1474. local function getout(player,player2)
  1475. local char1,char2=player.Character,player2.Character
  1476. if char1 and char2 then
  1477. char1:MoveTo(char2.Head.Position)
  1478. end
  1479. end
  1480. tp(game:GetService("Players")[v.Name], lplayer)
  1481. wait(0.2)
  1482. tp(game:GetService("Players")[v.Name], lplayer)
  1483. wait(0.5)
  1484. lplayer.Character.HumanoidRootPart.CFrame = NOW
  1485. wait(0.5)
  1486. getout(lplayer, game:GetService("Players")[v.Name])
  1487. wait(0.3)
  1488. lplayer.Character.HumanoidRootPart.CFrame = NOW
  1489. game:GetService("StarterGui"):SetCore("SendNotification", {
  1490. Title = "Tools needed!";
  1491. Text = "You need a tool in your backpack for this command!";
  1492. })
  1493. end
  1494. end
  1495. if string.sub(msg, 1, 6) == (prefix.."spin ") then
  1496. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  1497. lplayer.Character.Humanoid.Name = 1
  1498. local l = lplayer.Character["1"]:Clone()
  1499. l.Parent = lplayer.Character
  1500. l.Name = "Humanoid"
  1501. wait(0.1)
  1502. lplayer.Character["1"]:Destroy()
  1503. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  1504. lplayer.Character.Animate.Disabled = true
  1505. wait(0.1)
  1506. lplayer.Character.Animate.Disabled = false
  1507. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  1508. lplayer.Character.Animate.Disabled = false
  1509. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  1510. lplayer.Character.Humanoid:EquipTool(v)
  1511. end
  1512. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  1513. spinplr = v
  1514. wait(0.5)
  1515. spin = true
  1516. game:GetService("StarterGui"):SetCore("SendNotification", {
  1517. Title = "Tools needed!";
  1518. Text = "You need a tool in your backpack for this command!";
  1519. })
  1520. end
  1521. end
  1522. if string.sub(msg, 1, 7) == (prefix.."unspin") then
  1523. spin = false
  1524. end
  1525. if string.sub(msg, 1, 8) == (prefix.."attach ") then
  1526. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  1527. lplayer.Character.Humanoid.Name = 1
  1528. local l = lplayer.Character["1"]:Clone()
  1529. l.Parent = lplayer.Character
  1530. l.Name = "Humanoid"
  1531. wait(0.1)
  1532. lplayer.Character["1"]:Destroy()
  1533. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  1534. lplayer.Character.Animate.Disabled = true
  1535. wait(0.1)
  1536. lplayer.Character.Animate.Disabled = false
  1537. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  1538. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  1539. lplayer.Character.Humanoid:EquipTool(v)
  1540. end
  1541. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  1542. wait(0.3)
  1543. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  1544. attplr = v
  1545. game:GetService("StarterGui"):SetCore("SendNotification", {
  1546. Title = "Tools needed!";
  1547. Text = "You need a tool in your backpack for this command!";
  1548. })
  1549. end
  1550. end
  1551. if string.sub(msg, 1, 10) == (prefix.."unattach ") then
  1552. for i,v in pairs(GetPlayer(string.sub(msg, 11))) do
  1553. local function getout(player,player2)
  1554. local char1,char2=player.Character,player2.Character
  1555. if char1 and char2 then
  1556. char1:MoveTo(char2.Head.Position)
  1557. end
  1558. end
  1559. getout(lplayer, game:GetService("Players")[v.Name])
  1560. end
  1561. end
  1562. if string.sub(msg, 1, 8) == (prefix.."follow ") then
  1563. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  1564. followed = true
  1565. flwplr = v
  1566. end
  1567. end
  1568. if string.sub(msg, 1, 9) == (prefix.."unfollow") then
  1569. followed = false
  1570. end
  1571. if string.sub(msg, 1, 10) == (prefix.."freefall ") then
  1572. for i,v in pairs(GetPlayer(string.sub(msg, 11))) do
  1573. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  1574. lplayer.Character.Humanoid.Name = 1
  1575. local l = lplayer.Character["1"]:Clone()
  1576. l.Parent = lplayer.Character
  1577. l.Name = "Humanoid"
  1578. wait(0.1)
  1579. lplayer.Character["1"]:Destroy()
  1580. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  1581. lplayer.Character.Animate.Disabled = true
  1582. wait(0.1)
  1583. lplayer.Character.Animate.Disabled = false
  1584. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  1585. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  1586. lplayer.Character.Humanoid:EquipTool(v)
  1587. end
  1588. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1589. wait(0.2)
  1590. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1591. wait(0.6)
  1592. lplayer.Character.HumanoidRootPart.CFrame = NOW
  1593. wait(0.6)
  1594. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,50000,0)
  1595. game:GetService("StarterGui"):SetCore("SendNotification", {
  1596. Title = "Tools needed!";
  1597. Text = "You need a tool in your backpack for this command!";
  1598. })
  1599. end
  1600. end
  1601. if string.sub(msg, 1, 7) == (prefix.."trail ") then
  1602. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  1603. traill = true
  1604. trlplr = v
  1605. end
  1606. end
  1607. if string.sub(msg, 1, 8) == (prefix.."untrail") then
  1608. traill = false
  1609. end
  1610. if string.sub(msg, 1, 7) == (prefix.."orbit ") then
  1611. if string.sub(msg, 8) == "all" or string.sub(msg, 8) == "others" or string.sub(msg, 8) == "me" then
  1612. lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  1613. else
  1614. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  1615. local o = Instance.new("RocketPropulsion")
  1616. o.Parent = lplayer.Character.HumanoidRootPart
  1617. o.Name = "Orbit"
  1618. o.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
  1619. o:Fire()
  1620. noclip = true
  1621. end
  1622. end
  1623. end
  1624. if string.sub(msg, 1, 8) == (prefix.."unorbit") then
  1625. lplayer.Character.HumanoidRootPart.Orbit:Destroy()
  1626. noclip = false
  1627. end
  1628. if string.sub(msg, 1, 7) == (prefix.."fling ") then
  1629. if string.sub(msg, 8) == "all" or string.sub(msg, 8) == "others" or string.sub(msg, 8) == "me" then
  1630. lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  1631. else
  1632. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  1633. local y = Instance.new("RocketPropulsion")
  1634. y.Parent = lplayer.Character.HumanoidRootPart
  1635. y.CartoonFactor = 1
  1636. y.MaxThrust = 800000
  1637. y.MaxSpeed = 1000
  1638. y.ThrustP = 200000
  1639. y.Name = "Fling"
  1640. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  1641. y.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
  1642. y:Fire()
  1643. noclip = true
  1644. end
  1645. end
  1646. end
  1647. if string.sub(msg, 1, 8) == (prefix.."unfling") then
  1648. noclip = false
  1649. lplayer.Character.HumanoidRootPart.Fling:Destroy()
  1650. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
  1651. wait(0.4)
  1652. lplayer.Character.HumanoidRootPart.Fling:Destroy()
  1653. end
  1654. if string.sub(msg, 1, 8) == (prefix.."fecheck") then
  1655. if game:GetService("Workspace").FilteringEnabled == true then
  1656. warn("FE is Enabled (Filtering Enabled)")
  1657. game:GetService("StarterGui"):SetCore("SendNotification", {
  1658. Title = "FE is Enabled";
  1659. Text = "Filtering Enabled. Enjoy using Reviz Admin!";
  1660. })
  1661. else
  1662. warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
  1663. game:GetService("StarterGui"):SetCore("SendNotification", {
  1664. Title = "FE is Disabled";
  1665. Text = "Filtering Disabled. Consider using a different admin script.";
  1666. })
  1667. end
  1668. end
  1669. if string.sub(msg, 1, 6) == (prefix.."void ") then
  1670. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  1671. lplayer.Character.Humanoid.Name = 1
  1672. local l = lplayer.Character["1"]:Clone()
  1673. l.Parent = lplayer.Character
  1674. l.Name = "Humanoid"
  1675. wait(0.1)
  1676. lplayer.Character["1"]:Destroy()
  1677. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  1678. lplayer.Character.Animate.Disabled = true
  1679. wait(0.1)
  1680. lplayer.Character.Animate.Disabled = false
  1681. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  1682. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  1683. lplayer.Character.Humanoid:EquipTool(v)
  1684. end
  1685. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1686. wait(0.2)
  1687. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1688. wait(0.6)
  1689. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(999999999999999,0,999999999999999)
  1690. game:GetService("StarterGui"):SetCore("SendNotification", {
  1691. Title = "Tools needed!";
  1692. Text = "You need a tool in your backpack for this command!";
  1693. })
  1694. end
  1695. end
  1696. if string.sub(msg, 1, 7) == (prefix.."noclip") then
  1697. noclip = true
  1698. game:GetService("StarterGui"):SetCore("SendNotification", {
  1699. Title = "Noclip enabled";
  1700. Text = "Type ;clip to disable";
  1701. })
  1702. end
  1703. if string.sub(msg, 1, 5) == (prefix.."clip") then
  1704. noclip = false
  1705. game:GetService("StarterGui"):SetCore("SendNotification", {
  1706. Title = "Noclip disabled";
  1707. Text = "Type ;noclip to enable";
  1708. })
  1709. end
  1710. if string.sub(msg, 1, 7) == (prefix.."speed ") then
  1711. lplayer.Character.Humanoid.WalkSpeed = (string.sub(msg, 8))
  1712. end
  1713. if string.sub(msg, 1, 4) == (prefix.."ws ") then
  1714. lplayer.Character.Humanoid.WalkSpeed = (string.sub(msg, 5))
  1715. end
  1716. if string.sub(msg, 1, 11) == (prefix.."hipheight ") then
  1717. lplayer.Character.Humanoid.HipHeight = (string.sub(msg, 12))
  1718. end
  1719. if string.sub(msg, 1, 4) == (prefix.."hh ") then
  1720. lplayer.Character.Humanoid.HipHeight = (string.sub(msg, 5))
  1721. end
  1722. if string.sub(msg, 1, 11) == (prefix.."jumppower ") then
  1723. lplayer.Character.Humanoid.JumpPower = (string.sub(msg, 12))
  1724. end
  1725. if string.sub(msg, 1, 4) == (prefix.."jp ") then
  1726. lplayer.Character.Humanoid.JumpPower = (string.sub(msg, 5))
  1727. end
  1728. if string.sub(msg, 1, 8) == (prefix.."default") then
  1729. lplayer.Character.Humanoid.JumpPower = 50
  1730. lplayer.Character.Humanoid.WalkSpeed = 16
  1731. lplayer.Character.Humanoid.HipHeight = 0
  1732. end
  1733. if string.sub(msg, 1, 7) == (prefix.."annoy ") then
  1734. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  1735. annoying = true
  1736. annplr = v
  1737. end
  1738. end
  1739. if string.sub(msg, 1, 8) == (prefix.."unannoy") then
  1740. annoying = false
  1741. end
  1742. if string.sub(msg, 1, 10) == (prefix.."headwalk ") then
  1743. for i,v in pairs(GetPlayer(string.sub(msg, 11))) do
  1744. hwalk = true
  1745. hdwplr = v
  1746. end
  1747. end
  1748. if string.sub(msg, 1, 11) == (prefix.."unheadwalk") then
  1749. hwalk = false
  1750. end
  1751. if string.sub(msg, 1, 8) == (prefix.."nolimbs") then
  1752. lplayer.Character["Left Leg"]:Destroy()
  1753. lplayer.Character["Left Arm"]:Destroy()
  1754. lplayer.Character["Right Leg"]:Destroy()
  1755. lplayer.Character["Right Arm"]:Destroy()
  1756. end
  1757. if string.sub(msg, 1, 4) == (prefix.."god") then
  1758. lplayer.Character.Humanoid.Name = 1
  1759. local l = lplayer.Character["1"]:Clone()
  1760. l.Parent = lplayer.Character
  1761. l.Name = "Humanoid"
  1762. wait(0.1)
  1763. lplayer.Character["1"]:Destroy()
  1764. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  1765. lplayer.Character.Animate.Disabled = true
  1766. wait(0.1)
  1767. lplayer.Character.Animate.Disabled = false
  1768. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  1769. game:GetService("StarterGui"):SetCore("SendNotification", {
  1770. Title = "FE Godmode enabled";
  1771. Text = "Use ;grespawn or ;respawn to remove";
  1772. })
  1773. end
  1774. if string.sub(msg, 1, 9) == (prefix.."drophats") then
  1775. for i,v in pairs(lplayer.Character:GetChildren()) do
  1776. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  1777. v.Parent = workspace
  1778. end
  1779. end
  1780. end
  1781. if string.sub(msg, 1, 9) == (prefix.."droptool") then
  1782. for i,v in pairs(lplayer.Character:GetChildren()) do
  1783. if (v:IsA("Tool")) then
  1784. v.Parent = workspace
  1785. end
  1786. end
  1787. end
  1788. if string.sub(msg, 1, 10) == (prefix.."loopdhats") then
  1789. droppinghats = true
  1790. game:GetService("StarterGui"):SetCore("SendNotification", {
  1791. Title = "Loop Drop Enabled";
  1792. Text = "Type ;unloopdhats to disable";
  1793. })
  1794. end
  1795. if string.sub(msg, 1, 12) == (prefix.."unloopdhats") then
  1796. droppinghats = false
  1797. game:GetService("StarterGui"):SetCore("SendNotification", {
  1798. Title = "Loop Drop Disabled";
  1799. Text = "Type ;loopdhats to enable.";
  1800. })
  1801. end
  1802. if string.sub(msg, 1, 10) == (prefix.."loopdtool") then
  1803. droppingtools = true
  1804. game:GetService("StarterGui"):SetCore("SendNotification", {
  1805. Title = "Loop Drop Enabled";
  1806. Text = "Type ;unloopdtool to disable";
  1807. })
  1808. end
  1809. if string.sub(msg, 1, 12) == (prefix.."unloopdtool") then
  1810. droppingtools = false
  1811. game:GetService("StarterGui"):SetCore("SendNotification", {
  1812. Title = "Loop Drop Disabled";
  1813. Text = "Type ;loopdtool to enable.";
  1814. })
  1815. end
  1816. if string.sub(msg, 1, 10) == (prefix.."invisible") then -- Credit to Timeless
  1817. Local = game:GetService('Players').LocalPlayer
  1818. Char = Local.Character
  1819. touched,tpdback = false, false
  1820. box = Instance.new('Part',workspace)
  1821. box.Anchored = true
  1822. box.CanCollide = true
  1823. box.Size = Vector3.new(10,1,10)
  1824. box.Position = Vector3.new(0,10000,0)
  1825. box.Touched:connect(function(part)
  1826. if (part.Parent.Name == Local.Name) then
  1827. if touched == false then
  1828. touched = true
  1829. function apply()
  1830. if script.Disabled ~= true then
  1831. no = Char.HumanoidRootPart:Clone()
  1832. wait(.25)
  1833. Char.HumanoidRootPart:Destroy()
  1834. no.Parent = Char
  1835. Char:MoveTo(loc)
  1836. touched = false
  1837. end end
  1838. if Char then
  1839. apply()
  1840. end
  1841. end
  1842. end
  1843. end)
  1844. repeat wait() until Char
  1845. loc = Char.HumanoidRootPart.Position
  1846. Char:MoveTo(box.Position + Vector3.new(0,.5,0))
  1847. game:GetService("StarterGui"):SetCore("SendNotification", {
  1848. Title = "Invisibility enabled!";
  1849. Text = "Reset or use ;respawn to remove.";
  1850. })
  1851. end
  1852. if string.sub(msg, 1, 6) == (prefix.."view ") then
  1853. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  1854. if game:GetService("Players")[v.Name].Character.Humanoid then
  1855. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Humanoid
  1856. else
  1857. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  1858. end
  1859. end
  1860. end
  1861. if string.sub(msg, 1, 7) == (prefix.."unview") then
  1862. if lplayer.Character.Humanoid then
  1863. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
  1864. else
  1865. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
  1866. end
  1867. end
  1868. if string.sub(msg, 1, 6) == (prefix.."goto ") then
  1869. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  1870. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  1871. end
  1872. end
  1873. if string.sub(msg, 1, 4) == (prefix.."fly") then
  1874. repeat wait() until lplayer and lplayer.Character and lplayer.Character:FindFirstChild('HumanoidRootPart') and lplayer.Character:FindFirstChild('Humanoid')
  1875. repeat wait() until Mouse
  1876.  
  1877. local T = lplayer.Character.HumanoidRootPart
  1878. local CONTROL = {F = 0, B = 0, L = 0, R = 0}
  1879. local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  1880. local SPEED = speedget
  1881.  
  1882. local function fly()
  1883. flying = true
  1884. local BG = Instance.new('BodyGyro', T)
  1885. local BV = Instance.new('BodyVelocity', T)
  1886. BG.P = 9e4
  1887. BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  1888. BG.cframe = T.CFrame
  1889. BV.velocity = Vector3.new(0, 0.1, 0)
  1890. BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
  1891. spawn(function()
  1892. repeat wait()
  1893. lplayer.Character.Humanoid.PlatformStand = true
  1894. if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
  1895. SPEED = 50
  1896. elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
  1897. SPEED = 0
  1898. end
  1899. if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
  1900. 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
  1901. lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
  1902. elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
  1903. 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
  1904. else
  1905. BV.velocity = Vector3.new(0, 0.1, 0)
  1906. end
  1907. BG.cframe = workspace.CurrentCamera.CoordinateFrame
  1908. until not flying
  1909. CONTROL = {F = 0, B = 0, L = 0, R = 0}
  1910. lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  1911. SPEED = 0
  1912. BG:destroy()
  1913. BV:destroy()
  1914. lplayer.Character.Humanoid.PlatformStand = false
  1915. end)
  1916. end
  1917. Mouse.KeyDown:connect(function(KEY)
  1918. if KEY:lower() == 'w' then
  1919. CONTROL.F = speedfly
  1920. elseif KEY:lower() == 's' then
  1921. CONTROL.B = -speedfly
  1922. elseif KEY:lower() == 'a' then
  1923. CONTROL.L = -speedfly
  1924. elseif KEY:lower() == 'd' then
  1925. CONTROL.R = speedfly
  1926. end
  1927. end)
  1928. Mouse.KeyUp:connect(function(KEY)
  1929. if KEY:lower() == 'w' then
  1930. CONTROL.F = 0
  1931. elseif KEY:lower() == 's' then
  1932. CONTROL.B = 0
  1933. elseif KEY:lower() == 'a' then
  1934. CONTROL.L = 0
  1935. elseif KEY:lower() == 'd' then
  1936. CONTROL.R = 0
  1937. end
  1938. end)
  1939. fly()
  1940. end
  1941. if string.sub(msg, 1, 6) == (prefix.."unfly") then
  1942. flying = false
  1943. lplayer.Character.Humanoid.PlatformStand = false
  1944. end
  1945. if string.sub(msg, 1, 6) == (prefix.."chat ") then
  1946. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer((string.sub(msg, 7)), "All")
  1947. end
  1948. if string.sub(msg, 1, 6) == (prefix.."spam ") then
  1949. spamtext = (string.sub(msg, 7))
  1950. spamming = true
  1951. end
  1952. if string.sub(msg, 1, 7) == (prefix.."unspam") then
  1953. spamming = false
  1954. end
  1955. if string.sub(msg, 1, 10) == (prefix.."spamwait ") then
  1956. spamdelay = (string.sub(msg, 11))
  1957. end
  1958. if string.sub(msg, 1, 8) == (prefix.."pmspam ") then
  1959. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  1960. pmspammed = v.Name
  1961. spammingpm = true
  1962. end
  1963. end
  1964. if string.sub(msg, 1, 9) == (prefix.."unpmspam") then
  1965. spammingpm = false
  1966. end
  1967. if string.sub(msg, 1, 9) == (prefix.."cfreeze ") then
  1968. for i,v in pairs(GetPlayer(string.sub(msg, 10))) do
  1969. v.Character["Left Leg"].Anchored = true
  1970. v.Character["Left Arm"].Anchored = true
  1971. v.Character["Right Leg"].Anchored = true
  1972. v.Character["Right Arm"].Anchored = true
  1973. v.Character.Torso.Anchored = true
  1974. v.Character.Head.Anchored = true
  1975. end
  1976. end
  1977. if string.sub(msg, 1, 11) == (prefix.."uncfreeze ") then
  1978. for i,v in pairs(GetPlayer(string.sub(msg, 12))) do
  1979. v.Character["Left Leg"].Anchored = false
  1980. v.Character["Left Arm"].Anchored = false
  1981. v.Character["Right Leg"].Anchored = false
  1982. v.Character["Right Arm"].Anchored = false
  1983. v.Character.Torso.Anchored = false
  1984. v.Character.Head.Anchored = false
  1985. end
  1986. end
  1987. if string.sub(msg, 1, 9) == (prefix.."unlockws") then
  1988. local a = game:GetService("Workspace"):getChildren()
  1989. for i = 1, #a do
  1990. if a[i].className == "Part" then
  1991. a[i].Locked = false
  1992. elseif a[i].className == "Model" then
  1993. local r = a[i]:getChildren()
  1994. for i = 1, #r do
  1995. if r[i].className == "Part" then
  1996. r[i].Locked = false
  1997. end
  1998. end
  1999. end
  2000. end
  2001. game:GetService("StarterGui"):SetCore("SendNotification", {
  2002. Title = "Success!";
  2003. Text = "Workspace unlocked. Use ;lockws to lock.";
  2004. })
  2005. end
  2006. if string.sub(msg, 1, 7) == (prefix.."lockws") then
  2007. local a = game:GetService("Workspace"):getChildren()
  2008. for i = 1, #a do
  2009. if a[i].className == "Part" then
  2010. a[i].Locked = true
  2011. elseif a[i].className == "Model" then
  2012. local r = a[i]:getChildren()
  2013. for i = 1, #r do
  2014. if r[i].className == "Part" then
  2015. r[i].Locked = true
  2016. end
  2017. end
  2018. end
  2019. end
  2020. end
  2021. if string.sub(msg, 1, 7) == (prefix.."btools") then
  2022. local Clone_T = Instance.new("HopperBin",lplayer.Backpack)
  2023. Clone_T.BinType = "Clone"
  2024. local Destruct = Instance.new("HopperBin",lplayer.Backpack)
  2025. Destruct.BinType = "Hammer"
  2026. local Hold_T = Instance.new("HopperBin",lplayer.Backpack)
  2027. Hold_T.BinType = "Grab"
  2028. end
  2029. if string.sub(msg, 1, 7) == (prefix.."pstand") then
  2030. lplayer.Character.Humanoid.PlatformStand = true
  2031. end
  2032. if string.sub(msg, 1, 9) == (prefix.."unpstand") then
  2033. lplayer.Character.Humanoid.PlatformStand = false
  2034. end
  2035. if string.sub(msg, 1, 10) == (prefix.."blockhead") then
  2036. lplayer.Character.Head.Mesh:Destroy()
  2037. end
  2038. if string.sub(msg, 1, 4) == (prefix.."sit") then
  2039. lplayer.Character.Humanoid.Sit = true
  2040. end
  2041. if string.sub(msg, 1, 10) == (prefix.."bringobj ") then
  2042. local function bringobjw()
  2043. for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
  2044. if obj.Name == (string.sub(msg, 11)) then
  2045. obj.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  2046. obj.CanCollide = false
  2047. obj.Transparency = 0.7
  2048. wait()
  2049. obj.CFrame = lplayer.Character["Left Leg"].CFrame
  2050. wait()
  2051. obj.CFrame = lplayer.Character["Right Leg"].CFrame
  2052. wait()
  2053. obj.CFrame = lplayer.Character["Head"].CFrame
  2054. end
  2055. end
  2056. end
  2057. while wait() do
  2058. bringobjw()
  2059. end
  2060. game:GetService("StarterGui"):SetCore("SendNotification", {
  2061. Title = "BringObj";
  2062. Text = "BringObj enabled.";
  2063. })
  2064. end
  2065. if string.sub(msg, 1, 7) == (prefix.."wsvis ") then
  2066. vis = (string.sub(msg, 8))
  2067. local a = game:GetService("Workspace"):GetDescendants()
  2068. for i = 1, #a do
  2069. if a[i].className == "Part" then
  2070. a[i].Transparency = vis
  2071. elseif a[i].className == "Model" then
  2072. local r = a[i]:getChildren()
  2073. for i = 1, #r do
  2074. if r[i].className == "Part" then
  2075. r[i].Transparency = vis
  2076. end
  2077. end
  2078. end
  2079. end
  2080. end
  2081. if string.sub(msg, 1, 11) == (prefix.."hypertotal") then
  2082. loadstring(game:GetObjects("rbxassetid://1255063809")[1].Source)()
  2083. game:GetService("StarterGui"):SetCore("SendNotification", {
  2084. Title = "Success!";
  2085. Text = "HyperTotal GUI Loaded!";
  2086. })
  2087. end
  2088. if string.sub(msg, 1, 5) == (prefix.."cmds") then
  2089. CMDSFRAME.Visible = true
  2090. end
  2091. if string.sub(msg, 1, 10) == (prefix.."rmeshhats") then
  2092. for i,v in pairs(lplayer.Character:GetChildren()) do
  2093. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  2094. v.Handle.Mesh:Destroy()
  2095. end
  2096. end
  2097. end
  2098. if string.sub(msg, 1, 10) == (prefix.."blockhats") then
  2099. for i,v in pairs(lplayer.Character:GetChildren()) do
  2100. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  2101. v.Handle.Mesh:Destroy()
  2102. end
  2103. end
  2104. end
  2105. if string.sub(msg, 1, 10) == (prefix.."rmeshtool") then
  2106. for i,v in pairs(lplayer.Character:GetChildren()) do
  2107. if (v:IsA("Tool")) then
  2108. v.Handle.Mesh:Destroy()
  2109. end
  2110. end
  2111. end
  2112. if string.sub(msg, 1, 10) == (prefix.."blocktool") then
  2113. for i,v in pairs(lplayer.Character:GetChildren()) do
  2114. if (v:IsA("Tool")) then
  2115. v.Handle.Mesh:Destroy()
  2116. end
  2117. end
  2118. end
  2119. if string.sub(msg, 1, 8) == (prefix.."spinner") then
  2120. local p = Instance.new("RocketPropulsion")
  2121. p.Parent = lplayer.Character.HumanoidRootPart
  2122. p.Name = "Spinner"
  2123. p.Target = lplayer.Character["Left Arm"]
  2124. p:Fire()
  2125. game:GetService("StarterGui"):SetCore("SendNotification", {
  2126. Title = "Spinner enabled";
  2127. Text = "Type ;nospinner to disable.";
  2128. })
  2129. end
  2130. if string.sub(msg, 1, 10) == (prefix.."nospinner") then
  2131. lplayer.Character.HumanoidRootPart.Spinner:Destroy()
  2132. end
  2133. if string.sub(msg, 1, 7) == (prefix.."reachd") then
  2134. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  2135. if v:isA("Tool") then
  2136. local a = Instance.new("SelectionBox",v.Handle)
  2137. a.Adornee = v.Handle
  2138. v.Handle.Size = Vector3.new(0.5,0.5,60)
  2139. v.GripPos = Vector3.new(0,0,0)
  2140. lplayer.Character.Humanoid:UnequipTools()
  2141. end
  2142. end
  2143. game:GetService("StarterGui"):SetCore("SendNotification", {
  2144. Title = "Reach applied!";
  2145. Text = "Applied to equipped sword. Use ;noreach to disable.";
  2146. })
  2147. end
  2148. if string.sub(msg, 1, 7) == (prefix.."reach ") then
  2149. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  2150. if v:isA("Tool") then
  2151. handleSize = v.Handle.Size
  2152. wait()
  2153. local a = Instance.new("SelectionBox",v.Handle)
  2154. a.Name = "a"
  2155. a.Adornee = v.Handle
  2156. v.Handle.Size = Vector3.new(0.5,0.5,(string.sub(msg, 8)))
  2157. v.GripPos = Vector3.new(0,0,0)
  2158. lplayer.Character.Humanoid:UnequipTools()
  2159. end
  2160. end
  2161. game:GetService("StarterGui"):SetCore("SendNotification", {
  2162. Title = "Reach applied!";
  2163. Text = "Applied to equipped sword. Use ;noreach to disable.";
  2164. })
  2165. end
  2166. if string.sub(msg, 1, 8) == (prefix.."noreach") then
  2167. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  2168. if v:isA("Tool") then
  2169. v.Handle.a:Destroy()
  2170. v.Handle.Size = handleSize
  2171. end
  2172. end
  2173. game:GetService("StarterGui"):SetCore("SendNotification", {
  2174. Title = "Reach removed!";
  2175. Text = "Removed reach from equipped sword.";
  2176. })
  2177. end
  2178. if string.sub(msg, 1, 7) == (prefix.."rkill ") then
  2179. for i,v in pairs(GetPlayer(string.sub(msg, 8)))do
  2180. lplayer.Character.Humanoid.Name = 1
  2181. local l = lplayer.Character["1"]:Clone()
  2182. l.Parent = lplayer.Character
  2183. l.Name = "Humanoid"
  2184. wait(0.1)
  2185. lplayer.Character["1"]:Destroy()
  2186. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2187. lplayer.Character.Animate.Disabled = true
  2188. wait(0.1)
  2189. lplayer.Character.Animate.Disabled = false
  2190. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2191. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2192. lplayer.Character.Humanoid:EquipTool(v)
  2193. end
  2194. wait(0.1)
  2195. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2196. wait(0.2)
  2197. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2198. wait(0.5)
  2199. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
  2200. game:GetService("StarterGui"):SetCore("SendNotification", {
  2201. Title = "Tools needed!";
  2202. Text = "You need a tool in your backpack for this command!";
  2203. })
  2204. end
  2205. end
  2206. if string.sub(msg, 1, 7) == (prefix.."tp me ") then
  2207. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  2208. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2209. end
  2210. end
  2211. if string.sub(msg, 1, 8) == (prefix.."cbring ") then
  2212. if (string.sub(msg, 9)) == "all" or (string.sub(msg, 9)) == "All" or (string.sub(msg, 9)) == "ALL" then
  2213. cbringall = true
  2214. else
  2215. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  2216. brplr = v.Name
  2217. end
  2218. end
  2219. cbring = true
  2220. end
  2221. if string.sub(msg, 1, 9) == (prefix.."uncbring") then
  2222. cbring = false
  2223. cbringall = false
  2224. end
  2225. if string.sub(msg, 1, 6) == (prefix.."swap ") then
  2226. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  2227. local NOWPLR = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2228. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  2229. lplayer.Character.Humanoid.Name = 1
  2230. local l = lplayer.Character["1"]:Clone()
  2231. l.Parent = lplayer.Character
  2232. l.Name = "Humanoid"
  2233. wait(0.1)
  2234. lplayer.Character["1"]:Destroy()
  2235. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2236. lplayer.Character.Animate.Disabled = true
  2237. wait(0.1)
  2238. lplayer.Character.Animate.Disabled = false
  2239. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2240. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2241. lplayer.Character.Humanoid:EquipTool(v)
  2242. end
  2243. local function tp(player,player2)
  2244. local char1,char2=player.Character,player2.Character
  2245. if char1 and char2 then
  2246. char1:MoveTo(char2.Head.Position)
  2247. end
  2248. end
  2249. wait(0.1)
  2250. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2251. wait(0.2)
  2252. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2253. wait(0.5)
  2254. lplayer.Character.HumanoidRootPart.CFrame = NOW
  2255. wait(0.6)
  2256. tp(lplayer, game:GetService("Players")[v.Name])
  2257. wait(0.4)
  2258. lplayer.Character.HumanoidRootPart.CFrame = NOWPLR
  2259. game:GetService("StarterGui"):SetCore("SendNotification", {
  2260. Title = "Tools needed!";
  2261. Text = "You need a tool in your backpack for this command!";
  2262. })
  2263. end
  2264. end
  2265. if string.sub(msg, 1, 8) == (prefix.."glitch ") then
  2266. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  2267. lplayer.Character.Humanoid.Name = 1
  2268. local l = lplayer.Character["1"]:Clone()
  2269. l.Parent = lplayer.Character
  2270. l.Name = "Humanoid"
  2271. wait(0.1)
  2272. lplayer.Character["1"]:Destroy()
  2273. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2274. lplayer.Character.Animate.Disabled = true
  2275. wait(0.1)
  2276. lplayer.Character.Animate.Disabled = false
  2277. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2278. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2279. lplayer.Character.Humanoid:EquipTool(v)
  2280. end
  2281. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  2282. wait(0.3)
  2283. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  2284. wait(0.4)
  2285. b = Instance.new("BodyForce")
  2286. b.Parent = lplayer.Character.HumanoidRootPart
  2287. b.Name = "Glitch"
  2288. b.Force = Vector3.new(100000000,5000,0)
  2289. game:GetService("StarterGui"):SetCore("SendNotification", {
  2290. Title = "Tools needed!";
  2291. Text = "You need a tool in your backpack for this command!";
  2292. })
  2293. end
  2294. end
  2295. if string.sub(msg, 1, 9) == (prefix.."unglitch") then
  2296. lplayer.Character.HumanoidRootPart.Glitch:Destroy()
  2297. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(10000,0,10000)
  2298. b = Instance.new("BodyForce")
  2299. b.Parent = lplayer.Character.HumanoidRootPart
  2300. b.Name = "unGlitch"
  2301. b.Force = Vector3.new(0,-5000000,0)
  2302. wait(2)
  2303. lplayer.Character.HumanoidRootPart.unGlitch:Destroy()
  2304. end
  2305. if string.sub(msg, 1, 9) == (prefix.."grespawn") then
  2306. lplayer.Character.Humanoid.Health = 0
  2307. wait(1)
  2308. lplayer.Character.Head.CFrame = CFrame.new(1000000,0,1000000)
  2309. lplayer.Character.Torso.CFrame = CFrame.new(1000000,0,1000000)
  2310. end
  2311. if string.sub(msg, 1, 9) == (prefix.."explorer") then
  2312. loadstring(game:GetObjects("rbxassetid://492005721")[1].Source)()
  2313. game:GetService("StarterGui"):SetCore("SendNotification", {
  2314. Title = "Success!";
  2315. Text = "DEX Explorer has loaded.";
  2316. })
  2317. end
  2318. if string.sub(msg, 1, 6) == (prefix.."anim ") then
  2319. local Anim = Instance.new("Animation")
  2320. Anim.AnimationId = "rbxassetid://"..(string.sub(msg, 7))
  2321. local track = lplayer.Character.Humanoid:LoadAnimation(Anim)
  2322. track:Play(.1, 1, 1)
  2323. end
  2324. if string.sub(msg, 1, 8) == (prefix.."animgui") then
  2325. loadstring(game:GetObjects("rbxassetid://1202558084")[1].Source)()
  2326. game:GetService("StarterGui"):SetCore("SendNotification", {
  2327. Title = "Success!";
  2328. Text = "Energize Animations GUI has loaded.";
  2329. })
  2330. end
  2331. if string.sub(msg, 1, 8) == (prefix.."savepos") then
  2332. saved = lplayer.Character.HumanoidRootPart.CFrame
  2333. game:GetService("StarterGui"):SetCore("SendNotification", {
  2334. Title = "Position Saved";
  2335. Text = "Use ;loadpos to return to saved position.";
  2336. })
  2337. end
  2338. if string.sub(msg, 1, 8) == (prefix.."loadpos") then
  2339. lplayer.Character.HumanoidRootPart.CFrame = saved
  2340. end
  2341. if string.sub(msg, 1, 6) == (prefix.."bang ") then
  2342. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  2343. local Anim2 = Instance.new("Animation")
  2344. Anim2.AnimationId = "rbxassetid://148840371"
  2345. local track2 = lplayer.Character.Humanoid:LoadAnimation(Anim2)
  2346. track2:Play(.1, 1, 1)
  2347. bplrr = v.Name
  2348. banpl = true
  2349. end
  2350. end
  2351. if string.sub(msg, 1, 7) == (prefix.."unbang") then
  2352. banpl = false
  2353. end
  2354. if string.sub(msg, 1, 10) == (prefix.."bringmod ") then
  2355. local function bringmodw()
  2356. for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
  2357. if obj.Name == (string.sub(msg, 11)) then
  2358. for i,ch in pairs(obj:GetDescendants()) do
  2359. if (ch:IsA("BasePart")) then
  2360. ch.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  2361. ch.CanCollide = false
  2362. ch.Transparency = 0.7
  2363. wait()
  2364. ch.CFrame = lplayer.Character["Left Leg"].CFrame
  2365. wait()
  2366. ch.CFrame = lplayer.Character["Right Leg"].CFrame
  2367. wait()
  2368. ch.CFrame = lplayer.Character["Head"].CFrame
  2369. end
  2370. end
  2371. end
  2372. end
  2373. end
  2374. while wait() do
  2375. bringmodw()
  2376. end
  2377. game:GetService("StarterGui"):SetCore("SendNotification", {
  2378. Title = "BringMod";
  2379. Text = "BringMod enabled.";
  2380. })
  2381. end
  2382. if string.sub(msg, 1, 8) == (prefix.."respawn") then
  2383. local mod = Instance.new('Model', workspace) mod.Name = 're '..lplayer.Name
  2384. local hum = Instance.new('Humanoid', mod)
  2385. local ins = Instance.new('Part', mod) ins.Name = 'Torso' ins.CanCollide = false ins.Transparency = 1
  2386. lplayer.Character = mod
  2387. end
  2388. if string.sub(msg, 1, 9) == (prefix.."shutdown") then
  2389. game:GetService'RunService'.Stepped:Connect(function()
  2390. pcall(function()
  2391. for i,v in pairs(game:GetService'Players':GetPlayers()) do
  2392. if v.Character ~= nil and v.Character:FindFirstChild'Head' then
  2393. for _,x in pairs(v.Character.Head:GetChildren()) do
  2394. if x:IsA'Sound' then x.Playing = true x.CharacterSoundEvent:FireServer(true, true) end
  2395. end
  2396. end
  2397. end
  2398. end)
  2399. end)
  2400. game:GetService("StarterGui"):SetCore("SendNotification", {
  2401. Title = "Attempting Shutdown";
  2402. Text = "Shutdown Attempt has begun.";
  2403. })
  2404. end
  2405. if string.sub(msg, 1, 8) == (prefix.."delobj ") then
  2406. objtodel = (string.sub(msg, 9))
  2407. for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  2408. if v.Name == objtodel then
  2409. v:Destroy()
  2410. end
  2411. end
  2412. end
  2413. if string.sub(msg, 1, 8) == (prefix.."getplrs") then
  2414. for i,v in pairs(game:GetService("Players"):GetPlayers())do
  2415. print(v)
  2416. end
  2417. game:GetService("StarterGui"):SetCore("SendNotification", {
  2418. Title = "Printed";
  2419. Text = "Players have been printed to console. (F9)";
  2420. })
  2421. end
  2422. if string.sub(msg, 1, 9) == (prefix.."deldecal") then
  2423. for i,v in pairs(game:GetService("Workspace"):GetDescendants())do
  2424. if (v:IsA("Decal")) then
  2425. v:Destroy()
  2426. end
  2427. end
  2428. end
  2429. if string.sub(msg, 1, 11) == (prefix.."opfinality") then
  2430. loadstring(game:GetObjects("rbxassetid://1294358929")[1].Source)()
  2431. game:GetService("StarterGui"):SetCore("SendNotification", {
  2432. Title = "Success!";
  2433. Text = "OpFinality GUI has loaded.";
  2434. })
  2435. end
  2436. if string.sub(msg, 1, 8) == (prefix.."remotes") then
  2437. remotes = true
  2438. added = true
  2439. game.DescendantAdded:connect(function(rmt)
  2440. if added == true then
  2441. if remotes == true then
  2442. if rmt:IsA("RemoteEvent") then
  2443. print("A RemoteEvent was added!")
  2444. print(" game." .. rmt:GetFullName() .. " | RemoteEvent")
  2445. print(" game." .. rmt:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  2446. end end end
  2447. end)
  2448. game.DescendantAdded:connect(function(rmtfnctn)
  2449. if added == true then
  2450. if remotes == true then
  2451. if rmtfnctn:IsA("RemoteFunction") then
  2452. warn("A RemoteFunction was added!")
  2453. warn(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction")
  2454. print(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  2455. end end end
  2456. end)
  2457.  
  2458. game.DescendantAdded:connect(function(bndfnctn)
  2459. if added == true then
  2460. if binds == true then
  2461. if bndfnctn:IsA("BindableFunction") then
  2462. print("A BindableFunction was added!")
  2463. print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction")
  2464. print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  2465. end end end
  2466. end)
  2467.  
  2468. game.DescendantAdded:connect(function(bnd)
  2469. if added == true then
  2470. if binds == true then
  2471. if bnd:IsA("BindableEvent") then
  2472. warn("A BindableEvent was added!")
  2473. warn(" game." .. bnd:GetFullName() .. " | BindableEvent")
  2474. print(" game." .. bnd:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  2475. end end end
  2476. end)
  2477.  
  2478.  
  2479. if binds == true then
  2480. for i,v in pairs(game:GetDescendants()) do
  2481. if v:IsA("BindableFunction") then
  2482. print(" game." .. v:GetFullName() .. " | BindableFunction")
  2483. print(" game." .. v:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  2484. end end
  2485. for i,v in pairs(game:GetDescendants()) do
  2486. if v:IsA("BindableEvent") then
  2487. warn(" game." .. v:GetFullName() .. " | BindableEvent")
  2488. print(" game." .. v:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  2489. end end
  2490. else
  2491. print("Off")
  2492. end
  2493. if remotes == true then
  2494. for i,v in pairs(game:GetDescendants()) do
  2495. if v:IsA("RemoteFunction") then
  2496. warn(" game." .. v:GetFullName() .. " | RemoteFunction")
  2497. print(" game." .. v:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  2498. end end
  2499. wait()
  2500. for i,v in pairs(game:GetDescendants()) do
  2501. if v:IsA("RemoteEvent") then
  2502. print(" game." .. v:GetFullName() .. " | RemoteEvent")
  2503. print(" game." .. v:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  2504. end end
  2505. else
  2506. print("Off")
  2507. end
  2508. game:GetService("StarterGui"):SetCore("SendNotification", {
  2509. Title = "Printing Remotes";
  2510. Text = "Type ;noremotes to disable.";
  2511. })
  2512. end
  2513. if string.sub(msg, 1, 10) == (prefix.."noremotes") then
  2514. remotes = false
  2515. added = false
  2516. game:GetService("StarterGui"):SetCore("SendNotification", {
  2517. Title = "Printing Remotes Disabled";
  2518. Text = "Type ;remotes to enable.";
  2519. })
  2520. end
  2521. if string.sub(msg, 1, 10) == (prefix.."tpdefault") then
  2522. spin = false
  2523. followed = false
  2524. traill = false
  2525. noclip = false
  2526. annoying = false
  2527. hwalk = false
  2528. cbringing = false
  2529. end
  2530. if string.sub(msg, 1, 8) == (prefix.."stopsit") then
  2531. stopsitting = true
  2532. end
  2533. if string.sub(msg, 1, 6) == (prefix.."gosit") then
  2534. stopsitting = false
  2535. end
  2536. if string.sub(msg, 1, 8) == (prefix.."version") then
  2537. print(adminversion)
  2538. game:GetService("StarterGui"):SetCore("SendNotification", {
  2539. Title = "Version";
  2540. Text = adminversion;
  2541. })
  2542. end
  2543. if string.sub(msg, 1, 8) == (prefix.."clicktp") then
  2544. clickgoto = true
  2545. game:GetService("StarterGui"):SetCore("SendNotification", {
  2546. Title = "Click TP";
  2547. Text = "Press E to teleport to mouse position, ;noclicktp to stop";
  2548. })
  2549. end
  2550. if string.sub(msg, 1, 9) == (prefix.."clickdel") then
  2551. clickdel = true
  2552. game:GetService("StarterGui"):SetCore("SendNotification", {
  2553. Title = "Click Delete";
  2554. Text = "Press E to delete part at mouse, ;noclickdel to stop";
  2555. })
  2556. end
  2557. if string.sub(msg, 1, 11) == (prefix.."noclickdel") then
  2558. clickdel = false
  2559. game:GetService("StarterGui"):SetCore("SendNotification", {
  2560. Title = "Click Delete";
  2561. Text = "Click delete has been disabled.";
  2562. })
  2563. end
  2564. if string.sub(msg, 1, 10) == (prefix.."noclicktp") then
  2565. clickgoto = false
  2566. game:GetService("StarterGui"):SetCore("SendNotification", {
  2567. Title = "Click TP";
  2568. Text = "Click TP has been disabled.";
  2569. })
  2570. end
  2571. if string.sub(msg, 1, 8) == (prefix.."toolson") then
  2572. gettingtools = true
  2573. game:GetService("StarterGui"):SetCore("SendNotification", {
  2574. Title = "Tools Enabled";
  2575. Text = "Automatically colleting tools dropped.";
  2576. })
  2577. end
  2578. if string.sub(msg, 1, 9) == (prefix.."toolsoff") then
  2579. gettingtools = false
  2580. game:GetService("StarterGui"):SetCore("SendNotification", {
  2581. Title = "Tools Disabled";
  2582. Text = "Click TP has been disabled.";
  2583. })
  2584. end
  2585. if string.sub(msg, 1, 10) == (prefix.."delcmdbar") then
  2586. ScreenGui:Destroy()
  2587. end
  2588. if string.sub(msg, 1, 6) == (prefix.."reset") then
  2589. lplayer.Character.Head:Destroy()
  2590. end
  2591. if string.sub(msg, 1, 7) == (prefix.."state ") then
  2592. statechosen = string.sub(msg, 8)
  2593. changingstate = true
  2594. end
  2595. if string.sub(msg, 1, 9) == (prefix.."gravity ") then
  2596. game:GetService("Workspace").Gravity = string.sub(msg, 10)
  2597. end
  2598. if string.sub(msg, 1, 10) == (prefix.."looprhats") then
  2599. removingmeshhats = true
  2600. end
  2601. if string.sub(msg, 1, 12) == (prefix.."unlooprhats") then
  2602. removingmeshhats = false
  2603. end
  2604. if string.sub(msg, 1, 10) == (prefix.."looprtool") then
  2605. removingmeshtool = true
  2606. end
  2607. if string.sub(msg, 1, 12) == (prefix.."unlooprtool") then
  2608. removingmeshtool = false
  2609. end
  2610. if string.sub(msg, 1, 10) == (prefix.."givetool ") then
  2611. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetDescendants()) do
  2612. if v:IsA("Tool") then
  2613. for i,player in pairs(GetPlayer(string.sub(msg, 11))) do
  2614. v.Parent = player.Character
  2615. end
  2616. end
  2617. end
  2618. end
  2619. if string.sub(msg, 1, 14) == (prefix.."givealltools ") then
  2620. for i,v in pairs(game:GetService("Players").LocalPlayer.Backpack:GetDescendants()) do
  2621. if v:IsA("Tool") then
  2622. v.Parent = lplayer.Character
  2623. wait()
  2624. for i,player in pairs(GetPlayer(string.sub(msg, 15))) do
  2625. v.Parent = player.Character
  2626. end
  2627. end
  2628. end
  2629. end
  2630. if string.sub(msg, 1, 5) == (prefix.."age ") then
  2631. for i,player in pairs(GetPlayer(string.sub(msg, 6))) do
  2632. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account Age: "..player.AccountAge.." days!", "All")
  2633. end
  2634. end
  2635. if string.sub(msg, 1, 4) == (prefix.."id ") then
  2636. for i,player in pairs(GetPlayer(string.sub(msg, 5))) do
  2637. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account ID: "..player.UserId, "All")
  2638. end
  2639. end
  2640. if string.sub(msg, 1, 6) == (prefix..".age ") then
  2641. for i,player in pairs(GetPlayer(string.sub(msg, 7))) do
  2642. game:GetService("StarterGui"):SetCore("SendNotification", {
  2643. Title = player.AccountAge.." Days";
  2644. Text = "Account age of "..player.Name;
  2645. })
  2646. end
  2647. end
  2648. if string.sub(msg, 1, 5) == (prefix..".id ") then
  2649. for i,player in pairs(GetPlayer(string.sub(msg, 6))) do
  2650. game:GetService("StarterGui"):SetCore("SendNotification", {
  2651. Title = player.UserId.." ID";
  2652. Text = "Account ID of "..player.Name;
  2653. })
  2654. end
  2655. end
  2656. if string.sub(msg, 1, 7) == (prefix.."gameid") then
  2657. game:GetService("StarterGui"):SetCore("SendNotification", {
  2658. Title = "Game ID";
  2659. Text = "Game ID: ".. game.GameId;
  2660. })
  2661. end
  2662. if string.sub(msg, 1, 4) == (prefix.."pgs") then
  2663. local pgscheck = game:GetService("Workspace"):PGSIsEnabled()
  2664. if pgscheck == true then
  2665. game:GetService("StarterGui"):SetCore("SendNotification", {
  2666. Title = "PGSPhysicsSolverEnabled";
  2667. Text = "PGS is Enabled!";
  2668. })
  2669. else
  2670. game:GetService("StarterGui"):SetCore("SendNotification", {
  2671. Title = "PGSPhysicsSolverEnabled";
  2672. Text = "PGS is Disabled!";
  2673. })
  2674. end
  2675. end
  2676. if string.sub(msg, 1, 12) == (prefix.."removeinvis") then
  2677. for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  2678. if v:IsA("Part") then
  2679. if v.Transparency == 1 then
  2680. if v.Name ~= "HumanoidRootPart" then
  2681. v:Destroy()
  2682. end
  2683. end
  2684. end
  2685. end
  2686. end
  2687. if string.sub(msg, 1, 10) == (prefix.."removefog") then
  2688. game:GetService("Lighting").FogStart = 0
  2689. game:GetService("Lighting").FogEnd = 9999999999999
  2690. end
  2691. if string.sub(msg, 1, 8) == (prefix.."disable") then
  2692. lplayer.Character.Humanoid.Parent = lplayer
  2693. end
  2694. if string.sub(msg, 1, 7) == (prefix.."enable") then
  2695. lplayer.Humanoid.Parent = lplayer.Character
  2696. end
  2697. if string.sub(msg, 1, 8) == (prefix.."prefix ") then
  2698. prefix = (string.sub(msg, 9, 9))
  2699. wait(0.1)
  2700. change()
  2701. wait(0.1)
  2702. game:GetService("StarterGui"):SetCore("SendNotification", {
  2703. Title = "Prefix changed!";
  2704. Text = "Prefix is now "..prefix..". Use ;resetprefix to reset to ;";
  2705. })
  2706. end
  2707. if string.sub(msg, 1, 12) == (";resetprefix") then
  2708. prefix = ";"
  2709. wait(0.1)
  2710. change()
  2711. wait(0.1)
  2712. game:GetService("StarterGui"):SetCore("SendNotification", {
  2713. Title = "Prefix changed!";
  2714. Text = "Prefix is now "..prefix..". Make sure it's one key!";
  2715. })
  2716. end
  2717. if string.sub(msg, 1, 10) == (prefix.."flyspeed ") then
  2718. speedfly = string.sub(msg, 11)
  2719. wait()
  2720. change()
  2721. end
  2722. if string.sub(msg, 1, 8) == (prefix.."carpet ") then
  2723. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  2724. local Anim3 = Instance.new("Animation")
  2725. Anim3.AnimationId = "rbxassetid://282574440"
  2726. local track3 = lplayer.Character.Humanoid:LoadAnimation(Anim3)
  2727. track3:Play(.1, 1, 1)
  2728. bplrr = v.Name
  2729. banpl = true
  2730. end
  2731. end
  2732. if string.sub(msg, 1, 9) == (prefix.."uncarpet") then
  2733. banpl = false
  2734. end
  2735. if string.sub(msg, 1, 7) == (prefix.."stare ") then
  2736. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  2737. staring = true
  2738. stareplr = v
  2739. end
  2740. end
  2741. if string.sub(msg, 1, 8) == (prefix.."unstare") then
  2742. staring = false
  2743. end
  2744. if string.sub(msg, 1, 8) == (prefix.."logchat") then
  2745. chatlogs = true
  2746. game:GetService("StarterGui"):SetCore("SendNotification", {
  2747. Title = "LogChat enabled";
  2748. Text = "Now logging all player chat.";
  2749. })
  2750. end
  2751. if string.sub(msg, 1, 10) == (prefix.."unlogchat") then
  2752. chatlogs = false
  2753. game:GetService("StarterGui"):SetCore("SendNotification", {
  2754. Title = "LogChat disabled";
  2755. Text = "Stopped logging all player chat.";
  2756. })
  2757. end
  2758. if string.sub(msg, 1, 7) == (prefix.."fixcam") then
  2759. game:GetService("Workspace").CurrentCamera:Destroy()
  2760. wait(0.1)
  2761. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
  2762. game:GetService("Workspace").CurrentCamera.CameraType = "Custom"
  2763. lplayer.CameraMinZoomDistance = 0.5
  2764. lplayer.CameraMaxZoomDistance = 400
  2765. lplayer.CameraMode = "Classic"
  2766. end
  2767. if string.sub(msg, 1, 8) == (prefix.."unstate") then
  2768. changingstate = false
  2769. end
  2770. end)
  2771.  
  2772. local function tp()
  2773. for i, player in ipairs(game:GetService("Players"):GetPlayers()) do
  2774. if player.Character and player.Character:FindFirstChild("HumanoidRootPart") then
  2775. if player.Name == brplr then
  2776. player.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame + lplayer.Character.HumanoidRootPart.CFrame.lookVector * 2
  2777. end
  2778. end
  2779. end
  2780. end
  2781. local function tpall()
  2782. for i, player in ipairs(game:GetService("Players"):GetPlayers()) do
  2783. if player.Character and player.Character:FindFirstChild("HumanoidRootPart") then
  2784. player.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame + lplayer.Character.HumanoidRootPart.CFrame.lookVector * 3
  2785. end
  2786. end
  2787. end
  2788. spawn(function()
  2789. while wait(spamdelay) do
  2790. if spamming == true then
  2791. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(spamtext, "All")
  2792. end
  2793. end
  2794. end)
  2795. spawn(function()
  2796. while wait(spamdelay) do
  2797. if spammingpm == true then
  2798. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("/w "..pmspammed.." @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@", "All")
  2799. end
  2800. end
  2801. end)
  2802. spawn(function()
  2803. while wait() do
  2804. if cbring == true then
  2805. tp()
  2806. end
  2807. end
  2808. end)
  2809. spawn(function()
  2810. while wait() do
  2811. if cbringall == true then
  2812. tpall()
  2813. end
  2814. end
  2815. end)
  2816.  
  2817. Mouse.KeyDown:connect(function(Key)
  2818. if Key == prefix then
  2819. CMDBAR:CaptureFocus()
  2820. end
  2821. end)
  2822.  
  2823. CMDBAR.FocusLost:connect(function(enterPressed)
  2824. if enterPressed then
  2825. if string.sub(CMDBAR.Text, 1, 5) == ("kill ") then
  2826. if string.sub(CMDBAR.Text, 6) == "me" then
  2827. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(100000,0,100000)
  2828. else
  2829. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6)))do
  2830. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  2831. lplayer.Character.Humanoid.Name = 1
  2832. local l = lplayer.Character["1"]:Clone()
  2833. l.Parent = lplayer.Character
  2834. l.Name = "Humanoid"
  2835. wait(0.1)
  2836. lplayer.Character["1"]:Destroy()
  2837. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2838. lplayer.Character.Animate.Disabled = true
  2839. wait(0.1)
  2840. lplayer.Character.Animate.Disabled = false
  2841. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2842. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2843. lplayer.Character.Humanoid:EquipTool(v)
  2844. end
  2845. local function tp(player,player2)
  2846. local char1,char2=player.Character,player2.Character
  2847. if char1 and char2 then
  2848. char1:MoveTo(char2.Head.Position)
  2849. end
  2850. end
  2851. wait(0.1)
  2852. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2853. wait(0.2)
  2854. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2855. wait(0.5)
  2856. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
  2857. wait(0.7)
  2858. tp(lplayer,game:GetService("Players")[v.Name])
  2859. wait(0.7)
  2860. lplayer.Character.HumanoidRootPart.CFrame = NOW
  2861. game:GetService("StarterGui"):SetCore("SendNotification", {
  2862. Title = "Tools needed!";
  2863. Text = "You need a tool in your backpack for this command!";
  2864. })
  2865. end
  2866. end
  2867. end
  2868. if string.sub(CMDBAR.Text, 1, 6) == ("bring ") then
  2869. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7)))do
  2870. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  2871. lplayer.Character.Humanoid.Name = 1
  2872. local l = lplayer.Character["1"]:Clone()
  2873. l.Parent = lplayer.Character
  2874. l.Name = "Humanoid"
  2875. wait(0.1)
  2876. lplayer.Character["1"]:Destroy()
  2877. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2878. lplayer.Character.Animate.Disabled = true
  2879. wait(0.1)
  2880. lplayer.Character.Animate.Disabled = false
  2881. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2882. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2883. lplayer.Character.Humanoid:EquipTool(v)
  2884. end
  2885. local function tp(player,player2)
  2886. local char1,char2=player.Character,player2.Character
  2887. if char1 and char2 then
  2888. char1.HumanoidRootPart.CFrame = char2.HumanoidRootPart.CFrame
  2889. end
  2890. end
  2891. local function getout(player,player2)
  2892. local char1,char2=player.Character,player2.Character
  2893. if char1 and char2 then
  2894. char1:MoveTo(char2.Head.Position)
  2895. end
  2896. end
  2897. tp(game:GetService("Players")[v.Name], lplayer)
  2898. wait(0.2)
  2899. tp(game:GetService("Players")[v.Name], lplayer)
  2900. wait(0.5)
  2901. lplayer.Character.HumanoidRootPart.CFrame = NOW
  2902. wait(0.5)
  2903. getout(lplayer, game:GetService("Players")[v.Name])
  2904. wait(0.3)
  2905. lplayer.Character.HumanoidRootPart.CFrame = NOW
  2906. game:GetService("StarterGui"):SetCore("SendNotification", {
  2907. Title = "Tools needed!";
  2908. Text = "You need a tool in your backpack for this command!";
  2909. })
  2910. end
  2911. end
  2912. if string.sub(CMDBAR.Text, 1, 5) == ("spin ") then
  2913. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  2914. lplayer.Character.Humanoid.Name = 1
  2915. local l = lplayer.Character["1"]:Clone()
  2916. l.Parent = lplayer.Character
  2917. l.Name = "Humanoid"
  2918. wait(0.1)
  2919. lplayer.Character["1"]:Destroy()
  2920. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2921. lplayer.Character.Animate.Disabled = true
  2922. wait(0.1)
  2923. lplayer.Character.Animate.Disabled = false
  2924. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2925. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2926. lplayer.Character.Humanoid:EquipTool(v)
  2927. end
  2928. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  2929. spinplr = v
  2930. wait(0.5)
  2931. spin = true
  2932. game:GetService("StarterGui"):SetCore("SendNotification", {
  2933. Title = "Tools needed!";
  2934. Text = "You need a tool in your backpack for this command!";
  2935. })
  2936. end
  2937. end
  2938. if string.sub(CMDBAR.Text, 1, 6) == ("unspin") then
  2939. spin = false
  2940. end
  2941. if string.sub(CMDBAR.Text, 1, 7) == ("attach ") then
  2942. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  2943. lplayer.Character.Humanoid.Name = 1
  2944. local l = lplayer.Character["1"]:Clone()
  2945. l.Parent = lplayer.Character
  2946. l.Name = "Humanoid"
  2947. wait(0.1)
  2948. lplayer.Character["1"]:Destroy()
  2949. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2950. lplayer.Character.Animate.Disabled = true
  2951. wait(0.1)
  2952. lplayer.Character.Animate.Disabled = false
  2953. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2954. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2955. lplayer.Character.Humanoid:EquipTool(v)
  2956. end
  2957. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  2958. wait(0.3)
  2959. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  2960. attplr = v
  2961. game:GetService("StarterGui"):SetCore("SendNotification", {
  2962. Title = "Tools needed!";
  2963. Text = "You need a tool in your backpack for this command!";
  2964. })
  2965. end
  2966. end
  2967. if string.sub(CMDBAR.Text, 1, 9) == ("unattach ") then
  2968. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
  2969. local function getout(player,player2)
  2970. local char1,char2=player.Character,player2.Character
  2971. if char1 and char2 then
  2972. char1:MoveTo(char2.Head.Position)
  2973. end
  2974. end
  2975. getout(lplayer, game:GetService("Players")[v.Name])
  2976. end
  2977. end
  2978. if string.sub(CMDBAR.Text, 1, 7) == ("follow ") then
  2979. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  2980. followed = true
  2981. flwplr = v
  2982. end
  2983. end
  2984. if string.sub(CMDBAR.Text, 1, 8) == ("unfollow") then
  2985. followed = false
  2986. end
  2987. if string.sub(CMDBAR.Text, 1, 9) == ("freefall ") then
  2988. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
  2989. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  2990. lplayer.Character.Humanoid.Name = 1
  2991. local l = lplayer.Character["1"]:Clone()
  2992. l.Parent = lplayer.Character
  2993. l.Name = "Humanoid"
  2994. wait(0.1)
  2995. lplayer.Character["1"]:Destroy()
  2996. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2997. lplayer.Character.Animate.Disabled = true
  2998. wait(0.1)
  2999. lplayer.Character.Animate.Disabled = false
  3000. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  3001. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  3002. lplayer.Character.Humanoid:EquipTool(v)
  3003. end
  3004. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  3005. wait(0.2)
  3006. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  3007. wait(0.6)
  3008. lplayer.Character.HumanoidRootPart.CFrame = NOW
  3009. wait(0.6)
  3010. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,50000,0)
  3011. game:GetService("StarterGui"):SetCore("SendNotification", {
  3012. Title = "Tools needed!";
  3013. Text = "You need a tool in your backpack for this command!";
  3014. })
  3015. end
  3016. end
  3017. if string.sub(CMDBAR.Text, 1, 6) == ("trail ") then
  3018. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  3019. traill = true
  3020. trlplr = v
  3021. end
  3022. end
  3023. if string.sub(CMDBAR.Text, 1, 7) == ("untrail") then
  3024. traill = false
  3025. end
  3026. if string.sub(CMDBAR.Text, 1, 6) == ("orbit ") then
  3027. if string.sub(CMDBAR.Text, 7) == "all" or string.sub(CMDBAR.Text, 7) == "others" or string.sub(CMDBAR.Text, 7) == "me" then
  3028. lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  3029. else
  3030. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  3031. local o = Instance.new("RocketPropulsion")
  3032. o.Parent = lplayer.Character.HumanoidRootPart
  3033. o.Name = "Orbit"
  3034. o.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
  3035. o:Fire()
  3036. noclip = true
  3037. end
  3038. end
  3039. end
  3040. if string.sub(CMDBAR.Text, 1, 7) == ("unorbit") then
  3041. lplayer.Character.HumanoidRootPart.Orbit:Destroy()
  3042. noclip = false
  3043. end
  3044. if string.sub(CMDBAR.Text, 1, 6) == ("fling ") then
  3045. if string.sub(CMDBAR.Text, 7) == "all" or string.sub(CMDBAR.Text, 7) == "others" or string.sub(CMDBAR.Text, 7) == "me" then
  3046. lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  3047. else
  3048. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  3049. local y = Instance.new("RocketPropulsion")
  3050. y.Parent = lplayer.Character.HumanoidRootPart
  3051. y.CartoonFactor = 1
  3052. y.MaxThrust = 800000
  3053. y.MaxSpeed = 1000
  3054. y.ThrustP = 200000
  3055. y.Name = "Fling"
  3056. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  3057. y.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
  3058. y:Fire()
  3059. noclip = true
  3060. end
  3061. end
  3062. end
  3063. if string.sub(CMDBAR.Text, 1, 7) == ("unfling") then
  3064. noclip = false
  3065. lplayer.Character.HumanoidRootPart.Fling:Destroy()
  3066. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
  3067. wait(0.4)
  3068. lplayer.Character.HumanoidRootPart.Fling:Destroy()
  3069. end
  3070. if string.sub(CMDBAR.Text, 1, 7) == ("fecheck") then
  3071. if game:GetService("Workspace").FilteringEnabled == true then
  3072. warn("FE is Enabled (Filtering Enabled)")
  3073. game:GetService("StarterGui"):SetCore("SendNotification", {
  3074. Title = "FE is Enabled";
  3075. Text = "Filtering Enabled. Enjoy using Reviz Admin!";
  3076. })
  3077. else
  3078. warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
  3079. game:GetService("StarterGui"):SetCore("SendNotification", {
  3080. Title = "FE is Disabled";
  3081. Text = "Filtering Disabled. Consider using a different admin script.";
  3082. })
  3083. end
  3084. end
  3085. if string.sub(CMDBAR.Text, 1, 5) == ("void ") then
  3086. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  3087. lplayer.Character.Humanoid.Name = 1
  3088. local l = lplayer.Character["1"]:Clone()
  3089. l.Parent = lplayer.Character
  3090. l.Name = "Humanoid"
  3091. wait(0.1)
  3092. lplayer.Character["1"]:Destroy()
  3093. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  3094. lplayer.Character.Animate.Disabled = true
  3095. wait(0.1)
  3096. lplayer.Character.Animate.Disabled = false
  3097. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  3098. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  3099. lplayer.Character.Humanoid:EquipTool(v)
  3100. end
  3101. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  3102. wait(0.2)
  3103. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  3104. wait(0.6)
  3105. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(999999999999999,0,999999999999999)
  3106. game:GetService("StarterGui"):SetCore("SendNotification", {
  3107. Title = "Tools needed!";
  3108. Text = "You need a tool in your backpack for this command!";
  3109. })
  3110. end
  3111. end
  3112. if string.sub(CMDBAR.Text, 1, 6) == ("noclip") then
  3113. noclip = true
  3114. game:GetService("StarterGui"):SetCore("SendNotification", {
  3115. Title = "Noclip enabled";
  3116. Text = "Type ;clip to disable";
  3117. })
  3118. end
  3119. if string.sub(CMDBAR.Text, 1, 4) == ("clip") then
  3120. noclip = false
  3121. game:GetService("StarterGui"):SetCore("SendNotification", {
  3122. Title = "Noclip disabled";
  3123. Text = "Type ;noclip to enable";
  3124. })
  3125. end
  3126. if string.sub(CMDBAR.Text, 1, 6) == ("speed ") then
  3127. lplayer.Character.Humanoid.WalkSpeed = (string.sub(CMDBAR.Text, 7))
  3128. end
  3129. if string.sub(CMDBAR.Text, 1, 3) == ("ws ") then
  3130. lplayer.Character.Humanoid.WalkSpeed = (string.sub(CMDBAR.Text, 4))
  3131. end
  3132. if string.sub(CMDBAR.Text, 1, 10) == ("hipheight ") then
  3133. lplayer.Character.Humanoid.HipHeight = (string.sub(CMDBAR.Text, 11))
  3134. end
  3135. if string.sub(CMDBAR.Text, 1, 3) == ("hh ") then
  3136. lplayer.Character.Humanoid.HipHeight = (string.sub(CMDBAR.Text, 4))
  3137. end
  3138. if string.sub(CMDBAR.Text, 1, 10) == ("jumppower ") then
  3139. lplayer.Character.Humanoid.JumpPower = (string.sub(CMDBAR.Text, 11))
  3140. end
  3141. if string.sub(CMDBAR.Text, 1, 3) == ("jp ") then
  3142. lplayer.Character.Humanoid.JumpPower = (string.sub(CMDBAR.Text, 4))
  3143. end
  3144. if string.sub(CMDBAR.Text, 1, 7) == ("default") then
  3145. lplayer.Character.Humanoid.JumpPower = 50
  3146. lplayer.Character.Humanoid.WalkSpeed = 16
  3147. lplayer.Character.Humanoid.HipHeight = 0
  3148. end
  3149. if string.sub(CMDBAR.Text, 1, 6) == ("annoy ") then
  3150. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  3151. annoying = true
  3152. annplr = v
  3153. end
  3154. end
  3155. if string.sub(CMDBAR.Text, 1, 7) == ("unannoy") then
  3156. annoying = false
  3157. end
  3158. if string.sub(CMDBAR.Text, 1, 9) == ("headwalk ") then
  3159. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
  3160. hwalk = true
  3161. hdwplr = v
  3162. end
  3163. end
  3164. if string.sub(CMDBAR.Text, 1, 10) == ("unheadwalk") then
  3165. hwalk = false
  3166. end
  3167. if string.sub(CMDBAR.Text, 1, 7) == ("nolimbs") then
  3168. lplayer.Character["Left Leg"]:Destroy()
  3169. lplayer.Character["Left Arm"]:Destroy()
  3170. lplayer.Character["Right Leg"]:Destroy()
  3171. lplayer.Character["Right Arm"]:Destroy()
  3172. end
  3173. if string.sub(CMDBAR.Text, 1, 3) == ("god") then
  3174. lplayer.Character.Humanoid.Name = 1
  3175. local l = lplayer.Character["1"]:Clone()
  3176. l.Parent = lplayer.Character
  3177. l.Name = "Humanoid"
  3178. wait(0.1)
  3179. lplayer.Character["1"]:Destroy()
  3180. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  3181. lplayer.Character.Animate.Disabled = true
  3182. wait(0.1)
  3183. lplayer.Character.Animate.Disabled = false
  3184. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  3185. game:GetService("StarterGui"):SetCore("SendNotification", {
  3186. Title = "FE Godmode enabled";
  3187. Text = "Use ;grespawn or ;respawn to remove.";
  3188. })
  3189. end
  3190. if string.sub(CMDBAR.Text, 1, 8) == ("drophats") then
  3191. for i,v in pairs(lplayer.Character:GetChildren()) do
  3192. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  3193. v.Parent = workspace
  3194. end
  3195. end
  3196. end
  3197. if string.sub(CMDBAR.Text, 1, 8) == ("droptool") then
  3198. for i,v in pairs(lplayer.Character:GetChildren()) do
  3199. if (v:IsA("Tool")) then
  3200. v.Parent = workspace
  3201. end
  3202. end
  3203. end
  3204. if string.sub(CMDBAR.Text, 1, 9) == ("loopdhats") then
  3205. droppinghats = true
  3206. game:GetService("StarterGui"):SetCore("SendNotification", {
  3207. Title = "Loop Drop Enabled";
  3208. Text = "Type ;unloopdhats to disable";
  3209. })
  3210. end
  3211. if string.sub(CMDBAR.Text, 1, 11) == ("unloopdhats") then
  3212. droppinghats = false
  3213. game:GetService("StarterGui"):SetCore("SendNotification", {
  3214. Title = "Loop Drop Disabled";
  3215. Text = "Type ;loopdhats to enable.";
  3216. })
  3217. end
  3218. if string.sub(CMDBAR.Text, 1, 9) == ("loopdtool") then
  3219. droppingtools = true
  3220. game:GetService("StarterGui"):SetCore("SendNotification", {
  3221. Title = "Loop Drop Enabled";
  3222. Text = "Type ;unloopdtool to disable";
  3223. })
  3224. end
  3225. if string.sub(CMDBAR.Text, 1, 11) == ("unloopdtool") then
  3226. droppingtools = false
  3227. game:GetService("StarterGui"):SetCore("SendNotification", {
  3228. Title = "Loop Drop Disabled";
  3229. Text = "Type ;loopdtool to enable.";
  3230. })
  3231. end
  3232. if string.sub(CMDBAR.Text, 1, 9) == ("invisible") then -- Credit to Timeless
  3233. Local = game:GetService('Players').LocalPlayer
  3234. Char = Local.Character
  3235. touched,tpdback = false, false
  3236. box = Instance.new('Part',workspace)
  3237. box.Anchored = true
  3238. box.CanCollide = true
  3239. box.Size = Vector3.new(10,1,10)
  3240. box.Position = Vector3.new(0,10000,0)
  3241. box.Touched:connect(function(part)
  3242. if (part.Parent.Name == Local.Name) then
  3243. if touched == false then
  3244. touched = true
  3245. function apply()
  3246. if script.Disabled ~= true then
  3247. no = Char.HumanoidRootPart:Clone()
  3248. wait(.25)
  3249. Char.HumanoidRootPart:Destroy()
  3250. no.Parent = Char
  3251. Char:MoveTo(loc)
  3252. touched = false
  3253. end end
  3254. if Char then
  3255. apply()
  3256. end
  3257. end
  3258. end
  3259. end)
  3260. repeat wait() until Char
  3261. loc = Char.HumanoidRootPart.Position
  3262. Char:MoveTo(box.Position + Vector3.new(0,.5,0))
  3263. game:GetService("StarterGui"):SetCore("SendNotification", {
  3264. Title = "Invisibility enabled!";
  3265. Text = "Reset or use ;respawn to remove.";
  3266. })
  3267. end
  3268. if string.sub(CMDBAR.Text, 1, 5) == ("view ") then
  3269. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  3270. if game:GetService("Players")[v.Name].Character.Humanoid then
  3271. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Humanoid
  3272. else
  3273. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  3274. end
  3275. end
  3276. end
  3277. if string.sub(CMDBAR.Text, 1, 6) == ("unview") then
  3278. if lplayer.Character.Humanoid then
  3279. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
  3280. else
  3281. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
  3282. end
  3283. end
  3284. if string.sub(CMDBAR.Text, 1, 5) == ("goto ") then
  3285. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  3286. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  3287. end
  3288. end
  3289. if string.sub(CMDBAR.Text, 1, 3) == ("fly") then
  3290. repeat wait() until lplayer and lplayer.Character and lplayer.Character:FindFirstChild('HumanoidRootPart') and lplayer.Character:FindFirstChild('Humanoid')
  3291. repeat wait() until Mouse
  3292.  
  3293. local T = lplayer.Character.HumanoidRootPart
  3294. local CONTROL = {F = 0, B = 0, L = 0, R = 0}
  3295. local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  3296. local SPEED = speedget
  3297.  
  3298. local function fly()
  3299. flying = true
  3300. local BG = Instance.new('BodyGyro', T)
  3301. local BV = Instance.new('BodyVelocity', T)
  3302. BG.P = 9e4
  3303. BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  3304. BG.cframe = T.CFrame
  3305. BV.velocity = Vector3.new(0, 0.1, 0)
  3306. BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
  3307. spawn(function()
  3308. repeat wait()
  3309. lplayer.Character.Humanoid.PlatformStand = true
  3310. if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
  3311. SPEED = 50
  3312. elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
  3313. SPEED = 0
  3314. end
  3315. if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
  3316. 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
  3317. lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
  3318. elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
  3319. 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
  3320. else
  3321. BV.velocity = Vector3.new(0, 0.1, 0)
  3322. end
  3323. BG.cframe = workspace.CurrentCamera.CoordinateFrame
  3324. until not flying
  3325. CONTROL = {F = 0, B = 0, L = 0, R = 0}
  3326. lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  3327. SPEED = 0
  3328. BG:destroy()
  3329. BV:destroy()
  3330. lplayer.Character.Humanoid.PlatformStand = false
  3331. end)
  3332. end
  3333. Mouse.KeyDown:connect(function(KEY)
  3334. if KEY:lower() == 'w' then
  3335. CONTROL.F = speedfly
  3336. elseif KEY:lower() == 's' then
  3337. CONTROL.B = -speedfly
  3338. elseif KEY:lower() == 'a' then
  3339. CONTROL.L = -speedfly
  3340. elseif KEY:lower() == 'd' then
  3341. CONTROL.R = speedfly
  3342. end
  3343. end)
  3344. Mouse.KeyUp:connect(function(KEY)
  3345. if KEY:lower() == 'w' then
  3346. CONTROL.F = 0
  3347. elseif KEY:lower() == 's' then
  3348. CONTROL.B = 0
  3349. elseif KEY:lower() == 'a' then
  3350. CONTROL.L = 0
  3351. elseif KEY:lower() == 'd' then
  3352. CONTROL.R = 0
  3353. end
  3354. end)
  3355. fly()
  3356. end
  3357. if string.sub(CMDBAR.Text, 1, 5) == ("unfly") then
  3358. flying = false
  3359. lplayer.Character.Humanoid.PlatformStand = false
  3360. end
  3361. if string.sub(CMDBAR.Text, 1, 5) == ("chat ") then
  3362. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer((string.sub(CMDBAR.Text, 6)), "All")
  3363. end
  3364. if string.sub(CMDBAR.Text, 1, 5) == ("spam ") then
  3365. spamtext = (string.sub(CMDBAR.Text, 6))
  3366. spamming = true
  3367. end
  3368. if string.sub(CMDBAR.Text, 1, 6) == ("unspam") then
  3369. spamming = false
  3370. end
  3371. if string.sub(CMDBAR.Text, 1, 9) == ("spamwait ") then
  3372. spamdelay = (string.sub(CMDBAR.Text, 10))
  3373. end
  3374. if string.sub(CMDBAR.Text, 1, 7) == ("pmspam ") then
  3375. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  3376. pmspammed = v.Name
  3377. spammingpm = true
  3378. end
  3379. end
  3380. if string.sub(CMDBAR.Text, 1, 8) == ("unpmspam") then
  3381. spammingpm = false
  3382. end
  3383. if string.sub(CMDBAR.Text, 1, 8) == ("cfreeze ") then
  3384. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 9))) do
  3385. v.Character["Left Leg"].Anchored = true
  3386. v.Character["Left Arm"].Anchored = true
  3387. v.Character["Right Leg"].Anchored = true
  3388. v.Character["Right Arm"].Anchored = true
  3389. v.Character.Torso.Anchored = true
  3390. v.Character.Head.Anchored = true
  3391. end
  3392. end
  3393. if string.sub(CMDBAR.Text, 1, 10) == ("uncfreeze ") then
  3394. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 11))) do
  3395. v.Character["Left Leg"].Anchored = false
  3396. v.Character["Left Arm"].Anchored = false
  3397. v.Character["Right Leg"].Anchored = false
  3398. v.Character["Right Arm"].Anchored = false
  3399. v.Character.Torso.Anchored = false
  3400. v.Character.Head.Anchored = false
  3401. end
  3402. end
  3403. if string.sub(CMDBAR.Text, 1, 8) == ("unlockws") then
  3404. local a = game:GetService("Workspace"):getChildren()
  3405. for i = 1, #a do
  3406. if a[i].className == "Part" then
  3407. a[i].Locked = false
  3408. elseif a[i].className == "Model" then
  3409. local r = a[i]:getChildren()
  3410. for i = 1, #r do
  3411. if r[i].className == "Part" then
  3412. r[i].Locked = false
  3413. end
  3414. end
  3415. end
  3416. end
  3417. game:GetService("StarterGui"):SetCore("SendNotification", {
  3418. Title = "Success!";
  3419. Text = "Workspace unlocked. Use ;lockws to lock.";
  3420. })
  3421. end
  3422. if string.sub(CMDBAR.Text, 1, 6) == ("lockws") then
  3423. local a = game:GetService("Workspace"):getChildren()
  3424. for i = 1, #a do
  3425. if a[i].className == "Part" then
  3426. a[i].Locked = true
  3427. elseif a[i].className == "Model" then
  3428. local r = a[i]:getChildren()
  3429. for i = 1, #r do
  3430. if r[i].className == "Part" then
  3431. r[i].Locked = true
  3432. end
  3433. end
  3434. end
  3435. end
  3436. end
  3437. if string.sub(CMDBAR.Text, 1, 6) == ("btools") then
  3438. local Clone_T = Instance.new("HopperBin",lplayer.Backpack)
  3439. Clone_T.BinType = "Clone"
  3440. local Destruct = Instance.new("HopperBin",lplayer.Backpack)
  3441. Destruct.BinType = "Hammer"
  3442. local Hold_T = Instance.new("HopperBin",lplayer.Backpack)
  3443. Hold_T.BinType = "Grab"
  3444. end
  3445. if string.sub(CMDBAR.Text, 1, 6) == ("pstand") then
  3446. lplayer.Character.Humanoid.PlatformStand = true
  3447. end
  3448. if string.sub(CMDBAR.Text, 1, 8) == ("unpstand") then
  3449. lplayer.Character.Humanoid.PlatformStand = false
  3450. end
  3451. if string.sub(CMDBAR.Text, 1, 9) == ("blockhead") then
  3452. lplayer.Character.Head.Mesh:Destroy()
  3453. end
  3454. if string.sub(CMDBAR.Text, 1, 3) == ("sit") then
  3455. lplayer.Character.Humanoid.Sit = true
  3456. end
  3457. if string.sub(CMDBAR.Text, 1, 9) == ("bringobj ") then
  3458. local function bringobjw()
  3459. for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
  3460. if obj.Name == (string.sub(CMDBAR.Text, 10)) then
  3461. obj.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  3462. obj.CanCollide = false
  3463. obj.Transparency = 0.7
  3464. wait()
  3465. obj.CFrame = lplayer.Character["Left Leg"].CFrame
  3466. wait()
  3467. obj.CFrame = lplayer.Character["Right Leg"].CFrame
  3468. wait()
  3469. obj.CFrame = lplayer.Character["Head"].CFrame
  3470. end
  3471. end
  3472. end
  3473. while wait() do
  3474. bringobjw()
  3475. end
  3476. game:GetService("StarterGui"):SetCore("SendNotification", {
  3477. Title = "BringObj";
  3478. Text = "BringObj enabled.";
  3479. })
  3480. end
  3481. if string.sub(CMDBAR.Text, 1, 6) == ("wsvis ") then
  3482. vis = (string.sub(CMDBAR.Text, 7))
  3483. local a = game:GetService("Workspace"):GetDescendants()
  3484. for i = 1, #a do
  3485. if a[i].className == "Part" then
  3486. a[i].Transparency = vis
  3487. elseif a[i].className == "Model" then
  3488. local r = a[i]:getChildren()
  3489. for i = 1, #r do
  3490. if r[i].className == "Part" then
  3491. r[i].Transparency = vis
  3492. end
  3493. end
  3494. end
  3495. end
  3496. end
  3497. if string.sub(CMDBAR.Text, 1, 10) == ("hypertotal") then
  3498. loadstring(game:GetObjects("rbxassetid://1255063809")[1].Source)()
  3499. game:GetService("StarterGui"):SetCore("SendNotification", {
  3500. Title = "Success!";
  3501. Text = "HyperTotal GUI Loaded!";
  3502. })
  3503. end
  3504. if string.sub(CMDBAR.Text, 1, 4) == ("cmds") then
  3505. CMDSFRAME.Visible = true
  3506. end
  3507. if string.sub(CMDBAR.Text, 1, 9) == ("rmeshhats") then
  3508. for i,v in pairs(lplayer.Character:GetChildren()) do
  3509. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  3510. v.Handle.Mesh:Destroy()
  3511. end
  3512. end
  3513. end
  3514. if string.sub(CMDBAR.Text, 1, 9) == ("blockhats") then
  3515. for i,v in pairs(lplayer.Character:GetChildren()) do
  3516. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  3517. v.Handle.Mesh:Destroy()
  3518. end
  3519. end
  3520. end
  3521. if string.sub(CMDBAR.Text, 1, 9) == ("rmeshtool") then
  3522. for i,v in pairs(lplayer.Character:GetChildren()) do
  3523. if (v:IsA("Tool")) then
  3524. v.Handle.Mesh:Destroy()
  3525. end
  3526. end
  3527. end
  3528. if string.sub(CMDBAR.Text, 1, 9) == ("blocktool") then
  3529. for i,v in pairs(lplayer.Character:GetChildren()) do
  3530. if (v:IsA("Tool")) then
  3531. v.Handle.Mesh:Destroy()
  3532. end
  3533. end
  3534. end
  3535. if string.sub(CMDBAR.Text, 1, 7) == ("spinner") then
  3536. local p = Instance.new("RocketPropulsion")
  3537. p.Parent = lplayer.Character.HumanoidRootPart
  3538. p.Name = "Spinner"
  3539. p.Target = lplayer.Character["Left Arm"]
  3540. p:Fire()
  3541. game:GetService("StarterGui"):SetCore("SendNotification", {
  3542. Title = "Spinner enabled";
  3543. Text = "Type ;nospinner to disable.";
  3544. })
  3545. end
  3546. if string.sub(CMDBAR.Text, 1, 9) == ("nospinner") then
  3547. lplayer.Character.HumanoidRootPart.Spinner:Destroy()
  3548. end
  3549. if string.sub(CMDBAR.Text, 1, 6) == ("reachd") then
  3550. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  3551. if v:isA("Tool") then
  3552. local a = Instance.new("SelectionBox",v.Handle)
  3553. a.Adornee = v.Handle
  3554. v.Handle.Size = Vector3.new(0.5,0.5,60)
  3555. v.GripPos = Vector3.new(0,0,0)
  3556. lplayer.Character.Humanoid:UnequipTools()
  3557. end
  3558. end
  3559. game:GetService("StarterGui"):SetCore("SendNotification", {
  3560. Title = "Reach applied!";
  3561. Text = "Applied to equipped sword. Use ;noreach to disable.";
  3562. })
  3563. end
  3564. if string.sub(CMDBAR.Text, 1, 6) == ("reach ") then
  3565. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  3566. if v:isA("Tool") then
  3567. local a = Instance.new("SelectionBox",v.Handle)
  3568. a.Name = "Reach"
  3569. a.Adornee = v.Handle
  3570. v.Handle.Size = Vector3.new(0.5,0.5,(string.sub(CMDBAR.Text, 7)))
  3571. v.GripPos = Vector3.new(0,0,0)
  3572. lplayer.Character.Humanoid:UnequipTools()
  3573. end
  3574. end
  3575. game:GetService("StarterGui"):SetCore("SendNotification", {
  3576. Title = "Reach applied!";
  3577. Text = "Applied to equipped sword. Use ;noreach to disable.";
  3578. })
  3579. end
  3580. if string.sub(CMDBAR.Text, 1, 7) == ("noreach") then
  3581. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  3582. if v:isA("Tool") then
  3583. v.Handle.Reach:Destroy()
  3584. end
  3585. end
  3586. game:GetService("StarterGui"):SetCore("SendNotification", {
  3587. Title = "Reach removed!";
  3588. Text = "Removed reach from equipped sword.";
  3589. })
  3590. end
  3591. if string.sub(CMDBAR.Text, 1, 6) == ("rkill ") then
  3592. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7)))do
  3593. lplayer.Character.Humanoid.Name = 1
  3594. local l = lplayer.Character["1"]:Clone()
  3595. l.Parent = lplayer.Character
  3596. l.Name = "Humanoid"
  3597. wait(0.1)
  3598. lplayer.Character["1"]:Destroy()
  3599. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  3600. lplayer.Character.Animate.Disabled = true
  3601. wait(0.1)
  3602. lplayer.Character.Animate.Disabled = false
  3603. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  3604. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  3605. lplayer.Character.Humanoid:EquipTool(v)
  3606. end
  3607. wait(0.1)
  3608. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  3609. wait(0.2)
  3610. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  3611. wait(0.5)
  3612. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
  3613. game:GetService("StarterGui"):SetCore("SendNotification", {
  3614. Title = "Tools needed!";
  3615. Text = "You need a tool in your backpack for this command!";
  3616. })
  3617. end
  3618. end
  3619. if string.sub(CMDBAR.Text, 1, 6) == ("tp me ") then
  3620. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  3621. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  3622. end
  3623. end
  3624. if string.sub(CMDBAR.Text, 1, 7) == ("cbring ") then
  3625. if (string.sub(CMDBAR.Text, 8)) == "all" or (string.sub(CMDBAR.Text, 8)) == "All" or (string.sub(CMDBAR.Text, 8)) == "ALL" then
  3626. cbringall = true
  3627. else
  3628. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  3629. brplr = v.Name
  3630. end
  3631. end
  3632. cbring = true
  3633. end
  3634. if string.sub(CMDBAR.Text, 1, 8) == ("uncbring") then
  3635. cbring = false
  3636. cbringall = false
  3637. end
  3638. if string.sub(CMDBAR.Text, 1, 5) == ("swap ") then
  3639. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  3640. local NOWPLR = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  3641. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  3642. lplayer.Character.Humanoid.Name = 1
  3643. local l = lplayer.Character["1"]:Clone()
  3644. l.Parent = lplayer.Character
  3645. l.Name = "Humanoid"
  3646. wait(0.1)
  3647. lplayer.Character["1"]:Destroy()
  3648. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  3649. lplayer.Character.Animate.Disabled = true
  3650. wait(0.1)
  3651. lplayer.Character.Animate.Disabled = false
  3652. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  3653. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  3654. lplayer.Character.Humanoid:EquipTool(v)
  3655. end
  3656. local function tp(player,player2)
  3657. local char1,char2=player.Character,player2.Character
  3658. if char1 and char2 then
  3659. char1:MoveTo(char2.Head.Position)
  3660. end
  3661. end
  3662. wait(0.1)
  3663. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  3664. wait(0.2)
  3665. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  3666. wait(0.5)
  3667. lplayer.Character.HumanoidRootPart.CFrame = NOW
  3668. wait(0.6)
  3669. tp(lplayer, game:GetService("Players")[v.Name])
  3670. wait(0.4)
  3671. lplayer.Character.HumanoidRootPart.CFrame = NOWPLR
  3672. game:GetService("StarterGui"):SetCore("SendNotification", {
  3673. Title = "Tools needed!";
  3674. Text = "You need a tool in your backpack for this command!";
  3675. })
  3676. end
  3677. end
  3678. if string.sub(CMDBAR.Text, 1, 7) == ("glitch ") then
  3679. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  3680. lplayer.Character.Humanoid.Name = 1
  3681. local l = lplayer.Character["1"]:Clone()
  3682. l.Parent = lplayer.Character
  3683. l.Name = "Humanoid"
  3684. wait(0.1)
  3685. lplayer.Character["1"]:Destroy()
  3686. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  3687. lplayer.Character.Animate.Disabled = true
  3688. wait(0.1)
  3689. lplayer.Character.Animate.Disabled = false
  3690. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  3691. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  3692. lplayer.Character.Humanoid:EquipTool(v)
  3693. end
  3694. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  3695. wait(0.3)
  3696. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  3697. wait(0.4)
  3698. b = Instance.new("BodyForce")
  3699. b.Parent = lplayer.Character.HumanoidRootPart
  3700. b.Name = "Glitch"
  3701. b.Force = Vector3.new(100000000,5000,0)
  3702. game:GetService("StarterGui"):SetCore("SendNotification", {
  3703. Title = "Tools needed!";
  3704. Text = "You need a tool in your backpack for this command!";
  3705. })
  3706. end
  3707. end
  3708. if string.sub(CMDBAR.Text, 1, 8) == ("unglitch") then
  3709. lplayer.Character.HumanoidRootPart.Glitch:Destroy()
  3710. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(10000,0,10000)
  3711. b = Instance.new("BodyForce")
  3712. b.Parent = lplayer.Character.HumanoidRootPart
  3713. b.Name = "unGlitch"
  3714. b.Force = Vector3.new(0,-5000000,0)
  3715. wait(2)
  3716. lplayer.Character.HumanoidRootPart.unGlitch:Destroy()
  3717. end
  3718. if string.sub(CMDBAR.Text, 1, 8) == ("grespawn") then
  3719. lplayer.Character.Humanoid.Health = 0
  3720. wait(1)
  3721. lplayer.Character.Head.CFrame = CFrame.new(1000000,0,1000000)
  3722. lplayer.Character.Torso.CFrame = CFrame.new(1000000,0,1000000)
  3723. end
  3724. if string.sub(CMDBAR.Text, 1, 8) == ("explorer") then
  3725. loadstring(game:GetObjects("rbxassetid://492005721")[1].Source)()
  3726. game:GetService("StarterGui"):SetCore("SendNotification", {
  3727. Title = "Success!";
  3728. Text = "DEX Explorer has loaded.";
  3729. })
  3730. end
  3731. if string.sub(CMDBAR.Text, 1, 5) == ("anim ") then
  3732. local Anim = Instance.new("Animation")
  3733. Anim.AnimationId = "rbxassetid://"..(string.sub(CMDBAR.Text, 6))
  3734. local track = lplayer.Character.Humanoid:LoadAnimation(Anim)
  3735. track:Play(.1, 1, 1)
  3736. end
  3737. if string.sub(CMDBAR.Text, 1, 7) == ("animgui") then
  3738. loadstring(game:GetObjects("rbxassetid://1202558084")[1].Source)()
  3739. game:GetService("StarterGui"):SetCore("SendNotification", {
  3740. Title = "Success!";
  3741. Text = "Energize Animations GUI has loaded.";
  3742. })
  3743. end
  3744. if string.sub(CMDBAR.Text, 1, 7) == ("savepos") then
  3745. saved = lplayer.Character.HumanoidRootPart.CFrame
  3746. game:GetService("StarterGui"):SetCore("SendNotification", {
  3747. Title = "Position Saved";
  3748. Text = "Use ;loadpos to return to saved position.";
  3749. })
  3750. end
  3751. if string.sub(CMDBAR.Text, 1, 7) == ("loadpos") then
  3752. lplayer.Character.HumanoidRootPart.CFrame = saved
  3753. end
  3754. if string.sub(CMDBAR.Text, 1, 5) == ("bang ") then
  3755. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  3756. local Anim2 = Instance.new("Animation")
  3757. Anim2.AnimationId = "rbxassetid://148840371"
  3758. local track2 = lplayer.Character.Humanoid:LoadAnimation(Anim2)
  3759. track2:Play(.1, 1, 1)
  3760. bplrr = v.Name
  3761. banpl = true
  3762. end
  3763. end
  3764. if string.sub(CMDBAR.Text, 1, 6) == ("unbang") then
  3765. banpl = false
  3766. end
  3767. if string.sub(CMDBAR.Text, 1, 9) == ("bringmod ") then
  3768. local function bringmodw()
  3769. for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
  3770. if obj.Name == (string.sub(CMDBAR.Text, 10)) then
  3771. for i,ch in pairs(obj:GetDescendants()) do
  3772. if (ch:IsA("BasePart")) then
  3773. ch.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  3774. ch.CanCollide = false
  3775. ch.Transparency = 0.7
  3776. wait()
  3777. ch.CFrame = lplayer.Character["Left Leg"].CFrame
  3778. wait()
  3779. ch.CFrame = lplayer.Character["Right Leg"].CFrame
  3780. wait()
  3781. ch.CFrame = lplayer.Character["Head"].CFrame
  3782. end
  3783. end
  3784. end
  3785. end
  3786. end
  3787. while wait() do
  3788. bringmodw()
  3789. end
  3790. game:GetService("StarterGui"):SetCore("SendNotification", {
  3791. Title = "BringMod";
  3792. Text = "BringMod enabled.";
  3793. })
  3794. end
  3795. if string.sub(CMDBAR.Text, 1, 7) == ("respawn") then
  3796. local mod = Instance.new('Model', workspace) mod.Name = 're '..lplayer.Name
  3797. local hum = Instance.new('Humanoid', mod)
  3798. local ins = Instance.new('Part', mod) ins.Name = 'Torso' ins.CanCollide = false ins.Transparency = 1
  3799. lplayer.Character = mod
  3800. end
  3801. if string.sub(CMDBAR.Text, 1, 8) == ("shutdown") then
  3802. game:GetService'RunService'.Stepped:Connect(function()
  3803. pcall(function()
  3804. for i,v in pairs(game:GetService'Players':GetPlayers()) do
  3805. if v.Character ~= nil and v.Character:FindFirstChild'Head' then
  3806. for _,x in pairs(v.Character.Head:GetChildren()) do
  3807. if x:IsA'Sound' then x.Playing = true x.CharacterSoundEvent:FireServer(true, true) end
  3808. end
  3809. end
  3810. end
  3811. end)
  3812. end)
  3813. game:GetService("StarterGui"):SetCore("SendNotification", {
  3814. Title = "Attempting Shutdown";
  3815. Text = "Shutdown Attempt has begun.";
  3816. })
  3817. end
  3818. if string.sub(CMDBAR.Text, 1, 7) == ("delobj ") then
  3819. objtodel = (string.sub(CMDBAR.Text, 8))
  3820. for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  3821. if v.Name == objtodel then
  3822. v:Destroy()
  3823. end
  3824. end
  3825. end
  3826. if string.sub(CMDBAR.Text, 1, 7) == ("getplrs") then
  3827. for i,v in pairs(game:GetService("Players"):GetPlayers())do
  3828. print(v)
  3829. end
  3830. game:GetService("StarterGui"):SetCore("SendNotification", {
  3831. Title = "Printed";
  3832. Text = "Players have been printed to console. (F9)";
  3833. })
  3834. end
  3835. if string.sub(CMDBAR.Text, 1, 8) == ("deldecal") then
  3836. for i,v in pairs(game:GetService("Workspace"):GetDescendants())do
  3837. if (v:IsA("Decal")) then
  3838. v:Destroy()
  3839. end
  3840. end
  3841. end
  3842. if string.sub(CMDBAR.Text, 1, 10) == ("opfinality") then
  3843. loadstring(game:GetObjects("rbxassetid://1294358929")[1].Source)()
  3844. game:GetService("StarterGui"):SetCore("SendNotification", {
  3845. Title = "Success!";
  3846. Text = "OpFinality GUI has loaded.";
  3847. })
  3848. end
  3849. if string.sub(CMDBAR.Text, 1, 7) == ("remotes") then
  3850. remotes = true
  3851. added = true
  3852. game.DescendantAdded:connect(function(rmt)
  3853. if added == true then
  3854. if remotes == true then
  3855. if rmt:IsA("RemoteEvent") then
  3856. print("A RemoteEvent was added!")
  3857. print(" game." .. rmt:GetFullName() .. " | RemoteEvent")
  3858. print(" game." .. rmt:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  3859. end end end
  3860. end)
  3861. game.DescendantAdded:connect(function(rmtfnctn)
  3862. if added == true then
  3863. if remotes == true then
  3864. if rmtfnctn:IsA("RemoteFunction") then
  3865. warn("A RemoteFunction was added!")
  3866. warn(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction")
  3867. print(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  3868. end end end
  3869. end)
  3870.  
  3871. game.DescendantAdded:connect(function(bndfnctn)
  3872. if added == true then
  3873. if binds == true then
  3874. if bndfnctn:IsA("BindableFunction") then
  3875. print("A BindableFunction was added!")
  3876. print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction")
  3877. print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  3878. end end end
  3879. end)
  3880.  
  3881. game.DescendantAdded:connect(function(bnd)
  3882. if added == true then
  3883. if binds == true then
  3884. if bnd:IsA("BindableEvent") then
  3885. warn("A BindableEvent was added!")
  3886. warn(" game." .. bnd:GetFullName() .. " | BindableEvent")
  3887. print(" game." .. bnd:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  3888. end end end
  3889. end)
  3890.  
  3891.  
  3892. if binds == true then
  3893. for i,v in pairs(game:GetDescendants()) do
  3894. if v:IsA("BindableFunction") then
  3895. print(" game." .. v:GetFullName() .. " | BindableFunction")
  3896. print(" game." .. v:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  3897. end end
  3898. for i,v in pairs(game:GetDescendants()) do
  3899. if v:IsA("BindableEvent") then
  3900. warn(" game." .. v:GetFullName() .. " | BindableEvent")
  3901. print(" game." .. v:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  3902. end end
  3903. else
  3904. print("Off")
  3905. end
  3906. if remotes == true then
  3907. for i,v in pairs(game:GetDescendants()) do
  3908. if v:IsA("RemoteFunction") then
  3909. warn(" game." .. v:GetFullName() .. " | RemoteFunction")
  3910. print(" game." .. v:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  3911. end end
  3912. wait()
  3913. for i,v in pairs(game:GetDescendants()) do
  3914. if v:IsA("RemoteEvent") then
  3915. print(" game." .. v:GetFullName() .. " | RemoteEvent")
  3916. print(" game." .. v:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  3917. end end
  3918. else
  3919. print("Off")
  3920. end
  3921. game:GetService("StarterGui"):SetCore("SendNotification", {
  3922. Title = "Printing Remotes";
  3923. Text = "Type ;noremotes to disable.";
  3924. })
  3925. end
  3926. if string.sub(CMDBAR.Text, 1, 9) == ("noremotes") then
  3927. remotes = false
  3928. added = false
  3929. game:GetService("StarterGui"):SetCore("SendNotification", {
  3930. Title = "Printing Remotes Disabled";
  3931. Text = "Type ;remotes to enable.";
  3932. })
  3933. end
  3934. if string.sub(CMDBAR.Text, 1, 9) == ("tpdefault") then
  3935. spin = false
  3936. followed = false
  3937. traill = false
  3938. noclip = false
  3939. annoying = false
  3940. hwalk = false
  3941. cbringing = false
  3942. end
  3943. if string.sub(CMDBAR.Text, 1, 7) == ("stopsit") then
  3944. stopsitting = true
  3945. end
  3946. if string.sub(CMDBAR.Text, 1, 5) == ("gosit") then
  3947. stopsitting = false
  3948. end
  3949. if string.sub(CMDBAR.Text, 1, 7) == ("version") then
  3950. print(adminversion)
  3951. game:GetService("StarterGui"):SetCore("SendNotification", {
  3952. Title = "Version";
  3953. Text = adminversion;
  3954. })
  3955. end
  3956. if string.sub(CMDBAR.Text, 1, 7) == ("clicktp") then
  3957. clickgoto = true
  3958. game:GetService("StarterGui"):SetCore("SendNotification", {
  3959. Title = "Click TP";
  3960. Text = "Press E to teleport to mouse position";
  3961. })
  3962. end
  3963. if string.sub(CMDBAR.Text, 1, 9) == ("noclicktp") then
  3964. clickgoto = false
  3965. game:GetService("StarterGui"):SetCore("SendNotification", {
  3966. Title = "Click TP";
  3967. Text = "Click TP has been disabled.";
  3968. })
  3969. end
  3970. if string.sub(CMDBAR.Text, 1, 7) == ("toolson") then
  3971. gettingtools = true
  3972. game:GetService("StarterGui"):SetCore("SendNotification", {
  3973. Title = "Tools Enabled";
  3974. Text = "Automatically colleting tools dropped.";
  3975. })
  3976. end
  3977. if string.sub(CMDBAR.Text, 1, 8) == ("toolsoff") then
  3978. gettingtools = false
  3979. game:GetService("StarterGui"):SetCore("SendNotification", {
  3980. Title = "Tools Disabled";
  3981. Text = "Click TP has been disabled.";
  3982. })
  3983. end
  3984. if string.sub(CMDBAR.Text, 1, 9) == ("delcmdbar") then
  3985. ScreenGui:Destroy()
  3986. end
  3987. if string.sub(CMDBAR.Text, 1, 5) == ("reset") then
  3988. lplayer.Character.Head:Destroy()
  3989. end
  3990. if string.sub(CMDBAR.Text, 1, 6) == ("state ") then
  3991. statechosen = string.sub(CMDBAR.Text, 7)
  3992. changingstate = true
  3993. end
  3994. if string.sub(CMDBAR.Text, 1, 8) == ("gravity ") then
  3995. game:GetService("Workspace").Gravity = string.sub(CMDBAR.Text, 9)
  3996. end
  3997. if string.sub(CMDBAR.Text, 1, 9) == ("looprhats") then
  3998. removingmeshhats = true
  3999. end
  4000. if string.sub(CMDBAR.Text, 1, 11) == ("unlooprhats") then
  4001. removingmeshhats = false
  4002. end
  4003. if string.sub(CMDBAR.Text, 1, 9) == ("looprtool") then
  4004. removingmeshtool = true
  4005. end
  4006. if string.sub(CMDBAR.Text, 1, 11) == ("unlooprtool") then
  4007. removingmeshtool = false
  4008. end
  4009. if string.sub(CMDBAR.Text, 1, 9) == ("givetool ") then
  4010. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetDescendants()) do
  4011. if v:IsA("Tool") then
  4012. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
  4013. v.Parent = player.Character
  4014. end
  4015. end
  4016. end
  4017. end
  4018. if string.sub(CMDBAR.Text, 1, 4) == ("age ") then
  4019. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 5))) do
  4020. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account Age: "..player.AccountAge.." days!", "All")
  4021. end
  4022. end
  4023. if string.sub(CMDBAR.Text, 1, 3) == ("id ") then
  4024. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 4))) do
  4025. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account ID: "..player.UserId, "All")
  4026. end
  4027. end
  4028. if string.sub(CMDBAR.Text, 1, 5) == (".age ") then
  4029. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  4030. game:GetService("StarterGui"):SetCore("SendNotification", {
  4031. Title = player.AccountAge.." Days";
  4032. Text = "Account age of "..player.Name;
  4033. })
  4034. end
  4035. end
  4036. if string.sub(CMDBAR.Text, 1, 4) == (".id ") then
  4037. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 5))) do
  4038. game:GetService("StarterGui"):SetCore("SendNotification", {
  4039. Title = player.UserId.." ID";
  4040. Text = "Account ID of "..player.Name;
  4041. })
  4042. end
  4043. end
  4044. if string.sub(CMDBAR.Text, 1, 6) == ("gameid") then
  4045. game:GetService("StarterGui"):SetCore("SendNotification", {
  4046. Title = "Game ID";
  4047. Text = "Game ID: ".. game.GameId;
  4048. })
  4049. end
  4050. if string.sub(CMDBAR.Text, 1, 3) == ("pgs") then
  4051. local pgscheck = game:GetService("Workspace"):PGSIsEnabled()
  4052. if pgscheck == true then
  4053. game:GetService("StarterGui"):SetCore("SendNotification", {
  4054. Title = "PGSPhysicsSolverEnabled";
  4055. Text = "PGS is Enabled!";
  4056. })
  4057. else
  4058. game:GetService("StarterGui"):SetCore("SendNotification", {
  4059. Title = "PGSPhysicsSolverEnabled";
  4060. Text = "PGS is Disabled!";
  4061. })
  4062. end
  4063. end
  4064. if string.sub(CMDBAR.Text, 1, 11) == ("removeinvis") then
  4065. for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  4066. if v:IsA("Part") then
  4067. if v.Transparency == 1 then
  4068. if v.Name ~= "HumanoidRootPart" then
  4069. v:Destroy()
  4070. end
  4071. end
  4072. end
  4073. end
  4074. end
  4075. if string.sub(CMDBAR.Text, 1, 9) == ("removefog") then
  4076. game:GetService("Lighting").FogStart = 0
  4077. game:GetService("Lighting").FogEnd = 9999999999999
  4078. end
  4079. if string.sub(CMDBAR.Text, 1, 7) == ("disable") then
  4080. lplayer.Character.Humanoid.Parent = lplayer
  4081. end
  4082. if string.sub(CMDBAR.Text, 1, 6) == ("enable") then
  4083. lplayer.Humanoid.Parent = lplayer.Character
  4084. end
  4085. if string.sub(CMDBAR.Text, 1, 13) == ("givealltools ") then
  4086. for i,v in pairs(game:GetService("Players").LocalPlayer.Backpack:GetDescendants()) do
  4087. if v:IsA("Tool") then
  4088. v.Parent = lplayer.Character
  4089. wait()
  4090. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 14))) do
  4091. v.Parent = player.Character
  4092. end
  4093. end
  4094. end
  4095. end
  4096. if string.sub(CMDBAR.Text, 1, 9) == ("flyspeed ") then
  4097. speedfly = string.sub(CMDBAR.Text, 10)
  4098. wait()
  4099. change()
  4100. end
  4101. if string.sub(CMDBAR.Text, 1, 7) == ("carpet ") then
  4102. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  4103. local Anim3 = Instance.new("Animation")
  4104. Anim3.AnimationId = "rbxassetid://282574440"
  4105. local track3 = lplayer.Character.Humanoid:LoadAnimation(Anim3)
  4106. track3:Play(.1, 1, 1)
  4107. bplrr = v.Name
  4108. banpl = true
  4109. end
  4110. end
  4111. if string.sub(CMDBAR.Text, 1, 8) == ("uncarpet") then
  4112. banpl = false
  4113. end
  4114. if string.sub(CMDBAR.Text, 1, 6) == ("stare ") then
  4115. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  4116. staring = true
  4117. stareplr = v
  4118. end
  4119. end
  4120. if string.sub(CMDBAR.Text, 1, 7) == ("unstare") then
  4121. staring = false
  4122. end
  4123. if string.sub(CMDBAR.Text, 1, 7) == ("logchat") then
  4124. chatlogs = true
  4125. game:GetService("StarterGui"):SetCore("SendNotification", {
  4126. Title = "LogChat enabled";
  4127. Text = "Now logging all player chat.";
  4128. })
  4129. end
  4130. if string.sub(CMDBAR.Text, 1, 9) == ("unlogchat") then
  4131. chatlogs = false
  4132. game:GetService("StarterGui"):SetCore("SendNotification", {
  4133. Title = "LogChat disabled";
  4134. Text = "Stopped logging all player chat.";
  4135. })
  4136. end
  4137. if string.sub(CMDBAR.Text, 1, 6) == ("fixcam") then
  4138. game:GetService("Workspace").CurrentCamera:Destroy()
  4139. wait(0.1)
  4140. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
  4141. game:GetService("Workspace").CurrentCamera.CameraType = "Custom"
  4142. lplayer.CameraMinZoomDistance = 0.5
  4143. lplayer.CameraMaxZoomDistance = 400
  4144. lplayer.CameraMode = "Classic"
  4145. end
  4146. if string.sub(CMDBAR.Text, 1, 7) == ("unstate") then
  4147. changingstate = false
  4148. end
  4149. CMDBAR.Text = ""
  4150. end
  4151. end)
  4152.  
  4153. wait(0.3)
  4154. game:GetService("StarterGui"):SetCore("SendNotification", {
  4155. Title = "Loaded successfully!";
  4156. Text = "Reviz Admin V2 by illremember";
  4157. })
  4158. wait(0.1)
  4159. print("Reviz Admin V2 loaded!")
  4160. if game:GetService("Workspace").FilteringEnabled == true then
  4161. warn("FE is Enabled (Filtering Enabled)")
  4162. game:GetService("StarterGui"):SetCore("SendNotification", {
  4163. Title = "FE is Enabled";
  4164. Text = "Filtering Enabled. Enjoy using Reviz Admin!";
  4165. })
  4166. else
  4167. warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
  4168. game:GetService("StarterGui"):SetCore("SendNotification", {
  4169. Title = "FE is Disabled";
  4170. Text = "Filtering Disabled. Consider using a different admin script.";
  4171. })
  4172. end
  4173.  
  4174. local intro = Instance.new("ScreenGui")
  4175. local Frame = Instance.new("Frame")
  4176. local ImageLabel = Instance.new("ImageLabel")
  4177. intro.Parent = game:GetService("CoreGui")
  4178. Frame.Parent = intro
  4179. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  4180. Frame.BackgroundTransparency = 1
  4181. Frame.Size = UDim2.new(1, 0, 0, 300)
  4182. Frame.Position = UDim2.new(0, 0, -0.4, 0)
  4183. ImageLabel.Parent = Frame
  4184. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  4185. ImageLabel.BackgroundTransparency = 1
  4186. ImageLabel.Position = UDim2.new(0, 0, 0, 0)
  4187. ImageLabel.Size = UDim2.new(1, 0, 1, 0)
  4188. ImageLabel.Image = "http://www.roblox.com/asset/?id=1542162618"
  4189. Frame:TweenPosition(UDim2.new(0, 0, 0.2, 0), "Out", "Elastic", 3)
  4190. wait(3.01)
  4191. Frame:TweenPosition(UDim2.new(0, 0, 1.5, 0), "Out", "Elastic", 5)
  4192. wait(5.01)
  4193. intro:Destroy()
  4194. end)
  4195.  
  4196.  
  4197.  
  4198. ---Dragabble functions
  4199.  
  4200. ModsFrame.Draggable = true
  4201. ModsFrame.Draggable = true
  4202. HelpFrame.Draggable = true
  4203. SuitsFrame.Draggable = true
  4204.  
  4205. ----MODS---
  4206.  
  4207. Eject.MouseButton1Down:connect(function() ---Eject shit
  4208. if namebox.Text == "all" then
  4209. for i,v in pairs(game.Players:GetChildren()) do
  4210. if v.Backpack:FindFirstChild("suitControl") ~= nil then
  4211. local ejectevent = game.Players[v.Name].Backpack.suitControl.Assets.Events.Eject
  4212. ejectevent:FireServer()
  4213. end
  4214. end
  4215. end
  4216. if namebox.Text == "others" then
  4217. for i,v in pairs(game.Players:GetChildren()) do
  4218. if v.Name ~= game.Players.LocalPlayer.Name then
  4219. if v.Backpack:FindFirstChild("suitControl") ~= nil then
  4220. local ejectevent = game.Players[v.Name].Backpack.suitControl.Assets.Events.Eject
  4221. ejectevent:FireServer()
  4222. end
  4223. end
  4224. end
  4225. end
  4226. for i,v in pairs(game.Players:GetChildren()) do
  4227. if namebox.Text == v.Name then
  4228. if v.Backpack:FindFirstChild("suitControl") ~= nil then
  4229. local ejectevent = game.Players[v.Name].Backpack.suitControl.Assets.Events.Eject
  4230. ejectevent:FireServer()
  4231. end
  4232. end
  4233. end
  4234. end)
  4235.  
  4236. ToogleMask.MouseButton1Down:connect(function() ---Mask Shit
  4237. if namebox.Text == "all" then
  4238. for i,v in pairs(game.Players:GetChildren()) do
  4239. if v.Backpack:FindFirstChild("suitControl") ~= nil then
  4240. local maskevent = game.Players[v.Name].Backpack.suitControl.Assets.Events.toggleMask
  4241. maskevent:FireServer()
  4242. end
  4243. end
  4244. end
  4245. if namebox.Text == "others" then
  4246. for i,v in pairs(game.Players:GetChildren()) do
  4247. if v.Name ~= game.Players.LocalPlayer.Name then
  4248. if v.Backpack:FindFirstChild("suitControl") ~= nil then
  4249. local maskevent = game.Players[v.Name].Backpack.suitControl.Assets.Events.toggleMask
  4250. maskevent:FireServer()
  4251. end
  4252. end
  4253. end
  4254. end
  4255. for i,v in pairs(game.Players:GetChildren()) do
  4256. if namebox.Text == v.Name then
  4257. if v.Backpack:FindFirstChild("suitControl") ~= nil then
  4258. local maskevent = game.Players[v.Name].Backpack.suitControl.Assets.Events.toggleMask
  4259. maskevent:FireServer()
  4260. end
  4261. end
  4262. end
  4263. end)
  4264.  
  4265.  
  4266. AutoArrest.MouseButton1Down:connect(function() ---Kill shit
  4267. local punchevent = game.Players.LocalPlayer.Backpack.suitControl.Assets.Events.punchHit
  4268. local vector = Vector3.new(0, 0, 0)
  4269. local dmg = 99999999
  4270.  
  4271. if namebox.Text == "all" then
  4272. for i,v in pairs(game.Players:GetChildren()) do
  4273. punchevent:FireServer(v.Character.HumanoidRootPart, dmg)
  4274. end
  4275. end
  4276. if namebox.Text == "others" then
  4277. for i,v in pairs(game.Players:GetChildren()) do
  4278. if v.Name ~= game.Players.LocalPlayer.Name then
  4279. punchevent:FireServer(v.Character.HumanoidRootPart, dmg)
  4280. end
  4281. end
  4282. end
  4283. for i,v in pairs(game.Players:GetChildren()) do
  4284. if namebox.Text == v.Name then
  4285. punchevent:FireServer(v.Character.HumanoidRootPart, dmg)
  4286. end
  4287. end
  4288. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement