athoi21

Ninja Legends Haxx V1.0

Dec 25th, 2019
5,855
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 19.11 KB | None | 0 0
  1. --[[
  2.          _   _           _   ___  __
  3.     /\  | | | |         (_) |__ \/_ |
  4.    /  \ | |_| |__   ___  _     ) || |
  5.   / /\ \| __| '_ \ / _ \| |   / / | |
  6.  / ____ \ |_| | | | (_) | |  / /_ | |
  7. /_/    \_\__|_| |_|\___/|_| |____||_|                                                                                                          
  8. --]]
  9.  
  10. -- Youtube:https://www.youtube.com/channel/UCCuk4UdRYukHCHuzSTKlqpw?view_as=subscriber
  11. -- Discord: athoi21#6171
  12.  
  13. --Anti afk
  14. local VirtualUser=game:service'VirtualUser'
  15. game:service'Players'.LocalPlayer.Idled:connect(function()
  16. VirtualUser:CaptureController()
  17. VirtualUser:ClickButton2(Vector2.new())
  18. end)
  19.  
  20. --Var
  21. local newvar = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
  22. local hum = game.Players.LocalPlayer.Character.HumanoidRootPart
  23.  
  24. -- Loaded message
  25. game:GetService("StarterGui"):SetCore("SendNotification", {
  26. Title = "Ninja Legends Haxx v1 Loaded";
  27. Text = "Made by Athoi 21";
  28. Duration = 25;
  29. })
  30.  
  31. local ScreenGui = Instance.new("ScreenGui")
  32. local MainFrame = Instance.new("ImageLabel")
  33. local Frame = Instance.new("ImageLabel")
  34. local AutoSwingOff = Instance.new("TextButton")
  35. local AutoUpgradeBeltOff = Instance.new("TextButton")
  36. local Title = Instance.new("TextLabel")
  37. local TextLabel = Instance.new("TextLabel")
  38. local TextLabel_2 = Instance.new("TextLabel")
  39. local AutoSellOff = Instance.new("TextButton")
  40. local TextLabel_3 = Instance.new("TextLabel")
  41. local AutoChiFarmOff = Instance.new("TextButton")
  42. local TextLabel_4 = Instance.new("TextLabel")
  43. local TextLabel_5 = Instance.new("TextLabel")
  44. local TextLabel_6 = Instance.new("TextLabel")
  45. local AutoHoopsFarmOff = Instance.new("TextButton")
  46. local AutoUpgradeSkillsOff = Instance.new("TextButton")
  47. local AutoUpgradeSwordOff = Instance.new("TextButton")
  48. local TextLabel_7 = Instance.new("TextLabel")
  49. local AutoSwingOn = Instance.new("TextButton")
  50. local AutoSellOn = Instance.new("TextButton")
  51. local AutoChiFarmOn = Instance.new("TextButton")
  52. local AutoUpgradeSkillsOn = Instance.new("TextButton")
  53. local AutoUpgradeSwordOn = Instance.new("TextButton")
  54. local AutoHoopsFarmOn = Instance.new("TextButton")
  55. local AutoUpgradeBeltOn = Instance.new("TextButton")
  56. local TextLabel_8 = Instance.new("TextLabel")
  57. local exitgui = Instance.new("TextButton")
  58. local TextLabel_9 = Instance.new("TextLabel")
  59. --Properties:
  60. ScreenGui.Parent = game.CoreGui
  61.  
  62. MainFrame.Name = "MainFrame"
  63. MainFrame.Parent = ScreenGui
  64. MainFrame.Active = true
  65. MainFrame.Draggable = true
  66. MainFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  67. MainFrame.BackgroundTransparency = 1
  68. MainFrame.Position = UDim2.new(0.464877576, 0, 0.356265366, 0)
  69. MainFrame.Size = UDim2.new(0.112075768, 0, 0.0331695341, 0)
  70. MainFrame.Image = "rbxassetid://3570695787"
  71. MainFrame.ImageColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  72. MainFrame.ScaleType = Enum.ScaleType.Slice
  73. MainFrame.SliceCenter = Rect.new(100, 100, 100, 100)
  74.  
  75. Frame.Name = "Frame"
  76. Frame.Parent = MainFrame
  77. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  78. Frame.BackgroundTransparency = 1
  79. Frame.Position = UDim2.new(0, 0, 0.585858345, 0)
  80. Frame.Size = UDim2.new(0.939130425, 0, 6.81481504, 0)
  81. Frame.Image = "rbxassetid://2851926732"
  82. Frame.ImageColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  83. Frame.ScaleType = Enum.ScaleType.Slice
  84. Frame.SliceCenter = Rect.new(12, 12, 12, 12)
  85.  
  86. AutoSwingOff.Name = "Auto Swing Off"
  87. AutoSwingOff.Parent = Frame
  88. AutoSwingOff.BackgroundColor3 = Color3.new(0.827451, 0, 0)
  89. AutoSwingOff.BorderSizePixel = 0
  90. AutoSwingOff.Position = UDim2.new(0.86930114, 0, 0.118498176, 0)
  91. AutoSwingOff.Size = UDim2.new(0.129629627, 0, 0.114130437, 0)
  92. AutoSwingOff.Font = Enum.Font.SourceSans
  93. AutoSwingOff.Text = "OFF"
  94. AutoSwingOff.TextColor3 = Color3.new(0, 0, 0)
  95. AutoSwingOff.TextSize = 14
  96.  
  97. AutoUpgradeBeltOff.Name = "Auto Upgrade Belt Off"
  98. AutoUpgradeBeltOff.Parent = Frame
  99. AutoUpgradeBeltOff.BackgroundColor3 = Color3.new(0.827451, 0, 0)
  100. AutoUpgradeBeltOff.BorderSizePixel = 0
  101. AutoUpgradeBeltOff.Position = UDim2.new(0.86930114, 0, 0.779344022, 0)
  102. AutoUpgradeBeltOff.Size = UDim2.new(0.129629627, 0, 0.114130437, 0)
  103. AutoUpgradeBeltOff.Font = Enum.Font.SourceSans
  104. AutoUpgradeBeltOff.Text = "OFF"
  105. AutoUpgradeBeltOff.TextColor3 = Color3.new(0, 0, 0)
  106. AutoUpgradeBeltOff.TextSize = 14
  107.  
  108. Title.Name = "Title"
  109. Title.Parent = Frame
  110. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  111. Title.BackgroundTransparency = 1
  112. Title.BorderSizePixel = 0
  113. Title.Position = UDim2.new(0.175925925, 0, -0.0735218227, 0)
  114. Title.Size = UDim2.new(0.689814806, 0, 0.114130437, 0)
  115. Title.Font = Enum.Font.GothamBold
  116. Title.Text = "Ninja Legends Haxx V1"
  117. Title.TextColor3 = Color3.new(1, 1, 1)
  118. Title.TextSize = 13
  119.  
  120. TextLabel.Parent = Frame
  121. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  122. TextLabel.BackgroundTransparency = 1
  123. TextLabel.Position = UDim2.new(0.0154639175, 0, 0.12039686, 0)
  124. TextLabel.Size = UDim2.new(0.731481493, 0, 0.108695649, 0)
  125. TextLabel.Font = Enum.Font.ArialBold
  126. TextLabel.Text = "~Auto Swing            "
  127. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  128. TextLabel.TextSize = 14
  129.  
  130. TextLabel_2.Parent = Frame
  131. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  132. TextLabel_2.BackgroundTransparency = 1
  133. TextLabel_2.Position = UDim2.new(0.0154639175, 0, 0.229775563, 0)
  134. TextLabel_2.Size = UDim2.new(0.731481493, 0, 0.108695649, 0)
  135. TextLabel_2.Font = Enum.Font.ArialBold
  136. TextLabel_2.Text = "~Auto Sell                "
  137. TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
  138. TextLabel_2.TextSize = 14
  139.  
  140. AutoSellOff.Name = "Auto Sell Off"
  141. AutoSellOff.Parent = Frame
  142. AutoSellOff.BackgroundColor3 = Color3.new(0.827451, 0, 0)
  143. AutoSellOff.BorderSizePixel = 0
  144. AutoSellOff.Position = UDim2.new(0.86930114, 0, 0.222442105, 0)
  145. AutoSellOff.Size = UDim2.new(0.129629627, 0, 0.114130437, 0)
  146. AutoSellOff.Font = Enum.Font.SourceSans
  147. AutoSellOff.Text = "OFF"
  148. AutoSellOff.TextColor3 = Color3.new(0, 0, 0)
  149. AutoSellOff.TextSize = 14
  150.  
  151. TextLabel_3.Parent = Frame
  152. TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
  153. TextLabel_3.BackgroundTransparency = 1
  154. TextLabel_3.Position = UDim2.new(0.0154639175, 0, 0.339094877, 0)
  155. TextLabel_3.Size = UDim2.new(0.731481493, 0, 0.108695649, 0)
  156. TextLabel_3.Font = Enum.Font.ArialBold
  157. TextLabel_3.Text = "~Auto Chi Farm        "
  158. TextLabel_3.TextColor3 = Color3.new(1, 1, 1)
  159. TextLabel_3.TextSize = 14
  160.  
  161. AutoChiFarmOff.Name = "Auto Chi Farm Off"
  162. AutoChiFarmOff.Parent = Frame
  163. AutoChiFarmOff.BackgroundColor3 = Color3.new(0.827451, 0, 0)
  164. AutoChiFarmOff.BorderSizePixel = 0
  165. AutoChiFarmOff.Position = UDim2.new(0.86930114, 0, 0.337196231, 0)
  166. AutoChiFarmOff.Size = UDim2.new(0.129629627, 0, 0.114130437, 0)
  167. AutoChiFarmOff.Font = Enum.Font.SourceSans
  168. AutoChiFarmOff.Text = "OFF"
  169. AutoChiFarmOff.TextColor3 = Color3.new(0, 0, 0)
  170. AutoChiFarmOff.TextSize = 14
  171.  
  172. TextLabel_4.Parent = Frame
  173. TextLabel_4.BackgroundColor3 = Color3.new(1, 1, 1)
  174. TextLabel_4.BackgroundTransparency = 1
  175. TextLabel_4.Position = UDim2.new(0.0154639175, 0, 0.683416605, 0)
  176. TextLabel_4.Size = UDim2.new(0.731481493, 0, 0.108695649, 0)
  177. TextLabel_4.Font = Enum.Font.ArialBold
  178. TextLabel_4.Text = "~Auto Upgrade Sword"
  179. TextLabel_4.TextColor3 = Color3.new(1, 1, 1)
  180. TextLabel_4.TextSize = 14
  181.  
  182. TextLabel_5.Parent = Frame
  183. TextLabel_5.BackgroundColor3 = Color3.new(1, 1, 1)
  184. TextLabel_5.BackgroundTransparency = 1
  185. TextLabel_5.Position = UDim2.new(0.0154639175, 0, 0.574097276, 0)
  186. TextLabel_5.Size = UDim2.new(0.731481493, 0, 0.108695649, 0)
  187. TextLabel_5.Font = Enum.Font.ArialBold
  188. TextLabel_5.Text = "~Auto Upgrade Skills"
  189. TextLabel_5.TextColor3 = Color3.new(1, 1, 1)
  190. TextLabel_5.TextSize = 14
  191.  
  192. TextLabel_6.Parent = Frame
  193. TextLabel_6.BackgroundColor3 = Color3.new(1, 1, 1)
  194. TextLabel_6.BackgroundTransparency = 1
  195. TextLabel_6.Position = UDim2.new(0.0154639175, 0, 0.448414207, 0)
  196. TextLabel_6.Size = UDim2.new(0.731481493, 0, 0.108695649, 0)
  197. TextLabel_6.Font = Enum.Font.ArialBold
  198. TextLabel_6.Text = "~Auto Hoops Farm    "
  199. TextLabel_6.TextColor3 = Color3.new(1, 1, 1)
  200. TextLabel_6.TextSize = 14
  201.  
  202. AutoHoopsFarmOff.Name = "Auto Hoops Farm Off"
  203. AutoHoopsFarmOff.Parent = Frame
  204. AutoHoopsFarmOff.BackgroundColor3 = Color3.new(0.827451, 0, 0)
  205. AutoHoopsFarmOff.BorderSizePixel = 0
  206. AutoHoopsFarmOff.Position = UDim2.new(0.86930114, 0, 0.446515501, 0)
  207. AutoHoopsFarmOff.Size = UDim2.new(0.129629627, 0, 0.114130437, 0)
  208. AutoHoopsFarmOff.Font = Enum.Font.SourceSans
  209. AutoHoopsFarmOff.Text = "OFF"
  210. AutoHoopsFarmOff.TextColor3 = Color3.new(0, 0, 0)
  211. AutoHoopsFarmOff.TextSize = 14
  212.  
  213. AutoUpgradeSkillsOff.Name = "Auto Upgrade Skills Off"
  214. AutoUpgradeSkillsOff.Parent = Frame
  215. AutoUpgradeSkillsOff.BackgroundColor3 = Color3.new(0.827451, 0, 0)
  216. AutoUpgradeSkillsOff.BorderSizePixel = 0
  217. AutoUpgradeSkillsOff.Position = UDim2.new(0.86930114, 0, 0.555894196, 0)
  218. AutoUpgradeSkillsOff.Size = UDim2.new(0.129629627, 0, 0.114130437, 0)
  219. AutoUpgradeSkillsOff.Font = Enum.Font.SourceSans
  220. AutoUpgradeSkillsOff.Text = "OFF"
  221. AutoUpgradeSkillsOff.TextColor3 = Color3.new(0, 0, 0)
  222. AutoUpgradeSkillsOff.TextSize = 14
  223.  
  224. AutoUpgradeSwordOff.Name = "Auto Upgrade Sword Off"
  225. AutoUpgradeSwordOff.Parent = Frame
  226. AutoUpgradeSwordOff.BackgroundColor3 = Color3.new(0.827451, 0, 0)
  227. AutoUpgradeSwordOff.BorderSizePixel = 0
  228. AutoUpgradeSwordOff.Position = UDim2.new(0.86930114, 0, 0.665213585, 0)
  229. AutoUpgradeSwordOff.Size = UDim2.new(0.129629627, 0, 0.114130437, 0)
  230. AutoUpgradeSwordOff.Font = Enum.Font.SourceSans
  231. AutoUpgradeSwordOff.Text = "OFF"
  232. AutoUpgradeSwordOff.TextColor3 = Color3.new(0, 0, 0)
  233. AutoUpgradeSwordOff.TextSize = 14
  234.  
  235. TextLabel_7.Parent = Frame
  236. TextLabel_7.BackgroundColor3 = Color3.new(1, 1, 1)
  237. TextLabel_7.BackgroundTransparency = 1
  238. TextLabel_7.Position = UDim2.new(0.0206185561, 0, 0.792112231, 0)
  239. TextLabel_7.Size = UDim2.new(0.731481493, 0, 0.108695649, 0)
  240. TextLabel_7.Font = Enum.Font.ArialBold
  241. TextLabel_7.Text = "~Auto Upgrade Belt     "
  242. TextLabel_7.TextColor3 = Color3.new(1, 1, 1)
  243. TextLabel_7.TextSize = 14
  244.  
  245. AutoSwingOn.Name = "Auto Swing On"
  246. AutoSwingOn.Parent = Frame
  247. AutoSwingOn.BackgroundColor3 = Color3.new(0, 1, 0.498039)
  248. AutoSwingOn.BorderSizePixel = 0
  249. AutoSwingOn.Position = UDim2.new(0.736998796, 0, 0.118498176, 0)
  250. AutoSwingOn.Size = UDim2.new(0.129629627, 0, 0.114130437, 0)
  251. AutoSwingOn.Font = Enum.Font.SourceSans
  252. AutoSwingOn.Text = "ON"
  253. AutoSwingOn.TextColor3 = Color3.new(0, 0, 0)
  254. AutoSwingOn.TextSize = 14
  255.  
  256. AutoSellOn.Name = "Auto Sell On"
  257. AutoSellOn.Parent = Frame
  258. AutoSellOn.BackgroundColor3 = Color3.new(0, 1, 0.498039)
  259. AutoSellOn.BorderSizePixel = 0
  260. AutoSellOn.Position = UDim2.new(0.736998796, 0, 0.222442105, 0)
  261. AutoSellOn.Size = UDim2.new(0.129629627, 0, 0.114130437, 0)
  262. AutoSellOn.Font = Enum.Font.SourceSans
  263. AutoSellOn.Text = "ON"
  264. AutoSellOn.TextColor3 = Color3.new(0, 0, 0)
  265. AutoSellOn.TextSize = 14
  266.  
  267. AutoChiFarmOn.Name = "Auto Chi Farm On"
  268. AutoChiFarmOn.Parent = Frame
  269. AutoChiFarmOn.BackgroundColor3 = Color3.new(0, 1, 0.498039)
  270. AutoChiFarmOn.BorderSizePixel = 0
  271. AutoChiFarmOn.Position = UDim2.new(0.736998796, 0, 0.337196231, 0)
  272. AutoChiFarmOn.Size = UDim2.new(0.129629627, 0, 0.114130437, 0)
  273. AutoChiFarmOn.Font = Enum.Font.SourceSans
  274. AutoChiFarmOn.Text = "ON"
  275. AutoChiFarmOn.TextColor3 = Color3.new(0, 0, 0)
  276. AutoChiFarmOn.TextSize = 14
  277.  
  278. AutoUpgradeSkillsOn.Name = "Auto Upgrade Skills On"
  279. AutoUpgradeSkillsOn.Parent = Frame
  280. AutoUpgradeSkillsOn.BackgroundColor3 = Color3.new(0, 1, 0.498039)
  281. AutoUpgradeSkillsOn.BorderSizePixel = 0
  282. AutoUpgradeSkillsOn.Position = UDim2.new(0.736998796, 0, 0.555894196, 0)
  283. AutoUpgradeSkillsOn.Size = UDim2.new(0.129629627, 0, 0.114130437, 0)
  284. AutoUpgradeSkillsOn.Font = Enum.Font.SourceSans
  285. AutoUpgradeSkillsOn.Text = "ON"
  286. AutoUpgradeSkillsOn.TextColor3 = Color3.new(0, 0, 0)
  287. AutoUpgradeSkillsOn.TextSize = 14
  288.  
  289. AutoUpgradeSwordOn.Name = "Auto Upgrade Sword On"
  290. AutoUpgradeSwordOn.Parent = Frame
  291. AutoUpgradeSwordOn.BackgroundColor3 = Color3.new(0, 1, 0.498039)
  292. AutoUpgradeSwordOn.BorderSizePixel = 0
  293. AutoUpgradeSwordOn.Position = UDim2.new(0.736998796, 0, 0.665213585, 0)
  294. AutoUpgradeSwordOn.Size = UDim2.new(0.129629627, 0, 0.114130437, 0)
  295. AutoUpgradeSwordOn.Font = Enum.Font.SourceSans
  296. AutoUpgradeSwordOn.Text = "ON"
  297. AutoUpgradeSwordOn.TextColor3 = Color3.new(0, 0, 0)
  298. AutoUpgradeSwordOn.TextSize = 14
  299.  
  300. AutoHoopsFarmOn.Name = "Auto Hoops Farm On"
  301. AutoHoopsFarmOn.Parent = Frame
  302. AutoHoopsFarmOn.BackgroundColor3 = Color3.new(0, 1, 0.498039)
  303. AutoHoopsFarmOn.BorderSizePixel = 0
  304. AutoHoopsFarmOn.Position = UDim2.new(0.736998796, 0, 0.446515501, 0)
  305. AutoHoopsFarmOn.Size = UDim2.new(0.129629627, 0, 0.114130437, 0)
  306. AutoHoopsFarmOn.Font = Enum.Font.SourceSans
  307. AutoHoopsFarmOn.Text = "ON"
  308. AutoHoopsFarmOn.TextColor3 = Color3.new(0, 0, 0)
  309. AutoHoopsFarmOn.TextSize = 14
  310.  
  311. AutoUpgradeBeltOn.Name = "Auto Upgrade Belt On"
  312. AutoUpgradeBeltOn.Parent = Frame
  313. AutoUpgradeBeltOn.BackgroundColor3 = Color3.new(0, 1, 0.498039)
  314. AutoUpgradeBeltOn.BorderSizePixel = 0
  315. AutoUpgradeBeltOn.Position = UDim2.new(0.736998796, 0, 0.779344022, 0)
  316. AutoUpgradeBeltOn.Size = UDim2.new(0.129629627, 0, 0.114130437, 0)
  317. AutoUpgradeBeltOn.Font = Enum.Font.SourceSans
  318. AutoUpgradeBeltOn.Text = "ON"
  319. AutoUpgradeBeltOn.TextColor3 = Color3.new(0, 0, 0)
  320. AutoUpgradeBeltOn.TextSize = 14
  321.  
  322. TextLabel_8.Parent = Frame
  323. TextLabel_8.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  324. TextLabel_8.BorderSizePixel = 0
  325. TextLabel_8.Position = UDim2.new(0, 0, 0.900807917, 0)
  326. TextLabel_8.Size = UDim2.new(1, 0, 0.097826086, 0)
  327. TextLabel_8.Font = Enum.Font.ArialBold
  328. TextLabel_8.Text = "     Made By Athoi21 "
  329. TextLabel_8.TextColor3 = Color3.new(1, 1, 1)
  330. TextLabel_8.TextSize = 14
  331.  
  332. exitgui.Name = "exit gui"
  333. exitgui.Parent = MainFrame
  334. exitgui.BackgroundColor3 = Color3.new(1, 1, 1)
  335. exitgui.BackgroundTransparency = 1
  336. exitgui.BorderSizePixel = 0
  337. exitgui.Position = UDim2.new(0.890298605, 0, -0.0177657511, 0)
  338. exitgui.Size = UDim2.new(0.108695649, 0, 1, 0)
  339. exitgui.Font = Enum.Font.ArialBold
  340. exitgui.Text = "X"
  341. exitgui.TextColor3 = Color3.new(1, 0, 0)
  342. exitgui.TextSize = 14
  343.  
  344. TextLabel_9.Parent = MainFrame
  345. TextLabel_9.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  346. TextLabel_9.BorderSizePixel = 0
  347. TextLabel_9.Size = UDim2.new(0.0434782617, 0, 0.92592591, 0)
  348. TextLabel_9.Font = Enum.Font.SourceSans
  349. TextLabel_9.Text = ""
  350. TextLabel_9.TextColor3 = Color3.new(0, 0, 0)
  351. TextLabel_9.TextSize = 14
  352. -- Scripts:
  353. AutoSwingOff.MouseButton1Down:connect(function()
  354.     _G.swing = false
  355. while _G.swing do
  356. wait()
  357. game.Players.LocalPlayer.ninjaEvent:FireServer("swingKatana")
  358. end
  359. end)
  360.  
  361.  
  362. AutoUpgradeBeltOff.MouseButton1Down:connect(function()
  363.  
  364.     _G.sword = false
  365. while _G.sword do
  366. wait()
  367. local oh1 = "buyAllBelts"
  368. local oh2 = {"Ground", "Astral Island", "Space Island"}
  369. for i = 1, #oh2 do
  370.     game:GetService("Players").LocalPlayer.ninjaEvent:FireServer(oh1, oh2[i])
  371. end
  372. end
  373. end)
  374.  
  375. -----
  376. AutoSellOff.MouseButton1Down:connect(function()
  377.     _G.ASSOFF = false
  378.  
  379. while _G.ASSOFF == true do wait()  
  380.  
  381. wait(1)
  382.  hum.CFrame = CFrame.new(76.5837631, 2.99999928, -51.1217155) -- Sell Location
  383.  wait(1)
  384. hum.CFrame = CFrame.new(-250.42865, 80.4269409, -66.9022751) -- Random Location
  385.  
  386. end
  387. end)
  388.  
  389. ----
  390. AutoChiFarmOff.MouseButton1Down:connect(function()
  391. game:GetService("StarterGui"):SetCore("SendNotification", {
  392. Title = "Alert!!";
  393. Text = "This may take few min to turn Off";
  394. Duration = 25;
  395. })
  396.  
  397.     _G.ChiFarm = false
  398. while _G.ChiFarm == true do wait()
  399. local stuff = workspace.spawnedCoins.Valley:getChildren()
  400. for i=1,#stuff do
  401. if stuff[i].Name == "Blue Chi Crate" or  stuff[i].Name == "Pink Chi Crate" then
  402. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = stuff[i].CFrame
  403. wait(.3)
  404. end
  405. end
  406.  
  407. workspace.spawnedCoins.Valley.ChildAdded:connect(function(stuff)
  408. if stuff.Name == "Blue Chi Crate" or  stuff.Name == "Pink Chi Crate" then
  409. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = stuff.CFrame
  410. end
  411. end)
  412. end
  413. end)
  414. ---
  415. AutoHoopsFarmOff.MouseButton1Down:connect(function()
  416.     _G.Hoops = false
  417. while _G.Hoops do
  418. local stuff = workspace.Hoops:getChildren()
  419. for i = 1, #stuff do
  420.    if _G.Hoops then
  421.       for i = 1, 10 do
  422.          stuff[i].touchPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  423.          wait()
  424.       end
  425.    end
  426.    wait()
  427. end
  428. end
  429. end)
  430. --
  431. AutoUpgradeSkillsOff.MouseButton1Down:connect(function()
  432.     _G.sword = false
  433. while _G.sword do
  434. wait()
  435. local oh1 = "buyAllSkills"
  436. local oh2 = {"Ground", "Astral Island", "Space Island"}
  437. for i = 1, #oh2 do
  438.     game:GetService("Players").LocalPlayer.ninjaEvent:FireServer(oh1, oh2[i])
  439. end
  440. end
  441. end)
  442. --
  443. AutoUpgradeSwordOff.MouseButton1Down:connect(function()
  444.     _G.sword = false
  445. while _G.sword do
  446. wait()
  447. local oh1 = "buyAllSwords"
  448. local oh2 = {"Ground", "Astral Island", "Space Island"}
  449. for i = 1, #oh2 do
  450.     game:GetService("Players").LocalPlayer.ninjaEvent:FireServer(oh1, oh2[i])
  451. end
  452. end
  453. end)
  454. --
  455. AutoSwingOn.MouseButton1Down:connect(function()
  456.     _G.swing = true
  457. while _G.swing do
  458. wait()
  459. game.Players.LocalPlayer.ninjaEvent:FireServer("swingKatana")
  460. end
  461.  
  462. end)
  463. --
  464. AutoSellOn.MouseButton1Down:connect(function()
  465.     _G.ASSOFF = true
  466.  
  467. while _G.ASSOFF == true do wait()  
  468.  
  469. wait(1)
  470.  hum.CFrame = CFrame.new(76.5837631, 2.99999928, -51.1217155) -- Sell Location
  471.  wait(1)
  472. hum.CFrame = CFrame.new(-250.42865, 80.4269409, -66.9022751) -- Random Location
  473.  
  474. end
  475. end)
  476. --
  477. AutoChiFarmOn.MouseButton1Down:connect(function()
  478.     _G.ChiFarm = true
  479. while _G.ChiFarm == true do wait()
  480. local stuff = workspace.spawnedCoins.Valley:getChildren()
  481. for i=1,#stuff do
  482. if stuff[i].Name == "Blue Chi Crate" or  stuff[i].Name == "Pink Chi Crate" then
  483. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = stuff[i].CFrame
  484. wait(.3)
  485. end
  486. end
  487.  
  488. workspace.spawnedCoins.Valley.ChildAdded:connect(function(stuff)
  489. if stuff.Name == "Blue Chi Crate" or  stuff.Name == "Pink Chi Crate" then
  490. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = stuff.CFrame
  491. end
  492. end)
  493. end
  494. end)
  495. --
  496. AutoUpgradeSkillsOn.MouseButton1Down:connect(function()
  497.     _G.sword = true
  498. while _G.sword do
  499. wait()
  500. local oh1 = "buyAllSwords"
  501. local oh2 = {"Ground", "Astral Island", "Space Island"}
  502. for i = 1, #oh2 do
  503.     game:GetService("Players").LocalPlayer.ninjaEvent:FireServer(oh1, oh2[i])
  504. end
  505. end
  506. end)
  507. --
  508. AutoUpgradeSwordOn.MouseButton1Down:connect(function()
  509.         _G.sword = true
  510. while _G.sword do
  511. wait()
  512. local oh1 = "buyAllSwords"
  513. local oh2 = {"Ground", "Astral Island", "Space Island"}
  514. for i = 1, #oh2 do
  515.     game:GetService("Players").LocalPlayer.ninjaEvent:FireServer(oh1, oh2[i])
  516. end
  517. end
  518. end)
  519. --
  520. AutoHoopsFarmOn.MouseButton1Down:connect(function()
  521.     _G.Hoops = true
  522. while _G.Hoops do
  523. local stuff = workspace.Hoops:getChildren()
  524. for i = 1, #stuff do
  525.    if _G.Hoops then
  526.       for i = 1, 10 do
  527.          stuff[i].touchPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  528.          wait()
  529.       end
  530.    end
  531.    wait()
  532. end
  533. end
  534. end)
  535. --
  536. AutoUpgradeBeltOn.MouseButton1Down:connect(function()
  537.     _G.sword = true
  538. while _G.sword do
  539. wait()
  540. local oh1 = "buyAllBelts"
  541. local oh2 = {"Ground", "Astral Island", "Space Island"}
  542. for i = 1, #oh2 do
  543.     game:GetService("Players").LocalPlayer.ninjaEvent:FireServer(oh1, oh2[i])
  544. end
  545. end
  546. end)
  547. --
  548. exitgui.MouseButton1Down:connect(function()
  549.     MainFrame:Destroy()
  550. end)
  551.  
  552. function SCRIPT_UTSQ88_FAKESCRIPT() -- Title.Script
  553.     local script = Instance.new('Script')
  554.     script.Parent = Title
  555.    
  556.  
  557. end
  558. coroutine.resume(coroutine.create(SCRIPT_UTSQ88_FAKESCRIPT))
Add Comment
Please, Sign In to add comment