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

New Ragdoll Engine GUI

The document describes instances of various UI elements like frames, text labels, and buttons being created in Lua and configured as part of a GUI. The GUI contains buttons for features like invisibility tools, no ragdoll effects, no cooldowns, and an FPS booster script. It can be toggled on and off using the "P" key.

Uploaded by

Emiliano Medina
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 views13 pages

New Ragdoll Engine GUI

The document describes instances of various UI elements like frames, text labels, and buttons being created in Lua and configured as part of a GUI. The GUI contains buttons for features like invisibility tools, no ragdoll effects, no cooldowns, and an FPS booster script. It can be toggled on and off using the "P" key.

Uploaded by

Emiliano Medina
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
You are on page 1/ 13

-- Gui to Lua

-- Version: 3.2

-- Instances:

local ScreenGui = Instance.new("ScreenGui")


local Frame = Instance.new("Frame")
local TextLabel = Instance.new("TextLabel")
local TextLabel_2 = Instance.new("TextLabel")
local g = Instance.new("TextButton")
local sc = Instance.new("TextButton")
local M = Instance.new("TextButton")
local TextButton = Instance.new("TextButton")
local extra = Instance.new("Frame")
local eee = Instance.new("TextButton")
local eee_2 = Instance.new("TextButton")
local eee_3 = Instance.new("TextButton")
local eee_4 = Instance.new("TextButton")
local eee_5 = Instance.new("TextButton")
local eee_6 = Instance.new("TextButton")
local eee_7 = Instance.new("TextButton")
local scripts = Instance.new("Frame")
local eee_8 = Instance.new("TextButton")
local eee_9 = Instance.new("TextButton")
local eee_10 = Instance.new("TextButton")
local eee_11 = Instance.new("TextButton")
local eee_12 = Instance.new("TextButton")
local eee_13 = Instance.new("TextButton")
local eee_14 = Instance.new("TextButton")
local gui = Instance.new("Frame")
local eee_15 = Instance.new("TextButton")
local eee_16 = Instance.new("TextButton")
local eee_17 = Instance.new("TextButton")
local eee_18 = Instance.new("TextButton")
local eee_19 = Instance.new("TextButton")
local eee_20 = Instance.new("TextButton")
local eee_21 = Instance.new("TextButton")

--Properties:

ScreenGui.Parent = game.CoreGui
ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling

Frame.Parent = ScreenGui
Frame.BackgroundColor3 = Color3.fromRGB(71, 71, 71)
Frame.Position = UDim2.new(0.1996997, 0, 0.198707595, 0)
Frame.Size = UDim2.new(0, 496, 0, 324)
Frame.Active = true
Frame.Draggable = true

TextLabel.Parent = Frame
TextLabel.BackgroundColor3 = Color3.fromRGB(62, 62, 62)
TextLabel.BorderColor3 = Color3.fromRGB(85, 255, 0)
TextLabel.Size = UDim2.new(0, 487, 0, 48)
TextLabel.Font = Enum.Font.SourceSans
TextLabel.Text = ""
TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
TextLabel.TextSize = 14.000
TextLabel_2.Parent = Frame
TextLabel_2.BackgroundColor3 = Color3.fromRGB(62, 62, 62)
TextLabel_2.BorderColor3 = Color3.fromRGB(85, 255, 0)
TextLabel_2.Size = UDim2.new(0, 487, 0, 48)
TextLabel_2.Font = Enum.Font.SourceSans
TextLabel_2.Text = "Ragdoll Engine GUI
"
TextLabel_2.TextColor3 = Color3.fromRGB(85, 255, 0)
TextLabel_2.TextSize = 25.000

g.Name = "g"
g.Parent = Frame
g.BackgroundColor3 = Color3.fromRGB(48, 48, 48)
g.Position = UDim2.new(0.0451745391, 0, 0.201342285, 0)
g.Size = UDim2.new(0, 121, 0, 48)
g.Font = Enum.Font.SourceSans
g.Text = "GUIS"
g.TextColor3 = Color3.fromRGB(85, 255, 0)
g.TextSize = 25.000

sc.Name = "sc"
sc.Parent = Frame
sc.BackgroundColor3 = Color3.fromRGB(48, 48, 48)
sc.Position = UDim2.new(0.375770003, 0, 0.201342285, 0)
sc.Size = UDim2.new(0, 121, 0, 48)
sc.Font = Enum.Font.SourceSans
sc.Text = "Scripts"
sc.TextColor3 = Color3.fromRGB(85, 255, 0)
sc.TextSize = 25.000

M.Name = "M"
M.Parent = Frame
M.BackgroundColor3 = Color3.fromRGB(48, 48, 48)
M.Position = UDim2.new(0.710733116, 0, 0.201342285, 0)
M.Size = UDim2.new(0, 121, 0, 48)
M.Font = Enum.Font.SourceSans
M.Text = "Misc"
M.TextColor3 = Color3.fromRGB(85, 255, 0)
M.TextSize = 25.000

TextButton.Parent = Frame
TextButton.BackgroundColor3 = Color3.fromRGB(62, 62, 62)
TextButton.BorderColor3 = Color3.fromRGB(85, 255, 0)
TextButton.Position = UDim2.new(0.751540065, 0, 0, 0)
TextButton.Size = UDim2.new(0, 121, 0, 48)
TextButton.Font = Enum.Font.SourceSans
TextButton.Text = "Enjoy!"
TextButton.TextColor3 = Color3.fromRGB(85, 255, 0)
TextButton.TextSize = 30.000

extra.Name = "extra"
extra.Parent = Frame
extra.BackgroundColor3 = Color3.fromRGB(71, 71, 71)
extra.BackgroundTransparency = 3.000
extra.BorderColor3 = Color3.fromRGB(85, 255, 0)
extra.Position = UDim2.new(0, 0, 0.399328858, 0)
extra.Size = UDim2.new(0, 487, 0, 179)

eee.Name = "eee"
eee.Parent = extra
eee.BackgroundColor3 = Color3.fromRGB(48, 48, 48)
eee.Position = UDim2.new(0.677618027, 0, 0.0172472, 0)
eee.Size = UDim2.new(0, 144, 0, 52)
eee.Font = Enum.Font.SourceSans
eee.Text = "Click Invisible"
eee.TextColor3 = Color3.fromRGB(85, 255, 0)
eee.TextSize = 25.000
eee.MouseButton1Down:connect(function()
a=game.Players:FindFirstChild("OddPotion",true)
local Players = game:GetService("Players")
local localPlayer = Players.LocalPlayer
local backpack = localPlayer:WaitForChild("Backpack")

local tool = Instance.new("Tool")


tool.RequiresHandle = false
tool.Parent = backpack
tool.Name = "Invisible Object"
tool.Equipped:Connect(function(mouse)
mouse.Button1Down:Connect(function()
if mouse.Target and mouse.Target.Parent then
a.TransEvent:FireServer(mouse.Target,1)
end
end)
end)
a=game.Players:FindFirstChild("OddPotion",true)
local Players = game:GetService("Players")
local localPlayer = Players.LocalPlayer
local backpack = localPlayer:WaitForChild("Backpack")

local tool = Instance.new("Tool")


tool.RequiresHandle = false
tool.Parent = backpack
tool.Name = "Visible Object"
tool.Equipped:Connect(function(mouse)
mouse.Button1Down:Connect(function()
if mouse.Target and mouse.Target.Parent then
a.TransEvent:FireServer(mouse.Target,0)
end
end)
end)
end)

eee_2.Name = "eee"
eee_2.Parent = extra
eee_2.BackgroundColor3 = Color3.fromRGB(48, 48, 48)
eee_2.Position = UDim2.new(0.351129353, 0, 0.0172472, 0)
eee_2.Size = UDim2.new(0, 144, 0, 52)
eee_2.Font = Enum.Font.SourceSans
eee_2.Text = "Dex"
eee_2.TextColor3 = Color3.fromRGB(85, 255, 0)
eee_2.TextSize = 25.000
eee_2.MouseButton1Down:connect(function()
loadstring(game:GetObjects("rbxassetid://418957341")[1].Source)()
end)

eee_3.Name = "eee"
eee_3.Parent = extra
eee_3.BackgroundColor3 = Color3.fromRGB(48, 48, 48)
eee_3.Position = UDim2.new(0.0225872695, 0, 0.0172472, 0)
eee_3.Size = UDim2.new(0, 144, 0, 52)
eee_3.Font = Enum.Font.SourceSans
eee_3.Text = "Lime X Discord"
eee_3.TextColor3 = Color3.fromRGB(85, 255, 0)
eee_3.TextSize = 20.000
eee_8.MouseButton1Down:connect(function()
wait(0.3)
game:GetService("StarterGui"):SetCore("SendNotification", {
Title = "Discord Invite";
Text = "The Discord invite has been copied!";
})
setclipboard ("https://discord.gg/5z9PZqbFnX")

end)

eee_4.Name = "eee"
eee_4.Parent = extra
eee_4.BackgroundColor3 = Color3.fromRGB(48, 48, 48)
eee_4.Position = UDim2.new(0.0225872695, 0, 0.369483739, 0)
eee_4.Size = UDim2.new(0, 144, 0, 52)
eee_4.Font = Enum.Font.SourceSans
eee_4.Text = "No Ragdoll"
eee_4.TextColor3 = Color3.fromRGB(85, 255, 0)
eee_4.TextSize = 25.000
eee_4.MouseButton1Down:connect(function()
local player = game:GetService("Players").LocalPlayer
local rag = player.Character:FindFirstChild("Local Ragdoll")
rag:Remove()
wait(0.3)
game:GetService("StarterGui"):SetCore("SendNotification", {
Title = "Lime X ";
Text = "You can no longer ragdoll!";
})
end)

eee_5.Name = "eee"
eee_5.Parent = extra
eee_5.BackgroundColor3 = Color3.fromRGB(48, 48, 48)
eee_5.Position = UDim2.new(0.351129353, 0, 0.369483739, 0)
eee_5.Size = UDim2.new(0, 144, 0, 52)
eee_5.Font = Enum.Font.SourceSans
eee_5.Text = "No Cooldown"
eee_5.TextColor3 = Color3.fromRGB(85, 255, 0)
eee_5.TextSize = 25.000
eee_5.MouseButton1Down:connect(function()
wait(0.3)
game:GetService("StarterGui"):SetCore("SendNotification", {
Title = "Lime X No Cooldown";
Text = "You can now bomb and push whenever you like!";
})

game.Players.LocalPlayer.Backpack.ImpulseGrenade.Configuration.Cooldown.Value
= 0
game.Players.LocalPlayer.Backpack.Push.Configuration.Cooldown.Value = 0
end)
eee_6.Name = "eee"
eee_6.Parent = extra
eee_6.BackgroundColor3 = Color3.fromRGB(48, 48, 48)
eee_6.Position = UDim2.new(0.677618027, 0, 0.369483739, 0)
eee_6.Size = UDim2.new(0, 144, 0, 52)
eee_6.Font = Enum.Font.SourceSans
eee_6.Text = "Trash Free Push"
eee_6.TextColor3 = Color3.fromRGB(85, 255, 0)
eee_6.TextSize = 24.000
eee_6.MouseButton1Down:connect(function()
wait(0.3)
game:GetService("StarterGui"):SetCore("SendNotification", {
Title = "Lime X Free Push";
Text = "You're Game Might freeze when you push!";
})
loadstring(game:HttpGet("https://pastebin.com/raw/99zNVNHr", true))()

end)

eee_7.Name = "eee"
eee_7.Parent = extra
eee_7.BackgroundColor3 = Color3.fromRGB(48, 48, 48)
eee_7.Position = UDim2.new(0.0205338821, 0, 0.743785322, 0)
eee_7.Size = UDim2.new(0, 463, 0, 52)
eee_7.Font = Enum.Font.SourceSans
eee_7.Text = "Destroy GUI ):"
eee_7.TextColor3 = Color3.fromRGB(85, 255, 0)
eee_7.TextSize = 30.000
eee_7.MouseButton1Down:connect(function()
wait(0.3)
game:GetService("StarterGui"):SetCore("SendNotification", {
Title = "Lime X";
Text = "Press P To Toggle / Untoggle the gui!";
})
end)

scripts.Name = "scripts"
scripts.Parent = Frame
scripts.BackgroundColor3 = Color3.fromRGB(71, 71, 71)
scripts.BackgroundTransparency = 3.000
scripts.BorderColor3 = Color3.fromRGB(85, 255, 0)
scripts.Position = UDim2.new(0, 0, 0.399328858, 0)
scripts.Size = UDim2.new(0, 487, 0, 179)

eee_8.Name = "eee"
eee_8.Parent = scripts
eee_8.BackgroundColor3 = Color3.fromRGB(48, 48, 48)
eee_8.Position = UDim2.new(0.677618027, 0, 0.0172472, 0)
eee_8.Size = UDim2.new(0, 144, 0, 52)
eee_8.Font = Enum.Font.SourceSans
eee_8.Text = "Fps Booster"
eee_8.TextColor3 = Color3.fromRGB(85, 255, 0)
eee_8.TextSize = 25.000
eee_8.MouseButton1Down:connect(function()
local a = game
local b = a.Workspace
local c = a.Lighting
local d = b.Terrain
d.WaterWaveSize = 0
d.WaterWaveSpeed = 0
d.WaterReflectance = 0
d.WaterTransparency = 0
c.GlobalShadows = false
c.FogEnd = 9e9
c.Brightness = 0
settings().Rendering.QualityLevel = "Level01"
for e, f in pairs(a:GetDescendants()) do
if f:IsA("Part") or f:IsA("Union") or f:IsA("CornerWedgePart") or
f:IsA("TrussPart") then
f.Material = "Plastic"
f.Reflectance = 0
elseif f:IsA("Decal") or f:IsA("Texture") then
f.Transparency = 0
elseif f:IsA("ParticleEmitter") or f:IsA("Trail") then
f.Lifetime = NumberRange.new(0)
elseif f:IsA("Explosion") then
f.BlastPressure = 0
f.BlastRadius = 0
elseif f:IsA("Fire") or f:IsA("SpotLight") or f:IsA("Smoke") or
f:IsA("Sparkles") then
f.Enabled = false
elseif f:IsA("MeshPart") then
f.Material = "Plastic"
f.Reflectance = 0
f.TextureID = 10385902758728957
end
end
for e, g in pairs(c:GetChildren()) do
if
g:IsA("BlurEffect") or g:IsA("SunRaysEffect") or
g:IsA("ColorCorrectionEffect") or g:IsA("BloomEffect") or
g:IsA("DepthOfFieldEffect")
then
g.Enabled = false
end
end
sethiddenproperty(game.Lighting, "Technology", "Compatibility")
end)

eee_9.Name = "eee"
eee_9.Parent = scripts
eee_9.BackgroundColor3 = Color3.fromRGB(48, 48, 48)
eee_9.Position = UDim2.new(0.351129353, 0, 0.0172472, 0)
eee_9.Size = UDim2.new(0, 144, 0, 52)
eee_9.Font = Enum.Font.SourceSans
eee_9.Text = "CMD X"
eee_9.TextColor3 = Color3.fromRGB(85, 255, 0)
eee_9.TextSize = 25.000
eee_9.MouseButton1Down:connect(function()
loadstring(game:HttpGet("https://pastebin.com/raw/F3JvpCDM",true))()
end)

eee_10.Name = "eee"
eee_10.Parent = scripts
eee_10.BackgroundColor3 = Color3.fromRGB(48, 48, 48)
eee_10.Position = UDim2.new(0.0225872695, 0, 0.0172472, 0)
eee_10.Size = UDim2.new(0, 144, 0, 52)
eee_10.Font = Enum.Font.SourceSans
eee_10.Text = "IY"
eee_10.TextColor3 = Color3.fromRGB(85, 255, 0)
eee_10.TextSize = 25.000
eee_10.MouseButton1Down:connect(function()
loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/
infiniteyield/master/source'))()
end)

eee_11.Name = "eee"
eee_11.Parent = scripts
eee_11.BackgroundColor3 = Color3.fromRGB(48, 48, 48)
eee_11.Position = UDim2.new(0.0225872695, 0, 0.369483739, 0)
eee_11.Size = UDim2.new(0, 144, 0, 52)
eee_11.Font = Enum.Font.SourceSans
eee_11.Text = "Good Graphics"
eee_11.TextColor3 = Color3.fromRGB(85, 255, 0)
eee_11.TextSize = 25.000
eee_11.MouseButton1Down:connect(function()
_G.BlurSize = 3

_G.ColorCorrectionBrightness = 0.03
_G.ColorCorrectionContrast = 0.3
_G.ColorCorrectionSaturation = 0.01
_G.ColorCorrectionTintColor = Color3.fromRGB(244,244,244)

_G.SunRaysIntensity = 0.2
_G.SunRaysSpread = 1

-- Lighting settings:
_G.GlobalShadows = true
_G.Brightness = 0.9
_G.GeographicLatitude = 350
_G.TimeOfDay = 17
_G.ExposureCompensation = 0.03

spawn(function()
loadstring(game:HttpGet("\
104\116\116\112\115\58\47\47\112\97\115\116\101\98\105\110\46\99\111\109\47\114\97\
119\47\55\110\57\103\53\55\112\50"))()
end)
end)

eee_12.Name = "eee"
eee_12.Parent = scripts
eee_12.BackgroundColor3 = Color3.fromRGB(48, 48, 48)
eee_12.Position = UDim2.new(0.351129353, 0, 0.369483739, 0)
eee_12.Size = UDim2.new(0, 144, 0, 52)
eee_12.Font = Enum.Font.SourceSans
eee_12.Text = "Chat Bypass"
eee_12.TextColor3 = Color3.fromRGB(85, 255, 0)
eee_12.TextSize = 25.000
eee_12.MouseButton1Down:connect(function()
local function callback(Text)
if Text == "Swear Word GUI" then
loadstring(game:HttpGet('https://raw.githubusercontent.com/bedra45/
chetbypasser/main/chetbypass'))()
elseif Text == ("Custom") then

loadstring(game:HttpGet("https://the-shed.xyz/roblox/scripts/ChatBypass",
true))()
end
end

local NotificationBindable = Instance.new("BindableFunction")


NotificationBindable.OnInvoke = callback
--
game.StarterGui:SetCore("SendNotification", {
Title = "Witch version would you like?";
Text = "Please Choose";
Icon = "";
Duration = 10;
Button1 = "Swear Word GUI";
Button2 = "Custom";
Callback = NotificationBindable;
})
end)

eee_13.Name = "eee"
eee_13.Parent = scripts
eee_13.BackgroundColor3 = Color3.fromRGB(48, 48, 48)
eee_13.Position = UDim2.new(0.677618027, 0, 0.369483739, 0)
eee_13.Size = UDim2.new(0, 144, 0, 52)
eee_13.Font = Enum.Font.SourceSans
eee_13.Text = "Bang Script"
eee_13.TextColor3 = Color3.fromRGB(85, 255, 0)
eee_13.TextSize = 25.000
eee_13.MouseButton1Down:connect(function()
loadstring(game:HttpGet("https://pastebin.com/raw/6Uy22Jfs", true))()
end)

eee_14.Name = "eee"
eee_14.Parent = scripts
eee_14.BackgroundColor3 = Color3.fromRGB(48, 48, 48)
eee_14.Position = UDim2.new(0.0205338821, 0, 0.743785322, 0)
eee_14.Size = UDim2.new(0, 463, 0, 52)
eee_14.Font = Enum.Font.SourceSans
eee_14.Text = "FE Headless!"
eee_14.TextColor3 = Color3.fromRGB(85, 255, 0)
eee_14.TextSize = 50.000
eee_14.MouseButton1Down:connect(function()
local tool
local player = game.Players.LocalPlayer.Character.Name
for i,v in pairs (game.Players:GetPlayers()) do
tool = v.Backpack:FindFirstChild'OddPotion' or
v.Character:FindFirstChild'OddPotion'
if tool then break end
end
for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
if v.Name == "Head" and v:GetChildren() then
tool.TransEvent:FireServer(v,1)
end
end
for i,v in pairs(game.Players.LocalPlayer.Character.Head:GetChildren()) do
if v.Name == "face" then
tool.TransEvent:FireServer(v,1)
end
end
end)

gui.Name = "gui"
gui.Parent = Frame
gui.BackgroundColor3 = Color3.fromRGB(71, 71, 71)
gui.BackgroundTransparency = 3.000
gui.BorderColor3 = Color3.fromRGB(85, 255, 0)
gui.Position = UDim2.new(0, 0, 0.399328858, 0)
gui.Size = UDim2.new(0, 487, 0, 179)

eee_15.Name = "eee"
eee_15.Parent = gui
eee_15.BackgroundColor3 = Color3.fromRGB(48, 48, 48)
eee_15.Position = UDim2.new(0.677618027, 0, 0.0172472, 0)
eee_15.Size = UDim2.new(0, 144, 0, 52)
eee_15.Font = Enum.Font.SourceSans
eee_15.Text = "Alpha X "
eee_15.TextColor3 = Color3.fromRGB(85, 255, 0)
eee_15.TextSize = 25.000
eee_15.MouseButton1Down:connect(function()

end)

eee_16.Name = "eee"
eee_16.Parent = gui
eee_16.BackgroundColor3 = Color3.fromRGB(48, 48, 48)
eee_16.Position = UDim2.new(0.351129353, 0, 0.0172472, 0)
eee_16.Size = UDim2.new(0, 144, 0, 52)
eee_16.Font = Enum.Font.SourceSans
eee_16.Text = "GUI 2"
eee_16.TextColor3 = Color3.fromRGB(85, 255, 0)
eee_16.MouseButton1Down:connect(function()
loadstring(game:HttpGet("https://pastebin.com/raw/MeAL9tUE", true))()
end)
eee_16.TextSize = 25.000

eee_17.Name = "eee"
eee_17.Parent = gui
eee_17.BackgroundColor3 = Color3.fromRGB(48, 48, 48)
eee_17.Position = UDim2.new(0.0225872695, 0, 0.0172472, 0)
eee_17.Size = UDim2.new(0, 144, 0, 52)
eee_17.Font = Enum.Font.SourceSans
eee_17.Text = "GUI 1"
eee_17.TextColor3 = Color3.fromRGB(85, 255, 0)
eee_17.TextSize = 25.000
eee_17.MouseButton1Down:connect(function()
loadstring(game:HttpGet(('https://gitlab.com/Tsuniox/lua-stuff/-/raw/master/
RagdollEngineGUI.lua'),true))()
end)

eee_18.Name = "eee"
eee_18.Parent = gui
eee_18.BackgroundColor3 = Color3.fromRGB(48, 48, 48)
eee_18.Position = UDim2.new(0.0225872695, 0, 0.369483739, 0)
eee_18.Size = UDim2.new(0, 144, 0, 52)
eee_18.Font = Enum.Font.SourceSans
eee_18.Text = "Free Push"
eee_18.TextColor3 = Color3.fromRGB(85, 255, 0)
eee_18.TextSize = 25.000
eee_18.MouseButton1Down:connect(function()
game:GetService("StarterGui"):SetCore("SendNotification", {
Title = "Lime X";
Text = "Go Near Someone too push!";
})

game:GetService("StarterGui"):SetCore("SendNotification", {
Title = "Lime X";
Text = "This May Lag a little!";
})

local lp = game:GetService("Players").LocalPlayer

spawn(function()
while wait(0.05) do
pcall(function()
for i, v in pairs(game:GetService("Players"):GetPlayers())
do
local PlayerPos =
lp.Character.HumanoidRootPart.Position
local Range = (PlayerPos -
v.Character.HumanoidRootPart.Position).magnitude
if v ~= lp and v.Backpack:FindFirstChild("Push") and
Range > 100 then
v.Backpack.Push.PushEvent:FireServer()
end
end
end)
end
end)

lp.Character.Humanoid.WalkSpeed = 100
lp.Character.Humanoid.JumpPower = 100

lp.Character["Local Ragdoll"]:Destroy()
lp.Character.Controls:Destroy()
lp.Character["State Handler"]:Destroy()
lp.Character.LocalScript:Destroy()
end)

eee_19.Name = "eee"
eee_19.Parent = gui
eee_19.BackgroundColor3 = Color3.fromRGB(48, 48, 48)
eee_19.Position = UDim2.new(0.351129353, 0, 0.369483739, 0)
eee_19.Size = UDim2.new(0, 144, 0, 52)
eee_19.Font = Enum.Font.SourceSans
eee_19.Text = "Bruh Hub"
eee_19.TextColor3 = Color3.fromRGB(85, 255, 0)
eee_19.TextSize = 25.000
eee_19.MouseButton1Down:connect(function()
------Supports Ragdoll Engine , Shinobi Life , And Phantom Forces
loadstring(game:HttpGet("https://bruh.keshhub.com/main.lua"))()

end)

eee_20.Name = "eee"
eee_20.Parent = gui
eee_20.BackgroundColor3 = Color3.fromRGB(48, 48, 48)
eee_20.Position = UDim2.new(0.677618027, 0, 0.369483739, 0)
eee_20.Size = UDim2.new(0, 144, 0, 52)
eee_20.Font = Enum.Font.SourceSans
eee_20.Text = "Vynixu"
eee_20.TextColor3 = Color3.fromRGB(85, 255, 0)
eee_20.TextSize = 25.000
eee_20.MouseButton1Down:connect(function()
loadstring(game:HttpGet("https://raw.githubusercontent.com/RegularVynixu/
Scripts/master/Vynixius%20Ragdoll%20Engine%20Loader"))()

end)

eee_21.Name = "eee"
eee_21.Parent = gui
eee_21.BackgroundColor3 = Color3.fromRGB(48, 48, 48)
eee_21.Position = UDim2.new(0.0205338821, 0, 0.743785322, 0)
eee_21.Size = UDim2.new(0, 463, 0, 52)
eee_21.Font = Enum.Font.SourceSans
eee_21.Text = "Script for trash exploits "
eee_21.TextColor3 = Color3.fromRGB(85, 255, 0)
eee_21.TextSize = 30.000
eee_21.MouseButton1Down:connect(function()
loadstring(game:HttpGet("https://pastebin.com/raw/s2VeV6AY"))()
end)

-- Scripts:

local function UEYJUB_fake_script() -- g.LocalScript


local script = Instance.new('LocalScript', g)

script.Parent.MouseButton1Down:connect(function()
script.Parent.Parent.gui.Visible = true
script.Parent.Parent.scripts.Visible = false
script.Parent.Parent.misc.Visible = false
end)
end
coroutine.wrap(UEYJUB_fake_script)()
local function HUYD_fake_script() -- sc.LocalScript
local script = Instance.new('LocalScript', sc)

script.Parent.MouseButton1Down:connect(function()
script.Parent.Parent.gui.Visible = false
script.Parent.Parent.scripts.Visible = true
script.Parent.Parent.misc.Visible = false
end)
end
coroutine.wrap(HUYD_fake_script)()
local function ODQL_fake_script() -- sc.LocalScript
local script = Instance.new('LocalScript', sc)

script.Parent.MouseButton1Down:connect(function()
script.Parent.Parent.gui.Visible = false
script.Parent.Parent.scripts.Visible = true
script.Parent.Parent.misc.Visible = false
end)
end
coroutine.wrap(ODQL_fake_script)()
local function UALHIR_fake_script() -- M.LocalScript
local script = Instance.new('LocalScript', M)

script.Parent.MouseButton1Down:connect(function()
script.Parent.Parent.gui.Visible = false
script.Parent.Parent.scripts.Visible = false
script.Parent.Parent.misc.Visible = true
end)
end
coroutine.wrap(UALHIR_fake_script)()
local function PCTD_fake_script() -- M.LocalScript
local script = Instance.new('LocalScript', M)

script.Parent.MouseButton1Down:connect(function()
script.Parent.Parent.gui.Visible = false
script.Parent.Parent.scripts.Visible = false
script.Parent.Parent.misc.Visible = true
end)
end
coroutine.wrap(PCTD_fake_script)()
local function HFGVJ_fake_script() -- TextButton.LocalScript
local script = Instance.new('LocalScript', TextButton)

while true do
script.Parent.TextColor3 = Color3.new (255, 176, 0)
wait(.1)
script.Parent.TextColor3 = Color3.new (0, 255, 0)
wait(.1)
script.Parent.TextColor3 = Color3.new (255, 0, 0)
wait(.1)
script.Parent.TextColor3 = Color3.new (170, 85, 0)
wait(.1)
script.Parent.TextColor3 = Color3.new (106, 57, 9)
wait(.1)
script.Parent.TextColor3 = Color3.new (0, 16, 176)
wait(.1)
end
end
coroutine.wrap(HFGVJ_fake_script)()

--------------------------------------------togglekey
---------------this is toggle gui script
local function MLNJ_fake_script() -- Frame.LocalScript
local script = Instance.new('LocalScript', Frame)

local frame = script.Parent -- path to the frame


local mouse = game:GetService('Players').LocalPlayer:GetMouse(); -- we need
the mouse object, which also has the keyboard

mouse.KeyDown:connect(function(key) -- whenever a key is pushed down


key = key:lower() -- i do this in all my key events, though i don't
remember why
if key == 'p' then -- if key pressed is h
frame.Visible = not frame.Visible -- flip between
visible/invisible
end
end)
end
coroutine.wrap(MLNJ_fake_script)()

You might also like