Roblox Scripts

Roblox Slasher Blade Script – Infinite Gold, Money, XP

Slasher Blade Script Roblox
First script is infinite money, https://youtu.be/EVCT1BGQ82w – watch this video. the second script is a godmode, third script is a gem script, just relog after use and fourth script is a XP one although not very good.

Table of Contents

Copy the Roblox Script

				
					-- Script 1
for i = 1, 5000 do
task.spawn(function()
local Event = game:GetService("ReplicatedStorage").Remote.Event.Misson["[C-S]GetMissonReward"]
Event:FireServer()
end)
end
-- Script 2
while wait(0.1) do-- godmode
local A_1 = 500000
local Event = game:GetService("ReplicatedStorage").Remote.Event.Up["[C-S]TryRegen"]
Event:FireServer(A_1)
end
-- Script 3
for i = 1, 500 do
task.spawn(function()
local Event = game:GetService("ReplicatedStorage").Remote.Event.Shop["[C-S]TryGetGem"]
Event:FireServer()
end)
end
-- Script 4
for i = 1, 5000 do
task.spawn(function()
game:GetService("ReplicatedStorage").Remote.Event.Fight:FindFirstChild("[C-S]TakeExp"):FireServer()
Event:FireServer()
end)
end
				
			

Check These Out