Skip to content

Instantly share code, notes, and snippets.

View leafstrat's full-sized avatar

Justin leafstrat

  • British Columbia
  • 19:39 (UTC -07:00)
View GitHub Profile
@leafstrat
leafstrat / README.md
Created June 23, 2025 03:45
Slark explanation - dota2bot-OpenHyperAI

Fretbots Slark Bot Analysis

This document provides a detailed analysis of the Fretbots Slark bot, focusing on its behavior, itemization, and ability usage, particularly when operating at the highest skill/difficulty levels within the Fretbots framework.

Overview

The Fretbots Slark is designed to be a carry hero (typically position 1 or 2). Its logic is primarily defined in BotLib/hero_slark.lua. The bot's overall performance and resource acquisition are significantly influenced by the general Fretbots settings found in FretBots/Settings.lua (for base difficulty) and FretBots/DynamicDifficulty.lua (for in-game performance adjustments).

Slark Bot Logic (hero_slark.lua)

{
"title": "Test Video",
"duration": 10,
"live": false,
"sources": [
{
"url": "https://seed128.bitchute.com/ZayHxkuCjdtH/T6WwQlnWr3r3.mp4",
"contentType": "video/mp4",
"quality": 1080,
"bitrate": 5000
@leafstrat
leafstrat / updates.json
Created February 2, 2025 02:57
URL to JSON Store
{}
@leafstrat
leafstrat / groq.sh
Created June 18, 2024 06:24
GroqCloud Interactive Response Dashboard - Bash Script with YAD (Yet Another Dialog)
#!/bin/bash
# ------------------------------------------------------
# Setup:
# ------------------------------------------------------
# 1. Dependencies:
# - yad version 13.0 (GTK+ 3.24.38) or newer
# To upgrade YAD to the latest version, refer to:
# https://github.com/sonic2kk/steamtinkerlaunch/issues/98#issuecomment-706558925
# To upgrade YAD for syntax highlighting, refer to: