Common questions

Do you sell open source?

We don't. No matter how much you are willing to pay or how big your server is, we don't sell open source.

Because of this, in our new scripts all framework specific events and functions are editable so you are able to make the script work with any frameworks/inventories/etc.

Can you give me a discount?

We randomly run sales in our Discordarrow-up-right. We also have some bundlesarrow-up-right with sales. Other than that, we don't do discounts for a single person or do custom bundles.

Can you add or change something in this script?

You can always request feature changes for our scripts via tickets. Depending on your request and how busy we are, we might or might not complete your request.

Do you do custom work?

Unfortunately we currently don't have time for custom work.

Can I edit the UIs of your scripts?

tk_darkweb, tk_mechanicjob

These scripts are made with pure HTML, CSS and JS meaning you are able to edit them freely.

Other scripts

While it is technically possible to edit the UI the process is not straightforward because we use React and the code has been "built" into a static bundle for production. This means the original source code isn't directly editable in the built version.

For simple changes like background colors, it might be possible to override some styles using custom CSS, but more complex changes would likely require editing the source code which we do not provide.

Where do I receive the script after purchase and how do I download it?

After purchasing, you will receive a confirmation email.

You can download the script from the Cfx.re Portal. Log in with the same Cfx.re account that was used to make the purchase.

Important: The script will only work on a server that uses the same license key as the account that purchased the script. If the license key does not match, the script will not start.

I made a purchase but did not receive the script / money was taken but nothing arrived / I transferred the script to someone but they did not receive it

If you have your transaction ID, you should contact Tebex directly. They handle all payment and purchase related issues.

You can also contact us on Discord and we can check if there is anything we can do on our side. However, in most cases, purchase issues must be resolved through Tebex.

How to add a progress bar?

Our newer scripts include a DoProgress function inside the client/main_editable.lua

You can freely edit this function if you want to use your own progress bar script instead of the default animation.

Just replace the content of DoProgress with your own progress bar logic, depending on the progress bar resource you use on your server.

Last updated