ClubEnsayos.com - Ensayos de Calidad, Tareas y Monografias
Buscar

Farewell Infortality


Enviado por   •  19 de Abril de 2020  •  Prácticas o problemas  •  1.317 Palabras (6 Páginas)  •  186 Visitas

Página 1 de 6

-- Farewell Infortality.

--DBR GUI

local DBR = Instance.new("ScreenGui")

local MainDesign = Instance.new("Frame")

local Frame = Instance.new("Frame")

local Ki = Instance.new("TextButton")

local AntiKick = Instance.new("TextButton")

local Defense = Instance.new("TextButton")

local Agility = Instance.new("TextButton")

local AutoSave = Instance.new("TextButton")

local Charge = Instance.new("TextButton")

local Combat = Instance.new("TextButton")

local NoCharge = Instance.new("TextButton")

local ToggleGUI = Instance.new("TextButton")

local ora = Instance.new("TextLabel")

local dustyn = Instance.new("TextLabel")

local oracredit = Instance.new("TextLabel")

local dustyncredit = Instance.new("TextLabel")

local Title = Instance.new("TextLabel")

local FrameStatus = Instance.new("Frame")

local DefenseStatus = Instance.new("TextLabel")

local DefTog = Instance.new("TextLabel")

local KiBlastStatus = Instance.new("TextLabel")

local KiTog = Instance.new("TextLabel")

local AgilityStatis = Instance.new("TextLabel")

local AgiTog = Instance.new("TextLabel")

local CombatStatus = Instance.new("TextLabel")

local ComTog = Instance.new("TextLabel")

local ChargeStatus = Instance.new("TextLabel")

local ChargeTog = Instance.new("TextLabel")

local Delete = Instance.new("TextButton")

local Name = game.Players.LocalPlayer.Name

--Properties:

DBR.Name = "DBR"

DBR.Parent = game.CoreGui

MainDesign.Name = "MainDesign"

MainDesign.Parent = DBR

MainDesign.Active = true

MainDesign.BackgroundColor3 = Color3.new(0, 0, 0)

MainDesign.BorderColor3 = Color3.new(1, 1, 1)

MainDesign.Position = UDim2.new(0.321915597, 0, 0.272512466, 0)

MainDesign.Size = UDim2.new(0, 463, 0, 291)

MainDesign.Style = Enum.FrameStyle.RobloxRound

MainDesign.Draggable = true

MainDesign.Visible = true

Frame.Parent = MainDesign

Frame.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)

Frame.BorderColor3 = Color3.new(1, 1, 1)

Frame.Position = UDim2.new(0.0913098454, 0, 0.0950036272, 0)

Frame.Size = UDim2.new(0, 352, 0, 221)

Frame.Style = Enum.FrameStyle.DropShadow

Ki.Name = "Ki"

Ki.Parent = Frame

Ki.Active = false

Ki.BackgroundColor3 = Color3.new(1, 1, 1)

Ki.BorderColor3 = Color3.new(1, 1, 1)

Ki.Position = UDim2.new(0.503212869, 0, -0.000783997937, 0)

Ki.Size = UDim2.new(0, 166, 0, 32)

Ki.Style = Enum.ButtonStyle.RobloxRoundDefaultButton

Ki.Font = Enum.Font.SciFi

Ki.Text = "Ki Blast"

Ki.TextColor3 = Color3.new(0, 0, 0)

Ki.TextSize = 14

Ki.MouseButton1Down:connect(function()

if Ki.Text == "Ki Blast" then

Ki.Text = "Stop Ki Blast"

KiTog.Text = "Enabled"

KiTog.TextColor3 = Color3.new(0, 255, 0)

while Ki.Text == "Stop Ki Blast" do

game.ReplicatedStorage.Remotes.Actions.EnergyBlast:InvokeServer("Left")

game.ReplicatedStorage.Remotes.Actions.EnergyBlast:InvokeServer("Right")

end

else

Ki.Text = "Ki Blast"

KiTog.Text = "Disabled"

KiTog.TextColor3 = Color3.new(0.666667, 0, 0)

_G.B = false

while _G.B do

game.ReplicatedStorage.Remotes.Actions.EnergyBlast:InvokeServer("Left")

game.ReplicatedStorage.Remotes.Actions.EnergyBlast:InvokeServer("Right")

end

end

end)

AntiKick.Name = "Anti-Kick"

AntiKick.Parent = Frame

AntiKick.Active = false

AntiKick.BackgroundColor3 = Color3.new(1, 1, 1)

AntiKick.BorderColor3 = Color3.new(1,

...

Descargar como (para miembros actualizados)  txt (16.8 Kb)   pdf (53.9 Kb)   docx (17.2 Kb)  
Leer 5 páginas más »
Disponible sólo en Clubensayos.com