Advertisement
Skelloteer

Beyond GUI *NOT MINE*

Nov 19th, 2018
401
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 45.32 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. loadstring(game:HttpGet(('https://pastebin.com/raw/zDkcqT0W'),true))()
  696. end)
  697.  
  698. ExpButton.Name = "ExpButton"
  699. ExpButton.Parent = OtherFrame
  700. ExpButton.Active = false
  701. ExpButton.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  702. ExpButton.BorderSizePixel = 0
  703. ExpButton.Position = UDim2.new(0, 0, 0.200000003, 0)
  704. ExpButton.Size = UDim2.new(0, 106, 0, 25)
  705. ExpButton.Font = Enum.Font.SciFi
  706. ExpButton.Text = "2x Exp"
  707. ExpButton.TextColor3 = Color3.new(1, 1, 1)
  708. ExpButton.TextSize = 14
  709. ExpButton.MouseButton1Click:connect(function()
  710. game.Players.LocalPlayer.dblexp.Value = true
  711. Instance.new("IntValue",game.Players.LocalPlayer)
  712. wait()
  713. game.Players.LocalPlayer.Value.Name = ("dblexp")
  714. game.StarterGui:SetCore("SendNotification", {
  715. Title = "Savage Gui";
  716. Text = "X2 Exp";
  717. Icon = "rbxassetid://1602017079";
  718. Duration = 0.5;
  719. })
  720. end)
  721.  
  722. FixCharacterButton.Name = "FixCharacterButton"
  723. FixCharacterButton.Parent = OtherFrame
  724. FixCharacterButton.Active = false
  725. FixCharacterButton.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  726. FixCharacterButton.BorderSizePixel = 0
  727. FixCharacterButton.Position = UDim2.new(0, 0, 0.400000006, 0)
  728. FixCharacterButton.Size = UDim2.new(0, 106, 0, 25)
  729. FixCharacterButton.Font = Enum.Font.SciFi
  730. FixCharacterButton.Text = "Fix Character"
  731. FixCharacterButton.TextColor3 = Color3.new(1, 1, 1)
  732. FixCharacterButton.TextSize = 14
  733. FixCharacterButton.MouseButton1Click:connect(function()
  734. game.Players.LocalPlayer.keyinput:FireServer("equipwep", "1", "pain")
  735. wait(0.1)
  736. game.Players.LocalPlayer.keyinput:FireServer("equipwep", "2", "pain")
  737. wait(0.1)
  738. game.Players.LocalPlayer.keyinput:FireServer("equipwep", "3", "pain")
  739. wait(0.1)
  740. game.Players.LocalPlayer.keyinput:FireServer("equipwep", "3", "eius")
  741. repeat wait(0.03) until game.Players.LocalPlayer.Character
  742. game.Players.LocalPlayer.Character:BreakJoints()
  743. end)
  744.  
  745. ShowRoleplayButton.Name = "ShowRoleplayButton"
  746. ShowRoleplayButton.Parent = OtherFrame
  747. ShowRoleplayButton.Active = false
  748. ShowRoleplayButton.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  749. ShowRoleplayButton.BorderSizePixel = 0
  750. ShowRoleplayButton.Position = UDim2.new(0, 0, 0.600000024, 0)
  751. ShowRoleplayButton.Size = UDim2.new(0, 106, 0, 25)
  752. ShowRoleplayButton.Font = Enum.Font.SciFi
  753. ShowRoleplayButton.Text = "Roleplay Button"
  754. ShowRoleplayButton.TextColor3 = Color3.new(1, 1, 1)
  755. ShowRoleplayButton.TextSize = 14
  756. ShowRoleplayButton.MouseButton1Click:connect(function()
  757. local target = game.Players.LocalPlayer.PlayerGui.MainGui.menu:GetChildren() for i, v in pairs(target)
  758. do v.Visible = false
  759. end
  760. wait(0.1)
  761. local target = game.Players.LocalPlayer.PlayerGui.MainGui.menu:GetChildren() for i, v in pairs(target)
  762. do v.Visible = true
  763. end
  764. end)
  765.  
  766. MainButton.Name = "MainButton"
  767. MainButton.Parent = SavageFrame
  768. MainButton.Active = false
  769. MainButton.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.294118)
  770. MainButton.BackgroundTransparency = 0.10000000149012
  771. MainButton.BorderSizePixel = 0
  772. MainButton.Position = UDim2.new(0, 0, 0.124999858, 0)
  773. MainButton.Size = UDim2.new(0, 50, 0, 25)
  774. MainButton.Font = Enum.Font.SciFi
  775. MainButton.Text = "Main"
  776. MainButton.TextColor3 = Color3.new(1, 1, 1)
  777. MainButton.TextSize = 14
  778.  
  779. MainFrame.Name = "MainFrame"
  780. MainFrame.Parent = SavageFrame
  781. MainFrame.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  782. MainFrame.BorderSizePixel = 0
  783. MainFrame.Position = UDim2.new(0, 0, 0.25, 0)
  784. MainFrame.Size = UDim2.new(0, 309, 0, 125)
  785.  
  786. WelcomeLabel.Name = "WelcomeLabel"
  787. WelcomeLabel.Parent = MainFrame
  788. WelcomeLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  789. WelcomeLabel.BackgroundTransparency = 1
  790. WelcomeLabel.Position = UDim2.new(0.162499994, 0, 0.056910567, 0)
  791. WelcomeLabel.Size = UDim2.new(0, 216, 0, 27)
  792. WelcomeLabel.Font = Enum.Font.SciFi
  793. WelcomeLabel.Text = "Savage GUI"
  794. WelcomeLabel.TextColor3 = Color3.new(1, 1, 1)
  795. WelcomeLabel.TextSize = 17
  796.  
  797. VersionLabel_2.Name = "VersionLabel"
  798. VersionLabel_2.Parent = MainFrame
  799. VersionLabel_2.BackgroundColor3 = Color3.new(0, 0, 0)
  800. VersionLabel_2.BackgroundTransparency = 1
  801. VersionLabel_2.Position = UDim2.new(0.293749988, 0, 0.276422769, 0)
  802. VersionLabel_2.Size = UDim2.new(0, 132, 0, 27)
  803. VersionLabel_2.Font = Enum.Font.SciFi
  804. VersionLabel_2.Text = "Version GUI : 1.1"
  805. VersionLabel_2.TextColor3 = Color3.new(1, 1, 1)
  806. VersionLabel_2.TextSize = 17
  807.  
  808. CreatorLabel.Name = "CreatorLabel"
  809. CreatorLabel.Parent = MainFrame
  810. CreatorLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  811. CreatorLabel.BackgroundTransparency = 1
  812. CreatorLabel.Position = UDim2.new(0.262499988, 0, 0.495934963, 0)
  813. CreatorLabel.Size = UDim2.new(0, 152, 0, 27)
  814. CreatorLabel.Font = Enum.Font.SciFi
  815. CreatorLabel.Text = "Creator : Mapaen"
  816. CreatorLabel.TextColor3 = Color3.new(1, 1, 1)
  817. CreatorLabel.TextSize = 17
  818.  
  819. LinkLabel.Name = "LinkLabel"
  820. LinkLabel.Parent = MainFrame
  821. LinkLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  822. LinkLabel.BackgroundTransparency = 1
  823. LinkLabel.Position = UDim2.new(0.212499991, 0, 0.715447187, 0)
  824. LinkLabel.Size = UDim2.new(0, 184, 0, 27)
  825. LinkLabel.Font = Enum.Font.SciFi
  826. LinkLabel.Text = "pastebin.com/u/mapaen"
  827. LinkLabel.TextColor3 = Color3.new(1, 1, 1)
  828. LinkLabel.TextSize = 17
  829.  
  830. CloseButton.Name = "CloseButton"
  831. CloseButton.Parent = SavageFrame
  832. CloseButton.Active = false
  833. CloseButton.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  834. CloseButton.BackgroundTransparency = 0.10000000149012
  835. CloseButton.BorderSizePixel = 0
  836. CloseButton.Position = UDim2.new(0.90200001, 0, 0, 0)
  837. CloseButton.Size = UDim2.new(0, 30, 0, 25)
  838. CloseButton.Font = Enum.Font.SciFi
  839. CloseButton.Text = "X"
  840. CloseButton.TextColor3 = Color3.new(1, 1, 1)
  841. CloseButton.TextSize = 18
  842.  
  843. EquipButton.Name = "EquipButton"
  844. EquipButton.Parent = SavageFrame
  845. EquipButton.Active = false
  846. EquipButton.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.294118)
  847. EquipButton.BackgroundTransparency = 0.10000000149012
  848. EquipButton.BorderSizePixel = 0
  849. EquipButton.Position = UDim2.new(0.307000011, 0, 0.125, 0)
  850. EquipButton.Size = UDim2.new(0, 42, 0, 25)
  851. EquipButton.Font = Enum.Font.SciFi
  852. EquipButton.Text = "Equip"
  853. EquipButton.TextColor3 = Color3.new(1, 1, 1)
  854. EquipButton.TextSize = 13
  855.  
  856. EquipFrame.Name = "EquipFrame"
  857. EquipFrame.Parent = SavageFrame
  858. EquipFrame.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  859. EquipFrame.BorderSizePixel = 0
  860. EquipFrame.Position = UDim2.new(0, 0, 0.249999851, 0)
  861. EquipFrame.Size = UDim2.new(0, 309, 0, 125)
  862. EquipFrame.Visible = false
  863.  
  864. JutsuNameBox.Name = "JutsuNameBox"
  865. JutsuNameBox.Parent = EquipFrame
  866. JutsuNameBox.Active = false
  867. JutsuNameBox.BackgroundColor3 = Color3.new(0.27451, 0.235294, 0.235294)
  868. JutsuNameBox.BorderSizePixel = 0
  869. JutsuNameBox.Position = UDim2.new(0.0839999989, 0, 0.400000006, 0)
  870. JutsuNameBox.Size = UDim2.new(0, 110, 0, 25)
  871. JutsuNameBox.Font = Enum.Font.SciFi
  872. JutsuNameBox.Text = "Name Jutsu"
  873. JutsuNameBox.TextColor3 = Color3.new(1, 1, 1)
  874. JutsuNameBox.TextSize = 14
  875.  
  876. JutsuKeyBox.Name = "JutsuKeyBox"
  877. JutsuKeyBox.Parent = EquipFrame
  878. JutsuKeyBox.Active = false
  879. JutsuKeyBox.BackgroundColor3 = Color3.new(0.27451, 0.235294, 0.235294)
  880. JutsuKeyBox.BorderSizePixel = 0
  881. JutsuKeyBox.Position = UDim2.new(0.0841424018, 0, 0.600000024, 0)
  882. JutsuKeyBox.Size = UDim2.new(0, 110, 0, 25)
  883. JutsuKeyBox.Font = Enum.Font.SciFi
  884. JutsuKeyBox.Text = "Jutsu Key"
  885. JutsuKeyBox.TextColor3 = Color3.new(1, 1, 1)
  886. JutsuKeyBox.TextSize = 14
  887.  
  888. JutsuEquipButton.Name = "JutsuEquipButton"
  889. JutsuEquipButton.Parent = EquipFrame
  890. JutsuEquipButton.Active = false
  891. JutsuEquipButton.BackgroundColor3 = Color3.new(0.294118, 0.235294, 0.235294)
  892. JutsuEquipButton.BorderSizePixel = 0
  893. JutsuEquipButton.Position = UDim2.new(0.0841424018, 0, 0.200000003, 0)
  894. JutsuEquipButton.Size = UDim2.new(0, 110, 0, 25)
  895. JutsuEquipButton.Font = Enum.Font.SciFi
  896. JutsuEquipButton.Text = "Equip Jutsu"
  897. JutsuEquipButton.TextColor3 = Color3.new(1, 1, 1)
  898. JutsuEquipButton.TextSize = 14
  899. JutsuEquipButton.MouseButton1Down:connect(function()
  900. local Powerz = "equippowerz"
  901. local JutKey = JutsuKeyBox.Text
  902. local JutName = JutsuNameBox.Text
  903. local Event = game:GetService("Players")["LocalPlayer"].keyinput
  904. Event:FireServer(Powerz, JutKey, JutName)
  905. end)
  906.  
  907. WeaponEquipButton.Name = "WeaponEquipButton"
  908. WeaponEquipButton.Parent = EquipFrame
  909. WeaponEquipButton.Active = false
  910. WeaponEquipButton.BackgroundColor3 = Color3.new(0.235294, 0.294118, 0.27451)
  911. WeaponEquipButton.BorderSizePixel = 0
  912. WeaponEquipButton.Position = UDim2.new(0.560000002, 0, 0.200000003, 0)
  913. WeaponEquipButton.Size = UDim2.new(0, 110, 0, 25)
  914. WeaponEquipButton.Font = Enum.Font.SciFi
  915. WeaponEquipButton.Text = "Equip Weapon"
  916. WeaponEquipButton.TextColor3 = Color3.new(1, 1, 1)
  917. WeaponEquipButton.TextSize = 14
  918. WeaponEquipButton.MouseButton1Down:connect(function()
  919. local Powerz = "equipwep"
  920. local WepKey = WeaponKeyBox.Text
  921. local WepName = WeaponNameBox.Text
  922. local Event = game:GetService("Players")["LocalPlayer"].keyinput
  923. Event:FireServer(Powerz, WepKey, WepName)
  924. end)
  925.  
  926. WeaponNameBox.Name = "WeaponNameBox"
  927. WeaponNameBox.Parent = EquipFrame
  928. WeaponNameBox.Active = false
  929. WeaponNameBox.BackgroundColor3 = Color3.new(0.235294, 0.27451, 0.254902)
  930. WeaponNameBox.BorderSizePixel = 0
  931. WeaponNameBox.Position = UDim2.new(0.559728146, 0, 0.400000006, 0)
  932. WeaponNameBox.Size = UDim2.new(0, 110, 0, 25)
  933. WeaponNameBox.Font = Enum.Font.SciFi
  934. WeaponNameBox.Text = "Name Weapon"
  935. WeaponNameBox.TextColor3 = Color3.new(1, 1, 1)
  936. WeaponNameBox.TextSize = 14
  937.  
  938. WeaponKeyBox.Name = "WeaponKeyBox"
  939. WeaponKeyBox.Parent = EquipFrame
  940. WeaponKeyBox.Active = false
  941. WeaponKeyBox.BackgroundColor3 = Color3.new(0.235294, 0.27451, 0.254902)
  942. WeaponKeyBox.BorderSizePixel = 0
  943. WeaponKeyBox.Position = UDim2.new(0.559870541, 0, 0.600000024, 0)
  944. WeaponKeyBox.Size = UDim2.new(0, 110, 0, 25)
  945. WeaponKeyBox.Font = Enum.Font.SciFi
  946. WeaponKeyBox.Text = "Weapon Key"
  947. WeaponKeyBox.TextColor3 = Color3.new(1, 1, 1)
  948. WeaponKeyBox.TextSize = 14
  949. -- Scripts:
  950. KonohaButton.MouseButton1Click:connect(function()
  951. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-126, -109, -389)
  952. end)
  953. KirigakureButton.MouseButton1Click:connect(function()
  954. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1775, -22, 2390)
  955. end)
  956. AkatsukiBaseButton.MouseButton1Click:connect(function()
  957. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1908, -150, -665)
  958. end)
  959. AmegakureButton.MouseButton1Click:connect(function()
  960. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(178, 44, -2854)
  961. end)
  962. SunagakureButton.MouseButton1Click:connect(function()
  963. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1490, -100, -3015)
  964. end)
  965. KumogakureButton.MouseButton1Click:connect(function()
  966. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(3217, 314, 2308)
  967. end)
  968. ZetsuGametButton.MouseButton1Click:connect(function()
  969. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1855, 224, -2588)
  970. end)
  971. IwagakureButton.MouseButton1Click:connect(function()
  972. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(3058, 441, -3030)
  973. end)
  974. MyobokuButton.MouseButton1Click:connect(function()
  975. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-2048, -44, 1001)
  976. end)
  977. CaveButton.MouseButton1Click:connect(function()
  978. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(2643, -21, -1493)
  979. end)
  980. BridgeButton.MouseButton1Click:connect(function()
  981. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-597, -19, 1126)
  982. end)
  983. SamuraiButton.MouseButton1Click:connect(function()
  984. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(2306, 26, 1094)
  985. end)
  986. ValleyButton.MouseButton1Click:connect(function()
  987. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1626, -109, -46)
  988. end)
  989. HokageButton.MouseButton1Click:connect(function()
  990. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(583, -25, -481)
  991. end)
  992. ForestButton.MouseButton1Click:connect(function()
  993. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(609, 57, 380)
  994. end)
  995. function SCRIPT_ARYE72_FAKESCRIPT() -- SavageGUI.LocalScript
  996.     getfenv().script = Instance.new('LocalScript', SavageGUI)
  997.  
  998.     for _,v in ipairs(script.Parent:GetDescendants()) do
  999.     if not v:IsA("LocalScript") then
  1000.     v.Draggable = true
  1001.     end
  1002.     end
  1003.  
  1004. end
  1005. coroutine.resume(coroutine.create(SCRIPT_ARYE72_FAKESCRIPT))
  1006. function SCRIPT_NERH76_FAKESCRIPT() -- TeleportButton.TeleportScript
  1007.     getfenv().script = Instance.new('LocalScript', TeleportButton)
  1008.  
  1009.     local frame0 = script.Parent.Parent.MainFrame
  1010.     local frame1 = script.Parent.Parent.JutsuFrame
  1011.     local frame2 = script.Parent.Parent.EquipFrame
  1012.     local frame3 = script.Parent.Parent.TeleportFrame
  1013.     local frame4 = script.Parent.Parent.CustomizeFrame
  1014.     local frame5 = script.Parent.Parent.OtherFrame
  1015.     local open = false
  1016.    
  1017.     script.Parent.MouseButton1Click:connect(function()
  1018.      if frame3.Visible == false then
  1019.         frame3.Visible = true
  1020.         frame0.Visible = false
  1021.         frame1.Visible = false
  1022.         frame2.Visible = false
  1023.         frame4.Visible = false
  1024.         frame5.Visible = false
  1025.      else
  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.      end
  1033.     end)
  1034.  
  1035. end
  1036. coroutine.resume(coroutine.create(SCRIPT_NERH76_FAKESCRIPT))
  1037. function SCRIPT_TFIS80_FAKESCRIPT() -- JutsuButton.JutsuScript
  1038.     getfenv().script = Instance.new('LocalScript', JutsuButton)
  1039.  
  1040.     local frame0 = script.Parent.Parent.MainFrame
  1041.     local frame1 = script.Parent.Parent.JutsuFrame
  1042.     local frame2 = script.Parent.Parent.EquipFrame
  1043.     local frame3 = script.Parent.Parent.TeleportFrame
  1044.     local frame4 = script.Parent.Parent.CustomizeFrame
  1045.     local frame5 = script.Parent.Parent.OtherFrame
  1046.     local open = false
  1047.    
  1048.     script.Parent.MouseButton1Click:connect(function()
  1049.      if frame1.Visible == false then
  1050.         frame1.Visible = true
  1051.         frame0.Visible = false
  1052.         frame2.Visible = false
  1053.         frame3.Visible = false
  1054.         frame4.Visible = false
  1055.         frame5.Visible = false
  1056.      else
  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.      end
  1064.     end)
  1065.  
  1066. end
  1067. coroutine.resume(coroutine.create(SCRIPT_TFIS80_FAKESCRIPT))
  1068. function SCRIPT_LDYF76_FAKESCRIPT() -- CustomizeButton.CustomizeScript
  1069.     getfenv().script = Instance.new('LocalScript', CustomizeButton)
  1070.  
  1071.     local frame0 = script.Parent.Parent.MainFrame
  1072.     local frame1 = script.Parent.Parent.JutsuFrame
  1073.     local frame2 = script.Parent.Parent.EquipFrame
  1074.     local frame3 = script.Parent.Parent.TeleportFrame
  1075.     local frame4 = script.Parent.Parent.CustomizeFrame
  1076.     local frame5 = script.Parent.Parent.OtherFrame
  1077.     local open = false
  1078.    
  1079.     script.Parent.MouseButton1Click:connect(function()
  1080.      if frame4.Visible == false then
  1081.         frame4.Visible = true
  1082.         frame0.Visible = false
  1083.         frame1.Visible = false
  1084.         frame2.Visible = false
  1085.         frame3.Visible = false
  1086.         frame5.Visible = false
  1087.      else
  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.      end
  1095.     end)
  1096.  
  1097. end
  1098. coroutine.resume(coroutine.create(SCRIPT_LDYF76_FAKESCRIPT))
  1099. function SCRIPT_AWPJ69_FAKESCRIPT() -- OtherButton.OtherScript
  1100.     getfenv().script = Instance.new('LocalScript', OtherButton)
  1101.  
  1102.     local frame0 = script.Parent.Parent.MainFrame
  1103.     local frame1 = script.Parent.Parent.JutsuFrame
  1104.     local frame2 = script.Parent.Parent.EquipFrame
  1105.     local frame3 = script.Parent.Parent.TeleportFrame
  1106.     local frame4 = script.Parent.Parent.CustomizeFrame
  1107.     local frame5 = script.Parent.Parent.OtherFrame
  1108.     local open = false
  1109.    
  1110.     script.Parent.MouseButton1Click:connect(function()
  1111.      if frame5.Visible == false then
  1112.         frame5.Visible = true
  1113.         frame0.Visible = false
  1114.         frame1.Visible = false
  1115.         frame2.Visible = false
  1116.         frame3.Visible = false
  1117.         frame4.Visible = false
  1118.      else
  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.      end
  1126.     end)
  1127.  
  1128. end
  1129. coroutine.resume(coroutine.create(SCRIPT_AWPJ69_FAKESCRIPT))
  1130. function SCRIPT_AUOJ66_FAKESCRIPT() -- MainButton.MainScript
  1131.     getfenv().script = Instance.new('LocalScript', MainButton)
  1132.  
  1133.     local frame0 = script.Parent.Parent.MainFrame
  1134.     local frame1 = script.Parent.Parent.JutsuFrame
  1135.     local frame2 = script.Parent.Parent.EquipFrame
  1136.     local frame3 = script.Parent.Parent.TeleportFrame
  1137.     local frame4 = script.Parent.Parent.CustomizeFrame
  1138.     local frame5 = script.Parent.Parent.OtherFrame
  1139.     local open = false
  1140.    
  1141.     script.Parent.MouseButton1Click:connect(function()
  1142.      if frame0.Visible == false then
  1143.         frame0.Visible = true
  1144.         frame1.Visible = false
  1145.         frame2.Visible = false
  1146.         frame3.Visible = false
  1147.         frame4.Visible = false
  1148.         frame5.Visible = false
  1149.      else
  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.      end
  1157.     end)
  1158.  
  1159. end
  1160. coroutine.resume(coroutine.create(SCRIPT_AUOJ66_FAKESCRIPT))
  1161. function SCRIPT_RPER75_FAKESCRIPT() -- CloseButton.LocalScript
  1162.     getfenv().script = Instance.new('LocalScript', CloseButton)
  1163.  
  1164.     function onClick()
  1165.     script.Parent.Parent:Destroy()
  1166.     end
  1167.     script.Parent.MouseButton1Click:connect(onClick)
  1168.  
  1169. end
  1170. coroutine.resume(coroutine.create(SCRIPT_RPER75_FAKESCRIPT))
  1171. function SCRIPT_BEPU84_FAKESCRIPT() -- EquipButton.EquipScript
  1172.     getfenv().script = Instance.new('LocalScript', EquipButton)
  1173.  
  1174.     local frame0 = script.Parent.Parent.MainFrame
  1175.     local frame1 = script.Parent.Parent.JutsuFrame
  1176.     local frame2 = script.Parent.Parent.EquipFrame
  1177.     local frame3 = script.Parent.Parent.TeleportFrame
  1178.     local frame4 = script.Parent.Parent.CustomizeFrame
  1179.     local frame5 = script.Parent.Parent.OtherFrame
  1180.     local open = false
  1181.    
  1182.     script.Parent.MouseButton1Click:connect(function()
  1183.      if frame2.Visible == false then
  1184.         frame2.Visible = true
  1185.         frame0.Visible = false
  1186.         frame1.Visible = false
  1187.         frame3.Visible = false
  1188.         frame4.Visible = false
  1189.         frame5.Visible = false
  1190.      else
  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.      end
  1198.     end)
  1199.  
  1200. end
  1201. coroutine.resume(coroutine.create(SCRIPT_BEPU84_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement