Go Back   Gaming Gutter


» Site Navigation
» Home
» FAQ
» Log in
User Name:

Password:

Not a member yet?
Register Now!
» Advertisement
» Recent Threads
Go to first new post I just ate corn-flavored...
11-30-2008 12:32 AM
Last post by Hodizzle
Today 05:43 PM
31 Replies, 155 Views
Go to first new post Being single is great.
Today 04:32 PM
Last post by virusdetected
Today 05:42 PM
14 Replies, 52 Views
Go to first new post Right, Few?
Today 04:32 PM
Last post by virusdetected
Today 05:39 PM
2 Replies, 10 Views
Go to first new post 15 gaia accounts! GOOD...
Today 05:39 PM
Last post by Jeffgordon24365
Today 05:39 PM
0 Replies, 1 Views
Go to first new post I've been here for two...
Today 04:28 PM
by Sticky
Last post by Googlrr
Today 05:39 PM
7 Replies, 34 Views
View Single Post

 How to write you first spammer in SCAR!
Old 06-20-2007, 12:20 AM   #1 (permalink)
{Nasadaws}
gôt hacks?

{Nasadaws} is offline
 
{Nasadaws}'s Avatar
 
Join Date: Mar 2007
Location: winnipeg
Age: 13
Posts: 1,375
GPoints: 30
iTrader: 0 / 0%
{Nasadaws} Is gaining popularity
Rep Power: 7
How to write you first spammer in SCAR!

Okies first off start off with

Code:
program Notepad_spammer;

procedure Notepad;
begin
So you know what that bit does thats the bit that tells it thats its starting.

Thats the beginning of it. heres the next bit (Took me some time to workout)
Code:
SendKeysSilent('Your text goes here' + Chr(13));
SendKeysSilent('Your text goes here' + Chr(13));
SendKeysSilent('Your text goes here' + Chr(13));
SendKeysSilent('Your text goes here' + Chr(13));
SendKeysSilent('Your text goes here' + Chr(13));
SendKeysSilent('Your text goes here' + Chr(13));
SendKeysSilent('Your text goes here' + Chr(13));
Thats where your text goes It does about 20 per second or more.

The chr(13)); is the ENTER button.

And the SendkeysSilent is tell SCAR that you want it to type it in on the bit you seleted.



Code:
   end;

begin
  Notepad;
end.
Add that to the last bit and you've made you first script!



By the way yours should look like this

Code:
program Notepad_spammer;

procedure Notepad;
begin
SendKeysSilent('Your text goes here' + Chr(13));
SendKeysSilent('Your text goes here' + Chr(13));
SendKeysSilent('Your text goes here' + Chr(13));
SendKeysSilent('Your text goes here' + Chr(13));
SendKeysSilent('Your text goes here' + Chr(13));
SendKeysSilent('Your text goes here' + Chr(13));
SendKeysSilent('Your text goes here' + Chr(13));

   end;

begin
  Notepad;
end.
I dont even see why i write these anymore they never get looked at.
__________________
Need account leveling?
Go here http://www.gaminggutter.com/ariels-r...ce-t25773.html
Very trust worthy!





Thanks to Sejiru for the great sig!




Last edited by {Nasadaws}; 06-20-2007 at 12:31 AM..
  Reply With Quote
 
Powered by vBadvanced CMPS v3.0 RC2

All times are GMT -7. The time now is 05:43 PM.


vBulletin skin developed by: eXtremepixels
vBCredits v1.4 Copyright ©2007 - 2008, PixelFX Studios
The contents of this webpage are copyright © 2006-2008 GamingGutter.com. All Rights Reserved.

Page generated in 0.06692410 seconds (100.00% PHP - 0% MySQL) with 18 queries