Advertisement
Guest User

Untitled

a guest
Jan 19th, 2020
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 9.84 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.1
  3.  
  4. -- Instances:
  5.  
  6. local nlhack = Instance.new("ScreenGui")
  7. local main = Instance.new("Frame")
  8. local Beaulty = Instance.new("Frame")
  9. local Name = Instance.new("TextLabel")
  10. local unlock = Instance.new("TextButton")
  11. local gamepass = Instance.new("TextButton")
  12. local tornado = Instance.new("TextButton")
  13. local sword = Instance.new("TextButton")
  14. local swingon = Instance.new("TextButton")
  15. local swingoff = Instance.new("TextButton")
  16. local autosell = Instance.new("TextButton")
  17. local autoselloff = Instance.new("TextButton")
  18. local close = Instance.new("TextButton")
  19.  
  20. --Properties:
  21.  
  22. nlhack.Name = "nlhack"
  23. nlhack.Parent = game.CoreGui
  24.  
  25. main.Name = "main"
  26. main.Parent = nlhack
  27. main.Active = true
  28. main.BackgroundColor3 = Color3.fromRGB(213, 207, 255)
  29. main.BorderColor3 = Color3.fromRGB(27, 42, 53)
  30. main.Position = UDim2.new(0.205282047, 0, 0.245059311, 0)
  31. main.Size = UDim2.new(0, 526, 0, 333)
  32. main.Draggable = true
  33.  
  34. Beaulty.Name = "Beaulty"
  35. Beaulty.Parent = main
  36. Beaulty.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  37. Beaulty.BorderSizePixel = 0
  38. Beaulty.Size = UDim2.new(0, 526, 0, 42)
  39.  
  40. Name.Name = "Name"
  41. Name.Parent = Beaulty
  42. Name.BackgroundColor3 = Color3.fromRGB(10, 18, 173)
  43. Name.BorderSizePixel = 0
  44. Name.Size = UDim2.new(0, 526, 0, 42)
  45. Name.Font = Enum.Font.Fantasy
  46. Name.Text = "Ninja Legends Hack"
  47. Name.TextColor3 = Color3.fromRGB(0, 0, 0)
  48. Name.TextSize = 41.000
  49.  
  50. unlock.Name = "unlock"
  51. unlock.Parent = main
  52. unlock.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  53. unlock.Position = UDim2.new(0.0266159698, 0, 0.156156152, 0)
  54. unlock.Size = UDim2.new(0, 200, 0, 50)
  55. unlock.Font = Enum.Font.SciFi
  56. unlock.Text = "Unlock Islands"
  57. unlock.TextColor3 = Color3.fromRGB(0, 0, 0)
  58. unlock.TextSize = 32.000
  59. unlock.MouseButton1Down:connect(function()
  60. for i,v in next, game.workspace.islandUnlockParts:GetChildren() do
  61. if v then
  62. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.islandSignPart.CFrame;
  63. wait(.5)
  64. end
  65. end
  66. end)
  67.  
  68. gamepass.Name = "gamepass"
  69. gamepass.Parent = main
  70. gamepass.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  71. gamepass.Position = UDim2.new(0.0266159698, 0, 0.360360354, 0)
  72. gamepass.Size = UDim2.new(0, 200, 0, 50)
  73. gamepass.Font = Enum.Font.SciFi
  74. gamepass.Text = "Free Gamepasses"
  75. gamepass.TextColor3 = Color3.fromRGB(0, 0, 0)
  76. gamepass.TextSize = 21.000
  77. gamepass.MouseButton1Down:connect(function()
  78. -- Snipped on v3r for reasons
  79. -- I've been getting lots of reports of everything is actually visual.
  80. -- You can still have the scripts to troll/send pics ig
  81. -- THIS IS JUST VISUAL STOP DMING ME THAT IT DOESN't WORK............................
  82. -- Jxnt#9946
  83.  
  84. local gamepasses = {7235693}
  85. for _,v in next, gamepasses do
  86. if not game.Players.LocalPlayer:FindFirstChild(tostring(v)) then
  87. local OwO = Instance.new("BoolValue", game.Players.LocalPlayer.ownedGamepasses)
  88. OwO.Name = "Faster Sword"
  89. OwO.Value = tostring(v)
  90. end
  91. end
  92. local gamepasses = {7235671}
  93. for _,v in next, gamepasses do
  94. if not game.Players.LocalPlayer:FindFirstChild(tostring(v)) then
  95. local OwO = Instance.new("BoolValue", game.Players.LocalPlayer.ownedGamepasses)
  96. OwO.Name = "x2 Ninjitsu"
  97. OwO.Value = tostring(v)
  98. end
  99. end
  100. local gamepasses = {7235680}
  101. for _,v in next, gamepasses do
  102. if not game.Players.LocalPlayer:FindFirstChild(tostring(v)) then
  103. local OwO = Instance.new("BoolValue", game.Players.LocalPlayer.ownedGamepasses)
  104. OwO.Name = "x2 Speed"
  105. OwO.Value = tostring(v)
  106. end
  107. end
  108. local gamepasses = {7235685}
  109. for _,v in next, gamepasses do
  110. if not game.Players.LocalPlayer:FindFirstChild(tostring(v)) then
  111. local OwO = Instance.new("BoolValue", game.Players.LocalPlayer.ownedGamepasses)
  112. OwO.Name = "x2 Damage"
  113. OwO.Value = tostring(v)
  114. end
  115. end
  116. local gamepasses = {7235688}
  117. for _,v in next, gamepasses do
  118. if not game.Players.LocalPlayer:FindFirstChild(tostring(v)) then
  119. local OwO = Instance.new("BoolValue", game.Players.LocalPlayer.ownedGamepasses)
  120. OwO.Name = "x2 Health"
  121. OwO.Value = tostring(v)
  122. end
  123. end
  124. local gamepasses = {7235698}
  125. for _,v in next, gamepasses do
  126. if not game.Players.LocalPlayer:FindFirstChild(tostring(v)) then
  127. local OwO = Instance.new("BoolValue", game.Players.LocalPlayer.ownedGamepasses)
  128. OwO.Name = "Infinite Ninjitsu"
  129. OwO.Value = tostring(v)
  130. end
  131. end
  132. local gamepasses = {7361190}
  133. for _,v in next, gamepasses do
  134. if not game.Players.LocalPlayer:FindFirstChild(tostring(v)) then
  135. local OwO = Instance.new("BoolValue", game.Players.LocalPlayer.ownedGamepasses)
  136. OwO.Name = "+20 Capacity"
  137. OwO.Value = tostring(v)
  138. end
  139. end
  140. local gamepasses = {7361206}
  141. for _,v in next, gamepasses do
  142. if not game.Players.LocalPlayer:FindFirstChild(tostring(v)) then
  143. local OwO = Instance.new("BoolValue", game.Players.LocalPlayer.ownedGamepasses)
  144. OwO.Name = "+60 Capacity"
  145. OwO.Value = tostring(v)
  146. end
  147. end
  148. local gamepasses = {7361232}
  149. for _,v in next, gamepasses do
  150. if not game.Players.LocalPlayer:FindFirstChild(tostring(v)) then
  151. local OwO = Instance.new("BoolValue", game.Players.LocalPlayer.ownedGamepasses)
  152. OwO.Name = "+4 Pet Slots"
  153. OwO.Value = tostring(v)
  154. end
  155. end
  156. local gamepasses = {7442984}
  157. for _,v in next, gamepasses do
  158. if not game.Players.LocalPlayer:FindFirstChild(tostring(v)) then
  159. local OwO = Instance.new("BoolValue", game.Players.LocalPlayer.ownedGamepasses)
  160. OwO.Name = "Infinite Ammo"
  161. OwO.Value = tostring(v)
  162. end
  163. end
  164. local gamepasses = {7504500}
  165. for _,v in next, gamepasses do
  166. if not game.Players.LocalPlayer:FindFirstChild(tostring(v)) then
  167. local OwO = Instance.new("BoolValue", game.Players.LocalPlayer.ownedGamepasses)
  168. OwO.Name = "+100 Capacity"
  169. OwO.Value = tostring(v)
  170. end
  171. end
  172. local gamepasses = {7557569}
  173. for _,v in next, gamepasses do
  174. if not game.Players.LocalPlayer:FindFirstChild(tostring(v)) then
  175. local OwO = Instance.new("BoolValue", game.Players.LocalPlayer.ownedGamepasses)
  176. OwO.Name = "+200 Capacity"
  177. OwO.Value = tostring(v)
  178. end
  179. end
  180. local gamepasses = {7557657}
  181. for _,v in next, gamepasses do
  182. if not game.Players.LocalPlayer:FindFirstChild(tostring(v)) then
  183. local OwO = Instance.new("BoolValue", game.Players.LocalPlayer.ownedGamepasses)
  184. OwO.Name = "+2 Pet Slots"
  185. OwO.Value = tostring(v)
  186. end
  187. end
  188. end)
  189.  
  190. tornado.Name = "tornado"
  191. tornado.Parent = main
  192. tornado.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  193. tornado.Position = UDim2.new(0.0266159698, 0, 0.555555582, 0)
  194. tornado.Size = UDim2.new(0, 200, 0, 50)
  195. tornado.Font = Enum.Font.SourceSans
  196. tornado.Text = "Tornado (Bad)"
  197. tornado.TextColor3 = Color3.fromRGB(0, 0, 0)
  198. tornado.TextSize = 31.000
  199. tornado.MouseButton1Down:connect(function()
  200. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(325.641174, 16872.0938, -9.9906435)
  201. end)
  202.  
  203. sword.Name = "sword"
  204. sword.Parent = main
  205. sword.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  206. sword.Position = UDim2.new(0.0266159698, 0, 0.762762785, 0)
  207. sword.Size = UDim2.new(0, 200, 0, 50)
  208. sword.Font = Enum.Font.SourceSans
  209. sword.Text = "Sword Of Ancients"
  210. sword.TextColor3 = Color3.fromRGB(0, 0, 0)
  211. sword.TextSize = 31.000
  212. sword.MouseButton1Down:connect(function()
  213. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(648.365662, 38.704483, 2409.72266)
  214. end)
  215.  
  216. swingon.Name = "swingon"
  217. swingon.Parent = main
  218. swingon.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  219. swingon.Position = UDim2.new(0.570342183, 0, 0.156156182, 0)
  220. swingon.Size = UDim2.new(0, 200, 0, 50)
  221. swingon.Font = Enum.Font.SourceSans
  222. swingon.Text = "Swing Katana On"
  223. swingon.TextColor3 = Color3.fromRGB(0, 0, 0)
  224. swingon.TextSize = 32.000
  225. swingon.MouseButton1Down:connect(function()
  226. swing = true
  227. if swing == true then
  228. repeat
  229. game.Players.LocalPlayer.ninjaEvent:FireServer("swingKatana")
  230. wait()
  231. until swing == false
  232. end
  233. end)
  234.  
  235. swingoff.Name = "swingoff"
  236. swingoff.Parent = main
  237. swingoff.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  238. swingoff.Position = UDim2.new(0.570342183, 0, 0.360360384, 0)
  239. swingoff.Size = UDim2.new(0, 200, 0, 50)
  240. swingoff.Font = Enum.Font.SourceSans
  241. swingoff.Text = "Swing Katana Off"
  242. swingoff.TextColor3 = Color3.fromRGB(0, 0, 0)
  243. swingoff.TextSize = 32.000
  244. swingoff.MouseButton1Down:connect(function()
  245. swing = false
  246. if swing == true then
  247. repeat
  248. game.Players.LocalPlayer.ninjaEvent:FireServer("swingKatana")
  249. wait()
  250. until swing == false
  251. end
  252. end)
  253.  
  254. autosell.Name = "autosell"
  255. autosell.Parent = main
  256. autosell.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  257. autosell.Position = UDim2.new(0.570342183, 0, 0.555555582, 0)
  258. autosell.Size = UDim2.new(0, 200, 0, 50)
  259. autosell.Font = Enum.Font.SourceSans
  260. autosell.Text = "Auto Sell On"
  261. autosell.TextColor3 = Color3.fromRGB(0, 0, 0)
  262. autosell.TextSize = 31.000
  263. autosell.MouseButton1Down:connect(function()
  264. sell = true
  265. if sell == true then
  266. repeat
  267. game.workspace.sellAreaCircles["sellAreaCircle7"].circleInner.CFrame = game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart").CFrame
  268. wait()
  269. until sell == false
  270. end
  271. end)
  272.  
  273. autoselloff.Name = "autoselloff"
  274. autoselloff.Parent = main
  275. autoselloff.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  276. autoselloff.Position = UDim2.new(0.570342183, 0, 0.762762785, 0)
  277. autoselloff.Size = UDim2.new(0, 200, 0, 50)
  278. autoselloff.Font = Enum.Font.SourceSans
  279. autoselloff.Text = "Autosell Off"
  280. autoselloff.TextColor3 = Color3.fromRGB(0, 0, 0)
  281. autoselloff.TextSize = 31.000
  282. autoselloff.MouseButton1Down:connect(function()
  283. sell = false
  284. if sell == true then
  285. repeat
  286. game.workspace.sellAreaCircles["sellAreaCircle7"].circleInner.CFrame = game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart").CFrame
  287. wait()
  288. until sell == false
  289. end
  290. end)
  291.  
  292. close.Name = "close"
  293. close.Parent = main
  294. close.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  295. close.BackgroundTransparency = 1.000
  296. close.Position = UDim2.new(0.931558907, 0, 0, 0)
  297. close.Size = UDim2.new(0, 36, 0, 42)
  298. close.Font = Enum.Font.SourceSans
  299. close.Text = "X"
  300. close.TextColor3 = Color3.fromRGB(255, 0, 4)
  301. close.TextSize = 53.000
  302. close.MouseButton1Down:connect(function()
  303. main.Visible = false
  304. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement