Advertisement
nguyenminhnghia

PRO GUI

Feb 18th, 2019
293
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.13 KB | None | 0 0
  1. -- Thanks For Picking this script!!
  2.  
  3. local ScreenGui = Instance.new("ScreenGui")
  4. local OpenFrame = Instance.new("Frame")
  5. local Open = Instance.new("ImageButton")
  6. local OpenLabel = Instance.new("TextLabel")
  7. local Click = Instance.new("ImageButton")
  8. local Running = Instance.new("ImageLabel")
  9. local Credit = Instance.new("TextLabel")
  10. local Main = Instance.new("ImageLabel")
  11. local TextLabel = Instance.new("TextLabel")
  12. local TpChest = Instance.new("TextButton")
  13. local AutoFarmStrength = Instance.new("TextButton")
  14. local AutoFarmSword = Instance.new("TextButton")
  15. local AutoFarmDefense = Instance.new("TextButton")
  16. local AutoFarmGun = Instance.new("TextButton")
  17. local InfoFrame = Instance.new("Frame")
  18. local Info = Instance.new("TextLabel")
  19. local Label = Instance.new("TextLabel")
  20. local CloseForInfo = Instance.new("ImageButton")
  21. local Close = Instance.new("ImageButton")
  22. blur = Instance.new("BlurEffect")
  23. sound = Instance.new("Sound")
  24. --Properties:
  25. ScreenGui.Parent = game.CoreGui
  26. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  27.  
  28. blur.Parent = game.Lighting
  29. blur.Enabled = false
  30.  
  31. Running.Name = "Running"
  32. Running.Parent = ScreenGui
  33. Running.BackgroundColor3 = Color3.new(1, 1, 1)
  34. Running.BackgroundTransparency = 1
  35. Running.BorderSizePixel = 0
  36. Running.Position = UDim2.new(-0.120437965, 0, 0.322330087, 0)
  37. Running.Size = UDim2.new(0, 132, 0, 155)
  38. Running.Image = "rbxassetid://2844713159"
  39.  
  40. Credit.Name = "Credit"
  41. Credit.Parent = ScreenGui
  42. Credit.BackgroundColor3 = Color3.new(1, 1, 1)
  43. Credit.BackgroundTransparency = 1
  44. Credit.Position = UDim2.new(0.304744512, 0, 0.407766998, 0)
  45. Credit.Size = UDim2.new(0, 331, 0, 67)
  46. Credit.ZIndex = 0
  47. Credit.Font = Enum.Font.Cartoon
  48. Credit.Text = "Made By : Nghia dep trai"
  49. Credit.TextColor3 = Color3.new(1, 1, 1)
  50. Credit.TextScaled = true
  51. Credit.TextSize = 14
  52. Credit.TextTransparency = 1
  53. Credit.TextWrapped = true
  54.  
  55. OpenFrame.Name = "OpenFrame"
  56. OpenFrame.Parent = ScreenGui
  57. OpenFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  58. OpenFrame.BackgroundTransparency = 1
  59. OpenFrame.Position = UDim2.new(0, 0, 0.609708726, 0)
  60. OpenFrame.Size = UDim2.new(0, 100, 0, 100)
  61.  
  62. Open.Name = "Open"
  63. Open.Parent = OpenFrame
  64. Open.BackgroundColor3 = Color3.new(0.905882, 0.298039, 0.235294)
  65. Open.BackgroundTransparency = 1
  66. Open.BorderSizePixel = 0
  67. Open.Position = UDim2.new(0.128758907, 0, 0.290485531, 0)
  68. Open.Size = UDim2.new(0, 74, 0, 50)
  69. Open.Image = "rbxassetid://1285673399"
  70. Open.ImageColor3 = Color3.new(0.905882, 0.298039, 0.235294)
  71. Open.ScaleType = Enum.ScaleType.Slice
  72. Open.SliceCenter = Rect.new(8, 8, 247, 247)
  73. Open.MouseButton1Down:connect(function()
  74. sound:Play()
  75. blur.Enabled = true
  76. Open.Position = UDim2.new(0.129, 0, 0.32, 0)
  77. Click.Position = UDim2.new(0.129, 0, 0.37, 0)
  78. wait(0.1)
  79. Open.Position = UDim2.new(0.128758907, 0, 0.27048552, 0)
  80. Click.Position = UDim2.new(0.128758907, 0, 0.330485493, 0)
  81. wait(0.13)
  82. OpenFrame.Visible = false
  83. Running:TweenPosition(UDim2.new(0.549, 0, 0.322, 0), 'Out', 'Quint', 7)
  84. wait(4)
  85. Credit.TextTransparency = 0.9
  86. wait(0.1)
  87. Credit.TextTransparency = 0.8
  88. wait(0.1)
  89. Credit.TextTransparency = 0.7
  90. wait(0.1)
  91. Credit.TextTransparency = 0.6
  92. wait(0.1)
  93. Credit.TextTransparency = 0.5
  94. wait(0.1)
  95. Credit.TextTransparency = 0.4
  96. wait(0.1)
  97. Credit.TextTransparency = 0.3
  98. wait(0.1)
  99. Credit.TextTransparency = 0.2
  100. wait(0.1)
  101. Credit.TextTransparency = 0.1
  102. wait(0.1)
  103. Credit.TextTransparency = 0
  104. wait(3)
  105. blur.Enabled = false
  106. Running.Visible = false
  107. Credit.Visible = false
  108. Main.Visible = true
  109. end)
  110.  
  111. OpenLabel.Name = "OpenLabel"
  112. OpenLabel.Parent = Open
  113. OpenLabel.AnchorPoint = Vector2.new(0, 0.5)
  114. OpenLabel.BackgroundTransparency = 1
  115. OpenLabel.Position = UDim2.new(0.108108111, 0, 0.5, 0)
  116. OpenLabel.Size = UDim2.new(0.783783793, 0, 1, 0)
  117. OpenLabel.Font = Enum.Font.SourceSans
  118. OpenLabel.Text = "Open"
  119. OpenLabel.TextColor3 = Color3.new(1, 1, 1)
  120. OpenLabel.TextScaled = true
  121. OpenLabel.TextSize = 14
  122. OpenLabel.TextWrapped = true
  123.  
  124. Click.Name = "Click"
  125. Click.Parent = OpenFrame
  126. Click.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  127. Click.BackgroundTransparency = 1
  128. Click.BorderSizePixel = 0
  129. Click.Position = UDim2.new(0.128758922, 0, 0.360485554, 0)
  130. Click.Size = UDim2.new(0, 74, 0, 50)
  131. Click.ZIndex = 0
  132. Click.Image = "rbxassetid://1285673399"
  133. Click.ImageColor3 = Color3.new(0.752941, 0.223529, 0.168627)
  134. Click.ScaleType = Enum.ScaleType.Slice
  135. Click.SliceCenter = Rect.new(8, 8, 247, 247)
  136.  
  137. Main.Name = "Main"
  138. Main.Parent = ScreenGui
  139. Main.BackgroundColor3 = Color3.new(1, 1, 1)
  140. Main.BackgroundTransparency = 1
  141. Main.Visible = false
  142. Main.Position = UDim2.new(0.299, 0, 0.207, 0)
  143. Main.Size = UDim2.new(0, 277, 0, 363)
  144. Main.Image = "rbxassetid://2260429633"
  145. Main.ImageColor3 = Color3.new(0.752941, 0.223529, 0.168627)
  146. Main.ScaleType = Enum.ScaleType.Slice
  147. Main.SliceCenter = Rect.new(12, 12, 13, 13)
  148. Main.Active = true
  149. Main.Draggable = true
  150.  
  151. TextLabel.Parent = Main
  152. TextLabel.BackgroundColor3 = Color3.new(0.905882, 0.298039, 0.235294)
  153. TextLabel.BorderSizePixel = 0
  154. TextLabel.Size = UDim2.new(0, 277, 0, 46)
  155. TextLabel.Font = Enum.Font.Cartoon
  156. TextLabel.Text = "One Piece Millennium Auto Farm"
  157. TextLabel.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  158. TextLabel.TextScaled = true
  159. TextLabel.TextSize = 14
  160. TextLabel.TextWrapped = true
  161.  
  162. TpChest.Name = "Tp Chest"
  163. TpChest.Parent = Main
  164. TpChest.BackgroundColor3 = Color3.new(1, 1, 1)
  165. TpChest.BackgroundTransparency = 1
  166. TpChest.Position = UDim2.new(0, 0, 0.179063365, 0)
  167. TpChest.Size = UDim2.new(0, 277, 0, 50)
  168. TpChest.Font = Enum.Font.Cartoon
  169. TpChest.Text = "TP Chest "
  170. TpChest.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  171. TpChest.TextScaled = true
  172. TpChest.TextSize = 14
  173. TpChest.TextWrapped = true
  174. TpChest.MouseButton1Down:connect(function()
  175. for i,v in pairs(workspace.Chests:GetChildren()) do
  176. v.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame * CFrame.new(0,0,5)
  177. end
  178. end)
  179.  
  180. AutoFarmStrength.Name = "Auto Farm Strength"
  181. AutoFarmStrength.Parent = Main
  182. AutoFarmStrength.BackgroundColor3 = Color3.new(1, 1, 1)
  183. AutoFarmStrength.BackgroundTransparency = 1
  184. AutoFarmStrength.Position = UDim2.new(0.0216606501, 0, 0.336088121, 0)
  185. AutoFarmStrength.Size = UDim2.new(0, 264, 0, 50)
  186. AutoFarmStrength.Font = Enum.Font.Cartoon
  187. AutoFarmStrength.Text = "Auto Farm Strength"
  188. AutoFarmStrength.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  189. AutoFarmStrength.TextScaled = true
  190. AutoFarmStrength.TextSize = 14
  191. AutoFarmStrength.TextWrapped = true
  192. local enabled = true
  193. AutoFarmStrength.MouseButton1Down:connect(function()
  194. for i=1, 9999999999 do
  195. game:GetService("ReplicatedStorage").RemoteEvents.CombatBase:FireServer()
  196. wait()
  197. end
  198. end)
  199. AutoFarmSword.Name = "Auto Farm Sword"
  200. AutoFarmSword.Parent = Main
  201. AutoFarmSword.BackgroundColor3 = Color3.new(1, 1, 1)
  202. AutoFarmSword.BackgroundTransparency = 1
  203. AutoFarmSword.Position = UDim2.new(0.0216606501, 0, 0.495867729, 0)
  204. AutoFarmSword.Size = UDim2.new(0, 264, 0, 50)
  205. AutoFarmSword.Font = Enum.Font.Cartoon
  206. AutoFarmSword.Text = "Auto Farm Sword"
  207. AutoFarmSword.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  208. AutoFarmSword.TextScaled = true
  209. AutoFarmSword.TextSize = 14
  210. AutoFarmSword.TextWrapped = true
  211. AutoFarmSword.MouseButton1Down:connect(function()
  212. for i=1, 9999999999 do
  213. local A_1 = game:GetService("Workspace")[game.Players.LocalPlayer.Name].Katana
  214. local Event = game:GetService("ReplicatedStorage").RemoteEvents.KatanaBase
  215. Event:FireServer(A_1)
  216. wait()
  217. end
  218. end)
  219.  
  220. AutoFarmDefense.Name = "Auto Farm Defense"
  221. AutoFarmDefense.Parent = Main
  222. AutoFarmDefense.BackgroundColor3 = Color3.new(1, 1, 1)
  223. AutoFarmDefense.BackgroundTransparency = 1
  224. AutoFarmDefense.Position = UDim2.new(0.0216606501, 0, 0.65289253, 0)
  225. AutoFarmDefense.Size = UDim2.new(0, 264, 0, 50)
  226. AutoFarmDefense.Font = Enum.Font.Cartoon
  227. AutoFarmDefense.Text = "Auto Farm Gun"
  228. AutoFarmDefense.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  229. AutoFarmDefense.TextScaled = true
  230. AutoFarmDefense.TextSize = 14
  231. AutoFarmDefense.TextWrapped = true
  232. AutoFarmDefense.MouseButton1Down:connect(function()
  233. for i=1, 9999999999 do
  234. local A_1 = game:GetService("Workspace")[game.Players.LocalPlayer.Name].Cannon
  235. local Event = game:GetService("ReplicatedStorage").RemoteEvents.CannonBase
  236. Event:FireServer(A_1)
  237. wait()
  238. end
  239. end)
  240.  
  241. AutoFarmGun.Name = "Auto Farm Gun"
  242. AutoFarmGun.Parent = Main
  243. AutoFarmGun.BackgroundColor3 = Color3.new(1, 1, 1)
  244. AutoFarmGun.BackgroundTransparency = 1
  245. AutoFarmGun.Position = UDim2.new(0.0216606501, 0, 0.82093662, 0)
  246. AutoFarmGun.Size = UDim2.new(0, 264, 0, 50)
  247. AutoFarmGun.Font = Enum.Font.Cartoon
  248. AutoFarmGun.Text = "Auto Farm Defense"
  249. AutoFarmGun.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  250. AutoFarmGun.TextScaled = true
  251. AutoFarmGun.TextSize = 14
  252. AutoFarmGun.TextWrapped = true
  253. AutoFarmGun.MouseButton1Down:connet(function()
  254. for i=1, 9999999999 do
  255. local A_1 = game:GetService("Workspace")[game.Players.LocalPlayer.Name].Weight.Control.HakiType
  256. local A_2 = game:GetService("Workspace")[game.Players.LocalPlayer.Name].Weight
  257. local A_3 = game:GetService("Workspace")[game.Players.LocalPlayer.Name].Uses
  258. local Event = game:GetService("ReplicatedStorage").RemoteEvents.Weights
  259. Event:FireServer(A_1, A_2, A_3)
  260. wait()
  261. end
  262. end)
  263.  
  264. InfoFrame.Name = "InfoFrame"
  265. InfoFrame.Parent = Main
  266. InfoFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  267. InfoFrame.BackgroundTransparency = 1
  268. InfoFrame.Position = UDim2.new(1.07581222, 0, 0, 0)
  269. InfoFrame.Size = UDim2.new(0, 245, 0, 363)
  270.  
  271. Info.Name = "Info"
  272. Info.Parent = InfoFrame
  273. Info.BackgroundColor3 = Color3.new(0.752941, 0.223529, 0.168627)
  274. Info.BorderColor3 = Color3.new(0.752941, 0.223529, 0.168627)
  275. Info.Size = UDim2.new(0, 245, 0, 363)
  276. Info.Position = UDim2.new(0, 0, 0, 0)
  277. Info.Font = Enum.Font.Cartoon
  278. Info.Text = "To Farm Sword You Must Have Katana Equipped! To Farm Defense You Must Have Connon Equipped! To Farm Gun You Must Have Weight Equipped"
  279. Info.TextColor3 = Color3.new(1, 1, 1)
  280. Info.TextScaled = true
  281. Info.TextSize = 14
  282. Info.TextWrapped = true
  283.  
  284. Label.Name = "Label"
  285. Label.Parent = Info
  286. Label.BackgroundColor3 = Color3.new(0.905882, 0.298039, 0.235294)
  287. Label.BorderColor3 = Color3.new(0.905882, 0.298039, 0.235294)
  288. Label.Position = UDim2.new(0, 0, -0.118457302, 0)
  289. Label.Size = UDim2.new(0, 245, 0, 43)
  290. Label.Font = Enum.Font.Cartoon
  291. Label.Text = "Read Me First!"
  292. Label.TextColor3 = Color3.new(1, 1, 1)
  293. Label.TextSize = 34
  294. Label.TextWrapped = true
  295.  
  296. CloseForInfo.Name = "CloseForInfo"
  297. CloseForInfo.Parent = Info
  298. CloseForInfo.BackgroundColor3 = Color3.new(1, 1, 1)
  299. CloseForInfo.BackgroundTransparency = 1
  300. CloseForInfo.Position = UDim2.new(0, 0, -0.118457302, 0)
  301. CloseForInfo.Size = UDim2.new(0, 26, 0, 27)
  302. CloseForInfo.Image = "rbxassetid://2022970203"
  303. CloseForInfo.MouseButton1Down:connect(function()
  304. Info.Visible = false
  305. end)
  306.  
  307. Close.Name = "Close"
  308. Close.Parent = Main
  309. Close.BackgroundColor3 = Color3.new(1, 1, 1)
  310. Close.BackgroundTransparency = 1
  311. Close.Position = UDim2.new(0, 0, 0.0523415953, 0)
  312. Close.Size = UDim2.new(0, 26, 0, 27)
  313. Close.Image = "rbxassetid://2022970203"
  314. Close.MouseButton1Down:connect(function()
  315. Main.Visible = false
  316. OpenFrame.Visible = true
  317. end)
  318.  
  319. sound.SoundId = "http://www.roblox.com/asset/?id=452267918"
  320. sound.Parent = ScreenGui
  321. -- Scripts:
  322.  
  323. -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement