User Pass
Home Sign Up Contact Log In
Forum > Goal Line Blitz > Greasemonkey Scripts > Greasemonkey Scripts (original thread)
Page:
 
coolpaddy5
offline
Link
 
Just wondering but...Is there a script that can increase your training points,bonus tokens,flex/reward points ect?...I really need the help
 
crawlins
offline
Link
 
Originally posted by coolpaddy5
Just wondering but...Is there a script that can increase your training points,bonus tokens,flex/reward points ect?...I really need the help


Yep...this one increases your flex points...

http://goallineblitz.com/game/purchase_flex.pl
 
pabst
offline
Link
 
Originally posted by Shagg
http://goallineblitz.com/game/team.pl?team_id=4436

Got the field but it's not stretched out it's on the far left I tried using the code on Pabst's replay rewrite and putting this in the note
A simple example: put: <field>http://img95.imageshack.us/img95/2734/myfield.jpg</field> in your team owner's note and go watch a home game. If you're using a 480x1080 field like in the example, the field will be shifted to the left because of Bort changing the default field size. To fix it, use < field x="480" y="1080" > in the team owner link.

it's still not working

Your field is only 213x475. It's far too small. It needs to be 480x1080 like the old fields, or 520x1160 like the new ones. Make sure imageshack isn't scaling it down automatically when you upload.
 
pabst
offline
Link
 
Originally posted by Shagg
How do I turn them off

It's in your account options. The link is on your home page.
 
jdbolick
offline
Link
 
Send pabst some money.
 
coolpaddy1
offline
Link
 
Originally posted by crawlins
Originally posted by coolpaddy5

Just wondering but...Is there a script that can increase your training points,bonus tokens,flex/reward points ect?...I really need the help


Yep...this one increases your flex points...

http://goallineblitz.com/game/purchase_flex.pl
No i mean is there a script to change the ammount of flex points you have WITHOUT paying?

 
Shagg
offline
Link
 
Originally posted by pabst

It's in your account options. The link is on your home page.


thanks pabst
 
cowtesticles2001
udder pressure
offline
Link
 
hey Shagg thanks for fing me out of flex early on in my GLB career....
 
Shagg
offline
Link
 
Originally posted by cowtesticles2001
hey Shagg thanks for fing me out of flex early on in my GLB career....


wow really don't remember glad you did though
 
TheBear
Roll Tide
offline
Link
 
Originally posted by coolpaddy1
No i mean is there a script to change the ammount of flex points you have WITHOUT paying?



R U serious? LOL

I'm sure someone could make a script that would make it LOOK like you have ton's of flex. Greasemonkey does not/can not change the code on the webpage.
 
crawlins
offline
Link
 
Originally posted by coolpaddy1
No i mean is there a script to change the ammount of flex points you have WITHOUT paying?



You mean a code that helps you steal? Check the hacker forums...I don't think that anyone would give you a script that hacks the GLB servers and steals from them.

If you find a script that gives you more cash in your paypall, let me know where you got that one too.
 
GosuPho
offline
Link
 
Edited by XoOxICE on Sep 25, 2010 23:07:36
 
pabst
offline
Link
 
Originally posted by TheBear
R U serious? LOL

I'm sure someone could make a script that would make it LOOK like you have ton's of flex. Greasemonkey does not/can not change the code on the webpage.


// ==UserScript==
// @name free flex
// @namespace pbr
// @include http://goallineblitz.com/game/home.pl
// ==/UserScript==

var flex = document.getElementsByClassName("account_value")[ 1 ];
flex.innerHTML = "1 Gajillion "+flex.innerHTML.split("(")[ 1 ];


:-)
 
GosuPho
offline
Link
 
does it work?
 
LordEvil
offline
Link
 
Originally posted by pabst
// ==UserScript==
// @name free flex
// @namespace pbr
// @include http://goallineblitz.com/game/home.pl
// ==/UserScript==

var flex = document.getElementsByClassName("account_value")[ 1 ];
flex.innerHTML = "1 Gajillion "+flex.innerHTML.split("(")[ 1 ];


:-)


lol
 
Page:
 


You are not logged in. Please log in if you want to post a reply.