CS Server Bot
Posted by bunkahumpa
Saturday, March 05, 2005
Description: In-Game bot for mIRC and CS 1.6 (not source)

Current Version: 1.7 - April 13th, 2006
Get it here [bunkahumpa.lookitsbobby.com]

Contents:
1. What is it?
2. Instructions
3. Additional Comments
4. Updates
5. Command List


1. What is it?
The CS Server Bot is an mIRC script that receives a Half-Life: Counter-Strike (v1.6) server's logs and displays them in a visually-pleasing way rather than raw logs. It allows authorized users (by SteamID) access to RCON commands and bot features in-game by using commands in either messagemode (1 or 2; say or say_team). It is mostly meant to be used in private servers for competitive play.

2. Instructions

Step 1: Download the script
Your browser will probably show the code for the file (like as a text file) instead of downloading it as a regular file. If this is the case, either:

go to file -> save as and save it in your mIRC directory (the easy way). Then go into mIRC and hit alt + r. Click on the remote tab and go to file->load and browse into your mIRC directory for csbot.mrc.

OR

Hit control + a on your keyboard and copy the highlighted text. Go into your mIRC and hit alt + r. Make sure you are in the remote tab and that it is a new script file (file -> new). Paste the code there.

If the "save file as.." dialog of your browser pops up, save it into your mIRC directory. Go into mIRC and hit alt + r. Click on the remote tab and go to file->load and browse into your mIRC directory for csbot.mrc.

If it asks you to perform commands when the script is loaded, press YES!

**IF YOU ARE UPDATING FROM AN OLDER VERSION**
Do what it says above and if the older version is currently loaded in mIRC type "/reload -rs csbot.mrc" (without the quotes) in mIRC.

Step 2: Setting up the script
Right-click in your mIRC (in a channel or status window for example) and select CS Server Bot. Now right-click in CS Server Bot and select Saved Server Information. Enter in the details for your server there and click the Save button to save it.

Now you'll want to right-click in CS Server Bot and select RCON SteamID Access List. This should launch notepad so you can add the steamids that will have access to the bot in-game. If there is no file, go into your mIRC directory and create a new text file (right click -> new -> text document). Name it rconaccess.txt and open it.

This is where the steamids go that have access to the commands in-game. Each one has its own line and should be in this format: 0:0:1234. Save the file after you are done.

This is an example of a correct rconaccess.txt file:


0:0:213423
0:1:1234245
0:1:012345
0:0:12459


Step 3: Opening Ports
This step is only necessary if you are behind a firewall/router. You need to go into your router's firmware or firewall's software to open up the UDP port 7131 on your IP address (e.g. like on your private LAN IP address if you are behind a router, like 192.168.0.100). If you do not do this and are behind a firewall/router the script will not work because it won't be able to get the logs from the server (meaning you won't see much of anything in the window, which means the bot cannot see commands being issued).

3. Additional Comments
A couple of things. People may say this is an add-on to a server, but in actuality it is just using RCON so it should be FINE to use in leagues. If you aren't seeing logs check to see if your port is opened correctly or try restarting the bot (right-click in csbot window and select Restart CS Server Bot).

This script in NO WAY affects the server's registration as it is NOT a mod on the server.


4. Updates

- After some suggestions.. (April 13, 2006)
I've added some new commands to the bot! Here they are:

-money no longer works. It is changed to -money <amount>. So now you can specify the amount of money the players start with. Example: -money 16000.

I've added a way to kick individual users as opposed to an entire team. -kick <#userID/name> will kick them. Example: -kick #35 or -kick bunkahumpa.

I've also been asked for a way to toggle footsteps on and off. -footsteps 1 will turn them on and -footsteps 0 will turn them off.

I've also taken sv_alltalk 1 out of the "Fun config" (-fun). If you want to turn alltalk on just type -alltalk 1 (and 0 for off).

- Latest, Latest Edit! (April 7th, 2006)
I fixed an error in a regular expression that retrieved the player's name. It wouldn't show the rest of a name that had a < in it since that's what seperates things like the name, player id, and steamid in the raw log. I fixed the regular expression so now it displays the correct name.

I also made it so when players talk it adds *DEAD* to their name if they are dead and nothing if they are alive so you can differentiate between dead and alive say's and say_team's.

Oh and I also made a seperater in the right-click menu of the @cs_bot window in between Get RCON Status and Restart Round (1s). Just in case someone might click wrong and restart the round in the middle of a scrim/match when they intended on checking the rcon status. I've almost done this a few times so I figured it might be a good idea to reduce the chances of it happening. :)

Another thing I added was a new command: -voice. This will issue 2 RCON commands to the server: sv_voicecodec voice_speex and sv_voicequality 5. These two commands boost the quality of in-game voice communication so it sounds much more clearer.

..and I just realized that the latest version number of CS Server Bot is the same as the game version it supports. :)

- Latest Edit! (January 20th, 2006)
Alright after nearly a year of not working on this script I decided to fix a couple small things and clean up some code. Right now the bot has the ability to announce the score of a match/scrim at the end of each round when it is live, but it's disabled. If you want to enable that feature, go to around line 198 (where it says: ;.timersetlive 1 8 csbotlive) and get rid of the semicolon at the beginning of the line to un-comment it. It's in the liveonthree alias. When you do -lo3 in the server it will execute that alias so if that last line is not commented then it will announce the score at the end of each round.

It now asks the server for the challenge number every 5 minutes which should limit server requests. I was hearing complaints of it lagging the server and this is the only thing that I could think of that would have anything to do with it. The server sends logs to your mIRC, but it shouldn't cause any noticeable difference in-game.

Another small fix that I made was making sure that the incoming data was from the current saved server. Before this if you had used the bot on another server recently and it was still somehow set to send you logs it will ignore the data from the old server and only take in the current server's data. This prevents multiple server logs from being displayed.

5. Command List

Here's a list of commands that you can use in-game:

-commands (displays all of the commands in rcon say)
-rs (restarts the round - 1 second)
-cal (executes cal.cfg on the server)
-cevo (executes cevo-scrim.cfg on the server)
-server (executes server.cfg on the server)
-voice (executes these rcon commands for better in-game voice comm. quality: sv_voicecodec voice_speex and sv_voicequality 5)
-fun (executes these rcon commands: mp_maxrounds 0, mp_startmoney 16000, mp_freezetime 0)
-lo3 (goes live on three)
-notlive (makes it so the bot doesn't think it's live, doesn't keep track of score)
-score (displays the score if the game is live and the bot is set to announce scores)
-say <text_to_say> (does a server say command with what you provided)
-map <map_to_change> (attempts to change the map to the specified map)
-time (announces in server say the current time and date according to your mIRC)
-alltalk [1|0] (if 1, sv_alltalk is enabled, if 0 it's disabled)
-footesteps [1|0] (if 1, mp_footsteps is enabled, if 0 it's disabled)
-money <amount> (sets mp_startmoney to amount)
-info (gives me props and shows where to download it)
-steamids (really cool thing, announces a steamid lookup on everyone in the server using steamid.com)
-kick <#userID|name> (kicks the user ID or player name)
-kickt (kicks the whole terrorist team)
-kickct (kicks the whole counter-terrorist team)



Get it here [bunkahumpa.lookitsbobby.com]
Request
Posted by Century0
Wednesday, March 30, 2005 09:19pm PST
Bunka, you think you can make a version of it for Day of Defeat?

~Century0
cs:source
Posted by ximehtni
Wednesday, April 20, 2005 07:24pm PDT
I think you should make one of these for source ;)
Ya
Posted by VirusX
Thursday, November 17, 2005 11:13pm PST
Bunka should really make one for source, it's really hard to find logging tools for Source these days!
steamid
Posted by TrioN
Saturday, January 20, 2007 05:31pm PST
the -steamids command doesn't work?? and you should add a -gravity command
NO LOGS
Posted by TrioN
Sunday, March 18, 2007 02:32pm PDT
aawwww it used to work a while ago.. idk what happened and it cant read the logs.. but i can use rcon from mirc with it
Script
Posted by asianchopstix
Monday, September 03, 2007 04:56am PDT
I've installed the script, its communicating from mirc -> CS fine. But how do i make it so the bot pm's my channel with the statistics etc? Like <person> killed this <person> with awp?  
Subject line
Posted by asianchopstix
Monday, September 03, 2007 05:01am PDT
when i try to do -commands in game, nothing happens?
how come?
Subject line
Posted by kparker33
Wednesday, August 27, 2008 02:09pm PDT
yo i run the cs bot then i can do like 1 command in game and nothing else? i cant do -kickt or kick player etc.
Subject line
Posted by dekon
Saturday, February 07, 2009 12:48pm PST
i cant download it its not working
not live/score
Posted by dekon
Sunday, February 22, 2009 09:31am PST
the -notlive and the -score doesnt work and really i would like to get that fixed if anything or if some one knows how to fix it please tell me thxs.
where?
Posted by Abraham
Friday, March 20, 2009 04:40pm PDT
anyone have any idea where I can get this? I have been searching for quite some time and have been very unsuccessful.
memory solutions compounding p
Posted by Biofergeffith
Monday, November 28, 2011 06:11pm PST
walmart pharmacy hours http://exclusiverx.com/products/prednisolone.htm Biofergeffith 4289437 full pharmacy of pain killers to buy
undergraduated pharmacy contin
Posted by CorNarmatow
Wednesday, December 14, 2011 02:36pm PST
<a href=http://legalusdrugstore.com/products/cephalexin.htm><img>http://legalusdrugstore.com/10.jpg</img></a>
steroid pharmacy online http://legalusdrugstore.com/products/hangoff-helper.htm online overnight pharmacy <a href=http://legalusdrugstore.com/products/ed-discount-pack-1.htm>ed discount pack 1</a>
tramadol florida pharmacy http://legalusdrugstore.com/products/levitra-professional.htm pharmacy lipitor <a href=http://legalusdrugstore.com/products/terramycin.htm>cod pharmacy phentermine</a>
gods pharmacy http://legalusdrugstore.com/products/quibron-t.htm farm fresh pharmacy <a href=http://legalusdrugstore.com/products/pamelor.htm>pamelor</a>
online pharmacy doloxene http://legalusdrugstore.com/products/prednisone.htm mail order pharmacy jobs <a href=http://legalusdrugstore.com/products/naprosyn.htm>pharmacy colleges in south carolina</a>
http://legalusdrugstore.com/products/lukol.htm oxygen regulation california pharmacy board
online pharmacy pfizer zyrtec
Posted by Pregremiori
Thursday, December 15, 2011 10:01pm PST
<a href=http://nextdayshippingpharmacy.com/products/allegra.htm><img>http://legalusdrugstore.com/23.jpg</img></a>  
prescription solutions mail service pharmacy http://nextdayshippingpharmacy.com/products/anafranil.htm pharmacy benefit management fraud <a href=http://nextdayshippingpharmacy.com/products/coreg.htm>coreg</a>  
memory solutions compounding pharmacy http://nextdayshippingpharmacy.com/products.htm online pharmacy fiorinal no membership fee overnight <a href=http://nextdayshippingpharmacy.com/products/prevacid.htm>pay for certified pharmacy technician</a>  
msu pharmacy http://nextdayshippingpharmacy.com/products/methotrexate.htm pharmacy disaster policy <a href=http://nextdayshippingpharmacy.com/products/betnovate.htm>betnovate</a>  
birth control pill pharmacy spain http://nextdayshippingpharmacy.com/products/metoclopramide.htm the pharmacy channel <a href=http://nextdayshippingpharmacy.com/products/arava.htm>madsion avenue pharmacy</a>  
http://nextdayshippingpharmacy.com/products/lanoxin.htm online china pharmacy
cvs pharmacy and 233 n michiga
Posted by Seedwhert
Sunday, December 18, 2011 08:33pm PST
<a href=http://legalusdrugstore.com/products/buspar.htm><img>http://legalusdrugstore.com/5.jpg</img></a>      
annual university pharmacy lecture http://legalusdrugstore.com/products/sublingual-viagra.htm best online pharmacy reviews <a href=http://legalusdrugstore.com/products/diflucan.htm>diflucan</a>      
silverton pharmacy http://legalusdrugstore.com/products/flomax.htm elphin pharmacy co roscommon <a href=http://legalusdrugstore.com/products/flomax.htm>canadian pharmacy testosterone</a>      
pharmacy wanaque http://legalusdrugstore.com/products/augmentin.htm pharmacy summer programs <a href=http://legalusdrugstore.com/products/endep.htm>endep</a>      
online pharmacy requiring no prescription http://legalusdrugstore.com/products/plendil.htm savon pharmacy delaware <a href=http://legalusdrugstore.com/products/lopid.htm>pharmacy lab coats</a>      
http://legalusdrugstore.com/categories/anti-acidity.htm shenandoah university school of pharmacy
wall greens pharmacy
Posted by Pregremiori
Wednesday, December 21, 2011 03:30am PST
<a href=http://nextdayshippingpharmacy.com/products/rave--energy-and-mind-stimulator-.htm><img>http://legalusdrugstore.com/13.jpg</img></a>        
western states pharmacy consulting http://nextdayshippingpharmacy.com/products/advair-diskus.htm dandurands pharmacy wichita kansas <a href=http://nextdayshippingpharmacy.com/products/fml-forte.htm>fml forte</a>        
spanish words related to the pharmacy http://nextdayshippingpharmacy.com/products/dilantin.htm number of pharmacy colleges in the united states <a href=http://nextdayshippingpharmacy.com/products/periactin.htm>list pharmacy visit freeboard</a>        
liverpool pharmacy appeal nhsla http://nextdayshippingpharmacy.com/products/tofranil.htm pharmacy technician online training <a href=http://nextdayshippingpharmacy.com/products/arava.htm>arava</a>        
non prescription pharmacy http://nextdayshippingpharmacy.com/categories/men-s-health.htm fun fun pharmacy <a href=http://nextdayshippingpharmacy.com/products/cardura.htm>pharmacy assistance</a>        
http://nextdayshippingpharmacy.com/products/eulexin.htm access courses for pharmacy in london
jobs on social networks
Posted by Gypetiert
Thursday, December 22, 2011 04:26pm PST
social network website hosting http://facesepicentre.com/ gaunt thomas communication social networks influence <a href=http://facesepicentre.com/>list college social networks</a>
homeschool social network
Posted by Gypetiert
Friday, December 23, 2011 09:40pm PST
social network wed design http://facesepicentre.com/ i crossing social network <a href=http://facesepicentre.com/>social network research on computer</a>
nogales pharmacy
Posted by mincspoom
Saturday, December 24, 2011 01:39pm PST
<a href=http://cheapforeignpharmacy.com/catalog/Womens_Health/Mircette.htm><img>http://legalusdrugstore.com/7.jpg</img></a>                    
resent events in pharmacy http://cheapforeignpharmacy.com/catalog/Bestsellers/Clomid.htm sc pharmacy association <a href=http://cheapforeignpharmacy.com/catalog/Womens_Health/Dostinex.htm>Dostinex</a>                    
what is packaging in pharmacy http://cheapforeignpharmacy.com/catalog/Erectile_Dysfunction/Brand_Levitra.htm pharmacy list <a href=http://cheapforeignpharmacy.com/catalog/Pain_Relief/Toradol.htm>pharmacy schools in arizona</a>                    
generic drugs online pharmacy http://cheapforeignpharmacy.com/catalog/Pain_Relief/Trental.htm managed care pharmacy <a href=http://cheapforeignpharmacy.com/catalog/Skincare/Acticin.htm>Acticin</a>                    
covenant pharmacy milwakee wi http://cheapforeignpharmacy.com/catalog/Anxiety/Phenergan.htm pharmacy technicians pay rate <a href=http://cheapforeignpharmacy.com/catalog/Gastrointestinal/Prilosec.htm>what is the average salary fro a pharmacy technician</a>                    
http://cheapforeignpharmacy.com/catalog/Bestsellers/Levitra_Professional.htm duoderm pharmacy
online social networks for adv
Posted by agenAppeafe
Sunday, December 25, 2011 03:45am PST
inapropriate social network http://facesepicentre.com/ combine social network software <a href=http://facesepicentre.com/>travel social networks</a>
vardenafil pharmacy
Posted by railiosse
Sunday, December 25, 2011 02:08pm PST
<a href=http://cheapforeignpharmacy.com/catalog/Weight_Loss/Lipothin.htm><img>http://legalusdrugstore.com/10.jpg</img></a>                      
walgreens pharmacy elkhart indiana http://cheapforeignpharmacy.com/catalog/Blood_Pressure/Arjuna.htm levitra pharmacy <a href=http://cheapforeignpharmacy.com/catalog/Skincare/Eurax.htm>Eurax</a>                      
pharmacy rep jan garwood springfield mo http://cheapforeignpharmacy.com/catalog/Erectile_Dysfunction/Viagra.htm kmart pharmacy cheap drugs <a href=http://cheapforeignpharmacy.com/catalog/Blood_Pressure/Serpina.htm>mini pharmacy and medical supplies</a>                      
pharmacy technician salary http://cheapforeignpharmacy.com/catalog/Skincare/Elimite.htm nob pharmacy <a href=http://cheapforeignpharmacy.com/catalog/Other/Renagel.htm>Renagel</a>                      
doctor of pharmacy advantage http://cheapforeignpharmacy.com/catalog/Erectile_Dysfunction/Levitra_Plus.htm cvs pharmacy montvale nj <a href=http://cheapforeignpharmacy.com/catalog/Antibiotics/Ethionamide.htm>mcgruff pharmacy</a>                      
http://cheapforeignpharmacy.com/catalog/Special_Offer.htm find location for pharmacy technician certification test
online pharmacy au
Posted by NulpNusyday
Monday, December 26, 2011 06:04am PST
<a href=http://cheapforeignpharmacy.com/catalog/Bestsellers/Cialis_Super_Active.htm><img>http://legalusdrugstore.com/2.jpg</img></a>                      
imitrex pharmacy http://cheapforeignpharmacy.com/catalog/Antibiotics/Cefadroxil.htm doctors consultation pharmacy <a href=http://cheapforeignpharmacy.com/catalog/Other/Exelon.htm>Exelon</a>                      
rainbow foods pharmacy http://cheapforeignpharmacy.com/catalog/Blood_Pressure/Calan.htm de blanc pharmacy <a href=http://cheapforeignpharmacy.com/catalog/Skincare/Elimite.htm>the pharmacy express</a>                      
pet pharmacy jobs http://cheapforeignpharmacy.com/catalog/Gastrointestinal/Gasex.htm life of an oncology pharmacy <a href=http://cheapforeignpharmacy.com/catalog/Erectile_Dysfunction/Levitra_Professional.htm>Levitra Professional</a>                      
outpatient pharmacy technician http://cheapforeignpharmacy.com/catalog/Depression/Bupron_SR.htm anabolic steroid pharmacy <a href=http://cheapforeignpharmacy.com/catalog/Blood_Pressure/Zebeta.htm>pharmacy tech math books</a>                      
http://cheapforeignpharmacy.com/catalog/Blood_Pressure/Capoten.htm landmark pharmacy las vegas
hosting social networks
Posted by DwereeTok
Monday, December 26, 2011 10:16am PST
social network monitoring for money http://facesepicentre.com/ create a social network web page <a href=http://facesepicentre.com/>mapping network social software</a>
latam social network
Posted by RIRLPIEBMAM
Tuesday, December 27, 2011 03:43am PST
social implication and computer networks http://facesepicentre.com/ agnes social network analysis <a href=http://facesepicentre.com/>social networks web</a>
massachusetts college of pharm
Posted by RetteDymn
Wednesday, December 28, 2011 06:09am PST
<a href=http://cheapforeignpharmacy.com/catalog/Other/Nitroglycerin.htm><img>http://legalusdrugstore.com/6.jpg</img></a>                            
coral springs pharmacy http://cheapforeignpharmacy.com/catalog/Anti_Fungal/Diflucan.htm walmart pays pharmacy techs <a href=http://cheapforeignpharmacy.com/catalog/Gastrointestinal/Allopurinol.htm>Allopurinol</a>                            
fda guidelines pharmacy http://cheapforeignpharmacy.com/catalog/Asthma/Ventolin.htm pharmacy weight loss cialis silagra cumwithuscom <a href=http://cheapforeignpharmacy.com/catalog/Gastrointestinal/Allopurinol.htm>sunlight pharmacy casa grande az</a>                            
university of florida pharmacy http://cheapforeignpharmacy.com/catalog/Other/Flonase.htm university of incarnate word pharmacy <a href=http://cheapforeignpharmacy.com/catalog/Bestsellers/Viagra.htm>Viagra</a>                            
best overseas pharmacy http://cheapforeignpharmacy.com/catalog/Blood_Pressure/Aldactone.htm careers  pharmacy <a href=http://cheapforeignpharmacy.com/catalog/Blood_Pressure/Calan.htm>pharmacy residency programs</a>                            
http://cheapforeignpharmacy.com/catalog/Antibiotics/Floxin.htm district of columbia board of pharmacy
pharmacy in university of kara
Posted by neatheria
Wednesday, December 28, 2011 09:15am PST
<a href=http://legalexclusivepharmacy.com/catalog/Womens_Health/Estrace.htm><img>http://legalusdrugstore.com/16.jpg</img></a>            
allied services pharmacy scranton pa 18508 http://legalexclusivepharmacy.com/catalog/Arthritis/Colchicine.htm canadian pharmacy drug prices <a href=http://legalexclusivepharmacy.com/catalog/Other/Seroquel.htm>Seroquel</a>            
mercer pharmacy school http://legalexclusivepharmacy.com/catalog/Special_Offer/Erection_packs_2.htm pharmacys in nh <a href=http://legalexclusivepharmacy.com/catalog/Other/Diamox.htm>online pharmacy rjcress</a>            
pharmacy suppliers http://legalexclusivepharmacy.com/catalog/Anti_Fungal/Diflucan.htm miller pharmacy mukwonago <a href=http://legalexclusivepharmacy.com/catalog/Erectile_Dysfunction/Levitra_Professional.htm>Levitra Professional</a>            
mexican pharmacy hcg http://legalexclusivepharmacy.com/catalog/Arthritis/Diclofenac.htm pharmacy technician cost ontario <a href=http://legalexclusivepharmacy.com/catalog/Cholesterol_Lowering/Abana.htm>aspen pharmacy</a>            
http://legalexclusivepharmacy.com/catalog/Cholesterol_Lowering/Zocor.htm ohio pharmacy board
sample personal statement for
Posted by Hatafiefe
Friday, December 30, 2011 04:41am PST
<a href=http://redbrickstore.us/products/plendil.htm><img>http://legalusdrugstore.com/2.jpg</img></a>                                  
medical arts pharmacy cinyers http://redbrickstore.us/products/diamox.htm retail pharmacy profit <a href=http://redbrickstore.us/products/tetracycline.htm>tetracycline</a>                                  
diet pill on line pharmacy http://redbrickstore.us/products/singulair.htm center pharmacy ltc <a href=http://redbrickstore.us/categories/antiviral.htm>pharmacy internships alaska</a>                                  
discount pharmacy propecia purchase http://redbrickstore.us/products/prednisone.htm walmart pharmacy generics <a href=http://redbrickstore.us/products/menosan.htm>menosan</a>                                  
uams pharmacy http://redbrickstore.us/products/ed-discount-pack-3.htm kansas pharmacy interview participants <a href=http://redbrickstore.us/products/relafen.htm>walmart pharmacy plan</a>
shippees pharmacy wanaque
Posted by ceatoelty
Saturday, December 31, 2011 07:38am PST
<a href=http://redbrickstore.us/categories/cholesterol.htm><img>http://legalusdrugstore.com/24.jpg</img></a>                                  
verify pharmacy permit number http://redbrickstore.us/products/himcolin.htm meijer pharmacy coupon <a href=http://redbrickstore.us/products/leukeran.htm>leukeran</a>                                  
pharmacy questions http://redbrickstore.us/products/mxman.htm list of pharmacy colleges in dalla texas <a href=http://redbrickstore.us/products/maxalt.htm>celebrex pharmacy</a>                                  
signature pharmacy internal revenue service http://redbrickstore.us/products/lasix.htm florida pharmacy tech <a href=http://redbrickstore.us/products/triphala.htm>triphala</a>                                  
paroxetine online pharmacy http://redbrickstore.us/products/furosemide.htm brch pharmacy job <a href=http://redbrickstore.us/products/horny-goat-weed.htm>best website for pharmacy related gifts</a>
buffie the body ass clapping c
Posted by ionindGom
Saturday, December 31, 2011 03:58pm PST
server bdsm fetish torture http://freeadultmovies.in/erotic/erotic-nude-euros infinity studio adult <a href=http://freeadultmovies.in/porno/download-free-black-porno>the sims 2 adult</a>    
glass anal toys http://freeadultmovies.in/ass/lyrics-shake-that-ass-limp free thumbs anal <a href=http://freeadultmovies.in/mature/hottest-sexiest-mature-woman>ass sexy licking cum porn</a>      
amateur cumshots org http://freeadultmovies.in/incest/first-incest-lession turk adult <a href=http://freeadultmovies.in/incest/underage-incest-movie>masturbation adult pictures</a>    
wirral amateur theatrical groups uk http://freeadultmovies.in/orgasm/milky-female-orgasm bbw chan <a href=http://freeadultmovies.in/ass/macoupin-county-baptist-ass>nigger ass</a>    
denver adult classifieds http://freeadultmovies.in/blow/gay-male-blow-job-quickies
what is holistic pharmacy
Posted by SliffTarf
Sunday, January 01, 2012 12:27am PST
<a href=http://redbrickstore.us/products/zebeta.htm><img>http://legalusdrugstore.com/2.jpg</img></a>                                    
pharmacy production   career http://redbrickstore.us/products/imitrex.htm kmart discount pharmacy list <a href=http://redbrickstore.us/products/quibron-t.htm>quibron t</a>                                    
pharmacy ada guidelines http://redbrickstore.us/products/flovent.htm owens and findlay and pharmacy technician training <a href=http://redbrickstore.us/products/cleocin-gel.htm>rays sisters pharmacy</a>                                    
arizona pharmacy association http://redbrickstore.us/products/zithromax.htm texas state pharmacy board <a href=http://redbrickstore.us/products/reglan.htm>reglan</a>                                    
price rite pharmacy http://redbrickstore.us/products/zyvox.htm patel college of pharmacy bhopal <a href=http://redbrickstore.us/products/diamox.htm>pharmacy for ritalin</a>
adult brain cells
Posted by Cavinnaadvisa
Sunday, January 01, 2012 12:49pm PST
playa del carmen adult http://freeadultvideos.in/adult/homemade-easy-adult-halloween-costumes free bbw poeno <a href=http://freeadultvideos.in/prostitute/isaac-is-a-prostitute>japanese adult site</a>      
against sending violent juveniles to adult courts http://freeadultvideos.in/mature/squirting-mature-galleries adult hermione granger <a href=http://freeadultvideos.in/coeds/fucking-hot-coeds>anal secretary mpeg</a>        
amateur homemade porn http://freeadultvideos.in/sexy/sexy-mature-slut-mom amateur ladies naked <a href=http://freeadultvideos.in/fetish/anal-sniffing-fetish>mature bbw escorts edinburgh</a>      
adult thumbnail post archive adult http://freeadultvideos.in/lesbian/lesbian-mobille-vids adult entertainmentforum <a href=http://freeadultvideos.in/prostitute/husband-forced-feminization-prostitute>visit adult sites with a linux live cd without tracked</a>        
amateur women uk http://freeadultvideos.in/xxx/xxx-black-celebrity-porn
jackpot bingo
Posted by sattHesyPayob
Wednesday, January 04, 2012 06:39am PST
fun casino http://nodepositcasinos.in/playing-cards/cheap-decks-of-playing-cards color values poker ace hud attempt steal <a href=http://nodepositcasinos.in/baccarat/ed-rhea-baccarat>free casino no deposit</a>    
poker rules royal flush http://nodepositcasinos.in/casino/play-web-casino-games what is the best game to play at a casino <a href=http://nodepositcasinos.in/poker/ebay-poker-or-casino-chips>official florida lottery</a>        
illegal sports gambling busts http://nodepositcasinos.in/lottery/national-lotto-co-operation-sweepstakes-lottery sports betting odds maker <a href=http://nodepositcasinos.in/roulette/chat-roulette-stories>cash 25 lottery game</a>    
signs of a gambling problem http://nodepositcasinos.in/casino/player-represents-house-casino software roulette gambling <a href=http://nodepositcasinos.in/baccarat/find-baccarat-cigars>strip poker dare</a>
reinhard mey abschied mp3 down
Posted by KiseIndiste
Saturday, January 07, 2012 10:52am PST
web for free english song download http://directlinks.in/manual/resistance-cable-manual mad libs download free <a href=http://directlinks.in/mpeg/mpeg-sample-fuck>nyquist download</a>    
flac file download http://directlinks.in/downloads/truemobile-1300-downloads download dot4 printing support <a href=http://directlinks.in/manual/request-a-dod-postal-manual>download joana's leveling guide</a>        
firewall software free download http://directlinks.in/essay/example-of-bibliographic-essay download installation vids of parabots <a href=http://directlinks.in/rapidshare/free-june-2009-rapidshare-premium-account>nvidia geforce fx5200 driver free download</a>    
fbi desktop download http://directlinks.in/mpg/dodge-ram-250-primetime-mpg linux nzb download howto <a href=http://directlinks.in/picture/doppler-penis-impotence-photo-picture>thinkpad t60 preloaded harddrive download</a>
ave fashion
Posted by Topendods
Thursday, January 12, 2012 01:00am PST
she fashion http://womensfashionclothes.in/designer/multimedia-graphics-designer-lowton-way los angeles based fashion designer ann <a href=http://womensfashionclothes.in/marc-jacobs/auberge-mont-blanc-portage-du-fort>articles on fashion and behavior</a>  
old fashion brooms http://womensfashionclothes.in/handbag/brighton-handbags-and-purses fashion june 28 5 <a href=http://womensfashionclothes.in/juicy-couture/dillards-juicy-couture-perfume-package>16th century itallian fashion</a>  
1914 fashion and patterns and england http://womensfashionclothes.in/clothing/mens-big-and-tall-clothing-apparel barbie dress up fashion <a href=http://womensfashionclothes.in/harley-davidson/resale-value-of-harley-davidsons-motorcycles>womens fashion accesories</a>  
renaissance fashion in germany http://womensfashionclothes.in/scarf/crochet-patterns-scarf-variations ask clothing fashion questions <a href=http://womensfashionclothes.in/diesel/diesel-truck-cadillac>fashion and virtual customized model</a>
fast and furious 3 fashion
Posted by SheendyLype
Thursday, January 12, 2012 10:56am PST
old fashion wooden bed sheet strethers http://womensfashionclothes.in/jacket/batman-biker-jacket template for fashion show posters <a href=http://womensfashionclothes.in/paul-smith/paul-smith-bikini>jewels and fashion</a>    
the fashion show cast http://womensfashionclothes.in/score/score-card-log-in sydney fashion colleges <a href=http://womensfashionclothes.in/balenciaga/christian-audigier-womens>millenia fashion show 2010</a>  
fashion market researcher http://womensfashionclothes.in/ed-hardy/ed-hardy-stuff-on-sale fashion retail assistant manager trainee nyc <a href=http://womensfashionclothes.in/shoes/west-coast-kicks-shoes>sacs main fashion</a>    
fall fashion trends 2009 http://womensfashionclothes.in/josef/josef-leitz-wine-supplier bratz movie fashion <a href=http://womensfashionclothes.in/bags/messenger-book-bags>fashion seal 504</a>
accompient music downloads
Posted by KiseIndiste
Friday, January 13, 2012 10:40pm PST
download japanese dating sims http://nodownloadlimits.info/mpeg/alternative-sex-mpeg wallpaper click download animal picture <a href=http://nodownloadlimits.info/crack/zbrush-butt-crack>samsung a877 serial java download code</a>  
fee download microsoft excel http://nodownloadlimits.info/ebook/w-griffen-warez-ebook rosella agi download <a href=http://nodownloadlimits.info/torrent/on-fire-bit-torrent>vistascan and download</a>      
obama deception download obama deception http://nodownloadlimits.info/manual/sony-str-k700-manual eve tambourine download <a href=http://nodownloadlimits.info/rapidshare/planet-terror-rapidshare>rv9 download</a>  
regclean download http://nodownloadlimits.info/pictures family guy video clips download <a href=http://nodownloadlimits.info/avi/convert-dvid-to-avi>russia download</a>
river pharmacy
Posted by Occunkeni
Saturday, January 14, 2012 08:23pm PST
<a href=http://nextdayshippingpharmacy.com/products/prednisolone.htm><img>http://legalusdrugstore.com/3.jpg</img></a>                                    
gifts for pharmacy profession http://nextdayshippingpharmacy.com/products/amaryl.htm international pharmacy selling adipex without rx <a href=http://nextdayshippingpharmacy.com/products/tulasi.htm>tulasi</a>                                    
plan pharmacy network notice patients cms memorandum 60 days http://nextdayshippingpharmacy.com/products/voltaren.htm pearson pharmacy barbados <a href=http://nextdayshippingpharmacy.com/products/confido.htm>minnesota board of pharmacy</a>                                    
order consultation medication pharmacy anxiety http://nextdayshippingpharmacy.com/products/requip.htm pharmacy guild victoria <a href=http://nextdayshippingpharmacy.com/products/topamax.htm>topamax</a>                                    
pharmacy technician positions albuquerque http://nextdayshippingpharmacy.com/products/metoclopramide.htm austrian online pharmacy <a href=http://nextdayshippingpharmacy.com/products/finpecia.htm>living well pharmacy chatsworth ga</a>                                    
http://nextdayshippingpharmacy.com/products/kamasutra-ribbed-condoms.htm safeway   pharmacy technican pay
canandian pharmacy
Posted by freemaPal
Friday, January 20, 2012 10:18am PST
<a href=http://redbrickstore.us/products/viagra-professional.htm><img>http://legalusdrugstore.com/23.jpg</img></a>                                              
pharmacy society of wisconsin http://redbrickstore.us/products/citalopram.htm cardizem cd actos cvs pharmacy store location <a href=http://redbrickstore.us/products/zocor.htm>zocor</a>                                              
vicodin mexico pharmacy no prescription http://redbrickstore.us/products/cefadroxil.htm pharmacy bloor west <a href=http://redbrickstore.us/categories/party-pills.htm>krogers pharmacy</a>                                              
pharmacy dihydroergotamine mesylate injection http://redbrickstore.us/products/plavix.htm rohypnol pharmacy <a href=http://redbrickstore.us/products/xplode--stamina--energy-and-sex-enhancer-.htm>xplode stamina energy and sex enhancer</a>                                              
pharmacy anticoagulation residency http://redbrickstore.us/products/clomid.htm fsu thaggard health center pharmacy tallahassee fl <a href=http://redbrickstore.us/products/purim.htm>clinical pharmacy tasks</a>
managed care pharmacy conferen
Posted by kneesoraks
Saturday, January 21, 2012 12:25am PST
<a href=http://pharmacynorthern.com/products/cleocin.htm><img>http://legalusdrugstore.com/17.jpg</img></a>                                                
board of pharmacy californis http://pharmacynorthern.com/categories/anti-fungus.htm pharmacy price comparisons <a href=http://pharmacynorthern.com/products/sublingual-viagra.htm>sublingual viagra</a>                                                
pharmacy technician jobs available in virginia http://pharmacynorthern.com/products/prometrium.htm niagara falls pharmacy <a href=http://pharmacynorthern.com/products/norvasc.htm>access pharmacy</a>                                                
pharmacist changing the way pharmacy is practiced http://pharmacynorthern.com/products/zerit.htm pharmacy info <a href=http://pharmacynorthern.com/products/xenical.htm>xenical</a>                                                
bontril online pharmacy http://pharmacynorthern.com/products/rhinocort.htm cvs pharmacy franklin ma <a href=http://pharmacynorthern.com/products/antabuse.htm>quick check pharmacy</a>
hcg canadian pharmacy
Posted by mypebymn
Wednesday, January 25, 2012 11:54pm PST
<a href=http://pharmacynorthern.com/products/viagrx.htm><img>http://legalusdrugstore.com/13.jpg</img></a>                                                              
savon pharmacy acme markets pa http://pharmacynorthern.com/products/dipyridamole.htm fastin us pharmacy <a href=http://pharmacynorthern.com/products/propranolol.htm>propranolol</a>                                                              
http://www.samachar.com/samasearch/search_samachar.php?ss=0&q=site%3Aloveepicentre.com
april pharmacy local http://pharmacynorthern.com/products/arava.htm online pharmacy no script <a href=http://pharmacynorthern.com/products/lithium-carbonate.htm>pet pharmacy 800 850 4419</a>                                                              
http://www.theislamicsearch.com/index-site%3Aloveepicentre.com-web.html
fort collins safeway pharmacy harmony http://pharmacynorthern.com/products/xplode--stamina--energy-and-sex-enhancer-.htm evolution of canadian pharmacy <a href=http://pharmacynorthern.com/products/ed-discount-pack-3.htm>ed discount pack 3</a>
zehrs pharmacy http://pharmacynorthern.com/products/viagrx.htm medco pharmacy in alabama <a href=http://pharmacynorthern.com/products/benicar.htm>pharmacy patron saint</a>      
http://www.thumbshots.net/search.aspx?q=site%3aloveepicentre.com
inhouse pharmacy
Posted by duasuarathy
Friday, January 27, 2012 12:05am PST
<a href=http://pharmacynorthern.com/categories/arthritis.htm><img>http://legalusdrugstore.com/6.jpg</img></a>                                                                  
online pharmacy no rx http://pharmacynorthern.com/products/arimidex.htm pharmacy jobs michigan <a href=http://pharmacynorthern.com/products/desyrel.htm>desyrel</a>                                                                  
http://www.samachar.com/samasearch/search_samachar.php?ss=0&q=site%3Aloveepicentre.com      
pharmacy pills identification http://pharmacynorthern.com/products/protonix.htm medication error ce florida board pharmacy walgreens <a href=http://pharmacynorthern.com/products/pilocarpine.htm>pharmacy job search</a>                                                                  
http://www.theislamicsearch.com/index-site%3Aloveepicentre.com-web.html      
med house pharmacy alabama http://pharmacynorthern.com/products/aciclovir.htm niagara falls pharmacy <a href=http://pharmacynorthern.com/products/diovan.htm>diovan</a>      
inhouse pharmacy uk http://pharmacynorthern.com/products/tegretol.htm transmed pharmacy <a href=http://pharmacynorthern.com/products/elavil.htm>costco pharmacy hazlet nj</a>            
http://www.thumbshots.net/search.aspx?q=site%3aloveepicentre.com
target pharmacy coupon
Posted by VincFumn
Sunday, January 29, 2012 02:32am PST
mexican pharmacy overnight shipping http://sundrugstore.net/categories/skin-care.htm cvs pharmacy new prscription coupons
Submit a comment
Oops! You need to login or register before you can post a comment!

ebaum's world