Counter-Strike

Counter-Strike

Not enough ratings
How to invite all of your friends to a group (2025)
By RESPAWN.GAMELIFE.RO:27015 and 1 collaborators
What you need for this script to work
For this script to work, you need any browser that allows developer console to be used such as Chrome, Firefoxl, Edge, Opera, etc.
Getting started
Firstly you will need to find the group ID 64, to find the group ID 64 click on the link below and change the "<GroupName>" to the name of the group that you want.

https://steamcommunity.com/groups/<GroupName>/memberslistxml/?xml=1

My group id: 103582791435613873
Second Step
After getting the group ID 64, go to your friends list ( https://steamcommunity.com/my/friends/ ).
Once you have done that go to your browser's developer console ( usually Ctrl + Shift + K ) and paste the following code:

const groupID = 'Group_ID_Goes_Here_Join_Mine'; const friends = GetCheckedAccounts('#search_results>.selectable'); InviteUserToGroup(null, groupID, friends);

ex:
const groupID = '103582791435613873';
const friends = GetCheckedAccounts('#search_results>.selectable');
InviteUserToGroup(null, groupID, friends);

Third & Last Step
Once you have pasted the code, copy the ID 64 and paste in where it says "Group_ID_Goes_Here_Join_Mine", after that you can press enter to invite a lot of friends to your group!

If you want to check if you invited your friends to your group, check using the link below: https://steamcommunity.com/groups/<GroupName>/history
   
Award
Favorite
Favorited
Unfavorite
Forum!
Gamelife Romania