NekoMitzi

Slashing Masters Script

Jan 31st, 2020
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.71 KB | None | 0 0
  1. --YouTube: https://bit.ly/sub2re
  2.  
  3. --AutoFarm
  4. _G.LULU = true--change to true or false
  5. while _G.LULU do
  6. wait()--change time if you want
  7. local tool = game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool") or game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool")
  8. game.Players.LocalPlayer.Character.Humanoid:EquipTool(tool)
  9. if game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool") then
  10. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool"):Activate()
  11. end
  12. end
  13.  
  14.  
  15.  
  16. --AutoSell
  17.  
  18. while true do
  19. wait(5) -- Change timer if you want!
  20. local pos = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
  21. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(345.263794, 10270.0156, -990.888733, 0.948787928, -1.78634583e-08, -0.315913677, -1.03179465e-08, 1, -8.75334081e-08, 0.315913677, 8.6310223e-08, 0.948787928)
  22. wait(0.7)
  23. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(pos)
  24. end
  25.  
  26.  
  27. --Auto Upgrade
  28. while true do
  29. wait()
  30. local oh1 = "Swords"
  31. game:GetService("ReplicatedStorage").Resources.RemoteEvents.ShopBuyAll:FireServer(oh1)
  32. end
  33.  
  34.  
  35.  
  36. --Auto Upgrade
  37. while true do
  38. wait(5)
  39. local oh1 = "Backpacks"
  40. game:GetService("ReplicatedStorage").Resources.RemoteEvents.ShopBuyAll:FireServer(oh1)
  41. end
  42.  
  43.  
  44. --Unlock Islands
  45. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-6.14943027, 686.994385, -617.600525, 0.576521873, 2.90862694e-08, -0.81708169, -2.71835115e-12, 1, 3.55958321e-08, 0.81708169, -2.05195541e-08, 0.576521873)
  46. wait(1)
  47. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(293.257355, 3040.49609, -622.773315, -0.992312253, 1.57193174e-08, -0.123759314, 5.08055507e-11, 1, 1.26607858e-07, 0.123759314, 1.25628247e-07, -0.992312253)
  48. wait(1)
  49. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(349.422302, 5792.53076, -922.978394, 0.95470953, 0.0882889256, -0.284138739, -1.66541159e-09, 0.95496136, 0.296730101, 0.297539502, -0.283291042, 0.911710739)
  50. wait(1)
  51. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(394.840088, 10270.8477, -945.499817, -0.994338036, -7.55654916e-09, -0.106263071, 5.73972536e-10, 1, -7.64825643e-08, 0.106263071, -7.6110517e-08, -0.994338036)
  52.  
  53.  
  54. --Get Chests
  55. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(33.4294624, 331.697388, -578.714478, 0.891721427, 5.29986437e-08, -0.452584654, -4.86910295e-12, 1, 1.17092576e-07, 0.452584654, -1.04411754e-07, 0.891721427)
  56. wait(1)
  57. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(161.96817, 5321.30518, -576.985229, 0.351070523, -0.298095495, 0.88763088, 2.41169076e-08, 0.947970092, 0.318359375, -0.936349034, -0.111766569, 0.332804352)
Add Comment
Please, Sign In to add comment