hey can you tell me more about that last bot. does it only downnload images from plus 613? it would be cool to have a bot that scrapes mages from instagram or tumblr based on specific tags. Also, I need an etsy bot that likes everything on a search. I woud be willing to pay for it.
Greetings, i am also a bot programmer, and I am having a heck of a time on this new tool. Maybe you can help me. It's a bot in which I click a button and my wife's tits become firm once again, her ass shrinks and her attitude gets better. Man if you have any ideas let me know asap. I need this bot to work bad.
Im pretty sure youd run into 2 main problems. The Logical errors are astronmical, and what would you do with all the monkies people send you thru paypal?
Well if i ever got past the astronmical Logical errors I would take all the monkeys from paypal and start a little town called StepFord.![]()
Youd have to many monkeys leftover.
ps. i think they need to bring rep back
Is there a such thing as too many monkeys?
Greetings, i am also a bot programmer, and I am having a heck of a time on this new tool. Maybe you can help me. It's a bot in which I click a button and my wife's tits become firm once again, her ass shrinks and her attitude gets better. Man if you have any ideas let me know asap. I need this bot to work bad.
var mywife = GetMyCurrentWife();
var MyBot = new MyBot();
const int titsfirmness = 100;
const int assfirmness = 200;
const int attitude = 0;
MyBot.Click+=(s,e)=>
{
try{
while(mywife.TitsFirmness < titsfirmness)
{
mywife.TitsFirmness++;
}
while(mywife.AssFirmness < assfirmness)
{
mywife.AssFirmness++;
}
while(mywife.Attitude > attitude )
{
mywife.Attitude--;
}
}//Try End
catch(Exception ex)
{
if(ex.Message=="Wife Couldn't Change")
{
ReplaceWife(mywife ,FindGoodGirl());
}
}
}