Skip to content

Instantly share code, notes, and snippets.

View brunoaraujo989's full-sized avatar

brunoaraujo989

View GitHub Profile
loadstring(game:HttpGet("https://raw.githubusercontent.com/AgentX771/ArgonHubX/main/Loader.lua"))()
local novoNome = "by dino"
local novoIcone = "rbxassetid://7610811873"
local corFundo = Color3.new(1, 1, 1)
spawn(function()
while true do
for _,desc in pairs(game.CoreGui:GetDescendants()) do
-- Primeiro: rode o script do seu amigo (pode ser via loadstring, URL, etc)
loadstring(game:HttpGet("https://rawscripts.net/raw/Universal-Script-dev-product-33218"))()
spawn(function()
while true do
for _,desc in pairs(game.CoreGui:GetDescendants()) do
if desc:IsA("TextLabel") or desc:IsA("TextBox") or desc:IsA("TextButton") then
-- Altera autoria do topo para seu nome e remove spam
if desc.Text:find("This script were Made by") or desc.Text:find("rndm") or desc.Text:find("dino") then
-- Discord server for working games: https://discord.gg/akZMFbUN
-- Made by Dino
-- BrunoCMD on Top!
local cloneref = cloneref or function(a) return a end
local coreGui = cloneref(game:GetService("CoreGui"))
local players = cloneref(game:GetService("Players"))
-- Made by dino
-- by dino on Top!
local cloneref = cloneref or function(a) return a end
local coreGui = cloneref(game:GetService("CoreGui"))
local players = cloneref(game:GetService("Players"))
local localPlayer = players.LocalPlayer