0% found this document useful (0 votes)
465 views8 pages

Bloxburg Lua Backpack Command Script

This document is a Lua script designed for use in a Roblox game, featuring a graphical user interface (GUI) that allows players to execute various commands related to gameplay mechanics. The script includes functionalities for toggling visibility of team selection, managing inventory items, and manipulating player attributes like speed and jump power. Additionally, it provides commands for player interactions and combat actions, enhancing the overall gameplay experience.

Uploaded by

richmicho24
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
465 views8 pages

Bloxburg Lua Backpack Command Script

This document is a Lua script designed for use in a Roblox game, featuring a graphical user interface (GUI) that allows players to execute various commands related to gameplay mechanics. The script includes functionalities for toggling visibility of team selection, managing inventory items, and manipulating player attributes like speed and jump power. Additionally, it provides commands for player interactions and combat actions, enhancing the overall gameplay experience.

Uploaded by

richmicho24
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd

-- Gui to Lua

-- for notepad++ search indexing: [Link]


local l =
{game:GetService("Workspace").[Link],game:GetService("Workspace").table2
.[Link]}
for i,v in pairs(workspace:GetDescendants()) do
if [Link]:IsA("Tool") and v:IsA("ClickDetector") then [Link](l,v) end end
local main = [Link]("ScreenGui")
local _txtbox = [Link]("TextBox")
local cmdframe = [Link]("ScrollingFrame")
local txt = [Link]("TextLabel")
local _close = [Link]("TextButton")
local runservice = game:GetService("RunService")
local rustepped = [Link]
local ruhb = [Link]
local playerservice = game:GetService("Players")
local lp = [Link]
local ligma = game:GetService("Lighting")
local is,uc =
game:GetService("ReplicatedStorage").IsHog,game:GetService("ReplicatedStorage").UnC
uffed
local dv = true
local removeblindfold = true
local deb = game:GetService("Debris")
local con,con1,cont = nil,nil,false
local con2,con3,con4,cont2 = nil,nil,nil,false
--local vvv,vvvv = "Grab","Drop"
--local vvvvvv = game:GetService("ReplicatedStorage").Grab
--local fuck = game:GetService("ReplicatedStorage").Tase
--local hastbc,cbtT = false,false
local tr = game:GetService("ReplicatedStorage").Trail
--disable if you like the blindfold hat, you'll still see normally either way
[Link] = "main"
[Link] = game:GetService("CoreGui")
[Link] = [Link]
_txtbox.Name = "_txtbox"
_txtbox.Parent = main
_txtbox.BackgroundColor3 = [Link](0, 0, 0)
_txtbox.BackgroundTransparency = 0.350
_txtbox.Draggable = true
_txtbox.Position = [Link](0.61360544, 0, 0.0637362674, 0)
_txtbox.Size = [Link](0.136734694, 0, 0.0802197829, 0)
_txtbox.Font = [Link]
_txtbox.PlaceholderText = "cmds r sus"
_txtbox.Text = ""
_txtbox.TextColor3 = [Link](255, 255, 255)
_txtbox.TextScaled = true
_txtbox.TextSize = 14.000
_txtbox.TextWrapped = true

[Link] = "cmdframe"
[Link] = false
[Link] = main
cmdframe.BackgroundColor3 = [Link](0, 0, 0)
[Link] = [Link](0.376870751, 0, 0.309890121, 0)
[Link] = [Link](0.245578229, 0, 0.376923114, 0)
[Link] = false
[Link] = [Link](0, 0, 0.829999971, 0)
[Link] = "txt"
[Link] = cmdframe
txt.BackgroundColor3 = [Link](255, 255, 255)
[Link] = 1.000
[Link] = [Link](0, 0, -0.000313895056, 0)
[Link] = [Link](0.963989615, 0, 1.00031388, 0)
[Link] = [Link]
[Link] = [[ [toggle] = use this command to enable/disable
commands:
choosinggui
-remove team choosing gui when joining game so you can be choosing team
trail
-makes things untransparent or something
very good
weapons / wps
-get all known weapons
axe
-obv
cmds
sp
-sets normal speed and jump power
-[toggle]
rj
bpe
-[toggle]
-loops enable backpack
rp / rs
arp (auto, [toggle])
-remove cuffs,rope,bag,blindfold,reset animation
-may unragdoll you (should do it as of the latest update)
-cuff/rope removal is sometimes visual only (still cant open doors, slow)
-infinite yield > re to fix
prisoner
guard
fugitive

cms
-combat shenanigans
q to tp behind someone
c to heal yourself (holding not needed :OOOO, some cooldown)
x+q tp back
x+' cms killswitch/remove keybinds
awps
-auto grab and sort
]]
txt.TextColor3 = [Link](255, 255, 255)
[Link] = 14.000
[Link] = [Link]
[Link] = [Link]

_close.Name = "_close"
_close.Parent = main
_close.Active = false
_close.BackgroundColor3 = [Link](0, 0, 0)
_close.Position = [Link](0.376870751, 0, 0.686813176, 0)
_close.Size = [Link](0.245578229, 0, 0.0582417585, 0)
_close.Visible = false
_close.Font = [Link]
_close.Text = "close"
_close.TextColor3 = [Link](255, 255, 255)
_close.TextSize = 14.000
local bpt = false
-- Scripts:
local function cmd(x)
x = x:lower()
if [Link](x,1,11) == "choosinggui" then
local vsb = [Link]:FindFirstChild("TeamMenu")
if not vsb then return end
[Link] = not [Link]
elseif [Link](x,1,7) == "weapons" or [Link](x,1,3) == "wps" then
for i,v in pairs(l) do
fireclickdetector(v)
end
elseif x == "iy" then
[Link](function()
loadstring(game:HttpGet('[Link]
master/source'))()
end)()
elseif x == "bpe" then
bpt = not bpt
[Link](function() local sg = game:GetService("StarterGui") while
[Link](0.25) and bpt == true do sg:SetCoreGuiEnabled("Backpack", true) end end)
()
elseif x == "axe" then
fireclickdetector(l[1])
elseif x == "trail" then
for i,v in pairs(workspace:GetDescendants()) do
if v:IsA("BasePart") then
tr:FireServer(v,true)
end
end
elseif x == "prisoner" or x == "pr" then
[Link] = true
elseif x == "guard" or x == "gd" then
[Link] = true
elseif x == "fugitive" then
[Link] = true
elseif x == "arp" then
local tbm = {"ropepart","cuff"}
cont = not cont
local function cn()
local ch = [Link]
if not ch then return end
con = [Link]:Connect(function(m)
if [Link](tbm,[Link]:lower()) and cont == true or [Link]:lower() == "bag" and
not m:IsA("Tool") and not m:FindFirstAncestorOfClass("Tool") and cont == true then
[Link](0.5)
[Link](cmd,"rp")
elseif cont == false then
pcall(function()
con:Disconnect()
con1:Disconnect()
con = nil
con1 = nil
end)
end
end)
end
cn()
con1 = [Link]:Connect(cn)
elseif x == "awps" then
[Link](function()
local l = {}
l["axe"] = game:GetService("Workspace").[Link] l["collar"] =
game:GetService("Workspace").[Link]
for i,v in pairs(workspace:GetDescendants()) do
if [Link]:IsA("Tool") and v:IsA("ClickDetector") then l[[Link]:lower()] =
v end end
local pos = {"axe","collar","hamburger","keycard","handcuffs
(fugitive)","handsaw","pliers","rope","bag"}
local maxval = [Link](pos)
local deb,impdel =
game:GetService("Debris"),game:GetService("ReplicatedStorage").ImportDelete
sg = game:GetService("StarterGui")
local function sng(x)
local bp,hum = lp:WaitForChild("Backpack",400),x:WaitForChild("Humanoid",420)
local gp = {"prisoner","guard"}
if not bp then return end
[Link](function()
[Link](0.4)
if [Link](gp,[Link]:lower()) then
if x:FindFirstChild("Shirt") then
impdel:FireServer("Shirt","Delete")
end
if x:FindFirstChild("Pants") then
impdel:FireServer("Pants","Delete")
end
end
end)()
local temp = [Link]("Folder",game:GetService("ReplicatedStorage"))
for i,v in pairs(bp:GetChildren()) do
[Link] = temp
end
local hda,db = false,true
local notb = {'handcuffs (fugitive)','keycard'}
for i,v in ipairs(pos) do
fireclickdetector(l[v])
if [Link] == "Guard" and not [Link](notb,v) then
[Link]:Wait()
[Link]()
end
if v == "axe" and hda == false and db == true then
hda = true
local ax = bp:WaitForChild("Axe",420)
if not ax then return end
[Link]()
[Link] = x
if not x:FindFirstChild("Fist") and [Link] ~= "Choosing" then local fist =
bp:WaitForChild("Fist",0.6) if fist ~= nil then [Link] = temp end end
fireclickdetector(l[v])
[Link]:Wait()
[Link] = bp
elseif v == "handcuffs (fugitive)" and temp:FindFirstChild("Handcuffs") then
[Link] = bp
elseif v == "keycard" and temp:FindFirstChild("KeyCard") then
[Link] = bp
end
end
[Link](0.44)
for i,v in pairs(l) do
fireclickdetector(v)
end
for i,v in pairs(temp:GetChildren()) do
[Link] = bp
end
deb:AddItem(temp,0)
sg:SetCore("SendNotification", {
Title = "sort";
Text = "grabbed and sorted"; -- bottom text uwu
Icon = "rbxassetid://4851371272";
Duration = 5;
})
end
local ch = [Link]
if ch then
sng(ch)
end
[Link]:Connect(sng)
end)()
elseif [Link](x,1,2) == "rp" or [Link](x,1,2) == "rs" then
for i = 1,2 do
local ch = [Link]
if not ch then return end
pcall(function()
for i = 1,2 do
if ch:FindFirstChild("Humanoid") and ch:FindFirstChild("RagDoll") and
[Link] == true then
game:GetService("ReplicatedStorage").RagdollHandlerEvent:FireServer(ch,[Link],
"Unragdoll")
end
is:FireServer(ch,"UnHog")
firesignal([Link].MouseButton1Click)
[Link](function()
[Link](0.55)
uc:FireServer(ch)
end)
end
end)
local hd,la,ra = ch:FindFirstChild("Head"),ch:FindFirstChild("Left
Arm"),ch:FindFirstChild("Right Arm")
if not hd then return end
if la ~= nil then
for i,v in pairs(la:GetChildren()) do if [Link]:lower() == "cuff" then v:Destroy()
end end
end
if ra ~= nil then
for i,v in pairs(ra:GetChildren()) do if [Link]:lower() == "cuff" then v:Destroy()
end end
end
for i,v in pairs(ch:GetChildren()) do if [Link]:lower() == "ropepart" or
[Link]:lower() == "blindfold" and removeblindfold then v:Destroy() end end
for i,v in pairs(hd:GetChildren()) do if [Link]:lower() == "bag" then v:Destroy()
end end
if ligma:FindFirstChildOfClass("ColorCorrectionEffect") then
ligma:FindFirstChildOfClass("ColorCorrectionEffect").Enabled = false end
if ligma:FindFirstChildOfClass("BlurEffect") then
ligma:FindFirstChildOfClass("BlurEffect").Enabled = false end
local hm = ch:FindFirstChildOfClass("Humanoid")
if hm == nil then return end
if ch:FindFirstChild("Animate") then [Link] = true for i,v in
ipairs(hm:GetPlayingAnimationTracks()) do v:Stop() end [Link] = false
end
[Link] = 16
[Link] = 50
[Link] = true
[Link](0.3)
end
elseif x == "cms" then
[Link](function()
local mym = lp:GetMouse()
local uip = game:GetService("UserInputService")
local con,con2,lp = nil,nil,nil
local hev,cd,rem =
game:GetService("ReplicatedStorage").EatingEvent,game:GetService("Workspace").Hambu
[Link],game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents
.SayMessageRequest
getgenv().tlkshenanigans = {}
getgenv().[Link] = 3.7
con = [Link]:Connect(function(inpuut,proc)
if [Link] == [Link] and not proc then
if [Link] == [Link].Q then
local hrp = ([Link] or [Link]:Wait()) and
[Link]:FindFirstChild("HumanoidRootPart")
if hrp == nil then return end
if uip:IsKeyDown([Link].X) then [Link] = lp end
lp = [Link]
local nt = [Link]:FindFirstAncestorOfClass("Model")
nt = nt and nt:FindFirstChild("HumanoidRootPart")
if nt then [Link] = [Link]*[Link](0,0,[Link]) end
elseif [Link] == [Link].C then
fireclickdetector(game:GetService("Workspace").[Link])
local ch = [Link] or [Link]:Wait()
local hb = [Link]:WaitForChild("Hamburger",50)
if not hb then return end
hev:FireServer(ch,hb,"Heal")
elseif [Link] == [Link] and uip:IsKeyDown([Link].X) then
con:Disconnect() con,uip,mym,hev,cd,rem = nil,nil,nil,nil,nil,nil
getgenv().tlkshenanigans = nil
print("disconnected")
end
end
end)
game:GetService("StarterGui"):SetCore("SendNotification", {
Title = "SHENANIGANS";
Text = "loaded shenanigans"; -- bottom text uwu
Icon = "rbxassetid://6678521436";
Duration = 5;
})
end)()
elseif x == "sp" then
--stolen from infinite yield
cont2 = not cont2
local mychar = [Link] or [Link]:Wait()
local hum = mychar:WaitForChild("Humanoid",500)
if not hum or cont2 == false then if con2 ~= nil then con2:Disconnect() end if con3
~= nil then con3:Disconnect() end if con4 ~= nil then con4:Disconnect() end return
end
local function wpc()
if hum and cont2 == true then
[Link] = 26
[Link] = 50
end
end
wpc()
con2 = hum:GetPropertyChangedSignal("WalkSpeed"):Connect(wpc)
con3 = hum:GetPropertyChangedSignal("JumpPower"):Connect(wpc)
con4 = [Link]:Connect(function(ch)
mychar = ch
hum = mychar:WaitForChild("Humanoid",1000)
if not hum then return end
con2 = hum:GetPropertyChangedSignal("WalkSpeed"):Connect(wpc)
con3 = hum:GetPropertyChangedSignal("JumpPower"):Connect(wpc)
end)
elseif [Link](x,1,2) == "rj" then
--stolen from infinite yield
if #playerservice:GetPlayers() <= 1 then
[Link]:Kick("\nRejoining...")
if dv == false then
wait(0.50)
else
Wait(0.50)
end
game:GetService('TeleportService'):Teleport([Link], lp)
else
game:GetService('TeleportService'):TeleportToPlaceInstance([Link],
[Link], lp)
end
elseif [Link](x,1,4) == "cmds" then
_close.Active = not _close.Active
[Link] = not [Link]
_close.Visible = not _close.Visible
[Link] = not [Link]
end
end
local function OVTEMO_fake_script() -- _txtbox.txt
local script = [Link]('LocalScript', _txtbox)

local function onfocus(x)


if x then
cmd(_txtbox.Text:lower())
end
end
_txtbox.FocusLost:Connect(onfocus)
end
[Link](OVTEMO_fake_script)()
local function ZURHG_fake_script() -- _close.LocalScript
local script = [Link]('LocalScript', _close)
local function onclick()
_close.Active = not _close.Active
[Link] = not [Link]
_close.Visible = not _close.Visible
[Link] = not [Link]
end
_close.MouseButton1Click:Connect(onclick)
end
[Link](ZURHG_fake_script)()
local us = game:GetService("UserInputService")
local function stfu()
_txtbox.Text = ""
end
local function onkeydown(x)
local txtfocused = us:GetFocusedTextBox()
if txtfocused then return end
if [Link] == [Link] then
_txtbox:CaptureFocus()
[Link](stfu,"")
end
end
[Link]:Connect(onkeydown)
game:GetService("StarterGui"):SetCore("SendNotification", {
Title = "cmds r sus";
Text = "loaded"; -- bottom text uwu
Icon = "rbxassetid://6678521436";
Duration = 5;
})
main = nil

You might also like