victordavid091

[UPDATE] Beyond [Beta]

Nov 14th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 39.79 KB | None | 0 0
  1. local ScreenGui = 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 KenJutsuButton = Instance.new("TextButton")
  29. local SubJutsuV1Button = Instance.new("TextButton")
  30. local SubJutsuV2Button = 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 _2xExpButton = Instance.new("TextButton")
  44. local InfoButton = Instance.new("TextButton")
  45. local MainFrame = Instance.new("Frame")
  46. local WelcomeLabel = Instance.new("TextLabel")
  47. local VersionLabel_2 = Instance.new("TextLabel")
  48. local CreatorLabel = Instance.new("TextLabel")
  49. local LinkLabel = Instance.new("TextLabel")
  50. local CloseButton = Instance.new("TextButton")
  51.  
  52. game.StarterGui:SetCore("SendNotification", {
  53. Title = "Savage Gui";
  54. Text = "Welcome";
  55. Icon = "rbxassetid://1741868183";
  56. Duration = 0.8;
  57. })
  58. local sound = Instance.new("Sound", game.Workspace)
  59. sound.SoundId = "rbxassetid://2432378456"
  60. sound:Play()
  61. print("play", sound.Playing, sound.TimePosition)
  62.  
  63. --Properties:
  64. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  65.  
  66. SavageFrame.Name = "SavageFrame"
  67. SavageFrame.Parent = ScreenGui
  68. SavageFrame.Active = true
  69. SavageFrame.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  70. SavageFrame.BorderColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  71. SavageFrame.BorderSizePixel = 0
  72. SavageFrame.Position = UDim2.new(0.0985019803, 0, 0.0684655607, 0)
  73. SavageFrame.Size = UDim2.new(0, 320, 0, 200)
  74.  
  75. SavageLabel.Name = "SavageLabel"
  76. SavageLabel.Parent = SavageFrame
  77. SavageLabel.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  78. SavageLabel.BorderColor3 = Color3.new(0.156863, 0.196078, 0.196078)
  79. SavageLabel.BorderSizePixel = 0
  80. SavageLabel.Size = UDim2.new(0, 283, 0, 30)
  81. SavageLabel.Font = Enum.Font.SciFi
  82. SavageLabel.Text = " Savage Gui"
  83. SavageLabel.TextColor3 = Color3.new(1, 1, 1)
  84. SavageLabel.TextSize = 17
  85. SavageLabel.TextStrokeColor3 = Color3.new(0.380392, 1, 0.368627)
  86. SavageLabel.TextXAlignment = Enum.TextXAlignment.Left
  87.  
  88. VersionLabel.Name = "VersionLabel"
  89. VersionLabel.Parent = SavageFrame
  90. VersionLabel.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  91. VersionLabel.BorderColor3 = Color3.new(0.156863, 0.196078, 0.196078)
  92. VersionLabel.BorderSizePixel = 0
  93. VersionLabel.Position = UDim2.new(0, 0, 0.889999986, 0)
  94. VersionLabel.Size = UDim2.new(0, 320, 0, 23)
  95. VersionLabel.Font = Enum.Font.SciFi
  96. VersionLabel.Text = ""
  97. VersionLabel.TextColor3 = Color3.new(1, 1, 1)
  98. VersionLabel.TextSize = 16
  99. VersionLabel.TextStrokeColor3 = Color3.new(0.380392, 1, 0.368627)
  100.  
  101. TeleportButton.Name = "TeleportButton"
  102. TeleportButton.Parent = SavageFrame
  103. TeleportButton.Active = false
  104. TeleportButton.BackgroundColor3 = Color3.new(0.27451, 0.235294, 0.235294)
  105. TeleportButton.BorderSizePixel = 0
  106. TeleportButton.Position = UDim2.new(0.200000003, 0, 0.149999976, 0)
  107. TeleportButton.Size = UDim2.new(0, 64, 0, 25)
  108. TeleportButton.Font = Enum.Font.SciFi
  109. TeleportButton.Text = "Teleport"
  110. TeleportButton.TextColor3 = Color3.new(1, 1, 1)
  111. TeleportButton.TextSize = 14
  112.  
  113. JutsuButton.Name = "JutsuButton"
  114. JutsuButton.Parent = SavageFrame
  115. JutsuButton.Active = false
  116. JutsuButton.BackgroundColor3 = Color3.new(0.27451, 0.235294, 0.235294)
  117. JutsuButton.BorderSizePixel = 0
  118. JutsuButton.Position = UDim2.new(0.399999976, 0, 0.150000006, 0)
  119. JutsuButton.Size = UDim2.new(0, 64, 0, 25)
  120. JutsuButton.Font = Enum.Font.SciFi
  121. JutsuButton.Text = "Jutsu"
  122. JutsuButton.TextColor3 = Color3.new(1, 1, 1)
  123. JutsuButton.TextSize = 14
  124.  
  125. CustomizeButton.Name = "CustomizeButton"
  126. CustomizeButton.Parent = SavageFrame
  127. CustomizeButton.Active = false
  128. CustomizeButton.BackgroundColor3 = Color3.new(0.27451, 0.235294, 0.235294)
  129. CustomizeButton.BorderSizePixel = 0
  130. CustomizeButton.Position = UDim2.new(0.600000024, 0, 0.150000006, 0)
  131. CustomizeButton.Size = UDim2.new(0, 64, 0, 25)
  132. CustomizeButton.Font = Enum.Font.SciFi
  133. CustomizeButton.Text = "Customize"
  134. CustomizeButton.TextColor3 = Color3.new(1, 1, 1)
  135. CustomizeButton.TextSize = 13
  136.  
  137. OtherButton.Name = "OtherButton"
  138. OtherButton.Parent = SavageFrame
  139. OtherButton.Active = false
  140. OtherButton.BackgroundColor3 = Color3.new(0.27451, 0.235294, 0.235294)
  141. OtherButton.BorderSizePixel = 0
  142. OtherButton.Position = UDim2.new(0.800000012, 0, 0.150000006, 0)
  143. OtherButton.Size = UDim2.new(0, 64, 0, 25)
  144. OtherButton.Font = Enum.Font.SciFi
  145. OtherButton.Text = "Other"
  146. OtherButton.TextColor3 = Color3.new(1, 1, 1)
  147. OtherButton.TextSize = 14
  148.  
  149. TeleportFrame.Name = "TeleportFrame"
  150. TeleportFrame.Parent = SavageFrame
  151. TeleportFrame.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  152. TeleportFrame.BorderSizePixel = 0
  153. TeleportFrame.Position = UDim2.new(0, 0, 0.274999857, 0)
  154. TeleportFrame.Size = UDim2.new(0, 320, 0, 123)
  155. TeleportFrame.Visible = false
  156.  
  157. KonohaButton.Name = "KonohaButton"
  158. KonohaButton.Parent = TeleportFrame
  159. KonohaButton.Active = false
  160. KonohaButton.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  161. KonohaButton.BorderSizePixel = 0
  162. KonohaButton.Size = UDim2.new(0, 106, 0, 25)
  163. KonohaButton.Font = Enum.Font.SciFi
  164. KonohaButton.Text = "Konohagakure"
  165. KonohaButton.TextColor3 = Color3.new(1, 1, 1)
  166. KonohaButton.TextSize = 14
  167. KonohaButton.MouseButton1Click:connect(function()
  168. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-126, -109, -389)
  169. end)
  170.  
  171. KirigakureButton.Name = "KirigakureButton"
  172. KirigakureButton.Parent = TeleportFrame
  173. KirigakureButton.Active = false
  174. KirigakureButton.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  175. KirigakureButton.BorderSizePixel = 0
  176. KirigakureButton.Position = UDim2.new(0.331, 0, 0, 0)
  177. KirigakureButton.Size = UDim2.new(0, 107, 0, 25)
  178. KirigakureButton.Font = Enum.Font.SciFi
  179. KirigakureButton.Text = "Kirigakure"
  180. KirigakureButton.TextColor3 = Color3.new(1, 1, 1)
  181. KirigakureButton.TextSize = 14
  182. KirigakureButton.MouseButton1Click:connect(function()
  183. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1775, -22, 2390)
  184. end)
  185.  
  186. AkatsukiBaseButton.Name = "AkatsukiBaseButton"
  187. AkatsukiBaseButton.Parent = TeleportFrame
  188. AkatsukiBaseButton.Active = false
  189. AkatsukiBaseButton.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  190. AkatsukiBaseButton.BorderSizePixel = 0
  191. AkatsukiBaseButton.Position = UDim2.new(0.666000009, 0, 0, 0)
  192. AkatsukiBaseButton.Size = UDim2.new(0, 107, 0, 25)
  193. AkatsukiBaseButton.Font = Enum.Font.SciFi
  194. AkatsukiBaseButton.Text = "Akatsuki Base"
  195. AkatsukiBaseButton.TextColor3 = Color3.new(1, 1, 1)
  196. AkatsukiBaseButton.TextSize = 14
  197. AkatsukiBaseButton.MouseButton1Click:connect(function()
  198. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1908, -150, -665)
  199. end)
  200.  
  201. AmegakureButton.Name = "AmegakureButton"
  202. AmegakureButton.Parent = TeleportFrame
  203. AmegakureButton.Active = false
  204. AmegakureButton.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  205. AmegakureButton.BorderSizePixel = 0
  206. AmegakureButton.Position = UDim2.new(0, 0, 0.198780626, 0)
  207. AmegakureButton.Size = UDim2.new(0, 106, 0, 25)
  208. AmegakureButton.Font = Enum.Font.SciFi
  209. AmegakureButton.Text = "Amegakure"
  210. AmegakureButton.TextColor3 = Color3.new(1, 1, 1)
  211. AmegakureButton.TextSize = 14
  212. AmegakureButton.MouseButton1Click:connect(function()
  213. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(178, 44, -2854)
  214. end)
  215.  
  216. SunagakureButton.Name = "SunagakureButton"
  217. SunagakureButton.Parent = TeleportFrame
  218. SunagakureButton.Active = false
  219. SunagakureButton.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  220. SunagakureButton.BorderSizePixel = 0
  221. SunagakureButton.Position = UDim2.new(0, 0, 0.402032673, 0)
  222. SunagakureButton.Size = UDim2.new(0, 106, 0, 25)
  223. SunagakureButton.Font = Enum.Font.SciFi
  224. SunagakureButton.Text = "Sunagakure"
  225. SunagakureButton.TextColor3 = Color3.new(1, 1, 1)
  226. SunagakureButton.TextSize = 14
  227. SunagakureButton.MouseButton1Click:connect(function()
  228. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1490, -100, -3015)
  229. end)
  230.  
  231. KumogakureButton.Name = "KumogakureButton"
  232. KumogakureButton.Parent = TeleportFrame
  233. KumogakureButton.Active = false
  234. KumogakureButton.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  235. KumogakureButton.BorderSizePixel = 0
  236. KumogakureButton.Position = UDim2.new(0, 0, 0.605284691, 0)
  237. KumogakureButton.Size = UDim2.new(0, 106, 0, 25)
  238. KumogakureButton.Font = Enum.Font.SciFi
  239. KumogakureButton.Text = "Kumogakure"
  240. KumogakureButton.TextColor3 = Color3.new(1, 1, 1)
  241. KumogakureButton.TextSize = 14
  242. KumogakureButton.MouseButton1Click:connect(function()
  243. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(3217, 314, 2308)
  244. end)
  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.792276561, 0)
  252. ZetsuGametButton.Size = UDim2.new(0, 106, 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. ZetsuGametButton.MouseButton1Click:connect(function()
  258. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1855, 224, -2588)
  259. end)
  260.  
  261. IwagakureButton.Name = "IwagakureButton"
  262. IwagakureButton.Parent = TeleportFrame
  263. IwagakureButton.Active = false
  264. IwagakureButton.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  265. IwagakureButton.BorderSizePixel = 0
  266. IwagakureButton.Position = UDim2.new(0.331, 0, 0.203252032, 0)
  267. IwagakureButton.Size = UDim2.new(0, 107, 0, 25)
  268. IwagakureButton.Font = Enum.Font.SciFi
  269. IwagakureButton.Text = "Iwagakure"
  270. IwagakureButton.TextColor3 = Color3.new(1, 1, 1)
  271. IwagakureButton.TextSize = 14
  272. IwagakureButton.MouseButton1Click:connect(function()
  273. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(3058, 441, -3030)
  274. end)
  275.  
  276. MyobokuButton.Name = "MyobokuButton"
  277. MyobokuButton.Parent = TeleportFrame
  278. MyobokuButton.Active = false
  279. MyobokuButton.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  280. MyobokuButton.BorderSizePixel = 0
  281. MyobokuButton.Position = UDim2.new(0.331, 0, 0.406504035, 0)
  282. MyobokuButton.Size = UDim2.new(0, 107, 0, 25)
  283. MyobokuButton.Font = Enum.Font.SciFi
  284. MyobokuButton.Text = "Mount Myoboku"
  285. MyobokuButton.TextColor3 = Color3.new(1, 1, 1)
  286. MyobokuButton.TextSize = 14
  287. MyobokuButton.MouseButton1Click:connect(function()
  288. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-2048, -44, 1001)
  289. end)
  290.  
  291. CaveButton.Name = "CaveButton"
  292. CaveButton.Parent = TeleportFrame
  293. CaveButton.Active = false
  294. CaveButton.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  295. CaveButton.BorderSizePixel = 0
  296. CaveButton.Position = UDim2.new(0.331, 0, 0.609756052, 0)
  297. CaveButton.Size = UDim2.new(0, 107, 0, 25)
  298. CaveButton.Font = Enum.Font.SciFi
  299. CaveButton.Text = "Ryuchi Cave"
  300. CaveButton.TextColor3 = Color3.new(1, 1, 1)
  301. CaveButton.TextSize = 14
  302. CaveButton.MouseButton1Click:connect(function()
  303. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(2643, -21, -1493)
  304. end)
  305.  
  306. BridgeButton.Name = "BridgeButton"
  307. BridgeButton.Parent = TeleportFrame
  308. BridgeButton.Active = false
  309. BridgeButton.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  310. BridgeButton.BorderSizePixel = 0
  311. BridgeButton.Position = UDim2.new(0.331, 0, 0.796747923, 0)
  312. BridgeButton.Size = UDim2.new(0, 107, 0, 25)
  313. BridgeButton.Font = Enum.Font.SciFi
  314. BridgeButton.Text = "Naruto Bridge"
  315. BridgeButton.TextColor3 = Color3.new(1, 1, 1)
  316. BridgeButton.TextSize = 14
  317. BridgeButton.MouseButton1Click:connect(function()
  318. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-597, -19, 1126)
  319. end)
  320.  
  321. SamuraiButton.Name = "SamuraiButton"
  322. SamuraiButton.Parent = TeleportFrame
  323. SamuraiButton.Active = false
  324. SamuraiButton.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  325. SamuraiButton.BorderSizePixel = 0
  326. SamuraiButton.Position = UDim2.new(0.662874997, 0, 0.203252017, 0)
  327. SamuraiButton.Size = UDim2.new(0, 107, 0, 25)
  328. SamuraiButton.Font = Enum.Font.SciFi
  329. SamuraiButton.Text = "Samurai Bridge"
  330. SamuraiButton.TextColor3 = Color3.new(1, 1, 1)
  331. SamuraiButton.TextSize = 14
  332. SamuraiButton.MouseButton1Click:connect(function()
  333. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(2306, 26, 1094)
  334. end)
  335.  
  336. ValleyButton.Name = "ValleyButton"
  337. ValleyButton.Parent = TeleportFrame
  338. ValleyButton.Active = false
  339. ValleyButton.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  340. ValleyButton.BorderSizePixel = 0
  341. ValleyButton.Position = UDim2.new(0.662874997, 0, 0.406504035, 0)
  342. ValleyButton.Size = UDim2.new(0, 107, 0, 25)
  343. ValleyButton.Font = Enum.Font.SciFi
  344. ValleyButton.Text = "Valley of the End"
  345. ValleyButton.TextColor3 = Color3.new(1, 1, 1)
  346. ValleyButton.TextSize = 14
  347. ValleyButton.MouseButton1Click:connect(function()
  348. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1626, -109, -46)
  349. end)
  350.  
  351. HokageButton.Name = "HokageButton"
  352. HokageButton.Parent = TeleportFrame
  353. HokageButton.Active = false
  354. HokageButton.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  355. HokageButton.BorderSizePixel = 0
  356. HokageButton.Position = UDim2.new(0.662874997, 0, 0.601626039, 0)
  357. HokageButton.Size = UDim2.new(0, 107, 0, 25)
  358. HokageButton.Font = Enum.Font.SciFi
  359. HokageButton.Text = "Hokage Mount"
  360. HokageButton.TextColor3 = Color3.new(1, 1, 1)
  361. HokageButton.TextSize = 14
  362. HokageButton.MouseButton1Click:connect(function()
  363. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(583, -25, -481)
  364. end)
  365.  
  366. ForestButton.Name = "ForestButton"
  367. ForestButton.Parent = TeleportFrame
  368. ForestButton.Active = false
  369. ForestButton.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  370. ForestButton.BorderSizePixel = 0
  371. ForestButton.Position = UDim2.new(0.662874997, 0, 0.796747983, 0)
  372. ForestButton.Size = UDim2.new(0, 107, 0, 25)
  373. ForestButton.Font = Enum.Font.SciFi
  374. ForestButton.Text = "Forest of Death"
  375. ForestButton.TextColor3 = Color3.new(1, 1, 1)
  376. ForestButton.TextSize = 14
  377. ForestButton.MouseButton1Click:connect(function()
  378. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(609, 57, 380)
  379. end)
  380.  
  381. JutsuFrame.Name = "JutsuFrame"
  382. JutsuFrame.Parent = SavageFrame
  383. JutsuFrame.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  384. JutsuFrame.BorderSizePixel = 0
  385. JutsuFrame.Position = UDim2.new(0, 0, 0.274999857, 0)
  386. JutsuFrame.Size = UDim2.new(0, 320, 0, 123)
  387. JutsuFrame.Visible = false
  388.  
  389. NinJutsuButton.Name = "NinJutsuButton"
  390. NinJutsuButton.Parent = JutsuFrame
  391. NinJutsuButton.Active = false
  392. NinJutsuButton.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  393. NinJutsuButton.BorderSizePixel = 0
  394. NinJutsuButton.Position = UDim2.new(0, 0, -0.00142276287, 0)
  395. NinJutsuButton.Size = UDim2.new(0, 106, 0, 25)
  396. NinJutsuButton.Font = Enum.Font.SciFi
  397. NinJutsuButton.Text = "NinJutsu"
  398. NinJutsuButton.TextColor3 = Color3.new(1, 1, 1)
  399. NinJutsuButton.TextSize = 14
  400. NinJutsuButton.MouseButton1Click:connect(function()
  401. local target =game.Players.LocalPlayer.PlayerGui.MainGui.menu.Nin:GetChildren{}
  402. for i, v in pairs(target) do
  403. v.lock.Visible = false
  404. end
  405. game.StarterGui:SetCore("SendNotification", {
  406. Title = "Savage Gui";
  407. Text = "NinJutsu Unlocked";
  408. Icon = "rbxassetid://1524119725";
  409. Duration = 0.5;
  410. })
  411. end)
  412.  
  413. TaiJutsuButton.Name = "TaiJutsuButton"
  414. TaiJutsuButton.Parent = JutsuFrame
  415. TaiJutsuButton.Active = false
  416. TaiJutsuButton.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  417. TaiJutsuButton.BorderSizePixel = 0
  418. TaiJutsuButton.Position = UDim2.new(0, 0, 0.20182927, 0)
  419. TaiJutsuButton.Size = UDim2.new(0, 106, 0, 25)
  420. TaiJutsuButton.Font = Enum.Font.SciFi
  421. TaiJutsuButton.Text = "TaiJutsu"
  422. TaiJutsuButton.TextColor3 = Color3.new(1, 1, 1)
  423. TaiJutsuButton.TextSize = 14
  424. TaiJutsuButton.MouseButton1Click:connect(function()
  425. local target =game.Players.LocalPlayer.PlayerGui.MainGui.menu.combos:GetChildren{}
  426. for i, v in pairs(target) do
  427. v.lock.Visible = false
  428. end
  429. game.StarterGui:SetCore("SendNotification", {
  430. Title = "Savage Gui";
  431. Text = "TaiJutsu Unlocked";
  432. Icon = "rbxassetid://2047974337";
  433. Duration = 0.5;
  434. })
  435. end)
  436.  
  437. KenJutsuButton.Name = "KenJutsuButton"
  438. KenJutsuButton.Parent = JutsuFrame
  439. KenJutsuButton.Active = false
  440. KenJutsuButton.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  441. KenJutsuButton.BorderSizePixel = 0
  442. KenJutsuButton.Position = UDim2.new(0, 0, 0.405081302, 0)
  443. KenJutsuButton.Size = UDim2.new(0, 106, 0, 25)
  444. KenJutsuButton.Font = Enum.Font.SciFi
  445. KenJutsuButton.Text = "KenJutsu"
  446. KenJutsuButton.TextColor3 = Color3.new(1, 1, 1)
  447. KenJutsuButton.TextSize = 14
  448. KenJutsuButton.MouseButton1Click:connect(function()
  449. local target = game.Players.LocalPlayer.PlayerGui.MainGui.menu.ken:GetChildren()
  450. for i, v in pairs(target) do
  451. v.lock.Visible = false
  452. end
  453. game.StarterGui:SetCore("SendNotification", {
  454. Title = "Savage Gui";
  455. Text = "KenJutsu Unlocked";
  456. Icon = "rbxassetid://1995341682";
  457. Duration = 0.5;
  458. })
  459. end)
  460.  
  461. SubJutsuV1Button.Name = "SubJutsuV1Button"
  462. SubJutsuV1Button.Parent = JutsuFrame
  463. SubJutsuV1Button.Active = false
  464. SubJutsuV1Button.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  465. SubJutsuV1Button.BorderSizePixel = 0
  466. SubJutsuV1Button.Position = UDim2.new(0.331249982, 0, -0.00142276287, 0)
  467. SubJutsuV1Button.Size = UDim2.new(0, 106, 0, 25)
  468. SubJutsuV1Button.Font = Enum.Font.SciFi
  469. SubJutsuV1Button.Text = "SubJutsu V1"
  470. SubJutsuV1Button.TextColor3 = Color3.new(1, 1, 1)
  471. SubJutsuV1Button.TextSize = 14
  472. SubJutsuV1Button.MouseButton1Click:connect(function()
  473. for i,v in pairs(game.Players.LocalPlayer.PlayerGui.MainGui.menu.Sub.mode:GetChildren()) do
  474. v.lock.Image = ("rbxassetid://1494129610")
  475. end
  476. for i,v in pairs(game.Players.LocalPlayer.PlayerGui.MainGui.menu.Sub.sum:GetChildren()) do
  477. v.lock.Image = ("rbxassetid://1494129610")
  478. end
  479. for i,v in pairs(game.Players.LocalPlayer.PlayerGui.MainGui.menu.Sub.jutsu:GetChildren()) do
  480. v.lock.Image = ("rbxassetid://1494129610")
  481. end
  482. game.StarterGui:SetCore("SendNotification", {
  483. Title = "Savage Gui";
  484. Text = "SubJutsu V1 Unlocked";
  485. Icon = "rbxassetid://2502808511";
  486. Duration = 0.5;
  487. })
  488. end)
  489.  
  490. SubJutsuV2Button.Name = "SubJutsuV2Button"
  491. SubJutsuV2Button.Parent = JutsuFrame
  492. SubJutsuV2Button.Active = false
  493. SubJutsuV2Button.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  494. SubJutsuV2Button.BorderSizePixel = 0
  495. SubJutsuV2Button.Position = UDim2.new(0.331249982, 0, 0.201829255, 0)
  496. SubJutsuV2Button.Size = UDim2.new(0, 106, 0, 25)
  497. SubJutsuV2Button.Font = Enum.Font.SciFi
  498. SubJutsuV2Button.Text = "SubJutsu V2"
  499. SubJutsuV2Button.TextColor3 = Color3.new(1, 1, 1)
  500. SubJutsuV2Button.TextSize = 14
  501. SubJutsuV2Button.MouseButton1Click:connect(function()
  502. local target = game.Players.LocalPlayer.PlayerGui.MainGui.menu.Sub.mode:GetChildren() for i, v in pairs(target)
  503. do v.lock.Visible = false
  504. end
  505. local target = game.Players.LocalPlayer.PlayerGui.MainGui.menu.Sub.sum:GetChildren() for i, v in pairs(target)
  506. do v.lock.Visible = false
  507. end
  508. local target = game.Players.LocalPlayer.PlayerGui.MainGui.menu.Sub.jutsu:GetChildren() for i, v in pairs(target)
  509. do v.lock.Visible = false
  510. end
  511. game.StarterGui:SetCore("SendNotification", {
  512. Title = "Savage Gui";
  513. Text = "SubJutsu V2 Unlocked, but you can't equip modes";
  514. Icon = "rbxassetid://2502808511";
  515. Duration = 0.5;
  516. })
  517. end)
  518.  
  519. CompanionsButton.Name = "CompanionsButton"
  520. CompanionsButton.Parent = JutsuFrame
  521. CompanionsButton.Active = false
  522. CompanionsButton.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  523. CompanionsButton.BorderSizePixel = 0
  524. CompanionsButton.Position = UDim2.new(0.00312501192, 0, 0.600203276, 0)
  525. CompanionsButton.Size = UDim2.new(0, 106, 0, 25)
  526. CompanionsButton.Font = Enum.Font.SciFi
  527. CompanionsButton.Text = "Companions"
  528. CompanionsButton.TextColor3 = Color3.new(1, 1, 1)
  529. CompanionsButton.TextSize = 14
  530. CompanionsButton.MouseButton1Click:connect(function()
  531. local target =game.Players.LocalPlayer.PlayerGui.MainGui.menu.Comp:GetChildren{}
  532. for i, v in pairs(target) do
  533. v.lock.Visible = false
  534. end
  535. game.StarterGui:SetCore("SendNotification", {
  536. Title = "Savage Gui";
  537. Text = "Companions Unlocked";
  538. Icon = "rbxassetid://2296534225";
  539. Duration = 0.5;
  540. })
  541. end)
  542.  
  543. CustomizeFrame.Name = "CustomizeFrame"
  544. CustomizeFrame.Parent = SavageFrame
  545. CustomizeFrame.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  546. CustomizeFrame.BorderSizePixel = 0
  547. CustomizeFrame.Position = UDim2.new(0, 0, 0.274999857, 0)
  548. CustomizeFrame.Size = UDim2.new(0, 320, 0, 123)
  549. CustomizeFrame.Visible = false
  550.  
  551. _4KGSlotButton.Name = "4KGSlotButton"
  552. _4KGSlotButton.Parent = CustomizeFrame
  553. _4KGSlotButton.Active = false
  554. _4KGSlotButton.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  555. _4KGSlotButton.BorderSizePixel = 0
  556. _4KGSlotButton.Position = UDim2.new(0, 0, -0.00142276287, 0)
  557. _4KGSlotButton.Size = UDim2.new(0, 106, 0, 25)
  558. _4KGSlotButton.Font = Enum.Font.SciFi
  559. _4KGSlotButton.Text = "Spin 4 KG Slot"
  560. _4KGSlotButton.TextColor3 = Color3.new(1, 1, 1)
  561. _4KGSlotButton.TextSize = 14
  562. _4KGSlotButton.MouseButton1Click:connect(function()
  563. game:GetService("Players").LocalPlayer.keyinput:FireServer("respin", 4)
  564. game.StarterGui:SetCore("SendNotification", {
  565. Title = "Savage Gui";
  566. Text = "Spin 4 KG Slot";
  567. Icon = "rbxassetid://1602025638";
  568. Duration = 0.5;
  569. })
  570. end)
  571.  
  572. ElementsButton.Name = "ElementsButton"
  573. ElementsButton.Parent = CustomizeFrame
  574. ElementsButton.Active = false
  575. ElementsButton.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  576. ElementsButton.BorderSizePixel = 0
  577. ElementsButton.Position = UDim2.new(0, 0, 0.20182927, 0)
  578. ElementsButton.Size = UDim2.new(0, 106, 0, 25)
  579. ElementsButton.Font = Enum.Font.SciFi
  580. ElementsButton.Text = "All Elements"
  581. ElementsButton.TextColor3 = Color3.new(1, 1, 1)
  582. ElementsButton.TextSize = 14
  583. ElementsButton.MouseButton1Click:connect(function()
  584. local Element = "earth"
  585. game.Players.LocalPlayer.PlayerGui.MainGui.Menu4.main[Element].select.Visible = true
  586. local Element = "fire"
  587. game.Players.LocalPlayer.PlayerGui.MainGui.Menu4.main[Element].select.Visible = true
  588. local Element = "lightning"
  589. game.Players.LocalPlayer.PlayerGui.MainGui.Menu4.main[Element].select.Visible = true
  590. local Element = "water"
  591. game.Players.LocalPlayer.PlayerGui.MainGui.Menu4.main[Element].select.Visible = true
  592. local Element = "wind"
  593. game.Players.LocalPlayer.PlayerGui.MainGui.Menu4.main[Element].select.Visible = true
  594. game.StarterGui:SetCore("SendNotification", {
  595. Title = "Savage Gui";
  596. Text = "All Elements";
  597. Icon = "rbxassetid://1602001899";
  598. Duration = 0.5;
  599. })
  600. end)
  601.  
  602. OpenSusanooButton.Name = "OpenSusanooButton"
  603. OpenSusanooButton.Parent = CustomizeFrame
  604. OpenSusanooButton.Active = false
  605. OpenSusanooButton.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  606. OpenSusanooButton.BorderSizePixel = 0
  607. OpenSusanooButton.Position = UDim2.new(0.568750024, 0, 0.405081272, 0)
  608. OpenSusanooButton.Size = UDim2.new(0, 137, 0, 25)
  609. OpenSusanooButton.Font = Enum.Font.SciFi
  610. OpenSusanooButton.Text = "Open Susanoo Editor"
  611. OpenSusanooButton.TextColor3 = Color3.new(1, 1, 1)
  612. OpenSusanooButton.TextSize = 14
  613. OpenSusanooButton.MouseButton1Click:connect(function()
  614. game.Players.LocalPlayer.PlayerGui.MainGui.Susanoo.Visible = true
  615. game.StarterGui:SetCore("SendNotification", {
  616. Title = "Savage Gui";
  617. Text = "Open Susanoo Editor";
  618. Icon = "rbxassetid://2502638270";
  619. Duration = 0.5;
  620. })
  621. end)
  622.  
  623. CloseSusanooButton.Name = "CloseSusanooButton"
  624. CloseSusanooButton.Parent = CustomizeFrame
  625. CloseSusanooButton.Active = false
  626. CloseSusanooButton.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  627. CloseSusanooButton.BorderSizePixel = 0
  628. CloseSusanooButton.Position = UDim2.new(0.568750024, 0, 0.60833329, 0)
  629. CloseSusanooButton.Size = UDim2.new(0, 137, 0, 25)
  630. CloseSusanooButton.Font = Enum.Font.SciFi
  631. CloseSusanooButton.Text = "Close Susanoo Editor"
  632. CloseSusanooButton.TextColor3 = Color3.new(1, 1, 1)
  633. CloseSusanooButton.TextSize = 14
  634. CloseSusanooButton.MouseButton1Click:connect(function()
  635. game.Players.LocalPlayer.PlayerGui.MainGui.Susanoo.Visible = false
  636. game.StarterGui:SetCore("SendNotification", {
  637. Title = "Savage Gui";
  638. Text = "Close Susanoo Editor";
  639. Icon = "rbxassetid://2502638270";
  640. Duration = 0.5;
  641. })
  642. end)
  643.  
  644. KGinBagButton.Name = "KGinBagButton"
  645. KGinBagButton.Parent = CustomizeFrame
  646. KGinBagButton.Active = false
  647. KGinBagButton.Visible = false
  648. KGinBagButton.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  649. KGinBagButton.BorderSizePixel = 0
  650. KGinBagButton.Position = UDim2.new(0, 0, 0.405081302, 0)
  651. KGinBagButton.Size = UDim2.new(0, 106, 0, 25)
  652. KGinBagButton.Font = Enum.Font.SciFi
  653. KGinBagButton.Text = "All KG in Bag"
  654. KGinBagButton.TextColor3 = Color3.new(1, 1, 1)
  655. KGinBagButton.TextSize = 14
  656. KGinBagButton.MouseButton1Click:connect(function()
  657. local KG = "sharingan"
  658. game.Players.LocalPlayer.PlayerGui.MainGui.Menu4.bag.frame[KG].locked.Visible = false
  659. local KG = "wood"
  660. game.Players.LocalPlayer.PlayerGui.MainGui.Menu4.bag.frame[KG].locked.Visible = false
  661. local KG = "rinnegan"
  662. game.Players.LocalPlayer.PlayerGui.MainGui.Menu4.bag.frame[KG].locked.Visible = false
  663. local KG = "byakugan"
  664. game.Players.LocalPlayer.PlayerGui.MainGui.Menu4.bag.frame[KG].locked.Visible = false
  665. local KG = "sand"
  666. game.Players.LocalPlayer.PlayerGui.MainGui.Menu4.bag.frame[KG].locked.Visible = false
  667. local KG = "akimichi"
  668. game.Players.LocalPlayer.PlayerGui.MainGui.Menu4.bag.frame[KG].locked.Visible = false
  669. local KG = "ice"
  670. game.Players.LocalPlayer.PlayerGui.MainGui.Menu4.bag.frame[KG].locked.Visible = false
  671. local KG = "tenseigan"
  672. game.Players.LocalPlayer.PlayerGui.MainGui.Menu4.bag.frame[KG].locked.Visible = false
  673. local KG = "shadow"
  674. game.Players.LocalPlayer.PlayerGui.MainGui.Menu4.bag.frame[KG].locked.Visible = false
  675. local KG = "lava"
  676. game.Players.LocalPlayer.PlayerGui.MainGui.Menu4.bag.frame[KG].locked.Visible = false
  677. local KG = "storm"
  678. game.Players.LocalPlayer.PlayerGui.MainGui.Menu4.bag.frame[KG].locked.Visible = false
  679. local KG = "momo"
  680. game.Players.LocalPlayer.PlayerGui.MainGui.Menu4.bag.frame[KG].locked.Visible = false
  681. local KG = "sasrinnegan"
  682. game.Players.LocalPlayer.PlayerGui.MainGui.Menu4.bag.frame[KG].locked.Visible = false
  683. local KG = "Shikotsumyaku"
  684. game.Players.LocalPlayer.PlayerGui.MainGui.Menu4.bag.frame[KG].locked.Visible = false
  685. local KG = "aburame"
  686. game.Players.LocalPlayer.PlayerGui.MainGui.Menu4.bag.frame[KG].locked.Visible = false
  687. local KG = "madarasharingan"
  688. game.Players.LocalPlayer.PlayerGui.MainGui.Menu4.bag.frame[KG].locked.Visible = false
  689. local KG = "itachiman"
  690. game.Players.LocalPlayer.PlayerGui.MainGui.Menu4.bag.frame[KG].locked.Visible = false
  691. game.StarterGui:SetCore("SendNotification", {
  692. Title = "Savage Gui";
  693. Text = "All KG in Bag";
  694. Icon = "rbxassetid://2293552644";
  695. Duration = 0.5;
  696. })
  697. end)
  698.  
  699. CloseKGButton.Name = "CloseKGButton"
  700. CloseKGButton.Parent = CustomizeFrame
  701. CloseKGButton.Active = false
  702. CloseKGButton.Visible = false
  703. CloseKGButton.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  704. CloseKGButton.BorderSizePixel = 0
  705. CloseKGButton.Position = UDim2.new(0.568750024, 0, 0.20182924, 0)
  706. CloseKGButton.Size = UDim2.new(0, 137, 0, 25)
  707. CloseKGButton.Font = Enum.Font.SciFi
  708. CloseKGButton.Text = "Close KG + Bag"
  709. CloseKGButton.TextColor3 = Color3.new(1, 1, 1)
  710. CloseKGButton.TextSize = 14
  711. CloseKGButton.MouseButton1Click:connect(function()
  712. game.Players.LocalPlayer.PlayerGui.MainGui.Menu4.Visible = false
  713. game.Players.LocalPlayer.PlayerGui.MainGui.Menu4.bag.Visible = false
  714. game.StarterGui:SetCore("SendNotification", {
  715. Title = "Savage Gui";
  716. Text = "Close KG Bag";
  717. Icon = "rbxassetid://2512518936";
  718. Duration = 0.5;
  719. })
  720. end)
  721.  
  722. OpenKGButton.Name = "OpenKGButton"
  723. OpenKGButton.Parent = CustomizeFrame
  724. OpenKGButton.Active = false
  725. OpenKGButton.Visible = false
  726. OpenKGButton.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  727. OpenKGButton.BorderSizePixel = 0
  728. OpenKGButton.Position = UDim2.new(0.568750024, 0, -0.00142279267, 0)
  729. OpenKGButton.Size = UDim2.new(0, 137, 0, 25)
  730. OpenKGButton.Font = Enum.Font.SciFi
  731. OpenKGButton.Text = "Open KG + Bag"
  732. OpenKGButton.TextColor3 = Color3.new(1, 1, 1)
  733. OpenKGButton.TextSize = 14
  734. OpenKGButton.MouseButton1Click:connect(function()
  735. game.Players.LocalPlayer.PlayerGui.MainGui.Menu4.Visible = true
  736. game.Players.LocalPlayer.PlayerGui.MainGui.Menu4.bag.Visible = true
  737. game.StarterGui:SetCore("SendNotification", {
  738. Title = "Savage Gui";
  739. Text = "Open KG Bag";
  740. Icon = "rbxassetid://2512518936";
  741. Duration = 0.5;
  742. })
  743. end)
  744.  
  745. WeaponsButton.Name = "WeaponsButton"
  746. WeaponsButton.Parent = CustomizeFrame
  747. WeaponsButton.Active = false
  748. WeaponsButton.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  749. WeaponsButton.BorderSizePixel = 0
  750. WeaponsButton.Position = UDim2.new(0, 0, 0.405081302, 0)
  751. WeaponsButton.Size = UDim2.new(0, 106, 0, 25)
  752. WeaponsButton.Font = Enum.Font.SciFi
  753. WeaponsButton.Text = "Weapons"
  754. WeaponsButton.TextColor3 = Color3.new(1, 1, 1)
  755. WeaponsButton.TextSize = 14
  756. WeaponsButton.MouseButton1Click:connect(function()
  757. game.StarterGui:SetCore("SendNotification", {
  758. Title = "Savage Gui";
  759. Text = "Weapons Unlock. Coming soon...";
  760. Icon = "rbxassetid://2506900696";
  761. Duration = 0.5;
  762. })
  763. end)
  764.  
  765. OtherFrame.Name = "OtherFrame"
  766. OtherFrame.Parent = SavageFrame
  767. OtherFrame.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  768. OtherFrame.BorderSizePixel = 0
  769. OtherFrame.Position = UDim2.new(0, 0, 0.274999857, 0)
  770. OtherFrame.Size = UDim2.new(0, 320, 0, 123)
  771. OtherFrame.Visible = false
  772.  
  773. PacksPlusButton.Name = "PacksPlusButton"
  774. PacksPlusButton.Parent = OtherFrame
  775. PacksPlusButton.Active = false
  776. PacksPlusButton.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  777. PacksPlusButton.BorderSizePixel = 0
  778. PacksPlusButton.Position = UDim2.new(0, 0, 0.201829255, 0)
  779. PacksPlusButton.Size = UDim2.new(0, 106, 0, 25)
  780. PacksPlusButton.Font = Enum.Font.SciFi
  781. PacksPlusButton.Text = "Load PacksPlus"
  782. PacksPlusButton.TextColor3 = Color3.new(1, 1, 1)
  783. PacksPlusButton.TextSize = 14
  784. PacksPlusButton.MouseButton1Click:connect(function()
  785. loadstring(game:HttpGet(('https://pastebin.com/raw/zDkcqT0W'),true))()
  786. end)
  787.  
  788. _2xExpButton.Name = "2xExpButton"
  789. _2xExpButton.Parent = OtherFrame
  790. _2xExpButton.Active = false
  791. _2xExpButton.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  792. _2xExpButton.BorderSizePixel = 0
  793. _2xExpButton.Position = UDim2.new(0, 0, -0.00142276287, 0)
  794. _2xExpButton.Size = UDim2.new(0, 106, 0, 25)
  795. _2xExpButton.Font = Enum.Font.SciFi
  796. _2xExpButton.Text = "2x Exp"
  797. _2xExpButton.TextColor3 = Color3.new(1, 1, 1)
  798. _2xExpButton.TextSize = 14
  799. _2xExpButton.MouseButton1Click:connect(function()
  800. game.Players.LocalPlayer.dblexp.Value = true
  801. Instance.new("IntValue",game.Players.LocalPlayer)
  802. wait()
  803. game.Players.LocalPlayer.Value.Name = ("dblexp")
  804. game.StarterGui:SetCore("SendNotification", {
  805. Title = "Savage Gui";
  806. Text = "X2 Exp";
  807. Icon = "rbxassetid://1602017079";
  808. Duration = 0.5;
  809. })
  810. end)
  811.  
  812. InfoButton.Name = "InfoButton"
  813. InfoButton.Parent = SavageFrame
  814. InfoButton.Active = false
  815. InfoButton.BackgroundColor3 = Color3.new(0.27451, 0.235294, 0.235294)
  816. InfoButton.BorderSizePixel = 0
  817. InfoButton.Position = UDim2.new(0, 0, 0.150000006, 0)
  818. InfoButton.Size = UDim2.new(0, 64, 0, 25)
  819. InfoButton.Font = Enum.Font.SciFi
  820. InfoButton.Text = "Info"
  821. InfoButton.TextColor3 = Color3.new(1, 1, 1)
  822. InfoButton.TextSize = 14
  823.  
  824. MainFrame.Name = "MainFrame"
  825. MainFrame.Parent = SavageFrame
  826. MainFrame.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  827. MainFrame.BorderSizePixel = 0
  828. MainFrame.Position = UDim2.new(0, 0, 0.274999857, 0)
  829. MainFrame.Size = UDim2.new(0, 320, 0, 123)
  830.  
  831. WelcomeLabel.Name = "WelcomeLabel"
  832. WelcomeLabel.Parent = MainFrame
  833. WelcomeLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  834. WelcomeLabel.BackgroundTransparency = 1
  835. WelcomeLabel.Position = UDim2.new(0.162499994, 0, 0.056910567, 0)
  836. WelcomeLabel.Size = UDim2.new(0, 216, 0, 27)
  837. WelcomeLabel.Font = Enum.Font.SciFi
  838. WelcomeLabel.Text = "Welcome to the Savage Gui"
  839. WelcomeLabel.TextColor3 = Color3.new(1, 1, 1)
  840. WelcomeLabel.TextSize = 16
  841.  
  842. VersionLabel_2.Name = "VersionLabel"
  843. VersionLabel_2.Parent = MainFrame
  844. VersionLabel_2.BackgroundColor3 = Color3.new(0, 0, 0)
  845. VersionLabel_2.BackgroundTransparency = 1
  846. VersionLabel_2.Position = UDim2.new(0.293749988, 0, 0.276422769, 0)
  847. VersionLabel_2.Size = UDim2.new(0, 132, 0, 27)
  848. VersionLabel_2.Font = Enum.Font.SciFi
  849. VersionLabel_2.Text = "Version : 1.0"
  850. VersionLabel_2.TextColor3 = Color3.new(1, 1, 1)
  851. VersionLabel_2.TextSize = 16
  852.  
  853. CreatorLabel.Name = "CreatorLabel"
  854. CreatorLabel.Parent = MainFrame
  855. CreatorLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  856. CreatorLabel.BackgroundTransparency = 1
  857. CreatorLabel.Position = UDim2.new(0.262499988, 0, 0.495934963, 0)
  858. CreatorLabel.Size = UDim2.new(0, 152, 0, 27)
  859. CreatorLabel.Font = Enum.Font.SciFi
  860. CreatorLabel.Text = "Creator : Mapaen"
  861. CreatorLabel.TextColor3 = Color3.new(1, 1, 1)
  862. CreatorLabel.TextSize = 16
  863.  
  864. LinkLabel.Name = "LinkLabel"
  865. LinkLabel.Parent = MainFrame
  866. LinkLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  867. LinkLabel.BackgroundTransparency = 1
  868. LinkLabel.Position = UDim2.new(0.212499991, 0, 0.715447187, 0)
  869. LinkLabel.Size = UDim2.new(0, 184, 0, 27)
  870. LinkLabel.Font = Enum.Font.SciFi
  871. LinkLabel.Text = "pastebin.com/u/mapaen"
  872. LinkLabel.TextColor3 = Color3.new(1, 1, 1)
  873. LinkLabel.TextSize = 16
  874.  
  875. CloseButton.Name = "CloseButton"
  876. CloseButton.Parent = SavageFrame
  877. CloseButton.Active = false
  878. CloseButton.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  879. CloseButton.BorderSizePixel = 0
  880. CloseButton.Position = UDim2.new(0.884323299, 0, 0, 0)
  881. CloseButton.Size = UDim2.new(0, 37, 0, 30)
  882. CloseButton.Font = Enum.Font.SciFi
  883. CloseButton.Text = "X"
  884. CloseButton.TextColor3 = Color3.new(1, 1, 1)
  885. CloseButton.TextSize = 18
  886. -- Scripts:
  887. function SCRIPT_LQCU75_FAKESCRIPT() -- TeleportButton.TeleportScript
  888. getfenv().script = Instance.new('LocalScript', TeleportButton)
  889.  
  890. local frame1 = script.Parent.Parent.MainFrame
  891. local frame2 = script.Parent.Parent.TeleportFrame
  892. local frame3 = script.Parent.Parent.JutsuFrame
  893. local frame4 = script.Parent.Parent.CustomizeFrame
  894. local frame5 = script.Parent.Parent.OtherFrame
  895. local open = false
  896.  
  897. script.Parent.MouseButton1Click:connect(function()
  898. if frame2.Visible == false then
  899. frame2.Visible = true
  900. frame1.Visible = false
  901. frame3.Visible = false
  902. frame4.Visible = false
  903. frame5.Visible = false
  904. else
  905. frame2.Visible = true
  906. frame1.Visible = false
  907. frame3.Visible = false
  908. frame4.Visible = false
  909. frame5.Visible = false
  910. end
  911. end)
  912.  
  913. end
  914. coroutine.resume(coroutine.create(SCRIPT_LQCU75_FAKESCRIPT))
  915. function SCRIPT_NKEG73_FAKESCRIPT() -- JutsuButton.JutsuScript
  916. getfenv().script = Instance.new('LocalScript', JutsuButton)
  917.  
  918. local frame1 = script.Parent.Parent.MainFrame
  919. local frame2 = script.Parent.Parent.TeleportFrame
  920. local frame3 = script.Parent.Parent.JutsuFrame
  921. local frame4 = script.Parent.Parent.CustomizeFrame
  922. local frame5 = script.Parent.Parent.OtherFrame
  923. local open = false
  924.  
  925. script.Parent.MouseButton1Click:connect(function()
  926. if frame3.Visible == false then
  927. frame3.Visible = true
  928. frame1.Visible = false
  929. frame2.Visible = false
  930. frame4.Visible = false
  931. frame5.Visible = false
  932. else
  933. frame3.Visible = true
  934. frame1.Visible = false
  935. frame2.Visible = false
  936. frame4.Visible = false
  937. frame5.Visible = false
  938. end
  939. end)
  940.  
  941. end
  942. coroutine.resume(coroutine.create(SCRIPT_NKEG73_FAKESCRIPT))
  943. function SCRIPT_WXVI70_FAKESCRIPT() -- CustomizeButton.CustomizeScript
  944. getfenv().script = Instance.new('LocalScript', CustomizeButton)
  945.  
  946. local frame1 = script.Parent.Parent.MainFrame
  947. local frame2 = script.Parent.Parent.TeleportFrame
  948. local frame3 = script.Parent.Parent.JutsuFrame
  949. local frame4 = script.Parent.Parent.CustomizeFrame
  950. local frame5 = script.Parent.Parent.OtherFrame
  951. local open = false
  952.  
  953. script.Parent.MouseButton1Click:connect(function()
  954. if frame4.Visible == false then
  955. frame4.Visible = true
  956. frame1.Visible = false
  957. frame2.Visible = false
  958. frame3.Visible = false
  959. frame5.Visible = false
  960. else
  961. frame4.Visible = true
  962. frame1.Visible = false
  963. frame2.Visible = false
  964. frame3.Visible = false
  965. frame5.Visible = false
  966. end
  967. end)
  968.  
  969. end
  970. coroutine.resume(coroutine.create(SCRIPT_WXVI70_FAKESCRIPT))
  971. function SCRIPT_SDNE67_FAKESCRIPT() -- OtherButton.OtherScript
  972. getfenv().script = Instance.new('LocalScript', OtherButton)
  973.  
  974. local frame1 = script.Parent.Parent.MainFrame
  975. local frame2 = script.Parent.Parent.TeleportFrame
  976. local frame3 = script.Parent.Parent.JutsuFrame
  977. local frame4 = script.Parent.Parent.CustomizeFrame
  978. local frame5 = script.Parent.Parent.OtherFrame
  979. local open = false
  980.  
  981. script.Parent.MouseButton1Click:connect(function()
  982. if frame5.Visible == false then
  983. frame5.Visible = true
  984. frame1.Visible = false
  985. frame2.Visible = false
  986. frame3.Visible = false
  987. frame4.Visible = false
  988. else
  989. frame5.Visible = true
  990. frame1.Visible = false
  991. frame2.Visible = false
  992. frame3.Visible = false
  993. frame4.Visible = false
  994. end
  995. end)
  996.  
  997. end
  998. coroutine.resume(coroutine.create(SCRIPT_SDNE67_FAKESCRIPT))
  999. function SCRIPT_BXHN80_FAKESCRIPT() -- InfoButton.MainScript
  1000. getfenv().script = Instance.new('LocalScript', InfoButton)
  1001.  
  1002. local frame1 = script.Parent.Parent.MainFrame
  1003. local frame2 = script.Parent.Parent.TeleportFrame
  1004. local frame3 = script.Parent.Parent.JutsuFrame
  1005. local frame4 = script.Parent.Parent.CustomizeFrame
  1006. local frame5 = script.Parent.Parent.OtherFrame
  1007. local open = false
  1008.  
  1009. script.Parent.MouseButton1Click:connect(function()
  1010. if frame1.Visible == false then
  1011. frame1.Visible = true
  1012. frame2.Visible = false
  1013. frame3.Visible = false
  1014. frame4.Visible = false
  1015. frame5.Visible = false
  1016. else
  1017. frame1.Visible = true
  1018. frame2.Visible = false
  1019. frame3.Visible = false
  1020. frame4.Visible = false
  1021. frame5.Visible = false
  1022. end
  1023. end)
  1024.  
  1025. end
  1026. coroutine.resume(coroutine.create(SCRIPT_BXHN80_FAKESCRIPT))
  1027. function SCRIPT_AIBH85_FAKESCRIPT() -- CloseButton.LocalScript
  1028. getfenv().script = Instance.new('LocalScript', CloseButton)
  1029.  
  1030. function onClick()
  1031. script.Parent:Destroy()
  1032. end
  1033. script.Parent.MouseButton1Click:connect(onClick)
  1034.  
  1035. end
  1036. coroutine.resume(coroutine.create(SCRIPT_AIBH85_FAKESCRIPT))
  1037. function SCRIPT_DGUG89_FAKESCRIPT() -- ScreenGui.LocalScript
  1038. getfenv().script = Instance.new('LocalScript', ScreenGui)
  1039.  
  1040. for _,v in ipairs(script.Parent:GetDescendants()) do
  1041. if not v:IsA("LocalScript") then
  1042. v.Draggable = true
  1043. end
  1044. end
  1045.  
  1046. end
  1047. coroutine.resume(coroutine.create(SCRIPT_DGUG89_FAKESCRIPT))
Add Comment
Please, Sign In to add comment