LuongLoiNhoi

Hack Beyond (naruto) Hack Ngon Pass 2

Jan 8th, 2019
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.46 KB | None | 0 0
  1. local Screen = Instance.new("ScreenGui")
  2. local Gui = Instance.new("Frame")
  3. local Version = Instance.new("TextLabel")
  4. local GuiClose = Instance.new("TextButton")
  5. local Scroll = Instance.new("TextButton")
  6. local KenJutsu = Instance.new("TextButton")
  7. local NinJutsu = Instance.new("TextButton")
  8. local Companion = Instance.new("TextButton")
  9. local Weapon = Instance.new("TextButton")
  10. local Combo = Instance.new("TextButton")
  11. local TaiJutsu = Instance.new("TextButton")
  12. local Farm = Instance.new("TextButton")
  13. local All = Instance.new("TextButton")
  14. local Kekkei = Instance.new("TextButton")
  15. local Element = Instance.new("TextButton")
  16. local Bag = Instance.new("TextButton")
  17. local Exp = Instance.new("TextButton")
  18. local Pack1 = Instance.new("TextButton")
  19. local Pack2 = Instance.new("TextButton")
  20. local SubJutsu2 = Instance.new("TextButton")
  21.  
  22.  
  23. Screen.Name = "Screen"
  24. Screen.Parent = game.Players.LocalPlayer.PlayerGui
  25.  
  26.  
  27. Gui.Name = "Gui"
  28. Gui.Parent = Screen
  29. Gui.BackgroundColor3 = Color3.new(0.3, 0.3, 0.3)
  30. Gui.Position = UDim2.new(0.040, 400, 0.6900, 0.3)
  31. Gui.Size = UDim2.new(0, 278, 0, 84)
  32. Gui.Transparency = 1
  33.  
  34.  
  35. GuiClose.Name = "GuiClose"
  36. GuiClose.Parent = Gui
  37. GuiClose.BorderSizePixel = 0
  38. GuiClose.BackgroundColor3 = Color3.new(1, 0, 0)
  39. GuiClose.Position = UDim2.new(0.643, 45, -0.38, 0)
  40. GuiClose.Size = UDim2.new(0, 48, 0, 25)
  41. GuiClose.Font = Enum.Font.SciFi
  42. GuiClose.Text = "X"
  43. GuiClose.TextColor3 = Color3.new(1, 1, 1)
  44. GuiClose.TextSize = 17
  45. GuiClose.Transparency = 0.2
  46. GuiClose.MouseButton1Click:connect(function()
  47. game.Players.LocalPlayer.PlayerGui["Screen"]:Remove()
  48. end)
  49.  
  50.  
  51. Version.Name = "Version"
  52. Version.Parent = Gui
  53. Version.BorderSizePixel = 0
  54. Version.BackgroundColor3 = Color3.new(1, 1, 1)
  55. Version.Position = UDim2.new(0, 0, -0.38, 0)
  56. Version.Size = UDim2.new(0, 224, 0, 25)
  57. Version.Font = Enum.Font.SciFi
  58. Version.Text = " Sxre Menu | v1.21 | By Mapaen "
  59. Version.TextColor3 = Color3.new(0.2, 0.2, 0.2)
  60. Version.TextScaled = false
  61. Version.TextSize = 17
  62. Version.TextWrapped = true
  63. Version.Transparency = 0.2
  64.  
  65.  
  66. Scroll.Name = "Scroll"
  67. Scroll.Parent = Gui
  68. Scroll.BorderSizePixel = 0
  69. Scroll.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  70. Scroll.Position = UDim2.new(0, 0, -0.08, 0)
  71. Scroll.Size = UDim2.new(0, 68, 0, 25)
  72. Scroll.TextColor3 = Color3.new(1, 1, 1)
  73. Scroll.Font = Enum.Font.SciFi
  74. Scroll.Text = "SubJutsu"
  75. Scroll.TextSize = 14
  76. Scroll.Transparency = 0.2
  77. Scroll.MouseButton1Click:connect(function()
  78. for i,v in pairs(game.Players.LocalPlayer.PlayerGui.MainGui.menu.Sub.mode:GetChildren()) do
  79. v.lock.Image = ("rbxassetid://1494129610")
  80. end
  81. for i,v in pairs(game.Players.LocalPlayer.PlayerGui.MainGui.menu.Sub.sum:GetChildren()) do
  82. v.lock.Image = ("rbxassetid://1494129610")
  83. end
  84. for i,v in pairs(game.Players.LocalPlayer.PlayerGui.MainGui.menu.Sub.jutsu:GetChildren()) do
  85. v.lock.Image = ("rbxassetid://1494129610")
  86. end
  87. end)
  88.  
  89.  
  90. KenJutsu.Name = "KenJutsu"
  91. KenJutsu.Parent = Gui
  92. KenJutsu.BorderSizePixel = 0
  93. KenJutsu.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  94. KenJutsu.Position = UDim2.new(0.246, 0, -0.08, 0)
  95. KenJutsu.Size = UDim2.new(0, 68, 0, 25)
  96. KenJutsu.TextColor3 = Color3.new(1, 1, 1)
  97. KenJutsu.Font = Enum.Font.SciFi
  98. KenJutsu.Text = "KenJutsu"
  99. KenJutsu.TextSize = 14
  100. KenJutsu.Transparency = 0.2
  101. KenJutsu.MouseButton1Click:connect(function()
  102. local target = game.Players.LocalPlayer.PlayerGui.MainGui.menu.ken:GetChildren()
  103. for i, v in pairs(target) do
  104. v.lock.Visible = false
  105. end
  106. end)
  107.  
  108.  
  109. NinJutsu.Name = "NinJutsu"
  110. NinJutsu.Parent = Gui
  111. NinJutsu.BorderSizePixel = 0
  112. NinJutsu.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  113. NinJutsu.Position = UDim2.new(0.490, 0, -0.08, 0)
  114. NinJutsu.Size = UDim2.new(0, 68, 0, 25)
  115. NinJutsu.TextColor3 = Color3.new(1, 1, 1)
  116. NinJutsu.Font = Enum.Font.SciFi
  117. NinJutsu.Text = "NinJutsu"
  118. NinJutsu.TextSize = 14
  119. NinJutsu.Transparency = 0.2
  120. NinJutsu.MouseButton1Click:connect(function()
  121. local target = game.Players.LocalPlayer.PlayerGui.MainGui.menu.Nin:GetChildren()
  122. for i, v in pairs(target) do
  123. v.lock.Visible = false
  124. end
  125. end)
  126.  
  127. Companion.Name = "Companion"
  128. Companion.Parent = Gui
  129. Companion.BorderSizePixel = 0
  130. Companion.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  131. Companion.Position = UDim2.new(0.735, 0, -0.08, 0)
  132. Companion.Size = UDim2.new(0, 68, 0, 25)
  133. Companion.TextColor3 = Color3.new(1, 1, 1)
  134. Companion.Font = Enum.Font.SciFi
  135. Companion.Text = "Companion"
  136. Companion.TextSize = 13
  137. Companion.Transparency = 0.2
  138. Companion.MouseButton1Click:connect(function()
  139. local target =game.Players.LocalPlayer.PlayerGui.MainGui.menu.Comp:GetChildren{}
  140. for i, v in pairs(target) do
  141. v.lock.Visible = false
  142. end
  143. end)
  144.  
  145.  
  146. Weapon.Name = "Weapon"
  147. Weapon.Parent = Gui
  148. Weapon.BorderSizePixel = 0
  149. Weapon.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  150. Weapon.Position = UDim2.new(0, 0, 0.21, 0)
  151. Weapon.Size = UDim2.new(0, 68, 0, 25)
  152. Weapon.TextColor3 = Color3.new(1, 1, 1)
  153. Weapon.Font = Enum.Font.SciFi
  154. Weapon.Text = "Weapon"
  155. Weapon.TextSize = 14
  156. Weapon.Transparency = 0.2
  157. Weapon.MouseButton1Click:connect(function()
  158. local target = game.Players.LocalPlayer.PlayerGui.MainGui.menu.Wep:GetChildren()
  159. for i, v in pairs(target) do
  160. v.lock.Visible = false
  161. end
  162. end)
  163.  
  164.  
  165. Combo.Name = "Combo"
  166. Combo.Parent = Gui
  167. Combo.BorderSizePixel = 0
  168. Combo.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  169. Combo.Position = UDim2.new(0, 68, 0.21, 0)
  170. Combo.Size = UDim2.new(0, 68, 0, 25)
  171. Combo.TextColor3 = Color3.new(1, 1, 1)
  172. Combo.Font = Enum.Font.SciFi
  173. Combo.Text = "Combo"
  174. Combo.TextSize = 14
  175. Combo.Transparency = 0.2
  176. Combo.MouseButton1Click:connect(function()
  177. local target =game.Players.LocalPlayer.PlayerGui.MainGui.menu.combos:GetChildren{}
  178. for i, v in pairs(target) do
  179. v.lock.Visible = false
  180. end
  181. end)
  182.  
  183.  
  184. TaiJutsu.Name = "TaiJutsu"
  185. TaiJutsu.Parent = Gui
  186. TaiJutsu.BorderSizePixel = 0
  187. TaiJutsu.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  188. TaiJutsu.Position = UDim2.new(0, 136, 0.21, 0)
  189. TaiJutsu.Size = UDim2.new(0, 68, 0, 25)
  190. TaiJutsu.TextColor3 = Color3.new(1, 1, 1)
  191. TaiJutsu.Font = Enum.Font.SciFi
  192. TaiJutsu.Text = "TaiJutsu"
  193. TaiJutsu.TextSize = 14
  194. TaiJutsu.Transparency = 0.2
  195. TaiJutsu.MouseButton1Click:connect(function()
  196. local target =game.Players.LocalPlayer.PlayerGui.MainGui.menu.Tai:GetChildren{}
  197. for i, v in pairs(target) do
  198. v.lock.Visible = false
  199. end
  200. end)
  201.  
  202.  
  203.  
  204. Farm.Name = "Farm"
  205. Farm.Parent = Gui
  206. Farm.BorderSizePixel = 0
  207. Farm.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  208. Farm.Position = UDim2.new(0, 204, 0.21, 0)
  209. Farm.Size = UDim2.new(0, 68, 0, 25)
  210. Farm.TextColor3 = Color3.new(1, 1, 1)
  211. Farm.Font = Enum.Font.SciFi
  212. Farm.Text = "Kunai Farm"
  213. Farm.TextSize = 13
  214. Farm.Transparency = 0.2
  215. Farm.MouseButton1Click:connect(function()
  216. while wait(0.03) do
  217. game.Players.LocalPlayer.keyinput:FireServer("checkwep", game.Players.LocalPlayer:GetMouse().Hit)
  218. end
  219. end)
  220.  
  221.  
  222. All.Name = "All"
  223. All.Parent = Gui
  224. All.BorderSizePixel = 0
  225. All.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  226. All.Position = UDim2.new(0, 0, 0.51, 0)
  227. All.Size = UDim2.new(0, 68, 0, 25)
  228. All.TextColor3 = Color3.new(1, 1, 1)
  229. All.Font = Enum.Font.SciFi
  230. All.Text = "Get All"
  231. All.TextSize = 14
  232. All.Transparency = 0.2
  233. All.MouseButton1Click:connect(function()
  234. local target = game.Players.LocalPlayer.PlayerGui.MainGui.menu.Wep:GetChildren()
  235. for i, v in pairs(target) do
  236. v.lock.Visible = false
  237. end
  238. local target =game.Players.LocalPlayer.PlayerGui.MainGui.menu.Comp:GetChildren{}
  239. for i, v in pairs(target) do
  240. v.lock.Visible = false
  241. end
  242. local target = game.Players.LocalPlayer.PlayerGui.MainGui.menu.ken:GetChildren()
  243. for i, v in pairs(target) do
  244. v.lock.Visible = false
  245. end
  246. local target =game.Players.LocalPlayer.PlayerGui.MainGui.menu.combos:GetChildren{}
  247. for i, v in pairs(target) do
  248. v.lock.Visible = false
  249. end
  250. local target =game.Players.LocalPlayer.PlayerGui.MainGui.menu.Tai:GetChildren{}
  251. for i, v in pairs(target) do
  252. v.lock.Visible = false
  253. end
  254. local target = game.Players.LocalPlayer.PlayerGui.MainGui.menu.Nin:GetChildren()
  255. for i, v in pairs(target) do
  256. v.lock.Visible = false
  257. end
  258. for i,v in pairs(game.Players.LocalPlayer.PlayerGui.MainGui.menu.Sub:GetChildren()) do
  259. v.lock.Image = ("rbxassetid://1494129610")
  260. end
  261. end)
  262.  
  263.  
  264. Kekkei.Name = "Kekkei"
  265. Kekkei.Parent = Gui
  266. Kekkei.BorderSizePixel = 0
  267. Kekkei.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  268. Kekkei.Position = UDim2.new(0, 68, 0.51, 0)
  269. Kekkei.Size = UDim2.new(0, 68, 0, 25)
  270. Kekkei.TextColor3 = Color3.new(1, 1, 1)
  271. Kekkei.Font = Enum.Font.SciFi
  272. Kekkei.Text = "4 KG Slot"
  273. Kekkei.TextSize = 14
  274. Kekkei.Transparency = 0.2
  275. Kekkei.MouseButton1Click:connect(function()
  276. game:GetService("Players").LocalPlayer.keyinput:FireServer("respin", 4)
  277. end)
  278.  
  279.  
  280. Element.Name = "Element"
  281. Element.Parent = Gui
  282. Element.BorderSizePixel = 0
  283. Element.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  284. Element.Position = UDim2.new(0, 136, 0.51, 0)
  285. Element.Size = UDim2.new(0, 68, 0, 25)
  286. Element.TextColor3 = Color3.new(1, 1, 1)
  287. Element.Font = Enum.Font.SciFi
  288. Element.Text = "Elements"
  289. Element.TextSize = 14
  290. Element.Transparency = 0.2
  291. Element.MouseButton1Click:connect(function()
  292. local Element = "earth"
  293. game.Players.LocalPlayer.PlayerGui.MainGui.Menu4.main[Element].select.Visible = true
  294. local Element = "fire"
  295. game.Players.LocalPlayer.PlayerGui.MainGui.Menu4.main[Element].select.Visible = true
  296. local Element = "lightning"
  297. game.Players.LocalPlayer.PlayerGui.MainGui.Menu4.main[Element].select.Visible = true
  298. local Element = "water"
  299. game.Players.LocalPlayer.PlayerGui.MainGui.Menu4.main[Element].select.Visible = true
  300. local Element = "wind"
  301. game.Players.LocalPlayer.PlayerGui.MainGui.Menu4.main[Element].select.Visible = true
  302. end)
  303.  
  304.  
  305. Bag.Name = "Bag"
  306. Bag.Parent = Gui
  307. Bag.BorderSizePixel = 0
  308. Bag.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  309. Bag.Position = UDim2.new(0, 204, 0.51, 0)
  310. Bag.Size = UDim2.new(0, 68, 0, 25)
  311. Bag.TextColor3 = Color3.new(1, 1, 1)
  312. Bag.Font = Enum.Font.SciFi
  313. Bag.Text = "Get KG Bag"
  314. Bag.TextSize = 13
  315. Bag.Transparency = 0.2
  316. Bag.MouseButton1Click:connect(function()
  317. game.Players.LocalPlayer.PlayerGui.MainGui.Menu4.bag.Visible = true
  318. local KG = "sharingan"
  319. game.Players.LocalPlayer.PlayerGui.MainGui.Menu4.bag.frame[KG].locked.Visible = false
  320. local KG = "wood"
  321. game.Players.LocalPlayer.PlayerGui.MainGui.Menu4.bag.frame[KG].locked.Visible = false
  322. local KG = "rinnegan"
  323. game.Players.LocalPlayer.PlayerGui.MainGui.Menu4.bag.frame[KG].locked.Visible = false
  324. local KG = "byakugan"
  325. game.Players.LocalPlayer.PlayerGui.MainGui.Menu4.bag.frame[KG].locked.Visible = false
  326. local KG = "sand"
  327. game.Players.LocalPlayer.PlayerGui.MainGui.Menu4.bag.frame[KG].locked.Visible = false
  328. local KG = "akimichi"
  329. game.Players.LocalPlayer.PlayerGui.MainGui.Menu4.bag.frame[KG].locked.Visible = false
  330. local KG = "ice"
  331. game.Players.LocalPlayer.PlayerGui.MainGui.Menu4.bag.frame[KG].locked.Visible = false
  332. local KG = "tenseigan"
  333. game.Players.LocalPlayer.PlayerGui.MainGui.Menu4.bag.frame[KG].locked.Visible = false
  334. local KG = "shadow"
  335. game.Players.LocalPlayer.PlayerGui.MainGui.Menu4.bag.frame[KG].locked.Visible = false
  336. local KG = "lava"
  337. game.Players.LocalPlayer.PlayerGui.MainGui.Menu4.bag.frame[KG].locked.Visible = false
  338. local KG = "storm"
  339. game.Players.LocalPlayer.PlayerGui.MainGui.Menu4.bag.frame[KG].locked.Visible = false
  340. local KG = "momo"
  341. game.Players.LocalPlayer.PlayerGui.MainGui.Menu4.bag.frame[KG].locked.Visible = false
  342. local KG = "sasrinnegan"
  343. game.Players.LocalPlayer.PlayerGui.MainGui.Menu4.bag.frame[KG].locked.Visible = false
  344. local KG = "Shikotsumyaku"
  345. game.Players.LocalPlayer.PlayerGui.MainGui.Menu4.bag.frame[KG].locked.Visible = false
  346. local KG = "aburame"
  347. game.Players.LocalPlayer.PlayerGui.MainGui.Menu4.bag.frame[KG].locked.Visible = false
  348. local KG = "madarasharingan"
  349. game.Players.LocalPlayer.PlayerGui.MainGui.Menu4.bag.frame[KG].locked.Visible = false
  350. local KG = "itachiman"
  351. game.Players.LocalPlayer.PlayerGui.MainGui.Menu4.bag.frame[KG].locked.Visible = false
  352. end)
  353.  
  354.  
  355. Exp.Name = "Exp"
  356. Exp.Parent = Gui
  357. Exp.BorderSizePixel = 0
  358. Exp.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  359. Exp.Position = UDim2.new(0, 0, 0.81, 0)
  360. Exp.Size = UDim2.new(0, 68, 0, 25)
  361. Exp.TextColor3 = Color3.new(1, 1, 1)
  362. Exp.Font = Enum.Font.SciFi
  363. Exp.Text = "Exp 2X"
  364. Exp.TextSize = 14
  365. Exp.Transparency = 0.2
  366. Exp.MouseButton1Click:connect(function()
  367. game.Players.LocalPlayer.dblexp.Value = true
  368. Instance.new("IntValue",game.Players.LocalPlayer)
  369. wait()
  370. game.Players.LocalPlayer.Value.Name = ("dblexp")
  371. end)
  372.  
  373.  
  374. Pack1.Name = "Pack1"
  375. Pack1.Parent = Gui
  376. Pack1.BorderSizePixel = 0
  377. Pack1.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  378. Pack1.Position = UDim2.new(0, 68, 0.81, 0)
  379. Pack1.Size = UDim2.new(0, 68, 0, 25)
  380. Pack1.TextColor3 = Color3.new(1, 1, 1)
  381. Pack1.Font = Enum.Font.SciFi
  382. Pack1.Text = "PvP & Farm"
  383. Pack1.TextSize = 13
  384. Pack1.Transparency = 0.2
  385. Pack1.MouseButton1Click:connect(function()
  386. game.Players.LocalPlayer.keyinput:FireServer("equippowerz", "r", "itachimana")
  387. game.Players.LocalPlayer.keyinput:FireServer("equippowerz", "t", "shadowa")
  388. game.Players.LocalPlayer.keyinput:FireServer("equippowerz", "y", "aburamec")
  389. game.Players.LocalPlayer.keyinput:FireServer("equippowerz", "f", "lavac")
  390. game.Players.LocalPlayer.keyinput:FireServer("equippowerz", "g", "storma")
  391. game.Players.LocalPlayer.keyinput:FireServer("equippowerz", "h", "stormb")
  392. game.Players.LocalPlayer.keyinput:FireServer("equipwep", "1", "sasukeb")
  393. game.Players.LocalPlayer.keyinput:FireServer("equipwep", "3", "pain")
  394. end)
  395.  
  396.  
  397. Pack2.Name = "Pack2"
  398. Pack2.Parent = Gui
  399. Pack2.BorderSizePixel = 0
  400. Pack2.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  401. Pack2.Position = UDim2.new(0, 136, 0.81, 0)
  402. Pack2.Size = UDim2.new(0, 68, 0, 25)
  403. Pack2.TextColor3 = Color3.new(1, 1, 1)
  404. Pack2.Font = Enum.Font.SciFi
  405. Pack2.Text = "Lava & Storm"
  406. Pack2.TextSize = 11
  407. Pack2.Transparency = 0.2
  408. Pack2.MouseButton1Click:connect(function()
  409. game.Players.LocalPlayer.keyinput:FireServer("equippowerz", "r", "lavaa")
  410. game.Players.LocalPlayer.keyinput:FireServer("equippowerz", "t", "lavab")
  411. game.Players.LocalPlayer.keyinput:FireServer("equippowerz", "y", "lavac")
  412. game.Players.LocalPlayer.keyinput:FireServer("equippowerz", "f", "storma")
  413. game.Players.LocalPlayer.keyinput:FireServer("equippowerz", "g", "stormb")
  414. game.Players.LocalPlayer.keyinput:FireServer("equippowerz", "h", "stormc")
  415. end)
  416.  
  417.  
  418. SubJutsu2.Name = "SubJutsu2"
  419. SubJutsu2.Parent = Gui
  420. SubJutsu2.BorderSizePixel = 0
  421. SubJutsu2.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  422. SubJutsu2.Position = UDim2.new(0, 204, 0.81, 0)
  423. SubJutsu2.Size = UDim2.new(0, 68, 0, 25)
  424. SubJutsu2.TextColor3 = Color3.new(1, 1, 1)
  425. SubJutsu2.Font = Enum.Font.SciFi
  426. SubJutsu2.Text = "SubJutsu 2.0"
  427. SubJutsu2.TextSize = 11
  428. SubJutsu2.Transparency = 0.2
  429. SubJutsu2.MouseButton1Click:connect(function()
  430. local target = game.Players.LocalPlayer.PlayerGui.MainGui.menu.Sub.mode:GetChildren() for i, v in pairs(target)
  431. do v.lock.Visible = false
  432. end
  433. local target = game.Players.LocalPlayer.PlayerGui.MainGui.menu.Sub.sum:GetChildren() for i, v in pairs(target)
  434. do v.lock.Visible = false
  435. end
  436. local target = game.Players.LocalPlayer.PlayerGui.MainGui.menu.Sub.jutsu:GetChildren() for i, v in pairs(target)
  437. do v.lock.Visible = false
  438. end
  439. end)
Add Comment
Please, Sign In to add comment