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

Plutonium

Ducxyundefined

Ducxy

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

Posts

Recent Best Controversial

  • It's been awhile
    Ducxyundefined 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.


  • Hello, How have you guys been?
    Ducxyundefined Ducxy

    rewind good good


  • Hello, How have you guys been?
    Ducxyundefined Ducxy

    title says it all lol


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

    Hello Der Again 🙂


  • Speed Test Thread
    Ducxyundefined Ducxy

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

    alt text


  • Standard 6v6 Multiplayer lobbies?
    Ducxyundefined 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.


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

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


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

    homura okay


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

    Mr. Android eventually


  • Follow up to last forum post about the editor.
    Ducxyundefined 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


  • Follow up to last forum post about the editor.
    Ducxyundefined 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


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

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


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

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

    RocketBind()
    
    {
        for(;;)
        {
            if(self JumpButtonPressed())
            {
                self Unlink();
                wait .02;
            }
            else
            {
                wait .02;
            }
        }
    }
    

  • [Support] Can someone help me with Anti Cheat
    Ducxyundefined 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


  • Mod menu on own hosted servers
    Ducxyundefined 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


  • Mod menu on own hosted servers
    Ducxyundefined Ducxy

    frosty shhhhhh. dont let him ruin it for others


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

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


  • Should I work on a new GSC editor?
    Ducxyundefined 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.


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

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


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

    Heres the full code:

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

  • Don't have an account? Register

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