General Bux Script

Subscribe to General Bux Script 8 posts, 6 voices

 
cwt.stalker Scriptwright

http://userscripts.org/scripts/show/20108
its my general bux script.
i want to improve it.I'm not good at js enough

For example:
Its all work for me but for some users arent.
i dont want to run script when user arent log in.
its just crap.

If you have any idea ican add to script.Please let me know

 
aillez User

man i want to know

how u make this ????

if i want to use with another site that similiar

how can i do with ur scripts ???

what i need to change ?

or can u make 4 me ????

plz tell me

Thanks in advance !

 
cwt.stalker Scriptwright

u need some xpath knowledge
if u change
surfTable & linksx
you can make it work for other sites.

 
aillez User

can ya teach me ??

u have MSN ????

i just want to know & change it
i don't want to bother u
when i want to use with another site

add me on aillez@hotmail.com

if u don't have MSN

can ya tell me in this forum ?

thanks in advance

 
DeathNote User

Hey how does the new filter works?
I want to add more sites on filter

 
picia988 User

You can add to this script this > http://userscripts.org/scripts/show/20145

 
Muecahit Savas User

Hello
if that your 100% Orginal www.bux.to Script ???
If that right send me a PM to MSN: mueco1977 or ICQ: 288-585-180

Thanks.

I search the 100% orginal BUX.TO script with all add-ons

If you have infos where i can find this scripts please send me a pm!

THanks

 
FilL Scriptwright

Please update el Countdown Addon for this

var poccitass = 21

var y = 1

function startClock(){

if(poccitass!=='OK'){

poccitass = poccitass-y

document.frm.clock.value = poccitass

setTimeout("startClock()", 1000)

}

if(poccitass==0){

poccitass='OK';

document.frm.clock.value = poccitass;

success.location.href="success.php?ad="+document.frm.id.value+"&verify="+document.frm.verify.value;

}}