Advertisement
RICLYX1337

Untitled

Feb 24th, 2020
587
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. local a=loadstring(game:HttpGet("https://pastebin.com/raw/eWKgbdix",true))()local b=a:CreateWindow('RICLYX')b:Section('Top')local c=b:Button("Coins Script",function()_G.farm=true;while _G.farm do wait()local d=game.Workspace[game.Players.LocalPlayer.Name].HumanoidRootPart;for e,f in pairs(game.Workspace.Map:GetDescendants())do if f.Name=="SingleCent"then f.CFrame=d.CFrame;wait()end end end end)local c=b:Button("Chest Script",function()_G.Chest=true;while _G.Chest do wait()local d=game.Workspace[game.Players.LocalPlayer.Name].HumanoidRootPart;for e,f in pairs(game.Workspace.Map:GetDescendants())do if f.Name=="Chest"then d.CFrame=f.Chest.CFrame;wait()end end end end)b:Section('Middle')local g=workspace.CurrentCamera.FieldOfView;local h=b:Slider("FOV",{min=math.floor(workspace.CurrentCamera.FieldOfView),max=120,flag='fov'},function(f)workspace.CurrentCamera.FieldOfView=f end)local i=b:Button('Reset FOV',function()h:Set(g)end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement