Free roblox virtual items. Pages should not be added manually to this category. They will be added automatically by a template when appropriate. Roblox Free Item Codes List The Roblox Catalog contains such a lot of Free Virtual Stuff (Items) which the players might redeem. There are a lot of amazing items at this website, which are classified in different categories such as: Collectibles, Community Creations, Body.
Free roblox source of exploit! Go to downloads Go To Scripts. Roblox speed hack 2018 download utorrent. What is RobXploit? RobXploit is a website focused on releasing safe exploits, we only release the best and most trusted exploiting softwares on our website, guaranteed to satisfy you. About Our Exploits.
Free vip server links roblox jailbreak 2019. Welcome, at this website you can find over 24+ Free Roblox VIP Server links (more coming soon). This website is ran by the team behind SM Games. CLICK HERE TO PLAY IN A FREE VIP SERVER. CLICK HERE TO PLAY IN A FREE VIP SERVER. CLICK HERE TO PLAY IN A FREE VIP SERVER.
- Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
- Here are Roblox music code for loud music Roblox ID. You can easily copy the code or add it to your favorite list. Code: 642552825 - Copy it! Favorites: 4 - I like it.
- Racmdx Premium Only:
- [*] free animation gamepass
- [*] free roblox animations (like zombie walk ect)
- [*] rpglock (automatically hit the target / rocket launcher only)
- [*] Toggleable god mode (cant melee damage)
- [*] anti grab (cant get grabbed)
- [*] taserlock (automatically aim at the target / taser only)
- [*] fly (you can fly bikes too / you can change the fly speed)
- [*] stamina (no jump cooldown)
- [*] split grenades (throw all grenades that are in inventory)
- [*] respawn (respawn the character at the same position)
- [*] auto reload all guns without slowmode/animation (all guns in inventory)
- [*] fists are now 100% accuracy
- [*] aimlock target (automatically aim at the target / all guns)
- [*] free fist (tool) (fists will go to the mouse position)
- [*] zombie (instant kill near zombies)
- [*] penis (makes a penis using tools)
- [*] narutorun (run/walk like naruto / semi godmode)
- [*] control (takes the control of a random zombie)
- ---
- Racmdx :
- !bag targetname
- !buy (item)
- !antibag
- !name
- !target targetname
- !untarg
- !to targetname
- !antislow
- !sprint')
- !unsprint
- !speed
- !unspeed
- !jump
- !unjump
- !fly
- !btools
- !size (value
- !tool
- !antikill')
- !noclip
- !clip
- !autostomp
- !spec targetname
- !unspec
- !godblock
- !moneygravity
- '!fog
- !call
- !unjail
- !info targetname
- !near
- !loopkill
- !audio plr
- !airstrike
- !auto work
- !godbullet
- !antistomp
- respawn your character when k.o without losing stuff
- fling the target
- !headless
- !logs
- !punchreach
- DaHoodGui = Instance.new('ScreenGui')
- CloseButton = Instance.new('TextButton')
- Title = Instance.new('TextLabel')
- NoclipB = Instance.new('TextButton')
- GravityON = Instance.new('TextButton')
- GravityOFF = Instance.new('TextButton')
- InfiniteJump = Instance.new('TextButton')
- GotoPlayer = Instance.new('TextButton')
- DaHoodGui.Name = 'Da Hood Gui'
- OpenButton.Parent = DaHoodGui
- OpenButton.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
- OpenButton.Position = UDim2.new(0, 0, 0.640625, 0)
- OpenButton.Font = Enum.Font.Cartoon
- OpenButton.Text = 'OPEN'
- OpenButton.TextScaled = true
- OpenButton.TextWrapped = true
- Main.Visible = true
- OpenButton.Visible = false
- CloseButton.Parent = DaHoodGui
- CloseButton.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
- CloseButton.Position = UDim2.new(0, 0, 0.640625, 0)
- CloseButton.Font = Enum.Font.Cartoon
- CloseButton.Text = 'CLOSE'
- CloseButton.TextScaled = true
- CloseButton.TextWrapped = true
- Main.Visible = false
- OpenButton.Visible = true
- Main.Parent = DaHoodGui
- Main.Active = true
- Main.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
- Main.BackgroundTransparency = 0.69999998807907
- Main.Position = UDim2.new(0.187782809, 0, 0.0809327811, 0)
- Title.Parent = Main
- Title.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
- Title.Size = UDim2.new(0, 652, 0, 50)
- Title.FontSize = Enum.FontSize.Size48
- Title.Text = 'Da Hood Gui | Created by Mythitem.'
- Title.TextSize = 40
- WalkspeedQ.Parent = Main
- WalkspeedQ.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
- WalkspeedQ.Position = UDim2.new(0.0178603820, 0, 0.112641335, 0)
- WalkspeedQ.Font = Enum.Font.Bodoni
- WalkspeedQ.Text = 'SpeedHax [Q]'
- WalkspeedQ.TextSize = 30
- local walkspeedplayer = game:GetService('Players').LocalPlayer
- local walkspeedmouse = walkspeedplayer:GetMouse()
- local walkspeedenabled = false
- function x_walkspeed(key)
- if walkspeedenabled false then
- local Humanoid = game:GetService('Players').LocalPlayer.Character.Humanoid;
- Humanoid:GetPropertyChangedSignal('WalkSpeed'):Connect(function()
- end)
- elseif walkspeedenabled true then
- local Humanoid = game:GetService('Players').LocalPlayer.Character.Humanoid;
- Humanoid:GetPropertyChangedSignal('WalkSpeed'):Connect(function()
- end)
- end
- end
- walkspeedmouse.KeyDown:connect(x_walkspeed)
- end)
- NoclipB.Name = 'NoclipB'
- NoclipB.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
- NoclipB.Position = UDim2.new(0.0178603820, 0, 0.212641335, 0)
- NoclipB.Font = Enum.Font.Bodoni
- NoclipB.Text = 'Noclip [B]'
- NoclipB.TextSize = 30
- local noclipplayer = game:GetService('Players').LocalPlayer
- local noclip = false
- function b_noclip(key)
- if noclip false then
- elseif noclip true then
- end
- end
- noclipmouse.KeyDown:connect(b_noclip)
- game:GetService('Players').LocalPlayer.Character.Head.Touched:connect(function(obj)
- if donoclip true then
- else
- end
- end)
- GravityON.Parent = Main
- GravityON.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
- GravityON.Position = UDim2.new(0.0178603820, 0, 0.312641335, 0)
- GravityON.Font = Enum.Font.Bodoni
- GravityON.Text = 'Gravity: ON'
- GravityON.TextSize = 30
- game.Workspace.Gravity = 196.2
- GravityON.Visible = false
- Godmode.Parent = Main
- Godmode.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
- Godmode.Position = UDim2.new(0.0178603820, 0, 0.412641335, 0)
- Godmode.Font = Enum.Font.Bodoni
- Godmode.Text = 'Godmode-Sorta Works'
- Godmode.TextSize = 30
- game:GetService('Players').LocalPlayer.Character.Humanoid.Name = 1
- local l = game:GetService('Players').LocalPlayer.Character['1']:Clone()
- l.Parent = game:GetService('Players').LocalPlayer.Character
- wait(0.1)
- game:GetService('Players').LocalPlayer.Character['1']:Destroy()
- game:GetService('Workspace').CurrentCamera.CameraSubject = game:GetService('Players').LocalPlayer.Character
- game:GetService('Players').LocalPlayer.Character.Animate.Disabled = true
- game:GetService('Players').LocalPlayer.Character.Animate.Disabled = false
- game:GetService('Players').LocalPlayer.Character.Humanoid.DisplayDistanceType = 'None'
- GravityOFF.Parent = Main
- GravityOFF.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
- GravityOFF.Position = UDim2.new(0.0178603820, 0, 0.512641335, 0)
- GravityOFF.Font = Enum.Font.Bodoni
- GravityOFF.Text = 'Gravity: OFF'
- GravityOFF.TextSize = 30
- game.Workspace.Gravity = 35
- GravityON.Visible = true
- BTools.Parent = Main
- BTools.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
- BTools.Position = UDim2.new(0.0178603820, 0, 0.612641335, 0)
- BTools.Font = Enum.Font.Bodoni
- BTools.Text = 'BTools'
- BTools.TextSize = 30
- game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Backpack, true)
- for index, child in pairs(game:GetService('Workspace'):GetChildren()) do
- child.Locked = false
- if child.ClassName 'MeshPart' then
- end
- child.Locked = false
- if child.ClassName 'Model' then
- for index, chil in pairs(child:GetChildren()) do
- chil.Locked = false
- if chil.ClassName 'MeshPart' then
- end
- chil.Locked = false
- if chil.ClassName 'Model' then
- for index, childe in pairs(chil:GetChildren()) do
- childe.Locked = false
- if childe.ClassName 'MeshPart' then
- end
- childe.Locked = false
- if childe.ClassName 'Model' then
- for index, childeo in pairs(childe:GetChildren()) do
- childeo.Locked = false
- if childeo.ClassName 'MeshPart' then
- end
- childeo.Locked = false
- if childeo.ClassName 'Model' then
- end
- end
- end
- end
- c = Instance.new('HopperBin', game:GetService('Players').LocalPlayer.Backpack)
- c = Instance.new('HopperBin', game:GetService('Players').LocalPlayer.Backpack)
- c = Instance.new('HopperBin', game:GetService('Players').LocalPlayer.Backpack)
- end)
- InfiniteJump.Name = 'Infinite Jump'
- InfiniteJump.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
- InfiniteJump.Position = UDim2.new(0.0178603820, 0, 0.712641335, 0)
- InfiniteJump.Font = Enum.Font.Bodoni
- InfiniteJump.Text = 'Infinite Jump'
- InfiniteJump.TextSize = 30
- game:GetService('UserInputService').JumpRequest:connect(function()
- game:GetService'Players'.LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState('Jumping')
- end)
- InputPlayer.Name = 'InputPlayer'
- InputPlayer.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
- InputPlayer.Position = UDim2.new(0.0178603820, 0, 0.812641335, 0)
- InputPlayer.Font = Enum.Font.Cartoon
- InputPlayer.Text = 'Player'
- InputPlayer.TextScaled = true
- InputPlayer.TextWrapped = true
- GotoPlayer.Name = 'Goto Player'
- GotoPlayer.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
- GotoPlayer.Position = UDim2.new(0.478603820, 0, 0.812641335, 0)
- GotoPlayer.Font = Enum.Font.Bodoni
- GotoPlayer.Text = 'Goto Player'
- GotoPlayer.TextSize = 30
- local tp_namedplayer = InputPlayer.Text
- local tp_player = game:GetService('Players')[tp_namedplayer]
- local PLR = game:GetService('Players').LocalPlayer
- for i = 1,20 do
- PLR.Character.HumanoidRootPart.CFrame = tp_player.Character.HumanoidRootPart.CFrame + Vector3.new(0, 3, 0)
- end