Upscalefanatic3

Sword Art Online: Lost Souls(Level/Money)

Jan 31st, 2018
269
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. -- Game Link: https://www.roblox.com/games/725905436/BIG-UPDATE-Sword-Art-Online-Lost-Souls
  2. -- Just execute it and you will get money + exp!
  3. -- Quick script I made that kills all mobs!
  4.  
  5. while wait(1) do
  6. for k,v in pairs(workspace:GetChildren()) do
  7. if v.Name == "mob" then
  8. game.Workspace.EquipSwordOrSwords.hurtHumanoid:FireServer(v.Humanoid,math.huge)
  9. wait()
  10. end
  11. end
  12. end
Add Comment
Please, Sign In to add comment