Skyfall Mace PvP
60 Views
35d atrás
Verificado
Descrição
Nenhuma descrição fornecida.
Como Utilizar?
Script
1getgenv().Settings = {
2 SkyHeight = 1000, -- height above the target for SkyFall
3 FallTime = 3, -- time in air before hitting
4 HitDuration = 2, -- total time for hitting the target
5 HitInterval = 0.1, -- delay between hits
6 DeadCooldown = 3, -- ignore dead target for X seconds
7 MaceAuraRange = {6,8} -- min/max distance for Mace Aura
8}
9
10loadstring(game:HttpGet("https://raw.githubusercontent.com/aurexscripts/AurexScriptHub/refs/heads/main/mace_pvp.txt"))()