Dragon Ball Evolution Script | AUTO FARM & MORE!

Created by Bobsie

Features:

  • AUTO FARM
  • & MORE!
  • (Teleport to HTC then farm Goku)
loadstring(game:HttpGet(('https://raw.githubusercontent.com/KirbleSensei/stuff/main/Dragon%20Ball%20Games/Dragon%20Ball%20Evolution%20GUI.lua'),true))()
  • You can also edit your character to be incredibly tall lmao just change the values you want and execute at the character creation menu:
local args = {
   [1] = {
       ["Race"] = "Saiyan",
       ["Pants"] = "10",
       ["HairColor"] = "0,0,0",
       ["Shirt"] = "3",
       ["Face"] = "1",
       ["EyesColor"] = "0,0,0",
       ["Stance"] = 1,
       ["KiColor2"] = "170,0,255",
       ["BrowsColor"] = "0,0,0",
       ["FaceColor"] = "255,255,255",
       ["KiColor1"] = "0,0,127",
       ["Height"] = "1",
       ["Mouth"] = "1",
       ["Bulk"] = "1",
       ["Hair"] = "1"
   }
}
game:GetService("Players").LocalPlayer.PlayerGui.CustomizeSystem.Main.PlayBtn.Click.LocalScript.SavingData:FireServer(unpack(args))