Advertisement
Oliks123345

Shindo Life

Dec 21st, 2020 (edited)
516
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 27.35 KB | None | 0 0
  1. --[[
  2. GAME LINK https://www.roblox.com/games/4616652839/TEN-TAILS-Shinobi-Life-2
  3. Discord: 5Echo X#9178
  4. Discord Server: https://discord.gg/hudAngb3XV
  5. Usage:
  6. loadstring(game:HttpGet("https://pastebin.com/edit/QDnf5nZ7", true))()
  7. ]]
  8.  
  9. repeat wait() until game:IsLoaded()
  10. --old-antitp bypass
  11. if workspace:FindFirstChild("CCoff") then
  12. game:GetService("Workspace").CCoff:Destroy()
  13. end
  14. --antiafk
  15. local VirtualUser=game:service'VirtualUser'
  16. game:service'Players'.LocalPlayer.Idled:connect(function()
  17. warn("anti-afk")
  18. VirtualUser:CaptureController()
  19. VirtualUser:ClickButton2(Vector2.new())
  20. end)
  21. --variables
  22. local player = game.Players.LocalPlayer
  23. local mission = player.PlayerGui:WaitForChild("Main"):WaitForChild("ingame"):WaitForChild("Missionstory")
  24. local menuplace = 4616652839
  25. local forestplace = 5447073001
  26. local rainplace = 5084678830
  27. local trainingplace = 5431071837
  28. local akatsukiplace = 5431069982
  29. local worldxplace = 5943874201
  30. local villageplace = game:GetService("Workspace"):FindFirstChild("rank")
  31. local warplace = game:GetService("Workspace"):FindFirstChild("warmode")
  32. function toTarget(pos, targetPos, targetCFrame)
  33. local tween_s = game:service"TweenService"
  34. local info = TweenInfo.new((targetPos - pos).Magnitude/getgenv().speed, Enum.EasingStyle.Linear)
  35. local tween, err = pcall(function()
  36. local tween = tween_s:Create(game:GetService("Players").LocalPlayer.Character["HumanoidRootPart"], info, {CFrame = targetCFrame * CFrame.fromAxisAngle(Vector3.new(1,0,0), math.rad(90))})
  37. tween:Play()
  38. end)
  39. if not tween then return err end
  40. end
  41.  
  42. --loading wally ui revamped By 5Echo X
  43. local library = loadstring(game:HttpGet(('https://raw.githubusercontent.com/AikaV3rm/UiLib/master/Lib.lua')))()
  44. _G.ButtonTextColor = Color3.fromRGB(128,0,128);
  45. _G.ButtonColor = Color3.fromRGB(0,0,0);
  46. _G.PointerColor = Color3.fromRGB(128,0,128);
  47. _G.SecondaryColor = Color3.fromRGB(0,0,0);
  48. _G.TertiaryColor = Color3.fromRGB(0,0,0);
  49. _G.ToggleColor = Color3.fromRGB(128,0,128);
  50. _G.MainTextColor = Color3.fromRGB(0,128,0);
  51. _G.MainColor = Color3.fromRGB(0,128,0);
  52. _G.SliderColor = Color3.fromRGB(0,128,0);
  53. getgenv().speed = 500
  54. local w = library:CreateWindow("Shindo Life")
  55. if villageplace or game.PlaceId == trainingplace or game.PlaceId == rainplace or game.PlaceId == akatsukiplace or game.PlaceId == forestplace then
  56. --AUTOFARM
  57. local b = w:CreateFolder("AutoFarm")
  58. b:Label("To prevent issues farm in a ps",{
  59. TextSize = 16;
  60. TextColor = Color3.fromRGB(0,128,0);
  61. BgColor = Color3.fromRGB(0,0,0);
  62. })
  63. local autofarm
  64. b:Toggle("AutoFarm",function(bool)
  65. autofarm = bool
  66. end)
  67. local candies
  68. b:Toggle("Farm candies",function(bool)
  69. candies = bool
  70. end)
  71. local speed
  72. b:Slider("Tween Speed",{
  73. min = 500;
  74. max = 2500;
  75. precise = false;
  76. },function(speed)
  77. getgenv().speed = speed
  78. end)
  79. local scrollfarm
  80. b:Toggle("Scroll Sniper",function(bool)
  81. scrollfarm = bool
  82. end)
  83. local jinfarm
  84. b:Toggle("JinFarm (instakill)",function(bool)
  85. jinfarm = bool
  86. end)
  87. local RANKUP
  88. b:Toggle("AutoRank",function(bool)
  89. RANKUP = bool
  90. end)
  91.  
  92. local d = w:CreateFolder("Quests Maker")
  93. d:Button("Rushs",function()
  94. for i = 1,300 do
  95. game.Players.LocalPlayer.Character.combat.update:FireServer("rushw")
  96. wait(.25)
  97. end
  98. end)
  99. d:Button("Jumps",function()
  100. for v = 1,300 do
  101. game.Players.LocalPlayer.Character.combat.update:FireServer("takemovement2")
  102. wait(.25)
  103. end
  104. end)
  105. d:Button("Chakra Charges",function()
  106. for i = 1,500 do
  107. game.Players.LocalPlayer.Character.combat.update:FireServer("key","c")
  108. wait(.1)
  109. game.Players.LocalPlayer.Character.combat.update:FireServer("key","cend")
  110. wait(.5)
  111. end
  112. end)
  113. d:Button("Punches",function()
  114. for i = 1,999 do
  115. game.Players.LocalPlayer.Character.combat.update:FireServer("mouse1",true)
  116. wait(.3)
  117. end
  118. end)
  119. d:Button("TP TrainLog",function()
  120. toTarget(player.Character.HumanoidRootPart.Position,workspace.npc.logtraining:FindFirstChild("HumanoidRootPart").Position,CFrame.new(game:GetService("Workspace").npc.logtraining:FindFirstChild("HumanoidRootPart").Position))
  121. end)
  122.  
  123. game:GetService('RunService').Stepped:connect(function()
  124. if autofarm or candies then
  125. pcall(function()
  126. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  127. end)
  128. end
  129. end)
  130. local green = "http://www.roblox.com/asset/?id=5459241648"
  131. local red = "http://www.roblox.com/asset/?id=5459241799"
  132. local candy = "http://www.roblox.com/asset/?id=5710748193"
  133. spawn(function()
  134. while wait() do
  135. if autofarm then
  136. if player.currentmission.Value == nil then
  137. for i,v in pairs(workspace.missiongivers:GetChildren()) do
  138. pcall(function()
  139. if player.currentmission.Value == nil and v.Name == "" and v:FindFirstChild("Head") and v.Head:FindFirstChild("givemission").Enabled and v.Head.givemission:FindFirstChild("color").Visible then
  140. local TALK = v:FindFirstChild("Talk")
  141. local lvl = player.statz.lvl.lvl.Value
  142. if lvl <= 699 then
  143. if player.currentmission.Value == nil and v.Talk:FindFirstChild("typ").Value == "defeat" and v.Head.givemission.Enabled and v.Head.givemission.color.Visible and v.Head.givemission.color.Image == green then
  144. local getmission = v:FindFirstChild("HumanoidRootPart")
  145. local clienttalk = v:FindFirstChild("CLIENTTALK")
  146. repeat wait(.3)
  147. toTarget(game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position,v.HumanoidRootPart.Position,CFrame.new(v.HumanoidRootPart.Position+Vector3.new(0,-8,0)))
  148. if (player.Character.HumanoidRootPart.Position-v.HumanoidRootPart.Position).Magnitude < 10 then
  149. clienttalk:FireServer()
  150. wait(.3)
  151. clienttalk:FireServer("accept")
  152. end
  153. until mission.Visible or v:FindFirstChild("Head").givemission.Enabled == false or player.currentmission.Value == "mission" or not autofarm
  154. end
  155. elseif lvl >= 700 then
  156. if player.currentmission.Value == nil and TALK.typ.Value == "defeat" and v.Head.givemission.Enabled and v.Head.givemission.color.Visible and v.Head.givemission.color.Image == green or v.Head.givemission.color.Image == red then
  157. local getmission = v:FindFirstChild("HumanoidRootPart")
  158. local clienttalk = v:FindFirstChild("CLIENTTALK")
  159. repeat wait(.3)
  160. toTarget(game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position,v.HumanoidRootPart.Position,CFrame.new(v.HumanoidRootPart.Position+Vector3.new(0,-8,0)))
  161. if (player.Character.HumanoidRootPart.Position-v.HumanoidRootPart.Position).Magnitude < 10 then
  162. clienttalk:FireServer()
  163. wait(.3)
  164. clienttalk:FireServer("accept")
  165. end
  166. until mission.Visible or v:FindFirstChild("Head").givemission.Enabled == false or player.currentmission.Value == "mission" or not autofarm
  167. end
  168. end
  169. end
  170. end)
  171. end
  172. else
  173. for i,v in pairs(workspace.npc:GetChildren()) do
  174. pcall(function()
  175. if v.ClassName == "Model" and v:FindFirstChild("npctype") and string.find(v.Name, "npc") and v:FindFirstChild("HumanoidRootPart") and v:FindFirstChild("Humanoid") and v.Head.CFrame.Y > -1000 then
  176. repeat wait(.5)
  177. toTarget(game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position,v.HumanoidRootPart.Position,CFrame.new(v.HumanoidRootPart.Position+Vector3.new(0,-8,0)))
  178. v.Humanoid.Health = 0
  179. until v.Humanoid.Health == 0 or not autofarm or player.currentmission.Value == nil
  180. end
  181. end)
  182. end
  183. end
  184. end
  185. end
  186. end)
  187. spawn(function()
  188. while wait() do
  189. if candies then
  190. local spins = player.statz.spins.Value
  191. if spins < 500 then
  192. for i,v in pairs(workspace.missiongivers:GetChildren()) do
  193. pcall(function()
  194. if mission.Visible == false and v.ClassName == "Model" and v:FindFirstChild("Head"):FindFirstChild("givemission").Enabled and v:FindFirstChild("CLIENTTALK") and v:FindFirstChild("Talk") and string.find(v.Talk.talk1.Value, "TRICK OR TREAT") and v.Talk:FindFirstChild("typ").Value == "halloweenevent" and v.Head.givemission.color.Image == candy then
  195. repeat wait(.3)
  196. toTarget(game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position,v.HumanoidRootPart.Position,CFrame.new(v.HumanoidRootPart.Position+Vector3.new(0,-5,0)))
  197. v.CLIENTTALK:FireServer()
  198. wait(.2)
  199. v.CLIENTTALK:FireServer("accept")
  200. until v:FindFirstChild("Head").givemission.Enabled == false or not candies
  201. end
  202. end)
  203. end
  204. else
  205. print("max spins reached 500")
  206. end
  207. end
  208. end
  209. end)
  210. local function SCROLLFARM()
  211. for i,v in pairs(game.workspace.GLOBALTIME:GetChildren()) do
  212. if v.ClassName == "Model" and v:FindFirstChild("sh") and v.sh.Position.Y > -1000 and v.sh.Position.Y < 2000 then
  213. local scrollA = v.sh:FindFirstChild("invoke")
  214. print("SCROLL SPAWNED")
  215. pcall(function()
  216. toTarget(game:GetService("Players").LocalPlayer.Character:WaitForChild("HumanoidRootPart").Position,v.sh.Position,CFrame.new(v.sh.Position))
  217. end)
  218. scrollA:FireServer(game.Players.LocalPlayer)
  219. fireclickdetector(v.sh.ClickDetector)
  220. end
  221. end
  222. end
  223. local function SCROLLFARM1()
  224. for i,v in pairs(game.workspace:GetChildren()) do
  225. if v.ClassName == "Model" and v:FindFirstChild("sh") and v.sh.Position.Y > -1000 and v.sh.Position.Y < 2000 then
  226. local scrollA = v.sh:FindFirstChild("invoke")
  227. print("SCROLL SPAWNED in workspace")
  228. pcall(function()
  229. toTarget(game:GetService("Players").LocalPlayer.Character:WaitForChild("HumanoidRootPart").Position,v.sh.Position,CFrame.new(v.sh.Position))
  230. scrollA:FireServer(game.Players.LocalPlayer)
  231. fireclickdetector(v.sh.ClickDetector)
  232. end)
  233. end
  234. end
  235. end
  236. spawn(function()
  237. while wait() do
  238. if scrollfarm then
  239. repeat wait()
  240. SCROLLFARM()
  241. SCROLLFARM1()
  242. until not scrollfarm or not war or not war2
  243. end
  244. end
  245. end)
  246. local function JINFARM()
  247. for i,v in pairs(game:GetService("Workspace").npc:GetChildren()) do
  248. if v.Name == "npc1" then
  249. repeat wait()
  250. pcall(function()
  251. toTarget(game:GetService("Players").LocalPlayer.Character:WaitForChild("HumanoidRootPart").Position,v.HumanoidRootPart.Position,CFrame.new(v.HumanoidRootPart.Position+Vector3.new(0,-25,0)))
  252. player.Character.combat.update:FireServer("mouse1", true)
  253. wait(.1)
  254. v.Humanoid.HealthChanged:Connect(function()
  255. v.Humanoid.Health = 0
  256. end)
  257. end)
  258. until v.Humanoid.Health == 0 or not jinfarm
  259. end
  260. end
  261. end
  262. spawn(function()
  263. while wait() do
  264. if jinfarm then
  265. JINFARM()
  266. end
  267. end
  268. end)
  269. spawn(function()
  270. while wait() do
  271. if RANKUP and player.statz.lvl:FindFirstChild("lvl").Value == 1000 then
  272. repeat wait()
  273. game.Players.LocalPlayer.startevent:FireServer("rankup")
  274. until player.statz.lvl:FindFirstChild("lvl").Value == 1 or not RANKUP
  275. end
  276. end
  277. end)
  278. end
  279. if villageplace or game.PlaceId == trainingplace or game.PlaceId == rainplace or game.PlaceId == akatsukiplace or game.PlaceId == forestplace then
  280. local g = w:CreateFolder("Infinite Mode")
  281. g:Label("Enable your mode and setup when charge chakra (not max)",{
  282. TextSize = 15;
  283. TextColor = Color3.fromRGB(0,0,0);
  284. BgColor = Color3.fromRGB(0,128,0);
  285. })
  286. local when = 100000
  287. g:Slider("When charge(NOT MAX)",{
  288. min = 30000;
  289. max = 200000;
  290. precise = false;
  291. },function(z)
  292. when = z
  293. end)
  294. g:Button("InfiniteMode",function()
  295. local mode = game.Players.LocalPlayer.Character.combat.mode
  296. local copy = mode:Clone()
  297. copy.Parent = mode.Parent
  298. mode:Destroy()
  299. local chakra = string.split(game.Players.LocalPlayer.PlayerGui.Main.ingamearena.Bar.cha.Text,"CHA: ")[2]
  300. c = chakra:gsub("CHA%:","")
  301. local cha
  302. local function chakracheck()
  303. chakra = string.split(game.Players.LocalPlayer.PlayerGui.Main.ingamearena.Bar.cha.Text,"CHA: ")[2]
  304. c = chakra:gsub("CHA%:","")
  305. cha = c
  306. end
  307. spawn(function()
  308. while wait() do
  309. if game.Players.LocalPlayer.Character.Humanoid.WalkSpeed == 0 then
  310. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 50
  311. end
  312. chakracheck()
  313. end
  314. end)
  315. spawn(function()
  316. while wait() do
  317. if tonumber(cha) < tonumber(when) then
  318. game.Players.LocalPlayer.Character.combat.update:FireServer("key","c")
  319. else
  320. game.Players.LocalPlayer.Character.combat.update:FireServer("key","cend")
  321. end
  322. end
  323. end)
  324. end)
  325. g:Button("Disable InfMode",function()
  326. player.Character:BreakJoints()
  327. end)
  328. end
  329. if villageplace or game.PlaceId == trainingplace or game.PlaceId == rainplace or game.PlaceId == akatsukiplace or game.PlaceId == forestplace then
  330. local h = w:CreateFolder("Auto Chakra")
  331. h:Label("Setup when charge chakra (also max)",{
  332. TextSize = 16;
  333. TextColor = Color3.fromRGB(0,0,0);
  334. BgColor = Color3.fromRGB(0,128,0);
  335. })
  336. local infchakra
  337. h:Toggle("Charge Chakra+Move",function(bool)
  338. infchakra = bool
  339. end)
  340. local when = 100000
  341. h:Slider("When charge(NOT MAX)",{
  342. min = 30000;
  343. max = 250000;
  344. precise = false;
  345. },function(z)
  346. when = z
  347. end)
  348. spawn(function()
  349. while wait() do
  350. if infchakra then
  351. local chakra = string.split(game.Players.LocalPlayer.PlayerGui.Main.ingamearena.Bar.cha.Text,"CHA: ")[2]
  352. c = chakra:gsub("CHA%:","")
  353. local cha
  354. local function chakracheck()
  355. chakra = string.split(game.Players.LocalPlayer.PlayerGui.Main.ingamearena.Bar.cha.Text,"CHA: ")[2]
  356. c = chakra:gsub("CHA%:","")
  357. cha = c
  358. end
  359. spawn(function()
  360. while wait() do
  361. if game.Players.LocalPlayer.Character.Humanoid.WalkSpeed == 0 then
  362. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 50
  363. end
  364. chakracheck()
  365. end
  366. end)
  367. spawn(function()
  368. while wait() do
  369. if tonumber(cha) < tonumber(when) then
  370. game.Players.LocalPlayer.Character.combat.update:FireServer("key","c")
  371. else
  372. game.Players.LocalPlayer.Character.combat.update:FireServer("key","cend")
  373. end
  374. end
  375. end)
  376. end
  377. end
  378. end)
  379. h:Label("Dont use INFMODE and INFCHAKRA together",{
  380. TextSize = 15;
  381. TextColor = Color3.fromRGB(0,0,0);
  382. BgColor = Color3.fromRGB(0,128,0);
  383. })
  384. end
  385. if warplace then
  386. --WAR
  387. local c = w:CreateFolder("War Farm")
  388. c:Label("Snipe is built-in",{
  389. TextSize = 24;
  390. TextColor = Color3.fromRGB(0,0,0);
  391. BgColor = Color3.fromRGB(0,128,0);
  392. })
  393. local war
  394. c:Toggle("WarMode No Tween",function(bool)
  395. war = bool
  396. end)
  397. local war2
  398. c:Toggle("WarMode Tween (multple players)",function(bool)
  399. war2 = bool
  400. end)
  401.  
  402. c:Slider("Tween Speed",{
  403. min = 500;
  404. max = 2500;
  405. precise = false;
  406. },function(speed)
  407. getgenv().speed = speed
  408. end)
  409. local reset
  410. c:Toggle("Reset after round 21",function(bool)
  411. reset = bool
  412. end)
  413. --Suggested by Moddi#2715
  414. local refresh = c:Label("ROUND COUNTER",{
  415. TextSize = 24;
  416. TextColor = Color3.fromRGB(0,0,0);
  417. BgColor = Color3.fromRGB(0,128,0);
  418. })
  419. local count = 0
  420. local refreshC = c:Label("10TAILS COUNTER",{
  421. TextSize = 24;
  422. TextColor = Color3.fromRGB(0,0,0);
  423. BgColor = Color3.fromRGB(0,128,0);
  424. })
  425. game:GetService('RunService').Stepped:connect(function()
  426. if war or war2 then
  427. pcall(function()
  428. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  429. end)
  430. end
  431. end)
  432. local function SCROLLFARM()
  433. for i,v in pairs(game.workspace.GLOBALTIME:GetChildren()) do
  434. if v.ClassName == "Model" and v:FindFirstChild("sh") and v.sh.Position.Y > -1000 and v.sh.Position.Y < 2000 then
  435. local scrollA = v.sh:FindFirstChild("invoke")
  436. print("SCROLL SPAWNED")
  437. pcall(function()
  438. toTarget(game:GetService("Players").LocalPlayer.Character:WaitForChild("HumanoidRootPart").Position,v.sh.Position,CFrame.new(v.sh.Position))
  439. end)
  440. scrollA:FireServer(game.Players.LocalPlayer)
  441. fireclickdetector(v.sh.ClickDetector)
  442. end
  443. end
  444. end
  445. local function SCROLLFARM1()
  446. for i,v in pairs(game.workspace:GetChildren()) do
  447. if v.ClassName == "Model" and v:FindFirstChild("sh") and v.sh.Position.Y > -1000 and v.sh.Position.Y < 2000 then
  448. local scrollA = v.sh:FindFirstChild("invoke")
  449. print("SCROLL SPAWNED in workspace")
  450. pcall(function()
  451. toTarget(game:GetService("Players").LocalPlayer.Character:WaitForChild("HumanoidRootPart").Position,v.sh.Position,CFrame.new(v.sh.Position))
  452. scrollA:FireServer(game.Players.LocalPlayer)
  453. fireclickdetector(v.sh.ClickDetector)
  454. end)
  455. end
  456. end
  457. end
  458. spawn(function()
  459. while wait() do
  460. if war or war2 then
  461. repeat wait()
  462. SCROLLFARM()
  463. SCROLLFARM1()
  464. until not scrollfarm or not war or not war2
  465. end
  466. end
  467. end)
  468. spawn(function()
  469. while wait() do
  470. if war then
  471. pcall(function()
  472. refresh:Refresh("War Completed: " .. count)
  473. refreshC:Refresh("Round: " .. workspace.warserver.round.Value)
  474. end)
  475. for i,v in pairs(workspace.npc:GetChildren()) do
  476. if workspace.warserver:FindFirstChild("zetsu").Value > 0 and string.find(workspace.warserver.text.Value, "Left") or string.find(workspace.warserver.text.Value, "DEFEAT") and v.ClassName == "Model" and v:FindFirstChild("npc") and string.find(v.Name, "npc") and v:FindFirstChild("HumanoidRootPart") and v:FindFirstChild("Humanoid") and v.Head.CFrame.Y > -1000 and not v:FindFirstChild("megaboss") then
  477. wait(.2)
  478. pcall(function()
  479. v.Humanoid.Health = 0
  480. end)
  481. elseif v.ClassName == "Model" and v:FindFirstChild("npc") and string.find(v.Name, "npc") and v:FindFirstChild("HumanoidRootPart") and v:FindFirstChild("Humanoid") and v.Head.CFrame.Y > -1000 and v:FindFirstChild("megaboss") then
  482. wait(6)
  483. pcall(function()
  484. toTarget(game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position,v.HumanoidRootPart.Position,CFrame.new(v.HumanoidRootPart.Position))
  485. v.Humanoid.Health = 0
  486. end)
  487. end
  488. end
  489. if reset then
  490. for i,v in pairs(game:GetService("Workspace"):GetChildren()) do
  491. if v.Name == "warserver" and v:FindFirstChild("round").Value > 20 then
  492. wait(5)
  493. player.Character:BreakJoints()
  494. repeat wait()
  495. until v.round.Value == 0
  496. count = count + 1
  497. end
  498. end
  499. end
  500. end
  501. end
  502. end)
  503. spawn(function()
  504. while wait() do
  505. if war2 then
  506. refresh:Refresh("War Completed: " .. count)
  507. refreshC:Refresh("Round: " .. workspace.warserver.round.Value)
  508. for i,v in pairs(workspace.npc:GetChildren()) do
  509. if workspace.warserver:FindFirstChild("zetsu").Value > 0 and string.find(workspace.warserver.text.Value, "Left") or string.find(workspace.warserver.text.Value, "DEFEAT") and v.ClassName == "Model" and v:FindFirstChild("npc") and string.find(v.Name, "npc") and v:FindFirstChild("HumanoidRootPart") and v:FindFirstChild("Humanoid") and v.Head.CFrame.Y > -1000 and not v:FindFirstChild("megaboss") then
  510. pcall(function()
  511. repeat wait()
  512. toTarget(game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position,v.HumanoidRootPart.Position,CFrame.new(v.HumanoidRootPart.Position+Vector3.new(0,-12,0)))
  513. wait(.3)
  514. v.Humanoid.Health = 0
  515. until v.Humanoid.Health == 0
  516. end)
  517. elseif v.ClassName == "Model" and v:FindFirstChild("npc") and string.find(v.Name, "npc") and v:FindFirstChild("HumanoidRootPart") and v:FindFirstChild("Humanoid") and v.Head.CFrame.Y > -1000 and v:FindFirstChild("megaboss") then
  518. wait(8)
  519. pcall(function()
  520. toTarget(game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position,v.HumanoidRootPart.Position,CFrame.new(v.HumanoidRootPart.Position+Vector3.new(0,-25,0)))
  521. v.Humanoid.Health = 0
  522. end)
  523. else
  524. wait()
  525. end
  526. end
  527. if reset then
  528. for i,v in pairs(game:GetService("Workspace"):GetChildren()) do
  529. if v.Name == "warserver" and v:FindFirstChild("round").Value > 20 then
  530. wait(5)
  531. player.Character:BreakJoints()
  532. repeat wait()
  533. until v.round.Value == 0
  534. count = count + 1
  535. end
  536. end
  537. end
  538. end
  539. end
  540. end)
  541. end
  542. if game.PlaceId == menuplace then
  543. --main menu
  544. local e = w:CreateFolder("ResetSpins")
  545. local kgs = {}
  546. for i,v in pairs(game:GetService("ReplicatedStorage").alljutsu:GetChildren()) do
  547. if v:FindFirstChild("KG") then
  548. table.insert(kgs, v.Name)
  549. end
  550. end
  551. e:Label("Select the KG slot you want to change",{
  552. TextSize = 15;
  553. TextColor = Color3.fromRGB(0,0,0);
  554. BgColor = Color3.fromRGB(128,0,128);
  555. })
  556. e:Label("Choose your kgs and press SPIN KG",{
  557. TextSize = 15;
  558. TextColor = Color3.fromRGB(0,0,0);
  559. BgColor = Color3.fromRGB(128,0,128);
  560. })
  561. local b
  562. local kgslot
  563. local kgvalue
  564. e:Dropdown("KG SLOT",{"kg1", "kg2", "kg3", "kg4"},true,function(kgS)
  565. b = kgS
  566. kgslot = game.Players.LocalPlayer.statz.main:FindFirstChild(b)
  567. kgvalue = kgslot.Value
  568. print(kgslot)
  569. print(kgvalue)
  570. end)
  571. local a1
  572. e:Dropdown("WHAT DO YOU WANT",kgs,true,function(KG1)
  573. print("Selected: " .. KG1)
  574. a1 = KG1
  575. end)
  576. local a2
  577. e:Dropdown("WHAT DO YOU WANT",kgs,true,function(KG2)
  578. print("Selected: " .. KG2)
  579. a2 = KG2
  580. end)
  581. local a3
  582. e:Dropdown("WHAT DO YOU WANT",kgs,true,function(KG3)
  583. print("Selected: " .. KG3)
  584. a3 = KG3
  585. end)
  586. local a4
  587. e:Dropdown("WHAT DO YOU WANT",kgs,true,function(KG4)
  588. print("Selected: " .. KG4)
  589. a4 = KG4
  590. end)
  591. local a5
  592. e:Dropdown("WHAT DO YOU WANT",kgs,true,function(KG5)
  593. print("Selected: " .. KG5)
  594. a5 = KG5
  595. end)
  596. e:Button("Start Spin KG",function()
  597. kgslot.ChildAdded:Connect(function(yes)
  598. if yes.Name == "dontspin" then
  599. wait(.1)
  600. yes:Destroy()
  601. end
  602. end)
  603. local spins = game.Players.LocalPlayer.statz.spins.Value
  604. local des = game.Players.LocalPlayer.statz.spins
  605. spawn(function()
  606. for i,v in pairs(game:GetService("ReplicatedStorage").alljutsu:GetChildren()) do
  607. if v:FindFirstChild("KG") then
  608. local a = Instance.new("StringValue")
  609. a.Name = v.Name
  610. a.Parent = game.Players.LocalPlayer.statz.genkailevel
  611. end
  612. end
  613. end)
  614. spawn(function()
  615. while wait() do
  616. if spins > 0 then
  617. spins = game.Players.LocalPlayer.statz.spins.Value
  618. kgvalue = kgslot.Value
  619. print("Rolled: " .. kgvalue)
  620. if kgvalue ~= a1 and kgvalue ~= a2 and kgvalue ~= a3 and kgvalue ~= a4 and kgvalue ~= a5 then
  621. kgvalue = kgslot.Value
  622. game.Players.LocalPlayer.startevent:FireServer("spin", b)
  623. wait(.2)
  624. kgvalue = kgslot.Value
  625. else
  626. print("You have got: " .. kgvalue)
  627. end
  628. else
  629. player.statz.spins:Destroy()
  630. game:GetService('TeleportService'):Teleport(game.PlaceId, player)
  631. end
  632. end
  633. end)
  634. end)
  635. e:Button("Reset Spin NOW",function()
  636. player.statz.spins:Destroy()
  637. game:GetService('TeleportService'):Teleport(game.PlaceId, player)
  638. end)
  639. end
  640. if game.PlaceId == worldxplace then
  641. --World X
  642. local village = player.yourvillage.Value
  643. local g = w:CreateFolder("World X")
  644. local side
  645. g:Toggle("F Rank - Side Quest",function(bool)
  646. side = bool
  647. end)
  648. local nogrip
  649. g:Toggle("No Grip",function(bool)
  650. nogrip = bool
  651. end)
  652. spawn(function()
  653. while wait() do
  654. if side then
  655. if player.currentmission.Value == nil then
  656. for i,v in pairs(game:GetService("Workspace").sidequest.getmission:GetChildren()) do
  657. if v.Name == "rankd" and v:FindFirstChild("village").Value == village and v:FindFirstChild("ClickDetector") then
  658. --player.Character.HumanoidRootPart.CFrame=v.CFrame
  659. v.invoke:FireServer()
  660. fireclickdetector(v.ClickDetector)
  661. end
  662. end
  663. else
  664. for i,v in pairs(game:GetService("Workspace").sidequest.weeds[village]:GetChildren()) do
  665. if v.Name == "grass" and v:FindFirstChild("ClickDetector") and v:FindFirstChild("taken").Value == true then
  666. fireclickdetector(v.ClickDetector)
  667. end
  668. end
  669. for i,v in pairs(game:GetService("Workspace").sidequest.dirt[village]:GetChildren()) do
  670. if v.Name == village and v:FindFirstChild("ClickDetector") and v:FindFirstChild("taken").Value == true then
  671. fireclickdetector(v.ClickDetector)
  672. end
  673. end
  674. for i,v in pairs(game:GetService("Workspace").sidequest.grafitti[village]:GetChildren()) do
  675. if v.Name == village and v:FindFirstChild("taken").Value == true and v:FindFirstChild("ClickDetector") then
  676. fireclickdetector(v.ClickDetector)
  677. end
  678. end
  679. for i,v in pairs(game:GetService("Workspace").sidequest.groceries[village]:GetChildren()) do
  680. if v.Name == village and v:FindFirstChild("taken").Value == true then
  681. player.Character.HumanoidRootPart.CFrame=v.CFrame
  682. end
  683. end
  684. for i,v in pairs(game:GetService("Workspace").sidequest.deliver:GetChildren()) do
  685. if v.Name == "point" and v:FindFirstChild("taken").Value == true then
  686. player.Character.HumanoidRootPart.CFrame=v.CFrame
  687. end
  688. end
  689. end
  690. end
  691. end
  692. end)
  693. spawn(function()
  694. while wait() do
  695. if nogrip then
  696. while player.Character.Humanoid.WalkSpeed == 0 do
  697. player.Character.Humanoid.WalkSpeed = 200
  698. end
  699. end
  700. end
  701. end)
  702. end
  703.  
  704. local f = w:CreateFolder("Misc")
  705. f:Box("Teleport to PS","string",function(tpps)
  706. game.Players.LocalPlayer.startevent:FireServer("teleporttoprivate", tpps)
  707. end)
  708. f:Label("made by 5Echo X#9178 | ver 5.8",{
  709. TextSize = 15;
  710. TextColor = Color3.fromRGB(0,128,0);
  711. BgColor = Color3.fromRGB(0,0,0);
  712. })
  713. f:Label("https://discord.gg/hudAngb3XV",{
  714. TextSize = 17;
  715. TextColor = Color3.fromRGB(0,128,0);
  716. BgColor = Color3.fromRGB(0,0,0);
  717. })
  718. f:Button("Copy Discord Link",function()
  719. setclipboard("https://discord.gg/hudAngb3XV")
  720. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement