LuongLoiNhoi

Hack [Alpha]steve's one piece FULL

Nov 3rd, 2018
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.58 KB | None | 0 0
  1. -- Objects
  2.  
  3. local SOP = Instance.new("ScreenGui")
  4. local DragFrame = Instance.new("Frame")
  5. local GUIName = Instance.new("TextLabel")
  6. local MainFrame = Instance.new("Frame")
  7. local TPAll = Instance.new("TextButton")
  8. local NPCList = Instance.new("TextButton")
  9. local TPSwords = Instance.new("TextButton")
  10. local TPChests = Instance.new("TextButton")
  11. local openclose = Instance.new("TextButton")
  12. local NPCsFrame = Instance.new("Frame")
  13. local MainNPCsFrame = Instance.new("Frame")
  14. local NPCsList = Instance.new("ScrollingFrame")
  15. local TPThief = Instance.new("TextButton")
  16. local TPPirate = Instance.new("TextButton")
  17. local TPNoob = Instance.new("TextButton")
  18. local TPBuso = Instance.new("TextButton")
  19. local TPLuffy = Instance.new("TextButton")
  20. local ListName = Instance.new("TextLabel")
  21.  
  22. -- Properties
  23.  
  24. SOP.Name = "SOP"
  25. SOP.Parent = game.CoreGui
  26.  
  27. DragFrame.Name = "DragFrame"
  28. DragFrame.Parent = SOP
  29. DragFrame.Active = true
  30. DragFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  31. DragFrame.BorderColor3 = Color3.new(0, 0, 0)
  32. DragFrame.Position = UDim2.new(0.422578633, 0, 0.475590557, 0)
  33. DragFrame.Size = UDim2.new(0, 250, 0, 30)
  34. DragFrame.Draggable = true
  35.  
  36. GUIName.Name = "GUIName"
  37. GUIName.Parent = DragFrame
  38. GUIName.BackgroundColor3 = Color3.new(1, 1, 1)
  39. GUIName.BackgroundTransparency = 1
  40. GUIName.Size = UDim2.new(0, 200, 0, 30)
  41. GUIName.Font = Enum.Font.SourceSansLight
  42. GUIName.Text = "SOP GUI by l?u h?i roblox"
  43. GUIName.TextColor3 = Color3.new(1, 1, 1)
  44. GUIName.TextScaled = true
  45. GUIName.TextSize = 14
  46. GUIName.TextStrokeTransparency = 0
  47. GUIName.TextWrapped = true
  48.  
  49. MainFrame.Name = "MainFrame"
  50. MainFrame.Parent = DragFrame
  51. MainFrame.Active = true
  52. MainFrame.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  53. MainFrame.BorderColor3 = Color3.new(0, 0, 0)
  54. MainFrame.Position = UDim2.new(0, 0, 1, 0)
  55. MainFrame.Size = UDim2.new(0, 250, 0, 150)
  56. MainFrame.Visible = false
  57.  
  58. TPAll.Name = "TPAll"
  59. TPAll.Parent = MainFrame
  60. TPAll.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  61. TPAll.BorderColor3 = Color3.new(0, 0, 0)
  62. TPAll.Position = UDim2.new(0.200000167, 0, 0.0399999991, 0)
  63. TPAll.Size = UDim2.new(0, 150, 0, 30)
  64. TPAll.Font = Enum.Font.SourceSansLight
  65. TPAll.Text = "TP All NPCs"
  66. TPAll.TextColor3 = Color3.new(1, 1, 1)
  67. TPAll.TextScaled = true
  68. TPAll.TextSize = 14
  69. TPAll.TextStrokeTransparency = 0
  70. TPAll.TextWrapped = true
  71.  
  72. NPCList.Name = "NPCList"
  73. NPCList.Parent = MainFrame
  74. NPCList.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  75. NPCList.BorderColor3 = Color3.new(0, 0, 0)
  76. NPCList.Position = UDim2.new(0.200000167, 0, 0.759999871, 0)
  77. NPCList.Size = UDim2.new(0, 150, 0, 30)
  78. NPCList.Font = Enum.Font.SourceSansLight
  79. NPCList.Text = "NPC TP List"
  80. NPCList.TextColor3 = Color3.new(1, 1, 1)
  81. NPCList.TextScaled = true
  82. NPCList.TextSize = 14
  83. NPCList.TextStrokeTransparency = 0
  84. NPCList.TextWrapped = true
  85.  
  86. TPSwords.Name = "TPSwords"
  87. TPSwords.Parent = MainFrame
  88. TPSwords.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  89. TPSwords.BorderColor3 = Color3.new(0, 0, 0)
  90. TPSwords.Position = UDim2.new(0.200000167, 0, 0.279999971, 0)
  91. TPSwords.Size = UDim2.new(0, 150, 0, 30)
  92. TPSwords.Font = Enum.Font.SourceSansLight
  93. TPSwords.Text = "TP Swords"
  94. TPSwords.TextColor3 = Color3.new(1, 1, 1)
  95. TPSwords.TextScaled = true
  96. TPSwords.TextSize = 14
  97. TPSwords.TextStrokeTransparency = 0
  98. TPSwords.TextWrapped = true
  99.  
  100. TPChests.Name = "TPChests"
  101. TPChests.Parent = MainFrame
  102. TPChests.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  103. TPChests.BorderColor3 = Color3.new(0, 0, 0)
  104. TPChests.Position = UDim2.new(0.200000167, 0, 0.519999981, 0)
  105. TPChests.Size = UDim2.new(0, 150, 0, 30)
  106. TPChests.Font = Enum.Font.SourceSansLight
  107. TPChests.Text = "TP Chests"
  108. TPChests.TextColor3 = Color3.new(1, 1, 1)
  109. TPChests.TextScaled = true
  110. TPChests.TextSize = 14
  111. TPChests.TextStrokeTransparency = 0
  112. TPChests.TextWrapped = true
  113.  
  114. openclose.Name = "openclose"
  115. openclose.Parent = DragFrame
  116. openclose.BackgroundColor3 = Color3.new(1, 1, 1)
  117. openclose.BackgroundTransparency = 1
  118. openclose.Position = UDim2.new(0.879999995, 0, 0, 0)
  119. openclose.Size = UDim2.new(0, 30, 0, 30)
  120. openclose.Font = Enum.Font.SourceSansLight
  121. openclose.Text = "+"
  122. openclose.TextColor3 = Color3.new(1, 1, 1)
  123. openclose.TextScaled = true
  124. openclose.TextSize = 14
  125. openclose.TextStrokeTransparency = 0
  126. openclose.TextWrapped = true
  127.  
  128. NPCsFrame.Name = "NPCsFrame"
  129. NPCsFrame.Parent = SOP
  130. NPCsFrame.Active = true
  131. NPCsFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  132. NPCsFrame.BorderColor3 = Color3.new(0, 0, 0)
  133. NPCsFrame.Position = UDim2.new(0.235657007, 0, 0.475590527, 0)
  134. NPCsFrame.Size = UDim2.new(0, 250, 0, 30)
  135. NPCsFrame.Visible = false
  136. NPCsFrame.Draggable = true
  137.  
  138. MainNPCsFrame.Name = "MainNPCsFrame"
  139. MainNPCsFrame.Parent = NPCsFrame
  140. MainNPCsFrame.Active = true
  141. MainNPCsFrame.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  142. MainNPCsFrame.BorderColor3 = Color3.new(0, 0, 0)
  143. MainNPCsFrame.Position = UDim2.new(0, 0, 1, 0)
  144. MainNPCsFrame.Size = UDim2.new(0, 250, 0, 150)
  145.  
  146. NPCsList.Name = "NPCsList"
  147. NPCsList.Parent = MainNPCsFrame
  148. NPCsList.Active = true
  149. NPCsList.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  150. NPCsList.BorderColor3 = Color3.new(0, 0, 0)
  151. NPCsList.Position = UDim2.new(0.159999996, 0, 0.0933333337, 0)
  152. NPCsList.Size = UDim2.new(0, 170, 0, 121)
  153.  
  154. TPThief.Name = "TPThief"
  155. TPThief.Parent = NPCsList
  156. TPThief.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  157. TPThief.BorderColor3 = Color3.new(0, 0, 0)
  158. TPThief.Position = UDim2.new(-0.00964696519, 0, 0.00159779564, 0)
  159. TPThief.Size = UDim2.new(0, 161, 0, 30)
  160. TPThief.Font = Enum.Font.SourceSansLight
  161. TPThief.Text = "TP Thief (Lvl 5)"
  162. TPThief.TextColor3 = Color3.new(1, 1, 1)
  163. TPThief.TextScaled = true
  164. TPThief.TextSize = 14
  165. TPThief.TextStrokeTransparency = 0
  166. TPThief.TextWrapped = true
  167.  
  168. TPPirate.Name = "TPPirate"
  169. TPPirate.Parent = NPCsList
  170. TPPirate.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  171. TPPirate.BorderColor3 = Color3.new(0, 0, 0)
  172. TPPirate.Position = UDim2.new(-0.00964696519, 0, 0.101597801, 0)
  173. TPPirate.Size = UDim2.new(0, 161, 0, 30)
  174. TPPirate.Font = Enum.Font.SourceSansLight
  175. TPPirate.Text = "TP Buggy pirate (Lvl 30)"
  176. TPPirate.TextColor3 = Color3.new(1, 1, 1)
  177. TPPirate.TextScaled = true
  178. TPPirate.TextSize = 14
  179. TPPirate.TextStrokeTransparency = 0
  180. TPPirate.TextWrapped = true
  181.  
  182. TPNoob.Name = "TPNoob"
  183. TPNoob.Parent = NPCsList
  184. TPNoob.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  185. TPNoob.BorderColor3 = Color3.new(0, 0, 0)
  186. TPNoob.Position = UDim2.new(-0.00964696519, 0, 0.20159781, 0)
  187. TPNoob.Size = UDim2.new(0, 161, 0, 30)
  188. TPNoob.Font = Enum.Font.SourceSansLight
  189. TPNoob.Text = "TP Noob (Lvl 100)"
  190. TPNoob.TextColor3 = Color3.new(1, 1, 1)
  191. TPNoob.TextScaled = true
  192. TPNoob.TextSize = 14
  193. TPNoob.TextStrokeTransparency = 0
  194. TPNoob.TextWrapped = true
  195.  
  196. TPBuso.Name = "TPBuso"
  197. TPBuso.Parent = NPCsList
  198. TPBuso.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  199. TPBuso.BorderColor3 = Color3.new(0, 0, 0)
  200. TPBuso.Position = UDim2.new(-0.00964696519, 0, 0.301597804, 0)
  201. TPBuso.Size = UDim2.new(0, 161, 0, 30)
  202. TPBuso.Font = Enum.Font.SourceSansLight
  203. TPBuso.Text = "TP Buso Noob (Lvl 500)"
  204. TPBuso.TextColor3 = Color3.new(1, 1, 1)
  205. TPBuso.TextScaled = true
  206. TPBuso.TextSize = 14
  207. TPBuso.TextStrokeTransparency = 0
  208. TPBuso.TextWrapped = true
  209.  
  210. TPLuffy.Name = "TPLuffy"
  211. TPLuffy.Parent = NPCsList
  212. TPLuffy.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  213. TPLuffy.BorderColor3 = Color3.new(0, 0, 0)
  214. TPLuffy.Position = UDim2.new(-0.00964696519, 0, 0.401597798, 0)
  215. TPLuffy.Size = UDim2.new(0, 161, 0, 30)
  216. TPLuffy.Font = Enum.Font.SourceSansLight
  217. TPLuffy.Text = "TP Luffy (Lvl 1000)"
  218. TPLuffy.TextColor3 = Color3.new(1, 1, 1)
  219. TPLuffy.TextScaled = true
  220. TPLuffy.TextSize = 14
  221. TPLuffy.TextStrokeTransparency = 0
  222. TPLuffy.TextWrapped = true
  223.  
  224. ListName.Name = "ListName"
  225. ListName.Parent = NPCsFrame
  226. ListName.BackgroundColor3 = Color3.new(1, 1, 1)
  227. ListName.BackgroundTransparency = 1
  228. ListName.Size = UDim2.new(0, 100, 0, 30)
  229. ListName.Font = Enum.Font.SourceSansLight
  230. ListName.Text = "NPC List"
  231. ListName.TextColor3 = Color3.new(1, 1, 1)
  232. ListName.TextScaled = true
  233. ListName.TextSize = 14
  234. ListName.TextStrokeTransparency = 0
  235. ListName.TextWrapped = true
  236.  
  237. local mainopen = false
  238. local listopen = false
  239.  
  240. --openclose
  241.  
  242. openclose.MouseButton1Down:Connect(function()
  243. if mainopen == false then
  244. MainFrame.Visible = true
  245. mainopen = true
  246. openclose.Text = "-"
  247. else
  248. MainFrame.Visible = false
  249. mainopen = false
  250. openclose.Text = "+"
  251. end
  252. end)
  253.  
  254. NPCList.MouseButton1Down:Connect(function()
  255. if listopen == false then
  256. NPCsFrame.Visible = true
  257. listopen = true
  258. else
  259. NPCsFrame.Visible = false
  260. listopen = false
  261. end
  262. end)
  263. --main scripts
  264. TPAll.MouseButton1Down:Connect(function()
  265. for _,v in pairs(game.Workspace:GetDescendants()) do
  266. 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") and v:FindFirstChild("HumanoidRootPart") then
  267. v:FindFirstChild("HumanoidRootPart").Anchored = true
  268. v:FindFirstChild("HumanoidRootPart").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-5)
  269. end
  270. end
  271. end)
  272.  
  273. TPSwords.MouseButton1Down:Connect(function()
  274. for _,v in pairs(game.Workspace:GetDescendants()) do
  275. if string.find(v.Name, "Price:") and string.find(v.ClassName, "Model") then
  276. v:FindFirstChild("Head").Anchored = true
  277. v:FindFirstChild("Head").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-5)
  278. end
  279. end
  280. end)
  281.  
  282. TPChests.MouseButton1Down:Connect(function()
  283. for _,v in pairs(game.Workspace:GetDescendants()) do
  284. if v.ClassName == "TouchTransmitter" then
  285. v.Parent.Position = game.Players.LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-5)
  286. end
  287. end
  288. end)
  289.  
  290. --tp single
  291. TPThief.MouseButton1Down:Connect(function()
  292. for _,v in pairs(game.Workspace:GetDescendants()) do
  293. if string.find(v.Name, "Thief") then
  294. v:FindFirstChild("HumanoidRootPart").Anchored = true
  295. v:FindFirstChild("HumanoidRootPart").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-5)
  296. end
  297. end
  298. end)
  299.  
  300. TPPirate.MouseButton1Down:Connect(function()
  301. for _,v in pairs(game.Workspace:GetDescendants()) do
  302. if string.find(v.Name, "Buggy pirate") then
  303. v:FindFirstChild("HumanoidRootPart").Anchored = true
  304. v:FindFirstChild("HumanoidRootPart").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-5)
  305. end
  306. end
  307. end)
  308.  
  309. TPNoob.MouseButton1Down:Connect(function()
  310. for _,v in pairs(game.Workspace:GetDescendants()) do
  311. if string.find(v.Name, "Attacking Noob") 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. TPBuso.MouseButton1Down:Connect(function()
  319. for _,v in pairs(game.Workspace:GetDescendants()) do
  320. if string.find(v.Name, "Big Full Body") then
  321. v:FindFirstChild("HumanoidRootPart").Anchored = true
  322. v:FindFirstChild("HumanoidRootPart").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-5)
  323. end
  324. end
  325. end)
  326.  
  327. TPLuffy.MouseButton1Down:Connect(function()
  328. for _,v in pairs(game.Workspace:GetDescendants()) do
  329. if string.find(v.Name, "Luffy") then
  330. v:FindFirstChild("HumanoidRootPart").Anchored = true
  331. v:FindFirstChild("HumanoidRootPart").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-5)
  332. end
  333. end
  334. end)
Add Comment
Please, Sign In to add comment