vlatkovski

Force-Follow bot (FIXED) (ROBLOX)

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