MADE BY kral32224
FEATURE:
- PROJECTILE SPAM
- .
- INSTRUCTION:
- 1- Get a projectile Spell or Crossbow
- 2- Use remote spy and shoot the skill/projectile 1 time
- 3- Copy code and put it into the specified place at code
- 4- Profit!
- .
- https://www.roblox.com/games/9585537847/SHADOVIS-RPG#!/about
SCRIPT:
local UserInputService = game:GetService("UserInputService")
local function onInputBegan(input, gameProcessed)
if input.KeyCode == Enum.KeyCode.Y then --Can change Y to another Key you want!
local player = game.Players.LocalPlayer
for i = 1, 100 do
--USE REMOTE SPY AND GET YOUR PROJECTILE/SKILL AND PUT IT HERE!
end
end
end