Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Thanks for using BrokoHub! If you have any problems, message/add me on discord AmSpacemanB)#1411
- -- To activate the WalkSpeed, you must click on WalkSpeed first before entering the amount of speed
- -- Enjoy the script!
- -- Instances:
- local ScreenGui = Instance.new("ScreenGui")
- local Main = Instance.new("Frame")
- local ScrollingFrame = Instance.new("ScrollingFrame")
- local Walkonwall = Instance.new("TextButton")
- local UICorner = Instance.new("UICorner")
- local TextLabel = Instance.new("TextLabel")
- local Walk = Instance.new("TextButton")
- local TypeSpeed = Instance.new("TextBox")
- local Noclip = Instance.new("TextButton")
- local UICorner_2 = Instance.new("UICorner")
- local TextLabel_2 = Instance.new("TextLabel")
- local UICorner_3 = Instance.new("UICorner")
- --Properties:
- ScreenGui.Parent = game.CoreGui
- ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- Main.Name = "Main"
- Main.Parent = ScreenGui
- Main.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Main.Position = UDim2.new(0.198739678, 0, 0.291254938, 0)
- Main.Size = UDim2.new(0, 439, 0, 278)
- ScrollingFrame.Parent = Main
- ScrollingFrame.Active = true
- ScrollingFrame.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- ScrollingFrame.BorderColor3 = Color3.fromRGB(0, 0, 0)
- ScrollingFrame.Position = UDim2.new(-0.0017158665, 0, 0.114995942, 0)
- ScrollingFrame.Size = UDim2.new(0, 439, 0, 246)
- ScrollingFrame.CanvasPosition = Vector2.new(0, 300)
- Walkonwall.Name = "Walkonwall"
- Walkonwall.Parent = ScrollingFrame
- Walkonwall.BackgroundColor3 = Color3.fromRGB(68, 68, 68)
- Walkonwall.BorderColor3 = Color3.fromRGB(68, 68, 68)
- Walkonwall.Position = UDim2.new(0.0387243666, 0, 0.43953231, 0)
- Walkonwall.Size = UDim2.new(0, 405, 0, 58)
- Walkonwall.Font = Enum.Font.GothamBold
- Walkonwall.Text = "WalkOnWall"
- Walkonwall.TextColor3 = Color3.fromRGB(255, 255, 255)
- Walkonwall.TextSize = 24.000
- Walkonwall.TextWrapped = true
- Walkonwall.MouseButton1Down:connect(function()
- getgenv()["cofiG"] = getgenv()["cofiG"] or {}
- local hasToUpdate = true
- local alreadyRan = cofiG.gravityController ~= nil
- local http = game:GetService'HttpService'
- local readfile,writefile,fileexists = readfile or syn_io_read,writefile or syn_io_write,isfile or readfile
- local rawUrl,baseUrl = "https://ixss.keybase.pub/rblx/gravityController/", "https://keybase.pub/ixss/rblx/gravityController/"
- do
- _G.req = [[
- local require = function(lol)
- lol = "https://raw.githubusercontent.com/msva/lua-htmlparser/master/src/"..lol:gsub("%.","/")..".lua";
- return loadstring(_G.req..game:HttpGet(lol))();
- end;
- ]]
- local require = function(lol)
- lol = "https://raw.githubusercontent.com/msva/lua-htmlparser/master/src/"..lol:gsub("%.","/")..".lua";
- return loadstring(_G.req..game:HttpGet(lol))();
- end;
- cofiG.htmlparser = cofiG.htmlparser or require"htmlparser"
- end
- do -- check if exists
- if fileexists'gravityController.json' then
- local json = readfile'gravityController.json'
- if json then
- cofiG.gravityController = http:JSONDecode(json)
- hasToUpdate = cofiG.gravityController.Version ~= game:HttpGet(rawUrl.."Version.txt")
- end
- end
- game.StarterGui:SetCore("ChatMakeSystemMessage", {
- Text = hasToUpdate and "Updating script..." or "Running script!";
- Font = Enum.Font.Code;
- Color = Color3.fromRGB(255, 60, 60);
- FontSize = Enum.FontSize.Size96;
- })
- end
- if hasToUpdate then -- update/download
- function getScripts()
- local ret = {}
- local text = game:HttpGet(baseUrl, false)
- local root = cofiG.htmlparser.parse(text)
- local files = root:select(".file")
- for i,v in pairs(files) do
- if string.sub(v.attributes.href, string.len(v.attributes.href)-3) == ".lua" then
- local name = string.sub(v.attributes.href,string.len(baseUrl)+1, string.len(v.attributes.href)-4)
- local script = rawUrl..name..".lua"
- ret[name] = game:HttpGet(script)
- elseif string.sub(v.attributes.href, string.len(v.attributes.href)-3) == ".txt" then
- local name = string.sub(v.attributes.href,string.len(baseUrl)+1, string.len(v.attributes.href)-4)
- local script = rawUrl..name..".txt"
- ret[name] = game:HttpGet(script)
- end
- end
- return ret
- end
- cofiG.gravityController = getScripts()
- writefile('gravityController.json', http:JSONEncode(cofiG.gravityController))
- warn('Script updated!')
- end
- local a,b = pcall(loadstring(cofiG.gravityController.Loader))
- if not a then
- error('Loader ', b)
- end
- if not alreadyRan then
- game.StarterGui:SetCore("ChatMakeSystemMessage", {
- Text = game:HttpGet('https://ixss.keybase.pub/Watermark.txt', true)..", originally made by EgoMoose.";
- Font = Enum.Font.Code;
- Color = Color3.fromRGB(244, 0, 175);
- FontSize = Enum.FontSize.Size96;
- })
- end
- end)
- UICorner.Parent = Walkonwall
- TextLabel.Parent = ScrollingFrame
- TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel.BackgroundTransparency = 1.000
- TextLabel.Position = UDim2.new(0.0113895219, 0, 0.0165698286, 0)
- TextLabel.Size = UDim2.new(0, 429, 0, 22)
- TextLabel.Font = Enum.Font.SourceSansItalic
- TextLabel.Text = "Note: Reset to make everything normal"
- TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel.TextScaled = true
- TextLabel.TextSize = 14.000
- TextLabel.TextWrapped = true
- Walk.Name = "Walk"
- Walk.Parent = ScrollingFrame
- Walk.BackgroundColor3 = Color3.fromRGB(68, 68, 68)
- Walk.BorderColor3 = Color3.fromRGB(68, 68, 68)
- Walk.Position = UDim2.new(0.0410022773, 0, 0.110108249, 0)
- Walk.Size = UDim2.new(0, 404, 0, 52)
- Walk.Font = Enum.Font.GothamBold
- Walk.Text = "WalkSpeed"
- Walk.TextColor3 = Color3.fromRGB(255, 255, 255)
- Walk.TextSize = 24.000
- Walk.MouseButton1Down:connect(function()
- while true do
- wait()
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = TypeSpeed.Text
- end
- end)
- TypeSpeed.Name = "TypeSpeed"
- TypeSpeed.Parent = ScrollingFrame
- TypeSpeed.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TypeSpeed.BorderColor3 = Color3.fromRGB(255, 255, 255)
- TypeSpeed.Position = UDim2.new(0.0410022773, 0, 0.203306854, 0)
- TypeSpeed.Size = UDim2.new(0, 403, 0, 42)
- TypeSpeed.Font = Enum.Font.SourceSansItalic
- TypeSpeed.PlaceholderColor3 = Color3.fromRGB(131, 131, 131)
- TypeSpeed.PlaceholderText = "Enter the WalkSpeed ammount"
- TypeSpeed.Text = ""
- TypeSpeed.TextColor3 = Color3.fromRGB(0, 0, 0)
- TypeSpeed.TextSize = 14.000
- Noclip.Name = "Noclip"
- Noclip.Parent = ScrollingFrame
- Noclip.BackgroundColor3 = Color3.fromRGB(68, 68, 68)
- Noclip.BorderColor3 = Color3.fromRGB(68, 68, 68)
- Noclip.Position = UDim2.new(0.0364464633, 0, 0.723704934, 0)
- Noclip.Size = UDim2.new(0, 405, 0, 58)
- Noclip.Font = Enum.Font.GothamBold
- Noclip.Text = "NoClip"
- Noclip.TextColor3 = Color3.fromRGB(255, 255, 255)
- Noclip.TextSize = 24.000
- Noclip.TextWrapped = true
- Noclip.MouseButton1Down:connect(function()
- local noclip = true char = game.Players.LocalPlayer.Character while true do if noclip == true then for _,v in pairs(char:children()) do pcall(function() if v.className == "Part" then v.CanCollide = false elseif v.ClassName == "Model" then v.Head.CanCollide = false end end) end end game:service("RunService").Stepped:wait() end
- end)
- UICorner_2.Parent = Noclip
- TextLabel_2.Parent = Main
- TextLabel_2.BackgroundColor3 = Color3.fromRGB(0, 255, 0)
- TextLabel_2.BorderColor3 = Color3.fromRGB(0, 255, 0)
- TextLabel_2.Position = UDim2.new(-0.0159453303, 0, -0.0251798555, 0)
- TextLabel_2.Size = UDim2.new(0, 452, 0, 39)
- TextLabel_2.Font = Enum.Font.GothamBold
- TextLabel_2.Text = "BrokoHub"
- TextLabel_2.TextColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel_2.TextSize = 14.000
- UICorner_3.Parent = TextLabel_2
- -- Scripts:
- local function KUAJSGA_fake_script() -- ScreenGui.Script
- local script = Instance.new('Script', ScreenGui)
- frame = script.Parent.Main
- frame.Draggable = true
- frame.Active = true
- fram.Selectable = true
- end
- coroutine.wrap(KUAJSGA_fake_script)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement