Advertisement
Skylar12

Total Roblox Drama

Jul 27th, 2024
3,850
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.33 KB | None | 1 1
  1. local DrRayLibrary = loadstring(game:HttpGet("https://raw.githubusercontent.com/AZYsGithub/DrRay-UI-Library/main/DrRay.lua"))()
  2. local window = DrRayLibrary:Load("DrRay", "Default")
  3.  
  4. local tab = DrRayLibrary.newTab("Bypasser Exe - Total Roblox Drama", "ImageIdHere")
  5.  
  6. tab.newButton("R3TH Priv", "Executes R3TH Priv", function()
  7. loadstring(game:HttpGet('https://raw.githubusercontent.com/R3TH-PRIV/R3THPRIV/main/loader.lua'))()
  8. end)
  9.  
  10. tab.newButton("Vyra Camp Script", "Executes Vyra Camp Script", function()
  11. loadstring(game:HttpGet("https://raw.githubusercontent.com/kureu/Roblox-T.R.D-Camp-Script/main/Roblox%20T.R.D%20Camp%20Script"))();
  12. end)
  13.  
  14. tab.newButton("Vyra Movie Script", "Executes Vyra Camp Script", function()
  15. loadstring(game:HttpGet("https://raw.githubusercontent.com/kureu/Roblox-T.R.D-Movies-Script/main/Protected_2790861193015493.lua"))();
  16. end)
  17.  
  18. tab.newButton("Hitbox", "Executes Hitbox Script", function()
  19. loadstring(game:HttpGet("https://scriptblox.com/raw/Universal-Script-Update-script-hitbox-9326"))()
  20. end)
  21.  
  22.  
  23. tab.newSlider("Speed", "Customize Your Speed", 1000, false, function(num)
  24. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = num
  25. print(num)
  26. end)
  27.  
  28. tab.newSlider("Jump Power", "Customize Your Jump Power", 1000, false, function(num)
  29. game.Players.LocalPlayer.Character.Humanoid.JumpPower = num
  30. print(num)
  31. end)
Advertisement
Comments
Add Comment
Please, Sign In to add comment
Advertisement