Skip to content
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Donate
Collapse

Plutonium

Resxtundefined

Resxt

@Resxt
Plutonium Staff
About
Posts
6.6k
Topics
27
Shares
0
Groups
2
Followers
504
Following
17

Posts

Recent Best Controversial

  • Temporary solution to settings not saving
    Resxtundefined Resxt

    Issue fixed in r3408
    If you still have the issue you may need to update


    We are aware of a bug introduced with the recent updates that fail to save your settings/configuration on T5/BO1.
    There is no ETA for a fix yet but in the meantime you can manually save your settings with a command.

    After changing your settings run the corresponding command in the console

    • Zombies: writeconfig conLZM.cfg
    • Multiplayer: writeconfig config_mp.cfg

    Your settings should now be saved

    BO1 Client Support

  • torrent files
    Resxtundefined Resxt

    anime-_-boy223 maybe because this topic is one year old. We don't provide game files. Get it on Steam

    BO2 Client Support

  • Plutonium is shit
    Resxtundefined Resxt

    You don't need to downgrade, you need to upgrade. You need to use a normal OS.
    You're the one using Internet Explorer and blaming others for not working with 2005 software.
    Search on forums or Google and you'll see how wrong you are by using Windows 7.
    Also coming here and saying "it's shit" just shows you have no computer knowledge so it's just a dumb statement.

    General Discussion

  • Can't Login
    Resxtundefined Resxt

    Servers are down. Devs are aware of it. Be patient

    Launcher Support

  • This is REDICULUS
    Resxtundefined Resxt

    Account created an hour ago.
    I'm just gonna lock this topic since you're either stupid or stupid and an alt account

    Plutonium devs are evil, they are very bad people indeed.
    Since you are a good person feel free to delete your account to free yourself from the lazy devs that hate the community! Click on your profile picture top right > Edit profile > Delete account. Congratulations!

    Fuck them honestly. Improving 4 games greatly with continuous updates for 5 years, all for free.
    They're so lazy and they hate people so much they don't provide another game! Especially since the last game release was nine months ago how lazy of them to not release a new game every 3 months!

    To stay polite, feel free to fuck off. We certainly don't like entitled assholes like you

    General Discussion

  • Zombies noclip ends games
    Resxtundefined Resxt

    @TheMikeOTR

    So basically what is explained in the documentation https://plutonium.pw/docs/modding/loading-mods/#t6

    You create a script with the code mentioned in init() so that it's executed right when you start the game and put it in the right folder so that Plutonium will load the script when you start the game.
    This would look like this.

    init()
    {
    	level.player_out_of_playable_area_monitor = false;
    }
    

    T6 is a bit special because you have to compile the script (it's a simple drag and drop on a file)
    I compiled the script for you: https://www.mediafire.com/file/kq3bt2a0j4son50/no_clip_prevent_death-compiled.gsc/file

    Simply drop the file in %localappdata%\Plutonium\storage\t6\scripts\zm like mentioned in the documentation I linked and you won't die anymore when using noclip

    BO2 Client Support

  • [ZM] RM|T Zombies Menu V2.6 - Mod Menu
    Resxtundefined Resxt

    Today I'm sharing RM|T Zombies Menu V2.6 which is a zombie mod menu for Black Ops II.
    Note that I am not the original author of this mod menu.

    It's already compiled so you just have to drag and drop it and enjoy!
    It's not recommended to mess with settings that weren't meant for PC or Plutonium like account settings, unlock trophies etc.


    3b159b5f-316f-47a1-b84e-758518b6b7d9-image.png


    How to use

    Open the menu: Aim key + Knife key
    Confirm: Jump key
    Cancel: Use key
    Go down: Previous scorestreak key
    Go up: Next scorestreak key


    Installation
    Follow the instructions on the T6 modding guide

    Download
    Proton Drive | Mediafire


    You can watch a preview of the mod menu here
    https://youtu.be/yJ0nR1OBMLk?t=11

    BO2 Modding Releases & Resources

  • [ZM] EnCoRe V8 - Mod Menu
    Resxtundefined Resxt

    Today I'm sharing EnCoRe V8 which is a zombie mod menu for Black Ops I.
    Note that I am not the original author of this mod menu.

    It's not recommended to mess with settings that weren't meant for PC or Plutonium like account settings, unlock trophies etc.


    a1c31e3d-78af-4a27-9d6b-fa6aabf2335a-image.png


    How to use

    Open the menu: Aim key + Knife key
    Confirm: Use key
    Cancel: Knife key
    Go down: Shoot key
    Go up: Aim key


    Installation

    Drag and drop the .ff file in %localappdata%\Plutonium\storage\t5\zone

    Download
    Proton Drive


    You can watch a preview of the mod menu here
    https://youtu.be/6i0iSt0Z7_c?t=16

    BO1 Modding Releases & Resources

  • What's the point of playing this if it runs so horribly
    Resxtundefined Resxt

    Acting like an entitled guy isn't useful and just makes you look like an asshole.
    If you want actual answers you won't get them acting like that.

    He's not denying anything. He said, in simple english, that it runs fine for him, which is true for me and other people I've talked to too. We're deeply sorry that a free mod that you don't pay or contribute to in any way isn't at AAA standards just a week after release.

    On a serious note this is a mod, not a product you buy. We have bugs and issues and our devs are doing their best, on their free time, for free, to fix and improve everything.

    If we had a lot of similar reports this would be top priority but I personally didn't see anyone complaining about the performance, I only saw people saying it was smoother than Steam so idk man.

    Anyways.. "what's the point" well you didn't pay anything for it you're free to leave.
    We really don't need entitled people like you around here.

    BO1 Client Support

  • Cheat commands ZOMBIES
    Resxtundefined Resxt

    Stop hijacking old and unrelated topics. How do you even find these topics

    BO2 Client Support

  • [MP/ZM] Black Ops II Chat Commands
    Resxtundefined Resxt

    Hey,

    I took some time to work on a chat commands script and I decided that it's good enough to release it.
    The idea behind this is to split the core system and each command in separate files to make it easy to work with, both for the end user and for developers (or people trying to create their own commands)

    The main script called chat_commands provides most of what's used by other commands.
    It does all the chat handling, the permission system, handles the errors, provides the utils functions that each command can use and so on.

    Each command has its own file which makes it very easy to configure, to pick the ones you want, to review and edit their code and even to create your own.

    It works both in custom games and on dedicated servers and it also supports both MP and ZM.


    Feel free to request any feature/improvement you would like to see added or to ask for commands to be added.
    Feedback and bug/issue reports are also appreciated.

    Thanks to LKurama for helping me testing!


    6a353a87-a16d-47f1-bb98-8b8e89529e54-image.png

    fe7d3073-9e7b-4a20-ba46-82575066c4f2-image.png

    75483511-3320-4b69-9dc8-486aed79a2a6-image.png

    c6ff1424-e105-4ca6-aaba-ab81c888d19d-image.png

    8c40b6e9-1769-4cc2-b829-9723b29adf91-image.png


    All information and downloads on my Github repository
    For any information regarding how to download or install scripts go to the root of the repository


    This chat commands system is also available on MW3.
    If you're interested just click on the icon below

    a9e99b6e-c311-408f-b7cf-469855cf5a1b-image.png

    BO2 Modding Releases & Resources

  • Cheat commands ZOMBIES
    Resxtundefined Resxt

    Elletari don't think it exists. You can use a small script for it or use my chat command script which has a command for it

    BO2 Client Support

  • [MP] HUD Killstreak Counter
    Resxtundefined Resxt

    A simple killstreak counter that displays the player's current kill streak on top of the screen.

    26b278db-d42e-41fa-95d2-53a623b53815-image.png

    All the credits for this script go to Kalitos.
    I just slightly modified and then compiled his IW5 killstreak counter script for T6 and reposted it.

    Download
    Instructions to load the script

    :::

    Source code

    #include maps\mp\gametypes\_hud_util;
    
    Init()
    {
        level thread OnPlayerConnected();
    }
    
    OnPlayerConnected()
    {
        for(;;)
        {
            level waittill("connected", player);
            
            // Don't thread DisplayPlayerKillstreak() on bots
            if (isDefined(player.pers["isBot"]))
            {
                if (player.pers["isBot"])
                {
                    continue; // skip
                }
            }
    
            player thread DisplayPlayerKillstreak();
        }
    }
    
    
    DisplayPlayerKillstreak()
    {
        self endon ("disconnect");
        level endon("game_ended");
    
        self.killstreak_text = createFontString( "DEFAULT" , 1 );
        self.killstreak_text setPoint( 0, "TOP", 0, -25 );
        self.killstreak_text.label = &"^1KILLSTREAK: ";
    
        while(true)
        {
            if(!IsDefined(self.playerstreak) || self.playerstreak != self.pers["cur_kill_streak"])
            {
                self.playerstreak = self.pers["cur_kill_streak"];
                self.killstreak_text setValue(self.pers["cur_kill_streak"]);
            }
    
            wait 0.01;
        }
    }
    

    :::

    BO2 Modding Releases & Resources

  • [MP] Echelon V2 - Mod Menu
    Resxtundefined Resxt

    Today I'm sharing Echelon V2 which is a multiplayer mod menu for Black Ops II.
    Note that I am not the original author of this mod menu.

    It's already compiled so you just have to drag and drop it and enjoy!
    Although it doesn't have too much original features it has most of the basic features you would want in a mod menu like the aimbot.
    It's not recommended to mess with settings that weren't meant for PC or Plutonium like account settings, unlock trophies etc.


    5d0217da-823d-43d9-9347-4b4749efef47-image.png


    How to use

    Open the menu: Aim key + Knife key
    Confirm: Use key
    Cancel: Knife key
    Go down: Previous scorestreak key
    Go up: Next scorestreak key


    Installation
    Follow the instructions on the T6 modding guide

    Download
    Proton Drive | Mediafire


    You can watch a preview of the mod menu here
    https://youtu.be/T0AHd9yPA_A?t=27

    BO2 Modding Releases & Resources

  • [MP/ZM] Black Ops II Mapvote
    Resxtundefined Resxt

    Hey,

    I've been working on a configurable and customizable mapvote script for the past weeks and decided that it's good enough for a release.
    It only works on dedicated servers but can be debugged in custom games.
    Both multiplayer and zombies modes are supported.

    In multiplayer:
    At the end of the killcam of each game it will display up to 12 randomized voting elements (maps + modes) to allow players to vote for the map and/or mode they want.
    This can be used in various ways, even if you only rotate a few maps and one mode for example

    In zombies:
    At the end of the losing screen of each game it will display up to 12 randomized maps that each have a customizable name and custom CFG


    Feel free to request any feature/improvement you would like to see, to give your feedback and to report any bug/issue you encounter.

    Thanks to LKurama for helping me test the script!


    de0d7f14-0873-43b3-abb6-7454c8b4bd08-image.png
    Multiplayer mode. Mouse and keyboard input. Changed settings: limits modes: 3, horizontal spacing: 100

    5c9ec80c-cba4-4eba-9511-439b26eee1cf-image.png
    Zombies mode. Controller input. Changed settings: red colors, accent mode: max


    All information and downloads on my Github repository
    For any information regarding how to download and install scripts go to the root of the repository


    This mapvote is also available on other games.
    If you're interested just click on the icons below

    a9e99b6e-c311-408f-b7cf-469855cf5a1b-image.png

    b4417197-1d27-4c8e-8acc-ab54b0568488-image.png

    image.psd(14).png

    BO2 Modding Releases & Resources

  • [MP] Modern Warfare 3 Mapvote
    Resxtundefined Resxt

    Hey,

    I took some time to work on converting my [MP/ZM] Black Ops II Mapvote script to get it to work on MW3 and here it is.
    For those who know my BO2 mapvote almost everything is identical.
    My goal is to have my mapvote script on multiple games, not to create a new/different one for each game.
    It works on both custom games and dedicated servers.

    At the end of the killcam of each game it will display up to 12 randomized voting elements (maps + modes) to allow players to vote for the map and/or mode they want.
    This can be used in various ways, even if you only rotate a few maps and one mode for example


    Feel free to request any feature/improvement you would like to see, to give your feedback and to report any bug/issue you encounter.

    Thanks to LKurama for helping me test the script!


    d6b328d4-34d4-4681-b85e-78a422ae2ebc-image.png
    Mouse and keyboard input. Changed settings: horizontal spacing: 100

    4aa9e75e-84b7-48a3-b359-d59c9c7434f3-image.png
    Controller input. Custom map. Changed settings: red colors, accent mode: max


    All information and downloads on my Github repository
    For any information regarding how to download or install scripts go to the root of the repository


    This mapvote is also available on other games.
    If you're interested just click on the icons below

    cc23619b-9b4f-41dd-8864-7e48d119ba09-image.png

    b4417197-1d27-4c8e-8acc-ab54b0568488-image.png

    image.psd(14).png

    MW3 Modding Releases & Resources

  • error 500
    Resxtundefined Resxt

    The servers are having issues, keep trying or wait until it's fixed

    Launcher Support

  • How to move the mods folder to another drive
    Resxtundefined Resxt

    This post has been moved to our new documentation, click here to view.

    WAW Client Support

  • [ZM] The Purgatory - Mod Menu
    Resxtundefined Resxt

    Today I'm sharing The Purgatory which is a zombie mod menu for Black Ops II.
    Note that I am not the original author of this mod menu.

    It's already compiled so you just have to drag and drop it and enjoy!
    I'm just uploading it here because it has more features than the ones you can already find here.
    It's not recommended to mess with settings that weren't meant for PC or Plutonium like account settings, unlock trophies etc.


    4197c21a-f32a-4f34-8d66-889fb0acc4a5-image.png


    How to use

    Open the menu: Aim key + Knife key
    Confirm: Use key
    Cancel: Knife key
    Go down: Shoot key
    Go up: Aim key


    Installation
    Follow the instructions on the T6 modding guide

    Download
    Proton Drive | Mediafire


    You can watch a preview of the mod menu here
    https://youtu.be/lezClFZAJZQ?t=46

    BO2 Modding Releases & Resources

  • [MP] Modern Warfare 3 Chat Commands
    Resxtundefined Resxt

    Hey,

    I took some time to work on a chat commands script and I decided that it's good enough to release it.
    The idea behind this is to split the core system and each command in separate files to make it easy to work with, both for the end user and for developers (or people trying to create their own commands)

    The main script called chat_commands provides most of what's used by other commands.
    It does all the chat handling, the permission system, handles the errors, provides the utils functions that each command can use and so on.

    Each command has its own file which makes it very easy to configure, to pick the ones you want, to review and edit their code and even to create your own.

    It works both in custom games and on dedicated servers.


    Feel free to request any feature/improvement you would like to see added or to ask for commands to be added.
    Feedback and bug/issue reports are also appreciated.

    Thanks to LKurama for helping me testing!


    c2269d9d-e58b-4731-a20a-34590ef8ecf7-image.png

    5afd21dd-6b1d-419e-b7e5-6bc91504f9c9-image.png

    8109d116-af41-4ee6-b01a-ba8472cd254a-image.png

    0f514105-31b3-4535-be38-5ad0a21d9b07-image.png


    All information and downloads on my Github repository
    For any information regarding how to download or install scripts go to the root of the repository


    This chat commands system is also available on BO2.
    If you're interested just click on the icon below

    cc23619b-9b4f-41dd-8864-7e48d119ba09-image.png

    MW3 Modding Releases & Resources
  • 1
  • 2
  • 3
  • 4
  • 5
  • 55
  • 56
  • 1 / 56
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Donate