Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

/r/ng loungespammer

Name: Anonymous 2007-10-11 1:38

Someone please send me that innogaming guy's spammer program.

Name: Anonymous 2007-10-11 1:43

Spammer can be downloaded at www.lemonparty.com

Name: RedCream 2007-10-11 2:10

CAUTION!  Wiki "lemon party" first!

Name: Anonymous 2007-10-11 2:32

what program, it's a queer with balls for a life

Name: Anonymous 2007-10-11 2:39

Google search "SCAR 2.03" (a delphi-based macro application which allows users to easily create scripts which can do a number of things, such as moving/clicking the mouse, typing characters out, etc... and all without having to know any prior knowledge of Delphi and its syntax because all procedures are predefined so it's really easy to use/code).
Example of a SCAR script:
Program asdf; //can be any name. not just used for initialization, but also for defining various objects/procedures which a more complicated script might call upon throughout the program, would be "procedure asdf" instead of "program"
var (x,y:boolean); //only thing needed for setting up a script as simple as this
begin
repeat //loops indented section; requires proper spacing to designate the lines which it will repeat
  ClickMouse(random(100)+100,random(100)+100,true); //randomly right-clicks; "clickmouse" procedure already defined by default, no need to set it up or anything
  wait(random(100)+200); //varying waiting duration measured in milliseconds
  SendKeys('asdf' + chr (13)); //character 13 is "enter"
  wait(random(200)+100); //another waiting period; if you don't put these into your scripts it will try all the procedures in just 1 or 2 milliseconds and might possibly do something wrong or lag your computer when running the program
until(false); //never ends this way
end. //you'll get a syntax error if you don't put this here even if you make a program which loops on indefinitely
That's a pretty useless script but using the information from it I'm sure you can develop your own spamming script. You can learn the basics of it in literally a couple minutes.
>>3
Absolutely no one likes you here. You're not clever, witty, funny, offensive, amusing, or whatever the hell else you try to be... you're just a bland namefag who can easily be trolled, and think you're special for knowing basic ABBC tags (bastardization and oversimplification of conventional BBCode). Why are you even here?

Name: Anonymous 2007-10-11 5:27


Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List