Colony Player
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Forum Advertising

2 posters

Go down

Forum Advertising Empty Forum Advertising

Post  G4vin Mon Sep 21, 2009 12:59 pm

Hi all,

If your interested in advertising this forum without much effort I wrote a quick Autoit script that will spam "Colony Community Forum - http://colony-player.roflforum.net" in the Colony lobby whenever you go afk or something. I can set this to spam however often you like (at the moment it's every 30 secs (30000 milliseconds)). Here is the source code at the moment:

Code:
HotKeySet( "{F8}", "paused")
HotKeySet( "{F7}", "main")


while 1
   sleep(2147483647)
WEnd

Func paused()
while 1
   sleep(2147483647)
WEnd
EndFunc

Func main()
Sleep(1000)
While 1
Send("Colony Community Forum - http://colony-player.roflforum.net{ENTER}")
Sleep(30000)
WEnd
EndFunc

So when you go afk you can simply click in the chat window box for colony and then press the F7 key to start this script (press F8 to stop it). You can download Autoit and copy and paste this code into the script editor and then run that or I can compile this into an Exe file for you if you're too lazy.

I suggest if you do use this script you might want to create another Colony account just for spamming just incase they actually ban you for it though every 30 secs it's unreasonable imo.

G4vin

Posts : 2
Points : 53522
Join date : 2009-09-20

Back to top Go down

Forum Advertising Empty Re: Forum Advertising

Post  Capitalist Mon Sep 21, 2009 4:50 pm

People don't join if we do that. I tried that once. Even every 1 minute.

Capitalist

Posts : 33
Points : 53883
Join date : 2009-08-18
Location : Grammar Nazi Headquarter.

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum