Pokeyy

beyond beta

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