This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| -- // LOAD RAYFIELD IMMEDIATELY \\ -- | |
| local Rayfield = loadstring(game:HttpGet('https://sirius.menu/rayfield'))() | |
| -- // SETTINGS & STATE \\ -- | |
| local TargetName = "Enemy" | |
| local SelectedSymbol = "@" | |
| local SpamDelay = 2.0 | |
| local IsSpamming = false | |
| local CustomNameActive = true | |
| local LastItem = "" |