Advertisement
pa1nx9

凹凸世界:自由丛林 GET ALL BADGES – ACCESSORIES & CREDITS – [CHINESE EVENT]

Oct 1st, 2021
309
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 KB | None | 0 0
  1. -- Gives 10k Credits Aka Tokens
  2. local args = {
  3. [1] = 2,
  4. [2] = {
  5. [1] = 1,
  6. [2] = 10000,
  7. [3] = 10
  8. }
  9. }
  10.  
  11. game:GetService("ReplicatedStorage").Project.RemoteEvent.ControlMessageEvent:FireServer(unpack(args))
  12. -- Gives Event Item 1
  13. local args = {
  14. [1] = 2,
  15. [2] = {
  16. [1] = 2,
  17. [2] = 1
  18. }
  19. }
  20.  
  21. game:GetService("ReplicatedStorage").Project.RemoteEvent.ControlMessageEvent:FireServer(unpack(args))
  22. --Gives Event Item 2
  23. local args = {
  24. [1] = 2,
  25. [2] = {
  26. [1] = 2,
  27. [2] = 2
  28. }
  29. }
  30.  
  31. game:GetService("ReplicatedStorage").Project.RemoteEvent.ControlMessageEvent:FireServer(unpack(args))
  32. --Gives Event Item 3
  33. local args = {
  34. [1] = 2,
  35. [2] = {
  36. [1] = 2,
  37. [2] = 3
  38. }
  39. }
  40.  
  41. game:GetService("ReplicatedStorage").Project.RemoteEvent.ControlMessageEvent:FireServer(unpack(args))
  42. --Gives Event Item 4
  43. local args = {
  44. [1] = 2,
  45. [2] = {
  46. [1] = 2,
  47. [2] = 4
  48. }
  49. }
  50.  
  51. game:GetService("ReplicatedStorage").Project.RemoteEvent.ControlMessageEvent:FireServer(unpack(args))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement