Categories > Exploiting > Scripts >
TonyDestroyer Script (Has an executor.)
Posted
Maybe does the GUI executor is more stable then your main exploit as an EXE file, Does not print.
Can kill you easily and everyone will see it happen by
--TonyDestroyer
-- Version: 1
--Keys are: Q,E,T,R,Y
-- Instances:
local ScreenGui = Instance.new("ScreenGui")
local MainFrame = Instance.new("Frame")
local Status = Instance.new("TextLabel")
local Executor = Instance.new("TextBox")
local Stop = Instance.new("TextButton")
--Properties:
ScreenGui.Name = "bro what is this"
ScreenGui.Parent = game.CoreGui
ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
MainFrame.Name = "MainFrame"
MainFrame.Parent = ScreenGui
MainFrame.BackgroundColor3 = Color3.fromRGB(75, 75, 75)
MainFrame.BorderSizePixel = 0
MainFrame.Position = UDim2.new(0, 0, 0.728597462, 0)
MainFrame.Size = UDim2.new(0, 390, 0, 149)
Status.Name = "Status"
Status.Parent = MainFrame
Status.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
Status.BackgroundTransparency = 1.000
Status.Size = UDim2.new(0, 390, 0, 110)
Status.Font = Enum.Font.Gotham
Status.Text = "No status."
Status.TextColor3 = Color3.fromRGB(255, 255, 255)
Status.TextScaled = true
Status.TextSize = 14.000
Status.TextWrapped = true
Executor.Name = "Executor"
Executor.Parent = MainFrame
Executor.BackgroundColor3 = Color3.fromRGB(54, 54, 54)
Executor.BorderSizePixel = 0
Executor.Position = UDim2.new(1, 0, 0, 0)
Executor.Size = UDim2.new(0, 299, 0, 149)
Executor.Font = Enum.Font.SourceSansItalic
Executor.PlaceholderText = "This is the executor, We dont use loadstrings"
Executor.Text = ""
Executor.TextColor3 = Color3.fromRGB(0, 0, 0)
Executor.TextSize = 14.000
Executor.TextXAlignment = Enum.TextXAlignment.Left
Executor.TextYAlignment = Enum.TextYAlignment.Top
Stop.Name = "Stop"
Stop.Parent = MainFrame
Stop.BackgroundColor3 = Color3.fromRGB(170, 0, 0)
Stop.BorderSizePixel = 0
Stop.Position = UDim2.new(0.243589744, 0, 0.738255024, 0)
Stop.Size = UDim2.new(0, 200, 0, 26)
Stop.Font = Enum.Font.Gotham
Stop.Text = "Stop"
Stop.TextColor3 = Color3.fromRGB(0, 0, 0)
Stop.TextScaled = true
Stop.TextSize = 14.000
Stop.TextWrapped = true
Stop.Visible = false
Executor.FocusLost:connect(
function(enterPressed)
if enterPressed then
loadstring(Executor.Text)
end
end
)
local mouse = game.Players.LocalPlayer:GetMouse()
mouse.KeyDown:Connect(function(key)
if key == "q" then
local done = false
local name = game.Players.LocalPlayer.Name
while true do
wait()
game.Workspace:FindFirstChild(name).Humanoid:ChangeState(Enum.HumanoidStateType.Flying)
end
game.Workspace:FindFirstChild(name).Humanoid.Died:Connect(function()
game.Workspace:FindFirstChild(name).Humanoid:ChangeState(Enum.HumanoidStateType.None)
end)
if key == "e" then
local done = false
local name = game.Players.LocalPlayer.Name
while true do
wait()
game.Workspace:FindFirstChild(name).Humanoid:ChangeState(Enum.HumanoidStateType.Freefall)
end
game.Workspace:FindFirstChild(name).Humanoid.Died:Connect(function()
game.Workspace:FindFirstChild(name).Humanoid:ChangeState(Enum.HumanoidStateType.None)
end)
end
if key == "r" then
local done = false
local name = game.Players.LocalPlayer.Name
while true do
wait()
game.Workspace:FindFirstChild(name).Humanoid:ChangeState(Enum.HumanoidStateType.Jumping)
end
game.Workspace:FindFirstChild(name).Humanoid.Died:Connect(function()
game.Workspace:FindFirstChild(name).Humanoid:ChangeState(Enum.HumanoidStateType.None)
end)
end
if key == "t" then
local done = false
local name = game.Players.LocalPlayer.Name
while true do
wait()
game.Workspace:FindFirstChild(name).Humanoid:ChangeState(Enum.HumanoidStateType.PlatformStanding)
end
game.Workspace:FindFirstChild(name).Humanoid.Died:Connect(function()
game.Workspace:FindFirstChild(name).Humanoid:ChangeState(Enum.HumanoidStateType.None)
end)
end
if key == "Y" then
local done = false
local name = game.Players.LocalPlayer.Name
while true do
wait()
game.Workspace:FindFirstChild(name).Humanoid:ChangeState(Enum.HumanoidStateType.Dead)
end
game.Workspace:FindFirstChild(name).Humanoid.Died:Connect(function()
game.Workspace:FindFirstChild(name).Humanoid:ChangeState(Enum.HumanoidStateType.None)
end)
end
end
end)
Exploits i have used: Cyrup, krnl, Kiwi X
Exploits i use: Cheat engine, jjsploit,Oxygen U, Cyrup, krnl
im not the real tonykakko82.
Replied
Nice signature.
Cancel
Post
Replied
@63568Also, The keys would basically make an status to your character, Like some flying script.
Cancel
Post
Exploits i have used: Cyrup, krnl, Kiwi X
Exploits i use: Cheat engine, jjsploit,Oxygen U, Cyrup, krnl
im not the real tonykakko82.
Users viewing this thread:
( Members: 0, Guests: 1, Total: 1 )
Cancel
Post