thi2004

Gui S.O.P v2.3 Version ko wl ko pass

Jan 1st, 2019
1,250
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 229.47 KB | None | 0 0
  1. local Main = Instance.new("ScreenGui")
  2. local MainFrame = Instance.new("Frame")
  3. local ScriptsFrame = Instance.new("Frame")
  4. local Home = Instance.new("TextButton")
  5. local HomeFrame = Instance.new("ScrollingFrame")
  6. local HomeLabel1 = Instance.new("TextLabel")
  7. local HomeLabel2 = Instance.new("TextLabel")
  8. local HomeLabel3 = Instance.new("TextLabel")
  9. local HomeLabel4 = Instance.new("TextLabel")
  10. local NpcTp = Instance.new("TextButton")
  11. local NpcTpFrame = Instance.new("ScrollingFrame")
  12. local NpcTpLabel = Instance.new("TextLabel")
  13. local TPAttackingNoob = Instance.new("TextButton")
  14. local TPBuggyPirate = Instance.new("TextButton")
  15. local TPBigFullBody = Instance.new("TextButton")
  16. local TPThief = Instance.new("TextButton")
  17. local TPMarine = Instance.new("TextButton")
  18. local TPLuffy = Instance.new("TextButton")
  19. local IslandTp = Instance.new("TextButton")
  20. local IslandTpFrame = Instance.new("ScrollingFrame")
  21. local IslandTpLabel = Instance.new("TextLabel")
  22. local TPToLuffyIsland = Instance.new("TextButton")
  23. local TPToBuggyIsland = Instance.new("TextButton")
  24. local TPToDFSellerIsland = Instance.new("TextButton")
  25. local TPToMarineIsland = Instance.new("TextButton")
  26. local TPToNoobIsland = Instance.new("TextButton")
  27. local TPToStarterIsland = Instance.new("TextButton")
  28. local TPToSanjiIsland = Instance.new("TextButton")
  29. local WeaponTp = Instance.new("TextButton")
  30. local WeaponTpFrame = Instance.new("ScrollingFrame")
  31. local WeaponTpLabel = Instance.new("TextLabel")
  32. local TpWoodenSword = Instance.new("TextButton")
  33. local TPKatana = Instance.new("TextButton")
  34. local TpJitte = Instance.new("TextButton")
  35. local TPCutlass = Instance.new("TextButton")
  36. local TPPipe = Instance.new("TextButton")
  37. local TpNonosamaBo = Instance.new("TextButton")
  38. local TpBisento = Instance.new("TextButton")
  39. local TpFlintlock = Instance.new("TextButton")
  40. local TpRifle = Instance.new("TextButton")
  41. local TpGryphon = Instance.new("TextButton")
  42. local QuestTp = Instance.new("TextButton")
  43. local QuestTpFrame = Instance.new("ScrollingFrame")
  44. local QuestTpLabel = Instance.new("TextLabel")
  45. local TpBob = Instance.new("TextButton")
  46. local TpGunNoob = Instance.new("TextButton")
  47. local TpThatNoob = Instance.new("TextButton")
  48. local TpInjuredPirate = Instance.new("TextButton")
  49. local TpSwordNoob = Instance.new("TextButton")
  50. local TpSadNoob = Instance.new("TextButton")
  51. local TpBigHeadBoy = Instance.new("TextButton")
  52. local OtherScripts = Instance.new("TextButton")
  53. local OtherScriptsFrame = Instance.new("ScrollingFrame")
  54. local OtherScriptsLabel = Instance.new("TextLabel")
  55. local DeleteAntiCheat = Instance.new("TextButton")
  56. local Fly = Instance.new("TextButton")
  57. local SpeedHack = Instance.new("TextButton")
  58. local NoClip = Instance.new("TextButton")
  59. local OtherTp = Instance.new("TextButton")
  60. local OtherTpFrame = Instance.new("ScrollingFrame")
  61. local OtherTpLabel = Instance.new("TextLabel")
  62. local TpChest = Instance.new("TextButton")
  63. local TpAllNPC = Instance.new("TextButton")
  64. local TpSwords = Instance.new("TextButton")
  65. local Close = Instance.new("TextButton")
  66. local Tilte = Instance.new("TextButton")
  67. local Tilte1 = Instance.new("TextButton")
  68. local LoginGui = Instance.new("Frame")
  69. local OpenGui = Instance.new("Frame")
  70. local Open = Instance.new("TextButton")
  71. local TpPlayer = Instance.new("TextButton")
  72. local TpPlayerFrame = Instance.new("ScrollingFrame")
  73. local TPPlayerLabel = Instance.new("TextLabel")
  74. local TPToPlayerLabel = Instance.new("TextLabel")
  75. local PlayerName1 = Instance.new("TextBox")
  76. local PlayerName2 = Instance.new("TextBox")
  77. local Tp1 = Instance.new("TextButton")
  78. local Tp2 = Instance.new("TextButton")
  79. local TextLabel = Instance.new("TextLabel")
  80. local ClickTp = Instance.new("TextButton")
  81. local Settings = Instance.new("TextButton")
  82. local SettingsFrame = Instance.new("ScrollingFrame")
  83. local SettingsLabel = Instance.new("TextLabel")
  84. local SpeedValueLabel = Instance.new("TextLabel")
  85. local NoClipButtonLabel = Instance.new("TextLabel")
  86. local FlyButtonLabel = Instance.new("TextLabel")
  87. local SpeedValue = Instance.new("TextBox")
  88. local NoClipButton = Instance.new("TextBox")
  89. local FlyButton = Instance.new("TextBox")
  90. local Esp = Instance.new("TextButton")
  91. local RevizAdmin = Instance.new("TextButton")
  92. --Properties:
  93. Main.Name = "Main"
  94. Main.Parent = game.CoreGui
  95.  
  96. MainFrame.Name = "MainFrame"
  97. MainFrame.Parent = Main
  98. MainFrame.BackgroundColor3 = Color3.new(0.0235294, 0.0235294, 0.0235294)
  99. MainFrame.BorderColor3 = Color3.new(0, 0, 0)
  100. MainFrame.BorderSizePixel = 2
  101. MainFrame.Position = UDim2.new(0.0790000036, 0, 1.70000005, 0)
  102. MainFrame.Size = UDim2.new(0, 296, 0, 303)
  103. MainFrame.Active = true
  104. MainFrame.Draggable = true
  105.  
  106. ScriptsFrame.Name = "ScriptsFrame"
  107. ScriptsFrame.Parent = MainFrame
  108. ScriptsFrame.BackgroundColor3 = Color3.new(0.105882, 0.105882, 0.105882)
  109. ScriptsFrame.BorderSizePixel = 0
  110. ScriptsFrame.Position = UDim2.new(0.638504326, 0, 0.106626049, 0)
  111. ScriptsFrame.Size = UDim2.new(0, 107, 0, 271)
  112. ScriptsFrame.Active = true
  113.  
  114. Home.Name = "Home"
  115. Home.Parent = ScriptsFrame
  116. Home.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  117. Home.Position = UDim2.new(0.0476484932, 0, 0.00255463668, 0)
  118. Home.Size = UDim2.new(0, 100, 0, 30)
  119. Home.Font = Enum.Font.SourceSansLight
  120. Home.Text = "Home"
  121. Home.TextColor3 = Color3.new(0.811765, 0.811765, 0.811765)
  122. Home.TextSize = 14
  123. Home.MouseButton1Click:connect(function()
  124. if HomeFrame.Visible == true then wait(.10)
  125. HomeFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true)
  126. wait(1) HomeFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  127. elseif WeaponTpFrame.Visible == true then wait(.10)
  128. WeaponTpFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) WeaponTpFrame.Visible = false HomeFrame.Visible = true
  129. HomeFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  130. elseif NpcTpFrame.Visible == true then
  131. NpcTpFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) NpcTpFrame.Visible = false HomeFrame.Visible = true
  132. HomeFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  133. elseif IslandTpFrame.Visible == true then
  134. IslandTpFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) IslandTpFrame.Visible = false HomeFrame.Visible = true
  135. HomeFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  136. elseif OtherScriptsFrame.Visible == true then
  137. OtherScriptsFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) OtherScriptsFrame.Visible = false HomeFrame.Visible = true
  138. HomeFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  139. elseif QuestTpFrame.Visible == true then
  140. QuestTpFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) QuestTpFrame.Visible = false HomeFrame.Visible = true
  141. HomeFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  142. elseif OtherTpFrame.Visible == true then
  143. OtherTpFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) OtherScriptsFrame.Visible = false HomeFrame.Visible = true
  144. HomeFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  145. elseif TpPlayerFrame.Visible == true then
  146. TpPlayerFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) TpPlayerFrame.Visible = false HomeFrame.Visible = true
  147. HomeFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  148. elseif SettingsFrame.Visible == true then
  149. SettingsFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) SettingsFrame.Visible = false HomeFrame.Visible = true
  150. HomeFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  151. end
  152. end)
  153.  
  154. HomeFrame.Name = "HomeFrame"
  155. HomeFrame.Parent = Home
  156. HomeFrame.BackgroundColor3 = Color3.new(0.0235294, 0.0235294, 0.0235294)
  157. HomeFrame.BorderColor3 = Color3.new(0.901961, 0.901961, 0.901961)
  158. HomeFrame.BorderSizePixel = 0
  159. HomeFrame.Position = UDim2.new(-1.96854198, 0, 0.109309539, 0)
  160. HomeFrame.Size = UDim2.new(0, 191, 0, 269)
  161. HomeFrame.ScrollBarThickness = 12
  162. HomeFrame.Active = true
  163.  
  164. HomeLabel1.Name = "HomeLabel1"
  165. HomeLabel1.Parent = HomeFrame
  166. HomeLabel1.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  167. HomeLabel1.Position = UDim2.new(-0.00523560215, 0, 0.122676581, 0)
  168. HomeLabel1.Size = UDim2.new(0, 186, 0, 138)
  169. HomeLabel1.Font = Enum.Font.SourceSans
  170. HomeLabel1.Text = "Để Có Bản Cập Nhập Mới Nhất Hãy Join Nhóm Discord : https://discord.gg/rGzCGKr Hoặc Join Nhóm Facebook Group Chia Sẽ Hack Roblox"
  171. HomeLabel1.TextColor3 = Color3.new(1, 1, 1)
  172. HomeLabel1.TextSize = 15
  173. HomeLabel1.TextWrapped = true
  174. HomeLabel1.TextXAlignment = Enum.TextXAlignment.Left
  175. HomeLabel1.TextYAlignment = Enum.TextYAlignment.Top
  176.  
  177. HomeLabel2.Name = "HomeLabel2"
  178. HomeLabel2.Parent = HomeFrame
  179. HomeLabel2.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  180. HomeLabel2.Position = UDim2.new(-0.00575919403, 0, 0.613531411, 0)
  181. HomeLabel2.Size = UDim2.new(0, 186, 0, 49)
  182. HomeLabel2.Font = Enum.Font.SourceSans
  183. HomeLabel2.Text = "Scripts Thuộc Về Group Chia Sẽ Hack Roblox Và Đặng Trường Thi Lưu Ý Mỗi Bản Update Sẽ Đổi Key"
  184. HomeLabel2.TextColor3 = Color3.new(1, 1, 1)
  185. HomeLabel2.TextSize = 14
  186. HomeLabel2.TextWrapped = true
  187. HomeLabel2.TextXAlignment = Enum.TextXAlignment.Left
  188. HomeLabel2.TextYAlignment = Enum.TextYAlignment.Top
  189.  
  190. HomeLabel3.Name = "HomeLabel3"
  191. HomeLabel3.Parent = HomeFrame
  192. HomeLabel3.BackgroundColor3 = Color3.new(0.666667, 0.333333, 1)
  193. HomeLabel3.Size = UDim2.new(0, 186, 0, 33)
  194. HomeLabel3.Font = Enum.Font.SourceSans
  195. HomeLabel3.Text = "Home"
  196. HomeLabel3.TextColor3 = Color3.new(0, 0, 0)
  197. HomeLabel3.TextSize = 14
  198.  
  199. HomeLabel4.Name = "HomeLabel4"
  200. HomeLabel4.Parent = HomeFrame
  201. HomeLabel4.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  202. HomeLabel4.Position = UDim2.new(-0.000523592171, 0, 0.795687556, 0)
  203. HomeLabel4.Size = UDim2.new(0, 186, 0, 53)
  204. HomeLabel4.Font = Enum.Font.SourceSans
  205. HomeLabel4.Text = "Tin Buồn Bản Này Sẽ Là Bản Cập Nhập Cuối Cùng Vì Chỉ Làm Một Game Mình Thấy Hơi Chán"
  206. HomeLabel4.TextColor3 = Color3.new(1, 1, 1)
  207. HomeLabel4.TextSize = 14
  208. HomeLabel4.TextWrapped = true
  209. HomeLabel4.TextXAlignment = Enum.TextXAlignment.Left
  210. HomeLabel4.TextYAlignment = Enum.TextYAlignment.Top
  211.  
  212. NpcTp.Name = "NpcTp"
  213. NpcTp.Parent = ScriptsFrame
  214. NpcTp.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  215. NpcTp.Position = UDim2.new(0.0476484038, 0, 0.224251434, 0)
  216. NpcTp.Size = UDim2.new(0, 100, 0, 31)
  217. NpcTp.Font = Enum.Font.SourceSansLight
  218. NpcTp.Text = "TpNpc"
  219. NpcTp.TextColor3 = Color3.new(0.811765, 0.811765, 0.811765)
  220. NpcTp.TextSize = 14
  221. NpcTp.MouseButton1Click:connect(function()
  222. if NpcTpFrame.Visible == true then wait(.10)
  223. NpcTpFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true)
  224. wait(1) NpcTpFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  225. elseif WeaponTpFrame.Visible == true then wait(.10)
  226. WeaponTpFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) WeaponTpFrame.Visible = false NpcTpFrame.Visible = true
  227. NpcTpFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  228. elseif HomeFrame.Visible == true then
  229. HomeFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) HomeFrame.Visible = false NpcTpFrame.Visible = true
  230. NpcTpFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  231. elseif IslandTpFrame.Visible == true then
  232. IslandTpFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) IslandTpFrame.Visible = false NpcTpFrame.Visible = true
  233. NpcTpFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  234. elseif OtherScriptsFrame.Visible == true then
  235. OtherScriptsFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) OtherScriptsFrame.Visible = false NpcTpFrame.Visible = true
  236. NpcTpFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  237. elseif QuestTpFrame.Visible == true then
  238. QuestTpFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) QuestTpFrame.Visible = false NpcTpFrame.Visible = true
  239. NpcTpFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  240. elseif OtherTpFrame.Visible == true then
  241. OtherTpFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) OtherScriptsFrame.Visible = false NpcTpFrame.Visible = true
  242. NpcTpFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  243. elseif TpPlayerFrame.Visible == true then
  244. TpPlayerFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) TpPlayerFrame.Visible = false NpcTpFrame.Visible = true
  245. NpcTpFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  246. elseif SettingsFrame.Visible == true then
  247. SettingsFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) SettingsFrame.Visible = false NpcTpFrame.Visible = true
  248. NpcTpFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  249. end
  250. end)
  251.  
  252. NpcTpFrame.Name = "NpcTpFrame"
  253. NpcTpFrame.Parent = NpcTp
  254. NpcTpFrame.BackgroundColor3 = Color3.new(0.0235294, 0.0235294, 0.0235294)
  255. NpcTpFrame.BorderColor3 = Color3.new(0.901961, 0.901961, 0.901961)
  256. NpcTpFrame.BorderSizePixel = 0
  257. NpcTpFrame.Position = UDim2.new(-1.96770537, 0, -1.82042623, 0)
  258. NpcTpFrame.Size = UDim2.new(0, 191, 0, 269)
  259. NpcTpFrame.Visible = false
  260. NpcTpFrame.ScrollBarThickness = 12
  261. NpcTpFrame.Active = true
  262.  
  263. NpcTpLabel.Name = "NpcTpLabel"
  264. NpcTpLabel.Parent = NpcTpFrame
  265. NpcTpLabel.BackgroundColor3 = Color3.new(0.666667, 0.333333, 1)
  266. NpcTpLabel.Size = UDim2.new(0, 229, 0, 33)
  267. NpcTpLabel.Font = Enum.Font.SourceSans
  268. NpcTpLabel.Text = "TPNpc"
  269. NpcTpLabel.TextColor3 = Color3.new(0, 0, 0)
  270. NpcTpLabel.TextSize = 14
  271.  
  272. TPAttackingNoob.Name = "TP AttackingNoob"
  273. TPAttackingNoob.Parent = NpcTpFrame
  274. TPAttackingNoob.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  275. TPAttackingNoob.Position = UDim2.new(-0.00373976142, 0, 0.165683508, 0)
  276. TPAttackingNoob.Size = UDim2.new(0, 187, 0, 32)
  277. TPAttackingNoob.Font = Enum.Font.SourceSans
  278. TPAttackingNoob.Text = "Tp Attacking Noob"
  279. TPAttackingNoob.TextColor3 = Color3.new(0.811765, 0.811765, 0.811765)
  280. TPAttackingNoob.TextSize = 14
  281. TPAttackingNoob.MouseButton1Down:connect(function()
  282. wait(1)
  283. game:GetService("StarterGui"):SetCore("SendNotification", {
  284. Title = "[Gui S.O.P]";
  285. Text = "Tp AttackingNoob Thành Công";
  286. })
  287. for _,v in pairs(game.Workspace:GetDescendants()) do
  288. if string.find(v.Name, "Attacking Noob") then
  289. v:FindFirstChild("HumanoidRootPart").Anchored = true
  290. v:FindFirstChild("HumanoidRootPart").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-5)
  291. end
  292. end
  293. end)
  294.  
  295. TPBuggyPirate.Name = "TP BuggyPirate"
  296. TPBuggyPirate.Parent = NpcTpFrame
  297. TPBuggyPirate.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  298. TPBuggyPirate.Position = UDim2.new(-0.0351533741, 0, 0.26631245, 0)
  299. TPBuggyPirate.Size = UDim2.new(0, 193, 0, 32)
  300. TPBuggyPirate.Font = Enum.Font.SourceSans
  301. TPBuggyPirate.Text = "Tp Buggy Pirate"
  302. TPBuggyPirate.TextColor3 = Color3.new(0.811765, 0.811765, 0.811765)
  303. TPBuggyPirate.TextSize = 14
  304. TPBuggyPirate.MouseButton1Down:connect(function()
  305. wait(1)
  306. game:GetService("StarterGui"):SetCore("SendNotification", {
  307. Title = "[Gui S.O.P]";
  308. Text = "Tp BuggyPirate Thành Công";
  309. })
  310. for _,v in pairs(game.Workspace:GetDescendants()) do
  311. if string.find(v.Name, "Buggy pirate") then
  312. v:FindFirstChild("HumanoidRootPart").Anchored = true
  313. v:FindFirstChild("HumanoidRootPart").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-5)
  314. end
  315. end
  316. end)
  317.  
  318. TPBigFullBody.Name = "TP BigFullBody"
  319. TPBigFullBody.Parent = NpcTpFrame
  320. TPBigFullBody.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  321. TPBigFullBody.Position = UDim2.new(-0.0104712043, 0, 0.366941363, 0)
  322. TPBigFullBody.Size = UDim2.new(0, 188, 0, 35)
  323. TPBigFullBody.Font = Enum.Font.SourceSans
  324. TPBigFullBody.Text = "Tp Big Full Body"
  325. TPBigFullBody.TextColor3 = Color3.new(0.811765, 0.811765, 0.811765)
  326. TPBigFullBody.TextSize = 14
  327. TPBigFullBody.MouseButton1Down:connect(function()
  328. wait(1)
  329. game:GetService("StarterGui"):SetCore("SendNotification", {
  330. Title = "[Gui S.O.P]";
  331. Text = "Tp Big Full Body Thành Công";
  332. })
  333. for _,v in pairs(game.Workspace:GetDescendants()) do
  334. if string.find(v.Name, "Big Full Body") then
  335. v:FindFirstChild("HumanoidRootPart").Anchored = true
  336. v:FindFirstChild("HumanoidRootPart").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-5)
  337. end
  338. end
  339. end)
  340.  
  341. TPThief.Name = "TP Thief"
  342. TPThief.Parent = NpcTpFrame
  343. TPThief.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  344. TPThief.Position = UDim2.new(-0.00373976142, 0, 0.4770042, 0)
  345. TPThief.Size = UDim2.new(0, 187, 0, 36)
  346. TPThief.Font = Enum.Font.SourceSans
  347. TPThief.Text = "TP Thief"
  348. TPThief.TextColor3 = Color3.new(0.811765, 0.811765, 0.811765)
  349. TPThief.TextSize = 14
  350. TPThief.MouseButton1Down:connect(function()
  351. wait(1)
  352. game:GetService("StarterGui"):SetCore("SendNotification", {
  353. Title = "[Gui S.O.P]";
  354. Text = "Tp Thief Thành Công";
  355. })
  356. for _,v in pairs(game.Workspace:GetDescendants()) do
  357. if string.find(v.Name, "Thief") then
  358. v:FindFirstChild("HumanoidRootPart").Anchored = true
  359. v:FindFirstChild("HumanoidRootPart").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-5)
  360. end
  361. end
  362. end)
  363.  
  364. TPMarine.Name = "TP Marine"
  365. TPMarine.Parent = NpcTpFrame
  366. TPMarine.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  367. TPMarine.Position = UDim2.new(-0.0034762877, 0, 0.590211809, 0)
  368. TPMarine.Size = UDim2.new(0, 192, 0, 32)
  369. TPMarine.Font = Enum.Font.SourceSans
  370. TPMarine.Text = "Tp Marine"
  371. TPMarine.TextColor3 = Color3.new(0.811765, 0.811765, 0.811765)
  372. TPMarine.TextSize = 14
  373. TPMarine.MouseButton1Down:connect(function()
  374. wait(1)
  375. game:GetService("StarterGui"):SetCore("SendNotification", {
  376. Title = "[Gui S.O.P]";
  377. Text = "Tp Marine Thành Công";
  378. })
  379. for _,v in pairs(game.Workspace:GetDescendants()) do
  380. if string.find(v.Name, "Marine") then
  381. v:FindFirstChild("HumanoidRootPart").Anchored = true
  382. v:FindFirstChild("HumanoidRootPart").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-5)
  383. end
  384. end
  385. end)
  386.  
  387. TPLuffy.Name = "TP Luffy"
  388. TPLuffy.Parent = NpcTpFrame
  389. TPLuffy.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  390. TPLuffy.Position = UDim2.new(-0.00170067593, 0, 0.690840662, 0)
  391. TPLuffy.Size = UDim2.new(0, 187, 0, 35)
  392. TPLuffy.Font = Enum.Font.SourceSans
  393. TPLuffy.Text = "Tp Luffy"
  394. TPLuffy.TextColor3 = Color3.new(0.811765, 0.811765, 0.811765)
  395. TPLuffy.TextSize = 14
  396. TPLuffy.MouseButton1Down:connect(function()
  397. wait(1)
  398. game:GetService("StarterGui"):SetCore("SendNotification", {
  399. Title = "[Gui S.O.P]";
  400. Text = "Tp Luffy Thành Công";
  401. })
  402. for _,v in pairs(game.Workspace:GetDescendants()) do
  403. if string.find(v.Name, "Luffy") then
  404. v:FindFirstChild("HumanoidRootPart").Anchored = true
  405. v:FindFirstChild("HumanoidRootPart").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-5)
  406. end
  407. end
  408. end)
  409.  
  410. IslandTp.Name = "IslandTp"
  411. IslandTp.Parent = ScriptsFrame
  412. IslandTp.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  413. IslandTp.Position = UDim2.new(0.0476484038, 0, 0.11152418, 0)
  414. IslandTp.Size = UDim2.new(0, 100, 0, 31)
  415. IslandTp.Font = Enum.Font.SourceSansLight
  416. IslandTp.Text = "TpTớiĐảo"
  417. IslandTp.TextColor3 = Color3.new(0.811765, 0.811765, 0.811765)
  418. IslandTp.TextSize = 14
  419. IslandTp.MouseButton1Click:connect(function()
  420. if IslandTpFrame.Visible == true then wait(.10)
  421. IslandTpFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true)
  422. wait(1) IslandTpFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  423. elseif WeaponTpFrame.Visible == true then wait(.10)
  424. WeaponTpFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) WeaponTpFrame.Visible = false IslandTpFrame.Visible = true
  425. IslandTpFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  426. elseif HomeFrame.Visible == true then
  427. HomeFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) HomeFrame.Visible = false IslandTpFrame.Visible = true
  428. IslandTpFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  429. elseif NpcTpFrame.Visible == true then
  430. NpcTpFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) NpcTpFrame.Visible = false IslandTpFrame.Visible = true
  431. IslandTpFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  432. elseif OtherScriptsFrame.Visible == true then
  433. OtherScriptsFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) OtherScriptsFrame.Visible = false IslandTpFrame.Visible = true
  434. IslandTpFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  435. elseif QuestTpFrame.Visible == true then
  436. QuestTpFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) QuestTpFrame.Visible = false IslandTpFrame.Visible = true
  437. IslandTpFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  438. elseif OtherTpFrame.Visible == true then
  439. OtherTpFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) OtherScriptsFrame.Visible = false IslandTpFrame.Visible = true
  440. IslandTpFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  441. elseif TpPlayerFrame.Visible == true then
  442. TpPlayerFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) TpPlayerFrame.Visible = false IslandTpFrame.Visible = true
  443. IslandTpFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  444. elseif SettingsFrame.Visible == true then
  445. SettingsFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) SettingsFrame.Visible = false IslandTpFrame.Visible = true
  446. IslandTpFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  447. end
  448. end)
  449.  
  450. IslandTpFrame.Name = "IslandTpFrame"
  451. IslandTpFrame.Parent = IslandTp
  452. IslandTpFrame.BackgroundColor3 = Color3.new(0.0235294, 0.0235294, 0.0235294)
  453. IslandTpFrame.BorderColor3 = Color3.new(0.901961, 0.901961, 0.901961)
  454. IslandTpFrame.BorderSizePixel = 0
  455. IslandTpFrame.Position = UDim2.new(-1.96906745, 0, -0.839429379, 0)
  456. IslandTpFrame.Size = UDim2.new(0, 191, 0, 269)
  457. IslandTpFrame.Visible = false
  458. IslandTpFrame.ScrollBarThickness = 12
  459. IslandTpFrame.Active = true
  460.  
  461. IslandTpLabel.Name = "IslandTpLabel"
  462. IslandTpLabel.Parent = IslandTpFrame
  463. IslandTpLabel.BackgroundColor3 = Color3.new(0.666667, 0.333333, 1)
  464. IslandTpLabel.Size = UDim2.new(0, 229, 0, 33)
  465. IslandTpLabel.Font = Enum.Font.SourceSans
  466. IslandTpLabel.Text = "TpTớiĐảo"
  467. IslandTpLabel.TextColor3 = Color3.new(0, 0, 0)
  468. IslandTpLabel.TextSize = 14
  469.  
  470. TPToLuffyIsland.Name = "TP Luffy Island"
  471. TPToLuffyIsland.Parent = IslandTpFrame
  472. TPToLuffyIsland.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  473. TPToLuffyIsland.Position = UDim2.new(-0.00373976142, 0, 0.165683508, 0)
  474. TPToLuffyIsland.Size = UDim2.new(0, 187, 0, 32)
  475. TPToLuffyIsland.Font = Enum.Font.SourceSans
  476. TPToLuffyIsland.Text = "Tp Tới Đảo Luffy"
  477. TPToLuffyIsland.TextColor3 = Color3.new(0.811765, 0.811765, 0.811765)
  478. TPToLuffyIsland.TextSize = 14
  479. TPToLuffyIsland.MouseButton1Down:connect(function()
  480. wait(1)
  481. game:GetService("StarterGui"):SetCore("SendNotification", {
  482. Title = "[Gui S.O.P]";
  483. Text = "Tp Tới Đảo Luffy Thành Công";
  484. })
  485. for _,v in pairs(game.Workspace:GetDescendants()) do
  486. if string.find(v.ClassName, "Model") and string.find(v.Name, 'That noob') then
  487. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v:FindFirstChild("Head").CFrame
  488. end
  489. end
  490. end)
  491.  
  492. TPToBuggyIsland.Name = "TP To Buggy Island"
  493. TPToBuggyIsland.Parent = IslandTpFrame
  494. TPToBuggyIsland.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  495. TPToBuggyIsland.Position = UDim2.new(-0.0351533741, 0, 0.26631245, 0)
  496. TPToBuggyIsland.Size = UDim2.new(0, 193, 0, 36)
  497. TPToBuggyIsland.Font = Enum.Font.SourceSans
  498. TPToBuggyIsland.Text = "Tp Tới Đảo Buggy"
  499. TPToBuggyIsland.TextColor3 = Color3.new(0.811765, 0.811765, 0.811765)
  500. TPToBuggyIsland.TextSize = 14
  501. TPToBuggyIsland.MouseButton1Down:connect(function()
  502. wait(1)
  503. game:GetService("StarterGui"):SetCore("SendNotification", {
  504. Title = "[Gui S.O.P]";
  505. Text = "Tp Tới Đảo Buggy Thành Công";
  506. })
  507. for _,v in pairs(game.Workspace:GetDescendants()) do
  508. if string.find(v.ClassName, "Model") and string.find(v.Name, 'Bob') then
  509. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v:FindFirstChild("Head").CFrame
  510. end
  511. end
  512. end)
  513.  
  514. TPToDFSellerIsland.Name = "TP To DF Seller Island"
  515. TPToDFSellerIsland.Parent = IslandTpFrame
  516. TPToDFSellerIsland.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  517. TPToDFSellerIsland.Position = UDim2.new(-0.0104712043, 0, 0.379519939, 0)
  518. TPToDFSellerIsland.Size = UDim2.new(0, 188, 0, 37)
  519. TPToDFSellerIsland.Font = Enum.Font.SourceSans
  520. TPToDFSellerIsland.Text = "TP Tới Đảo Người Bán DF"
  521. TPToDFSellerIsland.TextColor3 = Color3.new(0.811765, 0.811765, 0.811765)
  522. TPToDFSellerIsland.TextSize = 14
  523. TPToDFSellerIsland.MouseButton1Down:connect(function()
  524. wait(1)
  525. game:GetService("StarterGui"):SetCore("SendNotification", {
  526. Title = "[Gui S.O.P]";
  527. Text = "Tp Tới Đảo Người Bán DF Thành Công";
  528. })
  529. for _,v in pairs(game.Workspace:GetDescendants()) do
  530. if string.find(v.ClassName, "Model") and string.find(v.Name, 'Devil Fruit Seller') then
  531. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v:FindFirstChild("Head").CFrame
  532. end
  533. end
  534. end)
  535.  
  536. TPToMarineIsland.Name = "TP To Marine Island"
  537. TPToMarineIsland.Parent = IslandTpFrame
  538. TPToMarineIsland.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  539. TPToMarineIsland.Position = UDim2.new(-0.00373976142, 0, 0.4958722, 0)
  540. TPToMarineIsland.Size = UDim2.new(0, 187, 0, 40)
  541. TPToMarineIsland.Font = Enum.Font.SourceSans
  542. TPToMarineIsland.Text = "TP Tới Đảo Hải Quân"
  543. TPToMarineIsland.TextColor3 = Color3.new(0.811765, 0.811765, 0.811765)
  544. TPToMarineIsland.TextSize = 14
  545. TPToMarineIsland.MouseButton1Down:connect(function()
  546. wait(1)
  547. game:GetService("StarterGui"):SetCore("SendNotification", {
  548. Title = "[Gui S.O.P]";
  549. Text = "Tp Tp Tới Đảo Hải Quân Thành Công";
  550. })
  551. for _,v in pairs(game.Workspace:GetDescendants()) do
  552. if string.find(v.ClassName, "Model") and string.find(v.Name, 'Injured pirate') then
  553. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v:FindFirstChild("Head").CFrame
  554. end
  555. end
  556. end)
  557.  
  558. TPToNoobIsland.Name = "TP To Noob Island"
  559. TPToNoobIsland.Parent = IslandTpFrame
  560. TPToNoobIsland.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  561. TPToNoobIsland.Position = UDim2.new(-0.0121718803, 0, 0.621658325, 0)
  562. TPToNoobIsland.Size = UDim2.new(0, 189, 0, 44)
  563. TPToNoobIsland.Font = Enum.Font.SourceSans
  564. TPToNoobIsland.Text = "TP Tới Đảo Noob"
  565. TPToNoobIsland.TextColor3 = Color3.new(0.811765, 0.811765, 0.811765)
  566. TPToNoobIsland.TextSize = 14
  567. TPToNoobIsland.MouseButton1Down:connect(function()
  568. wait(1)
  569. game:GetService("StarterGui"):SetCore("SendNotification", {
  570. Title = "[Gui S.O.P]";
  571. Text = "Tp Tp Tới Đảo Noob Thành Công";
  572. })
  573. for _,v in pairs(game.Workspace:GetDescendants()) do
  574. if string.find(v.ClassName, "Model") and string.find(v.Name, 'Gun noob') then
  575. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v:FindFirstChild("Head").CFrame
  576. end
  577. end
  578. end)
  579.  
  580. TPToStarterIsland.Name = "TP To Starter Island"
  581. TPToStarterIsland.Parent = IslandTpFrame
  582. TPToStarterIsland.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  583. TPToStarterIsland.Position = UDim2.new(-0.0174074825, 0, 0.912679493, 0)
  584. TPToStarterIsland.Size = UDim2.new(0, 190, 0, 28)
  585. TPToStarterIsland.Font = Enum.Font.SourceSans
  586. TPToStarterIsland.Text = "TP Tới Đảo Ban Đầu"
  587. TPToStarterIsland.TextColor3 = Color3.new(0.811765, 0.811765, 0.811765)
  588. TPToStarterIsland.TextSize = 14
  589. TPToStarterIsland.MouseButton1Down:connect(function()
  590. wait(1)
  591. game:GetService("StarterGui"):SetCore("SendNotification", {
  592. Title = "[Gui S.O.P]";
  593. Text = "Tp Tp Tới Đảo Ban Đầu Thành Công";
  594. })
  595. for _,v in pairs(game.Workspace:GetDescendants()) do
  596. if string.find(v.ClassName, "Model") and string.find(v.Name, 'Big head boy') then
  597. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v:FindFirstChild("Head").CFrame
  598. end
  599. end
  600. end)
  601.  
  602. TPToSanjiIsland.Name = "TP To Sanji Island"
  603. TPToSanjiIsland.Parent = IslandTpFrame
  604. TPToSanjiIsland.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  605. TPToSanjiIsland.Position = UDim2.new(-0.00170067593, 0, 0.760150254, 0)
  606. TPToSanjiIsland.Size = UDim2.new(0, 191, 0, 42)
  607. TPToSanjiIsland.Font = Enum.Font.SourceSans
  608. TPToSanjiIsland.Text = "TP Tới Đảo Sanji"
  609. TPToSanjiIsland.TextColor3 = Color3.new(0.811765, 0.811765, 0.811765)
  610. TPToSanjiIsland.TextSize = 14
  611. TPToSanjiIsland.MouseButton1Down:connect(function()
  612. wait(1)
  613. game:GetService("StarterGui"):SetCore("SendNotification", {
  614. Title = "[Gui S.O.P]";
  615. Text = "Tp Tới Đảo Sanji Thành Công";
  616. })
  617. for _,v in pairs(game.Workspace:GetDescendants()) do
  618. if string.find(v.ClassName, "Model") and string.find(v.Name, 'BlackLeg') then
  619. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v:FindFirstChild("Head").CFrame
  620. end
  621. end
  622. end)
  623.  
  624. WeaponTp.Name = "WeaponTp"
  625. WeaponTp.Parent = ScriptsFrame
  626. WeaponTp.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  627. WeaponTp.Position = UDim2.new(0.0476484038, 0, 0.336978644, 0)
  628. WeaponTp.Size = UDim2.new(0, 100, 0, 31)
  629. WeaponTp.Font = Enum.Font.SourceSansLight
  630. WeaponTp.Text = "TpVũKhí"
  631. WeaponTp.TextColor3 = Color3.new(0.811765, 0.811765, 0.811765)
  632. WeaponTp.TextSize = 14
  633. WeaponTp.MouseButton1Click:connect(function()
  634. if WeaponTpFrame.Visible == true then wait(.10)
  635. WeaponTpFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true)
  636. wait(1) WeaponTpFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  637. elseif IslandTpFrame.Visible == true then wait(.10)
  638. IslandTpFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) IslandTpFrame.Visible = false WeaponTpFrame.Visible = true
  639. WeaponTpFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  640. elseif HomeFrame.Visible == true then
  641. HomeFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) HomeFrame.Visible = false WeaponTpFrame.Visible = true
  642. WeaponTpFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  643. elseif NpcTpFrame.Visible == true then
  644. NpcTpFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) NpcTpFrame.Visible = false WeaponTpFrame.Visible = true
  645. WeaponTpFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  646. elseif OtherScriptsFrame.Visible == true then
  647. OtherScriptsFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) OtherScriptsFrame.Visible = false WeaponTpFrame.Visible = true
  648. WeaponTpFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  649. elseif QuestTpFrame.Visible == true then
  650. QuestTpFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) QuestTpFrame.Visible = false WeaponTpFrame.Visible = true
  651. WeaponTpFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  652. elseif OtherTpFrame.Visible == true then
  653. OtherTpFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) OtherScriptsFrame.Visible = false WeaponTpFrame.Visible = true
  654. WeaponTpFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  655. elseif TpPlayerFrame.Visible == true then
  656. TpPlayerFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) TpPlayerFrame.Visible = false WeaponTpFrame.Visible = true
  657. WeaponTpFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  658. elseif SettingsFrame.Visible == true then
  659. SettingsFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) SettingsFrame.Visible = false WeaponTpFrame.Visible = true
  660. WeaponTpFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  661. end
  662. end)
  663.  
  664. WeaponTpFrame.Name = "WeaponTpFrame"
  665. WeaponTpFrame.Parent = WeaponTp
  666. WeaponTpFrame.BackgroundColor3 = Color3.new(0.0235294, 0.0235294, 0.0235294)
  667. WeaponTpFrame.BorderColor3 = Color3.new(0.901961, 0.901961, 0.901961)
  668. WeaponTpFrame.BorderSizePixel = 0
  669. WeaponTpFrame.Position = UDim2.new(-1.96899998, 0, -2.80200005, 0)
  670. WeaponTpFrame.Size = UDim2.new(0, 191, 0, 269)
  671. WeaponTpFrame.Visible = false
  672. WeaponTpFrame.ScrollBarThickness = 12
  673. WeaponTpFrame.Active = true
  674.  
  675. WeaponTpLabel.Name = "WeaponTpLabel"
  676. WeaponTpLabel.Parent = WeaponTpFrame
  677. WeaponTpLabel.BackgroundColor3 = Color3.new(0.666667, 0.333333, 1)
  678. WeaponTpLabel.Size = UDim2.new(0, 229, 0, 33)
  679. WeaponTpLabel.Font = Enum.Font.SourceSans
  680. WeaponTpLabel.Text = "TpVũKhí"
  681. WeaponTpLabel.TextColor3 = Color3.new(0, 0, 0)
  682. WeaponTpLabel.TextSize = 14
  683.  
  684. TpWoodenSword.Name = "TpWooden Sword"
  685. TpWoodenSword.Parent = WeaponTpFrame
  686. TpWoodenSword.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  687. TpWoodenSword.Position = UDim2.new(-0.00512295868, 0, 0.165683448, 0)
  688. TpWoodenSword.Size = UDim2.new(0, 187, 0, 23)
  689. TpWoodenSword.Font = Enum.Font.SourceSans
  690. TpWoodenSword.Text = "Tp Wooden Sword"
  691. TpWoodenSword.TextColor3 = Color3.new(0.811765, 0.811765, 0.811765)
  692. TpWoodenSword.TextSize = 14
  693. TpWoodenSword.MouseButton1Down:connect(function()
  694. wait(1)
  695. game:GetService("StarterGui"):SetCore("SendNotification", {
  696. Title = "[Gui S.O.P]";
  697. Text = "Tp Wooden Sword Thành Công ";
  698. })
  699. for _,v in pairs(game.Workspace:GetDescendants()) do
  700. if string.find(v.Name, "Wooden Sword") and string.find(v.ClassName, "Model") then
  701. v:FindFirstChild("Head").Anchored = true
  702. v:FindFirstChild("Head").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-5)
  703. end
  704. end
  705. end)
  706.  
  707. TPKatana.Name = "TPKatana"
  708. TPKatana.Parent = WeaponTpFrame
  709. TPKatana.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  710. TPKatana.Position = UDim2.new(-0.0148002263, 0, 0.238010451, 0)
  711. TPKatana.Size = UDim2.new(0, 189, 0, 22)
  712. TPKatana.Font = Enum.Font.SourceSans
  713. TPKatana.Text = "Tp Katana"
  714. TPKatana.TextColor3 = Color3.new(0.811765, 0.811765, 0.811765)
  715. TPKatana.TextSize = 14
  716. TPKatana.MouseButton1Down:connect(function()
  717. wait(1)
  718. game:GetService("StarterGui"):SetCore("SendNotification", {
  719. Title = "[Gui S.O.P]";
  720. Text = "Tp Katana Thành Công ";
  721. })
  722. for _,v in pairs(game.Workspace:GetDescendants()) do
  723. if string.find(v.Name, "Katana") and string.find(v.ClassName, "Model") then
  724. v:FindFirstChild("Head").Anchored = true
  725. v:FindFirstChild("Head").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-5)
  726. end
  727. end
  728. end)
  729.  
  730. TpJitte.Name = "TpJitte"
  731. TpJitte.Parent = WeaponTpFrame
  732. TpJitte.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  733. TpJitte.Position = UDim2.new(-0.0194465686, 0, 0.309538424, 0)
  734. TpJitte.Size = UDim2.new(0, 190, 0, 24)
  735. TpJitte.Font = Enum.Font.SourceSans
  736. TpJitte.Text = "Tp Jitte"
  737. TpJitte.TextColor3 = Color3.new(0.811765, 0.811765, 0.811765)
  738. TpJitte.TextSize = 14
  739. TpJitte.MouseButton1Down:connect(function()
  740. wait(1)
  741. game:GetService("StarterGui"):SetCore("SendNotification", {
  742. Title = "[Gui S.O.P]";
  743. Text = "Tp Jitte Thành Công ";
  744. })
  745. for _,v in pairs(game.Workspace:GetDescendants()) do
  746. if string.find(v.Name, "Jitte") and string.find(v.ClassName, "Model") then
  747. v:FindFirstChild("Head").Anchored = true
  748. v:FindFirstChild("Head").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-5)
  749. end
  750. end
  751. end)
  752.  
  753. TPCutlass.Name = "TP Cutlass"
  754. TPCutlass.Parent = WeaponTpFrame
  755. TPCutlass.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  756. TPCutlass.Position = UDim2.new(-0.0148002263, 0, 0.385010093, 0)
  757. TPCutlass.Size = UDim2.new(0, 189, 0, 25)
  758. TPCutlass.Font = Enum.Font.SourceSans
  759. TPCutlass.Text = "TP Cutlass"
  760. TPCutlass.TextColor3 = Color3.new(0.811765, 0.811765, 0.811765)
  761. TPCutlass.TextSize = 14
  762. TPCutlass.MouseButton1Down:connect(function()
  763. wait(1)
  764. game:GetService("StarterGui"):SetCore("SendNotification", {
  765. Title = "[Gui S.O.P]";
  766. Text = "Tp Cutlass Thành Công ";
  767. })
  768. for _,v in pairs(game.Workspace:GetDescendants()) do
  769. if string.find(v.Name, "Cutlass") and string.find(v.ClassName, "Model") then
  770. v:FindFirstChild("Head").Anchored = true
  771. v:FindFirstChild("Head").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-5)
  772. end
  773. end
  774. end)
  775.  
  776. TPPipe.Name = "TP Pipe"
  777. TPPipe.Parent = WeaponTpFrame
  778. TPPipe.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  779. TPPipe.Position = UDim2.new(-0.00190455257, 0, 0.463626444, 0)
  780. TPPipe.Size = UDim2.new(0, 187, 0, 23)
  781. TPPipe.Font = Enum.Font.SourceSans
  782. TPPipe.Text = "Tp Pipe"
  783. TPPipe.TextColor3 = Color3.new(0.811765, 0.811765, 0.811765)
  784. TPPipe.TextSize = 14
  785. TPPipe.MouseButton1Down:connect(function()
  786. wait(1)
  787. game:GetService("StarterGui"):SetCore("SendNotification", {
  788. Title = "[Gui S.O.P]";
  789. Text = "Tp Pipe Thành Công ";
  790. })
  791. for _,v in pairs(game.Workspace:GetDescendants()) do
  792. if string.find(v.Name, "Pipe") and string.find(v.ClassName, "Model") then
  793. v:FindFirstChild("Head").Anchored = true
  794. v:FindFirstChild("Head").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-5)
  795. end
  796. end
  797. end)
  798.  
  799. TpNonosamaBo.Name = "TpNonosama Bo"
  800. TpNonosamaBo.Parent = WeaponTpFrame
  801. TpNonosamaBo.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  802. TpNonosamaBo.Position = UDim2.new(-0.00512295868, 0, 0.535953462, 0)
  803. TpNonosamaBo.Size = UDim2.new(0, 187, 0, 27)
  804. TpNonosamaBo.Font = Enum.Font.SourceSans
  805. TpNonosamaBo.Text = "Tp Nonosama Bo"
  806. TpNonosamaBo.TextColor3 = Color3.new(0.811765, 0.811765, 0.811765)
  807. TpNonosamaBo.TextSize = 14
  808. TpNonosamaBo.MouseButton1Down:connect(function()
  809. wait(1)
  810. game:GetService("StarterGui"):SetCore("SendNotification", {
  811. Title = "[Gui S.O.P]";
  812. Text = "Tp Nonosama Bo Thành Công ";
  813. })
  814. for _,v in pairs(game.Workspace:GetDescendants()) do
  815. if string.find(v.Name, "Nonosama Bo") and string.find(v.ClassName, "Model") then
  816. v:FindFirstChild("Head").Anchored = true
  817. v:FindFirstChild("Head").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-5)
  818. end
  819. end
  820. end)
  821.  
  822. TpBisento.Name = "TpBisento"
  823. TpBisento.Parent = WeaponTpFrame
  824. TpBisento.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  825. TpBisento.Position = UDim2.new(-0.00190455257, 0, 0.620859027, 0)
  826. TpBisento.Size = UDim2.new(0, 187, 0, 24)
  827. TpBisento.Font = Enum.Font.SourceSans
  828. TpBisento.Text = "Tp Bisento"
  829. TpBisento.TextColor3 = Color3.new(0.811765, 0.811765, 0.811765)
  830. TpBisento.TextSize = 14
  831. TpBisento.MouseButton1Down:connect(function()
  832. wait(1)
  833. game:GetService("StarterGui"):SetCore("SendNotification", {
  834. Title = "[Gui S.O.P]";
  835. Text = "Tp Bisento Thành Công ";
  836. })
  837. for _,v in pairs(game.Workspace:GetDescendants()) do
  838. if string.find(v.Name, "Bisento") and string.find(v.ClassName, "Model") then
  839. v:FindFirstChild("Head").Anchored = true
  840. v:FindFirstChild("Head").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-5)
  841. end
  842. end
  843. end)
  844.  
  845. TpFlintlock.Name = "TpFlintlock"
  846. TpFlintlock.Parent = WeaponTpFrame
  847. TpFlintlock.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  848. TpFlintlock.Position = UDim2.new(0.00531964516, 0, 0.696330786, 0)
  849. TpFlintlock.Size = UDim2.new(0, 186, 0, 29)
  850. TpFlintlock.Font = Enum.Font.SourceSans
  851. TpFlintlock.Text = "Tp FlintLock"
  852. TpFlintlock.TextColor3 = Color3.new(0.811765, 0.811765, 0.811765)
  853. TpFlintlock.TextSize = 14
  854. TpFlintlock.MouseButton1Down:connect(function()
  855. wait(1)
  856. game:GetService("StarterGui"):SetCore("SendNotification", {
  857. Title = "[Gui S.O.P]";
  858. Text = "Tp Flintlock Thành Công ";
  859. })
  860. for _,v in pairs(game.Workspace:GetDescendants()) do
  861. if string.find(v.Name, "Flintlock") and string.find(v.ClassName, "Model") then
  862. v:FindFirstChild("Head").Anchored = true
  863. v:FindFirstChild("Head").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-5)
  864. end
  865. end
  866. end)
  867.  
  868. TpRifle.Name = "TpRifle"
  869. TpRifle.Parent = WeaponTpFrame
  870. TpRifle.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  871. TpRifle.Position = UDim2.new(0.00531964516, 0, 0.787525833, 0)
  872. TpRifle.Size = UDim2.new(0, 186, 0, 24)
  873. TpRifle.Font = Enum.Font.SourceSans
  874. TpRifle.Text = "Tp Rifle"
  875. TpRifle.TextColor3 = Color3.new(0.811765, 0.811765, 0.811765)
  876. TpRifle.TextSize = 14
  877. TpRifle.MouseButton1Down:connect(function()
  878. wait(1)
  879. game:GetService("StarterGui"):SetCore("SendNotification", {
  880. Title = "[Gui S.O.P]";
  881. Text = "Tp Rifle Thành Công ";
  882. })
  883. for _,v in pairs(game.Workspace:GetDescendants()) do
  884. if string.find(v.Name, "Rifle") and string.find(v.ClassName, "Model") then
  885. v:FindFirstChild("Head").Anchored = true
  886. v:FindFirstChild("Head").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-5)
  887. end
  888. end
  889. end)
  890.  
  891. TpGryphon.Name = "TpGryphon"
  892. TpGryphon.Parent = WeaponTpFrame
  893. TpGryphon.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  894. TpGryphon.Position = UDim2.new(0.00531964516, 0, 0.862997532, 0)
  895. TpGryphon.Size = UDim2.new(0, 186, 0, 24)
  896. TpGryphon.Font = Enum.Font.SourceSans
  897. TpGryphon.Text = "Tp Gryphon"
  898. TpGryphon.TextColor3 = Color3.new(0.811765, 0.811765, 0.811765)
  899. TpGryphon.TextSize = 14
  900. TpGryphon.MouseButton1Down:connect(function()
  901. wait(1)
  902. game:GetService("StarterGui"):SetCore("SendNotification", {
  903. Title = "[Gui S.O.P]";
  904. Text = "Tp Gryphon Thành Công Nếu Ko Có Gì Xảy Ra Server Này Lag Rồi ";
  905. })
  906. for _,v in pairs(game.Workspace:GetDescendants()) do
  907. if string.find(v.Name, "Gryphon") and string.find(v.ClassName, "Model") then
  908. v:FindFirstChild("Head").Anchored = true
  909. v:FindFirstChild("Head").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-5)
  910. end
  911. end
  912. end)
  913.  
  914. QuestTp.Name = "QuestTp"
  915. QuestTp.Parent = ScriptsFrame
  916. QuestTp.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  917. QuestTp.Position = UDim2.new(0.0476484038, 0, 0.446069628, 0)
  918. QuestTp.Size = UDim2.new(0, 100, 0, 31)
  919. QuestTp.Font = Enum.Font.SourceSansLight
  920. QuestTp.Text = "TpNhiệmVụ"
  921. QuestTp.TextColor3 = Color3.new(0.811765, 0.811765, 0.811765)
  922. QuestTp.TextSize = 14
  923. QuestTp.MouseButton1Click:connect(function()
  924. if QuestTpFrame.Visible == true then wait(.10)
  925. QuestTpFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true)
  926. wait(1) QuestTpFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  927. elseif IslandTpFrame.Visible == true then wait(.10)
  928. IslandTpFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) IslandTpFrame.Visible = false QuestTpFrame.Visible = true
  929. QuestTpFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  930. elseif HomeFrame.Visible == true then
  931. HomeFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) HomeFrame.Visible = false QuestTpFrame.Visible = true
  932. QuestTpFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  933. elseif NpcTpFrame.Visible == true then
  934. NpcTpFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) NpcTpFrame.Visible = false QuestTpFrame.Visible = true
  935. QuestTpFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  936. elseif OtherScriptsFrame.Visible == true then
  937. OtherScriptsFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) OtherScriptsFrame.Visible = false QuestTpFrame.Visible = true
  938. QuestTpFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  939. elseif WeaponTpFrame.Visible == true then
  940. WeaponTpFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) WeaponTpFrame.Visible = false QuestTpFrame.Visible = true
  941. QuestTpFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  942. elseif OtherTpFrame.Visible == true then
  943. OtherTpFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) OtherScriptsFrame.Visible = false QuestTpFrame.Visible = true
  944. QuestTpFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  945. elseif TpPlayerFrame.Visible == true then
  946. TpPlayerFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) TpPlayerFrame.Visible = false QuestTpFrame.Visible = true
  947. QuestTpFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  948. elseif SettingsFrame.Visible == true then
  949. SettingsFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) SettingsFrame.Visible = false QuestTpFrame.Visible = true
  950. QuestTpFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  951. end
  952. end)
  953.  
  954. QuestTpFrame.Name = "QuestTpFrame"
  955. QuestTpFrame.Parent = QuestTp
  956. QuestTpFrame.BackgroundColor3 = Color3.new(0.0235294, 0.0235294, 0.0235294)
  957. QuestTpFrame.BorderColor3 = Color3.new(0.901961, 0.901961, 0.901961)
  958. QuestTpFrame.BorderSizePixel = 0
  959. QuestTpFrame.Position = UDim2.new(-1.96899998, 0, -3.76099992, 0)
  960. QuestTpFrame.Size = UDim2.new(0, 191, 0, 269)
  961. QuestTpFrame.Visible = false
  962. QuestTpFrame.ScrollBarThickness = 12
  963. QuestTpFrame.Active = true
  964.  
  965. QuestTpLabel.Name = "QuestTpLabel"
  966. QuestTpLabel.Parent = QuestTpFrame
  967. QuestTpLabel.BackgroundColor3 = Color3.new(0.666667, 0.333333, 1)
  968. QuestTpLabel.Size = UDim2.new(0, 229, 0, 33)
  969. QuestTpLabel.Font = Enum.Font.SourceSans
  970. QuestTpLabel.Text = "TpNhiệmVụ"
  971. QuestTpLabel.TextColor3 = Color3.new(0, 0, 0)
  972. QuestTpLabel.TextSize = 14
  973.  
  974. TpBob.Name = "TpBob"
  975. TpBob.Parent = QuestTpFrame
  976. TpBob.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  977. TpBob.Position = UDim2.new(-0.00373976142, 0, 0.165683508, 0)
  978. TpBob.Size = UDim2.new(0, 189, 0, 32)
  979. TpBob.Font = Enum.Font.SourceSans
  980. TpBob.Text = "Tp Bob"
  981. TpBob.TextColor3 = Color3.new(0.811765, 0.811765, 0.811765)
  982. TpBob.TextSize = 14
  983. TpBob.MouseButton1Down:connect(function()
  984. wait(1)
  985. game:GetService("StarterGui"):SetCore("SendNotification", {
  986. Title = "[Gui S.O.P]";
  987. Text = "Tp Bob Thành Công";
  988. })
  989. for _,v in pairs(game.Workspace:GetDescendants()) do
  990. if string.find(v.ClassName, "Model") and string.find(v.Name, 'Bob') then
  991. v:FindFirstChild("Head").Anchored = true
  992. v:FindFirstChild("Head").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-5)
  993. end
  994. end
  995. end)
  996.  
  997. TpGunNoob.Name = "TpGunNoob"
  998. TpGunNoob.Parent = QuestTpFrame
  999. TpGunNoob.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  1000. TpGunNoob.Position = UDim2.new(0, 0, 0.26631245, 0)
  1001. TpGunNoob.Size = UDim2.new(0, 188, 0, 32)
  1002. TpGunNoob.Font = Enum.Font.SourceSans
  1003. TpGunNoob.Text = "Tp Gun Noob"
  1004. TpGunNoob.TextColor3 = Color3.new(0.811765, 0.811765, 0.811765)
  1005. TpGunNoob.TextSize = 14
  1006. TpGunNoob.MouseButton1Down:connect(function()
  1007. wait(1)
  1008. game:GetService("StarterGui"):SetCore("SendNotification", {
  1009. Title = "[Gui S.O.P]";
  1010. Text = "Tp GunNoob Thành Công";
  1011. })
  1012. for _,v in pairs(game.Workspace:GetDescendants()) do
  1013. if string.find(v.ClassName, "Model") and string.find(v.Name, 'Gun noob') then
  1014. v:FindFirstChild("Head").Anchored = true
  1015. v:FindFirstChild("Head").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-5)
  1016. end
  1017. end
  1018. end)
  1019.  
  1020. TpThatNoob.Name = "TpThatNoob"
  1021. TpThatNoob.Parent = QuestTpFrame
  1022. TpThatNoob.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  1023. TpThatNoob.Position = UDim2.new(-0.00373976142, 0, 0.366625935, 0)
  1024. TpThatNoob.Size = UDim2.new(0, 189, 0, 38)
  1025. TpThatNoob.Font = Enum.Font.SourceSans
  1026. TpThatNoob.Text = "TP That Noob"
  1027. TpThatNoob.TextColor3 = Color3.new(0.811765, 0.811765, 0.811765)
  1028. TpThatNoob.TextSize = 14
  1029. TpThatNoob.MouseButton1Down:connect(function()
  1030. wait(1)
  1031. game:GetService("StarterGui"):SetCore("SendNotification", {
  1032. Title = "[Gui S.O.P]";
  1033. Text = "Tp ThatNoob Thành Công";
  1034. })
  1035. for _,v in pairs(game.Workspace:GetDescendants()) do
  1036. if string.find(v.ClassName, "Model") and string.find(v.Name, 'That noob') then
  1037. v:FindFirstChild("Head").Anchored = true
  1038. v:FindFirstChild("Head").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-5)
  1039. end
  1040. end
  1041. end)
  1042.  
  1043. TpInjuredPirate.Name = "TpInjuredPirate"
  1044. TpInjuredPirate.Parent = QuestTpFrame
  1045. TpInjuredPirate.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  1046. TpInjuredPirate.Position = UDim2.new(-0.01678323, 0, 0.485748172, 0)
  1047. TpInjuredPirate.Size = UDim2.new(0, 191, 0, 36)
  1048. TpInjuredPirate.Font = Enum.Font.SourceSans
  1049. TpInjuredPirate.Text = "TP Injured Pirate"
  1050. TpInjuredPirate.TextColor3 = Color3.new(0.811765, 0.811765, 0.811765)
  1051. TpInjuredPirate.TextSize = 14
  1052. TpInjuredPirate.MouseButton1Down:connect(function()
  1053. wait(1)
  1054. game:GetService("StarterGui"):SetCore("SendNotification", {
  1055. Title = "[Gui S.O.P]";
  1056. Text = "Tp InjuredPirate Thành Công";
  1057. })
  1058. for _,v in pairs(game.Workspace:GetDescendants()) do
  1059. if string.find(v.ClassName, "Model") and string.find(v.Name, 'Injured pirate') then
  1060. v:FindFirstChild("Head").Anchored = true
  1061. v:FindFirstChild("Head").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-5)
  1062. end
  1063. end
  1064. end)
  1065.  
  1066. TpSwordNoob.Name = "TpSwordNoob"
  1067. TpSwordNoob.Parent = QuestTpFrame
  1068. TpSwordNoob.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  1069. TpSwordNoob.Position = UDim2.new(-0.00373976142, 0, 0.598600864, 0)
  1070. TpSwordNoob.Size = UDim2.new(0, 189, 0, 36)
  1071. TpSwordNoob.Font = Enum.Font.SourceSans
  1072. TpSwordNoob.Text = "TP Sword Noob"
  1073. TpSwordNoob.TextColor3 = Color3.new(0.811765, 0.811765, 0.811765)
  1074. TpSwordNoob.TextSize = 14
  1075. TpSwordNoob.MouseButton1Down:connect(function()
  1076. wait(1)
  1077. game:GetService("StarterGui"):SetCore("SendNotification", {
  1078. Title = "[Gui S.O.P]";
  1079. Text = "Tp SwordNoob Thành Công";
  1080. })
  1081. for _,v in pairs(game.Workspace:GetDescendants()) do
  1082. if string.find(v.ClassName, "Model") and string.find(v.Name, 'Sword noob') then
  1083. v:FindFirstChild("Head").Anchored = true
  1084. v:FindFirstChild("Head").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-5)
  1085. end
  1086. end
  1087. end)
  1088.  
  1089. TpSadNoob.Name = "TpSadNoob"
  1090. TpSadNoob.Parent = QuestTpFrame
  1091. TpSadNoob.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  1092. TpSadNoob.Position = UDim2.new(-0.00373976142, 0, 0.711453497, 0)
  1093. TpSadNoob.Size = UDim2.new(0, 189, 0, 37)
  1094. TpSadNoob.Font = Enum.Font.SourceSans
  1095. TpSadNoob.Text = "TP Sad Noob"
  1096. TpSadNoob.TextColor3 = Color3.new(0.811765, 0.811765, 0.811765)
  1097. TpSadNoob.TextSize = 14
  1098. TpSadNoob.MouseButton1Down:connect(function()
  1099. wait(1)
  1100. game:GetService("StarterGui"):SetCore("SendNotification", {
  1101. Title = "[Gui S.O.P]";
  1102. Text = "Tp SadNoob Thành Công";
  1103. })
  1104. for _,v in pairs(game.Workspace:GetDescendants()) do
  1105. if string.find(v.ClassName, "Model") and string.find(v.Name, 'Sad noob') then
  1106. v:FindFirstChild("Head").Anchored = true
  1107. v:FindFirstChild("Head").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-5)
  1108. end
  1109. end
  1110. end)
  1111.  
  1112. TpBigHeadBoy.Name = "TpBigHeadBoy"
  1113. TpBigHeadBoy.Parent = QuestTpFrame
  1114. TpBigHeadBoy.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  1115. TpBigHeadBoy.Position = UDim2.new(-0.00373976142, 0, 0.827440977, 0)
  1116. TpBigHeadBoy.Size = UDim2.new(0, 189, 0, 38)
  1117. TpBigHeadBoy.Font = Enum.Font.SourceSans
  1118. TpBigHeadBoy.Text = "TP Big Head Boy"
  1119. TpBigHeadBoy.TextColor3 = Color3.new(0.811765, 0.811765, 0.811765)
  1120. TpBigHeadBoy.TextSize = 14
  1121. TpBigHeadBoy.MouseButton1Down:connect(function()
  1122. wait(1)
  1123. game:GetService("StarterGui"):SetCore("SendNotification", {
  1124. Title = "[Gui S.O.P]";
  1125. Text = "Tp Big Head Boy Thành Công";
  1126. })
  1127. for _,v in pairs(game.Workspace:GetDescendants()) do
  1128. if string.find(v.ClassName, "Model") and string.find(v.Name, 'Big head boy') then
  1129. v:FindFirstChild("Head").Anchored = true
  1130. v:FindFirstChild("Head").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-5)
  1131. end
  1132. end
  1133. end)
  1134.  
  1135. OtherScripts.Name = "OtherScripts"
  1136. OtherScripts.Parent = ScriptsFrame
  1137. OtherScripts.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  1138. OtherScripts.Position = UDim2.new(0.0476484038, 0, 0.555160582, 0)
  1139. OtherScripts.Size = UDim2.new(0, 100, 0, 31)
  1140. OtherScripts.Font = Enum.Font.SourceSansLight
  1141. OtherScripts.Text = "ScriptsKhác"
  1142. OtherScripts.TextColor3 = Color3.new(0.811765, 0.811765, 0.811765)
  1143. OtherScripts.TextSize = 14
  1144. OtherScripts.MouseButton1Click:connect(function()
  1145. if OtherScriptsFrame.Visible == true then wait(.10)
  1146. OtherScriptsFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true)
  1147. wait(1) OtherScriptsFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  1148. elseif IslandTpFrame.Visible == true then wait(.10)
  1149. IslandTpFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) IslandTpFrame.Visible = false OtherScriptsFrame.Visible = true
  1150. OtherScriptsFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  1151. elseif HomeFrame.Visible == true then
  1152. HomeFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) HomeFrame.Visible = false OtherScriptsFrame.Visible = true
  1153. OtherScriptsFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  1154. elseif NpcTpFrame.Visible == true then
  1155. NpcTpFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) NpcTpFrame.Visible = false OtherScriptsFrame.Visible = true
  1156. OtherScriptsFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  1157. elseif QuestTpFrame.Visible == true then
  1158. QuestTpFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) QuestTpFrame.Visible = false OtherScriptsFrame.Visible = true
  1159. OtherScriptsFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  1160. elseif WeaponTpFrame.Visible == true then
  1161. WeaponTpFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) WeaponTpFrame.Visible = false OtherScriptsFrame.Visible = true
  1162. OtherScriptsFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  1163. elseif OtherTpFrame.Visible == true then
  1164. OtherTpFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) OtherTpFrame.Visible = false OtherScriptsFrame.Visible = true
  1165. OtherScriptsFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  1166. elseif TpPlayerFrame.Visible == true then
  1167. TpPlayerFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) TpPlayerFrame.Visible = false OtherScriptsFrame.Visible = true
  1168. OtherScriptsFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  1169. elseif SettingsFrame.Visible == true then
  1170. SettingsFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) SettingsFrame.Visible = false OtherScriptsFrame.Visible = true
  1171. OtherScriptsFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  1172. end
  1173. end)
  1174.  
  1175. OtherScriptsFrame.Name = "OtherScriptsFrame"
  1176. OtherScriptsFrame.Parent = OtherScripts
  1177. OtherScriptsFrame.BackgroundColor3 = Color3.new(0.0235294, 0.0235294, 0.0235294)
  1178. OtherScriptsFrame.BorderColor3 = Color3.new(0.901961, 0.901961, 0.901961)
  1179. OtherScriptsFrame.BorderSizePixel = 0
  1180. OtherScriptsFrame.Position = UDim2.new(-1.96770537, 0, -4.72365236, 0)
  1181. OtherScriptsFrame.Size = UDim2.new(0, 191, 0, 269)
  1182. OtherScriptsFrame.Visible = false
  1183. OtherScriptsFrame.ScrollBarThickness = 12
  1184. OtherScriptsFrame.Active = true
  1185.  
  1186. OtherScriptsLabel.Name = "OtherScriptsLabel"
  1187. OtherScriptsLabel.Parent = OtherScriptsFrame
  1188. OtherScriptsLabel.BackgroundColor3 = Color3.new(0.666667, 0.333333, 1)
  1189. OtherScriptsLabel.Size = UDim2.new(0, 229, 0, 33)
  1190. OtherScriptsLabel.Font = Enum.Font.SourceSans
  1191. OtherScriptsLabel.Text = "ScripsKhác"
  1192. OtherScriptsLabel.TextColor3 = Color3.new(0, 0, 0)
  1193. OtherScriptsLabel.TextSize = 14
  1194.  
  1195. DeleteAntiCheat.Name = "DeleteAntiCheat"
  1196. DeleteAntiCheat.Parent = OtherScriptsFrame
  1197. DeleteAntiCheat.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  1198. DeleteAntiCheat.Position = UDim2.new(-0.00373976142, 0, 0.165683508, 0)
  1199. DeleteAntiCheat.Size = UDim2.new(0, 187, 0, 32)
  1200. DeleteAntiCheat.Font = Enum.Font.SourceSans
  1201. DeleteAntiCheat.Text = "Xóa Chống Gian Lận"
  1202. DeleteAntiCheat.TextColor3 = Color3.new(0.811765, 0.811765, 0.811765)
  1203. DeleteAntiCheat.TextSize = 14
  1204. DeleteAntiCheat.MouseButton1Down:connect(function()
  1205. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  1206. if v.ClassName == "Script" then
  1207. for i,c in pairs(v:GetChildren()) do
  1208. if c.Name == "" then
  1209. v:Remove()
  1210.  
  1211. end
  1212. end
  1213. end
  1214. end
  1215. wait(1)
  1216. game:GetService("StarterGui"):SetCore("SendNotification", {
  1217. Title = "[Gui S.O.P]";
  1218. Text = "Xóa Chống Gian Lận Bây Giờ Bạn Có Thể Sử Dụng Script Khác Ko Sợ Kick 70% ";
  1219. })
  1220. end)
  1221.  
  1222. Fly.Name = "Fly"
  1223. Fly.Parent = OtherScriptsFrame
  1224. Fly.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  1225. Fly.Position = UDim2.new(0, 0, 0.26631245, 0)
  1226. Fly.Size = UDim2.new(0, 186, 0, 32)
  1227. Fly.Font = Enum.Font.SourceSans
  1228. Fly.Text = "Bay"
  1229. Fly.TextColor3 = Color3.new(0.811765, 0.811765, 0.811765)
  1230. Fly.TextSize = 14
  1231. Fly.MouseButton1Down:connect(function()
  1232. local button2 = FlyButton.Text
  1233. repeat wait()
  1234. until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:findFirstChild("Torso") and game.Players.LocalPlayer.Character:findFirstChild("Humanoid")
  1235. local mouse = game.Players.LocalPlayer:GetMouse()
  1236. repeat wait() until mouse
  1237. local plr = game.Players.LocalPlayer
  1238. local torso = plr.Character.Torso
  1239. local flying = true
  1240. local deb = true
  1241. local ctrl = {f = 0, b = 0, l = 0, r = 0}
  1242. local lastctrl = {f = 0, b = 0, l = 0, r = 0}
  1243. local maxspeed = 220
  1244. local speed = 100
  1245.  
  1246. function Fly()
  1247. local bg = Instance.new("BodyGyro", torso)
  1248. bg.P = 9e4
  1249. bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  1250. bg.cframe = torso.CFrame
  1251. local bv = Instance.new("BodyVelocity", torso)
  1252. bv.velocity = Vector3.new(0,0.1,0)
  1253. bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
  1254. repeat wait()
  1255. plr.Character.Humanoid.PlatformStand = true
  1256. if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
  1257. speed = speed+.5+(speed/maxspeed)
  1258. if speed > maxspeed then
  1259. speed = maxspeed
  1260. end
  1261. elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
  1262. speed = speed-1
  1263. if speed < 0 then
  1264. speed = 100
  1265. end
  1266. end
  1267. if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
  1268. 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
  1269. lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
  1270. elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
  1271. 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
  1272. else
  1273. bv.velocity = Vector3.new(0,0.1,0)
  1274. end
  1275. bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*100*speed/maxspeed),0,0)
  1276. until not flying
  1277. ctrl = {f = 0, b = 0, l = 0, r = 0}
  1278. lastctrl = {f = 0, b = 0, l = 0, r = 0}
  1279. speed = 100
  1280. bg:Destroy()
  1281. bv:Destroy()
  1282. plr.Character.Humanoid.PlatformStand = false
  1283. end
  1284. mouse.KeyDown:connect(function(key)
  1285. if key:lower() == button2 then
  1286. if flying then flying = false
  1287. else
  1288. flying = true
  1289. Fly()
  1290. end
  1291. elseif key:lower() == "w" then
  1292. ctrl.f = 1
  1293. elseif key:lower() == "s" then
  1294. ctrl.b = -1
  1295. elseif key:lower() == "a" then
  1296. ctrl.l = -1
  1297. elseif key:lower() == "d" then
  1298. ctrl.r = 1
  1299. end
  1300. end)
  1301. mouse.KeyUp:connect(function(key)
  1302. if key:lower() == "w" then
  1303. ctrl.f = 0
  1304. elseif key:lower() == "s" then
  1305. ctrl.b = 0
  1306. elseif key:lower() == "a" then
  1307. ctrl.l = 0
  1308. elseif key:lower() == "d" then
  1309. ctrl.r = 0
  1310. end
  1311. end)
  1312. wait(1)
  1313. game:GetService("StarterGui"):SetCore("SendNotification", {
  1314. Title = "[Gui S.O.P]";
  1315. Text = "Bay Kích Hoạt Nhấn e Để Bay Hoặc Vô Phần Thiết lập Để Chỉnh Nút";
  1316. })
  1317. end)
  1318.  
  1319. SpeedHack.Name = "SpeedHack"
  1320. SpeedHack.Parent = OtherScriptsFrame
  1321. SpeedHack.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  1322. SpeedHack.Position = UDim2.new(-0.0104712043, 0, 0.366941363, 0)
  1323. SpeedHack.Size = UDim2.new(0, 188, 0, 35)
  1324. SpeedHack.Font = Enum.Font.SourceSans
  1325. SpeedHack.Text = "Chạy Nhanh"
  1326. SpeedHack.TextColor3 = Color3.new(0.811765, 0.811765, 0.811765)
  1327. SpeedHack.TextSize = 14
  1328. SpeedHack.MouseButton1Down:connect(function()
  1329. local speed = SpeedValue.Text
  1330. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = speed
  1331. wait(1)
  1332. game:GetService("StarterGui"):SetCore("SendNotification", {
  1333. Title = "[Gui S.O.P]";
  1334. Text = "Chạy Nhanh Kích Hoạt Vô Thiết Lập Để Chỉnh Tốc Độ";
  1335. })
  1336. end)
  1337.  
  1338. NoClip.Name = "NoClip"
  1339. NoClip.Parent = OtherScriptsFrame
  1340. NoClip.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  1341. NoClip.Position = UDim2.new(-0.00373976142, 0, 0.4770042, 0)
  1342. NoClip.Size = UDim2.new(0, 187, 0, 36)
  1343. NoClip.Font = Enum.Font.SourceSans
  1344. NoClip.Text = "XuyênTường"
  1345. NoClip.TextColor3 = Color3.new(0.811765, 0.811765, 0.811765)
  1346. NoClip.TextSize = 14
  1347. NoClip.MouseButton1Down:connect(function()
  1348. local button1 = NoClipButton.Text
  1349. noclip = false
  1350. game:GetService('RunService').Stepped:connect(function()
  1351. if noclip then
  1352. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  1353. end
  1354. end)
  1355. plr = game.Players.LocalPlayer
  1356. mouse = plr:GetMouse()
  1357. mouse.KeyDown:connect(function(key)
  1358.  
  1359. if key == button1 then
  1360. noclip = not noclip
  1361. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  1362. end
  1363. end)
  1364. wait(1)
  1365. game:GetService("StarterGui"):SetCore("SendNotification", {
  1366. Title = "[Gui S.O.P]";
  1367. Text = "Xuyên Tường Kích Hoạt Nhấn y Để Đi Xuyên Tường Hoặc Chỉnh Nút Phần Thiết Lập ";
  1368. })
  1369. end)
  1370.  
  1371. OtherTp.Name = "OtherTp"
  1372. OtherTp.Parent = ScriptsFrame
  1373. OtherTp.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  1374. OtherTp.Position = UDim2.new(0.0476484038, 0, 0.667887747, 0)
  1375. OtherTp.Size = UDim2.new(0, 100, 0, 31)
  1376. OtherTp.Font = Enum.Font.SourceSansLight
  1377. OtherTp.Text = "Tpkhác"
  1378. OtherTp.TextColor3 = Color3.new(0.811765, 0.811765, 0.811765)
  1379. OtherTp.TextSize = 14
  1380. OtherTp.MouseButton1Click:connect(function()
  1381. if OtherTpFrame.Visible == true then wait(.10)
  1382. OtherTpFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true)
  1383. wait(1) OtherTpFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  1384. elseif IslandTpFrame.Visible == true then wait(.10)
  1385. IslandTpFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) IslandTpFrame.Visible = false OtherTpFrame.Visible = true
  1386. OtherTpFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  1387. elseif HomeFrame.Visible == true then
  1388. HomeFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) HomeFrame.Visible = false OtherTpFrame.Visible = true
  1389. OtherTpFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  1390. elseif NpcTpFrame.Visible == true then
  1391. NpcTpFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) NpcTpFrame.Visible = false OtherTpFrame.Visible = true
  1392. OtherTpFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  1393. elseif QuestTpFrame.Visible == true then
  1394. QuestTpFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) QuestTpFrame.Visible = false OtherTpFrame.Visible = true
  1395. OtherTpFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  1396. elseif WeaponTpFrame.Visible == true then
  1397. WeaponTpFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) WeaponTpFrame.Visible = false OtherTpFrame.Visible = true
  1398. OtherTpFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  1399. elseif OtherScriptsFrame.Visible == true then
  1400. OtherScriptsFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) OtherScriptsFrame.Visible = false OtherTpFrame.Visible = true
  1401. OtherTpFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  1402. elseif TpPlayerFrame.Visible == true then
  1403. TpPlayerFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) TpPlayerFrame.Visible = false OtherTpFrame.Visible = true
  1404. OtherTpFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  1405. elseif SettingsFrame.Visible == true then
  1406. SettingsFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) SettingsFrame.Visible = false OtherTpFrame.Visible = true
  1407. OtherTpFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  1408. end
  1409. end)
  1410.  
  1411. OtherTpFrame.Name = "OtherTpFrame"
  1412. OtherTpFrame.Parent = OtherTp
  1413. OtherTpFrame.BackgroundColor3 = Color3.new(0.0235294, 0.0235294, 0.0235294)
  1414. OtherTpFrame.BorderColor3 = Color3.new(0.901961, 0.901961, 0.901961)
  1415. OtherTpFrame.BorderSizePixel = 0
  1416. OtherTpFrame.NextSelectionRight = HomeFrame
  1417. OtherTpFrame.Position = UDim2.new(-1.96800017, 0, -5.74222612, 1)
  1418. OtherTpFrame.Size = UDim2.new(0, 191, 0, 269)
  1419. OtherTpFrame.Visible = false
  1420. OtherTpFrame.ScrollBarThickness = 12
  1421. OtherTpFrame.Active = true
  1422.  
  1423. OtherTpLabel.Name = "OtherTpLabel"
  1424. OtherTpLabel.Parent = OtherTpFrame
  1425. OtherTpLabel.BackgroundColor3 = Color3.new(0.666667, 0.333333, 1)
  1426. OtherTpLabel.Size = UDim2.new(0, 229, 0, 33)
  1427. OtherTpLabel.Font = Enum.Font.SourceSans
  1428. OtherTpLabel.Text = "TpKhác"
  1429. OtherTpLabel.TextColor3 = Color3.new(0, 0, 0)
  1430. OtherTpLabel.TextSize = 14
  1431.  
  1432. TpChest.Name = "TpChest"
  1433. TpChest.Parent = OtherTpFrame
  1434. TpChest.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  1435. TpChest.Position = UDim2.new(-0.00373976142, 0, 0.165683448, 0)
  1436. TpChest.Size = UDim2.new(0, 187, 0, 32)
  1437. TpChest.Font = Enum.Font.SourceSans
  1438. TpChest.Text = "Tp Rương"
  1439. TpChest.TextColor3 = Color3.new(0.811765, 0.811765, 0.811765)
  1440. TpChest.TextSize = 14
  1441. TpChest.MouseButton1Down:connect(function()
  1442. wait(1)
  1443. game:GetService("StarterGui"):SetCore("SendNotification", {
  1444. Title = "[Gui S.O.P]";
  1445. Text = "Tp Rương Thành Công Nếu Ko Có Gì Hết Thì Server Này Ko Có Rương";
  1446. })
  1447. for _,v in pairs(game.Workspace:GetDescendants()) do
  1448. if v.ClassName == "TouchTransmitter" then
  1449. v.Parent.Position = game.Players.LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-5)
  1450. v.Parent.Anchored = true
  1451. end
  1452. end
  1453. end)
  1454.  
  1455. TpAllNPC.Name = "TpAllNPC"
  1456. TpAllNPC.Parent = OtherTpFrame
  1457. TpAllNPC.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  1458. TpAllNPC.Position = UDim2.new(0, 0, 0.266312391, 0)
  1459. TpAllNPC.Size = UDim2.new(0, 186, 0, 32)
  1460. TpAllNPC.Font = Enum.Font.SourceSans
  1461. TpAllNPC.Text = "Tp Tất Cả Npc"
  1462. TpAllNPC.TextColor3 = Color3.new(0.811765, 0.811765, 0.811765)
  1463. TpAllNPC.TextSize = 14
  1464. TpAllNPC.MouseButton1Down:connect(function()
  1465. wait(1)
  1466. game:GetService("StarterGui"):SetCore("SendNotification", {
  1467. Title = "[Gui S.O.P]";
  1468. Text = "Tp Tất Cả Npc Thành Công";
  1469. })
  1470. for _,v in pairs(game.Workspace:GetDescendants()) do
  1471. if string.find(v.Name, "Luffy") or string.find(v.Name, "Buggy") or string.find(v.Name, "Attacking") or string.find(v.Name, "Thief") or string.find(v.Name, "Big Full Body") or string.find(v.Name, "Marine") and v:FindFirstChild("HumanoidRootPart") then
  1472. v:FindFirstChild("HumanoidRootPart").Anchored = true
  1473. v:FindFirstChild("HumanoidRootPart").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-2)
  1474. end
  1475. end
  1476. end)
  1477.  
  1478. TpSwords.Name = "TpSwords"
  1479. TpSwords.Parent = OtherTpFrame
  1480. TpSwords.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  1481. TpSwords.Position = UDim2.new(-0.00373976142, 0, 0.366625935, 0)
  1482. TpSwords.Size = UDim2.new(0, 187, 0, 38)
  1483. TpSwords.Font = Enum.Font.SourceSans
  1484. TpSwords.Text = "TP Tất Cả Kiếm"
  1485. TpSwords.TextColor3 = Color3.new(0.811765, 0.811765, 0.811765)
  1486. TpSwords.TextSize = 14
  1487. TpSwords.MouseButton1Down:connect(function()
  1488. wait(1)
  1489. game:GetService("StarterGui"):SetCore("SendNotification", {
  1490. Title = "[Gui S.O.P]";
  1491. Text = "Tp Tất Cả Kiếm Thàng Công";
  1492. })
  1493. for _,v in pairs(game.Workspace:GetDescendants()) do
  1494. if string.find(v.Name, "Price:") and string.find(v.ClassName, "Model") then
  1495. v:FindFirstChild("Head").Anchored = true
  1496. v:FindFirstChild("Head").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-5)
  1497. end
  1498. end
  1499. end)
  1500.  
  1501. Close.Name = "Close"
  1502. Close.Parent = MainFrame
  1503. Close.BackgroundColor3 = Color3.new(0.666667, 0.666667, 1)
  1504. Close.Position = UDim2.new(0.888513625, 0, 0, 0)
  1505. Close.Size = UDim2.new(0, 33, 0, 23)
  1506. Close.Font = Enum.Font.SourceSans
  1507. Close.Text = "X"
  1508. Close.TextColor3 = Color3.new(0, 0, 0)
  1509. Close.TextSize = 14
  1510. Close.MouseButton1Down:connect(function()
  1511. MainFrame:TweenPosition(UDim2.new(0.079, 0, 1.7, 0), 'Out','Bounce', 1)
  1512. OpenGui.Visible = true
  1513. end)
  1514.  
  1515. Tilte.Name = "Tilte"
  1516. Tilte.Parent = MainFrame
  1517. Tilte.BackgroundColor3 = Color3.new(0.666667, 0.666667, 1)
  1518. Tilte.Position = UDim2.new(-0.00109739567, 0, 0, 0)
  1519. Tilte.Size = UDim2.new(0, 140, 0, 33)
  1520. Tilte.Font = Enum.Font.SourceSans
  1521. Tilte.Text = "Gui S.O.P"
  1522. Tilte.TextColor3 = Color3.new(0, 0, 0)
  1523. Tilte.TextSize = 14
  1524.  
  1525. Tilte1.Name = "Tilte1"
  1526. Tilte1.Parent = MainFrame
  1527. Tilte1.BackgroundColor3 = Color3.new(0.666667, 0.666667, 1)
  1528. Tilte1.Position = UDim2.new(0.408456832, 0, 0, 0)
  1529. Tilte1.Size = UDim2.new(0, 51, 0, 33)
  1530. Tilte1.Font = Enum.Font.SourceSans
  1531. Tilte1.Text = "V2.3"
  1532. Tilte1.TextColor3 = Color3.new(0, 0, 0)
  1533. Tilte1.TextSize = 14
  1534.  
  1535. OpenGui.Name = "OpenGui"
  1536. OpenGui.Parent = Main
  1537. OpenGui.BackgroundColor3 = Color3.new(1, 1, 1)
  1538. OpenGui.Position = UDim2.new(0, 0, 0.515867531, 0)
  1539. OpenGui.Size = UDim2.new(0, 109, 0, 48)
  1540. OpenGui.Visible = true
  1541. OpenGui.Active = true
  1542.  
  1543. Open.Name = "Open"
  1544. Open.Parent = OpenGui
  1545. Open.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  1546. Open.Position = UDim2.new(-0.266055048, 0, 0, 0)
  1547. Open.Size = UDim2.new(0, 175, 0, 50)
  1548. Open.Font = Enum.Font.SourceSans
  1549. Open.Text = "Mở Gui"
  1550. Open.TextColor3 = Color3.new(0, 1, 0.498039)
  1551. Open.TextSize = 14
  1552. Open.MouseButton1Down:connect(function()
  1553. MainFrame:TweenPosition(UDim2.new(0.264, 0,0.279, 0), 'Out','Bounce', 1)
  1554. OpenGui.Visible = false
  1555. end)
  1556.  
  1557. TpPlayer.Name = "TpPlayer"
  1558. TpPlayer.Parent = ScriptsFrame
  1559. TpPlayer.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  1560. TpPlayer.Position = UDim2.new(0.0476484932, 0, 0.782278955, 0)
  1561. TpPlayer.Size = UDim2.new(0, 101, 0, 31)
  1562. TpPlayer.Font = Enum.Font.SourceSansLight
  1563. TpPlayer.Text = "TpNgườiChơi"
  1564. TpPlayer.TextColor3 = Color3.new(0.811765, 0.811765, 0.811765)
  1565. TpPlayer.TextSize = 14
  1566. TpPlayer.MouseButton1Click:connect(function()
  1567. if TpPlayerFrame.Visible == true then wait(.10)
  1568. TpPlayerFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true)
  1569. wait(1) TpPlayerFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  1570. elseif IslandTpFrame.Visible == true then wait(.10)
  1571. IslandTpFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) IslandTpFrame.Visible = false TpPlayerFrame.Visible = true
  1572. TpPlayerFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  1573. elseif HomeFrame.Visible == true then
  1574. HomeFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) HomeFrame.Visible = false TpPlayerFrame.Visible = true
  1575. TpPlayerFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  1576. elseif NpcTpFrame.Visible == true then
  1577. NpcTpFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) NpcTpFrame.Visible = false TpPlayerFrame.Visible = true
  1578. TpPlayerFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  1579. elseif QuestTpFrame.Visible == true then
  1580. QuestTpFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) QuestTpFrame.Visible = false TpPlayerFrame.Visible = true
  1581. TpPlayerFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  1582. elseif WeaponTpFrame.Visible == true then
  1583. WeaponTpFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) WeaponTpFrame.Visible = false TpPlayerFrame.Visible = true
  1584. TpPlayerFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  1585. elseif OtherScriptsFrame.Visible == true then
  1586. OtherScriptsFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) OtherScriptsFrame.Visible = false TpPlayerFrame.Visible = true
  1587. TpPlayerFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  1588. elseif OtherTpFrame.Visible == true then
  1589. OtherTpFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) OtherTpFrame.Visible = false TpPlayerFrame.Visible = true
  1590. TpPlayerFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  1591. elseif SettingsFrame.Visible == true then
  1592. SettingsFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) SettingsFrame.Visible = false TpPlayerFrame.Visible = true
  1593. TpPlayerFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  1594. end
  1595. end)
  1596.  
  1597. TpPlayerFrame.Name = "TpPlayerFrame"
  1598. TpPlayerFrame.Parent = TpPlayer
  1599. TpPlayerFrame.BackgroundColor3 = Color3.new(0.0235294, 0.0235294, 0.0235294)
  1600. TpPlayerFrame.BorderColor3 = Color3.new(0.901961, 0.901961, 0.901961)
  1601. TpPlayerFrame.BorderSizePixel = 0
  1602. TpPlayerFrame.NextSelectionRight = HomeFrame
  1603. TpPlayerFrame.Position = UDim2.new(-1.95895231, 0, -6.67770958, 1)
  1604. TpPlayerFrame.Size = UDim2.new(0, 191, 0, 269)
  1605. TpPlayerFrame.Visible = false
  1606. TpPlayerFrame.ScrollBarThickness = 6
  1607. TpPlayerFrame.Active = true
  1608.  
  1609. TPPlayerLabel.Name = "TPPlayerLabel"
  1610. TPPlayerLabel.Parent = TpPlayerFrame
  1611. TPPlayerLabel.BackgroundColor3 = Color3.new(0.666667, 0.333333, 1)
  1612. TPPlayerLabel.Size = UDim2.new(0, 187, 0, 33)
  1613. TPPlayerLabel.Font = Enum.Font.SourceSans
  1614. TPPlayerLabel.Text = "Tp Người Chơi Tới Mình"
  1615. TPPlayerLabel.TextColor3 = Color3.new(0, 0, 0)
  1616. TPPlayerLabel.TextSize = 14
  1617.  
  1618. TPToPlayerLabel.Name = "TPToPlayerLabel"
  1619. TPToPlayerLabel.Parent = TpPlayerFrame
  1620. TPToPlayerLabel.BackgroundColor3 = Color3.new(0.666667, 0.333333, 1)
  1621. TPToPlayerLabel.Position = UDim2.new(0, 0, 0.467741907, 0)
  1622. TPToPlayerLabel.Size = UDim2.new(0, 187, 0, 33)
  1623. TPToPlayerLabel.Font = Enum.Font.SourceSans
  1624. TPToPlayerLabel.Text = "Tp Tới Người Chơi"
  1625. TPToPlayerLabel.TextColor3 = Color3.new(0, 0, 0)
  1626. TPToPlayerLabel.TextSize = 14
  1627.  
  1628. PlayerName1.Name = "Player Name1"
  1629. PlayerName1.Parent = TpPlayerFrame
  1630. PlayerName1.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  1631. PlayerName1.Position = UDim2.new(0.062827222, 0, 0.177419335, 0)
  1632. PlayerName1.Size = UDim2.new(0, 163, 0, 50)
  1633. PlayerName1.Font = Enum.Font.SourceSans
  1634. PlayerName1.Text = "Nhập Tên Người Chơi Vào Đây"
  1635. PlayerName1.TextColor3 = Color3.new(0.811765, 0.811765, 0.811765)
  1636. PlayerName1.TextSize = 14
  1637.  
  1638. PlayerName2.Name = "PlayerName2"
  1639. PlayerName2.Parent = TpPlayerFrame
  1640. PlayerName2.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  1641. PlayerName2.Position = UDim2.new(0.0732984245, 0, 0.629032254, 0)
  1642. PlayerName2.Size = UDim2.new(0, 163, 0, 50)
  1643. PlayerName2.Font = Enum.Font.SourceSans
  1644. PlayerName2.Text = "Nhập Tên Người Chơi Vào Đây"
  1645. PlayerName2.TextColor3 = Color3.new(0.811765, 0.811765, 0.811765)
  1646. PlayerName2.TextSize = 14
  1647.  
  1648. Tp1.Name = "Tp1"
  1649. Tp1.Parent = TpPlayerFrame
  1650. Tp1.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  1651. Tp1.Position = UDim2.new(0.120418854, 0, 0.376903653, 0)
  1652. Tp1.Size = UDim2.new(0, 147, 0, 20)
  1653. Tp1.Font = Enum.Font.SourceSans
  1654. Tp1.Text = "Nhấn Vào Đây Để Tp"
  1655. Tp1.TextColor3 = Color3.new(0.811765, 0.811765, 0.811765)
  1656. Tp1.TextSize = 14
  1657. Tp1.MouseButton1Down:connect(function()
  1658. local player_name1 = PlayerName1.Text
  1659. wait(1)
  1660. game:GetService("StarterGui"):SetCore("SendNotification", {
  1661. Title = "[Gui S.O.P]";
  1662. Text = "Tp Tới Người Chơi Thành Công Nếu Ko Có Gì Xảy Ra Chắc Là Lag";
  1663. })
  1664. for _,v in pairs(game.Workspace:GetDescendants()) do
  1665. if string.find(v.Name, player_name1) then
  1666. v:FindFirstChild("HumanoidRootPart").Anchored = true
  1667. v:FindFirstChild("HumanoidRootPart").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-5)
  1668. end
  1669. end
  1670. end)
  1671.  
  1672. Tp2.Name = "Tp2"
  1673. Tp2.Parent = TpPlayerFrame
  1674. Tp2.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  1675. Tp2.Position = UDim2.new(0.120418854, 0, 0.860774636, 0)
  1676. Tp2.Size = UDim2.new(0, 147, 0, 20)
  1677. Tp2.Font = Enum.Font.SourceSans
  1678. Tp2.Text = "Nhấn Vào Đây Để Tp"
  1679. Tp2.TextColor3 = Color3.new(0.811765, 0.811765, 0.811765)
  1680. Tp2.TextSize = 14
  1681. Tp2.MouseButton1Down:connect(function()
  1682. local player_name2 = PlayerName2.Text
  1683. wait(1)
  1684. game:GetService("StarterGui"):SetCore("SendNotification", {
  1685. Title = "[Gui S.O.P]";
  1686. Text = "Tp Tới Người Chơi Thành Công Nếu Ko Có Gì Xảy Ra Chắc Là Lag";
  1687. })
  1688. for _,v in pairs(game.Workspace:GetDescendants()) do
  1689. if string.find(v.ClassName, "Model") and string.find(v.Name, player_name2) then
  1690. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v:FindFirstChild("Head").CFrame
  1691. end
  1692. end
  1693. end)
  1694.  
  1695. TextLabel.Parent = Main
  1696. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  1697. TextLabel.BackgroundTransparency = 1
  1698. TextLabel.Position = UDim2.new(0, 0, 0.900398433, 0)
  1699. TextLabel.Size = UDim2.new(0, 729,0, 56)
  1700. TextLabel.Font = Enum.Font.Bodoni
  1701. TextLabel.Text = "Truy Cập Để Lấy Key https://pastebin.com/raw/8Jt1LuQE"
  1702. TextLabel.TextColor3 = Color3.new(255, 255, 255)
  1703. TextLabel.TextSize = 20
  1704. TextLabel.Visible = false
  1705.  
  1706. ClickTp.Name = "ClickTp"
  1707. ClickTp.Parent = OtherScriptsFrame
  1708. ClickTp.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  1709. ClickTp.Position = UDim2.new(0.00673144264, 0, 0.869651616, 0)
  1710. ClickTp.Size = UDim2.new(0, 187, 0, 33)
  1711. ClickTp.Font = Enum.Font.SourceSans
  1712. ClickTp.Text = "ClickTp"
  1713. ClickTp.TextColor3 = Color3.new(0.811765, 0.811765, 0.811765)
  1714. ClickTp.TextSize = 14
  1715. ClickTp.MouseButton1Down:connect(function()
  1716. mouse = game.Players.LocalPlayer:GetMouse()
  1717. tool = Instance.new("Tool")
  1718. tool.RequiresHandle = false
  1719. tool.Name = "Click Teleport"
  1720. tool.Activated:connect(function()
  1721. local pos = mouse.Hit+Vector3.new(0,2.5,0)
  1722. pos = CFrame.new(pos.X,pos.Y,pos.Z)
  1723. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = pos
  1724. end)
  1725. tool.Parent = game.Players.LocalPlayer.Backpack
  1726. tool.ToolTip = "CLICK_TP"
  1727. wait(1)
  1728. game:GetService("StarterGui"):SetCore("SendNotification", {
  1729. Title = "[Gui S.O.P]";
  1730. Text = "Đã Give Tool Click Tp";
  1731. })
  1732. end)
  1733.  
  1734. Settings.Name = "Settings"
  1735. Settings.Parent = ScriptsFrame
  1736. Settings.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  1737. Settings.Position = UDim2.new(0.0476484932, 0, 0.889290035, 0)
  1738. Settings.Size = UDim2.new(0, 101, 0, 31)
  1739. Settings.Font = Enum.Font.SourceSansLight
  1740. Settings.Text = "ThiếtLập"
  1741. Settings.TextColor3 = Color3.new(0.811765, 0.811765, 0.811765)
  1742. Settings.TextSize = 14
  1743. Settings.MouseButton1Click:connect(function()
  1744. if SettingsFrame.Visible == true then wait(.10)
  1745. SettingsFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true)
  1746. wait(1) SettingsFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  1747. elseif IslandTpFrame.Visible == true then wait(.10)
  1748. IslandTpFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) IslandTpFrame.Visible = false SettingsFrame.Visible = true
  1749. SettingsFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  1750. elseif HomeFrame.Visible == true then
  1751. HomeFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) HomeFrame.Visible = false SettingsFrame.Visible = true
  1752. SettingsFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  1753. elseif NpcTpFrame.Visible == true then
  1754. NpcTpFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) NpcTpFrame.Visible = false SettingsFrame.Visible = true
  1755. SettingsFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  1756. elseif QuestTpFrame.Visible == true then
  1757. QuestTpFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) QuestTpFrame.Visible = false SettingsFrame.Visible = true
  1758. SettingsFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  1759. elseif WeaponTpFrame.Visible == true then
  1760. WeaponTpFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) WeaponTpFrame.Visible = false SettingsFrame.Visible = true
  1761. SettingsFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  1762. elseif OtherScriptsFrame.Visible == true then
  1763. OtherScriptsFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) OtherScriptsFrame.Visible = false SettingsFrame.Visible = true
  1764. SettingsFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  1765. elseif OtherTpFrame.Visible == true then
  1766. OtherTpFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) OtherTpFrame.Visible = false SettingsFrame.Visible = true
  1767. SettingsFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  1768. elseif TpPlayerFrame.Visible == true then
  1769. TpPlayerFrame:TweenSize(UDim2.new(0, 7,0, 269),"In","Sine",1,true) wait(1) TpPlayerFrame.Visible = false SettingsFrame.Visible = true
  1770. SettingsFrame:TweenSize(UDim2.new(0, 191,0, 269),"In","Sine",1,true)
  1771. end
  1772. end)
  1773.  
  1774. SettingsFrame.Name = "SettingsFrame"
  1775. SettingsFrame.Parent = Settings
  1776. SettingsFrame.BackgroundColor3 = Color3.new(0.0235294, 0.0235294, 0.0235294)
  1777. SettingsFrame.BorderColor3 = Color3.new(0.901961, 0.901961, 0.901961)
  1778. SettingsFrame.BorderSizePixel = 0
  1779. SettingsFrame.Position = UDim2.new(-1.9481982, 0, -7.70996714, 1)
  1780. SettingsFrame.Size = UDim2.new(0, 191, 0, 269)
  1781. SettingsFrame.ScrollBarThickness = 6
  1782. SettingsFrame.Visible = false
  1783.  
  1784. SettingsLabel.Name = "SettingsLabel"
  1785. SettingsLabel.Parent = SettingsFrame
  1786. SettingsLabel.BackgroundColor3 = Color3.new(0.666667, 0.333333, 1)
  1787. SettingsLabel.Position = UDim2.new(0.0199676026, 0, 1.49011612e-08, 0)
  1788. SettingsLabel.Size = UDim2.new(0, 207, 0, 33)
  1789. SettingsLabel.Font = Enum.Font.SourceSans
  1790. SettingsLabel.Text = "Settings"
  1791. SettingsLabel.TextColor3 = Color3.new(0, 0, 0)
  1792. SettingsLabel.TextSize = 14
  1793.  
  1794. SpeedValueLabel.Name = "SpeedValueLabel"
  1795. SpeedValueLabel.Parent = SettingsFrame
  1796. SpeedValueLabel.BackgroundColor3 = Color3.new(0.666667, 0.333333, 1)
  1797. SpeedValueLabel.Position = UDim2.new(0.0261780098, 0, 0.145161286, 0)
  1798. SpeedValueLabel.Size = UDim2.new(0, 178, 0, 33)
  1799. SpeedValueLabel.Font = Enum.Font.SourceSans
  1800. SpeedValueLabel.Text = "Edit Tốc độ Script Hack Chạy Nhanh"
  1801. SpeedValueLabel.TextColor3 = Color3.new(0, 0, 0)
  1802. SpeedValueLabel.TextSize = 14
  1803.  
  1804. NoClipButtonLabel.Name = "NoClipButtonLabel"
  1805. NoClipButtonLabel.Parent = SettingsFrame
  1806. NoClipButtonLabel.BackgroundColor3 = Color3.new(0.666667, 0.333333, 1)
  1807. NoClipButtonLabel.Position = UDim2.new(0.0261780098, 0, 0.419354826, 0)
  1808. NoClipButtonLabel.Size = UDim2.new(0, 178, 0, 33)
  1809. NoClipButtonLabel.Font = Enum.Font.SourceSans
  1810. NoClipButtonLabel.Text = "Chỉnh Phím Sử Dụng Hack NoClip"
  1811. NoClipButtonLabel.TextColor3 = Color3.new(0, 0, 0)
  1812. NoClipButtonLabel.TextSize = 14
  1813.  
  1814. FlyButtonLabel.Name = "FlyButtonLabel"
  1815. FlyButtonLabel.Parent = SettingsFrame
  1816. FlyButtonLabel.BackgroundColor3 = Color3.new(0.666667, 0.333333, 1)
  1817. FlyButtonLabel.Position = UDim2.new(0.0418848172, 0, 0.675412834, 0)
  1818. FlyButtonLabel.Size = UDim2.new(0, 178, 0, 33)
  1819. FlyButtonLabel.Font = Enum.Font.SourceSans
  1820. FlyButtonLabel.Text = "Chỉnh Phím Sử Dụng Hack Fly"
  1821. FlyButtonLabel.TextColor3 = Color3.new(0, 0, 0)
  1822. FlyButtonLabel.TextSize = 14
  1823.  
  1824. SpeedValue.Name = "SpeedValue"
  1825. SpeedValue.Parent = SettingsFrame
  1826. SpeedValue.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  1827. SpeedValue.Position = UDim2.new(0.0785340369, 0, 0.267390311, 0)
  1828. SpeedValue.Size = UDim2.new(0, 163, 0, 36)
  1829. SpeedValue.Font = Enum.Font.SourceSans
  1830. SpeedValue.Text = "200"
  1831. SpeedValue.TextColor3 = Color3.new(0.811765, 0.811765, 0.811765)
  1832. SpeedValue.TextSize = 14
  1833.  
  1834. NoClipButton.Name = "NoClipButton"
  1835. NoClipButton.Parent = SettingsFrame
  1836. NoClipButton.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  1837. NoClipButton.Position = UDim2.new(0.0837696344, 0, 0.541583896, 0)
  1838. NoClipButton.Size = UDim2.new(0, 163, 0, 36)
  1839. NoClipButton.Font = Enum.Font.SourceSans
  1840. NoClipButton.Text = "y"
  1841. NoClipButton.TextColor3 = Color3.new(0.811765, 0.811765, 0.811765)
  1842. NoClipButton.TextSize = 14
  1843.  
  1844. FlyButton.Name = "FlyButton"
  1845. FlyButton.Parent = SettingsFrame
  1846. FlyButton.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  1847. FlyButton.Position = UDim2.new(0.0837696344, 0, 0.815777361, 0)
  1848. FlyButton.Size = UDim2.new(0, 162, 0, 36)
  1849. FlyButton.Font = Enum.Font.SourceSans
  1850. FlyButton.Text = "e"
  1851. FlyButton.TextColor3 = Color3.new(0.811765, 0.811765, 0.811765)
  1852. FlyButton.TextSize = 14
  1853.  
  1854. Esp.Name = "Esp"
  1855. Esp.Parent = OtherScriptsFrame
  1856. Esp.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  1857. Esp.Position = UDim2.new(-0.0142109655, 0, 0.606036425, 0)
  1858. Esp.Size = UDim2.new(0, 187, 0, 36)
  1859. Esp.Font = Enum.Font.SourceSans
  1860. Esp.Text = "Esp"
  1861. Esp.TextColor3 = Color3.new(0.811765, 0.811765, 0.811765)
  1862. Esp.TextSize = 14
  1863. Esp.MouseButton1Click:connect(function()
  1864. Important = {Players = game:GetService("Players"), Workspace = game:GetService("Workspace"), CoreGui = game:GetService("CoreGui")}
  1865.  
  1866. local enabledesp = false
  1867.  
  1868. function CreateESP(plr)
  1869.  
  1870. if plr ~= nil then
  1871.  
  1872. local GetChar = plr.Character
  1873. if not GetChar then return end
  1874.  
  1875. local GetHead do
  1876.  
  1877. repeat wait() until GetChar:FindFirstChild("Head")
  1878.  
  1879. end
  1880. GetHead = GetChar.Head
  1881.  
  1882. local bb = Instance.new("BillboardGui", Important.CoreGui)
  1883. bb.Adornee = GetHead
  1884. bb.ExtentsOffset = Vector3.new(0, 1, 0)
  1885. bb.AlwaysOnTop = true
  1886. bb.Size = UDim2.new(0, 5, 0, 5)
  1887. bb.StudsOffset = Vector3.new(0, 3, 0)
  1888. bb.Name = "ESP_PLAYER_" .. plr.Name
  1889.  
  1890. local displayframe = Instance.new("Frame", bb)
  1891. displayframe.ZIndex = 10
  1892. displayframe.BackgroundTransparency = 1
  1893. displayframe.Size = UDim2.new(1,0,1,0)
  1894.  
  1895. local name = Instance.new("TextLabel", displayframe)
  1896. name.Name = "Name"
  1897. name.ZIndex = 10
  1898. name.Text = plr.Name
  1899. name.Visible = true
  1900. name.TextColor3 = Color3.new(170,0,0)
  1901. name.BackgroundTransparency = 1
  1902. name.Size = UDim2.new(1,0,10,0)
  1903. name.Font = Enum.Font.SourceSansLight
  1904. name.TextSize = 20
  1905. name.TextStrokeTransparency = .5
  1906.  
  1907. end
  1908.  
  1909. end
  1910. for i,v in pairs(Important.Players:GetChildren()) do
  1911.  
  1912. CreateESP(v)
  1913.  
  1914. end
  1915. end)
  1916.  
  1917. RevizAdmin.Name = "RevizAdmin"
  1918. RevizAdmin.Parent = OtherScriptsFrame
  1919. RevizAdmin.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  1920. RevizAdmin.Position = UDim2.new(-0.0142109636, 0, 0.735068679, 0)
  1921. RevizAdmin.Size = UDim2.new(0, 187, 0, 36)
  1922. RevizAdmin.Font = Enum.Font.SourceSans
  1923. RevizAdmin.Text = "Reviz Admin"
  1924. RevizAdmin.TextColor3 = Color3.new(0.811765, 0.811765, 0.811765)
  1925. RevizAdmin.TextSize = 14
  1926. RevizAdmin.MouseButton1Click:connect(function()
  1927. -- Creator: illremember#3799
  1928.  
  1929. -- Credits to infinite yield, harkinian, dex creators
  1930.  
  1931. prefix = ";"
  1932. wait(0.3)
  1933. Commands = {
  1934. '[-] cmdbar is shown when ; is pressed.',
  1935. '[1] kill [plr] -- You need a tool! Will kill the player, use rkill to kill you and player',
  1936. '[2] bring [plr] -- You need a tool! Will bring player to you',
  1937. '[3] spin [plr] -- You need a tool! Makes you and the player spin crazy',
  1938. '[4] unspin -- Use after using spin cmd and dying, so you stop loop teleporting',
  1939. '[5] attach [plr] -- You need a tool! Attaches you to player',
  1940. '[6] unattach [plr] -- Attempts to unattach you from a player',
  1941. '[7] follow [plr] -- Makes you follow behind the player',
  1942. '[8] unfollow',
  1943. '[9] freefall [plr] -- You need a tool! Teleports you and the player up into the air',
  1944. '[10] trail [plr] -- The opposite of follow, you stay infront of player',
  1945. '[11] untrail',
  1946. '[12] orbit [plr] -- Makes you orbit the player',
  1947. '[13] unorbit',
  1948. '[14] fling [plr] -- Makes you fling the player',
  1949. '[15] unfling',
  1950. '[16] fecheck -- Checks if the game is FE or not',
  1951. '[17] void [plr] -- Teleports player to the void',
  1952. '[18] noclip -- Gives you noclip to walk through walls',
  1953. '[19] clip -- Removes noclip',
  1954. '[20] speed [num]/ws [num] -- Changes how fast you walk 16 is default',
  1955. '[21] jumppower [num]/jp [num] -- Changes how high you jump 50 is default',
  1956. '[22] hipheight [num]/hh [num] -- Changes how high you float 0 is default',
  1957. '[23] default -- Changes your speed, jumppower and hipheight to default values',
  1958. '[24] annoy [plr] -- Loop teleports you to the player',
  1959. '[25] unannoy',
  1960. '[26] headwalk [plr] -- Loop teleports you to the player head',
  1961. '[27] unheadwalk',
  1962. '[28] nolimbs -- Removes your arms and legs',
  1963. '[29] god -- Gives you FE Godmode',
  1964. '[30] drophats -- Drops your accessories',
  1965. '[31] droptool -- Drops any tool you have equipped',
  1966. '[32] loopdhats -- Loop drops your accessories',
  1967. '[33] unloopdhats',
  1968. '[34] loopdtool -- Loop drops any tools you have equipped',
  1969. '[35] unloopdtool',
  1970. '[36] invisible -- Gives you invisibility CREDIT TO TIMELESS',
  1971. '[37] view [plr] -- Changes your camera to the player character',
  1972. '[38] unview',
  1973. '[39] goto [plr] -- Teleports you to player',
  1974. '[40] fly -- Allows you to fly, credit to Infinite Yield',
  1975. '[41] unfly',
  1976. '[42] chat [msg] -- Makes you chat a message',
  1977. '[43] spam [msg] -- Spams a message',
  1978. '[44] unspam',
  1979. '[45] spamwait [num] -- Changes delay of chatting a message for the spam command in seconds default is 1 second',
  1980. '[46] pmspam [plr] -- Spams a player in private message',
  1981. '[47] unpmspam',
  1982. '[48] cfreeze [plr] -- Freezes a player on your client, they will only be frozen for you',
  1983. '[49] uncfreeze [plr]',
  1984. '[50] unlockws -- Unlocks the workspace',
  1985. '[51] lockws -- Locks the workspace',
  1986. '[52] btools -- Gives you btools that will only show to you useful for deleting certain blocks only for you',
  1987. '[53] pstand -- Enables platform stand',
  1988. '[54] unpstand -- Disables platform stand',
  1989. '[55] blockhead -- Removes your head mesh',
  1990. '[56] sit',
  1991. '[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',
  1992. '[58] wsvis [num] -- Changes visibility of workspace parts, num should be between 0 and 1, only shows client sided',
  1993. '[59] hypertotal -- Loads in my FE GUI Hypertotal',
  1994. '[60] cmds -- Prints all commands',
  1995. '[61] rmeshhats/blockhats -- Removes the meshes of all your accessories aka block hats',
  1996. '[62] rmeshtool/blocktool -- Removes the mesh of the tool you have equipped aka block tool',
  1997. '[63] spinner -- Makes you spin',
  1998. '[64] nospinner',
  1999. '[65] reach [num] -- Gives you reach, mostly used for swords, say ;reachd for default and enter number after for custom',
  2000. '[66] noreach -- Removes reach, must have tool equipped',
  2001. '[67] rkill [plr] -- Kills you and the player, use kill to just kill the player without dying',
  2002. '[68] tp me [plr] -- Alternative to goto',
  2003. '[69] cbring [plr] -- Brings player infront of you, shows only on client, allows you to do damage to player',
  2004. '[70] uncbring',
  2005. '[71] swap [plr] -- You need a tool! Swaps players position with yours and your position with players',
  2006. '[72] givetool [plr] -- Gives the tool you have equipped to the player',
  2007. '[73] glitch [plr] -- Glitches you and the player, looks very cool',
  2008. '[74] unglitch -- Unglitches you',
  2009. '[75] grespawn -- Alternative to normal respawn and usually works best for when you want to reset with FE Godmode',
  2010. '[76] explorer -- Loads up DEX',
  2011. '[77] reset -- Resets your character.',
  2012. '[78] anim [id] -- Applies an animation on you, must be created by ROBLOX',
  2013. '[79] animgui -- Loads up Energize animations GUI',
  2014. '[80] savepos -- Saves your current position',
  2015. '[81] loadpos -- Teleports you to your saved position',
  2016. '[82] bang [plr] -- 18+ will not work if you have FE Godmode on',
  2017. '[83] unbang',
  2018. '[84] delcmdbar -- Removes the command bar completely',
  2019. '[85] bringmod [obj] -- Brings all the parts in a model, client only, comes from ;bringobj enter exact name of model',
  2020. '[86] shutdown -- Uses harkinians script to shutdown server',
  2021. '[87] respawn -- If grespawn doesnt work you can use respawn',
  2022. '[88] delobj [obj] -- Deletes a certain brick in workspace, client sided',
  2023. '[89] getplrs -- Prints all players in game',
  2024. '[90] deldecal -- Deletes all decals client sided',
  2025. '[91] opfinality -- Loads in my FE GUI Opfinality',
  2026. '[92] remotes -- Prints all remotes in the game in the console when added',
  2027. '[93] noremotes -- Stops printing remotes',
  2028. '[94] tpdefault -- Stops all loop teleports to a player',
  2029. '[95] stopsit -- Will not allow you to sit',
  2030. '[96] gosit -- Allows you to sit',
  2031. '[97] clicktp -- Enables click tp',
  2032. '[98] noclicktp -- Disables click tp',
  2033. '[99] toolson -- If any tools are dropped in the workspace you will automatically get them',
  2034. '[100] toolsoff -- Stops ;toolson',
  2035. '[101] version -- Gets the admin version',
  2036. '[102] state [num] -- Changes your humanoid state, ;unstate to stop.',
  2037. '[103] gravity [num] -- Changes workspace gravity default is 196.2',
  2038. '[104] pgs -- Checks if the game has PGSPhysicsSolverEnabled enabled',
  2039. '[105] clickdel -- Delete any block you press q on, client sided',
  2040. '[106] noclickdel -- Stops clickdel',
  2041. '[107] looprhats -- Loop removes mesh of your hats/loop block hats',
  2042. '[108] unlooprhats -- Stops loop removing mesh',
  2043. '[109] looprtool -- Loop removes mesh of your tool/loop block tools',
  2044. '[110] unlooprtool -- Stops loop removing mesh',
  2045. '[111] givealltools [plr] -- Gives all the tools you have in your backpack to the player',
  2046. '[112] age [plr] -- Makes you chat the account age of the player',
  2047. '[113] id [plr] -- Makes you chat the account ID of the player',
  2048. '[114] .age [plr] -- Privately shows you the account age of the player',
  2049. '[115] .id [plr] -- Privately shows you the account ID of the player',
  2050. '[116] gameid -- Shows the game ID',
  2051. '[117] removeinvis -- Removes all invisible walls/parts, client sided',
  2052. '[118] removefog -- Removes fog, client sided',
  2053. '[119] disable -- Disables your character by removing humanoid',
  2054. '[120] enable -- Enables your character by adding humanoid',
  2055. '[121] prefix [key] -- Changes the prefix used, default is ;',
  2056. '[122] ;resetprefix -- Resets the prefix to ; incase you change it to an unusable prefix. Say exactly ";resetprefix" to do this command, no matter what your prefix is set to.',
  2057. '[123] flyspeed [num] -- Change your fly speed, default is 1',
  2058. '[124] carpet [plr] -- Makes you a carpet for a player, will not work if FE Godmode is on',
  2059. '[125] uncarpet -- Stops carpet player',
  2060. '[126] stare [plr] -- Turns your character to stare at another player',
  2061. '[127] unstare -- Stops stare player',
  2062. '[128] logchat -- Logs all chat (including /e and whispers) of all players',
  2063. '[129] unlogchat -- Disables logchat',
  2064. '[130] fixcam -- Fixes/resets your camera',
  2065. '[131] unstate -- Stops changing state',
  2066. }
  2067. speedget = 1
  2068.  
  2069. lplayer = game:GetService("Players").LocalPlayer
  2070.  
  2071. lplayer.CharacterAdded:Connect(function(character)
  2072. spin = false
  2073. flying = false
  2074. staring = false
  2075. banpl = false
  2076. end)
  2077.  
  2078. function change()
  2079. prefix = prefix
  2080. speedfly = speedfly
  2081. end
  2082.  
  2083. function GetPlayer(String) -- Credit to Timeless/xFunnieuss
  2084. local Found = {}
  2085. local strl = String:lower()
  2086. if strl == "all" then
  2087. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  2088. table.insert(Found,v)
  2089. end
  2090. elseif strl == "others" then
  2091. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  2092. if v.Name ~= lplayer.Name then
  2093. table.insert(Found,v)
  2094. end
  2095. end
  2096. elseif strl == "me" then
  2097. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  2098. if v.Name == lplayer.Name then
  2099. table.insert(Found,v)
  2100. end
  2101. end
  2102. else
  2103. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  2104. if v.Name:lower():sub(1, #String) == String:lower() then
  2105. table.insert(Found,v)
  2106. end
  2107. end
  2108. end
  2109. return Found
  2110. end
  2111.  
  2112. local Mouse = lplayer:GetMouse()
  2113.  
  2114. spin = false
  2115. followed = false
  2116. traill = false
  2117. noclip = false
  2118. annoying = false
  2119. hwalk = false
  2120. droppinghats = false
  2121. droppingtools = false
  2122. flying = false
  2123. spamdelay = 1
  2124. spamming = false
  2125. spammingpm = false
  2126. cbringing = false
  2127. remotes = true
  2128. added = true
  2129. binds = false
  2130. stopsitting = false
  2131. clickgoto = false
  2132. gettingtools = false
  2133. removingmeshhats = false
  2134. removingmeshtool = false
  2135. clickdel = false
  2136. staring = false
  2137. chatlogs = false
  2138. banpl = false
  2139. changingstate = false
  2140. statechosen = 0
  2141.  
  2142. adminversion = "Reviz Admin by illremember, Version 2.0"
  2143.  
  2144. flying = false
  2145. speedfly = 1
  2146.  
  2147. function plrchat(plr, chat)
  2148. print(plr.Name..": "..tick().."\n"..chat)
  2149. end
  2150.  
  2151. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  2152. v.Chatted:connect(function(chat)
  2153. if chatlogs then
  2154. plrchat(v, chat)
  2155. end
  2156. end)
  2157. end
  2158. game:GetService("Players").PlayerAdded:connect(function(plr)
  2159. plr.Chatted:connect(function(chat)
  2160. if chatlogs then
  2161. plrchat(plr, chat)
  2162. end
  2163. end)
  2164. end)
  2165.  
  2166.  
  2167. local ScreenGui = Instance.new("ScreenGui")
  2168. local Frame = Instance.new("Frame")
  2169. local CMDBAR = Instance.new("TextBox")
  2170. ScreenGui.Parent = game:GetService("CoreGui")
  2171. Frame.Parent = ScreenGui
  2172. Frame.BackgroundColor3 = Color3.new(0.3, 0.1, 0.1)
  2173. Frame.BackgroundTransparency = 0.3
  2174. Frame.Position = UDim2.new(0.5, 0, 0, 10)
  2175. Frame.Size = UDim2.new(0, 200, 0, 40)
  2176. Frame.Active = true
  2177. Frame.Draggable = true
  2178. CMDBAR.Name = "CMDBAR"
  2179. CMDBAR.Parent = Frame
  2180. CMDBAR.BackgroundColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  2181. CMDBAR.BackgroundTransparency = 0.20000000298023
  2182. CMDBAR.Size = UDim2.new(0, 180, 0, 20)
  2183. CMDBAR.Position = UDim2.new(0.05, 0, 0.25, 0)
  2184. CMDBAR.Font = Enum.Font.SourceSansLight
  2185. CMDBAR.FontSize = Enum.FontSize.Size14
  2186. CMDBAR.TextColor3 = Color3.new(0.945098, 0.945098, 0.945098)
  2187. CMDBAR.TextScaled = true
  2188. CMDBAR.TextSize = 14
  2189. CMDBAR.TextWrapped = true
  2190. CMDBAR.Text = "Press ; to type, Enter to execute"
  2191.  
  2192. local CMDS = Instance.new("ScreenGui")
  2193. local CMDSFRAME = Instance.new("Frame")
  2194. local ScrollingFrame = Instance.new("ScrollingFrame")
  2195. local TextLabel = Instance.new("TextLabel")
  2196. local closegui = Instance.new("TextButton")
  2197. CMDS.Name = "CMDS"
  2198. CMDS.Parent = game:GetService("CoreGui")
  2199. CMDSFRAME.Name = "CMDSFRAME"
  2200. CMDSFRAME.Parent = CMDS
  2201. CMDSFRAME.Active = true
  2202. CMDSFRAME.BackgroundColor3 = Color3.new(0.223529, 0.231373, 0.309804)
  2203. CMDSFRAME.BorderSizePixel = 0
  2204. CMDSFRAME.Draggable = true
  2205. CMDSFRAME.Position = UDim2.new(0, 315, 0, 100)
  2206. CMDSFRAME.Size = UDim2.new(0, 275, 0, 275)
  2207. CMDSFRAME.Visible = false
  2208. ScrollingFrame.Parent = CMDSFRAME
  2209. ScrollingFrame.BackgroundColor3 = Color3.new(0.160784, 0.160784, 0.203922)
  2210. ScrollingFrame.BorderSizePixel = 0
  2211. ScrollingFrame.Position = UDim2.new(0, 0, 0.0729999989, 0)
  2212. ScrollingFrame.Size = UDim2.new(1.04999995, 0, 0.92900002, 0)
  2213. ScrollingFrame.CanvasSize = UDim2.new(0, 0, 10, 0)
  2214. TextLabel.Parent = ScrollingFrame
  2215. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  2216. TextLabel.BackgroundTransparency = 1
  2217. TextLabel.Size = UDim2.new(0.930000007, 0, 1, 0)
  2218. TextLabel.Font = Enum.Font.SourceSans
  2219. TextLabel.FontSize = Enum.FontSize.Size18
  2220. TextLabel.Text = "[-] cmdbar is shown when ; is pressed.,\n[1] kill [plr] -- You need a tool! Will kill the player, use rkill to kill you and player,\n[2] bring [plr] -- You need a tool! Will bring player to you,\n[3] spin [plr] -- You need a tool! Makes you and the player spin crazy,\n[4] unspin -- Use after using spin cmd and dying, so you stop loop teleporting,\n[5] attach [plr] -- You need a tool! Attaches you to player,\n[6] unattach [plr] -- Attempts to unattach you from a player,\n[7] follow [plr] -- Makes you follow behind the player,\n[8] unfollow,\n[9] freefall [plr] -- You need a tool! Teleports you and the player up into the air,\n[10] trail [plr] -- The opposite of follow, you stay infront of player,\n[11] untrail,\n[12] orbit [plr] -- Makes you orbit the player,\n[13] unorbit,\n[14] fling [plr] -- Makes you fling the player,\n[15] unfling,\n[16] fecheck -- Checks if the game is FE or not,\n[17] void [plr] -- Teleports player to the void,\n[18] noclip -- Gives you noclip to walk through walls,\n[19] clip -- Removes noclip,\n[20] speed [num]/ws [num] -- Changes how fast you walk 16 is default,\n[21] jumppower [num]/jp [num] -- Changes how high you jump 50 is default,\n[22] hipheight [num]/hh [num] -- Changes how high you float 0 is default,\n[23] default -- Changes your speed, jumppower and hipheight to default values,\n[24] annoy [plr] -- Loop teleports you to the player,\n[25] unannoy,\n[26] headwalk [plr] -- Loop teleports you to the player head,\n[27] unheadwalk,\n[28] nolimbs -- Removes your arms and legs,\n[29] god -- Gives you FE Godmode,\n[30] drophats -- Drops your accessories,\n[31] droptool -- Drops any tool you have equipped,\n[32] loopdhats -- Loop drops your accessories,\n[33] unloopdhats,\n[34] loopdtool -- Loop drops any tools you have equipped,\n[35] unloopdtool,\n[36] invisible -- Gives you invisibility CREDIT TO TIMELESS,\n[37] view [plr] -- Changes your camera to the player character,\n[38] unview,\n[39] goto [plr] -- Teleports you to player,\n[40] fly -- Allows you to fly,\n[41] unfly,\n[42] chat [msg] -- Makes you chat a message,\n[43] spam [msg] -- Spams a message,\n[44] unspam,\n[45] spamwait [num] -- Changes delay of chatting a message for the spam command in seconds default is 1 second,\n[46] pmspam [plr] -- Spams a player in private message,\n[47] unpmspam,\n[48] cfreeze [plr] -- Freezes a player on your client, they will only be frozen for you,\n[49] uncfreeze [plr],\n[50] unlockws -- Unlocks the workspace,\n[51] lockws -- Locks the workspace,\n[52] btools -- Gives you btools that will only show to you useful for deleting certain blocks only for you,\n[53] pstand -- Enables platform stand,\n[54] unpstand -- Disables platform stand,\n[55] blockhead -- Removes your head mesh,\n[56] sit,\n[57] bringobj [obj] -- Only shows on client, brings an object/part to you constantly, can be used to bring healing parts, weapons, money etc, type in exact name,\n[58] wsvis [num] -- Changes visibility of workspace parts, num should be between 0 and 1, only shows client sided,\n[59] hypertotal -- Loads in my FE GUI Hypertotal,\n[60] cmds -- Prints all commands,\n[61] rmeshhats/blockhats -- Removes the meshes of all your accessories aka block hats,\n[62] rmeshtool/blocktool -- Removes the mesh of the tool you have equipped aka block tool,\n[63] spinner -- Makes you spin,\n[64] nospinner,\n[65] reach [num] -- Gives you reach, mostly used for swords, say ;reachd for default and enter number after for custom,\n[66] noreach -- Removes reach, must have tool equipped,\n[67] rkill [plr] -- Kills you and the player, use kill to just kill the player without dying,\n[68] tp me [plr] -- Alternative to goto,\n[69] cbring [plr] -- Brings player infront of you, shows only on client, allows you to do damage to player,\n[70] uncbring,\n[71] swap [plr] -- You need a tool! Swaps players position with yours and your position with players,\n[72] givetool [plr] -- Gives the tool you have equipped to the player,\n[73] glitch [plr] -- Glitches you and the player, looks very cool,\n[74] unglitch -- Unglitches you,\n[75] grespawn -- Alternative to normal respawn and usually works best for when you want to reset with FE Godmode,\n[76] explorer -- Loads up DEX,\n[77] reset -- Resets your character.,\n[78] anim [id] -- Applies an animation on you, must be created by ROBLOX,\n[79] animgui -- Loads up Energize animations GUI,\n[80] savepos -- Saves your current position,\n[81] loadpos -- Teleports you to your saved position,\n[82] bang [plr] -- 18+,\n[83] unbang,\n[84] delcmdbar -- Removes the command bar completely,\n[85] bringmod [obj] -- Brings all the parts in a model, client only, comes from ;bringobj enter exact name of model,\n[86] shutdown -- Uses harkinians script to shutdown server,\n[87] respawn -- If grespawn doesnt work you can use respawn,\n[88] delobj [obj] -- Deletes a certain brick in workspace, client sided,\n[89] getplrs -- Prints all players in game,\n[90] deldecal -- Deletes all decals client sided,\n[91] opfinality -- Loads in my FE GUI Opfinality,\n[92] remotes -- Prints all remotes in the game in the console when added,\n[93] noremotes -- Stops printing remotes,\n[94] tpdefault -- Stops all loop teleports to a player,\n[95] stopsit -- Will not allow you to sit,\n[96] gosit -- Allows you to sit,\n[97] clicktp -- Enables click tp,\n[98] noclicktp -- Disables click tp,\n[99] toolson -- If any tools are dropped in the workspace you will automatically get them,\n[100] toolsoff -- Stops ;toolson,\n[101] version -- Gets the admin version, \n This list of commands is NOT showing everything, go to my thread in the pastebin link to see ALL commands."
  2221. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  2222. TextLabel.TextSize = 15
  2223. TextLabel.TextWrapped = true
  2224. TextLabel.TextXAlignment = Enum.TextXAlignment.Left
  2225. TextLabel.TextYAlignment = Enum.TextYAlignment.Top
  2226. closegui.Name = "closegui"
  2227. closegui.Parent = CMDSFRAME
  2228. closegui.BackgroundColor3 = Color3.new(0.890196, 0.223529, 0.0588235)
  2229. closegui.BorderSizePixel = 0
  2230. closegui.Position = UDim2.new(0.995000005, 0, 0, 0)
  2231. closegui.Size = UDim2.new(0.0545952693, 0, 0.0728644878, 0)
  2232. closegui.Font = Enum.Font.SourceSansBold
  2233. closegui.FontSize = Enum.FontSize.Size24
  2234. closegui.Text = "X"
  2235. closegui.TextColor3 = Color3.new(1, 1, 1)
  2236. closegui.TextSize = 20
  2237.  
  2238. closegui.MouseButton1Click:connect(function()
  2239. CMDSFRAME.Visible = false
  2240. end)
  2241.  
  2242. game:GetService('RunService').Stepped:connect(function()
  2243. if spin then
  2244. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[spinplr.Name].Character.HumanoidRootPart.CFrame
  2245. end
  2246. if followed then
  2247. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[flwplr.Name].Character.HumanoidRootPart.CFrame + game:GetService("Players")[flwplr.Name].Character.HumanoidRootPart.CFrame.lookVector * -5
  2248. end
  2249. if traill then
  2250. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[trlplr.Name].Character.HumanoidRootPart.CFrame + game:GetService("Players")[trlplr.Name].Character.HumanoidRootPart.CFrame.lookVector * 5
  2251. end
  2252. if annoying then
  2253. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[annplr.Name].Character.HumanoidRootPart.CFrame
  2254. end
  2255. if hwalk then
  2256. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[hdwplr.Name].Character.HumanoidRootPart.CFrame + Vector3.new(0, 4, 0)
  2257. end
  2258. if staring then
  2259. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(lplayer.Character.Torso.Position, game:GetService("Players")[stareplr.Name].Character.Torso.Position)
  2260. end
  2261. end)
  2262. game:GetService('RunService').Stepped:connect(function()
  2263. if noclip then
  2264. if lplayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R6 then
  2265. lplayer.Character.Head.CanCollide = false
  2266. lplayer.Character.Torso.CanCollide = false
  2267. lplayer.Character["Left Leg"].CanCollide = false
  2268. lplayer.Character["Right Leg"].CanCollide = false
  2269. else
  2270. lplayer.Character.Humanoid:ChangeState(11)
  2271. end
  2272. end
  2273. if changingstate then
  2274. lplayer.Character.Humanoid:ChangeState(statechosen)
  2275. end
  2276. end)
  2277. game:GetService('RunService').Stepped:connect(function()
  2278. if droppinghats then
  2279. for i,v in pairs(lplayer.Character:GetChildren()) do
  2280. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  2281. v.Parent = workspace
  2282. end
  2283. end
  2284. end
  2285. if droppingtools then
  2286. for i,v in pairs(lplayer.Character:GetChildren()) do
  2287. if (v:IsA("Tool")) then
  2288. v.Parent = workspace
  2289. end
  2290. end
  2291. end
  2292. if removingmeshhats then
  2293. for i,v in pairs(lplayer.Character:GetChildren()) do
  2294. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  2295. v.Handle.Mesh:Destroy()
  2296. end
  2297. end
  2298. end
  2299. if removingmeshtool then
  2300. for i,v in pairs(lplayer.Character:GetChildren()) do
  2301. if (v:IsA("Tool")) then
  2302. v.Handle.Mesh:Destroy()
  2303. end
  2304. end
  2305. end
  2306. end)
  2307. game:GetService('RunService').Stepped:connect(function()
  2308. if banpl then
  2309. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[bplrr].Character.HumanoidRootPart.CFrame
  2310. end
  2311. end)
  2312. game:GetService('RunService').Stepped:connect(function()
  2313. if stopsitting then
  2314. lplayer.Character.Humanoid.Sit = false
  2315. end
  2316. end)
  2317.  
  2318. plr = lplayer
  2319. hum = plr.Character.HumanoidRootPart
  2320. mouse = plr:GetMouse()
  2321. mouse.KeyDown:connect(function(key)
  2322. if key == "e" then
  2323. if mouse.Target then
  2324. if clickgoto then
  2325. hum.CFrame = CFrame.new(mouse.Hit.x, mouse.Hit.y + 5, mouse.Hit.z)
  2326. elseif clickdel then
  2327. mouse.Target:Destroy()
  2328. end
  2329. end
  2330. end
  2331. end)
  2332.  
  2333. game:GetService("Workspace").ChildAdded:connect(function(part)
  2334. if gettingtools then
  2335. if part:IsA("Tool") then
  2336. part.Handle.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  2337. end
  2338. end
  2339. end)
  2340.  
  2341. lplayer.Chatted:Connect(function(msg)
  2342. if string.sub(msg, 1, 6) == (prefix.."kill ") then
  2343. if string.sub(msg, 7) == "me" then
  2344. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(100000,0,100000)
  2345. else
  2346. for i,v in pairs(GetPlayer(string.sub(msg, 7)))do
  2347. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  2348. lplayer.Character.Humanoid.Name = 1
  2349. local l = lplayer.Character["1"]:Clone()
  2350. l.Parent = lplayer.Character
  2351. l.Name = "Humanoid"
  2352. wait(0.1)
  2353. lplayer.Character["1"]:Destroy()
  2354. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2355. lplayer.Character.Animate.Disabled = true
  2356. wait(0.1)
  2357. lplayer.Character.Animate.Disabled = false
  2358. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2359. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2360. lplayer.Character.Humanoid:EquipTool(v)
  2361. end
  2362. local function tp(player,player2)
  2363. local char1,char2=player.Character,player2.Character
  2364. if char1 and char2 then
  2365. char1:MoveTo(char2.Head.Position)
  2366. end
  2367. end
  2368. wait(0.1)
  2369. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2370. wait(0.2)
  2371. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2372. wait(0.5)
  2373. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
  2374. wait(0.7)
  2375. tp(lplayer,game:GetService("Players")[v.Name])
  2376. wait(0.7)
  2377. lplayer.Character.HumanoidRootPart.CFrame = NOW
  2378. game:GetService("StarterGui"):SetCore("SendNotification", {
  2379. Title = "Tools needed!";
  2380. Text = "You need a tool in your backpack for this command!";
  2381. })
  2382. end
  2383. end
  2384. end
  2385. if string.sub(msg, 1, 7) == (prefix.."bring ") then
  2386. for i,v in pairs(GetPlayer(string.sub(msg, 8)))do
  2387. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  2388. lplayer.Character.Humanoid.Name = 1
  2389. local l = lplayer.Character["1"]:Clone()
  2390. l.Parent = lplayer.Character
  2391. l.Name = "Humanoid"
  2392. wait(0.1)
  2393. lplayer.Character["1"]:Destroy()
  2394. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2395. lplayer.Character.Animate.Disabled = true
  2396. wait(0.1)
  2397. lplayer.Character.Animate.Disabled = false
  2398. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2399. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2400. lplayer.Character.Humanoid:EquipTool(v)
  2401. end
  2402. local function tp(player,player2)
  2403. local char1,char2=player.Character,player2.Character
  2404. if char1 and char2 then
  2405. char1.HumanoidRootPart.CFrame = char2.HumanoidRootPart.CFrame
  2406. end
  2407. end
  2408. local function getout(player,player2)
  2409. local char1,char2=player.Character,player2.Character
  2410. if char1 and char2 then
  2411. char1:MoveTo(char2.Head.Position)
  2412. end
  2413. end
  2414. tp(game:GetService("Players")[v.Name], lplayer)
  2415. wait(0.2)
  2416. tp(game:GetService("Players")[v.Name], lplayer)
  2417. wait(0.5)
  2418. lplayer.Character.HumanoidRootPart.CFrame = NOW
  2419. wait(0.5)
  2420. getout(lplayer, game:GetService("Players")[v.Name])
  2421. wait(0.3)
  2422. lplayer.Character.HumanoidRootPart.CFrame = NOW
  2423. game:GetService("StarterGui"):SetCore("SendNotification", {
  2424. Title = "Tools needed!";
  2425. Text = "You need a tool in your backpack for this command!";
  2426. })
  2427. end
  2428. end
  2429. if string.sub(msg, 1, 6) == (prefix.."spin ") then
  2430. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  2431. lplayer.Character.Humanoid.Name = 1
  2432. local l = lplayer.Character["1"]:Clone()
  2433. l.Parent = lplayer.Character
  2434. l.Name = "Humanoid"
  2435. wait(0.1)
  2436. lplayer.Character["1"]:Destroy()
  2437. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2438. lplayer.Character.Animate.Disabled = true
  2439. wait(0.1)
  2440. lplayer.Character.Animate.Disabled = false
  2441. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2442. lplayer.Character.Animate.Disabled = false
  2443. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2444. lplayer.Character.Humanoid:EquipTool(v)
  2445. end
  2446. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  2447. spinplr = v
  2448. wait(0.5)
  2449. spin = true
  2450. game:GetService("StarterGui"):SetCore("SendNotification", {
  2451. Title = "Tools needed!";
  2452. Text = "You need a tool in your backpack for this command!";
  2453. })
  2454. end
  2455. end
  2456. if string.sub(msg, 1, 7) == (prefix.."unspin") then
  2457. spin = false
  2458. end
  2459. if string.sub(msg, 1, 8) == (prefix.."attach ") then
  2460. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  2461. lplayer.Character.Humanoid.Name = 1
  2462. local l = lplayer.Character["1"]:Clone()
  2463. l.Parent = lplayer.Character
  2464. l.Name = "Humanoid"
  2465. wait(0.1)
  2466. lplayer.Character["1"]:Destroy()
  2467. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2468. lplayer.Character.Animate.Disabled = true
  2469. wait(0.1)
  2470. lplayer.Character.Animate.Disabled = false
  2471. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2472. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2473. lplayer.Character.Humanoid:EquipTool(v)
  2474. end
  2475. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  2476. wait(0.3)
  2477. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  2478. attplr = v
  2479. game:GetService("StarterGui"):SetCore("SendNotification", {
  2480. Title = "Tools needed!";
  2481. Text = "You need a tool in your backpack for this command!";
  2482. })
  2483. end
  2484. end
  2485. if string.sub(msg, 1, 10) == (prefix.."unattach ") then
  2486. for i,v in pairs(GetPlayer(string.sub(msg, 11))) do
  2487. local function getout(player,player2)
  2488. local char1,char2=player.Character,player2.Character
  2489. if char1 and char2 then
  2490. char1:MoveTo(char2.Head.Position)
  2491. end
  2492. end
  2493. getout(lplayer, game:GetService("Players")[v.Name])
  2494. end
  2495. end
  2496. if string.sub(msg, 1, 8) == (prefix.."follow ") then
  2497. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  2498. followed = true
  2499. flwplr = v
  2500. end
  2501. end
  2502. if string.sub(msg, 1, 9) == (prefix.."unfollow") then
  2503. followed = false
  2504. end
  2505. if string.sub(msg, 1, 10) == (prefix.."freefall ") then
  2506. for i,v in pairs(GetPlayer(string.sub(msg, 11))) do
  2507. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  2508. lplayer.Character.Humanoid.Name = 1
  2509. local l = lplayer.Character["1"]:Clone()
  2510. l.Parent = lplayer.Character
  2511. l.Name = "Humanoid"
  2512. wait(0.1)
  2513. lplayer.Character["1"]:Destroy()
  2514. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2515. lplayer.Character.Animate.Disabled = true
  2516. wait(0.1)
  2517. lplayer.Character.Animate.Disabled = false
  2518. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2519. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2520. lplayer.Character.Humanoid:EquipTool(v)
  2521. end
  2522. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2523. wait(0.2)
  2524. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2525. wait(0.6)
  2526. lplayer.Character.HumanoidRootPart.CFrame = NOW
  2527. wait(0.6)
  2528. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,50000,0)
  2529. game:GetService("StarterGui"):SetCore("SendNotification", {
  2530. Title = "Tools needed!";
  2531. Text = "You need a tool in your backpack for this command!";
  2532. })
  2533. end
  2534. end
  2535. if string.sub(msg, 1, 7) == (prefix.."trail ") then
  2536. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  2537. traill = true
  2538. trlplr = v
  2539. end
  2540. end
  2541. if string.sub(msg, 1, 8) == (prefix.."untrail") then
  2542. traill = false
  2543. end
  2544. if string.sub(msg, 1, 7) == (prefix.."orbit ") then
  2545. if string.sub(msg, 8) == "all" or string.sub(msg, 8) == "others" or string.sub(msg, 8) == "me" then
  2546. lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  2547. else
  2548. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  2549. local o = Instance.new("RocketPropulsion")
  2550. o.Parent = lplayer.Character.HumanoidRootPart
  2551. o.Name = "Orbit"
  2552. o.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
  2553. o:Fire()
  2554. noclip = true
  2555. end
  2556. end
  2557. end
  2558. if string.sub(msg, 1, 8) == (prefix.."unorbit") then
  2559. lplayer.Character.HumanoidRootPart.Orbit:Destroy()
  2560. noclip = false
  2561. end
  2562. if string.sub(msg, 1, 7) == (prefix.."fling ") then
  2563. if string.sub(msg, 8) == "all" or string.sub(msg, 8) == "others" or string.sub(msg, 8) == "me" then
  2564. lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  2565. else
  2566. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  2567. local y = Instance.new("RocketPropulsion")
  2568. y.Parent = lplayer.Character.HumanoidRootPart
  2569. y.CartoonFactor = 1
  2570. y.MaxThrust = 800000
  2571. y.MaxSpeed = 1000
  2572. y.ThrustP = 200000
  2573. y.Name = "Fling"
  2574. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  2575. y.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
  2576. y:Fire()
  2577. noclip = true
  2578. end
  2579. end
  2580. end
  2581. if string.sub(msg, 1, 8) == (prefix.."unfling") then
  2582. noclip = false
  2583. lplayer.Character.HumanoidRootPart.Fling:Destroy()
  2584. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
  2585. wait(0.4)
  2586. lplayer.Character.HumanoidRootPart.Fling:Destroy()
  2587. end
  2588. if string.sub(msg, 1, 8) == (prefix.."fecheck") then
  2589. if game:GetService("Workspace").FilteringEnabled == true then
  2590. warn("FE is Enabled (Filtering Enabled)")
  2591. game:GetService("StarterGui"):SetCore("SendNotification", {
  2592. Title = "FE is Enabled";
  2593. Text = "Filtering Enabled. Enjoy using Reviz Admin!";
  2594. })
  2595. else
  2596. warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
  2597. game:GetService("StarterGui"):SetCore("SendNotification", {
  2598. Title = "FE is Disabled";
  2599. Text = "Filtering Disabled. Consider using a different admin script.";
  2600. })
  2601. end
  2602. end
  2603. if string.sub(msg, 1, 6) == (prefix.."void ") then
  2604. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  2605. lplayer.Character.Humanoid.Name = 1
  2606. local l = lplayer.Character["1"]:Clone()
  2607. l.Parent = lplayer.Character
  2608. l.Name = "Humanoid"
  2609. wait(0.1)
  2610. lplayer.Character["1"]:Destroy()
  2611. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2612. lplayer.Character.Animate.Disabled = true
  2613. wait(0.1)
  2614. lplayer.Character.Animate.Disabled = false
  2615. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2616. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  2617. lplayer.Character.Humanoid:EquipTool(v)
  2618. end
  2619. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2620. wait(0.2)
  2621. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2622. wait(0.6)
  2623. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(999999999999999,0,999999999999999)
  2624. game:GetService("StarterGui"):SetCore("SendNotification", {
  2625. Title = "Tools needed!";
  2626. Text = "You need a tool in your backpack for this command!";
  2627. })
  2628. end
  2629. end
  2630. if string.sub(msg, 1, 7) == (prefix.."noclip") then
  2631. noclip = true
  2632. game:GetService("StarterGui"):SetCore("SendNotification", {
  2633. Title = "Noclip enabled";
  2634. Text = "Type ;clip to disable";
  2635. })
  2636. end
  2637. if string.sub(msg, 1, 5) == (prefix.."clip") then
  2638. noclip = false
  2639. game:GetService("StarterGui"):SetCore("SendNotification", {
  2640. Title = "Noclip disabled";
  2641. Text = "Type ;noclip to enable";
  2642. })
  2643. end
  2644. if string.sub(msg, 1, 7) == (prefix.."speed ") then
  2645. lplayer.Character.Humanoid.WalkSpeed = (string.sub(msg, 8))
  2646. end
  2647. if string.sub(msg, 1, 4) == (prefix.."ws ") then
  2648. lplayer.Character.Humanoid.WalkSpeed = (string.sub(msg, 5))
  2649. end
  2650. if string.sub(msg, 1, 11) == (prefix.."hipheight ") then
  2651. lplayer.Character.Humanoid.HipHeight = (string.sub(msg, 12))
  2652. end
  2653. if string.sub(msg, 1, 4) == (prefix.."hh ") then
  2654. lplayer.Character.Humanoid.HipHeight = (string.sub(msg, 5))
  2655. end
  2656. if string.sub(msg, 1, 11) == (prefix.."jumppower ") then
  2657. lplayer.Character.Humanoid.JumpPower = (string.sub(msg, 12))
  2658. end
  2659. if string.sub(msg, 1, 4) == (prefix.."jp ") then
  2660. lplayer.Character.Humanoid.JumpPower = (string.sub(msg, 5))
  2661. end
  2662. if string.sub(msg, 1, 8) == (prefix.."default") then
  2663. lplayer.Character.Humanoid.JumpPower = 50
  2664. lplayer.Character.Humanoid.WalkSpeed = 16
  2665. lplayer.Character.Humanoid.HipHeight = 0
  2666. end
  2667. if string.sub(msg, 1, 7) == (prefix.."annoy ") then
  2668. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  2669. annoying = true
  2670. annplr = v
  2671. end
  2672. end
  2673. if string.sub(msg, 1, 8) == (prefix.."unannoy") then
  2674. annoying = false
  2675. end
  2676. if string.sub(msg, 1, 10) == (prefix.."headwalk ") then
  2677. for i,v in pairs(GetPlayer(string.sub(msg, 11))) do
  2678. hwalk = true
  2679. hdwplr = v
  2680. end
  2681. end
  2682. if string.sub(msg, 1, 11) == (prefix.."unheadwalk") then
  2683. hwalk = false
  2684. end
  2685. if string.sub(msg, 1, 8) == (prefix.."nolimbs") then
  2686. lplayer.Character["Left Leg"]:Destroy()
  2687. lplayer.Character["Left Arm"]:Destroy()
  2688. lplayer.Character["Right Leg"]:Destroy()
  2689. lplayer.Character["Right Arm"]:Destroy()
  2690. end
  2691. if string.sub(msg, 1, 4) == (prefix.."god") then
  2692. lplayer.Character.Humanoid.Name = 1
  2693. local l = lplayer.Character["1"]:Clone()
  2694. l.Parent = lplayer.Character
  2695. l.Name = "Humanoid"
  2696. wait(0.1)
  2697. lplayer.Character["1"]:Destroy()
  2698. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  2699. lplayer.Character.Animate.Disabled = true
  2700. wait(0.1)
  2701. lplayer.Character.Animate.Disabled = false
  2702. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  2703. game:GetService("StarterGui"):SetCore("SendNotification", {
  2704. Title = "FE Godmode enabled";
  2705. Text = "Use ;grespawn or ;respawn to remove";
  2706. })
  2707. end
  2708. if string.sub(msg, 1, 9) == (prefix.."drophats") then
  2709. for i,v in pairs(lplayer.Character:GetChildren()) do
  2710. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  2711. v.Parent = workspace
  2712. end
  2713. end
  2714. end
  2715. if string.sub(msg, 1, 9) == (prefix.."droptool") then
  2716. for i,v in pairs(lplayer.Character:GetChildren()) do
  2717. if (v:IsA("Tool")) then
  2718. v.Parent = workspace
  2719. end
  2720. end
  2721. end
  2722. if string.sub(msg, 1, 10) == (prefix.."loopdhats") then
  2723. droppinghats = true
  2724. game:GetService("StarterGui"):SetCore("SendNotification", {
  2725. Title = "Loop Drop Enabled";
  2726. Text = "Type ;unloopdhats to disable";
  2727. })
  2728. end
  2729. if string.sub(msg, 1, 12) == (prefix.."unloopdhats") then
  2730. droppinghats = false
  2731. game:GetService("StarterGui"):SetCore("SendNotification", {
  2732. Title = "Loop Drop Disabled";
  2733. Text = "Type ;loopdhats to enable.";
  2734. })
  2735. end
  2736. if string.sub(msg, 1, 10) == (prefix.."loopdtool") then
  2737. droppingtools = true
  2738. game:GetService("StarterGui"):SetCore("SendNotification", {
  2739. Title = "Loop Drop Enabled";
  2740. Text = "Type ;unloopdtool to disable";
  2741. })
  2742. end
  2743. if string.sub(msg, 1, 12) == (prefix.."unloopdtool") then
  2744. droppingtools = false
  2745. game:GetService("StarterGui"):SetCore("SendNotification", {
  2746. Title = "Loop Drop Disabled";
  2747. Text = "Type ;loopdtool to enable.";
  2748. })
  2749. end
  2750. if string.sub(msg, 1, 10) == (prefix.."invisible") then -- Credit to Timeless
  2751. Local = game:GetService('Players').LocalPlayer
  2752. Char = Local.Character
  2753. touched,tpdback = false, false
  2754. box = Instance.new('Part',workspace)
  2755. box.Anchored = true
  2756. box.CanCollide = true
  2757. box.Size = Vector3.new(10,1,10)
  2758. box.Position = Vector3.new(0,10000,0)
  2759. box.Touched:connect(function(part)
  2760. if (part.Parent.Name == Local.Name) then
  2761. if touched == false then
  2762. touched = true
  2763. function apply()
  2764. if script.Disabled ~= true then
  2765. no = Char.HumanoidRootPart:Clone()
  2766. wait(.25)
  2767. Char.HumanoidRootPart:Destroy()
  2768. no.Parent = Char
  2769. Char:MoveTo(loc)
  2770. touched = false
  2771. end end
  2772. if Char then
  2773. apply()
  2774. end
  2775. end
  2776. end
  2777. end)
  2778. repeat wait() until Char
  2779. loc = Char.HumanoidRootPart.Position
  2780. Char:MoveTo(box.Position + Vector3.new(0,.5,0))
  2781. game:GetService("StarterGui"):SetCore("SendNotification", {
  2782. Title = "Invisibility enabled!";
  2783. Text = "Reset or use ;respawn to remove.";
  2784. })
  2785. end
  2786. if string.sub(msg, 1, 6) == (prefix.."view ") then
  2787. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  2788. if game:GetService("Players")[v.Name].Character.Humanoid then
  2789. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Humanoid
  2790. else
  2791. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  2792. end
  2793. end
  2794. end
  2795. if string.sub(msg, 1, 7) == (prefix.."unview") then
  2796. if lplayer.Character.Humanoid then
  2797. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
  2798. else
  2799. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
  2800. end
  2801. end
  2802. if string.sub(msg, 1, 6) == (prefix.."goto ") then
  2803. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  2804. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  2805. end
  2806. end
  2807. if string.sub(msg, 1, 4) == (prefix.."fly") then
  2808. repeat wait() until lplayer and lplayer.Character and lplayer.Character:FindFirstChild('HumanoidRootPart') and lplayer.Character:FindFirstChild('Humanoid')
  2809. repeat wait() until Mouse
  2810.  
  2811. local T = lplayer.Character.HumanoidRootPart
  2812. local CONTROL = {F = 0, B = 0, L = 0, R = 0}
  2813. local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  2814. local SPEED = speedget
  2815.  
  2816. local function fly()
  2817. flying = true
  2818. local BG = Instance.new('BodyGyro', T)
  2819. local BV = Instance.new('BodyVelocity', T)
  2820. BG.P = 9e4
  2821. BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  2822. BG.cframe = T.CFrame
  2823. BV.velocity = Vector3.new(0, 0.1, 0)
  2824. BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
  2825. spawn(function()
  2826. repeat wait()
  2827. lplayer.Character.Humanoid.PlatformStand = true
  2828. if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
  2829. SPEED = 50
  2830. elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
  2831. SPEED = 0
  2832. end
  2833. if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
  2834. BV.velocity = ((workspace.CurrentCamera.CoordinateFrame.lookVector * (CONTROL.F + CONTROL.B)) + ((workspace.CurrentCamera.CoordinateFrame * CFrame.new(CONTROL.L + CONTROL.R, (CONTROL.F + CONTROL.B) * 0.2, 0).p) - workspace.CurrentCamera.CoordinateFrame.p)) * SPEED
  2835. lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
  2836. elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
  2837. BV.velocity = ((workspace.CurrentCamera.CoordinateFrame.lookVector * (lCONTROL.F + lCONTROL.B)) + ((workspace.CurrentCamera.CoordinateFrame * CFrame.new(lCONTROL.L + lCONTROL.R, (lCONTROL.F + lCONTROL.B) * 0.2, 0).p) - workspace.CurrentCamera.CoordinateFrame.p)) * SPEED
  2838. else
  2839. BV.velocity = Vector3.new(0, 0.1, 0)
  2840. end
  2841. BG.cframe = workspace.CurrentCamera.CoordinateFrame
  2842. until not flying
  2843. CONTROL = {F = 0, B = 0, L = 0, R = 0}
  2844. lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  2845. SPEED = 0
  2846. BG:destroy()
  2847. BV:destroy()
  2848. lplayer.Character.Humanoid.PlatformStand = false
  2849. end)
  2850. end
  2851. Mouse.KeyDown:connect(function(KEY)
  2852. if KEY:lower() == 'w' then
  2853. CONTROL.F = speedfly
  2854. elseif KEY:lower() == 's' then
  2855. CONTROL.B = -speedfly
  2856. elseif KEY:lower() == 'a' then
  2857. CONTROL.L = -speedfly
  2858. elseif KEY:lower() == 'd' then
  2859. CONTROL.R = speedfly
  2860. end
  2861. end)
  2862. Mouse.KeyUp:connect(function(KEY)
  2863. if KEY:lower() == 'w' then
  2864. CONTROL.F = 0
  2865. elseif KEY:lower() == 's' then
  2866. CONTROL.B = 0
  2867. elseif KEY:lower() == 'a' then
  2868. CONTROL.L = 0
  2869. elseif KEY:lower() == 'd' then
  2870. CONTROL.R = 0
  2871. end
  2872. end)
  2873. fly()
  2874. end
  2875. if string.sub(msg, 1, 6) == (prefix.."unfly") then
  2876. flying = false
  2877. lplayer.Character.Humanoid.PlatformStand = false
  2878. end
  2879. if string.sub(msg, 1, 6) == (prefix.."chat ") then
  2880. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer((string.sub(msg, 7)), "All")
  2881. end
  2882. if string.sub(msg, 1, 6) == (prefix.."spam ") then
  2883. spamtext = (string.sub(msg, 7))
  2884. spamming = true
  2885. end
  2886. if string.sub(msg, 1, 7) == (prefix.."unspam") then
  2887. spamming = false
  2888. end
  2889. if string.sub(msg, 1, 10) == (prefix.."spamwait ") then
  2890. spamdelay = (string.sub(msg, 11))
  2891. end
  2892. if string.sub(msg, 1, 8) == (prefix.."pmspam ") then
  2893. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  2894. pmspammed = v.Name
  2895. spammingpm = true
  2896. end
  2897. end
  2898. if string.sub(msg, 1, 9) == (prefix.."unpmspam") then
  2899. spammingpm = false
  2900. end
  2901. if string.sub(msg, 1, 9) == (prefix.."cfreeze ") then
  2902. for i,v in pairs(GetPlayer(string.sub(msg, 10))) do
  2903. v.Character["Left Leg"].Anchored = true
  2904. v.Character["Left Arm"].Anchored = true
  2905. v.Character["Right Leg"].Anchored = true
  2906. v.Character["Right Arm"].Anchored = true
  2907. v.Character.Torso.Anchored = true
  2908. v.Character.Head.Anchored = true
  2909. end
  2910. end
  2911. if string.sub(msg, 1, 11) == (prefix.."uncfreeze ") then
  2912. for i,v in pairs(GetPlayer(string.sub(msg, 12))) do
  2913. v.Character["Left Leg"].Anchored = false
  2914. v.Character["Left Arm"].Anchored = false
  2915. v.Character["Right Leg"].Anchored = false
  2916. v.Character["Right Arm"].Anchored = false
  2917. v.Character.Torso.Anchored = false
  2918. v.Character.Head.Anchored = false
  2919. end
  2920. end
  2921. if string.sub(msg, 1, 9) == (prefix.."unlockws") then
  2922. local a = game:GetService("Workspace"):getChildren()
  2923. for i = 1, #a do
  2924. if a[i].className == "Part" then
  2925. a[i].Locked = false
  2926. elseif a[i].className == "Model" then
  2927. local r = a[i]:getChildren()
  2928. for i = 1, #r do
  2929. if r[i].className == "Part" then
  2930. r[i].Locked = false
  2931. end
  2932. end
  2933. end
  2934. end
  2935. game:GetService("StarterGui"):SetCore("SendNotification", {
  2936. Title = "Success!";
  2937. Text = "Workspace unlocked. Use ;lockws to lock.";
  2938. })
  2939. end
  2940. if string.sub(msg, 1, 7) == (prefix.."lockws") then
  2941. local a = game:GetService("Workspace"):getChildren()
  2942. for i = 1, #a do
  2943. if a[i].className == "Part" then
  2944. a[i].Locked = true
  2945. elseif a[i].className == "Model" then
  2946. local r = a[i]:getChildren()
  2947. for i = 1, #r do
  2948. if r[i].className == "Part" then
  2949. r[i].Locked = true
  2950. end
  2951. end
  2952. end
  2953. end
  2954. end
  2955. if string.sub(msg, 1, 7) == (prefix.."btools") then
  2956. local Clone_T = Instance.new("HopperBin",lplayer.Backpack)
  2957. Clone_T.BinType = "Clone"
  2958. local Destruct = Instance.new("HopperBin",lplayer.Backpack)
  2959. Destruct.BinType = "Hammer"
  2960. local Hold_T = Instance.new("HopperBin",lplayer.Backpack)
  2961. Hold_T.BinType = "Grab"
  2962. end
  2963. if string.sub(msg, 1, 7) == (prefix.."pstand") then
  2964. lplayer.Character.Humanoid.PlatformStand = true
  2965. end
  2966. if string.sub(msg, 1, 9) == (prefix.."unpstand") then
  2967. lplayer.Character.Humanoid.PlatformStand = false
  2968. end
  2969. if string.sub(msg, 1, 10) == (prefix.."blockhead") then
  2970. lplayer.Character.Head.Mesh:Destroy()
  2971. end
  2972. if string.sub(msg, 1, 4) == (prefix.."sit") then
  2973. lplayer.Character.Humanoid.Sit = true
  2974. end
  2975. if string.sub(msg, 1, 10) == (prefix.."bringobj ") then
  2976. local function bringobjw()
  2977. for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
  2978. if obj.Name == (string.sub(msg, 11)) then
  2979. obj.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  2980. obj.CanCollide = false
  2981. obj.Transparency = 0.7
  2982. wait()
  2983. obj.CFrame = lplayer.Character["Left Leg"].CFrame
  2984. wait()
  2985. obj.CFrame = lplayer.Character["Right Leg"].CFrame
  2986. wait()
  2987. obj.CFrame = lplayer.Character["Head"].CFrame
  2988. end
  2989. end
  2990. end
  2991. while wait() do
  2992. bringobjw()
  2993. end
  2994. game:GetService("StarterGui"):SetCore("SendNotification", {
  2995. Title = "BringObj";
  2996. Text = "BringObj enabled.";
  2997. })
  2998. end
  2999. if string.sub(msg, 1, 7) == (prefix.."wsvis ") then
  3000. vis = (string.sub(msg, 8))
  3001. local a = game:GetService("Workspace"):GetDescendants()
  3002. for i = 1, #a do
  3003. if a[i].className == "Part" then
  3004. a[i].Transparency = vis
  3005. elseif a[i].className == "Model" then
  3006. local r = a[i]:getChildren()
  3007. for i = 1, #r do
  3008. if r[i].className == "Part" then
  3009. r[i].Transparency = vis
  3010. end
  3011. end
  3012. end
  3013. end
  3014. end
  3015. if string.sub(msg, 1, 11) == (prefix.."hypertotal") then
  3016. loadstring(game:GetObjects("rbxassetid://1255063809")[1].Source)()
  3017. game:GetService("StarterGui"):SetCore("SendNotification", {
  3018. Title = "Success!";
  3019. Text = "HyperTotal GUI Loaded!";
  3020. })
  3021. end
  3022. if string.sub(msg, 1, 5) == (prefix.."cmds") then
  3023. CMDSFRAME.Visible = true
  3024. end
  3025. if string.sub(msg, 1, 10) == (prefix.."rmeshhats") then
  3026. for i,v in pairs(lplayer.Character:GetChildren()) do
  3027. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  3028. v.Handle.Mesh:Destroy()
  3029. end
  3030. end
  3031. end
  3032. if string.sub(msg, 1, 10) == (prefix.."blockhats") then
  3033. for i,v in pairs(lplayer.Character:GetChildren()) do
  3034. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  3035. v.Handle.Mesh:Destroy()
  3036. end
  3037. end
  3038. end
  3039. if string.sub(msg, 1, 10) == (prefix.."rmeshtool") then
  3040. for i,v in pairs(lplayer.Character:GetChildren()) do
  3041. if (v:IsA("Tool")) then
  3042. v.Handle.Mesh:Destroy()
  3043. end
  3044. end
  3045. end
  3046. if string.sub(msg, 1, 10) == (prefix.."blocktool") then
  3047. for i,v in pairs(lplayer.Character:GetChildren()) do
  3048. if (v:IsA("Tool")) then
  3049. v.Handle.Mesh:Destroy()
  3050. end
  3051. end
  3052. end
  3053. if string.sub(msg, 1, 8) == (prefix.."spinner") then
  3054. local p = Instance.new("RocketPropulsion")
  3055. p.Parent = lplayer.Character.HumanoidRootPart
  3056. p.Name = "Spinner"
  3057. p.Target = lplayer.Character["Left Arm"]
  3058. p:Fire()
  3059. game:GetService("StarterGui"):SetCore("SendNotification", {
  3060. Title = "Spinner enabled";
  3061. Text = "Type ;nospinner to disable.";
  3062. })
  3063. end
  3064. if string.sub(msg, 1, 10) == (prefix.."nospinner") then
  3065. lplayer.Character.HumanoidRootPart.Spinner:Destroy()
  3066. end
  3067. if string.sub(msg, 1, 7) == (prefix.."reachd") then
  3068. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  3069. if v:isA("Tool") then
  3070. local a = Instance.new("SelectionBox",v.Handle)
  3071. a.Adornee = v.Handle
  3072. v.Handle.Size = Vector3.new(0.5,0.5,60)
  3073. v.GripPos = Vector3.new(0,0,0)
  3074. lplayer.Character.Humanoid:UnequipTools()
  3075. end
  3076. end
  3077. game:GetService("StarterGui"):SetCore("SendNotification", {
  3078. Title = "Reach applied!";
  3079. Text = "Applied to equipped sword. Use ;noreach to disable.";
  3080. })
  3081. end
  3082. if string.sub(msg, 1, 7) == (prefix.."reach ") then
  3083. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  3084. if v:isA("Tool") then
  3085. handleSize = v.Handle.Size
  3086. wait()
  3087. local a = Instance.new("SelectionBox",v.Handle)
  3088. a.Name = "a"
  3089. a.Adornee = v.Handle
  3090. v.Handle.Size = Vector3.new(0.5,0.5,(string.sub(msg, 8)))
  3091. v.GripPos = Vector3.new(0,0,0)
  3092. lplayer.Character.Humanoid:UnequipTools()
  3093. end
  3094. end
  3095. game:GetService("StarterGui"):SetCore("SendNotification", {
  3096. Title = "Reach applied!";
  3097. Text = "Applied to equipped sword. Use ;noreach to disable.";
  3098. })
  3099. end
  3100. if string.sub(msg, 1, 8) == (prefix.."noreach") then
  3101. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  3102. if v:isA("Tool") then
  3103. v.Handle.a:Destroy()
  3104. v.Handle.Size = handleSize
  3105. end
  3106. end
  3107. game:GetService("StarterGui"):SetCore("SendNotification", {
  3108. Title = "Reach removed!";
  3109. Text = "Removed reach from equipped sword.";
  3110. })
  3111. end
  3112. if string.sub(msg, 1, 7) == (prefix.."rkill ") then
  3113. for i,v in pairs(GetPlayer(string.sub(msg, 8)))do
  3114. lplayer.Character.Humanoid.Name = 1
  3115. local l = lplayer.Character["1"]:Clone()
  3116. l.Parent = lplayer.Character
  3117. l.Name = "Humanoid"
  3118. wait(0.1)
  3119. lplayer.Character["1"]:Destroy()
  3120. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  3121. lplayer.Character.Animate.Disabled = true
  3122. wait(0.1)
  3123. lplayer.Character.Animate.Disabled = false
  3124. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  3125. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  3126. lplayer.Character.Humanoid:EquipTool(v)
  3127. end
  3128. wait(0.1)
  3129. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  3130. wait(0.2)
  3131. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  3132. wait(0.5)
  3133. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
  3134. game:GetService("StarterGui"):SetCore("SendNotification", {
  3135. Title = "Tools needed!";
  3136. Text = "You need a tool in your backpack for this command!";
  3137. })
  3138. end
  3139. end
  3140. if string.sub(msg, 1, 7) == (prefix.."tp me ") then
  3141. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  3142. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  3143. end
  3144. end
  3145. if string.sub(msg, 1, 8) == (prefix.."cbring ") then
  3146. if (string.sub(msg, 9)) == "all" or (string.sub(msg, 9)) == "All" or (string.sub(msg, 9)) == "ALL" then
  3147. cbringall = true
  3148. else
  3149. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  3150. brplr = v.Name
  3151. end
  3152. end
  3153. cbring = true
  3154. end
  3155. if string.sub(msg, 1, 9) == (prefix.."uncbring") then
  3156. cbring = false
  3157. cbringall = false
  3158. end
  3159. if string.sub(msg, 1, 6) == (prefix.."swap ") then
  3160. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  3161. local NOWPLR = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  3162. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  3163. lplayer.Character.Humanoid.Name = 1
  3164. local l = lplayer.Character["1"]:Clone()
  3165. l.Parent = lplayer.Character
  3166. l.Name = "Humanoid"
  3167. wait(0.1)
  3168. lplayer.Character["1"]:Destroy()
  3169. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  3170. lplayer.Character.Animate.Disabled = true
  3171. wait(0.1)
  3172. lplayer.Character.Animate.Disabled = false
  3173. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  3174. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  3175. lplayer.Character.Humanoid:EquipTool(v)
  3176. end
  3177. local function tp(player,player2)
  3178. local char1,char2=player.Character,player2.Character
  3179. if char1 and char2 then
  3180. char1:MoveTo(char2.Head.Position)
  3181. end
  3182. end
  3183. wait(0.1)
  3184. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  3185. wait(0.2)
  3186. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  3187. wait(0.5)
  3188. lplayer.Character.HumanoidRootPart.CFrame = NOW
  3189. wait(0.6)
  3190. tp(lplayer, game:GetService("Players")[v.Name])
  3191. wait(0.4)
  3192. lplayer.Character.HumanoidRootPart.CFrame = NOWPLR
  3193. game:GetService("StarterGui"):SetCore("SendNotification", {
  3194. Title = "Tools needed!";
  3195. Text = "You need a tool in your backpack for this command!";
  3196. })
  3197. end
  3198. end
  3199. if string.sub(msg, 1, 8) == (prefix.."glitch ") then
  3200. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  3201. lplayer.Character.Humanoid.Name = 1
  3202. local l = lplayer.Character["1"]:Clone()
  3203. l.Parent = lplayer.Character
  3204. l.Name = "Humanoid"
  3205. wait(0.1)
  3206. lplayer.Character["1"]:Destroy()
  3207. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  3208. lplayer.Character.Animate.Disabled = true
  3209. wait(0.1)
  3210. lplayer.Character.Animate.Disabled = false
  3211. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  3212. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  3213. lplayer.Character.Humanoid:EquipTool(v)
  3214. end
  3215. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  3216. wait(0.3)
  3217. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  3218. wait(0.4)
  3219. b = Instance.new("BodyForce")
  3220. b.Parent = lplayer.Character.HumanoidRootPart
  3221. b.Name = "Glitch"
  3222. b.Force = Vector3.new(100000000,5000,0)
  3223. game:GetService("StarterGui"):SetCore("SendNotification", {
  3224. Title = "Tools needed!";
  3225. Text = "You need a tool in your backpack for this command!";
  3226. })
  3227. end
  3228. end
  3229. if string.sub(msg, 1, 9) == (prefix.."unglitch") then
  3230. lplayer.Character.HumanoidRootPart.Glitch:Destroy()
  3231. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(10000,0,10000)
  3232. b = Instance.new("BodyForce")
  3233. b.Parent = lplayer.Character.HumanoidRootPart
  3234. b.Name = "unGlitch"
  3235. b.Force = Vector3.new(0,-5000000,0)
  3236. wait(2)
  3237. lplayer.Character.HumanoidRootPart.unGlitch:Destroy()
  3238. end
  3239. if string.sub(msg, 1, 9) == (prefix.."grespawn") then
  3240. lplayer.Character.Humanoid.Health = 0
  3241. wait(1)
  3242. lplayer.Character.Head.CFrame = CFrame.new(1000000,0,1000000)
  3243. lplayer.Character.Torso.CFrame = CFrame.new(1000000,0,1000000)
  3244. end
  3245. if string.sub(msg, 1, 9) == (prefix.."explorer") then
  3246. loadstring(game:GetObjects("rbxassetid://492005721")[1].Source)()
  3247. game:GetService("StarterGui"):SetCore("SendNotification", {
  3248. Title = "Success!";
  3249. Text = "DEX Explorer has loaded.";
  3250. })
  3251. end
  3252. if string.sub(msg, 1, 6) == (prefix.."anim ") then
  3253. local Anim = Instance.new("Animation")
  3254. Anim.AnimationId = "rbxassetid://"..(string.sub(msg, 7))
  3255. local track = lplayer.Character.Humanoid:LoadAnimation(Anim)
  3256. track:Play(.1, 1, 1)
  3257. end
  3258. if string.sub(msg, 1, 8) == (prefix.."animgui") then
  3259. loadstring(game:GetObjects("rbxassetid://1202558084")[1].Source)()
  3260. game:GetService("StarterGui"):SetCore("SendNotification", {
  3261. Title = "Success!";
  3262. Text = "Energize Animations GUI has loaded.";
  3263. })
  3264. end
  3265. if string.sub(msg, 1, 8) == (prefix.."savepos") then
  3266. saved = lplayer.Character.HumanoidRootPart.CFrame
  3267. game:GetService("StarterGui"):SetCore("SendNotification", {
  3268. Title = "Position Saved";
  3269. Text = "Use ;loadpos to return to saved position.";
  3270. })
  3271. end
  3272. if string.sub(msg, 1, 8) == (prefix.."loadpos") then
  3273. lplayer.Character.HumanoidRootPart.CFrame = saved
  3274. end
  3275. if string.sub(msg, 1, 6) == (prefix.."bang ") then
  3276. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  3277. local Anim2 = Instance.new("Animation")
  3278. Anim2.AnimationId = "rbxassetid://148840371"
  3279. local track2 = lplayer.Character.Humanoid:LoadAnimation(Anim2)
  3280. track2:Play(.1, 1, 1)
  3281. bplrr = v.Name
  3282. banpl = true
  3283. end
  3284. end
  3285. if string.sub(msg, 1, 7) == (prefix.."unbang") then
  3286. banpl = false
  3287. end
  3288. if string.sub(msg, 1, 10) == (prefix.."bringmod ") then
  3289. local function bringmodw()
  3290. for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
  3291. if obj.Name == (string.sub(msg, 11)) then
  3292. for i,ch in pairs(obj:GetDescendants()) do
  3293. if (ch:IsA("BasePart")) then
  3294. ch.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  3295. ch.CanCollide = false
  3296. ch.Transparency = 0.7
  3297. wait()
  3298. ch.CFrame = lplayer.Character["Left Leg"].CFrame
  3299. wait()
  3300. ch.CFrame = lplayer.Character["Right Leg"].CFrame
  3301. wait()
  3302. ch.CFrame = lplayer.Character["Head"].CFrame
  3303. end
  3304. end
  3305. end
  3306. end
  3307. end
  3308. while wait() do
  3309. bringmodw()
  3310. end
  3311. game:GetService("StarterGui"):SetCore("SendNotification", {
  3312. Title = "BringMod";
  3313. Text = "BringMod enabled.";
  3314. })
  3315. end
  3316. if string.sub(msg, 1, 8) == (prefix.."respawn") then
  3317. local mod = Instance.new('Model', workspace) mod.Name = 're '..lplayer.Name
  3318. local hum = Instance.new('Humanoid', mod)
  3319. local ins = Instance.new('Part', mod) ins.Name = 'Torso' ins.CanCollide = false ins.Transparency = 1
  3320. lplayer.Character = mod
  3321. end
  3322. if string.sub(msg, 1, 9) == (prefix.."shutdown") then
  3323. game:GetService'RunService'.Stepped:Connect(function()
  3324. pcall(function()
  3325. for i,v in pairs(game:GetService'Players':GetPlayers()) do
  3326. if v.Character ~= nil and v.Character:FindFirstChild'Head' then
  3327. for _,x in pairs(v.Character.Head:GetChildren()) do
  3328. if x:IsA'Sound' then x.Playing = true x.CharacterSoundEvent:FireServer(true, true) end
  3329. end
  3330. end
  3331. end
  3332. end)
  3333. end)
  3334. game:GetService("StarterGui"):SetCore("SendNotification", {
  3335. Title = "Attempting Shutdown";
  3336. Text = "Shutdown Attempt has begun.";
  3337. })
  3338. end
  3339. if string.sub(msg, 1, 8) == (prefix.."delobj ") then
  3340. objtodel = (string.sub(msg, 9))
  3341. for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  3342. if v.Name == objtodel then
  3343. v:Destroy()
  3344. end
  3345. end
  3346. end
  3347. if string.sub(msg, 1, 8) == (prefix.."getplrs") then
  3348. for i,v in pairs(game:GetService("Players"):GetPlayers())do
  3349. print(v)
  3350. end
  3351. game:GetService("StarterGui"):SetCore("SendNotification", {
  3352. Title = "Printed";
  3353. Text = "Players have been printed to console. (F9)";
  3354. })
  3355. end
  3356. if string.sub(msg, 1, 9) == (prefix.."deldecal") then
  3357. for i,v in pairs(game:GetService("Workspace"):GetDescendants())do
  3358. if (v:IsA("Decal")) then
  3359. v:Destroy()
  3360. end
  3361. end
  3362. end
  3363. if string.sub(msg, 1, 11) == (prefix.."opfinality") then
  3364. loadstring(game:GetObjects("rbxassetid://1294358929")[1].Source)()
  3365. game:GetService("StarterGui"):SetCore("SendNotification", {
  3366. Title = "Success!";
  3367. Text = "OpFinality GUI has loaded.";
  3368. })
  3369. end
  3370. if string.sub(msg, 1, 8) == (prefix.."remotes") then
  3371. remotes = true
  3372. added = true
  3373. game.DescendantAdded:connect(function(rmt)
  3374. if added == true then
  3375. if remotes == true then
  3376. if rmt:IsA("RemoteEvent") then
  3377. print("A RemoteEvent was added!")
  3378. print(" game." .. rmt:GetFullName() .. " | RemoteEvent")
  3379. print(" game." .. rmt:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  3380. end end end
  3381. end)
  3382. game.DescendantAdded:connect(function(rmtfnctn)
  3383. if added == true then
  3384. if remotes == true then
  3385. if rmtfnctn:IsA("RemoteFunction") then
  3386. warn("A RemoteFunction was added!")
  3387. warn(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction")
  3388. print(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  3389. end end end
  3390. end)
  3391.  
  3392. game.DescendantAdded:connect(function(bndfnctn)
  3393. if added == true then
  3394. if binds == true then
  3395. if bndfnctn:IsA("BindableFunction") then
  3396. print("A BindableFunction was added!")
  3397. print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction")
  3398. print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  3399. end end end
  3400. end)
  3401.  
  3402. game.DescendantAdded:connect(function(bnd)
  3403. if added == true then
  3404. if binds == true then
  3405. if bnd:IsA("BindableEvent") then
  3406. warn("A BindableEvent was added!")
  3407. warn(" game." .. bnd:GetFullName() .. " | BindableEvent")
  3408. print(" game." .. bnd:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  3409. end end end
  3410. end)
  3411.  
  3412.  
  3413. if binds == true then
  3414. for i,v in pairs(game:GetDescendants()) do
  3415. if v:IsA("BindableFunction") then
  3416. print(" game." .. v:GetFullName() .. " | BindableFunction")
  3417. print(" game." .. v:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  3418. end end
  3419. for i,v in pairs(game:GetDescendants()) do
  3420. if v:IsA("BindableEvent") then
  3421. warn(" game." .. v:GetFullName() .. " | BindableEvent")
  3422. print(" game." .. v:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  3423. end end
  3424. else
  3425. print("Off")
  3426. end
  3427. if remotes == true then
  3428. for i,v in pairs(game:GetDescendants()) do
  3429. if v:IsA("RemoteFunction") then
  3430. warn(" game." .. v:GetFullName() .. " | RemoteFunction")
  3431. print(" game." .. v:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  3432. end end
  3433. wait()
  3434. for i,v in pairs(game:GetDescendants()) do
  3435. if v:IsA("RemoteEvent") then
  3436. print(" game." .. v:GetFullName() .. " | RemoteEvent")
  3437. print(" game." .. v:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  3438. end end
  3439. else
  3440. print("Off")
  3441. end
  3442. game:GetService("StarterGui"):SetCore("SendNotification", {
  3443. Title = "Printing Remotes";
  3444. Text = "Type ;noremotes to disable.";
  3445. })
  3446. end
  3447. if string.sub(msg, 1, 10) == (prefix.."noremotes") then
  3448. remotes = false
  3449. added = false
  3450. game:GetService("StarterGui"):SetCore("SendNotification", {
  3451. Title = "Printing Remotes Disabled";
  3452. Text = "Type ;remotes to enable.";
  3453. })
  3454. end
  3455. if string.sub(msg, 1, 10) == (prefix.."tpdefault") then
  3456. spin = false
  3457. followed = false
  3458. traill = false
  3459. noclip = false
  3460. annoying = false
  3461. hwalk = false
  3462. cbringing = false
  3463. end
  3464. if string.sub(msg, 1, 8) == (prefix.."stopsit") then
  3465. stopsitting = true
  3466. end
  3467. if string.sub(msg, 1, 6) == (prefix.."gosit") then
  3468. stopsitting = false
  3469. end
  3470. if string.sub(msg, 1, 8) == (prefix.."version") then
  3471. print(adminversion)
  3472. game:GetService("StarterGui"):SetCore("SendNotification", {
  3473. Title = "Version";
  3474. Text = adminversion;
  3475. })
  3476. end
  3477. if string.sub(msg, 1, 8) == (prefix.."clicktp") then
  3478. clickgoto = true
  3479. game:GetService("StarterGui"):SetCore("SendNotification", {
  3480. Title = "Click TP";
  3481. Text = "Press E to teleport to mouse position, ;noclicktp to stop";
  3482. })
  3483. end
  3484. if string.sub(msg, 1, 9) == (prefix.."clickdel") then
  3485. clickdel = true
  3486. game:GetService("StarterGui"):SetCore("SendNotification", {
  3487. Title = "Click Delete";
  3488. Text = "Press E to delete part at mouse, ;noclickdel to stop";
  3489. })
  3490. end
  3491. if string.sub(msg, 1, 11) == (prefix.."noclickdel") then
  3492. clickdel = false
  3493. game:GetService("StarterGui"):SetCore("SendNotification", {
  3494. Title = "Click Delete";
  3495. Text = "Click delete has been disabled.";
  3496. })
  3497. end
  3498. if string.sub(msg, 1, 10) == (prefix.."noclicktp") then
  3499. clickgoto = false
  3500. game:GetService("StarterGui"):SetCore("SendNotification", {
  3501. Title = "Click TP";
  3502. Text = "Click TP has been disabled.";
  3503. })
  3504. end
  3505. if string.sub(msg, 1, 8) == (prefix.."toolson") then
  3506. gettingtools = true
  3507. game:GetService("StarterGui"):SetCore("SendNotification", {
  3508. Title = "Tools Enabled";
  3509. Text = "Automatically colleting tools dropped.";
  3510. })
  3511. end
  3512. if string.sub(msg, 1, 9) == (prefix.."toolsoff") then
  3513. gettingtools = false
  3514. game:GetService("StarterGui"):SetCore("SendNotification", {
  3515. Title = "Tools Disabled";
  3516. Text = "Click TP has been disabled.";
  3517. })
  3518. end
  3519. if string.sub(msg, 1, 10) == (prefix.."delcmdbar") then
  3520. ScreenGui:Destroy()
  3521. end
  3522. if string.sub(msg, 1, 6) == (prefix.."reset") then
  3523. lplayer.Character.Head:Destroy()
  3524. end
  3525. if string.sub(msg, 1, 7) == (prefix.."state ") then
  3526. statechosen = string.sub(msg, 8)
  3527. changingstate = true
  3528. end
  3529. if string.sub(msg, 1, 9) == (prefix.."gravity ") then
  3530. game:GetService("Workspace").Gravity = string.sub(msg, 10)
  3531. end
  3532. if string.sub(msg, 1, 10) == (prefix.."looprhats") then
  3533. removingmeshhats = true
  3534. end
  3535. if string.sub(msg, 1, 12) == (prefix.."unlooprhats") then
  3536. removingmeshhats = false
  3537. end
  3538. if string.sub(msg, 1, 10) == (prefix.."looprtool") then
  3539. removingmeshtool = true
  3540. end
  3541. if string.sub(msg, 1, 12) == (prefix.."unlooprtool") then
  3542. removingmeshtool = false
  3543. end
  3544. if string.sub(msg, 1, 10) == (prefix.."givetool ") then
  3545. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetDescendants()) do
  3546. if v:IsA("Tool") then
  3547. for i,player in pairs(GetPlayer(string.sub(msg, 11))) do
  3548. v.Parent = player.Character
  3549. end
  3550. end
  3551. end
  3552. end
  3553. if string.sub(msg, 1, 14) == (prefix.."givealltools ") then
  3554. for i,v in pairs(game:GetService("Players").LocalPlayer.Backpack:GetDescendants()) do
  3555. if v:IsA("Tool") then
  3556. v.Parent = lplayer.Character
  3557. wait()
  3558. for i,player in pairs(GetPlayer(string.sub(msg, 15))) do
  3559. v.Parent = player.Character
  3560. end
  3561. end
  3562. end
  3563. end
  3564. if string.sub(msg, 1, 5) == (prefix.."age ") then
  3565. for i,player in pairs(GetPlayer(string.sub(msg, 6))) do
  3566. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account Age: "..player.AccountAge.." days!", "All")
  3567. end
  3568. end
  3569. if string.sub(msg, 1, 4) == (prefix.."id ") then
  3570. for i,player in pairs(GetPlayer(string.sub(msg, 5))) do
  3571. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account ID: "..player.UserId, "All")
  3572. end
  3573. end
  3574. if string.sub(msg, 1, 6) == (prefix..".age ") then
  3575. for i,player in pairs(GetPlayer(string.sub(msg, 7))) do
  3576. game:GetService("StarterGui"):SetCore("SendNotification", {
  3577. Title = player.AccountAge.." Days";
  3578. Text = "Account age of "..player.Name;
  3579. })
  3580. end
  3581. end
  3582. if string.sub(msg, 1, 5) == (prefix..".id ") then
  3583. for i,player in pairs(GetPlayer(string.sub(msg, 6))) do
  3584. game:GetService("StarterGui"):SetCore("SendNotification", {
  3585. Title = player.UserId.." ID";
  3586. Text = "Account ID of "..player.Name;
  3587. })
  3588. end
  3589. end
  3590. if string.sub(msg, 1, 7) == (prefix.."gameid") then
  3591. game:GetService("StarterGui"):SetCore("SendNotification", {
  3592. Title = "Game ID";
  3593. Text = "Game ID: ".. game.GameId;
  3594. })
  3595. end
  3596. if string.sub(msg, 1, 4) == (prefix.."pgs") then
  3597. local pgscheck = game:GetService("Workspace"):PGSIsEnabled()
  3598. if pgscheck == true then
  3599. game:GetService("StarterGui"):SetCore("SendNotification", {
  3600. Title = "PGSPhysicsSolverEnabled";
  3601. Text = "PGS is Enabled!";
  3602. })
  3603. else
  3604. game:GetService("StarterGui"):SetCore("SendNotification", {
  3605. Title = "PGSPhysicsSolverEnabled";
  3606. Text = "PGS is Disabled!";
  3607. })
  3608. end
  3609. end
  3610. if string.sub(msg, 1, 12) == (prefix.."removeinvis") then
  3611. for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  3612. if v:IsA("Part") then
  3613. if v.Transparency == 1 then
  3614. if v.Name ~= "HumanoidRootPart" then
  3615. v:Destroy()
  3616. end
  3617. end
  3618. end
  3619. end
  3620. end
  3621. if string.sub(msg, 1, 10) == (prefix.."removefog") then
  3622. game:GetService("Lighting").FogStart = 0
  3623. game:GetService("Lighting").FogEnd = 9999999999999
  3624. end
  3625. if string.sub(msg, 1, 8) == (prefix.."disable") then
  3626. lplayer.Character.Humanoid.Parent = lplayer
  3627. end
  3628. if string.sub(msg, 1, 7) == (prefix.."enable") then
  3629. lplayer.Humanoid.Parent = lplayer.Character
  3630. end
  3631. if string.sub(msg, 1, 8) == (prefix.."prefix ") then
  3632. prefix = (string.sub(msg, 9, 9))
  3633. wait(0.1)
  3634. change()
  3635. wait(0.1)
  3636. game:GetService("StarterGui"):SetCore("SendNotification", {
  3637. Title = "Prefix changed!";
  3638. Text = "Prefix is now "..prefix..". Use ;resetprefix to reset to ;";
  3639. })
  3640. end
  3641. if string.sub(msg, 1, 12) == (";resetprefix") then
  3642. prefix = ";"
  3643. wait(0.1)
  3644. change()
  3645. wait(0.1)
  3646. game:GetService("StarterGui"):SetCore("SendNotification", {
  3647. Title = "Prefix changed!";
  3648. Text = "Prefix is now "..prefix..". Make sure it's one key!";
  3649. })
  3650. end
  3651. if string.sub(msg, 1, 10) == (prefix.."flyspeed ") then
  3652. speedfly = string.sub(msg, 11)
  3653. wait()
  3654. change()
  3655. end
  3656. if string.sub(msg, 1, 8) == (prefix.."carpet ") then
  3657. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  3658. local Anim3 = Instance.new("Animation")
  3659. Anim3.AnimationId = "rbxassetid://282574440"
  3660. local track3 = lplayer.Character.Humanoid:LoadAnimation(Anim3)
  3661. track3:Play(.1, 1, 1)
  3662. bplrr = v.Name
  3663. banpl = true
  3664. end
  3665. end
  3666. if string.sub(msg, 1, 9) == (prefix.."uncarpet") then
  3667. banpl = false
  3668. end
  3669. if string.sub(msg, 1, 7) == (prefix.."stare ") then
  3670. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  3671. staring = true
  3672. stareplr = v
  3673. end
  3674. end
  3675. if string.sub(msg, 1, 8) == (prefix.."unstare") then
  3676. staring = false
  3677. end
  3678. if string.sub(msg, 1, 8) == (prefix.."logchat") then
  3679. chatlogs = true
  3680. game:GetService("StarterGui"):SetCore("SendNotification", {
  3681. Title = "LogChat enabled";
  3682. Text = "Now logging all player chat.";
  3683. })
  3684. end
  3685. if string.sub(msg, 1, 10) == (prefix.."unlogchat") then
  3686. chatlogs = false
  3687. game:GetService("StarterGui"):SetCore("SendNotification", {
  3688. Title = "LogChat disabled";
  3689. Text = "Stopped logging all player chat.";
  3690. })
  3691. end
  3692. if string.sub(msg, 1, 7) == (prefix.."fixcam") then
  3693. game:GetService("Workspace").CurrentCamera:Destroy()
  3694. wait(0.1)
  3695. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
  3696. game:GetService("Workspace").CurrentCamera.CameraType = "Custom"
  3697. lplayer.CameraMinZoomDistance = 0.5
  3698. lplayer.CameraMaxZoomDistance = 400
  3699. lplayer.CameraMode = "Classic"
  3700. end
  3701. if string.sub(msg, 1, 8) == (prefix.."unstate") then
  3702. changingstate = false
  3703. end
  3704. end)
  3705.  
  3706. local function tp()
  3707. for i, player in ipairs(game:GetService("Players"):GetPlayers()) do
  3708. if player.Character and player.Character:FindFirstChild("HumanoidRootPart") then
  3709. if player.Name == brplr then
  3710. player.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame + lplayer.Character.HumanoidRootPart.CFrame.lookVector * 2
  3711. end
  3712. end
  3713. end
  3714. end
  3715. local function tpall()
  3716. for i, player in ipairs(game:GetService("Players"):GetPlayers()) do
  3717. if player.Character and player.Character:FindFirstChild("HumanoidRootPart") then
  3718. player.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame + lplayer.Character.HumanoidRootPart.CFrame.lookVector * 3
  3719. end
  3720. end
  3721. end
  3722. spawn(function()
  3723. while wait(spamdelay) do
  3724. if spamming == true then
  3725. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(spamtext, "All")
  3726. end
  3727. end
  3728. end)
  3729. spawn(function()
  3730. while wait(spamdelay) do
  3731. if spammingpm == true then
  3732. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("/w "..pmspammed.." @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@", "All")
  3733. end
  3734. end
  3735. end)
  3736. spawn(function()
  3737. while wait() do
  3738. if cbring == true then
  3739. tp()
  3740. end
  3741. end
  3742. end)
  3743. spawn(function()
  3744. while wait() do
  3745. if cbringall == true then
  3746. tpall()
  3747. end
  3748. end
  3749. end)
  3750.  
  3751. Mouse.KeyDown:connect(function(Key)
  3752. if Key == prefix then
  3753. CMDBAR:CaptureFocus()
  3754. end
  3755. end)
  3756.  
  3757. CMDBAR.FocusLost:connect(function(enterPressed)
  3758. if enterPressed then
  3759. if string.sub(CMDBAR.Text, 1, 5) == ("kill ") then
  3760. if string.sub(CMDBAR.Text, 6) == "me" then
  3761. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(100000,0,100000)
  3762. else
  3763. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6)))do
  3764. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  3765. lplayer.Character.Humanoid.Name = 1
  3766. local l = lplayer.Character["1"]:Clone()
  3767. l.Parent = lplayer.Character
  3768. l.Name = "Humanoid"
  3769. wait(0.1)
  3770. lplayer.Character["1"]:Destroy()
  3771. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  3772. lplayer.Character.Animate.Disabled = true
  3773. wait(0.1)
  3774. lplayer.Character.Animate.Disabled = false
  3775. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  3776. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  3777. lplayer.Character.Humanoid:EquipTool(v)
  3778. end
  3779. local function tp(player,player2)
  3780. local char1,char2=player.Character,player2.Character
  3781. if char1 and char2 then
  3782. char1:MoveTo(char2.Head.Position)
  3783. end
  3784. end
  3785. wait(0.1)
  3786. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  3787. wait(0.2)
  3788. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  3789. wait(0.5)
  3790. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
  3791. wait(0.7)
  3792. tp(lplayer,game:GetService("Players")[v.Name])
  3793. wait(0.7)
  3794. lplayer.Character.HumanoidRootPart.CFrame = NOW
  3795. game:GetService("StarterGui"):SetCore("SendNotification", {
  3796. Title = "Tools needed!";
  3797. Text = "You need a tool in your backpack for this command!";
  3798. })
  3799. end
  3800. end
  3801. end
  3802. if string.sub(CMDBAR.Text, 1, 6) == ("bring ") then
  3803. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7)))do
  3804. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  3805. lplayer.Character.Humanoid.Name = 1
  3806. local l = lplayer.Character["1"]:Clone()
  3807. l.Parent = lplayer.Character
  3808. l.Name = "Humanoid"
  3809. wait(0.1)
  3810. lplayer.Character["1"]:Destroy()
  3811. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  3812. lplayer.Character.Animate.Disabled = true
  3813. wait(0.1)
  3814. lplayer.Character.Animate.Disabled = false
  3815. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  3816. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  3817. lplayer.Character.Humanoid:EquipTool(v)
  3818. end
  3819. local function tp(player,player2)
  3820. local char1,char2=player.Character,player2.Character
  3821. if char1 and char2 then
  3822. char1.HumanoidRootPart.CFrame = char2.HumanoidRootPart.CFrame
  3823. end
  3824. end
  3825. local function getout(player,player2)
  3826. local char1,char2=player.Character,player2.Character
  3827. if char1 and char2 then
  3828. char1:MoveTo(char2.Head.Position)
  3829. end
  3830. end
  3831. tp(game:GetService("Players")[v.Name], lplayer)
  3832. wait(0.2)
  3833. tp(game:GetService("Players")[v.Name], lplayer)
  3834. wait(0.5)
  3835. lplayer.Character.HumanoidRootPart.CFrame = NOW
  3836. wait(0.5)
  3837. getout(lplayer, game:GetService("Players")[v.Name])
  3838. wait(0.3)
  3839. lplayer.Character.HumanoidRootPart.CFrame = NOW
  3840. game:GetService("StarterGui"):SetCore("SendNotification", {
  3841. Title = "Tools needed!";
  3842. Text = "You need a tool in your backpack for this command!";
  3843. })
  3844. end
  3845. end
  3846. if string.sub(CMDBAR.Text, 1, 5) == ("spin ") then
  3847. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  3848. lplayer.Character.Humanoid.Name = 1
  3849. local l = lplayer.Character["1"]:Clone()
  3850. l.Parent = lplayer.Character
  3851. l.Name = "Humanoid"
  3852. wait(0.1)
  3853. lplayer.Character["1"]:Destroy()
  3854. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  3855. lplayer.Character.Animate.Disabled = true
  3856. wait(0.1)
  3857. lplayer.Character.Animate.Disabled = false
  3858. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  3859. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  3860. lplayer.Character.Humanoid:EquipTool(v)
  3861. end
  3862. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  3863. spinplr = v
  3864. wait(0.5)
  3865. spin = true
  3866. game:GetService("StarterGui"):SetCore("SendNotification", {
  3867. Title = "Tools needed!";
  3868. Text = "You need a tool in your backpack for this command!";
  3869. })
  3870. end
  3871. end
  3872. if string.sub(CMDBAR.Text, 1, 6) == ("unspin") then
  3873. spin = false
  3874. end
  3875. if string.sub(CMDBAR.Text, 1, 7) == ("attach ") then
  3876. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  3877. lplayer.Character.Humanoid.Name = 1
  3878. local l = lplayer.Character["1"]:Clone()
  3879. l.Parent = lplayer.Character
  3880. l.Name = "Humanoid"
  3881. wait(0.1)
  3882. lplayer.Character["1"]:Destroy()
  3883. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  3884. lplayer.Character.Animate.Disabled = true
  3885. wait(0.1)
  3886. lplayer.Character.Animate.Disabled = false
  3887. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  3888. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  3889. lplayer.Character.Humanoid:EquipTool(v)
  3890. end
  3891. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  3892. wait(0.3)
  3893. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  3894. attplr = v
  3895. game:GetService("StarterGui"):SetCore("SendNotification", {
  3896. Title = "Tools needed!";
  3897. Text = "You need a tool in your backpack for this command!";
  3898. })
  3899. end
  3900. end
  3901. if string.sub(CMDBAR.Text, 1, 9) == ("unattach ") then
  3902. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
  3903. local function getout(player,player2)
  3904. local char1,char2=player.Character,player2.Character
  3905. if char1 and char2 then
  3906. char1:MoveTo(char2.Head.Position)
  3907. end
  3908. end
  3909. getout(lplayer, game:GetService("Players")[v.Name])
  3910. end
  3911. end
  3912. if string.sub(CMDBAR.Text, 1, 7) == ("follow ") then
  3913. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  3914. followed = true
  3915. flwplr = v
  3916. end
  3917. end
  3918. if string.sub(CMDBAR.Text, 1, 8) == ("unfollow") then
  3919. followed = false
  3920. end
  3921. if string.sub(CMDBAR.Text, 1, 9) == ("freefall ") then
  3922. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
  3923. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  3924. lplayer.Character.Humanoid.Name = 1
  3925. local l = lplayer.Character["1"]:Clone()
  3926. l.Parent = lplayer.Character
  3927. l.Name = "Humanoid"
  3928. wait(0.1)
  3929. lplayer.Character["1"]:Destroy()
  3930. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  3931. lplayer.Character.Animate.Disabled = true
  3932. wait(0.1)
  3933. lplayer.Character.Animate.Disabled = false
  3934. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  3935. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  3936. lplayer.Character.Humanoid:EquipTool(v)
  3937. end
  3938. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  3939. wait(0.2)
  3940. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  3941. wait(0.6)
  3942. lplayer.Character.HumanoidRootPart.CFrame = NOW
  3943. wait(0.6)
  3944. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,50000,0)
  3945. game:GetService("StarterGui"):SetCore("SendNotification", {
  3946. Title = "Tools needed!";
  3947. Text = "You need a tool in your backpack for this command!";
  3948. })
  3949. end
  3950. end
  3951. if string.sub(CMDBAR.Text, 1, 6) == ("trail ") then
  3952. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  3953. traill = true
  3954. trlplr = v
  3955. end
  3956. end
  3957. if string.sub(CMDBAR.Text, 1, 7) == ("untrail") then
  3958. traill = false
  3959. end
  3960. if string.sub(CMDBAR.Text, 1, 6) == ("orbit ") then
  3961. if string.sub(CMDBAR.Text, 7) == "all" or string.sub(CMDBAR.Text, 7) == "others" or string.sub(CMDBAR.Text, 7) == "me" then
  3962. lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  3963. else
  3964. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  3965. local o = Instance.new("RocketPropulsion")
  3966. o.Parent = lplayer.Character.HumanoidRootPart
  3967. o.Name = "Orbit"
  3968. o.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
  3969. o:Fire()
  3970. noclip = true
  3971. end
  3972. end
  3973. end
  3974. if string.sub(CMDBAR.Text, 1, 7) == ("unorbit") then
  3975. lplayer.Character.HumanoidRootPart.Orbit:Destroy()
  3976. noclip = false
  3977. end
  3978. if string.sub(CMDBAR.Text, 1, 6) == ("fling ") then
  3979. if string.sub(CMDBAR.Text, 7) == "all" or string.sub(CMDBAR.Text, 7) == "others" or string.sub(CMDBAR.Text, 7) == "me" then
  3980. lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  3981. else
  3982. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  3983. local y = Instance.new("RocketPropulsion")
  3984. y.Parent = lplayer.Character.HumanoidRootPart
  3985. y.CartoonFactor = 1
  3986. y.MaxThrust = 800000
  3987. y.MaxSpeed = 1000
  3988. y.ThrustP = 200000
  3989. y.Name = "Fling"
  3990. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  3991. y.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
  3992. y:Fire()
  3993. noclip = true
  3994. end
  3995. end
  3996. end
  3997. if string.sub(CMDBAR.Text, 1, 7) == ("unfling") then
  3998. noclip = false
  3999. lplayer.Character.HumanoidRootPart.Fling:Destroy()
  4000. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
  4001. wait(0.4)
  4002. lplayer.Character.HumanoidRootPart.Fling:Destroy()
  4003. end
  4004. if string.sub(CMDBAR.Text, 1, 7) == ("fecheck") then
  4005. if game:GetService("Workspace").FilteringEnabled == true then
  4006. warn("FE is Enabled (Filtering Enabled)")
  4007. game:GetService("StarterGui"):SetCore("SendNotification", {
  4008. Title = "FE is Enabled";
  4009. Text = "Filtering Enabled. Enjoy using Reviz Admin!";
  4010. })
  4011. else
  4012. warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
  4013. game:GetService("StarterGui"):SetCore("SendNotification", {
  4014. Title = "FE is Disabled";
  4015. Text = "Filtering Disabled. Consider using a different admin script.";
  4016. })
  4017. end
  4018. end
  4019. if string.sub(CMDBAR.Text, 1, 5) == ("void ") then
  4020. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  4021. lplayer.Character.Humanoid.Name = 1
  4022. local l = lplayer.Character["1"]:Clone()
  4023. l.Parent = lplayer.Character
  4024. l.Name = "Humanoid"
  4025. wait(0.1)
  4026. lplayer.Character["1"]:Destroy()
  4027. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  4028. lplayer.Character.Animate.Disabled = true
  4029. wait(0.1)
  4030. lplayer.Character.Animate.Disabled = false
  4031. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  4032. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  4033. lplayer.Character.Humanoid:EquipTool(v)
  4034. end
  4035. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  4036. wait(0.2)
  4037. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  4038. wait(0.6)
  4039. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(999999999999999,0,999999999999999)
  4040. game:GetService("StarterGui"):SetCore("SendNotification", {
  4041. Title = "Tools needed!";
  4042. Text = "You need a tool in your backpack for this command!";
  4043. })
  4044. end
  4045. end
  4046. if string.sub(CMDBAR.Text, 1, 6) == ("noclip") then
  4047. noclip = true
  4048. game:GetService("StarterGui"):SetCore("SendNotification", {
  4049. Title = "Noclip enabled";
  4050. Text = "Type ;clip to disable";
  4051. })
  4052. end
  4053. if string.sub(CMDBAR.Text, 1, 4) == ("clip") then
  4054. noclip = false
  4055. game:GetService("StarterGui"):SetCore("SendNotification", {
  4056. Title = "Noclip disabled";
  4057. Text = "Type ;noclip to enable";
  4058. })
  4059. end
  4060. if string.sub(CMDBAR.Text, 1, 6) == ("speed ") then
  4061. lplayer.Character.Humanoid.WalkSpeed = (string.sub(CMDBAR.Text, 7))
  4062. end
  4063. if string.sub(CMDBAR.Text, 1, 3) == ("ws ") then
  4064. lplayer.Character.Humanoid.WalkSpeed = (string.sub(CMDBAR.Text, 4))
  4065. end
  4066. if string.sub(CMDBAR.Text, 1, 10) == ("hipheight ") then
  4067. lplayer.Character.Humanoid.HipHeight = (string.sub(CMDBAR.Text, 11))
  4068. end
  4069. if string.sub(CMDBAR.Text, 1, 3) == ("hh ") then
  4070. lplayer.Character.Humanoid.HipHeight = (string.sub(CMDBAR.Text, 4))
  4071. end
  4072. if string.sub(CMDBAR.Text, 1, 10) == ("jumppower ") then
  4073. lplayer.Character.Humanoid.JumpPower = (string.sub(CMDBAR.Text, 11))
  4074. end
  4075. if string.sub(CMDBAR.Text, 1, 3) == ("jp ") then
  4076. lplayer.Character.Humanoid.JumpPower = (string.sub(CMDBAR.Text, 4))
  4077. end
  4078. if string.sub(CMDBAR.Text, 1, 7) == ("default") then
  4079. lplayer.Character.Humanoid.JumpPower = 50
  4080. lplayer.Character.Humanoid.WalkSpeed = 16
  4081. lplayer.Character.Humanoid.HipHeight = 0
  4082. end
  4083. if string.sub(CMDBAR.Text, 1, 6) == ("annoy ") then
  4084. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  4085. annoying = true
  4086. annplr = v
  4087. end
  4088. end
  4089. if string.sub(CMDBAR.Text, 1, 7) == ("unannoy") then
  4090. annoying = false
  4091. end
  4092. if string.sub(CMDBAR.Text, 1, 9) == ("headwalk ") then
  4093. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
  4094. hwalk = true
  4095. hdwplr = v
  4096. end
  4097. end
  4098. if string.sub(CMDBAR.Text, 1, 10) == ("unheadwalk") then
  4099. hwalk = false
  4100. end
  4101. if string.sub(CMDBAR.Text, 1, 7) == ("nolimbs") then
  4102. lplayer.Character["Left Leg"]:Destroy()
  4103. lplayer.Character["Left Arm"]:Destroy()
  4104. lplayer.Character["Right Leg"]:Destroy()
  4105. lplayer.Character["Right Arm"]:Destroy()
  4106. end
  4107. if string.sub(CMDBAR.Text, 1, 3) == ("god") then
  4108. lplayer.Character.Humanoid.Name = 1
  4109. local l = lplayer.Character["1"]:Clone()
  4110. l.Parent = lplayer.Character
  4111. l.Name = "Humanoid"
  4112. wait(0.1)
  4113. lplayer.Character["1"]:Destroy()
  4114. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  4115. lplayer.Character.Animate.Disabled = true
  4116. wait(0.1)
  4117. lplayer.Character.Animate.Disabled = false
  4118. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  4119. game:GetService("StarterGui"):SetCore("SendNotification", {
  4120. Title = "FE Godmode enabled";
  4121. Text = "Use ;grespawn or ;respawn to remove.";
  4122. })
  4123. end
  4124. if string.sub(CMDBAR.Text, 1, 8) == ("drophats") then
  4125. for i,v in pairs(lplayer.Character:GetChildren()) do
  4126. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  4127. v.Parent = workspace
  4128. end
  4129. end
  4130. end
  4131. if string.sub(CMDBAR.Text, 1, 8) == ("droptool") then
  4132. for i,v in pairs(lplayer.Character:GetChildren()) do
  4133. if (v:IsA("Tool")) then
  4134. v.Parent = workspace
  4135. end
  4136. end
  4137. end
  4138. if string.sub(CMDBAR.Text, 1, 9) == ("loopdhats") then
  4139. droppinghats = true
  4140. game:GetService("StarterGui"):SetCore("SendNotification", {
  4141. Title = "Loop Drop Enabled";
  4142. Text = "Type ;unloopdhats to disable";
  4143. })
  4144. end
  4145. if string.sub(CMDBAR.Text, 1, 11) == ("unloopdhats") then
  4146. droppinghats = false
  4147. game:GetService("StarterGui"):SetCore("SendNotification", {
  4148. Title = "Loop Drop Disabled";
  4149. Text = "Type ;loopdhats to enable.";
  4150. })
  4151. end
  4152. if string.sub(CMDBAR.Text, 1, 9) == ("loopdtool") then
  4153. droppingtools = true
  4154. game:GetService("StarterGui"):SetCore("SendNotification", {
  4155. Title = "Loop Drop Enabled";
  4156. Text = "Type ;unloopdtool to disable";
  4157. })
  4158. end
  4159. if string.sub(CMDBAR.Text, 1, 11) == ("unloopdtool") then
  4160. droppingtools = false
  4161. game:GetService("StarterGui"):SetCore("SendNotification", {
  4162. Title = "Loop Drop Disabled";
  4163. Text = "Type ;loopdtool to enable.";
  4164. })
  4165. end
  4166. if string.sub(CMDBAR.Text, 1, 9) == ("invisible") then -- Credit to Timeless
  4167. Local = game:GetService('Players').LocalPlayer
  4168. Char = Local.Character
  4169. touched,tpdback = false, false
  4170. box = Instance.new('Part',workspace)
  4171. box.Anchored = true
  4172. box.CanCollide = true
  4173. box.Size = Vector3.new(10,1,10)
  4174. box.Position = Vector3.new(0,10000,0)
  4175. box.Touched:connect(function(part)
  4176. if (part.Parent.Name == Local.Name) then
  4177. if touched == false then
  4178. touched = true
  4179. function apply()
  4180. if script.Disabled ~= true then
  4181. no = Char.HumanoidRootPart:Clone()
  4182. wait(.25)
  4183. Char.HumanoidRootPart:Destroy()
  4184. no.Parent = Char
  4185. Char:MoveTo(loc)
  4186. touched = false
  4187. end end
  4188. if Char then
  4189. apply()
  4190. end
  4191. end
  4192. end
  4193. end)
  4194. repeat wait() until Char
  4195. loc = Char.HumanoidRootPart.Position
  4196. Char:MoveTo(box.Position + Vector3.new(0,.5,0))
  4197. game:GetService("StarterGui"):SetCore("SendNotification", {
  4198. Title = "Invisibility enabled!";
  4199. Text = "Reset or use ;respawn to remove.";
  4200. })
  4201. end
  4202. if string.sub(CMDBAR.Text, 1, 5) == ("view ") then
  4203. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  4204. if game:GetService("Players")[v.Name].Character.Humanoid then
  4205. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Humanoid
  4206. else
  4207. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  4208. end
  4209. end
  4210. end
  4211. if string.sub(CMDBAR.Text, 1, 6) == ("unview") then
  4212. if lplayer.Character.Humanoid then
  4213. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
  4214. else
  4215. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
  4216. end
  4217. end
  4218. if string.sub(CMDBAR.Text, 1, 5) == ("goto ") then
  4219. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  4220. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  4221. end
  4222. end
  4223. if string.sub(CMDBAR.Text, 1, 3) == ("fly") then
  4224. repeat wait() until lplayer and lplayer.Character and lplayer.Character:FindFirstChild('HumanoidRootPart') and lplayer.Character:FindFirstChild('Humanoid')
  4225. repeat wait() until Mouse
  4226.  
  4227. local T = lplayer.Character.HumanoidRootPart
  4228. local CONTROL = {F = 0, B = 0, L = 0, R = 0}
  4229. local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  4230. local SPEED = speedget
  4231.  
  4232. local function fly()
  4233. flying = true
  4234. local BG = Instance.new('BodyGyro', T)
  4235. local BV = Instance.new('BodyVelocity', T)
  4236. BG.P = 9e4
  4237. BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  4238. BG.cframe = T.CFrame
  4239. BV.velocity = Vector3.new(0, 0.1, 0)
  4240. BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
  4241. spawn(function()
  4242. repeat wait()
  4243. lplayer.Character.Humanoid.PlatformStand = true
  4244. if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
  4245. SPEED = 50
  4246. elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
  4247. SPEED = 0
  4248. end
  4249. if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
  4250. BV.velocity = ((workspace.CurrentCamera.CoordinateFrame.lookVector * (CONTROL.F + CONTROL.B)) + ((workspace.CurrentCamera.CoordinateFrame * CFrame.new(CONTROL.L + CONTROL.R, (CONTROL.F + CONTROL.B) * 0.2, 0).p) - workspace.CurrentCamera.CoordinateFrame.p)) * SPEED
  4251. lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
  4252. elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
  4253. BV.velocity = ((workspace.CurrentCamera.CoordinateFrame.lookVector * (lCONTROL.F + lCONTROL.B)) + ((workspace.CurrentCamera.CoordinateFrame * CFrame.new(lCONTROL.L + lCONTROL.R, (lCONTROL.F + lCONTROL.B) * 0.2, 0).p) - workspace.CurrentCamera.CoordinateFrame.p)) * SPEED
  4254. else
  4255. BV.velocity = Vector3.new(0, 0.1, 0)
  4256. end
  4257. BG.cframe = workspace.CurrentCamera.CoordinateFrame
  4258. until not flying
  4259. CONTROL = {F = 0, B = 0, L = 0, R = 0}
  4260. lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  4261. SPEED = 0
  4262. BG:destroy()
  4263. BV:destroy()
  4264. lplayer.Character.Humanoid.PlatformStand = false
  4265. end)
  4266. end
  4267. Mouse.KeyDown:connect(function(KEY)
  4268. if KEY:lower() == 'w' then
  4269. CONTROL.F = speedfly
  4270. elseif KEY:lower() == 's' then
  4271. CONTROL.B = -speedfly
  4272. elseif KEY:lower() == 'a' then
  4273. CONTROL.L = -speedfly
  4274. elseif KEY:lower() == 'd' then
  4275. CONTROL.R = speedfly
  4276. end
  4277. end)
  4278. Mouse.KeyUp:connect(function(KEY)
  4279. if KEY:lower() == 'w' then
  4280. CONTROL.F = 0
  4281. elseif KEY:lower() == 's' then
  4282. CONTROL.B = 0
  4283. elseif KEY:lower() == 'a' then
  4284. CONTROL.L = 0
  4285. elseif KEY:lower() == 'd' then
  4286. CONTROL.R = 0
  4287. end
  4288. end)
  4289. fly()
  4290. end
  4291. if string.sub(CMDBAR.Text, 1, 5) == ("unfly") then
  4292. flying = false
  4293. lplayer.Character.Humanoid.PlatformStand = false
  4294. end
  4295. if string.sub(CMDBAR.Text, 1, 5) == ("chat ") then
  4296. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer((string.sub(CMDBAR.Text, 6)), "All")
  4297. end
  4298. if string.sub(CMDBAR.Text, 1, 5) == ("spam ") then
  4299. spamtext = (string.sub(CMDBAR.Text, 6))
  4300. spamming = true
  4301. end
  4302. if string.sub(CMDBAR.Text, 1, 6) == ("unspam") then
  4303. spamming = false
  4304. end
  4305. if string.sub(CMDBAR.Text, 1, 9) == ("spamwait ") then
  4306. spamdelay = (string.sub(CMDBAR.Text, 10))
  4307. end
  4308. if string.sub(CMDBAR.Text, 1, 7) == ("pmspam ") then
  4309. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  4310. pmspammed = v.Name
  4311. spammingpm = true
  4312. end
  4313. end
  4314. if string.sub(CMDBAR.Text, 1, 8) == ("unpmspam") then
  4315. spammingpm = false
  4316. end
  4317. if string.sub(CMDBAR.Text, 1, 8) == ("cfreeze ") then
  4318. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 9))) do
  4319. v.Character["Left Leg"].Anchored = true
  4320. v.Character["Left Arm"].Anchored = true
  4321. v.Character["Right Leg"].Anchored = true
  4322. v.Character["Right Arm"].Anchored = true
  4323. v.Character.Torso.Anchored = true
  4324. v.Character.Head.Anchored = true
  4325. end
  4326. end
  4327. if string.sub(CMDBAR.Text, 1, 10) == ("uncfreeze ") then
  4328. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 11))) do
  4329. v.Character["Left Leg"].Anchored = false
  4330. v.Character["Left Arm"].Anchored = false
  4331. v.Character["Right Leg"].Anchored = false
  4332. v.Character["Right Arm"].Anchored = false
  4333. v.Character.Torso.Anchored = false
  4334. v.Character.Head.Anchored = false
  4335. end
  4336. end
  4337. if string.sub(CMDBAR.Text, 1, 8) == ("unlockws") then
  4338. local a = game:GetService("Workspace"):getChildren()
  4339. for i = 1, #a do
  4340. if a[i].className == "Part" then
  4341. a[i].Locked = false
  4342. elseif a[i].className == "Model" then
  4343. local r = a[i]:getChildren()
  4344. for i = 1, #r do
  4345. if r[i].className == "Part" then
  4346. r[i].Locked = false
  4347. end
  4348. end
  4349. end
  4350. end
  4351. game:GetService("StarterGui"):SetCore("SendNotification", {
  4352. Title = "Success!";
  4353. Text = "Workspace unlocked. Use ;lockws to lock.";
  4354. })
  4355. end
  4356. if string.sub(CMDBAR.Text, 1, 6) == ("lockws") then
  4357. local a = game:GetService("Workspace"):getChildren()
  4358. for i = 1, #a do
  4359. if a[i].className == "Part" then
  4360. a[i].Locked = true
  4361. elseif a[i].className == "Model" then
  4362. local r = a[i]:getChildren()
  4363. for i = 1, #r do
  4364. if r[i].className == "Part" then
  4365. r[i].Locked = true
  4366. end
  4367. end
  4368. end
  4369. end
  4370. end
  4371. if string.sub(CMDBAR.Text, 1, 6) == ("btools") then
  4372. local Clone_T = Instance.new("HopperBin",lplayer.Backpack)
  4373. Clone_T.BinType = "Clone"
  4374. local Destruct = Instance.new("HopperBin",lplayer.Backpack)
  4375. Destruct.BinType = "Hammer"
  4376. local Hold_T = Instance.new("HopperBin",lplayer.Backpack)
  4377. Hold_T.BinType = "Grab"
  4378. end
  4379. if string.sub(CMDBAR.Text, 1, 6) == ("pstand") then
  4380. lplayer.Character.Humanoid.PlatformStand = true
  4381. end
  4382. if string.sub(CMDBAR.Text, 1, 8) == ("unpstand") then
  4383. lplayer.Character.Humanoid.PlatformStand = false
  4384. end
  4385. if string.sub(CMDBAR.Text, 1, 9) == ("blockhead") then
  4386. lplayer.Character.Head.Mesh:Destroy()
  4387. end
  4388. if string.sub(CMDBAR.Text, 1, 3) == ("sit") then
  4389. lplayer.Character.Humanoid.Sit = true
  4390. end
  4391. if string.sub(CMDBAR.Text, 1, 9) == ("bringobj ") then
  4392. local function bringobjw()
  4393. for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
  4394. if obj.Name == (string.sub(CMDBAR.Text, 10)) then
  4395. obj.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  4396. obj.CanCollide = false
  4397. obj.Transparency = 0.7
  4398. wait()
  4399. obj.CFrame = lplayer.Character["Left Leg"].CFrame
  4400. wait()
  4401. obj.CFrame = lplayer.Character["Right Leg"].CFrame
  4402. wait()
  4403. obj.CFrame = lplayer.Character["Head"].CFrame
  4404. end
  4405. end
  4406. end
  4407. while wait() do
  4408. bringobjw()
  4409. end
  4410. game:GetService("StarterGui"):SetCore("SendNotification", {
  4411. Title = "BringObj";
  4412. Text = "BringObj enabled.";
  4413. })
  4414. end
  4415. if string.sub(CMDBAR.Text, 1, 6) == ("wsvis ") then
  4416. vis = (string.sub(CMDBAR.Text, 7))
  4417. local a = game:GetService("Workspace"):GetDescendants()
  4418. for i = 1, #a do
  4419. if a[i].className == "Part" then
  4420. a[i].Transparency = vis
  4421. elseif a[i].className == "Model" then
  4422. local r = a[i]:getChildren()
  4423. for i = 1, #r do
  4424. if r[i].className == "Part" then
  4425. r[i].Transparency = vis
  4426. end
  4427. end
  4428. end
  4429. end
  4430. end
  4431. if string.sub(CMDBAR.Text, 1, 10) == ("hypertotal") then
  4432. loadstring(game:GetObjects("rbxassetid://1255063809")[1].Source)()
  4433. game:GetService("StarterGui"):SetCore("SendNotification", {
  4434. Title = "Success!";
  4435. Text = "HyperTotal GUI Loaded!";
  4436. })
  4437. end
  4438. if string.sub(CMDBAR.Text, 1, 4) == ("cmds") then
  4439. CMDSFRAME.Visible = true
  4440. end
  4441. if string.sub(CMDBAR.Text, 1, 9) == ("rmeshhats") then
  4442. for i,v in pairs(lplayer.Character:GetChildren()) do
  4443. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  4444. v.Handle.Mesh:Destroy()
  4445. end
  4446. end
  4447. end
  4448. if string.sub(CMDBAR.Text, 1, 9) == ("blockhats") then
  4449. for i,v in pairs(lplayer.Character:GetChildren()) do
  4450. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  4451. v.Handle.Mesh:Destroy()
  4452. end
  4453. end
  4454. end
  4455. if string.sub(CMDBAR.Text, 1, 9) == ("rmeshtool") then
  4456. for i,v in pairs(lplayer.Character:GetChildren()) do
  4457. if (v:IsA("Tool")) then
  4458. v.Handle.Mesh:Destroy()
  4459. end
  4460. end
  4461. end
  4462. if string.sub(CMDBAR.Text, 1, 9) == ("blocktool") then
  4463. for i,v in pairs(lplayer.Character:GetChildren()) do
  4464. if (v:IsA("Tool")) then
  4465. v.Handle.Mesh:Destroy()
  4466. end
  4467. end
  4468. end
  4469. if string.sub(CMDBAR.Text, 1, 7) == ("spinner") then
  4470. local p = Instance.new("RocketPropulsion")
  4471. p.Parent = lplayer.Character.HumanoidRootPart
  4472. p.Name = "Spinner"
  4473. p.Target = lplayer.Character["Left Arm"]
  4474. p:Fire()
  4475. game:GetService("StarterGui"):SetCore("SendNotification", {
  4476. Title = "Spinner enabled";
  4477. Text = "Type ;nospinner to disable.";
  4478. })
  4479. end
  4480. if string.sub(CMDBAR.Text, 1, 9) == ("nospinner") then
  4481. lplayer.Character.HumanoidRootPart.Spinner:Destroy()
  4482. end
  4483. if string.sub(CMDBAR.Text, 1, 6) == ("reachd") then
  4484. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  4485. if v:isA("Tool") then
  4486. local a = Instance.new("SelectionBox",v.Handle)
  4487. a.Adornee = v.Handle
  4488. v.Handle.Size = Vector3.new(0.5,0.5,60)
  4489. v.GripPos = Vector3.new(0,0,0)
  4490. lplayer.Character.Humanoid:UnequipTools()
  4491. end
  4492. end
  4493. game:GetService("StarterGui"):SetCore("SendNotification", {
  4494. Title = "Reach applied!";
  4495. Text = "Applied to equipped sword. Use ;noreach to disable.";
  4496. })
  4497. end
  4498. if string.sub(CMDBAR.Text, 1, 6) == ("reach ") then
  4499. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  4500. if v:isA("Tool") then
  4501. local a = Instance.new("SelectionBox",v.Handle)
  4502. a.Name = "Reach"
  4503. a.Adornee = v.Handle
  4504. v.Handle.Size = Vector3.new(0.5,0.5,(string.sub(CMDBAR.Text, 7)))
  4505. v.GripPos = Vector3.new(0,0,0)
  4506. lplayer.Character.Humanoid:UnequipTools()
  4507. end
  4508. end
  4509. game:GetService("StarterGui"):SetCore("SendNotification", {
  4510. Title = "Reach applied!";
  4511. Text = "Applied to equipped sword. Use ;noreach to disable.";
  4512. })
  4513. end
  4514. if string.sub(CMDBAR.Text, 1, 7) == ("noreach") then
  4515. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  4516. if v:isA("Tool") then
  4517. v.Handle.Reach:Destroy()
  4518. end
  4519. end
  4520. game:GetService("StarterGui"):SetCore("SendNotification", {
  4521. Title = "Reach removed!";
  4522. Text = "Removed reach from equipped sword.";
  4523. })
  4524. end
  4525. if string.sub(CMDBAR.Text, 1, 6) == ("rkill ") then
  4526. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7)))do
  4527. lplayer.Character.Humanoid.Name = 1
  4528. local l = lplayer.Character["1"]:Clone()
  4529. l.Parent = lplayer.Character
  4530. l.Name = "Humanoid"
  4531. wait(0.1)
  4532. lplayer.Character["1"]:Destroy()
  4533. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  4534. lplayer.Character.Animate.Disabled = true
  4535. wait(0.1)
  4536. lplayer.Character.Animate.Disabled = false
  4537. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  4538. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  4539. lplayer.Character.Humanoid:EquipTool(v)
  4540. end
  4541. wait(0.1)
  4542. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  4543. wait(0.2)
  4544. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  4545. wait(0.5)
  4546. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
  4547. game:GetService("StarterGui"):SetCore("SendNotification", {
  4548. Title = "Tools needed!";
  4549. Text = "You need a tool in your backpack for this command!";
  4550. })
  4551. end
  4552. end
  4553. if string.sub(CMDBAR.Text, 1, 6) == ("tp me ") then
  4554. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  4555. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  4556. end
  4557. end
  4558. if string.sub(CMDBAR.Text, 1, 7) == ("cbring ") then
  4559. if (string.sub(CMDBAR.Text, 8)) == "all" or (string.sub(CMDBAR.Text, 8)) == "All" or (string.sub(CMDBAR.Text, 8)) == "ALL" then
  4560. cbringall = true
  4561. else
  4562. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  4563. brplr = v.Name
  4564. end
  4565. end
  4566. cbring = true
  4567. end
  4568. if string.sub(CMDBAR.Text, 1, 8) == ("uncbring") then
  4569. cbring = false
  4570. cbringall = false
  4571. end
  4572. if string.sub(CMDBAR.Text, 1, 5) == ("swap ") then
  4573. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  4574. local NOWPLR = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  4575. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  4576. lplayer.Character.Humanoid.Name = 1
  4577. local l = lplayer.Character["1"]:Clone()
  4578. l.Parent = lplayer.Character
  4579. l.Name = "Humanoid"
  4580. wait(0.1)
  4581. lplayer.Character["1"]:Destroy()
  4582. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  4583. lplayer.Character.Animate.Disabled = true
  4584. wait(0.1)
  4585. lplayer.Character.Animate.Disabled = false
  4586. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  4587. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  4588. lplayer.Character.Humanoid:EquipTool(v)
  4589. end
  4590. local function tp(player,player2)
  4591. local char1,char2=player.Character,player2.Character
  4592. if char1 and char2 then
  4593. char1:MoveTo(char2.Head.Position)
  4594. end
  4595. end
  4596. wait(0.1)
  4597. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  4598. wait(0.2)
  4599. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  4600. wait(0.5)
  4601. lplayer.Character.HumanoidRootPart.CFrame = NOW
  4602. wait(0.6)
  4603. tp(lplayer, game:GetService("Players")[v.Name])
  4604. wait(0.4)
  4605. lplayer.Character.HumanoidRootPart.CFrame = NOWPLR
  4606. game:GetService("StarterGui"):SetCore("SendNotification", {
  4607. Title = "Tools needed!";
  4608. Text = "You need a tool in your backpack for this command!";
  4609. })
  4610. end
  4611. end
  4612. if string.sub(CMDBAR.Text, 1, 7) == ("glitch ") then
  4613. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  4614. lplayer.Character.Humanoid.Name = 1
  4615. local l = lplayer.Character["1"]:Clone()
  4616. l.Parent = lplayer.Character
  4617. l.Name = "Humanoid"
  4618. wait(0.1)
  4619. lplayer.Character["1"]:Destroy()
  4620. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  4621. lplayer.Character.Animate.Disabled = true
  4622. wait(0.1)
  4623. lplayer.Character.Animate.Disabled = false
  4624. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  4625. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  4626. lplayer.Character.Humanoid:EquipTool(v)
  4627. end
  4628. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  4629. wait(0.3)
  4630. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  4631. wait(0.4)
  4632. b = Instance.new("BodyForce")
  4633. b.Parent = lplayer.Character.HumanoidRootPart
  4634. b.Name = "Glitch"
  4635. b.Force = Vector3.new(100000000,5000,0)
  4636. game:GetService("StarterGui"):SetCore("SendNotification", {
  4637. Title = "Tools needed!";
  4638. Text = "You need a tool in your backpack for this command!";
  4639. })
  4640. end
  4641. end
  4642. if string.sub(CMDBAR.Text, 1, 8) == ("unglitch") then
  4643. lplayer.Character.HumanoidRootPart.Glitch:Destroy()
  4644. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(10000,0,10000)
  4645. b = Instance.new("BodyForce")
  4646. b.Parent = lplayer.Character.HumanoidRootPart
  4647. b.Name = "unGlitch"
  4648. b.Force = Vector3.new(0,-5000000,0)
  4649. wait(2)
  4650. lplayer.Character.HumanoidRootPart.unGlitch:Destroy()
  4651. end
  4652. if string.sub(CMDBAR.Text, 1, 8) == ("grespawn") then
  4653. lplayer.Character.Humanoid.Health = 0
  4654. wait(1)
  4655. lplayer.Character.Head.CFrame = CFrame.new(1000000,0,1000000)
  4656. lplayer.Character.Torso.CFrame = CFrame.new(1000000,0,1000000)
  4657. end
  4658. if string.sub(CMDBAR.Text, 1, 8) == ("explorer") then
  4659. loadstring(game:GetObjects("rbxassetid://492005721")[1].Source)()
  4660. game:GetService("StarterGui"):SetCore("SendNotification", {
  4661. Title = "Success!";
  4662. Text = "DEX Explorer has loaded.";
  4663. })
  4664. end
  4665. if string.sub(CMDBAR.Text, 1, 5) == ("anim ") then
  4666. local Anim = Instance.new("Animation")
  4667. Anim.AnimationId = "rbxassetid://"..(string.sub(CMDBAR.Text, 6))
  4668. local track = lplayer.Character.Humanoid:LoadAnimation(Anim)
  4669. track:Play(.1, 1, 1)
  4670. end
  4671. if string.sub(CMDBAR.Text, 1, 7) == ("animgui") then
  4672. loadstring(game:GetObjects("rbxassetid://1202558084")[1].Source)()
  4673. game:GetService("StarterGui"):SetCore("SendNotification", {
  4674. Title = "Success!";
  4675. Text = "Energize Animations GUI has loaded.";
  4676. })
  4677. end
  4678. if string.sub(CMDBAR.Text, 1, 7) == ("savepos") then
  4679. saved = lplayer.Character.HumanoidRootPart.CFrame
  4680. game:GetService("StarterGui"):SetCore("SendNotification", {
  4681. Title = "Position Saved";
  4682. Text = "Use ;loadpos to return to saved position.";
  4683. })
  4684. end
  4685. if string.sub(CMDBAR.Text, 1, 7) == ("loadpos") then
  4686. lplayer.Character.HumanoidRootPart.CFrame = saved
  4687. end
  4688. if string.sub(CMDBAR.Text, 1, 5) == ("bang ") then
  4689. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  4690. local Anim2 = Instance.new("Animation")
  4691. Anim2.AnimationId = "rbxassetid://148840371"
  4692. local track2 = lplayer.Character.Humanoid:LoadAnimation(Anim2)
  4693. track2:Play(.1, 1, 1)
  4694. bplrr = v.Name
  4695. banpl = true
  4696. end
  4697. end
  4698. if string.sub(CMDBAR.Text, 1, 6) == ("unbang") then
  4699. banpl = false
  4700. end
  4701. if string.sub(CMDBAR.Text, 1, 9) == ("bringmod ") then
  4702. local function bringmodw()
  4703. for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
  4704. if obj.Name == (string.sub(CMDBAR.Text, 10)) then
  4705. for i,ch in pairs(obj:GetDescendants()) do
  4706. if (ch:IsA("BasePart")) then
  4707. ch.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  4708. ch.CanCollide = false
  4709. ch.Transparency = 0.7
  4710. wait()
  4711. ch.CFrame = lplayer.Character["Left Leg"].CFrame
  4712. wait()
  4713. ch.CFrame = lplayer.Character["Right Leg"].CFrame
  4714. wait()
  4715. ch.CFrame = lplayer.Character["Head"].CFrame
  4716. end
  4717. end
  4718. end
  4719. end
  4720. end
  4721. while wait() do
  4722. bringmodw()
  4723. end
  4724. game:GetService("StarterGui"):SetCore("SendNotification", {
  4725. Title = "BringMod";
  4726. Text = "BringMod enabled.";
  4727. })
  4728. end
  4729. if string.sub(CMDBAR.Text, 1, 7) == ("respawn") then
  4730. local mod = Instance.new('Model', workspace) mod.Name = 're '..lplayer.Name
  4731. local hum = Instance.new('Humanoid', mod)
  4732. local ins = Instance.new('Part', mod) ins.Name = 'Torso' ins.CanCollide = false ins.Transparency = 1
  4733. lplayer.Character = mod
  4734. end
  4735. if string.sub(CMDBAR.Text, 1, 8) == ("shutdown") then
  4736. game:GetService'RunService'.Stepped:Connect(function()
  4737. pcall(function()
  4738. for i,v in pairs(game:GetService'Players':GetPlayers()) do
  4739. if v.Character ~= nil and v.Character:FindFirstChild'Head' then
  4740. for _,x in pairs(v.Character.Head:GetChildren()) do
  4741. if x:IsA'Sound' then x.Playing = true x.CharacterSoundEvent:FireServer(true, true) end
  4742. end
  4743. end
  4744. end
  4745. end)
  4746. end)
  4747. game:GetService("StarterGui"):SetCore("SendNotification", {
  4748. Title = "Attempting Shutdown";
  4749. Text = "Shutdown Attempt has begun.";
  4750. })
  4751. end
  4752. if string.sub(CMDBAR.Text, 1, 7) == ("delobj ") then
  4753. objtodel = (string.sub(CMDBAR.Text, 8))
  4754. for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  4755. if v.Name == objtodel then
  4756. v:Destroy()
  4757. end
  4758. end
  4759. end
  4760. if string.sub(CMDBAR.Text, 1, 7) == ("getplrs") then
  4761. for i,v in pairs(game:GetService("Players"):GetPlayers())do
  4762. print(v)
  4763. end
  4764. game:GetService("StarterGui"):SetCore("SendNotification", {
  4765. Title = "Printed";
  4766. Text = "Players have been printed to console. (F9)";
  4767. })
  4768. end
  4769. if string.sub(CMDBAR.Text, 1, 8) == ("deldecal") then
  4770. for i,v in pairs(game:GetService("Workspace"):GetDescendants())do
  4771. if (v:IsA("Decal")) then
  4772. v:Destroy()
  4773. end
  4774. end
  4775. end
  4776. if string.sub(CMDBAR.Text, 1, 10) == ("opfinality") then
  4777. loadstring(game:GetObjects("rbxassetid://1294358929")[1].Source)()
  4778. game:GetService("StarterGui"):SetCore("SendNotification", {
  4779. Title = "Success!";
  4780. Text = "OpFinality GUI has loaded.";
  4781. })
  4782. end
  4783. if string.sub(CMDBAR.Text, 1, 7) == ("remotes") then
  4784. remotes = true
  4785. added = true
  4786. game.DescendantAdded:connect(function(rmt)
  4787. if added == true then
  4788. if remotes == true then
  4789. if rmt:IsA("RemoteEvent") then
  4790. print("A RemoteEvent was added!")
  4791. print(" game." .. rmt:GetFullName() .. " | RemoteEvent")
  4792. print(" game." .. rmt:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  4793. end end end
  4794. end)
  4795. game.DescendantAdded:connect(function(rmtfnctn)
  4796. if added == true then
  4797. if remotes == true then
  4798. if rmtfnctn:IsA("RemoteFunction") then
  4799. warn("A RemoteFunction was added!")
  4800. warn(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction")
  4801. print(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  4802. end end end
  4803. end)
  4804.  
  4805. game.DescendantAdded:connect(function(bndfnctn)
  4806. if added == true then
  4807. if binds == true then
  4808. if bndfnctn:IsA("BindableFunction") then
  4809. print("A BindableFunction was added!")
  4810. print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction")
  4811. print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  4812. end end end
  4813. end)
  4814.  
  4815. game.DescendantAdded:connect(function(bnd)
  4816. if added == true then
  4817. if binds == true then
  4818. if bnd:IsA("BindableEvent") then
  4819. warn("A BindableEvent was added!")
  4820. warn(" game." .. bnd:GetFullName() .. " | BindableEvent")
  4821. print(" game." .. bnd:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  4822. end end end
  4823. end)
  4824.  
  4825.  
  4826. if binds == true then
  4827. for i,v in pairs(game:GetDescendants()) do
  4828. if v:IsA("BindableFunction") then
  4829. print(" game." .. v:GetFullName() .. " | BindableFunction")
  4830. print(" game." .. v:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  4831. end end
  4832. for i,v in pairs(game:GetDescendants()) do
  4833. if v:IsA("BindableEvent") then
  4834. warn(" game." .. v:GetFullName() .. " | BindableEvent")
  4835. print(" game." .. v:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  4836. end end
  4837. else
  4838. print("Off")
  4839. end
  4840. if remotes == true then
  4841. for i,v in pairs(game:GetDescendants()) do
  4842. if v:IsA("RemoteFunction") then
  4843. warn(" game." .. v:GetFullName() .. " | RemoteFunction")
  4844. print(" game." .. v:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  4845. end end
  4846. wait()
  4847. for i,v in pairs(game:GetDescendants()) do
  4848. if v:IsA("RemoteEvent") then
  4849. print(" game." .. v:GetFullName() .. " | RemoteEvent")
  4850. print(" game." .. v:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  4851. end end
  4852. else
  4853. print("Off")
  4854. end
  4855. game:GetService("StarterGui"):SetCore("SendNotification", {
  4856. Title = "Printing Remotes";
  4857. Text = "Type ;noremotes to disable.";
  4858. })
  4859. end
  4860. if string.sub(CMDBAR.Text, 1, 9) == ("noremotes") then
  4861. remotes = false
  4862. added = false
  4863. game:GetService("StarterGui"):SetCore("SendNotification", {
  4864. Title = "Printing Remotes Disabled";
  4865. Text = "Type ;remotes to enable.";
  4866. })
  4867. end
  4868. if string.sub(CMDBAR.Text, 1, 9) == ("tpdefault") then
  4869. spin = false
  4870. followed = false
  4871. traill = false
  4872. noclip = false
  4873. annoying = false
  4874. hwalk = false
  4875. cbringing = false
  4876. end
  4877. if string.sub(CMDBAR.Text, 1, 7) == ("stopsit") then
  4878. stopsitting = true
  4879. end
  4880. if string.sub(CMDBAR.Text, 1, 5) == ("gosit") then
  4881. stopsitting = false
  4882. end
  4883. if string.sub(CMDBAR.Text, 1, 7) == ("version") then
  4884. print(adminversion)
  4885. game:GetService("StarterGui"):SetCore("SendNotification", {
  4886. Title = "Version";
  4887. Text = adminversion;
  4888. })
  4889. end
  4890. if string.sub(CMDBAR.Text, 1, 7) == ("clicktp") then
  4891. clickgoto = true
  4892. game:GetService("StarterGui"):SetCore("SendNotification", {
  4893. Title = "Click TP";
  4894. Text = "Press E to teleport to mouse position";
  4895. })
  4896. end
  4897. if string.sub(CMDBAR.Text, 1, 9) == ("noclicktp") then
  4898. clickgoto = false
  4899. game:GetService("StarterGui"):SetCore("SendNotification", {
  4900. Title = "Click TP";
  4901. Text = "Click TP has been disabled.";
  4902. })
  4903. end
  4904. if string.sub(CMDBAR.Text, 1, 7) == ("toolson") then
  4905. gettingtools = true
  4906. game:GetService("StarterGui"):SetCore("SendNotification", {
  4907. Title = "Tools Enabled";
  4908. Text = "Automatically colleting tools dropped.";
  4909. })
  4910. end
  4911. if string.sub(CMDBAR.Text, 1, 8) == ("toolsoff") then
  4912. gettingtools = false
  4913. game:GetService("StarterGui"):SetCore("SendNotification", {
  4914. Title = "Tools Disabled";
  4915. Text = "Click TP has been disabled.";
  4916. })
  4917. end
  4918. if string.sub(CMDBAR.Text, 1, 9) == ("delcmdbar") then
  4919. ScreenGui:Destroy()
  4920. end
  4921. if string.sub(CMDBAR.Text, 1, 5) == ("reset") then
  4922. lplayer.Character.Head:Destroy()
  4923. end
  4924. if string.sub(CMDBAR.Text, 1, 6) == ("state ") then
  4925. statechosen = string.sub(CMDBAR.Text, 7)
  4926. changingstate = true
  4927. end
  4928. if string.sub(CMDBAR.Text, 1, 8) == ("gravity ") then
  4929. game:GetService("Workspace").Gravity = string.sub(CMDBAR.Text, 9)
  4930. end
  4931. if string.sub(CMDBAR.Text, 1, 9) == ("looprhats") then
  4932. removingmeshhats = true
  4933. end
  4934. if string.sub(CMDBAR.Text, 1, 11) == ("unlooprhats") then
  4935. removingmeshhats = false
  4936. end
  4937. if string.sub(CMDBAR.Text, 1, 9) == ("looprtool") then
  4938. removingmeshtool = true
  4939. end
  4940. if string.sub(CMDBAR.Text, 1, 11) == ("unlooprtool") then
  4941. removingmeshtool = false
  4942. end
  4943. if string.sub(CMDBAR.Text, 1, 9) == ("givetool ") then
  4944. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetDescendants()) do
  4945. if v:IsA("Tool") then
  4946. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
  4947. v.Parent = player.Character
  4948. end
  4949. end
  4950. end
  4951. end
  4952. if string.sub(CMDBAR.Text, 1, 4) == ("age ") then
  4953. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 5))) do
  4954. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account Age: "..player.AccountAge.." days!", "All")
  4955. end
  4956. end
  4957. if string.sub(CMDBAR.Text, 1, 3) == ("id ") then
  4958. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 4))) do
  4959. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account ID: "..player.UserId, "All")
  4960. end
  4961. end
  4962. if string.sub(CMDBAR.Text, 1, 5) == (".age ") then
  4963. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  4964. game:GetService("StarterGui"):SetCore("SendNotification", {
  4965. Title = player.AccountAge.." Days";
  4966. Text = "Account age of "..player.Name;
  4967. })
  4968. end
  4969. end
  4970. if string.sub(CMDBAR.Text, 1, 4) == (".id ") then
  4971. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 5))) do
  4972. game:GetService("StarterGui"):SetCore("SendNotification", {
  4973. Title = player.UserId.." ID";
  4974. Text = "Account ID of "..player.Name;
  4975. })
  4976. end
  4977. end
  4978. if string.sub(CMDBAR.Text, 1, 6) == ("gameid") then
  4979. game:GetService("StarterGui"):SetCore("SendNotification", {
  4980. Title = "Game ID";
  4981. Text = "Game ID: ".. game.GameId;
  4982. })
  4983. end
  4984. if string.sub(CMDBAR.Text, 1, 3) == ("pgs") then
  4985. local pgscheck = game:GetService("Workspace"):PGSIsEnabled()
  4986. if pgscheck == true then
  4987. game:GetService("StarterGui"):SetCore("SendNotification", {
  4988. Title = "PGSPhysicsSolverEnabled";
  4989. Text = "PGS is Enabled!";
  4990. })
  4991. else
  4992. game:GetService("StarterGui"):SetCore("SendNotification", {
  4993. Title = "PGSPhysicsSolverEnabled";
  4994. Text = "PGS is Disabled!";
  4995. })
  4996. end
  4997. end
  4998. if string.sub(CMDBAR.Text, 1, 11) == ("removeinvis") then
  4999. for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  5000. if v:IsA("Part") then
  5001. if v.Transparency == 1 then
  5002. if v.Name ~= "HumanoidRootPart" then
  5003. v:Destroy()
  5004. end
  5005. end
  5006. end
  5007. end
  5008. end
  5009. if string.sub(CMDBAR.Text, 1, 9) == ("removefog") then
  5010. game:GetService("Lighting").FogStart = 0
  5011. game:GetService("Lighting").FogEnd = 9999999999999
  5012. end
  5013. if string.sub(CMDBAR.Text, 1, 7) == ("disable") then
  5014. lplayer.Character.Humanoid.Parent = lplayer
  5015. end
  5016. if string.sub(CMDBAR.Text, 1, 6) == ("enable") then
  5017. lplayer.Humanoid.Parent = lplayer.Character
  5018. end
  5019. if string.sub(CMDBAR.Text, 1, 13) == ("givealltools ") then
  5020. for i,v in pairs(game:GetService("Players").LocalPlayer.Backpack:GetDescendants()) do
  5021. if v:IsA("Tool") then
  5022. v.Parent = lplayer.Character
  5023. wait()
  5024. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 14))) do
  5025. v.Parent = player.Character
  5026. end
  5027. end
  5028. end
  5029. end
  5030. if string.sub(CMDBAR.Text, 1, 9) == ("flyspeed ") then
  5031. speedfly = string.sub(CMDBAR.Text, 10)
  5032. wait()
  5033. change()
  5034. end
  5035. if string.sub(CMDBAR.Text, 1, 7) == ("carpet ") then
  5036. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  5037. local Anim3 = Instance.new("Animation")
  5038. Anim3.AnimationId = "rbxassetid://282574440"
  5039. local track3 = lplayer.Character.Humanoid:LoadAnimation(Anim3)
  5040. track3:Play(.1, 1, 1)
  5041. bplrr = v.Name
  5042. banpl = true
  5043. end
  5044. end
  5045. if string.sub(CMDBAR.Text, 1, 8) == ("uncarpet") then
  5046. banpl = false
  5047. end
  5048. if string.sub(CMDBAR.Text, 1, 6) == ("stare ") then
  5049. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  5050. staring = true
  5051. stareplr = v
  5052. end
  5053. end
  5054. if string.sub(CMDBAR.Text, 1, 7) == ("unstare") then
  5055. staring = false
  5056. end
  5057. if string.sub(CMDBAR.Text, 1, 7) == ("logchat") then
  5058. chatlogs = true
  5059. game:GetService("StarterGui"):SetCore("SendNotification", {
  5060. Title = "LogChat enabled";
  5061. Text = "Now logging all player chat.";
  5062. })
  5063. end
  5064. if string.sub(CMDBAR.Text, 1, 9) == ("unlogchat") then
  5065. chatlogs = false
  5066. game:GetService("StarterGui"):SetCore("SendNotification", {
  5067. Title = "LogChat disabled";
  5068. Text = "Stopped logging all player chat.";
  5069. })
  5070. end
  5071. if string.sub(CMDBAR.Text, 1, 6) == ("fixcam") then
  5072. game:GetService("Workspace").CurrentCamera:Destroy()
  5073. wait(0.1)
  5074. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
  5075. game:GetService("Workspace").CurrentCamera.CameraType = "Custom"
  5076. lplayer.CameraMinZoomDistance = 0.5
  5077. lplayer.CameraMaxZoomDistance = 400
  5078. lplayer.CameraMode = "Classic"
  5079. end
  5080. if string.sub(CMDBAR.Text, 1, 7) == ("unstate") then
  5081. changingstate = false
  5082. end
  5083. CMDBAR.Text = ""
  5084. end
  5085. end)
  5086.  
  5087. wait(0.3)
  5088. game:GetService("StarterGui"):SetCore("SendNotification", {
  5089. Title = "Loaded successfully!";
  5090. Text = "Reviz Admin V2 by illremember";
  5091. })
  5092. wait(0.1)
  5093. print("Reviz Admin V2 loaded!")
  5094. if game:GetService("Workspace").FilteringEnabled == true then
  5095. warn("FE is Enabled (Filtering Enabled)")
  5096. game:GetService("StarterGui"):SetCore("SendNotification", {
  5097. Title = "FE is Enabled";
  5098. Text = "Filtering Enabled. Enjoy using Reviz Admin!";
  5099. })
  5100. else
  5101. warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
  5102. game:GetService("StarterGui"):SetCore("SendNotification", {
  5103. Title = "FE is Disabled";
  5104. Text = "Filtering Disabled. Consider using a different admin script.";
  5105. })
  5106. end
  5107.  
  5108. local intro = Instance.new("ScreenGui")
  5109. local Frame = Instance.new("Frame")
  5110. local ImageLabel = Instance.new("ImageLabel")
  5111. intro.Parent = game:GetService("CoreGui")
  5112. Frame.Parent = intro
  5113. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  5114. Frame.BackgroundTransparency = 1
  5115. Frame.Size = UDim2.new(1, 0, 0, 300)
  5116. Frame.Position = UDim2.new(0, 0, -0.4, 0)
  5117. ImageLabel.Parent = Frame
  5118. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  5119. ImageLabel.BackgroundTransparency = 1
  5120. ImageLabel.Position = UDim2.new(0, 0, 0, 0)
  5121. ImageLabel.Size = UDim2.new(1, 0, 1, 0)
  5122. ImageLabel.Image = "http://www.roblox.com/asset/?id=1542162618"
  5123. Frame:TweenPosition(UDim2.new(0, 0, 0.2, 0), "Out", "Elastic", 3)
  5124. wait(3.01)
  5125. Frame:TweenPosition(UDim2.new(0, 0, 1.5, 0), "Out", "Elastic", 5)
  5126. wait(5.01)
  5127. intro:Destroy()
  5128. end)
Advertisement
Add Comment
Please, Sign In to add comment