GC FORUM Galactic Conquest
Sign in
Back to the Game
Forum Index General Discussion market cap

market cap

Started by Kyril · 30/11/2009 · 02:04 AM · 10 replies · 0 reads
K KyrilOP
hmm...the max is no longer 9,999,999?and someone just put all the strafez on market lol...

The following suppliers are selling
Price
(Unit) Supply Expires
(hours)
1,000 9,999,999 47
1,000 999,999,999 47
C CrazyMaverickTNM
ya if a guide stops by feel free to edit out that code, only info i would leave would be the below. bypassing the market is wrong, game has limits to help maintain balance.

<script language="javascript" type="text/javascript">
function Change_Market_Input(){
if(document.URL.match(`f=com_market2`)!==null){
// does script if page url matchs f=com_market2
}

// window onload function will auto start ur script after page has fully loaded, if script runs before page loads, the script will never run period. / you wont notice any effects of script.
window.onload=function(){setTimeout(`Change_Market_Input()`,1000);}
</script>
T theINSaneone
lol, who cares about botters/cheaters anyhow. The people that cared have left because Stephen doesn`t think about what they were telling him. He only makes up things and doesn`t answer the questions offered to him.
B Biohazard
hahah

Counter be carefull with posting codes.
There is still 1 admin out there, and some Guide`s who can edit you post and more....


Market Cap is still 9.999.999
But bypassing is easy.
P PistolPete
Thanks for giving me all this code :)

But this looks a bit too ambitious for me. I like to play the game - not debug it. lol
C CrazyMaverickTNM
Another solution would be overwrite the input field completely by replacing it with one of ur own. however for that to work you still have to include input (name / id)`s

look into dynamically make/alter tables
C CrazyMaverickTNM
<script language="javascript" type="text/javascript">
function Change_Market_Input(){
if(document.URL.match(`f=com_market2`)!==null){
document.getElementsByTagName(`input`)[3].maxlength=`100`;
document.getElementsByTagName(`input`)[3].value=`999999999`;}}

window.onload=function(){setTimeout(`Change_Market_Input()`,1000);}
</script>

anfit should add this to his mod, for once im having fun playing around with javascript lol.
PS: This code hasnt been test and is possibly incorrect, but if you know javascript im sure you can make it work.

Firefox / Opera browsers support customized javascripts. Also to make scripts run on other website you must include an ONLOAD FUNCTION. CounterCrazy says enjoy.
P PistolPete
Only problem is that i only type 9 as many times as I can, and yet i make these big stacks from time to time. Managed to buy it back this time - but may not be that lucky next time.
B BloodRavens
easily passing cap

1*11111

i changed the letter with a star so clevr dudes won`t start posting stuff lol
P PistolPete
Ya it was me. By mistake I put on 999.999.999.999 strafez. This is the second time it happens. Dunno how i do it :S
K KyrilOP
hmm...or maybe just my web browser problem..using chrome..o.o

Reply

You must sign in before you can reply.
Sign in to the game and come back — the forum uses your game account.