K9/AP Megascript Public release

Responses

over 1 year ago

SYISS

0 Total Respect

SYISS

0 Respect

over 1 year ago

Is this broken? I have Tampermonkey installed, I installed the script, it's enabled in Tampermonkey. Nothing has changed in Cartel Empire, none of the mentioned features seem to be available.

over 1 year ago

JABLESI

60 Total Respect

JABLESI

60 Respect

over 1 year ago

Is this broken? I have Tampermonkey installed, I installed the script, it's enabled in Tampermonkey. Nothing has changed in Cartel Empire, none of the mentioned features seem to be available.

SYISS - 26/03/2025, 01:13:15

If you're a mobile user try violentmonkey instead of tampermonkey. Tampermonkey has some issues on mobile :P

over 1 year ago

JABLESI

60 Total Respect

JABLESI

60 Respect

over 1 year ago

Small fix posted due to the donator->supporter name change

over 1 year ago

SERVED-COLD

-7 Total Respect

SERVED-COLD

-7 Respect

over 1 year ago

I am a bit of a stat nerd so I love this script. Thanks

about 1 year ago

MARLIS

110 Total Respect

MARLIS

110 Respect

about 1 year ago

I noticed that the profit estimation for productions was removed in v1.0.17. Was that intentional or just a hotfix for the layout changes?

 

3 months ago

DAN

343 Total Respect

DAN

343 Respect

3 months ago

Leaderboard page broke in a recent update. Fix below:

On line 3406 where:
let curCache = this.getCache(type);

Add this below it:
if(curCache === null) {
curCache = [ null, null ];
this.setCache(type, curCache);
}

Save. Should be fixed.

about 2 months ago

SHREDDERCHU

179 Total Respect

SHREDDERCHU

179 Respect

about 2 months ago

Rep gain from standard and advanced jobs got changed in the recent job chaining update, would it be possible to update the rep per hour estimations for the script as well?

about 2 months ago

MARLIS

110 Total Respect

MARLIS

110 Respect

about 2 months ago

I made a public Github repo to keep track of changes and share the file better. I've fixed the highscore caching issue and added the new job rep rates (except for the uni course(s)), so it'll be fixed when Jablesi uploads it to tampermonkey. If you want the new version early, I'll put the Github link here too: https://github.com/Marlis6er/MegaScript/tree/main

The job rep cartel perk also isn't applied properly yet, still waiting for Vaelin to clarify if it's applied before or after prestiges.

Last Edited 16/06/2026, 08:30:55

about 1 month ago

AYOOSE

10 Total Respect

AYOOSE

10 Respect

about 1 month ago

I'm using Userscripts on iOS and I can't seem to see any feature of this script