Advertisement
Luriyuluri

Roblox script op battlegrounds 1

May 18th, 2024 (edited)
501
2
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.33 KB | None | 2 0
  1. Game name op battlegrounds 1
  2.  
  3. https://www.roblox.com/games/15467245730/OP-Battlegrounds
  4.  
  5. Be careful of getting ban
  6. Bring a backup to play.
  7.  
  8. Script: local OrionLib = loadstring(game:HttpGet(('https://raw.githubusercontent.com/shlexware/Orion/main/source')))()
  9. local Window = OrionLib:MakeWindow({Name = "Op Battleground", HidePremium = false, SaveConfig = true, ConfigFolder = "OrionTest"})
  10.  
  11. local Tab = Window:MakeTab({
  12. Name = "Idk lel",
  13. Icon = "rbxassetid://4483345998",
  14. PremiumOnly = false
  15. })
  16. local Section = Tab:AddSection({
  17. Name = "Main"
  18.  
  19. })
  20. Tab:AddButton({
  21. Name = "Hollow Purple (One Shot)",
  22. Callback = function()
  23. local A_1 = "Hollow"
  24. local Event = game:GetService("ReplicatedStorage").Remotes.Gojo
  25. Event:FireServer(A_1)
  26. end
  27. })
  28. Tab:AddButton({
  29. Name = "Gear 5",
  30. Callback = function()
  31. local A_1 = "Awaken"
  32. local Event = game:GetService("ReplicatedStorage").Remotes.Luffy2
  33. Event:FireServer(A_1)
  34. end
  35. })
  36. Tab:AddButton({
  37. Name = "Imaginary Purple ( Deals 50 dmg)",
  38. Callback = function()
  39. local A_1 = "HollowPurple"
  40. local Event = game:GetService("ReplicatedStorage").Remotes.Gojo
  41. Event:FireServer(A_1)
  42. end
  43. })
  44. Tab:AddButton({
  45. Name = "Sukuna Domain Expansion (Not Op :[)",
  46. Callback = function()
  47. -- This script was generated by Hydroxide's RemoteSpy: https://github.com/Upbolt/Hydroxide
  48.  
  49. local ohString1 = "TrueDomain"
  50.  
  51. game:GetService("ReplicatedStorage").Remotes.Yuji:FireServer(ohString1)
  52. end
  53. })
  54. Tab:AddButton({
  55. Name = "Pure Love",
  56. Callback = function()
  57. local A_1 = "PureLove"
  58. local Event = game:GetService("ReplicatedStorage").Remotes.Yuta
  59. Event:FireServer(A_1)
  60. end
  61. })
  62. Tab:AddButton({
  63. Name = "Black Flash (Yuta)",
  64. Callback = function()
  65. local A_1 = "BlackFlash"
  66. local Event = game:GetService("ReplicatedStorage").Remotes.Yuta
  67. Event:FireServer(A_1)
  68. end
  69. })
  70. Tab:AddButton({
  71. Name = "Kaminari",
  72. Callback = function()
  73. -- This script was generated by Hydroxide's RemoteSpy: https://github.com/Upbolt/Hydroxide
  74.  
  75. local ohString1 = "Kaminari"
  76.  
  77. game:GetService("ReplicatedStorage").Remotes.Luffy2:FireServer(ohString1)
  78. end
  79. })
  80. Tab:AddButton({
  81. Name = "Giant Stomp",
  82. Callback = function()
  83. -- This script was generated by Hydroxide's RemoteSpy: https://github.com/Upbolt/Hydroxide
  84.  
  85. local ohString1 = "Giant"
  86.  
  87. game:GetService("ReplicatedStorage").Remotes.Luffy2:FireServer(ohString1)
  88. end
  89. })
  90. Tab:AddButton({
  91. Name = "Infinite Void",
  92. Callback = function()
  93. local ohString1 = "TrueDomain"
  94.  
  95. game:GetService("ReplicatedStorage").Remotes.Gojo:FireServer(ohString1)
  96. end
  97. })
  98. Tab:AddButton({
  99. Name = "Red Normal",
  100. Callback = function()
  101. -- This script was generated by Hydroxide's RemoteSpy: https://github.com/Upbolt/Hydroxide
  102.  
  103. local ohString1 = "Red"
  104.  
  105. game:GetService("ReplicatedStorage").Remotes.Gojo:FireServer(ohString1)
  106. end
  107. })
  108. Tab:AddButton({
  109. Name = "Normal Blue",
  110. Callback = function()
  111. -- This script was generated by Hydroxide's RemoteSpy: https://github.com/Upbolt/Hydroxide
  112.  
  113. local ohString1 = "Blue"
  114.  
  115. game:GetService("ReplicatedStorage").Remotes.Gojo:FireServer(ohString1)
  116. end
  117. })
  118. Tab:AddButton({
  119. Name = "Martial Combo",
  120. Callback = function()
  121. -- This script was generated by Hydroxide's RemoteSpy: https://github.com/Upbolt/Hydroxide
  122.  
  123. local ohString1 = "Barrage"
  124.  
  125. game:GetService("ReplicatedStorage").Remotes.Gojo:FireServer(ohString1)
  126. end
  127. })
  128. Tab:AddButton({
  129. Name = "Infinity Counter",
  130. Callback = function()
  131. -- This script was generated by Hydroxide's RemoteSpy: https://github.com/Upbolt/Hydroxide
  132.  
  133. local ohString1 = "Hora"
  134.  
  135. game:GetService("ReplicatedStorage").Remotes.Gojo:FireServer(ohString1)
  136. end
  137. })
  138. Tab:AddButton({
  139. Name = "Maximum Red",
  140. Callback = function()
  141. -- This script was generated by Hydroxide's RemoteSpy: https://github.com/Upbolt/Hydroxide
  142.  
  143. local ohString1 = "MaxRed"
  144.  
  145. game:GetService("ReplicatedStorage").Remotes.Gojo:FireServer(ohString1)
  146. end
  147. })
  148. Tab:AddButton({
  149. Name = "Maximum Blue",
  150. Callback = function()
  151. -- This script was generated by Hydroxide's RemoteSpy: https://github.com/Upbolt/Hydroxide
  152.  
  153. local ohString1 = "MaxBlue"
  154.  
  155. game:GetService("ReplicatedStorage").Remotes.Gojo:FireServer(ohString1)
  156. end
  157. })
  158. Tab:AddButton({
  159. Name = "Final Smash (OP)",
  160. Callback = function()
  161. local A_1 = "FinalSmash"
  162. local Event = game:GetService("ReplicatedStorage").Remotes.Deku
  163. Event:FireServer(A_1)
  164. end
  165. })
  166. Tab:AddButton({
  167. Name = "Rengoku Awaken (Scares People Off)",
  168. Callback = function()
  169. local A_1 = "Awaken"
  170. local Event = game:GetService("ReplicatedStorage").Remotes.Rengoku
  171. Event:FireServer(A_1)
  172. end
  173. })
  174. local Section = Tab:AddSection({
  175. Name = "Emotes"
  176. })
  177. Tab:AddButton({
  178. Name = "Arusa Stance",
  179. Callback = function()
  180. local A_1 = "Asura Stance"
  181. local Event = game:GetService("ReplicatedStorage").Remotes.Emotes.Emote
  182. Event:FireServer(A_1)
  183. end
  184. })
  185. Tab:AddButton({
  186. Name = "There's Nothing We Can Do",
  187. Callback = function()
  188. local A_1 = "Ninja Wait"
  189. local Event = game:GetService("ReplicatedStorage").Remotes.Emotes.Emote
  190. Event:FireServer(A_1)
  191. end
  192. })
  193. Tab:AddButton({
  194. Name = "Come Closer",
  195. Callback = function()
  196. local A_1 = "Come Closer"
  197. local Event = game:GetService("ReplicatedStorage").Remotes.Emotes.Emote
  198. Event:FireServer(A_1)
  199. end
  200. })
  201. Tab:AddButton({
  202. Name = "Heart Wand",
  203. Callback = function()
  204. local A_1 = "Heart Wand"
  205. local Event = game:GetService("ReplicatedStorage").Remotes.Emotes.Emote
  206. Event:FireServer(A_1)
  207. end
  208. })
  209. Tab:AddButton({
  210. Name = "Dunk!",
  211. Callback = function()
  212. local A_1 = "Dunk"
  213. local Event = game:GetService("ReplicatedStorage").Remotes.Emotes.Emote
  214. Event:FireServer(A_1)
  215. end
  216. })
  217. Tab:AddButton({
  218. Name = "Dracoball Juggle",
  219. Callback = function()
  220. local A_1 = "Dracoball Juggle"
  221. local Event = game:GetService("ReplicatedStorage").Remotes.Emotes.Emote
  222. Event:FireServer(A_1)
  223. end
  224. })
  225. local Tab = Window:MakeTab({
  226. Name = "Admin Stuff",
  227. Icon = "rbxassetid://4483345998",
  228. PremiumOnly = false
  229. })
  230.  
  231. local Section = Tab:AddSection({
  232. Name = "Admins Thingy"
  233.  
  234. })
  235. Tab:AddButton({
  236. Name = "Gon",
  237. Callback = function()
  238. -- This script was generated by Hydroxide's RemoteSpy: https://github.com/Upbolt/Hydroxide
  239.  
  240. local ohString1 = "Awaken"
  241.  
  242. game:GetService("ReplicatedStorage").Remotes.Gon:FireServer(ohString1)
  243. end
  244. })
  245. Tab:AddButton({
  246. Name = "Rock",
  247. Callback = function()
  248. local ohString1 = "Rock"
  249.  
  250. game:GetService("ReplicatedStorage").Remotes.Gon:FireServer(ohString1)
  251. end
  252. })
  253. Tab:AddButton({
  254. Name = "Paper",
  255. Callback = function()
  256. local ohString1 = "Paper"
  257.  
  258. game:GetService("ReplicatedStorage").Remotes.Gon:FireServer(ohString1)
  259. end
  260. })
  261. Tab:AddButton({
  262. Name = "Scissor",
  263. Callback = function()
  264. local ohString1 = "Scissor"
  265.  
  266. game:GetService("ReplicatedStorage").Remotes.Gon:FireServer(ohString1)
  267. end
  268. })
  269. local Tab = Window:MakeTab({
  270. Name = "Credits",
  271. Icon = "rbxassetid://4483345998",
  272. PremiumOnly = false
  273. })
  274. local Section = Tab:AddSection({
  275. Name = "Credits"
  276.  
  277. })
  278. Tab:AddButton({
  279. Name = "Made By Astrokxzn",
  280. Callback = function()
  281. end
  282. })
  283. Tab:AddButton({
  284. Name = "Copy Discord Invite",
  285. Callback = function()
  286. setclipboard("https://discord.com/invite/YraTMbPKWD")
  287. end
  288. })
  289.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement