- Unpatchable Roblox Speed Hacked
- Unpatchable Roblox Speed Hack Download
- Unpatchable Roblox Speed Hack 2020
- Unpatchable Roblox Speed Hack Script
Jan 5th, 2018
Never
Roblox Cheat is a hack for the Roblox game, it will work perfectly on your computer (PC / Mac) as well as on your phones and tablets (Apple and Android), the same for all the modes and games you will join, it will work without any difficulty. For information, you will need a computer (PC) to set up the hack.
Unpatchable Roblox Speed Hacked
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
Unpatchable Roblox Speed Hack Download
Unpatchable Roblox Speed Hack 2020
- save=3,
- koins=250000,
- upgrades={dunk={max=20, current=9},
- steal={max=20, current=12},
- freethrow={max=20, current=11},
- ['2pointer']={max=20, current=8},
- handles={max=20, current=14},
- postscorer={max=20, current=9},
- speed={max=20, current=20},
- movingshot={max=20, current=13},
- park_onanimations={},
- jumpshots={'Starter Jumpshot 1', 'Starter Jumpshot 2', 'Starter Jumpshot 3'},
- pants={'Grey Joggers'},
- layups={'Starter Layup 1', 'Starter Layup 2'},
- park='eastside',
- currentexp=0,
- customjumpshots={},
- position='SG',
- skills={
- defense=50,
- jump=45,
- shotcontest=40,
- ['3pointer']=48,
- layup=57,
- ballspeed=57,
- passing=57,
- strength=38
- maxexp=1000,
- },
- dunk='698187843', park_onanimations={},
- hat2={meshid='119911655', textureid='1037941973', name='Backpack', pos={y=-1.9, z=-0.02}, rotation={y=-90, z=0}},
- layup={name='Starter Layup 1', idr='696678129', idl='696677707'},
- weight=235,
- shoes={name='None', shoetype='MidShoe', idr=', idl='},
- hat={meshid='69225450', textureid='1133198525', name='Mask', pos={y=-0.226, z=-0.046}},
- gender='Male',
- haircolor='Black',
- shothand='R',
- jumpshot={name='Starter Jumpshot 1', shot='821826870', jump='697208867'},
- hair={meshid='906107820', pos={y=0.4, z=0},name=Bald,size={y=0.07, x=0.07, z=0.07}}
- upgrading=4
- maindata={
- name=game.Players.LocalPlayer.Name,
- id=game.Players.LocalPlayer.userId,
- league=0,
- }
RAW Paste Data
Apr 16th, 2019
Never
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
Unpatchable Roblox Speed Hack Script
- -- [ This is not my scripts, I just put them together, credit to THREESPY712 for the noclip script and a guest for the fly, lol ]
- -- [ IF NOCLIP DOES NOT WORK EXECUTE IT BY ITSELF ]
- repeat wait()
- until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:findFirstChild('Torso') and game.Players.LocalPlayer.Character:findFirstChild('Humanoid')
- local mouse = game.Players.LocalPlayer:GetMouse()
- local plr = game.Players.LocalPlayer
- local flying = true
- local ctrl = {f = 0, b = 0, l = 0, r = 0}
- local maxspeed = 50
- local bg = Instance.new('BodyGyro', torso)
- bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
- local bv = Instance.new('BodyVelocity', torso)
- bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
- plr.Character.Humanoid.PlatformStand = true
- if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
- if speed > maxspeed then
- end
- elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
- if speed < 0 then
- end
- if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
- bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (ctrl.f+ctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(ctrl.l+ctrl.r,(ctrl.f+ctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
- lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
- elseif (ctrl.l + ctrl.r) 0 and (ctrl.f + ctrl.b) 0 and speed ~= 0 then
- bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (lastctrl.f+lastctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(lastctrl.l+lastctrl.r,(lastctrl.f+lastctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
- bv.velocity = Vector3.new(0,0.1,0)
- bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
- ctrl = {f = 0, b = 0, l = 0, r = 0}
- speed = 0
- bv:Destroy()
- end
- if key:lower() 'e' then
- else
- Fly()
- elseif key:lower() 'w' then
- elseif key:lower() 's' then
- elseif key:lower() 'a' then
- elseif key:lower() 'd' then
- end
- mouse.KeyUp:connect(function(key)
- ctrl.f = 0
- ctrl.b = 0
- ctrl.l = 0
- ctrl.r = 0
- end)
- local noclip = true -- Gets if you want the noclip
- char = game.Players.LocalPlayer.Character -- Gets your player
- if noclip true then
- pcall(function()
- v.CanCollide = false
- end)
- end
- end