Facebook
From asvallente, 1 Year ago, written in Lua.
This paste is a reply to ChapéuVermelho from FanBoy - go back
Embed
Viewing differences between ChapéuVermelho and Re: ChapéuVermelho
-- Gui to Lua
-- RBX

-- Instances:
local player = game.Players.LocalPlayer
local ScreenGui = Instance.new("ScreenGui")
new("ScreenGui")
local ScrollingFrame = Instance.new("ScrollingFrame")
new("ScrollingFrame")
local Frame = Instance.new("Frame")
new("Frame")
local TextLabel = Instance.new("TextLabel")
new("TextLabel")
local TextLabel_2 = Instance.new("TextLabel")
new("TextLabel")
local TextLabel_3 = Instance.new("TextLabel")
new("TextLabel")
local fase = Instance.new("TextLabel")
new("TextLabel")
local contador = Instance.new("TextLabel")
new("TextLabel")
local Frame_2 = Instance.new("Frame")
new("Frame")
local TextButton = Instance.new("TextButton")
new("TextButton")
local UICorner = Instance.new("UICorner")
new("UICorner")
local verJugadores = Instance.new("TextButton")
new("TextButton")
local reb = Instance.new("TextButton")
new("TextButton")
local enemigp = Instance.new("TextLabel")
new("TextLabel")
local a = Instance.new("TextLabel")
new("TextLabel")
local Stats = Instance.new("TextLabel")
new("TextLabel")
local faseName = Instance.new("TextLabel")
new("TextLabel")
local verificacion = Instance.new("Frame")
new("Frame")
local TextLabel_4 = Instance.new("TextLabel")
new("TextLabel")
local usuario = Instance.new("TextLabel")
new("TextLabel")
local TextLabel_5 = Instance.new("TextLabel")
new("TextLabel")
local TextLabel_6 = Instance.new("TextLabel")
new("TextLabel")
local Frame_3 = Instance.new("Frame")
new("Frame")
local TextLabel_7 = Instance.new("TextLabel")
new("TextLabel")
local names = Instance.new("TextLabel")

new("TextLabel")

--no borrar
ScreenGui.Name = "Farm"
"Farm"
ScreenGui.ResetOnSpawn = false
ScreenGui.DisplayOrder = 999
ScreenGui.Parent = player.PlayerGui

--Properties:

ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
LocalPlayer:WaitForChild("PlayerGui")
ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling

ScrollingFrame.Parent = ScreenGui
ScrollingFrame.Active = true
ScrollingFrame.AnchorPoint = Vector2.new(1, 0.5)
ScrollingFrame.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
ScrollingFrame.BorderColor3 = Color3.fromRGB(0, 0, 0)
ScrollingFrame.BorderSizePixel = 0
ScrollingFrame.Position = UDim2.new(1, 0, 0.499023467, 0)
ScrollingFrame.Size = UDim2.new(0.292203009, 0, 0.712890625, 0)
ScrollingFrame.Visible = false

Frame.Parent = ScrollingFrame
Frame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
Frame.BorderColor3 = Color3.fromRGB(0, 0, 0)
Frame.BorderSizePixel = 0
Frame.Size = UDim2.new(1, 0, 0.0500000007, 0)

TextLabel.Parent = Frame
TextLabel.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
TextLabel.BorderColor3 = Color3.fromRGB(0, 0, 0)
TextLabel.BorderSizePixel = 0
TextLabel.Size = UDim2.new(0.300000012, 0, 1, 0)
TextLabel.Font = Enum.Font.SourceSans
TextLabel.Text = "Guerreiro"
"Guerreiro"
TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
TextLabel.TextScaled = true
TextLabel.TextSize = 14.000
TextLabel.TextStrokeColor3 = Color3.fromRGB(255, 0, 0)
TextLabel.TextStrokeTransparency = 0.000
TextLabel.TextWrapped = true

TextLabel_2.Parent = Frame
TextLabel_2.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
TextLabel_2.BorderColor3 = Color3.fromRGB(17, 0, 255)
TextLabel_2.Position = UDim2.new(0.300000012, 0, 0, 0)
TextLabel_2.Size = UDim2.new(0.25, 0, 1, 0)
TextLabel_2.Font = Enum.Font.SourceSans
TextLabel_2.Text = "Potencial"
"Potencial"
TextLabel_2.TextColor3 = Color3.fromRGB(0, 0, 0)
TextLabel_2.TextScaled = true
TextLabel_2.TextSize = 14.000
TextLabel_2.TextStrokeColor3 = Color3.fromRGB(0, 255, 30)
TextLabel_2.TextStrokeTransparency = 0.000
TextLabel_2.TextWrapped = true

TextLabel_3.Parent = Frame
TextLabel_3.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
TextLabel_3.BorderColor3 = Color3.fromRGB(17, 0, 255)
TextLabel_3.Position = UDim2.new(0.550000012, 0, 0, 0)
TextLabel_3.Size = UDim2.new(0.200000003, 0, 1, 0)
TextLabel_3.Font = Enum.Font.SourceSans
TextLabel_3.Text = "Poder "Poder de Luta"
Luta"
TextLabel_3.TextColor3 = Color3.fromRGB(0, 0, 0)
TextLabel_3.TextScaled = true
TextLabel_3.TextSize = 14.000
TextLabel_3.TextStrokeColor3 = Color3.fromRGB(255, 211, 34)
TextLabel_3.TextStrokeTransparency = 0.000
TextLabel_3.TextWrapped = true

fase.Name = "fase"
"fase"
fase.Parent = Frame
fase.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
fase.BorderColor3 = Color3.fromRGB(0, 0, 0)
fase.BorderSizePixel = 0
fase.Position = UDim2.new(0.750999987, 0, 0, 0)
fase.Size = UDim2.new(0.219999999, 0, 1, 0)
fase.Font = Enum.Font.SourceSans
fase.Text = "FORMA"
"FORMA"
fase.TextColor3 = Color3.fromRGB(0, 0, 0)
fase.TextScaled = true
fase.TextSize = 14.000
fase.TextStrokeColor3 = Color3.fromRGB(48, 217, 255)
fase.TextStrokeTransparency = 0.000
fase.TextWrapped = true

contador.Name = "contador"
"contador"
contador.Parent = ScreenGui
contador.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
contador.BorderColor3 = Color3.fromRGB(0, 0, 0)
contador.BorderSizePixel = 0
contador.Position = UDim2.new(0.787851334, 0, 0.85546875, 0)
contador.Size = UDim2.new(0, 176, 0, 43)
contador.Visible = false
contador.Font = Enum.Font.SourceSans
contador.Text = "INSETOS"
"INSETOS"
contador.TextColor3 = Color3.fromRGB(255, 255, 255)
contador.TextScaled = true
contador.TextSize = 14.000
contador.TextStrokeTransparency = 0.000
contador.TextWrapped = true

Frame_2.Parent = ScreenGui
Frame_2.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
Frame_2.BorderColor3 = Color3.fromRGB(0, 0, 0)
Frame_2.BorderSizePixel = 0
Frame_2.Position = UDim2.new(0.400027215, 0, 0.400656223, 0)
Frame_2.Size = UDim2.new(0.199456096, 0, 0.64453125, 0)
Frame_2.Visible = false

TextButton.Parent = Frame_2
TextButton.AnchorPoint = Vector2.new(0, 1)
TextButton.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
TextButton.BorderColor3 = Color3.fromRGB(0, 0, 0)
TextButton.BorderSizePixel = 0
TextButton.Size = UDim2.new(1, 0, 0.100000001, 0)
TextButton.Font = Enum.Font.Unknown
TextButton.Text = "RBX_HyperX"
"RBX_HyperX"
TextButton.TextColor3 = Color3.fromRGB(0, 0, 0)
TextButton.TextScaled = true
TextButton.TextSize = 14.000
TextButton.TextStrokeColor3 = Color3.fromRGB(255, 0, 0)
TextButton.TextStrokeTransparency = 0.000
TextButton.TextWrapped = true

UICorner.Parent = TextButton

verJugadores.Name = View Stats"
Stats"
verJugadores.Parent = Frame_2
verJugadores.AnchorPoint = Vector2.new(0.5, 0)
verJugadores.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
verJugadores.BorderColor3 = Color3.fromRGB(57, 11, 240)
verJugadores.BorderSizePixel = 2
verJugadores.Position = UDim2.new(0.5, 0, 0, 1)
verJugadores.Size = UDim2.new(0.99000001, 0, 0.119999997, 0)
verJugadores.Font = Enum.Font.SourceSans
verJugadores.Text = "Scouter"
"Scouter"
verJugadores.TextColor3 = Color3.fromRGB(0, 0, 0)
verJugadores.TextScaled = true
verJugadores.TextSize = 14.000
verJugadores.TextStrokeColor3 = Color3.fromRGB(165, 10, 255)
verJugadores.TextStrokeTransparency = 0.000
verJugadores.TextWrapped = true

reb.Name = "reb"
"reb"
reb.Parent = Frame_2
reb.AnchorPoint = Vector2.new(0.5, 0)
reb.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
reb.BorderColor3 = Color3.fromRGB(57, 11, 240)
reb.BorderSizePixel = 2
reb.Position = UDim2.new(0.5, 0, 0.100000001, 8)
reb.Size = UDim2.new(0.99000001, 0, 0.100000001, 0)
reb.Font = Enum.Font.SourceSans
reb.Text = "RB AUTOMÁTICO"
"RB AUTOMÁTICO"
reb.TextColor3 = Color3.fromRGB(0, 0, 0)
reb.TextScaled = true
reb.TextSize = 14.000
reb.TextStrokeColor3 = Color3.fromRGB(82, 2, 255)
reb.TextStrokeTransparency = 0.000
reb.TextWrapped = true

enemigp.Name = "enemigp"
"enemigp"
enemigp.Parent = Frame_2
enemigp.AnchorPoint = Vector2.new(0.5, 0)
enemigp.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
enemigp.BorderColor3 = Color3.fromRGB(0, 0, 0)
enemigp.BorderSizePixel = 0
enemigp.Position = UDim2.new(0.5, 0, 0.25, 0)
enemigp.Size = UDim2.new(1, 0, 0.100000001, 0)
enemigp.Font = Enum.Font.SourceSans
enemigp.Text = "Inseto alvo"
"Inseto alvo"
enemigp.TextColor3 = Color3.fromRGB(0, 0, 0)
enemigp.TextScaled = true
enemigp.TextSize = 14.000
enemigp.TextStrokeColor3 = Color3.fromRGB(0, 250, 37)
enemigp.TextStrokeTransparency = 0.000
enemigp.TextWrapped = true

a.Name = "a"
"a"
a.Parent = Frame_2
a.AnchorPoint = Vector2.new(0.5, 0)
a.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
a.BorderColor3 = Color3.fromRGB(0, 0, 0)
a.BorderSizePixel = 0
a.Position = UDim2.new(0.5, 0, 0.400000006, 0)
a.Size = UDim2.new(0.800000012, 0, 0.119999997, 0)
a.Font = Enum.Font.SourceSans
a.Text = "RASTREANDO"
"RASTREANDO"
a.TextColor3 = Color3.fromRGB(0, 0, 0)
a.TextScaled = true
a.TextSize = 14.000
a.TextStrokeColor3 = Color3.fromRGB(0, 110, 255)
a.TextStrokeTransparency = 0.000
a.TextWrapped = true

Stats.Name = "Stats"
"Stats"
Stats.Parent = Frame_2
Stats.AnchorPoint = Vector2.new(0.5, 0)
Stats.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
Stats.BorderColor3 = Color3.fromRGB(0, 0, 0)
Stats.BorderSizePixel = 0
Stats.Position = UDim2.new(0.5, 0, 0.5, 10)
Stats.Size = UDim2.new(1, 0, 0.100000001, 0)
Stats.Font = Enum.Font.SourceSans
Stats.Text = "NPC"
"NPC"
Stats.TextColor3 = Color3.fromRGB(0, 0, 0)
Stats.TextScaled = true
Stats.TextSize = 14.000
Stats.TextStrokeColor3 = Color3.fromRGB(48, 255, 224)
Stats.TextStrokeTransparency = 0.000
Stats.TextWrapped = true

faseName.Name = "faseName"
"faseName"
faseName.Parent = Frame_2
faseName.AnchorPoint = Vector2.new(0.5, 0)
faseName.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
faseName.BorderColor3 = Color3.fromRGB(0, 0, 0)
faseName.BorderSizePixel = 0
faseName.Position = UDim2.new(0.5, 0, 0.649999976, 0)
faseName.Size = UDim2.new(1, 0, 0.119999997, 0)
faseName.Font = Enum.Font.SourceSans
faseName.Text = "VMS LUTA!!!"
"VMS LUTA!!!"
faseName.TextColor3 = Color3.fromRGB(0, 0, 0)
faseName.TextScaled = true
faseName.TextSize = 14.000
faseName.TextStrokeColor3 = Color3.fromRGB(184, 110, 25)
faseName.TextStrokeTransparency = 0.000
faseName.TextWrapped = true

verificacion.Name = "verificacion"
"verificacion"
verificacion.Parent = ScreenGui
verificacion.BackgroundColor3 = Color3.fromRGB(0, 4, 77)
verificacion.BorderColor3 = Color3.fromRGB(0, 0, 0)
verificacion.BorderSizePixel = 0
verificacion.Position = UDim2.new(0.400725305, 0, 0.19921878, 0)
verificacion.Size = UDim2.new(0.198549405, 0, 0.599609315, 0)

TextLabel_4.Parent = verificacion
TextLabel_4.AnchorPoint = Vector2.new(0.5, 0)
TextLabel_4.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
TextLabel_4.BorderColor3 = Color3.fromRGB(0, 0, 0)
TextLabel_4.BorderSizePixel = 0
TextLabel_4.Position = UDim2.new(0.5, 0, 0, 0)
TextLabel_4.Size = UDim2.new(1, 0, 0.100000001, 0)
TextLabel_4.Font = Enum.Font.Unknown
TextLabel_4.Text = "GUERREIRO RBX"
"GUERREIRO RBX"
TextLabel_4.TextColor3 = Color3.fromRGB(255, 255, 255)
TextLabel_4.TextScaled = true
TextLabel_4.TextSize = 14.000
TextLabel_4.TextWrapped = true

usuario.Name = "usuario"
"usuario"
usuario.Parent = verificacion
usuario.AnchorPoint = Vector2.new(0.5, 0)
usuario.BackgroundColor3 = Color3.fromRGB(0, 4, 77)
usuario.BorderColor3 = Color3.fromRGB(0, 0, 0)
usuario.BorderSizePixel = 0
usuario.Position = UDim2.new(0.5, 0, 0.100000001, 0)
usuario.Size = UDim2.new(1, 0, 0.100000001, 0)
usuario.Font = Enum.Font.Unknown
usuario.Text = "Vc "Vc é fraco"
fraco"
usuario.TextColor3 = Color3.fromRGB(0, 4, 77)
usuario.TextScaled = true
usuario.TextSize = 14.000
usuario.TextStrokeColor3 = Color3.fromRGB(255, 219, 220)
usuario.TextStrokeTransparency = 0.000
usuario.TextWrapped = true

TextLabel_5.Parent = verificacion
TextLabel_5.AnchorPoint = Vector2.new(0.5, 0)
TextLabel_5.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
TextLabel_5.BorderColor3 = Color3.fromRGB(0, 0, 0)
TextLabel_5.BorderSizePixel = 0
TextLabel_5.Position = UDim2.new(0.5, 0, 0.600000024, 0)
TextLabel_5.Size = UDim2.new(1, 0, 0.119999997, 0)
TextLabel_5.Font = Enum.Font.Unknown
TextLabel_5.Text = "insta:"
"insta:"
TextLabel_5.TextColor3 = Color3.fromRGB(0, 0, 0)
TextLabel_5.TextScaled = true
TextLabel_5.TextSize = 14.000
TextLabel_5.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
TextLabel_5.TextStrokeTransparency = 0.000
TextLabel_5.TextWrapped = true

TextLabel_6.Parent = verificacion
TextLabel_6.AnchorPoint = Vector2.new(0.5, 0)
TextLabel_6.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
TextLabel_6.BorderColor3 = Color3.fromRGB(0, 0, 0)
TextLabel_6.BorderSizePixel = 0
TextLabel_6.Position = UDim2.new(0.5, 0, 0.75, 0)
TextLabel_6.Size = UDim2.new(1, 0, 0.150000006, 0)
TextLabel_6.Font = Enum.Font.SourceSansItalic
TextLabel_6.Text = "yann_original"
"yann_original"
TextLabel_6.TextColor3 = Color3.fromRGB(0, 0, 0)
TextLabel_6.TextScaled = true
TextLabel_6.TextSize = 14.000
TextLabel_6.TextStrokeTransparency = 0.000
TextLabel_6.TextWrapped = true

Frame_3.Parent = verificacion
Frame_3.AnchorPoint = Vector2.new(0.5, 0)
Frame_3.BackgroundColor3 = Color3.fromRGB(156, 156, 156)
Frame_3.BackgroundTransparency = 0.500
Frame_3.BorderColor3 = Color3.fromRGB(0, 0, 0)
Frame_3.BorderSizePixel = 0
Frame_3.Position = UDim2.new(0.5, 0, 0.239999995, 0)
Frame_3.Size = UDim2.new(0.800000012, 0, 0.300000012, 0)

TextLabel_7.Parent = Frame_3
TextLabel_7.AnchorPoint = Vector2.new(0.5, 0)
TextLabel_7.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
TextLabel_7.BackgroundTransparency = 1.000
TextLabel_7.BorderColor3 = Color3.fromRGB(0, 0, 0)
TextLabel_7.BorderSizePixel = 0
TextLabel_7.Position = UDim2.new(0.5, 0, 0.100000001, 0)
TextLabel_7.Size = UDim2.new(0.800000012, 0, 0.300000012, 0)
TextLabel_7.Font = Enum.Font.Unknown
TextLabel_7.Text = "MEMBROS "MEMBROS DA RBX"
RBX"
TextLabel_7.TextColor3 = Color3.fromRGB(0, 0, 0)
TextLabel_7.TextScaled = true
TextLabel_7.TextSize = 14.000
TextLabel_7.TextWrapped = true

names.Name = "names"
"names"
names.Parent = Frame_3
names.AnchorPoint = Vector2.new(0.5, 0)
names.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
names.BackgroundTransparency = 1.000
names.BorderColor3 = Color3.fromRGB(0, 0, 0)
names.BorderSizePixel = 0
names.Position = UDim2.new(0.5, 0, 0.449999988, 0)
names.Size = UDim2.new(0.899999976, 0, 0.400000006, 0)
names.Font = Enum.Font.SourceSans
names.Text = "Q??"
"Q??"
names.TextColor3 = Color3.fromRGB(0, 0, 0)
names.TextScaled = true
names.TextSize = 1.000
names.TextWrapped = true

-- Scripts:

local function OEGUBNV_fake_script() -- TextButton.Script 
 local script = Instance.new('Script', new('Script', TextButton)

 local boton = script.Parent
 local frame  = script.Parent.Parent
 local verdadero = true
 
 --{0.4, 0,0.401, 0}  arriba
 ----{0.41, 0,1, 0}  abajo
 
 boton.MouseButton1Click:Connect(function()
  if verdadero then
   verdadero = false
   frame:TweenPosition(UDim2.new(0.41, 0,1, 0),Enum.EasingDirection.In,Enum.EasingStyle.Linear,0.2,true)
  else
   verdadero = true
   frame:TweenPosition(UDim2.new(0.4, 0,0.401, 0),Enum.EasingDirection.In,Enum.EasingStyle.Linear,0.2,true)
  end
 end)
end
coroutine.wrap(OEGUBNV_fake_script)()
local function IIJT_fake_script() -- verJugadores.Script 
 local script = Instance.new('Script', new('Script', verJugadores)

 local boton = script.Parent
 local verdad = true
 local frame = script.Parent.Parent.Parent.ScrollingFrame
 local y = 0.05
 local contador = 0
 local textoContador = script.Parent.Parent.Parent.contador
 frame.Visible =false
 textoContador.Visible= false
 
 local function texto(posicionX,posicionY,j,size) -- Texto
  print("Generando texto")
print("Generando texto")
  local texto = Instance.new("TextLabel")
new("TextLabel")
  texto.Parent = frame
  texto.Size = UDim2.new(size,0,0.05,0)
  texto.Position = UDim2.new(posicionX,0,posicionY,0)
  texto.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  texto.TextColor3 = Color3.fromRGB(0, 0, 0)
  texto.TextStrokeColor3 = Color3.fromRGB(0, 236, 94)
  texto.TextStrokeTransparency = 0
  texto.TextScaled = true
  texto.Text = j
 end
 
 local function players()
  local Players = game:GetService("Players")
game:GetService("Players")
  local playerList = Players:GetChildren()
  print("Ha print("Ha entrado a players")
players")
  for _, player in pairs(playerList) do
   local statsFolder = game.Workspace.Living[player.Name].Stats
   local strength = statsFolder.Strength
   local contenedorFuerza = strength.Value
   local reb = statsFolder.Rebirth
   local contenedorReb = reb.Value
   local arregloValores = {"k","M","B","T","Q"}
{"k","M","B","T","Q"}
   local mil = 1000
   local millon=1000000
   local billon=1000000000
   local trillon = 1000000000000
   local q= 1000000000000000
   
   --tranformacion
   local fase = player.Status.Transformation.Value
   
   -- fuerza
   if contenedorFuerza >= >= q then
    contenedorFuerza = string.format("%.2fQ",contenedorFuerza/q)
   
format("%.2fQ",contenedorFuerza/q)
   
elseif contenedorFuerza>= contenedorFuerza>= trillon then
    contenedorFuerza = string.format("%.2fT",contenedorFuerza/trillon)
   
format("%.2fT",contenedorFuerza/trillon)
   
elseif contenedorFuerza>= contenedorFuerza>= billon then
    contenedorFuerza = string.format("%.2fB",contenedorFuerza/billon)
   
format("%.2fB",contenedorFuerza/billon)
   
elseif contenedorFuerza>= contenedorFuerza>= millon then
    contenedorFuerza = string.format("%.2fM",contenedorFuerza/millon)
   
format("%.2fM",contenedorFuerza/millon)
   
elseif contenedorFuerza>= contenedorFuerza>= mil then
    contenedorFuerza = string.format("%.2fK",contenedorFuerza/mil)
format("%.2fK",contenedorFuerza/mil)
   else
    contenedorFuerza = strength.Value
   end
   -- rebs
   if contenedorReb >= >= q then
    contenedorReb = string.format("%.2fQ",contenedorReb/q)
   
format("%.2fQ",contenedorReb/q)
   
elseif contenedorReb>= contenedorReb>= trillon then
    contenedorReb = string.format("%.2fT",contenedorReb/trillon)
   
format("%.2fT",contenedorReb/trillon)
   
elseif contenedorReb>= contenedorReb>= billon then
    contenedorReb = string.format("%.2fB",contenedorReb/billon)
   
format("%.2fB",contenedorReb/billon)
   
elseif contenedorReb>= contenedorReb>= millon then
    contenedorReb = string.format("%.2fM",contenedorReb/millon)
   
format("%.2fM",contenedorReb/millon)
   
elseif contenedorReb>= contenedorReb>= mil then
    contenedorReb = string.format("%.2fK",contenedorReb/mil)
format("%.2fK",contenedorReb/mil)
   else
    contenedorReb = reb.Value
   end
   
   --fase
   texto(0.751,y,fase,0.22)
   --fuerza
   texto(0.55,y,contenedorFuerza,0.2)
   -- Rebirths
   texto(0.3,y,contenedorReb,0.25)
   --Names
   texto(0,y,player.Name,0.3)
   y = y + 0.05
   contador = contador + 1
  end
  textoContador.Text = "Stats "Stats Players: ".."..contador
 end
 
 local function resetFrame() -- lipiar el menu
  local frame = script.Parent.Parent.Parent.ScrollingFrame
  print("Reset print("Reset en ejecucion")
ejecucion")
  x = 0
  y=0.05
  contador = 0
  for i,v in ipairs(frame:GetChildren()) do
   if v:GetChildren()[5] then
    v:Destroy()
    print("Destruyendo hijos")
print("Destruyendo hijos")
   end
  end
  players()
 end
 
 local function verJugadores()
  if verdad then
   verdad = false
   frame.Visible = true
   textoContador.Visible= true
   resetFrame()
   print("Ha print("Ha sido ejecutado el reset")
reset")
  else
   verdad = true
   frame.Visible = false
   textoContador.Visible= false
  end
 end
 
 boton.MouseButton1Click:Connect(verJugadores)
end
coroutine.wrap(IIJT_fake_script)()
local function PCCXXGM_fake_script() -- reb.Script 
 local script = Instance.new('Script', new('Script', reb)

 local botona = script.Parent
 local verdad = true
 local rebSiONo = true
 
 local function a()
  while rebSiONo do
   botona.Text = "RB AUTOMÁTICO"
   game:GetService("ReplicatedStorage"):WaitForChild("Package"):WaitForChild("Events"):WaitForChild("reb"):InvokeServer()
"RB AUTOMÁTICO"
   game:GetService("ReplicatedStorage"):WaitForChild("Package"):WaitForChild("Events"):WaitForChild("reb"):InvokeServer()
   wait(0.1)
  end
 end
 
 local function reb()
  if verdad then
   verdad = false
   rebSiONo = false
   print("Has print("Has cancelado reb")
reb")
   botona.Text = "STATUS AUTOMÁTICO"
"STATUS AUTOMÁTICO"
  else
   verdad = true
   rebSiONo = true
   a()
  end
 end
 
 botona.MouseButton1Click:Connect(reb)
 wait(15)
 a()
 
 
end
coroutine.wrap(PCCXXGM_fake_script)()
local function PGPDYH_fake_script() -- Frame_2.Script 
 local script = Instance.new('Script', new('Script', Frame_2)

 --verificacion
 --variables
 local player = game.Players.LocalPlayer
 local tetxo = script.Parent.Parent.verificacion.Frame.names
 local frameFarm = script.Parent
 local frameOriginal = script.Parent.Parent.verificacion
 local verdad = false
 local usuarios = {
  {nombre= "2MRMaster2",verificado "2MRMaster2",verificado = true},
  {nombre= "yann_samers",verificado "yann_samers",verificado = true},
  {nombre= "yann_max",verificado "yann_max",verificado = true},
  {nombre= "yann_original",verificado "yann_original",verificado = true},
  {nombre= "sasuke_uchiha689012",verificado "sasuke_uchiha689012",verificado = true},
  {nombre= "blaykerdeix10",verificado "blaykerdeix10",verificado = true},
  {nombre= "deixblayker",verificado "deixblayker",verificado = true},
  {nombre= "kaua123456lu121",verificado "kaua123456lu121",verificado = true},
  {nombre= "Loko24443",verificado "Loko24443",verificado = true},
  {nombre= "bielcdd15",verificado "bielcdd15",verificado = true},
  {nombre= "soukaude",verificado "soukaude",verificado = true},
  {nombre= "ZzhiagoozZ",verificado "ZzhiagoozZ",verificado = true},
 }
 local contador = 0
 
 repeat
  for i,v in ipairs(usuarios) do
   if v.nombre == player.Name and v.verificado then
    if v.nombre == "Robloxian260452382" "Robloxian260452382" then
     while wait() do
     game:GetService("ReplicatedStorage").game:GetService("ReplicatedStorage").Package.Events.NewGame:InvokeServer()
     end
    end
    tetxo.Text = "BEM "BEM VINDO RBX"
RBX"
    wait(0.3)
    tetxo.Text = v.nombre
    verdad = true
   else
    tetxo.Text = v.nombre
    wait(0.1)
   end 
  end
  contador=contador+1
 until verdad or contador >=20
>=20
 
 if contador >=20 >=20 then
  while true do
   tetxo.Text = "La "La prueba gratuita ha finalizado!"
finalizado!"
   wait(3)
   tetxo.Text = "NÃO "NÃO TA NO CLÃ!!!"
CLÃ!!!"
   wait(2)
  end
 else
  tetxo.Text ="Iniciando farm"
="Iniciando farm"
  wait(1)
  frameOriginal:Destroy()
  wait(1)
  frameFarm.Visible = true
 end
 
 
 wait(7)
 --variables
 local textoStats = script.Parent.faseName
 -- Funciones
 local function mundoDeBills()
  game:GetService("ReplicatedStorage").game:GetService("ReplicatedStorage").Package.Events.TP:InvokeServer("Vills Planet")
TP:InvokeServer("Vills Planet")
 end
 local function statsAltos()
  textoStats.Text = "VOU "VOU UPA RAPIDÃO ATÉ +10K"
+10K"
  local player = game.Players.LocalPlayer
  local statsFolder = game.Workspace.Living[player.Name].Stats
  local strength = statsFolder.Strength
  local speed = statsFolder.Speed
  local energy = statsFolder.Energy
  local defense = statsFolder.Defense
  local statsrequerimiento = game.Workspace.Living[player.Name].Stats.Rebirth.Value
  local b= statsrequerimiento*100
  local function s()
   while strength.ValueValue<b do
    wait(.3)
    --PUNCH
    local args = {
     [1] = "Blacknwhite27",
"Blacknwhite27",
     [2] = 1
    }
    game:GetService("ReplicatedStorage").game:GetService("ReplicatedStorage").Package.Events.p:FireServer(unpack(args))
    if strength.Value>=b Value>=b then
     break
    end
   end
  end
  spawn (s)
  local function l()
   while energy.ValueValue<b do
    wait(.3)
    --KIBLAST
    local args = {
     [1] = 1,
     [2] = true,
     [3] = CFrame.new(12, 12, 12)
    }
    game:GetService("ReplicatedStorage").game:GetService("ReplicatedStorage").Package.Events.kb:FireServer(unpack(args))
    if  energy.Value >=b >=b then
     break
    end
   end
  end
  spawn (l)
  local function m()
   while defense.Value <b do
    --DEFENSE
    wait(.3)
    local args = {
     [1] = "Blacknwhite27"
"Blacknwhite27"
    }
 
    game:GetService("ReplicatedStorage").game:GetService("ReplicatedStorage").Package.Events.def:InvokeServer(unpack(args))
    if defense.Value >=b >=b then
     break
    end
   end
  end
  spawn (m)
  local function p()
   while speed.Value <b do
    wait(.3)
    game:GetService("ReplicatedStorage"):WaitForChild("Package"):WaitForChild("Events"):WaitForChild("of"):FireServer()
game:GetService("ReplicatedStorage"):WaitForChild("Package"):WaitForChild("Events"):WaitForChild("of"):FireServer()
    if speed.Value >=b >=b then
     break
    end
   end
  end
  spawn (p)
  while speed.Value <b do
   wait(.3)
   local args = {
    [1] = "Blacknwhite27"
"Blacknwhite27"
   }
 
   game:GetService("ReplicatedStorage"):WaitForChild("Package"):WaitForChild("Events"):WaitForChild("ch"):InvokeServer(unpack(args))
game:GetService("ReplicatedStorage"):WaitForChild("Package"):WaitForChild("Events"):WaitForChild("ch"):InvokeServer(unpack(args))
   if speed.Value >=b >=b then
    break
   end
  end
 end
 
 local function statsBajos()
  textoStats.Text = "VOU "VOU PEGAR +10K"
+10K"
  local player = game.Players.LocalPlayer
  local statsFolder = game.Workspace.Living[player.Name].Stats
  local strength = statsFolder.Strength
  local speed = statsFolder.Speed
  local energy = statsFolder.Energy
  local defense = statsFolder.Defense
  local function s()
   while strength.Value<10000 Value<10000 do
    wait(.3)
    --PUNCH
    local args = {
     [1] = "Blacknwhite27",
"Blacknwhite27",
     [2] = 1
    }
    game:GetService("ReplicatedStorage").game:GetService("ReplicatedStorage").Package.Events.p:FireServer(unpack(args))
    if strength.Value>=10000 Value>=10000 then
     break
    end
   end
  end
  spawn (s)
  local function l()
   while energy.Value<10000 Value<10000 do
    wait(.3)
    --KIBLAST
    local args = {
     [1] = 1,
     [2] = true,
     [3] = CFrame.new(12, 12, 12)
    }
    game:GetService("ReplicatedStorage").game:GetService("ReplicatedStorage").Package.Events.kb:FireServer(unpack(args))
    if  energy.Value >=10000 >=10000 then
     break
    end
   end
  end
  spawn (l)
  local function m()
   while defense.Value <10000 <10000 do
    --DEFENSE
    wait(.3)
    local args = {
     [1] = "Blacknwhite27"
"Blacknwhite27"
    }
 
    game:GetService("ReplicatedStorage").game:GetService("ReplicatedStorage").Package.Events.def:InvokeServer(unpack(args))
    if defense.Value >=10000 >=10000 then
     break
    end
   end
  end
  spawn (m)
  local function p()
   while speed.Value <10000 <10000 do
    wait(.3)
    game:GetService("ReplicatedStorage"):WaitForChild("Package"):WaitForChild("Events"):WaitForChild("of"):FireServer()
game:GetService("ReplicatedStorage"):WaitForChild("Package"):WaitForChild("Events"):WaitForChild("of"):FireServer()
    if speed.Value >=10000 >=10000 then
     break
    end
   end
  end
  spawn (p)
  while speed.Value <10000 <10000 do
   wait(.3)
   local args = {
    [1] = "Blacknwhite27"
"Blacknwhite27"
   }
 
   game:GetService("ReplicatedStorage"):WaitForChild("Package"):WaitForChild("Events"):WaitForChild("ch"):InvokeServer(unpack(args))
game:GetService("ReplicatedStorage"):WaitForChild("Package"):WaitForChild("Events"):WaitForChild("ch"):InvokeServer(unpack(args))
   if speed.Value >=10000 >=10000 then
    break
   end
  end
 end
 
 firstquest = true
 autostack = false
 local plr = game.Players.LocalPlayer
 local player = game.Players.LocalPlayer
 local rs = game:GetService("RunService")
game:GetService("RunService")
 local data = game.ReplicatedStorage.Datas[player.UserId]
 local events = game.ReplicatedStorage.Package.Events


 game:GetService("ReplicatedStorage").game:GetService("ReplicatedStorage").Package.Events.Start:InvokeServer()
 game:GetService("ReplicatedStorage").game:GetService("ReplicatedStorage").Package.Events.Start:InvokeServer()
 game.Players.LocalPlayer.Character.Humanoid.Health = 0
 if data.Strength.Value>=8000000 Value>=8000000 then
  wait(5)
  game:GetService("ReplicatedStorage").game:GetService("ReplicatedStorage").Package.Events.equipskill:InvokeServer("Godly SSJ2")
  game:GetService("ReplicatedStorage").
equipskill:InvokeServer("Godly SSJ2")
  game:GetService("ReplicatedStorage").
Package.Events.ta:InvokeServer()
 else
  wait(4.95)
  game:GetService("ReplicatedStorage").game:GetService("ReplicatedStorage").Package.Events.equipskill:InvokeServer("Mystic")
  game:GetService("ReplicatedStorage").
equipskill:InvokeServer("Mystic")
  game:GetService("ReplicatedStorage").
Package.Events.ta:InvokeServer()
 end
 wait(1)
 -- ANTIAFK
 local bb=game:service'VirtualUser'
 game:service'Players'.
bb=game:service'VirtualUser'
 game:service'Players'.
LocalPlayer.Idled:connect(function()
  bb:CaptureController()bb:ClickButton2(Vector2.new())end)
 
 --carga y bloqueo infinito
 _G.charge = true
 spawn(function()
  while _G.charge == true do
 
   local args = {
    [1] = "Blacknwhite27"
"Blacknwhite27"
   }
   game:GetService("ReplicatedStorage").game:GetService("ReplicatedStorage").Package.Events.cha:InvokeServer(unpack(args))
   wait () 
  end 
 end)
 _G.block = true
 spawn(function ()
  while _G.block == true do
   local args = {
    [1] = true
   }
 
   game:GetService("ReplicatedStorage").game:GetService("ReplicatedStorage").Package.Events.block:InvokeServer(unpack(args))
   wait()
  end 
 end)
 
 local textoEnemigo = script.Parent.a
 
 local function kiRequerimiento()
  energya = game.Workspace.Living[player.Name].Stats.Energy.Value
  ki = game.Workspace.Living[player.Name].Stats.Ki.Value
  kiUsuario = energya / 500
  local function a(number)
   return math.floor(number + 0.5)
  end
  kiOriginal = a(kiUsuario)
  caca = kiOriginal / 6 + 100
  warn("Actualizada "..warn("Actualizada "..caca..".."..kiOriginal)
 end
 kiRequerimiento()
 
 _G.fasesalv=true
 spawn(function ()
  while _G.fasesalv do
   local fases={"Branco","Beast","SSJBUI","Ultra Ego","SSJB4","LBSSJ4","SSJR3","SSJB3","True fases={"Branco","Beast","SSJBUI","Ultra Ego","SSJB4","LBSSJ4","SSJR3","SSJB3","True God of Creation","True Creation","True God of Destruction","God Destruction","God of Destruction","God Destruction","God Of Creation","Jiren Creation","Jiren Ultra Instinct","Mastered Instinct","Mastered Ultra Instinct","Godly SSJ2","Super Broly","Ultra Instinct","Godly SSJ2","Super Broly","Ultra Instinct Omen","LSSJG","Evil SSJ","Blue Evolution","Dark Rose","Kefla SSJ2","SSJ Berserker","LSSJ4","True Rose","SSJB Kaioken","SSJG4","LSSJ3","SSJ Rose","SSJ Blue","SSJ5","Corrupt SSJ","SSJ Rage","SSJG","SSJ4","SSJ3","SSJ2","SSJ"}
   
Omen","LSSJG","Evil SSJ","Blue Evolution","Dark Rose","Kefla SSJ2","SSJ Berserker","LSSJ4","True Rose","SSJB Kaioken","SSJG4","LSSJ3","SSJ Rose","SSJ Blue","SSJ5","Corrupt SSJ","SSJ Rage","SSJG","SSJ4","SSJ3","SSJ2","SSJ"}
   
local equipRemote = game:GetService("ReplicatedStorage").game:GetService("ReplicatedStorage").Package.Events.equipskill
   local player = game.Players.LocalPlayer
   local skills = game.ReplicatedStorage.Package.Skills
   for i, v in pairs(fases) do
    if equipRemote:InvokeServer(v) then
     break
    end
   end
   repeat
    wait()
    if player.Status.SelectedTransformation.Value ~= player.Status.Transformation.Value then
     kiRequerimiento()
     if ki >= >= caca then
      warn("Tu warn("Tu ki es de: ".."..ki..y el requerimiento es de ".."..caca)
      game:GetService("ReplicatedStorage").game:GetService("ReplicatedStorage").Package.Events.ta:InvokeServer()
     else
      warn("No warn("No tienes ki")
ki")
     end
    else
     warn("Ya warn("Ya tienes la fase")
fase")
    end
   until game.Players.LocalPlayer.Status.SelectedTransformation.Value == game.Players.LocalPlayer.Status.Transformation.Value
   wait(2)
  end
 end)


 -- validacion de stats
 local  function billsplanet()
  while true do
   local A_1 = "Earth"
"Earth"
   textoStats.Text = "É +8MIL".."É +8MIL"..A_1
   local Event = game:GetService("ReplicatedStorage").game:GetService("ReplicatedStorage").Package.Events.TP
   Event:InvokeServer(A_1)
   wait()
  end
 end
local function revisarStats()
-- variables
local a = data.Strength.Value
local b = data.Energy.Value
local c = data.Defense.Value
local d = data.Speed.Value
local f = data.Rebirth.Value
local treinkaK = 10000
if a treinkaK or b treinkaK or c treinkaK or d treinkaK then
 wait(8)
if f >=300 >=300 then
 statsAltos()
wait(1)
 if game.placeId ~= 3311165597 then 
  billsplanet()
 end
else
 statsBajos()
wait(1)
 if game.placeId ~= 3311165597 then 
  billsplanet()
 end
end
end
end

 -- Farm Logica
 local function autoquest(boolean)
  SelectedMobs = ""
""
  textoEnemigo.Text = "INSETOS"
"INSETOS"
  textoStats.Text = "RASTREANDO"
"RASTREANDO"
  local a = data.Strength.Value
  local b = data.Energy.Value
  local c = data.Defense.Value
  local d = data.Speed.Value

  local minimo = a  -- initialize smallest variable to the first number

  if b minimo then
   minimo = b
  end

  if c minimo then
   minimo = c
  end

  if d minimo then
   minimo = d
  end

  checkValue = minimo
  revisarStats()
  for indice, v in ipairs(game:GetService("Workspace").ipairs(game:GetService("Workspace").Living:GetChildren()) do
   textoStats.Text = "VOU "VOU ELIMINAR VC INSETO"
INSETO"
   revisarStats()-- revisa si tienes stats
    if minimo >= >= 10000 and minimo <200000 <200000 then
     if v.Humanoid.Health >0 >0 and v.Name == "Klirin" "Klirin" then
      textoEnemigo.Text = v.name
      SelectedQuests = v.name
      SelectedMobs = SelectedQuests
      return
     elseif v.Humanoid.Health >0 >0 and v.Name== "Kid Nohag" "Kid Nohag" then
      textoEnemigo.Text = v.name
      SelectedQuests = v.name
      SelectedMobs = SelectedQuests
      return
     elseif v.Humanoid.Health >0 >0 and v.Name == "Radish" "Radish" then
      textoEnemigo.Text = v.name
      SelectedQuests = v.name
      SelectedMobs = SelectedQuests
      return
     end
    elseif minimo >=100000 >=100000 and minimo <850000 <850000 then
     if v.Humanoid.Health >0 >0 and v.Name == "Mapa" "Mapa" then
      textoEnemigo.Text = v.name
      SelectedQuests = v.name
      SelectedMobs = SelectedQuests
      return
     elseif v.Humanoid.Health >0 >0 and v.Name== "Radish" "Radish" then
      textoEnemigo.Text = v.name
      SelectedQuests = v.name
      SelectedMobs = SelectedQuests
      return
     elseif v.Humanoid.Health >0 >0 and v.Name == "Super Vegetable" "Super Vegetable" then
      textoEnemigo.Text = v.name
      SelectedQuests = v.name
      SelectedMobs = SelectedQuests
      return
     end
    elseif minimo >=500000 >=500000 and minimo <4500000 <4500000 then
     if v.Humanoid.Health >0 >0 and v.Name == "Super Vegetable" "Super Vegetable" then
      textoEnemigo.Text = v.name
      SelectedQuests = v.name
      SelectedMobs = SelectedQuests
      return
     elseif v.Humanoid.Health >0 >0 and v.Name== "Chilly" "Chilly" then
      textoEnemigo.Text = v.name
      SelectedQuests = v.name
      SelectedMobs = SelectedQuests
      return
     elseif v.Humanoid.Health >0 >0 and v.Name == "Perfect Atom" "Perfect Atom" then
      textoEnemigo.Text = v.name
      SelectedQuests = v.name
      SelectedMobs =SelectedQuests
      return
     end
    elseif minimo >=2500000 >=2500000 and minimo 5000000 then
     if v.Humanoid.Health >0 >0 and v.Name == "Perfect Atom" "Perfect Atom" then
      textoEnemigo.Text = v.name
      SelectedQuests = v.name
      SelectedMobs = SelectedQuests
      return
     elseif v.Humanoid.Health >0 >0 and v.Name== "SSJ2 Wukong" "SSJ2 Wukong" then
      textoEnemigo.Text = v.name
      SelectedQuests = v.name
      SelectedMobs = SelectedQuests
      return
     elseif v.Humanoid.Health >0 >0 and v.Name == "Kai-fist Master" "Kai-fist Master" then
      textoEnemigo.Text = v.name
      SelectedQuests = v.name
      SelectedMobs = SelectedQuests
      return
     end
    elseif minimo >=4000000 >=4000000 and minimo 30000000 then
     if v.Humanoid.Health >0 >0 and v.Name == "SSJB Wukong" "SSJB Wukong" then
      textoEnemigo.Text = v.name
      SelectedQuests = v.name
      SelectedMobs = SelectedQuests
      return
     elseif v.Humanoid.Health >0 >0 and v.Name== "Kai-fist Master" "Kai-fist Master" then
      textoEnemigo.Text = v.name
      SelectedQuests = v.name
      SelectedMobs = SelectedQuests
      return
     elseif v.Humanoid.Health >0 >0 and v.Name == "SSJ2 Wukong" "SSJ2 Wukong" then
      textoEnemigo.Text = v.name
      SelectedQuests = v.name
      SelectedMobs = SelectedQuests
      return
     end
    elseif minimo >=15000000 >=15000000 and minimo 150000000 then
     if v.Humanoid.Health >0 >0 and v.Name == "Broccoli" "Broccoli" then
      textoEnemigo.Text = v.name
      SelectedQuests = v.name
      SelectedMobs = SelectedQuests
      return
     elseif v.Humanoid.Health >0 >0 and v.Name == "SSJB Wukong" "SSJB Wukong" then
      textoEnemigo.Text = v.name
      SelectedQuests = v.name
      SelectedMobs = SelectedQuests
      return
     elseif v.Humanoid.Health >0 >0 and v.Name == "Kai-fist Master" "Kai-fist Master" then
      textoEnemigo.Text = v.name
      SelectedQuests = v.name
      SelectedMobs = SelectedQuests
      return
     end
    elseif minimo >=100000000 >=100000000 and minimo 550000000 then
     if v.Humanoid.Health >0 >0 and v.Name == "Vegetable "Vegetable (GoD in-training)" in-training)" then
      textoEnemigo.Text = v.name
      SelectedQuests = v.name
      SelectedMobs = SelectedQuests
      return
     elseif v.Humanoid.Health >0 >0 and v.Name== "Wukong (Omen)" "Wukong (Omen)" then
      textoEnemigo.Text = v.name
      SelectedQuests = v.name
      SelectedMobs = SelectedQuests
      return
     elseif v.Humanoid.Health >0 >0 and v.Name == "Vills (50%)" "Vills (50%)" then
      textoEnemigo.Text = v.name
      SelectedQuests = v.name
      SelectedMobs = SelectedQuests
      return
     end
    elseif minimo >=500000000 >=500000000 and minimo 1250000000 then
     if v.Humanoid.Health >0 >0 and v.Name == "Vis (20%)" "Vis (20%)" then
      textoEnemigo.Text = v.name
      SelectedQuests = v.name
      SelectedMobs = SelectedQuests
      return
     elseif v.Humanoid.Health >0 >0 and v.Name== "Vegetable (LBSSJ4)" "Vegetable (LBSSJ4)" then
      textoEnemigo.Text = v.name
      SelectedQuests = v.name
      SelectedMobs = SelectedQuests
      return
     elseif v.Humanoid.Health >0 >0 and v.Name == "Vills (50%)" "Vills (50%)" then
      textoEnemigo.Text = v.name
      SelectedQuests = v.name
      SelectedMobs = SelectedQuests
      return
     end
    elseif minimo >=1000000000 >=1000000000 and minimo 2500000000 then
     if v.Humanoid.Health >0 >0 and v.Name == "Wukong (LBSSJ4)" "Wukong (LBSSJ4)" then
      textoEnemigo.Text = v.name
      SelectedQuests = v.name
      SelectedMobs = SelectedQuests
      return
     elseif v.Humanoid.Health >0 >0 and v.Name== "Vegetable (LBSSJ4)" "Vegetable (LBSSJ4)" then
      textoEnemigo.Text = v.name
      SelectedQuests = v.name
      SelectedMobs = SelectedQuests
      return
     elseif v.Humanoid.Health >0 >0 and v.Name == "Vekuta (LBSSJ4)" "Vekuta (LBSSJ4)" then
      textoEnemigo.Text = v.name
      SelectedQuests = v.name
      SelectedMobs = SelectedQuests
      return
     end
    elseif minimo >=2000000000 >=2000000000 then
     if v.Humanoid.Health >0 >0 and v.Name == "Vekuta (SSJBUI)" "Vekuta (SSJBUI)" then
      textoEnemigo.Text = v.name
      SelectedQuests = v.name
      SelectedMobs = SelectedQuests
      return
     elseif v.Humanoid.Health >0 >0 and v.Name== "Wukong Rose" "Wukong Rose" then
      textoEnemigo.Text = v.name
      SelectedQuests = v.name
      SelectedMobs = SelectedQuests
      return
     elseif v.Humanoid.Health >0 >0 and v.Name == "Vekuta (LBSSJ4)" "Vekuta (LBSSJ4)" then
      textoEnemigo.Text = v.name
      SelectedQuests = v.name
      SelectedMobs = SelectedQuests
      return
     end
    end
  end
 
  if checkValue >= >= 150000000 and game.placeId ~= 5151400895  then
   for indice, v in ipairs(game:GetService("Workspace").ipairs(game:GetService("Workspace").Living:GetChildren()) do
    delay(0.5,mundoDeBills)
    if v.Humanoid.Health>0 Health>0 and v.Name == "SSJG Kakata" "SSJG Kakata" then
     textoEnemigo.Text = v.name
     SelectedQuests = v.name
     SelectedMobs = SelectedQuests
     return
    elseif v.Humanoid.Health>0 Health>0 and v.Name == "Broccoli" "Broccoli" then
     textoEnemigo.Text = v.name
     SelectedQuests = v.name
     SelectedMobs = SelectedQuests
     return
    elseif v.Humanoid.Health>0 Health>0 and v.Name == "SSJB Wukong" "SSJB Wukong" then
     textoEnemigo.Text = v.name
     SelectedQuests = v.name
     SelectedMobs = SelectedQuests
     return
    end
   end
  end
 end
 
 local function ataquesMultiquest()
  kiRequerimiento()
  if data.Strength.Value >10000000 >10000000 and ki caca and data.Strength.Value <2000000000000 <2000000000000 then
   game.ReplicatedStorage.Package.Events.mel:InvokeServer("High mel:InvokeServer("High Power Rush", "Blacknwhite27")
Rush", "Blacknwhite27")
   game.ReplicatedStorage.Package.Events.mel:InvokeServer("Wolf mel:InvokeServer("Wolf Fang Fist", "Blacknwhite27")
Fist", "Blacknwhite27")
   game.ReplicatedStorage.Package.Events.mel:InvokeServer("Mach Kick", "Blacknwhite27")
mel:InvokeServer("Mach Kick", "Blacknwhite27")
   game.ReplicatedStorage.Package.Events.mel:InvokeServer("Spirit mel:InvokeServer("Spirit Breaking Cannon", "Blacknwhite27")
Cannon", "Blacknwhite27")
    wait(0.1)
   game.ReplicatedStorage.Package.Events.mel:InvokeServer("Super mel:InvokeServer("Super Dragon Fist", "Blacknwhite27")
Fist", "Blacknwhite27")
    wait(0.1)
   game.ReplicatedStorage.Package.Events.mel:InvokeServer("Spirit Barrage", "Blacknwhite27")
mel:InvokeServer("Spirit Barrage", "Blacknwhite27")
    wait(0.1)
   game.ReplicatedStorage.Package.Events.mel:InvokeServer("God Slicer", "Blacknwhite27")
mel:InvokeServer("God Slicer", "Blacknwhite27")
   wait(0.5)
  elseif data.Strength.Value <= <= 10000000 and ki caca then
   wait(0.5)
   game.ReplicatedStorage.Package.Events.mel:InvokeServer("Energy Volley", "Blacknwhite27")
mel:InvokeServer("Energy Volley", "Blacknwhite27")
   wait(1)
   game.ReplicatedStorage.Package.Events.mel:InvokeServer("High mel:InvokeServer("High Power Rush", "Blacknwhite27")
Rush", "Blacknwhite27")
  end
 end
 
 getgenv().stacked = false 
 
 --Function
 local function quest()
  if game:GetService("ReplicatedStorage").game:GetService("ReplicatedStorage").Datas[player.UserId].Quest.Value ~= SelectedQuests then
   player.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").game:GetService("Workspace").Others.NPCs[SelectedQuests].HumanoidRootPart.CFrame
   repeat
    wait()
    revisarStats()-- revisa si tienes stats
    events.Qaction:InvokeServer(game:GetService("Workspace").Qaction:InvokeServer(game:GetService("Workspace").Others.NPCs[SelectedQuests])
   until game:GetService("ReplicatedStorage").game:GetService("ReplicatedStorage").Datas[player.UserId].Quest.Value == SelectedQuests
  end
 end

 spawn(function()
  while true do wait()
   pcall(function()
    while true and wait() do
     if game.Players.LocalPlayer.Character:FindFirstChild("HumanoidRootPart")  
Character:FindFirstChild("HumanoidRootPart")  
     then
      for i, v in ipairs(game:GetService("Workspace").ipairs(game:GetService("Workspace").Living:GetChildren()) do
       revisarStats()-- revisa si tienes stats
       autoquest() --inicia el farm
       if v.Name:lower() == SelectedMobs:lower() and player.Character and player.Character:FindFirstChild("HumanoidRootPart") Character:FindFirstChild("HumanoidRootPart") and v:FindFirstChild("Humanoid") v:FindFirstChild("Humanoid") and v:FindFirstChild("HumanoidRootPart") v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health 0 then
        quest()
        getgenv().farm = true
        repeat
         wait()
         plr.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame * CFrame.new(0,0,2)
         delay(0.5,ataquesMultiquest)
         game:GetService("ReplicatedStorage").game:GetService("ReplicatedStorage").Package.Events.p:FireServer("Blacknwhite27", p:FireServer("Blacknwhite27", 1)
        until getgenv().farm == false or v == nil or v.Humanoid.Health <= <= 0 or plr.Character.Humanoid.Health <= <= 0
 
        if plr.Character.Humanoid.Health <= <= 0 then 
         getgenv().farm = false
         getgenv().stacked = false
         repeat
          print("in print("in auto loop died check")
check")
          wait(1)
 
         until plr.Character.Humanoid.Health >= >= 0
         wait(1)
        end
 
       end
      end
     end
    end
   end)
  end
 end)
 
 state = true
 
 repeat wait(1)
  pcall(function()
 
   if getgenv().stacked == false then
    count = 0
    repeat 
     count = 1
     wait(1)
     stack()
     getgenv().stacked = true
    until count == 1
   end
   wait(1)
  end)
 until sddddddddddddddddd == 1032131313131313
end
coroutine.wrap(PGPDYH_fake_script)()
local function QMIKYEO_fake_script() -- usuario.Script 
 local script = Instance.new('Script', new('Script', usuario)

 wait()
 local player = game.Players.LocalPlayer
 local tetxo = script.Parent
 
 tetxo.Text = player.Name
end
coroutine.wrap(QMIKYEO_fake_script)()