[ad_1]
Created by e w o
Features:
local ewo = game:service'VirtualInputManager'
while wait(0.001) do
ewo:SendKeyEvent(true, "E", false, game)
end
--// by daddy ewo
local UIS = game:GetService('UserInputService')
local plr = game.Players.LocalPlayer
local Char = plr.Character or plr.CharacterAdded:Wait()
local Key = 'N'
UIS.InputBegan:Connect(function(Input, IsTyping)
if IsTyping then return end
local KeyPressed = Input.KeyCode
if KeyPressed == Enum.KeyCode[Key] then
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(19.459272384643555, 412.6218566894531, 471.483154296875)
end
end)
ENJOY!
Warning: DO NOT DOWNLOAD anything from this page, you’re only here to copy the script!
[ad_2]