Enter this Roblox cheat code to get free OBC. Read Also: Complete list of Roblox Island Royale codes. In addition to the cheats, you can also use these hacks to earn more robux in Roblox or make the gameplay easier: How to glide: Jump up and start to glide using your sword. You can also fly using a jet pack then destroy it with a hammer.
Exploits For Roblox No Virus Roblox Free Update
How To Download Infinite Jump Hack In Roblox No Virus
Phantom Forces Mod Download Easy Robux Today
Super Mario Galaxy How To Download Wii Nintendo Switch Iso Walkthrough Game Guide Unofficial
Update New Avatar Editor Webtablets Previewing
Wearedevs Infinite Jump Working In 2020 By Brylo Ph
The 200 Best Songs Of The 2010s Pitchfork
Videos Matching Roblox Fe2 Mobile Infinite Jump Hack With
Jjsploit
Roblox Cheats 2020 Infinite Jump By Dindo M Mamsa
Infinite Jump For Android Apk Download
How To Hack Cuphead Easy Infinite Hp Coins And One Shot
Videos Matching Roblox Fe2 Mobile Infinite Jump Hack With
Roblox Series Speedruncom
Roblox How To Fly Infinite Jump 2020
Wearedevs Infinite Jump Working In 2020 By Brylo Ph
Roblox Hack Infinite Jump
Infinite Jump Roblox Hack Indir
- local main = Instance.new('Frame')
- local Frame = Instance.new('Frame')
- local TextLabel_2 = Instance.new('TextLabel')
- --Properties:
- ScreenGui.Parent = game.CoreGui
- main.Name = 'main'
- main.Active = true
- main.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- main.Position = UDim2.new(0.119258665, 0, 0, 0)
- main.Active = true
- TextLabel.BackgroundColor3 = Color3.fromRGB(38, 38, 38)
- TextLabel.Size = UDim2.new(0, 146, 0, 28)
- TextLabel.Text = 'Misc'
- TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel.TextWrapped = true
- Frame.Parent = main
- Frame.BackgroundColor3 = Color3.fromRGB(86, 86, 86)
- Frame.Position = UDim2.new(0, 0, 1, 0)
- INFJUMP.Parent = main
- INFJUMP.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- INFJUMP.Position = UDim2.new(0.794520497, 0, 1.6785717, 0)
- INFJUMP.Font = Enum.Font.SourceSans
- INFJUMP.TextColor3 = Color3.fromRGB(0, 0, 0)
- INFJUMP.MouseButton1Down:connect(function()
- local Player = game:GetService'Players'.LocalPlayer;
- function Action(Object, Function)if Object ~= nil then Function(Object); end end
- UIS.InputBegan:connect(function(UserInput)
- if UserInput.UserInputType Enum.UserInputType.Keyboard and UserInput.KeyCode Enum.KeyCode.Space then
- if self:GetState() Enum.HumanoidStateType.Jumping or self:GetState() Enum.HumanoidStateType.Freefall then
- Action(self.Parent.HumanoidRootPart, function(self)
- self.Velocity = Vector3.new(0, _G.JumpHeight, 0);
- end
- end
- end)
- TextLabel_2.Parent = main
- TextLabel_2.BackgroundColor3 = Color3.fromRGB(38, 38, 38)
- TextLabel_2.Position = UDim2.new(0.0547945201, 0, 1.57142854, 0)
- TextLabel_2.Font = Enum.Font.SciFi
- TextLabel_2.TextColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel_2.TextWrapped = true
- -- Scripts:
- localfunction TKDWQ_fake_script()-- INFJUMP.LocalScript
- local script = Instance.new('LocalScript', INFJUMP)
- function zigzag(X)return math.acos(math.cos(X*math.pi))/math.pi end
- counter = 0
- whilewait(0.1)do
- script.Parent.BackgroundColor3 = Color3.fromHSV(zigzag(counter),1,1)
- counter = counter + 0.01
- end