Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local data = require(game:GetService("Players").LocalPlayer:WaitForChild("PlayerScripts"):WaitForChild("ProjectilesClient"):WaitForChild("WeaponScript"):WaitForChild("HitScanFire"))
- local remote = getupvalue(getupvalue(getupvalue(data.Fire,8),4),2)
- local function WaitForChildWhichIsA(instance, classtype)
- local target = instance:FindFirstChildWhichIsA(classtype)
- while not target or not target:IsA(classtype) do
- target = instance.ChildAdded:Wait()
- end
- return target
- end
- while task.wait() do
- remote:FireServer(WaitForChildWhichIsA(workspace:WaitForChild("Sharks"),"Model"))
- end
Add Comment
Please, Sign In to add comment