Advertisement
capyg0zt

boot.modder

May 27th, 2023
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. # 2/18/2019
  2.  
  3. package "g/modding/";
  4.  
  5. boot.text-error("Unable to boot due to FC Card") # Error boot text if cant boot inf money script
  6. boot.text-sucess("Succesfully booted and gave inf money")
  7. if boot.text-success() then {player.cash}_current.cash='revoke'(set)='Max_'
  8.   then
  9.       player.cash.set
  10.       boot.cash.modder
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement