Raised This Month: $12 Target: $400
 3% 

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


Post New Thread Reply   
 
Thread Tools Display Modes
Author
LuqS
AlliedModders Donor
Join Date: Jun 2019
Location: Israel
Plugin ID:
7318
Plugin Version:
1.2.1
Plugin Category:
Fun Stuff
Plugin Game:
Counter-Strike: GO
Plugin Dependencies:
    Servers with this Plugin:
     
    Plugin Description:
    Allowing Players to change their CS:GO miscellaneous items (Music-Kit / Coin / Pin).
    Unapprover:
    Reason for Unapproving:
    https://www.mail-archive.com/[email protected]/msg11235.html
    Old 10-03-2020 , 16:17   [CS:GO] MiscChanger (MySQL Music-Kit / Coin / Pin Changer)
    Reply With Quote #1

    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.

    __________________
    You like my work? You want to support?
    Consider Donating!

    Need signatures / offsets for CS:GO?
    Contact me:

    Last edited by LuqS; 11-04-2020 at 04:45. Reason: Bump version
    LuqS is offline
    manicogaming
    AlliedModders Donor
    Join Date: Aug 2014
    Old 10-03-2020 , 17:03   Re: [CS:GO] MiscChanger (MySQL Music-Kit / Coin / Pin Changer)
    Reply With Quote #2

    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"
    }
    __________________
    manicogaming is offline
    penalte
    Member
    Join Date: Jan 2016
    Old 10-03-2020 , 17:23   Re: [CS:GO] MiscChanger (MySQL Music-Kit / Coin / Pin Changer)
    Reply With Quote #3

    have some

    Last edited by penalte; 10-03-2020 at 17:34.
    penalte is offline
    LuqS
    AlliedModders Donor
    Join Date: Jun 2019
    Location: Israel
    Old 10-03-2020 , 17:41   Re: [CS:GO] MiscChanger (MySQL Music-Kit / Coin / Pin Changer)
    Reply With Quote #4

    Whoops i forgot to add the windows signature!
    Thanks @manicogaming!
    I will update it tomorrow, and also try to understand how to change the sprays, i will keep you guys updated.

    EDIT: windows signature has been added.
    __________________
    You like my work? You want to support?
    Consider Donating!

    Need signatures / offsets for CS:GO?
    Contact me:

    Last edited by LuqS; 10-04-2020 at 05:32.
    LuqS is offline
    LuqS
    AlliedModders Donor
    Join Date: Jun 2019
    Location: Israel
    Old 10-03-2020 , 17:42   Re: [CS:GO] MiscChanger (MySQL Music-Kit / Coin / Pin Changer)
    Reply With Quote #5

    Quote:
    Originally Posted by penalte View Post
    have some
    Thanks!
    __________________
    You like my work? You want to support?
    Consider Donating!

    Need signatures / offsets for CS:GO?
    Contact me:
    LuqS is offline
    sneaK
    SourceMod Moderator
    Join Date: Feb 2015
    Location: USA
    Old 10-03-2020 , 18:31   Re: [CS:GO] MiscChanger (MySQL Music-Kit / Coin / Pin Changer)
    Reply With Quote #6

    Moving to unapproved, as we do with all plugins that cause GSLT bans/Valve server guideline violations
    __________________
    sneaK is offline
    LuqS
    AlliedModders Donor
    Join Date: Jun 2019
    Location: Israel
    Old 10-03-2020 , 19:00   Re: [CS:GO] MiscChanger (MySQL Music-Kit / Coin / Pin Changer)
    Reply With Quote #7

    Quote:
    Originally Posted by sneaK View Post
    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.
    __________________
    You like my work? You want to support?
    Consider Donating!

    Need signatures / offsets for CS:GO?
    Contact me:
    LuqS is offline
    Trum
    AlliedModders Donor
    Join Date: Jan 2017
    Old 10-04-2020 , 04:44   Re: [CS:GO] MiscChanger (MySQL Music-Kit / Coin / Pin Changer)
    Reply With Quote #8

    Would be cool with some natives, such as SetClientCoin, ResetClientCoin, SetClientMusickit etc.
    Trum is offline
    LuqS
    AlliedModders Donor
    Join Date: Jun 2019
    Location: Israel
    Old 10-04-2020 , 05:44   Re: [CS:GO] MiscChanger (MySQL Music-Kit / Coin / Pin Changer)
    Reply With Quote #9

    Quote:
    Originally Posted by Trum View Post
    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.
    __________________
    You like my work? You want to support?
    Consider Donating!

    Need signatures / offsets for CS:GO?
    Contact me:
    LuqS is offline
    LuqS
    AlliedModders Donor
    Join Date: Jun 2019
    Location: Israel
    Old 10-04-2020 , 16:00   Re: [CS:GO] MiscChanger (MySQL Music-Kit / Coin / Pin Changer)
    Reply With Quote #10

    Version 1.1.0

    Added an API support, feel free to see the additions and changes in the GitHub Repository!
    __________________
    You like my work? You want to support?
    Consider Donating!

    Need signatures / offsets for CS:GO?
    Contact me:
    LuqS is offline
    Reply


    Thread Tools
    Display Modes

    Posting Rules
    You may not post new threads
    You may not post replies
    You may not post attachments
    You may not edit your posts

    BB code is On
    Smilies are On
    [IMG] code is On
    HTML code is Off

    Forum Jump


    All times are GMT -4. The time now is 17:24.


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