Upscalefanatic3

Shinobi Life STATS GUI

Jan 26th, 2018
296
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.09 KB | None | 0 0
  1. -- Objects
  2.  
  3. local SLGUI = Instance.new("ScreenGui")
  4. local starttheecchi = Instance.new("Frame")
  5. local ImageLabel = Instance.new("ImageLabel")
  6. local Open = Instance.new("TextButton")
  7. local theharem = Instance.new("Frame")
  8. local Whatt = Instance.new("ImageLabel")
  9. local resetall = Instance.new("TextButton")
  10. local NZ3 = Instance.new("TextLabel")
  11. local statall = Instance.new("TextButton")
  12. local playername = Instance.new("TextBox")
  13. local item = Instance.new("TextBox")
  14. local giveall = Instance.new("TextButton")
  15. local givecosmetic = Instance.new("TextButton")
  16. local slot = Instance.new("TextBox")
  17. local givecompanion = Instance.new("TextButton")
  18. local goto = Instance.new("TextButton")
  19. local zeverything = Instance.new("TextButton")
  20. local resetabitch = Instance.new("TextButton")
  21. local mehappy = Instance.new("TextButton")
  22. local listofeverything = Instance.new("ScrollingFrame")
  23. local listoz = Instance.new("TextLabel")
  24.  
  25. -- Properties
  26.  
  27. SLGUI.Name = "SL GUI"
  28. SLGUI.Parent = game.CoreGui
  29.  
  30. starttheecchi.Name = "starttheecchi"
  31. starttheecchi.Parent = SLGUI
  32. starttheecchi.Active = true
  33. starttheecchi.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  34. starttheecchi.BackgroundTransparency = 0.14000000059605
  35. starttheecchi.BorderSizePixel = 0
  36. starttheecchi.Draggable = true
  37. starttheecchi.Position = UDim2.new(0, 0, 0.262008727, 0)
  38. starttheecchi.Size = UDim2.new(0, 197, 0, 415)
  39.  
  40. ImageLabel.Parent = starttheecchi
  41. ImageLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  42. ImageLabel.BackgroundTransparency = 0.25
  43. ImageLabel.Position = UDim2.new(-0.0101522822, 0, -0.0192771088, 0)
  44. ImageLabel.Size = UDim2.new(0, 197, 0, 415)
  45. ImageLabel.Image = "rbxassetid://716896204"
  46.  
  47. Open.Name = "Open"
  48. Open.Parent = starttheecchi
  49. Open.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  50. Open.BackgroundTransparency = 0.12999999523163
  51. Open.Position = UDim2.new(-0.0152284261, 0, 0.42891565, 0)
  52. Open.Size = UDim2.new(0, 200, 0, 39)
  53. Open.Font = Enum.Font.SourceSans
  54. Open.FontSize = Enum.FontSize.Size14
  55. Open.Text = "Start Len and Terrorize SL Gui"
  56. Open.TextColor3 = Color3.new(1, 0.12549, 0.517647)
  57. Open.TextSize = 14
  58.  
  59. Open.MouseButton1Click:connect(function()
  60. starttheecchi.Visible = false
  61. theharem.Visible = true
  62. end)
  63.  
  64. theharem.Name = "theharem"
  65. theharem.Parent = SLGUI
  66. theharem.Active = true
  67. theharem.BackgroundColor3 = Color3.new(0, 0, 0)
  68. theharem.BackgroundTransparency = 0.089999996125698
  69. theharem.BorderSizePixel = 0
  70. theharem.Draggable = true
  71. theharem.Position = UDim2.new(0.816246092, 0, 0.237263456, 0)
  72. theharem.Size = UDim2.new(0, 227, 0, 475)
  73. theharem.Visible = false
  74.  
  75. Whatt.Name = "Whatt..."
  76. Whatt.Parent = theharem
  77. Whatt.BackgroundColor3 = Color3.new(0, 0, 0)
  78. Whatt.BackgroundTransparency = 0.1499999910593
  79. Whatt.Size = UDim2.new(0, 227, 0, 475)
  80. Whatt.Image = "rbxassetid://1076536391"
  81.  
  82. resetall.Name = "resetall"
  83. resetall.Parent = theharem
  84. resetall.BackgroundColor3 = Color3.new(0, 0, 0)
  85. resetall.BackgroundTransparency = 0.31000000238419
  86. resetall.Position = UDim2.new(0, 0, 0.218947366, 0)
  87. resetall.Size = UDim2.new(0, 227, 0, 29)
  88. resetall.Font = Enum.Font.SourceSans
  89. resetall.FontSize = Enum.FontSize.Size14
  90. resetall.Text = "Reset The Neewbs"
  91. resetall.TextColor3 = Color3.new(1, 0.290196, 0.290196)
  92. resetall.TextSize = 14
  93.  
  94. resetall.MouseButton1Click:connect(function()
  95. for _,v in pairs(game.Players:GetPlayers()) do
  96. local r = v.Backpack.keyinput
  97. r:FireServer("reset1fstats", 456345234534565.000000)
  98. r:FireServer("save")
  99. end
  100. end)
  101.  
  102. NZ3.Name = "NZ.3"
  103. NZ3.Parent = theharem
  104. NZ3.BackgroundColor3 = Color3.new(0.0117647, 0.0117647, 0.0117647)
  105. NZ3.BackgroundTransparency = 2
  106. NZ3.Size = UDim2.new(0, 227, 0, 50)
  107. NZ3.Font = Enum.Font.Arial
  108. NZ3.FontSize = Enum.FontSize.Size32
  109. NZ3.Text = "Fuck My pussy senpai"
  110. NZ3.TextColor3 = Color3.new(0.717647, 0.341176, 0.729412)
  111. NZ3.TextScaled = true
  112. NZ3.TextSize = 30
  113. NZ3.TextWrapped = true
  114.  
  115. statall.Name = "statall"
  116. statall.Parent = theharem
  117. statall.BackgroundColor3 = Color3.new(0.141176, 0.141176, 0.141176)
  118. statall.BackgroundTransparency = 0.31000000238419
  119. statall.Position = UDim2.new(0, 0, 0.298947364, 0)
  120. statall.Size = UDim2.new(0, 227, 0, 22)
  121. statall.Font = Enum.Font.SourceSans
  122. statall.FontSize = Enum.FontSize.Size14
  123. statall.Text = "Make The neewbs happy"
  124. statall.TextColor3 = Color3.new(0.619608, 0.968628, 0.388235)
  125. statall.TextSize = 14
  126.  
  127. statall.MouseButton1Click:connect(function()
  128. for _,v in pairs(game.Players:GetPlayers()) do
  129. local r = v.Backpack.keyinput
  130. r:FireServer("equipkey", "lvl", "2500", 456345234534565)
  131. r:FireServer("equipkey", "bounty", "100000")
  132. r:FireServer("equipkey", "ryo1", "999999")
  133. r:FireServer("equipkey", "ryo2", "99999999")
  134. end
  135. end)
  136.  
  137. playername.Name = "playername"
  138. playername.Parent = theharem
  139. playername.BackgroundColor3 = Color3.new(0.109804, 1, 0.258824)
  140. playername.BackgroundTransparency = 0.31000000238419
  141. playername.Position = UDim2.new(0, 0, 0.89263159, 0)
  142. playername.Size = UDim2.new(0, 122, 0, 34)
  143. playername.Font = Enum.Font.ArialBold
  144. playername.FontSize = Enum.FontSize.Size9
  145. playername.Text = "SenpaiNames"
  146. playername.TextSize = 9
  147.  
  148. item.Name = "item"
  149. item.Parent = theharem
  150. item.BackgroundColor3 = Color3.new(1, 1, 0.027451)
  151. item.BackgroundTransparency = 0.34000000357628
  152. item.Position = UDim2.new(0.538011193, 0, 0.891816378, 0)
  153. item.Size = UDim2.new(0, 105, 0, 34)
  154. item.Font = Enum.Font.ArialBold
  155. item.FontSize = Enum.FontSize.Size9
  156. item.Text = "Kg,Element,Cosmeticm,Stat Here"
  157. item.TextScaled = true
  158. item.TextSize = 9
  159. item.TextWrapped = true
  160.  
  161. giveall.Name = "giveall"
  162. giveall.Parent = theharem
  163. giveall.BackgroundColor3 = Color3.new(0.286275, 0.235294, 1)
  164. giveall.BackgroundTransparency = 0.34000000357628
  165. giveall.Position = UDim2.new(0, 0, 0.568421066, 0)
  166. giveall.Size = UDim2.new(0, 227, 0, 26)
  167. giveall.Font = Enum.Font.ArialBold
  168. giveall.FontSize = Enum.FontSize.Size14
  169. giveall.Text = "Give Any Stat"
  170. giveall.TextColor3 = Color3.new(0, 1, 0.317647)
  171. giveall.TextSize = 14
  172.  
  173. giveall.MouseButton1Click:connect(function()
  174. local name = playername.Text
  175. local stat = item.Text
  176. local slostat = slot.Text
  177. local plr = game.Players:FindFirstChild(name)
  178. plr.Backpack.keyinput:FireServer("equipkey", slostat, stat)
  179. end)
  180.  
  181. givecosmetic.Name = "givecosmetic"
  182. givecosmetic.Parent = theharem
  183. givecosmetic.BackgroundColor3 = Color3.new(0.196078, 0.458824, 0.945098)
  184. givecosmetic.BackgroundTransparency = 0.34000000357628
  185. givecosmetic.Position = UDim2.new(0, 0, 0.778947353, 0)
  186. givecosmetic.Size = UDim2.new(0, 227, 0, 31)
  187. givecosmetic.Font = Enum.Font.SourceSans
  188. givecosmetic.FontSize = Enum.FontSize.Size14
  189. givecosmetic.Text = "Give Cosmetic"
  190. givecosmetic.TextColor3 = Color3.new(0.87451, 1, 0.309804)
  191. givecosmetic.TextSize = 14
  192.  
  193. givecosmetic.MouseButton1Click:connect(function()
  194. local name = playername.Text
  195. local cm = item.Text
  196. local plr = game.Players:FindFirstChild(name)
  197. plr.Backpack.keyinput:FireServer("cosmetic", cm)
  198. end)
  199.  
  200. slot.Name = "slot"
  201. slot.Parent = theharem
  202. slot.BackgroundColor3 = Color3.new(0.811765, 1, 0.858824)
  203. slot.BackgroundTransparency = 0.34000000357628
  204. slot.Position = UDim2.new(0, 0, 0.96421051, 0)
  205. slot.Size = UDim2.new(0, 227, 0, 17)
  206. slot.Font = Enum.Font.ArialBold
  207. slot.FontSize = Enum.FontSize.Size14
  208. slot.Text = "kg1,kg2,kg,kg4 element1,element2.."
  209. slot.TextColor3 = Color3.new(0, 0, 0)
  210. slot.TextSize = 14
  211.  
  212. givecompanion.Name = "givecompanion"
  213. givecompanion.Parent = theharem
  214. givecompanion.BackgroundColor3 = Color3.new(0.156863, 0.384314, 0.917647)
  215. givecompanion.BackgroundTransparency = 0.34000000357628
  216. givecompanion.Position = UDim2.new(0, 0, 0.667368412, 0)
  217. givecompanion.Size = UDim2.new(0, 227, 0, 31)
  218. givecompanion.Font = Enum.Font.SourceSans
  219. givecompanion.FontSize = Enum.FontSize.Size14
  220. givecompanion.Text = "Give Companion"
  221. givecompanion.TextColor3 = Color3.new(0.172549, 0.960784, 1)
  222. givecompanion.TextSize = 14
  223.  
  224. givecompanion.MouseButton1Click:connect(function()
  225. local name = playername.Text
  226. local cm = item.Text
  227. local plr = game.Players:FindFirstChild(name)
  228. plr.Backpack.keyinput:FireServer("equipkey", "comp" , cm)
  229. end)
  230.  
  231. goto.Name = "goto"
  232. goto.Parent = theharem
  233. goto.BackgroundColor3 = Color3.new(1, 0, 0.0666667)
  234. goto.Position = UDim2.new(0, 0, 0.105263159, 0)
  235. goto.Size = UDim2.new(0, 227, 0, 16)
  236. goto.Font = Enum.Font.Arial
  237. goto.FontSize = Enum.FontSize.Size14
  238. goto.Text = "Go to the Senpai"
  239. goto.TextColor3 = Color3.new(1, 0.85098, 0)
  240. goto.TextSize = 14
  241.  
  242. goto.MouseButton1Click:connect(function()
  243. local name = playername.Text
  244. local players = game.Players:FindFirstChild(name)
  245. if players ~= nil and players.Character:FindFirstChild("HumanoidRootPart") then
  246. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = players.Character.HumanoidRootPart.CFrame
  247. end
  248. end)
  249.  
  250. zeverything.Name = "zeverything"
  251. zeverything.Parent = theharem
  252. zeverything.BackgroundColor3 = Color3.new(0, 0, 0)
  253. zeverything.BackgroundTransparency = 0.34000000357628
  254. zeverything.Position = UDim2.new(0, 0, 0.437894762, 0)
  255. zeverything.Size = UDim2.new(0, 227, 0, 33)
  256. zeverything.FontSize = Enum.FontSize.Size14
  257. zeverything.Text = "LIST OF EVERYTHING"
  258. zeverything.TextColor3 = Color3.new(0.960784, 0.47451, 0.858824)
  259. zeverything.TextSize = 14
  260.  
  261. zeverything.MouseButton1Click:connect(function()
  262. listofeverything.Visible = not listofeverything.Visible
  263. end)
  264.  
  265. resetabitch.Name = "resetabitch"
  266. resetabitch.Parent = theharem
  267. resetabitch.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  268. resetabitch.BackgroundTransparency = 0.34000000357628
  269. resetabitch.Position = UDim2.new(0, 0, 0.159999996, 0)
  270. resetabitch.Size = UDim2.new(0, 227, 0, 18)
  271. resetabitch.Font = Enum.Font.Arial
  272. resetabitch.FontSize = Enum.FontSize.Size14
  273. resetabitch.Text = "Reset Only one gyaru"
  274. resetabitch.TextColor3 = Color3.new(1, 0, 0)
  275. resetabitch.TextSize = 14
  276.  
  277. resetabitch.MouseButton1Click:connect(function()
  278. local name = playername.Text
  279. local plr = game.Players:FindFirstChild(name)
  280. local len = plr.Backpack.keyinput
  281.  
  282. len:FireServer("equipkey", "lvl", "-1")
  283. len:FireServer("equipkey", "spins", "0")
  284. len:FireServer("equipkey", "bounty", "0")
  285. len:FireServer("equipkey", "ryo1", "0")
  286. len:FireServer("equipkey", "ryo2", "0")
  287. len:FireServer("equipkey", "kg1", "FAKEKG1", 4.5634523453457e+14)
  288. len:FireServer("equipkey", "kg2", "FAKEKG2", 4.5634523453457e+14)
  289. len:FireServer("equipkey", "kg3", "FAKEKG3", 4.5634523453457e+14)
  290. len:FireServer("equipkey", "kg4", "FAKEKG4", 4.5634523453457e+14)
  291. len:FireServer("changeelement", "element1", "FAKEKELEMENT1")
  292. len:FireServer("changeelement", "element2", "FAKEKELEMENT2")
  293. len:FireServer("changeelement", "element3", "FAKEKELEMENT3")
  294. len:FireServer("changeelement", "element4", "FAKEKELEMENT4")
  295. len:FireServer("changeelement", "element5", "FAKEKELEMENT5")
  296. len:FireServer("changeelement", "element6", "FAKEKELEMENT6")
  297. len:FireServer("save")
  298. end)
  299.  
  300. mehappy.Name = "mehappy"
  301. mehappy.Parent = theharem
  302. mehappy.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  303. mehappy.BackgroundTransparency = 0.34000000357628
  304. mehappy.Position = UDim2.new(0, 0, 0.366315782, 0)
  305. mehappy.Size = UDim2.new(0, 227, 0, 22)
  306. mehappy.Font = Enum.Font.ArialBold
  307. mehappy.FontSize = Enum.FontSize.Size14
  308. mehappy.Text = "Make me Happy"
  309. mehappy.TextColor3 = Color3.new(0, 1, 0.0823529)
  310. mehappy.TextSize = 14
  311.  
  312. mehappy.MouseButton1Click:connect(function()
  313. local len = game.Players.LocalPlayer.Backpack.keyinput
  314.  
  315. len:FireServer("equipkey", "lvl", "2500")
  316. len:FireServer("equipkey", "bounty", "100000")
  317. len:FireServer("equipkey", "ryo1", "999999")
  318. len:FireServer("equipkey", "ryo2", "99999999")
  319. len:FireServer("equipkey", "spins", "10")
  320.  
  321. end)
  322.  
  323. listofeverything.Name = "listofeverything"
  324. listofeverything.Parent = SLGUI
  325. listofeverything.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  326. listofeverything.BackgroundTransparency = 0.34000000357628
  327. listofeverything.Draggable = true
  328. listofeverything.Position = UDim2.new(0.00157728791, 0, 0, 0)
  329. listofeverything.Size = UDim2.new(0, 195, 0, 282)
  330. listofeverything.Visible = false
  331.  
  332. listoz.Name = "listoz"
  333. listoz.Parent = listofeverything
  334. listoz.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  335. listoz.BackgroundTransparency = 2
  336. listoz.Position = UDim2.new(-0.0179487187, 0, 0.136524826, 0)
  337. listoz.Size = UDim2.new(0, 200, 0, 687)
  338. listoz.Font = Enum.Font.Arial
  339. listoz.FontSize = Enum.FontSize.Size10
  340. listoz.Text = "KekkeiGenkai\n\nmadsauce\nkooksauce\ndeidara\nbobble\nshisauce\nredsauce\nhalfsauce - ems\nboil\nbflame\nmadrin\nfullsauce\nobitorinne\nsharingan\nbyakugan\nketsuryugan\nitachisharingan\nnagringan\nshisuisharingan\ntenseigan\nyinyang\nsasukesharingan\ninuzuka\nmadarasharingan\nkaguya\nobitosharingan\nitachisharingan2\nsasukesharingan2\nblacklightning\npuppet\ndarkrelease\nfidget\nbyakugan2\npaper\nbolt\n\nMoves\n\nmadsaucea, madsauceb\nkooksaucea, koosauceb\ndeidara, deida, deidb\nbobblea, bobbleb\nshisaucea, shisauceb\nredsaucea, redsauceb\nhalfsaucea, halfsauceab\nboila, boilb\nbflamea, bflameb\nmadrina, madrinb\nfullsauce sasukesusanooa, sasukesusanoob\nobitora, obitorb\nsharingan copysharingan, genjutsusharingan\nlavaa. lavab, lavac\nwooda,woodb,woodc\nbyakugan trigrams,rotation\ncrystala,crystalb,crystalc\nexplosiona,explosionb,explosionc\nscorcha,scorchb,scorchc\nketsuryugana,ketsuryuganb\nitachisharingan susarm,blackflames\nnagringana,nagringanb\nshisuisharingana,shisuisharinganb\ntenseigana,tenseiganb\nyinyanga,yinyangb\nsasukesharingan blackflames,sasukesharinganb\nnaraa,narab,narac\nhozukia,hozukib,hozukic\nsenjuwood wood2a,wood2b,wood2c\ninuzukaa,inuzukab\nmadarasharingan izanagi,madsus\nkaguyaa,kaguyab\nobitoa,obitob\naburamea,aburameb,aburamec\nitachisharingan2 itachi21,itachi22\nsasukesharingan2 sasharinp,sassharino\nblacklightning blackla,blackla2\npuppeta,puppetb\ndarkrel1,darkrel2\nidgeta,fidgetb\nbyakugan2 byakugana,byakuganb\npapera,paperb\nbolta,boltb\nstorma,stormb,stormc\nicea,iceb,icec\npurplea.purpleb.purplec\n\nCompanions\n\npain\nkakashi\nitachi\nnagato\nminato\ntail1\ntailbeast\nallpein\npaths6\nnarutothelast\nsasukepts\npug\nnarutopts\nsasukethelast\ntail2\ntail3\ntail4\ntail5\ntail6\ntail7\ntail8\ntail9\nzabuza2\nkakashi2\nmadara2\nminato2\ngaara2"
  341. listoz.TextColor3 = Color3.new(0.0313726, 1, 0.0627451)
  342. listoz.TextSize = 10
Add Comment
Please, Sign In to add comment