Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local DrRayLibrary = loadstring(game:HttpGet("https://raw.githubusercontent.com/AZYsGithub/DrRay-UI-Library/main/DrRay.lua"))()
- local window = DrRayLibrary:Load("DrRay", "Default")
- local tab = DrRayLibrary.newTab("Bypasser Exe - Total Roblox Drama", "ImageIdHere")
- tab.newButton("R3TH Priv", "Executes R3TH Priv", function()
- loadstring(game:HttpGet('https://raw.githubusercontent.com/R3TH-PRIV/R3THPRIV/main/loader.lua'))()
- end)
- tab.newButton("Vyra Camp Script", "Executes Vyra Camp Script", function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/kureu/Roblox-T.R.D-Camp-Script/main/Roblox%20T.R.D%20Camp%20Script"))();
- end)
- tab.newButton("Vyra Movie Script", "Executes Vyra Camp Script", function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/kureu/Roblox-T.R.D-Movies-Script/main/Protected_2790861193015493.lua"))();
- end)
- tab.newButton("Hitbox", "Executes Hitbox Script", function()
- loadstring(game:HttpGet("https://scriptblox.com/raw/Universal-Script-Update-script-hitbox-9326"))()
- end)
- tab.newSlider("Speed", "Customize Your Speed", 1000, false, function(num)
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = num
- print(num)
- end)
- tab.newSlider("Jump Power", "Customize Your Jump Power", 1000, false, function(num)
- game.Players.LocalPlayer.Character.Humanoid.JumpPower = num
- print(num)
- end)
Advertisement
Advertisement