SHADOVIS RPG Script | PROJECTILE SPAM

Created by kral32224

Features:

  • PROJECTILE SPAM
  • HOW TO USE:
  • 1. Get a projectile spell or crossbow
  • 2. Use remote spy and use the spell or crossbow one time
  • 3. Copy the remote code and put it into the script below
  • 4. Enjoy
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
 
UserInputService.InputBegan:Connect(onInputBegan)

ENJOY!

Warning: DO NOT DOWNLOAD anything from this page, you’re only here to copy the script!

More Scripts!

TOP 10 TRENDING SCRIPTS