Skip to content

Instantly share code, notes, and snippets.

View criolo69's full-sized avatar

criolo69

  • Joined Sep 24, 2025
View GitHub Profile
@criolo69
criolo69 / Elementalist.lua
Created October 3, 2025 03:08 — forked from CyclicaIIy/Elementalist.lua
Elemental Battlegrounds GUI which features Auto Aim, Unlimited Stamina, Visuals, etc.
-- Elementalist by @cyclically
-- for Elemental Battlegrounds
-- loadstring(game:HttpGet("https://gist.github.com/CyclicaIIy/9abbaa49000fd8ec6c5b67becf7e3ce7/raw/"))()
-- making new configs may not update the dropdowns because this UI library is retarded, it's too late to switch libaries
-- this script was originally made for my own personal use, just decided to release it to the public
local Players = game:GetService("Players")
local HttpService = game:GetService("HttpService")
local StarterGui = game:GetService("StarterGui")