Advertisement
zsx5e

[ SCRIPT ] ROBLOX- Stat Maxxers Simulator

Jul 3rd, 2025 (edited)
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.68 KB | Gaming | 0 0
  1. -- Speed
  2. local args = {
  3.     [1] = "Speed";
  4.     [2] = 99999999999999999;
  5. }
  6.  
  7. game:GetService("ReplicatedStorage"):WaitForChild("Collected", 9e9):FireServer(unpack(args))
  8.  
  9. -- Health
  10. local args = {
  11.     [1] = 0;
  12.     [2] = 99999999999999999;
  13. }
  14.  
  15. game:GetService("ReplicatedStorage"):WaitForChild("Health", 9e9):FireServer(unpack(args))
  16.  
  17. -- Jump
  18. local args = {
  19.     [1] = "Jump";
  20.     [2] = 99999999999999999;
  21. }
  22.  
  23. game:GetService("ReplicatedStorage"):WaitForChild("Collected", 9e9):FireServer(unpack(args))
  24.  
  25. -- Wins
  26. local args = {
  27.     [1] = 99999999999999999;
  28. }
  29.  
  30. game:GetService("ReplicatedStorage"):WaitForChild("Win", 9e9):FireServer(unpack(args))
  31.  
  32. -- Time Gifts
  33.  
  34. local args = {
  35.     [1] = 1;
  36. }
  37. game:GetService("ReplicatedStorage"):WaitForChild("Gift", 9e9):FireServer(unpack(args))
  38.  
  39. local args = {
  40.     [1] = 2;
  41. }
  42.  
  43. game:GetService("ReplicatedStorage"):WaitForChild("Gift", 9e9):FireServer(unpack(args))
  44.  
  45. local args = {
  46.     [1] = 3;
  47. }
  48.  
  49. game:GetService("ReplicatedStorage"):WaitForChild("Gift", 9e9):FireServer(unpack(args))
  50.  
  51. local args = {
  52.     [1] = 4;
  53. }
  54.  
  55. game:GetService("ReplicatedStorage"):WaitForChild("Gift", 9e9):FireServer(unpack(args))
  56.  
  57. local args = {
  58.     [1] = 5;
  59. }
  60.  
  61. game:GetService("ReplicatedStorage"):WaitForChild("Gift", 9e9):FireServer(unpack(args))
  62.  
  63. local args = {
  64.     [1] = 6;
  65. }
  66.  
  67. game:GetService("ReplicatedStorage"):WaitForChild("Gift", 9e9):FireServer(unpack(args))
  68.  
  69. -- VIP Weight
  70. local args = {
  71.     [1] = 5;
  72. }
  73.  
  74. game:GetService("ReplicatedStorage"):WaitForChild("EquipWeight", 9e9):FireServer(unpack(args))
  75.  
  76. -- Spins
  77. local args = {
  78.     [1] = 1000;
  79. }
  80.  
  81. game:GetService("ReplicatedStorage"):WaitForChild("Gift", 9e9):FireServer(unpack(args))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement