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

Plutonium

lulaundefined

lula

@lula
Contributor
About
Posts
15
Topics
4
Shares
0
Groups
1
Followers
14
Following
7

Posts

Recent Best Controversial

  • Lula's Custom Camo Pack
    lulaundefined lula

    So I've been seeing a lot of people making custom camos and camo packs so i thought i would give it a try.
    All of these Camos are ones i found online from games like BO2 which i thought were cool and ported them over to IW5. Most of the camo names i didn't Know so i just made up my own (Don't Bully me.)

    Credit for ThePorts

    Download!

    How to Install
    To install these camos all you need to do is put the .iwi files in
    %LocalAppData%\Plutonium\storage\iw5\images folder.
    Like in UnOfficial's Post if you are still having issues installing please visit @Mr.Android's Post on How to install Here
    =======================================================```
    PREVIEWS
    "BarbedWire" Camo (Marine)
    alt text
    "BloodShot"(autumn)
    alt text
    Blue Ice Texture thing Camo (Snow)
    alt text
    Flower/Rose Camo (Digital Urban)
    alt text
    Lava Camo (Snake)
    alt text
    Pixel Camo (Choco)
    alt text
    Purple Blossom Camo (classic)
    alt text
    Water Wave Camo (red)
    alt text
    Yellow Hex (hex)
    alt text

    MW3 Modding Releases & Resources iw5 camos modding

  • [Support] Super ladder GSC?
    lulaundefined lula

    Drgn Just tried it and it didnt work

    BO2 Modding Support & Discussion

  • [Support] Super ladder GSC?
    lulaundefined lula

    Sass where do i put the setDvar

    BO2 Modding Support & Discussion

  • [Release] (UPDATED)XUID MENU BASE #2
    lulaundefined lula

    How do i compile all the files into One

    BO2 Modding Releases & Resources

  • forum account
    lulaundefined lula

    so if people cheat it bans there account i think

    BO2 Client Support

  • [Support] camochanger/canswap
    lulaundefined lula

    Any body know how to fix this code it docent call the can swap to down dpad

    canSwap()
    {
    randy = RandomIntRange(1,45);
    weaps = self getCurrentWeapon();

     self takeWeapon( weaps );
     self giveWeapon( weaps, 0, true ( randy, 0, 0, 0, 0 ));
     self switchToWeapon( weaps );
    

    }

    And this in buttonmonitor

    if(self getStance() != "prone" && self actionslottwobuttonpressed())
    {
    self thread canSwap();
    wait .2;
    }

    BO2 Modding Support & Discussion

  • [Support] DOES ANYONE KNOW HOW to save out of map trickshoting
    lulaundefined lula

    google is your best friend here

    BO2 Modding Support & Discussion

  • [Support] DOES ANYONE KNOW HOW to save out of map trickshoting
    lulaundefined lula

    have it set up to teleport to coordinates

    BO2 Modding Support & Discussion

  • [Support] Save and load disabled
    lulaundefined lula

    Thanks Thats nice to know

    BO2 Modding Support & Discussion

  • [Support] Save and load disabled
    lulaundefined lula

    Ox_ what do i do to define it

    BO2 Modding Support & Discussion

  • [Support] Save and load disabled
    lulaundefined lula

    Ox_ saveandload()

    {

    if (self.snl == 0)
    
    {
    
        self iprintln("^5Save and Load Enabled");
    
        self iprintln("Crouch and Press [{+actionslot 2}] To Save");
    
        self iprintln("Crouch and Press [{+actionslot 1}] To Load");
    
        self thread dosaveandload();
    
        self.snl = 1;
    
    }
    
    else
    
    {
    
        self iprintln("^1Save and Load Disabled");
    
        self.snl = 0;
    
        self notify("SaveandLoad");
    
    }
    

    }
    dosaveandload()

    {

    self endon("disconnect");
    
    self endon("SaveandLoad");
    
    load = 0;
    
    for(;;)
    
    {
    
    if (self actionslottwobuttonpressed() && self GetStance() == "crouch" && self.snl == 1)
    
    {
    
        self.o = self.origin;
    
        self.a = self.angles;
    
        load = 1;
    
        self iprintln("^5Position Saved");
    
        wait 2;
    
    }
    
    if (self actionslotonebuttonpressed() && self GetStance() == "crouch" && load == 1 && self.snl == 1)
    
    {
    
        self setplayerangles(self.a);
    
        self setorigin(self.o);
    
    }
    
    wait 0.05;
    

    }

    }

    And self thread saveandload(); in onPlayerSpawned() {

    BO2 Modding Support & Discussion

  • [Support] Save and load disabled
    lulaundefined lula

    i just added save and load on my server and its all good untill you join the server and it says save and load disabled. anybody know how to fix

    BO2 Modding Support & Discussion

  • [Support] fix sky barrier with slides
    lulaundefined lula

    Cue Thanks need this, when ever my server went on turbine people would slide to their Deaths

    BO2 Modding Support & Discussion

  • [Support] VIP Menu / Admin.
    lulaundefined lula

    So ive made a Slides server which Has been pretty popular in the au Scene (Always full lobbys) and with that i get alot of aimbotters/ebers. i was wondering what the best admin plugin would be. I wanted to make a Vip Menu with in built admin features like kick/ban/fast restart but i cant find any. If anybody could help that would be great.

    My discord is lula#1000

    BO2 Modding Support & Discussion

  • [Resource] FFA Trickshotting base mod
    lulaundefined lula

    im getting this error

    1 script error(s):
    Unresolved external : "init" with 0 parameters in "maps/mp/gametypes/_globallogic.gsc" at lines 1,1 **

    BO2 Modding Releases & Resources trickshot ffa mod gsc
  • 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