Advertisement
DogTemmie

Untitled

Sep 5th, 2017
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.  
  2. USE ONE AT A TIME.
  3. Also, change "PLAYERNAME" with your ROBLOX username.
  4. (Forgot how the Companions one works, sorry.)
  5. Level:
  6. game.Players.DeltaDminor.Backpack.keyinput:FireServer("changestat", "lvl", 2000)
  7. Money:
  8. Code:
  9. game.Players.LocalPlayer.Backpack.keyinput:FireServer("changestat", "ryo", 99999999)
  10. Code:
  11. game.Players.LocalPlayer.Backpack.keyinput:FireServer("changestat", "ryo2", 99999999)
  12. (Remove Code:)
  13. Spins:
  14. game.Players.DeltaDminor.Backpack.keyinput:FireServer("changestat", "spins", 2145483647)
  15. Green Coins:
  16. game.Players.DeltaDminor.Backpack.keyinput:FireServer("changestat", "ryo1", 2145483647)
  17. Gold Coins:
  18. game.Players.DeltaDminor.Backpack.keyinput:FireServer("changestat", "ryo2", 2145483647)
  19. EXP:
  20. while wait(1) do
  21. game.Players.DeltaDminor.Backpack.keyinput:FireServer("changestat", "exp", 10000000)
  22. end
  23. Companions:
  24. game.Players.DeltaDminor.Backpack.keyinput:FireServer("changestat", "comp", "pain")
  25. Bounty:
  26. game.Players.DeltaDminor.Backpack.keyinput:FireServer("changestat", "bounty", 10000)
  27. GUI!:
  28. --Define le values list by victiny1223
  29. players = game:GetService('Players')
  30. lplr = players.LocalPlayer
  31. lchar = lplr.Character
  32. lhum = lchar:FindFirstChild("Humanoid")
  33. lrootpart = lchar:FindFirstChild("HumanoidRootPart")
  34. backpack = lplr.Backpack
  35. v3 = Vector3.new
  36. cf = CFrame
  37. create = Instance.new
  38. pgui = game.CoreGui
  39. contextActionService = game.ContextActionService
  40.  
  41. -- Objects
  42.  
  43. local ShinobiLifeGui = Instance.new("ScreenGui")
  44. local MainFrame = Instance.new("ScrollingFrame")
  45. local TitleLabel = Instance.new("TextLabel")
  46. local Underlining = Instance.new("Frame")
  47. local InfoChangestat = Instance.new("TextLabel")
  48. local Underlining_2 = Instance.new("Frame")
  49. local ChangestatStat = Instance.new("TextBox")
  50. local ChangestatValue = Instance.new("TextBox")
  51. local ChangestatExecute = Instance.new("TextButton")
  52. local AutoHit = Instance.new("TextButton")
  53. local InfoAutoHit = Instance.new("TextLabel")
  54. local Underlining_3 = Instance.new("Frame")
  55.  
  56. -- Properties
  57.  
  58. ShinobiLifeGui.Name = "Shinobi Life Gui"
  59. ShinobiLifeGui.Parent = pgui
  60.  
  61. MainFrame.Name = "MainFrame"
  62. MainFrame.Parent = ShinobiLifeGui
  63. MainFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  64. MainFrame.Active = true
  65. MainFrame.Draggable = true
  66. MainFrame.BackgroundTransparency = 0.25
  67. MainFrame.BorderColor3 = Color3.new(0.690196, 0.690196, 0.690196)
  68. MainFrame.Position = UDim2.new(0.745000005, 0, 0.745000005, 0)
  69. MainFrame.Size = UDim2.new(0.25, 0, 0.25, 0)
  70. MainFrame.ScrollBarThickness = 7
  71.  
  72. TitleLabel.Name = "TitleLabel"
  73. TitleLabel.Parent = MainFrame
  74. TitleLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  75. TitleLabel.BackgroundTransparency = 1
  76. TitleLabel.Size = UDim2.new(1, 0, 0.0250000004, 0)
  77. TitleLabel.Font = Enum.Font.Fantasy
  78. TitleLabel.FontSize = Enum.FontSize.Size14
  79. TitleLabel.Text = "Shinobi Life Gui"
  80. TitleLabel.TextColor3 = Color3.new(1, 1, 1)
  81. TitleLabel.TextScaled = true
  82. TitleLabel.TextSize = 14
  83. TitleLabel.TextStrokeTransparency = 0.25
  84. TitleLabel.TextWrapped = true
  85.  
  86. Underlining.Name = "Underlining"
  87. Underlining.Parent = TitleLabel
  88. Underlining.BackgroundColor3 = Color3.new(1, 1, 1)
  89. Underlining.BackgroundTransparency = 0.25
  90. Underlining.BorderColor3 = Color3.new(0, 0, 0)
  91. Underlining.Position = UDim2.new(0.0500000007, 0, 0.899999976, 0)
  92. Underlining.Size = UDim2.new(0.899999976, 0, 0.0250000004, 0)
  93.  
  94. InfoChangestat.Name = "Info/Changestat"
  95. InfoChangestat.Parent = MainFrame
  96. InfoChangestat.BackgroundColor3 = Color3.new(1, 1, 1)
  97. InfoChangestat.BackgroundTransparency = 1
  98. InfoChangestat.Position = UDim2.new(0.0500000007, 0, 0.0299999993, 0)
  99. InfoChangestat.Size = UDim2.new(0.899999976, 0, 0.0149999997, 0)
  100. InfoChangestat.Font = Enum.Font.Fantasy
  101. InfoChangestat.FontSize = Enum.FontSize.Size14
  102. InfoChangestat.Text = "Changestat"
  103. InfoChangestat.TextColor3 = Color3.new(1, 1, 1)
  104. InfoChangestat.TextScaled = true
  105. InfoChangestat.TextSize = 14
  106. InfoChangestat.TextStrokeTransparency = 0.25
  107. InfoChangestat.TextWrapped = true
  108.  
  109. Underlining_2.Name = "Underlining"
  110. Underlining_2.Parent = InfoChangestat
  111. Underlining_2.BackgroundColor3 = Color3.new(1, 1, 1)
  112. Underlining_2.Position = UDim2.new(0.0500000007, 0, 1, 0)
  113. Underlining_2.Size = UDim2.new(0.899999976, 0, 0.0250000004, 0)
  114.  
  115. ChangestatStat.Name = "Changestat/Stat"
  116. ChangestatStat.Parent = MainFrame
  117. ChangestatStat.BackgroundColor3 = Color3.new(1, 1, 1)
  118. ChangestatStat.BackgroundTransparency = 0.25
  119. ChangestatStat.BorderSizePixel = 0
  120. ChangestatStat.Position = UDim2.new(0.0500000007, 0, 0.0500000007, 0)
  121. ChangestatStat.Size = UDim2.new(0.400000006, 0, 0.0250000004, 0)
  122. ChangestatStat.Font = Enum.Font.Fantasy
  123. ChangestatStat.FontSize = Enum.FontSize.Size14
  124. ChangestatStat.Text = "Stat"
  125. ChangestatStat.TextColor3 = Color3.new(1, 1, 1)
  126. ChangestatStat.TextScaled = true
  127. ChangestatStat.TextSize = 14
  128. ChangestatStat.TextStrokeTransparency = 0.40000000596046
  129. ChangestatStat.TextWrapped = true
  130.  
  131. ChangestatValue.Name = "Changestat/Value"
  132. ChangestatValue.Parent = MainFrame
  133. ChangestatValue.BackgroundColor3 = Color3.new(1, 1, 1)
  134. ChangestatValue.BackgroundTransparency = 0.25
  135. ChangestatValue.BorderSizePixel = 0
  136. ChangestatValue.Position = UDim2.new(0.524999976, 0, 0.0500000007, 0)
  137. ChangestatValue.Size = UDim2.new(0.400000006, 0, 0.0250000004, 0)
  138. ChangestatValue.Font = Enum.Font.Fantasy
  139. ChangestatValue.FontSize = Enum.FontSize.Size14
  140. ChangestatValue.Text = "Value"
  141. ChangestatValue.TextColor3 = Color3.new(1, 1, 1)
  142. ChangestatValue.TextScaled = true
  143. ChangestatValue.TextSize = 14
  144. ChangestatValue.TextStrokeTransparency = 0.40000000596046
  145. ChangestatValue.TextWrapped = true
  146.  
  147. ChangestatExecute.Name = "Changestat/Execute"
  148. ChangestatExecute.Parent = MainFrame
  149. ChangestatExecute.BackgroundColor3 = Color3.new(1, 1, 1)
  150. ChangestatExecute.BackgroundTransparency = 0.25
  151. ChangestatExecute.BorderSizePixel = 0
  152. ChangestatExecute.Position = UDim2.new(0.0500000007, 0, 0.0799999982, 0)
  153. ChangestatExecute.Size = UDim2.new(0.875, 0, 0.0149999997, 0)
  154. ChangestatExecute.Font = Enum.Font.Fantasy
  155. ChangestatExecute.FontSize = Enum.FontSize.Size14
  156. ChangestatExecute.Text = "Change"
  157. ChangestatExecute.TextColor3 = Color3.new(1, 1, 1)
  158. ChangestatExecute.TextScaled = true
  159. ChangestatExecute.TextSize = 14
  160. ChangestatExecute.TextStrokeTransparency = 0.25
  161. ChangestatExecute.TextWrapped = true
  162.  
  163. AutoHit.Name = "AutoHit"
  164. AutoHit.Parent = MainFrame
  165. AutoHit.BackgroundColor3 = Color3.new(1, 1, 1)
  166. AutoHit.BackgroundTransparency = 0.25
  167. AutoHit.BorderSizePixel = 0
  168. AutoHit.Position = UDim2.new(0.0500000007, 0, 0.119999997, 0)
  169. AutoHit.Size = UDim2.new(0.875, 0, 0.0175, 0)
  170. AutoHit.Font = Enum.Font.Fantasy
  171. AutoHit.FontSize = Enum.FontSize.Size14
  172. AutoHit.Text = "Activate AutoHit"
  173. AutoHit.TextColor3 = Color3.new(1, 1, 1)
  174. AutoHit.TextScaled = true
  175. AutoHit.TextSize = 14
  176. AutoHit.TextStrokeTransparency = 0.25
  177. AutoHit.TextWrapped = true
  178.  
  179. InfoAutoHit.Name = "Info/AutoHit"
  180. InfoAutoHit.Parent = MainFrame
  181. InfoAutoHit.BackgroundColor3 = Color3.new(1, 1, 1)
  182. InfoAutoHit.BackgroundTransparency = 1
  183. InfoAutoHit.Position = UDim2.new(0.0500000007, 0, 0.100000001, 0)
  184. InfoAutoHit.Size = UDim2.new(0.899999976, 0, 0.0149999997, 0)
  185. InfoAutoHit.Font = Enum.Font.Fantasy
  186. InfoAutoHit.FontSize = Enum.FontSize.Size14
  187. InfoAutoHit.Text = "AutoHit"
  188. InfoAutoHit.TextColor3 = Color3.new(1, 1, 1)
  189. InfoAutoHit.TextScaled = true
  190. InfoAutoHit.TextSize = 14
  191. InfoAutoHit.TextStrokeTransparency = 0.25
  192. InfoAutoHit.TextWrapped = true
  193.  
  194. Underlining_3.Name = "Underlining"
  195. Underlining_3.Parent = InfoAutoHit
  196. Underlining_3.BackgroundColor3 = Color3.new(1, 1, 1)
  197. Underlining_3.Position = UDim2.new(0.0500000007, 0, 1, 0)
  198. Underlining_3.Size = UDim2.new(0.899999976, 0, 0.0250000004, 0)
  199.  
  200. --[[Script Variables]]--
  201. prefix = Enum.KeyCode.Quote
  202. autohit_enabled = false
  203. gui_enabled = true
  204.  
  205. --[[Inputs]]--
  206. function SlideGui(actionName, inputState, inputObject)
  207. if inputState == Enum.UserInputState.Begin then
  208. if gui_enabled == true then
  209. MainFrame:TweenPosition(UDim2.new(-0.25, 0, .745, 0), 'In', 'Quad')
  210. gui_enabled = false
  211. elseif gui_enabled == false then
  212. MainFrame:TweenPosition(UDim2.new(.745, 0, .745, 0), 'Out', 'Quad')
  213. gui_enabled = true
  214. end
  215. end
  216. end
  217. contextActionService:BindAction('SlideGUI', SlideGui, false, prefix)
  218.  
  219. --[[Buttons]]--
  220. ChangestatExecute.MouseButton1Down:connect(function()
  221. local stat = ChangestatStat.Text:match('(%a+)')
  222. local value = ChangestatValue.Text:match('(.+)')
  223. local numvalue = tonumber(value)
  224. if stat:lower() == 'exp' then
  225. local function exp()
  226. while wait(1) do
  227. backpack.keyinput:FireServer("changestat", "exp", 10000000)
  228. end
  229. end
  230. local expCoroutine = coroutine.create(exp)
  231. coroutine.resume(expCoroutine)
  232. elseif stat:lower() == 'lvl' and numvalue then
  233. backpack.keyinput:FireServer("changestat", "lvl", numvalue)
  234. elseif stat:lower() == 'bounty' and numvalue then
  235. backpack.keyinput:FireServer("changestat", "bounty", numvalue)
  236. elseif stat:lower() == 'kekkeigenkai' then
  237. backpack.keyinput:FireServer("changestat", "kg1", value)
  238. elseif stat:lower() == 'money' and numvalue then
  239. backpack.keyinput:FireServer("changestat", "ryo1", numvalue)
  240. backpack.keyinput:FireServer("changestat", "ryo2", numvalue)
  241. elseif stat:lower() == 'companion' then
  242. backpack.keyinput:FireServer("changestat", "comp", value)
  243. elseif stat:lower() == 'spins' then
  244. backpack.keyinput:FireServer("changestat", "spins", numvalue)
  245. elseif stat:lower() == 'exp' then
  246. spawn(function()
  247. while wait(1) do
  248. backpack.keyinput:FireServer("changestat", "exp", 10000000)
  249. end
  250. end)
  251. elseif stat:lower() == 'element' then
  252. backpack.keyinput:FireServer("changeelement", 1, value)
  253. end
  254. end)
  255. AutoHit.MouseButton1Down:connect(function()
  256. if autohit_enabled == true then
  257. AutoHit.Text = 'Activate AutoHit'
  258. autohit_enabled = false
  259. elseif autohit_enabled == false then
  260. AutoHit.Text = 'Deactivate AutoHit'
  261. autohit_enabled = true
  262. end
  263. end)
  264. function AutoHitFunc()
  265. while wait() do
  266. if autohit_enabled == true then
  267. game.Players.LocalPlayer.Backpack.keyinput:FireServer("Q")
  268. wait()
  269. game.Players.LocalPlayer.Backpack.keyinput:FireServer("Qend")
  270. end
  271. end
  272. end
  273. local autohitCoroutine = coroutine.create(AutoHitFunc)
  274. coroutine.resume(autohitCoroutine)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement