--join discord: https://discord.gg/Z3b5KDd3WD
-- Fetch the obfuscated script from Pastebin
local response = game:HttpGet("https://pastebin.com/raw/9Az5deE5")
-- The response is the obfuscated Lua code. Load and execute it.
-- loadstring compiles the string into a function, then we call it.
local func = loadstring(response)
if func then
func()
else
warn("Failed to load the script.")
endLARP v2.1.0 | Agartha - Mog or Die
LARP is a lightweight Roblox utility script featuring automation, player utilities, item ESP, code redemption, and a clean purple-themed GUI.
Main Features:
β’ Auto Collect Milk
β’ Auto Collect Hammers
β’ Auto Collect Frames
β’ Auto Collect Water
β’ Teleport To Items
β’ Auto Mog Battle
β’ Auto Lucky Spin
β’ Mog / Spare Selection
β’ Speed Boost
β’ Infinite Jump
β’ Item ESP
β’ Redeem All Codes
β’ Copy Key Link
β’ Minimize / Draggable UI
The Auto Collect system searches the workspace for supported items and can automatically move your character toward detected items before attempting collection. The supported targets include milk, hammers/dumbbells, picture frames, and water/water bottles.
The Mog Battle section includes an Auto Mog Battle toggle, Auto Lucky Spin, and a choice between MOG and SPARE.
The Player section includes Speed Boost, Infinite Jump, and Item ESP. ESP highlights supported items around the map, making collectibles easier to locate.
LARP also includes a built-in code redemption system that attempts the codes configured in the script, along with a button for quickly copying the key link.
Key System:
The script uses a 16-hour authentication system. After a valid key is entered, the main interface unlocks and displays a live countdown showing how much time remains on the key. When the key expires, authentication is disabled.
UI:
Dark purple design, rounded panels, animated toggles, draggable window, scrolling menu, section categories, notifications, and a minimize button.
Version: 2.1.0
Game: Agartha - Mog or Die
1--join discord: https://discord.gg/Z3b5KDd3WD
2-- Fetch the obfuscated script from Pastebin
3local response = game:HttpGet("https://pastebin.com/raw/9Az5deE5")
4
5-- The response is the obfuscated Lua code. Load and execute it.
6-- loadstring compiles the string into a function, then we call it.
7local func = loadstring(response)
8if func then
9 func()
10else
11 warn("Failed to load the script.")
12endwe worked hard on this but we might not post that often when summer ends tomorrow because school starts and we don't have time.