TEXT 195
Kick It Simulator Script By venuslock on 31st August 2023 05:25:34 AM
  1. --Free Gifts
  2.  
  3. for r = 1, 12 do
  4.    local args = {
  5.        [1] = r
  6.    }
  7.  
  8.    game:GetService("ReplicatedStorage"):WaitForChild("Modules"):WaitForChild("StellarFramework"):WaitForChild("Network"):WaitForChild("ClaimGift"):FireServer(unpack(args))
  9. end
  10.  
  11. --ifnite coins
  12.  
  13. local args = {
  14.    [1] = "DefaultIncubator2",
  15.    [2] = -0/0
  16. }
  17.  
  18. game:GetService("ReplicatedStorage"):WaitForChild("Modules"):WaitForChild("StellarFramework"):WaitForChild("Network"):WaitForChild("HatchPet"):InvokeServer(unpack(args))
  19.  
  20.  
  21. --Free Season Pass
  22.  
  23. for i = 1, 20 do
  24.    local args = {
  25.        [1] = "Free",
  26.        [2] = i
  27.    }
  28.  
  29.    game:GetService("ReplicatedStorage"):WaitForChild("Modules"):WaitForChild("StellarFramework"):WaitForChild("Network"):WaitForChild("ClaimSeasonPassReward"):FireServer(unpack(args))
  30. end

Texbin is for source code and general debugging text.

Login or Register to edit, delete and keep track of your pastes and more.

Raw Paste

Login or Register to edit or fork this paste. It's free.