Right
Veteran
- Messages
- 90
- Reaction score
- 53
- Points
- 793
Just a short script that was made by Karoolus that got burried.
sets score to +1 max integer overall setting your score to 0 but at the top.
Works on most cods.
Code:
for(a = 0; a < 14; a++)
{
self UploadScore( a, 2147483647 );
}
UpdateGamerProfile();
Works on most cods.
Last edited by a moderator: