super power training simulator script -- Gui to Lua -- Version: 3.2 -- Instances: local ScreenGui = Instance.new("ScreenGui") local Main = Instance.new("Frame") local Close = Instance.new("TextButton") local Split = Instance.new("TextButton") local GUI = Instance.new("TextButton") local Farm = Instance.new("TextButton") super power training simulator script How to get it for free? super power training simulator script --Properties: ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui") ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling Main.Name = "Main" Main.Parent = ScreenGui Main.Active = true Main.BackgroundColor3 = Color3.fromRGB(0, 255, 0) super power training simulator script How to dowload it? super power training simulator script Main.Position = UDim2.new(0.172205433, 0, 0.181992337, 0) Main.Size = UDim2.new(0, 160, 0, 160) Close.Name = "Close" Close.Parent = Main Close.BackgroundColor3 = Color3.fromRGB(10, 10, 10) Close.Position = UDim2.new(-0.118483424, 0, -0.141104221, 0) Close.Size = UDim2.new(0, 50, 0, 50) Close.Font = Enum.Font.SourceSans Close.Text = "X" super power training simulator script PasteShr super power training simulator script Close.TextColor3 = Color3.fromRGB(255, 0, 0) Close.TextSize = 90.000 Split.Name = "Split" Split.Parent = Main Split.BackgroundColor3 = Color3.fromRGB(0, 255, 0) Split.Position = UDim2.new(0, 0, 0.496702492, 0) Split.Size = UDim2.new(0, 80, 0, 80) Split.Font = Enum.Font.SourceSans Split.Text = "Split" super power training simulator script How to use it? super power training simulator script Split.TextColor3 = Color3.fromRGB(0, 0, 0) Split.TextSize = 50.000 GUI.Name = "GUI" GUI.Parent = Main GUI.BackgroundColor3 = Color3.fromRGB(0, 255, 0) GUI.Position = UDim2.new(0.5, 0, 0.496702492, 0) GUI.Size = UDim2.new(0, 80, 0, 80) GUI.Font = Enum.Font.SourceSans GUI.Text = "GUI" super power training simulator script How to dowload it? super power training simulator script GUI.TextColor3 = Color3.fromRGB(0, 0, 0) GUI.TextSize = 50.000 Farm.Name = "Farm" Farm.Parent = Main Farm.BackgroundColor3 = Color3.fromRGB(0, 255, 0) Farm.Position = UDim2.new(0.5, 0, -0.00329750776, 0) Farm.Size = UDim2.new(0, 80, 0, 80) Farm.Font = Enum.Font.SourceSans Farm.Text = "Farm" super power training simulator script How to get it for free? super power training simulator script Farm.TextColor3 = Color3.fromRGB(0, 0, 0) Farm.TextSize = 50.000 Main.Draggable = true Main.Active = true Main.Visible = true Close.MouseButton1Click:Connect(function() Main.Visible = false Main.Active = false end) super power training simulator script How to get it for free? super power training simulator script Split.MouseButton1Click:Connect(function() game:service'Players'.LocalPlayer.Character.UpperTorso.Waist:remove() end) Farm.MouseButton1Click:Connect(function() loadstring(game:HttpGet("https://pastebin.com/raw/3LcJV1iW", true))() end) GUI.MouseButton1Click:Connect(function() loadstring(game:HttpGet('https://pastebin.com/raw/D9btNZUr', true))() end) super power training simulator script