joygril/lua-minify
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
wait(0.1)
game.StarterGui:SetCore("SendNotification", {
Title = "سـكـربـت الـمـطـورة جـيـون ";
Text = "جـار تـحـمـيـل... "; -- ARAB TEAM
Duration = 5;
})
wait(0.1)
game.StarterGui:SetCore("SendNotification", {
Title = "مـن تـطـويـر الـمـطـورة جـيـون ";
Text = "جـار تـحـمـيـل... "; -- ARAB TEAM
Duration = 5;
})
local args = {
[1] = "RolePlayName",
[2] = "ッ Script JG Brookhaven ッ"
}
game:GetService("ReplicatedStorage").RE:FindFirstChild("1RPNam1eTex1t"):FireServer(unpack(args))
wait(0.1)
game.StarterGui:SetCore("SendNotification", {
Title = "By.DeveloperJeon ";
Text = " تـم تـحـمـيـل سـكـربـت "; -- ARAB TEAM
Duration = 5;
})
game:GetService("ReplicatedStorage").RE:FindFirstChild("1RPNam1eTex1t"):FireServer(unpack(args))
loadstring(game:HttpGet(("https://raw.githubusercontent.com/joygril/JG-Script/refs/heads/main/Jeon-Hub.txt")))()
MakeWindow({
Hub = {
Title = "- Script JG Brookhaven | V2.3 -",
Animation = "Script JG Brookhaven"
},
Key = {
KeySystem = false,
Title = "Key System",
Description = "",
KeyLink = "",
Keys = {"1234"},
Notifi = {
Notifications = true,
CorrectKey = "Running the Script...",
Incorrectkey = "The key is incorrect",
CopyKeyLink = "Copied to Clipboard"
}
}
})
MinimizeButton({
Image = "rbxassetid://6675147486",
Size = {50, 50},
Color = Color3.fromRGB(8, 0, 0),
Corner = true,
Stroke = false,
StrokeColor = Color3.fromRGB(0, 0, 0)
})
local Main = MakeTab({Name = "{ }"})
local BodyParts = {
Waist = 0,
RightArm = 0,
LeftArm = 0,
RightLeg = 0,
LeftLeg = 0,
Head = 0
}
AddTextBox(Main, {
Name = "كود",
Default = "",
PlaceholderText = "اكتبي ID",
ClearText = true,
Callback = function(value)
BodyParts.Head = tonumber(value)
end
})
AddButton(Main, {
Name = "تطبيق",
Callback = function()
-- لازم نرسل 6 أرقام كاملة بالترتيب الصحيح
local args = {
{
BodyParts.Waist, -- 1 خصر
BodyParts.RightArm, -- 2 ذراع يمين
BodyParts.LeftArm, -- 3 ذراع يسار
BodyParts.RightLeg, -- 4 رجل يمين
BodyParts.LeftLeg, -- 5 رجل يسار
BodyParts.Head -- 6 رأس (يتغير)
}
}
-- إرسال للسيرفر
game:GetService("ReplicatedStorage")
:WaitForChild("Remotes")
:WaitForChild("ChangeCharacterBody")
:InvokeServer(unpack(args))
end
})
#A Lua tool for minifying and reverse engineering minified Lua code
wait(0.1)
game.StarterGui:SetCore("SendNotification", {
Title = "سـكـربـت الـمـطـورة جـيـون ";
Text = "جـار تـحـمـيـل... "; -- ARAB TEAM
Duration = 5;
})
wait(0.1)
game.StarterGui:SetCore("SendNotification", {
Title = "مـن تـطـويـر الـمـطـورة جـيـون ";
Text = "جـار تـحـمـيـل... "; -- ARAB TEAM
Duration = 5;
})
local args = {
[1] = "RolePlayName",
[2] = "ッ Script JG Brookhaven ッ"
}
game:GetService("ReplicatedStorage").RE:FindFirstChild("1RPNam1eTex1t"):FireServer(unpack(args))
wait(0.1)
game.StarterGui:SetCore("SendNotification", {
Title = "By.DeveloperJeon ";
Text = " تـم تـحـمـيـل سـكـربـت "; -- ARAB TEAM
Duration = 5;
})
game:GetService("ReplicatedStorage").RE:FindFirstChild("1RPNam1eTex1t"):FireServer(unpack(args))
loadstring(game:HttpGet(("https://raw.githubusercontent.com/joygril/JG-Script/refs/heads/main/Jeon-Hub.txt")))()
MakeWindow({
Hub = {
Title = "- Script JG Brookhaven | V2.3 -",
Animation = "Script JG Brookhaven"
},
Key = {
KeySystem = false,
Title = "Key System",
Description = "",
KeyLink = "",
Keys = {"1234"},
Notifi = {
Notifications = true,
CorrectKey = "Running the Script...",
Incorrectkey = "The key is incorrect",
CopyKeyLink = "Copied to Clipboard"
}
}
})
MinimizeButton({
Image = "rbxassetid://6675147486",
Size = {50, 50},
Color = Color3.fromRGB(8, 0, 0),
Corner = true,
Stroke = false,
StrokeColor = Color3.fromRGB(0, 0, 0)
})
local Main = MakeTab({Name = "{ }"})