Advertisement
Guest User

nho dang ky kenh npq games tv

a guest
Nov 13th, 2018
5,989
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 28.15 KB | None | 0 0
  1. wait(0.5)
  2. game.StarterGui:SetCore("ChatMakeSystemMessage", {
  3. Text = "[Gui NPQ Games Tv] Gui S.O.P V1.5 has been successfully executed, please enter your key to proceed! ";
  4. Color = Color3.new(170, 0, 0);
  5. Font = Enum.Font.SourceSansBold;
  6. FontSize = Enum.FontSize.Size24;
  7. })
  8.  
  9. local Main = Instance.new("ScreenGui")
  10. local MainGui = Instance.new("Frame")
  11. local QuestTP = Instance.new("TextButton")
  12. local QuestTpGui = Instance.new("Frame")
  13. local SadNoob = Instance.new("TextButton")
  14. local ThatNoob = Instance.new("TextButton")
  15. local GunNoob = Instance.new("TextButton")
  16. local SwordNoob = Instance.new("TextButton")
  17. local Tilte3 = Instance.new("TextLabel")
  18. local Tilte2 = Instance.new("TextLabel")
  19. local Close1 = Instance.new("TextButton")
  20. local InjuredPirate = Instance.new("TextButton")
  21. local Bob = Instance.new("TextButton")
  22. local Npclist = Instance.new("TextButton")
  23. local NpcTpGui = Instance.new("Frame")
  24. local Thief = Instance.new("TextButton")
  25. local BuggyPirate = Instance.new("TextButton")
  26. local AttackingNoob = Instance.new("TextButton")
  27. local Buso = Instance.new("TextButton")
  28. local Tilte5 = Instance.new("TextLabel")
  29. local Tilte4 = Instance.new("TextLabel")
  30. local Close2 = Instance.new("TextButton")
  31. local Luffy = Instance.new("TextButton")
  32. local TpAll = Instance.new("TextButton")
  33. local Marine = Instance.new("TextButton")
  34. local OtherTp = Instance.new("TextButton")
  35. local OtherTpGui = Instance.new("Frame")
  36. local TPToDFSeller = Instance.new("TextButton")
  37. local TPChest = Instance.new("TextButton")
  38. local TpSwords = Instance.new("TextButton")
  39. local Tilte7 = Instance.new("TextLabel")
  40. local Tilte6 = Instance.new("TextLabel")
  41. local Close3 = Instance.new("TextButton")
  42. local Tilte = Instance.new("TextLabel")
  43. local Credits = Instance.new("TextLabel")
  44. local Close = Instance.new("TextButton")
  45. local OtherScripts = Instance.new("TextButton")
  46. local OhterScriptsGui = Instance.new("Frame")
  47. local SpeedHack = Instance.new("TextButton")
  48. local DeleteAntiCheat = Instance.new("TextButton")
  49. local NoClip = Instance.new("TextButton")
  50. local Tilte9 = Instance.new("TextLabel")
  51. local Tilte8 = Instance.new("TextLabel")
  52. local Close4 = Instance.new("TextButton")
  53. local OpenGui = Instance.new("Frame")
  54. local Open = Instance.new("TextButton")
  55. local LoginGui = Instance.new("Frame")
  56. local KeyBox = Instance.new("TextBox")
  57. local Submit = Instance.new("TextButton")
  58. local Logo = Instance.new("ImageLabel")
  59. local LoginTilte = Instance.new("TextLabel")
  60. --Properties:
  61. Main.Name = "Main"
  62. Main.Parent = game.CoreGui
  63.  
  64. MainGui.Name = "MainGui"
  65. MainGui.Parent = Main
  66. MainGui.BackgroundColor3 = Color3.new(0.6, 0.623529, 0.666667)
  67. MainGui.Position = UDim2.new(0.0790000036, 0, 1.70000005, 0)
  68. MainGui.Size = UDim2.new(0, 374, 0, 273)
  69. MainGui.Active = true
  70. MainGui.Draggable = true
  71.  
  72. QuestTP.Name = "Quest TP"
  73. QuestTP.Parent = MainGui
  74. QuestTP.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  75. QuestTP.Position = UDim2.new(0.230543569, 0, 0.135341659, 0)
  76. QuestTP.Size = UDim2.new(0, 200, 0, 38)
  77. QuestTP.Font = Enum.Font.SourceSans
  78. QuestTP.Text = "Quest Tp List"
  79. QuestTP.TextColor3 = Color3.new(0, 1, 0.498039)
  80. QuestTP.TextSize = 14
  81. QuestTP.MouseButton1Down:connect(function()
  82. QuestTpGui.Visible = true
  83. end)
  84.  
  85. QuestTpGui.Name = "Quest Tp Gui"
  86. QuestTpGui.Parent = QuestTP
  87. QuestTpGui.BackgroundColor3 = Color3.new(0.6, 0.623529, 0.666667)
  88. QuestTpGui.Position = UDim2.new(-2.04999948, 0, -1.20528209, 0)
  89. QuestTpGui.Size = UDim2.new(0, 294, 0, 289)
  90. QuestTpGui.Visible = false
  91. QuestTpGui.Active = true
  92. QuestTpGui.Draggable = true
  93.  
  94. SadNoob.Name = "Sad Noob"
  95. SadNoob.Parent = QuestTpGui
  96. SadNoob.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  97. SadNoob.Position = UDim2.new(0.224489793, 0, 0.14606747, 0)
  98. SadNoob.Size = UDim2.new(0, 148, 0, 23)
  99. SadNoob.Font = Enum.Font.SourceSans
  100. SadNoob.Text = "Sad Noob Tp"
  101. SadNoob.TextColor3 = Color3.new(0, 1, 0.498039)
  102. SadNoob.TextSize = 14
  103. SadNoob.MouseButton1Down:connect(function()
  104. for _,v in pairs(game.Workspace:GetDescendants()) do
  105. if string.find(v.ClassName, "Model") and string.find(v.Name, 'Sad noob') then
  106. v:FindFirstChild("Head").Anchored = true
  107. v:FindFirstChild("Head").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-5)
  108. end
  109. end
  110. end)
  111.  
  112. ThatNoob.Name = "That Noob"
  113. ThatNoob.Parent = QuestTpGui
  114. ThatNoob.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  115. ThatNoob.Position = UDim2.new(0.224489808, 0, 0.731776595, 0)
  116. ThatNoob.Size = UDim2.new(0, 148, 0, 27)
  117. ThatNoob.Font = Enum.Font.SourceSans
  118. ThatNoob.Text = "That Noob Tp"
  119. ThatNoob.TextColor3 = Color3.new(0, 1, 0.498039)
  120. ThatNoob.TextSize = 14
  121. ThatNoob.MouseButton1Down:connect(function()
  122. for _,v in pairs(game.Workspace:GetDescendants()) do
  123. if string.find(v.ClassName, "Model") and string.find(v.Name, 'That noob') then
  124. v:FindFirstChild("Head").Anchored = true
  125. v:FindFirstChild("Head").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-5)
  126. end
  127. end
  128. end)
  129.  
  130. GunNoob.Name = "Gun Noob"
  131. GunNoob.Parent = QuestTpGui
  132. GunNoob.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  133. GunNoob.Position = UDim2.new(0.224489793, 0, 0.372558802, 0)
  134. GunNoob.Size = UDim2.new(0, 148, 0, 25)
  135. GunNoob.Font = Enum.Font.SourceSans
  136. GunNoob.Text = "Gun Noob Tp"
  137. GunNoob.TextColor3 = Color3.new(0, 1, 0.498039)
  138. GunNoob.TextSize = 14
  139. GunNoob.MouseButton1Down:connect(function()
  140. for _,v in pairs(game.Workspace:GetDescendants()) do
  141. if string.find(v.ClassName, "Model") and string.find(v.Name, 'Gun noob') then
  142. v:FindFirstChild("Head").Anchored = true
  143. v:FindFirstChild("Head").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-5)
  144. end
  145. end
  146. end)
  147.  
  148. SwordNoob.Name = "Sword Noob"
  149. SwordNoob.Parent = QuestTpGui
  150. SwordNoob.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  151. SwordNoob.Position = UDim2.new(0.224489793, 0, 0.48513478, 0)
  152. SwordNoob.Size = UDim2.new(0, 148, 0, 25)
  153. SwordNoob.Font = Enum.Font.SourceSans
  154. SwordNoob.Text = "Sword Noob Tp"
  155. SwordNoob.TextColor3 = Color3.new(0, 1, 0.498039)
  156. SwordNoob.TextSize = 14
  157. SwordNoob.MouseButton1Down:connect(function()
  158. for _,v in pairs(game.Workspace:GetDescendants()) do
  159. if string.find(v.ClassName, "Model") and string.find(v.Name, 'Sword Noob') then
  160. v:FindFirstChild("Head").Anchored = true
  161. v:FindFirstChild("Head").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-5)
  162. end
  163. end
  164. end)
  165.  
  166. Tilte3.Name = "Tilte3"
  167. Tilte3.Parent = QuestTpGui
  168. Tilte3.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  169. Tilte3.Size = UDim2.new(0, 264, 0, 31)
  170. Tilte3.Font = Enum.Font.SourceSans
  171. Tilte3.Text = "Quest Giver Tp"
  172. Tilte3.TextColor3 = Color3.new(0, 1, 0.498039)
  173. Tilte3.TextSize = 14
  174.  
  175. Tilte2.Name = "Tilte2"
  176. Tilte2.Parent = QuestTpGui
  177. Tilte2.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  178. Tilte2.Position = UDim2.new(0, 0, 0.893861949, 0)
  179. Tilte2.Size = UDim2.new(0, 294, 0, 31)
  180. Tilte2.Font = Enum.Font.SourceSans
  181. Tilte2.Text = "Quest Giver Tp"
  182. Tilte2.TextColor3 = Color3.new(0, 1, 0.498039)
  183. Tilte2.TextSize = 14
  184.  
  185. Close1.Name = "Close 1"
  186. Close1.Parent = QuestTpGui
  187. Close1.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  188. Close1.Position = UDim2.new(0.897959173, 0, 0, 0)
  189. Close1.Size = UDim2.new(0, 30, 0, 31)
  190. Close1.Font = Enum.Font.SourceSans
  191. Close1.Text = "X"
  192. Close1.TextColor3 = Color3.new(1, 0, 0)
  193. Close1.TextSize = 14
  194. Close1.MouseButton1Down:connect(function()
  195. QuestTpGui.Visible = false
  196. end)
  197.  
  198.  
  199. InjuredPirate.Name = "Injured Pirate"
  200. InjuredPirate.Parent = QuestTpGui
  201. InjuredPirate.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  202. InjuredPirate.Position = UDim2.new(0.224489793, 0, 0.615308762, 0)
  203. InjuredPirate.Size = UDim2.new(0, 148, 0, 24)
  204. InjuredPirate.Font = Enum.Font.SourceSans
  205. InjuredPirate.Text = "Injured Pirate Tp"
  206. InjuredPirate.TextColor3 = Color3.new(0, 1, 0.498039)
  207. InjuredPirate.TextSize = 14
  208. InjuredPirate.MouseButton1Down:connect(function()
  209. for _,v in pairs(game.Workspace:GetDescendants()) do
  210. if string.find(v.ClassName, "Model") and string.find(v.Name, 'Injured pirate') then
  211. v:FindFirstChild("Head").Anchored = true
  212. v:FindFirstChild("Head").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-5)
  213. end
  214. end
  215. end)
  216.  
  217. Bob.Name = "Bob"
  218. Bob.Parent = QuestTpGui
  219. Bob.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  220. Bob.Position = UDim2.new(0.224489793, 0, 0.258474171, 0)
  221. Bob.Size = UDim2.new(0, 148, 0, 22)
  222. Bob.Font = Enum.Font.SourceSans
  223. Bob.Text = "Bob Tp"
  224. Bob.TextColor3 = Color3.new(0, 1, 0.498039)
  225. Bob.TextSize = 14
  226. Bob.MouseButton1Down:connect(function()
  227. for _,v in pairs(game.Workspace:GetDescendants()) do
  228. if string.find(v.ClassName, "Model") and string.find(v.Name, 'Bob') then
  229. v:FindFirstChild("Head").Anchored = true
  230. v:FindFirstChild("Head").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-5)
  231. end
  232. end
  233. end)
  234.  
  235. Npclist.Name = "Npc list"
  236. Npclist.Parent = MainGui
  237. Npclist.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  238. Npclist.Position = UDim2.new(0.230543569, 0, 0.32215485, 0)
  239. Npclist.Size = UDim2.new(0, 200, 0, 36)
  240. Npclist.Font = Enum.Font.SourceSans
  241. Npclist.Text = "Npc TP List"
  242. Npclist.TextColor3 = Color3.new(0, 1, 0.498039)
  243. Npclist.TextSize = 14
  244. Npclist.MouseButton1Down:connect(function()
  245. NpcTpGui.Visible = true
  246. end)
  247.  
  248. NpcTpGui.Name = "Npc Tp Gui"
  249. NpcTpGui.Parent = Npclist
  250. NpcTpGui.BackgroundColor3 = Color3.new(0.6, 0.623529, 0.666667)
  251. NpcTpGui.Position = UDim2.new(1.73500061, 0, -2.45896506, 0)
  252. NpcTpGui.Size = UDim2.new(0, 294, 0, 292)
  253. NpcTpGui.Visible = false
  254. NpcTpGui.Active = true
  255. NpcTpGui.Draggable = true
  256.  
  257. Thief.Name = "Thief"
  258. Thief.Parent = NpcTpGui
  259. Thief.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  260. Thief.Position = UDim2.new(0.248299316, 0, 0.146067411, 0)
  261. Thief.Size = UDim2.new(0, 148, 0, 22)
  262. Thief.Font = Enum.Font.SourceSans
  263. Thief.Text = "TP Thief"
  264. Thief.TextColor3 = Color3.new(0, 1, 0.498039)
  265. Thief.TextSize = 14
  266. Thief.MouseButton1Down:connect(function()
  267. for _,v in pairs(game.Workspace:GetDescendants()) do
  268. if string.find(v.Name, "Thief") then
  269. v:FindFirstChild("HumanoidRootPart").Anchored = true
  270. v:FindFirstChild("HumanoidRootPart").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-5)
  271. end
  272. end
  273. end)
  274.  
  275.  
  276. BuggyPirate.Name = "Buggy Pirate"
  277. BuggyPirate.Parent = NpcTpGui
  278. BuggyPirate.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  279. BuggyPirate.Position = UDim2.new(0.248299316, 0, 0.252712667, 0)
  280. BuggyPirate.Size = UDim2.new(0, 148, 0, 23)
  281. BuggyPirate.Font = Enum.Font.SourceSans
  282. BuggyPirate.Text = "Tp Buggy Pirate"
  283. BuggyPirate.TextColor3 = Color3.new(0, 1, 0.498039)
  284. BuggyPirate.TextSize = 14
  285. BuggyPirate.MouseButton1Down:connect(function()
  286. for _,v in pairs(game.Workspace:GetDescendants()) do
  287. if string.find(v.Name, "Buggy pirate") then
  288. v:FindFirstChild("HumanoidRootPart").Anchored = true
  289. v:FindFirstChild("HumanoidRootPart").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-5)
  290. end
  291. end
  292. end)
  293.  
  294.  
  295. AttackingNoob.Name = "Attacking Noob"
  296. AttackingNoob.Parent = NpcTpGui
  297. AttackingNoob.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  298. AttackingNoob.Position = UDim2.new(0.248299316, 0, 0.35916537, 0)
  299. AttackingNoob.Size = UDim2.new(0, 148, 0, 24)
  300. AttackingNoob.Font = Enum.Font.SourceSans
  301. AttackingNoob.Text = "TP Attacking Noob"
  302. AttackingNoob.TextColor3 = Color3.new(0, 1, 0.498039)
  303. AttackingNoob.TextSize = 14
  304. AttackingNoob.MouseButton1Down:connect(function()
  305. for _,v in pairs(game.Workspace:GetDescendants()) do
  306. if string.find(v.Name, "Attacking Noob") then
  307. v:FindFirstChild("HumanoidRootPart").Anchored = true
  308. v:FindFirstChild("HumanoidRootPart").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-5)
  309. end
  310. end
  311. end)
  312.  
  313. Buso.Name = "Buso"
  314. Buso.Parent = NpcTpGui
  315. Buso.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  316. Buso.Position = UDim2.new(0.248299301, 0, 0.468951434, 0)
  317. Buso.Size = UDim2.new(0, 148, 0, 20)
  318. Buso.Font = Enum.Font.SourceSans
  319. Buso.Text = "TP Big Full Body "
  320. Buso.TextColor3 = Color3.new(0, 1, 0.498039)
  321. Buso.TextSize = 14
  322. Buso.MouseButton1Down:connect(function()
  323. for _,v in pairs(game.Workspace:GetDescendants()) do
  324. if string.find(v.Name, "Big Full Body") then
  325. v:FindFirstChild("HumanoidRootPart").Anchored = true
  326. v:FindFirstChild("HumanoidRootPart").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-5)
  327. end
  328. end
  329. end)
  330.  
  331. Tilte5.Name = "Tilte5"
  332. Tilte5.Parent = NpcTpGui
  333. Tilte5.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  334. Tilte5.Size = UDim2.new(0, 264, 0, 31)
  335. Tilte5.Font = Enum.Font.SourceSans
  336. Tilte5.Text = "NPC Tp"
  337. Tilte5.TextColor3 = Color3.new(0, 1, 0.498039)
  338. Tilte5.TextSize = 14
  339.  
  340. Tilte4.Name = "Tilte4"
  341. Tilte4.Parent = NpcTpGui
  342. Tilte4.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  343. Tilte4.Position = UDim2.new(0, 0, 0.909609377, 0)
  344. Tilte4.Size = UDim2.new(0, 294, 0, 32)
  345. Tilte4.Font = Enum.Font.SourceSans
  346. Tilte4.Text = "NPC Tp"
  347. Tilte4.TextColor3 = Color3.new(0, 1, 0.498039)
  348. Tilte4.TextSize = 14
  349.  
  350. Close2.Name = "Close2"
  351. Close2.Parent = NpcTpGui
  352. Close2.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  353. Close2.Position = UDim2.new(0.897959173, 0, 0, 0)
  354. Close2.Size = UDim2.new(0, 30, 0, 31)
  355. Close2.Font = Enum.Font.SourceSans
  356. Close2.Text = "X"
  357. Close2.TextColor3 = Color3.new(1, 0, 0)
  358. Close2.TextSize = 14
  359. Close2.MouseButton1Down:connect(function()
  360. NpcTpGui.Visible = false
  361. end)
  362.  
  363. Luffy.Name = "Luffy"
  364. Luffy.Parent = NpcTpGui
  365. Luffy.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  366. Luffy.Position = UDim2.new(0.248299316, 0, 0.662327647, 0)
  367. Luffy.Size = UDim2.new(0, 148, 0, 23)
  368. Luffy.Font = Enum.Font.SourceSans
  369. Luffy.Text = "TP Luffy"
  370. Luffy.TextColor3 = Color3.new(0, 1, 0.498039)
  371. Luffy.TextSize = 14
  372. Luffy.MouseButton1Down:connect(function()
  373. for _,v in pairs(game.Workspace:GetDescendants()) do
  374. if string.find(v.Name, "Luffy") then
  375. v:FindFirstChild("HumanoidRootPart").Anchored = true
  376. v:FindFirstChild("HumanoidRootPart").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-5)
  377. end
  378. end
  379. end)
  380.  
  381. TpAll.Name = "Tp All"
  382. TpAll.Parent = NpcTpGui
  383. TpAll.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  384. TpAll.Position = UDim2.new(0.248299316, 0, 0.762461364, 0)
  385. TpAll.Size = UDim2.new(0, 148, 0, 23)
  386. TpAll.Font = Enum.Font.SourceSans
  387. TpAll.Text = "Tp All"
  388. TpAll.TextColor3 = Color3.new(0, 1, 0.498039)
  389. TpAll.TextSize = 14
  390. TpAll.MouseButton1Down:connect(function()
  391. for _,v in pairs(game.Workspace:GetDescendants()) do
  392. 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
  393. v:FindFirstChild("HumanoidRootPart").Anchored = true
  394. v:FindFirstChild("HumanoidRootPart").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-2)
  395. end
  396. end
  397. end)
  398.  
  399. Marine.Name = "Marine"
  400. Marine.Parent = NpcTpGui
  401. Marine.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  402. Marine.Position = UDim2.new(0.248299301, 0, 0.565141916, 0)
  403. Marine.Size = UDim2.new(0, 148, 0, 20)
  404. Marine.Font = Enum.Font.SourceSans
  405. Marine.Text = "TP Marine"
  406. Marine.TextColor3 = Color3.new(0, 1, 0.498039)
  407. Marine.TextSize = 14
  408. Marine.MouseButton1Down:connect(function()
  409. for _,v in pairs(game.Workspace:GetDescendants()) do
  410. if string.find(v.Name, "Marine") then
  411. v:FindFirstChild("HumanoidRootPart").Anchored = true
  412. v:FindFirstChild("HumanoidRootPart").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-5)
  413. end
  414. end
  415. end)
  416.  
  417. OtherTp.Name = "Other Tp"
  418. OtherTp.Parent = MainGui
  419. OtherTp.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  420. OtherTp.Position = UDim2.new(0.230543569, 0, 0.483390152, 0)
  421. OtherTp.Size = UDim2.new(0, 200, 0, 38)
  422. OtherTp.Font = Enum.Font.SourceSans
  423. OtherTp.Text = "Other Tp List"
  424. OtherTp.TextColor3 = Color3.new(0, 1, 0.498039)
  425. OtherTp.TextSize = 14
  426. OtherTp.MouseButton1Down:connect(function()
  427. OtherTpGui.Visible = true
  428. end)
  429.  
  430. OtherTpGui.Name = "Other Tp Gui"
  431. OtherTpGui.Parent = OtherTp
  432. OtherTpGui.BackgroundColor3 = Color3.new(0.6, 0.623529, 0.666667)
  433. OtherTpGui.Position = UDim2.new(-0.209999532, 0, -12.254755, 0)
  434. OtherTpGui.Size = UDim2.new(0, 294, 0, 267)
  435. OtherTpGui.Visible = false
  436. OtherTpGui.Active = true
  437. OtherTpGui.Draggable = true
  438.  
  439. TPToDFSeller.Name = "TP To DF Seller"
  440. TPToDFSeller.Parent = OtherTpGui
  441. TPToDFSeller.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  442. TPToDFSeller.Position = UDim2.new(0.248299316, 0, 0.187007606, 0)
  443. TPToDFSeller.Size = UDim2.new(0, 148, 0, 42)
  444. TPToDFSeller.Font = Enum.Font.SourceSans
  445. TPToDFSeller.Text = "TP To DF Seller"
  446. TPToDFSeller.TextColor3 = Color3.new(0, 1, 0.498039)
  447. TPToDFSeller.TextSize = 14
  448. TPToDFSeller.MouseButton1Down:connect(function()
  449. for _,v in pairs(game.Workspace:GetDescendants()) do
  450. if string.find(v.ClassName, "Model") and string.find(v.Name, 'Devil Fruit Seller') then
  451. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v:FindFirstChild("Head").CFrame
  452. end
  453. end
  454. end)
  455.  
  456. TPChest.Name = "TP Chest"
  457. TPChest.Parent = OtherTpGui
  458. TPChest.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  459. TPChest.Position = UDim2.new(0.248299316, 0, 0.39700374, 0)
  460. TPChest.Size = UDim2.new(0, 148, 0, 38)
  461. TPChest.Font = Enum.Font.SourceSans
  462. TPChest.Text = "Tp Chest"
  463. TPChest.TextColor3 = Color3.new(0, 1, 0.498039)
  464. TPChest.TextSize = 14
  465. TPChest.MouseButton1Down:connect(function()
  466. for _,v in pairs(game.Workspace:GetDescendants()) do
  467. if v.ClassName == "TouchTransmitter" then
  468. v.Parent.Position = game.Players.LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-5)
  469. v.Parent.Anchored = true
  470. end
  471. end
  472. end)
  473.  
  474. TpSwords.Name = "Tp Swords"
  475. TpSwords.Parent = OtherTpGui
  476. TpSwords.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  477. TpSwords.Position = UDim2.new(0.248299316, 0, 0.599057198, 0)
  478. TpSwords.Size = UDim2.new(0, 148, 0, 45)
  479. TpSwords.Font = Enum.Font.SourceSans
  480. TpSwords.Text = "TP All Sword"
  481. TpSwords.TextColor3 = Color3.new(0, 1, 0.498039)
  482. TpSwords.TextSize = 14
  483. TpSwords.MouseButton1Down:connect(function()
  484. for _,v in pairs(game.Workspace:GetDescendants()) do
  485. if string.find(v.Name, "Price:") and string.find(v.ClassName, "Model") then
  486. v:FindFirstChild("Head").Anchored = true
  487. v:FindFirstChild("Head").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-5)
  488. end
  489. end
  490. end)
  491.  
  492. Tilte7.Name = "Tilte7"
  493. Tilte7.Parent = OtherTpGui
  494. Tilte7.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  495. Tilte7.Size = UDim2.new(0, 264, 0, 31)
  496. Tilte7.Font = Enum.Font.SourceSans
  497. Tilte7.Text = "Other Tp"
  498. Tilte7.TextColor3 = Color3.new(0, 1, 0.498039)
  499. Tilte7.TextSize = 14
  500.  
  501. Tilte6.Name = "Tilte6"
  502. Tilte6.Parent = OtherTpGui
  503. Tilte6.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  504. Tilte6.Position = UDim2.new(0, 0, 0.883895159, 0)
  505. Tilte6.Size = UDim2.new(0, 294, 0, 31)
  506. Tilte6.Font = Enum.Font.SourceSans
  507. Tilte6.Text = "Other Tp"
  508. Tilte6.TextColor3 = Color3.new(0, 1, 0.498039)
  509. Tilte6.TextSize = 14
  510.  
  511. Close3.Name = "Close3"
  512. Close3.Parent = OtherTpGui
  513. Close3.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  514. Close3.Position = UDim2.new(0.897959173, 0, 0, 0)
  515. Close3.Size = UDim2.new(0, 30, 0, 31)
  516. Close3.Font = Enum.Font.SourceSans
  517. Close3.Text = "X"
  518. Close3.TextColor3 = Color3.new(1, 0, 0)
  519. Close3.TextSize = 14
  520. Close3.MouseButton1Down:connect(function()
  521. OtherTpGui.Visible = false
  522. end)
  523.  
  524. Tilte.Name = "Tilte"
  525. Tilte.Parent = MainGui
  526. Tilte.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  527. Tilte.Size = UDim2.new(0, 339, 0, 28)
  528. Tilte.Font = Enum.Font.SourceSans
  529. Tilte.Text = "Steve One Piece Gui V1.5"
  530. Tilte.TextColor3 = Color3.new(0, 1, 0.498039)
  531. Tilte.TextSize = 14
  532.  
  533. Credits.Name = "Credits"
  534. Credits.Parent = MainGui
  535. Credits.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  536. Credits.Position = UDim2.new(0, 0, 0.897435904, 0)
  537. Credits.Size = UDim2.new(0, 374, 0, 28)
  538. Credits.Font = Enum.Font.SourceSans
  539. Credits.Text = "Credits ClarkShadow#1097"
  540. Credits.TextColor3 = Color3.new(0, 1, 0.498039)
  541. Credits.TextSize = 14
  542.  
  543. Close.Name = "Close"
  544. Close.Parent = MainGui
  545. Close.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  546. Close.Position = UDim2.new(0.906417131, 0, 0, 0)
  547. Close.Size = UDim2.new(0, 35, 0, 28)
  548. Close.Font = Enum.Font.SourceSans
  549. Close.Text = "X"
  550. Close.TextColor3 = Color3.new(1, 0, 0)
  551. Close.TextSize = 14
  552. Close.MouseButton1Down:connect(function()
  553. MainGui:TweenPosition(UDim2.new(0.079, 0, 1.7, 0), 'Out','Bounce', 1)
  554. NpcTpGui.Visible = false
  555. OhterScriptsGui.Visible = false
  556. OtherTpGui.Visible = false
  557. QuestTpGui.Visible = false
  558. OpenGui.Visible = true
  559. end)
  560.  
  561.  
  562. OtherScripts.Name = "Other Scripts"
  563. OtherScripts.Parent = MainGui
  564. OtherScripts.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  565. OtherScripts.Position = UDim2.new(0.230543569, 0, 0.659214318, 0)
  566. OtherScripts.Size = UDim2.new(0, 200, 0, 38)
  567. OtherScripts.Font = Enum.Font.SourceSans
  568. OtherScripts.Text = "Other Scripts"
  569. OtherScripts.TextColor3 = Color3.new(0, 1, 0.498039)
  570. OtherScripts.TextSize = 14
  571. OtherScripts.MouseButton1Down:connect(function()
  572. OhterScriptsGui.Visible = true
  573. end)
  574.  
  575. OhterScriptsGui.Name = "Ohter Scripts Gui"
  576. OhterScriptsGui.Parent = OtherScripts
  577. OhterScriptsGui.BackgroundColor3 = Color3.new(0.6, 0.623529, 0.666667)
  578. OhterScriptsGui.Position = UDim2.new(-0.209999561, 0, 3.48840284, 0)
  579. OhterScriptsGui.Size = UDim2.new(0, 294, 0, 267)
  580. OhterScriptsGui.Visible = false
  581. OhterScriptsGui.Active = true
  582. OhterScriptsGui.Draggable = true
  583.  
  584. SpeedHack.Name = "Speed Hack"
  585. SpeedHack.Parent = OhterScriptsGui
  586. SpeedHack.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  587. SpeedHack.Position = UDim2.new(0.248299316, 0, 0.153558046, 0)
  588. SpeedHack.Size = UDim2.new(0, 148, 0, 42)
  589. SpeedHack.Font = Enum.Font.SourceSans
  590. SpeedHack.Text = "Speed Hack"
  591. SpeedHack.TextColor3 = Color3.new(0, 1, 0.498039)
  592. SpeedHack.TextSize = 14
  593. SpeedHack.MouseButton1Down:connect(function()
  594. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 200
  595. end)
  596.  
  597. DeleteAntiCheat.Name = "Delete Anti Cheat"
  598. DeleteAntiCheat.Parent = OhterScriptsGui
  599. DeleteAntiCheat.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  600. DeleteAntiCheat.Position = UDim2.new(0.248299316, 0, 0.38202247, 0)
  601. DeleteAntiCheat.Size = UDim2.new(0, 148, 0, 48)
  602. DeleteAntiCheat.Font = Enum.Font.SourceSans
  603. DeleteAntiCheat.Text = "Delete Anti Cheat"
  604. DeleteAntiCheat.TextColor3 = Color3.new(0, 1, 0.498039)
  605. DeleteAntiCheat.TextSize = 14
  606. DeleteAntiCheat.MouseButton1Down:connect(function()
  607. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  608. if v.ClassName == "Script" then
  609. for i,c in pairs(v:GetChildren()) do
  610. if c.Name == "" then
  611. v:Remove()
  612.  
  613. end
  614. end
  615. end
  616. end
  617. end)
  618.  
  619. NoClip.Name = "NoClip"
  620. NoClip.Parent = OhterScriptsGui
  621. NoClip.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  622. NoClip.Position = UDim2.new(0.248299316, 0, 0.634609342, 0)
  623. NoClip.Size = UDim2.new(0, 148, 0, 41)
  624. NoClip.Font = Enum.Font.SourceSans
  625. NoClip.Text = "Noclip(press e)"
  626. NoClip.TextColor3 = Color3.new(0, 1, 0.498039)
  627. NoClip.TextSize = 14
  628. NoClip.MouseButton1Down:connect(function()
  629. noclip = false
  630. game:GetService('RunService').Stepped:connect(function()
  631. if noclip then
  632. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  633. end
  634. end)
  635. plr = game.Players.LocalPlayer
  636. mouse = plr:GetMouse()
  637. mouse.KeyDown:connect(function(key)
  638.  
  639. if key == "e" then
  640. noclip = not noclip
  641. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  642. end
  643. end)
  644. end)
  645.  
  646.  
  647. Tilte9.Name = "Tilte9"
  648. Tilte9.Parent = OhterScriptsGui
  649. Tilte9.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  650. Tilte9.Size = UDim2.new(0, 264, 0, 31)
  651. Tilte9.Font = Enum.Font.SourceSans
  652. Tilte9.Text = "Other Scripts"
  653. Tilte9.TextColor3 = Color3.new(0, 1, 0.498039)
  654. Tilte9.TextSize = 14
  655.  
  656. Tilte8.Name = "Tilte8"
  657. Tilte8.Parent = OhterScriptsGui
  658. Tilte8.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  659. Tilte8.Position = UDim2.new(0, 0, 0.883895159, 0)
  660. Tilte8.Size = UDim2.new(0, 294, 0, 31)
  661. Tilte8.Font = Enum.Font.SourceSans
  662. Tilte8.Text = "Other Scripts"
  663. Tilte8.TextColor3 = Color3.new(0, 1, 0.498039)
  664. Tilte8.TextSize = 14
  665.  
  666. Close4.Name = "Close4"
  667. Close4.Parent = OhterScriptsGui
  668. Close4.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  669. Close4.Position = UDim2.new(0.897959173, 0, 0, 0)
  670. Close4.Size = UDim2.new(0, 30, 0, 31)
  671. Close4.Font = Enum.Font.SourceSans
  672. Close4.Text = "X"
  673. Close4.TextColor3 = Color3.new(1, 0, 0)
  674. Close4.TextSize = 14
  675. Close4.MouseButton1Down:connect(function()
  676. OhterScriptsGui.Visible = false
  677. end)
  678.  
  679. OpenGui.Name = "OpenGui"
  680. OpenGui.Parent = Main
  681. OpenGui.BackgroundColor3 = Color3.new(1, 1, 1)
  682. OpenGui.Position = UDim2.new(0, 0, 0.515867531, 0)
  683. OpenGui.Size = UDim2.new(0, 109, 0, 48)
  684. OpenGui.Visible = false
  685. OpenGui.Active = true
  686.  
  687. Open.Name = "Open"
  688. Open.Parent = OpenGui
  689. Open.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  690. Open.Position = UDim2.new(-0.266055048, 0, 0, 0)
  691. Open.Size = UDim2.new(0, 175, 0, 50)
  692. Open.Font = Enum.Font.SourceSans
  693. Open.Text = "Open"
  694. Open.TextColor3 = Color3.new(0, 1, 0.498039)
  695. Open.TextSize = 14
  696. Open.MouseButton1Down:connect(function()
  697. MainGui:TweenPosition(UDim2.new(0.302, 0,0.28, 0), 'Out','Bounce', 1)
  698. OpenGui.Visible = false
  699. end)
  700.  
  701. LoginGui.Name = "LoginGui"
  702. LoginGui.Parent = Main
  703. LoginGui.BackgroundColor3 = Color3.new(0.6, 0.623529, 0.666667)
  704. LoginGui.Position = UDim2.new(0.35853976, 0, 0.276892424, 0)
  705. LoginGui.Size = UDim2.new(0, 313, 0, 274)
  706. LoginGui.Active = true
  707.  
  708. KeyBox.Name = "KeyBox"
  709. KeyBox.Parent = LoginGui
  710. KeyBox.BackgroundColor3 = Color3.new(1, 1, 1)
  711. KeyBox.Position = UDim2.new(0.175718844, 0, 0.711678863, 0)
  712. KeyBox.Size = UDim2.new(0, 202, 0, 34)
  713. KeyBox.Font = Enum.Font.SourceSans
  714. KeyBox.Text = ""
  715. KeyBox.TextColor3 = Color3.new(0, 0, 0)
  716. KeyBox.TextSize = 14
  717.  
  718. Submit.Name = "Submit"
  719. Submit.Parent = LoginGui
  720. Submit.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  721. Submit.Position = UDim2.new(0.249201268, 0, 0.872262776, 0)
  722. Submit.Size = UDim2.new(0, 155, 0, 28)
  723. Submit.Font = Enum.Font.SourceSans
  724. Submit.Text = "Submit"
  725. Submit.TextColor3 = Color3.new(0, 1, 0.498039)
  726. Submit.TextSize = 14
  727. Submit.MouseButton1Down:connect(function()
  728. if KeyBox.Text ~= "ShTeam" then
  729. game.Players.LocalPlayer.Character:BreakJoints()
  730. wait(0.3)
  731. game:GetService("StarterGui"):SetCore("SendNotification", {
  732. Title = "[Gui S.O.P V1.5]";
  733. Text = "Wrong Key! Please put in the correct key.";
  734. })
  735. LoginGui.Visible = false
  736. end
  737.  
  738. if KeyBox.Text == "npqgamestv" then
  739. game:GetService("StarterGui"):SetCore("SendNotification", {
  740. Title = "[Gui S.O.P V1.5]";
  741. Text = "Loading...";
  742. })
  743.  
  744. wait(3)
  745. game:GetService("StarterGui"):SetCore("SendNotification", {
  746. Title = "[Gui S.O.P V1.5]";
  747. Text = "Key accepted. Please enjoy S.O.P V1.2 GUI Make By ClarkShadow#1097";
  748. })
  749. LoginGui.Visible = false
  750. wait(0.2)
  751. OpenGui.Visible = true
  752.  
  753. wait(0.5)
  754. game.StarterGui:SetCore("ChatMakeSystemMessage", {
  755. Text = "[Gui S.O.P V1.5]More Update Soon Release ";
  756. Color = Color3.new(170, 0, 0);
  757. Font = Enum.Font.SourceSansBold;
  758. FontSize = Enum.FontSize.Size24;
  759. })
  760.  
  761. wait(0.5)
  762. game.StarterGui:SetCore("ChatMakeSystemMessage", {
  763. Text = "[Gui S.O.P V1.5] Thanks For Using And Pls Don't Copy In AnyWay ";
  764. Color = Color3.new(170, 0, 0);
  765. Font = Enum.Font.SourceSansBold;
  766. FontSize = Enum.FontSize.Size24;
  767. })
  768. end
  769. end)
  770.  
  771. Logo.Name = "Logo"
  772. Logo.Parent = LoginGui
  773. Logo.BackgroundColor3 = Color3.new(1, 1, 1)
  774. Logo.NextSelectionDown = MainGui
  775. Logo.Position = UDim2.new(0, 0, 0.162274227, 0)
  776. Logo.Size = UDim2.new(0, 313, 0, 135)
  777. Logo.Image = "rbxassetid://2524583203"
  778.  
  779. LoginTilte.Name = "LoginTilte"
  780. LoginTilte.Parent = LoginGui
  781. LoginTilte.BackgroundColor3 = Color3.new(0.168627, 0.188235, 0.168627)
  782. LoginTilte.Size = UDim2.new(0, 313, 0, 33)
  783. LoginTilte.Font = Enum.Font.SourceSans
  784. LoginTilte.Text = "Login Gui"
  785. LoginTilte.TextColor3 = Color3.new(0, 1, 0.498039)
  786. LoginTilte.TextSize = 14
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement