I heard that pfhaxx only works with synapse x but I don't really know so does anyone know of any other free exploits that work with pfhaxx
(03-21-2019 - 12:19 AM)TweakCity Wrote: I heard that pfhaxx only works with synapse x but I don't really know so does anyone know of any other free exploits that work with pfhaxx
If you're looking for aimbot, you can use this script. It runs on practically any exploit, you don't need a good executor. It's not the best though.
Script:
iPlayer = game.Players.LocalPlayer.Name
local Gui = Instance.new('ScreenGui', game.Players[iPlayer].PlayerGui)
Gui.Name = 'Aimware'
local Grab_f = Instance.new('Frame', Gui)
Grab_f.Name = 'Grab'
Grab_f.Active = true
Grab_f.BackgroundColor3 = Color3.new(255,0,0)
Grab_f.BackgroundTransparency = 0
Grab_f.BorderSizePixel = 0
Grab_f.Position = UDim2.new(0.5,-150,0.5,-92)
Grab_f.Size = UDim2.new(0,700,0,24)
Grab_f.Draggable = true
Grab_f.Visible = false
local Body_f = Instance.new('Frame', Grab_f)
Body_f.Name = 'Body'
Body_f.BackgroundColor3 = Color3.new(60/255,60/255,60/255)
Body_f.BackgroundTransparency = 0.5
Body_f.BorderSizePixel = 0
Body_f.Position = UDim2.new(0,0,0,25)
Body_f.Size = UDim2.new(0,700,0,170)
Body_f.Visible = false
local Title = Instance.new('TextLabel', Grab_f)
Title.Name = 'Title'
Title.BackgroundTransparency = 1
Title.Position = UDim2.new(0,130,0,0)
Title.Size = UDim2.new(0,200,1,0)
Title.Font = 'SourceSansLight'
Title.FontSize = 'Size18'
Title.Text = "Aimware for ROBLOX v1 Pink Buttons are for APOC only!"
Title.TextColor3 = Color3.new(255,255,255)
Title.TextStrokeColor3 = Color3.new(60/255,60/255,60/255)
Title.TextStrokeTransparency = 0
Title.Visible = false
local PlayerName = Instance.new('TextBox', Body_f)
PlayerName.Name = 'PlayerName'
PlayerName.BorderSizePixel = 0
PlayerName.Position = UDim2.new(0,10,0,10)
PlayerName.Size = UDim2.new(0,280,0,30)
PlayerName.Font = 'SourceSans'
PlayerName.FontSize = 'Size18'
PlayerName.Text = 'Player name [plr]'
PlayerName.BackgroundColor3 = Color3.new(255,255,255)
PlayerName.TextColor3 = Color3.new(60/255,60/255,60/255)
PlayerName.TextWrapped = true
PlayerName.BackgroundColor3 = Color3.new(255,170/255,255)
local Credits = Instance.new('TextLabel', Body_f)
Credits.BackgroundTransparency = 1
Credits.Text = 'Apoc stuff is pasted from Raspberry Pi'
Credits.Position = UDim2.new(0,0,1,0)
Credits.Size = UDim2.new(1,0,0,20)
local Command_Aimbot_Esp = Instance.new('TextButton', Body_f)
Command_Aimbot_Esp.Name = 'Aimbot_esp'
Command_Aimbot_Esp.BackgroundColor3 = Color3.new(255, 255, 255)
Command_Aimbot_Esp.BackgroundTransparency = 0.1
Command_Aimbot_Esp.BorderSizePixel = 0
Command_Aimbot_Esp.Position = UDim2.new(0,300,0,50)
Command_Aimbot_Esp.Size = UDim2.new(0,135,0,30)
Command_Aimbot_Esp.Font = 'SourceSansItalic'
Command_Aimbot_Esp.FontSize = 'Size18'
Command_Aimbot_Esp.Text = 'Load Aimbot/Esp'
Command_Aimbot_Esp.TextColor3 = Color3.new(80/255,80/255,80/255)
Command_Aimbot_Esp.TextWrapped = true
local Command_Bighead = Instance.new('TextButton', Body_f)
Command_Bighead.Name = 'Bighead'
Command_Bighead.BackgroundColor3 = Color3.new(255, 255, 255)
Command_Bighead.BackgroundTransparency = 0.1
Command_Bighead.BorderSizePixel = 0
Command_Bighead.Position = UDim2.new(0,300,0,90)
Command_Bighead.Size = UDim2.new(0,135,0,30)
Command_Bighead.Font = 'SourceSansItalic'
Command_Bighead.FontSize = 'Size18'
Command_Bighead.Text = 'Bighead Hack'
Command_Bighead.TextColor3 = Color3.new(80/255,80/255,80/255)
Command_Bighead.TextWrapped = true
local Command_Bigtors = Instance.new('TextButton', Body_f)
Command_Bigtors.Name = 'Bighead'
Command_Bigtors.BackgroundColor3 = Color3.new(255, 255, 255)
Command_Bigtors.BackgroundTransparency = 0.1
Command_Bigtors.BorderSizePixel = 0
Command_Bigtors.Position = UDim2.new(0,300,0,130)
Command_Bigtors.Size = UDim2.new(0,135,0,30)
Command_Bigtors.Font = 'SourceSansItalic'
Command_Bigtors.FontSize = 'Size18'
Command_Bigtors.Text = 'BigTorso Hack'
Command_Bigtors.TextColor3 = Color3.new(80/255,80/255,80/255)
Command_Bigtors.TextWrapped = true
local Command_God = Instance.new('TextButton', Body_f)
Command_God.Name = 'God'
Command_God.BackgroundColor3 = Color3.new(255,170/255,255)
Command_God.BackgroundTransparency = 0.1
Command_God.BorderSizePixel = 0
Command_God.Position = UDim2.new(0,10,0,50)
Command_God.Size = UDim2.new(0,135,0,30)
Command_God.Font = 'SourceSansItalic'
Command_God.FontSize = 'Size18'
Command_God.Text = 'GOD [plr]'
Command_God.TextColor3 = Color3.new(80/255,80/255,80/255)
Command_God.TextWrapped = true
local Command_KillAll = Command_God:Clone()
Command_KillAll.Name = 'KillAll'
Command_KillAll.Parent = Body_f
Command_KillAll.Position = UDim2.new(0,155,0,50)
Command_KillAll.Text = 'KILL ALL'
local Command_KillPlr = Command_God:Clone()
Command_KillPlr.Name = 'KillPlr'
Command_KillPlr.Parent = Body_f
Command_KillPlr.Position = UDim2.new(0,10,0,90)
Command_KillPlr.Text = 'KILL [plr]'
local Command_TpMe = Command_God:Clone()
Command_TpMe.Name = 'TpMe'
Command_TpMe.Parent = Body_f
Command_TpMe.Position = UDim2.new(0,10,0,130)
Command_TpMe.Text = 'TP [plr] ME'
local Command_TpTo = Command_God:Clone()
Command_TpTo.Name = 'TpTo'
Command_TpTo.Parent = Body_f
Command_TpTo.Position = UDim2.new(0,155,0,130)
Command_TpTo.Text = 'TP ME [plr]'
local Command_TpAllMe = Command_God:Clone()
Command_TpAllMe.Name = 'TpAllMe'
Command_TpAllMe.Parent = Body_f
Command_TpAllMe.Position = UDim2.new(0,155,0,90)
Command_TpAllMe.Text = 'TP ALL ME'
Command_God.MouseButton1Down:connect(function()
Player = game.Workspace:FindFirstChild(PlayerName.Text)
while wait() do
game.Lighting.Remote.AddHealth:FireServer(Player.Humanoid, 5000000)
end
end)
Command_Bighead.MouseButton1Down:connect(function()
__Hed.HeadSize = 40
__Hed.HeadOffset = 20
__Hed.Enabled = true
game:service'RunService'.Stepped:connect(function()
if __Hed.Enabled then
for i,v in pairs(game:service'Players':GetPlayers()) do
if v.TeamColor ~= game:service'Players'.LocalPlayer.TeamColor then
--if v.Name ~= game:service'Players'.LocalPlayer.Name then
pcall(function()
v.Character.Head.CanCollide = false
v.Character.Head.Size = Vector3.new(__Hed.HeadSize,__Hed.HeadSize,__Hed.HeadSize)
v.Character.Head.CFrame = v.Character.Torso.CFrame * CFrame.new(0,__Hed.HeadOffset,0)
end)
--end
end
end
end
end)
end)
Command_Bigtors.MouseButton1Down:connect(function()
__Tors.TorsoSize = 40
__Tors.TorsoOffset = 20
__Tors.Enabled = true
game:service'RunService'.Stepped:connect(function()
if __Tors.Enabled then
for i,v in pairs(game:service'Players':GetPlayers()) do
if v.TeamColor ~= game:service'Players'.LocalPlayer.TeamColor then
--if v.Name ~= game:service'Players'.LocalPlayer.Name then
pcall(function()
v.Character.Torso.CanCollide = false
v.Character.Torso.Size = Vector3.new(__Tors.TorsoSize,__Tors.TorsoSize,__Tors.TorsoSize)
v.Character.Torso.CFrame = v.Character.Torso.CFrame * CFrame.new(0,__Tors.TorsoOffset,0)
end)
--end
end
end
end
end)
end)
Command_KillAll.MouseButton1Down:connect(function()
for i,v in pairs(game.Players:GetPlayers()) do
if v.Name == game.Players.LocalPlayer.Name then
print('nope')
else
getPlayer = game.Workspace:FindFirstChild(v.Name)
wait(.01)
game.Lighting.Remote.AddHealth:FireServer(getPlayer.Humanoid, -5345355)
end
end
end)
Command_KillPlr.MouseButton1Down:connect(function()
gitPlayer = game.Workspace:FindFirstChild(PlayerName.Text)
game.Lighting.Remote.AddHealth:FireServer(gitPlayer.Humanoid, -5000000)
end)
Command_TpMe.MouseButton1Down:connect(function()
gitPlayer = PlayerName.Text
game.Lighting.Remote:WaitForChild("TeleportRequest"):InvokeServer("To Me", math.floor(tick() % 1 * 100000), gitPlayer)
end)
Command_TpTo.MouseButton1Down:connect(function()
gitPlayer = PlayerName.Text
game.Lighting.Remote:WaitForChild("TeleportRequest"):InvokeServer("Me To", math.floor(tick() % 1 * 100000), gitPlayer)
end)
Command_TpAllMe.MouseButton1Down:connect(function()
for i,v in pairs(game.Players:GetPlayers()) do
if v.Name == game.Players.LocalPlayer.Name then
print'nope'
else
wait(.01)
game.Lighting.Remote:WaitForChild("TeleportRequest"):InvokeServer("To Me", math.floor(tick() % 1 * 100000), v.Name)
end
end
end)
Command_Aimbot_Esp.MouseButton1Down:connect(function()
local Headshot_Key = Enum.KeyCode.X
local Torsoshot_Key = Enum.KeyCode.Z
local plr = game.Players.LocalPlayer
local Gui = Instance.new("ScreenGui",game.CoreGui)
Gui.Name = "AimbotGui"
local version = "1.0.1"
HDown = false
TDown = false
mouse = game.Players.LocalPlayer:GetMouse()
cam = game.Workspace.CurrentCamera
Players = game:service("Players")
function onKeyPress(inputObject, gameProcessedEvent)
if inputObject.KeyCode == Headshot_Key then
if HDown == false and TDown == false then
HDown = true
print("[AIMBOT] Calculating closest player")
local targetpoint = mouse.Hit
local p = game.Players:GetChildren()
local lowestdist = 99999999999
local lowestplayer = nil
local lowesthum = nil
for i=1,#p do
if p[i]~=game.Players.LocalPlayer and p[i].Character~=nil then
if (p[i].TeamColor~=game.Players.LocalPlayer.TeamColor or game.PlaceId==245240458--[[impulse is ffa]] or game.PlaceId==492156726--[[salvage is ffa]] or (game.PlaceId==146449216--[[hex uses values]] and p[i].TeamId.Value~=game.Players.LocalPlayer.TeamId.Value)) then
local hum = p[i].Character:FindFirstChild("Humanoid")
if hum==nil then
hum = p[i].Character:FindFirstChild("Hum")
end
if hum then
if hum.Health >0 then
local dist = p[i]:DistanceFromCharacter(Vector3.new(targetpoint.X,targetpoint.Y,targetpoint.Z))
if dist < lowestdist then
lowestdist = dist
lowestplayer = p[i]
lowesthum = hum
end
end
end
end
end
end
if lowestplayer~=nil then
print("[AIMBOT] Targeting "..lowestplayer.Name)
while HDown and lowesthum.Health>0 do
wait()
local TPos = nil
if game.PlaceId==245240458 then -- Impulse
TPos = lowestplayer.Character.PsuedoHead
if TPos~=nil then
TPos = TPos.Position
end
else
TPos = lowestplayer.Character.Head
if TPos~=nil then
TPos = TPos.Position
end
end
if TPos~=nil then
cam.CFrame = CFrame.new(Vector3.new(cam.CFrame.X,cam.CFrame.Y,cam.CFrame.Z),Vector3.new(TPos.X,TPos.Y,TPos.Z))
end
end
end
end
elseif inputObject.KeyCode == Torsoshot_Key then
if TDown == false and HDown == false then
TDown = true
print("[AIMBOT] Calculating closest player")
local targetpoint = mouse.Hit
local p = game.Players:GetChildren()
local lowestdist = 99999999999
local lowestplayer = nil
local lowesthum = nil
for i=1,#p do
if p[i]~=game.Players.LocalPlayer and p[i].Character~=nil then
if p[i].Character~=nil and (p[i].TeamColor~=game.Players.LocalPlayer.TeamColor or game.PlaceId==245240458--[[impulse is ffa]] or game.PlaceId==492156726--[[salvage is ffa]] or (game.PlaceId==146449216--[[hex uses values]] and p[i].TeamId.Value~=game.Players.LocalPlayer.TeamId.Value)) then
local hum = p[i].Character:FindFirstChild("Humanoid")
if hum==nil then
hum = p[i].Character:FindFirstChild("Hum")
end
if hum then
if hum.Health >0 then
local dist = p[i]:DistanceFromCharacter(Vector3.new(targetpoint.X,targetpoint.Y,targetpoint.Z))
if dist < lowestdist then
lowestdist = dist
lowestplayer = p[i]
lowesthum = hum
end
end
end
end
end
end
if lowestplayer~=nil then
print("[AIMBOT] Targeting "..lowestplayer.Name)
while TDown and lowesthum.Health>0 do
wait()
local TPos = nil
if game.PlaceId==245240458 then -- Impulse
TPos = lowestplayer.Character.Torso
if TPos~=nil then
TPos = TPos.Position
end
else
TPos = lowestplayer.Character.Torso
if TPos~=nil then
TPos = TPos.Position
end
end
cam.CFrame = CFrame.new(Vector3.new(cam.CFrame.X,cam.CFrame.Y,cam.CFrame.Z),Vector3.new(TPos.X,TPos.Y,TPos.Z))
end
end
end
end
end
function onKeyRelease(inputObject, gameProcessedEvent)
if inputObject.KeyCode == Headshot_Key then
HDown = false
elseif inputObject.KeyCode == Torsoshot_Key then
TDown = false
end
end
function Esp(player, username)
if player ~= Players.LocalPlayer and player.Character then
local torso = nil
if game.PlaceId==245240458 then -- impulse
torso = player.Character:FindFirstChild("PsuedoTorso")
else
torso = player.Character:FindFirstChild("Torso")
end
if torso then
local base = Instance.new("BillboardGui", workspace.CurrentCamera)
local esP = Instance.new("Frame", base)
base.AlwaysOnTop = true
base.Enabled = true
base.Size = UDim2.new(3.5,0,4.7,0)
base.Name = username
base.Adornee = torso
base.StudsOffset = Vector3.new(0, -0.6, 0)
esP.BackgroundColor3 = Color3.new(1,0,0)
esP.BackgroundTransparency = 0.8
esP.BorderColor3 = Color3.new(0,0,0)
esP.BorderSizePixel = 1
esP.Size = UDim2.new(1,0,1,0)
end
end
end
function CheckEsp()
for x,player in pairs(Players:GetChildren()) do
if player then
if player.TeamColor ~= plr.TeamColor or game.PlaceId==245240458 or game.PlaceId==492156726 or (game.PlaceId==146449216--[[hex uses values]] and player.TeamId.Value~=game.Players.LocalPlayer.TeamId.Value) then -- impulse doesn't use teams
local char = player.Character
if char then
local torso = nil
if game.PlaceId==245240458 then
torso = char:FindFirstChild("PsuedoTorso")
else
torso = char:FindFirstChild("Torso")
end
if torso then
local currentcam = workspace.CurrentCamera
local playerName = player.Name
if currentcam:FindFirstChild(playerName) == nil then
Esp(player, playerName)
end
end
end
end
end
end
end
local function createframe(bkgc3,bkgtrans,borderc3, bordersize, name, parent, pos, rot, size, visible, zindex)
local newframe = Instance.new("Frame")
newframe.BackgroundColor3 = bkgc3
newframe.BackgroundTransparency = bkgtrans
newframe.BorderColor3 = borderc3
newframe.BorderSizePixel = bordersize
newframe.Name = name
newframe.Parent = parent
newframe.Position = pos
newframe.Rotation = rot
newframe.Size = size
newframe.Visible = visible
newframe.ZIndex = zindex
return newframe
end
local function createlabel(bkgc3,bkgtrans,borderc3, bordersize, name, parent, pos, rot, size, visible, zindex, font, fontsize, text, textc3, textscaled, textstrokec3, textstroketrans, texttrans, textwrapped, xalign, yalign)
local newlabel = Instance.new("TextLabel")
newlabel.BackgroundColor3 = bkgc3
newlabel.BackgroundTransparency = bkgtrans
newlabel.BorderColor3 = borderc3
newlabel.BorderSizePixel = bordersize
newlabel.Name = name
newlabel.Parent = parent
newlabel.Position = pos
newlabel.Rotation = rot
newlabel.Size = size
newlabel.Visible = visible
newlabel.ZIndex = zindex
newlabel.Font = font
newlabel.FontSize = fontsize
newlabel.Text = text
newlabel.TextColor3 = textc3
newlabel.TextScaled = textscaled
newlabel.TextStrokeColor3 = textstrokec3
newlabel.TextStrokeTransparency = textstroketrans
newlabel.TextTransparency = texttrans
newlabel.TextWrapped = textwrapped
newlabel.TextXAlignment = xalign
newlabel.TextYAlignment = yalign
return newlabel
end
local function createbutton(autocolor, bkgc3,bkgtrans,borderc3, bordersize, name, parent, pos, rot, size, visible, zindex, font, fontsize, text, textc3, textscaled, textstrokec3, textstroketrans, texttrans, textwrapped, xalign, yalign)
local newbutton = Instance.new("TextButton")
newbutton.AutoButtonColor = autocolor
newbutton.BackgroundColor3 = bkgc3
newbutton.BackgroundTransparency = bkgtrans
newbutton.BorderColor3 = borderc3
newbutton.BorderSizePixel = bordersize
newbutton.Name = name
newbutton.Parent = parent
newbutton.Position = pos
newbutton.Rotation = rot
newbutton.Size = size
newbutton.Visible = visible
newbutton.ZIndex = zindex
newbutton.Font = font
newbutton.FontSize = fontsize
newbutton.Text = text
newbutton.TextColor3 = textc3
newbutton.TextScaled = textscaled
newbutton.TextStrokeColor3 = textstrokec3
newbutton.TextStrokeTransparency = textstroketrans
newbutton.TextTransparency = texttrans
newbutton.TextWrapped = textwrapped
newbutton.TextXAlignment = xalign
newbutton.TextYAlignment = yalign
return newbutton
end
local function createtextbox(bkgc3,bkgtrans,borderc3, bordersize, clrtext, multiline, name, parent, pos, rot, size, visible, zindex, font, fontsize, text, textc3, textscaled, textstrokec3, textstroketrans, texttrans, textwrapped, xalign, yalign)
local newbox = Instance.new("TextBox")
newbox.BackgroundColor3 = bkgc3
newbox.BackgroundTransparency = bkgtrans
newbox.BorderColor3 = borderc3
newbox.BorderSizePixel = bordersize
newbox.ClearTextOnFocus = clrtext
newbox.MultiLine = multiline
newbox.Name = name
newbox.Parent = parent
newbox.Position = pos
newbox.Rotation = rot
newbox.Size = size
newbox.Visible = visible
newbox.ZIndex = zindex
newbox.Font = font
newbox.FontSize = fontsize
newbox.Text = text
newbox.TextColor3 = textc3
newbox.TextScaled = textscaled
newbox.TextStrokeColor3 = textstrokec3
newbox.TextStrokeTransparency = textstroketrans
newbox.TextTransparency = texttrans
newbox.TextWrapped = textwrapped
newbox.TextXAlignment = xalign
newbox.TextYAlignment = yalign
return newbox
end
local function createimagelabel(bkgc3,bkgtrans,borderc3, bordersize, name, parent, pos, rot, size, visible, zindex, image, imagetrans)
local newimage = Instance.new("ImageLabel")
newimage.BackgroundColor3 = bkgc3
newimage.BackgroundTransparency = bkgtrans
newimage.BorderColor3 = borderc3
newimage.BorderSizePixel = bordersize
newimage.Name = name
newimage.Parent = parent
newimage.Position = pos
newimage.Rotation = rot
newimage.Size = size
newimage.Visible = visible
newimage.ZIndex = zindex
newimage.Image = "rbxassetid://"..image
newimage.ImageTransparency = imagetrans
return newimage
end
-------------------------------INITIALIZE INTRO GUI-------------------------------------
local IntroFrame = createframe(Color3.new(245/255,245/255,245/255),0,Color3.new(27/255,42/255,53/255),0,"IntroFrame",Gui,UDim2.new(0,-330,0,0),0,UDim2.new(0,300,1,0),true,1)
--[[bar]] createframe(Color3.new(245/255,245/255,245/255),0,Color3.new(0,0,0),0,"bar",IntroFrame,UDim2.new(1,0,0,0),0,UDim2.new(0,30,0,90),true,1)
--[[slant]] createimagelabel(Color3.new(1,1,1),1,Color3.new(0,0,0),0,"Slant",IntroFrame,UDim2.new(1,0,0,90),90,UDim2.new(0,30,0,30),true,1,474172996,0)
--[[creator]] createlabel(Color3.new(1,1,1),1,Color3.new(0,0,0),0,"Creator",IntroFrame,UDim2.new(0,80,1,-40),0,UDim2.new(0,140,0,30),true,1,Enum.Font.Code,Enum.FontSize.Size28,"Vape",Color3.new(27/255,42/255,53/255), false,Color3.new(0,0,0),1,0,true,Enum.TextXAlignment.Center,Enum.TextYAlignment.Center)
--[[creatorlabel]] createlabel(Color3.new(1,1,1),1,Color3.new(0,0,0),0,"CreatorLabel",IntroFrame,UDim2.new(0,80,1,-70),0,UDim2.new(0,140,0,30),true,1,Enum.Font.Code,Enum.FontSize.Size18,"Made by:",Color3.new(27/255,42/255,53/255), false,Color3.new(0,0,0),1,0,true,Enum.TextXAlignment.Center,Enum.TextYAlignment.Center)
--[[desc]] createlabel(Color3.new(1,1,1),1,Color3.new(0,0,0),0,"Desc",IntroFrame,UDim2.new(0,0,0,120),0,UDim2.new(1,0,0,90),true,1,Enum.Font.SourceSansLight,Enum.FontSize.Size14,"Headshot Key is X Bodyshot Key is Z",Color3.new(0,0,0), true,Color3.new(0,0,0),1,0,true,Enum.TextXAlignment.Center,Enum.TextYAlignment.Center)
--[[subtitle]] createlabel(Color3.new(1,1,1),1,Color3.new(0,0,0),0,"SubTitle",IntroFrame,UDim2.new(0.5,-150,0,70),0,UDim2.new(0,300,0,40),true,1,Enum.Font.SourceSansBold,Enum.FontSize.Size32,"Aimbot/ESP",Color3.new(27/255,42/255,53/255), false,Color3.new(0,0,0),1,0,true,Enum.TextXAlignment.Center,Enum.TextYAlignment.Center)
--[[title]] createlabel(Color3.new(1,1,1),1,Color3.new(0,0,0),0,"Title",IntroFrame,UDim2.new(0.5,-105,0,20),0,UDim2.new(0,210,0,60),true,1,Enum.Font.SourceSansBold,Enum.FontSize.Size60,"Aimware",Color3.new(27/255,42/255,53/255), false,Color3.new(0,0,0),1,0,true,Enum.TextXAlignment.Center,Enum.TextYAlignment.Center)
IntroFrame:TweenPosition(UDim2.new(0,0,0,0),Enum.EasingDirection.Out,Enum.EasingStyle.Quart,0.5,true)
wait(3.5)
IntroFrame:TweenPosition(UDim2.new(0,-330,0,0),Enum.EasingDirection.In,Enum.EasingStyle.Quart,0.5,true)
wait(0.5)
Gui:Destroy()
game:GetService("UserInputService").InputBegan:connect(onKeyPress)
game:GetService("UserInputService").InputEnded:connect(onKeyRelease)
while wait(1) do
CheckEsp()
end
end)
local mouse = game.Players.LocalPlayer:GetMouse()
mouse.KeyDown:connect(function(key)
if key == "q" then
if Body_f.Visible == true then
Body_f.Visible = false
Grab_f.Visible = false
Title.Visible = false
elseif Body_f.Visible == false then
Body_f.Visible = true
Grab_f.Visible = true
Title.Visible = true
end
end
end)
--
while wait() do
Credits.TextColor3 = Color3.new(1,0,0)
for i=1,15 do
game:GetService("RunService").RenderStepped:wait()
Credits.TextColor3 = Color3.new(Credits.TextColor3.r,Credits.TextColor3.g+(17/255),Credits.TextColor3.b)
end
for i=1,15 do
game:GetService("RunService").RenderStepped:wait()
Credits.TextColor3 = Color3.new(Credits.TextColor3.r-(17/255),Credits.TextColor3.g,Credits.TextColor3.b)
end
for i=1,15 do
game:GetService("RunService").RenderStepped:wait()
Credits.TextColor3 = Color3.new(Credits.TextColor3.r,Credits.TextColor3.g,Credits.TextColor3.b+(17/255))
end
for i=1,15 do
game:GetService("RunService").RenderStepped:wait()
Credits.TextColor3 = Color3.new(Credits.TextColor3.r,Credits.TextColor3.g-(17/255),Credits.TextColor3.b)
end
for i=1,15 do
game:GetService("RunService").RenderStepped:wait()
Credits.TextColor3 = Color3.new(Credits.TextColor3.r+(17/255),Credits.TextColor3.g,Credits.TextColor3.b)
end
for i=1,15 do
game:GetService("RunService").RenderStepped:wait()
Credits.TextColor3 = Color3.new(Credits.TextColor3.r,Credits.TextColor3.g,Credits.TextColor3.b-(17/255))
end
end
(03-21-2019 - 12:19 AM)TweakCity Wrote: I heard that pfhaxx only works with synapse x but I don't really know so does anyone know of any other free exploits that work with pfhaxx
If you're looking for aimbot, you can use this script. It runs on practically any exploit, you don't need a good executor. It's not the best though.
Script:
iPlayer = game.Players.LocalPlayer.Name
local Gui = Instance.new('ScreenGui', game.Players[iPlayer].PlayerGui)
Gui.Name = 'Aimware'
local Grab_f = Instance.new('Frame', Gui)
Grab_f.Name = 'Grab'
Grab_f.Active = true
Grab_f.BackgroundColor3 = Color3.new(255,0,0)
Grab_f.BackgroundTransparency = 0
Grab_f.BorderSizePixel = 0
Grab_f.Position = UDim2.new(0.5,-150,0.5,-92)
Grab_f.Size = UDim2.new(0,700,0,24)
Grab_f.Draggable = true
Grab_f.Visible = false
local Body_f = Instance.new('Frame', Grab_f)
Body_f.Name = 'Body'
Body_f.BackgroundColor3 = Color3.new(60/255,60/255,60/255)
Body_f.BackgroundTransparency = 0.5
Body_f.BorderSizePixel = 0
Body_f.Position = UDim2.new(0,0,0,25)
Body_f.Size = UDim2.new(0,700,0,170)
Body_f.Visible = false
local Title = Instance.new('TextLabel', Grab_f)
Title.Name = 'Title'
Title.BackgroundTransparency = 1
Title.Position = UDim2.new(0,130,0,0)
Title.Size = UDim2.new(0,200,1,0)
Title.Font = 'SourceSansLight'
Title.FontSize = 'Size18'
Title.Text = "Aimware for ROBLOX v1 Pink Buttons are for APOC only!"
Title.TextColor3 = Color3.new(255,255,255)
Title.TextStrokeColor3 = Color3.new(60/255,60/255,60/255)
Title.TextStrokeTransparency = 0
Title.Visible = false
local PlayerName = Instance.new('TextBox', Body_f)
PlayerName.Name = 'PlayerName'
PlayerName.BorderSizePixel = 0
PlayerName.Position = UDim2.new(0,10,0,10)
PlayerName.Size = UDim2.new(0,280,0,30)
PlayerName.Font = 'SourceSans'
PlayerName.FontSize = 'Size18'
PlayerName.Text = 'Player name [plr]'
PlayerName.BackgroundColor3 = Color3.new(255,255,255)
PlayerName.TextColor3 = Color3.new(60/255,60/255,60/255)
PlayerName.TextWrapped = true
PlayerName.BackgroundColor3 = Color3.new(255,170/255,255)
local Credits = Instance.new('TextLabel', Body_f)
Credits.BackgroundTransparency = 1
Credits.Text = 'Apoc stuff is pasted from Raspberry Pi'
Credits.Position = UDim2.new(0,0,1,0)
Credits.Size = UDim2.new(1,0,0,20)
local Command_Aimbot_Esp = Instance.new('TextButton', Body_f)
Command_Aimbot_Esp.Name = 'Aimbot_esp'
Command_Aimbot_Esp.BackgroundColor3 = Color3.new(255, 255, 255)
Command_Aimbot_Esp.BackgroundTransparency = 0.1
Command_Aimbot_Esp.BorderSizePixel = 0
Command_Aimbot_Esp.Position = UDim2.new(0,300,0,50)
Command_Aimbot_Esp.Size = UDim2.new(0,135,0,30)
Command_Aimbot_Esp.Font = 'SourceSansItalic'
Command_Aimbot_Esp.FontSize = 'Size18'
Command_Aimbot_Esp.Text = 'Load Aimbot/Esp'
Command_Aimbot_Esp.TextColor3 = Color3.new(80/255,80/255,80/255)
Command_Aimbot_Esp.TextWrapped = true
local Command_Bighead = Instance.new('TextButton', Body_f)
Command_Bighead.Name = 'Bighead'
Command_Bighead.BackgroundColor3 = Color3.new(255, 255, 255)
Command_Bighead.BackgroundTransparency = 0.1
Command_Bighead.BorderSizePixel = 0
Command_Bighead.Position = UDim2.new(0,300,0,90)
Command_Bighead.Size = UDim2.new(0,135,0,30)
Command_Bighead.Font = 'SourceSansItalic'
Command_Bighead.FontSize = 'Size18'
Command_Bighead.Text = 'Bighead Hack'
Command_Bighead.TextColor3 = Color3.new(80/255,80/255,80/255)
Command_Bighead.TextWrapped = true
local Command_Bigtors = Instance.new('TextButton', Body_f)
Command_Bigtors.Name = 'Bighead'
Command_Bigtors.BackgroundColor3 = Color3.new(255, 255, 255)
Command_Bigtors.BackgroundTransparency = 0.1
Command_Bigtors.BorderSizePixel = 0
Command_Bigtors.Position = UDim2.new(0,300,0,130)
Command_Bigtors.Size = UDim2.new(0,135,0,30)
Command_Bigtors.Font = 'SourceSansItalic'
Command_Bigtors.FontSize = 'Size18'
Command_Bigtors.Text = 'BigTorso Hack'
Command_Bigtors.TextColor3 = Color3.new(80/255,80/255,80/255)
Command_Bigtors.TextWrapped = true
local Command_God = Instance.new('TextButton', Body_f)
Command_God.Name = 'God'
Command_God.BackgroundColor3 = Color3.new(255,170/255,255)
Command_God.BackgroundTransparency = 0.1
Command_God.BorderSizePixel = 0
Command_God.Position = UDim2.new(0,10,0,50)
Command_God.Size = UDim2.new(0,135,0,30)
Command_God.Font = 'SourceSansItalic'
Command_God.FontSize = 'Size18'
Command_God.Text = 'GOD [plr]'
Command_God.TextColor3 = Color3.new(80/255,80/255,80/255)
Command_God.TextWrapped = true
local Command_KillAll = Command_God:Clone()
Command_KillAll.Name = 'KillAll'
Command_KillAll.Parent = Body_f
Command_KillAll.Position = UDim2.new(0,155,0,50)
Command_KillAll.Text = 'KILL ALL'
local Command_KillPlr = Command_God:Clone()
Command_KillPlr.Name = 'KillPlr'
Command_KillPlr.Parent = Body_f
Command_KillPlr.Position = UDim2.new(0,10,0,90)
Command_KillPlr.Text = 'KILL [plr]'
local Command_TpMe = Command_God:Clone()
Command_TpMe.Name = 'TpMe'
Command_TpMe.Parent = Body_f
Command_TpMe.Position = UDim2.new(0,10,0,130)
Command_TpMe.Text = 'TP [plr] ME'
local Command_TpTo = Command_God:Clone()
Command_TpTo.Name = 'TpTo'
Command_TpTo.Parent = Body_f
Command_TpTo.Position = UDim2.new(0,155,0,130)
Command_TpTo.Text = 'TP ME [plr]'
local Command_TpAllMe = Command_God:Clone()
Command_TpAllMe.Name = 'TpAllMe'
Command_TpAllMe.Parent = Body_f
Command_TpAllMe.Position = UDim2.new(0,155,0,90)
Command_TpAllMe.Text = 'TP ALL ME'
Command_God.MouseButton1Down:connect(function()
Player = game.Workspace:FindFirstChild(PlayerName.Text)
while wait() do
game.Lighting.Remote.AddHealth:FireServer(Player.Humanoid, 5000000)
end
end)
Command_Bighead.MouseButton1Down:connect(function()
__Hed.HeadSize = 40
__Hed.HeadOffset = 20
__Hed.Enabled = true
game:service'RunService'.Stepped:connect(function()
if __Hed.Enabled then
for i,v in pairs(game:service'Players':GetPlayers()) do
if v.TeamColor ~= game:service'Players'.LocalPlayer.TeamColor then
--if v.Name ~= game:service'Players'.LocalPlayer.Name then
pcall(function()
v.Character.Head.CanCollide = false
v.Character.Head.Size = Vector3.new(__Hed.HeadSize,__Hed.HeadSize,__Hed.HeadSize)
v.Character.Head.CFrame = v.Character.Torso.CFrame * CFrame.new(0,__Hed.HeadOffset,0)
end)
--end
end
end
end
end)
end)
Command_Bigtors.MouseButton1Down:connect(function()
__Tors.TorsoSize = 40
__Tors.TorsoOffset = 20
__Tors.Enabled = true
game:service'RunService'.Stepped:connect(function()
if __Tors.Enabled then
for i,v in pairs(game:service'Players':GetPlayers()) do
if v.TeamColor ~= game:service'Players'.LocalPlayer.TeamColor then
--if v.Name ~= game:service'Players'.LocalPlayer.Name then
pcall(function()
v.Character.Torso.CanCollide = false
v.Character.Torso.Size = Vector3.new(__Tors.TorsoSize,__Tors.TorsoSize,__Tors.TorsoSize)
v.Character.Torso.CFrame = v.Character.Torso.CFrame * CFrame.new(0,__Tors.TorsoOffset,0)
end)
--end
end
end
end
end)
end)
Command_KillAll.MouseButton1Down:connect(function()
for i,v in pairs(game.Players:GetPlayers()) do
if v.Name == game.Players.LocalPlayer.Name then
print('nope')
else
getPlayer = game.Workspace:FindFirstChild(v.Name)
wait(.01)
game.Lighting.Remote.AddHealth:FireServer(getPlayer.Humanoid, -5345355)
end
end
end)
Command_KillPlr.MouseButton1Down:connect(function()
gitPlayer = game.Workspace:FindFirstChild(PlayerName.Text)
game.Lighting.Remote.AddHealth:FireServer(gitPlayer.Humanoid, -5000000)
end)
Command_TpMe.MouseButton1Down:connect(function()
gitPlayer = PlayerName.Text
game.Lighting.Remote:WaitForChild("TeleportRequest"):InvokeServer("To Me", math.floor(tick() % 1 * 100000), gitPlayer)
end)
Command_TpTo.MouseButton1Down:connect(function()
gitPlayer = PlayerName.Text
game.Lighting.Remote:WaitForChild("TeleportRequest"):InvokeServer("Me To", math.floor(tick() % 1 * 100000), gitPlayer)
end)
Command_TpAllMe.MouseButton1Down:connect(function()
for i,v in pairs(game.Players:GetPlayers()) do
if v.Name == game.Players.LocalPlayer.Name then
print'nope'
else
wait(.01)
game.Lighting.Remote:WaitForChild("TeleportRequest"):InvokeServer("To Me", math.floor(tick() % 1 * 100000), v.Name)
end
end
end)
Command_Aimbot_Esp.MouseButton1Down:connect(function()
local Headshot_Key = Enum.KeyCode.X
local Torsoshot_Key = Enum.KeyCode.Z
local plr = game.Players.LocalPlayer
local Gui = Instance.new("ScreenGui",game.CoreGui)
Gui.Name = "AimbotGui"
local version = "1.0.1"
HDown = false
TDown = false
mouse = game.Players.LocalPlayer:GetMouse()
cam = game.Workspace.CurrentCamera
Players = game:service("Players")
function onKeyPress(inputObject, gameProcessedEvent)
if inputObject.KeyCode == Headshot_Key then
if HDown == false and TDown == false then
HDown = true
print("[AIMBOT] Calculating closest player")
local targetpoint = mouse.Hit
local p = game.Players:GetChildren()
local lowestdist = 99999999999
local lowestplayer = nil
local lowesthum = nil
for i=1,#p do
if p[i]~=game.Players.LocalPlayer and p[i].Character~=nil then
if (p[i].TeamColor~=game.Players.LocalPlayer.TeamColor or game.PlaceId==245240458--[[impulse is ffa]] or game.PlaceId==492156726--[[salvage is ffa]] or (game.PlaceId==146449216--[[hex uses values]] and p[i].TeamId.Value~=game.Players.LocalPlayer.TeamId.Value)) then
local hum = p[i].Character:FindFirstChild("Humanoid")
if hum==nil then
hum = p[i].Character:FindFirstChild("Hum")
end
if hum then
if hum.Health >0 then
local dist = p[i]:DistanceFromCharacter(Vector3.new(targetpoint.X,targetpoint.Y,targetpoint.Z))
if dist < lowestdist then
lowestdist = dist
lowestplayer = p[i]
lowesthum = hum
end
end
end
end
end
end
if lowestplayer~=nil then
print("[AIMBOT] Targeting "..lowestplayer.Name)
while HDown and lowesthum.Health>0 do
wait()
local TPos = nil
if game.PlaceId==245240458 then -- Impulse
TPos = lowestplayer.Character.PsuedoHead
if TPos~=nil then
TPos = TPos.Position
end
else
TPos = lowestplayer.Character.Head
if TPos~=nil then
TPos = TPos.Position
end
end
if TPos~=nil then
cam.CFrame = CFrame.new(Vector3.new(cam.CFrame.X,cam.CFrame.Y,cam.CFrame.Z),Vector3.new(TPos.X,TPos.Y,TPos.Z))
end
end
end
end
elseif inputObject.KeyCode == Torsoshot_Key then
if TDown == false and HDown == false then
TDown = true
print("[AIMBOT] Calculating closest player")
local targetpoint = mouse.Hit
local p = game.Players:GetChildren()
local lowestdist = 99999999999
local lowestplayer = nil
local lowesthum = nil
for i=1,#p do
if p[i]~=game.Players.LocalPlayer and p[i].Character~=nil then
if p[i].Character~=nil and (p[i].TeamColor~=game.Players.LocalPlayer.TeamColor or game.PlaceId==245240458--[[impulse is ffa]] or game.PlaceId==492156726--[[salvage is ffa]] or (game.PlaceId==146449216--[[hex uses values]] and p[i].TeamId.Value~=game.Players.LocalPlayer.TeamId.Value)) then
local hum = p[i].Character:FindFirstChild("Humanoid")
if hum==nil then
hum = p[i].Character:FindFirstChild("Hum")
end
if hum then
if hum.Health >0 then
local dist = p[i]:DistanceFromCharacter(Vector3.new(targetpoint.X,targetpoint.Y,targetpoint.Z))
if dist < lowestdist then
lowestdist = dist
lowestplayer = p[i]
lowesthum = hum
end
end
end
end
end
end
if lowestplayer~=nil then
print("[AIMBOT] Targeting "..lowestplayer.Name)
while TDown and lowesthum.Health>0 do
wait()
local TPos = nil
if game.PlaceId==245240458 then -- Impulse
TPos = lowestplayer.Character.Torso
if TPos~=nil then
TPos = TPos.Position
end
else
TPos = lowestplayer.Character.Torso
if TPos~=nil then
TPos = TPos.Position
end
end
cam.CFrame = CFrame.new(Vector3.new(cam.CFrame.X,cam.CFrame.Y,cam.CFrame.Z),Vector3.new(TPos.X,TPos.Y,TPos.Z))
end
end
end
end
end
function onKeyRelease(inputObject, gameProcessedEvent)
if inputObject.KeyCode == Headshot_Key then
HDown = false
elseif inputObject.KeyCode == Torsoshot_Key then
TDown = false
end
end
function Esp(player, username)
if player ~= Players.LocalPlayer and player.Character then
local torso = nil
if game.PlaceId==245240458 then -- impulse
torso = player.Character:FindFirstChild("PsuedoTorso")
else
torso = player.Character:FindFirstChild("Torso")
end
if torso then
local base = Instance.new("BillboardGui", workspace.CurrentCamera)
local esP = Instance.new("Frame", base)
base.AlwaysOnTop = true
base.Enabled = true
base.Size = UDim2.new(3.5,0,4.7,0)
base.Name = username
base.Adornee = torso
base.StudsOffset = Vector3.new(0, -0.6, 0)
esP.BackgroundColor3 = Color3.new(1,0,0)
esP.BackgroundTransparency = 0.8
esP.BorderColor3 = Color3.new(0,0,0)
esP.BorderSizePixel = 1
esP.Size = UDim2.new(1,0,1,0)
end
end
end
function CheckEsp()
for x,player in pairs(Players:GetChildren()) do
if player then
if player.TeamColor ~= plr.TeamColor or game.PlaceId==245240458 or game.PlaceId==492156726 or (game.PlaceId==146449216--[[hex uses values]] and player.TeamId.Value~=game.Players.LocalPlayer.TeamId.Value) then -- impulse doesn't use teams
local char = player.Character
if char then
local torso = nil
if game.PlaceId==245240458 then
torso = char:FindFirstChild("PsuedoTorso")
else
torso = char:FindFirstChild("Torso")
end
if torso then
local currentcam = workspace.CurrentCamera
local playerName = player.Name
if currentcam:FindFirstChild(playerName) == nil then
Esp(player, playerName)
end
end
end
end
end
end
end
local function createframe(bkgc3,bkgtrans,borderc3, bordersize, name, parent, pos, rot, size, visible, zindex)
local newframe = Instance.new("Frame")
newframe.BackgroundColor3 = bkgc3
newframe.BackgroundTransparency = bkgtrans
newframe.BorderColor3 = borderc3
newframe.BorderSizePixel = bordersize
newframe.Name = name
newframe.Parent = parent
newframe.Position = pos
newframe.Rotation = rot
newframe.Size = size
newframe.Visible = visible
newframe.ZIndex = zindex
return newframe
end
local function createlabel(bkgc3,bkgtrans,borderc3, bordersize, name, parent, pos, rot, size, visible, zindex, font, fontsize, text, textc3, textscaled, textstrokec3, textstroketrans, texttrans, textwrapped, xalign, yalign)
local newlabel = Instance.new("TextLabel")
newlabel.BackgroundColor3 = bkgc3
newlabel.BackgroundTransparency = bkgtrans
newlabel.BorderColor3 = borderc3
newlabel.BorderSizePixel = bordersize
newlabel.Name = name
newlabel.Parent = parent
newlabel.Position = pos
newlabel.Rotation = rot
newlabel.Size = size
newlabel.Visible = visible
newlabel.ZIndex = zindex
newlabel.Font = font
newlabel.FontSize = fontsize
newlabel.Text = text
newlabel.TextColor3 = textc3
newlabel.TextScaled = textscaled
newlabel.TextStrokeColor3 = textstrokec3
newlabel.TextStrokeTransparency = textstroketrans
newlabel.TextTransparency = texttrans
newlabel.TextWrapped = textwrapped
newlabel.TextXAlignment = xalign
newlabel.TextYAlignment = yalign
return newlabel
end
local function createbutton(autocolor, bkgc3,bkgtrans,borderc3, bordersize, name, parent, pos, rot, size, visible, zindex, font, fontsize, text, textc3, textscaled, textstrokec3, textstroketrans, texttrans, textwrapped, xalign, yalign)
local newbutton = Instance.new("TextButton")
newbutton.AutoButtonColor = autocolor
newbutton.BackgroundColor3 = bkgc3
newbutton.BackgroundTransparency = bkgtrans
newbutton.BorderColor3 = borderc3
newbutton.BorderSizePixel = bordersize
newbutton.Name = name
newbutton.Parent = parent
newbutton.Position = pos
newbutton.Rotation = rot
newbutton.Size = size
newbutton.Visible = visible
newbutton.ZIndex = zindex
newbutton.Font = font
newbutton.FontSize = fontsize
newbutton.Text = text
newbutton.TextColor3 = textc3
newbutton.TextScaled = textscaled
newbutton.TextStrokeColor3 = textstrokec3
newbutton.TextStrokeTransparency = textstroketrans
newbutton.TextTransparency = texttrans
newbutton.TextWrapped = textwrapped
newbutton.TextXAlignment = xalign
newbutton.TextYAlignment = yalign
return newbutton
end
local function createtextbox(bkgc3,bkgtrans,borderc3, bordersize, clrtext, multiline, name, parent, pos, rot, size, visible, zindex, font, fontsize, text, textc3, textscaled, textstrokec3, textstroketrans, texttrans, textwrapped, xalign, yalign)
local newbox = Instance.new("TextBox")
newbox.BackgroundColor3 = bkgc3
newbox.BackgroundTransparency = bkgtrans
newbox.BorderColor3 = borderc3
newbox.BorderSizePixel = bordersize
newbox.ClearTextOnFocus = clrtext
newbox.MultiLine = multiline
newbox.Name = name
newbox.Parent = parent
newbox.Position = pos
newbox.Rotation = rot
newbox.Size = size
newbox.Visible = visible
newbox.ZIndex = zindex
newbox.Font = font
newbox.FontSize = fontsize
newbox.Text = text
newbox.TextColor3 = textc3
newbox.TextScaled = textscaled
newbox.TextStrokeColor3 = textstrokec3
newbox.TextStrokeTransparency = textstroketrans
newbox.TextTransparency = texttrans
newbox.TextWrapped = textwrapped
newbox.TextXAlignment = xalign
newbox.TextYAlignment = yalign
return newbox
end
local function createimagelabel(bkgc3,bkgtrans,borderc3, bordersize, name, parent, pos, rot, size, visible, zindex, image, imagetrans)
local newimage = Instance.new("ImageLabel")
newimage.BackgroundColor3 = bkgc3
newimage.BackgroundTransparency = bkgtrans
newimage.BorderColor3 = borderc3
newimage.BorderSizePixel = bordersize
newimage.Name = name
newimage.Parent = parent
newimage.Position = pos
newimage.Rotation = rot
newimage.Size = size
newimage.Visible = visible
newimage.ZIndex = zindex
newimage.Image = "rbxassetid://"..image
newimage.ImageTransparency = imagetrans
return newimage
end
-------------------------------INITIALIZE INTRO GUI-------------------------------------
local IntroFrame = createframe(Color3.new(245/255,245/255,245/255),0,Color3.new(27/255,42/255,53/255),0,"IntroFrame",Gui,UDim2.new(0,-330,0,0),0,UDim2.new(0,300,1,0),true,1)
--[[bar]] createframe(Color3.new(245/255,245/255,245/255),0,Color3.new(0,0,0),0,"bar",IntroFrame,UDim2.new(1,0,0,0),0,UDim2.new(0,30,0,90),true,1)
--[[slant]] createimagelabel(Color3.new(1,1,1),1,Color3.new(0,0,0),0,"Slant",IntroFrame,UDim2.new(1,0,0,90),90,UDim2.new(0,30,0,30),true,1,474172996,0)
--[[creator]] createlabel(Color3.new(1,1,1),1,Color3.new(0,0,0),0,"Creator",IntroFrame,UDim2.new(0,80,1,-40),0,UDim2.new(0,140,0,30),true,1,Enum.Font.Code,Enum.FontSize.Size28,"Vape",Color3.new(27/255,42/255,53/255), false,Color3.new(0,0,0),1,0,true,Enum.TextXAlignment.Center,Enum.TextYAlignment.Center)
--[[creatorlabel]] createlabel(Color3.new(1,1,1),1,Color3.new(0,0,0),0,"CreatorLabel",IntroFrame,UDim2.new(0,80,1,-70),0,UDim2.new(0,140,0,30),true,1,Enum.Font.Code,Enum.FontSize.Size18,"Made by:",Color3.new(27/255,42/255,53/255), false,Color3.new(0,0,0),1,0,true,Enum.TextXAlignment.Center,Enum.TextYAlignment.Center)
--[[desc]] createlabel(Color3.new(1,1,1),1,Color3.new(0,0,0),0,"Desc",IntroFrame,UDim2.new(0,0,0,120),0,UDim2.new(1,0,0,90),true,1,Enum.Font.SourceSansLight,Enum.FontSize.Size14,"Headshot Key is X Bodyshot Key is Z",Color3.new(0,0,0), true,Color3.new(0,0,0),1,0,true,Enum.TextXAlignment.Center,Enum.TextYAlignment.Center)
--[[subtitle]] createlabel(Color3.new(1,1,1),1,Color3.new(0,0,0),0,"SubTitle",IntroFrame,UDim2.new(0.5,-150,0,70),0,UDim2.new(0,300,0,40),true,1,Enum.Font.SourceSansBold,Enum.FontSize.Size32,"Aimbot/ESP",Color3.new(27/255,42/255,53/255), false,Color3.new(0,0,0),1,0,true,Enum.TextXAlignment.Center,Enum.TextYAlignment.Center)
--[[title]] createlabel(Color3.new(1,1,1),1,Color3.new(0,0,0),0,"Title",IntroFrame,UDim2.new(0.5,-105,0,20),0,UDim2.new(0,210,0,60),true,1,Enum.Font.SourceSansBold,Enum.FontSize.Size60,"Aimware",Color3.new(27/255,42/255,53/255), false,Color3.new(0,0,0),1,0,true,Enum.TextXAlignment.Center,Enum.TextYAlignment.Center)
IntroFrame:TweenPosition(UDim2.new(0,0,0,0),Enum.EasingDirection.Out,Enum.EasingStyle.Quart,0.5,true)
wait(3.5)
IntroFrame:TweenPosition(UDim2.new(0,-330,0,0),Enum.EasingDirection.In,Enum.EasingStyle.Quart,0.5,true)
wait(0.5)
Gui:Destroy()
game:GetService("UserInputService").InputBegan:connect(onKeyPress)
game:GetService("UserInputService").InputEnded:connect(onKeyRelease)
while wait(1) do
CheckEsp()
end
end)
local mouse = game.Players.LocalPlayer:GetMouse()
mouse.KeyDown:connect(function(key)
if key == "q" then
if Body_f.Visible == true then
Body_f.Visible = false
Grab_f.Visible = false
Title.Visible = false
elseif Body_f.Visible == false then
Body_f.Visible = true
Grab_f.Visible = true
Title.Visible = true
end
end
end)
--
while wait() do
Credits.TextColor3 = Color3.new(1,0,0)
for i=1,15 do
game:GetService("RunService").RenderStepped:wait()
Credits.TextColor3 = Color3.new(Credits.TextColor3.r,Credits.TextColor3.g+(17/255),Credits.TextColor3.b)
end
for i=1,15 do
game:GetService("RunService").RenderStepped:wait()
Credits.TextColor3 = Color3.new(Credits.TextColor3.r-(17/255),Credits.TextColor3.g,Credits.TextColor3.b)
end
for i=1,15 do
game:GetService("RunService").RenderStepped:wait()
Credits.TextColor3 = Color3.new(Credits.TextColor3.r,Credits.TextColor3.g,Credits.TextColor3.b+(17/255))
end
for i=1,15 do
game:GetService("RunService").RenderStepped:wait()
Credits.TextColor3 = Color3.new(Credits.TextColor3.r,Credits.TextColor3.g-(17/255),Credits.TextColor3.b)
end
for i=1,15 do
game:GetService("RunService").RenderStepped:wait()
Credits.TextColor3 = Color3.new(Credits.TextColor3.r+(17/255),Credits.TextColor3.g,Credits.TextColor3.b)
end
for i=1,15 do
game:GetService("RunService").RenderStepped:wait()
Credits.TextColor3 = Color3.new(Credits.TextColor3.r,Credits.TextColor3.g,Credits.TextColor3.b-(17/255))
end
end
Users browsing: