
95.7k Views
Wallhop Mobile
Universal Script ๐Uploaded by 2 years ago
Please login to perform these actions:
Description
Simple mobile wallhop script
Comments
6

Offline
ericb 2 years ago - Edited
nice heres a pc one out of it the keybind is e: local player = game.Players.LocalPlayer
local UIS = game:GetService("UserInputService")
local flickEnabled = true
local function flickCamera90Degrees()
local currentCam = work*e.CurrentCamera
local initialPos = currentCam.CFrame.Position
local initialRot = currentCam.CFrame - initialPos
currentCam.CFrame = CFrame.new(initialPos) * CFrame.Angles(0, math.rad(90), 0) * initialRot
print("Camera flicked 90 degrees!")
end
local function flickCameraBack90Degrees()
local currentCam = work*e.CurrentCamera
local initialPos = currentCam.CFrame.Position
local initialRot = currentCam.CFrame - initialPos
currentCam.CFrame = CFrame.new(initialPos) * CFrame.Angles(0, math.rad(-90), 0) * initialRot
print("Camera flicked back 90 degrees!")
end
local function flickCameraSequence()
flickCamera90Degrees()
wait(0.03)
flickCameraBack90Degrees()
end
UIS.InputBegan:Connect(function(input, processed)
if not processed and input.KeyCode == Enum.KeyCode.E then
if flickEnabled then
flickCameraSequence()
end
end
end)
UIS.TouchTap:Connect(function(touchPositions, inputState, in*bject)
if inputState == Enum.UserInputState.Begin then
if flickEnabled then
flickCameraSequence()
end
end
end)
Offline
Ximithie 2 years ago - Edited
not working
Offline
ericb 2 years ago - Edited
@Ximithie try this:https://pastebin.com/aA25Cawi
Offline
ataytsofi 1 year ago - Edited
aint no way u turned my script into loadstring
Offline
skype51836 1 year ago
how to use thats script?
Offline
zayneonscriptblox 4 months ago
so this * thing works?

![[๐ RELEASE] Anime Astral Simulator](/images/script/113236157544232-1780333729144.png)
Voxle Hub
