Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local OrionLib = loadstring(game:HttpGet(('https://raw.githubusercontent.com/Credux/Main/Script/roblox/Arcane%20Lineage%20Hex%20Hub%20Orion%20liB')))()
- local Window = OrionLib:MakeWindow({
- Name = "Hex Hub [Mobile]",
- HidePremium = false,
- SaveConfig = true,
- ConfigFolder = "FoolArcLin"
- })
- -- Character
- local PlayerSec = Window:MakeTab({
- Name = "Character",
- Icon = "rbxassetid://14516565815",
- PremiumOnly = false
- })
- PlayerSec:AddButton({
- Name = "Enable Rollback [DATA]",
- Callback = function()
- while task.wait() do
- local ohTable1 = {
- [1] = "Ready",
- [2] = "\255",
- [3] = 1,
- [4] = "Normal"
- }
- game:GetService("ReplicatedStorage"):WaitForChild("Remotes"):WaitForChild("Teleporter"):WaitForChild("MapSelect"):InvokeServer(unpack(ohTable1))
- -- game:GetService("ReplicatedStorage").Remotes.Data.UpdateHotbar:FireServer(ohTable1)
- print("Rollback Setup")
- end
- end
- })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement