Re: [quote][align=center][color=red][b]Auto Friend Adder[/b][/color][/align][/quote]
This code will make the viewer automatically make a friend request to the profile with this code without him/her knowin
[quote=igie28]like this one but is there any code that i can edit my current number of my friends[/quote]
Add this code to the top of ur js file.Chenge the bold to whatever number you want.
[quote]window.addEvent('domready', function () {
$$('#content_2 .viewall a').each(function (b) {
b.setHTML('View All ([b]50000[/b])');
});
});[/quote]