iOSdeveloper

Untitled

Dec 29th, 2024
17
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.45 KB | None | 0 0
  1. local Library = loadstring(Game:HttpGet("https://raw.githubusercontent.com/bloodball/-back-ups-for-libs/main/wizard"))()
  2.  
  3. local Window = Library:NewWindow("ARBIX HUB | OP")
  4.  
  5. local Section = Window:NewSection("OP THINGS")
  6.  
  7. Section:CreateButton("inf money and exp", function()
  8. local args = {
  9. [1] = {
  10. ["type"] = "Exorcise",
  11. ["set"] = "Shijo Town Set",
  12. ["rewards"] = {
  13. ["essence"] = 2,
  14. ["cash"] = 9999,
  15. ["exp"] = 200000,
  16. ["chestMeter"] = 75
  17. },
  18. ["rewardsText"] = "$9999 | 200000 EXP | 2 Mission Essence",
  19. ["difficulty"] = 3,
  20. ["title"] = "Exorcise",
  21. ["amount"] = 1,
  22. ["level"] = 60,
  23. ["subtitle"] = "1 Cursed Spirits",
  24. ["grade"] = "Non Sorcerer"
  25. }
  26. }
  27.  
  28. game:GetService("ReplicatedStorage").Remotes.Server.Data.AcceptQuest:InvokeServer(unpack(args))
  29. end)
  30.  
  31. Section:CreateButton("inf spins", function()
  32. local args = {
  33. [1] = {
  34. ["type"] = "Kill",
  35. ["set"] = "Shijo Town Set",
  36. ["rewards"] = {
  37. ["essence"] = 12,
  38. ["cash"] = 10884,
  39. ["exp"] = 1422490,
  40. ["chestMeter"] = 55,
  41. ["spins"] = 100000,
  42. },
  43. ["rewardsText"] = "100k spin",
  44. ["difficulty"] = 2,
  45. ["title"] = "Defeat",
  46. ["level"] = 336,
  47. ["subtitle"] = "sterling",
  48. ["grade"] = "Non Sorcerer"
  49. }
  50. }
  51.  
  52. game:GetService("ReplicatedStorage"):WaitForChild("Remotes"):WaitForChild("Server"):WaitForChild("Data"):WaitForChild("TakeQuest"):InvokeServer(unpack(args))
  53. end)
Advertisement
Add Comment
Please, Sign In to add comment