Advertisement
XxTw1st3d_D3m0nxX

The Best Sword Simulator 2 Script ever

Apr 7th, 2021
6,955
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.33 KB | None | 0 0
  1. -- been waiting for the first top strongest script for sword simulator 2 Here you go :)
  2. -- farms you all night just use a auto clicker to make your game not time out then inject and there you go
  3. -- current scripter using it (XxYouMetDeathXx)
  4. local player = game.Players.LocalPlayer
  5.  
  6. local swordcount = 300
  7.  
  8. local A_1 = game.Players.LocalPlayer.name.." Loaded Paid Powerfarm"-----message here
  9. local A_2 = "All"
  10. local Event = game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest
  11. Event:FireServer(A_1, A_2)
  12.  
  13. local player = game.Players.LocalPlayer
  14. local mouse = player:GetMouse()
  15.  
  16. local farming = true
  17.  
  18. local delay = 0.9
  19.  
  20. for i = 1, swordcount do
  21. game.Players.LocalPlayer.PlayerGui["Sword Manager"].RemoteEvent:FireServer()
  22. end
  23.  
  24. repeat wait() until #player.Backpack:GetChildren()>= swordcount
  25.  
  26. mouse.KeyDown:Connect(function(k)
  27. if(k=="f")then
  28. if farming then farming = false
  29. else farming = true
  30. end
  31.  
  32.  
  33. end
  34. end)
  35.  
  36. while wait(delay) do
  37. if(farming)then
  38. local swords = game.Players.LocalPlayer.Backpack:GetChildren()
  39. for i,v in pairs(swords) do
  40. coroutine.resume(coroutine.create(function()
  41. v.RemoteFunction:InvokeServer()
  42. end))
  43. end
  44. end
  45. end
  46.  
  47. local swordcount = 1
  48.  
  49.  
  50. local A_1 = game.Players.LocalPlayer.name.." Loaded Cooqi's Paid Powerfarm"-----message here
  51. local A_2 = "All"
  52. local Event = game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest
  53. Event:FireServer(A_1, A_2)
  54.  
  55. local player = game.Players.LocalPlayer
  56. local mouse = player:GetMouse()
  57.  
  58. local farming = true
  59.  
  60. local delay = 0.8
  61.  
  62. for i = 1, swordcount do
  63. game.Players.LocalPlayer.PlayerGui["Sword Manager"].RemoteEvent:FireServer()
  64. end
  65.  
  66. repeat wait() until #player.Backpack:GetChildren()>= swordcount
  67.  
  68. mouse.KeyDown:Connect(function(k)
  69. if(k=="f")then
  70. if farming then farming = false
  71. else farming = true
  72. end
  73.  
  74.  
  75. end
  76. end)
  77.  
  78. while wait(delay) do
  79. if(farming)then
  80. local swords = game.Players.LocalPlayer.Backpack:GetChildren()
  81. for i,v in pairs(swords) do
  82. coroutine.resume(coroutine.create(function()
  83. v.RemoteFunction:InvokeServer()
  84. end))
  85. end
  86. end
  87. end
  88.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement