ScriptBlox is undergoing maintenance, so downtime is possible. Sorry for the inconvenience!
therapy πŸ”Š
2.7k Views

HELP ME TO FIND THIS SCRIPT

therapy πŸ”ŠUploaded by
1 year ago
Please login to perform these actions:

Description

HELPP

View Raw
Edited By: Alex7799 Download


Comments
7
User profile picture
fabritrex2012 1 year ago - Edited
hard to find but
User profile picture
fabritrex2012 1 year ago - Edited
player = game.Players.LocalPlayer mouse = player:GetMouse() gui = nil getgui = game:GetObjects("rbxassetid://12701698194") for i,v in pairs(getgui) do gui = v end gui.Parent = player.PlayerGui player.CameraMaxZoomDistance = math.huge mouseletgo = false cam = work*e.CurrentCamera XOFF = 0 YOFF = 0 ZOFF = 0 FOV = 0.5 gui.base.slider1.*.MouseButton1Down:Connect(function() while task.wait() do if mouseletgo == true then break end local reletivepos = mouse.X - gui.base.slider1.AbsolutePosition.X local percentage = math.clamp(reletivepos / gui.base.slider1.AbsoluteSize.X,0,1) FOV = percentage gui.base.slider1.*.Rotation = percentage*360-180 gui.base.slider1.*.Position = UDim2.new(percentage - 0.035 ,0, -0.8, 0) end end) gui.base.slider2.*.MouseButton1Down:Connect(function() while task.wait() do if mouseletgo == true then break end local reletivepos = mouse.X - gui.base.slider2.AbsolutePosition.X local percentage = math.clamp(reletivepos / gui.base.slider2.AbsoluteSize.X,0,1) XOFF = percentage*10-5 gui.base.slider2.*.Rotation = percentage*360-180 gui.base.slider2.*.Position = UDim2.new(percentage - 0.035 ,0, -0.8, 0) end end) gui.base.slider3.*.MouseButton1Down:Connect(function() while task.wait() do if mouseletgo == true then break end local reletivepos = mouse.X - gui.base.slider3.AbsolutePosition.X local percentage = math.clamp(reletivepos / gui.base.slider3.AbsoluteSize.X,0,1) YOFF = percentage*10-5 gui.base.slider3.*.Rotation = percentage*360-180 gui.base.slider3.*.Position = UDim2.new(percentage - 0.035 ,0, -0.8, 0) end end) gui.base.slider4.*.Mou
User profile picture
Alex7799 1 year ago - Edited
@fabritrex2012 the script says error to get * that say my executor 😭😭😭
User profile picture
fabritrex2012 1 year ago - Edited
what executor are u using?
User profile picture
txtsutester 1 year ago - Edited
the github got deleted
User profile picture
Alex7799 1 year ago - Edited
@fabritrex2012 xeno
fabritrex2012's profile picturefabritrex2012player = game.Players.LocalPlayer mouse = player...
User profile picture
bigfail 5 months ago
@fabritrex2012 why is half of the script gone
Please Login to add a comment.