Advertisement
Guest User

Savage gui

a guest
Mar 30th, 2020
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.04 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
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement