Advertisement
Guest User

Slap battles hub

a guest
May 9th, 2024
425
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.96 KB | None | 0 0
  1. if game.PlaceId == 9431156611 or 6403373529 or 16034567693 then
  2. local OrionLib = loadstring(game:HttpGet(('https://raw.githubusercontent.com/shlexware/Orion/main/source')))()
  3. local Window = OrionLib:MakeWindow({Name = "robeulox|slap battles", HidePremium = false, SaveConfig = true, ConfigFolder = "OrionTest"})
  4.  
  5. local Tab = Window:MakeTab({
  6. Name = "kick categorie",
  7. Icon = "rbxassetid://4483345998",
  8. PremiumOnly = false
  9. })
  10.  
  11. Tab:AddButton({
  12. Name = "firework kick",
  13. Callback = function()
  14. execute = loadstring(game:HttpGet("https://pastefy.app/eAFsNQoe/raw",true))();
  15. end
  16. })
  17.  
  18. Tab:AddTextbox({
  19. Name = "recall kick|u need recall",
  20. Default = "Username",
  21. TextDisappear = false,
  22. Callback = function(Value)
  23. local targetAbbreviation = Value
  24. local targetPlayer
  25. for _, v in pairs(game.Players:GetPlayers()) do
  26. if string.sub(v.Name, 1, #targetAbbreviation):lower() == targetAbbreviation:lower() then
  27. targetPlayer = v
  28. break
  29. end
  30. end
  31. if targetPlayer then
  32. PlayerKick = targetPlayer.Name
  33. OrionLib:MakeNotification({Name = "Error",Content = "Found Player [ "..PlayerKick.." ]",Image = "rbxassetid://7733658504",Time = 5})
  34. else
  35. OrionLib:MakeNotification({Name = "Error",Content = "Can't find player",Image = "rbxassetid://7733658504",Time = 5})
  36. end
  37. end
  38. })
  39.  
  40. :AddButton({
  41. Name = "Start Kicking",
  42. Callback = function()
  43. if game.Players.LocalPlayer.leaderstats.Glove.Value == "Recall" and game.Players.LocalPlayer.Character:FindFirstChild("Recall") and game.Players.LocalPlayer.Character:FindFirstChild("entered") and game.Players.LocalPlayer.Character:FindFirstChild("HumanoidRootPart") and game.Players[PlayerKick].Character:FindFirstChild("entered") and game.Players[PlayerKick].Character:FindFirstChild("HumanoidRootPart") then
  44. OGL = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  45. for i,v in pairs(game.Workspace.Lobby.brazil:GetChildren()) do
  46. v.CanTouch = false
  47. end
  48. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-725,310,-2)
  49. task.wait(0.5)
  50. game:GetService("ReplicatedStorage").Recall:InvokeServer(game:GetService("Players").LocalPlayer.Character.Recall)
  51. task.wait(2.4)
  52. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[PlayerKick].Character.HumanoidRootPart.CFrame
  53. task.wait(1.54)
  54. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = OGL
  55. for i,v in pairs(game.Workspace.Lobby.brazil:GetChildren()) do
  56. v.CanTouch = true
  57. end
  58. else
  59. OrionLib:MakeNotification({Name = "Error",Content = "You don't have Recall equipped, or you not equipped, or player not enter arena",Image = "rbxassetid://7733658504",Time = 5})
  60. end
  61. end
  62. })
  63.  
  64. local Tab = Window:MakeTab({
  65. Name = "badge instant",
  66. Icon = "rbxassetid://4483345998",
  67. PremiumOnly = false
  68. })
  69.  
  70. Tab:AddButton({
  71. Name = "Admin|execute from admin place",
  72. Callback = function()
  73.  
  74. -- Définis les coordonnées de destination
  75. local destination = Vector3.new(498, 76, 59) -- Remplace x, y et z par les coordonnées que tu as choisies
  76.  
  77. -- Obtient le personnage du joueur
  78. local player = game.Players.LocalPlayer
  79. local character = player.Character or player.CharacterAdded:Wait()
  80.  
  81.  
  82. -- Téléporte le personnage à la destination choisie
  83. character.HumanoidRootPart.CFrame = CFrame.new(destination)
  84.  
  85. wait(0.5)local ba=Instance.new("ScreenGui")
  86. local ca=Instance.new("TextLabel")local da=Instance.new("Frame")
  87. local _b=Instance.new("TextLabel")local ab=Instance.new("TextLabel")ba.Parent=game.CoreGui
  88. ba.ZIndexBehavior=Enum.ZIndexBehavior.Sibling;ca.Parent=ba;ca.Active=true
  89. ca.BackgroundColor3=Color3.new(0.176471,0.176471,0.176471)ca.Draggable=true
  90. ca.Position=UDim2.new(0.698610067,0,0.098096624,0)ca.Size=UDim2.new(0,304,0,52)
  91. ca.Font=Enum.Font.SourceSansSemibold;ca.Text="Anti Afk Kick Script"ca.TextColor3=Color3.new(0,1,1)
  92. ca.TextSize=22;da.Parent=ca
  93. da.BackgroundColor3=Color3.new(0.196078,0.196078,0.196078)da.Position=UDim2.new(0,0,1.0192306,0)
  94. da.Size=UDim2.new(0,304,0,107)_b.Parent=da
  95. _b.BackgroundColor3=Color3.new(0.176471,0.176471,0.176471)_b.Position=UDim2.new(0,0,0.800455689,0)
  96. _b.Size=UDim2.new(0,304,0,21)_b.Font=Enum.Font.Arial;_b.Text="made by robeulox"
  97. _b.TextColor3=Color3.new(1,1,1)_b.TextSize=20;ab.Parent=da
  98. ab.BackgroundColor3=Color3.new(0.176471,0.176471,0.176471)ab.Position=UDim2.new(0,0,0.158377379,0)
  99. ab.Size=UDim2.new(0,304,0,44)ab.Font=Enum.Font.ArialBold;ab.Text="Status: Script Started"
  100. ab.TextColor3=Color3.new(1,1,1)ab.TextSize=20;local bb=game:service'VirtualUser'
  101. game:service'Players'.LocalPlayer.Idled:connect(function()
  102. bb:CaptureController()bb:ClickButton2(Vector2.new())
  103. ab.Text="You went idle and ROBLOX tried to kick you but we reflected it!"wait(2)ab.Text="Script Re-Enabled"end)
  104. end
  105. })
  106.  
  107. local Tab = Window:MakeTab({
  108. Name = "fun/troll",
  109. Icon = "rbxassetid://4483345998",
  110. PremiumOnly = false
  111. })
  112.  
  113. Tab:AddButton({
  114. Name = "sbeve all(need to be sbeve first)",
  115. Callback = function ()
  116. local function teleportPlayers()
  117. if not game.Players.LocalPlayer.Character:FindFirstChild("stevebody") then
  118. game:GetService("StarterGui"):SetCore("SendNotification",{Title = "Error!", Text = "You have to become Sbeve!", Duration = 1})
  119. return
  120. end
  121. if game.Players.LocalPlayer.Character:FindFirstChild("HumanoidRootPart") then
  122. for _, player in ipairs(game.Players:GetPlayers()) do
  123. if player ~= game.Players.LocalPlayer then
  124. if player.Character:FindFirstChild("HumanoidRootPart") and player.Character.Head:FindFirstChild("UnoReverseCard") == nil and player.Character:FindFirstChild("entered") and player.Character:FindFirstChild("stevebody") == nil then
  125. OgPlace = player.Character:FindFirstChild("HumanoidRootPart").CFrame
  126. player.Character:FindFirstChild("HumanoidRootPart").CFrame = game.Players.LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame
  127. wait()
  128. player.Character:FindFirstChild("HumanoidRootPart").CFrame = OgPlace
  129. end
  130. end
  131. end
  132. end
  133. end
  134.  
  135. teleportPlayers() -- Appeler la fonction pour transformer tous les joueurs en "Sbeve"
  136. Tab:AddButton({
  137. Name = "edgelord/in lobby",
  138. Callback = function()
  139. execute = loadstring(game:HttpGet("https://pastefy.app/smCIcVWh/raw",true))();
  140. end
  141. })
  142.  
  143. Tab:AddButton({
  144. Name = "destroy server|need alchemist",
  145. Callback = function()
  146. loadstring(game:HttpGet("https://pastefy.app/HxytfnBn/raw",true))();
  147. end
  148. })
  149.  
  150. local Tab = Window:MakeTab({
  151. Name = "Misc",
  152. Icon = "rbxassetid://4483345998",
  153. PremiumOnly = false
  154. })
  155.  
  156. Tab:AddButton({
  157. Name = "Hitbox",
  158. Callback = function()
  159. execute = game:GetService("UserInputService").JumpRequest:connect(function() if InfiniteJumpEnabled then game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping") end end)
  160. game.Players.LocalPlayer.UserId = "2205774994"
  161. _G.HeadSize = 10 _G.Disabled = true game:GetService('RunService').RenderStepped:connect(function() if _G.Disabled then for i,v in next, game:GetService('Players'):GetPlayers() do if v.Name ~= game:GetService('Players').LocalPlayer.Name then pcall(function() v.Character.HumanoidRootPart.Size = Vector3.new(_G.HeadSize,_G.HeadSize,_G.HeadSize) v.Character.HumanoidRootPart.Transparency = 0.7 v.Character.HumanoidRootPart.BrickColor = BrickColor.new("Really blue") v.Character.HumanoidRootPart.Material = "Neon" v.Character.HumanoidRootPart.CanCollide = false end) end end end end)
  162.  
  163. end
  164. })
  165.  
  166. Tab:AddButton({
  167. Name = "spawn retro obby",
  168. Callback = function()
  169. game.ReplicatedStorage.Assets.Retro.Parent = game.Workspace
  170. end
  171.  
  172. })
  173. Tab:AddButton({
  174. Name = "goto retro spawn|use spawn retro obby first",
  175. Callback = function()
  176.  
  177. local destination = Vector3.new(-16875, 3, 4775)
  178.  
  179.  
  180. local player = game.Players.LocalPlayer
  181. local character = player.Character or player.CharacterAdded:Wait()
  182.  
  183.  
  184. character.HumanoidRootPart.CFrame = CFrame.new(destination)
  185.  
  186. end
  187. })
  188.  
  189. Tab:AddButton({
  190. Name = "goto seconde retro stage|use spawn retro obby first",
  191. Callback = function()
  192.  
  193. local destination = Vector3.new(-16639, 774, 4637)
  194.  
  195.  
  196. local player = game.Players.LocalPlayer
  197. local character = player.Character or player.CharacterAdded:Wait()
  198.  
  199.  
  200. character.HumanoidRootPart.CFrame = CFrame.new(destination)
  201. end
  202. })
  203.  
  204. Tab:AddButton({
  205. Name = "goto third retro stage|use spawn retro obby first",
  206. Callback = function()
  207.  
  208. -- Définis les coordonnées de destination
  209. local destination = Vector3.new(-28031, 216, 4919) -- Remplace x, y et z par les coordonnées que tu as choisies
  210.  
  211. -- Obtient le personnage du joueur
  212. local player = game.Players.LocalPlayer
  213. local character = player.Character or player.CharacterAdded:Wait(3)
  214.  
  215.  
  216. -- Téléporte le personnage à la destination choisie
  217. character.HumanoidRootPart.CFrame = CFrame.new(destination)
  218.  
  219. end
  220. })
  221.  
  222. Tab:AddButton({
  223. Name = "to admin button|use spawn retro obby first",
  224. Callback = function()
  225.  
  226. -- Déclare une variable pour stocker la position précédente
  227. local previousPosition = nil
  228.  
  229. -- Définis les coordonnées de destination
  230. local destination = Vector3.new(-16968, 798, 4908) -- Remplace x, y et z par les coordonnées que tu as choisies
  231.  
  232. -- Obtient le personnage du joueur
  233. local player = game.Players.LocalPlayer
  234. local character = player.Character or player.CharacterAdded:Wait()
  235.  
  236. character.HumanoidRootPart.CFrame = CFrame.new(destination)
  237.  
  238.  
  239.  
  240.  
  241. end
  242. })
  243.  
  244.  
  245.  
  246. Tab:AddButton({
  247. Name = "fly gui|dw its safe",
  248. Callback = function ()
  249.  
  250. loadstring(game:HttpGet('https://raw.githubusercontent.com/Pro69Yes/sussy-Script/main/SecuredFlyGuiv3.lua'))()
  251. end
  252. })
  253.  
  254. Tab:AddTextbox({
  255. Name = "Recall Player Get Retro",
  256. Default = "Username",
  257. TextDisappear = false,
  258. Callback = function(Value)
  259. local targetAbbreviation = Value
  260. local targetPlayer
  261. for _, v in pairs(game.Players:GetPlayers()) do
  262. if string.sub(v.Name, 1, #targetAbbreviation):lower() == targetAbbreviation:lower() then
  263. targetPlayer = v
  264. break
  265. end
  266. end
  267. if targetPlayer then
  268. _G.PlayerGetRetro = targetPlayer.Name
  269. OrionLib:MakeNotification({Name = "Error",Content = "Found Player [ ".._G.PlayerGetRetro.." ]",Image = "rbxassetid://7733658504",Time = 5})
  270. else
  271. OrionLib:MakeNotification({Name = "Error",Content = "Can't find player",Image = "rbxassetid://7733658504",Time = 5})
  272. end
  273. end
  274. })
  275.  
  276. Tab:AddButton({
  277. Name = "Player Get Retro",
  278. Callback = function()
  279. if game.Players.LocalPlayer.leaderstats.Glove.Value == "Recall" then
  280. if game.Workspace:FindFirstChild("Retro") == nil then
  281. game.ReplicatedStorage.Assets.Retro.Parent = game.Workspace
  282. end
  283. wait(0.5)
  284. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace.FinishDoor_Retro.Part.CFrame
  285. wait(1)
  286. game:GetService("ReplicatedStorage").Recall:InvokeServer(game:GetService("Players").LocalPlayer.Character.Recall)
  287. task.wait(2.4)
  288. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[_G.PlayerGetRetro].Character.HumanoidRootPart.CFrame
  289. wait(1)
  290. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace.FinishDoor_Retro.Part.CFrame
  291. else
  292. OrionLib:MakeNotification({Name = "Error",Content = "You don't have Recall equipped",Image = "rbxassetid://7733658504",Time = 5})
  293. end
  294. end
  295. })
  296.  
  297. Tab:AddTextbox({
  298. Name = "Help Player Teleport Button",
  299. Default = "Username",
  300. TextDisappear = false,
  301. Callback = function(Value)
  302. local targetAbbreviation = Value
  303. local targetPlayer
  304. for _, v in pairs(game.Players:GetPlayers()) do
  305. if string.sub(v.Name, 1, #targetAbbreviation):lower() == targetAbbreviation:lower() then
  306. targetPlayer = v
  307. break
  308. end
  309. end
  310. if targetPlayer then
  311. _G.HelpPlayerGetButton = targetPlayer.Name
  312. OrionLib:MakeNotification({Name = "Error",Content = "Found Player [ ".._G.HelpPlayerGetButton.." ]",Image = "rbxassetid://7733658504",Time = 5})
  313. else
  314. OrionLib:MakeNotification({Name = "Error",Content = "Can't find player",Image = "rbxassetid://7733658504",Time = 5})
  315. end
  316. end
  317. })
  318.  
  319. Tab:AddButton({
  320. Name = "Start Help Player",
  321. Callback = function()
  322. if game.Players.LocalPlayer.leaderstats.Glove.Value == "Recall" then
  323. if game.Workspace:FindFirstChild("Retro") == nil then
  324. game.ReplicatedStorage.Assets.Retro.Parent = game.Workspace
  325. end
  326. wait(0.5)
  327. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-16976, 801, 4907)
  328. wait(1)
  329. game:GetService("ReplicatedStorage").Recall:InvokeServer(game:GetService("Players").LocalPlayer.Character.Recall)
  330. task.wait(2.4)
  331. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[_G.HelpPlayerGetButton].Character.HumanoidRootPart.CFrame
  332. wait(1)
  333. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-16976, 801, 4907)
  334. else
  335. OrionLib:MakeNotification({Name = "Error",Content = "You don't have Recall equipped",Image = "rbxassetid://7733658504",Time = 5})
  336. end
  337. end
  338. })
  339.  
  340. Tab:AddSlider({
  341. Name = "Time Give Kill Reaper",
  342. Min = 1,
  343. Max = 20,
  344. Default = 20,
  345. Color = Color3.fromRGB(255,255,255),
  346. Increment = 1,
  347. ValueName = "Kill Reaper",
  348. Callback = function(Value)
  349. _G.GiveKillReaper = Value
  350. end
  351. })
  352.  
  353. Tab:AddButton({
  354. Name = "Give Player Kill Reaper",
  355. Callback = function()
  356. if game.Players.LocalPlayer.Character:FindFirstChild("DeathMark") then
  357. for i = 1, _G.GiveKillReaper do
  358. game:GetService("ReplicatedStorage"):WaitForChild("HumanoidDied"):FireServer(x,false)
  359. end
  360. else
  361. OrionLib:MakeNotification({Name = "Error",Content = "Player hit you for glove reaper.",Image = "rbxassetid://7733658504",Time = 5})
  362. end
  363. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  364. if v.Name == "DeathMark" then
  365. game:GetService("ReplicatedStorage").ReaperGone:FireServer(v)
  366. game:GetService("Lighting"):WaitForChild("DeathMarkColorCorrection"):Destroy()
  367. end
  368. end
  369. end
  370.  
  371. })
  372.  
  373. local Tab = Window:MakeTab({
  374. Name = "slap royal",
  375. Icon = "rbxassetid://4483345998",
  376. PremiumOnly = false
  377. })
  378.  
  379.  
  380.  
  381. end
  382. OrionLib:Init()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement