This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| RXT | |
| RXT.lua | |
| local L = loadstring(game:HttpGet("https://raw.githubusercontent.com/GreenDeno/Venyx-UI-Library/main/source.lua"))() | |
| local V = L.new("RXT Hub") | |
| local D, M, Vi = V:addPage("Discord"), V:addPage("Main"), V:addPage("Visuals") | |
| local S3, S1, S2 = D:addSection("Social"), M:addSection("Tools"), Vi:addSection("ESP") | |
| local H = game:GetService("CoreGui")["RXT Hub"].Main | |
| H.BackgroundColor3, H.Size = Color3.fromRGB(15,15,15), UDim2.new(0, 400, 0, 250) | |
| local S, T = Instance.new("ScreenGui", game.CoreGui), Instance.new("TextButton") | |
| T.Parent, T.Size, T.Position, T.Text = S, UDim2.new(0, 45, 0, 45), UDim2.new(0.02, 0, 0.15, 0), "RXT" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Gist description | |
| RXT Hub | |
| Filename including extension | |
| RXT.lua. | |
| local L=loadstring(game:HttpGet("https://raw.githubusercontent.com/GreenDeno/Venyx-UI-Library/main/source.lua"))() local V=L.new("RXT Hub") local D,M,Vi=V:addPage("Discord"),V:addPage("Main"),V:addPage("Visuals") local S3,S1,S2=D:addSection("Social"),M:addSection("Tools"),Vi:addSection("ESP") local H=game:GetService("CoreGui")["RXT Hub"].Main H.BackgroundColor3,H.Draggable,H.Active,H.Size=Color3.fromRGB(15,15,15),true,true,UDim2.new(0,400,0,250) local S,T=Instance.new("ScreenGui",game.CoreGui),Instance.new("TextButton") T.Parent,T.Size,T.Position,T.Text,T.TextColor3,T.BackgroundColor3=S,UDim2.new(0,40,0,40),UDim2.new(0.02,0,0.12,0),"RXT",Color3.new(1,0,0),Color3.fromRGB(30,30,30) Instance.new("UICorner",T).CornerRadius=UDim.new(1,0) T.Draggable,T.Active=true,true T.MouseButton1Click:Connect(function() game:GetService("CoreGui")["RXT Hub"].Enabled=not game:GetService("CoreGui")["RXT Hub"].Enabled end) local Cl=Instance.new("TextButton",H) Cl.Size,C |