What's New?
- Past hour
-
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Roboto+Mono:wght@400;500&display=swap'); .cs-custom-guide * { box-sizing: border-box; margin: 0; padding: 0; } .cs-custom-guide { font-family: 'Inter', sans-serif; background: #0f0f0f; color: #e0e0e0; line-height: 1.7; padding: 40px 20px; min-height: 100vh; border-radius: 16px; } .cs-custom-guide .container { max-width: 1280px; margin: 0 auto; } .cs-custom-guide header { text-align: center; margin-bottom: 60px; } .cs-custom-guide .logo { font-size: 42px; font-weight: 700; background: linear-gradient(90deg, #2b80ff, #5b9fff); -webkit-background-clip: text; -webkit-text-fill-color: transparent; letter-spacing: -1px; } .cs-custom-guide .subtitle { color: #b0b0b0; font-size: 18px; margin-top: 8px; } .cs-custom-guide .section { background: #1a1a1a; border-radius: 16px; padding: 40px; margin-bottom: 50px; box-shadow: 0 10px 30px rgba(0, 212, 255, 0.08); border: 1px solid rgba(0, 212, 255, 0.15); } .cs-custom-guide .section-header { display: flex; align-items: center; gap: 20px; margin-bottom: 30px; padding-bottom: 20px; border-bottom: 1px solid rgba(255,255,255,0.08); } .cs-custom-guide .section-header img { width: 360px; height: auto; border-radius: 12px; box-shadow: 0 8px 25px rgba(0,0,0,0.5); } .cs-custom-guide .section-title { font-size: 32px; font-weight: 700; color: white; flex: 1; } .cs-custom-guide .section-desc { color: #b0b0b0; font-size: 15px; margin-top: 8px; line-height: 1.6; } .cs-custom-guide .info-box { background: rgba(0, 212, 255, 0.06); border-left: 4px solid #2b80ff; padding: 20px 25px; margin-bottom: 30px; border-radius: 8px; } .cs-custom-guide .info-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin-top: 20px; } .cs-custom-guide .info-item { background: #121212; padding: 18px 22px; border-radius: 10px; border: 1px solid rgba(255,255,255,0.06); } .cs-custom-guide .info-item strong { color: #2b80ff; display: block; font-size: 15px; margin-bottom: 6px; text-transform: uppercase; letter-spacing: 0.5px; } .cs-custom-guide details { margin-bottom: 14px; background: #121212; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 15px rgba(0,0,0,0.3); } .cs-custom-guide summary { padding: 18px 24px; font-size: 18px; font-weight: 600; color: #2b80ff; cursor: pointer; display: flex; align-items: center; gap: 12px; transition: all 0.2s ease; list-style: none; } .cs-custom-guide summary::-webkit-details-marker { display: none; } .cs-custom-guide summary:hover { background: rgba(0, 212, 255, 0.08); color: white; } .cs-custom-guide summary::before { content: "\25B6"; font-size: 14px; transition: transform 0.3s ease; } .cs-custom-guide details[open] summary::before { transform: rotate(90deg); } .cs-custom-guide .content { padding: 28px 32px; background: #0a0a0a; border-top: 1px solid rgba(255,255,255,0.05); } .cs-custom-guide h3 { font-size: 22px; margin: 28px 0 14px; color: white; position: relative; padding-bottom: 10px; } .cs-custom-guide h3::after { content: ''; position: absolute; bottom: 0; left: 0; width: 48px; height: 3px; background: #2b80ff; border-radius: 3px; } .cs-custom-guide h4 { font-size: 17px; color: #2b80ff; margin: 20px 0 10px; font-weight: 600; } .cs-custom-guide p { margin-bottom: 14px; } .cs-custom-guide ul, .cs-custom-guide ol { margin-left: 24px; margin-bottom: 20px; } .cs-custom-guide li { margin-bottom: 10px; position: relative; list-style: none; } .cs-custom-guide li::before { content: "\2022"; color: #2b80ff; margin-right: 10px; } .cs-custom-guide ol li { counter-increment: cs-counter; } .cs-custom-guide ol li::before { content: counter(cs-counter) "."; color: #2b80ff; margin-right: 10px; font-weight: 600; } .cs-custom-guide ol { counter-reset: cs-counter; } .cs-custom-guide .highlight { background: rgba(0, 255, 157, 0.1); padding: 4px 10px; border-radius: 4px; font-weight: 500; } .cs-custom-guide .warning { background: rgba(255, 59, 92, 0.1); border-left: 4px solid #ff3b5c; padding: 16px; border-radius: 8px; color: #ff9ba9; margin: 20px 0; } .cs-custom-guide .tip { background: rgba(0, 212, 255, 0.06); border-left: 4px solid #2b80ff; padding: 16px; border-radius: 8px; margin: 16px 0; } .cs-custom-guide .tip strong { color: #2b80ff; } .cs-custom-guide img { max-width: 100%; border-radius: 10px; margin: 16px 0; box-shadow: 0 6px 20px rgba(0,0,0,0.4); } .cs-custom-guide code { background: #1f1f1f; padding: 3px 8px; border-radius: 4px; font-family: 'Roboto Mono', monospace; font-size: 14px; border: 1px solid rgba(255,255,255,0.08); } .cs-custom-guide hr { border: none; height: 1px; background: linear-gradient(to right, transparent, rgba(255,255,255,0.1), transparent); margin: 40px 0; } .cs-custom-guide table { width: 100%; border-collapse: collapse; margin: 16px 0; } .cs-custom-guide th { background: #1a1a1a; color: #2b80ff; text-align: left; padding: 12px 16px; font-size: 14px; text-transform: uppercase; letter-spacing: 0.5px; border-bottom: 2px solid rgba(0, 212, 255, 0.3); } .cs-custom-guide td { padding: 12px 16px; border-bottom: 1px solid rgba(255,255,255,0.05); } .cs-custom-guide tr:hover td { background: rgba(0, 212, 255, 0.03); } .cs-custom-guide .compare-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin: 20px 0; } .cs-custom-guide .compare-grid img { width: 100%; } .cs-custom-guide .compare-label { text-align: center; font-weight: 600; color: #b0b0b0; margin-bottom: 8px; font-size: 14px; text-transform: uppercase; letter-spacing: 1px; } .cs-custom-guide footer { text-align: center; padding: 40px 0; color: #666; font-size: 14px; } .cs-custom-guide .section-header a { width: 360px; flex-shrink: 0; } /* Mobile Responsive */ @media (max-width: 768px) { .cs-custom-guide { padding: 20px 10px; } .cs-custom-guide header { margin-bottom: 30px; } .cs-custom-guide .logo { font-size: 28px; } .cs-custom-guide .subtitle { font-size: 15px; } .cs-custom-guide .section { padding: 20px 16px; margin-bottom: 30px; } .cs-custom-guide .section-header { flex-direction: column; gap: 16px; } .cs-custom-guide .section-header img { width: 100% !important; max-width: 360px; } .cs-custom-guide .section-header a { width: 100%; flex-shrink: 1; } .cs-custom-guide .section-title { font-size: 24px; } .cs-custom-guide .section-desc { font-size: 14px; } .cs-custom-guide summary { padding: 14px 16px; font-size: 16px; } .cs-custom-guide .content { padding: 18px 16px; } .cs-custom-guide h3 { font-size: 19px; } .cs-custom-guide .info-grid { grid-template-columns: 1fr; } .cs-custom-guide .compare-grid { grid-template-columns: 1fr; } .cs-custom-guide table { display: block; overflow-x: auto; -webkit-overflow-scrolling: touch; } .cs-custom-guide th, .cs-custom-guide td { padding: 10px 12px; font-size: 13px; white-space: nowrap; } .cs-custom-guide footer { padding: 24px 0; } } Introduction Use it on any device. You can change all settings through any device with a web browser, such as your smartphone, tablet, laptop and so on. No matter where you configure it from, the settings will instantly apply in the cheat. You can preview all visual settings directly on the config page. Language We support many languages. You can choose any of them in your account settings and it will change the whole configuration website to your preferred language. Access 1. With an active subscription you can use the config on play.clutch-solution.com 2. Without an active subscription, you can still see and use a UI Preview on all of our store Clutch-Solution.com -> Select a game -> Click "View Details" -> Check the "UI Preview" Tab Config Modes Choose between three interface modes: Basic, Expert Modal, or Expert Expandable. Basic Mode The simplest mode. Just ON/OFF toggles and render distances. No hotkeys, no previews, no customization widgets. Best for: Quick setup, new users, or when you just need to toggle features. Expert Modal Mode Full features with pop-up widgets for detailed settings. Includes hotkey states, gear icons, live preview, editor mode, and all customization options. Best for: Focused, one-setting-at-a-time editing with a clean interface. Expert Expandable Mode Same features as Expert Modal, but settings expand inline instead of pop-up modals. Multiple settings can be open simultaneously. Best for: Users who want to see multiple settings at once, or prefer scrolling over pop-ups. Comparison Table Feature Basic Expert Modal Expert Expandable ON/OFF toggles Yes Yes Yes Hotkey state No Yes Yes Detail settings No Modal pop-ups Inline expandable Live preview No Yes Yes Editor Mode No Yes Yes Color / Format editing No Yes Yes Multiple settings visible N/A One at a time Multiple Search Quickly find any setting across all configuration categories. Press Ctrl+K from anywhere or click SEARCH in the sidebar. How to Use Search Opening Search Click the SEARCH... item in the sidebar Keyboard shortcut: Press Ctrl+K from anywhere in the panel Searching for Settings Type your query to instantly filter across all configuration categories. Results update in real time. Each result group shows a header with breadcrumb path (e.g., VISUAL -> PLAYER), the matching settings with current values, and a live preview when applicable. Tip: Click on a result's header to navigate directly to that category in the sidebar. Tip: You can edit settings directly from search results without navigating away. Tip: The result count is displayed in the top-right corner (e.g., "RESULTS: 193"). Visual Player Settings Control how enemy players are displayed on your ESP overlay: name, health, distance, skeleton, and more. Player Settings Navigate to Visual > Player in the sidebar. The panel has setting toggles on the left and a live Player Preview on the right. State Description OFF Feature is disabled HOTKEY Feature activates only when its assigned hotkey is held ON Feature is always active Click the gear icon next to any setting to open its detailed configuration modal. Exclusive Render Assign a hotkey that, when pressed, renders only the players on screen, hiding all other ESP elements. Useful for reducing visual clutter. Important: If you assign the same hotkey to Exclusive Render on both Player and another category (e.g., Arc > Queen), both will render when that hotkey is pressed. Any categories sharing the same hotkey will all be shown simultaneously. Editing Name Settings Click the gear icon next to "Name" to open the Name configuration modal. The Name modal provides separate customization for Visible and Not Visible states: Color: Click the color swatch to pick a custom color for the player name text Format: Define a prefix and suffix around the name. The colored Name badge represents the actual player name Render Distance: Control how far away player names are visible (in meters) Tip: The link icon between Visible and Not Visible columns lets you sync or unsync values. When linked, changing one side automatically updates the other. Player Editor Visually rearrange ESP element positions using the interactive drag-and-drop layout editor. Enabling Editor Mode Go to Visual > Player In the Player Preview panel, toggle Editor Mode to ON The preview transforms into an interactive editor with drop slots, a RESET button, and an alignment gear icon. Moving Items Method 1: Click to Select, Click to Place 1. Click on an item (e.g., [PLAYER]) -the slot grid appears with labeled drop zones: 2. Click a target drop slot to move the item there. The preview updates immediately: Tip: The slot grid uses a color legend: Free = available, In use = occupied, Active = selected item. Method 2: Drag and Drop Click and hold on any item Drag it to the desired slot Release to place it Tip: Each row has three positions: Start (left), Center (middle), End (right). Tip: Visible and Not Visible layouts are independent, configure them separately. Layout Structure Row Typical Content Top Name, Reload status Upper Additional info Middle Health/Shield bars Lower Distance, Team ID Bottom Weapon, Ammo Count Each row supports three columns (Start, Center, End). Click RESET to restore default positions. Alignment Settings Fine-tune pixel-level spacing and padding of ESP elements around the player model. Alignment Controls Enable Editor Mode, then click the small gear icon at the top-right of the VISIBLE or NOT VISIBLE panel. Setting Description Default Top Padding above the topmost row 2px Right Padding to the right 2px Bottom Padding below the bottommost row 2px Left Padding to the left 2px Row Gap Vertical spacing between rows 0px Item Gap Horizontal spacing between items 5px Example: Adjusted Spacing Top: 7px, Left: 7px, Row Gap: 5px The elements shift down and right with more spacing: Tip: Use + / - for 1px increments, or type a value directly. Tip: Alignment is configured separately for Visible and Not Visible states. Focus Settings Prioritize ESP elements closest to your crosshair, rendering them in front of overlapping labels. Available for Players, Teammates, AI, and Items. Navigate to Visual > Global to configure. How Focus Works When Focus is enabled, the element closest to the center of your screen (crosshair) gets rendering priority. It gets drawn on top of all others of the same type. Without Focus With Focus Without focus, overlapping item labels are unreadable. With focus, the item nearest your crosshair is rendered in front. Focus Settings Detail Click the gear icon next to any focus type to open its settings: Apply Color Highlights the focused element with a custom color. Click the gear icon to choose the color. OFF: No color change, but still renders on top HOTKEY: Color only when hotkey is held ON: Always highlighted Show Circle Displays a circle overlay indicating the focus zone. The element must be inside this circle. Radius Controls the size of the focus zone (default: 20px). Larger = easier to focus, smaller = more precision. Tip: Enable Show Circle temporarily while adjusting Radius to visualize the focus zone size. Visual AI Settings Each AI enemy type has its own independent visual configuration. AI Types & Settings Navigate to Visual > AI. Each AI type (Bastion, Bombardier, Queen, etc.) has its own panel with: Name, Icon, Distance, Health Indicator, Alert, In Combat, Destroyed Each AI has a preview with three tabs: Main, Destroyed, and Indicator. Tip: Settings for one AI type do not affect others. Use Bulk Edit to apply settings across all AI. AI Editor Each AI type has an Editor Mode for rearranging its ESP layout. It uses the same slot system as the Player editor. Tip: AI layouts are simpler (fewer elements), making them quick to customize. Custom Item Filter Create personalized item lists to highlight or filter specific items in the ESP. Filter Color Each filter list has a default color applied to every new item added. When you add an item (manually or via hotkey), it inherits the filter's color automatically. To change the color, click the color icon in the top header next to the filter list name. Adding Items Method 1: Manual Entry Click the + button in the right panel header Fill in the item details (ESP Name, Custom Name, Type) The item appears in the table with the filter's default color Method 2: In-Game Hotkey Set the Add Item hotkey (click "Not Set" next to "Add Item") In-game, press the hotkey while looking at an item The game sends the item info to the panel automatically Tip: The hotkey method is much faster. Just look at an item in-game and press your hotkey to add it instantly. Filter Settings & Item Table Setting Description Enable Toggle the entire filter list ON/OFF Add Item Hotkey that captures items from the game Exclusive Render When active, only renders items from this filter Column Description ESP Name The item's name as detected by the game Custom Name Your custom display name (optional override) Type The item category/type Actions Edit or delete individual items Tip: Use the Search box in the top-right to quickly find items within large filter lists. Bulk Edit Apply settings from one category to multiple targets at once. Multi Edit for partial changes, Clone for full copies. Multi Edit Multi Edit applies only the settings you changed to all selected targets. Everything else stays untouched. Select a Source: Choose a category from the searchable dropdown Select Targets: Choose one or more targets (or Select All) Make Changes: Modify settings in the source panel below Click Apply Example: Changing Icon Color Across All AI Step 1: Select Queen as the Source Step 2: Queen settings panel appears with the current green icon color Step 3: Select all 19 AI targets Step 4: Open Icon settings and change the color to blue Step 5: Click Apply. Only the icon color is applied to all targets. Before (Original Orange) After (Blue via Bulk Edit) Copy (Clone) Clone performs a full copy of all settings from source to targets, overwriting everything. Select a Source Select Targets Click Clone Warning: Clone overwrites all properties on targets, including settings you may have configured differently.
- Today
-
The cheat itself is undetected, but you will need to have undetected firmware to play on it. The anticheats we do support with firmware from us:
-
can i play with this on faceit ?
- Yesterday
- Last week
-
- Earlier
-
https://www.youtube.com/watch?v=yf6kYLVDBh0
-
-
https://www.youtube.com/watch?v=yf6kYLVDBh0
-
streaming rn https://www.twitch.tv/anabolichaas https://kick.com/anabolichaas
-
facebook: https://www.facebook.com/reel/
-
-
Hello, Yes at the moment BF6 is down due to update, will let you know once its updating.
-
Hey! I bought BF Clutch from Ducks-services, made all like it was said in the instructions, bot the loader isn't loading..it's just stuck. Also when I redeem the code here - https://play.clutch-solution.com/license it's saying that "Product is offline". Please, can u help me?
-
Tarkov Radar - EFT and VIP+?
Uwe replied to 22223's topic in Pre-Sale Questions and Payment Information
Both, EFT and VIP+, simple stated here: https://clutch-solution.com/cheat/3-escape-from-tarkov-radar-vip/ -
Hello, I have two PCs but no DMA. Do I need to purchase both EFT membership and VIP+ membership? Or can I just buy VIP+ only?
-
VMM tried to start but tripped over a missing DTB and got confused about the OS. If you know the DTB/CR3, feed it in manually. Also, Windows’ Kernel Isolation might be acting like an overprotective guard—disabling it could let VMM do its job.