Advertisement
naruto9161

Untitled

Mar 26th, 2019
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.94 KB | None | 0 0
  1. -- Gui Make By : Naruto Minecraft
  2. -- Version: 2.82
  3. -- Instances:
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local Main1 = Instance.new("Frame")
  6. local Main2 = Instance.new("Frame")
  7. local offtpchest = Instance.new("TextButton")
  8. local offtpbandit = Instance.new("TextButton")
  9. local ontpbandit = Instance.new("TextButton")
  10. local ontpchest = Instance.new("TextButton")
  11. local Discord = Instance.new("TextLabel")
  12. local naruto7884 = Instance.new("TextLabel")
  13. local Naruto = Instance.new("TextLabel")
  14. local GuiMake = Instance.new("TextLabel")
  15. local TextLabel = Instance.new("TextLabel")
  16. local Close2 = Instance.new("TextButton")
  17. local Close = Instance.new("TextButton")
  18. local Open = Instance.new("TextButton")
  19. --Properties:
  20. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  21. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  22. ScreenGui.Parent = game.CoreGui
  23.  
  24. Main1.Name = "Main1"
  25. Main1.Parent = ScreenGui
  26. Main1.BackgroundColor3 = Color3.new(0.156863, 0.168627, 0.12549)
  27. Main1.BorderColor3 = Color3.new(1, 0.027451, 0.0431373)
  28. Main1.BorderSizePixel = 3
  29. Main1.Position = UDim2.new(0.272519946, 0, 0.195153058, 0)
  30. Main1.Size = UDim2.new(0, 293, 0, 36)
  31. Main1.Active = true
  32. Main1.Draggable = true
  33.  
  34. Main2.Name = "Main2"
  35. Main2.Parent = Main1
  36. Main2.BackgroundColor3 = Color3.new(0.156863, 0.168627, 0.12549)
  37. Main2.BorderColor3 = Color3.new(1, 0.027451, 0.0431373)
  38. Main2.BorderSizePixel = 3
  39. Main2.Position = UDim2.new(0, 0, 1, 0)
  40. Main2.Size = UDim2.new(0, 293, 0, 137)
  41. Main2.Visible = false
  42.  
  43. offtpchest.Name = "offtpchest"
  44. offtpchest.Parent = Main2
  45. offtpchest.BackgroundColor3 = Color3.new(1, 0.0745098, 0.0901961)
  46. offtpchest.BorderColor3 = Color3.new(0.184314, 0.184314, 1)
  47. offtpchest.BorderSizePixel = 4
  48. offtpchest.Position = UDim2.new(0.344709903, 0, 0.0867801905, 0)
  49. offtpchest.Size = UDim2.new(0, 92, 0, 50)
  50. offtpchest.Font = Enum.Font.SourceSans
  51. offtpchest.Text = "Tp Chest "
  52. offtpchest.TextColor3 = Color3.new(0, 0, 0)
  53. offtpchest.TextSize = 20
  54. offtpchest.MouseButton1Down:connect(function()
  55. offtpchest.Visible = false
  56. ontpchest.Visible = true
  57.  
  58. _G.chest = true
  59. while _G.chest do
  60. local plr = game:GetService("Players").LocalPlayer
  61. for i,v in pairs(workspace["Chests"]:GetDescendants())do
  62. if v:IsA("Model") and v.Name == "RareChest" and "NormalChest" then
  63. wait(2)
  64. plr.Character.HumanoidRootPart.CFrame = v.p1.CFrame
  65. end
  66. end
  67. end
  68. end)
  69.  
  70. offtpbandit.Name = "offtpbandit"
  71. offtpbandit.Parent = Main2
  72. offtpbandit.BackgroundColor3 = Color3.new(1, 0.0117647, 0.0588235)
  73. offtpbandit.BorderColor3 = Color3.new(0.184314, 0.184314, 1)
  74. offtpbandit.BorderSizePixel = 4
  75. offtpbandit.Position = UDim2.new(0.344709903, 0, 0.538929284, 0)
  76. offtpbandit.Size = UDim2.new(0, 92, 0, 50)
  77. offtpbandit.Font = Enum.Font.SourceSans
  78. offtpbandit.Text = "Tp Bandit"
  79. offtpbandit.TextColor3 = Color3.new(0, 0, 0)
  80. offtpbandit.TextSize = 20
  81. offtpbandit.MouseButton1Down:connect(function()
  82. offtpbandit.Visible = false
  83. ontpbandit.Visible = true
  84.  
  85. _G.mmk = true
  86. while _G.mmk do
  87. local plr = game:GetService("Players").LocalPlayer
  88. local plrname = game:GetService("Players").LocalPlayer.Name
  89. for i,v in pairs(workspace["NPC/PLAYER"]:GetDescendants())do
  90. if v:IsA("Model") and v.Name == "Bandit" then
  91. wait()
  92. plr.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame
  93. v.HumanoidRootPart.Anchored = true
  94. game.Players.LocalPlayer.Character.Humanoid.Health = 999999
  95. local Event = game:GetService("Workspace")["NPC/PLAYER"]["plrname"].Combat.M.Damage
  96. Event:FireServer()
  97. end
  98. end
  99. end
  100. end)
  101.  
  102. ontpbandit.Name = "ontpbandit"
  103. ontpbandit.Parent = Main2
  104. ontpbandit.BackgroundColor3 = Color3.new(0.152941, 1, 0.0941177)
  105. ontpbandit.BorderColor3 = Color3.new(0.184314, 0.184314, 1)
  106. ontpbandit.BorderSizePixel = 4
  107. ontpbandit.Position = UDim2.new(0.344709903, 0, 0.538929284, 0)
  108. ontpbandit.Size = UDim2.new(0, 92, 0, 50)
  109. ontpbandit.Visible = false
  110. ontpbandit.Font = Enum.Font.SourceSans
  111. ontpbandit.Text = "Tp Bandit"
  112. ontpbandit.TextColor3 = Color3.new(0, 0, 0)
  113. ontpbandit.TextSize = 20
  114. ontpbandit.MouseButton1Down:connect(function()
  115. ontpbandit.Visible = false
  116. offtpbandit.Visible = true
  117.  
  118. _G.mmk = false
  119. while _G.mmk do
  120. local plr = game:GetService("Players").LocalPlayer
  121. local plrname = game:GetService("Players").LocalPlayer.Name
  122. for i,v in pairs(workspace["NPC/PLAYER"]:GetDescendants())do
  123. if v:IsA("Model") and v.Name == "Bandit" then
  124. wait()
  125. plr.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame
  126. v.HumanoidRootPart.Anchored = true
  127. game.Players.LocalPlayer.Character.Humanoid.Health = 999999
  128. local Event = game:GetService("Workspace")["NPC/PLAYER"]["plrname"].Combat.M.Damage
  129. Event:FireServer()
  130. end
  131. end
  132. end
  133. end)
  134.  
  135. ontpchest.Name = "ontpchest"
  136. ontpchest.Parent = Main2
  137. ontpchest.BackgroundColor3 = Color3.new(0.152941, 1, 0.0941177)
  138. ontpchest.BorderColor3 = Color3.new(0.184314, 0.184314, 1)
  139. ontpchest.BorderSizePixel = 4
  140. ontpchest.Position = UDim2.new(0.344709903, 0, 0.0867801905, 0)
  141. ontpchest.Size = UDim2.new(0, 92, 0, 50)
  142. ontpchest.Visible = false
  143. ontpchest.Font = Enum.Font.SourceSans
  144. ontpchest.Text = "Tp Chest "
  145. ontpchest.TextColor3 = Color3.new(0, 0, 0)
  146. ontpchest.TextSize = 20
  147. ontpchest.MouseButton1Down:connect(function()
  148. offtpchest.Visible = true
  149. ontpchest.Visible = false
  150.  
  151. _G.chest = false
  152. while _G.chest do
  153. local plr = game:GetService("Players").LocalPlayer
  154. for i,v in pairs(workspace["Chests"]:GetDescendants())do
  155. if v:IsA("Model") and v.Name == "RareChest" and "NormalChest" then
  156. wait(2)
  157. plr.Character.HumanoidRootPart.CFrame = v.p1.CFrame
  158. end
  159. end
  160. end
  161. end)
  162.  
  163. Discord.Name = "Discord"
  164. Discord.Parent = Main2
  165. Discord.BackgroundColor3 = Color3.new(1, 1, 1)
  166. Discord.BackgroundTransparency = 1
  167. Discord.Position = UDim2.new(0, 0, 0.538929284, 0)
  168. Discord.Size = UDim2.new(0, 100, 0, 50)
  169. Discord.Font = Enum.Font.Cartoon
  170. Discord.Text = "Discord"
  171. Discord.TextColor3 = Color3.new(0, 0, 0)
  172. Discord.TextSize = 14
  173.  
  174. naruto7884.Name = "naruto#7884"
  175. naruto7884.Parent = Main2
  176. naruto7884.BackgroundColor3 = Color3.new(1, 1, 1)
  177. naruto7884.BackgroundTransparency = 1
  178. naruto7884.Position = UDim2.new(0.658703089, 0, 0.538929284, 0)
  179. naruto7884.Size = UDim2.new(0, 100, 0, 50)
  180. naruto7884.Font = Enum.Font.Cartoon
  181. naruto7884.Text = "naruto\n#7884"
  182. naruto7884.TextColor3 = Color3.new(0, 0, 0)
  183. naruto7884.TextSize = 14
  184.  
  185. Naruto.Name = "Naruto"
  186. Naruto.Parent = Main2
  187. Naruto.BackgroundColor3 = Color3.new(1, 1, 1)
  188. Naruto.BackgroundTransparency = 1
  189. Naruto.Position = UDim2.new(0.658703089, 0, 0.0867801905, 0)
  190. Naruto.Size = UDim2.new(0, 100, 0, 50)
  191. Naruto.Font = Enum.Font.Cartoon
  192. Naruto.Text = "NarutoMC"
  193. Naruto.TextColor3 = Color3.new(0, 0, 0)
  194. Naruto.TextSize = 14
  195.  
  196. GuiMake.Name = "GuiMake"
  197. GuiMake.Parent = Main2
  198. GuiMake.BackgroundColor3 = Color3.new(1, 1, 1)
  199. GuiMake.BackgroundTransparency = 1
  200. GuiMake.Position = UDim2.new(0.00341296918, 0, 0.0867801905, 0)
  201. GuiMake.Size = UDim2.new(0, 100, 0, 50)
  202. GuiMake.Font = Enum.Font.Cartoon
  203. GuiMake.Text = "Gui Make By : "
  204. GuiMake.TextColor3 = Color3.new(0, 0, 0)
  205. GuiMake.TextSize = 14
  206.  
  207. TextLabel.Parent = Main1
  208. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  209. TextLabel.BackgroundTransparency = 1
  210. TextLabel.Position = UDim2.new(0.0273037553, 0, 0, 0)
  211. TextLabel.Size = UDim2.new(0, 200, 0, 36)
  212. TextLabel.Font = Enum.Font.SourceSans
  213. TextLabel.Text = "Pirates Conquest [BETA]"
  214. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  215. TextLabel.TextSize = 20
  216.  
  217. Close2.Name = "Close2"
  218. Close2.Parent = Main1
  219. Close2.BackgroundColor3 = Color3.new(1, 1, 1)
  220. Close2.BackgroundTransparency = 1
  221. Close2.Position = UDim2.new(0.583617806, 0, 0, 0)
  222. Close2.Size = UDim2.new(0, 71, 0, 36)
  223. Close2.Text = "-"
  224. Close2.TextColor3 = Color3.new(0, 0, 0)
  225. Close2.TextSize = 30
  226. Close2.Visible = false
  227. Close2.MouseButton1Down:connect(function()
  228. Open.Visible = true
  229. Close2.Visible = false
  230. Main2.Visible = false
  231. end)
  232.  
  233. Close.Name = "Close"
  234. Close.Parent = Main1
  235. Close.BackgroundColor3 = Color3.new(1, 1, 1)
  236. Close.BackgroundTransparency = 1
  237. Close.Position = UDim2.new(0.757679224, 0, 0, 0)
  238. Close.Size = UDim2.new(0, 71, 0, 36)
  239. Close.Font = Enum.Font.SourceSans
  240. Close.Text = "Close"
  241. Close.TextColor3 = Color3.new(0, 0, 0)
  242. Close.TextSize = 20
  243. Close.MouseButton1Down:connect(function()
  244. Main1.Visible = false
  245. end)
  246.  
  247. Open.Name = "Open"
  248. Open.Parent = Main1
  249. Open.BackgroundColor3 = Color3.new(1, 1, 1)
  250. Open.BackgroundTransparency = 1
  251. Open.Position = UDim2.new(0.583617806, 0, 0, 0)
  252. Open.Size = UDim2.new(0, 71, 0, 36)
  253. Open.Text = "-"
  254. Open.TextColor3 = Color3.new(0, 0, 0)
  255. Open.TextSize = 30
  256. Open.MouseButton1Down:connect(function()
  257. Open.Visible = false
  258. Close2.Visible = true
  259. Main2.Visible = true
  260. end)
  261.  
  262. function SCRIPT_YGNJ65_FAKESCRIPT() -- Discord.LocalScript
  263. local script = Instance.new('LocalScript')
  264. script.Parent = Discord
  265. while wait() do
  266. script.Parent.TextColor3 = Color3.new(1,0,0)
  267. for i=1,15 do
  268. game:GetService("RunService").RenderStepped:wait()
  269. script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g+(17/255),script.Parent.TextColor3.b)
  270. end
  271. for i=1,15 do
  272. game:GetService("RunService").RenderStepped:wait()
  273. script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r-(17/255),script.Parent.TextColor3.g,script.Parent.TextColor3.b)
  274. end
  275. for i=1,15 do
  276. game:GetService("RunService").RenderStepped:wait()
  277. script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g,script.Parent.TextColor3.b+(17/255))
  278. end
  279. for i=1,15 do
  280. game:GetService("RunService").RenderStepped:wait()
  281. script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g-(17/255),script.Parent.TextColor3.b)
  282. end
  283. for i=1,15 do
  284. game:GetService("RunService").RenderStepped:wait()
  285. script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r+(17/255),script.Parent.TextColor3.g,script.Parent.TextColor3.b)
  286. end
  287. for i=1,15 do
  288. game:GetService("RunService").RenderStepped:wait()
  289. script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g,script.Parent.TextColor3.b-(17/255))
  290. end
  291. end
  292.  
  293. end
  294. coroutine.resume(coroutine.create(SCRIPT_YGNJ65_FAKESCRIPT))
  295. function SCRIPT_KRZN68_FAKESCRIPT() -- naruto7884.LocalScript
  296. local script = Instance.new('LocalScript')
  297. script.Parent = naruto7884
  298. while wait() do
  299. script.Parent.TextColor3 = Color3.new(1,0,0)
  300. for i=1,15 do
  301. game:GetService("RunService").RenderStepped:wait()
  302. script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g+(17/255),script.Parent.TextColor3.b)
  303. end
  304. for i=1,15 do
  305. game:GetService("RunService").RenderStepped:wait()
  306. script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r-(17/255),script.Parent.TextColor3.g,script.Parent.TextColor3.b)
  307. end
  308. for i=1,15 do
  309. game:GetService("RunService").RenderStepped:wait()
  310. script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g,script.Parent.TextColor3.b+(17/255))
  311. end
  312. for i=1,15 do
  313. game:GetService("RunService").RenderStepped:wait()
  314. script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g-(17/255),script.Parent.TextColor3.b)
  315. end
  316. for i=1,15 do
  317. game:GetService("RunService").RenderStepped:wait()
  318. script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r+(17/255),script.Parent.TextColor3.g,script.Parent.TextColor3.b)
  319. end
  320. for i=1,15 do
  321. game:GetService("RunService").RenderStepped:wait()
  322. script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g,script.Parent.TextColor3.b-(17/255))
  323. end
  324. end
  325.  
  326. end
  327. coroutine.resume(coroutine.create(SCRIPT_KRZN68_FAKESCRIPT))
  328. function SCRIPT_WYRO69_FAKESCRIPT() -- Main1.Script
  329. local script = Instance.new('Script')
  330. script.Parent = Main1
  331. wait(1.2)
  332. game.StarterGui:SetCore("SendNotification", {
  333. Title = "Welcome";
  334. Text = "Thank you for using this GUI, - Remember to sub channel Naruto Minecraft";
  335. Icon = "rbxassetid://57254792";
  336. Duration = 10;
  337. })
  338.  
  339. end
  340. coroutine.resume(coroutine.create(SCRIPT_WYRO69_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement