Go Back   Gaming Gutter > Non-Gaming > Programming > Tutorials


Tutorials - Looking for programming tutorials to increase your knowledge? Do so here.

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

Password:

Not a member yet?
Register Now!
» Advertisement
» Recent Threads
Go to first new post Sidespin leeches guides!
Today 05:48 PM
Last post by Theebomb1080
Today 06:55 PM
11 Replies, 31 Views
Go to first new post Frozen Account
Today 09:49 AM
by Boink
Last post by abcdshawn123
Today 06:54 PM
7 Replies, 48 Views
Go to first new post Kyo hates me vs. Kyo:...
10-11-2008 05:26 PM
Last post by Kyo hates me
Today 06:54 PM
230 Replies, 1,574 Views
Go to first new post Price Check : Shell...
10-11-2008 07:37 AM
Last post by abcdshawn123
Today 06:53 PM
14 Replies, 103 Views
Go to first new post Pretty much ANCIENT!
Today 06:34 PM
by nomhak
Last post by Axed
Today 06:52 PM
1 Replies, 2 Views
Reply
 
LinkBack Thread Tools Display Modes

 How to write you first spammer in SCAR!
Old 06-19-2007, 11:20 PM   #1 (permalink)
gôt hacks?

{Nasadaws} is offline
 
{Nasadaws}'s Avatar
 
Join Date: Mar 2007
Location: winnipeg
Age: 13
Posts: 1,375
iTrader: 0 / 0%
{Nasadaws} Is gaining popularity
Rep Power: 6
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-19-2007 at 11:31 PM.
  Reply With Quote

 
Old 06-19-2007, 11:34 PM   #2 (permalink)
Underground

Male Ryan is offline
 
Ryan's Avatar
 
Join Date: Oct 2006
Posts: 10,308
iTrader: 0 / 0%
Ryan Is gaining popularity
Rep Power: 20
Good tut. If I could + rep this, I would, But I see no option D=
__________________


i swear its my moped -nods- hahahha
  Reply With Quote

 
Old 06-19-2007, 11:36 PM   #3 (permalink)
gôt hacks?

{Nasadaws} is offline
 
{Nasadaws}'s Avatar
 
Join Date: Mar 2007
Location: winnipeg
Age: 13
Posts: 1,375
iTrader: 0 / 0%
{Nasadaws} Is gaining popularity
Rep Power: 6
Eh go to another post?
__________________
Need account leveling?
Go here http://www.gaminggutter.com/ariels-r...ce-t25773.html
Very trust worthy!





Thanks to Sejiru for the great sig!



  Reply With Quote
Reply

Bookmarks



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Powered by vBadvanced CMPS v3.0 RC2

All times are GMT -7. The time now is 06:59 PM.


vBulletin skin developed by: eXtremepixels
The contents of this webpage are copyright © 2006-2008 GamingGutter.com. All Rights Reserved.

Page generated in 0.14760590 seconds (100.00% PHP - 0% MySQL) with 19 queries