Advertisement
Guest User

faucon

a guest
Jul 21st, 2018
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. account.hasDLC = function(dlcName) { if (!dlcName) { return true; } return true;}; account.hasDLCBonus = function() { return true;}; account.DLCs['Paint Job'] = true;account.DLCs['Curves and Shadows'] = true;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement