blondness
|
  |
| Joined: 06 Aug 2015 |
| Total Posts: 1508 |
|
|
| 11 Aug 2015 08:26 PM |
I'm building a ROBLOX C# tool, so far I got ThreadBumper,FalseJoiner,NewServer, what else should I add?
Looking a little, well blank /XhjChJX.png |
|
|
| Report Abuse |
|
|
|
| 11 Aug 2015 08:26 PM |
isn't roblox studio a c++ tool
or am i wrong
GOD OF OT: http://www.roblox.com/Forum/ShowPost.aspx?PostID=149966548 | Offical OT Party Hoster | i am a meme according to http://www.roblox.com/Forum/ShowPost.aspx?PostID=170683389 | add 5k+ posts from historyrocks123 |
|
|
| Report Abuse |
|
|
blondness
|
  |
| Joined: 06 Aug 2015 |
| Total Posts: 1508 |
|
|
| 11 Aug 2015 08:28 PM |
| Look at what I have so far... /XhjChJX.png |
|
|
| Report Abuse |
|
|
| |
|
blondness
|
  |
| Joined: 06 Aug 2015 |
| Total Posts: 1508 |
|
|
| 11 Aug 2015 08:31 PM |
| I need to make more stuff for it, but what? |
|
|
| Report Abuse |
|
|
blondness
|
  |
| Joined: 06 Aug 2015 |
| Total Posts: 1508 |
|
| |
|
blondness
|
  |
| Joined: 06 Aug 2015 |
| Total Posts: 1508 |
|
| |
|
|
| 11 Aug 2015 08:36 PM |
| I dunno, something that makes good trades for you? |
|
|
| Report Abuse |
|
|
blondness
|
  |
| Joined: 06 Aug 2015 |
| Total Posts: 1508 |
|
|
| 11 Aug 2015 08:37 PM |
| I wouldn't be able to test that, I don't have bc. |
|
|
| Report Abuse |
|
|
XTRXPR
|
  |
| Joined: 24 Jul 2015 |
| Total Posts: 948 |
|
| |
|
studcase
|
  |
| Joined: 28 Nov 2012 |
| Total Posts: 197 |
|
| |
|
blondness
|
  |
| Joined: 06 Aug 2015 |
| Total Posts: 1508 |
|
|
| 11 Aug 2015 08:38 PM |
| studcase, none of the current options are a violation. Good game. |
|
|
| Report Abuse |
|
|
|
| 11 Aug 2015 08:38 PM |
| Something that automatically does currency trading, then? Idk |
|
|
| Report Abuse |
|
|
gogobot22
|
  |
| Joined: 03 May 2009 |
| Total Posts: 6212 |
|
|
| 11 Aug 2015 08:39 PM |
1337 jeez i haven't seen that in a while |
|
|
| Report Abuse |
|
|
blondness
|
  |
| Joined: 06 Aug 2015 |
| Total Posts: 1508 |
|
|
| 11 Aug 2015 08:39 PM |
| Randomnessu, I might do that, but they made making that harder with a recent update. |
|
|
| Report Abuse |
|
|
blondness
|
  |
| Joined: 06 Aug 2015 |
| Total Posts: 1508 |
|
|
| 11 Aug 2015 08:40 PM |
| gogobot22, you're phat! #2008ROBLOXForumPuns |
|
|
| Report Abuse |
|
|
|
| 11 Aug 2015 08:40 PM |
all of the stuff you listed is on v3rmillion
lol |
|
|
| Report Abuse |
|
|
blondness
|
  |
| Joined: 06 Aug 2015 |
| Total Posts: 1508 |
|
|
| 11 Aug 2015 08:41 PM |
| GodOfAllNamesnipes, newserver isn't. Also help me think of unique ideas! |
|
|
| Report Abuse |
|
|
| |
|
blondness
|
  |
| Joined: 06 Aug 2015 |
| Total Posts: 1508 |
|
|
| 11 Aug 2015 08:43 PM |
1) ew your a skid 2) ew random terms |
|
|
| Report Abuse |
|
|
|
| 11 Aug 2015 08:44 PM |
| Uhhh... How about one that picks an item at random from a search query and purchases it? |
|
|
| Report Abuse |
|
|
|
| 11 Aug 2015 08:44 PM |
@blond
the bump thing is this lol
http://www.v3rmillion.net/showthread.php?tid=79246
theres another bot but im not bothered to look
the falsejoiner is just a like/dislike bot also on v3rmillion
its also in the form of a link
the newserver i never seen but judging the fact you got both your things from v3rmillion the newserver is probably from v3rm too. |
|
|
| Report Abuse |
|
|
|
| 11 Aug 2015 08:44 PM |
make random name snipe accounts
like when a new wannabe social media comes out
or a new doge
or when a dead meme is resurrected
If you wanna be freaked out, watch this: https://www.youtube.com/watch?v=IFfLCuHSZ-U |
|
|
| Report Abuse |
|
|
|
| 11 Aug 2015 08:44 PM |
var ThreadId = 129672501 var BumpTimes = 1000000 // var OnBump = 0 var On = true var Link = "http://www.roblox.com/Forum/AddPost.aspx?mode=flat&PostID=" + ThreadId function Post(){ if (On == true){ $.get(Link,function(Data){ var VS = Data.match(/id="__VIEWSTATE" value="(.+)"/)[1] var EV = Data.match(/id="__EVENTVALIDATION" value="(.+)"/)[1] $.post(Link,{ "__VIEWSTATE" : VS, "__EVENTVALIDATION" : EV, "ctl00$cphRoblox$Createeditpost1$PostForm$PostSubject" : "Re: -", "ctl00$cphRoblox$Createeditpost1$PostForm$PostBody" : "What a nice " + OnBump + "th day!", "ctl00$cphRoblox$Createeditpost1$PostForm$PostButton" : "Post" }) }) } } Post() var Interval = setInterval(function(){ if (OnBump == BumpTimes){ clearInterval(Interval) } Post() OnBump++ },32000)
also, common response from a person who doesnt know how to script.
stop stealing scripts and posting them as your own.
its offensive to people who made these. |
|
|
| Report Abuse |
|
|
|
| 11 Aug 2015 08:47 PM |
also, C# doesnt make you a master scripter.
stop trying to act fancy by using C#
in fact C# isnt even that hard to learn
|
|
|
| Report Abuse |
|
|