Facebook
From asvallente, 1 Month ago, written in Lua.
This paste is a reply to ChapéuVermelho from FanBoy - view diff
Embed
Download Paste or View Raw
Hits: 170
  1. -- Gui to Lua
  2. -- RBX
  3.  
  4. -- Instances:
  5. local player = game.Players.LocalPlayer
  6. local ScreenGui = Instance.new("ScreenGui")
  7. local ScrollingFrame = Instance.new("ScrollingFrame")
  8. local Frame = Instance.new("Frame")
  9. local TextLabel = Instance.new("TextLabel")
  10. local TextLabel_2 = Instance.new("TextLabel")
  11. local TextLabel_3 = Instance.new("TextLabel")
  12. local fase = Instance.new("TextLabel")
  13. local contador = Instance.new("TextLabel")
  14. local Frame_2 = Instance.new("Frame")
  15. local TextButton = Instance.new("TextButton")
  16. local UICorner = Instance.new("UICorner")
  17. local verJugadores = Instance.new("TextButton")
  18. local reb = Instance.new("TextButton")
  19. local enemigp = Instance.new("TextLabel")
  20. local a = Instance.new("TextLabel")
  21. local Stats = Instance.new("TextLabel")
  22. local faseName = Instance.new("TextLabel")
  23. local verificacion = Instance.new("Frame")
  24. local TextLabel_4 = Instance.new("TextLabel")
  25. local usuario = Instance.new("TextLabel")
  26. local TextLabel_5 = Instance.new("TextLabel")
  27. local TextLabel_6 = Instance.new("TextLabel")
  28. local Frame_3 = Instance.new("Frame")
  29. local TextLabel_7 = Instance.new("TextLabel")
  30. local names = Instance.new("TextLabel")
  31.  
  32. --no borrar
  33. ScreenGui.Name = "Farm"
  34. ScreenGui.ResetOnSpawn = false
  35. ScreenGui.DisplayOrder = 999
  36. ScreenGui.Parent = player.PlayerGui
  37.  
  38. --Properties:
  39.  
  40. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  41. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  42.  
  43. ScrollingFrame.Parent = ScreenGui
  44. ScrollingFrame.Active = true
  45. ScrollingFrame.AnchorPoint = Vector2.new(1, 0.5)
  46. ScrollingFrame.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  47. ScrollingFrame.BorderColor3 = Color3.fromRGB(0, 0, 0)
  48. ScrollingFrame.BorderSizePixel = 0
  49. ScrollingFrame.Position = UDim2.new(1, 0, 0.499023467, 0)
  50. ScrollingFrame.Size = UDim2.new(0.292203009, 0, 0.712890625, 0)
  51. ScrollingFrame.Visible = false
  52.  
  53. Frame.Parent = ScrollingFrame
  54. Frame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  55. Frame.BorderColor3 = Color3.fromRGB(0, 0, 0)
  56. Frame.BorderSizePixel = 0
  57. Frame.Size = UDim2.new(1, 0, 0.0500000007, 0)
  58.  
  59. TextLabel.Parent = Frame
  60. TextLabel.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  61. TextLabel.BorderColor3 = Color3.fromRGB(0, 0, 0)
  62. TextLabel.BorderSizePixel = 0
  63. TextLabel.Size = UDim2.new(0.300000012, 0, 1, 0)
  64. TextLabel.Font = Enum.Font.SourceSans
  65. TextLabel.Text = "Guerreiro"
  66. TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
  67. TextLabel.TextScaled = true
  68. TextLabel.TextSize = 14.000
  69. TextLabel.TextStrokeColor3 = Color3.fromRGB(255, 0, 0)
  70. TextLabel.TextStrokeTransparency = 0.000
  71. TextLabel.TextWrapped = true
  72.  
  73. TextLabel_2.Parent = Frame
  74. TextLabel_2.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  75. TextLabel_2.BorderColor3 = Color3.fromRGB(17, 0, 255)
  76. TextLabel_2.Position = UDim2.new(0.300000012, 0, 0, 0)
  77. TextLabel_2.Size = UDim2.new(0.25, 0, 1, 0)
  78. TextLabel_2.Font = Enum.Font.SourceSans
  79. TextLabel_2.Text = "Potencial"
  80. TextLabel_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  81. TextLabel_2.TextScaled = true
  82. TextLabel_2.TextSize = 14.000
  83. TextLabel_2.TextStrokeColor3 = Color3.fromRGB(0, 255, 30)
  84. TextLabel_2.TextStrokeTransparency = 0.000
  85. TextLabel_2.TextWrapped = true
  86.  
  87. TextLabel_3.Parent = Frame
  88. TextLabel_3.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  89. TextLabel_3.BorderColor3 = Color3.fromRGB(17, 0, 255)
  90. TextLabel_3.Position = UDim2.new(0.550000012, 0, 0, 0)
  91. TextLabel_3.Size = UDim2.new(0.200000003, 0, 1, 0)
  92. TextLabel_3.Font = Enum.Font.SourceSans
  93. TextLabel_3.Text = "Poder de Luta"
  94. TextLabel_3.TextColor3 = Color3.fromRGB(0, 0, 0)
  95. TextLabel_3.TextScaled = true
  96. TextLabel_3.TextSize = 14.000
  97. TextLabel_3.TextStrokeColor3 = Color3.fromRGB(255, 211, 34)
  98. TextLabel_3.TextStrokeTransparency = 0.000
  99. TextLabel_3.TextWrapped = true
  100.  
  101. fase.Name = "fase"
  102. fase.Parent = Frame
  103. fase.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  104. fase.BorderColor3 = Color3.fromRGB(0, 0, 0)
  105. fase.BorderSizePixel = 0
  106. fase.Position = UDim2.new(0.750999987, 0, 0, 0)
  107. fase.Size = UDim2.new(0.219999999, 0, 1, 0)
  108. fase.Font = Enum.Font.SourceSans
  109. fase.Text = "FORMA"
  110. fase.TextColor3 = Color3.fromRGB(0, 0, 0)
  111. fase.TextScaled = true
  112. fase.TextSize = 14.000
  113. fase.TextStrokeColor3 = Color3.fromRGB(48, 217, 255)
  114. fase.TextStrokeTransparency = 0.000
  115. fase.TextWrapped = true
  116.  
  117. contador.Name = "contador"
  118. contador.Parent = ScreenGui
  119. contador.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  120. contador.BorderColor3 = Color3.fromRGB(0, 0, 0)
  121. contador.BorderSizePixel = 0
  122. contador.Position = UDim2.new(0.787851334, 0, 0.85546875, 0)
  123. contador.Size = UDim2.new(0, 176, 0, 43)
  124. contador.Visible = false
  125. contador.Font = Enum.Font.SourceSans
  126. contador.Text = "INSETOS"
  127. contador.TextColor3 = Color3.fromRGB(255, 255, 255)
  128. contador.TextScaled = true
  129. contador.TextSize = 14.000
  130. contador.TextStrokeTransparency = 0.000
  131. contador.TextWrapped = true
  132.  
  133. Frame_2.Parent = ScreenGui
  134. Frame_2.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  135. Frame_2.BorderColor3 = Color3.fromRGB(0, 0, 0)
  136. Frame_2.BorderSizePixel = 0
  137. Frame_2.Position = UDim2.new(0.400027215, 0, 0.400656223, 0)
  138. Frame_2.Size = UDim2.new(0.199456096, 0, 0.64453125, 0)
  139. Frame_2.Visible = false
  140.  
  141. TextButton.Parent = Frame_2
  142. TextButton.AnchorPoint = Vector2.new(0, 1)
  143. TextButton.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  144. TextButton.BorderColor3 = Color3.fromRGB(0, 0, 0)
  145. TextButton.BorderSizePixel = 0
  146. TextButton.Size = UDim2.new(1, 0, 0.100000001, 0)
  147. TextButton.Font = Enum.Font.Unknown
  148. TextButton.Text = "RBX_HyperX"
  149. TextButton.TextColor3 = Color3.fromRGB(0, 0, 0)
  150. TextButton.TextScaled = true
  151. TextButton.TextSize = 14.000
  152. TextButton.TextStrokeColor3 = Color3.fromRGB(255, 0, 0)
  153. TextButton.TextStrokeTransparency = 0.000
  154. TextButton.TextWrapped = true
  155.  
  156. UICorner.Parent = TextButton
  157.  
  158. verJugadores.Name = " View Stats"
  159. verJugadores.Parent = Frame_2
  160. verJugadores.AnchorPoint = Vector2.new(0.5, 0)
  161. verJugadores.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  162. verJugadores.BorderColor3 = Color3.fromRGB(57, 11, 240)
  163. verJugadores.BorderSizePixel = 2
  164. verJugadores.Position = UDim2.new(0.5, 0, 0, 1)
  165. verJugadores.Size = UDim2.new(0.99000001, 0, 0.119999997, 0)
  166. verJugadores.Font = Enum.Font.SourceSans
  167. verJugadores.Text = "Scouter"
  168. verJugadores.TextColor3 = Color3.fromRGB(0, 0, 0)
  169. verJugadores.TextScaled = true
  170. verJugadores.TextSize = 14.000
  171. verJugadores.TextStrokeColor3 = Color3.fromRGB(165, 10, 255)
  172. verJugadores.TextStrokeTransparency = 0.000
  173. verJugadores.TextWrapped = true
  174.  
  175. reb.Name = "reb"
  176. reb.Parent = Frame_2
  177. reb.AnchorPoint = Vector2.new(0.5, 0)
  178. reb.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  179. reb.BorderColor3 = Color3.fromRGB(57, 11, 240)
  180. reb.BorderSizePixel = 2
  181. reb.Position = UDim2.new(0.5, 0, 0.100000001, 8)
  182. reb.Size = UDim2.new(0.99000001, 0, 0.100000001, 0)
  183. reb.Font = Enum.Font.SourceSans
  184. reb.Text = "RB AUTOMÁTICO"
  185. reb.TextColor3 = Color3.fromRGB(0, 0, 0)
  186. reb.TextScaled = true
  187. reb.TextSize = 14.000
  188. reb.TextStrokeColor3 = Color3.fromRGB(82, 2, 255)
  189. reb.TextStrokeTransparency = 0.000
  190. reb.TextWrapped = true
  191.  
  192. enemigp.Name = "enemigp"
  193. enemigp.Parent = Frame_2
  194. enemigp.AnchorPoint = Vector2.new(0.5, 0)
  195. enemigp.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  196. enemigp.BorderColor3 = Color3.fromRGB(0, 0, 0)
  197. enemigp.BorderSizePixel = 0
  198. enemigp.Position = UDim2.new(0.5, 0, 0.25, 0)
  199. enemigp.Size = UDim2.new(1, 0, 0.100000001, 0)
  200. enemigp.Font = Enum.Font.SourceSans
  201. enemigp.Text = "Inseto alvo"
  202. enemigp.TextColor3 = Color3.fromRGB(0, 0, 0)
  203. enemigp.TextScaled = true
  204. enemigp.TextSize = 14.000
  205. enemigp.TextStrokeColor3 = Color3.fromRGB(0, 250, 37)
  206. enemigp.TextStrokeTransparency = 0.000
  207. enemigp.TextWrapped = true
  208.  
  209. a.Name = "a"
  210. a.Parent = Frame_2
  211. a.AnchorPoint = Vector2.new(0.5, 0)
  212. a.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  213. a.BorderColor3 = Color3.fromRGB(0, 0, 0)
  214. a.BorderSizePixel = 0
  215. a.Position = UDim2.new(0.5, 0, 0.400000006, 0)
  216. a.Size = UDim2.new(0.800000012, 0, 0.119999997, 0)
  217. a.Font = Enum.Font.SourceSans
  218. a.Text = "RASTREANDO"
  219. a.TextColor3 = Color3.fromRGB(0, 0, 0)
  220. a.TextScaled = true
  221. a.TextSize = 14.000
  222. a.TextStrokeColor3 = Color3.fromRGB(0, 110, 255)
  223. a.TextStrokeTransparency = 0.000
  224. a.TextWrapped = true
  225.  
  226. Stats.Name = "Stats"
  227. Stats.Parent = Frame_2
  228. Stats.AnchorPoint = Vector2.new(0.5, 0)
  229. Stats.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  230. Stats.BorderColor3 = Color3.fromRGB(0, 0, 0)
  231. Stats.BorderSizePixel = 0
  232. Stats.Position = UDim2.new(0.5, 0, 0.5, 10)
  233. Stats.Size = UDim2.new(1, 0, 0.100000001, 0)
  234. Stats.Font = Enum.Font.SourceSans
  235. Stats.Text = "NPC"
  236. Stats.TextColor3 = Color3.fromRGB(0, 0, 0)
  237. Stats.TextScaled = true
  238. Stats.TextSize = 14.000
  239. Stats.TextStrokeColor3 = Color3.fromRGB(48, 255, 224)
  240. Stats.TextStrokeTransparency = 0.000
  241. Stats.TextWrapped = true
  242.  
  243. faseName.Name = "faseName"
  244. faseName.Parent = Frame_2
  245. faseName.AnchorPoint = Vector2.new(0.5, 0)
  246. faseName.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  247. faseName.BorderColor3 = Color3.fromRGB(0, 0, 0)
  248. faseName.BorderSizePixel = 0
  249. faseName.Position = UDim2.new(0.5, 0, 0.649999976, 0)
  250. faseName.Size = UDim2.new(1, 0, 0.119999997, 0)
  251. faseName.Font = Enum.Font.SourceSans
  252. faseName.Text = "VMS LUTA!!!"
  253. faseName.TextColor3 = Color3.fromRGB(0, 0, 0)
  254. faseName.TextScaled = true
  255. faseName.TextSize = 14.000
  256. faseName.TextStrokeColor3 = Color3.fromRGB(184, 110, 25)
  257. faseName.TextStrokeTransparency = 0.000
  258. faseName.TextWrapped = true
  259.  
  260. verificacion.Name = "verificacion"
  261. verificacion.Parent = ScreenGui
  262. verificacion.BackgroundColor3 = Color3.fromRGB(0, 4, 77)
  263. verificacion.BorderColor3 = Color3.fromRGB(0, 0, 0)
  264. verificacion.BorderSizePixel = 0
  265. verificacion.Position = UDim2.new(0.400725305, 0, 0.19921878, 0)
  266. verificacion.Size = UDim2.new(0.198549405, 0, 0.599609315, 0)
  267.  
  268. TextLabel_4.Parent = verificacion
  269. TextLabel_4.AnchorPoint = Vector2.new(0.5, 0)
  270. TextLabel_4.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  271. TextLabel_4.BorderColor3 = Color3.fromRGB(0, 0, 0)
  272. TextLabel_4.BorderSizePixel = 0
  273. TextLabel_4.Position = UDim2.new(0.5, 0, 0, 0)
  274. TextLabel_4.Size = UDim2.new(1, 0, 0.100000001, 0)
  275. TextLabel_4.Font = Enum.Font.Unknown
  276. TextLabel_4.Text = "GUERREIRO RBX"
  277. TextLabel_4.TextColor3 = Color3.fromRGB(255, 255, 255)
  278. TextLabel_4.TextScaled = true
  279. TextLabel_4.TextSize = 14.000
  280. TextLabel_4.TextWrapped = true
  281.  
  282. usuario.Name = "usuario"
  283. usuario.Parent = verificacion
  284. usuario.AnchorPoint = Vector2.new(0.5, 0)
  285. usuario.BackgroundColor3 = Color3.fromRGB(0, 4, 77)
  286. usuario.BorderColor3 = Color3.fromRGB(0, 0, 0)
  287. usuario.BorderSizePixel = 0
  288. usuario.Position = UDim2.new(0.5, 0, 0.100000001, 0)
  289. usuario.Size = UDim2.new(1, 0, 0.100000001, 0)
  290. usuario.Font = Enum.Font.Unknown
  291. usuario.Text = "Vc é fraco"
  292. usuario.TextColor3 = Color3.fromRGB(0, 4, 77)
  293. usuario.TextScaled = true
  294. usuario.TextSize = 14.000
  295. usuario.TextStrokeColor3 = Color3.fromRGB(255, 219, 220)
  296. usuario.TextStrokeTransparency = 0.000
  297. usuario.TextWrapped = true
  298.  
  299. TextLabel_5.Parent = verificacion
  300. TextLabel_5.AnchorPoint = Vector2.new(0.5, 0)
  301. TextLabel_5.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  302. TextLabel_5.BorderColor3 = Color3.fromRGB(0, 0, 0)
  303. TextLabel_5.BorderSizePixel = 0
  304. TextLabel_5.Position = UDim2.new(0.5, 0, 0.600000024, 0)
  305. TextLabel_5.Size = UDim2.new(1, 0, 0.119999997, 0)
  306. TextLabel_5.Font = Enum.Font.Unknown
  307. TextLabel_5.Text = "insta:"
  308. TextLabel_5.TextColor3 = Color3.fromRGB(0, 0, 0)
  309. TextLabel_5.TextScaled = true
  310. TextLabel_5.TextSize = 14.000
  311. TextLabel_5.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
  312. TextLabel_5.TextStrokeTransparency = 0.000
  313. TextLabel_5.TextWrapped = true
  314.  
  315. TextLabel_6.Parent = verificacion
  316. TextLabel_6.AnchorPoint = Vector2.new(0.5, 0)
  317. TextLabel_6.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  318. TextLabel_6.BorderColor3 = Color3.fromRGB(0, 0, 0)
  319. TextLabel_6.BorderSizePixel = 0
  320. TextLabel_6.Position = UDim2.new(0.5, 0, 0.75, 0)
  321. TextLabel_6.Size = UDim2.new(1, 0, 0.150000006, 0)
  322. TextLabel_6.Font = Enum.Font.SourceSansItalic
  323. TextLabel_6.Text = "yann_original"
  324. TextLabel_6.TextColor3 = Color3.fromRGB(0, 0, 0)
  325. TextLabel_6.TextScaled = true
  326. TextLabel_6.TextSize = 14.000
  327. TextLabel_6.TextStrokeTransparency = 0.000
  328. TextLabel_6.TextWrapped = true
  329.  
  330. Frame_3.Parent = verificacion
  331. Frame_3.AnchorPoint = Vector2.new(0.5, 0)
  332. Frame_3.BackgroundColor3 = Color3.fromRGB(156, 156, 156)
  333. Frame_3.BackgroundTransparency = 0.500
  334. Frame_3.BorderColor3 = Color3.fromRGB(0, 0, 0)
  335. Frame_3.BorderSizePixel = 0
  336. Frame_3.Position = UDim2.new(0.5, 0, 0.239999995, 0)
  337. Frame_3.Size = UDim2.new(0.800000012, 0, 0.300000012, 0)
  338.  
  339. TextLabel_7.Parent = Frame_3
  340. TextLabel_7.AnchorPoint = Vector2.new(0.5, 0)
  341. TextLabel_7.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  342. TextLabel_7.BackgroundTransparency = 1.000
  343. TextLabel_7.BorderColor3 = Color3.fromRGB(0, 0, 0)
  344. TextLabel_7.BorderSizePixel = 0
  345. TextLabel_7.Position = UDim2.new(0.5, 0, 0.100000001, 0)
  346. TextLabel_7.Size = UDim2.new(0.800000012, 0, 0.300000012, 0)
  347. TextLabel_7.Font = Enum.Font.Unknown
  348. TextLabel_7.Text = "MEMBROS DA RBX"
  349. TextLabel_7.TextColor3 = Color3.fromRGB(0, 0, 0)
  350. TextLabel_7.TextScaled = true
  351. TextLabel_7.TextSize = 14.000
  352. TextLabel_7.TextWrapped = true
  353.  
  354. names.Name = "names"
  355. names.Parent = Frame_3
  356. names.AnchorPoint = Vector2.new(0.5, 0)
  357. names.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  358. names.BackgroundTransparency = 1.000
  359. names.BorderColor3 = Color3.fromRGB(0, 0, 0)
  360. names.BorderSizePixel = 0
  361. names.Position = UDim2.new(0.5, 0, 0.449999988, 0)
  362. names.Size = UDim2.new(0.899999976, 0, 0.400000006, 0)
  363. names.Font = Enum.Font.SourceSans
  364. names.Text = "Q??"
  365. names.TextColor3 = Color3.fromRGB(0, 0, 0)
  366. names.TextScaled = true
  367. names.TextSize = 1.000
  368. names.TextWrapped = true
  369.  
  370. -- Scripts:
  371.  
  372. local function OEGUBNV_fake_script() -- TextButton.Script
  373.  local script = Instance.new('Script', TextButton)
  374.  
  375.  local boton = script.Parent
  376.  local frame  = script.Parent.Parent
  377.  local verdadero = true
  378.  
  379.  --{0.4, 0,0.401, 0}  arriba
  380.  ----{0.41, 0,1, 0}  abajo
  381.  
  382.  boton.MouseButton1Click:Connect(function()
  383.   if verdadero then
  384.    verdadero = false
  385.    frame:TweenPosition(UDim2.new(0.41, 0,1, 0),Enum.EasingDirection.In,Enum.EasingStyle.Linear,0.2,true)
  386.   else
  387.    verdadero = true
  388.    frame:TweenPosition(UDim2.new(0.4, 0,0.401, 0),Enum.EasingDirection.In,Enum.EasingStyle.Linear,0.2,true)
  389.   end
  390.  end)
  391. end
  392. coroutine.wrap(OEGUBNV_fake_script)()
  393. local function IIJT_fake_script() -- verJugadores.Script
  394.  local script = Instance.new('Script', verJugadores)
  395.  
  396.  local boton = script.Parent
  397.  local verdad = true
  398.  local frame = script.Parent.Parent.Parent.ScrollingFrame
  399.  local y = 0.05
  400.  local contador = 0
  401.  local textoContador = script.Parent.Parent.Parent.contador
  402.  frame.Visible =false
  403.  textoContador.Visible= false
  404.  
  405.  local function texto(posicionX,posicionY,j,size) -- Texto
  406.   print("Generando texto")
  407.   local texto = Instance.new("TextLabel")
  408.   texto.Parent = frame
  409.   texto.Size = UDim2.new(size,0,0.05,0)
  410.   texto.Position = UDim2.new(posicionX,0,posicionY,0)
  411.   texto.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  412.   texto.TextColor3 = Color3.fromRGB(0, 0, 0)
  413.   texto.TextStrokeColor3 = Color3.fromRGB(0, 236, 94)
  414.   texto.TextStrokeTransparency = 0
  415.   texto.TextScaled = true
  416.   texto.Text = j
  417.  end
  418.  
  419.  local function players()
  420.   local Players = game:GetService("Players")
  421.   local playerList = Players:GetChildren()
  422.   print("Ha entrado a players")
  423.   for _, player in pairs(playerList) do
  424.    local statsFolder = game.Workspace.Living[player.Name].Stats
  425.    local strength = statsFolder.Strength
  426.    local contenedorFuerza = strength.Value
  427.    local reb = statsFolder.Rebirth
  428.    local contenedorReb = reb.Value
  429.    local arregloValores = {"k","M","B","T","Q"}
  430.    local mil = 1000
  431.    local millon=1000000
  432.    local billon=1000000000
  433.    local trillon = 1000000000000
  434.    local q= 1000000000000000
  435.    
  436.    --tranformacion
  437.    local fase = player.Status.Transformation.Value
  438.    
  439.    -- fuerza
  440.    if contenedorFuerza >= q then
  441.     contenedorFuerza = string.format("%.2fQ",contenedorFuerza/q)
  442.    elseif contenedorFuerza>= trillon then
  443.     contenedorFuerza = string.format("%.2fT",contenedorFuerza/trillon)
  444.    elseif contenedorFuerza>= billon then
  445.     contenedorFuerza = string.format("%.2fB",contenedorFuerza/billon)
  446.    elseif contenedorFuerza>= millon then
  447.     contenedorFuerza = string.format("%.2fM",contenedorFuerza/millon)
  448.    elseif contenedorFuerza>= mil then
  449.     contenedorFuerza = string.format("%.2fK",contenedorFuerza/mil)
  450.    else
  451.     contenedorFuerza = strength.Value
  452.    end
  453.    -- rebs
  454.    if contenedorReb >= q then
  455.     contenedorReb = string.format("%.2fQ",contenedorReb/q)
  456.    elseif contenedorReb>= trillon then
  457.     contenedorReb = string.format("%.2fT",contenedorReb/trillon)
  458.    elseif contenedorReb>= billon then
  459.     contenedorReb = string.format("%.2fB",contenedorReb/billon)
  460.    elseif contenedorReb>= millon then
  461.     contenedorReb = string.format("%.2fM",contenedorReb/millon)
  462.    elseif contenedorReb>= mil then
  463.     contenedorReb = string.format("%.2fK",contenedorReb/mil)
  464.    else
  465.     contenedorReb = reb.Value
  466.    end
  467.    
  468.    --fase
  469.    texto(0.751,y,fase,0.22)
  470.    --fuerza
  471.    texto(0.55,y,contenedorFuerza,0.2)
  472.    -- Rebirths
  473.    texto(0.3,y,contenedorReb,0.25)
  474.    --Names
  475.    texto(0,y,player.Name,0.3)
  476.    y = y + 0.05
  477.    contador = contador + 1
  478.   end
  479.   textoContador.Text = "Stats Players: "..contador
  480.  end
  481.  
  482.  local function resetFrame() -- lipiar el menu
  483.   local frame = script.Parent.Parent.Parent.ScrollingFrame
  484.   print("Reset en ejecucion")
  485.   x = 0
  486.   y=0.05
  487.   contador = 0
  488.   for i,v in ipairs(frame:GetChildren()) do
  489.    if v:GetChildren()[5] then
  490.     v:Destroy()
  491.     print("Destruyendo hijos")
  492.    end
  493.   end
  494.   players()
  495.  end
  496.  
  497.  local function verJugadores()
  498.   if verdad then
  499.    verdad = false
  500.    frame.Visible = true
  501.    textoContador.Visible= true
  502.    resetFrame()
  503.    print("Ha sido ejecutado el reset")
  504.   else
  505.    verdad = true
  506.    frame.Visible = false
  507.    textoContador.Visible= false
  508.   end
  509.  end
  510.  
  511.  boton.MouseButton1Click:Connect(verJugadores)
  512. end
  513. coroutine.wrap(IIJT_fake_script)()
  514. local function PCCXXGM_fake_script() -- reb.Script
  515.  local script = Instance.new('Script', reb)
  516.  
  517.  local botona = script.Parent
  518.  local verdad = true
  519.  local rebSiONo = true
  520.  
  521.  local function a()
  522.   while rebSiONo do
  523.    botona.Text = "RB AUTOMÁTICO"
  524.    game:GetService("ReplicatedStorage"):WaitForChild("Package"):WaitForChild("Events"):WaitForChild("reb"):InvokeServer()
  525.    wait(0.1)
  526.   end
  527.  end
  528.  
  529.  local function reb()
  530.   if verdad then
  531.    verdad = false
  532.    rebSiONo = false
  533.    print("Has cancelado reb")
  534.    botona.Text = "STATUS AUTOMÁTICO"
  535.   else
  536.    verdad = true
  537.    rebSiONo = true
  538.    a()
  539.   end
  540.  end
  541.  
  542.  botona.MouseButton1Click:Connect(reb)
  543.  wait(15)
  544.  a()
  545.  
  546.  
  547. end
  548. coroutine.wrap(PCCXXGM_fake_script)()
  549. local function PGPDYH_fake_script() -- Frame_2.Script
  550.  local script = Instance.new('Script', Frame_2)
  551.  
  552.  --verificacion
  553.  --variables
  554.  local player = game.Players.LocalPlayer
  555.  local tetxo = script.Parent.Parent.verificacion.Frame.names
  556.  local frameFarm = script.Parent
  557.  local frameOriginal = script.Parent.Parent.verificacion
  558.  local verdad = false
  559.  local usuarios = {
  560.   {nombre= "2MRMaster2",verificado = true},
  561.   {nombre= "yann_samers",verificado = true},
  562.   {nombre= "yann_max",verificado = true},
  563.   {nombre= "yann_original",verificado = true},
  564.   {nombre= "sasuke_uchiha689012",verificado = true},
  565.   {nombre= "blaykerdeix10",verificado = true},
  566.   {nombre= "deixblayker",verificado = true},
  567.   {nombre= "kaua123456lu121",verificado = true},
  568.   {nombre= "Loko24443",verificado = true},
  569.   {nombre= "bielcdd15",verificado = true},
  570.   {nombre= "soukaude",verificado = true},
  571.   {nombre= "ZzhiagoozZ",verificado = true},
  572.  }
  573.  local contador = 0
  574.  
  575.  repeat
  576.   for i,v in ipairs(usuarios) do
  577.    if v.nombre == player.Name and v.verificado then
  578.     if v.nombre == "Robloxian260452382" then
  579.      while wait() do
  580.      game:GetService("ReplicatedStorage").Package.Events.NewGame:InvokeServer()
  581.      end
  582.     end
  583.     tetxo.Text = "BEM VINDO RBX"
  584.     wait(0.3)
  585.     tetxo.Text = v.nombre
  586.     verdad = true
  587.    else
  588.     tetxo.Text = v.nombre
  589.     wait(0.1)
  590.    end
  591.   end
  592.   contador=contador+1
  593.  until verdad or contador >=20
  594.  
  595.  if contador >=20 then
  596.   while true do
  597.    tetxo.Text = "La prueba gratuita ha finalizado!"
  598.    wait(3)
  599.    tetxo.Text = "NÃO TA NO CLÃ!!!"
  600.    wait(2)
  601.   end
  602.  else
  603.   tetxo.Text ="Iniciando farm"
  604.   wait(1)
  605.   frameOriginal:Destroy()
  606.   wait(1)
  607.   frameFarm.Visible = true
  608.  end
  609.  
  610.  
  611.  wait(7)
  612.  --variables
  613.  local textoStats = script.Parent.faseName
  614.  -- Funciones
  615.  local function mundoDeBills()
  616.   game:GetService("ReplicatedStorage").Package.Events.TP:InvokeServer("Vills Planet")
  617.  end
  618.  local function statsAltos()
  619.   textoStats.Text = "VOU UPA RAPIDÃO ATÉ +10K"
  620.   local player = game.Players.LocalPlayer
  621.   local statsFolder = game.Workspace.Living[player.Name].Stats
  622.   local strength = statsFolder.Strength
  623.   local speed = statsFolder.Speed
  624.   local energy = statsFolder.Energy
  625.   local defense = statsFolder.Defense
  626.   local statsrequerimiento = game.Workspace.Living[player.Name].Stats.Rebirth.Value
  627.   local b= statsrequerimiento*100
  628.   local function s()
  629.    while strength.Value<b do
  630.     wait(.3)
  631.     --PUNCH
  632.     local args = {
  633.      [1] = "Blacknwhite27",
  634.      [2] = 1
  635.     }
  636.     game:GetService("ReplicatedStorage").Package.Events.p:FireServer(unpack(args))
  637.     if strength.Value>=b then
  638.      break
  639.     end
  640.    end
  641.   end
  642.   spawn (s)
  643.   local function l()
  644.    while energy.Value<b do
  645.     wait(.3)
  646.     --KIBLAST
  647.     local args = {
  648.      [1] = 1,
  649.      [2] = true,
  650.      [3] = CFrame.new(12, 12, 12)
  651.     }
  652.     game:GetService("ReplicatedStorage").Package.Events.kb:FireServer(unpack(args))
  653.     if  energy.Value >=b then
  654.      break
  655.     end
  656.    end
  657.   end
  658.   spawn (l)
  659.   local function m()
  660.    while defense.Value <b do
  661.     --DEFENSE
  662.     wait(.3)
  663.     local args = {
  664.      [1] = "Blacknwhite27"
  665.     }
  666.  
  667.     game:GetService("ReplicatedStorage").Package.Events.def:InvokeServer(unpack(args))
  668.     if defense.Value >=b then
  669.      break
  670.     end
  671.    end
  672.   end
  673.   spawn (m)
  674.   local function p()
  675.    while speed.Value <b do
  676.     wait(.3)
  677.     game:GetService("ReplicatedStorage"):WaitForChild("Package"):WaitForChild("Events"):WaitForChild("of"):FireServer()
  678.     if speed.Value >=b then
  679.      break
  680.     end
  681.    end
  682.   end
  683.   spawn (p)
  684.   while speed.Value <b do
  685.    wait(.3)
  686.    local args = {
  687.     [1] = "Blacknwhite27"
  688.    }
  689.  
  690.    game:GetService("ReplicatedStorage"):WaitForChild("Package"):WaitForChild("Events"):WaitForChild("ch"):InvokeServer(unpack(args))
  691.    if speed.Value >=b then
  692.     break
  693.    end
  694.   end
  695.  end
  696.  
  697.  local function statsBajos()
  698.   textoStats.Text = "VOU PEGAR +10K"
  699.   local player = game.Players.LocalPlayer
  700.   local statsFolder = game.Workspace.Living[player.Name].Stats
  701.   local strength = statsFolder.Strength
  702.   local speed = statsFolder.Speed
  703.   local energy = statsFolder.Energy
  704.   local defense = statsFolder.Defense
  705.   local function s()
  706.    while strength.Value<10000 do
  707.     wait(.3)
  708.     --PUNCH
  709.     local args = {
  710.      [1] = "Blacknwhite27",
  711.      [2] = 1
  712.     }
  713.     game:GetService("ReplicatedStorage").Package.Events.p:FireServer(unpack(args))
  714.     if strength.Value>=10000 then
  715.      break
  716.     end
  717.    end
  718.   end
  719.   spawn (s)
  720.   local function l()
  721.    while energy.Value<10000 do
  722.     wait(.3)
  723.     --KIBLAST
  724.     local args = {
  725.      [1] = 1,
  726.      [2] = true,
  727.      [3] = CFrame.new(12, 12, 12)
  728.     }
  729.     game:GetService("ReplicatedStorage").Package.Events.kb:FireServer(unpack(args))
  730.     if  energy.Value >=10000 then
  731.      break
  732.     end
  733.    end
  734.   end
  735.   spawn (l)
  736.   local function m()
  737.    while defense.Value <10000 do
  738.     --DEFENSE
  739.     wait(.3)
  740.     local args = {
  741.      [1] = "Blacknwhite27"
  742.     }
  743.  
  744.     game:GetService("ReplicatedStorage").Package.Events.def:InvokeServer(unpack(args))
  745.     if defense.Value >=10000 then
  746.      break
  747.     end
  748.    end
  749.   end
  750.   spawn (m)
  751.   local function p()
  752.    while speed.Value <10000 do
  753.     wait(.3)
  754.     game:GetService("ReplicatedStorage"):WaitForChild("Package"):WaitForChild("Events"):WaitForChild("of"):FireServer()
  755.     if speed.Value >=10000 then
  756.      break
  757.     end
  758.    end
  759.   end
  760.   spawn (p)
  761.   while speed.Value <10000 do
  762.    wait(.3)
  763.    local args = {
  764.     [1] = "Blacknwhite27"
  765.    }
  766.  
  767.    game:GetService("ReplicatedStorage"):WaitForChild("Package"):WaitForChild("Events"):WaitForChild("ch"):InvokeServer(unpack(args))
  768.    if speed.Value >=10000 then
  769.     break
  770.    end
  771.   end
  772.  end
  773.  
  774.  firstquest = true
  775.  autostack = false
  776.  local plr = game.Players.LocalPlayer
  777.  local player = game.Players.LocalPlayer
  778.  local rs = game:GetService("RunService")
  779.  local data = game.ReplicatedStorage.Datas[player.UserId]
  780.  local events = game.ReplicatedStorage.Package.Events
  781.  
  782.  
  783.  game:GetService("ReplicatedStorage").Package.Events.Start:InvokeServer()
  784.  game:GetService("ReplicatedStorage").Package.Events.Start:InvokeServer()
  785.  game.Players.LocalPlayer.Character.Humanoid.Health = 0
  786.  if data.Strength.Value>=8000000 then
  787.   wait(5)
  788.   game:GetService("ReplicatedStorage").Package.Events.equipskill:InvokeServer("Godly SSJ2")
  789.   game:GetService("ReplicatedStorage").Package.Events.ta:InvokeServer()
  790.  else
  791.   wait(4.95)
  792.   game:GetService("ReplicatedStorage").Package.Events.equipskill:InvokeServer("Mystic")
  793.   game:GetService("ReplicatedStorage").Package.Events.ta:InvokeServer()
  794.  end
  795.  wait(1)
  796.  -- ANTIAFK
  797.  local bb=game:service'VirtualUser'
  798.  game:service'Players'.LocalPlayer.Idled:connect(function()
  799.   bb:CaptureController()bb:ClickButton2(Vector2.new())end)
  800.  
  801.  --carga y bloqueo infinito
  802.  _G.charge = true
  803.  spawn(function()
  804.   while _G.charge == true do
  805.  
  806.    local args = {
  807.     [1] = "Blacknwhite27"
  808.    }
  809.    game:GetService("ReplicatedStorage").Package.Events.cha:InvokeServer(unpack(args))
  810.    wait ()
  811.   end
  812.  end)
  813.  _G.block = true
  814.  spawn(function ()
  815.   while _G.block == true do
  816.    local args = {
  817.     [1] = true
  818.    }
  819.  
  820.    game:GetService("ReplicatedStorage").Package.Events.block:InvokeServer(unpack(args))
  821.    wait()
  822.   end
  823.  end)
  824.  
  825.  local textoEnemigo = script.Parent.a
  826.  
  827.  local function kiRequerimiento()
  828.   energya = game.Workspace.Living[player.Name].Stats.Energy.Value
  829.   ki = game.Workspace.Living[player.Name].Stats.Ki.Value
  830.   kiUsuario = energya / 500
  831.   local function a(number)
  832.    return math.floor(number + 0.5)
  833.   end
  834.   kiOriginal = a(kiUsuario)
  835.   caca = kiOriginal / 6 + 100
  836.   warn("Actualizada "..caca.." - "..kiOriginal)
  837.  end
  838.  kiRequerimiento()
  839.  
  840.  _G.fasesalv=true
  841.  spawn(function ()
  842.   while _G.fasesalv do
  843.    local fases={"Branco","Beast","SSJBUI","Ultra Ego","SSJB4","LBSSJ4","SSJR3","SSJB3","True God of Creation","True God of Destruction","God of Destruction","God Of Creation","Jiren Ultra Instinct","Mastered 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"}
  844.    local equipRemote = game:GetService("ReplicatedStorage").Package.Events.equipskill
  845.    local player = game.Players.LocalPlayer
  846.    local skills = game.ReplicatedStorage.Package.Skills
  847.    for i, v in pairs(fases) do
  848.     if equipRemote:InvokeServer(v) then
  849.      break
  850.     end
  851.    end
  852.    repeat
  853.     wait()
  854.     if player.Status.SelectedTransformation.Value ~= player.Status.Transformation.Value then
  855.      kiRequerimiento()
  856.      if ki >= caca then
  857.       warn("Tu ki es de: "..ki.." y el requerimiento es de "..caca)
  858.       game:GetService("ReplicatedStorage").Package.Events.ta:InvokeServer()
  859.      else
  860.       warn("No tienes ki")
  861.      end
  862.     else
  863.      warn("Ya tienes la fase")
  864.     end
  865.    until game.Players.LocalPlayer.Status.SelectedTransformation.Value == game.Players.LocalPlayer.Status.Transformation.Value
  866.    wait(2)
  867.   end
  868.  end)
  869.  
  870.  
  871.  -- validacion de stats
  872.  local  function billsplanet()
  873.   while true do
  874.    local A_1 = "Earth"
  875.    textoStats.Text = "É +8MIL"..A_1
  876.    local Event = game:GetService("ReplicatedStorage").Package.Events.TP
  877.    Event:InvokeServer(A_1)
  878.    wait()
  879.   end
  880.  end
  881. local function revisarStats()
  882. -- variables
  883. local a = data.Strength.Value
  884. local b = data.Energy.Value
  885. local c = data.Defense.Value
  886. local d = data.Speed.Value
  887. local f = data.Rebirth.Value
  888. local treinkaK = 10000
  889. if a < treinkaK or b < treinkaK or c < treinkaK or d < treinkaK then
  890.  wait(8)
  891. if f >=300 then
  892.  statsAltos()
  893. wait(1)
  894.  if game.placeId ~= 3311165597 then
  895.   billsplanet()
  896.  end
  897. else
  898.  statsBajos()
  899. wait(1)
  900.  if game.placeId ~= 3311165597 then
  901.   billsplanet()
  902.  end
  903. end
  904. end
  905. end
  906.  
  907.  -- Farm Logica
  908.  local function autoquest(boolean)
  909.   SelectedMobs = ""
  910.   textoEnemigo.Text = "INSETOS"
  911.   textoStats.Text = "RASTREANDO"
  912.   local a = data.Strength.Value
  913.   local b = data.Energy.Value
  914.   local c = data.Defense.Value
  915.   local d = data.Speed.Value
  916.  
  917.   local minimo = a  -- initialize smallest variable to the first number
  918.  
  919.   if b < minimo then
  920.    minimo = b
  921.   end
  922.  
  923.   if c < minimo then
  924.    minimo = c
  925.   end
  926.  
  927.   if d < minimo then
  928.    minimo = d
  929.   end
  930.  
  931.   checkValue = minimo
  932.   revisarStats()
  933.   for indice, v in ipairs(game:GetService("Workspace").Living:GetChildren()) do
  934.    textoStats.Text = "VOU ELIMINAR VC INSETO"
  935.    revisarStats()-- revisa si tienes stats
  936.     if minimo >= 10000 and minimo <200000 then
  937.      if v.Humanoid.Health >0 and v.Name == "Klirin" then
  938.       textoEnemigo.Text = v.name
  939.       SelectedQuests = v.name
  940.       SelectedMobs = SelectedQuests
  941.       return
  942.      elseif v.Humanoid.Health >0 and v.Name== "Kid Nohag" then
  943.       textoEnemigo.Text = v.name
  944.       SelectedQuests = v.name
  945.       SelectedMobs = SelectedQuests
  946.       return
  947.      elseif v.Humanoid.Health >0 and v.Name == "Radish" then
  948.       textoEnemigo.Text = v.name
  949.       SelectedQuests = v.name
  950.       SelectedMobs = SelectedQuests
  951.       return
  952.      end
  953.     elseif minimo >=100000 and minimo <850000 then
  954.      if v.Humanoid.Health >0 and v.Name == "Mapa" then
  955.       textoEnemigo.Text = v.name
  956.       SelectedQuests = v.name
  957.       SelectedMobs = SelectedQuests
  958.       return
  959.      elseif v.Humanoid.Health >0 and v.Name== "Radish" then
  960.       textoEnemigo.Text = v.name
  961.       SelectedQuests = v.name
  962.       SelectedMobs = SelectedQuests
  963.       return
  964.      elseif v.Humanoid.Health >0 and v.Name == "Super Vegetable" then
  965.       textoEnemigo.Text = v.name
  966.       SelectedQuests = v.name
  967.       SelectedMobs = SelectedQuests
  968.       return
  969.      end
  970.     elseif minimo >=500000 and minimo <4500000 then
  971.      if v.Humanoid.Health >0 and v.Name == "Super Vegetable" then
  972.       textoEnemigo.Text = v.name
  973.       SelectedQuests = v.name
  974.       SelectedMobs = SelectedQuests
  975.       return
  976.      elseif v.Humanoid.Health >0 and v.Name== "Chilly" then
  977.       textoEnemigo.Text = v.name
  978.       SelectedQuests = v.name
  979.       SelectedMobs = SelectedQuests
  980.       return
  981.      elseif v.Humanoid.Health >0 and v.Name == "Perfect Atom" then
  982.       textoEnemigo.Text = v.name
  983.       SelectedQuests = v.name
  984.       SelectedMobs =SelectedQuests
  985.       return
  986.      end
  987.     elseif minimo >=2500000 and minimo < 5000000 then
  988.      if v.Humanoid.Health >0 and v.Name == "Perfect Atom" then
  989.       textoEnemigo.Text = v.name
  990.       SelectedQuests = v.name
  991.       SelectedMobs = SelectedQuests
  992.       return
  993.      elseif v.Humanoid.Health >0 and v.Name== "SSJ2 Wukong" then
  994.       textoEnemigo.Text = v.name
  995.       SelectedQuests = v.name
  996.       SelectedMobs = SelectedQuests
  997.       return
  998.      elseif v.Humanoid.Health >0 and v.Name == "Kai-fist Master" then
  999.       textoEnemigo.Text = v.name
  1000.       SelectedQuests = v.name
  1001.       SelectedMobs = SelectedQuests
  1002.       return
  1003.      end
  1004.     elseif minimo >=4000000 and minimo < 30000000 then
  1005.      if v.Humanoid.Health >0 and v.Name == "SSJB Wukong" then
  1006.       textoEnemigo.Text = v.name
  1007.       SelectedQuests = v.name
  1008.       SelectedMobs = SelectedQuests
  1009.       return
  1010.      elseif v.Humanoid.Health >0 and v.Name== "Kai-fist Master" then
  1011.       textoEnemigo.Text = v.name
  1012.       SelectedQuests = v.name
  1013.       SelectedMobs = SelectedQuests
  1014.       return
  1015.      elseif v.Humanoid.Health >0 and v.Name == "SSJ2 Wukong" then
  1016.       textoEnemigo.Text = v.name
  1017.       SelectedQuests = v.name
  1018.       SelectedMobs = SelectedQuests
  1019.       return
  1020.      end
  1021.     elseif minimo >=15000000 and minimo < 150000000 then
  1022.      if v.Humanoid.Health >0 and v.Name == "Broccoli" then
  1023.       textoEnemigo.Text = v.name
  1024.       SelectedQuests = v.name
  1025.       SelectedMobs = SelectedQuests
  1026.       return
  1027.      elseif v.Humanoid.Health >0 and v.Name == "SSJB Wukong" then
  1028.       textoEnemigo.Text = v.name
  1029.       SelectedQuests = v.name
  1030.       SelectedMobs = SelectedQuests
  1031.       return
  1032.      elseif v.Humanoid.Health >0 and v.Name == "Kai-fist Master" then
  1033.       textoEnemigo.Text = v.name
  1034.       SelectedQuests = v.name
  1035.       SelectedMobs = SelectedQuests
  1036.       return
  1037.      end
  1038.     elseif minimo >=100000000 and minimo < 550000000 then
  1039.      if v.Humanoid.Health >0 and v.Name == "Vegetable (GoD in-training)" then
  1040.       textoEnemigo.Text = v.name
  1041.       SelectedQuests = v.name
  1042.       SelectedMobs = SelectedQuests
  1043.       return
  1044.      elseif v.Humanoid.Health >0 and v.Name== "Wukong (Omen)" then
  1045.       textoEnemigo.Text = v.name
  1046.       SelectedQuests = v.name
  1047.       SelectedMobs = SelectedQuests
  1048.       return
  1049.      elseif v.Humanoid.Health >0 and v.Name == "Vills (50%)" then
  1050.       textoEnemigo.Text = v.name
  1051.       SelectedQuests = v.name
  1052.       SelectedMobs = SelectedQuests
  1053.       return
  1054.      end
  1055.     elseif minimo >=500000000 and minimo < 1250000000 then
  1056.      if v.Humanoid.Health >0 and v.Name == "Vis (20%)" then
  1057.       textoEnemigo.Text = v.name
  1058.       SelectedQuests = v.name
  1059.       SelectedMobs = SelectedQuests
  1060.       return
  1061.      elseif v.Humanoid.Health >0 and v.Name== "Vegetable (LBSSJ4)" then
  1062.       textoEnemigo.Text = v.name
  1063.       SelectedQuests = v.name
  1064.       SelectedMobs = SelectedQuests
  1065.       return
  1066.      elseif v.Humanoid.Health >0 and v.Name == "Vills (50%)" then
  1067.       textoEnemigo.Text = v.name
  1068.       SelectedQuests = v.name
  1069.       SelectedMobs = SelectedQuests
  1070.       return
  1071.      end
  1072.     elseif minimo >=1000000000 and minimo < 2500000000 then
  1073.      if v.Humanoid.Health >0 and v.Name == "Wukong (LBSSJ4)" then
  1074.       textoEnemigo.Text = v.name
  1075.       SelectedQuests = v.name
  1076.       SelectedMobs = SelectedQuests
  1077.       return
  1078.      elseif v.Humanoid.Health >0 and v.Name== "Vegetable (LBSSJ4)" then
  1079.       textoEnemigo.Text = v.name
  1080.       SelectedQuests = v.name
  1081.       SelectedMobs = SelectedQuests
  1082.       return
  1083.      elseif v.Humanoid.Health >0 and v.Name == "Vekuta (LBSSJ4)" then
  1084.       textoEnemigo.Text = v.name
  1085.       SelectedQuests = v.name
  1086.       SelectedMobs = SelectedQuests
  1087.       return
  1088.      end
  1089.     elseif minimo >=2000000000 then
  1090.      if v.Humanoid.Health >0 and v.Name == "Vekuta (SSJBUI)" then
  1091.       textoEnemigo.Text = v.name
  1092.       SelectedQuests = v.name
  1093.       SelectedMobs = SelectedQuests
  1094.       return
  1095.      elseif v.Humanoid.Health >0 and v.Name== "Wukong Rose" then
  1096.       textoEnemigo.Text = v.name
  1097.       SelectedQuests = v.name
  1098.       SelectedMobs = SelectedQuests
  1099.       return
  1100.      elseif v.Humanoid.Health >0 and v.Name == "Vekuta (LBSSJ4)" then
  1101.       textoEnemigo.Text = v.name
  1102.       SelectedQuests = v.name
  1103.       SelectedMobs = SelectedQuests
  1104.       return
  1105.      end
  1106.     end
  1107.   end
  1108.  
  1109.   if checkValue >= 150000000 and game.placeId ~= 5151400895  then
  1110.    for indice, v in ipairs(game:GetService("Workspace").Living:GetChildren()) do
  1111.     delay(0.5,mundoDeBills)
  1112.     if v.Humanoid.Health>0 and v.Name == "SSJG Kakata" then
  1113.      textoEnemigo.Text = v.name
  1114.      SelectedQuests = v.name
  1115.      SelectedMobs = SelectedQuests
  1116.      return
  1117.     elseif v.Humanoid.Health>0 and v.Name == "Broccoli" then
  1118.      textoEnemigo.Text = v.name
  1119.      SelectedQuests = v.name
  1120.      SelectedMobs = SelectedQuests
  1121.      return
  1122.     elseif v.Humanoid.Health>0 and v.Name == "SSJB Wukong" then
  1123.      textoEnemigo.Text = v.name
  1124.      SelectedQuests = v.name
  1125.      SelectedMobs = SelectedQuests
  1126.      return
  1127.     end
  1128.    end
  1129.   end
  1130.  end
  1131.  
  1132.  local function ataquesMultiquest()
  1133.   kiRequerimiento()
  1134.   if data.Strength.Value >10000000 and ki > caca and data.Strength.Value <2000000000000 then
  1135.    game.ReplicatedStorage.Package.Events.mel:InvokeServer("High Power Rush", "Blacknwhite27")
  1136.    game.ReplicatedStorage.Package.Events.mel:InvokeServer("Wolf Fang Fist", "Blacknwhite27")
  1137.    game.ReplicatedStorage.Package.Events.mel:InvokeServer("Mach Kick", "Blacknwhite27")
  1138.    game.ReplicatedStorage.Package.Events.mel:InvokeServer("Spirit Breaking Cannon", "Blacknwhite27")
  1139.     wait(0.1)
  1140.    game.ReplicatedStorage.Package.Events.mel:InvokeServer("Super Dragon Fist", "Blacknwhite27")
  1141.     wait(0.1)
  1142.    game.ReplicatedStorage.Package.Events.mel:InvokeServer("Spirit Barrage", "Blacknwhite27")
  1143.     wait(0.1)
  1144.    game.ReplicatedStorage.Package.Events.mel:InvokeServer("God Slicer", "Blacknwhite27")
  1145.    wait(0.5)
  1146.   elseif data.Strength.Value <= 10000000 and ki > caca then
  1147.    wait(0.5)
  1148.    game.ReplicatedStorage.Package.Events.mel:InvokeServer("Energy Volley", "Blacknwhite27")
  1149.    wait(1)
  1150.    game.ReplicatedStorage.Package.Events.mel:InvokeServer("High Power Rush", "Blacknwhite27")
  1151.   end
  1152.  end
  1153.  
  1154.  getgenv().stacked = false
  1155.  
  1156.  --Function
  1157.  local function quest()
  1158.   if game:GetService("ReplicatedStorage").Datas[player.UserId].Quest.Value ~= SelectedQuests then
  1159.    player.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").Others.NPCs[SelectedQuests].HumanoidRootPart.CFrame
  1160.    repeat
  1161.     wait()
  1162.     revisarStats()-- revisa si tienes stats
  1163.     events.Qaction:InvokeServer(game:GetService("Workspace").Others.NPCs[SelectedQuests])
  1164.    until game:GetService("ReplicatedStorage").Datas[player.UserId].Quest.Value == SelectedQuests
  1165.   end
  1166.  end
  1167.  
  1168.  spawn(function()
  1169.   while true do wait()
  1170.    pcall(function()
  1171.     while true and wait() do
  1172.      if game.Players.LocalPlayer.Character:FindFirstChild("HumanoidRootPart")  
  1173.      then
  1174.       for i, v in ipairs(game:GetService("Workspace").Living:GetChildren()) do
  1175.        revisarStats()-- revisa si tienes stats
  1176.        autoquest() --inicia el farm
  1177.        if v.Name:lower() == SelectedMobs:lower() and player.Character and player.Character:FindFirstChild("HumanoidRootPart") and v:FindFirstChild("Humanoid") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then
  1178.         quest()
  1179.         getgenv().farm = true
  1180.         repeat
  1181.          wait()
  1182.          plr.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame * CFrame.new(0,0,2)
  1183.          delay(0.5,ataquesMultiquest)
  1184.          game:GetService("ReplicatedStorage").Package.Events.p:FireServer("Blacknwhite27", 1)
  1185.         until getgenv().farm == false or v == nil or v.Humanoid.Health <= 0 or plr.Character.Humanoid.Health <= 0
  1186.  
  1187.         if plr.Character.Humanoid.Health <= 0 then
  1188.          getgenv().farm = false
  1189.          getgenv().stacked = false
  1190.          repeat
  1191.           print("in auto loop died check")
  1192.           wait(1)
  1193.  
  1194.          until plr.Character.Humanoid.Health >= 0
  1195.          wait(1)
  1196.         end
  1197.  
  1198.        end
  1199.       end
  1200.      end
  1201.     end
  1202.    end)
  1203.   end
  1204.  end)
  1205.  
  1206.  state = true
  1207.  
  1208.  repeat wait(1)
  1209.   pcall(function()
  1210.  
  1211.    if getgenv().stacked == false then
  1212.     count = 0
  1213.     repeat
  1214.      count = 1
  1215.      wait(1)
  1216.      stack()
  1217.      getgenv().stacked = true
  1218.     until count == 1
  1219.    end
  1220.    wait(1)
  1221.   end)
  1222.  until sddddddddddddddddd == 1032131313131313
  1223. end
  1224. coroutine.wrap(PGPDYH_fake_script)()
  1225. local function QMIKYEO_fake_script() -- usuario.Script
  1226.  local script = Instance.new('Script', usuario)
  1227.  
  1228.  wait()
  1229.  local player = game.Players.LocalPlayer
  1230.  local tetxo = script.Parent
  1231.  
  1232.  tetxo.Text = player.Name
  1233. end
  1234. coroutine.wrap(QMIKYEO_fake_script)()