Reflex GUI
- WebMario
- Jan 16, 2022
- 1 min read
Updated: Nov 2, 2022
NOTE: There is now an updated version, there will be a new post about it here soon
Reflex is a GUI I am working on and contains quite a few features. It is nowhere near finished and is only v2.0.
NOTICE:
Reflex uses Infinite Yield Fly for the "Fly (Normal) button"
Features:
Fly Buttons (FakeGround, Normal, Gravity) - without description
Set WalkSpeed/JumpPower
Anti-Velocity - Deletes any velocities (such as BodyGyro) that are in your character
InvisParts - Makes parts in workspace (that has their transparency set to 1) visible
Enable GUI Elements - Enables Chat, PlayerList and etc if they get disabled
AntiCheat Disabler - Disables a game's Anti-Cheat (Supported Games as of now: Skywars)
Loadstring:
loadstring(game:HttpGet('https://raw.githubusercontent.com/Te1amon/Reflex/main/general.lua'))()

I think skywars put a new anticheat on the game or patched the method everyone was using.