Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /*
- FORCE FOLLOW BOT
- WHAT IT DOES:
- Lets you follow a person without them having following enabled.
- HOW TO USE:
- 1. Go to your target's profile page
- 2. Press F12 and go to Console
- 3. Paste the below code in it
- 4. Click the "Run" button
- 5. Copy their user ID (the numbers in the address bar) and paste it in the box that will appear
- */
- var id = prompt("Please type in the user ID of your target.");
- RobloxLaunch.RequestFollowUser("PlaceLauncherStatusPanel", id);
Advertisement
Add Comment
Please, Sign In to add comment