AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Plugins (https://forums.alliedmods.net/forumdisplay.php?f=108)
-   -   [CS:GO] Cookie clicker. IDDLE game (https://forums.alliedmods.net/showthread.php?t=328727)

ladaladik 11-23-2020 00:08

[CS:GO] Cookie clicker. IDDLE game
 
3 Attachment(s)
Cookie clicker is iddle game, where you have to click to gain points, for the points you can buy upgrades (currently 1 : Level up which makes your clicks go +1).
It is still in beta, because some bugs might happen, i will add more features.


How to install : download both of the .smx plugins and drop them both into
put your login mysql info in databases.cfg
Code:

        "Laff_DEV"
        {
                "driver" "mysql"
                "host" "your host"
                "database" "database"
                "user" "user"
                "pass" "password"
                "port" "3306"
        }

csgo/addons/sourcemod/plugins.smx
Commands:
sm_topclickers
sm_cookieclicker

Features:
-Basic click
-Level up that costs (clients level) * 10 cookies
Note : there wont be afk farms that will automatically click for you.

https://prnt.sc/vo57dv / the top10 looks better now and in the cookieclicker there is 3. TOP10 button

Planned stuff:
Perks.
Convar to change the next level cost.

i will be happy for any suggestions, bug reports, feedbacks.

This plugin is using one of my databases includes as a base, so if you want to edit it, you will need to use ezql.inc and include that. Also the top10 is made in the database.sp so if you want to edit that, do it there.

Trum 11-24-2020 03:15

Re: [CS:GO] Cookie clicker. IDDLE game
 
Kinda cool

ladaladik 11-24-2020 04:21

Re: [CS:GO] Cookie clicker. IDDLE game
 
Quote:

Originally Posted by Trum (Post 2726086)
Kinda cool

Thanks.

Trum 11-24-2020 08:03

Re: [CS:GO] Cookie clicker. IDDLE game
 
Isn't it quite easy to do afking? Using macro and stuff, are you able to add some kind of "anti cheat" to it. Would be quite good!

ladaladik 11-24-2020 16:05

Re: [CS:GO] Cookie clicker. IDDLE game
 
Quote:

Originally Posted by Trum (Post 2726103)
Isn't it quite easy to do afking? Using macro and stuff, are you able to add some kind of "anti cheat" to it. Would be quite good!

Thought about it, but idk how to do it tho. maybe some cps check idk.

MICO. 08-11-2021 11:26

Re: [CS:GO] Cookie clicker. IDDLE game
 
Hi,
You should make it save the levels and clicks at the end/start of each round.
While I was testing it it only saved to data to the DB when the map changed

But it is a nice plugin :up:


All times are GMT -4. The time now is 04:54.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.