You need to edit the database using something like phpMyAdmin and change the default value for "vbookie_cash" in the user table from "500" to the new variable you want members to have. This is the amount of vCash new members will be given when they signup.
Note you'll need to run a separate query to have this applied to existing registered users. Something like:
UPDATE user SET vbookie_cash=YOUR_NUMBER WHERE usergroupid=USERGROUP_NUMBER_HERE;