Posted
-
Key = "E"
-
turnBody = false
-
target = "Head"
-
-
-
-
char = game.Players.LocalPlayer.Character
-
camera = workspace.Camera
-
part = nil
-
enabled = false
-
mouse = game.Players.LocalPlayer:GetMouse()
-
-
-
function onKeyPress(actionName, State, inputObject)
-
if State == Enum.UserInputState.Begin then
-
if mouse.Target ~= nil and mouse.Target:FindFirstAncestorWhichIsA("Model"):FindFirstChild("Humanoid") then
-
part = mouse.Target:FindFirstAncestorWhichIsA("Model")[target]
-
enabled = true
-
camera.CFrame = CFrame.new(Vector3.new(camera.CFrame.X, camera.CFrame.Y,camera.CFrame.Z),Vector3.new(part.CFrame.p.X,part.CFrame.p.Y,part.CFrame.p.Z) )
-
if turnBody then
-
char.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(char.HumanoidRootPart.CFrame.X,char.HumanoidRootPart.CFrame.Y,char.HumanoidRootPart.CFrame.Z), Vector3.new(part.CFrame.p.X,char.HumanoidRootPart.CFrame.p.Y,part.CFrame.p.Z))
-
end
-
else
-
enabled = false
-
end
-
end
-
-
if State == Enum.UserInputState.End then
-
enabled = false
-
end
-
end
-
game.ContextActionService:BindAction("keyPress", onKeyPress, false, Enum.KeyCode[Key])
-
-
function cameraChanged()
-
camera.Changed:Connect(function()
-
if enabled then
-
camera.CFrame = CFrame.new(Vector3.new(camera.CFrame.X, camera.CFrame.Y,camera.CFrame.Z),Vector3.new(part.CFrame.p.X,part.CFrame.p.Y,part.CFrame.p.Z) )
-
if turnBody then
-
char.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(char.HumanoidRootPart.CFrame.X,char.HumanoidRootPart.CFrame.Y,char.HumanoidRootPart.CFrame.Z), Vector3.new(part.CFrame.p.X,char.HumanoidRootPart.CFrame.p.Y,part.CFrame.p.Z))
-
end
-
end
-
end)
-
end
-
-
spawn(cameraChanged)
-
wait()
- aimbot/aimlock if u were wondering
Added
may not work on jjsploit
Cancel
Post
"if the cows do not check there will be no bread in the morning.
Replied
I could guess what this is but....could you say what it is? (if i'm not wrong it's an aimlock)
Also I believe this should be in the script section.
Cancel
Post
Replied
@63568 yea its aimbot/ aimlock
Cancel
Post
"if the cows do not check there will be no bread in the morning.
Users viewing this thread:
( Members: 0, Guests: 1, Total: 1 )
Cancel
Post