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

Plutonium

Ducxy

Ducxy

@Ducxy
Unfollow Follow
About
Posts
104
Topics
15
Shares
0
Groups
0
Followers
8
Following
3

Posts

Recent Best Controversial

  • It's been awhile
    Ducxy Ducxy

    Hey everyone, I haven't been on this site in awhile. Wondering how everyone has been.

    Might be starting up a new server again for old times sake lmfao.

    General Discussion

  • Hello, How have you guys been?
    Ducxy Ducxy

    rewind good good

    General Discussion

  • Hello, How have you guys been?
    Ducxy Ducxy

    title says it all lol

    General Discussion

  • Coming back to pluto for the IW5 Update!
    Ducxy Ducxy

    Hello Der Again 🙂

    General Discussion

  • Speed Test Thread
    Ducxy Ducxy

    quit flexing your gigabit fiber optic shit. I cant get that ran to my house lmao.

    alt text

    General Discussion

  • Standard 6v6 Multiplayer lobbies?
    Ducxy Ducxy

    b2n for now, you cannot do this, there are only servers hosted by anyone who wants to host. You can however still find servers that are not trickshotting and join those.

    General Discussion

  • Create button for direct connection to my server zombie mode !Help
    Ducxy Ducxy

    @Mr-Android yea its a simple button that just links right to the console. I have it on my HTML file

    BO2 Client Support

  • Follow up to last forum post about the editor.
    Ducxy Ducxy

    homura okay

    BO2 Modding Support & Discussion

  • Follow up to last forum post about the editor.
    Ducxy Ducxy

    @Mr-Android eventually

    BO2 Modding Support & Discussion

  • Follow up to last forum post about the editor.
    Ducxy Ducxy

    frosty i will try to make a compiler, if not I could probably link it to the one in the GSC Starter Pack thing

    BO2 Modding Support & Discussion

  • Follow up to last forum post about the editor.
    Ducxy Ducxy

    Welp, I decided im going to start development on that GSC Editor and NOT a VS Code plugin. As of right now it looks similar to GSC studio but will have better functionality. I need ideas below of what to add. For the Plutonium T6 Tab, I have: View Server List, View IW4M Admin Server List, and Check Your Server Status.

    Image

    BO2 Modding Support & Discussion

  • [Support] It is possible to read XML file from GSC, !Help
    Ducxy Ducxy

    Drgn The only thing GSC has access to is game files.

    BO2 Modding Support & Discussion

  • [Support] How to make it so I can jump off midair? (Rocket side GSC Code)
    Ducxy Ducxy

    make a seperate bind function. Dont use detachall() either. use Unlink()

    RocketBind()
    
    {
        for(;;)
        {
            if(self JumpButtonPressed())
            {
                self Unlink();
                wait .02;
            }
            else
            {
                wait .02;
            }
        }
    }
    
    BO2 Modding Support & Discussion

  • [Support] Can someone help me with Anti Cheat
    Ducxy Ducxy

    I need help making an Anti-Cheat/Aimbot Detection GSC Script. I had one made but it didnt work and only triggered when a hunter killer drone hitmarkered someone

    BO2 Modding Support & Discussion

  • Mod menu on own hosted servers
    Ducxy Ducxy

    frosty its not really a full blown menu, just has trickshotting options. idc if he has a menu but if its a full blown one like Jiggy, thats an issue

    BO2 Server Hosting Support

  • Mod menu on own hosted servers
    Ducxy Ducxy

    frosty shhhhhh. dont let him ruin it for others

    BO2 Server Hosting Support

  • Should I work on a new GSC editor?
    Ducxy Ducxy

    TheHiddenHour true, even if I made a new editor, monaco is the text editor VS Code uses so it would be similar

    BO2 Modding Support & Discussion

  • Should I work on a new GSC editor?
    Ducxy Ducxy

    I thought about creating a GSC editor to my liking that would be probably better than GSC studio. It would use monaco editor and would have a WAY better design.

    BO2 Modding Support & Discussion

  • [Support] Need Help for a gsc bind
    Ducxy Ducxy

    @Rename-The-Bot i could later, currently working on my server atm. Reign Ducxy#2839

    BO2 Modding Support & Discussion

  • [Support] Need Help for a gsc bind
    Ducxy Ducxy

    Heres the full code:

    DoCanswap()
    {
        if(self getStance() == "crouch" && self actionslotthreebuttonpressed())
        {
            weapon = randomGun();
        
            self giveWeapon(weapon, 0, true);
        
            self dropItem(weapon);
        }
    }
    BO2 Modding Support & Discussion
  • 1 / 1
  • Login

  • Don't have an account? Register

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