Karap

Gun simulator

Mar 26th, 2023
379
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. local main = require(game:GetService("Players").LocalPlayer.PlayerScripts.Client.cmain.datum)
  2. local set_con = syn_context_set or setthreadcontext
  3.  
  4. local function call(func, ...)
  5. set_con(2)
  6. func(...)
  7. set_con(7)
  8. end
  9.  
  10. call(main.Pets.GiveAllPets)
  11. call(main.Stats.CoinsAdd, math.huge)
  12. call(main.Stats.StarsAdd, math.huge)
Add Comment
Please, Sign In to add comment