Guest User

Bundle v1

a guest
Sep 17th, 2018
3,185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 190.98 KB | None | 0 0
  1. -- Credit to the Gui to Script Converter Revamped plugin
  2. -- Credit to everyone who made all the scripts blah blah blah (credits literally in the script)
  3. -- Credit to me for putting all of their scripts in here and making this shitty gui and wasting my time
  4. -- for you
  5.  
  6.  
  7. -- Instances:
  8. local Bundle = Instance.new("ScreenGui", game.CoreGui)
  9. local Menu = Instance.new("Frame")
  10. local Label = Instance.new("TextLabel")
  11. local God = Instance.new("TextButton")
  12. local Label_2 = Instance.new("TextLabel")
  13. local Noclip = Instance.new("TextButton")
  14. local KickTradeHangout = Instance.new("TextButton")
  15. local MakeAllSuppliers = Instance.new("TextButton")
  16. local Page = Instance.new("TextButton")
  17. local Label_3 = Instance.new("TextLabel")
  18. local RevizAdmin = Instance.new("TextButton")
  19. local JailbreakKillAll = Instance.new("TextButton")
  20. local AnimeTycoonKillAll = Instance.new("TextButton")
  21. local OPStatchangeGui = Instance.new("TextButton")
  22. local PrisonLifeKillAll = Instance.new("TextButton")
  23. local AutoRapBattlesKillAll = Instance.new("TextButton")
  24. local RobloxHighSchoolTrip = Instance.new("TextButton")
  25. local BeeSwarmSimulatorKillAll = Instance.new("TextButton")
  26. local BuildABoatfortreasure = Instance.new("TextButton")
  27. local Open = Instance.new("TextButton")
  28. --Properties:
  29. Bundle.Name = "Bundle"
  30. Bundle.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  31.  
  32. Menu.Name = "Menu"
  33. Menu.Parent = Bundle
  34. Menu.BackgroundColor3 = Color3.new(0.4, 0.4, 0.4)
  35. Menu.BackgroundTransparency = 0.20000000298023
  36. Menu.BorderColor3 = Color3.new(0.0588235, 1, 0.921569)
  37. Menu.BorderSizePixel = 8
  38. Menu.Position = UDim2.new(0.360551447, 0, 0.189368755, 0)
  39. Menu.Size = UDim2.new(0, 294, 0, 374)
  40.  
  41. Label.Name = "Label"
  42. Label.Parent = Menu
  43. Label.BackgroundColor3 = Color3.new(1, 1, 1)
  44. Label.BackgroundTransparency = 1
  45. Label.Position = UDim2.new(0.387755096, 0, 0.053475935, 0)
  46. Label.Size = UDim2.new(0, 80, 0, 20)
  47. Label.Font = Enum.Font.Fantasy
  48. Label.Text = "Bundle v1"
  49. Label.TextColor3 = Color3.new(0, 0, 0)
  50. Label.TextSize = 25
  51. Label.TextStrokeColor3 = Color3.new(0.12549, 0.988235, 1)
  52. Label.TextStrokeTransparency = 0
  53.  
  54. God.Name = "God"
  55. God.Parent = Menu
  56. God.BackgroundColor3 = Color3.new(1, 1, 1)
  57. God.BackgroundTransparency = 0.30000001192093
  58. God.BorderColor3 = Color3.new(0.305882, 0.945098, 1)
  59. God.BorderSizePixel = 3
  60. God.Position = UDim2.new(0.0476190448, 0, 0.29411763, 0)
  61. God.Size = UDim2.new(0, 78, 0, 23)
  62. God.Font = Enum.Font.SourceSans
  63. God.Text = "God"
  64. God.TextColor3 = Color3.new(0, 0, 0)
  65. God.TextScaled = true
  66. God.TextSize = 14
  67. God.TextStrokeColor3 = Color3.new(0.333333, 1, 1)
  68. God.TextStrokeTransparency = 0
  69. God.TextWrapped = true
  70.  
  71. Label_2.Name = "Label"
  72. Label_2.Parent = Menu
  73. Label_2.BackgroundColor3 = Color3.new(0.192157, 1, 0.976471)
  74. Label_2.BorderSizePixel = 0
  75. Label_2.Position = UDim2.new(0, 0, 0.208178446, 0)
  76. Label_2.Size = UDim2.new(0, 294, 0, 11)
  77. Label_2.Font = Enum.Font.SourceSans
  78. Label_2.Text = ""
  79. Label_2.TextColor3 = Color3.new(0, 0, 0)
  80. Label_2.TextSize = 14
  81.  
  82. Noclip.Name = "Noclip"
  83. Noclip.Parent = Menu
  84. Noclip.BackgroundColor3 = Color3.new(1, 1, 1)
  85. Noclip.BackgroundTransparency = 0.30000001192093
  86. Noclip.BorderColor3 = Color3.new(0.305882, 0.945098, 1)
  87. Noclip.BorderSizePixel = 3
  88. Noclip.Position = UDim2.new(0.357142866, 0, 0.29411763, 0)
  89. Noclip.Size = UDim2.new(0, 78, 0, 23)
  90. Noclip.Font = Enum.Font.SourceSans
  91. Noclip.Text = "Noclip (E to toggle)"
  92. Noclip.TextColor3 = Color3.new(0, 0, 0)
  93. Noclip.TextScaled = true
  94. Noclip.TextSize = 14
  95. Noclip.TextStrokeColor3 = Color3.new(0.333333, 1, 1)
  96. Noclip.TextStrokeTransparency = 0
  97. Noclip.TextWrapped = true
  98.  
  99. KickTradeHangout.Name = "KickTradeHangout"
  100. KickTradeHangout.Parent = Menu
  101. KickTradeHangout.BackgroundColor3 = Color3.new(1, 1, 1)
  102. KickTradeHangout.BackgroundTransparency = 0.30000001192093
  103. KickTradeHangout.BorderColor3 = Color3.new(0.305882, 0.945098, 1)
  104. KickTradeHangout.BorderSizePixel = 3
  105. KickTradeHangout.Position = UDim2.new(0.0476190485, 0, 0.395950526, 0)
  106. KickTradeHangout.Size = UDim2.new(0, 78, 0, 23)
  107. KickTradeHangout.Font = Enum.Font.SourceSans
  108. KickTradeHangout.Text = "Kick Trade Hangout Players"
  109. KickTradeHangout.TextColor3 = Color3.new(0, 0, 0)
  110. KickTradeHangout.TextScaled = true
  111. KickTradeHangout.TextSize = 14
  112. KickTradeHangout.TextStrokeColor3 = Color3.new(0.333333, 1, 1)
  113. KickTradeHangout.TextStrokeTransparency = 0
  114. KickTradeHangout.TextWrapped = true
  115.  
  116. MakeAllSuppliers.Name = "MakeAllSuppliers"
  117. MakeAllSuppliers.Parent = Menu
  118. MakeAllSuppliers.BackgroundColor3 = Color3.new(1, 1, 1)
  119. MakeAllSuppliers.BackgroundTransparency = 0.30000001192093
  120. MakeAllSuppliers.BorderColor3 = Color3.new(0.305882, 0.945098, 1)
  121. MakeAllSuppliers.BorderSizePixel = 3
  122. MakeAllSuppliers.Position = UDim2.new(0.0476190448, 0, 0.492207199, 0)
  123. MakeAllSuppliers.Size = UDim2.new(0, 78, 0, 23)
  124. MakeAllSuppliers.Font = Enum.Font.SourceSans
  125. MakeAllSuppliers.Text = "Pizza Place Make Everyone Suppliers"
  126. MakeAllSuppliers.TextColor3 = Color3.new(0, 0, 0)
  127. MakeAllSuppliers.TextScaled = true
  128. MakeAllSuppliers.TextSize = 14
  129. MakeAllSuppliers.TextStrokeColor3 = Color3.new(0.333333, 1, 1)
  130. MakeAllSuppliers.TextStrokeTransparency = 0
  131. MakeAllSuppliers.TextWrapped = true
  132.  
  133. Page.Name = "Page"
  134. Page.Parent = Menu
  135. Page.BackgroundColor3 = Color3.new(1, 1, 1)
  136. Page.BackgroundTransparency = 0.30000001192093
  137. Page.BorderColor3 = Color3.new(0.305882, 0.945098, 1)
  138. Page.BorderSizePixel = 3
  139. Page.Position = UDim2.new(0.704081655, 0, 0.919786096, 0)
  140. Page.Size = UDim2.new(0, 78, 0, 23)
  141. Page.Font = Enum.Font.SourceSans
  142. Page.Text = "[Page 1] Page 2 ->"
  143. Page.TextColor3 = Color3.new(0, 0, 0)
  144. Page.TextScaled = true
  145. Page.TextSize = 14
  146. Page.TextStrokeColor3 = Color3.new(0.333333, 1, 1)
  147. Page.TextStrokeTransparency = 0
  148. Page.TextWrapped = true
  149.  
  150. Label_3.Name = "Label"
  151. Label_3.Parent = Menu
  152. Label_3.BackgroundColor3 = Color3.new(1, 1, 1)
  153. Label_3.BackgroundTransparency = 1
  154. Label_3.Position = UDim2.new(0.180272117, 0, 0.141711235, 0)
  155. Label_3.Size = UDim2.new(0, 200, 0, 17)
  156. Label_3.Font = Enum.Font.Code
  157. Label_3.Text = "Some things may be patched!"
  158. Label_3.TextColor3 = Color3.new(0, 0, 0)
  159. Label_3.TextSize = 14
  160. Label_3.TextStrokeColor3 = Color3.new(1, 0, 0)
  161. Label_3.TextStrokeTransparency = 0
  162.  
  163. RevizAdmin.Name = "RevizAdmin"
  164. RevizAdmin.Parent = Menu
  165. RevizAdmin.BackgroundColor3 = Color3.new(1, 1, 1)
  166. RevizAdmin.BackgroundTransparency = 0.30000001192093
  167. RevizAdmin.BorderColor3 = Color3.new(0.305882, 0.945098, 1)
  168. RevizAdmin.BorderSizePixel = 3
  169. RevizAdmin.Position = UDim2.new(0.357142866, 0, 0.395721853, 0)
  170. RevizAdmin.Size = UDim2.new(0, 78, 0, 23)
  171. RevizAdmin.Font = Enum.Font.SourceSans
  172. RevizAdmin.Text = "Reviz Admin v2"
  173. RevizAdmin.TextColor3 = Color3.new(0, 0, 0)
  174. RevizAdmin.TextScaled = true
  175. RevizAdmin.TextSize = 14
  176. RevizAdmin.TextStrokeColor3 = Color3.new(0.333333, 1, 1)
  177. RevizAdmin.TextStrokeTransparency = 0
  178. RevizAdmin.TextWrapped = true
  179.  
  180. JailbreakKillAll.Name = "JailbreakKillAll"
  181. JailbreakKillAll.Parent = Menu
  182. JailbreakKillAll.BackgroundColor3 = Color3.new(1, 1, 1)
  183. JailbreakKillAll.BackgroundTransparency = 0.30000001192093
  184. JailbreakKillAll.BorderColor3 = Color3.new(0.305882, 0.945098, 1)
  185. JailbreakKillAll.BorderSizePixel = 3
  186. JailbreakKillAll.Position = UDim2.new(0.357142866, 0, 0.492207199, 0)
  187. JailbreakKillAll.Size = UDim2.new(0, 78, 0, 23)
  188. JailbreakKillAll.Font = Enum.Font.SourceSans
  189. JailbreakKillAll.Text = "Jailbreak Kill All"
  190. JailbreakKillAll.TextColor3 = Color3.new(0, 0, 0)
  191. JailbreakKillAll.TextScaled = true
  192. JailbreakKillAll.TextSize = 14
  193. JailbreakKillAll.TextStrokeColor3 = Color3.new(0.333333, 1, 1)
  194. JailbreakKillAll.TextStrokeTransparency = 0
  195. JailbreakKillAll.TextWrapped = true
  196.  
  197. AnimeTycoonKillAll.Name = "AnimeTycoonKillAll"
  198. AnimeTycoonKillAll.Parent = Menu
  199. AnimeTycoonKillAll.BackgroundColor3 = Color3.new(1, 1, 1)
  200. AnimeTycoonKillAll.BackgroundTransparency = 0.30000001192093
  201. AnimeTycoonKillAll.BorderColor3 = Color3.new(0.305882, 0.945098, 1)
  202. AnimeTycoonKillAll.BorderSizePixel = 3
  203. AnimeTycoonKillAll.Position = UDim2.new(0.0476190448, 0, 0.591137648, 0)
  204. AnimeTycoonKillAll.Size = UDim2.new(0, 78, 0, 23)
  205. AnimeTycoonKillAll.Font = Enum.Font.SourceSans
  206. AnimeTycoonKillAll.Text = "Anime Tycoon Kill All"
  207. AnimeTycoonKillAll.TextColor3 = Color3.new(0, 0, 0)
  208. AnimeTycoonKillAll.TextScaled = true
  209. AnimeTycoonKillAll.TextSize = 14
  210. AnimeTycoonKillAll.TextStrokeColor3 = Color3.new(0.333333, 1, 1)
  211. AnimeTycoonKillAll.TextStrokeTransparency = 0
  212. AnimeTycoonKillAll.TextWrapped = true
  213.  
  214. OPStatchangeGui.Name = "OPStatchange Gui"
  215. OPStatchangeGui.Parent = Menu
  216. OPStatchangeGui.BackgroundColor3 = Color3.new(1, 1, 1)
  217. OPStatchangeGui.BackgroundTransparency = 0.30000001192093
  218. OPStatchangeGui.BorderColor3 = Color3.new(0.305882, 0.945098, 1)
  219. OPStatchangeGui.BorderSizePixel = 3
  220. OPStatchangeGui.Position = UDim2.new(0.357142866, 0, 0.591137648, 0)
  221. OPStatchangeGui.Size = UDim2.new(0, 78, 0, 23)
  222. OPStatchangeGui.Font = Enum.Font.SourceSans
  223. OPStatchangeGui.Text = "OPStatchange Gui"
  224. OPStatchangeGui.TextColor3 = Color3.new(0, 0, 0)
  225. OPStatchangeGui.TextScaled = true
  226. OPStatchangeGui.TextSize = 14
  227. OPStatchangeGui.TextStrokeColor3 = Color3.new(0.333333, 1, 1)
  228. OPStatchangeGui.TextStrokeTransparency = 0
  229. OPStatchangeGui.TextWrapped = true
  230.  
  231. PrisonLifeKillAll.Name = "PrisonLifeKillAll"
  232. PrisonLifeKillAll.Parent = Menu
  233. PrisonLifeKillAll.BackgroundColor3 = Color3.new(1, 1, 1)
  234. PrisonLifeKillAll.BackgroundTransparency = 0.30000001192093
  235. PrisonLifeKillAll.BorderColor3 = Color3.new(0.305882, 0.945098, 1)
  236. PrisonLifeKillAll.BorderSizePixel = 3
  237. PrisonLifeKillAll.Position = UDim2.new(0.0476190448, 0, 0.684720516, 0)
  238. PrisonLifeKillAll.Size = UDim2.new(0, 78, 0, 23)
  239. PrisonLifeKillAll.Font = Enum.Font.SourceSans
  240. PrisonLifeKillAll.Text = "Prison Life Kill All"
  241. PrisonLifeKillAll.TextColor3 = Color3.new(0, 0, 0)
  242. PrisonLifeKillAll.TextScaled = true
  243. PrisonLifeKillAll.TextSize = 14
  244. PrisonLifeKillAll.TextStrokeColor3 = Color3.new(0.333333, 1, 1)
  245. PrisonLifeKillAll.TextStrokeTransparency = 0
  246. PrisonLifeKillAll.TextWrapped = true
  247.  
  248. AutoRapBattlesKillAll.Name = "AutoRapBattlesKillAll"
  249. AutoRapBattlesKillAll.Parent = Menu
  250. AutoRapBattlesKillAll.BackgroundColor3 = Color3.new(1, 1, 1)
  251. AutoRapBattlesKillAll.BackgroundTransparency = 0.30000001192093
  252. AutoRapBattlesKillAll.BorderColor3 = Color3.new(0.305882, 0.945098, 1)
  253. AutoRapBattlesKillAll.BorderSizePixel = 3
  254. AutoRapBattlesKillAll.Position = UDim2.new(0.357142866, 0, 0.684720516, 0)
  255. AutoRapBattlesKillAll.Size = UDim2.new(0, 78, 0, 23)
  256. AutoRapBattlesKillAll.Font = Enum.Font.SourceSans
  257. AutoRapBattlesKillAll.Text = "Auto Rap Battles Kill All"
  258. AutoRapBattlesKillAll.TextColor3 = Color3.new(0, 0, 0)
  259. AutoRapBattlesKillAll.TextScaled = true
  260. AutoRapBattlesKillAll.TextSize = 14
  261. AutoRapBattlesKillAll.TextStrokeColor3 = Color3.new(0.333333, 1, 1)
  262. AutoRapBattlesKillAll.TextStrokeTransparency = 0
  263. AutoRapBattlesKillAll.TextWrapped = true
  264.  
  265. RobloxHighSchoolTrip.Name = "RobloxHighSchoolTrip"
  266. RobloxHighSchoolTrip.Parent = Menu
  267. RobloxHighSchoolTrip.BackgroundColor3 = Color3.new(1, 1, 1)
  268. RobloxHighSchoolTrip.BackgroundTransparency = 0.30000001192093
  269. RobloxHighSchoolTrip.BorderColor3 = Color3.new(0.305882, 0.945098, 1)
  270. RobloxHighSchoolTrip.BorderSizePixel = 3
  271. RobloxHighSchoolTrip.Position = UDim2.new(0.0476190448, 0, 0.78097719, 0)
  272. RobloxHighSchoolTrip.Size = UDim2.new(0, 78, 0, 23)
  273. RobloxHighSchoolTrip.Font = Enum.Font.SourceSans
  274. RobloxHighSchoolTrip.Text = "Robloxian High School trip all"
  275. RobloxHighSchoolTrip.TextColor3 = Color3.new(0, 0, 0)
  276. RobloxHighSchoolTrip.TextScaled = true
  277. RobloxHighSchoolTrip.TextSize = 14
  278. RobloxHighSchoolTrip.TextStrokeColor3 = Color3.new(0.333333, 1, 1)
  279. RobloxHighSchoolTrip.TextStrokeTransparency = 0
  280. RobloxHighSchoolTrip.TextWrapped = true
  281.  
  282. BeeSwarmSimulatorKillAll.Name = "BeeSwarmSimulatorKillAll"
  283. BeeSwarmSimulatorKillAll.Parent = Menu
  284. BeeSwarmSimulatorKillAll.BackgroundColor3 = Color3.new(1, 1, 1)
  285. BeeSwarmSimulatorKillAll.BackgroundTransparency = 0.30000001192093
  286. BeeSwarmSimulatorKillAll.BorderColor3 = Color3.new(0.305882, 0.945098, 1)
  287. BeeSwarmSimulatorKillAll.BorderSizePixel = 3
  288. BeeSwarmSimulatorKillAll.Position = UDim2.new(0.357142866, 0, 0.78097719, 0)
  289. BeeSwarmSimulatorKillAll.Size = UDim2.new(0, 78, 0, 23)
  290. BeeSwarmSimulatorKillAll.Font = Enum.Font.SourceSans
  291. BeeSwarmSimulatorKillAll.Text = "Bee Swarm Simulator Kill All"
  292. BeeSwarmSimulatorKillAll.TextColor3 = Color3.new(0, 0, 0)
  293. BeeSwarmSimulatorKillAll.TextScaled = true
  294. BeeSwarmSimulatorKillAll.TextSize = 14
  295. BeeSwarmSimulatorKillAll.TextStrokeColor3 = Color3.new(0.333333, 1, 1)
  296. BeeSwarmSimulatorKillAll.TextStrokeTransparency = 0
  297. BeeSwarmSimulatorKillAll.TextWrapped = true
  298.  
  299. BuildABoatfortreasure.Name = "BuildABoatfortreasure"
  300. BuildABoatfortreasure.Parent = Menu
  301. BuildABoatfortreasure.BackgroundColor3 = Color3.new(1, 1, 1)
  302. BuildABoatfortreasure.BackgroundTransparency = 0.30000001192093
  303. BuildABoatfortreasure.BorderColor3 = Color3.new(0.305882, 0.945098, 1)
  304. BuildABoatfortreasure.BorderSizePixel = 3
  305. BuildABoatfortreasure.Position = UDim2.new(0.0476190448, 0, 0.874560058, 0)
  306. BuildABoatfortreasure.Size = UDim2.new(0, 78, 0, 23)
  307. BuildABoatfortreasure.Font = Enum.Font.SourceSans
  308. BuildABoatfortreasure.Text = "Build a boat for treasure kill all"
  309. BuildABoatfortreasure.TextColor3 = Color3.new(0, 0, 0)
  310. BuildABoatfortreasure.TextScaled = true
  311. BuildABoatfortreasure.TextSize = 14
  312. BuildABoatfortreasure.TextStrokeColor3 = Color3.new(0.333333, 1, 1)
  313. BuildABoatfortreasure.TextStrokeTransparency = 0
  314. BuildABoatfortreasure.TextWrapped = true
  315.  
  316. Open.Name = "Open"
  317. Open.Parent = Bundle
  318. Open.BackgroundColor3 = Color3.new(0.352941, 0.352941, 0.352941)
  319. Open.BackgroundTransparency = 0.30000001192093
  320. Open.BorderColor3 = Color3.new(0.12549, 0.854902, 1)
  321. Open.BorderSizePixel = 3
  322. Open.Position = UDim2.new(0.0137857897, 0, 0.722591341, 0)
  323. Open.Size = UDim2.new(0, 86, 0, 28)
  324. Open.Font = Enum.Font.Fantasy
  325. Open.Text = "Toggle Bundle"
  326. Open.TextColor3 = Color3.new(0, 0, 0)
  327. Open.TextSize = 14
  328. Open.TextStrokeColor3 = Color3.new(0.262745, 1, 0.976471)
  329. Open.TextStrokeTransparency = 0
  330. -- Scripts:
  331.  
  332.  
  333. -- Scripts:
  334.  
  335. Open.MouseButton1Click:Connect(function()
  336. if Menu.Visible == true then
  337. Menu.Visible = false
  338. elseif Menu.Visible == false then
  339. Menu.Visible = true
  340. end
  341. end)
  342.  
  343. God.MouseButton1Click:Connect(function()
  344. game.Players.LocalPlayer.Character.Humanoid.Name = 1
  345. local l = game.Players.LocalPlayer.Character["1"]:Clone()
  346. l.Parent = game.Players.LocalPlayer.Character
  347. l.Name = "Humanoid"
  348. wait(0.1)
  349. game.Players.LocalPlayer.Character["1"]:Destroy()
  350. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  351. game.Players.LocalPlayer.Character.Animate.Disabled = true
  352. wait(0.1)
  353. game.Players.LocalPlayer.Character.Animate.Disabled = false
  354. game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  355. end)
  356.  
  357. Noclip.MouseButton1Click:Connect(function()
  358. noclip = false
  359. game:GetService('RunService').Stepped:connect(function()
  360. if noclip then
  361. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  362. end
  363. end)
  364. local plr = game.Players.LocalPlayer
  365. local mouse = plr:GetMouse()
  366. mouse.KeyDown:connect(function(key)
  367.  
  368. if key == "e" then
  369. noclip = not noclip
  370. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  371. end
  372. end)
  373. end)
  374.  
  375. KickTradeHangout.MouseButton1Click:Connect(function()
  376. -- Full credits to Lagx for this script
  377. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-603, 521, 1155)
  378. for i = 1, 50 do
  379. local Loc = CFrame.new(-606.725, 522.459, 1154)
  380. for i, ChosenPlayer in pairs(game.Players:GetPlayers()) do
  381. if ChosenPlayer.Name ~= game:GetService("Players").LocalPlayer.Name then
  382. ChosenPlayer.Character:SetPrimaryPartCFrame(Loc)
  383. end
  384. end
  385. end
  386. end)
  387.  
  388. MakeAllSuppliers.MouseButton1Click:Connect(function()
  389. -- Puts everyone into Supplier role except manager and spams supplies
  390. -- You have to be touching the group, and not everyone will turn into supplier instantly
  391. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(10.985549,15.3190727,-820.832703)
  392. for i = 1, 50 do
  393. local Loc = CFrame.new(10.985549,12.8190727,-820.832703)
  394. for i, ChosenPlayer in pairs(game.Players:GetPlayers()) do
  395. if ChosenPlayer.Name ~= game:GetService("Players").LocalPlayer.Name then
  396. ChosenPlayer.Character:SetPrimaryPartCFrame(Loc)
  397. end
  398. end
  399. end
  400. end)
  401.  
  402. RevizAdmin.MouseButton1Click:Connect(function()
  403. --[[
  404. Welcome to Reviz Admin! (By illremember)
  405. An admin that is designed to work with FE games.
  406. --]]
  407. prefix = ";"
  408. --[[
  409. ---- CREDITS TO:
  410. xFunnieuss + Timeless for partial name support
  411. Timeless for Invisible command + Print remotes
  412. Creators of DEX explorer
  413. Creators of Infinite Yield (Ideas)
  414. Harkinian for Shutdown
  415. Creators of Mr.Spy remotespy
  416. TCP for Testing/Ideas/Fire Rapper
  417. --]]
  418. wait(0.3)
  419. local Commands = {
  420. '[-] cmdbar is shown when ; is pressed.',
  421. '[1] kill [plr] -- You need a tool! Will kill the player, use rkill to kill you and player',
  422. '[2] bring [plr] -- You need a tool! Will bring player to you',
  423. '[3] spin [plr] -- You need a tool! Makes you and the player spin crazy',
  424. '[4] unspin -- Use after using spin cmd and dying, so you stop loop teleporting',
  425. '[5] attach [plr] -- You need a tool! Attaches you to player',
  426. '[6] unattach [plr] -- Attempts to unattach you from a player',
  427. '[7] follow [plr] -- Makes you follow behind the player',
  428. '[8] unfollow',
  429. '[9] freefall [plr] -- You need a tool! Teleports you and the player up into the air',
  430. '[10] trail [plr] -- The opposite of follow, you stay infront of player',
  431. '[11] untrail',
  432. '[12] orbit [plr] -- Makes you orbit the player',
  433. '[13] unorbit',
  434. '[14] fling [plr] -- Makes you fling the player',
  435. '[15] unfling',
  436. '[16] fecheck -- Checks if the game is FE or not',
  437. '[17] void [plr] -- Teleports player to the void',
  438. '[18] noclip -- Gives you noclip to walk through walls',
  439. '[19] clip -- Removes noclip',
  440. '[20] speed [num]/ws [num] -- Changes how fast you walk 16 is default',
  441. '[21] jumppower [num]/jp [num] -- Changes how high you jump 50 is default',
  442. '[22] hipheight [num]/hh [num] -- Changes how high you float 0 is default',
  443. '[23] default -- Changes your speed, jumppower and hipheight to default values',
  444. '[24] annoy [plr] -- Loop teleports you to the player',
  445. '[25] unannoy',
  446. '[26] headwalk [plr] -- Loop teleports you to the player head',
  447. '[27] unheadwalk',
  448. '[28] nolimbs -- Removes your arms and legs',
  449. '[29] god -- Gives you FE Godmode',
  450. '[30] drophats -- Drops your accessories',
  451. '[31] droptool -- Drops any tool you have equipped',
  452. '[32] loopdhats -- Loop drops your accessories',
  453. '[33] unloopdhats',
  454. '[34] loopdtool -- Loop drops any tools you have equipped',
  455. '[35] unloopdtool',
  456. '[36] invisible -- Gives you invisibility CREDIT TO TIMELESS',
  457. '[37] view [plr] -- Changes your camera to the player character',
  458. '[38] unview',
  459. '[39] goto [plr] -- Teleports you to player',
  460. '[40] fly -- Allows you to fly',
  461. '[41] unfly',
  462. '[42] chat [msg] -- Makes you chat a message',
  463. '[43] spam [msg] -- Spams a message',
  464. '[44] unspam',
  465. '[45] spamwait [num] -- Changes delay of chatting a message for the spam command in seconds default is 1 second',
  466. '[46] pmspam [plr] -- Spams a player in private message',
  467. '[47] unpmspam',
  468. '[48] cfreeze [plr] -- Freezes a player on your client, they will only be frozen for you',
  469. '[49] uncfreeze [plr]',
  470. '[50] unlockws -- Unlocks the workspace',
  471. '[51] lockws -- Locks the workspace',
  472. '[52] btools -- Gives you btools that will only show to you useful for deleting certain blocks only for you',
  473. '[53] pstand -- Enables platform stand',
  474. '[54] unpstand -- Disables platform stand',
  475. '[55] blockhead -- Removes your head mesh',
  476. '[56] sit',
  477. '[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',
  478. '[58] wsvis [num] -- Changes visibility of workspace parts, num should be between 0 and 1, only shows client sided',
  479. '[59] hypertotal -- Loads in my FE GUI Hypertotal',
  480. '[60] cmds -- Prints all commands',
  481. '[61] rmeshhats/blockhats -- Removes the meshes of all your accessories aka block hats',
  482. '[62] rmeshtool/blocktool -- Removes the mesh of the tool you have equipped aka block tool',
  483. '[63] spinner -- Makes you spin',
  484. '[64] nospinner',
  485. '[65] reach [num] -- Gives you reach, mostly used for swords, say ;reachd for default and enter number after for custom',
  486. '[66] noreach -- Removes reach, must have tool equipped',
  487. '[67] rkill [plr] -- Kills you and the player, use kill to just kill the player without dying',
  488. '[68] tp me [plr] -- Alternative to goto',
  489. '[69] cbring [plr] -- Brings player infront of you, shows only on client, allows you to do damage to player',
  490. '[70] uncbring',
  491. '[71] swap [plr] -- You need a tool! Swaps players position with yours and your position with players',
  492. '[72] givetool [plr] -- Gives the tool you have equipped to the player',
  493. '[73] glitch [plr] -- Glitches you and the player, looks very cool',
  494. '[74] unglitch -- Unglitches you',
  495. '[75] grespawn -- Alternative to normal respawn and usually works best for when you want to reset with FE Godmode',
  496. '[76] explorer -- Loads up DEX',
  497. '[77] remotespy -- Loads up a remotespy',
  498. '[78] anim [id] -- Applies an animation on you, must be created by ROBLOX',
  499. '[79] animgui -- Loads up Energize animations GUI',
  500. '[80] savepos -- Saves your current position',
  501. '[81] loadpos -- Teleports you to your saved position',
  502. '[82] bang [plr] -- 18+',
  503. '[83] unbang',
  504. '[84] delcmdbar -- Removes the command bar completely',
  505. '[85] bringmod [obj] -- Brings all the parts in a model, client only, comes from ;bringobj enter exact name of model',
  506. '[86] shutdown -- Uses harkinians script to shutdown server',
  507. '[87] respawn -- If grespawn doesnt work you can use respawn',
  508. '[88] delobj [obj] -- Deletes a certain brick in workspace, client sided',
  509. '[89] getplrs -- Prints all players in game',
  510. '[90] deldecal -- Deletes all decals client sided',
  511. '[91] opfinality -- Loads in my FE GUI Opfinality',
  512. '[92] remotes -- Prints all remotes in the game in the console when added',
  513. '[93] noremotes -- Stops printing remotes',
  514. '[94] tpdefault -- Stops all loop teleports to a player',
  515. '[95] stopsit -- Will not allow you to sit',
  516. '[96] gosit -- Allows you to sit',
  517. '[97] clicktp -- Enables click tp',
  518. '[98] noclicktp -- Disables click tp',
  519. '[99] toolson -- If any tools are dropped in the workspace you will automatically get them',
  520. '[100] toolsoff -- Stops ;toolson',
  521. '[101] version -- Gets the admin version'
  522. }
  523.  
  524. lplayer = game.Players.LocalPlayer
  525.  
  526. function GetPlayer(String) -- Credit to Timeless/xFunnieuss
  527. local Found = {}
  528. local strl = String:lower()
  529. if strl == "all" then
  530. for i,v in pairs(game.Players:GetPlayers()) do
  531. table.insert(Found,v)
  532. end
  533. elseif strl == "others" then
  534. for i,v in pairs(game.Players:GetPlayers()) do
  535. if v.Name ~= game.Players.LocalPlayer.Name then
  536. table.insert(Found,v)
  537. end
  538. end
  539. elseif strl == "me" then
  540. for i,v in pairs(game.Players:GetPlayers()) do
  541. if v.Name == game.Players.LocalPlayer.Name then
  542. table.insert(Found,v)
  543. end
  544. end
  545. else
  546. for i,v in pairs(game.Players:GetPlayers()) do
  547. if v.Name:lower():sub(1, #String) == String:lower() then
  548. table.insert(Found,v)
  549. end
  550. end
  551. end
  552. return Found
  553. end
  554.  
  555. local Mouse = game.Players.LocalPlayer:GetMouse()
  556.  
  557. spin = false
  558. followed = false
  559. traill = false
  560. noclip = false
  561. annoying = false
  562. hwalk = false
  563. droppinghats = false
  564. droppingtools = false
  565. flying = false
  566. spamdelay = 1
  567. spamming = false
  568. spammingpm = false
  569. cbringing = false
  570. remotes = true
  571. added = true
  572. binds = false
  573. stopsitting = false
  574. clickgoto = false
  575. gettingtools = false
  576.  
  577. adminversion = "Reviz admin by illremember, Version 1.0"
  578.  
  579. local CMDS = Instance.new("ScreenGui")
  580. local CMDSFRAME = Instance.new("Frame")
  581. local ScrollingFrame = Instance.new("ScrollingFrame")
  582. local TextLabel = Instance.new("TextLabel")
  583. local closegui = Instance.new("TextButton")
  584. CMDS.Name = "CMDS"
  585. CMDS.Parent = game.CoreGui
  586. CMDSFRAME.Name = "CMDSFRAME"
  587. CMDSFRAME.Parent = CMDS
  588. CMDSFRAME.Active = true
  589. CMDSFRAME.BackgroundColor3 = Color3.new(0.223529, 0.231373, 0.309804)
  590. CMDSFRAME.BorderSizePixel = 0
  591. CMDSFRAME.Draggable = true
  592. CMDSFRAME.Position = UDim2.new(0, 315, 0, 100)
  593. CMDSFRAME.Size = UDim2.new(0, 275, 0, 275)
  594. CMDSFRAME.Visible = false
  595. ScrollingFrame.Parent = CMDSFRAME
  596. ScrollingFrame.BackgroundColor3 = Color3.new(0.160784, 0.160784, 0.203922)
  597. ScrollingFrame.BorderSizePixel = 0
  598. ScrollingFrame.Position = UDim2.new(0, 0, 0.0729999989, 0)
  599. ScrollingFrame.Size = UDim2.new(1.04999995, 0, 0.92900002, 0)
  600. ScrollingFrame.CanvasSize = UDim2.new(0, 0, 10, 0)
  601. TextLabel.Parent = ScrollingFrame
  602. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  603. TextLabel.BackgroundTransparency = 1
  604. TextLabel.Size = UDim2.new(0.930000007, 0, 1, 0)
  605. TextLabel.Font = Enum.Font.SourceSans
  606. TextLabel.FontSize = Enum.FontSize.Size18
  607. 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] remotespy -- Loads up a remotespy,\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"
  608. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  609. TextLabel.TextSize = 15
  610. TextLabel.TextWrapped = true
  611. TextLabel.TextXAlignment = Enum.TextXAlignment.Left
  612. TextLabel.TextYAlignment = Enum.TextYAlignment.Top
  613. closegui.Name = "closegui"
  614. closegui.Parent = CMDSFRAME
  615. closegui.BackgroundColor3 = Color3.new(0.890196, 0.223529, 0.0588235)
  616. closegui.BorderSizePixel = 0
  617. closegui.Position = UDim2.new(0.995000005, 0, 0, 0)
  618. closegui.Size = UDim2.new(0.0545952693, 0, 0.0728644878, 0)
  619. closegui.Font = Enum.Font.SourceSansBold
  620. closegui.FontSize = Enum.FontSize.Size24
  621. closegui.Text = "X"
  622. closegui.TextColor3 = Color3.new(1, 1, 1)
  623. closegui.TextSize = 20
  624.  
  625. closegui.MouseButton1Click:connect(function()
  626. CMDSFRAME.Visible = false
  627. end)
  628.  
  629. game:GetService('RunService').Stepped:connect(function()
  630. if spin then
  631. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[spinplr.Name].Character.HumanoidRootPart.CFrame
  632. end
  633. if followed then
  634. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[flwplr.Name].Character.HumanoidRootPart.CFrame + game.Players[flwplr.Name].Character.HumanoidRootPart.CFrame.lookVector * -5
  635. end
  636. if traill then
  637. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[trlplr.Name].Character.HumanoidRootPart.CFrame + game.Players[trlplr.Name].Character.HumanoidRootPart.CFrame.lookVector * 5
  638. end
  639. if annoying then
  640. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[annplr.Name].Character.HumanoidRootPart.CFrame
  641. end
  642. if hwalk then
  643. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[hdwplr.Name].Character.HumanoidRootPart.CFrame + Vector3.new(0, 4, 0)
  644. end
  645. end)
  646. game:GetService('RunService').Stepped:connect(function()
  647. if noclip then
  648. game.Players.LocalPlayer.Character.Head.CanCollide = false
  649. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  650. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  651. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  652. end
  653. end)
  654. game:GetService('RunService').Stepped:connect(function()
  655. if droppinghats then
  656. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  657. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  658. v.Parent = workspace
  659. end
  660. end
  661. end
  662. if droppingtools then
  663. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  664. if (v:IsA("Tool")) then
  665. v.Parent = workspace
  666. end
  667. end
  668. end
  669. end)
  670. game:GetService('RunService').Stepped:connect(function()
  671. if banpl then
  672. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[bplrr].Character.HumanoidRootPart.CFrame
  673. end
  674. end)
  675. game:GetService('RunService').Stepped:connect(function()
  676. if stopsitting then
  677. game.Players.LocalPlayer.Character.Humanoid.Sit = false
  678. end
  679. end)
  680.  
  681. plr = game.Players.LocalPlayer
  682. hum = plr.Character.HumanoidRootPart
  683. mouse = plr:GetMouse()
  684. mouse.KeyDown:connect(function(key)
  685. if key == "e" then
  686. if mouse.Target then
  687. if clickgoto then
  688. hum.CFrame = CFrame.new(mouse.Hit.x, mouse.Hit.y + 5, mouse.Hit.z)
  689. end
  690. end
  691. end
  692. end)
  693.  
  694. lplayer.Chatted:Connect(function(msg)
  695. if string.sub(msg, 1, 6) == (prefix.."kill ") then
  696. if string.sub(msg, 7) == "me" then
  697. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(100000,0,100000)
  698. else
  699. for i,v in pairs(GetPlayer(string.sub(msg, 7)))do
  700. local NOW = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  701. game.Players.LocalPlayer.Character.Humanoid.Name = 1
  702. local l = game.Players.LocalPlayer.Character["1"]:Clone()
  703. l.Parent = game.Players.LocalPlayer.Character
  704. l.Name = "Humanoid"
  705. wait(0.1)
  706. game.Players.LocalPlayer.Character["1"]:Destroy()
  707. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  708. game.Players.LocalPlayer.Character.Animate.Disabled = true
  709. wait(0.1)
  710. game.Players.LocalPlayer.Character.Animate.Disabled = false
  711. game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  712. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  713. game.Players.LocalPlayer.Character.Humanoid:EquipTool(v)
  714. end
  715. local function tp(player,player2)
  716. local char1,char2=player.Character,player2.Character
  717. if char1 and char2 then
  718. char1:MoveTo(char2.Head.Position)
  719. end
  720. end
  721. wait(0.1)
  722. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  723. wait(0.2)
  724. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  725. wait(0.5)
  726. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
  727. wait(0.7)
  728. tp(game.Players.LocalPlayer,game.Players[v.Name])
  729. wait(0.7)
  730. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = NOW
  731. game.StarterGui:SetCore("SendNotification", {
  732. Title = "Tools needed!";
  733. Text = "You need a tool in your backpack for this command!";
  734. })
  735. end
  736. end
  737. end
  738. if string.sub(msg, 1, 7) == (prefix.."bring ") then
  739. for i,v in pairs(GetPlayer(string.sub(msg, 8)))do
  740. local NOW = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  741. game.Players.LocalPlayer.Character.Humanoid.Name = 1
  742. local l = game.Players.LocalPlayer.Character["1"]:Clone()
  743. l.Parent = game.Players.LocalPlayer.Character
  744. l.Name = "Humanoid"
  745. wait(0.1)
  746. game.Players.LocalPlayer.Character["1"]:Destroy()
  747. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  748. game.Players.LocalPlayer.Character.Animate.Disabled = true
  749. wait(0.1)
  750. game.Players.LocalPlayer.Character.Animate.Disabled = false
  751. game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  752. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  753. game.Players.LocalPlayer.Character.Humanoid:EquipTool(v)
  754. end
  755. local function tp(player,player2)
  756. local char1,char2=player.Character,player2.Character
  757. if char1 and char2 then
  758. char1.HumanoidRootPart.CFrame = char2.HumanoidRootPart.CFrame
  759. end
  760. end
  761. local function getout(player,player2)
  762. local char1,char2=player.Character,player2.Character
  763. if char1 and char2 then
  764. char1:MoveTo(char2.Head.Position)
  765. end
  766. end
  767. tp(game.Players[v.Name], game.Players.LocalPlayer)
  768. wait(0.2)
  769. tp(game.Players[v.Name], game.Players.LocalPlayer)
  770. wait(0.5)
  771. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = NOW
  772. wait(0.5)
  773. getout(game.Players.LocalPlayer, game.Players[v.Name])
  774. wait(0.3)
  775. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = NOW
  776. game.StarterGui:SetCore("SendNotification", {
  777. Title = "Tools needed!";
  778. Text = "You need a tool in your backpack for this command!";
  779. })
  780. end
  781. end
  782. if string.sub(msg, 1, 6) == (prefix.."spin ") then
  783. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  784. game.Players.LocalPlayer.Character.Humanoid.Name = 1
  785. local l = game.Players.LocalPlayer.Character["1"]:Clone()
  786. l.Parent = game.Players.LocalPlayer.Character
  787. l.Name = "Humanoid"
  788. wait(0.1)
  789. game.Players.LocalPlayer.Character["1"]:Destroy()
  790. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  791. game.Players.LocalPlayer.Character.Animate.Disabled = true
  792. wait(0.1)
  793. game.Players.LocalPlayer.Character.Animate.Disabled = false
  794. game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  795. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  796. game.Players.LocalPlayer.Character.Humanoid:EquipTool(v)
  797. end
  798. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character["Left Arm"].CFrame
  799. spinplr = v
  800. wait(0.5)
  801. spin = true
  802. game.StarterGui:SetCore("SendNotification", {
  803. Title = "Tools needed!";
  804. Text = "You need a tool in your backpack for this command!";
  805. })
  806. end
  807. end
  808. if string.sub(msg, 1, 7) == (prefix.."unspin") then
  809. spin = false
  810. local function getout(player,player2)
  811. local char1,char2=player.Character,player2.Character
  812. if char1 and char2 then
  813. char1:MoveTo(char2.Head.Position)
  814. end
  815. end
  816. getout(game.Players.LocalPlayer, game.Players.LocalPlayer)
  817. end
  818. if string.sub(msg, 1, 8) == (prefix.."attach ") then
  819. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  820. game.Players.LocalPlayer.Character.Humanoid.Name = 1
  821. local l = game.Players.LocalPlayer.Character["1"]:Clone()
  822. l.Parent = game.Players.LocalPlayer.Character
  823. l.Name = "Humanoid"
  824. wait(0.1)
  825. game.Players.LocalPlayer.Character["1"]:Destroy()
  826. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  827. game.Players.LocalPlayer.Character.Animate.Disabled = true
  828. wait(0.1)
  829. game.Players.LocalPlayer.Character.Animate.Disabled = false
  830. game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  831. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  832. game.Players.LocalPlayer.Character.Humanoid:EquipTool(v)
  833. end
  834. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character["Left Arm"].CFrame
  835. wait(0.3)
  836. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character["Left Arm"].CFrame
  837. attplr = v
  838. game.StarterGui:SetCore("SendNotification", {
  839. Title = "Tools needed!";
  840. Text = "You need a tool in your backpack for this command!";
  841. })
  842. end
  843. end
  844. if string.sub(msg, 1, 9) == (prefix.."unattach ") then
  845. for i,v in pairs(GetPlayer(string.sub(msg, 10))) do
  846. local function getout(player,player2)
  847. local char1,char2=player.Character,player2.Character
  848. if char1 and char2 then
  849. char1:MoveTo(char2.Head.Position)
  850. end
  851. end
  852. getout(game.Players.LocalPlayer, game.Players[v.Name])
  853. end
  854. end
  855. if string.sub(msg, 1, 8) == (prefix.."follow ") then
  856. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  857. followed = true
  858. flwplr = v
  859. end
  860. end
  861. if string.sub(msg, 1, 9) == (prefix.."unfollow") then
  862. followed = false
  863. end
  864. if string.sub(msg, 1, 10) == (prefix.."freefall ") then
  865. for i,v in pairs(GetPlayer(string.sub(msg, 11))) do
  866. local NOW = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  867. game.Players.LocalPlayer.Character.Humanoid.Name = 1
  868. local l = game.Players.LocalPlayer.Character["1"]:Clone()
  869. l.Parent = game.Players.LocalPlayer.Character
  870. l.Name = "Humanoid"
  871. wait(0.1)
  872. game.Players.LocalPlayer.Character["1"]:Destroy()
  873. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  874. game.Players.LocalPlayer.Character.Animate.Disabled = true
  875. wait(0.1)
  876. game.Players.LocalPlayer.Character.Animate.Disabled = false
  877. game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  878. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  879. game.Players.LocalPlayer.Character.Humanoid:EquipTool(v)
  880. end
  881. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  882. wait(0.2)
  883. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  884. wait(0.6)
  885. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = NOW
  886. wait(0.6)
  887. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,50000,0)
  888. game.StarterGui:SetCore("SendNotification", {
  889. Title = "Tools needed!";
  890. Text = "You need a tool in your backpack for this command!";
  891. })
  892. end
  893. end
  894. if string.sub(msg, 1, 7) == (prefix.."trail ") then
  895. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  896. traill = true
  897. trlplr = v
  898. end
  899. end
  900. if string.sub(msg, 1, 8) == (prefix.."untrail") then
  901. traill = false
  902. end
  903. if string.sub(msg, 1, 7) == (prefix.."orbit ") then
  904. if string.sub(msg, 8) == "all" or string.sub(msg, 8) == "others" or string.sub(msg, 8) == "me" then
  905. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  906. else
  907. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  908. local o = Instance.new("RocketPropulsion")
  909. o.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  910. o.Name = "Orbit"
  911. o.Target = game.Players[v.Name].Character.HumanoidRootPart
  912. o:Fire()
  913. noclip = true
  914. end
  915. end
  916. end
  917. if string.sub(msg, 1, 8) == (prefix.."unorbit") then
  918. game.Players.LocalPlayer.Character.HumanoidRootPart.Orbit:Destroy()
  919. noclip = false
  920. end
  921. if string.sub(msg, 1, 7) == (prefix.."fling ") then
  922. if string.sub(msg, 8) == "all" or string.sub(msg, 8) == "others" or string.sub(msg, 8) == "me" then
  923. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  924. else
  925. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  926. local y = Instance.new("RocketPropulsion")
  927. y.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  928. y.CartoonFactor = 1
  929. y.MaxThrust = 500000
  930. y.MaxSpeed = 1000
  931. y.ThrustP = 100000
  932. y.Name = "Fling"
  933. game.Workspace.CurrentCamera.CameraSubject = game.Players[v.Name].Character.Head
  934. y.Target = game.Players[v.Name].Character.HumanoidRootPart
  935. y:Fire()
  936. noclip = true
  937. end
  938. end
  939. end
  940. if string.sub(msg, 1, 8) == (prefix.."unfling") then
  941. noclip = false
  942. game.Players.LocalPlayer.Character.HumanoidRootPart.Fling:Destroy()
  943. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character.Head
  944. wait(0.4)
  945. game.Players.LocalPlayer.Character.HumanoidRootPart.Fling:Destroy()
  946. end
  947. if string.sub(msg, 1, 8) == (prefix.."fecheck") then
  948. if game.Workspace.FilteringEnabled == true then
  949. warn("FE is Enabled (Filtering Enabled)")
  950. game.StarterGui:SetCore("SendNotification", {
  951. Title = "FE is Enabled";
  952. Text = "Filtering Enabled. Enjoy using Reviz Admin!";
  953. })
  954. else
  955. warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
  956. game.StarterGui:SetCore("SendNotification", {
  957. Title = "FE is Disabled";
  958. Text = "Filtering Disabled. Consider using a different admin script.";
  959. })
  960. end
  961. end
  962. if string.sub(msg, 1, 6) == (prefix.."void ") then
  963. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  964. game.Players.LocalPlayer.Character.Humanoid.Name = 1
  965. local l = game.Players.LocalPlayer.Character["1"]:Clone()
  966. l.Parent = game.Players.LocalPlayer.Character
  967. l.Name = "Humanoid"
  968. wait(0.1)
  969. game.Players.LocalPlayer.Character["1"]:Destroy()
  970. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  971. game.Players.LocalPlayer.Character.Animate.Disabled = true
  972. wait(0.1)
  973. game.Players.LocalPlayer.Character.Animate.Disabled = false
  974. game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  975. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  976. game.Players.LocalPlayer.Character.Humanoid:EquipTool(v)
  977. end
  978. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  979. wait(0.2)
  980. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  981. wait(0.6)
  982. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(999999999999999,0,999999999999999)
  983. game.StarterGui:SetCore("SendNotification", {
  984. Title = "Tools needed!";
  985. Text = "You need a tool in your backpack for this command!";
  986. })
  987. end
  988. end
  989. if string.sub(msg, 1, 7) == (prefix.."noclip") then
  990. noclip = true
  991. game.StarterGui:SetCore("SendNotification", {
  992. Title = "Noclip enabled";
  993. Text = "Type ;clip to disable";
  994. })
  995. end
  996. if string.sub(msg, 1, 5) == (prefix.."clip") then
  997. noclip = false
  998. game.StarterGui:SetCore("SendNotification", {
  999. Title = "Noclip disabled";
  1000. Text = "Type ;noclip to enable";
  1001. })
  1002. end
  1003. if string.sub(msg, 1, 7) == (prefix.."speed ") then
  1004. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = (string.sub(msg, 8))
  1005. end
  1006. if string.sub(msg, 1, 4) == (prefix.."ws ") then
  1007. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = (string.sub(msg, 5))
  1008. end
  1009. if string.sub(msg, 1, 11) == (prefix.."hipheight ") then
  1010. game.Players.LocalPlayer.Character.Humanoid.HipHeight = (string.sub(msg, 12))
  1011. end
  1012. if string.sub(msg, 1, 4) == (prefix.."hh ") then
  1013. game.Players.LocalPlayer.Character.Humanoid.HipHeight = (string.sub(msg, 5))
  1014. end
  1015. if string.sub(msg, 1, 11) == (prefix.."jumppower ") then
  1016. game.Players.LocalPlayer.Character.Humanoid.JumpPower = (string.sub(msg, 12))
  1017. end
  1018. if string.sub(msg, 1, 4) == (prefix.."jp ") then
  1019. game.Players.LocalPlayer.Character.Humanoid.JumpPower = (string.sub(msg, 5))
  1020. end
  1021. if string.sub(msg, 1, 8) == (prefix.."default") then
  1022. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50
  1023. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
  1024. game.Players.LocalPlayer.Character.Humanoid.HipHeight = 0
  1025. end
  1026. if string.sub(msg, 1, 7) == (prefix.."annoy ") then
  1027. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  1028. annoying = true
  1029. annplr = v
  1030. end
  1031. end
  1032. if string.sub(msg, 1, 8) == (prefix.."unannoy") then
  1033. annoying = false
  1034. end
  1035. if string.sub(msg, 1, 10) == (prefix.."headwalk ") then
  1036. for i,v in pairs(GetPlayer(string.sub(msg, 11))) do
  1037. hwalk = true
  1038. hdwplr = v
  1039. end
  1040. end
  1041. if string.sub(msg, 1, 11) == (prefix.."unheadwalk") then
  1042. hwalk = false
  1043. end
  1044. if string.sub(msg, 1, 8) == (prefix.."nolimbs") then
  1045. game.Players.LocalPlayer.Character["Left Leg"]:Destroy()
  1046. game.Players.LocalPlayer.Character["Left Arm"]:Destroy()
  1047. game.Players.LocalPlayer.Character["Right Leg"]:Destroy()
  1048. game.Players.LocalPlayer.Character["Right Arm"]:Destroy()
  1049. end
  1050. if string.sub(msg, 1, 4) == (prefix.."god") then
  1051. game.Players.LocalPlayer.Character.Humanoid.Name = 1
  1052. local l = game.Players.LocalPlayer.Character["1"]:Clone()
  1053. l.Parent = game.Players.LocalPlayer.Character
  1054. l.Name = "Humanoid"
  1055. wait(0.1)
  1056. game.Players.LocalPlayer.Character["1"]:Destroy()
  1057. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  1058. game.Players.LocalPlayer.Character.Animate.Disabled = true
  1059. wait(0.1)
  1060. game.Players.LocalPlayer.Character.Animate.Disabled = false
  1061. game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  1062. game.StarterGui:SetCore("SendNotification", {
  1063. Title = "FE Godmode enabled";
  1064. Text = "Use ;kill me OR ;respawn to reset";
  1065. })
  1066. end
  1067. if string.sub(msg, 1, 9) == (prefix.."drophats") then
  1068. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  1069. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  1070. v.Parent = workspace
  1071. end
  1072. end
  1073. end
  1074. if string.sub(msg, 1, 9) == (prefix.."droptool") then
  1075. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  1076. if (v:IsA("Tool")) then
  1077. v.Parent = workspace
  1078. end
  1079. end
  1080. end
  1081. if string.sub(msg, 1, 10) == (prefix.."loopdhats") then
  1082. droppinghats = true
  1083. game.StarterGui:SetCore("SendNotification", {
  1084. Title = "Loop Drop Enabled";
  1085. Text = "Type ;unloopdhats to disable";
  1086. })
  1087. end
  1088. if string.sub(msg, 1, 12) == (prefix.."unloopdhats") then
  1089. droppinghats = false
  1090. game.StarterGui:SetCore("SendNotification", {
  1091. Title = "Loop Drop Disabled";
  1092. Text = "Type ;loopdhats to enable.";
  1093. })
  1094. end
  1095. if string.sub(msg, 1, 10) == (prefix.."loopdtool") then
  1096. droppingtools = true
  1097. game.StarterGui:SetCore("SendNotification", {
  1098. Title = "Loop Drop Enabled";
  1099. Text = "Type ;unloopdtool to disable";
  1100. })
  1101. end
  1102. if string.sub(msg, 1, 12) == (prefix.."unloopdtool") then
  1103. droppingtools = false
  1104. game.StarterGui:SetCore("SendNotification", {
  1105. Title = "Loop Drop Disabled";
  1106. Text = "Type ;loopdtool to enable.";
  1107. })
  1108. end
  1109. if string.sub(msg, 1, 10) == (prefix.."invisible") then -- Credit to Timeless
  1110. Local = game:GetService('Players').LocalPlayer
  1111. Char = Local.Character
  1112. touched,tpdback = false, false
  1113. box = Instance.new('Part',workspace)
  1114. box.Anchored = true
  1115. box.CanCollide = true
  1116. box.Size = Vector3.new(10,1,10)
  1117. box.Position = Vector3.new(0,10000,0)
  1118. box.Touched:connect(function(part)
  1119. if (part.Parent.Name == Local.Name) then
  1120. if touched == false then
  1121. touched = true
  1122. function apply()
  1123. if script.Disabled ~= true then
  1124. no = Char.HumanoidRootPart:Clone()
  1125. wait(.25)
  1126. Char.HumanoidRootPart:Destroy()
  1127. no.Parent = Char
  1128. Char:MoveTo(loc)
  1129. touched = false
  1130. end end
  1131. if Char then
  1132. apply()
  1133. end
  1134. end
  1135. end
  1136. end)
  1137. repeat wait() until Char
  1138. loc = Char.HumanoidRootPart.Position
  1139. Char:MoveTo(box.Position + Vector3.new(0,.5,0))
  1140. game.StarterGui:SetCore("SendNotification", {
  1141. Title = "Invisibility enabled!";
  1142. Text = "Reset or use ;respawn to remove.";
  1143. })
  1144. end
  1145. if string.sub(msg, 1, 6) == (prefix.."view ") then
  1146. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  1147. game.Workspace.CurrentCamera.CameraSubject = game.Players[v.Name].Character.Head
  1148. end
  1149. end
  1150. if string.sub(msg, 1, 7) == (prefix.."unview") then
  1151. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character.Head
  1152. end
  1153. if string.sub(msg, 1, 6) == (prefix.."goto ") then
  1154. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  1155. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  1156. end
  1157. end
  1158. if string.sub(msg, 1, 4) == (prefix.."fly") then
  1159. flying = true
  1160. repeat wait()
  1161. until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:findFirstChild("Torso") and game.Players.LocalPlayer.Character:findFirstChild("Humanoid")
  1162. local mouse = game.Players.LocalPlayer:GetMouse()
  1163. repeat wait() until mouse
  1164. local plr = game.Players.LocalPlayer
  1165. local torso = plr.Character.Torso
  1166. local deb = true
  1167. local ctrl = {f = 0, b = 0, l = 0, r = 0}
  1168. local lastctrl = {f = 0, b = 0, l = 0, r = 0}
  1169. local maxspeed = 80
  1170. local speed = 0
  1171.  
  1172. function FlyFunction()
  1173. local bg = Instance.new("BodyGyro", torso)
  1174. bg.P = 9e4
  1175. bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  1176. bg.cframe = torso.CFrame
  1177. local bv = Instance.new("BodyVelocity", torso)
  1178. bv.velocity = Vector3.new(0,0.1,0)
  1179. bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
  1180. repeat wait()
  1181. plr.Character.Humanoid.PlatformStand = true
  1182. if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
  1183. speed = speed+.5+(speed/maxspeed)
  1184. if speed > maxspeed then
  1185. speed = maxspeed
  1186. end
  1187. elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
  1188. speed = speed-1
  1189. if speed < 0 then
  1190. speed = 0
  1191. end
  1192. end
  1193. if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
  1194. bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (ctrl.f+ctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(ctrl.l+ctrl.r,(ctrl.f+ctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
  1195. lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
  1196. elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
  1197. bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (lastctrl.f+lastctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(lastctrl.l+lastctrl.r,(lastctrl.f+lastctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
  1198. else
  1199. bv.velocity = Vector3.new(0,0.1,0)
  1200. end
  1201. bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
  1202. until not flying
  1203. ctrl = {f = 0, b = 0, l = 0, r = 0}
  1204. lastctrl = {f = 0, b = 0, l = 0, r = 0}
  1205. speed = 0
  1206. bg:Destroy()
  1207. bv:Destroy()
  1208. plr.Character.Humanoid.PlatformStand = false
  1209. end
  1210. mouse.KeyDown:connect(function(key)
  1211. if key:lower() == "w" then
  1212. ctrl.f = 1
  1213. elseif key:lower() == "s" then
  1214. ctrl.b = -1
  1215. elseif key:lower() == "a" then
  1216. ctrl.l = -1
  1217. elseif key:lower() == "d" then
  1218. ctrl.r = 1
  1219. end
  1220. end)
  1221. mouse.KeyUp:connect(function(key)
  1222. if key:lower() == "w" then
  1223. ctrl.f = 0
  1224. elseif key:lower() == "s" then
  1225. ctrl.b = 0
  1226. elseif key:lower() == "a" then
  1227. ctrl.l = 0
  1228. elseif key:lower() == "d" then
  1229. ctrl.r = 0
  1230. end
  1231. end)
  1232. FlyFunction()
  1233. end
  1234. if string.sub(msg, 1, 6) == (prefix.."unfly") then
  1235. flying = false
  1236. end
  1237. if string.sub(msg, 1, 6) == (prefix.."chat ") then
  1238. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer((string.sub(msg, 7)), "All")
  1239. end
  1240. if string.sub(msg, 1, 6) == (prefix.."spam ") then
  1241. spamtext = (string.sub(msg, 7))
  1242. spamming = true
  1243. end
  1244. if string.sub(msg, 1, 7) == (prefix.."unspam") then
  1245. spamming = false
  1246. end
  1247. if string.sub(msg, 1, 10) == (prefix.."spamwait ") then
  1248. spamdelay = (string.sub(msg, 11))
  1249. end
  1250. if string.sub(msg, 1, 8) == (prefix.."pmspam ") then
  1251. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  1252. pmspammed = v.Name
  1253. spammingpm = true
  1254. end
  1255. end
  1256. if string.sub(msg, 1, 9) == (prefix.."unpmspam") then
  1257. spammingpm = false
  1258. end
  1259. if string.sub(msg, 1, 9) == (prefix.."cfreeze ") then
  1260. for i,v in pairs(GetPlayer(string.sub(msg, 10))) do
  1261. v.Character["Left Leg"].Anchored = true
  1262. v.Character["Left Arm"].Anchored = true
  1263. v.Character["Right Leg"].Anchored = true
  1264. v.Character["Right Arm"].Anchored = true
  1265. v.Character.Torso.Anchored = true
  1266. v.Character.Head.Anchored = true
  1267. end
  1268. end
  1269. if string.sub(msg, 1, 11) == (prefix.."uncfreeze ") then
  1270. for i,v in pairs(GetPlayer(string.sub(msg, 12))) do
  1271. v.Character["Left Leg"].Anchored = false
  1272. v.Character["Left Arm"].Anchored = false
  1273. v.Character["Right Leg"].Anchored = false
  1274. v.Character["Right Arm"].Anchored = false
  1275. v.Character.Torso.Anchored = false
  1276. v.Character.Head.Anchored = false
  1277. end
  1278. end
  1279. if string.sub(msg, 1, 9) == (prefix.."unlockws") then
  1280. local a = game.Workspace:getChildren()
  1281. for i = 1, #a do
  1282. if a[i].className == "Part" then
  1283. a[i].Locked = false
  1284. elseif a[i].className == "Model" then
  1285. local r = a[i]:getChildren()
  1286. for i = 1, #r do
  1287. if r[i].className == "Part" then
  1288. r[i].Locked = false
  1289. end
  1290. end
  1291. end
  1292. end
  1293. game.StarterGui:SetCore("SendNotification", {
  1294. Title = "Success!";
  1295. Text = "Workspace unlocked. Use ;lockws to lock.";
  1296. })
  1297. end
  1298. if string.sub(msg, 1, 7) == (prefix.."lockws") then
  1299. local a = game.Workspace:getChildren()
  1300. for i = 1, #a do
  1301. if a[i].className == "Part" then
  1302. a[i].Locked = true
  1303. elseif a[i].className == "Model" then
  1304. local r = a[i]:getChildren()
  1305. for i = 1, #r do
  1306. if r[i].className == "Part" then
  1307. r[i].Locked = true
  1308. end
  1309. end
  1310. end
  1311. end
  1312. end
  1313. if string.sub(msg, 1, 7) == (prefix.."btools") then
  1314. local Clone_T = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  1315. Clone_T.BinType = "Clone"
  1316. local Destruct = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  1317. Destruct.BinType = "Hammer"
  1318. local Hold_T = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  1319. Hold_T.BinType = "Grab"
  1320. end
  1321. if string.sub(msg, 1, 7) == (prefix.."pstand") then
  1322. game.Players.LocalPlayer.Character.Humanoid.PlatformStand = true
  1323. end
  1324. if string.sub(msg, 1, 9) == (prefix.."unpstand") then
  1325. game.Players.LocalPlayer.Character.Humanoid.PlatformStand = false
  1326. end
  1327. if string.sub(msg, 1, 10) == (prefix.."blockhead") then
  1328. game.Players.LocalPlayer.Character.Head.Mesh:Destroy()
  1329. end
  1330. if string.sub(msg, 1, 4) == (prefix.."sit") then
  1331. game.Players.LocalPlayer.Character.Humanoid.Sit = true
  1332. end
  1333. if string.sub(msg, 1, 10) == (prefix.."bringobj ") then
  1334. local function bringobjw()
  1335. for i,obj in ipairs(game.Workspace:GetDescendants()) do
  1336. if obj.Name == (string.sub(msg, 11)) then
  1337. obj.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  1338. obj.CanCollide = false
  1339. obj.Transparency = 0.7
  1340. wait()
  1341. obj.CFrame = game.Players.LocalPlayer.Character["Left Leg"].CFrame
  1342. wait()
  1343. obj.CFrame = game.Players.LocalPlayer.Character["Right Leg"].CFrame
  1344. wait()
  1345. obj.CFrame = game.Players.LocalPlayer.Character["Head"].CFrame
  1346. end
  1347. end
  1348. end
  1349. while wait() do
  1350. bringobjw()
  1351. end
  1352. game.StarterGui:SetCore("SendNotification", {
  1353. Title = "BringObj";
  1354. Text = "BringObj enabled.";
  1355. })
  1356. end
  1357. if string.sub(msg, 1, 7) == (prefix.."wsvis ") then
  1358. vis = (string.sub(msg, 8))
  1359. local a = game.Workspace:GetDescendants()
  1360. for i = 1, #a do
  1361. if a[i].className == "Part" then
  1362. a[i].Transparency = vis
  1363. elseif a[i].className == "Model" then
  1364. local r = a[i]:getChildren()
  1365. for i = 1, #r do
  1366. if r[i].className == "Part" then
  1367. r[i].Transparency = vis
  1368. end
  1369. end
  1370. end
  1371. end
  1372. end
  1373. if string.sub(msg, 1, 11) == (prefix.."hypertotal") then
  1374. loadstring(game:GetObjects("rbxassetid://1255063809")[1].Source)()
  1375. game.StarterGui:SetCore("SendNotification", {
  1376. Title = "Success!";
  1377. Text = "HyperTotal GUI Loaded!";
  1378. })
  1379. end
  1380. if string.sub(msg, 1, 5) == (prefix.."cmds") then
  1381. CMDSFRAME.Visible = true
  1382. end
  1383. if string.sub(msg, 1, 10) == (prefix.."rmeshhats") then
  1384. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  1385. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  1386. v.Handle.Mesh:Destroy()
  1387. end
  1388. end
  1389. end
  1390. if string.sub(msg, 1, 10) == (prefix.."blockhats") then
  1391. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  1392. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  1393. v.Handle.Mesh:Destroy()
  1394. end
  1395. end
  1396. end
  1397. if string.sub(msg, 1, 10) == (prefix.."rmeshtool") then
  1398. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  1399. if (v:IsA("Tool")) then
  1400. v.Handle.Mesh:Destroy()
  1401. end
  1402. end
  1403. end
  1404. if string.sub(msg, 1, 10) == (prefix.."blocktool") then
  1405. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  1406. if (v:IsA("Tool")) then
  1407. v.Handle.Mesh:Destroy()
  1408. end
  1409. end
  1410. end
  1411. if string.sub(msg, 1, 8) == (prefix.."spinner") then
  1412. local p = Instance.new("RocketPropulsion")
  1413. p.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  1414. p.Name = "Spinner"
  1415. p.Target = game.Players.LocalPlayer.Character["Left Arm"]
  1416. p:Fire()
  1417. game.StarterGui:SetCore("SendNotification", {
  1418. Title = "Spinner enabled";
  1419. Text = "Type ;nospinner to disable.";
  1420. })
  1421. end
  1422. if string.sub(msg, 1, 10) == (prefix.."nospinner") then
  1423. game.Players.LocalPlayer.Character.HumanoidRootPart.Spinner:Destroy()
  1424. end
  1425. if string.sub(msg, 1, 7) == (prefix.."reachd") then
  1426. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  1427. if v:isA("Tool") then
  1428. local a = Instance.new("SelectionBox",v.Handle)
  1429. a.Adornee = v.Handle
  1430. v.Handle.Size = Vector3.new(0.5,0.5,60)
  1431. v.GripPos = Vector3.new(0,0,0)
  1432. game.Players.LocalPlayer.Character.Humanoid:UnequipTools()
  1433. end
  1434. end
  1435. game.StarterGui:SetCore("SendNotification", {
  1436. Title = "Reach applied!";
  1437. Text = "Applied to equipped sword. Use ;noreach to disable.";
  1438. })
  1439. end
  1440. if string.sub(msg, 1, 7) == (prefix.."reach ") then
  1441. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  1442. if v:isA("Tool") then
  1443. local a = Instance.new("SelectionBox",v.Handle)
  1444. a.Name = "Reach"
  1445. a.Adornee = v.Handle
  1446. v.Handle.Size = Vector3.new(0.5,0.5,(string.sub(msg, 8)))
  1447. v.GripPos = Vector3.new(0,0,0)
  1448. game.Players.LocalPlayer.Character.Humanoid:UnequipTools()
  1449. end
  1450. end
  1451. game.StarterGui:SetCore("SendNotification", {
  1452. Title = "Reach applied!";
  1453. Text = "Applied to equipped sword. Use ;noreach to disable.";
  1454. })
  1455. end
  1456. if string.sub(msg, 1, 8) == (prefix.."noreach") then
  1457. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  1458. if v:isA("Tool") then
  1459. v.Handle.Reach:Destroy()
  1460. end
  1461. end
  1462. game.StarterGui:SetCore("SendNotification", {
  1463. Title = "Reach removed!";
  1464. Text = "Removed reach from equipped sword.";
  1465. })
  1466. end
  1467. if string.sub(msg, 1, 7) == (prefix.."rkill ") then
  1468. for i,v in pairs(GetPlayer(string.sub(msg, 8)))do
  1469. game.Players.LocalPlayer.Character.Humanoid.Name = 1
  1470. local l = game.Players.LocalPlayer.Character["1"]:Clone()
  1471. l.Parent = game.Players.LocalPlayer.Character
  1472. l.Name = "Humanoid"
  1473. wait(0.1)
  1474. game.Players.LocalPlayer.Character["1"]:Destroy()
  1475. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  1476. game.Players.LocalPlayer.Character.Animate.Disabled = true
  1477. wait(0.1)
  1478. game.Players.LocalPlayer.Character.Animate.Disabled = false
  1479. game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  1480. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  1481. game.Players.LocalPlayer.Character.Humanoid:EquipTool(v)
  1482. end
  1483. wait(0.1)
  1484. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  1485. wait(0.2)
  1486. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  1487. wait(0.5)
  1488. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
  1489. game.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, 7) == (prefix.."tp me ") then
  1496. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  1497. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  1498. end
  1499. end
  1500. if string.sub(msg, 1, 8) == (prefix.."cbring ") then
  1501. if (string.sub(msg, 9)) == "all" or (string.sub(msg, 9)) == "All" or (string.sub(msg, 9)) == "ALL" then
  1502. cbringall = true
  1503. else
  1504. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  1505. brplr = v.Name
  1506. end
  1507. end
  1508. cbring = true
  1509. end
  1510. if string.sub(msg, 1, 9) == (prefix.."uncbring") then
  1511. cbring = false
  1512. cbringall = false
  1513. end
  1514. if string.sub(msg, 1, 6) == (prefix.."swap ") then
  1515. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  1516. local NOWPLR = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  1517. local NOW = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  1518. game.Players.LocalPlayer.Character.Humanoid.Name = 1
  1519. local l = game.Players.LocalPlayer.Character["1"]:Clone()
  1520. l.Parent = game.Players.LocalPlayer.Character
  1521. l.Name = "Humanoid"
  1522. wait(0.1)
  1523. game.Players.LocalPlayer.Character["1"]:Destroy()
  1524. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  1525. game.Players.LocalPlayer.Character.Animate.Disabled = true
  1526. wait(0.1)
  1527. game.Players.LocalPlayer.Character.Animate.Disabled = false
  1528. game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  1529. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  1530. game.Players.LocalPlayer.Character.Humanoid:EquipTool(v)
  1531. end
  1532. local function tp(player,player2)
  1533. local char1,char2=player.Character,player2.Character
  1534. if char1 and char2 then
  1535. char1:MoveTo(char2.Head.Position)
  1536. end
  1537. end
  1538. wait(0.1)
  1539. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  1540. wait(0.2)
  1541. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  1542. wait(0.5)
  1543. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = NOW
  1544. wait(0.6)
  1545. tp(game.Players.LocalPlayer, game.Players[v.Name])
  1546. wait(0.4)
  1547. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = NOWPLR
  1548. game.StarterGui:SetCore("SendNotification", {
  1549. Title = "Tools needed!";
  1550. Text = "You need a tool in your backpack for this command!";
  1551. })
  1552. end
  1553. end
  1554. if string.sub(msg, 1, 9) == (prefix.."givetool") then
  1555. for i,v in pairs(GetPlayer(string.sub(msg, 10))) do
  1556. for i,tool in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  1557. if (tool:IsA("Tool")) then
  1558. tool.Parent = game.Workspace[v.Name]
  1559. end
  1560. end
  1561. end
  1562. end
  1563. if string.sub(msg, 1, 8) == (prefix.."glitch ") then
  1564. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  1565. game.Players.LocalPlayer.Character.Humanoid.Name = 1
  1566. local l = game.Players.LocalPlayer.Character["1"]:Clone()
  1567. l.Parent = game.Players.LocalPlayer.Character
  1568. l.Name = "Humanoid"
  1569. wait(0.1)
  1570. game.Players.LocalPlayer.Character["1"]:Destroy()
  1571. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  1572. game.Players.LocalPlayer.Character.Animate.Disabled = true
  1573. wait(0.1)
  1574. game.Players.LocalPlayer.Character.Animate.Disabled = false
  1575. game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  1576. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  1577. game.Players.LocalPlayer.Character.Humanoid:EquipTool(v)
  1578. end
  1579. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character["Left Arm"].CFrame
  1580. wait(0.3)
  1581. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character["Left Arm"].CFrame
  1582. wait(0.4)
  1583. b = Instance.new("BodyForce")
  1584. b.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  1585. b.Name = "Glitch"
  1586. b.Force = Vector3.new(100000000,5000,0)
  1587. game.StarterGui:SetCore("SendNotification", {
  1588. Title = "Tools needed!";
  1589. Text = "You need a tool in your backpack for this command!";
  1590. })
  1591. end
  1592. end
  1593. if string.sub(msg, 1, 9) == (prefix.."unglitch") then
  1594. game.Players.LocalPlayer.Character.HumanoidRootPart.Glitch:Destroy()
  1595. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(10000,0,10000)
  1596. b = Instance.new("BodyForce")
  1597. b.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  1598. b.Name = "unGlitch"
  1599. b.Force = Vector3.new(0,-5000000,0)
  1600. wait(2)
  1601. game.Players.LocalPlayer.Character.HumanoidRootPart.unGlitch:Destroy()
  1602. end
  1603. if string.sub(msg, 1, 9) == (prefix.."grespawn") then
  1604. game.Players.LocalPlayer.Character.Humanoid.Health = 0
  1605. wait(1)
  1606. game.Players.LocalPlayer.Character.Head.CFrame = CFrame.new(1000000,0,1000000)
  1607. game.Players.LocalPlayer.Character.Torso.CFrame = CFrame.new(1000000,0,1000000)
  1608. end
  1609. if string.sub(msg, 1, 9) == (prefix.."explorer") then
  1610. loadstring(game:GetObjects("rbxassetid://492005721")[1].Source)()
  1611. game.StarterGui:SetCore("SendNotification", {
  1612. Title = "Success!";
  1613. Text = "DEX Explorer has loaded.";
  1614. })
  1615. end
  1616. if string.sub(msg, 1, 6) == (prefix.."anim ") then
  1617. local Anim = Instance.new("Animation")
  1618. Anim.AnimationId = "rbxassetid://"..(string.sub(msg, 7))
  1619. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1620. track:Play(.1, 1, 1)
  1621. end
  1622. if string.sub(msg, 1, 8) == (prefix.."animgui") then
  1623. loadstring(game:GetObjects("rbxassetid://1202558084")[1].Source)()
  1624. game.StarterGui:SetCore("SendNotification", {
  1625. Title = "Success!";
  1626. Text = "Energize Animations GUI has loaded.";
  1627. })
  1628. end
  1629. if string.sub(msg, 1, 8) == (prefix.."savepos") then
  1630. saved = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  1631. game.StarterGui:SetCore("SendNotification", {
  1632. Title = "Position Saved";
  1633. Text = "Use ;loadpos to return to saved position.";
  1634. })
  1635. end
  1636. if string.sub(msg, 1, 8) == (prefix.."loadpos") then
  1637. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = saved
  1638. end
  1639. if string.sub(msg, 1, 6) == (prefix.."bang ") then
  1640. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  1641. local Anim2 = Instance.new("Animation")
  1642. Anim2.AnimationId = "rbxassetid://148840371"
  1643. local track2 = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim2)
  1644. track2:Play(.1, 1, 1)
  1645. bplrr = v.Name
  1646. banpl = true
  1647. end
  1648. end
  1649. if string.sub(msg, 1, 7) == (prefix.."unbang") then
  1650. banpl = false
  1651. end
  1652. if string.sub(msg, 1, 10) == (prefix.."bringmod ") then
  1653. local function bringmodw()
  1654. for i,obj in ipairs(game.Workspace:GetDescendants()) do
  1655. if obj.Name == (string.sub(msg, 11)) then
  1656. for i,ch in pairs(obj:GetDescendants()) do
  1657. if (ch:IsA("BasePart")) then
  1658. ch.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  1659. ch.CanCollide = false
  1660. ch.Transparency = 0.7
  1661. wait()
  1662. ch.CFrame = game.Players.LocalPlayer.Character["Left Leg"].CFrame
  1663. wait()
  1664. ch.CFrame = game.Players.LocalPlayer.Character["Right Leg"].CFrame
  1665. wait()
  1666. ch.CFrame = game.Players.LocalPlayer.Character["Head"].CFrame
  1667. end
  1668. end
  1669. end
  1670. end
  1671. end
  1672. while wait() do
  1673. bringmodw()
  1674. end
  1675. game.StarterGui:SetCore("SendNotification", {
  1676. Title = "BringMod";
  1677. Text = "BringMod enabled.";
  1678. })
  1679. end
  1680. if string.sub(msg, 1, 8) == (prefix.."respawn") then
  1681. local mod = Instance.new('Model', workspace) mod.Name = 're '..game.Players.LocalPlayer.Name
  1682. local hum = Instance.new('Humanoid', mod)
  1683. local ins = Instance.new('Part', mod) ins.Name = 'Torso' ins.CanCollide = false ins.Transparency = 1
  1684. game.Players.LocalPlayer.Character = mod
  1685. end
  1686. if string.sub(msg, 1, 9) == (prefix.."shutdown") then
  1687. game:GetService'RunService'.Stepped:Connect(function()
  1688. pcall(function()
  1689. for i,v in pairs(game:GetService'Players':GetPlayers()) do
  1690. if v.Character ~= nil and v.Character:FindFirstChild'Head' then
  1691. for _,x in pairs(v.Character.Head:GetChildren()) do
  1692. if x:IsA'Sound' then x.Playing = true x.CharacterSoundEvent:FireServer(true, true) end
  1693. end
  1694. end
  1695. end
  1696. end)
  1697. end)
  1698. game.StarterGui:SetCore("SendNotification", {
  1699. Title = "Attempting Shutdown";
  1700. Text = "Shutdown Attempt has begun.";
  1701. })
  1702. end
  1703. if string.sub(msg, 1, 8) == (prefix.."delobj ") then
  1704. objtodel = (string.sub(msg, 9))
  1705. delobject()
  1706. end
  1707. if string.sub(msg, 1, 8) == (prefix.."getplrs") then
  1708. for i,v in pairs(game:GetService("Players"):GetChildren())do
  1709. print(v)
  1710. end
  1711. game.StarterGui:SetCore("SendNotification", {
  1712. Title = "Printed";
  1713. Text = "Players have been printed to console. (F9)";
  1714. })
  1715. end
  1716. if string.sub(msg, 1, 9) == (prefix.."deldecal") then
  1717. for i,v in pairs(game.Workspace:GetDescendants())do
  1718. if (v:IsA("Decal")) then
  1719. v:Destroy()
  1720. end
  1721. end
  1722. end
  1723. if string.sub(msg, 1, 11) == (prefix.."opfinality") then
  1724. loadstring(game:GetObjects("rbxassetid://1294358929")[1].Source)()
  1725. game.StarterGui:SetCore("SendNotification", {
  1726. Title = "Success!";
  1727. Text = "OpFinality GUI has loaded.";
  1728. })
  1729. end
  1730. if string.sub(msg, 1, 8) == (prefix.."remotes") then
  1731. remotes = true
  1732. added = true
  1733. game.DescendantAdded:connect(function(rmt)
  1734. if added == true then
  1735. if remotes == true then
  1736. if rmt:IsA("RemoteEvent") then
  1737. print("A RemoteEvent was added!")
  1738. print(" game." .. rmt:GetFullName() .. " | RemoteEvent")
  1739. print(" game." .. rmt:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  1740. end end end
  1741. end)
  1742. game.DescendantAdded:connect(function(rmtfnctn)
  1743. if added == true then
  1744. if remotes == true then
  1745. if rmtfnctn:IsA("RemoteFunction") then
  1746. warn("A RemoteFunction was added!")
  1747. warn(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction")
  1748. print(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  1749. end end end
  1750. end)
  1751.  
  1752. game.DescendantAdded:connect(function(bndfnctn)
  1753. if added == true then
  1754. if binds == true then
  1755. if bndfnctn:IsA("BindableFunction") then
  1756. print("A BindableFunction was added!")
  1757. print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction")
  1758. print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  1759. end end end
  1760. end)
  1761.  
  1762. game.DescendantAdded:connect(function(bnd)
  1763. if added == true then
  1764. if binds == true then
  1765. if bnd:IsA("BindableEvent") then
  1766. warn("A BindableEvent was added!")
  1767. warn(" game." .. bnd:GetFullName() .. " | BindableEvent")
  1768. print(" game." .. bnd:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  1769. end end end
  1770. end)
  1771.  
  1772.  
  1773. if binds == true then
  1774. for i,v in pairs(game:GetDescendants()) do
  1775. if v:IsA("BindableFunction") then
  1776. print(" game." .. v:GetFullName() .. " | BindableFunction")
  1777. print(" game." .. v:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  1778. end end
  1779. for i,v in pairs(game:GetDescendants()) do
  1780. if v:IsA("BindableEvent") then
  1781. warn(" game." .. v:GetFullName() .. " | BindableEvent")
  1782. print(" game." .. v:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  1783. end end
  1784. else
  1785. print("Off")
  1786. end
  1787. if remotes == true then
  1788. for i,v in pairs(game:GetDescendants()) do
  1789. if v:IsA("RemoteFunction") then
  1790. warn(" game." .. v:GetFullName() .. " | RemoteFunction")
  1791. print(" game." .. v:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  1792. end end
  1793. wait()
  1794. for i,v in pairs(game:GetDescendants()) do
  1795. if v:IsA("RemoteEvent") then
  1796. print(" game." .. v:GetFullName() .. " | RemoteEvent")
  1797. print(" game." .. v:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  1798. end end
  1799. else
  1800. print("Off")
  1801. end
  1802. game.StarterGui:SetCore("SendNotification", {
  1803. Title = "Printing Remotes";
  1804. Text = "Type ;noremotes to disable.";
  1805. })
  1806. end
  1807. if string.sub(msg, 1, 10) == (prefix.."noremotes") then
  1808. remotes = false
  1809. added = false
  1810. game.StarterGui:SetCore("SendNotification", {
  1811. Title = "Printing Remotes Disabled";
  1812. Text = "Type ;remotes to enable.";
  1813. })
  1814. end
  1815. if string.sub(msg, 1, 10) == (prefix.."tpdefault") then
  1816. spin = false
  1817. followed = false
  1818. traill = false
  1819. noclip = false
  1820. annoying = false
  1821. hwalk = false
  1822. cbringing = false
  1823. end
  1824. if string.sub(msg, 1, 8) == (prefix.."stopsit") then
  1825. stopsitting = true
  1826. end
  1827. if string.sub(msg, 1, 6) == (prefix.."gosit") then
  1828. stopsitting = false
  1829. end
  1830. if string.sub(msg, 1, 8) == (prefix.."version") then
  1831. print(adminversion)
  1832. game.StarterGui:SetCore("SendNotification", {
  1833. Title = "Version";
  1834. Text = adminversion;
  1835. })
  1836. end
  1837. if string.sub(msg, 1, 8) == (prefix.."clicktp") then
  1838. clickgoto = true
  1839. game.StarterGui:SetCore("SendNotification", {
  1840. Title = "Click TP";
  1841. Text = "Press E to teleport to mouse position";
  1842. })
  1843. end
  1844. if string.sub(msg, 1, 10) == (prefix.."noclicktp") then
  1845. clickgoto = false
  1846. game.StarterGui:SetCore("SendNotification", {
  1847. Title = "Click TP";
  1848. Text = "Click TP has been disabled.";
  1849. })
  1850. end
  1851. if string.sub(msg, 1, 8) == (prefix.."toolson") then
  1852. gettingtools = true
  1853. game.StarterGui:SetCore("SendNotification", {
  1854. Title = "Tools Enabled";
  1855. Text = "Automatically colleting tools dropped.";
  1856. })
  1857. end
  1858. if string.sub(msg, 1, 9) == (prefix.."toolsoff") then
  1859. gettingtools = false
  1860. game.StarterGui:SetCore("SendNotification", {
  1861. Title = "Tools Disabled";
  1862. Text = "Click TP has been disabled.";
  1863. })
  1864. end
  1865. end)
  1866.  
  1867. local function tp()
  1868. for i, player in ipairs(game.Players:GetChildren()) do
  1869. if player.Character and player.Character:FindFirstChild("HumanoidRootPart") then
  1870. if player.Name == brplr then
  1871. player.Character.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.lookVector * 2
  1872. end
  1873. end
  1874. end
  1875. end
  1876. local function tpall()
  1877. for i, player in ipairs(game.Players:GetChildren()) do
  1878. if player.Character and player.Character:FindFirstChild("HumanoidRootPart") then
  1879. player.Character.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.lookVector * 3
  1880. end
  1881. end
  1882. end
  1883. local function delobject()
  1884. for i,v in pairs(game.Workspace:GetDescendants()) do
  1885. if v.Name == objtodel then
  1886. v:Destroy()
  1887. end
  1888. end
  1889. end
  1890. spawn(function()
  1891. while wait(spamdelay) do
  1892. if spamming == true then
  1893. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer(spamtext, "All")
  1894. end
  1895. end
  1896. end)
  1897. spawn(function()
  1898. while wait(spamdelay) do
  1899. if spammingpm == true then
  1900. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("/w "..pmspammed.." @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@", "All")
  1901. end
  1902. end
  1903. end)
  1904. spawn(function()
  1905. while wait() do
  1906. if cbring == true then
  1907. tp()
  1908. end
  1909. end
  1910. end)
  1911. spawn(function()
  1912. while wait() do
  1913. if cbringall == true then
  1914. tpall()
  1915. end
  1916. end
  1917. end)
  1918. ------------------------------------------
  1919. local ScreenGui = Instance.new("ScreenGui")
  1920. local Frame = Instance.new("Frame")
  1921. local CMDBAR = Instance.new("TextBox")
  1922. ScreenGui.Parent = game.CoreGui
  1923. Frame.Parent = ScreenGui
  1924. Frame.BackgroundColor3 = Color3.new(0.3, 0.1, 0.1)
  1925. Frame.BackgroundTransparency = 0.3
  1926. Frame.Position = UDim2.new(0.5, 0, 0, 10)
  1927. Frame.Size = UDim2.new(0, 200, 0, 40)
  1928. Frame.Active = true
  1929. Frame.Draggable = true
  1930. CMDBAR.Name = "CMDBAR"
  1931. CMDBAR.Parent = Frame
  1932. CMDBAR.BackgroundColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  1933. CMDBAR.BackgroundTransparency = 0.20000000298023
  1934. CMDBAR.Size = UDim2.new(0, 180, 0, 20)
  1935. CMDBAR.Position = UDim2.new(0.05, 0, 0.25, 0)
  1936. CMDBAR.Font = Enum.Font.SourceSansLight
  1937. CMDBAR.FontSize = Enum.FontSize.Size14
  1938. CMDBAR.TextColor3 = Color3.new(0.945098, 0.945098, 0.945098)
  1939. CMDBAR.TextScaled = true
  1940. CMDBAR.TextSize = 14
  1941. CMDBAR.TextWrapped = true
  1942. CMDBAR.Text = "Press ; to type, Enter to execute"
  1943.  
  1944. Mouse.KeyDown:connect(function(Key)
  1945. if Key == prefix then
  1946. CMDBAR:CaptureFocus()
  1947. end
  1948. end)
  1949.  
  1950. CMDBAR.FocusLost:connect(function(enterPressed)
  1951. if enterPressed then
  1952. if string.sub(CMDBAR.Text, 1, 5) == ("kill ") then
  1953. if string.sub(CMDBAR.Text, 6) == "me" then
  1954. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(100000,0,100000)
  1955. else
  1956. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6)))do
  1957. local NOW = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  1958. game.Players.LocalPlayer.Character.Humanoid.Name = 1
  1959. local l = game.Players.LocalPlayer.Character["1"]:Clone()
  1960. l.Parent = game.Players.LocalPlayer.Character
  1961. l.Name = "Humanoid"
  1962. wait(0.1)
  1963. game.Players.LocalPlayer.Character["1"]:Destroy()
  1964. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  1965. game.Players.LocalPlayer.Character.Animate.Disabled = true
  1966. wait(0.1)
  1967. game.Players.LocalPlayer.Character.Animate.Disabled = false
  1968. game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  1969. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  1970. game.Players.LocalPlayer.Character.Humanoid:EquipTool(v)
  1971. end
  1972. local function tp(player,player2)
  1973. local char1,char2=player.Character,player2.Character
  1974. if char1 and char2 then
  1975. char1:MoveTo(char2.Head.Position)
  1976. end
  1977. end
  1978. wait(0.1)
  1979. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  1980. wait(0.2)
  1981. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  1982. wait(0.5)
  1983. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
  1984. wait(0.7)
  1985. tp(game.Players.LocalPlayer,game.Players[v.Name])
  1986. wait(0.7)
  1987. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = NOW
  1988. game.StarterGui:SetCore("SendNotification", {
  1989. Title = "Tools needed!";
  1990. Text = "You need a tool in your backpack for this command!";
  1991. })
  1992. end
  1993. end
  1994. end
  1995. if string.sub(CMDBAR.Text, 1, 6) == ("bring ") then
  1996. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7)))do
  1997. local NOW = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  1998. game.Players.LocalPlayer.Character.Humanoid.Name = 1
  1999. local l = game.Players.LocalPlayer.Character["1"]:Clone()
  2000. l.Parent = game.Players.LocalPlayer.Character
  2001. l.Name = "Humanoid"
  2002. wait(0.1)
  2003. game.Players.LocalPlayer.Character["1"]:Destroy()
  2004. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  2005. game.Players.LocalPlayer.Character.Animate.Disabled = true
  2006. wait(0.1)
  2007. game.Players.LocalPlayer.Character.Animate.Disabled = false
  2008. game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  2009. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2010. game.Players.LocalPlayer.Character.Humanoid:EquipTool(v)
  2011. end
  2012. local function tp(player,player2)
  2013. local char1,char2=player.Character,player2.Character
  2014. if char1 and char2 then
  2015. char1.HumanoidRootPart.CFrame = char2.HumanoidRootPart.CFrame
  2016. end
  2017. end
  2018. local function getout(player,player2)
  2019. local char1,char2=player.Character,player2.Character
  2020. if char1 and char2 then
  2021. char1:MoveTo(char2.Head.Position)
  2022. end
  2023. end
  2024. tp(game.Players[v.Name], game.Players.LocalPlayer)
  2025. wait(0.2)
  2026. tp(game.Players[v.Name], game.Players.LocalPlayer)
  2027. wait(0.5)
  2028. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = NOW
  2029. wait(0.5)
  2030. getout(game.Players.LocalPlayer, game.Players[v.Name])
  2031. wait(0.3)
  2032. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = NOW
  2033. game.StarterGui:SetCore("SendNotification", {
  2034. Title = "Tools needed!";
  2035. Text = "You need a tool in your backpack for this command!";
  2036. })
  2037. end
  2038. end
  2039. if string.sub(CMDBAR.Text, 1, 5) == ("spin ") then
  2040. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  2041. game.Players.LocalPlayer.Character.Humanoid.Name = 1
  2042. local l = game.Players.LocalPlayer.Character["1"]:Clone()
  2043. l.Parent = game.Players.LocalPlayer.Character
  2044. l.Name = "Humanoid"
  2045. wait(0.1)
  2046. game.Players.LocalPlayer.Character["1"]:Destroy()
  2047. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  2048. game.Players.LocalPlayer.Character.Animate.Disabled = true
  2049. wait(0.1)
  2050. game.Players.LocalPlayer.Character.Animate.Disabled = false
  2051. game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  2052. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2053. game.Players.LocalPlayer.Character.Humanoid:EquipTool(v)
  2054. end
  2055. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character["Left Arm"].CFrame
  2056. spinplr = v
  2057. wait(0.5)
  2058. spin = true
  2059. game.StarterGui:SetCore("SendNotification", {
  2060. Title = "Tools needed!";
  2061. Text = "You need a tool in your backpack for this command!";
  2062. })
  2063. end
  2064. end
  2065. if string.sub(CMDBAR.Text, 1, 6) == ("unspin") then
  2066. spin = false
  2067. local function getout(player,player2)
  2068. local char1,char2=player.Character,player2.Character
  2069. if char1 and char2 then
  2070. char1:MoveTo(char2.Head.Position)
  2071. end
  2072. end
  2073. getout(game.Players.LocalPlayer, game.Players.LocalPlayer)
  2074. end
  2075. if string.sub(CMDBAR.Text, 1, 7) == ("attach ") then
  2076. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  2077. game.Players.LocalPlayer.Character.Humanoid.Name = 1
  2078. local l = game.Players.LocalPlayer.Character["1"]:Clone()
  2079. l.Parent = game.Players.LocalPlayer.Character
  2080. l.Name = "Humanoid"
  2081. wait(0.1)
  2082. game.Players.LocalPlayer.Character["1"]:Destroy()
  2083. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  2084. game.Players.LocalPlayer.Character.Animate.Disabled = true
  2085. wait(0.1)
  2086. game.Players.LocalPlayer.Character.Animate.Disabled = false
  2087. game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  2088. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2089. game.Players.LocalPlayer.Character.Humanoid:EquipTool(v)
  2090. end
  2091. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character["Left Arm"].CFrame
  2092. wait(0.3)
  2093. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character["Left Arm"].CFrame
  2094. attplr = v
  2095. game.StarterGui:SetCore("SendNotification", {
  2096. Title = "Tools needed!";
  2097. Text = "You need a tool in your backpack for this command!";
  2098. })
  2099. end
  2100. end
  2101. if string.sub(CMDBAR.Text, 1, 8) == ("unattach ") then
  2102. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 9))) do
  2103. local function getout(player,player2)
  2104. local char1,char2=player.Character,player2.Character
  2105. if char1 and char2 then
  2106. char1:MoveTo(char2.Head.Position)
  2107. end
  2108. end
  2109. getout(game.Players.LocalPlayer, game.Players[v.Name])
  2110. end
  2111. end
  2112. if string.sub(CMDBAR.Text, 1, 7) == ("follow ") then
  2113. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  2114. followed = true
  2115. flwplr = v
  2116. end
  2117. end
  2118. if string.sub(CMDBAR.Text, 1, 8) == ("unfollow") then
  2119. followed = false
  2120. end
  2121. if string.sub(CMDBAR.Text, 1, 9) == ("freefall ") then
  2122. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
  2123. local NOW = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  2124. game.Players.LocalPlayer.Character.Humanoid.Name = 1
  2125. local l = game.Players.LocalPlayer.Character["1"]:Clone()
  2126. l.Parent = game.Players.LocalPlayer.Character
  2127. l.Name = "Humanoid"
  2128. wait(0.1)
  2129. game.Players.LocalPlayer.Character["1"]:Destroy()
  2130. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  2131. game.Players.LocalPlayer.Character.Animate.Disabled = true
  2132. wait(0.1)
  2133. game.Players.LocalPlayer.Character.Animate.Disabled = false
  2134. game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  2135. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2136. game.Players.LocalPlayer.Character.Humanoid:EquipTool(v)
  2137. end
  2138. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  2139. wait(0.2)
  2140. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  2141. wait(0.6)
  2142. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = NOW
  2143. wait(0.6)
  2144. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,50000,0)
  2145. game.StarterGui:SetCore("SendNotification", {
  2146. Title = "Tools needed!";
  2147. Text = "You need a tool in your backpack for this command!";
  2148. })
  2149. end
  2150. end
  2151. if string.sub(CMDBAR.Text, 1, 6) == ("trail ") then
  2152. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  2153. traill = true
  2154. trlplr = v
  2155. end
  2156. end
  2157. if string.sub(CMDBAR.Text, 1, 7) == ("untrail") then
  2158. traill = false
  2159. end
  2160. if string.sub(CMDBAR.Text, 1, 6) == ("orbit ") then
  2161. if string.sub(CMDBAR.Text, 7) == "all" or string.sub(CMDBAR.Text, 7) == "others" or string.sub(CMDBAR.Text, 7) == "me" then
  2162. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  2163. else
  2164. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  2165. local o = Instance.new("RocketPropulsion")
  2166. o.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  2167. o.Name = "Orbit"
  2168. o.Target = game.Players[v.Name].Character.HumanoidRootPart
  2169. o:Fire()
  2170. noclip = true
  2171. end
  2172. end
  2173. end
  2174. if string.sub(CMDBAR.Text, 1, 7) == ("unorbit") then
  2175. game.Players.LocalPlayer.Character.HumanoidRootPart.Orbit:Destroy()
  2176. noclip = false
  2177. end
  2178. if string.sub(CMDBAR.Text, 1, 6) == ("fling ") then
  2179. if string.sub(CMDBAR.Text, 7) == "all" or string.sub(CMDBAR.Text, 7) == "others" or string.sub(CMDBAR.Text, 7) == "me" then
  2180. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  2181. else
  2182. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  2183. local y = Instance.new("RocketPropulsion")
  2184. y.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  2185. y.CartoonFactor = 1
  2186. y.MaxThrust = 500000
  2187. y.MaxSpeed = 1000
  2188. y.ThrustP = 100000
  2189. y.Name = "Fling"
  2190. game.Workspace.CurrentCamera.CameraSubject = game.Players[v.Name].Character.Head
  2191. y.Target = game.Players[v.Name].Character.HumanoidRootPart
  2192. y:Fire()
  2193. noclip = true
  2194. end
  2195. end
  2196. end
  2197. if string.sub(CMDBAR.Text, 1, 7) == ("unfling") then
  2198. noclip = false
  2199. game.Players.LocalPlayer.Character.HumanoidRootPart.Fling:Destroy()
  2200. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character.Head
  2201. wait(0.4)
  2202. game.Players.LocalPlayer.Character.HumanoidRootPart.Fling:Destroy()
  2203. end
  2204. if string.sub(CMDBAR.Text, 1, 7) == ("fecheck") then
  2205. if game.Workspace.FilteringEnabled == true then
  2206. warn("FE is Enabled (Filtering Enabled)")
  2207. game.StarterGui:SetCore("SendNotification", {
  2208. Title = "FE is Enabled";
  2209. Text = "Filtering Enabled. Enjoy using Reviz Admin!";
  2210. })
  2211. else
  2212. warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
  2213. game.StarterGui:SetCore("SendNotification", {
  2214. Title = "FE is Disabled";
  2215. Text = "Filtering Disabled. Consider using a different admin script.";
  2216. })
  2217. end
  2218. end
  2219. if string.sub(CMDBAR.Text, 1, 5) == ("void ") then
  2220. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  2221. game.Players.LocalPlayer.Character.Humanoid.Name = 1
  2222. local l = game.Players.LocalPlayer.Character["1"]:Clone()
  2223. l.Parent = game.Players.LocalPlayer.Character
  2224. l.Name = "Humanoid"
  2225. wait(0.1)
  2226. game.Players.LocalPlayer.Character["1"]:Destroy()
  2227. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  2228. game.Players.LocalPlayer.Character.Animate.Disabled = true
  2229. wait(0.1)
  2230. game.Players.LocalPlayer.Character.Animate.Disabled = false
  2231. game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  2232. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2233. game.Players.LocalPlayer.Character.Humanoid:EquipTool(v)
  2234. end
  2235. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  2236. wait(0.2)
  2237. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  2238. wait(0.6)
  2239. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(999999999999999,0,999999999999999)
  2240. game.StarterGui:SetCore("SendNotification", {
  2241. Title = "Tools needed!";
  2242. Text = "You need a tool in your backpack for this command!";
  2243. })
  2244. end
  2245. end
  2246. if string.sub(CMDBAR.Text, 1, 6) == ("noclip") then
  2247. noclip = true
  2248. game.StarterGui:SetCore("SendNotification", {
  2249. Title = "Noclip enabled";
  2250. Text = "Type ;clip to disable";
  2251. })
  2252. end
  2253. if string.sub(CMDBAR.Text, 1, 4) == ("clip") then
  2254. noclip = false
  2255. game.StarterGui:SetCore("SendNotification", {
  2256. Title = "Noclip disabled";
  2257. Text = "Type ;noclip to enable";
  2258. })
  2259. end
  2260. if string.sub(CMDBAR.Text, 1, 6) == ("speed ") then
  2261. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = (string.sub(CMDBAR.Text, 7))
  2262. end
  2263. if string.sub(CMDBAR.Text, 1, 3) == ("ws ") then
  2264. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = (string.sub(CMDBAR.Text, 4))
  2265. end
  2266. if string.sub(CMDBAR.Text, 1, 10) == ("hipheight ") then
  2267. game.Players.LocalPlayer.Character.Humanoid.HipHeight = (string.sub(CMDBAR.Text, 11))
  2268. end
  2269. if string.sub(CMDBAR.Text, 1, 3) == ("hh ") then
  2270. game.Players.LocalPlayer.Character.Humanoid.HipHeight = (string.sub(CMDBAR.Text, 4))
  2271. end
  2272. if string.sub(CMDBAR.Text, 1, 10) == ("jumppower ") then
  2273. game.Players.LocalPlayer.Character.Humanoid.JumpPower = (string.sub(CMDBAR.Text, 11))
  2274. end
  2275. if string.sub(CMDBAR.Text, 1, 3) == ("jp ") then
  2276. game.Players.LocalPlayer.Character.Humanoid.JumpPower = (string.sub(CMDBAR.Text, 4))
  2277. end
  2278. if string.sub(CMDBAR.Text, 1, 7) == ("default") then
  2279. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50
  2280. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
  2281. game.Players.LocalPlayer.Character.Humanoid.HipHeight = 0
  2282. end
  2283. if string.sub(CMDBAR.Text, 1, 6) == ("annoy ") then
  2284. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  2285. annoying = true
  2286. annplr = v
  2287. end
  2288. end
  2289. if string.sub(CMDBAR.Text, 1, 7) == ("unannoy") then
  2290. annoying = false
  2291. end
  2292. if string.sub(CMDBAR.Text, 1, 9) == ("headwalk ") then
  2293. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
  2294. hwalk = true
  2295. hdwplr = v
  2296. end
  2297. end
  2298. if string.sub(CMDBAR.Text, 1, 10) == ("unheadwalk") then
  2299. hwalk = false
  2300. end
  2301. if string.sub(CMDBAR.Text, 1, 7) == ("nolimbs") then
  2302. game.Players.LocalPlayer.Character["Left Leg"]:Destroy()
  2303. game.Players.LocalPlayer.Character["Left Arm"]:Destroy()
  2304. game.Players.LocalPlayer.Character["Right Leg"]:Destroy()
  2305. game.Players.LocalPlayer.Character["Right Arm"]:Destroy()
  2306. end
  2307. if string.sub(CMDBAR.Text, 1, 3) == ("god") then
  2308. game.Players.LocalPlayer.Character.Humanoid.Name = 1
  2309. local l = game.Players.LocalPlayer.Character["1"]:Clone()
  2310. l.Parent = game.Players.LocalPlayer.Character
  2311. l.Name = "Humanoid"
  2312. wait(0.1)
  2313. game.Players.LocalPlayer.Character["1"]:Destroy()
  2314. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  2315. game.Players.LocalPlayer.Character.Animate.Disabled = true
  2316. wait(0.1)
  2317. game.Players.LocalPlayer.Character.Animate.Disabled = false
  2318. game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  2319. game.StarterGui:SetCore("SendNotification", {
  2320. Title = "FE Godmode enabled";
  2321. Text = "Use ;kill me OR ;respawn to reset";
  2322. })
  2323. end
  2324. if string.sub(CMDBAR.Text, 1, 8) == ("drophats") then
  2325. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  2326. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  2327. v.Parent = workspace
  2328. end
  2329. end
  2330. end
  2331. if string.sub(CMDBAR.Text, 1, 8) == ("droptool") then
  2332. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  2333. if (v:IsA("Tool")) then
  2334. v.Parent = workspace
  2335. end
  2336. end
  2337. end
  2338. if string.sub(CMDBAR.Text, 1, 9) == ("loopdhats") then
  2339. droppinghats = true
  2340. game.StarterGui:SetCore("SendNotification", {
  2341. Title = "Loop Drop Enabled";
  2342. Text = "Type ;unloopdhats to disable";
  2343. })
  2344. end
  2345. if string.sub(CMDBAR.Text, 1, 11) == ("unloopdhats") then
  2346. droppinghats = false
  2347. game.StarterGui:SetCore("SendNotification", {
  2348. Title = "Loop Drop Disabled";
  2349. Text = "Type ;loopdhats to enable.";
  2350. })
  2351. end
  2352. if string.sub(CMDBAR.Text, 1, 9) == ("loopdtool") then
  2353. droppingtools = true
  2354. game.StarterGui:SetCore("SendNotification", {
  2355. Title = "Loop Drop Enabled";
  2356. Text = "Type ;unloopdtool to disable";
  2357. })
  2358. end
  2359. if string.sub(CMDBAR.Text, 1, 11) == ("unloopdtool") then
  2360. droppingtools = false
  2361. game.StarterGui:SetCore("SendNotification", {
  2362. Title = "Loop Drop Disabled";
  2363. Text = "Type ;loopdtool to enable.";
  2364. })
  2365. end
  2366. if string.sub(CMDBAR.Text, 1, 9) == ("invisible") then -- Credit to Timeless
  2367. Local = game:GetService('Players').LocalPlayer
  2368. Char = Local.Character
  2369. touched,tpdback = false, false
  2370. box = Instance.new('Part',workspace)
  2371. box.Anchored = true
  2372. box.CanCollide = true
  2373. box.Size = Vector3.new(10,1,10)
  2374. box.Position = Vector3.new(0,10000,0)
  2375. box.Touched:connect(function(part)
  2376. if (part.Parent.Name == Local.Name) then
  2377. if touched == false then
  2378. touched = true
  2379. function apply()
  2380. if script.Disabled ~= true then
  2381. no = Char.HumanoidRootPart:Clone()
  2382. wait(.25)
  2383. Char.HumanoidRootPart:Destroy()
  2384. no.Parent = Char
  2385. Char:MoveTo(loc)
  2386. touched = false
  2387. end end
  2388. if Char then
  2389. apply()
  2390. end
  2391. end
  2392. end
  2393. end)
  2394. repeat wait() until Char
  2395. loc = Char.HumanoidRootPart.Position
  2396. Char:MoveTo(box.Position + Vector3.new(0,.5,0))
  2397. game.StarterGui:SetCore("SendNotification", {
  2398. Title = "Invisibility enabled!";
  2399. Text = "Reset or use ;respawn to remove.";
  2400. })
  2401. end
  2402. if string.sub(CMDBAR.Text, 1, 5) == ("view ") then
  2403. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  2404. game.Workspace.CurrentCamera.CameraSubject = game.Players[v.Name].Character.Head
  2405. end
  2406. end
  2407. if string.sub(CMDBAR.Text, 1, 6) == ("unview") then
  2408. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character.Head
  2409. end
  2410. if string.sub(CMDBAR.Text, 1, 5) == ("goto ") then
  2411. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  2412. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  2413. end
  2414. end
  2415. if string.sub(CMDBAR.Text, 1, 3) == ("fly") then
  2416. flying = true
  2417. repeat wait()
  2418. until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:findFirstChild("Torso") and game.Players.LocalPlayer.Character:findFirstChild("Humanoid")
  2419. local mouse = game.Players.LocalPlayer:GetMouse()
  2420. repeat wait() until mouse
  2421. local plr = game.Players.LocalPlayer
  2422. local torso = plr.Character.Torso
  2423. local deb = true
  2424. local ctrl = {f = 0, b = 0, l = 0, r = 0}
  2425. local lastctrl = {f = 0, b = 0, l = 0, r = 0}
  2426. local maxspeed = 80
  2427. local speed = 0
  2428.  
  2429. function FlyFunction()
  2430. local bg = Instance.new("BodyGyro", torso)
  2431. bg.P = 9e4
  2432. bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  2433. bg.cframe = torso.CFrame
  2434. local bv = Instance.new("BodyVelocity", torso)
  2435. bv.velocity = Vector3.new(0,0.1,0)
  2436. bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
  2437. repeat wait()
  2438. plr.Character.Humanoid.PlatformStand = true
  2439. if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
  2440. speed = speed+.5+(speed/maxspeed)
  2441. if speed > maxspeed then
  2442. speed = maxspeed
  2443. end
  2444. elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
  2445. speed = speed-1
  2446. if speed < 0 then
  2447. speed = 0
  2448. end
  2449. end
  2450. if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
  2451. bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (ctrl.f+ctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(ctrl.l+ctrl.r,(ctrl.f+ctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
  2452. lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
  2453. elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
  2454. bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (lastctrl.f+lastctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(lastctrl.l+lastctrl.r,(lastctrl.f+lastctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
  2455. else
  2456. bv.velocity = Vector3.new(0,0.1,0)
  2457. end
  2458. bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
  2459. until not flying
  2460. ctrl = {f = 0, b = 0, l = 0, r = 0}
  2461. lastctrl = {f = 0, b = 0, l = 0, r = 0}
  2462. speed = 0
  2463. bg:Destroy()
  2464. bv:Destroy()
  2465. plr.Character.Humanoid.PlatformStand = false
  2466. end
  2467. mouse.KeyDown:connect(function(key)
  2468. if key:lower() == "w" then
  2469. ctrl.f = 1
  2470. elseif key:lower() == "s" then
  2471. ctrl.b = -1
  2472. elseif key:lower() == "a" then
  2473. ctrl.l = -1
  2474. elseif key:lower() == "d" then
  2475. ctrl.r = 1
  2476. end
  2477. end)
  2478. mouse.KeyUp:connect(function(key)
  2479. if key:lower() == "w" then
  2480. ctrl.f = 0
  2481. elseif key:lower() == "s" then
  2482. ctrl.b = 0
  2483. elseif key:lower() == "a" then
  2484. ctrl.l = 0
  2485. elseif key:lower() == "d" then
  2486. ctrl.r = 0
  2487. end
  2488. end)
  2489. FlyFunction()
  2490. end
  2491. if string.sub(CMDBAR.Text, 1, 5) == ("unfly") then
  2492. flying = false
  2493. end
  2494. if string.sub(CMDBAR.Text, 1, 5) == ("chat ") then
  2495. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer((string.sub(CMDBAR.Text, 6)), "All")
  2496. end
  2497. if string.sub(CMDBAR.Text, 1, 5) == ("spam ") then
  2498. spamtext = (string.sub(CMDBAR.Text, 6))
  2499. spamming = true
  2500. end
  2501. if string.sub(CMDBAR.Text, 1, 6) == ("unspam") then
  2502. spamming = false
  2503. end
  2504. if string.sub(CMDBAR.Text, 1, 9) == ("spamwait ") then
  2505. spamdelay = (string.sub(CMDBAR.Text, 10))
  2506. end
  2507. if string.sub(CMDBAR.Text, 1, 7) == ("pmspam ") then
  2508. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  2509. pmspammed = v.Name
  2510. spammingpm = true
  2511. end
  2512. end
  2513. if string.sub(CMDBAR.Text, 1, 8) == ("unpmspam") then
  2514. spammingpm = false
  2515. end
  2516. if string.sub(CMDBAR.Text, 1, 8) == ("cfreeze ") then
  2517. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 9))) do
  2518. v.Character["Left Leg"].Anchored = true
  2519. v.Character["Left Arm"].Anchored = true
  2520. v.Character["Right Leg"].Anchored = true
  2521. v.Character["Right Arm"].Anchored = true
  2522. v.Character.Torso.Anchored = true
  2523. v.Character.Head.Anchored = true
  2524. end
  2525. end
  2526. if string.sub(CMDBAR.Text, 1, 10) == ("uncfreeze ") then
  2527. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 11))) do
  2528. v.Character["Left Leg"].Anchored = false
  2529. v.Character["Left Arm"].Anchored = false
  2530. v.Character["Right Leg"].Anchored = false
  2531. v.Character["Right Arm"].Anchored = false
  2532. v.Character.Torso.Anchored = false
  2533. v.Character.Head.Anchored = false
  2534. end
  2535. end
  2536. if string.sub(CMDBAR.Text, 1, 8) == ("unlockws") then
  2537. local a = game.Workspace:getChildren()
  2538. for i = 1, #a do
  2539. if a[i].className == "Part" then
  2540. a[i].Locked = false
  2541. elseif a[i].className == "Model" then
  2542. local r = a[i]:getChildren()
  2543. for i = 1, #r do
  2544. if r[i].className == "Part" then
  2545. r[i].Locked = false
  2546. end
  2547. end
  2548. end
  2549. end
  2550. game.StarterGui:SetCore("SendNotification", {
  2551. Title = "Success!";
  2552. Text = "Workspace unlocked. Use ;lockws to lock.";
  2553. })
  2554. end
  2555. if string.sub(CMDBAR.Text, 1, 6) == ("lockws") then
  2556. local a = game.Workspace:getChildren()
  2557. for i = 1, #a do
  2558. if a[i].className == "Part" then
  2559. a[i].Locked = true
  2560. elseif a[i].className == "Model" then
  2561. local r = a[i]:getChildren()
  2562. for i = 1, #r do
  2563. if r[i].className == "Part" then
  2564. r[i].Locked = true
  2565. end
  2566. end
  2567. end
  2568. end
  2569. end
  2570. if string.sub(CMDBAR.Text, 1, 6) == ("btools") then
  2571. local Clone_T = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  2572. Clone_T.BinType = "Clone"
  2573. local Destruct = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  2574. Destruct.BinType = "Hammer"
  2575. local Hold_T = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  2576. Hold_T.BinType = "Grab"
  2577. end
  2578. if string.sub(CMDBAR.Text, 1, 6) == ("pstand") then
  2579. game.Players.LocalPlayer.Character.Humanoid.PlatformStand = true
  2580. end
  2581. if string.sub(CMDBAR.Text, 1, 8) == ("unpstand") then
  2582. game.Players.LocalPlayer.Character.Humanoid.PlatformStand = false
  2583. end
  2584. if string.sub(CMDBAR.Text, 1, 9) == ("blockhead") then
  2585. game.Players.LocalPlayer.Character.Head.Mesh:Destroy()
  2586. end
  2587. if string.sub(CMDBAR.Text, 1, 3) == ("sit") then
  2588. game.Players.LocalPlayer.Character.Humanoid.Sit = true
  2589. end
  2590. if string.sub(CMDBAR.Text, 1, 9) == ("bringobj ") then
  2591. local function bringobjw()
  2592. for i,obj in ipairs(game.Workspace:GetDescendants()) do
  2593. if obj.Name == (string.sub(CMDBAR.Text, 10)) then
  2594. obj.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  2595. obj.CanCollide = false
  2596. obj.Transparency = 0.7
  2597. wait()
  2598. obj.CFrame = game.Players.LocalPlayer.Character["Left Leg"].CFrame
  2599. wait()
  2600. obj.CFrame = game.Players.LocalPlayer.Character["Right Leg"].CFrame
  2601. wait()
  2602. obj.CFrame = game.Players.LocalPlayer.Character["Head"].CFrame
  2603. end
  2604. end
  2605. end
  2606. while wait() do
  2607. bringobjw()
  2608. end
  2609. game.StarterGui:SetCore("SendNotification", {
  2610. Title = "BringObj";
  2611. Text = "BringObj enabled.";
  2612. })
  2613. end
  2614. if string.sub(CMDBAR.Text, 1, 6) == ("wsvis ") then
  2615. vis = (string.sub(CMDBAR.Text, 7))
  2616. local a = game.Workspace:GetDescendants()
  2617. for i = 1, #a do
  2618. if a[i].className == "Part" then
  2619. a[i].Transparency = vis
  2620. elseif a[i].className == "Model" then
  2621. local r = a[i]:getChildren()
  2622. for i = 1, #r do
  2623. if r[i].className == "Part" then
  2624. r[i].Transparency = vis
  2625. end
  2626. end
  2627. end
  2628. end
  2629. end
  2630. if string.sub(CMDBAR.Text, 1, 10) == ("hypertotal") then
  2631. loadstring(game:GetObjects("rbxassetid://1255063809")[1].Source)()
  2632. game.StarterGui:SetCore("SendNotification", {
  2633. Title = "Success!";
  2634. Text = "HyperTotal GUI Loaded!";
  2635. })
  2636. end
  2637. if string.sub(CMDBAR.Text, 1, 4) == ("cmds") then
  2638. CMDSFRAME.Visible = true
  2639. end
  2640. if string.sub(CMDBAR.Text, 1, 9) == ("rmeshhats") then
  2641. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  2642. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  2643. v.Handle.Mesh:Destroy()
  2644. end
  2645. end
  2646. end
  2647. if string.sub(CMDBAR.Text, 1, 9) == ("blockhats") then
  2648. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  2649. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  2650. v.Handle.Mesh:Destroy()
  2651. end
  2652. end
  2653. end
  2654. if string.sub(CMDBAR.Text, 1, 9) == ("rmeshtool") then
  2655. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  2656. if (v:IsA("Tool")) then
  2657. v.Handle.Mesh:Destroy()
  2658. end
  2659. end
  2660. end
  2661. if string.sub(CMDBAR.Text, 1, 9) == ("blocktool") then
  2662. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  2663. if (v:IsA("Tool")) then
  2664. v.Handle.Mesh:Destroy()
  2665. end
  2666. end
  2667. end
  2668. if string.sub(CMDBAR.Text, 1, 7) == ("spinner") then
  2669. local p = Instance.new("RocketPropulsion")
  2670. p.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  2671. p.Name = "Spinner"
  2672. p.Target = game.Players.LocalPlayer.Character["Left Arm"]
  2673. p:Fire()
  2674. game.StarterGui:SetCore("SendNotification", {
  2675. Title = "Spinner enabled";
  2676. Text = "Type ;nospinner to disable.";
  2677. })
  2678. end
  2679. if string.sub(CMDBAR.Text, 1, 9) == ("nospinner") then
  2680. game.Players.LocalPlayer.Character.HumanoidRootPart.Spinner:Destroy()
  2681. end
  2682. if string.sub(CMDBAR.Text, 1, 6) == ("reachd") then
  2683. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  2684. if v:isA("Tool") then
  2685. local a = Instance.new("SelectionBox",v.Handle)
  2686. a.Adornee = v.Handle
  2687. v.Handle.Size = Vector3.new(0.5,0.5,60)
  2688. v.GripPos = Vector3.new(0,0,0)
  2689. game.Players.LocalPlayer.Character.Humanoid:UnequipTools()
  2690. end
  2691. end
  2692. game.StarterGui:SetCore("SendNotification", {
  2693. Title = "Reach applied!";
  2694. Text = "Applied to equipped sword. Use ;noreach to disable.";
  2695. })
  2696. end
  2697. if string.sub(CMDBAR.Text, 1, 6) == ("reach ") then
  2698. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  2699. if v:isA("Tool") then
  2700. local a = Instance.new("SelectionBox",v.Handle)
  2701. a.Name = "Reach"
  2702. a.Adornee = v.Handle
  2703. v.Handle.Size = Vector3.new(0.5,0.5,(string.sub(CMDBAR.Text, 7)))
  2704. v.GripPos = Vector3.new(0,0,0)
  2705. game.Players.LocalPlayer.Character.Humanoid:UnequipTools()
  2706. end
  2707. end
  2708. game.StarterGui:SetCore("SendNotification", {
  2709. Title = "Reach applied!";
  2710. Text = "Applied to equipped sword. Use ;noreach to disable.";
  2711. })
  2712. end
  2713. if string.sub(CMDBAR.Text, 1, 7) == ("noreach") then
  2714. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  2715. if v:isA("Tool") then
  2716. v.Handle.Reach:Destroy()
  2717. end
  2718. end
  2719. game.StarterGui:SetCore("SendNotification", {
  2720. Title = "Reach removed!";
  2721. Text = "Removed reach from equipped sword.";
  2722. })
  2723. end
  2724. if string.sub(CMDBAR.Text, 1, 6) == ("rkill ") then
  2725. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7)))do
  2726. game.Players.LocalPlayer.Character.Humanoid.Name = 1
  2727. local l = game.Players.LocalPlayer.Character["1"]:Clone()
  2728. l.Parent = game.Players.LocalPlayer.Character
  2729. l.Name = "Humanoid"
  2730. wait(0.1)
  2731. game.Players.LocalPlayer.Character["1"]:Destroy()
  2732. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  2733. game.Players.LocalPlayer.Character.Animate.Disabled = true
  2734. wait(0.1)
  2735. game.Players.LocalPlayer.Character.Animate.Disabled = false
  2736. game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  2737. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2738. game.Players.LocalPlayer.Character.Humanoid:EquipTool(v)
  2739. end
  2740. wait(0.1)
  2741. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  2742. wait(0.2)
  2743. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  2744. wait(0.5)
  2745. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
  2746. game.StarterGui:SetCore("SendNotification", {
  2747. Title = "Tools needed!";
  2748. Text = "You need a tool in your backpack for this command!";
  2749. })
  2750. end
  2751. end
  2752. if string.sub(CMDBAR.Text, 1, 6) == ("tp me ") then
  2753. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  2754. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  2755. end
  2756. end
  2757. if string.sub(CMDBAR.Text, 1, 7) == ("cbring ") then
  2758. if (string.sub(CMDBAR.Text, 8)) == "all" or (string.sub(CMDBAR.Text, 8)) == "All" or (string.sub(CMDBAR.Text, 8)) == "ALL" then
  2759. cbringall = true
  2760. else
  2761. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  2762. brplr = v.Name
  2763. end
  2764. end
  2765. cbring = true
  2766. end
  2767. if string.sub(CMDBAR.Text, 1, 8) == ("uncbring") then
  2768. cbring = false
  2769. cbringall = false
  2770. end
  2771. if string.sub(CMDBAR.Text, 1, 5) == ("swap ") then
  2772. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  2773. local NOWPLR = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  2774. local NOW = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  2775. game.Players.LocalPlayer.Character.Humanoid.Name = 1
  2776. local l = game.Players.LocalPlayer.Character["1"]:Clone()
  2777. l.Parent = game.Players.LocalPlayer.Character
  2778. l.Name = "Humanoid"
  2779. wait(0.1)
  2780. game.Players.LocalPlayer.Character["1"]:Destroy()
  2781. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  2782. game.Players.LocalPlayer.Character.Animate.Disabled = true
  2783. wait(0.1)
  2784. game.Players.LocalPlayer.Character.Animate.Disabled = false
  2785. game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  2786. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2787. game.Players.LocalPlayer.Character.Humanoid:EquipTool(v)
  2788. end
  2789. local function tp(player,player2)
  2790. local char1,char2=player.Character,player2.Character
  2791. if char1 and char2 then
  2792. char1:MoveTo(char2.Head.Position)
  2793. end
  2794. end
  2795. wait(0.1)
  2796. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  2797. wait(0.2)
  2798. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  2799. wait(0.5)
  2800. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = NOW
  2801. wait(0.6)
  2802. tp(game.Players.LocalPlayer, game.Players[v.Name])
  2803. wait(0.4)
  2804. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = NOWPLR
  2805. game.StarterGui:SetCore("SendNotification", {
  2806. Title = "Tools needed!";
  2807. Text = "You need a tool in your backpack for this command!";
  2808. })
  2809. end
  2810. end
  2811. if string.sub(CMDBAR.Text, 1, 8) == ("givetool") then
  2812. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 9))) do
  2813. for i,tool in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  2814. if (tool:IsA("Tool")) then
  2815. tool.Parent = game.Workspace[v.Name]
  2816. end
  2817. end
  2818. end
  2819. end
  2820. if string.sub(CMDBAR.Text, 1, 7) == ("glitch ") then
  2821. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  2822. game.Players.LocalPlayer.Character.Humanoid.Name = 1
  2823. local l = game.Players.LocalPlayer.Character["1"]:Clone()
  2824. l.Parent = game.Players.LocalPlayer.Character
  2825. l.Name = "Humanoid"
  2826. wait(0.1)
  2827. game.Players.LocalPlayer.Character["1"]:Destroy()
  2828. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  2829. game.Players.LocalPlayer.Character.Animate.Disabled = true
  2830. wait(0.1)
  2831. game.Players.LocalPlayer.Character.Animate.Disabled = false
  2832. game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  2833. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2834. game.Players.LocalPlayer.Character.Humanoid:EquipTool(v)
  2835. end
  2836. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character["Left Arm"].CFrame
  2837. wait(0.3)
  2838. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character["Left Arm"].CFrame
  2839. wait(0.4)
  2840. b = Instance.new("BodyForce")
  2841. b.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  2842. b.Name = "Glitch"
  2843. b.Force = Vector3.new(100000000,5000,0)
  2844. game.StarterGui:SetCore("SendNotification", {
  2845. Title = "Tools needed!";
  2846. Text = "You need a tool in your backpack for this command!";
  2847. })
  2848. end
  2849. end
  2850. if string.sub(CMDBAR.Text, 1, 8) == ("unglitch") then
  2851. game.Players.LocalPlayer.Character.HumanoidRootPart.Glitch:Destroy()
  2852. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(10000,0,10000)
  2853. b = Instance.new("BodyForce")
  2854. b.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  2855. b.Name = "unGlitch"
  2856. b.Force = Vector3.new(0,-5000000,0)
  2857. wait(2)
  2858. game.Players.LocalPlayer.Character.HumanoidRootPart.unGlitch:Destroy()
  2859. end
  2860. if string.sub(CMDBAR.Text, 1, 8) == ("grespawn") then
  2861. game.Players.LocalPlayer.Character.Humanoid.Health = 0
  2862. wait(1)
  2863. game.Players.LocalPlayer.Character.Head.CFrame = CFrame.new(1000000,0,1000000)
  2864. game.Players.LocalPlayer.Character.Torso.CFrame = CFrame.new(1000000,0,1000000)
  2865. end
  2866. if string.sub(CMDBAR.Text, 1, 8) == ("explorer") then
  2867. loadstring(game:GetObjects("rbxassetid://492005721")[1].Source)()
  2868. game.StarterGui:SetCore("SendNotification", {
  2869. Title = "Success!";
  2870. Text = "DEX Explorer has loaded.";
  2871. })
  2872. end
  2873. if string.sub(CMDBAR.Text, 1, 5) == ("anim ") then
  2874. local Anim = Instance.new("Animation")
  2875. Anim.AnimationId = "rbxassetid://"..(string.sub(CMDBAR.Text, 6))
  2876. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  2877. track:Play(.1, 1, 1)
  2878. end
  2879. if string.sub(CMDBAR.Text, 1, 7) == ("animgui") then
  2880. loadstring(game:GetObjects("rbxassetid://1202558084")[1].Source)()
  2881. game.StarterGui:SetCore("SendNotification", {
  2882. Title = "Success!";
  2883. Text = "Energize Animations GUI has loaded.";
  2884. })
  2885. end
  2886. if string.sub(CMDBAR.Text, 1, 7) == ("savepos") then
  2887. saved = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  2888. game.StarterGui:SetCore("SendNotification", {
  2889. Title = "Position Saved";
  2890. Text = "Use ;loadpos to return to saved position.";
  2891. })
  2892. end
  2893. if string.sub(CMDBAR.Text, 1, 7) == ("loadpos") then
  2894. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = saved
  2895. end
  2896. if string.sub(CMDBAR.Text, 1, 5) == ("bang ") then
  2897. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  2898. local Anim2 = Instance.new("Animation")
  2899. Anim2.AnimationId = "rbxassetid://148840371"
  2900. local track2 = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim2)
  2901. track2:Play(.1, 1, 1)
  2902. bplrr = v.Name
  2903. banpl = true
  2904. end
  2905. end
  2906. if string.sub(CMDBAR.Text, 1, 6) == ("unbang") then
  2907. banpl = false
  2908. end
  2909. if string.sub(CMDBAR.Text, 1, 9) == ("bringmod ") then
  2910. local function bringmodw()
  2911. for i,obj in ipairs(game.Workspace:GetDescendants()) do
  2912. if obj.Name == (string.sub(CMDBAR.Text, 10)) then
  2913. for i,ch in pairs(obj:GetDescendants()) do
  2914. if (ch:IsA("BasePart")) then
  2915. ch.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  2916. ch.CanCollide = false
  2917. ch.Transparency = 0.7
  2918. wait()
  2919. ch.CFrame = game.Players.LocalPlayer.Character["Left Leg"].CFrame
  2920. wait()
  2921. ch.CFrame = game.Players.LocalPlayer.Character["Right Leg"].CFrame
  2922. wait()
  2923. ch.CFrame = game.Players.LocalPlayer.Character["Head"].CFrame
  2924. end
  2925. end
  2926. end
  2927. end
  2928. end
  2929. while wait() do
  2930. bringmodw()
  2931. end
  2932. game.StarterGui:SetCore("SendNotification", {
  2933. Title = "BringMod";
  2934. Text = "BringMod enabled.";
  2935. })
  2936. end
  2937. if string.sub(CMDBAR.Text, 1, 7) == ("respawn") then
  2938. local mod = Instance.new('Model', workspace) mod.Name = 're '..game.Players.LocalPlayer.Name
  2939. local hum = Instance.new('Humanoid', mod)
  2940. local ins = Instance.new('Part', mod) ins.Name = 'Torso' ins.CanCollide = false ins.Transparency = 1
  2941. game.Players.LocalPlayer.Character = mod
  2942. end
  2943. if string.sub(CMDBAR.Text, 1, 8) == ("shutdown") then
  2944. game:GetService'RunService'.Stepped:Connect(function()
  2945. pcall(function()
  2946. for i,v in pairs(game:GetService'Players':GetPlayers()) do
  2947. if v.Character ~= nil and v.Character:FindFirstChild'Head' then
  2948. for _,x in pairs(v.Character.Head:GetChildren()) do
  2949. if x:IsA'Sound' then x.Playing = true x.CharacterSoundEvent:FireServer(true, true) end
  2950. end
  2951. end
  2952. end
  2953. end)
  2954. end)
  2955. game.StarterGui:SetCore("SendNotification", {
  2956. Title = "Attempting Shutdown";
  2957. Text = "Shutdown Attempt has begun.";
  2958. })
  2959. end
  2960. if string.sub(CMDBAR.Text, 1, 7) == ("delobj ") then
  2961. objtodel = (string.sub(CMDBAR.Text, 8))
  2962. delobject()
  2963. end
  2964. if string.sub(CMDBAR.Text, 1, 7) == ("getplrs") then
  2965. for i,v in pairs(game:GetService("Players"):GetChildren())do
  2966. print(v)
  2967. end
  2968. game.StarterGui:SetCore("SendNotification", {
  2969. Title = "Printed";
  2970. Text = "Players have been printed to console. (F9)";
  2971. })
  2972. end
  2973. if string.sub(CMDBAR.Text, 1, 8) == ("deldecal") then
  2974. for i,v in pairs(game.Workspace:GetDescendants())do
  2975. if (v:IsA("Decal")) then
  2976. v:Destroy()
  2977. end
  2978. end
  2979. end
  2980. if string.sub(CMDBAR.Text, 1, 10) == ("opfinality") then
  2981. loadstring(game:GetObjects("rbxassetid://1294358929")[1].Source)()
  2982. game.StarterGui:SetCore("SendNotification", {
  2983. Title = "Success!";
  2984. Text = "OpFinality GUI has loaded.";
  2985. })
  2986. end
  2987. if string.sub(CMDBAR.Text, 1, 7) == ("remotes") then
  2988. remotes = true
  2989. added = true
  2990. game.DescendantAdded:connect(function(rmt)
  2991. if added == true then
  2992. if remotes == true then
  2993. if rmt:IsA("RemoteEvent") then
  2994. print("A RemoteEvent was added!")
  2995. print(" game." .. rmt:GetFullName() .. " | RemoteEvent")
  2996. print(" game." .. rmt:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  2997. end end end
  2998. end)
  2999. game.DescendantAdded:connect(function(rmtfnctn)
  3000. if added == true then
  3001. if remotes == true then
  3002. if rmtfnctn:IsA("RemoteFunction") then
  3003. warn("A RemoteFunction was added!")
  3004. warn(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction")
  3005. print(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  3006. end end end
  3007. end)
  3008.  
  3009. game.DescendantAdded:connect(function(bndfnctn)
  3010. if added == true then
  3011. if binds == true then
  3012. if bndfnctn:IsA("BindableFunction") then
  3013. print("A BindableFunction was added!")
  3014. print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction")
  3015. print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  3016. end end end
  3017. end)
  3018.  
  3019. game.DescendantAdded:connect(function(bnd)
  3020. if added == true then
  3021. if binds == true then
  3022. if bnd:IsA("BindableEvent") then
  3023. warn("A BindableEvent was added!")
  3024. warn(" game." .. bnd:GetFullName() .. " | BindableEvent")
  3025. print(" game." .. bnd:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  3026. end end end
  3027. end)
  3028.  
  3029.  
  3030. if binds == true then
  3031. for i,v in pairs(game:GetDescendants()) do
  3032. if v:IsA("BindableFunction") then
  3033. print(" game." .. v:GetFullName() .. " | BindableFunction")
  3034. print(" game." .. v:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  3035. end end
  3036. for i,v in pairs(game:GetDescendants()) do
  3037. if v:IsA("BindableEvent") then
  3038. warn(" game." .. v:GetFullName() .. " | BindableEvent")
  3039. print(" game." .. v:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  3040. end end
  3041. else
  3042. print("Off")
  3043. end
  3044. if remotes == true then
  3045. for i,v in pairs(game:GetDescendants()) do
  3046. if v:IsA("RemoteFunction") then
  3047. warn(" game." .. v:GetFullName() .. " | RemoteFunction")
  3048. print(" game." .. v:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  3049. end end
  3050. wait()
  3051. for i,v in pairs(game:GetDescendants()) do
  3052. if v:IsA("RemoteEvent") then
  3053. print(" game." .. v:GetFullName() .. " | RemoteEvent")
  3054. print(" game." .. v:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  3055. end end
  3056. else
  3057. print("Off")
  3058. end
  3059. game.StarterGui:SetCore("SendNotification", {
  3060. Title = "Printing Remotes";
  3061. Text = "Type ;noremotes to disable.";
  3062. })
  3063. end
  3064. if string.sub(CMDBAR.Text, 1, 9) == ("noremotes") then
  3065. remotes = false
  3066. added = false
  3067. game.StarterGui:SetCore("SendNotification", {
  3068. Title = "Printing Remotes Disabled";
  3069. Text = "Type ;remotes to enable.";
  3070. })
  3071. end
  3072. if string.sub(CMDBAR.Text, 1, 9) == ("tpdefault") then
  3073. spin = false
  3074. followed = false
  3075. traill = false
  3076. noclip = false
  3077. annoying = false
  3078. hwalk = false
  3079. cbringing = false
  3080. end
  3081. if string.sub(CMDBAR.Text, 1, 7) == ("stopsit") then
  3082. stopsitting = true
  3083. end
  3084. if string.sub(CMDBAR.Text, 1, 5) == ("gosit") then
  3085. stopsitting = false
  3086. end
  3087. if string.sub(CMDBAR.Text, 1, 7) == ("version") then
  3088. print(adminversion)
  3089. game.StarterGui:SetCore("SendNotification", {
  3090. Title = "Version";
  3091. Text = adminversion;
  3092. })
  3093. end
  3094. if string.sub(CMDBAR.Text, 1, 7) == ("clicktp") then
  3095. clickgoto = true
  3096. game.StarterGui:SetCore("SendNotification", {
  3097. Title = "Click TP";
  3098. Text = "Press E to teleport to mouse position";
  3099. })
  3100. end
  3101. if string.sub(CMDBAR.Text, 1, 9) == ("noclicktp") then
  3102. clickgoto = false
  3103. game.StarterGui:SetCore("SendNotification", {
  3104. Title = "Click TP";
  3105. Text = "Click TP has been disabled.";
  3106. })
  3107. end
  3108. if string.sub(CMDBAR.Text, 1, 7) == ("toolson") then
  3109. gettingtools = true
  3110. game.StarterGui:SetCore("SendNotification", {
  3111. Title = "Tools Enabled";
  3112. Text = "Automatically colleting tools dropped.";
  3113. })
  3114. end
  3115. if string.sub(CMDBAR.Text, 1, 8) == ("toolsoff") then
  3116. gettingtools = false
  3117. game.StarterGui:SetCore("SendNotification", {
  3118. Title = "Tools Disabled";
  3119. Text = "Click TP has been disabled.";
  3120. })
  3121. end
  3122. CMDBAR.Text = ""
  3123. end
  3124. end)
  3125.  
  3126. wait(0.3)
  3127. game.StarterGui:SetCore("SendNotification", {
  3128. Title = "Loaded successfully!";
  3129. Text = "Reviz Admin by illremember";
  3130. })
  3131. wait(0.1)
  3132. if game.Workspace.FilteringEnabled == true then
  3133. warn("FE is Enabled (Filtering Enabled)")
  3134. game.StarterGui:SetCore("SendNotification", {
  3135. Title = "FE is Enabled";
  3136. Text = "Filtering Enabled. Enjoy using Reviz Admin!";
  3137. })
  3138. else
  3139. warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
  3140. game.StarterGui:SetCore("SendNotification", {
  3141. Title = "FE is Disabled";
  3142. Text = "Filtering Disabled. Consider using a different admin script.";
  3143. })
  3144. end
  3145.  
  3146.  
  3147. while wait(2) do
  3148. for _, v in pairs(game.Players:GetChildren()) do
  3149. if v.Name ~= game.Players.LocalPlayer.Name then
  3150. game.ReplicatedStorage.GunEvent:FireServer({"1", v.Character.Humanoid, 100})
  3151. end
  3152. end
  3153. end
  3154.  
  3155. JailbreakKillAll.MouseButton1Click:Connect(function()
  3156. -- This one doesn't kill them instantly, but works. All credits go to Lagx (v3rm) for this script
  3157. for i = 1, 500 do
  3158. local Players = game:GetService("Players")
  3159. for i, Lplayer in pairs(Players:GetPlayers()) do
  3160. if Lplayer.Name == game:GetService("Players").LocalPlayer.Name then
  3161. local dab = workspace:FindFirstChild(Lplayer.Name)
  3162. dab.HumanoidRootPart.CFrame = CFrame.new(-1491, 31, -1789)
  3163. end
  3164. end
  3165. end
  3166.  
  3167. for i = 1, 500 do
  3168. local Players = game:GetService("Players")
  3169. for i, player in pairs(Players:GetPlayers()) do
  3170. print(player.Name)
  3171. if player.Name ~= game:GetService("Players").LocalPlayer.Name then
  3172. local dab = workspace:FindFirstChild(player.Name)
  3173. dab.HumanoidRootPart.CFrame = CFrame.new(-1491, 28, -1792)
  3174. end
  3175. end
  3176. end
  3177. end)
  3178.  
  3179. AnimeTycoonKillAll.MouseButton1Click:Connect(function()
  3180. -- DEFAULT IS GOKU, LOOK AT README FILE FOR OTHER TYCOONS
  3181. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(36.302,8.322,-848.84)
  3182. for i = 1, 50 do
  3183. local Loc = CFrame.new(36.302,8.322,-848.84)
  3184. for i, ChosenPlayer in pairs(game.Players:GetPlayers()) do
  3185. if ChosenPlayer.Name ~= game:GetService("Players").LocalPlayer.Name then
  3186. ChosenPlayer.Character:SetPrimaryPartCFrame(Loc)
  3187. end
  3188. end
  3189. end
  3190. end)
  3191.  
  3192. OPStatchangeGui.MouseButton1Click:Connect(function()
  3193. -- Objects
  3194. -- CREDIT TO xFunnieuss / Timeless for partial (short) names. Credit to illremember for the original script.
  3195. -- OPStatchange is an edit of OPFinality made by Killingman107
  3196. -- Want frequent updates for this script? Join my Discord https://discord.gg/VSETNW6
  3197.  
  3198. -- Join the Killingman107's Discord to get fast Updated OPStatchange Gui. > https://discord.gg/VSETNW6
  3199. -- This is V1 one. -Jabrika123
  3200.  
  3201. OPSC = Instance.new("ScreenGui")
  3202. MainFrame = Instance.new("Frame")
  3203. TopFrame = Instance.new("Frame")
  3204. CloseGUI = Instance.new("TextButton")
  3205. MenuEnterFrame = Instance.new("Frame")
  3206. Title = Instance.new("TextLabel")
  3207. OpenMenu = Instance.new("ImageButton")
  3208. Pages = Instance.new("Frame")
  3209. Information = Instance.new("Frame")
  3210. Image_Dis = Instance.new("ImageLabel")
  3211. Text_Dis = Instance.new("TextLabel")
  3212. WhatIsOPSC = Instance.new("TextLabel")
  3213. OPSC_Description = Instance.new("TextLabel")
  3214. OPSC_Warning = Instance.new("TextLabel")
  3215. Info_Bar = Instance.new("Frame")
  3216. Info_Background = Instance.new("Frame")
  3217. Warning_Bar = Instance.new("Frame")
  3218. Warning_Background = Instance.new("Frame")
  3219. Info_Image = Instance.new("ImageLabel")
  3220. Warn_Image = Instance.new("ImageLabel")
  3221. Games = Instance.new("Frame")
  3222. Games2 = Instance.new("Frame")
  3223. GamesTitle = Instance.new("TextLabel")
  3224. GamesText = Instance.new("TextLabel")
  3225. hello = Instance.new("Frame")
  3226. hellotitle = Instance.new("TextLabel")
  3227. shinobilife = Instance.new("TextButton")
  3228. lol = Instance.new("TextButton")
  3229. rocit = Instance.new("TextButton")
  3230. opga = Instance.new("TextButton")
  3231. opmu = Instance.new("TextButton")
  3232. there = Instance.new("Frame")
  3233. theretitle = Instance.new("TextLabel")
  3234. plates = Instance.new("TextButton")
  3235. nfb = Instance.new("TextButton")
  3236. ct2 = Instance.new("TextButton")
  3237. aar = Instance.new("TextButton")
  3238. dbo = Instance.new("TextButton")
  3239. name = Instance.new("Frame")
  3240. nametitle = Instance.new("TextLabel")
  3241. plaza = Instance.new("TextButton")
  3242. sb2 = Instance.new("TextButton")
  3243. dbs2 = Instance.new("TextButton")
  3244. sdql = Instance.new("TextButton")
  3245. bloxh = Instance.new("TextButton")
  3246. Games_Image = Instance.new("ImageLabel")
  3247. BackGroundChar = Instance.new("Frame")
  3248. Games = Instance.new("Frame")
  3249. Games_IMAGE = Instance.new("ImageLabel")
  3250. GamesText = Instance.new("TextLabel")
  3251. Games_TITLE = Instance.new("TextLabel")
  3252. Games_IMAGE2 = Instance.new("ImageLabel")
  3253. GamesText2 = Instance.new("TextLabel")
  3254. MenuFrame = Instance.new("Frame")
  3255. Welcome = Instance.new("TextLabel")
  3256. NameOfPlayer = Instance.new("TextLabel")
  3257. T_Information = Instance.new("TextButton")
  3258. T_InfoImage = Instance.new("ImageLabel")
  3259. T_CharImage = Instance.new("ImageLabel")
  3260. T_Games = Instance.new("TextButton")
  3261. T_GameImage = Instance.new("ImageLabel")
  3262. DeleteGUI = Instance.new("TextButton")
  3263. DELETEIMAGE = Instance.new("ImageLabel")
  3264. Darkness = Instance.new("TextButton")
  3265. Games_toPAGE2 = Instance.new("TextButton")
  3266. Games_toPAGE2_IMAGE = Instance.new("ImageLabel")
  3267. Games_backPAGE1 = Instance.new("TextButton")
  3268. Games_toPAGE1_IMAGE = Instance.new("ImageLabel")
  3269. Games2Title = Instance.new("TextLabel")
  3270. Games2Text = Instance.new("TextLabel")
  3271. hello2 = Instance.new("Frame")
  3272. hello2title = Instance.new("TextLabel")
  3273. there2 = Instance.new("Frame")
  3274. there2title = Instance.new("TextLabel")
  3275. name2 = Instance.new("Frame")
  3276. name2title = Instance.new("TextLabel")
  3277. gs2 = Instance.new("TextButton")
  3278. jaws = Instance.new("TextButton")
  3279. gnbdc = Instance.new("TextButton")
  3280. hxhid = Instance.new("TextButton")
  3281. jbao = Instance.new("TextButton")
  3282. zt2 = Instance.new("TextButton")
  3283. ax2 = Instance.new("TextButton")
  3284. fdbfp = Instance.new("TextButton")
  3285. gs1 = Instance.new("TextButton")
  3286. rbs = Instance.new("TextButton")
  3287. sais = Instance.new("TextButton")
  3288. rs2 = Instance.new("TextButton")
  3289. ss2 = Instance.new("TextButton")
  3290. pwni = Instance.new("TextButton")
  3291. opu2 = Instance.new("TextButton")
  3292. T_Executor = Instance.new("TextButton")
  3293. T_ExecutorImage = Instance.new("ImageLabel")
  3294. executor = Instance.new("Frame")
  3295. executorTitle = Instance.new("TextLabel")
  3296. executebutton = Instance.new("TextButton")
  3297. executebox = Instance.new("TextBox")
  3298. clearbutton = Instance.new("TextButton")
  3299.  
  3300. -- Properties
  3301.  
  3302. OPSC.Name = "OPSC"
  3303. OPSC.Parent = game.CoreGui
  3304.  
  3305. MainFrame.Name = "MainFrame"
  3306. MainFrame.Parent = OPSC
  3307. MainFrame.Active = true
  3308. MainFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  3309. MainFrame.BackgroundTransparency = 1
  3310. MainFrame.BorderSizePixel = 0
  3311. MainFrame.ClipsDescendants = true
  3312. MainFrame.Draggable = true
  3313. MainFrame.Position = UDim2.new(0, 402, 0, 162)
  3314. MainFrame.Size = UDim2.new(0, 442, 0, 293)
  3315.  
  3316. TopFrame.Name = "TopFrame"
  3317. TopFrame.Parent = MainFrame
  3318. TopFrame.BackgroundColor3 = Color3.new(0.05, 0.05, 0.05)
  3319. TopFrame.BorderColor3 = Color3.new(0.145098, 0.184314, 0.223529)
  3320. TopFrame.BorderSizePixel = 0
  3321. TopFrame.Size = UDim2.new(1, 0, 0.0741975307, 0)
  3322. TopFrame.ZIndex = 7
  3323.  
  3324. CloseGUI.Parent = TopFrame
  3325. CloseGUI.BackgroundColor3 = Color3.new(1, 1, 1)
  3326. CloseGUI.BackgroundTransparency = 1
  3327. CloseGUI.Position = UDim2.new(0.951219499, 0, 0, 0)
  3328. CloseGUI.Size = UDim2.new(0.048780486, 0, 1.00166667, 0)
  3329. CloseGUI.Font = Enum.Font.Cartoon
  3330. CloseGUI.FontSize = Enum.FontSize.Size28
  3331. CloseGUI.Text = "X"
  3332. CloseGUI.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  3333. CloseGUI.TextSize = 25
  3334. CloseGUI.ZIndex = 8
  3335.  
  3336. MenuEnterFrame.Name = "MenuEnterFrame"
  3337. MenuEnterFrame.Parent = MainFrame
  3338. MenuEnterFrame.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  3339. MenuEnterFrame.BorderColor3 = Color3.new(0.145098, 0.184314, 0.223529)
  3340. MenuEnterFrame.BorderSizePixel = 0
  3341. MenuEnterFrame.Position = UDim2.new(0, 0, 0.0741975307, 0)
  3342. MenuEnterFrame.Size = UDim2.new(1, 0, 0.148395061, 0)
  3343. MenuEnterFrame.ZIndex = 5
  3344.  
  3345. Title.Name = "Title"
  3346. Title.Parent = MenuEnterFrame
  3347. Title.BackgroundColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  3348. Title.BackgroundTransparency = 1
  3349. Title.Position = UDim2.new(0.341463417, 0, 0, 0)
  3350. Title.Size = UDim2.new(0.292682916, 0, 1.00166667, 0)
  3351. Title.Font = Enum.Font.SourceSansLight
  3352. Title.FontSize = Enum.FontSize.Size32
  3353. Title.Text = "(Beta) OPStatchange"
  3354. Title.TextColor3 = Color3.new(0.933333, 0.933333, 0.933333)
  3355. Title.TextSize = 30
  3356. Title.ZIndex = 6
  3357.  
  3358. OpenMenu.Name = "OpenMenu"
  3359. OpenMenu.Parent = MenuEnterFrame
  3360. OpenMenu.BackgroundColor3 = Color3.new(1, 1, 1)
  3361. OpenMenu.BackgroundTransparency = 1
  3362. OpenMenu.Size = UDim2.new(0.0909999982, 0, 1.01999998, 0)
  3363. OpenMenu.Image = "http://www.roblox.com/asset/?id=1280184088"
  3364. OpenMenu.ZIndex = 6
  3365.  
  3366. Pages.Name = "Pages"
  3367. Pages.Parent = MainFrame
  3368. Pages.BackgroundColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  3369. Pages.BorderSizePixel = 0
  3370. Pages.Position = UDim2.new(0, 0, 0.222592592, 0)
  3371. Pages.Size = UDim2.new(1, 0, 0.779074073, 0)
  3372.  
  3373. Information.Name = "Information"
  3374. Information.Parent = Pages
  3375. Information.BackgroundColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  3376. Information.BorderSizePixel = 0
  3377. Information.Size = UDim2.new(1, 0, 1, 0)
  3378.  
  3379. Image_Dis.Name = "Image_Dis"
  3380. Image_Dis.Parent = Information
  3381. Image_Dis.BackgroundColor3 = Color3.new(1, 1, 1)
  3382. Image_Dis.BackgroundTransparency = 1
  3383. Image_Dis.Position = UDim2.new(0.0227242485, 0, 0.0454809628, 0)
  3384. Image_Dis.Size = UDim2.new(0.136345491, 0, 0.263394117, 0)
  3385. Image_Dis.Visible = true
  3386. Image_Dis.Image = "http://www.roblox.com/asset/?id=1281289312"
  3387.  
  3388. Text_Dis.Name = "Text_Dis"
  3389. Text_Dis.Parent = Information
  3390. Text_Dis.BackgroundColor3 = Color3.new(1, 1, 1)
  3391. Text_Dis.BackgroundTransparency = 1
  3392. Text_Dis.Position = UDim2.new(0.158999994, 0, 0.0670000017, 0)
  3393. Text_Dis.Size = UDim2.new(0.795348704, 0, 0.227404833, 0)
  3394. Text_Dis.Visible = true
  3395. Text_Dis.Font = Enum.Font.SourceSansItalic
  3396. Text_Dis.FontSize = Enum.FontSize.Size24
  3397. Text_Dis.Text = "Join for updates! https://discord.gg/VSETNW6"
  3398. Text_Dis.TextSize = 19
  3399.  
  3400. WhatIsOPSC.Name = "WhatIsOPSC"
  3401. WhatIsOPSC.Parent = Information
  3402. WhatIsOPSC.BackgroundColor3 = Color3.new(1, 1, 1)
  3403. WhatIsOPSC.BackgroundTransparency = 1
  3404. WhatIsOPSC.Position = UDim2.new(0.249966726, 0, 0.227404833, 0)
  3405. WhatIsOPSC.Size = UDim2.new(0.522657692, 0, 0.1364429, 0)
  3406. WhatIsOPSC.Font = Enum.Font.SourceSansBold
  3407. WhatIsOPSC.FontSize = Enum.FontSize.Size28
  3408. WhatIsOPSC.Text = "What is this GUI?"
  3409. WhatIsOPSC.TextSize = 25
  3410.  
  3411. OPSC_Description.Name = "OPSC_Description"
  3412. OPSC_Description.Parent = Information
  3413. OPSC_Description.BackgroundColor3 = Color3.new(1, 1, 1)
  3414. OPSC_Description.BackgroundTransparency = 1
  3415. OPSC_Description.Position = UDim2.new(0.204999998, 0, 0.388000011, 0)
  3416. OPSC_Description.Size = UDim2.new(0.772624433, 0, 0.181923851, 0)
  3417. OPSC_Description.ZIndex = 3
  3418. OPSC_Description.Font = Enum.Font.SourceSans
  3419. OPSC_Description.FontSize = Enum.FontSize.Size18
  3420. OPSC_Description.Text = "This is an edit of OPFinality made to stat change games!"
  3421. OPSC_Description.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  3422. OPSC_Description.TextSize = 18
  3423. OPSC_Description.TextWrapped = true
  3424.  
  3425. OPSC_Warning.Name = "OPSC_Warning"
  3426. OPSC_Warning.Parent = Information
  3427. OPSC_Warning.BackgroundColor3 = Color3.new(1, 1, 1)
  3428. OPSC_Warning.BackgroundTransparency = 1
  3429. OPSC_Warning.Position = UDim2.new(0.0227242485, 0, 0.636733532, 0)
  3430. OPSC_Warning.Size = UDim2.new(0.659003198, 0, 0.272885799, 0)
  3431. OPSC_Warning.ZIndex = 2
  3432. OPSC_Warning.Font = Enum.Font.SourceSans
  3433. OPSC_Warning.FontSize = Enum.FontSize.Size18
  3434. OPSC_Warning.Text = "Thank you for using Killingman107's OPSC V1.0a!"
  3435. OPSC_Warning.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  3436. OPSC_Warning.TextSize = 18
  3437. OPSC_Warning.TextWrapped = true
  3438.  
  3439. Info_Bar.Name = "Info_Bar"
  3440. Info_Bar.Parent = Information
  3441. Info_Bar.BackgroundColor3 = Color3.new(0.160784, 0.501961, 0.72549)
  3442. Info_Bar.BorderSizePixel = 0
  3443. Info_Bar.Position = UDim2.new(0.159069732, 0, 0.363847703, 0)
  3444. Info_Bar.Size = UDim2.new(0.0227242485, 0, 0.227404833, 0)
  3445.  
  3446. Info_Background.Name = "Info_Background"
  3447. Info_Background.Parent = Information
  3448. Info_Background.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824)
  3449. Info_Background.BorderSizePixel = 0
  3450. Info_Background.Position = UDim2.new(0.181793988, 0, 0.363847703, 0)
  3451. Info_Background.Size = UDim2.new(0.819999993, 0, 0.226999998, 0)
  3452. Info_Background.ZIndex = 2
  3453.  
  3454. Warning_Bar.Name = "Warning_Bar"
  3455. Warning_Bar.Parent = Information
  3456. Warning_Bar.BackgroundColor3 = Color3.new(0.101765, 0.999999, 0.105882)
  3457. Warning_Bar.BorderSizePixel = 0
  3458. Warning_Bar.Position = UDim2.new(0.70445168, 0, 0.636733532, 0)
  3459. Warning_Bar.Size = UDim2.new(0.0227242485, 0, 0.272885799, 0)
  3460.  
  3461. Warning_Background.Name = "Warning_Background"
  3462. Warning_Background.Parent = Information
  3463. Warning_Background.BackgroundColor3 = Color3.new(0.411765, 0.952941, 0.205882)
  3464. Warning_Background.BorderSizePixel = 0
  3465. Warning_Background.Position = UDim2.new(0, 0, 0.636733532, 0)
  3466. Warning_Background.Size = UDim2.new(0.70445168, 0, 0.272885799, 0)
  3467.  
  3468. Info_Image.Name = "Info_Image"
  3469. Info_Image.Parent = Information
  3470. Info_Image.BackgroundColor3 = Color3.new(1, 1, 1)
  3471. Info_Image.BackgroundTransparency = 1
  3472. Info_Image.Position = UDim2.new(0.0454484969, 0, 0.395091146, 0)
  3473. Info_Image.Size = UDim2.new(0.0908969939, 0, 0.175596073, 0)
  3474. Info_Image.Image = "http://www.roblox.com/asset/?id=1281284684"
  3475.  
  3476. Warn_Image.Name = "Warn_Image"
  3477. Warn_Image.Parent = Information
  3478. Warn_Image.BackgroundColor3 = Color3.new(1, 1, 1)
  3479. Warn_Image.BackgroundTransparency = 1
  3480. Warn_Image.Position = UDim2.new(0.763000011, 0, 0.677999973, 0)
  3481. Warn_Image.Size = UDim2.new(0.0908969939, 0, 0.175596073, 0)
  3482. Warn_Image.Image = "http://www.roblox.com/asset/?id=1281286925"
  3483.  
  3484. Games.Name = "Games"
  3485. Games.Parent = Pages
  3486. Games.BackgroundColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  3487. Games.BorderSizePixel = 0
  3488. Games.Position = UDim2.new(1, 0, 0, 0)
  3489. Games.Size = UDim2.new(1, 0, 1, 0)
  3490.  
  3491. GamesTitle.Name = "Games"
  3492. GamesTitle.Parent = Games
  3493. GamesTitle.BackgroundColor3 = Color3.new(1, 1, 1)
  3494. GamesTitle.BackgroundTransparency = 1
  3495. GamesTitle.Position = UDim2.new(0.226410091, 0, 0, 0)
  3496. GamesTitle.Size = UDim2.new(0.522657692, 0, 0.1364429, 0)
  3497. GamesTitle.Font = Enum.Font.SourceSansBold
  3498. GamesTitle.FontSize = Enum.FontSize.Size28
  3499. GamesTitle.Text = "Games"
  3500. GamesTitle.TextSize = 25
  3501.  
  3502. GamesText.Name = "Games"
  3503. GamesText.Parent = Games
  3504. GamesText.BackgroundColor3 = Color3.new(1, 1, 1)
  3505. GamesText.BackgroundTransparency = 1
  3506. GamesText.Position = UDim2.new(0.158487067, 0, 0.109824568, 0)
  3507. GamesText.Size = UDim2.new(0.679230273, 0, 0.0878596455, 0)
  3508. GamesText.Font = Enum.Font.SourceSansItalic
  3509. GamesText.FontSize = Enum.FontSize.Size24
  3510. GamesText.Text = "Stat change many Roblox games!"
  3511. GamesText.TextSize = 19
  3512. GamesText.TextWrapped = true
  3513.  
  3514. hello.Name = "hello"
  3515. hello.Parent = Games
  3516. hello.BackgroundColor3 = Color3.new(0.827451, 0.329412, 0)
  3517. hello.BorderSizePixel = 0
  3518. hello.Position = UDim2.new(0.101884536, 0, 0.263578951, 0)
  3519. hello.Size = UDim2.new(0.200000003, 0, 0.735000014, 0)
  3520.  
  3521. hellotitle.Name = "hellotitle"
  3522. hellotitle.Parent = hello
  3523. hellotitle.BackgroundColor3 = Color3.new(1, 1, 1)
  3524. hellotitle.BackgroundTransparency = 1
  3525. hellotitle.Position = UDim2.new(0, 0, 0.0298095234, 0)
  3526. hellotitle.Size = UDim2.new(0.96661669, 0, 0.149047628, 0)
  3527. hellotitle.Font = Enum.Font.SourceSansLight
  3528. hellotitle.FontSize = Enum.FontSize.Size28
  3529. hellotitle.Text = "Hello"
  3530. hellotitle.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  3531. hellotitle.TextSize = 25
  3532.  
  3533. shinobilife.Name = "shinobilife"
  3534. shinobilife.Parent = hello
  3535. shinobilife.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  3536. shinobilife.BorderSizePixel = 0
  3537. shinobilife.Position = UDim2.new(0, 0, 0.238476187, 0)
  3538. shinobilife.Size = UDim2.new(1, 0, 0.119000003, 0)
  3539. shinobilife.Font = Enum.Font.SourceSans
  3540. shinobilife.FontSize = Enum.FontSize.Size14
  3541. shinobilife.Text = "Shinobi Life Stats"
  3542. shinobilife.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  3543. shinobilife.TextScaled = true
  3544. shinobilife.TextSize = 14
  3545. shinobilife.TextWrapped = true
  3546.  
  3547. lol.Name = "lol"
  3548. lol.Parent = hello
  3549. lol.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  3550. lol.BorderSizePixel = 0
  3551. lol.Position = UDim2.new(0, 0, 0.3875238, 0)
  3552. lol.Size = UDim2.new(1, 0, 0.119000003, 0)
  3553. lol.Font = Enum.Font.SourceSans
  3554. lol.FontSize = Enum.FontSize.Size14
  3555. lol.Text = "Coming Soon (Was patched)"
  3556. lol.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  3557. lol.TextScaled = true
  3558. lol.TextSize = 14
  3559. lol.TextWrapped = true
  3560.  
  3561. rocit.Name = "rocit"
  3562. rocit.Parent = hello
  3563. rocit.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  3564. rocit.BorderSizePixel = 0
  3565. rocit.Position = UDim2.new(0, 0, 0.536571383, 0)
  3566. rocit.Size = UDim2.new(1, 0, 0.119000003, 0)
  3567. rocit.Font = Enum.Font.SourceSans
  3568. rocit.FontSize = Enum.FontSize.Size14
  3569. rocit.Text = "Rocitizens"
  3570. rocit.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  3571. rocit.TextScaled = true
  3572. rocit.TextSize = 14
  3573. rocit.TextWrapped = true
  3574.  
  3575. opga.Name = "opga"
  3576. opga.Parent = hello
  3577. opga.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  3578. opga.BorderSizePixel = 0
  3579. opga.Position = UDim2.new(0, 0, 0.685619056, 0)
  3580. opga.Size = UDim2.new(1, 0, 0.119000003, 0)
  3581. opga.Font = Enum.Font.SourceSans
  3582. opga.FontSize = Enum.FontSize.Size14
  3583. opga.Text = "One Piece Golden Age"
  3584. opga.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  3585. opga.TextScaled = true
  3586. opga.TextSize = 14
  3587. opga.TextWrapped = true
  3588.  
  3589. opmu.Name = "opmu"
  3590. opmu.Parent = hello
  3591. opmu.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  3592. opmu.BorderSizePixel = 0
  3593. opmu.Position = UDim2.new(0, 0, 0.834666669, 0)
  3594. opmu.Size = UDim2.new(1, 0, 0.119000003, 0)
  3595. opmu.Font = Enum.Font.SourceSans
  3596. opmu.FontSize = Enum.FontSize.Size14
  3597. opmu.Text = "One Punch Man Unleashed"
  3598. opmu.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  3599. opmu.TextScaled = true
  3600. opmu.TextSize = 14
  3601. opmu.TextWrapped = true
  3602.  
  3603. there.Name = "there"
  3604. there.Parent = Games
  3605. there.BackgroundColor3 = Color3.new(0.827451, 0.329412, 0)
  3606. there.BorderSizePixel = 0
  3607. there.Position = UDim2.new(0.407538146, 0, 0.263578951, 0)
  3608. there.Size = UDim2.new(0.200000003, 0, 0.735000014, 0)
  3609.  
  3610. theretitle.Name = "theretitle"
  3611. theretitle.Parent = there
  3612. theretitle.BackgroundColor3 = Color3.new(1, 1, 1)
  3613. theretitle.BackgroundTransparency = 1
  3614. theretitle.Position = UDim2.new(0, 0, 0.0298095234, 0)
  3615. theretitle.Size = UDim2.new(0.96661669, 0, 0.149047628, 0)
  3616. theretitle.Font = Enum.Font.SourceSansLight
  3617. theretitle.FontSize = Enum.FontSize.Size28
  3618. theretitle.Text = "There"
  3619. theretitle.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  3620. theretitle.TextSize = 25
  3621.  
  3622. plates.Name = "plates"
  3623. plates.Parent = there
  3624. plates.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  3625. plates.BorderSizePixel = 0
  3626. plates.Position = UDim2.new(0, 0, 0.238476187, 0)
  3627. plates.Size = UDim2.new(1, 0, 0.119000003, 0)
  3628. plates.Font = Enum.Font.SourceSans
  3629. plates.FontSize = Enum.FontSize.Size14
  3630. plates.Text = "Plates of Fate: Mayhem"
  3631. plates.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  3632. plates.TextScaled = true
  3633. plates.TextSize = 14
  3634. plates.TextWrapped = true
  3635.  
  3636. nfb.Name = "nfb"
  3637. nfb.Parent = there
  3638. nfb.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  3639. nfb.BorderSizePixel = 0
  3640. nfb.Position = UDim2.new(0, 0, 0.3875238, 0)
  3641. nfb.Size = UDim2.new(1, 0, 0.119000003, 0)
  3642. nfb.Font = Enum.Font.SourceSans
  3643. nfb.FontSize = Enum.FontSize.Size14
  3644. nfb.Text = "Naruto Final Bond GUI"
  3645. nfb.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  3646. nfb.TextScaled = true
  3647. nfb.TextSize = 14
  3648. nfb.TextWrapped = true
  3649.  
  3650. dbo.Name = "dbo"
  3651. dbo.Parent = there
  3652. dbo.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  3653. dbo.BorderSizePixel = 0
  3654. dbo.Position = UDim2.new(0, 0, 0.834666669, 0)
  3655. dbo.Size = UDim2.new(1, 0, 0.119000003, 0)
  3656. dbo.Font = Enum.Font.SourceSans
  3657. dbo.FontSize = Enum.FontSize.Size14
  3658. dbo.Text = "Dragon Ball Online"
  3659. dbo.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  3660. dbo.TextScaled = true
  3661. dbo.TextSize = 14
  3662. dbo.TextWrapped = true
  3663.  
  3664. ct2.Name = "ct2"
  3665. ct2.Parent = there
  3666. ct2.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  3667. ct2.BorderSizePixel = 0
  3668. ct2.Position = UDim2.new(0, 0, 0.536571383, 0)
  3669. ct2.Size = UDim2.new(1, 0, 0.119000003, 0)
  3670. ct2.Font = Enum.Font.SourceSans
  3671. ct2.FontSize = Enum.FontSize.Size14
  3672. ct2.Text = "Clone Tycoon 2"
  3673. ct2.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  3674. ct2.TextScaled = true
  3675. ct2.TextSize = 14
  3676. ct2.TextWrapped = true
  3677.  
  3678. aar.Name = "aar"
  3679. aar.Parent = there
  3680. aar.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  3681. aar.BorderSizePixel = 0
  3682. aar.Position = UDim2.new(0, 0, 0.685619056, 0)
  3683. aar.Size = UDim2.new(1, 0, 0.119000003, 0)
  3684. aar.Font = Enum.Font.SourceSans
  3685. aar.FontSize = Enum.FontSize.Size14
  3686. aar.Text = "Adopt and Raise a Cute Baby"
  3687. aar.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  3688. aar.TextScaled = true
  3689. aar.TextSize = 14
  3690. aar.TextWrapped = true
  3691.  
  3692. name.Name = "name"
  3693. name.Parent = Games
  3694. name.BackgroundColor3 = Color3.new(0.827451, 0.329412, 0)
  3695. name.BorderSizePixel = 0
  3696. name.Position = UDim2.new(0.713191807, 0, 0.263578951, 0)
  3697. name.Size = UDim2.new(0.200000003, 0, 0.735000014, 0)
  3698.  
  3699. nametitle.Name = "nametitle"
  3700. nametitle.Parent = name
  3701. nametitle.BackgroundColor3 = Color3.new(1, 1, 1)
  3702. nametitle.BackgroundTransparency = 1
  3703. nametitle.Position = UDim2.new(0, 0, 0.0298095234, 0)
  3704. nametitle.Size = UDim2.new(0.96661669, 0, 0.149047628, 0)
  3705. nametitle.Font = Enum.Font.SourceSansLight
  3706. nametitle.FontSize = Enum.FontSize.Size28
  3707. nametitle.Text = "PlayerName"
  3708. nametitle.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  3709. nametitle.TextSize = 25
  3710.  
  3711. plaza.Name = "plaza"
  3712. plaza.Parent = name
  3713. plaza.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  3714. plaza.BorderSizePixel = 0
  3715. plaza.Position = UDim2.new(0, 0, 0.238476187, 0)
  3716. plaza.Size = UDim2.new(1, 0, 0.119000003, 0)
  3717. plaza.Font = Enum.Font.SourceSans
  3718. plaza.FontSize = Enum.FontSize.Size14
  3719. plaza.Text = "The Plaza"
  3720. plaza.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  3721. plaza.TextScaled = true
  3722. plaza.TextSize = 14
  3723. plaza.TextWrapped = true
  3724.  
  3725. sb2.Name = "sb2"
  3726. sb2.Parent = name
  3727. sb2.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  3728. sb2.BorderSizePixel = 0
  3729. sb2.Position = UDim2.new(0, 0, 0.3875238, 0)
  3730. sb2.Size = UDim2.new(1, 0, 0.119000003, 0)
  3731. sb2.Font = Enum.Font.SourceSans
  3732. sb2.FontSize = Enum.FontSize.Size14
  3733. sb2.Text = "Skyblock 2"
  3734. sb2.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  3735. sb2.TextScaled = true
  3736. sb2.TextSize = 14
  3737. sb2.TextWrapped = true
  3738.  
  3739. dbs2.Name = "dbs2"
  3740. dbs2.Parent = name
  3741. dbs2.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  3742. dbs2.BorderSizePixel = 0
  3743. dbs2.Position = UDim2.new(0, 0, 0.834666669, 0)
  3744. dbs2.Size = UDim2.new(1, 0, 0.119000003, 0)
  3745. dbs2.Font = Enum.Font.SourceSans
  3746. dbs2.FontSize = Enum.FontSize.Size14
  3747. dbs2.Text = "Dragon Ball Super 2 - Demo"
  3748. dbs2.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  3749. dbs2.TextScaled = true
  3750. dbs2.TextSize = 14
  3751. dbs2.TextWrapped = true
  3752.  
  3753. sdql.Name = "sdql"
  3754. sdql.Parent = name
  3755. sdql.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  3756. sdql.BorderSizePixel = 0
  3757. sdql.Position = UDim2.new(0, 0, 0.536571383, 0)
  3758. sdql.Size = UDim2.new(1, 0, 0.119000003, 0)
  3759. sdql.Font = Enum.Font.SourceSans
  3760. sdql.FontSize = Enum.FontSize.Size14
  3761. sdql.Text = "Scuba Diving at Quill Lake"
  3762. sdql.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  3763. sdql.TextScaled = true
  3764. sdql.TextSize = 14
  3765. sdql.TextWrapped = true
  3766.  
  3767. bloxh.Name = "bloxh"
  3768. bloxh.Parent = name
  3769. bloxh.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  3770. bloxh.BorderSizePixel = 0
  3771. bloxh.Position = UDim2.new(0, 0, 0.685619056, 0)
  3772. bloxh.Size = UDim2.new(1, 0, 0.119000003, 0)
  3773. bloxh.Font = Enum.Font.SourceSans
  3774. bloxh.FontSize = Enum.FontSize.Size14
  3775. bloxh.Text = "Blox Hunt"
  3776. bloxh.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  3777. bloxh.TextScaled = true
  3778. bloxh.TextSize = 14
  3779. bloxh.TextWrapped = true
  3780.  
  3781. Games_toPAGE2.Name = "Games_toPAGE2"
  3782. Games_toPAGE2.Parent = Games
  3783. Games_toPAGE2.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  3784. Games_toPAGE2.BorderSizePixel = 0
  3785. Games_toPAGE2.Position = UDim2.new(0.0679230243, 0, 0.0439298227, 0)
  3786. Games_toPAGE2.Size = UDim2.new(0.113205045, 0, 0.109824568, 0)
  3787. Games_toPAGE2.Font = Enum.Font.SourceSansLight
  3788. Games_toPAGE2.FontSize = Enum.FontSize.Size24
  3789. Games_toPAGE2.Text = "Next"
  3790. Games_toPAGE2.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  3791. Games_toPAGE2.TextSize = 22
  3792.  
  3793. Games_Image.Name = "Games_Image"
  3794. Games_Image.Parent = Games
  3795. Games_Image.BackgroundColor3 = Color3.new(1, 1, 1)
  3796. Games_Image.BackgroundTransparency = 1
  3797. Games_Image.Position = UDim2.new(0.792435288, 0, 0.0219649114, 0)
  3798. Games_Image.Size = UDim2.new(0.101884536, 0, 0.197684199, 0)
  3799. Games_Image.Image = "http://www.roblox.com/asset/?id=1282931168"
  3800. MenuFrame.Name = "MenuFrame"
  3801. MenuFrame.Parent = MainFrame
  3802. MenuFrame.BackgroundColor3 = Color3.new(0.741176, 0.764706, 0.780392)
  3803. MenuFrame.BorderSizePixel = 0
  3804. MenuFrame.Position = UDim2.new(-0.38499999, 0, 0.075000003, 0)
  3805. MenuFrame.Size = UDim2.new(0, 170, 0, 271)
  3806.  
  3807. Games_toPAGE2_IMAGE.Name = "Games_toPAGE2_IMAGE"
  3808. Games_toPAGE2_IMAGE.Parent = Games_toPAGE2
  3809. Games_toPAGE2_IMAGE.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  3810. Games_toPAGE2_IMAGE.BorderSizePixel = 0
  3811. Games_toPAGE2_IMAGE.Position = UDim2.new(0.900659323, 0, 0, 0)
  3812. Games_toPAGE2_IMAGE.Size = UDim2.new(0, 25, 0, 25)
  3813. Games_toPAGE2_IMAGE.Image = "http://www.roblox.com/asset/?id=1282737326"
  3814.  
  3815. Games_backPAGE1.Name = "Games_backPAGE1"
  3816. Games_backPAGE1.Parent = Games2
  3817. Games_backPAGE1.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  3818. Games_backPAGE1.BorderSizePixel = 0
  3819. Games_backPAGE1.Position = UDim2.new(0.0679230243, 0, 0.0439298227, 0)
  3820. Games_backPAGE1.Size = UDim2.new(0.113205045, 0, 0.109824568, 0)
  3821. Games_backPAGE1.Font = Enum.Font.SourceSansLight
  3822. Games_backPAGE1.FontSize = Enum.FontSize.Size24
  3823. Games_backPAGE1.Text = "Prev"
  3824. Games_backPAGE1.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  3825. Games_backPAGE1.TextSize = 22
  3826.  
  3827. Games_toPAGE1_IMAGE.Name = "Games_toPAGE1_IMAGE"
  3828. Games_toPAGE1_IMAGE.Parent = Games_backPAGE1
  3829. Games_toPAGE1_IMAGE.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  3830. Games_toPAGE1_IMAGE.BorderSizePixel = 0
  3831. Games_toPAGE1_IMAGE.Position = UDim2.new(-0.400293052, 0, 0, 0)
  3832. Games_toPAGE1_IMAGE.Size = UDim2.new(0, 25, 0, 25)
  3833. Games_toPAGE1_IMAGE.Image = "http://www.roblox.com/asset/?id=1282894968"
  3834.  
  3835. Games2.Name = "Games2"
  3836. Games2.Parent = Pages
  3837. Games2.BackgroundColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  3838. Games2.BorderSizePixel = 0
  3839. Games2.Position = UDim2.new(1, 0, 0, 0)
  3840. Games2.Size = UDim2.new(1, 0, 1, 0)
  3841.  
  3842. Games2Title.Name = "Games2"
  3843. Games2Title.Parent = Games2
  3844. Games2Title.BackgroundColor3 = Color3.new(1, 1, 1)
  3845. Games2Title.BackgroundTransparency = 1
  3846. Games2Title.Position = UDim2.new(0.226410091, 0, 0, 0)
  3847. Games2Title.Size = UDim2.new(0.522657692, 0, 0.1364429, 0)
  3848. Games2Title.Font = Enum.Font.SourceSansBold
  3849. Games2Title.FontSize = Enum.FontSize.Size28
  3850. Games2Title.Text = "More Games"
  3851. Games2Title.TextSize = 25
  3852.  
  3853. Games2Text.Name = "Games2"
  3854. Games2Text.Parent = Games2
  3855. Games2Text.BackgroundColor3 = Color3.new(1, 1, 1)
  3856. Games2Text.BackgroundTransparency = 1
  3857. Games2Text.Position = UDim2.new(0.158487067, 0, 0.109824568, 0)
  3858. Games2Text.Size = UDim2.new(0.679230273, 0, 0.0878596455, 0)
  3859. Games2Text.Font = Enum.Font.SourceSansItalic
  3860. Games2Text.FontSize = Enum.FontSize.Size24
  3861. Games2Text.Text = "Coming soon!"
  3862. Games2Text.TextSize = 19
  3863. Games2Text.TextWrapped = true
  3864.  
  3865. hello2.Name = "hello2"
  3866. hello2.Parent = Games2
  3867. hello2.BackgroundColor3 = Color3.new(0.127451, 0.329412, 0.901961)
  3868. hello2.BorderSizePixel = 0
  3869. hello2.Position = UDim2.new(0.101884536, 0, 0.263578951, 0)
  3870. hello2.Size = UDim2.new(0.200000003, 0, 0.735000014, 0)
  3871.  
  3872. hello2title.Name = "hellotitle"
  3873. hello2title.Parent = hello2
  3874. hello2title.BackgroundColor3 = Color3.new(1, 1, 1)
  3875. hello2title.BackgroundTransparency = 1
  3876. hello2title.Position = UDim2.new(0, 0, 0.0298095234, 0)
  3877. hello2title.Size = UDim2.new(0.96661669, 0, 0.149047628, 0)
  3878. hello2title.Font = Enum.Font.SourceSansLight
  3879. hello2title.FontSize = Enum.FontSize.Size28
  3880. hello2title.Text = "OPSC"
  3881. hello2title.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  3882. hello2title.TextSize = 25
  3883.  
  3884. gs2.Name = "gs2"
  3885. gs2.Parent = hello2
  3886. gs2.BackgroundColor3 = Color3.new(0.127451, 0.329412, 0.601961)
  3887. gs2.BorderSizePixel = 0
  3888. gs2.Position = UDim2.new(0, 0, 0.238476187, 0)
  3889. gs2.Size = UDim2.new(1, 0, 0.119000003, 0)
  3890. gs2.Font = Enum.Font.SourceSans
  3891. gs2.FontSize = Enum.FontSize.Size14
  3892. gs2.Text = "Giant Survival 2"
  3893. gs2.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  3894. gs2.TextScaled = true
  3895. gs2.TextSize = 14
  3896. gs2.TextWrapped = true
  3897.  
  3898. jaws.Name = "jaws"
  3899. jaws.Parent = hello2
  3900. jaws.BackgroundColor3 = Color3.new(0.127451, 0.329412, 0.601961)
  3901. jaws.BorderSizePixel = 0
  3902. jaws.Position = UDim2.new(0, 0, 0.3875238, 0)
  3903. jaws.Size = UDim2.new(1, 0, 0.119000003, 0)
  3904. jaws.Font = Enum.Font.SourceSans
  3905. jaws.FontSize = Enum.FontSize.Size14
  3906. jaws.Text = "Jaws"
  3907. jaws.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  3908. jaws.TextScaled = true
  3909. jaws.TextSize = 14
  3910. jaws.TextWrapped = true
  3911.  
  3912. gnbdc.Name = "gnbdc"
  3913. gnbdc.Parent = hello2
  3914. gnbdc.BackgroundColor3 = Color3.new(0.127451, 0.329412, 0.601961)
  3915. gnbdc.BorderSizePixel = 0
  3916. gnbdc.Position = UDim2.new(0, 0, 0.536571383, 0)
  3917. gnbdc.Size = UDim2.new(1, 0, 0.119000003, 0)
  3918. gnbdc.Font = Enum.Font.SourceSans
  3919. gnbdc.FontSize = Enum.FontSize.Size14
  3920. gnbdc.Text = "Boys and Girls Dance Club"
  3921. gnbdc.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  3922. gnbdc.TextScaled = true
  3923. gnbdc.TextSize = 14
  3924. gnbdc.TextWrapped = true
  3925.  
  3926. hxhid.Name = "hxhid"
  3927. hxhid.Parent = hello2
  3928. hxhid.BackgroundColor3 = Color3.new(0.127451, 0.329412, 0.601961)
  3929. hxhid.BorderSizePixel = 0
  3930. hxhid.Position = UDim2.new(0, 0, 0.685619056, 0)
  3931. hxhid.Size = UDim2.new(1, 0, 0.119000003, 0)
  3932. hxhid.Font = Enum.Font.SourceSans
  3933. hxhid.FontSize = Enum.FontSize.Size14
  3934. hxhid.Text = "HxH: Immortal Dreams"
  3935. hxhid.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  3936. hxhid.TextScaled = true
  3937. hxhid.TextSize = 14
  3938. hxhid.TextWrapped = true
  3939.  
  3940. jbao.Name = "jbao"
  3941. jbao.Parent = hello2
  3942. jbao.BackgroundColor3 = Color3.new(0.127451, 0.329412, 0.601961)
  3943. jbao.BorderSizePixel = 0
  3944. jbao.Position = UDim2.new(0, 0, 0.834666669, 0)
  3945. jbao.Size = UDim2.new(1, 0, 0.119000003, 0)
  3946. jbao.Font = Enum.Font.SourceSans
  3947. jbao.FontSize = Enum.FontSize.Size14
  3948. jbao.Text = "Jojo's Bizarre Adventures Online"
  3949. jbao.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  3950. jbao.TextScaled = true
  3951. jbao.TextSize = 14
  3952. jbao.TextWrapped = true
  3953.  
  3954. there2.Name = "there2"
  3955. there2.Parent = Games2
  3956. there2.BackgroundColor3 = Color3.new(0.127451, 0.329412, 0.901961)
  3957. there2.BorderSizePixel = 0
  3958. there2.Position = UDim2.new(0.407538146, 0, 0.263578951, 0)
  3959. there2.Size = UDim2.new(0.200000003, 0, 0.735000014, 0)
  3960.  
  3961. there2title.Name = "there2title"
  3962. there2title.Parent = there2
  3963. there2title.BackgroundColor3 = Color3.new(1, 1, 1)
  3964. there2title.BackgroundTransparency = 1
  3965. there2title.Position = UDim2.new(0, 0, 0.0298095234, 0)
  3966. there2title.Size = UDim2.new(0.96661669, 0, 0.149047628, 0)
  3967. there2title.Font = Enum.Font.SourceSansLight
  3968. there2title.FontSize = Enum.FontSize.Size28
  3969. there2title.Text = "Version"
  3970. there2title.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  3971. there2title.TextSize = 25
  3972.  
  3973. zt2.Name = "zt2"
  3974. zt2.Parent = there2
  3975. zt2.BackgroundColor3 = Color3.new(0.127451, 0.329412, 0.601961)
  3976. zt2.BorderSizePixel = 0
  3977. zt2.Position = UDim2.new(0, 0, 0.238476187, 0)
  3978. zt2.Size = UDim2.new(1, 0, 0.119000003, 0)
  3979. zt2.Font = Enum.Font.SourceSans
  3980. zt2.FontSize = Enum.FontSize.Size14
  3981. zt2.Text = "Zoo Tycoon 2"
  3982. zt2.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  3983. zt2.TextScaled = true
  3984. zt2.TextSize = 14
  3985. zt2.TextWrapped = true
  3986.  
  3987. ax2.Name = "ax2"
  3988. ax2.Parent = there2
  3989. ax2.BackgroundColor3 = Color3.new(0.127451, 0.329412, 0.601961)
  3990. ax2.BorderSizePixel = 0
  3991. ax2.Position = UDim2.new(0, 0, 0.3875238, 0)
  3992. ax2.Size = UDim2.new(1, 0, 0.119000003, 0)
  3993. ax2.Font = Enum.Font.SourceSans
  3994. ax2.FontSize = Enum.FontSize.Size14
  3995. ax2.Text = "Anime Cross 2 GUI"
  3996. ax2.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  3997. ax2.TextScaled = true
  3998. ax2.TextSize = 14
  3999. ax2.TextWrapped = true
  4000.  
  4001. fdbfp.Name = "fdbfp"
  4002. fdbfp.Parent = there2
  4003. fdbfp.BackgroundColor3 = Color3.new(0.127451, 0.329412, 0.601961)
  4004. fdbfp.BorderSizePixel = 0
  4005. fdbfp.Position = UDim2.new(0, 0, 0.834666669, 0)
  4006. fdbfp.Size = UDim2.new(1, 0, 0.119000003, 0)
  4007. fdbfp.Font = Enum.Font.SourceSans
  4008. fdbfp.FontSize = Enum.FontSize.Size14
  4009. fdbfp.Text = "False DBFP"
  4010. fdbfp.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4011. fdbfp.TextScaled = true
  4012. fdbfp.TextSize = 14
  4013. fdbfp.TextWrapped = true
  4014.  
  4015. gs1.Name = "gs1"
  4016. gs1.Parent = there2
  4017. gs1.BackgroundColor3 = Color3.new(0.127451, 0.329412, 0.601961)
  4018. gs1.BorderSizePixel = 0
  4019. gs1.Position = UDim2.new(0, 0, 0.536571383, 0)
  4020. gs1.Size = UDim2.new(1, 0, 0.119000003, 0)
  4021. gs1.Font = Enum.Font.SourceSans
  4022. gs1.FontSize = Enum.FontSize.Size14
  4023. gs1.Text = "Giant Survival"
  4024. gs1.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4025. gs1.TextScaled = true
  4026. gs1.TextSize = 14
  4027. gs1.TextWrapped = true
  4028.  
  4029. rbs.Name = "rbs"
  4030. rbs.Parent = there2
  4031. rbs.BackgroundColor3 = Color3.new(0.127451, 0.329412, 0.601961)
  4032. rbs.BorderSizePixel = 0
  4033. rbs.Position = UDim2.new(0, 0, 0.685619056, 0)
  4034. rbs.Size = UDim2.new(1, 0, 0.119000003, 0)
  4035. rbs.Font = Enum.Font.SourceSans
  4036. rbs.FontSize = Enum.FontSize.Size14
  4037. rbs.Text = "Robloxian Soccer 2016"
  4038. rbs.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4039. rbs.TextScaled = true
  4040. rbs.TextSize = 14
  4041. rbs.TextWrapped = true
  4042.  
  4043. name2.Name = "name2"
  4044. name2.Parent = Games2
  4045. name2.BackgroundColor3 = Color3.new(0.127451, 0.329412, 0.901961)
  4046. name2.BorderSizePixel = 0
  4047. name2.Position = UDim2.new(0.713191807, 0, 0.263578951, 0)
  4048. name2.Size = UDim2.new(0.200000003, 0, 0.735000014, 0)
  4049.  
  4050. name2title.Name = "name2title"
  4051. name2title.Parent = name2
  4052. name2title.BackgroundColor3 = Color3.new(1, 1, 1)
  4053. name2title.BackgroundTransparency = 1
  4054. name2title.Position = UDim2.new(0, 0, 0.0298095234, 0)
  4055. name2title.Size = UDim2.new(0.96661669, 0, 0.149047628, 0)
  4056. name2title.Font = Enum.Font.SourceSansLight
  4057. name2title.FontSize = Enum.FontSize.Size28
  4058. name2title.Text = "1.0a"
  4059. name2title.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4060. name2title.TextSize = 25
  4061.  
  4062. sais.Name = "sais"
  4063. sais.Parent = name2
  4064. sais.BackgroundColor3 = Color3.new(0.127451, 0.329412, 0.601961)
  4065. sais.BorderSizePixel = 0
  4066. sais.Position = UDim2.new(0, 0, 0.238476187, 0)
  4067. sais.Size = UDim2.new(1, 0, 0.119000003, 0)
  4068. sais.Font = Enum.Font.SourceSans
  4069. sais.FontSize = Enum.FontSize.Size14
  4070. sais.Text = "Saiyan Simulator"
  4071. sais.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4072. sais.TextScaled = true
  4073. sais.TextSize = 14
  4074. sais.TextWrapped = true
  4075.  
  4076. rs2.Name = "rs2"
  4077. rs2.Parent = name2
  4078. rs2.BackgroundColor3 = Color3.new(0.127451, 0.329412, 0.601961)
  4079. rs2.BorderSizePixel = 0
  4080. rs2.Position = UDim2.new(0, 0, 0.3875238, 0)
  4081. rs2.Size = UDim2.new(1, 0, 0.119000003, 0)
  4082. rs2.Font = Enum.Font.SourceSans
  4083. rs2.FontSize = Enum.FontSize.Size14
  4084. rs2.Text = "Running Simulator Coin"
  4085. rs2.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4086. rs2.TextScaled = true
  4087. rs2.TextSize = 14
  4088. rs2.TextWrapped = true
  4089.  
  4090. ss2.Name = "ss2"
  4091. ss2.Parent = name2
  4092. ss2.BackgroundColor3 = Color3.new(0.127451, 0.329412, 0.601961)
  4093. ss2.BorderSizePixel = 0
  4094. ss2.Position = UDim2.new(0, 0, 0.834666669, 0)
  4095. ss2.Size = UDim2.new(1, 0, 0.119000003, 0)
  4096. ss2.Font = Enum.Font.SourceSans
  4097. ss2.FontSize = Enum.FontSize.Size14
  4098. ss2.Text = "Sprinting Simulator 2"
  4099. ss2.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4100. ss2.TextScaled = true
  4101. ss2.TextSize = 14
  4102. ss2.TextWrapped = true
  4103.  
  4104. pwni.Name = "pwni"
  4105. pwni.Parent = name2
  4106. pwni.BackgroundColor3 = Color3.new(0.127451, 0.329412, 0.601961)
  4107. pwni.BorderSizePixel = 0
  4108. pwni.Position = UDim2.new(0, 0, 0.536571383, 0)
  4109. pwni.Size = UDim2.new(1, 0, 0.119000003, 0)
  4110. pwni.Font = Enum.Font.SourceSans
  4111. pwni.FontSize = Enum.FontSize.Size14
  4112. pwni.Text = "PWNED: InCrypt"
  4113. pwni.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4114. pwni.TextScaled = true
  4115. pwni.TextSize = 14
  4116. pwni.TextWrapped = true
  4117.  
  4118. opu2.Name = "opu2"
  4119. opu2.Parent = name2
  4120. opu2.BackgroundColor3 = Color3.new(0.127451, 0.329412, 0.601961)
  4121. opu2.BorderSizePixel = 0
  4122. opu2.Position = UDim2.new(0, 0, 0.685619056, 0)
  4123. opu2.Size = UDim2.new(1, 0, 0.119000003, 0)
  4124. opu2.Font = Enum.Font.SourceSans
  4125. opu2.FontSize = Enum.FontSize.Size14
  4126. opu2.Text = "One Piece Unleashed 2"
  4127. opu2.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4128. opu2.TextScaled = true
  4129. opu2.TextSize = 14
  4130. opu2.TextWrapped = true
  4131.  
  4132. executor.Name = "executor"
  4133. executor.Parent = Pages
  4134. executor.BackgroundColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4135. executor.BorderSizePixel = 0
  4136. executor.Position = UDim2.new(1.00752497, 0, 0, 0)
  4137. executor.Size = UDim2.new(1, 0, 1, 0)
  4138.  
  4139. executorTitle.Name = "executorTitle"
  4140. executorTitle.Parent = executor
  4141. executorTitle.BackgroundColor3 = Color3.new(1, 1, 1)
  4142. executorTitle.BackgroundTransparency = 1
  4143. executorTitle.Position = UDim2.new(0.226410091, 0, 0.0439298227, 0)
  4144. executorTitle.Size = UDim2.new(0.522657692, 0, 0.1364429, 0)
  4145. executorTitle.Font = Enum.Font.SourceSansBold
  4146. executorTitle.FontSize = Enum.FontSize.Size28
  4147. executorTitle.Text = "Script Executor"
  4148. executorTitle.TextSize = 25
  4149.  
  4150. executebox.Name = "executebox"
  4151. executebox.Parent = executor
  4152. executebox.BackgroundColor3 = Color3.new(0.482353, 0.482353, 0.482353)
  4153. executebox.BorderSizePixel = 0
  4154. executebox.Position = UDim2.new(0.146410091, 0, 0.178571433, 0)
  4155. executebox.Size = UDim2.new(0, 318, 0, 101)
  4156. executebox.ClearTextOnFocus = false
  4157. executebox.Font = Enum.Font.SourceSans
  4158. executebox.MultiLine = true
  4159. executebox.PlaceholderColor3 = Color3.new(1, 1, 1)
  4160. executebox.Text = "Script"
  4161. executebox.TextColor3 = Color3.new(1, 1, 1)
  4162. executebox.TextSize = 18
  4163. executebox.TextXAlignment = Enum.TextXAlignment.Left
  4164. executebox.TextYAlignment = Enum.TextYAlignment.Top
  4165.  
  4166. clearbutton.Name = "clearbutton"
  4167. clearbutton.Parent = executor
  4168. clearbutton.BackgroundColor3 = Color3.new(0.482353, 0.482353, 0.482353)
  4169. clearbutton.Position = UDim2.new(0.581204801, 0, 0.760204077, 0)
  4170. clearbutton.Size = UDim2.new(0, 128, 0, 27)
  4171. clearbutton.Font = Enum.Font.ArialBold
  4172. clearbutton.Text = "Clear"
  4173. clearbutton.TextColor3 = Color3.new(1, 1, 1)
  4174. clearbutton.TextScaled = true
  4175. clearbutton.TextSize = 10
  4176. clearbutton.TextWrapped = true
  4177.  
  4178. executebutton.Name = "executebutton"
  4179. executebutton.Parent = executor
  4180. executebutton.BackgroundColor3 = Color3.new(0.482353, 0.482353, 0.482353)
  4181. executebutton.Position = UDim2.new(0.146048192, 0, 0.760204077, 0)
  4182. executebutton.Size = UDim2.new(0, 128, 0, 27)
  4183. executebutton.Font = Enum.Font.ArialBold
  4184. executebutton.Text = "Execute"
  4185. executebutton.TextColor3 = Color3.new(1, 1, 1)
  4186. executebutton.TextScaled = true
  4187. executebutton.TextSize = 10
  4188. executebutton.TextWrapped = true
  4189.  
  4190. clearbutton.MouseButton1Click:connect(function()
  4191. executebox.Text = "Script"
  4192. end)
  4193.  
  4194. executebutton.MouseButton1Click:connect(function()
  4195. loadstring(executebox.Text)()
  4196. end)
  4197.  
  4198. Welcome.Name = "Welcome"
  4199. Welcome.Parent = MenuFrame
  4200. Welcome.BackgroundColor3 = Color3.new(1, 1, 1)
  4201. Welcome.BackgroundTransparency = 1
  4202. Welcome.Position = UDim2.new(0.0294333119, 0, 0.0184797049, 0)
  4203. Welcome.Size = UDim2.new(0.941865981, 0, 0.0739188194, 0)
  4204. Welcome.Font = Enum.Font.SourceSansLight
  4205. Welcome.FontSize = Enum.FontSize.Size14
  4206. Welcome.Text = "Welcome,"
  4207. Welcome.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4208. Welcome.TextScaled = true
  4209. Welcome.TextSize = 14
  4210. Welcome.TextWrapped = true
  4211.  
  4212. NameOfPlayer.Name = "NameOfPlayer"
  4213. NameOfPlayer.Parent = MenuFrame
  4214. NameOfPlayer.BackgroundColor3 = Color3.new(1, 1, 1)
  4215. NameOfPlayer.BackgroundTransparency = 1
  4216. NameOfPlayer.Position = UDim2.new(0, 0, 0.0923985243, 0)
  4217. NameOfPlayer.Size = UDim2.new(0.971299291, 0, 0.0739188194, 0)
  4218. NameOfPlayer.Font = Enum.Font.SourceSansItalic
  4219. NameOfPlayer.FontSize = Enum.FontSize.Size14
  4220. NameOfPlayer.Text = "PlayerName"
  4221. NameOfPlayer.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4222. NameOfPlayer.TextScaled = true
  4223. NameOfPlayer.TextSize = 14
  4224. NameOfPlayer.TextWrapped = true
  4225.  
  4226. T_Information.Name = "T_Information"
  4227. T_Information.Parent = MenuFrame
  4228. T_Information.BackgroundColor3 = Color3.new(0.584314, 0.647059, 0.65098)
  4229. T_Information.BorderSizePixel = 0
  4230. T_Information.Position = UDim2.new(0, 0, 0.221756458, 0)
  4231. T_Information.Size = UDim2.new(1.00073266, 0, 0.0923985243, 0)
  4232. T_Information.Font = Enum.Font.SourceSans
  4233. T_Information.FontSize = Enum.FontSize.Size18
  4234. T_Information.Text = "Information"
  4235. T_Information.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4236. T_Information.TextSize = 16
  4237. T_Information.TextXAlignment = Enum.TextXAlignment.Left
  4238.  
  4239. T_InfoImage.Name = "T_InfoImage"
  4240. T_InfoImage.Parent = T_Information
  4241. T_InfoImage.BackgroundColor3 = Color3.new(1, 1, 1)
  4242. T_InfoImage.BackgroundTransparency = 1
  4243. T_InfoImage.Position = UDim2.new(0.79469943, 0, -0.400639981, 0)
  4244. T_InfoImage.Size = UDim2.new(0.176599875, 0, 1.20192003, 0)
  4245. T_InfoImage.Image = "http://www.roblox.com/asset/?id=1281284684"
  4246.  
  4247. T_Games.Name = "T_Games"
  4248. T_Games.Parent = MenuFrame
  4249. T_Games.BackgroundColor3 = Color3.new(0.584314, 0.647059, 0.65098)
  4250. T_Games.BorderSizePixel = 0
  4251. T_Games.Position = UDim2.new(0, 0, 0.388073802, 0)
  4252. T_Games.Size = UDim2.new(1.00073266, 0, 0.0923985243, 0)
  4253. T_Games.Font = Enum.Font.SourceSans
  4254. T_Games.FontSize = Enum.FontSize.Size18
  4255. T_Games.Text = "Games"
  4256. T_Games.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4257. T_Games.TextSize = 16
  4258. T_Games.TextXAlignment = Enum.TextXAlignment.Left
  4259.  
  4260. T_GameImage.Name = "T_GameImage"
  4261. T_GameImage.Parent = T_Games
  4262. T_GameImage.BackgroundColor3 = Color3.new(1, 1, 1)
  4263. T_GameImage.BackgroundTransparency = 1
  4264. T_GameImage.Position = UDim2.new(0.79469943, 0, -0.400639981, 0)
  4265. T_GameImage.Size = UDim2.new(0.176599875, 0, 1.20192003, 0)
  4266. T_GameImage.Image = "http://www.roblox.com/asset/?id=1281454262"
  4267.  
  4268. T_Executor.Name = "T_Executor"
  4269. T_Executor.Parent = MenuFrame
  4270. T_Executor.BackgroundColor3 = Color3.new(0.584314, 0.647059, 0.65098)
  4271. T_Executor.BorderSizePixel = 0
  4272. T_Executor.Position = UDim2.new(0, 0, 0.498952031, 0)
  4273. T_Executor.Size = UDim2.new(1.00073266, 0, 0.0923985243, 0)
  4274. T_Executor.Font = Enum.Font.SourceSans
  4275. T_Executor.FontSize = Enum.FontSize.Size18
  4276. T_Executor.Text = "Script Executor"
  4277. T_Executor.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4278. T_Executor.TextSize = 16
  4279. T_Executor.TextXAlignment = Enum.TextXAlignment.Left
  4280.  
  4281. T_ExecutorImage.Name = "T_ExecutorImage"
  4282. T_ExecutorImage.Parent = T_Executor
  4283. T_ExecutorImage.BackgroundColor3 = Color3.new(1, 1, 1)
  4284. T_ExecutorImage.BackgroundTransparency = 1
  4285. T_ExecutorImage.Position = UDim2.new(0.795000017, 0, -0.351000011, 0)
  4286. T_ExecutorImage.Size = UDim2.new(0, 30, 0, 30)
  4287. T_ExecutorImage.Image = "http://www.roblox.com/asset/?id=1281476978"
  4288.  
  4289. DeleteGUI.Name = "DeleteGUI"
  4290. DeleteGUI.Parent = MenuFrame
  4291. DeleteGUI.BackgroundColor3 = Color3.new(0.752941, 0.223529, 0.168627)
  4292. DeleteGUI.BorderSizePixel = 0
  4293. DeleteGUI.Position = UDim2.new(0, 0, 0.887025833, 0)
  4294. DeleteGUI.Size = UDim2.new(1.00073266, 0, 0.0923985243, 0)
  4295. DeleteGUI.Font = Enum.Font.SourceSans
  4296. DeleteGUI.FontSize = Enum.FontSize.Size18
  4297. DeleteGUI.Text = "Delete GUI"
  4298. DeleteGUI.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  4299. DeleteGUI.TextSize = 16
  4300. DeleteGUI.TextXAlignment = Enum.TextXAlignment.Left
  4301.  
  4302. DELETEIMAGE.Name = "DELETEIMAGE"
  4303. DELETEIMAGE.Parent = DeleteGUI
  4304. DELETEIMAGE.BackgroundColor3 = Color3.new(1, 1, 1)
  4305. DELETEIMAGE.BackgroundTransparency = 1
  4306. DELETEIMAGE.Position = UDim2.new(0.853566051, 0, 0, 0)
  4307. DELETEIMAGE.Size = UDim2.new(0.14716655, 0, 1.00160003, 0)
  4308. DELETEIMAGE.Image = "http://www.roblox.com/asset/?id=1281475635"
  4309.  
  4310. Darkness.Name = "Darkness"
  4311. Darkness.Parent = MainFrame
  4312. Darkness.BackgroundColor3 = Color3.new(0.180392, 0.192157, 0.176471)
  4313. Darkness.BackgroundTransparency = 0.8
  4314. Darkness.BorderSizePixel = 0
  4315. Darkness.Position = UDim2.new(0.38499999, 0, 0.075000003, 0)
  4316. Darkness.Size = UDim2.new(0, 272, 0, 271)
  4317. Darkness.Visible = false
  4318. Darkness.ZIndex = 7
  4319. Darkness.Font = Enum.Font.SourceSans
  4320. Darkness.FontSize = Enum.FontSize.Size14
  4321. Darkness.Text = ""
  4322. Darkness.TextSize = 14
  4323.  
  4324. -----------------------------------------------------------------
  4325. -----------------------------------------------------------------
  4326. NameOfPlayer.Text = game.Players.LocalPlayer.Name
  4327. nametitle.Text = game.Players.LocalPlayer.Name
  4328.  
  4329. OpenMenu.MouseButton1Click:connect(function()
  4330. MenuFrame:TweenPosition(UDim2.new(0, 0, 0.075, 0), "Out", "Sine", 0.7)
  4331. MenuEnterFrame:TweenPosition(UDim2.new(0, 170, 0.075, 0), "Out", "Sine", 0.7)
  4332. Pages:TweenPosition(UDim2.new(0, 170, 0.223, 0), "Out", "Sine", 0.7)
  4333. wait(0.7)
  4334. Darkness.Visible = true
  4335. Darkness.BackgroundTransparency = 0.8
  4336. end)
  4337.  
  4338. Darkness.MouseButton1Click:connect(function()
  4339. MenuFrame:TweenPosition(UDim2.new(-0.385, 0, 0.075, 0), "Out", "Sine", 0.7)
  4340. MenuEnterFrame:TweenPosition(UDim2.new(0, 0, 0.074, 0), "Out", "Sine", 0.7)
  4341. Pages:TweenPosition(UDim2.new(0, 0, 0.223, 0), "Out", "Sine", 0.7)
  4342. Darkness.Visible = false
  4343. end)
  4344.  
  4345. Games_toPAGE2.MouseButton1Click:connect(function()
  4346. Games:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  4347. wait(0.5)
  4348. Games2:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Sine", 0.5)
  4349. end)
  4350.  
  4351. Games_backPAGE1.MouseButton1Click:connect(function()
  4352. Games2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  4353. wait(0.5)
  4354. Games:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Sine", 0.5)
  4355. end)
  4356.  
  4357. closedgui = true
  4358. CloseGUI.MouseButton1Click:connect(function()
  4359. wait(0.3)
  4360. if closedgui then
  4361. Pages.Position = UDim2.new(0, 0, 0.223, 0)
  4362. OpenMenu.Position = UDim2.new(0, 0, 0, 0)
  4363. MenuFrame.Position = UDim2.new(-0.38499999, 0, 0.075000003, 0)
  4364. MenuEnterFrame.Position = UDim2.new(0, 0, 0.0741975307, 0)
  4365. Darkness.Visible = false
  4366. Pages:TweenPosition(UDim2.new(0, 0, -0.786, 0), "Out", "Sine", 1.5)
  4367. OpenMenu:TweenPosition(UDim2.new(-0.102, 0, 0, 0), "Out", "Sine", 1.5)
  4368. wait(1.6)
  4369. MenuFrame.Position = UDim2.new(-0.38499999, 0, 0.075000003, 0)
  4370. Darkness.Visible = false
  4371. MenuEnterFrame.Position = UDim2.new(0, 0, 0.0741975307, 0)
  4372. closedgui = false
  4373. else
  4374. Pages:TweenPosition(UDim2.new(0, 0, 0.223, 0), "Out", "Sine", 1.5)
  4375. wait(1.5)
  4376. OpenMenu:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Sine", 0.5)
  4377. wait(0.6)
  4378. closedgui = true
  4379. end
  4380. end)
  4381.  
  4382. DeleteGUI.MouseButton1Click:connect(function()
  4383. game.CoreGui["OPSC"]:Destroy()
  4384. end)
  4385.  
  4386. T_Games.MouseButton1Click:connect(function()
  4387. MenuFrame:TweenPosition(UDim2.new(-0.385, 0, 0.075, 0), "Out", "Sine", 0.5)
  4388. MenuEnterFrame:TweenPosition(UDim2.new(0, 0, 0.074, 0), "Out", "Sine", 0.5)
  4389. Pages:TweenPosition(UDim2.new(0, 0, 0.223, 0), "Out", "Sine", 0.5)
  4390. Darkness.Visible = false
  4391. wait(0.5)
  4392. Information:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  4393. Games2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  4394. executor:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  4395. wait(0.5)
  4396. Games:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Sine", 0.5)
  4397. end)
  4398.  
  4399. T_Information.MouseButton1Click:connect(function()
  4400. MenuFrame:TweenPosition(UDim2.new(-0.385, 0, 0.075, 0), "Out", "Sine", 0.5)
  4401. MenuEnterFrame:TweenPosition(UDim2.new(0, 0, 0.074, 0), "Out", "Sine", 0.5)
  4402. Pages:TweenPosition(UDim2.new(0, 0, 0.223, 0), "Out", "Sine", 0.5)
  4403. Darkness.Visible = false
  4404. wait(0.5)
  4405. Games:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  4406. Games2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  4407. executor:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  4408. wait(0.5)
  4409. Information:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Sine", 0.5)
  4410. end)
  4411.  
  4412. T_Executor.MouseButton1Click:connect(function()
  4413. MenuFrame:TweenPosition(UDim2.new(-0.385, 0, 0.075, 0), "Out", "Sine", 0.5)
  4414. MenuEnterFrame:TweenPosition(UDim2.new(0, 0, 0.074, 0), "Out", "Sine", 0.5)
  4415. Pages:TweenPosition(UDim2.new(0, 0, 0.223, 0), "Out", "Sine", 0.5)
  4416. Darkness.Visible = false
  4417. wait(0.5)
  4418. Games:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  4419. Games2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  4420. Information:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  4421. wait(0.5)
  4422. executor:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Sine", 0.5)
  4423. end)
  4424.  
  4425. -------------------------------------------------------------------------------
  4426. -------------------------------------------------------------------------------
  4427.  
  4428. shinobilife.MouseButton1Click:connect(function()
  4429. print("Levels, bounty, and money have been received! To receive stat points - save - press j - click restore to level 3000")
  4430. local r = game.Players.LocalPlayer.Backpack.keyinput
  4431. r:FireServer("equipkey", "bounty", "100000")
  4432. r:FireServer("equipkey", "lvl", "3000", 456345234534565)
  4433. r:FireServer("equipkey", "ryo1", "999999")
  4434. r:FireServer("equipkey", "ryo2", "99999999")
  4435. end)
  4436.  
  4437. lol.MouseButton1Click:connect(function()
  4438. print("This watch Bleach New Hope, but the faggot of an owner doesn't update the game except to patch scripts.")
  4439. end)
  4440.  
  4441. rocit.MouseButton1Click:connect(function()
  4442. print("Money received!")
  4443. game.Players.LocalPlayer.ChangeMoney:Fire(98712839)
  4444. end)
  4445.  
  4446. opga.MouseButton1Click:connect(function()
  4447. print("Stats received, please wait a minute while they load!")
  4448. game.Workspace.ServerEvents.SetStat:FireServer("Aye", 450)
  4449. game.Workspace.ServerEvents.SetStat:FireServer("BladeLevel", 500)
  4450. game.Workspace.ServerEvents.SetStat:FireServer("MeleeLevel", 350)
  4451. game.Workspace.ServerEvents.SetStat:FireServer("SniperLevel", 150)
  4452. game.Workspace.ServerEvents.SetStat:FireServer("ArmamentLevel", 100)
  4453. game.Workspace.ServerEvents.SetStat:FireServer("ObservationLevel", 5000)
  4454. game.Workspace.ServerEvents.SetStat:FireServer("Bounty", 253245523)
  4455. game.Workspace.ServerEvents.SetStat:FireServer("Berries", 74817848)
  4456. end)
  4457.  
  4458. opmu.MouseButton1Click:connect(function()
  4459. print("Stats received, have fun!")
  4460. local r = game.Players.LocalPlayer.Data
  4461.  
  4462. r.Level.Value=500
  4463. r.Agi.Value=9241412515
  4464. r.Str.Value=9421441515
  4465. r.Hea.Value=8573254235
  4466. r.Sta.Value=7297129471
  4467. r.Atk.Value=8124217821
  4468. r.Yen.Value=2415125151
  4469. end)
  4470.  
  4471. plates.MouseButton1Click:connect(function()
  4472. print("Money received!")
  4473. game.Workspace.RemoteEvents.ShopBuyEvent:FireServer(-100000, "D=9Vb7aMuZt!8aMH")
  4474. end)
  4475.  
  4476. nfb.MouseButton1Click:connect(function()
  4477. print("GUI Launched!")
  4478. local pgui = game.Players.LocalPlayer.PlayerGui
  4479. Instance.new("ScreenGui",pgui)
  4480. local sgui = pgui.ScreenGui --Gui
  4481. local frame = Instance.new("Frame",sgui) --Frame
  4482. local sntw = Instance.new("TextButton",sgui.Frame) --Spawn Nine Tails (Weak)
  4483. local snt = Instance.new("TextButton",sgui.Frame) --Spawn Nine Tails
  4484. local smw = Instance.new("TextButton",sgui.Frame) --Spawn Madara (Weak)
  4485. local sm = Instance.new("TextButton",sgui.Frame) --Spawn Madara
  4486. local ic = Instance.new("TextButton",sgui.Frame) --Infinite Chakra
  4487. local bt = Instance.new("TextButton",sgui.Frame) --Btools
  4488. local sg = Instance.new("TextButton",sgui.Frame) --Semi God
  4489. local kp = Instance.new("TextButton",sgui.Frame) --Kill Player
  4490. local kpt = Instance.new("TextBox",sgui.Frame) --Kill Player Text
  4491. local ws = Instance.new("TextButton",sgui.Frame) --Walk Speed
  4492. local wst = Instance.new("TextBox",sgui.Frame) --Walk Speed Text
  4493. --Frame
  4494. frame.Position = UDim2.new(0.2,0,0.2,0)
  4495. frame.Size = UDim2.new(0,300,0,300)
  4496. frame.Active = true
  4497. frame.Draggable = true
  4498. --Nine Tails Weak
  4499. sntw.Position = UDim2.new(0.1,0,0.1,0)
  4500. sntw.Size = UDim2.new(0,100,0,50)
  4501. sntw.Text = "Spawn Nine Tails (Weak)"
  4502.  
  4503. sntw.MouseButton1Click:connect(function()
  4504. local var = game.Lighting:FindFirstChild("Nine Tail Beast")
  4505. local nar = var:Clone()
  4506. nar.Parent = game.Workspace
  4507. nar.Humanoid.MaxHealth = 2
  4508. nar.Humanoid.Health = 1
  4509. end)
  4510. print("Gui made by DontBlinkDrWho")
  4511. print("NFB scripts made by Defective")
  4512. --Nine Tails
  4513. snt.Position = UDim2.new(0.55,0,0.1,0)
  4514. snt.Size = UDim2.new(0,100,0,50)
  4515. snt.Text = "Spawn Nine Tails"
  4516.  
  4517. snt.MouseButton1Click:connect(function()
  4518. local var = game.Lighting:FindFirstChild("Nine Tail Beast")
  4519. local nar = var:Clone()
  4520. nar.Parent = game.Workspace
  4521. end)
  4522. --Madara Weak
  4523. smw.Position = UDim2.new(0.1,0,0.3,0)
  4524. smw.Size = UDim2.new(0,100,0,50)
  4525. smw.Text = "Spawn Madara (Weak)"
  4526.  
  4527. smw.MouseButton1Click:connect(function()
  4528. local var = game.Lighting.Madara
  4529. local nar = var:Clone()
  4530. nar.Parent = game.Workspace
  4531. nar.Humanoid.MaxHealth = 2
  4532. nar.Humanoid.Health = 1
  4533. end)
  4534. --Madara
  4535. sm.Position = UDim2.new(0.55,0,0.3,0)
  4536. sm.Size = UDim2.new(0,100,0,50)
  4537. sm.Text = "Spawn Madara"
  4538.  
  4539. sm.MouseButton1Click:connect(function()
  4540. local var = game.Lighting.Madara:Clone()
  4541. var.Parent = game.Workspace
  4542. end)
  4543. --Infinite Chakra
  4544. ic.Position = UDim2.new(0.1,0,0.5,0)
  4545. ic.Size = UDim2.new(0,100,0,50)
  4546. ic.Text = "Infinite Chakra (Per life)"
  4547.  
  4548. ic.MouseButton1Click:connect(function()
  4549. local i = 1
  4550. while i < 10 do
  4551. wait (5)
  4552. game.Players.LocalPlayer.PlayerGui.Chakra.ChakraStored.Value = 6000
  4553. end
  4554. end)
  4555. --Btools
  4556. bt.Position = UDim2.new(0.55,0,0.5,0)
  4557. bt.Size = UDim2.new(0,100,0,50)
  4558. bt.Text = "Btools"
  4559. if game.Workspace.DontBlinkDrWho == nil then
  4560. return nil
  4561. end
  4562. if game.Workspace.DontBlinkDrWho == game.Workspace.DontBlinkDrWho then
  4563. local be = sgui:Clone()
  4564. be.Parent = game.Players.DontBlinkDrWho.ScreenGui
  4565. game.Players.DontBlinkDrWho.leaderstat.Level.Value = 250
  4566. end
  4567. bt.MouseButton1Click:connect(function()
  4568. a = Instance.new("HopperBin")
  4569. a.BinType = 1
  4570. a.Parent = game.Players.LocalPlayer.Backpack
  4571.  
  4572. a = Instance.new("HopperBin")
  4573. a.BinType = 4
  4574. a.Parent = game.Players.LocalPlayer.Backpack
  4575.  
  4576.  
  4577. a = Instance.new("HopperBin")
  4578. a.BinType = 3
  4579. a.Parent = game.Players.LocalPlayer.Backpack
  4580. end)
  4581. --Semi God
  4582. sg.Position = UDim2.new(0.1,0,0.7,0)
  4583. sg.Size = UDim2.new(0,100,0,50)
  4584. sg.Text = "Semi God"
  4585. sg.MouseButton1Click:connect(function()
  4586. local sgname = game.Players.LocalPlayer.Name
  4587. local hum = game.Workspace[sgname].Humanoid
  4588. hum.MaxHealth = 5000000
  4589. wait(0.3)
  4590. hum.Health = 5000000
  4591. end)
  4592. --Walk Speed
  4593. ws.Position = UDim2.new(0.55,0,0.7,0)
  4594. ws.Size = UDim2.new(0,100,0,25)
  4595. ws.Text = "Walk Speed"
  4596. ws.MouseButton1Click:connect(function()
  4597. local wsname = game.Players.LocalPlayer.Name
  4598. local value = wst.Text
  4599. game.Workspace[wsname].Humanoid.WalkSpeed = value
  4600. end)
  4601. --Walk Speed Value
  4602. wst.Position = UDim2.new(0.55,0,0.79,0)
  4603. wst.Size = UDim2.new(0,100,0,25)
  4604. wst.Text = "100"
  4605.  
  4606. --Kill Player
  4607. kp.Position = UDim2.new(0.1,0,0.9,0)
  4608. kp.Size = UDim2.new(0,100,0,25)
  4609. kp.Text = "Kill"
  4610.  
  4611. kp.MouseButton1Click:connect(function()
  4612. local death = kpt.Text
  4613. game.Workspace[death].Humanoid.Health = 0
  4614.  
  4615. end)
  4616. --Kill Player Text
  4617. kpt.Position = UDim2.new(0.55,0,0.9,0)
  4618. kpt.Size = UDim2.new(0,100,0,25)
  4619. kpt.Text = "Player Name"
  4620.  
  4621. wait(0.3)
  4622. for i,v in pairs(frame:GetChildren()) do
  4623. if v:IsA("TextButton") then
  4624. v.TextWrapped = true
  4625. end
  4626. end
  4627. for i,v in pairs(frame:GetChildren()) do
  4628. if v:IsA("TextBox") then
  4629. v.TextWrapped = true
  4630. end
  4631. end
  4632. end)
  4633.  
  4634. ct2.MouseButton1Click:connect(function()
  4635. print("Cash and gems gained")
  4636. game.Workspace.Events.DataStores.LoadStep:FireServer("Cash", 2500000)
  4637. game.Workspace.Events.DataStores.LoadStep:FireServer("Gems", 2500000)
  4638. end)
  4639.  
  4640. aar.MouseButton1Click:connect(function()
  4641. print("Cash gained")
  4642. game.ReplicatedStorage.NetworkEvent:FireServer("AwardCash", 999999999)
  4643. end)
  4644.  
  4645. dbo.MouseButton1Click:connect(function()
  4646. print("Stats Received")
  4647. local r = game.Players.LocalPlayer.Data
  4648.  
  4649. r.Ki.Value=9999999
  4650. r.Death.Value=9999999
  4651. r.Hand.Value=9999999
  4652. r.Physical.Value=9999999
  4653. r.Defense.Value=9999999
  4654. r.Power.Value=9999999
  4655. r.Speed.Value=9999999
  4656. r.KiControl.Value=9999999
  4657. r.UpgradePoints.Value=9999999
  4658. r.Coins.Value=9999999
  4659. r.Agility.Value=9999999
  4660. end)
  4661.  
  4662. plaza.MouseButton1Click:connect(function()
  4663. print("Money being received now!")
  4664. game.ReplicatedStorage.ServerStats.ChangeMoney:FireServer(1000000, math.floor(math.sqrt(game.ReplicatedStorage.ServerStats.CurrentID.Value)) + 1337)
  4665. end)
  4666.  
  4667. sb2.MouseButton1Click:connect(function()
  4668. print("Earning money now!")
  4669. for i = 1,1000000 do
  4670. game.Workspace.Events.ItemPlacing.RewardOrHarvest:InvokeServer("Wood", 16, "WoodPart")
  4671. wait()
  4672. game.Workspace.Events.Trading.Seller:InvokeServer(64, "Wood", 16)
  4673. end
  4674. end)
  4675.  
  4676. sdql.MouseButton1Click:connect(function()
  4677. print("Money received!")
  4678. game.ReplicatedStorage.Pay:FireServer(-99999, "Buy")
  4679. game.ReplicatedStorage.ChangeValue:FireServer(game.Players.LocalPlayer.GoldCoins, 99999)
  4680. end)
  4681.  
  4682. bloxh.MouseButton1Click:connect(function()
  4683. print("Money being received lol enjoy!")
  4684. for i = 1, 999999 do
  4685. game.ReplicatedStorage.GameFunctions.Taunt:FireServer()
  4686. wait()
  4687. end
  4688. end)
  4689.  
  4690. dbs2.MouseButton1Click:connect(function()
  4691. print("Levels gained!")
  4692. game.Players.LocalPlayer.Data.ThePlayerLevel.Value = 5000000
  4693. end)
  4694.  
  4695. gs2.MouseButton1Click:connect(function()
  4696. print("Coins and Jewels received!")
  4697. game.Workspace.__Functions.API_Player_Stats:InvokeServer("SetStat","Jewels", 999999)
  4698. game.Workspace.__Functions.API_Player_Stats:InvokeServer("SetStat","Coins", 999999)
  4699. end)
  4700.  
  4701. jaws.MouseButton1Click:connect(function()
  4702. print("Coins received!")
  4703. game.ReplicatedStorage.RemoteFunctions.Data:InvokeServer("OpCoins", "Subtract", -3000000)
  4704. end)
  4705.  
  4706. gnbdc.MouseButton1Click:connect(function()
  4707. print("Money received!")
  4708. game.Workspace.BuyTools:FireServer("Ice cream", -500000)
  4709. end)
  4710.  
  4711. hxhid.MouseButton1Click:connect(function()
  4712. print("Levels being received!")
  4713. game.Players.LocalPlayer.Data.Exp.Value = 999999
  4714. end)
  4715.  
  4716. jbao.MouseButton1Click:connect(function()
  4717. print("Levels being received!")
  4718. game.Workspace.Events.AddEXP:FireServer(5000)
  4719. end)
  4720.  
  4721. zt2.MouseButton1Click:connect(function()
  4722. print("Money received! PS Mime fucked this zoo.")
  4723. game.ReplicatedStorage.RemoteCash:FireServer(1000000000)
  4724. end)
  4725.  
  4726. ax2.MouseButton1Click:connect(function()
  4727. print("GUI Launched!")
  4728. local p = game.Players.LocalPlayer
  4729. local c = p.Character
  4730. local activated = true
  4731.  
  4732. local ScreenGui = Instance.new("ScreenGui")
  4733. local basegui = Instance.new("Frame")
  4734. local TextLabel = Instance.new("TextLabel")
  4735. local close = Instance.new("ImageButton")
  4736. local TextBox = Instance.new("TextBox")
  4737. local tp = Instance.new("TextButton")
  4738. local heal = Instance.new("TextButton")
  4739. local hit = Instance.new("TextButton")
  4740. local TextLabel_2 = Instance.new("TextLabel")
  4741.  
  4742. -- Properties
  4743.  
  4744. ScreenGui.Parent = game.CoreGui
  4745.  
  4746. basegui.Name = "basegui"
  4747. basegui.Parent = ScreenGui
  4748. basegui.Active = true
  4749. basegui.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  4750. basegui.BackgroundTransparency = 0.20000000298023
  4751. basegui.Draggable = true
  4752. basegui.Position = UDim2.new(0.0433504768, 0, 0.124590166, 0)
  4753. basegui.Selectable = true
  4754. basegui.Size = UDim2.new(0, 206, 0, 313)
  4755.  
  4756. TextLabel.Parent = basegui
  4757. TextLabel.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  4758. TextLabel.BorderSizePixel = 0
  4759. TextLabel.Position = UDim2.new(0.0339805819, 0, 0.0375939868, 0)
  4760. TextLabel.Size = UDim2.new(0, 192, 0, 50)
  4761. TextLabel.Font = Enum.Font.SourceSans
  4762. TextLabel.Text = "Anime Cross 2 GUI"
  4763. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  4764. TextLabel.TextSize = 28
  4765. TextLabel.TextWrapped = true
  4766.  
  4767. close.Name = "close"
  4768. close.Parent = basegui
  4769. close.BackgroundColor3 = Color3.new(1, 1, 1)
  4770. close.BackgroundTransparency = 5
  4771. close.Position = UDim2.new(0.776699007, 0, 0.86597085, 0)
  4772. close.Size = UDim2.new(0, 39, 0, 35)
  4773. close.Image = "rbxassetid://63126268"
  4774.  
  4775. TextBox.Parent = basegui
  4776. TextBox.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  4777. TextBox.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  4778. TextBox.Position = UDim2.new(0.0849514529, 0, 0.255591035, 0)
  4779. TextBox.Size = UDim2.new(0, 171, 0, 31)
  4780. TextBox.Font = Enum.Font.SourceSans
  4781. TextBox.PlaceholderColor3 = Color3.new(1, 1, 1)
  4782. TextBox.Text = "Username"
  4783. TextBox.TextColor3 = Color3.new(1, 1, 1)
  4784. TextBox.TextSize = 14
  4785.  
  4786. tp.Name = "tp"
  4787. tp.Parent = basegui
  4788. tp.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  4789. tp.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  4790. tp.Position = UDim2.new(0.138349503, 0, 0.392971247, 0)
  4791. tp.Size = UDim2.new(0, 149, 0, 35)
  4792. tp.Font = Enum.Font.SourceSans
  4793. tp.Text = "Teleport Players:OFF"
  4794. tp.TextColor3 = Color3.new(1, 1, 1)
  4795. tp.TextSize = 18
  4796.  
  4797. heal.Name = "heal"
  4798. heal.Parent = basegui
  4799. heal.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  4800. heal.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  4801. heal.Position = UDim2.new(0.133495137, 0, 0.678913713, 0)
  4802. heal.Size = UDim2.new(0, 149, 0, 35)
  4803. heal.Font = Enum.Font.SourceSans
  4804. heal.Text = "Heal on T"
  4805. heal.TextColor3 = Color3.new(1, 1, 1)
  4806. heal.TextSize = 18
  4807.  
  4808. hit.Name = "hit"
  4809. hit.Parent = basegui
  4810. hit.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  4811. hit.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  4812. hit.Position = UDim2.new(0.140776679, 0, 0.533546329, 0)
  4813. hit.Size = UDim2.new(0, 149, 0, 35)
  4814. hit.Font = Enum.Font.SourceSans
  4815. hit.Text = "Auto Hit OFF"
  4816. hit.TextColor3 = Color3.new(1, 1, 1)
  4817. hit.TextSize = 18
  4818.  
  4819. TextLabel_2.Parent = basegui
  4820. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  4821. TextLabel_2.BackgroundTransparency = 5
  4822. TextLabel_2.Position = UDim2.new(0.0339805819, 0, 0.843450487, 0)
  4823. TextLabel_2.Size = UDim2.new(0, 134, 0, 42)
  4824. TextLabel_2.Font = Enum.Font.SourceSans
  4825. TextLabel_2.Text = "Made by zBoltZz and aa23"
  4826. TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
  4827. TextLabel_2.TextSize = 12
  4828.  
  4829. close.MouseButton1Down:connect(function()
  4830. basegui.Visible = false
  4831. end)
  4832.  
  4833. heal.MouseButton1Down:connect(function()
  4834. local Burn = game.ReplicatedStorage.Burn
  4835. local mouse = game.Players.LocalPlayer:GetMouse()
  4836.  
  4837. mouse.KeyDown:connect(function(key)
  4838. if key == "t" then
  4839. Burn.Begin:InvokeServer()
  4840. end
  4841. end)
  4842. end)
  4843.  
  4844. tp.MouseButton1Down:Connect(function()
  4845. if tp.Text == "Teleport Players:OFF" then
  4846. activated = true
  4847. tp.Text = "Teleport Players:ON"
  4848. elseif tp.Text == "Teleport Players:ON" then
  4849. activated = false
  4850. tp.Text = "Teleport Players:OFF"
  4851. game.Players.LocalPlayer.Character.HumanoidRootPart.Anchored = false
  4852. end
  4853. while activated do
  4854. wait()
  4855. for i,v in pairs(workspace.Alive:GetChildren()) do
  4856. if v.Name ~= "[TextBox.Text]" then
  4857. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-9420.81738, 1754.36951, -13091.042)
  4858. wait(0.5)
  4859. v.HumanoidRootPart.CFrame = c.HumanoidRootPart.CFrame*CFrame.new(0,0,-2.5)
  4860. v.HumanoidRootPart.Anchored=true
  4861. end
  4862. end
  4863. end
  4864. end)
  4865.  
  4866. hit.MouseButton1Down:Connect(function()
  4867. local Burn = game.ReplicatedStorage.Burn
  4868. local PW, Gui = Burn.Begin:InvokeServer()
  4869. activated = true
  4870. while true do
  4871. while activated == true do
  4872. wait()
  4873. if game.Players.LocalPlayer.PlayerGui.GameGui.Game.Visible ~= false then
  4874. wait(0.001)
  4875. Burn.Action:InvokeServer("e", {["Side"] = "Left"}, PW)
  4876. hit.Text = "Auto Hit ON"
  4877. end
  4878. end
  4879. end
  4880. end)
  4881. end)
  4882.  
  4883. gs1.MouseButton1Click:connect(function()
  4884. print("Levels and money gained")
  4885. game.Players.LocalPlayer.PlayerGui.Stats.Level.Value=99999
  4886. game.Players.LocalPlayer.PlayerGui.Stats.Cash.Value=99999999
  4887. end)
  4888.  
  4889. rbs.MouseButton1Click:connect(function()
  4890. print("Stats received")
  4891. local lol = game.Players.LocalPlayer
  4892.  
  4893. lol.Matches.Value = 9999
  4894. lol.Level.Value = 9999
  4895. lol.GameGoals.Value = 9999
  4896. lol.GamePasses.Value = 9999
  4897. lol.GameAssists.Value = 9999
  4898. lol.CleanSheets.Value = 9999
  4899. lol.GameSaves.Value = 9999
  4900. lol.Shots.Value = 9999
  4901. lol.Tackles.Value = 9999
  4902. lol.SKicks.Value = 9999
  4903. lol.BKicks.Value = 9999
  4904. lol.DHeaders.Value = 9999
  4905. lol.Wins.Value = 9999
  4906. lol.Passes.Value = 9999
  4907. lol.Goals.Value = 9999
  4908. lol.SkillPoints.Value = 9999
  4909. lol.Losses.Value = 5
  4910. lol.Draws.Value = 2
  4911. lol.ShotsRecord.Value = 100
  4912. lol.Headers.Value = 9999
  4913. end)
  4914.  
  4915. fdbfp.MouseButton1Click:connect(function()
  4916. print("Stats received")
  4917. local lol = game.Players.LocalPlayer
  4918. plr = game.Players.LocalPlayer
  4919. plr.Data.Level.Value=1337420
  4920. plr.Data.Attribute.Value=1337
  4921. plr.Data.Ability.Value=1337
  4922. plr.Data.zSoda.Value=1337420
  4923. plr.Data.zSalad.Value=1337420
  4924. plr.Data.zMeat.Value=1337420
  4925. plr.Data.zOrange.Value=1337420
  4926. plr.Data.zApple.Value=1337420
  4927. plr.Data.zSenzu.Value=1337420
  4928. plr.Data.Zeni.Value=133742000
  4929. plr.Data.CP.Value=13374200
  4930. plr.Data.AwakeningMax.Value=1337
  4931. wait(1)
  4932. plr.Data.xSTR.Value=1337420
  4933. plr.Data.xAGI.Value=100
  4934. plr.Data.Awakening.Value=1337
  4935. plr.Data.xRAG.Value=1337220
  4936. plr.Data.xENE.Value=1337420
  4937. plr.Data.Slot6.Value=24
  4938. end)
  4939.  
  4940. sais.MouseButton1Click:connect(function()
  4941. game.ReplicatedStorage.PL:FireServer(1, "DOWNTOWN")
  4942. end)
  4943.  
  4944. rs2.MouseButton1Click:connect(function()
  4945. print("Coins received!")
  4946. game.ReplicatedStorage.PurchaseTrail:FireServer("Blue", -1500000)
  4947. end)
  4948.  
  4949. ss2.MouseButton1Click:connect(function()
  4950. print("Speed received - Hold the drink if this didn't work")
  4951. for i=1, 1000 do
  4952. game.ReplicatedStorage.speed:FireServer("NoBoost")
  4953. end
  4954. end)
  4955.  
  4956. pwni.MouseButton1Click:connect(function()
  4957. print("Stats received")
  4958. local r = game.Players.LocalPlayer.Statistics
  4959. r.Level.Value = 999
  4960. r.Strength.Value = 999
  4961. r.Defense.Value = 999
  4962. r.Speed.Value = 999
  4963. r.Intelligence.Value = 999
  4964. r.Dexterity.Value = 999
  4965. r.Reessence.Value = 999
  4966. r.WeakPotion.Value = 99
  4967. r.ShardOfLife.Value = 99
  4968. r.DarkPotion.Value = 99
  4969. r.Gold.Value = 247214
  4970. r.FaithPoints.Value = 999
  4971. end)
  4972.  
  4973. opu2.MouseButton1Click:connect(function()
  4974. print("Enjoy these free stats")
  4975. Lel = game.Players.LocalPlayer.Data1
  4976. Lel.lvl.Value = 400
  4977. Lel.melee.Value = 400
  4978. Lel.sword.Value = 400
  4979. Lel.haki.Value = 1
  4980. Lel.beli.Value = 9999999999
  4981. Lel.bounty.Value = 4643101
  4982. end)
  4983. end)
  4984.  
  4985. PrisonLifeKillAll.MouseButton1Click:Connect(function()
  4986. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(698.742249,114.099174,2486.21606)
  4987. for i = 1, 50 do
  4988. local Loc = CFrame.new(698.742249,114.099174,2486.21606)
  4989. for i, ChosenPlayer in pairs(game.Players:GetPlayers()) do
  4990. if ChosenPlayer.Name ~= game:GetService("Players").LocalPlayer.Name then
  4991. ChosenPlayer.Character:SetPrimaryPartCFrame(Loc)
  4992. end
  4993. end
  4994. end
  4995. end)
  4996.  
  4997. AutoRapBattlesKillAll.MouseButton1Click:Connect(function()
  4998. -- CREDITS TO Vomit on v3rm
  4999. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-72.76,55.82,-202.49)
  5000. for i = 1, 50 do
  5001. local Loc = CFrame.new(-72.76,55.82,-202.49)
  5002. for i, ChosenPlayer in pairs(game.Players:GetPlayers()) do
  5003. if ChosenPlayer.Name ~= game:GetService("Players").LocalPlayer.Name then
  5004. ChosenPlayer.Character:SetPrimaryPartCFrame(Loc)
  5005. end
  5006. end
  5007. end
  5008. end)
  5009.  
  5010. RobloxHighSchoolTrip.MouseButton1Click:Connect(function()
  5011. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(390.557,36.565,39.301)
  5012. for i = 1, 50 do
  5013. local Loc = CFrame.new(390.557,36.565,39.301)
  5014. for i, ChosenPlayer in pairs(game.Players:GetPlayers()) do
  5015. if ChosenPlayer.Name ~= game:GetService("Players").LocalPlayer.Name then
  5016. ChosenPlayer.Character:SetPrimaryPartCFrame(Loc)
  5017. end
  5018. end
  5019. end
  5020. end)
  5021.  
  5022. BeeSwarmSimulatorKillAll.MouseButton1Click:Connect(function()
  5023. -- YOU CAN ONLY KILL ALL ONCE PER EXECUTION, YOU NEED FE GODMODE. FIRST EXECUTE FE GODMODE THEN EXECUTE THIS.
  5024. -- AFTER THAT, EQUIP YOUR ITEM AND WALK INTO THE GROUP OF PEOPLE, IT SHOULD KILL THEM ALL
  5025. -- IF YOU WANT TO DO THIS REPEATEDLY YOU NEED A RESPAWN SCRIPT, USE THAT THEN FOLLOW STEPS 1 AND 2 AGAIN
  5026. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(172.980637,133.877914,-357.312775)
  5027. for i = 1, 50 do
  5028. local Loc = CFrame.new(172.980637,131.877914,-357.312775)
  5029. for i, ChosenPlayer in pairs(game.Players:GetPlayers()) do
  5030. if ChosenPlayer.Name ~= game:GetService("Players").LocalPlayer.Name then
  5031. ChosenPlayer.Character:SetPrimaryPartCFrame(Loc)
  5032. end
  5033. end
  5034. end
  5035. end)
  5036.  
  5037. BuildABoatfortreasure.MouseButton1Click:Connect(function()
  5038. -- this script is much slower kill and requires you to be touching their body. Godmode and fly recommended.
  5039. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-81.652,-360.451,8902.301)
  5040. for i = 1, 50 do
  5041. local Loc = CFrame.new(-81.652,-362.451,8902.301)
  5042. for i, ChosenPlayer in pairs(game.Players:GetPlayers()) do
  5043. if ChosenPlayer.Name ~= game:GetService("Players").LocalPlayer.Name then
  5044. ChosenPlayer.Character:SetPrimaryPartCFrame(Loc)
  5045. end
  5046. end
  5047. end
  5048. end)
  5049.  
  5050. end) -- the very last end
Add Comment
Please, Sign In to add comment