1_F0

Shindo Life Scrolls GUI

Jun 6th, 2021 (edited)
22,507
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.94 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.2
  3.  
  4. -- Instances:
  5.  
  6. local ScreenGui = Instance.new("ScreenGui")
  7. local Frame = Instance.new("Frame")
  8. local enterkg2 = Instance.new("TextBox")
  9. local enterkg1 = Instance.new("TextBox")
  10. local autofarmon = Instance.new("TextButton")
  11. local scrolltp = Instance.new("TextButton")
  12. local nobosses = Instance.new("TextButton")
  13. local scrollesp = Instance.new("TextButton")
  14. local autofarmoff = Instance.new("TextButton")
  15. local autofarmtext = Instance.new("TextLabel")
  16. local equalsign1 = Instance.new("TextLabel")
  17. local equalsign2 = Instance.new("TextLabel")
  18. local freekgchangertext = Instance.new("TextLabel")
  19. local genkaislot1text = Instance.new("TextLabel")
  20. local genkaislot2text = Instance.new("TextLabel")
  21. local instructions = Instance.new("TextLabel")
  22. local discord = Instance.new("TextLabel")
  23. local scrolltext = Instance.new("TextLabel")
  24. local warmode = Instance.new("TextButton")
  25.  
  26. --Properties:
  27.  
  28. ScreenGui.Parent = game.CoreGui
  29.  
  30. Frame.Parent = ScreenGui
  31. Frame.BackgroundColor3 = Color3.fromRGB(38, 38, 38)
  32. Frame.Position = UDim2.new(0.787123561, 0, 0.20568563, 0)
  33. Frame.Size = UDim2.new(0, 187, 0, 329)
  34. Frame.Style = Enum.FrameStyle.RobloxRound
  35. Frame.Active = true
  36. enterkg2.Name = "enterkg2"
  37. enterkg2.Parent = Frame
  38. enterkg2.BackgroundColor3 = Color3.fromRGB(156, 156, 156)
  39. enterkg2.Position = UDim2.new(0.530600071, 0, 0.669175029, 0)
  40. enterkg2.Size = UDim2.new(0, 82, 0, 14)
  41. enterkg2.Font = Enum.Font.SourceSans
  42. enterkg2.Text = ""
  43. enterkg2.TextColor3 = Color3.fromRGB(0, 0, 0)
  44. enterkg2.TextSize = 14.000
  45. local players = game:GetService("Players")
  46.  
  47. local client = players.LocalPlayer
  48. local textbox = enterkg2
  49.  
  50. textbox.FocusLost:Connect(function(enter)
  51. if enter then
  52. client.statz.main.kg2.Value = textbox.Text
  53. end
  54. end)
  55. enterkg1.Name = "enterkg1"
  56. enterkg1.Parent = Frame
  57. enterkg1.BackgroundColor3 = Color3.fromRGB(156, 156, 156)
  58. enterkg1.Position = UDim2.new(0.530600071, 0, 0.565774798, 0)
  59. enterkg1.Size = UDim2.new(0, 82, 0, 14)
  60. enterkg1.Font = Enum.Font.SourceSans
  61. enterkg1.Text = ""
  62. enterkg1.TextColor3 = Color3.fromRGB(0, 0, 0)
  63. enterkg1.TextSize = 14.000
  64. local players = game:GetService("Players")
  65.  
  66. local client = players.LocalPlayer
  67. local textbox = enterkg1
  68.  
  69. textbox.FocusLost:Connect(function(enter)
  70. if enter then
  71. client.statz.main.kg1.Value = textbox.Text
  72. end
  73. end)
  74. autofarmon.Name = "autofarmon"
  75. autofarmon.Parent = Frame
  76. autofarmon.BackgroundColor3 = Color3.fromRGB(68, 68, 68)
  77. autofarmon.Position = UDim2.new(0.00398708694, 0, 0.0873945057, 0)
  78. autofarmon.Size = UDim2.new(0, 82, 0, 21)
  79. autofarmon.Font = Enum.Font.SourceSans
  80. autofarmon.Text = "Autofarm On"
  81. autofarmon.TextColor3 = Color3.fromRGB(255, 255, 255)
  82. autofarmon.TextSize = 14.000
  83. autofarmon.MouseButton1Down:connect(function()
  84. --[[
  85.  
  86. █████╗ ██╗ ██╗ █████╗ ██╗ ██╗██╗██████╗ ██╗ ███████╗
  87. ██╔══██╗██║ ██║██╔══██╗██║ ██╔╝██║██╔══██╗ ███║ ╚════██║
  88. ███████║██║ ██║███████║█████╔╝ ██║██████╔╝ █████╗ ╚██║ ██╔╝
  89. ██╔══██║╚██╗ ██╔╝██╔══██║██╔═██╗ ██║██╔══██╗ ╚════╝ ██║ ██╔╝
  90. ██║ ██║ ╚████╔╝ ██║ ██║██║ ██╗██║██║ ██║ ██║██╗ ██║
  91. ╚═╝ ╚═╝ ╚═══╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝╚═╝ ╚═╝ ╚═╝╚═╝ ╚═╝
  92.  
  93. ily Lya
  94. --]]
  95.  
  96. shared.Enabled = true
  97. shared.Settings = {
  98. CanGetScroll = true,
  99. CanRankUp = false,
  100. AllowBoss = true,
  101. PlayerHeight = -15, -- If u got a free exploit, change this to above -20
  102. TweenSpeed = 1,
  103. }
  104.  
  105. loadstring(game:HttpGet("https://raw.githubusercontent.com/Godne8825/Avakir/Scripts/Shinobi%20Life%202%20%5BV%3A%201.7%5D", true))()
  106. end)
  107. scrolltp.Name = "scrolltp"
  108. scrolltp.Parent = Frame
  109. scrolltp.BackgroundColor3 = Color3.fromRGB(68, 68, 68)
  110. scrolltp.Position = UDim2.new(0.514557302, 0, 0.0873945057, 0)
  111. scrolltp.Size = UDim2.new(0, 82, 0, 21)
  112. scrolltp.Font = Enum.Font.SourceSans
  113. scrolltp.Text = "TP"
  114. scrolltp.TextColor3 = Color3.fromRGB(255, 255, 255)
  115. scrolltp.TextSize = 14.000
  116. scrolltp.MouseButton1Down:connect(function()
  117. loadstring(game:HttpGet('https://pastebin.com/raw/Hd3anVBe'))()
  118.  
  119. end)
  120. nobosses.Name = "nobosses"
  121. nobosses.Parent = Frame
  122. nobosses.BackgroundColor3 = Color3.fromRGB(68, 68, 68)
  123. nobosses.Position = UDim2.new(-0.00136050768, 0, 0.176978841, 0)
  124. nobosses.Size = UDim2.new(0, 82, 0, 21)
  125. nobosses.Font = Enum.Font.SourceSans
  126. nobosses.Text = "No Bosses"
  127. nobosses.TextColor3 = Color3.fromRGB(255, 255, 255)
  128. nobosses.TextSize = 14.000
  129. nobosses.MouseButton1Down:connect(function()
  130. --[[
  131.  
  132. █████╗ ██╗ ██╗ █████╗ ██╗ ██╗██╗██████╗ ██╗ ███████╗
  133. ██╔══██╗██║ ██║██╔══██╗██║ ██╔╝██║██╔══██╗ ███║ ╚════██║
  134. ███████║██║ ██║███████║█████╔╝ ██║██████╔╝ █████╗ ╚██║ ██╔╝
  135. ██╔══██║╚██╗ ██╔╝██╔══██║██╔═██╗ ██║██╔══██╗ ╚════╝ ██║ ██╔╝
  136. ██║ ██║ ╚████╔╝ ██║ ██║██║ ██╗██║██║ ██║ ██║██╗ ██║
  137. ╚═╝ ╚═╝ ╚═══╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝╚═╝ ╚═╝ ╚═╝╚═╝ ╚═╝
  138.  
  139. ily Lya
  140. --]]
  141.  
  142. shared.Enabled = true
  143. shared.Settings = {
  144. CanGetScroll = true,
  145. CanRankUp = false,
  146. AllowBoss = false,
  147. PlayerHeight = -15, -- If u got a free exploit, change this to above -20
  148. TweenSpeed = 1,
  149. }
  150.  
  151. loadstring(game:HttpGet("https://raw.githubusercontent.com/Godne8825/Avakir/Scripts/Shinobi%20Life%202%20%5BV%3A%201.7%5D", true))()
  152. end)
  153. scrollesp.Name = "scrollesp"
  154. scrollesp.Parent = Frame
  155. scrollesp.BackgroundColor3 = Color3.fromRGB(68, 68, 68)
  156. scrollesp.Position = UDim2.new(0.509209692, 0, 0.176978841, 0)
  157. scrollesp.Size = UDim2.new(0, 82, 0, 21)
  158. scrollesp.Font = Enum.Font.SourceSans
  159. scrollesp.Text = "ESP"
  160. scrollesp.TextColor3 = Color3.fromRGB(255, 255, 255)
  161. scrollesp.TextSize = 14.000
  162. scrollesp.MouseButton1Down:connect(function()
  163. for i,v in pairs(game.Workspace:GetDescendants()) do
  164. if v.ClassName == "Decal" and v.Parent.Name == "scroll" then
  165. local BillboardGui = Instance.new("BillboardGui")
  166. local TextLabel = Instance.new("TextLabel")
  167.  
  168. BillboardGui.Parent = v.Parent
  169. BillboardGui.AlwaysOnTop = true
  170. BillboardGui.LightInfluence = 1
  171. BillboardGui.Size = UDim2.new(0, 50, 0, 50)
  172. BillboardGui.StudsOffset = Vector3.new(0, 2, 0)
  173.  
  174. TextLabel.Parent = BillboardGui
  175. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  176. TextLabel.BackgroundTransparency = 1
  177. TextLabel.Size = UDim2.new(1, 0, 1, 0)
  178. TextLabel.Text = v.Parent.Parent.Name
  179. TextLabel.TextColor3 = Color3.new(1, 0, 0)
  180. TextLabel.TextScaled = true
  181. end
  182. end
  183. end)
  184. autofarmoff.Name = "autofarmoff"
  185. autofarmoff.Parent = Frame
  186. autofarmoff.BackgroundColor3 = Color3.fromRGB(68, 68, 68)
  187. autofarmoff.Position = UDim2.new(0.00398710184, 0, 0.270749688, 0)
  188. autofarmoff.Size = UDim2.new(0, 82, 0, 21)
  189. autofarmoff.Font = Enum.Font.SourceSans
  190. autofarmoff.Text = "Autofarm Off"
  191. autofarmoff.TextColor3 = Color3.fromRGB(255, 255, 255)
  192. autofarmoff.TextSize = 14.000
  193. autofarmoff.MouseButton1Down:connect(function()
  194. --[[
  195.  
  196. █████╗ ██╗ ██╗ █████╗ ██╗ ██╗██╗██████╗ ██╗ ███████╗
  197. ██╔══██╗██║ ██║██╔══██╗██║ ██╔╝██║██╔══██╗ ███║ ╚════██║
  198. ███████║██║ ██║███████║█████╔╝ ██║██████╔╝ █████╗ ╚██║ ██╔╝
  199. ██╔══██║╚██╗ ██╔╝██╔══██║██╔═██╗ ██║██╔══██╗ ╚════╝ ██║ ██╔╝
  200. ██║ ██║ ╚████╔╝ ██║ ██║██║ ██╗██║██║ ██║ ██║██╗ ██║
  201. ╚═╝ ╚═╝ ╚═══╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝╚═╝ ╚═╝ ╚═╝╚═╝ ╚═╝
  202.  
  203. ily Lya
  204. --]]
  205.  
  206. shared.Enabled = false
  207. shared.Settings = {
  208. CanGetScroll = false,
  209. CanRankUp = false,
  210. AllowBoss = false,
  211. PlayerHeight = -15, -- If u got a free exploit, change this to above -20
  212. TweenSpeed = 1,
  213. }
  214.  
  215. loadstring(game:HttpGet("https://raw.githubusercontent.com/Godne8825/Avakir/Scripts/Shinobi%20Life%202%20%5BV%3A%201.7%5D", true))()
  216. end)
  217. autofarmtext.Name = "autofarmtext"
  218. autofarmtext.Parent = Frame
  219. autofarmtext.BackgroundColor3 = Color3.fromRGB(182, 182, 182)
  220. autofarmtext.Position = UDim2.new(0.00398711488, 0, 0.0013935538, 0)
  221. autofarmtext.Size = UDim2.new(0, 82, 0, 21)
  222. autofarmtext.Font = Enum.Font.SourceSans
  223. autofarmtext.Text = "Autofarm"
  224. autofarmtext.TextColor3 = Color3.fromRGB(0, 0, 0)
  225. autofarmtext.TextSize = 14.000
  226.  
  227. equalsign1.Name = "equalsign1"
  228. equalsign1.Parent = Frame
  229. equalsign1.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  230. equalsign1.BackgroundTransparency = 1.000
  231. equalsign1.Position = UDim2.new(0.458277166, 0, 0.565774798, 0)
  232. equalsign1.Size = UDim2.new(0, 13, 0, 14)
  233. equalsign1.Font = Enum.Font.SourceSans
  234. equalsign1.Text = "="
  235. equalsign1.TextColor3 = Color3.fromRGB(84, 84, 84)
  236. equalsign1.TextSize = 14.000
  237.  
  238. equalsign2.Name = "equalsign2"
  239. equalsign2.Parent = Frame
  240. equalsign2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  241. equalsign2.BackgroundTransparency = 1.000
  242. equalsign2.Position = UDim2.new(0.458277136, 0, 0.665551841, 0)
  243. equalsign2.Size = UDim2.new(0, 13, 0, 15)
  244. equalsign2.Font = Enum.Font.SourceSans
  245. equalsign2.Text = "="
  246. equalsign2.TextColor3 = Color3.fromRGB(84, 84, 84)
  247. equalsign2.TextSize = 14.000
  248.  
  249. freekgchangertext.Name = "freekgchangertext"
  250. freekgchangertext.Parent = Frame
  251. freekgchangertext.BackgroundColor3 = Color3.fromRGB(182, 182, 182)
  252. freekgchangertext.Position = UDim2.new(0.139131844, 0, 0.463210762, 0)
  253. freekgchangertext.Size = UDim2.new(0, 128, 0, 18)
  254. freekgchangertext.Font = Enum.Font.SourceSans
  255. freekgchangertext.Text = "Free KG Changer"
  256. freekgchangertext.TextColor3 = Color3.fromRGB(0, 0, 0)
  257. freekgchangertext.TextSize = 14.000
  258.  
  259. genkaislot1text.Name = "genkaislot1text"
  260. genkaislot1text.Parent = Frame
  261. genkaislot1text.BackgroundColor3 = Color3.fromRGB(127, 127, 127)
  262. genkaislot1text.Position = UDim2.new(0.029531233, 0, 0.56410259, 0)
  263. genkaislot1text.Size = UDim2.new(0, 73, 0, 15)
  264. genkaislot1text.Font = Enum.Font.SourceSans
  265. genkaislot1text.Text = "Genkai Slot 1"
  266. genkaislot1text.TextColor3 = Color3.fromRGB(0, 0, 0)
  267. genkaislot1text.TextSize = 14.000
  268.  
  269. genkaislot2text.Name = "genkaislot2text"
  270. genkaislot2text.Parent = Frame
  271. genkaislot2text.BackgroundColor3 = Color3.fromRGB(127, 127, 127)
  272. genkaislot2text.BorderColor3 = Color3.fromRGB(27, 42, 53)
  273. genkaislot2text.Position = UDim2.new(0.0295312181, 0, 0.669175029, 0)
  274. genkaislot2text.Size = UDim2.new(0, 73, 0, 15)
  275. genkaislot2text.Font = Enum.Font.SourceSans
  276. genkaislot2text.Text = "Genkai Slot 2"
  277. genkaislot2text.TextColor3 = Color3.fromRGB(0, 0, 0)
  278. genkaislot2text.TextSize = 14.000
  279.  
  280. instructions.Name = "instructions"
  281. instructions.Parent = Frame
  282. instructions.BackgroundColor3 = Color3.fromRGB(154, 154, 154)
  283. instructions.BackgroundTransparency = 1.000
  284. instructions.Position = UDim2.new(-0.026904583, 0, 0.751114845, 0)
  285. instructions.Size = UDim2.new(0, 180, 0, 35)
  286. instructions.Font = Enum.Font.SourceSans
  287. instructions.Text = "Enter a KG that you had levels on and had moves unlocked"
  288. instructions.TextColor3 = Color3.fromRGB(126, 126, 126)
  289. instructions.TextScaled = true
  290. instructions.TextSize = 30.000
  291. instructions.TextWrapped = true
  292.  
  293. discord.Name = "discord"
  294. discord.Parent = Frame
  295. discord.BackgroundColor3 = Color3.fromRGB(91, 91, 91)
  296. discord.BorderColor3 = Color3.fromRGB(0, 0, 0)
  297. discord.Position = UDim2.new(0.139131844, 0, 0.911092579, 0)
  298. discord.Size = UDim2.new(0, 128, 0, 16)
  299. discord.Font = Enum.Font.SourceSans
  300. discord.Text = "not nick#4063"
  301. discord.TextColor3 = Color3.fromRGB(0, 0, 0)
  302. discord.TextSize = 14.000
  303.  
  304. scrolltext.Name = "scrolltext"
  305. scrolltext.Parent = Frame
  306. scrolltext.BackgroundColor3 = Color3.fromRGB(182, 182, 182)
  307. scrolltext.Position = UDim2.new(0.514557421, 0, 0.00139355473, 0)
  308. scrolltext.Size = UDim2.new(0, 82, 0, 21)
  309. scrolltext.Font = Enum.Font.SourceSans
  310. scrolltext.Text = "Scroll"
  311. scrolltext.TextColor3 = Color3.fromRGB(0, 0, 0)
  312. scrolltext.TextSize = 14.000
  313.  
  314. warmode.Name = "warmode"
  315. warmode.Parent = Frame
  316. warmode.BackgroundColor3 = Color3.fromRGB(68, 68, 68)
  317. warmode.Position = UDim2.new(-0.00136050768, 0, 0.365428716, 0)
  318. warmode.Size = UDim2.new(0, 82, 0, 21)
  319. warmode.Font = Enum.Font.SourceSans
  320. warmode.Text = "War Mode"
  321. warmode.TextColor3 = Color3.fromRGB(255, 255, 255)
  322. warmode.TextSize = 14.000
  323. warmode.MouseButton1Down:connect(function()
  324. --[[
  325. █████╗ ██╗ ██╗ █████╗ ██╗ ██╗██╗██████╗ ██╗ ██╗ █████╗ ██████╗
  326. ██╔══██╗██║ ██║██╔══██╗██║ ██╔╝██║██╔══██╗ ██║ ██║██╔══██╗██╔══██╗
  327. ███████║██║ ██║███████║█████╔╝ ██║██████╔╝ █████╗ ██║ █╗ ██║███████║██████╔╝
  328. ██╔══██║╚██╗ ██╔╝██╔══██║██╔═██╗ ██║██╔══██╗ ╚════╝ ██║███╗██║██╔══██║██╔══██╗
  329. ██║ ██║ ╚████╔╝ ██║ ██║██║ ██╗██║██║ ██║ ╚███╔███╔╝██║ ██║██║ ██║
  330. ╚═╝ ╚═╝ ╚═══╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝╚═╝ ╚═╝ ╚══╝╚══╝ ╚═╝ ╚═╝╚═╝ ╚═╝
  331. ily Lya <3
  332. --]]
  333.  
  334. loadstring(game:HttpGet("https://raw.githubusercontent.com/Godne8825/Avakir/Scripts/War%20-%20Gui", true))()
  335. end)
  336. -- Scripts:
  337.  
  338. local function DOEQ_fake_script() -- Frame.LocalScript
  339. local script = Instance.new('LocalScript', Frame)
  340.  
  341. local frame = script.Parent -- path to the frame
  342. local mouse = game:GetService('Players').LocalPlayer:GetMouse(); -- we need the mouse object, which also has the keyboard
  343.  
  344. mouse.KeyDown:connect(function(key) -- whenever a key is pushed down
  345. key = key:lower() -- i do this in all my key events, though i don't remember why
  346. if key == 'p' then -- if key pressed is h
  347. frame.Visible = not frame.Visible -- flip between visible/invisible
  348. end
  349. end)
  350. end
  351. coroutine.wrap(DOEQ_fake_script)()
Add Comment
Please, Sign In to add comment