BumRush 3.2

By Glitchy Last update Mar 12, 2010 — Installed 239,020 times.

Question

in
Subscribe to Question 9 posts, 2 voices



docsleazy User
FirefoxWindows

Ok, SO I have been using BumRush the past few months. And upon updating to BumRush 2.0(Patch). The anti-refresh stopped working correctly. And now that I have updated to BumRush 2.1 the script wont work for The Best (V3). Seems to only work with Stylish Red; Which I really prefer not to use anyway to fix this Glitchy?

 
Glitchy Script's Author
FirefoxWindows

Let me see if i can find out the problem. Also what parts are not working? Try updatedating the script i put in a small patch on 2.1 but never changed the version number

 
docsleazy User
FirefoxWindows

I think I found the problem; I created a script for hobowars myself that invokes using the 'Belkapod and Belkapodtop' variables. When the one that involves belkapod is active BumRush will not work at all. If I turn it off the belkapodtop one stops the anti-refresh from working. Any idea why?

 
Glitchy Script's Author
FirefoxWindows

i have no idea what those vars are can you post a script example?

 
docsleazy User
FirefoxWindows

// Variables

var sckub = document.getElementById('belkatop'); //Replaces Prefrences, Help, and Logout links

//Top Links

if(sckub)
{

var html= '<font>Canbodia:</font> ' +
'Sail ' +
'Jungle '+
'Recyle Bin ';
sckub.innerHTML=html;
}

 
Glitchy Script's Author
FirefoxWindows

I dont know why that would be stopping it. It might be because of the links you have in there. I noticed that some of the "sr=" are different. Did you hard code them in? If you did you will probably run into some problems because hobo wars checks that number and makes sure it matches up to prevent bots.

 
docsleazy User
FirefoxWindows

Yes, I couldn't figure out how to add them in without hard-coding them x.x' Any help you can give me?

 
Glitchy Script's Author
FirefoxWindows

if you look at the command i made

function GotoCMD(CMD) {
var src = GetCurrentSrc();
var GotoPath = "http://" + window.location.hostname + window.location.pathname + "?game.php?sr=" + src + "&cmd=" + CMD;
location.href = GotoPath;
}

you would have to take the code and modify it.

 
docsleazy User
FirefoxWindows

I'll work with that and see if I can figure out how to get my thing working; Thanks for the help man. Sorry for the late reply.. been busy with work lol.

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