Advertisement
TYDEDZZ125

MY GUI [BETA]REMORSE HUB

Oct 4th, 2023 (edited)
256
0
Never
2
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.40 KB | None | 0 0
  1. local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
  2. local Window = Library.CreateLib("[BETA]Remorse Hub", "BloodTheme")
  3.  
  4. -- MAIN
  5. local Tab = Window:NewTab("Random Things")
  6. local MainSection = Tab:NewSection("Random Things I Got")
  7.  
  8.  
  9. MainSection:NewButton("CrimSkid", "The Worst pc/mobile Lock He Created :3", function()
  10. loadstring(game:HttpGet("https://raw.githubusercontent.com/AlexTheScriptKiddie/dahood/main/modded"))()
  11. end)
  12.  
  13. MainSection:NewButton("Infinite Yeild", "FE Admin", function()
  14. loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
  15. end)
  16.  
  17. MainSection:NewButton("Ultimate Trolling GUI", " Troll Buddy", function()
  18. loadstring(game:HttpGet("https://raw.githubusercontent.com/killermaster9999mega/UTG-V3/main/FE%20UTG%20V3.txt"))()
  19. end)
  20.  
  21. MainSection:NewButton("Auto Block Blade Ball", " ez", function()
  22. loadstring(game:HttpGet("https://raw.githubusercontent.com/1f0yt/community/main/AutoBlock"))()
  23. end)
  24.  
  25. MainSection:NewButton("Kat", " Best gui ever TESTED", function()
  26. loadstring(game:HttpGet("https://raw.githubusercontent.com/AndrewDarkyy/NOWAY/main/darkyyware.lua"))()
  27. end)
  28.  
  29. MainSection:NewButton("Bedwars Vape SCRIPT", "Save Time even tho its kinda bad", function()
  30. loadstring(game:HttpGet("https://raw.githubusercontent.com/7GrandDadPGN/VapeV4ForRoblox/main/NewMainScript.lua", true))()
  31. end)
  32.  
  33. -- LOCAL PLAYER
  34. local Player = Window:NewTab("Local Player")
  35. local PlayerSection = Player:NewSection("Your Player")
  36.  
  37. PlayerSection:NewSlider("WalkSpeed", "GO BRRRR", 400, 16, function(s) -- 500 (MaxValue) | 0 (MinValue)
  38. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = s
  39. end)
  40.  
  41. PlayerSection:NewSlider("JumpPower", "FLY HIGH!", 350, 50, function(s) -- 500 (MaxValue) | 0 (MinValue)
  42. game.Players.LocalPlayer.Character.Humanoid.JumpPower = s
  43. end)
  44.  
  45. PlayerSection:NewButton("God Mode[Working]", " tested god mode", function()
  46. game.Players.LocalPlayer.Character.Humanoid:Remove()
  47. Instance.new('Humanoid', game.Players.LocalPlayer.Character)
  48. game:GetService("Workspace")[game.Players.LocalPlayer.Name]:FindFirstChildOfClass(
  49. 'Humanoid').HipHeight = 2
  50. end)
  51.  
  52. PlayerSection:NewButton("Fe Chracter Changer[NW]", "Changes Ur ingame avatar", function()
  53. id = "0"
  54. game.Players.LocalPlayer.CharacterAppearance = "https://api.roblox.com/v1.1/avatar-fetch/?placeId=0&userId=" .. id
  55. end)
  56.  
  57. MainSection:NewButton("99% Lose Obby", "idk", function()
  58. loadstring(game:HttpGet("https://raw.githubusercontent.com/itsnoctural/Utilities/main/Closed/99%25%20Lose%20Obby.lua"))()
  59. end)
  60.  
  61. MainSection:NewButton("[UGC LIMITED] Inf. Coins / Gems / Auto Farm", "idk", function()
  62. loadstring(game:HttpGet("https://raw.githubusercontent.com/ToraIsMe/ToraIsMe/main/0PowerFighting"))()
  63. end)
  64.  
  65. MainSection:NewButton("Best Auto Block X for close combat", "fr the best", function()
  66. loadstring(game:HttpGet("https://raw.githubusercontent.com/1f0yt/community/main/Circle"))()
  67. -- Click "X" To Spam (for close battles)
  68. end)
  69.  
  70. MainSection:NewButton("Nyulah W LOCK", "fr the best", function()
  71. loadstring(game:HttpGet("https://raw.githubusercontent.com/nyulachan/nyula/main/nyulauh"))();
  72. end)
  73.  
  74. MainSection:NewButton("First Person Macro", "W MACRO", function()
  75. local Player = game:GetService("Players").LocalPlayer
  76. local Mouse = Player:GetMouse()
  77. local Enabled = false
  78. Mouse.KeyDown:Connect(
  79. function(Key)
  80. if Key == "c" then --input key
  81. Enabled = not Enabled
  82. if Enabled == true then
  83. repeat
  84. game:GetService("RunService").Heartbeat:wait()
  85. game:GetService("VirtualInputManager"):SendMouseWheelEvent("0.1", "0.1", true, game) -- change these numbers for higher delay
  86. game:GetService("RunService").Heartbeat:wait()
  87. game:GetService("VirtualInputManager"):SendMouseWheelEvent("0.1", "0.1", false, game)
  88. game:GetService("RunService").Heartbeat:wait()
  89. until Enabled == false
  90. end
  91. end
  92. end
  93. )
  94. end)
  95.  
  96. -- Credits
  97. local Credits = Window:NewTab("Credits")
  98. local CreditsSection = Credits:NewSection("Credits")
  99.  
  100. CreditsSection:NewLabel("made by remorseownsyou/vexo#0001")
  101.  
  102. CreditsSection:NewKeybind("Press V to Close menu [not working]", "press this to close menu", Enum.KeyCode.R, function()
  103.  
  104. end)
Advertisement
Comments
Add Comment
Please, Sign In to add comment
Advertisement