Skip to content

Instantly share code, notes, and snippets.

View mqrauma36-code's full-sized avatar

mqrauma36-code

  • Joined May 15, 2026
View GitHub Profile
repeat wait() until game:IsLoaded() and game.Players.LocalPlayer
getgenv().Team = "Pirates"
getgenv().Config = {
["Safe Health"] = {30},
["Custom Y Run"] = {
repeat wait() until game:IsLoaded() and game.Players.LocalPlayer
getgenv().Team = "Pirates"
getgenv().Config = {
["Safe Health"] = {30},
["Custom Y Run"] = {
@mqrauma36-code
mqrauma36-code / Treo.lua
Created May 15, 2026 04:14
Anhminhsiepzai
-- Đảm bảo game đã load xong hoàn toàn
if not game:IsLoaded() then game.Loaded:Wait() end
local Players = game:GetService("Players")
local LocalPlayer = Players.LocalPlayer
local ReplicatedStorage = game:GetService("ReplicatedStorage")
local CoreGui = game:GetService("CoreGui")
local CommF = ReplicatedStorage:WaitForChild("Remotes"):WaitForChild("CommF_")
---------------------------------------------------------
@mqrauma36-code
mqrauma36-code / Treo.lua
Created May 15, 2026 04:12
Anhminhsiepzai
-- Đảm bảo game đã load xong hoàn toàn
if not game:IsLoaded() then game.Loaded:Wait() end
local Players = game:GetService("Players")
local LocalPlayer = Players.LocalPlayer
local ReplicatedStorage = game:GetService("ReplicatedStorage")
local CoreGui = game:GetService("CoreGui")
local CommF = ReplicatedStorage:WaitForChild("Remotes"):WaitForChild("CommF_")
---------------------------------------------------------
@mqrauma36-code
mqrauma36-code / Treo.lua
Created May 15, 2026 04:10
Dev-minhdepzai
-- Đảm bảo game đã load xong hoàn toàn
if not game:IsLoaded() then game.Loaded:Wait() end
local Players = game:GetService("Players")
local LocalPlayer = Players.LocalPlayer
local ReplicatedStorage = game:GetService("ReplicatedStorage")
local CoreGui = game:GetService("CoreGui")
local CommF = ReplicatedStorage:WaitForChild("Remotes"):WaitForChild("CommF_")
---------------------------------------------------------