Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- been waiting for the first top strongest script for sword simulator 2 Here you go :)
- -- farms you all night just use a auto clicker to make your game not time out then inject and there you go
- -- current scripter using it (XxYouMetDeathXx)
- local player = game.Players.LocalPlayer
- local swordcount = 300
- local A_1 = game.Players.LocalPlayer.name.." Loaded Paid Powerfarm"-----message here
- local A_2 = "All"
- local Event = game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest
- Event:FireServer(A_1, A_2)
- local player = game.Players.LocalPlayer
- local mouse = player:GetMouse()
- local farming = true
- local delay = 0.9
- for i = 1, swordcount do
- game.Players.LocalPlayer.PlayerGui["Sword Manager"].RemoteEvent:FireServer()
- end
- repeat wait() until #player.Backpack:GetChildren()>= swordcount
- mouse.KeyDown:Connect(function(k)
- if(k=="f")then
- if farming then farming = false
- else farming = true
- end
- end
- end)
- while wait(delay) do
- if(farming)then
- local swords = game.Players.LocalPlayer.Backpack:GetChildren()
- for i,v in pairs(swords) do
- coroutine.resume(coroutine.create(function()
- v.RemoteFunction:InvokeServer()
- end))
- end
- end
- end
- local swordcount = 1
- local A_1 = game.Players.LocalPlayer.name.." Loaded Cooqi's Paid Powerfarm"-----message here
- local A_2 = "All"
- local Event = game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest
- Event:FireServer(A_1, A_2)
- local player = game.Players.LocalPlayer
- local mouse = player:GetMouse()
- local farming = true
- local delay = 0.8
- for i = 1, swordcount do
- game.Players.LocalPlayer.PlayerGui["Sword Manager"].RemoteEvent:FireServer()
- end
- repeat wait() until #player.Backpack:GetChildren()>= swordcount
- mouse.KeyDown:Connect(function(k)
- if(k=="f")then
- if farming then farming = false
- else farming = true
- end
- end
- end)
- while wait(delay) do
- if(farming)then
- local swords = game.Players.LocalPlayer.Backpack:GetChildren()
- for i,v in pairs(swords) do
- coroutine.resume(coroutine.create(function()
- v.RemoteFunction:InvokeServer()
- end))
- end
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement