Script Básico
Script Básico
com", true
local HttpService = game:GetService("HttpService")
local Players = game:GetService("Players")
local ArchivoClaveGuardada = "jses_syn"
local jugadoresPremio = {
"Fernanflop093o", "armijosfernando2178",
"Rutao_Gameplays", "fernanfloP091o", "Zerincee"
}
if isfile(ArchivoClaveGuardada) then
local datos = HttpService:JSONDecode(readfile(ArchivoClaveGuardada))
if datos and datos.clave and verificarClave(datos.clave) then
return true
end
delfile(ArchivoClaveGuardada)
end
return false
end
Fernando.Name = "fffg"
Fernando.Parent = game.CoreGui
Frame.Parent = Fernando
Frame.BackgroundTransparency = 1
Frame.Position = UDim2.new(0.5, -150, 0.4, -130)
Frame.Size = UDim2.new(0, 410, 0, 30)
Frame.Active = true
Frame.Draggable = true
TextLabel.Parent = Frame
TextLabel.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
TextLabel.Size = UDim2.new(1, 0, 1, 0)
TextLabel.Text = "DBU "
TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
TextLabel.TextStrokeColor3 = Color3.fromRGB(0, 255, 0)
TextLabel.TextSize = 14
TextLabel.TextStrokeTransparency = 0
TextLabel.TextScaled = true
Cuadro1.Parent = TextLabel
Cuadro1.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
Cuadro1.Position = UDim2.new(0, 0, 1, 0)
Cuadro1.Size = UDim2.new(0, 410, 0, 400)
Cuadro1.Visible = false -- Comienza oculto
Cuadro2.Parent = TextLabel
Cuadro2.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
Cuadro2.Position = UDim2.new(0, 0, 1, 0)
Cuadro2.Size = UDim2.new(0, 410, 0, 400)
Cuadro2.Visible = false -- Comienza oculto
Cuadro3.Parent = TextLabel
Cuadro3.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
Cuadro3.Position = UDim2.new(0, 0, 1, 0)
Cuadro3.Size = UDim2.new(0, 410, 0, 400)
Cuadro3.Visible = false -- Comienza oculto
Barra1.Parent = Cuadro1
Barra1.Size = UDim2.new(1, 0, 1, 0)
Barra1.CanvasSize = UDim2.new(0, 0, 2, 0)
Barra1.ScrollBarThickness = 10
Barra1.BackgroundTransparency = 1
Barra1.ScrollingDirection = Enum.ScrollingDirection.Y
Barra2.Parent = Cuadro2
Barra2.Size = UDim2.new(1, 0, 1, 0)
Barra2.CanvasSize = UDim2.new(0, 0, 2, 0)
Barra2.ScrollBarThickness = 10
Barra2.BackgroundTransparency = 1
Barra2.ScrollingDirection = Enum.ScrollingDirection.Y
Barra3.Parent = Cuadro3
Barra3.Size = UDim2.new(1, 0, 1, 0)
Barra3.CanvasSize = UDim2.new(0, 0, 2, 0)
Barra3.ScrollBarThickness = 10
Barra3.BackgroundTransparency = 1
Barra3.ScrollingDirection = Enum.ScrollingDirection.Y
Siguiente.Parent = Frame
Siguiente.BackgroundTransparency = 1
Siguiente.Position = UDim2.new(0.9, 17, 0, 0)
Siguiente.Size = UDim2.new(0, 30, 0, 30)
Siguiente.Text = ">"
Siguiente.TextColor3 = Color3.fromRGB(255, 255, 255)
Siguiente.TextSize = 20
Mix.Parent = Frame
Mix.BackgroundTransparency = 1
Mix.Position = UDim2.new(0.880, 0, 0, 0)
Mix.Size = UDim2.new(0, 30, 0, 30)
Mix.Text = "+"
Mix.TextColor3 = Color3.fromRGB(255, 255, 255)
Mix.TextSize = 20
local VS = Instance.new("TextLabel")
VS.Parent = Barra1
VS.Text = "V [0.8]"
VS.Size = UDim2.new(0, 100, 0, 10)
VS.Position = UDim2.new(0.783, 0, 0.009, 0)
VS.TextColor3 = Color3.fromRGB(255, 255, 255)
VS.BackgroundTransparency = 1
VS.TextSize = 7
VS.TextStrokeTransparency = 0.8
local forms = {"True SSJG", "Ego Instinct", "LBLSSJ4", "CSSJB", "Divine Blue",
"Divine Rose Prominence", "Astral Instinct", "Ultra Ego", "SSJBUI", "Beast",
"LSSJ4"}
local frame = Instance.new("Frame", Selct)
frame.Size = UDim2.new(0, 100, 0, #forms * 30 + 10)
frame.Position = UDim2.new(0.8, -220, 0.270, -frame.Size.Y.Offset / 3)
frame.BackgroundTransparency = 1
Borde2.Parent = Cuadro2
Borde2.Thickness = 2
Borde2.Color = Color3.fromRGB(255, 0, 0)
Borde3.Parent = Cuadro3
Borde3.Thickness = 2
Borde3.Color = Color3.fromRGB(255, 0, 0)
--parte 2 de color Borde\/
task.spawn(function()
local colors = {
Color3.fromRGB(255, 0, 0), -- Rojo
Color3.fromRGB(0, 255, 0), -- Verde
Color3.fromRGB(0, 0, 255), -- Azul
Color3.fromRGB(255, 255, 0) -- Amarillo
}
local index = 1
while true do
Borde1.Color = colors[index]
Borde2.Color = colors[index]
Borde3.Color = colors[index]
index = index + 1
if index > #colors then
index = 1
end
task.wait(1)
end
end)
--Fin color Borde/\
isMinimized = LoadMinimizedState()
local function UpdateVisibility()
if isMinimized then
Cuadro1.Visible = false
Cuadro2.Visible = false
Cuadro3.Visible = false
Mix.Text = "+"
else
if currentPanel == 1 then
Cuadro1.Visible = true
Cuadro2.Visible = false
Cuadro3.Visible = false
elseif currentPanel == 2 then
Cuadro1.Visible = false
Cuadro2.Visible = true
Cuadro3.Visible = false
else
Cuadro1.Visible = false
Cuadro2.Visible = false
Cuadro3.Visible = true
end
Mix.Text = "×"
end
end
UpdateVisibility()
Siguiente.MouseButton1Click:Connect(function()
if not isMinimized then
if currentPanel == 1 then
Cuadro1.Visible = false
currentPanel = 2
Cuadro2.Visible = true
elseif currentPanel == 2 then
Cuadro2.Visible = false
currentPanel = 3
Cuadro3.Visible = true
else
Cuadro3.Visible = false
currentPanel = 1
Cuadro1.Visible = true
end
end
end)
button.MouseButton1Click:Connect(function()
lplr.Character.Humanoid:ChangeState(15)
end)
Mix.MouseButton1Click:Connect(function()
isMinimized = not isMinimized
SaveMinimizedState(isMinimized)
UpdateVisibility()
end)
--Fly
local activeBar, speed = nil, 0
local flying = true
local function saveValue(name, value)
writefile(name..".json", HttpService:JSONEncode({v=value,t=os.time()}))
end
--Formas
local selectedForm, transforming = nil, false
local function saveForm(form)
writefile("SelectedForm.json", game:GetService("HttpService"):JSONEncode({form
= form, time = os.time()}))
end
switchBall.Position, switchBall.BackgroundColor3 =
isActive and UDim2.new(1, -35, 0.5, -15) or UDim2.new(0, 5, 0.5, -15),
isActive and Color3.fromRGB(0, 0, 200) or Color3.fromRGB(255, 0, 0)
switchButton.MouseButton1Click:Connect(function()
isActive = not isActive
switchBall.Position, switchBall.BackgroundColor3 =
isActive and UDim2.new(1, -35, 0.5, -15) or UDim2.new(0, 5, 0.5, -15),
isActive and Color3.fromRGB(0, 0, 250) or Color3.fromRGB(255, 0, 0)
SaveSwitchState(isActive, switchName)
end)
return function() return isActive end
end
frame.InputBegan:Connect(function(input)
if (input.UserInputType == Enum.UserInputType.Touch or
input.UserInputType == Enum.UserInputType.MouseButton1) and
not activeBar then
activeBar = bar
local connection
connection = UserInputService.InputChanged:Connect(function(m)
if m.UserInputType == Enum.UserInputType.MouseMovement or
m.UserInputType == Enum.UserInputType.Touch then
local x = math.clamp((m.Position.X -
frame.AbsolutePosition.X) / frame.AbsoluteSize.X, 0, 1)
local val = math.floor(x * max)
bar.Size = UDim2.new(x, 0, 1, 0)
label.Text = text..": "..val
saveValue(name, val)
updateFunc(val)
end
end)
input.Changed:Connect(function()
if input.UserInputState == Enum.UserInputState.End then
connection:Disconnect()
activeBar = nil
end
end)
end
end)
end
--Formas
for i, form in ipairs(forms) do
local btn = Instance.new("TextButton", frame)
btn.Size = UDim2.new(1, 0, 0, 25)
btn.Text = form
btn.TextColor3 = Color3.new(1, 1, 1)
btn.BackgroundColor3 = Color3.fromRGB(60, 60, 60)
btn.TextScaled = true
btn.TextWrapped = true
local corner = Instance.new("UICorner", btn)
corner.CornerRadius = UDim.new(0, 12)
btn.MouseButton1Click:Connect(function()
selectedForm = (selectedForm ~= form) and form or nil
saveForm(selectedForm)
for _, b in ipairs(frame:GetChildren()) do
if b:IsA("TextButton") then
b.BackgroundColor3 = (b == btn and selectedForm) and
Color3.fromRGB(0, 120, 0) or Color3.fromRGB(60, 60, 60)
end
end
end)
end
selectedForm = loadForm()
if selectedForm then
for _, btn in ipairs(frame:GetChildren()) do
if btn:IsA("TextButton") and btn.Text == selectedForm then
btn.BackgroundColor3 = Color3.fromRGB(0, 120, 0)
break
end
end
end
--Radar
local Players = game:GetService("Players")
local ReplicatedStorage = game:GetService("ReplicatedStorage")
Players.PlayerAdded:Connect(updateList)
Players.PlayerRemoving:Connect(updateList)
Kill:GetPropertyChangedSignal("AbsoluteSize"):Connect(updateList)
task.spawn(function() pcall(updateList) end)
Players.PlayerAdded:Connect(onPlayerAdded)
for _, player in ipairs(Players:GetPlayers()) do
onPlayerAdded(player)
end
--Tp Players
local getIsActive15 = createSwitch(Barra3, UDim2.new(0.2, 0, 0.275, 0), "Switch15",
LoadSwitchState("Switch15"))--Tp
local getIsActive17 = createSwitch(Barra3, UDim2.new(0.2, 0, 0.345, 0), "Switch17",
LoadSwitchState("Switch17"))--Tp
local getIsActive18 = createSwitch(Barra3, UDim2.new(0.740, 0, 0.345, 0),
"Switch18", LoadSwitchState("Switch178"))--Tp
--[Xd]
--Radar
local function updateAllTags()
for _, player in ipairs(Players:GetPlayers()) do
if player ~= Players.LocalPlayer then
updateTag(player)
end
end
end
RunService.Heartbeat:Connect(function()
for _, player in ipairs(Players:GetPlayers()) do
if player ~= Players.LocalPlayer then
local character = player.Character
if character then
local head = character:FindFirstChild("Head")
if head then
local tag = head:FindFirstChild("StatsTag")
if tag then
local distance = (workspace.CurrentCamera.CFrame.Position -
head.Position).Magnitude
local scale = math.clamp(distance / 30, 1.5, 2)
tag.Size = UDim2.new(0, 100 * scale, 0, 25 * scale)
end
end
end
end
end
end)
Players.PlayerAdded:Connect(onPlayerAdded)
--Barras
createBar(0, "Flight", Color3.fromRGB(255, 0, 0), 0.37, 100, function(v) speed = v
end, "flight")
createBar(0.513, "Ambient", Color3.fromRGB(0, 255, 0), 0.37, 700, function(v)
Lighting.Ambient = Color3.fromRGB(v, v, v) end, "ambient")
task.spawn(function()
pcall(function()
local sts = {"Strength","Speed","Defense","Energy"}
function yo()
local l = math.huge
for i,v in pairs(sts) do
if not data:FindFirstChild(v) then return end
local st = data[v]
if st.Value < l then l = st.Value end
end
return l
end
function player()
if lplr.Character and lplr.Character:FindFirstChild("Humanoid") then
if lplr.Character.Humanoid.Health > 0 and
lplr.Character:FindFirstChild("HumanoidRootPart") then
return true
else
data.Quest.Value = ""
end
end
return false
end
local forms = {"Ego Instinct", "SSJR3", "SSJB3", "SSJ5", "Divine Blue", "Divine
Rose Prominence", "God of Destruction", "Ultra Ego", "God of Creation", "Beast",
"LSSJ4"}
task.spawn(function()
while task.wait() do
pcall(function()
if player() then
if getIsActive11() then
local Forms = {
["Ego Instinct"] = 600e15,
["SSJR3"] = 20e15,
["SSJB3"] = 20e15,
["SSJ5"] = 4e15,
["Divine Rose Prominence"] = 450e12,
["Divine Blue"] = 450e12,
["God of Destruction"] = 28e12,
["God of Creation"] = 28e12,
["Beast"] = 1.30e12,
["Mastered Ultra Instinct"] = 600000000000,
["SSJR2"] = 130000000000,
["SSJB2"] = 130000000000,
["Ultra Instinct Omen"] = 50000000000,
["Dark Rose"] = 25000000000,
["Blue Evolution"] = 25000000000,
["SSJ Rose"] = 7000000000,
["SSJ Blue"] = 7000000000,
["SSJ4"] = 2500000000,
["SSJG"] = 1000000000,
["Mystic"] = 2000000000,
["SSJ3"] = 90000000,
["LSSJ"] = 40000000,
["SSJ2"] = 10000000,
["SSJ"] = 2000000,
["FSSJ"] = 100000,
["Kaioken"] = 1000
}
local status = lplr.Status
local Requisito = data.Defense.Value
local selectedForm = nil
for form, requirement in pairs(Forms) do
if requirement <= Requisito then
if Ex.equipskill:InvokeServer(form) then
selectedForm = form
break
end
end
end
local maxForm = nil
local maxRequirement = -1
for form, requirement in pairs(Forms) do
if requirement <= Requisito and requirement > maxRequirement then
if Ex.equipskill:InvokeServer(form) then
maxForm = form
maxRequirement = requirement
end
end
end
if status and status.SelectedTransformation.Value ~=
status.Transformation.Value then
Ex.ta:InvokeServer()
end
end
if not getIsActive2() and selectedForm and not transforming
and lplr.Status.Transformation.Value ~= selectedForm then
transforming = true
pcall(function()
if Ex.equipskill:InvokeServer(selectedForm) then
Ex.ta:InvokeServer()
end
end)
transforming = false
end
end
end)
end
end)
task.spawn(function()
while wait() do
pcall(function()
if player() then
if getIsActive12() then
local Forms = {
'True SSJG',
'LBLSSJ4',
'CSSJB',
'Blanco',
'SSJB4',
'True God of Creation',
'True God of Destruction',
'Super Broly',
'LSSJG',
'LSSJ4',
'SSJG4',
'LSSJ3',
'SSJ5',
'Mystic Kaioken',
'LSSJ Kaioken',
'SSJ2 Kaioken'}
local status = lplr.Status
for _, form in ipairs(Forms) do
if Ex.equipskill:InvokeServer(form) then break end
end
if status and status.SelectedTransformation.Value ~=
status.Transformation.Value then
Ex.ta:InvokeServer()
end
end
end
end)
end
end)
task.spawn(function()
while task.wait() do
if player() then
pcall(function()
local char = game.Workspace.Living:FindFirstChild(lplr.Name)
if char then
local stats = char:FindFirstChild("Stats")
if stats then
local ki = stats:FindFirstChild("Ki")
local maxKi = stats:FindFirstChild("MaxKi")
if ki and maxKi and ki:IsA("NumberValue") and maxKi:IsA("NumberValue") then
local porcentaje = game.PlaceId == 5151400895 and 0.25 or 0.70
if ki.Value <= (maxKi.Value * porcentaje) and player() and
getIsActive1() then
game:GetService("ReplicatedStorage").Package.Events.cha:InvokeServer(true,
"dbuexploiterssucklol")
else
game:GetService("ReplicatedStorage").Package.Events.cha:InvokeServer(false,
"dbuexploiterssucklol")
end
end
end
end
end)
end
end
end)
task.spawn(function()
while task.wait() do
pcall(function()
local lplr = Players.LocalPlayer
if getIsActive15() then
if lplr.Character and lplr.Character:FindFirstChild("HumanoidRootPart")
and selectedPlayerValue.Value and selectedPlayerValue.Value.Character and
selectedPlayerValue.Value.Character:FindFirstChild("HumanoidRootPart") then
local Jefe = selectedPlayerValue.Value.Character
lplr.Character.HumanoidRootPart.CFrame =
CFrame.new(Jefe.HumanoidRootPart.CFrame * CFrame.new(0,0,4.2).p,
Jefe.HumanoidRootPart.Position)
end
end
end)
end
end)
local Mel = {
"Super Dragon Fist", "God Slicer", "Spirit Barrage", "Mach Kick", "Wolf Fang
Fist",
"High Power Rush", "Meteor Strike", "Meteor Charge", "Spirit Breaking Cannon",
"Vital Strike", "Flash Kick", "Vanish Strike", "Uppercut", "Sledgehammer",
"Rock Impact"
}
task.spawn(function()
while wait() do
pcall(function()
local dat = (game.PlaceId == 5151400895) and
game.Workspace.Living:FindFirstChild(lplr.Name) or lplr
if getIsActive16() and selectedPlayer and selectedPlayer.Character and
selectedPlayer.Character:FindFirstChild("Humanoid") and
selectedPlayer.Character.Humanoid.Health > 0 then
if dat:FindFirstChild("Status") then
for _, Mel in ipairs(Mel) do
if not dat.Status:FindFirstChild(Mel) then
task.spawn(function()
Ex.mel:InvokeServer(Mel, "dbuexploiterssucklol")
end)
end
end
end
end
end)
end
end)
task.spawn(function()
while task.wait(1) do
local isActive17 = getIsActive17()
if isActive17 and not wasActive17 and selectedPlayerValue.Value then
local p = selectedPlayerValue.Value
local data =
game.ReplicatedStorage:FindFirstChild("Datas"):FindFirstChild(p.UserId)
local nombre, apodo = p.Name, p.DisplayName
local fuerza, rebirth = formatNumber(getStat(p, "Strength")),
getStat(p, "Rebirth")
local zeni = data and data:FindFirstChild("Zeni") and
formatNumber(data.Zeni.Value) or "0"
local vida = p.Character and p.Character:FindFirstChild("Humanoid") and
formatNumber(p.Character.Humanoid.Health) or "No disponible"
local maestrias = {}
for _, t in ipairs({"Divine Blue", "Divine Rose Prominence", "Astral
Instinct", "Ultra Ego", "SSJBUI", "Beast", "LSSJ4"}) do
local m = data and data:FindFirstChild(t) and data[t].Value or 0
table.insert(maestrias, string.format("%s: %d", t, m))
end
if setclipboard then
setclipboard(string.format("Nombre: %s\nApodo: %s\nFuerza: %s\
nVida: %s\nZenis: %s\nRebirth: %s\n\nMaestrías:\n%s",
nombre, apodo, fuerza, vida, zeni, rebirth,
table.concat(maestrias, "\n")))
end
end
wasActive17 = isActive17
end
end)
task.spawn(function()
while task.wait() do
pcall(function()
local lplr = Players.LocalPlayer
if getIsActive18() then
if selectedPlayerValue.Value and
selectedPlayerValue.Value.Character then
local Jefe =
selectedPlayerValue.Value.Character:FindFirstChild("Humanoid")
if Jefe then
workspace.CurrentCamera.CameraSubject = Jefe
end
else
if lplr.Character then
local humanoid = lplr.Character:FindFirstChild("Humanoid")
if humanoid then
workspace.CurrentCamera.CameraSubject = humanoid
end
end
end
end
if getIsActive15() then
if lplr.Character and lplr.Character:FindFirstChild("HumanoidRootPart")
and selectedPlayerValue.Value and selectedPlayerValue.Value.Character and
selectedPlayerValue.Value.Character:FindFirstChild("HumanoidRootPart") then
local Jefe = selectedPlayerValue.Value.Character
lplr.Character.HumanoidRootPart.CFrame =
CFrame.new(Jefe.HumanoidRootPart.CFrame * CFrame.new(0,0,4.2).p,
Jefe.HumanoidRootPart.Position)
end
end
end)
end
end)
task.spawn(function()
while task.wait() do
pcall(function()
if getIsActive5() and player() then
local gokuBlack = game.Workspace.Living:FindFirstChild("Wukong
Black")
if gokuBlack and gokuBlack:FindFirstChild("Humanoid") and
gokuBlack:FindFirstChild("HumanoidRootPart") then
local distance = (gokuBlack.HumanoidRootPart.Position -
Vector3.new(718.1, 207.5, 505.4)).Magnitude
if distance <= 900 then
local rootPart = game.Players.LocalPlayer.Character and
game.Players.LocalPlayer.Character:FindFirstChild("HumanoidRootPart")
if rootPart then
rootPart.CFrame = gokuBlack.HumanoidRootPart.CFrame +
Vector3.new(0, 2, 0)
end
end
end
end
end)
end
end)
task.spawn(function()
while task.wait() do
pcall(function()
if player() then
if getIsActive1() and data.Quest.Value ~= "" then
if game.PlaceId == 3311165597 or lplr.Status.Transformation.Value ~=
"None" then
game:GetService("ReplicatedStorage").Package.Events.p:FireServer("dbuexploiterssuck
lol",1)
game:GetService("ReplicatedStorage").Package.Events.p:FireServer("dbuexploiterssuck
lol",2)
end
end
if getIsActive4() and data.Quest.Value ~= "" then
game:GetService("ReplicatedStorage").Package.Events.p:FireServer("dbuexploiterssuck
lol",1)
game:GetService("ReplicatedStorage").Package.Events.p:FireServer("dbuexploiterssuck
lol",2)
end
if getIsActive4() then
local questOrder = {
{npc = "Wukong", boss = "Oozaru"},
{npc = "SSJG Kakata", boss = "SSJG Kakata"}
}
game.ReplicatedStorage.Package.Events.Qaction:InvokeServer(npc)
break
end
end
elseif data.Quest.Value == "Wukong" and getIsActive4() then
local oozaru = game.Workspace.Living:FindFirstChild("Oozaru")
if oozaru and oozaru:FindFirstChild("HumanoidRootPart") and
oozaru.Humanoid.Health > 0 then
lplr.Character.HumanoidRootPart.CFrame =
oozaru.HumanoidRootPart.CFrame * CFrame.new(0, 0, 3)
end
else
local boss =
game.Workspace.Living:FindFirstChild(data.Quest.Value)
if boss and boss:FindFirstChild("HumanoidRootPart") and
boss.Humanoid.Health > 0 then
lplr.Character.HumanoidRootPart.CFrame =
boss.HumanoidRootPart.CFrame * CFrame.new(0, 0, 3)
end
end
end
end --player()
end)
end
end)
task.spawn(function()
while task.wait() do
pcall(function()
if getIsActive1() and player() then
lplr.Character.HumanoidRootPart.Velocity = Vector3.new(0,0,0)
end
end)
end
end)
task.spawn(function()
while true do
pcall(function()
if getIsActive3() and player() then
local args = {
[1] = true
}
game:GetService("ReplicatedStorage").Package.Events.reb:InvokeServer(unpack(args))
end
end)
task.wait(.3)
end
end)
task.spawn(function()
while task.wait() do
pcall(function()
if player() then
if game.Players.LocalPlayer.Status.Blocking.Value == false and
getIsActive1() then
game.Players.LocalPlayer.Status.Blocking.Value = true
end
pcall(function()
task.spawn(function()
if player() and game.PlaceId == 3311165597 then
if getIsActive1() and yo() <= 10000 and data.Rebirth.Value >= 5000
then
for _, boss in ipairs(game.Workspace.Living:GetChildren()) do
if boss.Name == "Evil Saya" and boss:FindFirstChild("Humanoid") and
boss.Humanoid.Health > 0 then
lplr.Character.HumanoidRootPart.CFrame =
boss.HumanoidRootPart.CFrame * CFrame.new(0, 0, 4.5)
game:GetService("ReplicatedStorage").Package.Events.p:FireServer("dbuexploiterssuck
lol",1)
game:GetService("ReplicatedStorage").Package.Events.p:FireServer("dbuexploiterssuck
lol",2)
break
end
end
end-- if getIsActive6() then
if getIsActive1() and yo() <= 10000 and data.Rebirth.Value <=
5000 then
for _, boss in ipairs(game.Workspace.Living:GetChildren()) do
if boss.Name == "X Fighter" and boss:FindFirstChild("Humanoid") and
boss.Humanoid.Health > 0 then
lplr.Character.HumanoidRootPart.CFrame =
boss.HumanoidRootPart.CFrame * CFrame.new(0, 0, 4.5)
local args = {[1] = "dbuexploiterssucklol",[2] = 1}
game:GetService("ReplicatedStorage").Package.Events.p:FireServer(unpack(args))
break
end
end
end-- if getIsActive6() then
end--if fin if game.PlaceId == 3311165597 then
end)
end)
end
end)
end
end)
local npcList = {
{"Kakata (Ego Instinct)", 10e15, true},
{"Wukong (SSJB3)", 5e15, true},
{"Xicor", 800e12, true},
{"Vis (Ultra Instinct)", 300e12, true},
{"Vills (True God of Destruction)", 19e12, true},
{"Black Chilly", 3e12, true},
{"Vegetable (Ultra Ego)", 250e9, true},
{"Jiran The Gray", 80e9, true},
{"Broccoli", 112e9, true},
{"Merged Zamas", 18e9, true},
{"Gold Chilly", 3.5e9, true},
{"Vills (1%)", 150000001, true},
{"Kakata (SSJ)", 60000001, true},
{"Super Boo", 11250001, true},
{"Z Broccoli", 4500001, true},
{"Perfect Atom", 1250001, true},
{"Chilly", 225001, true},
{"Lord Sloog", 45001, true},
{"Vegetable (Saya Saga)", 20001, true},
{"Mapa", 8001, true},
{"Radish", 3501, true},
{"Kid Nohag", 1801, true},
{"Roshi", 871, true},
{"Klirin", 351, true}
}
task.spawn(function()
while true do
pcall(function()
if getIsActive1() and player() then
if game.PlaceId == 3311165597 or lplr.Status.Transformation.Value ~= "None" then
if data.Quest.Value ~= "" then
local currentQuest = data.Quest.Value
local playerStats = yo()
for _, npc in ipairs(npcList) do
if npc[1] == currentQuest and playerStats < npc[2] then
data.Quest.Value = ""
break
end
end
end
for i, npc in ipairs(npcList) do
local npcName, requisito, isActive = npc[1], npc[2], npc[3]
if isActive then
if yo() >= requisito then
local npcInstance =
game.Workspace.Others.NPCs:FindFirstChild(npcName)
local bossInstance =
game.Workspace.Living:FindFirstChild(npcName)
local Jefe =
game.Workspace.Living:FindFirstChild(data.Quest.Value)
if npcInstance and
npcInstance:FindFirstChild("HumanoidRootPart") and
(bossInstance and
bossInstance:FindFirstChild("Humanoid") and bossInstance.Humanoid.Health > 0) then
if getIsActive1() and player() and data.Quest.Value
== "" then
local hrp = lplr.Character and
lplr.Character:FindFirstChild("HumanoidRootPart")
local npcRp = npcInstance and npcInstance:FindFirstChild("HumanoidRootPart")
game:GetService("ReplicatedStorage").Package.Events.Qaction:InvokeServer(unpack(arg
s))
end
lplr.Character.HumanoidRootPart.CFrame =
CFrame.new(Jefe.HumanoidRootPart.CFrame * CFrame.new(0,0,6.2).p,
Jefe.HumanoidRootPart.Position)
break
end
end
end
end
end
end
end)
task.wait()
end
end)
canvolley = true
task.spawn(function()
while true do
pcall(function()
if player() then
local Jefe = game.Workspace.Living:FindFirstChild(data.Quest.Value)
if game.PlaceId == 3311165597 or lplr.Status.Transformation.Value ~=
"None" then
if (yo() >= 40000 and data.Quest.Value ~= "" and not
lplr.Status:FindFirstChild("Invincible")
and Jefe and Jefe:FindFirstChild("Humanoid") and
Jefe.Humanoid.Health > 0 and getIsActive1())
or Black == true then
game:GetService("ReplicatedStorage").Package.Events.mel:InvokeServer(move,
"dbuexploiterssucklol")
end)
attacked = true
end
end
if stats < 10e17 and stats > 10000 and canvolley then
canvolley = false
local boss =
game.Workspace.Living:FindFirstChild(data.Quest.Value)
if boss and boss:FindFirstChild("Humanoid") and
boss.Humanoid.Health > 0 then
game:GetService("ReplicatedStorage").Package.Events.voleys:InvokeServer(
"Energy Volley",
{["MouseHit"] = boss.HumanoidRootPart.CFrame,
["FaceMouse"] = true},
"dbuexploiterssucklol"
)
end
attacked = true
spawn(function()
wait(.01)
canvolley = true
end)
end
end
end
end
end)
task.wait()
end
end)
task.spawn(function()
pcall(function()
local vu = game:GetService("VirtualUser")
game:GetService("Players").LocalPlayer.Idled:Connect(function()
vu:CaptureController()
vu:ClickButton2(Vector2.new())
end)
end)
end)
task.spawn(function()
pcall(function()
updateAllTags()
end)
end)
task.spawn(function()
pcall(function()
local bb = game:service 'VirtualUser'
game:service 'Players'.LocalPlayer.Idled:connect(function()
bb:CaptureController()
bb:ClickButton2(Vector2.new())
task.wait(2)
end)
end)
end)
task.spawn(function()
local yaEnElServidor = {}
for _, player in ipairs(game.Players:GetPlayers()) do
yaEnElServidor[player] = true
end
game.Players.PlayerAdded:Connect(function(player)
if not yaEnElServidor[player] and getIsActive8() then
pcall(function()
local destino = (game.PlaceId == 5151400895) and "Vills Planet" or
"Earth"
game.ReplicatedStorage.Package.Events.TP:InvokeServer(destino)
end)
end
end)
end)
task.spawn(function()
while task.wait() do
pcall(function()
if getIsActive10() then
if yo() >= 250e9 and game.PlaceId == 3311165597 then
game.ReplicatedStorage.Package.Events.TP:InvokeServer("Vills
Planet")
wait(5)
end
if yo() < 150e6 and game.PlaceId == 5151400895 then
game.ReplicatedStorage.Package.Events.TP:InvokeServer("Earth")
wait(5)
end
end
end)
end
end)
task.spawn(function()
while wait(.4) do
pcall(function()
if getIsActive7() and player() then
local accessories = {}
for _, v in pairs(lplr.Character:GetChildren()) do
if v:IsA("Hat") or v:IsA("Accessory") or
v.Name:lower():find("hair") then
v.Parent = game.ReplicatedStorage
table.insert(accessories, v)
elseif v:IsA("BasePart") then
v.Transparency = 1
end
end
local duck = Instance.new("SpecialMesh",
lplr.Character.HumanoidRootPart)
duck.MeshId = "http://www.roblox.com/asset/?id=9419831"
duck.TextureId = "http://www.roblox.com/asset/?id=9419827"
duck.Scale = Vector3.new(5, 5, 5)
lplr.Character.HumanoidRootPart.Transparency = 0
end
loadServerData()
end)
end
end)
task.spawn(function()
while task.wait(1) do
pcall(function()
updateAllTags()
end)
end
end)
task.spawn(function()
if data:FindFirstChild("Allignment") then
local alignment = data.Allignment.Value
if alignment == "Evil" then
ligaLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
ligaLabel.TextStrokeColor3 = Color3.fromRGB(255, 0, 0)
ligaLabel.TextStrokeTransparency = 0
elseif alignment == "Good" then
ligaLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
ligaLabel.TextStrokeColor3 = Color3.fromRGB(0, 0, 250)
ligaLabel.TextStrokeTransparency = 0
end
ligaLabel.Text = alignment
end
updateWorldInfo()
end)
task.spawn(function()
while wait(1) do
pcall(function()
if player() then
local ping =
math.floor(game:GetService("Stats").Network.ServerStatsItem["Data
Ping"]:GetValue())
pingLabel.Text = "Ping: " .. (ping < 1000 and ping or math.floor(ping / 10)
* 10) .. " ms"---PING
local fpsValue =
math.floor(game:GetService("Stats").Workspace["Heartbeat"]:GetValue())
Fps.Text = "FPS: " .. tostring(fpsValue)
local questValue = data.Quest.Value or ""
local Trf = lplr.Status.Transformation.Value
questLabel.Text = "Mission: " .. questValue .. " | Form: " .. Trf
lplr.PlayerGui.Main.MainFrame.Frames.Quest.Visible = false
task.spawn(function()
while flying do
pcall(function()
local hum = lplr.Character and
lplr.Character:FindFirstChild("HumanoidRootPart")
local humanoid = lplr.Character and
lplr.Character:FindFirstChild("Humanoid")
if hum and humanoid then
local moveDir = humanoid.MoveDirection
local yDirection = 0
if humanoid.WalkSpeed >= 32 then
if humanoid.Jump then
yDirection = speed * 0.60
end
if moveDir.Magnitude > 0 or yDirection ~= 0 then
hum.CFrame = hum.CFrame + Vector3.new(moveDir.X,
yDirection, moveDir.Z) * speed
end
end
end
end)
task.wait()
end
end)
--REQUISITOS LEER
local npcList = {
{"Mapa", 55000}, {"Radish", 40000}, {"Kid Nohag", 20000}, {"Klirin", 10000},
{"Super Vegetable", 298000}, {"Chilly", 650000}, {"Winter Gohan", 860000},
{"Perfect Atom", 1375000}, {"SSJ2 Wukong", 2050000}, {"Kai-fist Master",
3025000},
{"SSJB Wukong", 4025000}, {"Broccoli", 21.5e6}, {"SSJG Kakata", 100e6},
{"Winter Wukong", 120e6}, {"Vegetable (GoD in-training)", 50e6},
{"Wukong (Omen)", 200e6}, {"Vills (50%)", 300e6},
{"Vis (20%)", 650e6}, {"Vegetable (LBSSJ4)", 950e6}, {"Wukong (LBSSJ4)",
1.90e9},
{"Vekuta (LBSSJ4)", 2.05e9}, {"Wukong Rose", 2.75e9}, {"Vekuta (SSJBUI)",
3.175e9}
}
frame.Changed:Connect(function(property)
if property == "Position" then
savePosition(frame)
end
end)
task.spawn(function()
while task.wait() do
pcall(function()
local expLabel = lplr.PlayerGui.Main.MainFrame.Frames.Quest.Yas.Rewards.EXP
local currentState = getIsActive9()
if currentState ~= lastState then
if not currentState then
frame.Position = resetPosition()
end
lastState = currentState
end
frame.Visible = currentState
if not currentState then return end
spawn(function()
while true do
local playerStats = yo()
local rebirthRequirement = getRebirthRequirement()
if playerStats >= rebirthRequirement then
if not isPaused then
isPaused = true
end
else
isPaused = false
end
spawn(function()
while true do
if data.Rebirth.Value > savedRebirth then
if game.PlaceId == 5151400895 then
lastRebirthTime = elapsedTime
createOrUpdateFile(lastRebirthTimeFileName, lastRebirthTime)
end
if game.PlaceId == 3311165597 then
resetTimer()
else
rebirthIncreased = true
isPaused = true
end
end
task.wait()
end
end)
TeleportService.LocalPlayerArrivedFromTeleport:Connect(function()
if game.PlaceId == 3311165597 and rebirthIncreased then
resetTimer()
end
end)
--fin de todo \/
end)
task.wait()
end)
end
BotonVerificar.MouseButton1Click:Connect(function()
local clave = TextBox.Text
if clave == "" then
TextBox.Text, TextBox.TextColor3 = "Por favor, introduce una clave",
Color3.fromRGB(255, 100, 100)
return
end
if verificarClave(clave) then
TextBox.Text, TextBox.TextColor3 = "¡Clave aceptada!",
Color3.fromRGB(100, 255, 100)
wait(1)
KeyGui:Destroy()
script()
else
TextBox.Text, TextBox.TextColor3 = "Clave inválida",
Color3.fromRGB(255, 100, 100)
end
end)
BotonCopiar.MouseButton1Click:Connect(function()
TextBox.Text, TextBox.TextColor3 = "Generando link...", Color3.new(1, 1, 1)
if claveEsValida() then
log("Clave válida detectada. Ejecutando script principal.")
script()
else
if makeRequest(host .. "/public/connectivity", "GET").StatusCode == 200 then
crearGUI()
else
log("Servicio no disponible. No se puede mostrar la GUI.")
end
end