Advertisement
MawinCK

Universal Hitbox + Head Hitbox v4 by me READ COMMENT

May 10th, 2024 (edited)
134
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 2.74 KB | None | 0 0
  1. local OrionLib = loadstring(game:HttpGet(('https://raw.githubusercontent.com/shlexware/Orion/main/source')))()
  2. local Window = OrionLib:MakeWindow({Name = "Universal Hitbox GUI", HidePremium = false, SaveConfig = true, ConfigFolder = "OrionTest"})
  3.  
  4. --[[
  5. Name = <string> - The name of the UI.
  6. HidePremium = <bool> - Whether or not the user details shows Premium status or not.
  7. SaveConfig = <bool> - Toggles the config saving in the UI.
  8. ConfigFolder = <string> - The name of the folder where the configs are saved.
  9. IntroEnabled = <bool> - Whether or not to show the intro animation.
  10. IntroText = <string> - Text to show in the intro animation.
  11. IntroIcon = <string> - URL to the image you want to use in the intro animation.
  12. Icon = <string> - URL to the image you want displayed on the window.
  13. CloseCallback = <function> - Function to execute when the window is closed.
  14. ]]
  15. local Tab = Window:MakeTab({
  16.     Name = "Script and Exploit",
  17.     Icon = "rbxassetid://4483345998",
  18.     PremiumOnly = false
  19. })
  20.  
  21. --[[
  22. Name = <string> - The name of the tab.
  23. Icon = <string> - The icon of the tab.
  24. PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only.
  25. ]]
  26. local Section = Tab:AddSection({
  27.     Name = "Script Here"
  28. })
  29.  
  30. --[[
  31. Name = <string> - The name of the section.
  32. ]]
  33. Tab:AddButton({
  34.     Name = "Hitbox and ESP",
  35.     Callback = function()
  36.             loadstring(game:HttpGet("https://raw.githubusercontent.com/Vcsk/RobloxScripts/main/HitboxExpander.lua"))()
  37.     end    
  38. })
  39.  
  40. --[[
  41. Name = <string> - The name of the button.
  42. Callback = <function> - The function of the button.
  43. ]]
  44. Tab:AddButton({
  45.     Name = "Head Hitbox Press M also press N to stopping it from Resize yourself",
  46.     Callback = function()
  47.             loadstring(game:HttpGet("https://pastefy.app/muncXoeu/raw"))()
  48.     end    
  49. })
  50.  
  51. --[[
  52. Name = <string> - The name of the button.
  53. Callback = <function> - The function of the button.
  54. ]]
  55. Tab:AddButton({
  56.     Name = "ESP name",
  57.     Callback = function()
  58.             loadstring(game:HttpGet("https://pastefy.app/QOlI3Es1/raw"))()
  59.     end    
  60. })
  61.  
  62. --[[
  63. Name = <string> - The name of the button.
  64. Callback = <function> - The function of the button.
  65. ]]
  66. Tab:AddButton({
  67.     Name = "Keyboard Mobile",
  68.     Callback = function()
  69.             loadstring(game:HttpGet("https://raw.githubusercontent.com/advxzivhsjjdhxhsidifvsh/mobkeyboard/main/main.txt", true))()
  70.     end    
  71. })
  72.  
  73. --[[
  74. Name = <string> - The name of the button.
  75. Callback = <function> - The function of the button.
  76. ]]
  77. Tab:AddButton({
  78.     Name = "Ghost hub Recommended",
  79.     Callback = function()
  80.             loadstring(game:HttpGet('https://raw.githubusercontent.com/GhostPlayer352/Test4/main/GhostHub'))()
  81.     end    
  82. })
  83.  
  84. --[[
  85. Name = <string> - The name of the button.
  86. Callback = <function> - The function of the button.
  87. ]]
Advertisement
Comments
  • MawinCK
    16 days
    # text 0.29 KB | 0 0
    1. Please credit the onwer to onwer "Mawin_CK" if you trying to edit script :D
    2. Here all my credit to user Notice:i do not remember all user so i will tell what script not mine and script is mine
    3. 1 not mine
    4. 2 mine
    5. Well only one script are mine and other are not hopefully you enjoy the script
Add Comment
Please, Sign In to add comment
Advertisement