Gaming Automation Suite (GAS)

🎮 Professional browser automation toolkit for sweeps casinos on M1 Macs

Keep your sweeps casinos active 24/7 with anti-throttling technology, isolated Chrome profiles, and automated virtual machines. Designed specifically for Apple Silicon Macs.

🎯 Why Use Gaming Suite for Sweeps Casinos?

Gaming Suite helps you complete playthrough requirements and grind VIP levels:

  • Wash Sweep Coins: Complete playthrough requirements to unlock your SC for redemption
  • Grind VIP Levels: Use gold coins to increase VIP for better rewards and faster redemptions
  • Run 24/7: Isolated VMs that won’t slow down your main computer
  • Prevent Throttling: Anti-throttling flags keep games running at full speed
  • Multi-Account Support: Run multiple casino sites simultaneously in isolation

✨ Key Features

  • 🌐 Offscreen Chrome: Browser stays active when minimized with anti-throttling
  • 🖥️ Virtual Machines: Isolated Ubuntu environments for complete separation
  • ⚡ Multiple Strategies: Headless, hybrid, minimal, and kiosk modes
  • 🎯 Gaming Optimized: WebGL acceleration, 24/7 operation, auto-clicker support
  • 📱 Remote Access: Connect via VNC from anywhere
  • 🔒 Isolated: Won’t interfere with your main browser or system

🚀 Installation (Super Easy!)

Requirements: M1/M2/M3/M4 Mac with macOS

Don’t worry if you’re new to this - just follow these simple steps:

Option 1: One-Command Install (Easiest!)

  1. Open Terminal (search for “Terminal” in Spotlight)
  2. Copy and paste this command, then press Enter:
    curl -L https://www.bankbonimus.com/assets/downloads/install-gaming-suite.sh | bash
    
  3. Wait 10-30 seconds - it will download and install automatically
  4. Done! Type gas demo to see a tutorial

That’s it! No API keys, no setup, no complicated configuration needed.

Option 2: Manual Download (If Option 1 Doesn’t Work)

  1. Click here to download Gaming Suite (saves to your Downloads folder)
  2. Click here to download the installer (saves to your Downloads folder)
  3. Open Terminal (search for “Terminal” in Spotlight)
  4. Copy and paste these commands, press Enter after each:
    cd ~/Downloads
    bash install-gaming-suite.sh
    
  5. Done! Type gas demo to see a tutorial

Having Trouble?

If you see an error about Python:

  1. Install Python from python.org/downloads
  2. Download the “macOS 64-bit universal2 installer”
  3. Run the installer, then try again

🎮 Quick Start for Sweeps Casinos

New to this? Start here!

Option 1: Simple Chrome Automation (Easiest!)

Best for: Collecting daily bonuses from a few casino sites

How to use (super simple):

  1. Open Terminal
  2. Type this command and press Enter:
    gas chrome
    
  3. A Chrome window opens - Go to your casino sites (Pulsz, McLuck, etc.)
  4. Minimize the window - Your games stay active in the background!
  5. That’s it! Collect your daily bonuses while doing other things

Why this works: The browser has special anti-throttling settings that keep your casino games running even when minimized. Your regular browser isn’t affected at all!

Option 2: Advanced Chrome Strategies

Best for: Maximum efficiency and multi-tasking

# Hybrid mode (RECOMMENDED)
gas chrome-advanced --strategy hybrid --url https://your-casino.com

# What happens:
# 1. Chrome opens visibly with your casino
# 2. Log in and set up your game
# 3. Press ENTER when ready
# 4. Chrome minimizes but stays fully active

Available Strategies:

  • hybrid - Starts visible, then minimizes (RECOMMENDED)
  • headless - Completely invisible (most efficient)
  • minimal - Small visible window for monitoring
  • kiosk - Full-screen mode

Option 3: Virtual Machine (Best for 24/7 Operation)

Best for: Running casinos 24/7 without affecting your main computer

# Step 1: Create a gaming VM (one-time setup, takes ~10-15 minutes)
gas vm-setup --specs medium

# Step 2: Connect to your VM
gas vm-connect

# Inside the VM:
# - Use Brave or Firefox to access casino sites
# - XClicker is pre-installed for automation
# - Leave running 24/7 without impacting your Mac
# - Close the VNC window - VM keeps running

VM Specs Guide:

  • small: 4 CPU, 4GB RAM (requires 8GB+ total system RAM)
  • medium: 6 CPU, 8GB RAM (requires 12GB+ total system RAM) - RECOMMENDED
  • large: 6 CPU, 12GB RAM (requires 16GB+ total system RAM)

📋 Common Commands

Chrome Commands

# Basic offscreen Chrome
gas chrome

# Kill Brave browser first (if interfering)
gas chrome --kill-brave

# Advanced with custom URL
gas chrome-advanced --strategy hybrid --url https://casino.com

VM Commands

# Create VM (one-time setup)
gas vm-setup --specs medium --vm-name CasinoVM

# Connect to VM
gas vm-connect CasinoVM

# Check VM status
gas vm-status

# Stop VM to free resources
multipass stop CasinoVM

# Start VM again
multipass start CasinoVM

# Delete VM completely
multipass delete CasinoVM && multipass purge

💡 Best Practices for Sweeps Casinos

Washing Sweep Coins (Playthrough)

# Set up dedicated VM for completing playthrough
gas vm-setup --specs medium --vm-name WashingVM

# Connect and configure
gas vm-connect WashingVM

# Inside VM:
# - Open Brave browser to your casino
# - Play Blackjack with basic strategy (~99.5% RTP)
# - Complete 1x playthrough requirement
# - Redeem SC to cash when done
# - Close VNC window - VM keeps running

Grinding Gold Coins for VIP

# Set up VM for VIP grinding
gas vm-setup --specs medium --vm-name VIPVM

# Connect and configure
gas vm-connect VIPVM

# Inside VM:
# - Open Brave browser
# - Play GC games to increase VIP level
# - Set up XClicker if needed for automation
# - Close VNC window - VM keeps running

Multi-Account Strategy

# Create separate VMs for different casino accounts
gas vm-setup --specs small --vm-name Casino1
gas vm-setup --specs small --vm-name Casino2

# Connect to each as needed
gas vm-connect Casino1
gas vm-connect Casino2

🔧 Advanced Features

Anti-Throttling Technology

Gaming Suite uses advanced Chrome flags to prevent background throttling:

  • --disable-background-timer-throttling
  • --disable-renderer-backgrounding
  • --disable-backgrounding-occluded-windows
  • --enable-gpu-rasterization

These keep your casino games running at full speed even when minimized.

Isolated Chrome Profiles

  • Chrome uses isolated profiles that won’t affect your main browser
  • Profile location: /tmp/chrome-gaming-profile-*
  • Cookies and logins persist while Chrome is open
  • Automatically cleaned up on system restart

VM Features

  • Auto-login: No password needed
  • XClicker: Pre-installed auto-clicker for automation
  • VNC Server: Remote access via TigerVNC (port 5901)
  • Screen Blanking Disabled: Runs 24/7 without sleep
  • WebGL Optimized: Fast graphics for casino games

🚨 Troubleshooting

Chrome Not Staying Active?

# Try a different strategy
gas chrome-advanced --strategy minimal    # More visible
gas chrome-advanced --strategy hybrid     # Best balance

VM Won’t Start?

# Check VM status
gas vm-status

# Restart VM
multipass restart GamingVM

# Recreate if needed
multipass delete GamingVM && multipass purge
gas vm-setup --specs medium

Performance Issues?

# Kill conflicting browsers
gas chrome --kill-brave

# Use smaller VM
gas vm-setup --specs small

# Check system resources
top -o cpu

VNC Connection Problems?

# Install TigerVNC if missing
brew install --cask tigervnc-viewer

# Verify VM is running
gas vm-status

# Try restarting VM
multipass restart GamingVM

📚 Additional Resources

  • Run gas demo for an interactive tutorial
  • Run gas COMMAND --help for detailed help on any command
  • VM setup takes 10-15 minutes on first run
  • Chrome profiles are isolated and won’t affect your main browser

⚠️ Important Notes

  • Browser Isolation: Chrome utilities use isolated profiles
  • VM Security: VMs are designed for convenience, not security - don’t store sensitive data
  • Resource Usage: Monitor system resources when running multiple VMs
  • Terms of Service: Always comply with casino terms of service
  • M1 Mac Only: This tool only works on Apple Silicon Macs

📥 Download & Installation Summary

One-Command Install

curl -L https://www.bankbonimus.com/assets/downloads/install-gaming-suite.sh | bash

Manual Install

  1. Download gaming-suite.tar.gz
  2. Download install-gaming-suite.sh
  3. Run: bash install-gaming-suite.sh

Verify Installation

gas demo    # Interactive tutorial
gas --help  # Show all commands

System Requirements

  • Platform: macOS with Apple Silicon (M1/M2/M3/M4)
  • Python: 3.8 or higher
  • RAM: 8GB+ minimum, 16GB+ recommended for VMs
  • Storage: ~5GB per VM
  • No API Keys Required: Works immediately after install

Ready to automate your sweeps casino routine? Install now and start collecting those daily bonuses automatically!

curl -L https://www.bankbonimus.com/assets/downloads/install-gaming-suite.sh | bash
gas demo