Advertisement
BINO2002

Untitled

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