AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Unapproved Plugins (https://forums.alliedmods.net/forumdisplay.php?f=109)
-   -   [CS:GO] MiscChanger (MySQL Music-Kit / Coin / Pin Changer) (https://forums.alliedmods.net/showthread.php?t=327682)

LuqS 10-03-2020 16:17

[CS:GO] MiscChanger (MySQL Music-Kit / Coin / Pin Changer)
 
MiscChanger

THIS PLUGIN COULD CAUSE YOUR SERVER GSLT TOKEN TO GET BANNED

This plugin let's players change their CS:GO miscellaneous items (Music-Kit / Coin / Pin).
All needed info about this plugin exists in the GitHub Repository linked in the bottom of this thread.

Plugin features:
  • MySQL support, to save all players selections, works both with a single server and across multiple servers.
  • Convenient menus, that stay open and remember the selection through the search.
  • Search function that lets you easily search what you are looking for and automatically selects the item when there is only 1 match.

TODO List:
  • Make the plugin modular, with both MySQL module and SQLite (cookies) module. And a module for each item.
  • Find out how to add sprays to players.
  • Stickers - comment here or on GitHub to show interest.


manicogaming 10-03-2020 17:03

Re: [CS:GO] MiscChanger (MySQL Music-Kit / Coin / Pin Changer)
 
Here's the signature for Windows:
Code:

"CCSPlayer::SetRank" // MedalCategory_t category, MedalRank_t rank
{
        "library"                "server"
        "windows"                "\x55\x8B\xEC\x81\xC1\xCC\x15\x00\x00"
}

Also for sprays the only thing I know that exists about it that in items_game.txt there are 2 attributes related to sprays but I have no idea how they work.

Code:

"232"
{
        "name"                "sprays remaining"
        "attribute_class"                "sprays_remaining"
        "description_format"                "value_is_additive"
        "description_string"                "#Attrib_SpraysRemaining"
        "hidden"                "0"
        "effect_type"                "positive"
        "stored_as_integer"                "1"
        "score"                "8500"
}
"233"
{
        "name"                "spray tint id"
        "attribute_class"                "spray_tint_id"
        "description_format"                "value_is_additive"
        "description_string"                "#Attrib_SprayTintID"
        "hidden"                "1"
        "effect_type"                "positive"
        "stored_as_integer"                "1"
        "score"                "8500"
}


penalte 10-03-2020 17:23

Re: [CS:GO] MiscChanger (MySQL Music-Kit / Coin / Pin Changer)
 
have some :bacon!: :bacon!: :bacon!: :bacon!:

LuqS 10-03-2020 17:41

Re: [CS:GO] MiscChanger (MySQL Music-Kit / Coin / Pin Changer)
 
Whoops i forgot to add the windows signature!:cry:
Thanks @manicogaming!:)
I will update it tomorrow, and also try to understand how to change the sprays, i will keep you guys updated.:wink:

EDIT: windows signature has been added.

LuqS 10-03-2020 17:42

Re: [CS:GO] MiscChanger (MySQL Music-Kit / Coin / Pin Changer)
 
Quote:

Originally Posted by penalte (Post 2720103)
have some :bacon!: :bacon!: :bacon!: :bacon!:

Thanks! :fox:

sneaK 10-03-2020 18:31

Re: [CS:GO] MiscChanger (MySQL Music-Kit / Coin / Pin Changer)
 
Moving to unapproved, as we do with all plugins that cause GSLT bans/Valve server guideline violations

LuqS 10-03-2020 19:00

Re: [CS:GO] MiscChanger (MySQL Music-Kit / Coin / Pin Changer)
 
Quote:

Originally Posted by sneaK (Post 2720114)
Moving to unapproved, as we do with all plugins that cause GSLT bans/Valve server guideline violations

That was expected :)
Thanks anyway for the notice.

Trum 10-04-2020 04:44

Re: [CS:GO] MiscChanger (MySQL Music-Kit / Coin / Pin Changer)
 
Would be cool with some natives, such as SetClientCoin, ResetClientCoin, SetClientMusickit etc.

LuqS 10-04-2020 05:44

Re: [CS:GO] MiscChanger (MySQL Music-Kit / Coin / Pin Changer)
 
Quote:

Originally Posted by Trum (Post 2720155)
Would be cool with some natives, such as SetClientCoin, ResetClientCoin, SetClientMusickit etc.

Sure i will add some natives and forwards, open a issue on GitHub if you want something specific.

I will the following:
  • Get / Set Natives for all items.
  • Pre (will be blockable) / Post Forwards (before and after the client changed an item) for all items.
  • Reset Native for all items.

LuqS 10-04-2020 16:00

Re: [CS:GO] MiscChanger (MySQL Music-Kit / Coin / Pin Changer)
 
Version 1.1.0

Added an API support, feel free to see the additions and changes in the GitHub Repository!


All times are GMT -4. The time now is 03:49.

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