LuongLoiNhoi

Hack Beyond (naruto) Hack Ngon Pass 1

Jan 2nd, 2019
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 45.83 KB | None | 0 0
  1. local SavageGUI = Instance.new("ScreenGui")
  2. local SavageFrame = Instance.new("Frame")
  3. local SavageLabel = Instance.new("TextLabel")
  4. local VersionLabel = Instance.new("TextLabel")
  5. local TeleportButton = Instance.new("TextButton")
  6. local JutsuButton = Instance.new("TextButton")
  7. local CustomizeButton = Instance.new("TextButton")
  8. local OtherButton = Instance.new("TextButton")
  9. local TeleportFrame = Instance.new("Frame")
  10. local KonohaButton = Instance.new("TextButton")
  11. local KirigakureButton = Instance.new("TextButton")
  12. local AkatsukiBaseButton = Instance.new("TextButton")
  13. local AmegakureButton = Instance.new("TextButton")
  14. local SunagakureButton = Instance.new("TextButton")
  15. local KumogakureButton = Instance.new("TextButton")
  16. local ZetsuGametButton = Instance.new("TextButton")
  17. local IwagakureButton = Instance.new("TextButton")
  18. local MyobokuButton = Instance.new("TextButton")
  19. local CaveButton = Instance.new("TextButton")
  20. local BridgeButton = Instance.new("TextButton")
  21. local SamuraiButton = Instance.new("TextButton")
  22. local ValleyButton = Instance.new("TextButton")
  23. local HokageButton = Instance.new("TextButton")
  24. local ForestButton = Instance.new("TextButton")
  25. local JutsuFrame = Instance.new("Frame")
  26. local NinJutsuButton = Instance.new("TextButton")
  27. local TaiJutsuButton = Instance.new("TextButton")
  28. local SubJutsuV1Button = Instance.new("TextButton")
  29. local SubJutsuV2Button = Instance.new("TextButton")
  30. local KenJutsuButton = Instance.new("TextButton")
  31. local CompanionsButton = Instance.new("TextButton")
  32. local CustomizeFrame = Instance.new("Frame")
  33. local _4KGSlotButton = Instance.new("TextButton")
  34. local ElementsButton = Instance.new("TextButton")
  35. local OpenSusanooButton = Instance.new("TextButton")
  36. local CloseSusanooButton = Instance.new("TextButton")
  37. local KGinBagButton = Instance.new("TextButton")
  38. local CloseKGButton = Instance.new("TextButton")
  39. local OpenKGButton = Instance.new("TextButton")
  40. local WeaponsButton = Instance.new("TextButton")
  41. local OtherFrame = Instance.new("Frame")
  42. local PacksPlusButton = Instance.new("TextButton")
  43. local ExpButton = Instance.new("TextButton")
  44. local FixCharacterButton = Instance.new("TextButton")
  45. local ShowRoleplayButton = Instance.new("TextButton")
  46. local MainButton = Instance.new("TextButton")
  47. local MainFrame = Instance.new("Frame")
  48. local WelcomeLabel = Instance.new("TextLabel")
  49. local VersionLabel_2 = Instance.new("TextLabel")
  50. local CreatorLabel = Instance.new("TextLabel")
  51. local LinkLabel = Instance.new("TextLabel")
  52. local CloseButton = Instance.new("TextButton")
  53. local EquipButton = Instance.new("TextButton")
  54. local EquipFrame = Instance.new("Frame")
  55. local JutsuNameBox = Instance.new("TextBox")
  56. local JutsuKeyBox = Instance.new("TextBox")
  57. local JutsuEquipButton = Instance.new("TextButton")
  58. local WeaponEquipButton = Instance.new("TextButton")
  59. local WeaponNameBox = Instance.new("TextBox")
  60. local WeaponKeyBox = Instance.new("TextBox")
  61.  
  62. game.StarterGui:SetCore("SendNotification", {
  63. Title = "Savage GUI";
  64. Text = "Welcome!";
  65. Icon = "rbxassetid://2556558988";
  66. Duration = 1;
  67. })
  68. local sound = Instance.new("Sound", game.Workspace)
  69. sound.SoundId = "rbxassetid://1759712659"
  70. sound:Play()
  71. print("play", sound.Playing, sound.TimePosition)
  72.  
  73. SavageGUI.Name = "SavageGUI"
  74. SavageGUI.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  75. SavageGUI.ResetOnSpawn = false
  76.  
  77. SavageFrame.Name = "SavageFrame"
  78. SavageFrame.Parent = SavageGUI
  79. SavageFrame.Active = true
  80. SavageFrame.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  81. SavageFrame.BackgroundTransparency = 0.10000000149012
  82. SavageFrame.BorderColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  83. SavageFrame.BorderSizePixel = 0
  84. SavageFrame.Position = UDim2.new(0.278881371, 0, 0.0702734962, 0)
  85. SavageFrame.Size = UDim2.new(0, 309, 0, 200)
  86.  
  87. SavageLabel.Name = "SavageLabel"
  88. SavageLabel.Parent = SavageFrame
  89. SavageLabel.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  90. SavageLabel.BackgroundTransparency = 0.10000000149012
  91. SavageLabel.BorderColor3 = Color3.new(0.156863, 0.196078, 0.196078)
  92. SavageLabel.BorderSizePixel = 0
  93. SavageLabel.Size = UDim2.new(0, 279, 0, 25)
  94. SavageLabel.Font = Enum.Font.SciFi
  95. SavageLabel.Text = " Savage Gui"
  96. SavageLabel.TextColor3 = Color3.new(1, 1, 1)
  97. SavageLabel.TextSize = 17
  98. SavageLabel.TextStrokeColor3 = Color3.new(0.380392, 1, 0.368627)
  99. SavageLabel.TextXAlignment = Enum.TextXAlignment.Left
  100.  
  101. VersionLabel.Name = "VersionLabel"
  102. VersionLabel.Parent = SavageFrame
  103. VersionLabel.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  104. VersionLabel.BackgroundTransparency = 0.10000000149012
  105. VersionLabel.BorderColor3 = Color3.new(0.156863, 0.196078, 0.196078)
  106. VersionLabel.BorderSizePixel = 0
  107. VersionLabel.Position = UDim2.new(0, 0, 0.875, 0)
  108. VersionLabel.Size = UDim2.new(0, 309, 0, 25)
  109. VersionLabel.Font = Enum.Font.SciFi
  110. VersionLabel.Text = ""
  111. VersionLabel.TextColor3 = Color3.new(1, 1, 1)
  112. VersionLabel.TextSize = 16
  113. VersionLabel.TextStrokeColor3 = Color3.new(0.380392, 1, 0.368627)
  114.  
  115. TeleportButton.Name = "TeleportButton"
  116. TeleportButton.Parent = SavageFrame
  117. TeleportButton.Active = false
  118. TeleportButton.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.294118)
  119. TeleportButton.BackgroundTransparency = 0.10000000149012
  120. TeleportButton.BorderSizePixel = 0
  121. TeleportButton.Position = UDim2.new(0.442999989, 0, 0.125, 0)
  122. TeleportButton.Size = UDim2.new(0, 60, 0, 25)
  123. TeleportButton.Font = Enum.Font.SciFi
  124. TeleportButton.Text = "Teleport"
  125. TeleportButton.TextColor3 = Color3.new(1, 1, 1)
  126. TeleportButton.TextSize = 14
  127.  
  128. JutsuButton.Name = "JutsuButton"
  129. JutsuButton.Parent = SavageFrame
  130. JutsuButton.Active = false
  131. JutsuButton.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.294118)
  132. JutsuButton.BackgroundTransparency = 0.10000000149012
  133. JutsuButton.BorderSizePixel = 0
  134. JutsuButton.Position = UDim2.new(0.160999998, 0, 0.125, 0)
  135. JutsuButton.Size = UDim2.new(0, 45, 0, 25)
  136. JutsuButton.Font = Enum.Font.SciFi
  137. JutsuButton.Text = "Jutsu"
  138. JutsuButton.TextColor3 = Color3.new(1, 1, 1)
  139. JutsuButton.TextSize = 14
  140.  
  141. CustomizeButton.Name = "CustomizeButton"
  142. CustomizeButton.Parent = SavageFrame
  143. CustomizeButton.Active = false
  144. CustomizeButton.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.294118)
  145. CustomizeButton.BackgroundTransparency = 0.10000000149012
  146. CustomizeButton.BorderSizePixel = 0
  147. CustomizeButton.Position = UDim2.new(0.637000024, 0, 0.125, 0)
  148. CustomizeButton.Size = UDim2.new(0, 64, 0, 25)
  149. CustomizeButton.Font = Enum.Font.SciFi
  150. CustomizeButton.Text = "Customize"
  151. CustomizeButton.TextColor3 = Color3.new(1, 1, 1)
  152. CustomizeButton.TextSize = 13
  153.  
  154. OtherButton.Name = "OtherButton"
  155. OtherButton.Parent = SavageFrame
  156. OtherButton.Active = false
  157. OtherButton.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.294118)
  158. OtherButton.BackgroundTransparency = 0.10000000149012
  159. OtherButton.BorderSizePixel = 0
  160. OtherButton.Position = UDim2.new(0.843999982, 0, 0.125, 0)
  161. OtherButton.Size = UDim2.new(0, 48, 0, 25)
  162. OtherButton.Font = Enum.Font.SciFi
  163. OtherButton.Text = "Other"
  164. OtherButton.TextColor3 = Color3.new(1, 1, 1)
  165. OtherButton.TextSize = 14
  166.  
  167. TeleportFrame.Name = "TeleportFrame"
  168. TeleportFrame.Parent = SavageFrame
  169. TeleportFrame.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  170. TeleportFrame.BorderSizePixel = 0
  171. TeleportFrame.Position = UDim2.new(0, 0, 0.25, 0)
  172. TeleportFrame.Size = UDim2.new(0, 309, 0, 125)
  173. TeleportFrame.Visible = false
  174.  
  175. KonohaButton.Name = "KonohaButton"
  176. KonohaButton.Parent = TeleportFrame
  177. KonohaButton.Active = false
  178. KonohaButton.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  179. KonohaButton.BorderSizePixel = 0
  180. KonohaButton.Size = UDim2.new(0, 103, 0, 25)
  181. KonohaButton.Font = Enum.Font.SciFi
  182. KonohaButton.Text = "Konohagakure"
  183. KonohaButton.TextColor3 = Color3.new(1, 1, 1)
  184. KonohaButton.TextSize = 14
  185.  
  186. KirigakureButton.Name = "KirigakureButton"
  187. KirigakureButton.Parent = TeleportFrame
  188. KirigakureButton.Active = false
  189. KirigakureButton.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  190. KirigakureButton.BorderSizePixel = 0
  191. KirigakureButton.Position = UDim2.new(0.331, 0, 0, 0)
  192. KirigakureButton.Size = UDim2.new(0, 103, 0, 25)
  193. KirigakureButton.Font = Enum.Font.SciFi
  194. KirigakureButton.Text = "Kirigakure"
  195. KirigakureButton.TextColor3 = Color3.new(1, 1, 1)
  196. KirigakureButton.TextSize = 14
  197.  
  198. AkatsukiBaseButton.Name = "AkatsukiBaseButton"
  199. AkatsukiBaseButton.Parent = TeleportFrame
  200. AkatsukiBaseButton.Active = false
  201. AkatsukiBaseButton.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  202. AkatsukiBaseButton.BorderSizePixel = 0
  203. AkatsukiBaseButton.Position = UDim2.new(0.666000009, 0, 0, 0)
  204. AkatsukiBaseButton.Size = UDim2.new(0, 103, 0, 25)
  205. AkatsukiBaseButton.Font = Enum.Font.SciFi
  206. AkatsukiBaseButton.Text = "Akatsuki Base"
  207. AkatsukiBaseButton.TextColor3 = Color3.new(1, 1, 1)
  208. AkatsukiBaseButton.TextSize = 14
  209.  
  210. AmegakureButton.Name = "AmegakureButton"
  211. AmegakureButton.Parent = TeleportFrame
  212. AmegakureButton.Active = false
  213. AmegakureButton.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  214. AmegakureButton.BorderSizePixel = 0
  215. AmegakureButton.Position = UDim2.new(0, 0, 0.198780626, 0)
  216. AmegakureButton.Size = UDim2.new(0, 103, 0, 25)
  217. AmegakureButton.Font = Enum.Font.SciFi
  218. AmegakureButton.Text = "Amegakure"
  219. AmegakureButton.TextColor3 = Color3.new(1, 1, 1)
  220. AmegakureButton.TextSize = 14
  221.  
  222. SunagakureButton.Name = "SunagakureButton"
  223. SunagakureButton.Parent = TeleportFrame
  224. SunagakureButton.Active = false
  225. SunagakureButton.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  226. SunagakureButton.BorderSizePixel = 0
  227. SunagakureButton.Position = UDim2.new(0, 0, 0.402032673, 0)
  228. SunagakureButton.Size = UDim2.new(0, 103, 0, 25)
  229. SunagakureButton.Font = Enum.Font.SciFi
  230. SunagakureButton.Text = "Sunagakure"
  231. SunagakureButton.TextColor3 = Color3.new(1, 1, 1)
  232. SunagakureButton.TextSize = 14
  233.  
  234. KumogakureButton.Name = "KumogakureButton"
  235. KumogakureButton.Parent = TeleportFrame
  236. KumogakureButton.Active = false
  237. KumogakureButton.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  238. KumogakureButton.BorderSizePixel = 0
  239. KumogakureButton.Position = UDim2.new(0, 0, 0.610000014, 0)
  240. KumogakureButton.Size = UDim2.new(0, 103, 0, 25)
  241. KumogakureButton.Font = Enum.Font.SciFi
  242. KumogakureButton.Text = "Kumogakure"
  243. KumogakureButton.TextColor3 = Color3.new(1, 1, 1)
  244. KumogakureButton.TextSize = 14
  245.  
  246. ZetsuGametButton.Name = "ZetsuGametButton"
  247. ZetsuGametButton.Parent = TeleportFrame
  248. ZetsuGametButton.Active = false
  249. ZetsuGametButton.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  250. ZetsuGametButton.BorderSizePixel = 0
  251. ZetsuGametButton.Position = UDim2.new(0, 0, 0.796999991, 0)
  252. ZetsuGametButton.Size = UDim2.new(0, 103, 0, 25)
  253. ZetsuGametButton.Font = Enum.Font.SciFi
  254. ZetsuGametButton.Text = "Zetsu Game"
  255. ZetsuGametButton.TextColor3 = Color3.new(1, 1, 1)
  256. ZetsuGametButton.TextSize = 14
  257.  
  258. IwagakureButton.Name = "IwagakureButton"
  259. IwagakureButton.Parent = TeleportFrame
  260. IwagakureButton.Active = false
  261. IwagakureButton.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  262. IwagakureButton.BorderSizePixel = 0
  263. IwagakureButton.Position = UDim2.new(0.331, 0, 0.203252032, 0)
  264. IwagakureButton.Size = UDim2.new(0, 103, 0, 25)
  265. IwagakureButton.Font = Enum.Font.SciFi
  266. IwagakureButton.Text = "Iwagakure"
  267. IwagakureButton.TextColor3 = Color3.new(1, 1, 1)
  268. IwagakureButton.TextSize = 14
  269.  
  270. MyobokuButton.Name = "MyobokuButton"
  271. MyobokuButton.Parent = TeleportFrame
  272. MyobokuButton.Active = false
  273. MyobokuButton.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  274. MyobokuButton.BorderSizePixel = 0
  275. MyobokuButton.Position = UDim2.new(0.331, 0, 0.406504035, 0)
  276. MyobokuButton.Size = UDim2.new(0, 103, 0, 25)
  277. MyobokuButton.Font = Enum.Font.SciFi
  278. MyobokuButton.Text = "Mount Myoboku"
  279. MyobokuButton.TextColor3 = Color3.new(1, 1, 1)
  280. MyobokuButton.TextSize = 14
  281.  
  282. CaveButton.Name = "CaveButton"
  283. CaveButton.Parent = TeleportFrame
  284. CaveButton.Active = false
  285. CaveButton.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  286. CaveButton.BorderSizePixel = 0
  287. CaveButton.Position = UDim2.new(0.331, 0, 0.609756052, 0)
  288. CaveButton.Size = UDim2.new(0, 103, 0, 25)
  289. CaveButton.Font = Enum.Font.SciFi
  290. CaveButton.Text = "Ryuchi Cave"
  291. CaveButton.TextColor3 = Color3.new(1, 1, 1)
  292. CaveButton.TextSize = 14
  293.  
  294. BridgeButton.Name = "BridgeButton"
  295. BridgeButton.Parent = TeleportFrame
  296. BridgeButton.Active = false
  297. BridgeButton.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  298. BridgeButton.BorderSizePixel = 0
  299. BridgeButton.Position = UDim2.new(0.331, 0, 0.796747923, 0)
  300. BridgeButton.Size = UDim2.new(0, 103, 0, 25)
  301. BridgeButton.Font = Enum.Font.SciFi
  302. BridgeButton.Text = "Naruto Bridge"
  303. BridgeButton.TextColor3 = Color3.new(1, 1, 1)
  304. BridgeButton.TextSize = 14
  305.  
  306. SamuraiButton.Name = "SamuraiButton"
  307. SamuraiButton.Parent = TeleportFrame
  308. SamuraiButton.Active = false
  309. SamuraiButton.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  310. SamuraiButton.BorderSizePixel = 0
  311. SamuraiButton.Position = UDim2.new(0.662874997, 0, 0.203252017, 0)
  312. SamuraiButton.Size = UDim2.new(0, 103, 0, 25)
  313. SamuraiButton.Font = Enum.Font.SciFi
  314. SamuraiButton.Text = "Samurai Bridge"
  315. SamuraiButton.TextColor3 = Color3.new(1, 1, 1)
  316. SamuraiButton.TextSize = 14
  317.  
  318. ValleyButton.Name = "ValleyButton"
  319. ValleyButton.Parent = TeleportFrame
  320. ValleyButton.Active = false
  321. ValleyButton.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  322. ValleyButton.BorderSizePixel = 0
  323. ValleyButton.Position = UDim2.new(0.662874997, 0, 0.406504035, 0)
  324. ValleyButton.Size = UDim2.new(0, 103, 0, 25)
  325. ValleyButton.Font = Enum.Font.SciFi
  326. ValleyButton.Text = "Valley of the End"
  327. ValleyButton.TextColor3 = Color3.new(1, 1, 1)
  328. ValleyButton.TextSize = 14
  329.  
  330. HokageButton.Name = "HokageButton"
  331. HokageButton.Parent = TeleportFrame
  332. HokageButton.Active = false
  333. HokageButton.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  334. HokageButton.BorderSizePixel = 0
  335. HokageButton.Position = UDim2.new(0.662874997, 0, 0.601626039, 0)
  336. HokageButton.Size = UDim2.new(0, 103, 0, 25)
  337. HokageButton.Font = Enum.Font.SciFi
  338. HokageButton.Text = "Hokage Mount"
  339. HokageButton.TextColor3 = Color3.new(1, 1, 1)
  340. HokageButton.TextSize = 14
  341.  
  342. ForestButton.Name = "ForestButton"
  343. ForestButton.Parent = TeleportFrame
  344. ForestButton.Active = false
  345. ForestButton.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  346. ForestButton.BorderSizePixel = 0
  347. ForestButton.Position = UDim2.new(0.662874997, 0, 0.796747983, 0)
  348. ForestButton.Size = UDim2.new(0, 103, 0, 25)
  349. ForestButton.Font = Enum.Font.SciFi
  350. ForestButton.Text = "Forest of Death"
  351. ForestButton.TextColor3 = Color3.new(1, 1, 1)
  352. ForestButton.TextSize = 14
  353.  
  354. JutsuFrame.Name = "JutsuFrame"
  355. JutsuFrame.Parent = SavageFrame
  356. JutsuFrame.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  357. JutsuFrame.BorderSizePixel = 0
  358. JutsuFrame.Position = UDim2.new(0, 0, 0.25, 0)
  359. JutsuFrame.Size = UDim2.new(0, 309, 0, 125)
  360. JutsuFrame.Visible = false
  361.  
  362. NinJutsuButton.Name = "NinJutsuButton"
  363. NinJutsuButton.Parent = JutsuFrame
  364. NinJutsuButton.Active = false
  365. NinJutsuButton.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  366. NinJutsuButton.BorderSizePixel = 0
  367. NinJutsuButton.Size = UDim2.new(0, 106, 0, 25)
  368. NinJutsuButton.Font = Enum.Font.SciFi
  369. NinJutsuButton.Text = "NinJutsu"
  370. NinJutsuButton.TextColor3 = Color3.new(1, 1, 1)
  371. NinJutsuButton.TextSize = 14
  372. NinJutsuButton.MouseButton1Click:connect(function()
  373. local target =game.Players.LocalPlayer.PlayerGui.MainGui.menu.Nin:GetChildren{}
  374. for i, v in pairs(target) do
  375. v.lock.Visible = false
  376. end
  377. game.StarterGui:SetCore("SendNotification", {
  378. Title = "Savage Gui";
  379. Text = "NinJutsu Unlocked";
  380. Icon = "rbxassetid://1524119725";
  381. Duration = 0.5;
  382. })
  383. end)
  384.  
  385. TaiJutsuButton.Name = "TaiJutsuButton"
  386. TaiJutsuButton.Parent = JutsuFrame
  387. TaiJutsuButton.Active = false
  388. TaiJutsuButton.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  389. TaiJutsuButton.BorderSizePixel = 0
  390. TaiJutsuButton.Position = UDim2.new(0, 0, 0.193000004, 0)
  391. TaiJutsuButton.Size = UDim2.new(0, 106, 0, 25)
  392. TaiJutsuButton.Font = Enum.Font.SciFi
  393. TaiJutsuButton.Text = "TaiJutsu"
  394. TaiJutsuButton.TextColor3 = Color3.new(1, 1, 1)
  395. TaiJutsuButton.TextSize = 14
  396. TaiJutsuButton.MouseButton1Click:connect(function()
  397. local target =game.Players.LocalPlayer.PlayerGui.MainGui.menu.combos:GetChildren{}
  398. for i, v in pairs(target) do
  399. v.lock.Visible = false
  400. end
  401. game.StarterGui:SetCore("SendNotification", {
  402. Title = "Savage Gui";
  403. Text = "TaiJutsu Unlocked";
  404. Icon = "rbxassetid://2047974337";
  405. Duration = 0.5;
  406. })
  407. end)
  408.  
  409. SubJutsuV1Button.Name = "SubJutsuV1Button"
  410. SubJutsuV1Button.Parent = JutsuFrame
  411. SubJutsuV1Button.Active = false
  412. SubJutsuV1Button.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  413. SubJutsuV1Button.BorderSizePixel = 0
  414. SubJutsuV1Button.Position = UDim2.new(0.331, 0, 0, 0)
  415. SubJutsuV1Button.Size = UDim2.new(0, 106, 0, 25)
  416. SubJutsuV1Button.Font = Enum.Font.SciFi
  417. SubJutsuV1Button.Text = "SubJutsu V1"
  418. SubJutsuV1Button.TextColor3 = Color3.new(1, 1, 1)
  419. SubJutsuV1Button.TextSize = 14
  420. SubJutsuV1Button.MouseButton1Click:connect(function()
  421. for i,v in pairs(game.Players.LocalPlayer.PlayerGui.MainGui.menu.Sub.mode:GetChildren()) do
  422. v.lock.Image = ("rbxassetid://1494129610")
  423. end
  424. for i,v in pairs(game.Players.LocalPlayer.PlayerGui.MainGui.menu.Sub.sum:GetChildren()) do
  425. v.lock.Image = ("rbxassetid://1494129610")
  426. end
  427. for i,v in pairs(game.Players.LocalPlayer.PlayerGui.MainGui.menu.Sub.jutsu:GetChildren()) do
  428. v.lock.Image = ("rbxassetid://1494129610")
  429. end
  430. game.StarterGui:SetCore("SendNotification", {
  431. Title = "Savage Gui";
  432. Text = "SubJutsu V1 Unlocked";
  433. Icon = "rbxassetid://2502808511";
  434. Duration = 0.5;
  435. })
  436. end)
  437.  
  438. SubJutsuV2Button.Name = "SubJutsuV2Button"
  439. SubJutsuV2Button.Parent = JutsuFrame
  440. SubJutsuV2Button.Active = false
  441. SubJutsuV2Button.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  442. SubJutsuV2Button.BorderSizePixel = 0
  443. SubJutsuV2Button.Position = UDim2.new(0.331249982, 0, 0.193829253, 0)
  444. SubJutsuV2Button.Size = UDim2.new(0, 106, 0, 25)
  445. SubJutsuV2Button.Font = Enum.Font.SciFi
  446. SubJutsuV2Button.Text = "SubJutsu V2"
  447. SubJutsuV2Button.TextColor3 = Color3.new(1, 1, 1)
  448. SubJutsuV2Button.TextSize = 14
  449. SubJutsuV2Button.MouseButton1Click:connect(function()
  450. local target = game.Players.LocalPlayer.PlayerGui.MainGui.menu.Sub.mode:GetChildren() for i, v in pairs(target)
  451. do v.lock.Visible = false
  452. end
  453. local target = game.Players.LocalPlayer.PlayerGui.MainGui.menu.Sub.sum:GetChildren() for i, v in pairs(target)
  454. do v.lock.Visible = false
  455. end
  456. local target = game.Players.LocalPlayer.PlayerGui.MainGui.menu.Sub.jutsu:GetChildren() for i, v in pairs(target)
  457. do v.lock.Visible = false
  458. end
  459. game.StarterGui:SetCore("SendNotification", {
  460. Title = "Savage Gui";
  461. Text = "SubJutsu V2 Unlocked, but you can't equip modes";
  462. Icon = "rbxassetid://1868741386";
  463. Duration = 3;
  464. })
  465. end)
  466.  
  467. KenJutsuButton.Name = "KenJutsuButton"
  468. KenJutsuButton.Parent = JutsuFrame
  469. KenJutsuButton.Active = false
  470. KenJutsuButton.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  471. KenJutsuButton.BorderSizePixel = 0
  472. KenJutsuButton.Position = UDim2.new(-0.000121741323, 0, 0.592203259, 0)
  473. KenJutsuButton.Size = UDim2.new(0, 106, 0, 25)
  474. KenJutsuButton.Font = Enum.Font.SciFi
  475. KenJutsuButton.Text = "KenJutsu"
  476. KenJutsuButton.TextColor3 = Color3.new(1, 1, 1)
  477. KenJutsuButton.TextSize = 14
  478. KenJutsuButton.MouseButton1Click:connect(function()
  479. local target = game.Players.LocalPlayer.PlayerGui.MainGui.menu.ken:GetChildren()
  480. for i, v in pairs(target) do
  481. v.lock.Visible = false
  482. end
  483. game.StarterGui:SetCore("SendNotification", {
  484. Title = "Savage Gui";
  485. Text = "KenJutsu Unlocked";
  486. Icon = "rbxassetid://1995341682";
  487. Duration = 0.5;
  488. })
  489. end)
  490.  
  491. CompanionsButton.Name = "CompanionsButton"
  492. CompanionsButton.Parent = JutsuFrame
  493. CompanionsButton.Active = false
  494. CompanionsButton.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  495. CompanionsButton.BorderSizePixel = 0
  496. CompanionsButton.Position = UDim2.new(0, 0, 0.393000007, 0)
  497. CompanionsButton.Size = UDim2.new(0, 106, 0, 25)
  498. CompanionsButton.Font = Enum.Font.SciFi
  499. CompanionsButton.Text = "Companions"
  500. CompanionsButton.TextColor3 = Color3.new(1, 1, 1)
  501. CompanionsButton.TextSize = 14
  502. CompanionsButton.MouseButton1Click:connect(function()
  503. local target =game.Players.LocalPlayer.PlayerGui.MainGui.menu.Comp:GetChildren{}
  504. for i, v in pairs(target) do
  505. v.lock.Visible = false
  506. end
  507. game.StarterGui:SetCore("SendNotification", {
  508. Title = "Savage Gui";
  509. Text = "Companions Unlocked";
  510. Icon = "rbxassetid://2296534225";
  511. Duration = 0.5;
  512. })
  513. end)
  514.  
  515. CustomizeFrame.Name = "CustomizeFrame"
  516. CustomizeFrame.Parent = SavageFrame
  517. CustomizeFrame.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  518. CustomizeFrame.BorderSizePixel = 0
  519. CustomizeFrame.Position = UDim2.new(0, 0, 0.249999851, 0)
  520. CustomizeFrame.Size = UDim2.new(0, 309, 0, 125)
  521. CustomizeFrame.Visible = false
  522.  
  523. _4KGSlotButton.Name = "4KGSlotButton"
  524. _4KGSlotButton.Parent = CustomizeFrame
  525. _4KGSlotButton.Active = false
  526. _4KGSlotButton.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  527. _4KGSlotButton.BorderSizePixel = 0
  528. _4KGSlotButton.Size = UDim2.new(0, 106, 0, 25)
  529. _4KGSlotButton.Font = Enum.Font.SciFi
  530. _4KGSlotButton.Text = "Spin 4 KG Slot"
  531. _4KGSlotButton.TextColor3 = Color3.new(1, 1, 1)
  532. _4KGSlotButton.TextSize = 14
  533. _4KGSlotButton.MouseButton1Click:connect(function()
  534. game:GetService("Players").LocalPlayer.keyinput:FireServer("respin", 4)
  535. game.StarterGui:SetCore("SendNotification", {
  536. Title = "Savage Gui";
  537. Text = "Spin 4 KG Slot";
  538. Icon = "rbxassetid://1602025638";
  539. Duration = 0.5;
  540. })
  541. end)
  542.  
  543. ElementsButton.Name = "ElementsButton"
  544. ElementsButton.Parent = CustomizeFrame
  545. ElementsButton.Active = false
  546. ElementsButton.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  547. ElementsButton.BorderSizePixel = 0
  548. ElementsButton.Position = UDim2.new(0, 0, 0.193829283, 0)
  549. ElementsButton.Size = UDim2.new(0, 106, 0, 25)
  550. ElementsButton.Font = Enum.Font.SciFi
  551. ElementsButton.Text = "All Elements"
  552. ElementsButton.TextColor3 = Color3.new(1, 1, 1)
  553. ElementsButton.TextSize = 14
  554. ElementsButton.MouseButton1Click:connect(function()
  555. local Element = "earth"
  556. game.Players.LocalPlayer.PlayerGui.MainGui.Menu4.main[Element].select.Visible = true
  557. local Element = "fire"
  558. game.Players.LocalPlayer.PlayerGui.MainGui.Menu4.main[Element].select.Visible = true
  559. local Element = "lightning"
  560. game.Players.LocalPlayer.PlayerGui.MainGui.Menu4.main[Element].select.Visible = true
  561. local Element = "water"
  562. game.Players.LocalPlayer.PlayerGui.MainGui.Menu4.main[Element].select.Visible = true
  563. local Element = "wind"
  564. game.Players.LocalPlayer.PlayerGui.MainGui.Menu4.main[Element].select.Visible = true
  565. game.StarterGui:SetCore("SendNotification", {
  566. Title = "Savage Gui";
  567. Text = "All Elements";
  568. Icon = "rbxassetid://1602001899";
  569. Duration = 0.5;
  570. })
  571. end)
  572.  
  573. OpenSusanooButton.Name = "OpenSusanooButton"
  574. OpenSusanooButton.Parent = CustomizeFrame
  575. OpenSusanooButton.Active = false
  576. OpenSusanooButton.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  577. OpenSusanooButton.BorderSizePixel = 0
  578. OpenSusanooButton.Position = UDim2.new(0.552999973, 0, 0, 0)
  579. OpenSusanooButton.Size = UDim2.new(0, 137, 0, 25)
  580. OpenSusanooButton.Font = Enum.Font.SciFi
  581. OpenSusanooButton.Text = "Open Susanoo Editor"
  582. OpenSusanooButton.TextColor3 = Color3.new(1, 1, 1)
  583. OpenSusanooButton.TextSize = 14
  584. OpenSusanooButton.MouseButton1Click:connect(function()
  585. game.Players.LocalPlayer.PlayerGui.MainGui.Susanoo.Visible = true
  586. game.StarterGui:SetCore("SendNotification", {
  587. Title = "Savage Gui";
  588. Text = "Open Susanoo Editor";
  589. Icon = "rbxassetid://2502638270";
  590. Duration = 0.5;
  591. })
  592. end)
  593.  
  594. CloseSusanooButton.Name = "CloseSusanooButton"
  595. CloseSusanooButton.Parent = CustomizeFrame
  596. CloseSusanooButton.Active = false
  597. CloseSusanooButton.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  598. CloseSusanooButton.BorderSizePixel = 0
  599. CloseSusanooButton.Position = UDim2.new(0.552568734, 0, 0.192333311, 0)
  600. CloseSusanooButton.Size = UDim2.new(0, 137, 0, 25)
  601. CloseSusanooButton.Font = Enum.Font.SciFi
  602. CloseSusanooButton.Text = "Close Susanoo Editor"
  603. CloseSusanooButton.TextColor3 = Color3.new(1, 1, 1)
  604. CloseSusanooButton.TextSize = 14
  605. CloseSusanooButton.MouseButton1Click:connect(function()
  606. game.Players.LocalPlayer.PlayerGui.MainGui.Susanoo.Visible = false
  607. game.StarterGui:SetCore("SendNotification", {
  608. Title = "Savage Gui";
  609. Text = "Close Susanoo Editor";
  610. Icon = "rbxassetid://2502638270";
  611. Duration = 0.5;
  612. })
  613. end)
  614.  
  615.  
  616. KGinBagButton.Name = "KGinBagButton"
  617. KGinBagButton.Parent = CustomizeFrame
  618. KGinBagButton.Active = false
  619. KGinBagButton.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  620. KGinBagButton.BorderSizePixel = 0
  621. KGinBagButton.Position = UDim2.new(0.5493325, 0, 0.797081292, 0)
  622. KGinBagButton.Size = UDim2.new(0, 137, 0, 25)
  623. KGinBagButton.Visible = false
  624. KGinBagButton.Font = Enum.Font.SciFi
  625. KGinBagButton.Text = "All KG in Bag"
  626. KGinBagButton.TextColor3 = Color3.new(1, 1, 1)
  627. KGinBagButton.TextSize = 14
  628.  
  629. CloseKGButton.Name = "CloseKGButton"
  630. CloseKGButton.Parent = CustomizeFrame
  631. CloseKGButton.Active = false
  632. CloseKGButton.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  633. CloseKGButton.BorderSizePixel = 0
  634. CloseKGButton.Position = UDim2.new(0.546096325, 0, 0.593829215, 0)
  635. CloseKGButton.Size = UDim2.new(0, 137, 0, 25)
  636. CloseKGButton.Visible = false
  637. CloseKGButton.Font = Enum.Font.SciFi
  638. CloseKGButton.Text = "Close KG + Bag"
  639. CloseKGButton.TextColor3 = Color3.new(1, 1, 1)
  640. CloseKGButton.TextSize = 14
  641.  
  642. OpenKGButton.Name = "OpenKGButton"
  643. OpenKGButton.Parent = CustomizeFrame
  644. OpenKGButton.Active = false
  645. OpenKGButton.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  646. OpenKGButton.BorderSizePixel = 0
  647. OpenKGButton.Position = UDim2.new(0.5493325, 0, 0.390577197, 0)
  648. OpenKGButton.Size = UDim2.new(0, 137, 0, 25)
  649. OpenKGButton.Visible = false
  650. OpenKGButton.Font = Enum.Font.SciFi
  651. OpenKGButton.Text = "Open KG + Bag"
  652. OpenKGButton.TextColor3 = Color3.new(1, 1, 1)
  653. OpenKGButton.TextSize = 14
  654.  
  655. WeaponsButton.Name = "WeaponsButton"
  656. WeaponsButton.Parent = CustomizeFrame
  657. WeaponsButton.Active = false
  658. WeaponsButton.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  659. WeaponsButton.BorderSizePixel = 0
  660. WeaponsButton.Position = UDim2.new(0, 0, 0.4000732, 0)
  661. WeaponsButton.Size = UDim2.new(0, 106, 0, 25)
  662. WeaponsButton.Font = Enum.Font.SciFi
  663. WeaponsButton.Text = "Weapons"
  664. WeaponsButton.TextColor3 = Color3.new(1, 1, 1)
  665. WeaponsButton.TextSize = 14
  666. WeaponsButton.MouseButton1Click:connect(function()
  667. game.StarterGui:SetCore("SendNotification", {
  668. Title = "Savage Gui";
  669. Text = "Weapons Unlock. Coming soon...";
  670. Icon = "rbxassetid://2506900696";
  671. Duration = 0.5;
  672. })
  673. end)
  674.  
  675. OtherFrame.Name = "OtherFrame"
  676. OtherFrame.Parent = SavageFrame
  677. OtherFrame.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  678. OtherFrame.BorderSizePixel = 0
  679. OtherFrame.Position = UDim2.new(6.98491931e-10, 0, 0.25, 0)
  680. OtherFrame.Size = UDim2.new(0, 309, 0, 125)
  681. OtherFrame.Visible = false
  682.  
  683. PacksPlusButton.Name = "PacksPlusButton"
  684. PacksPlusButton.Parent = OtherFrame
  685. PacksPlusButton.Active = false
  686. PacksPlusButton.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  687. PacksPlusButton.BorderSizePixel = 0
  688. PacksPlusButton.Position = UDim2.new(-0.000488672405, 0, 0, 0)
  689. PacksPlusButton.Size = UDim2.new(0, 106, 0, 25)
  690. PacksPlusButton.Font = Enum.Font.SciFi
  691. PacksPlusButton.Text = "Load PacksPlus"
  692. PacksPlusButton.TextColor3 = Color3.new(1, 1, 1)
  693. PacksPlusButton.TextSize = 14
  694. PacksPlusButton.MouseButton1Click:connect(function()
  695. game.Players.LocalPlayer.keyinput:FireServer("equippowerz", "r", "scorcha")
  696. game.Players.LocalPlayer.keyinput:FireServer("equippowerz", "t", "scorchb")
  697. game.Players.LocalPlayer.keyinput:FireServer("equippowerz", "y", "scorchc")
  698. game.Players.LocalPlayer.keyinput:FireServer("equippowerz", "f", "lavac")
  699. game.Players.LocalPlayer.keyinput:FireServer("equippowerz", "g", "storma")
  700. game.Players.LocalPlayer.keyinput:FireServer("equippowerz", "h", "stormb")
  701. game.Players.LocalPlayer.keyinput:FireServer("equipwep", "1", "sasukeb")
  702. game.Players.LocalPlayer.keyinput:FireServer("equipwep", "2", "pain")
  703. end)
  704.  
  705. ExpButton.Name = "ExpButton"
  706. ExpButton.Parent = OtherFrame
  707. ExpButton.Active = false
  708. ExpButton.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  709. ExpButton.BorderSizePixel = 0
  710. ExpButton.Position = UDim2.new(0, 0, 0.200000003, 0)
  711. ExpButton.Size = UDim2.new(0, 106, 0, 25)
  712. ExpButton.Font = Enum.Font.SciFi
  713. ExpButton.Text = "2x Exp"
  714. ExpButton.TextColor3 = Color3.new(1, 1, 1)
  715. ExpButton.TextSize = 14
  716. ExpButton.MouseButton1Click:connect(function()
  717. game.Players.LocalPlayer.dblexp.Value = true
  718. Instance.new("IntValue",game.Players.LocalPlayer)
  719. wait()
  720. game.Players.LocalPlayer.Value.Name = ("dblexp")
  721. game.StarterGui:SetCore("SendNotification", {
  722. Title = "Savage Gui";
  723. Text = "X2 Exp";
  724. Icon = "rbxassetid://1602017079";
  725. Duration = 0.5;
  726. })
  727. end)
  728.  
  729. FixCharacterButton.Name = "FixCharacterButton"
  730. FixCharacterButton.Parent = OtherFrame
  731. FixCharacterButton.Active = false
  732. FixCharacterButton.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  733. FixCharacterButton.BorderSizePixel = 0
  734. FixCharacterButton.Position = UDim2.new(0, 0, 0.400000006, 0)
  735. FixCharacterButton.Size = UDim2.new(0, 106, 0, 25)
  736. FixCharacterButton.Font = Enum.Font.SciFi
  737. FixCharacterButton.Text = "Fix Character"
  738. FixCharacterButton.TextColor3 = Color3.new(1, 1, 1)
  739. FixCharacterButton.TextSize = 14
  740. FixCharacterButton.MouseButton1Click:connect(function()
  741. game.Players.LocalPlayer.keyinput:FireServer("equipwep", "1", "pain")
  742. wait(0.1)
  743. game.Players.LocalPlayer.keyinput:FireServer("equipwep", "2", "pain")
  744. wait(0.1)
  745. game.Players.LocalPlayer.keyinput:FireServer("equipwep", "3", "pain")
  746. wait(0.1)
  747. game.Players.LocalPlayer.keyinput:FireServer("equipwep", "3", "eius")
  748. repeat wait(0.03) until game.Players.LocalPlayer.Character
  749. game.Players.LocalPlayer.Character:BreakJoints()
  750. end)
  751.  
  752. ShowRoleplayButton.Name = "ShowRoleplayButton"
  753. ShowRoleplayButton.Parent = OtherFrame
  754. ShowRoleplayButton.Active = false
  755. ShowRoleplayButton.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  756. ShowRoleplayButton.BorderSizePixel = 0
  757. ShowRoleplayButton.Position = UDim2.new(0, 0, 0.600000024, 0)
  758. ShowRoleplayButton.Size = UDim2.new(0, 106, 0, 25)
  759. ShowRoleplayButton.Font = Enum.Font.SciFi
  760. ShowRoleplayButton.Text = "Roleplay Button"
  761. ShowRoleplayButton.TextColor3 = Color3.new(1, 1, 1)
  762. ShowRoleplayButton.TextSize = 14
  763. ShowRoleplayButton.MouseButton1Click:connect(function()
  764. local target = game.Players.LocalPlayer.PlayerGui.MainGui.menu:GetChildren() for i, v in pairs(target)
  765. do v.Visible = false
  766. end
  767. wait(0.1)
  768. local target = game.Players.LocalPlayer.PlayerGui.MainGui.menu:GetChildren() for i, v in pairs(target)
  769. do v.Visible = true
  770. end
  771. end)
  772.  
  773. MainButton.Name = "MainButton"
  774. MainButton.Parent = SavageFrame
  775. MainButton.Active = false
  776. MainButton.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.294118)
  777. MainButton.BackgroundTransparency = 0.10000000149012
  778. MainButton.BorderSizePixel = 0
  779. MainButton.Position = UDim2.new(0, 0, 0.124999858, 0)
  780. MainButton.Size = UDim2.new(0, 50, 0, 25)
  781. MainButton.Font = Enum.Font.SciFi
  782. MainButton.Text = "Main"
  783. MainButton.TextColor3 = Color3.new(1, 1, 1)
  784. MainButton.TextSize = 14
  785.  
  786. MainFrame.Name = "MainFrame"
  787. MainFrame.Parent = SavageFrame
  788. MainFrame.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  789. MainFrame.BorderSizePixel = 0
  790. MainFrame.Position = UDim2.new(0, 0, 0.25, 0)
  791. MainFrame.Size = UDim2.new(0, 309, 0, 125)
  792.  
  793. WelcomeLabel.Name = "WelcomeLabel"
  794. WelcomeLabel.Parent = MainFrame
  795. WelcomeLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  796. WelcomeLabel.BackgroundTransparency = 1
  797. WelcomeLabel.Position = UDim2.new(0.162499994, 0, 0.056910567, 0)
  798. WelcomeLabel.Size = UDim2.new(0, 216, 0, 27)
  799. WelcomeLabel.Font = Enum.Font.SciFi
  800. WelcomeLabel.Text = "LXL GUI"
  801. WelcomeLabel.TextColor3 = Color3.new(1, 1, 1)
  802. WelcomeLabel.TextSize = 17
  803.  
  804. VersionLabel_2.Name = "VersionLabel"
  805. VersionLabel_2.Parent = MainFrame
  806. VersionLabel_2.BackgroundColor3 = Color3.new(0, 0, 0)
  807. VersionLabel_2.BackgroundTransparency = 1
  808. VersionLabel_2.Position = UDim2.new(0.293749988, 0, 0.276422769, 0)
  809. VersionLabel_2.Size = UDim2.new(0, 132, 0, 27)
  810. VersionLabel_2.Font = Enum.Font.SciFi
  811. VersionLabel_2.Text = "Version GUI : 1.1"
  812. VersionLabel_2.TextColor3 = Color3.new(1, 1, 1)
  813. VersionLabel_2.TextSize = 17
  814.  
  815. CreatorLabel.Name = "CreatorLabel"
  816. CreatorLabel.Parent = MainFrame
  817. CreatorLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  818. CreatorLabel.BackgroundTransparency = 1
  819. CreatorLabel.Position = UDim2.new(0.262499988, 0, 0.495934963, 0)
  820. CreatorLabel.Size = UDim2.new(0, 152, 0, 27)
  821. CreatorLabel.Font = Enum.Font.SciFi
  822. CreatorLabel.Text = "Creator : SrGames"
  823. CreatorLabel.TextColor3 = Color3.new(1, 1, 1)
  824. CreatorLabel.TextSize = 17
  825.  
  826. LinkLabel.Name = "LinkLabel"
  827. LinkLabel.Parent = MainFrame
  828. LinkLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  829. LinkLabel.BackgroundTransparency = 1
  830. LinkLabel.Position = UDim2.new(0.212499991, 0, 0.715447187, 0)
  831. LinkLabel.Size = UDim2.new(0, 184, 0, 27)
  832. LinkLabel.Font = Enum.Font.SciFi
  833. LinkLabel.Text = "pastebin.com/u/mapaen"
  834. LinkLabel.TextColor3 = Color3.new(1, 1, 1)
  835. LinkLabel.TextSize = 17
  836.  
  837. CloseButton.Name = "CloseButton"
  838. CloseButton.Parent = SavageFrame
  839. CloseButton.Active = false
  840. CloseButton.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  841. CloseButton.BackgroundTransparency = 0.10000000149012
  842. CloseButton.BorderSizePixel = 0
  843. CloseButton.Position = UDim2.new(0.90200001, 0, 0, 0)
  844. CloseButton.Size = UDim2.new(0, 30, 0, 25)
  845. CloseButton.Font = Enum.Font.SciFi
  846. CloseButton.Text = "X"
  847. CloseButton.TextColor3 = Color3.new(1, 1, 1)
  848. CloseButton.TextSize = 18
  849.  
  850. EquipButton.Name = "EquipButton"
  851. EquipButton.Parent = SavageFrame
  852. EquipButton.Active = false
  853. EquipButton.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.294118)
  854. EquipButton.BackgroundTransparency = 0.10000000149012
  855. EquipButton.BorderSizePixel = 0
  856. EquipButton.Position = UDim2.new(0.307000011, 0, 0.125, 0)
  857. EquipButton.Size = UDim2.new(0, 42, 0, 25)
  858. EquipButton.Font = Enum.Font.SciFi
  859. EquipButton.Text = "Equip"
  860. EquipButton.TextColor3 = Color3.new(1, 1, 1)
  861. EquipButton.TextSize = 13
  862.  
  863. EquipFrame.Name = "EquipFrame"
  864. EquipFrame.Parent = SavageFrame
  865. EquipFrame.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  866. EquipFrame.BorderSizePixel = 0
  867. EquipFrame.Position = UDim2.new(0, 0, 0.249999851, 0)
  868. EquipFrame.Size = UDim2.new(0, 309, 0, 125)
  869. EquipFrame.Visible = false
  870.  
  871. JutsuNameBox.Name = "JutsuNameBox"
  872. JutsuNameBox.Parent = EquipFrame
  873. JutsuNameBox.Active = false
  874. JutsuNameBox.BackgroundColor3 = Color3.new(0.27451, 0.235294, 0.235294)
  875. JutsuNameBox.BorderSizePixel = 0
  876. JutsuNameBox.Position = UDim2.new(0.0839999989, 0, 0.400000006, 0)
  877. JutsuNameBox.Size = UDim2.new(0, 110, 0, 25)
  878. JutsuNameBox.Font = Enum.Font.SciFi
  879. JutsuNameBox.Text = "Name Jutsu"
  880. JutsuNameBox.TextColor3 = Color3.new(1, 1, 1)
  881. JutsuNameBox.TextSize = 14
  882.  
  883. JutsuKeyBox.Name = "JutsuKeyBox"
  884. JutsuKeyBox.Parent = EquipFrame
  885. JutsuKeyBox.Active = false
  886. JutsuKeyBox.BackgroundColor3 = Color3.new(0.27451, 0.235294, 0.235294)
  887. JutsuKeyBox.BorderSizePixel = 0
  888. JutsuKeyBox.Position = UDim2.new(0.0841424018, 0, 0.600000024, 0)
  889. JutsuKeyBox.Size = UDim2.new(0, 110, 0, 25)
  890. JutsuKeyBox.Font = Enum.Font.SciFi
  891. JutsuKeyBox.Text = "Jutsu Key"
  892. JutsuKeyBox.TextColor3 = Color3.new(1, 1, 1)
  893. JutsuKeyBox.TextSize = 14
  894.  
  895. JutsuEquipButton.Name = "JutsuEquipButton"
  896. JutsuEquipButton.Parent = EquipFrame
  897. JutsuEquipButton.Active = false
  898. JutsuEquipButton.BackgroundColor3 = Color3.new(0.294118, 0.235294, 0.235294)
  899. JutsuEquipButton.BorderSizePixel = 0
  900. JutsuEquipButton.Position = UDim2.new(0.0841424018, 0, 0.200000003, 0)
  901. JutsuEquipButton.Size = UDim2.new(0, 110, 0, 25)
  902. JutsuEquipButton.Font = Enum.Font.SciFi
  903. JutsuEquipButton.Text = "Equip Jutsu"
  904. JutsuEquipButton.TextColor3 = Color3.new(1, 1, 1)
  905. JutsuEquipButton.TextSize = 14
  906. JutsuEquipButton.MouseButton1Down:connect(function()
  907. local Powerz = "equippowerz"
  908. local JutKey = JutsuKeyBox.Text
  909. local JutName = JutsuNameBox.Text
  910. local Event = game:GetService("Players")["LocalPlayer"].keyinput
  911. Event:FireServer(Powerz, JutKey, JutName)
  912. end)
  913.  
  914. WeaponEquipButton.Name = "WeaponEquipButton"
  915. WeaponEquipButton.Parent = EquipFrame
  916. WeaponEquipButton.Active = false
  917. WeaponEquipButton.BackgroundColor3 = Color3.new(0.235294, 0.294118, 0.27451)
  918. WeaponEquipButton.BorderSizePixel = 0
  919. WeaponEquipButton.Position = UDim2.new(0.560000002, 0, 0.200000003, 0)
  920. WeaponEquipButton.Size = UDim2.new(0, 110, 0, 25)
  921. WeaponEquipButton.Font = Enum.Font.SciFi
  922. WeaponEquipButton.Text = "Equip Weapon"
  923. WeaponEquipButton.TextColor3 = Color3.new(1, 1, 1)
  924. WeaponEquipButton.TextSize = 14
  925. WeaponEquipButton.MouseButton1Down:connect(function()
  926. local Powerz = "equipwep"
  927. local WepKey = WeaponKeyBox.Text
  928. local WepName = WeaponNameBox.Text
  929. local Event = game:GetService("Players")["LocalPlayer"].keyinput
  930. Event:FireServer(Powerz, WepKey, WepName)
  931. end)
  932.  
  933. WeaponNameBox.Name = "WeaponNameBox"
  934. WeaponNameBox.Parent = EquipFrame
  935. WeaponNameBox.Active = false
  936. WeaponNameBox.BackgroundColor3 = Color3.new(0.235294, 0.27451, 0.254902)
  937. WeaponNameBox.BorderSizePixel = 0
  938. WeaponNameBox.Position = UDim2.new(0.559728146, 0, 0.400000006, 0)
  939. WeaponNameBox.Size = UDim2.new(0, 110, 0, 25)
  940. WeaponNameBox.Font = Enum.Font.SciFi
  941. WeaponNameBox.Text = "Name Weapon"
  942. WeaponNameBox.TextColor3 = Color3.new(1, 1, 1)
  943. WeaponNameBox.TextSize = 14
  944.  
  945. WeaponKeyBox.Name = "WeaponKeyBox"
  946. WeaponKeyBox.Parent = EquipFrame
  947. WeaponKeyBox.Active = false
  948. WeaponKeyBox.BackgroundColor3 = Color3.new(0.235294, 0.27451, 0.254902)
  949. WeaponKeyBox.BorderSizePixel = 0
  950. WeaponKeyBox.Position = UDim2.new(0.559870541, 0, 0.600000024, 0)
  951. WeaponKeyBox.Size = UDim2.new(0, 110, 0, 25)
  952. WeaponKeyBox.Font = Enum.Font.SciFi
  953. WeaponKeyBox.Text = "Weapon Key"
  954. WeaponKeyBox.TextColor3 = Color3.new(1, 1, 1)
  955. WeaponKeyBox.TextSize = 14
  956. -- Scripts:
  957. KonohaButton.MouseButton1Click:connect(function()
  958. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-126, -109, -389)
  959. end)
  960. KirigakureButton.MouseButton1Click:connect(function()
  961. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1775, -22, 2390)
  962. end)
  963. AkatsukiBaseButton.MouseButton1Click:connect(function()
  964. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1908, -150, -665)
  965. end)
  966. AmegakureButton.MouseButton1Click:connect(function()
  967. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(178, 44, -2854)
  968. end)
  969. SunagakureButton.MouseButton1Click:connect(function()
  970. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1490, -100, -3015)
  971. end)
  972. KumogakureButton.MouseButton1Click:connect(function()
  973. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(3217, 314, 2308)
  974. end)
  975. ZetsuGametButton.MouseButton1Click:connect(function()
  976. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1855, 224, -2588)
  977. end)
  978. IwagakureButton.MouseButton1Click:connect(function()
  979. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(3058, 441, -3030)
  980. end)
  981. MyobokuButton.MouseButton1Click:connect(function()
  982. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-2048, -44, 1001)
  983. end)
  984. CaveButton.MouseButton1Click:connect(function()
  985. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(2643, -21, -1493)
  986. end)
  987. BridgeButton.MouseButton1Click:connect(function()
  988. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-597, -19, 1126)
  989. end)
  990. SamuraiButton.MouseButton1Click:connect(function()
  991. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(2306, 26, 1094)
  992. end)
  993. ValleyButton.MouseButton1Click:connect(function()
  994. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1626, -109, -46)
  995. end)
  996. HokageButton.MouseButton1Click:connect(function()
  997. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(583, -25, -481)
  998. end)
  999. ForestButton.MouseButton1Click:connect(function()
  1000. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(609, 57, 380)
  1001. end)
  1002. function SCRIPT_ARYE72_FAKESCRIPT() -- SavageGUI.LocalScript
  1003. getfenv().script = Instance.new('LocalScript', SavageGUI)
  1004.  
  1005. for _,v in ipairs(script.Parent:GetDescendants()) do
  1006. if not v:IsA("LocalScript") then
  1007. v.Draggable = true
  1008. end
  1009. end
  1010.  
  1011. end
  1012. coroutine.resume(coroutine.create(SCRIPT_ARYE72_FAKESCRIPT))
  1013. function SCRIPT_NERH76_FAKESCRIPT() -- TeleportButton.TeleportScript
  1014. getfenv().script = Instance.new('LocalScript', TeleportButton)
  1015.  
  1016. local frame0 = script.Parent.Parent.MainFrame
  1017. local frame1 = script.Parent.Parent.JutsuFrame
  1018. local frame2 = script.Parent.Parent.EquipFrame
  1019. local frame3 = script.Parent.Parent.TeleportFrame
  1020. local frame4 = script.Parent.Parent.CustomizeFrame
  1021. local frame5 = script.Parent.Parent.OtherFrame
  1022. local open = false
  1023.  
  1024. script.Parent.MouseButton1Click:connect(function()
  1025. if frame3.Visible == false then
  1026. frame3.Visible = true
  1027. frame0.Visible = false
  1028. frame1.Visible = false
  1029. frame2.Visible = false
  1030. frame4.Visible = false
  1031. frame5.Visible = false
  1032. else
  1033. frame3.Visible = true
  1034. frame0.Visible = false
  1035. frame1.Visible = false
  1036. frame2.Visible = false
  1037. frame4.Visible = false
  1038. frame5.Visible = false
  1039. end
  1040. end)
  1041.  
  1042. end
  1043. coroutine.resume(coroutine.create(SCRIPT_NERH76_FAKESCRIPT))
  1044. function SCRIPT_TFIS80_FAKESCRIPT() -- JutsuButton.JutsuScript
  1045. getfenv().script = Instance.new('LocalScript', JutsuButton)
  1046.  
  1047. local frame0 = script.Parent.Parent.MainFrame
  1048. local frame1 = script.Parent.Parent.JutsuFrame
  1049. local frame2 = script.Parent.Parent.EquipFrame
  1050. local frame3 = script.Parent.Parent.TeleportFrame
  1051. local frame4 = script.Parent.Parent.CustomizeFrame
  1052. local frame5 = script.Parent.Parent.OtherFrame
  1053. local open = false
  1054.  
  1055. script.Parent.MouseButton1Click:connect(function()
  1056. if frame1.Visible == false then
  1057. frame1.Visible = true
  1058. frame0.Visible = false
  1059. frame2.Visible = false
  1060. frame3.Visible = false
  1061. frame4.Visible = false
  1062. frame5.Visible = false
  1063. else
  1064. frame1.Visible = true
  1065. frame0.Visible = false
  1066. frame2.Visible = false
  1067. frame3.Visible = false
  1068. frame4.Visible = false
  1069. frame5.Visible = false
  1070. end
  1071. end)
  1072.  
  1073. end
  1074. coroutine.resume(coroutine.create(SCRIPT_TFIS80_FAKESCRIPT))
  1075. function SCRIPT_LDYF76_FAKESCRIPT() -- CustomizeButton.CustomizeScript
  1076. getfenv().script = Instance.new('LocalScript', CustomizeButton)
  1077.  
  1078. local frame0 = script.Parent.Parent.MainFrame
  1079. local frame1 = script.Parent.Parent.JutsuFrame
  1080. local frame2 = script.Parent.Parent.EquipFrame
  1081. local frame3 = script.Parent.Parent.TeleportFrame
  1082. local frame4 = script.Parent.Parent.CustomizeFrame
  1083. local frame5 = script.Parent.Parent.OtherFrame
  1084. local open = false
  1085.  
  1086. script.Parent.MouseButton1Click:connect(function()
  1087. if frame4.Visible == false then
  1088. frame4.Visible = true
  1089. frame0.Visible = false
  1090. frame1.Visible = false
  1091. frame2.Visible = false
  1092. frame3.Visible = false
  1093. frame5.Visible = false
  1094. else
  1095. frame4.Visible = true
  1096. frame0.Visible = false
  1097. frame1.Visible = false
  1098. frame2.Visible = false
  1099. frame3.Visible = false
  1100. frame5.Visible = false
  1101. end
  1102. end)
  1103.  
  1104. end
  1105. coroutine.resume(coroutine.create(SCRIPT_LDYF76_FAKESCRIPT))
  1106. function SCRIPT_AWPJ69_FAKESCRIPT() -- OtherButton.OtherScript
  1107. getfenv().script = Instance.new('LocalScript', OtherButton)
  1108.  
  1109. local frame0 = script.Parent.Parent.MainFrame
  1110. local frame1 = script.Parent.Parent.JutsuFrame
  1111. local frame2 = script.Parent.Parent.EquipFrame
  1112. local frame3 = script.Parent.Parent.TeleportFrame
  1113. local frame4 = script.Parent.Parent.CustomizeFrame
  1114. local frame5 = script.Parent.Parent.OtherFrame
  1115. local open = false
  1116.  
  1117. script.Parent.MouseButton1Click:connect(function()
  1118. if frame5.Visible == false then
  1119. frame5.Visible = true
  1120. frame0.Visible = false
  1121. frame1.Visible = false
  1122. frame2.Visible = false
  1123. frame3.Visible = false
  1124. frame4.Visible = false
  1125. else
  1126. frame5.Visible = true
  1127. frame0.Visible = false
  1128. frame1.Visible = false
  1129. frame2.Visible = false
  1130. frame3.Visible = false
  1131. frame4.Visible = false
  1132. end
  1133. end)
  1134.  
  1135. end
  1136. coroutine.resume(coroutine.create(SCRIPT_AWPJ69_FAKESCRIPT))
  1137. function SCRIPT_AUOJ66_FAKESCRIPT() -- MainButton.MainScript
  1138. getfenv().script = Instance.new('LocalScript', MainButton)
  1139.  
  1140. local frame0 = script.Parent.Parent.MainFrame
  1141. local frame1 = script.Parent.Parent.JutsuFrame
  1142. local frame2 = script.Parent.Parent.EquipFrame
  1143. local frame3 = script.Parent.Parent.TeleportFrame
  1144. local frame4 = script.Parent.Parent.CustomizeFrame
  1145. local frame5 = script.Parent.Parent.OtherFrame
  1146. local open = false
  1147.  
  1148. script.Parent.MouseButton1Click:connect(function()
  1149. if frame0.Visible == false then
  1150. frame0.Visible = true
  1151. frame1.Visible = false
  1152. frame2.Visible = false
  1153. frame3.Visible = false
  1154. frame4.Visible = false
  1155. frame5.Visible = false
  1156. else
  1157. frame0.Visible = true
  1158. frame1.Visible = false
  1159. frame2.Visible = false
  1160. frame3.Visible = false
  1161. frame4.Visible = false
  1162. frame5.Visible = false
  1163. end
  1164. end)
  1165.  
  1166. end
  1167. coroutine.resume(coroutine.create(SCRIPT_AUOJ66_FAKESCRIPT))
  1168. function SCRIPT_RPER75_FAKESCRIPT() -- CloseButton.LocalScript
  1169. getfenv().script = Instance.new('LocalScript', CloseButton)
  1170.  
  1171. function onClick()
  1172. script.Parent.Parent:Destroy()
  1173. end
  1174. script.Parent.MouseButton1Click:connect(onClick)
  1175.  
  1176. end
  1177. coroutine.resume(coroutine.create(SCRIPT_RPER75_FAKESCRIPT))
  1178. function SCRIPT_BEPU84_FAKESCRIPT() -- EquipButton.EquipScript
  1179. getfenv().script = Instance.new('LocalScript', EquipButton)
  1180.  
  1181. local frame0 = script.Parent.Parent.MainFrame
  1182. local frame1 = script.Parent.Parent.JutsuFrame
  1183. local frame2 = script.Parent.Parent.EquipFrame
  1184. local frame3 = script.Parent.Parent.TeleportFrame
  1185. local frame4 = script.Parent.Parent.CustomizeFrame
  1186. local frame5 = script.Parent.Parent.OtherFrame
  1187. local open = false
  1188.  
  1189. script.Parent.MouseButton1Click:connect(function()
  1190. if frame2.Visible == false then
  1191. frame2.Visible = true
  1192. frame0.Visible = false
  1193. frame1.Visible = false
  1194. frame3.Visible = false
  1195. frame4.Visible = false
  1196. frame5.Visible = false
  1197. else
  1198. frame2.Visible = true
  1199. frame0.Visible = false
  1200. frame1.Visible = false
  1201. frame3.Visible = false
  1202. frame4.Visible = false
  1203. frame5.Visible = false
  1204. end
  1205. end)
  1206.  
  1207. end
  1208. coroutine.resume(coroutine.create(SCRIPT_BEPU84_FAKESCRIPT))
Add Comment
Please, Sign In to add comment