Description

# # `v1.00 Superstar Baseball` | **Features:**

## [Auto Swing]

```diff

+ Automatically swings the bait based off the offsets provided

+ Vertical offset 0 (direct) to 45 is to make the ball go higher in the air [suggested 20]

+ Horizontal offset -50 to 50 is to ake the ball go to left or right side - is to the right + is the to left.

+ Only swings when ball is in strike zone.

```

```ansi

How to use: Must be batting and the ball has to be thrown to you.

PITCH RECEIVED WILL CHANGE THE OUTCOME OF HITS

```

## [Fast Pitch]

```diff

+ Speed slider from 0.01 to 0.45 (0.45 is legit fast speed)

```

```ansi

How to use: Select your pitch type and position as normal and it will just change the power to a modified value for extreme speed.

EXECUTOR MOST SUPPORT HOOKMT

```

# HOTFIX:

## Executor Capability Detection

```lua

local ExecutorSupport = {

hookmetamethod = type(hookmetamethod) == "function",

getnamecallmethod = type(getnamecallmethod) == "function",

checkcaller = type(checkcaller) == "function",

}

```

## Safe `hookmetamethod` with `checkcaller()`

```lua

oldNamecall = hookmetamethod(game, "__namecall", function(self, ...)

if ExecutorSupport.checkcaller and checkcaller() then

return oldNamecall(self, ...)

end

end)

```

### `Updated: 05/03/26`

### `Status: Working`

Credit by: sinsly

Join dc for updates

Comments

2comments
Add a comment...
Sideways
Sideways3w ago

no keysystem tag...

ScripterWWW205
ScripterWWW205Script Owner2mo ago

Join discord for more updates