Functions: Projectile spam
Y – FOR ACTIVATION
after that, hold down the mouse

Video showcase:
https://www.youtube.com/watch?v=hnWwEvoQvlIInstallation guide:Copy the script from the button below.Run any Injector (We recommend KRNL Injector)Install it, insert the script and click executeEnjoy it)
Thank you for using our website
Your script:
First use this script and fire once, a new script will appear in the open gui copy it
loadstring(game:HttpGet("https://github.com/exxtremestuffs/SimpleSpySource/raw/master/SimpleSpy.lua"))()
Now paste it into the third line of the 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
UserInputService.InputBegan:Connect(onInputBegan)
this is how the script should look as a result: (DO NOT USE THE SCRIPT BELOW, THIS IS A SAMPLE)
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
local args = {
[1] = "Input",
[2] = "Staff of Arachnea",
[3] = 1.92,
[4] = "Fireball"
}
game:GetService("Players").LocalPlayer.Character.Combat.RemoteEvent:FireServer(unpack(args))--USE REMOTE SPY AND GET YOUR PROJECTILE/SKILL AND PUT IT HERE!
end
end
end
UserInputService.InputBegan:Connect(onInputBegan)

Leave a Comment