Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local wizRRIXH = loadstring(game:HttpGet('https://github.com/rrixh/uwuware/raw/refs/heads/main/lib/wizRRIXH'))(); local wizard = wizRRIXH:NewWindow("winter spotlight hub");
- local wiz = wizard:NewSection("Klaim items")
- wiz:Button('klaim all items', function()
- --hot xhokolate
- game:GetService("ReplicatedStorage").Remotes.SocialGiftEvent:FireServer("SOCIAL_1");
- task.wait(.1)
- game:GetService("ReplicatedStorage").Remotes.RequestAsset:InvokeServer("UGC", "D3_RookVanguard_DrinkHotChocolate")
- task.wait(.1)
- -- krown
- game:GetService("ReplicatedStorage").Remotes.SocialGiftEvent:FireServer("SOCIAL_2")
- task.wait(.1)
- game:GetService("ReplicatedStorage").Remotes.RequestAsset:InvokeServer("UGC", "D8_morphist4u_Cloudy Ice Crown");
- -- 2025 xhain
- game:GetService("ReplicatedStorage").Remotes.SocialGiftEvent:FireServer("SOCIAL_3")
- task.wait(.1)
- game:GetService("ReplicatedStorage").Remotes.RequestAsset:InvokeServer("UGC", "Holiday24_TwinAtlas_NYE")
- if getgenv().held then
- game:GetService("ReplicatedStorage").Remotes.SetHeldItem:FireServer("D3_RookVanguard_DrinkHotChocolate");
- task.wait(3.5)
- game:GetService("ReplicatedStorage").Remotes.SetHeldItem:FireServer("D8_morphist4u_Cloudy Ice Crown");
- task.wait(3.5)
- game:GetService("ReplicatedStorage").Remotes.SetHeldItem:FireServer("Holiday24_TwinAtlas_NYE");
- end;
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement