Advertisement
1zxyuuki

Untitled

Feb 9th, 2024 (edited)
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 KB | None | 0 0
  1. local OrionLib = loadstring(game:HttpGet(('https://raw.githubusercontent.com/Credux/Main/Script/roblox/Arcane%20Lineage%20Hex%20Hub%20Orion%20liB')))()
  2. local Window = OrionLib:MakeWindow({
  3. Name = "Hex Hub [Mobile]",
  4. HidePremium = false,
  5. SaveConfig = true,
  6. ConfigFolder = "FoolArcLin"
  7. })
  8.  
  9. -- Character
  10.  
  11. local PlayerSec = Window:MakeTab({
  12. Name = "Character",
  13. Icon = "rbxassetid://14516565815",
  14. PremiumOnly = false
  15. })
  16.  
  17. PlayerSec:AddButton({
  18. Name = "Enable Rollback [DATA]",
  19. Callback = function()
  20. while task.wait() do
  21. local ohTable1 = {
  22. [1] = "Ready",
  23. [2] = "\255",
  24. [3] = 1,
  25. [4] = "Normal"
  26. }
  27.  
  28. game:GetService("ReplicatedStorage"):WaitForChild("Remotes"):WaitForChild("Teleporter"):WaitForChild("MapSelect"):InvokeServer(unpack(ohTable1))
  29. -- game:GetService("ReplicatedStorage").Remotes.Data.UpdateHotbar:FireServer(ohTable1)
  30. print("Rollback Setup")
  31. end
  32. end
  33. })
  34.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement