![Fluxo PVP [MATCHMAKING]](/images/script/99001115434148-1784525419618.webp)
Description
1. Graphical Interface (UI Menu) Removed the basic menu: The old version used a simple custom window built from scratch (ScreenGui) that only allowed you to change the FOV size by pressing P. Added Rayfield UI: The new version integrates the Rayfield library (loaded via loadstring). This introduces a modern menu with separate tabs (Silent Aim, ESP, Spinbot), making the interface look great and much more user-friendly. 2. Silent Aim Improvements The silent aim system became significantly more advanced and customizable: Target Part Selection: In the old script, the aim was hardcoded to always lock onto the Head. Now, there is a dropdown menu allowing you to choose whether to aim at the Head, Torso, HumanoidRootPart, or a dynamic "ChestThenHead" option. Legit Mode: A completely new feature was added. When enabled, it targets the opponent's chest for 1 second before snapping to the head. This is highly effective for masking the exploit and making your gameplay look legitimate. FOV Customization: Besides adjusting the size of the circle (FOV Size), you can now use a Color Picker in the menu to change the FOV circle's color. In the old version, it was strictly locked to white. 3. ESP (Visuals) Changes The ESP system was heavily revamped for better visibility and control: Granular Toggles: You can now toggle the entire ESP on or off, or individually toggle just the player names or just the skeletons. Customizable Colors: Previously, both the skeleton and the text were permanently white. The new version includes Color Pickers for both, allowing you to set distinct colors for names and skeletons. Removed Box ESP: The red 2D box that used to render around players was entirely removed. This results in a much cleaner screen, focusing solely on the skeleton lines and the player's name. Optimization: The skeleton drawing logic was slightly optimized. The old version created 14 lines per player and kept 4 of them permanently hidden, whereas the new version only creates the 10 necessary lines. 4. Brand New Feature: Spinbot The old version lacked this entirely. The update adds a dedicated Spinbot tab, which rapidly rotates your character to make your hitbox harder to hit. It also includes a slider to adjust the exact spin speed (ranging from 1 to 300). 5. Keybinds and Error Handling Updated Shortcuts: The P keybind to open the old FOV menu was removed. It was replaced with B to toggle the Silent Aim and M to toggle the ESP on the fly. Failsafes: The new version is much safer to execute. It uses a pcall to attempt loading the Rayfield UI. If the raw script link fails to load or your internet disconnects, it will send a Roblox core notification saying "Failed to load Rayfield UI. Check your internet." instead of simply breaking the rest of the script.




Clean All The Leaves: Zero Point