Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- var a = document.getElementById("ctl00_cphRoblox_Createeditpost1_PostForm_PostButton");
- var b = document.getElementById("ctl00_cphRoblox_Createeditpost1_PostForm_PostBody");
- function c() {
- setTimeout(c,12);
- b.value = " " + b.value;
- a.click();
- }
- c();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement