Advertisement
rrixh

Untitled

Dec 31st, 2024
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.31 KB | None | 0 0
  1. local wizRRIXH = loadstring(game:HttpGet('https://github.com/rrixh/uwuware/raw/refs/heads/main/lib/wizRRIXH'))(); local wizard = wizRRIXH:NewWindow("winter spotlight hub");
  2. local wiz = wizard:NewSection("Klaim items")
  3.  
  4. wiz:Button('klaim all items', function()
  5. --hot xhokolate
  6. game:GetService("ReplicatedStorage").Remotes.SocialGiftEvent:FireServer("SOCIAL_1");
  7. task.wait(.1)
  8. game:GetService("ReplicatedStorage").Remotes.RequestAsset:InvokeServer("UGC", "D3_RookVanguard_DrinkHotChocolate")
  9. task.wait(.1)
  10. -- krown
  11. game:GetService("ReplicatedStorage").Remotes.SocialGiftEvent:FireServer("SOCIAL_2")
  12. task.wait(.1)
  13. game:GetService("ReplicatedStorage").Remotes.RequestAsset:InvokeServer("UGC", "D8_morphist4u_Cloudy Ice Crown");
  14. -- 2025 xhain
  15. game:GetService("ReplicatedStorage").Remotes.SocialGiftEvent:FireServer("SOCIAL_3")
  16. task.wait(.1)
  17. game:GetService("ReplicatedStorage").Remotes.RequestAsset:InvokeServer("UGC", "Holiday24_TwinAtlas_NYE")
  18.  
  19. if getgenv().held then
  20. game:GetService("ReplicatedStorage").Remotes.SetHeldItem:FireServer("D3_RookVanguard_DrinkHotChocolate");
  21. task.wait(3.5)
  22. game:GetService("ReplicatedStorage").Remotes.SetHeldItem:FireServer("D8_morphist4u_Cloudy Ice Crown");
  23. task.wait(3.5)
  24. game:GetService("ReplicatedStorage").Remotes.SetHeldItem:FireServer("Holiday24_TwinAtlas_NYE");
  25.    end;
  26. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement