Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Farewell Infortality.
- -- Version: 2.82
- -- Instances:
- local ScreenGui = Instance.new("ScreenGui")
- local run_service = game:GetService("RunService")
- local Frame = Instance.new("Frame")
- local DragonBallX = Instance.new("TextLabel")
- local CTrain = Instance.new("TextButton")
- local STrain = Instance.new("TextButton")
- local KTrain = Instance.new("TextButton")
- local TextBox = Instance.new("TextBox")
- --Properties:
- ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- ScreenGui.ResetOnSpawn = false
- Frame.Parent = ScreenGui
- Frame.BackgroundColor3 = Color3.new(0.176471, 0.172549, 0.172549)
- Frame.BackgroundTransparency = 0.5
- Frame.Position = UDim2.new(0.899939954, 0, 0.519448936, 0)
- Frame.Size = UDim2.new(0, 134, 0, 161)
- DragonBallX.Name = "Dragon Ball X"
- DragonBallX.Parent = ScreenGui
- DragonBallX.BackgroundColor3 = Color3.new(1, 0, 0.384314)
- DragonBallX.BorderColor3 = Color3.new(1, 0, 0.384314)
- DragonBallX.Position = UDim2.new(0.899939954, 0, 0.518427551, 0)
- DragonBallX.Size = UDim2.new(0, 134, 0, 29)
- DragonBallX.Font = Enum.Font.Arcade
- DragonBallX.Text = "Dragon Ball X"
- DragonBallX.TextColor3 = Color3.new(0, 0, 0)
- DragonBallX.TextSize = 14
- DragonBallX.TextWrapped = true
- CTrain.Name = "CTrain"
- CTrain.Parent = ScreenGui
- CTrain.BackgroundColor3 = Color3.new(1, 0, 0.384314)
- CTrain.BorderColor3 = Color3.new(1, 0, 0.384314)
- CTrain.Position = UDim2.new(0.915302694, 0, 0.581081092, 0)
- CTrain.Size = UDim2.new(0, 75, 0, 18)
- CTrain.AutoButtonColor = false
- CTrain.Font = Enum.Font.SourceSans
- CTrain.Text = "Combat Train"
- CTrain.TextColor3 = Color3.new(0, 0, 0)
- CTrain.TextSize = 14
- CTrain.TextWrapped = true
- STrain.Name = "STrain"
- STrain.Parent = ScreenGui
- STrain.BackgroundColor3 = Color3.new(1, 0, 0.384314)
- STrain.BorderColor3 = Color3.new(1, 0, 0.384314)
- STrain.Position = UDim2.new(0.915302694, 0, 0.652334154, 0)
- STrain.Size = UDim2.new(0, 75, 0, 18)
- STrain.AutoButtonColor = false
- STrain.Font = Enum.Font.SourceSans
- STrain.Text = "Speed Train"
- STrain.TextColor3 = Color3.new(0, 0, 0)
- STrain.TextSize = 14
- STrain.TextWrapped = true
- KTrain.Name = "KTrain"
- KTrain.Parent = ScreenGui
- KTrain.BackgroundColor3 = Color3.new(1, 0, 0.384314)
- KTrain.BorderColor3 = Color3.new(1, 0, 0.384314)
- KTrain.Position = UDim2.new(0.915302694, 0, 0.616707683, 0)
- KTrain.Size = UDim2.new(0, 75, 0, 18)
- KTrain.AutoButtonColor = false
- KTrain.Modal = true
- KTrain.Font = Enum.Font.SourceSans
- KTrain.Text = "Ki Train"
- KTrain.TextColor3 = Color3.new(0, 0, 0)
- KTrain.TextSize = 14
- KTrain.TextWrapped = true
- TextBox.Parent = ScreenGui
- TextBox.BackgroundColor3 = Color3.new(1, 1, 1)
- TextBox.BackgroundTransparency = 1
- TextBox.Position = UDim2.new(0.875798464, 0, 0.674447179, 0)
- TextBox.Selectable = false
- TextBox.Size = UDim2.new(0, 200, 0, 35)
- TextBox.ClearTextOnFocus = false
- TextBox.Font = Enum.Font.SourceSans
- TextBox.Text = ""
- TextBox.TextColor3 = Color3.new(1, 1, 1)
- TextBox.TextSize = 14
- TextBox.TextWrapped = true
- -- Scripts:
- CTrain.MouseButton1Down:Connect(function()
- if _G.stats then
- _G.stats = false
- else
- _G.stats = true
- end
- end)
- KTrain.MouseButton1Down:Connect(function()
- if _G.ki then
- _G.ki = false
- else
- _G.ki = true
- end
- end)
- STrain.MouseButton1Down:Connect(function()
- if _G.speed then
- _G.speed = false
- else
- _G.speed = true
- end
- end)
- run_service.RenderStepped:Connect(function()
- if _G.stats then
- local A_1 = true
- local A_2 = 1
- local A_3 = game:GetService("Workspace")[game.Players.LocalPlayer.Name].RightHand
- local A_4 = game:GetService("Workspace")[game.Players.LocalPlayer.Name].HumanoidRootPart.swing
- local Event = game:GetService("ReplicatedStorage").Events.combat
- Event:FireServer(A_1, A_2, A_3, A_4)
- end
- if _G.ki then
- local A_1 = true
- local A_2 = game:GetService("Workspace")[game.Players.LocalPlayer.Name].Effects
- local A_3 = Vector3.new(15.8492146, 4930.55469, -1360.7876)
- local A_4 = game:GetService("Workspace")[game.Players.LocalPlayer.Name].RightHand
- local Event = game:GetService("ReplicatedStorage").Events.blast
- Event:FireServer(A_1, A_2, A_3, A_4)
- local A_1 = game:GetService("Workspace")[game.Players.LocalPlayer.Name].HumanoidRootPart
- local A_2 = true
- local Event = game:GetService("ReplicatedStorage").Events.charge
- Event:FireServer(A_1, A_2)
- end
- if _G.speed then
- local A_1 = 2
- local Event = game:GetService("ReplicatedStorage").Events.drain
- Event:FireServer(A_1)
- local A_1 = game:GetService("Workspace")[game.Players.LocalPlayer.Name].HumanoidRootPart
- local A_2 = true
- local Event = game:GetService("ReplicatedStorage").Events.charge
- Event:FireServer(A_1, A_2)
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement