www.roblox-scripter.com

Roblox codes

Stick Guns script – (INF Money)

Functions: INF Money

Script developer: bocoor
Installation guide:
Copy the script from the button below.
Run any Injector (We recommend KRNL Injector)
Install it, insert the script and click execute
Enjoy it)

Thank you for using our website
Your script:

				
					local wishes = {"Common Wish", "Lucky Wish", "Very Lucky Wish", "Godly Wish"}
for i,v in pairs(wishes) do
   for e=1, 10 do
game:GetService("ReplicatedStorage").RemoteEvents.Wishes.Wish:InvokeServer(v)
end
end