<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Discussion on Facebook MobWars script | Userscripts.org</title>
    <link>http://userscripts.org/scripts/show/31012</link>
    <description>Recent comments on userscript: Facebook MobWars script</description>
    <language>en-us</language>
    <ttl>60</ttl>
    <item>
      <title>A fix if you don't get a refreshed page, replied by ob1korobi</title>
      <description>&lt;p&gt;Sorry to necro but is there a way to make the script attack from the home screen instead of using the hitlist screen itself? I have heard people mention this ability but nowhere I can find how to set it up. Much appreciated.&lt;/p&gt;</description>
      <pubDate>Thu, 02 Apr 2009 15:40:37 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:18656:107707</guid>
      <author>ob1korobi</author>
      <link>http://userscripts.org/posts/107707</link>
    </item>
    <item>
      <title>A fix if you don't get a refreshed page, replied by zajaco</title>
      <description>&lt;p&gt;I'm new... What do you use to execute these scripts??&lt;/p&gt;</description>
      <pubDate>Thu, 29 Jan 2009 13:33:48 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:18656:92808</guid>
      <author>zajaco</author>
      <link>http://userscripts.org/posts/92808</link>
    </item>
    <item>
      <title>A fix if you don't get a refreshed page, replied by Bob Uno</title>
      <description>&lt;p&gt;Hey Flyfisherman...could you please post another script?? i don't know how to change the script...i like the idea of it pausing and the randomness of 1-4 seconds between the refresh. But, it seems these scripts don't have multi attack (only attack a user once on the hitlist...)??&lt;/p&gt;</description>
      <pubDate>Tue, 23 Dec 2008 21:17:47 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:18656:85880</guid>
      <author>Bob Uno</author>
      <link>http://userscripts.org/posts/85880</link>
    </item>
    <item>
      <title>A fix if you don't get a refreshed page, replied by FlyfisherMike</title>
      <description>&lt;p&gt;Replace with this.  Now will randomly refresh between 1-4 seconds if no one to attack.&lt;/p&gt;

&lt;p&gt;var pauseTime=Math.random()*4;&lt;/p&gt;

&lt;p&gt;function redirect(){location.href='./'};var reload=true;Array.forEach(document.getElementsByTagName(&quot;INPUT&quot;),function(input){if(input.value==&quot;attack&quot;){input.click();reload=false;}});if(reload)setTimeout('document.location.reload(true)',pauseTime*1000);&lt;/p&gt;</description>
      <pubDate>Sat, 06 Dec 2008 21:39:21 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:18656:81776</guid>
      <author>FlyfisherMike</author>
      <link>http://userscripts.org/posts/81776</link>
    </item>
    <item>
      <title>A fix if you don't get a refreshed page, replied by FlyfisherMike</title>
      <description>&lt;p&gt;Here's an update, sorta. Replace the whole script with this and it will wait three seconds if there is no one to kill.  The old one just refreshed like crazy and got stuck quickly.&lt;/p&gt;

&lt;p&gt;// ==UserScript==
&lt;br /&gt;// @name           Facebook MobWars script
&lt;br /&gt;// @namespace      &lt;a href=&quot;http://sportexotics.net&quot;&gt;http://sportexotics.net&lt;/a&gt;
&lt;br /&gt;// @description    Hitlist Bot
&lt;br /&gt;// @include &lt;a href=&quot;http://apps.facebook.com/mobwars/hitlist/&quot;&gt;http://apps.facebook.com/mobwars/hitlist/&lt;/a&gt;
&lt;br /&gt;// @include &lt;a href=&quot;http://apps.facebook.com/mobwars/hitlist/index.php&quot;&gt;http://apps.facebook.com/mobwars/hitlist/index.php&lt;/a&gt;
&lt;br /&gt;// @include &lt;a href=&quot;http://apps.new.facebook.com/mobwars/hitlist/&quot;&gt;http://apps.new.facebook.com/mobwars/hitlist/&lt;/a&gt;
&lt;br /&gt;// @include &lt;a href=&quot;http://apps.new.facebook.com/mobwars/hitlist/index.php&quot;&gt;http://apps.new.facebook.com/mobwars/hitlist/in...&lt;/a&gt;
&lt;br /&gt;// ==/UserScript==
&lt;br /&gt;function redirect(){location.href='./'};var reload=true;Array.forEach(document.getElementsByTagName(&quot;INPUT&quot;),function(input){if(input.value==&quot;attack&quot;){input.click();reload=false;}});if(reload)setTimeout(redirect, 3000);&lt;/p&gt;

&lt;p&gt;^^ike&lt;/p&gt;</description>
      <pubDate>Sat, 06 Dec 2008 19:37:02 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:18656:81749</guid>
      <author>FlyfisherMike</author>
      <link>http://userscripts.org/posts/81749</link>
    </item>
    <item>
      <title>A fix if you don't get a refreshed page, replied by ManySheeps</title>
      <description>&lt;p&gt;I found the hitlist was no longer refreshing. I made this change to the last line which seems to work&lt;/p&gt;

&lt;p&gt;if (reload) document.location.href = 'http://apps.facebook.com/mobwars/hitlist/index.php';&lt;/p&gt;</description>
      <pubDate>Sat, 06 Dec 2008 14:34:58 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:18656:81707</guid>
      <author>ManySheeps</author>
      <link>http://userscripts.org/posts/81707</link>
    </item>
    <item>
      <title>Adding filter for hitlist bounty value, replied by FlyfisherMike</title>
      <description>&lt;p&gt;Use the other hitlist script out there.  You can set high/low limits for different options.&lt;/p&gt;

&lt;p&gt;^^ike&lt;/p&gt;</description>
      <pubDate>Tue, 02 Dec 2008 18:08:50 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:18335:80989</guid>
      <author>FlyfisherMike</author>
      <link>http://userscripts.org/posts/80989</link>
    </item>
    <item>
      <title>Adding filter for hitlist bounty value, replied by John Doe111</title>
      <description>&lt;p&gt;Can someone help me add a line of code to the script that states not to attack someone on the hitlist unless the bounty is for over a certain amount? This is all the code from the script. Should be easy unfortunately I know nothing about scripting.&lt;/p&gt;

&lt;p&gt;var reload=true;
&lt;br /&gt;Array.forEach(document.getElementsByTagName(&quot;INPUT&quot;),function(input){if (input.value==&quot;attack&quot;) {input.click();reload=false;}});
&lt;br /&gt;if (reload) document.location.reload(true);&lt;/p&gt;</description>
      <pubDate>Thu, 27 Nov 2008 06:43:55 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:18335:80398</guid>
      <author>John Doe111</author>
      <link>http://userscripts.org/posts/80398</link>
    </item>
    <item>
      <title>Archived Comments, replied by skiraz</title>
      <description>&lt;p&gt;it doesnt seem to auto attack?&lt;/p&gt;</description>
      <pubDate>Sun, 16 Nov 2008 04:28:27 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:14431:52468</guid>
      <author>skiraz</author>
      <link>http://userscripts.org/posts/52468</link>
    </item>
    <item>
      <title>Archived Comments, replied by fwt</title>
      <description>&lt;p&gt;can you make settings for the bot to cap how high a bounty will be attacked?&lt;/p&gt;</description>
      <pubDate>Wed, 08 Oct 2008 17:03:34 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:14431:52469</guid>
      <author>fwt</author>
      <link>http://userscripts.org/posts/52469</link>
    </item>
    <item>
      <title>Archived Comments, replied by xYike</title>
      <description>&lt;p&gt;An overdue comment .... I was allowed back to Facebook although I never got any reason from the Facebook admins.  They said something like &quot;due to our security measures, we cannot disclose why you were banned other than your behavior indicated you were breaking the terms of agreement in using the site.&quot;  *shrug*&lt;/p&gt;

&lt;p&gt;Anyway, I'm back!  :)&lt;/p&gt;</description>
      <pubDate>Wed, 08 Oct 2008 05:54:04 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:14431:52470</guid>
      <author>xYike</author>
      <link>http://userscripts.org/posts/52470</link>
    </item>
    <item>
      <title>Archived Comments, replied by Avindra V.G.</title>
      <description>&lt;p&gt;how about adding a randomizer for when to do it, so it won't seem like a bot? e.g.:&lt;/p&gt;

&lt;p&gt;&lt;pre&gt;
window.setTimeout(function(){var reload=true;
Array.forEach(document.getElementsByTagName(&amp;quot;INPUT&amp;quot;),function(input){if (input.value==&amp;quot;attack&amp;quot;) {input.click();reload=false;}});
if (reload) document.location.reload(true)},Math.random()*(1000)+1000)
&lt;/pre&gt;&lt;/p&gt;

&lt;p&gt;This will make it go between every 1-2 seconds.&lt;/p&gt;</description>
      <pubDate>Mon, 06 Oct 2008 03:49:46 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:14431:52471</guid>
      <author>Avindra V.G.</author>
      <link>http://userscripts.org/posts/52471</link>
    </item>
    <item>
      <title>Archived Comments, replied by Killer122345</title>
      <description>&lt;p&gt;is there any way for you to add an auto heal once you get to a certain health because i have died several times... besides that great script thanks alot&lt;/p&gt;</description>
      <pubDate>Wed, 17 Sep 2008 23:27:31 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:14431:52472</guid>
      <author>Killer122345</author>
      <link>http://userscripts.org/posts/52472</link>
    </item>
    <item>
      <title>Archived Comments, replied by Tony I</title>
      <description>&lt;p&gt;awesome script&lt;/p&gt;

&lt;p&gt;Thanks man!&lt;/p&gt;</description>
      <pubDate>Thu, 11 Sep 2008 04:28:23 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:14431:52473</guid>
      <author>Tony I</author>
      <link>http://userscripts.org/posts/52473</link>
    </item>
    <item>
      <title>Archived Comments, replied by LuCiFeRkO</title>
      <description>&lt;p&gt;can someone explain me how to use this script...thanks guys&lt;/p&gt;</description>
      <pubDate>Fri, 05 Sep 2008 12:28:26 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:14431:52474</guid>
      <author>LuCiFeRkO</author>
      <link>http://userscripts.org/posts/52474</link>
    </item>
    <item>
      <title>Archived Comments, replied by xYike</title>
      <description>&lt;p&gt;I was just quoting past statements - not really asking you leet.  You are not at fault, I know what the script does and I made the choice to use it.  Just thought I would post and mention what happened.  I'll report back if I ever find the reason for the ban and/or if I get unbanned!&lt;/p&gt;</description>
      <pubDate>Mon, 25 Aug 2008 07:06:34 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:14431:52475</guid>
      <author>xYike</author>
      <link>http://userscripts.org/posts/52475</link>
    </item>
    <item>
      <title>Archived Comments, replied by Leetuser</title>
      <description>&lt;p&gt;Not sure man. When I was using it it wasn't getting me banned or anything.&lt;/p&gt;</description>
      <pubDate>Mon, 25 Aug 2008 02:21:26 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:14431:52476</guid>
      <author>Leetuser</author>
      <link>http://userscripts.org/posts/52476</link>
    </item>
    <item>
      <title>Archived Comments, replied by xYike</title>
      <description>&lt;p&gt;&quot;Are you saying our accounts wont be frozen anymore if we run a hitlist mac?&quot;&lt;/p&gt;

&lt;p&gt;&quot;You could since you wouldn't answer the are you human question.&quot;&lt;/p&gt;

&lt;p&gt;Looks like that will still get you banned.  &quot;Your account has been disabled by an administrator. If you have any questions or concerns, you can visit our FAQ page here.&quot;  I've not been banned before so I do not know what to expect but my account seems to be 100% missing from all news feeds and groups/pages.  Its been just over a day now and no change.  :'(&lt;/p&gt;</description>
      <pubDate>Sun, 24 Aug 2008 12:28:34 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:14431:52477</guid>
      <author>xYike</author>
      <link>http://userscripts.org/posts/52477</link>
    </item>
    <item>
      <title>Archived Comments, replied by Leetuser</title>
      <description>&lt;p&gt;Yeah sorry, I totally meant to do that when I addded them and forgot.&lt;/p&gt;</description>
      <pubDate>Thu, 21 Aug 2008 02:49:52 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:14431:52478</guid>
      <author>Leetuser</author>
      <link>http://userscripts.org/posts/52478</link>
    </item>
    <item>
      <title>Archived Comments, replied by GazAssassin</title>
      <description>&lt;p&gt;Might be worth adding the &quot;old&quot; facebook pages to the source as well...
&lt;br /&gt;&lt;code&gt;
&lt;br /&gt;// @include http://apps.facebook.com/mobwars/hitlist/
&lt;br /&gt;// @include http://apps.facebook.com/mobwars/hitlist/index.php
&lt;br /&gt;// @include http://apps.new.facebook.com/mobwars/hitlist/
&lt;br /&gt;// @include http://apps.new.facebook.com/mobwars/hitlist/index.php
&lt;br /&gt;&lt;/code&gt;&lt;/p&gt;</description>
      <pubDate>Mon, 18 Aug 2008 12:29:31 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:14431:52479</guid>
      <author>GazAssassin</author>
      <link>http://userscripts.org/posts/52479</link>
    </item>
    <item>
      <title>Archived Comments, replied by Leetuser</title>
      <description>&lt;p&gt;Added those two pages to the script. Thanks.&lt;/p&gt;</description>
      <pubDate>Sun, 17 Aug 2008 05:33:54 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:14431:52480</guid>
      <author>Leetuser</author>
      <link>http://userscripts.org/posts/52480</link>
    </item>
    <item>
      <title>Archived Comments, replied by chupito45</title>
      <description>&lt;p&gt;Great script! Also, what I did is that I changed the page it uses because it always interrupted what I was doing. If I wasn't in the hitlist page, it kept refreshing all the pages that had the word attack on it. The pages I put are &lt;a href=&quot;http://apps.facebook.com/mobwars/hitlist/&quot;&gt;http://apps.facebook.com/mobwars/hitlist/&lt;/a&gt; and &lt;a href=&quot;http://apps.facebook.com/mobwars/hitlist/index.php&quot;&gt;http://apps.facebook.com/mobwars/hitlist/index.php&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Sun, 17 Aug 2008 00:28:07 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:14431:52481</guid>
      <author>chupito45</author>
      <link>http://userscripts.org/posts/52481</link>
    </item>
    <item>
      <title>Archived Comments, replied by Leetuser</title>
      <description>&lt;p&gt;Yeah, but I only get those captchas once in a while, rarely ever on the hitlist since i refresh it manually. I still use imacros to randomly attack the fight list and it goes for a pretty long time sometimes all night leveling me up 6 or 7 levels before it gets stuck at the are you human question.&lt;/p&gt;</description>
      <pubDate>Sat, 16 Aug 2008 03:04:55 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:14431:52482</guid>
      <author>Leetuser</author>
      <link>http://userscripts.org/posts/52482</link>
    </item>
    <item>
      <title>Archived Comments, replied by Andy Calderbank</title>
      <description>&lt;p&gt;You could since you wouldn't answer the are you human question.&lt;/p&gt;</description>
      <pubDate>Fri, 15 Aug 2008 14:36:03 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:14431:52483</guid>
      <author>Andy Calderbank</author>
      <link>http://userscripts.org/posts/52483</link>
    </item>
    <item>
      <title>Archived Comments, replied by Leetuser</title>
      <description>&lt;p&gt;Are you saying our accounts wont be frozen anymore if we run a hitlist mac?&lt;/p&gt;</description>
      <pubDate>Fri, 15 Aug 2008 07:11:41 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:14431:52484</guid>
      <author>Leetuser</author>
      <link>http://userscripts.org/posts/52484</link>
    </item>
  </channel>
</rss>
