FBMW++

By Pea Cracker Last update Feb 24, 2009 — Installed 39,028 times.

refreshing

in
Subscribe to refreshing 19 posts, 11 voices



Shane1 User

how do you stop it from refreshing..cant find the post now thx

 
remarkable Scriptwright

uncheck the "aggresive refresh" box, but you have to click it before the page starts to reload so hold your mouse over the area where the box will appear, then click really fast. You'll know you've beat it when it goes back to the home page.

another way is to just turn off greesemonkey by clicking the picture of the monkey in the lower right corner.

 
script3r User

I think PC's got the focus set on the Agg. Ref. checkbox, so you should just have to tap the space bar when the page loads. That way you don't have to worry about clicking the mouse...

 
meyerje User

script3r is correct, spacebar works beautifully.

 
fart man User

lol press the stop button then uncheck aggressive refresh

 
FlyfisherMike User

I have my passive refresh modified so it refreshes between 4-9 seconds. I leave that running on the hitlist and it will go hours and hours before hitting the Captcha. I've found that's the sweetspot so I don't hit the refresh page ever. Anything around 3 seconds and it gets stuck. Bounty wise it really evens out in the end. I rather have it running for hours while i'm away rather than 20 minutes and getting stuck.

 
Grunt0311 User

How do you do modify that, Flyfish? :)

 
FlyfisherMike User

Replace all the in-code variables with this:

/* In-Code User Customization Values */
var waitTime=Math.floor(Math.random()*5+4);
var maxcash = 10000; // maximum amount of cash on hand w/o triggering an action to deposit money, when auto deposit is turned on
var towait = 0; // seconds to wait
var taskdelay = 0; // 5 seconds was default but that was slow...
var max_evades = 2; // number of times of target evasion to trigger an ignore in the hitlist (for scanning from HOME)
var auto_on = false; // when toggled on (true), will automatically enable aggression if current stamina has risen to boss max stamina
var auto_off = true; // when toggled on (true), will automatically disable aggression if current stamina has fallen to min_stamina
var min_stamina = 0; // minimal stamina to keep around, triggers disabling of aggression if auto_off is enabled

var norm_refresh = waitTime; // refresh time in seconds, when not aggressive, in seconds (60 = 1 minute)
var long_refresh = 300; // refresh time in seconds, when not aggressive, in seconds (300 = 5 minutes)
var debug = true; // toggles debugging on or off

norm_refresh *= 1000;
long_refresh *= 1000;

 
holymoly User

color me an idiot, but swapping that code didn't work for me

 
Phazoni User

Flyfisherman, I used your code and it works. Thank you. One question, when my script goes to the jobs page to do a job, it just starts refreshing from there instead of going back to the hitlist. Any suggestions?

 
Phazoni User

I spoke to soon. While your script change works, I'm still getting captchas every few minutes.

 
holymoly User

Phazoni, you just pasted the code on top of the original code and saved?

 
Phazoni User

Yep

 
Tyrant6669 User

I am not getting any bounties without using version 1.12... I have to snipe or I send the guy to the hospital and someone else swoops in and takes my kill. Anyone else having this issue as well?

 
fart man User

i am having the same issue tyrant

 
holymoly User

I'm getting bounties, but it seems like not as many. I guess I'm down to 2 billion/hour from 4 or 5.

Do you guys have low health? Health is the most important thing in bounty hunting because the lower health determines the total damage in the fight. You can win bounties even if you get killed, so it's OK to take 150 but deliver 20.

So, whatever version you're using, get your health up. I know that's not really a direct response to your problem, but it might be something to help that you haven't thought of. Raising health was the best advice I ever got.

 
FlyfisherMike User

I make this change and leave it only when I'm away from the computer. I don't get captchas as often and haven't run into the refresh page yet. This seems to run the longest for me which is what I want when I'm away. The variables can be tweaked for your liking. 4-9 seconds works good for me. This just changes the passive refresh so what ever page your on will refresh, so stay on the hitlist page!

 
tbone2112 User

do you still have your jobs filled? when mine goes to do a job it wanders off the page. It wont attack unless i have a job. any suggestions?

 
holymoly User

Can anyone take a guess at why my edit didn't "take"? When I go back in to edit, the new code is there, but I'm definitely not refreshing every 4-9 seconds in passive mode.

Cross
Presentational HTML allowed.
Use <code> for inline code and <pre> for code blocks. Use &lt; and &gt; for literal < and >.
We help break paragraphs and link your links.
or cancel