Advertisement
ProHakka93

Untitled

Apr 15th, 2023
24
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.29 KB | None | 0 0
  1. local OrionLib = loadstring(game:HttpGet(('https://raw.githubusercontent.com/shlexware/Orion/main/source')))()
  2. local Window = OrionLib:MakeWindow({Name = "ChatBypass | Hitmandelr yt", HidePremium = false, SaveConfig = true, ConfigFolder = "Hitmandelr"})
  3.  
  4. local MainTab = Window:MakeTab({
  5. Name = "Sexuality",
  6. Icon = "rbxassetid://4483345998",
  7. PremiumOnly = false
  8. })
  9.  
  10. local SlursTab = Window:MakeTab({
  11. Name = "Slurs",
  12. Icon = "rbxassetid://4483345998",
  13. PremiumOnly = false
  14. })
  15.  
  16. local MainSection = MainTab:AddSection({
  17. Name = "Sexuality"
  18. })
  19.  
  20. local SlursSection = SlursTab:AddSection({
  21. Name = "Slurs"
  22. })
  23.  
  24.  
  25.  
  26. MainTab:AddButton({
  27. Name = "geymenkissing",
  28. Callback = function()
  29. local args = {
  30. [1] = "gaymenkissing",
  31. [2] = "All"
  32. }
  33.  
  34. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(unpack(args))
  35. end
  36. })
  37.  
  38. MainTab:AddButton({
  39. Name = "doyouwantboobs",
  40. Callback = function()
  41. local args = {
  42. [1] = "doyouwantboobs?",
  43. [2] = "All"
  44. }
  45.  
  46. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(unpack(args))
  47.  
  48. end
  49. })
  50.  
  51. MainTab:AddButton({
  52. Name = "iloveboobs",
  53. Callback = function()
  54. local args = {
  55. [1] = "iloveboobs",
  56. [2] = "All"
  57. }
  58.  
  59. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(unpack(args))
  60. end
  61. })
  62.  
  63.  
  64.  
  65. MainTab:AddButton({
  66. Name = "did you forget about our sex",
  67. Callback = function()
  68. local args = {
  69. [1] = "didyoureallyforgetaboutoursextonight?",
  70. [2] = "All"
  71. }
  72.  
  73. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(unpack(args))
  74. end
  75. })
  76.  
  77.  
  78. MainTab:AddButton({
  79. Name = "Icantwaituntilyoucominsideofmybutt",
  80. Callback = function()
  81. local args = {
  82. [1] = "Icantwaituntilyoucominsideofmybutt",
  83. [2] = "All"
  84. }
  85.  
  86. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(unpack(args))
  87. end
  88. })
  89.  
  90. MainTab:AddButton({
  91. Name = "wegay?",
  92. Callback = function()
  93. local args = {
  94. [1] = "wegay?",
  95. [2] = "All"
  96. }
  97.  
  98. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(unpack(args))
  99. end
  100. })
  101.  
  102. SlursTab:AddButton({
  103. Name = "brofakyourmother",
  104. Callback = function()
  105. local args = {
  106. [1] = "brofakyourmother",
  107. [2] = "All"
  108. }
  109.  
  110. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(unpack(args))
  111. end
  112. })
  113.  
  114. SlursTab:AddButton({
  115. Name = "brofakyourfather",
  116. Callback = function()
  117. local args = {
  118. [1] = "brofakyourfather",
  119. [2] = "All"
  120. }
  121.  
  122. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(unpack(args))
  123. end
  124. })
  125.  
  126. MainTab:AddBind({
  127. Name = "Bind",
  128. Default = Enum.KeyCode.V,
  129. Hold = false,
  130. Callback = function()
  131.  
  132. end
  133. })
  134.  
  135.  
  136.  
  137. OrionLib:Init()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement