var Profiles = [{ // High FramesPerSecond: 60, Transparency: CSSFilters || CSSOpacity, TextGlowEffects: CSSFilters || CSSGlow, FullscreenEffects: true, ResizingTexts: true, RotatingObjects: CSSFilters || CSSTransform, MovingObjects: true, ChangingColor: true, ModeSwitchAnimation: true, Veil: CSSFilters || CSSOpacity, VeilAnimation: CSSFilters || CSSOpacity, TransparencyOnSnakeText: CSSFilters || CSSOpacity, // false - Snake Text is drawn without an outline TextGlowEffectsOnSnakeAndCenterText: CSSFilters || CSSGlow, // false - only GUIs and glowTexts are drawn with an outline GlowTextHidingAndEnlarging: true }, { // Medium FramesPerSecond: 30, Transparency: CSSFilters || CSSOpacity, TextGlowEffects: CSSFilters || CSSGlow, FullscreenEffects: false, ResizingTexts: true, RotatingObjects: CSSFilters || CSSTransform, MovingObjects: true, ChangingColor: true, ModeSwitchAnimation: true, Veil: CSSFilters || CSSOpacity, VeilAnimation: false, TransparencyOnSnakeText: false, // false - Snake Text is drawn without an outline TextGlowEffectsOnSnakeAndCenterText: false, // false - only GUIs and glowTexts are drawn with an outline GlowTextHidingAndEnlarging: false }, { // Low FramesPerSecond: 15, Transparency: false, TextGlowEffects: false, FullscreenEffects: false, ResizingTexts: false, RotatingObjects: false, MovingObjects: false, ChangingColor: true, ModeSwitchAnimation: false, Veil: false, VeilAnimation: false, TransparencyOnSnakeText: false, // false - Snake Text is drawn without an outline TextGlowEffectsOnSnakeAndCenterText: false, // false - only GUIs and glowTexts are drawn with an outline GlowTextHidingAndEnlarging: false }], Graphics = Profiles[storage?+storage.getItem("fx") || 0:0], GlowMagnitude = 4;