Market Auto-Hawk v2.0

02/28/2008 14:08 Vert1go#1
Hey Guys! I released a market spammer quite a while ago but i've just updated the code for it and re-modelled it slightly. If a moderator could remove my old thread I would greatly appreciate it. :D

*Mkay, Here we Go*
Current Version: v2.5

Very simple program which spam's a message every 610ms (just over a minute) so that everyone gets a chance to see what you're selling. A readme is included, but it's incredibly easy to use. Just type your text and whack the Start button.

I will be trying to keep this updated and try toadd more features (like some kind of spacer before/after message etc) so just let me know what you think needs adding/what you wanna see on it. :)

[Only registered and activated users can see links. Click Here To Register...]

Update List:
v1.0 - Initial Release (13th June 07)
v2.0 - Re-Modelled Code to make it quicker (28th February 2008)
v2.5 - Added Spam-Rate Control (28th February 2008)

Future Plans:
-New Graphics
-Add a 'spacer' control to get around CO's "Flashing Repeat" thing.
02/28/2008 16:44 Some-Guy#2
Quote:
Originally Posted by Vert1go View Post

-Add a 'spacer' control to get around CO's "Flashing Repeat" thing.
Looks like this is coded in vb....

Code:
Public Function Spam(Pause as Integer, Times as Integer, Message as String)

   Dim DoSpam as Boolean
   Dim TimesDone as Integer
   Dim Temp as String

      For i = 1 to 7
         Sleep (Pause)
         Temp = Temp & " "
         SendKeys "{ENTER} " & Message & Temp
         Sleep (200) 'So that it doesn't go too fast
         Sendkeys "{ENTER}"
         If i = 7 Then
            i = 1
            Temp = ""
         End If
         TimesDone = TimesDone + 1
         If TimesDone = Times then Exit Function
      Next i


End Function
Looks about right to me, though I haven't used VB so much lately...more c++ and a little c# ... still learning c# :p

If it doesn't work lemme know and I can make corrections.

EDIT: Tested my function and it works.
02/28/2008 18:51 Vert1go#3
Thanks for that :)
02/28/2008 18:55 bone-you#4
Belongs in the hack section.. You could have also just used your old thread and updated the first post. Btw, 610ms is a little over half a second, not over a minute.

#moved
02/28/2008 20:30 XtremeX-CO#5
i implemented a packet spammer also, on cidprox, spams as much as u want, if u initiate it once, it spams the text 1 time per second, and u can do it as many times as the net/server can support (usually 5-7 times per second)
02/28/2008 20:31 leavemealone#6
Lol bone-you, i was just about to post that, i think the Anti-Spam timer is around 2 seconds also, if you want to type a message once a minute it is "60000". Seems you need to learn your milliseconds xD.
02/28/2008 21:09 Vert1go#7
Quote:
Originally Posted by leavemealone View Post
Lol bone-you, i was just about to post that, i think the Anti-Spam timer is around 2 seconds also, if you want to type a message once a minute it is "60000". Seems you need to learn your milliseconds xD.
:eek: Maybe my timer is screwey... I tried 60k and it took aaaaaages to send the string >.< 610 seemed to do it fine though :confused: Meh, people can set their own interval now anyway ;)
01/13/2009 02:56 bodanica#8
I am just wondering, how can I make the spammer spam only on one character. If I have 2 characters logged in, it spams on the both. Is it changeable ?
01/14/2009 20:14 jade143#9
fuck it off bitch you put virus at my pc lol =?
01/24/2009 23:05 masterhere#10
thanks u r from the best