This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- 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")) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- 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 |