Advertisement
RyanDolan123

Untitled

Dec 30th, 2013
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. var ForumPostID = "121698207";
  2.  
  3. if (document.URL === "http://www.roblox.com/Forum/Msgs/default.aspx?MessageId=17&ForumId=-1") {
  4.     document.location = "http://www.roblox.com/Forum/AddPost.aspx?PostID="+ForumPostID+"&mode=flat";
  5. }
  6.  
  7. if (typeof ctl00_cphRoblox_Createeditpost1_PostForm_PostBody !== "undefined") {
  8.     ctl00_cphRoblox_Createeditpost1_PostForm_PostBody.value = "THIS IS A TEST\n\n" + Math.floor(Math.random() * 99);
  9.     ctl00_cphRoblox_Createeditpost1_PostForm_PostButton.click();
  10. }
  11.  
  12. if (typeof ctl00_cphRoblox_PostView1_ctl00_Pager !== "undefined") {
  13.     document.location = "http://www.roblox.com/Forum/AddPost.aspx?PostID="+ForumPostID+"&mode=flat";
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement