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

Plutonium

Sorexundefined

Sorex

@Sorex
Contributor
About
Posts
696
Topics
34
Shares
0
Groups
1
Followers
160
Following
0

Posts

Recent Best Controversial

  • [OUTDATED] BO2 Custom Classes + Custom Classes Tool Generator
    Sorexundefined Sorex

    Okey, no problems

    BO2 Modding Releases & Resources

  • [Support] Class change event! help
    Sorexundefined Sorex

    Wdym? automatic change class?

    BO2 Modding Support & Discussion

  • [OUTDATED] BO2 Custom Classes + Custom Classes Tool Generator
    Sorexundefined Sorex

    Give Custom Class
    Developer: DoktorSAS

    ________________

    Download link or url of the tool will be relased soon. I lost the old uncompiled files so i nee to recreate the tool. It will probably change into a webversion.

    ________________

    This is a simple system to give class, not an hard code but is a code helpful to make things faster.
    This method can be used to give class after palyer spawn/respawned automatically.
    The classnameP is the name of the class, with a switch in onPlayerSpawned() is possibile to spawn with the selected classes.

    Implements this code to use the tool

    giveCustomClass( weap1, weap2, classnameP, equip1, equip2){ //Made By DoktorSAS
       self takeallweapons();
       self.classnamePlayerP = classnameP;
       self iprintln("Class ^2Choosed");
       self giveweapon("knife_mp",0,true(0,0,0,0,0));
       self giveweapon(weap1,0,true(0,0,0,0,0));
       self givemaxammo(weap1);
       self giveweapon(weap2,0,true(0,0,0,0,0));     
       self givemaxammo(weap2);
       self giveweapon(equip1);
       self setWeaponAmmoStock(equip1,1);
       self giveweapon(equip2);
       self setWeaponAmmoStock(equip2,1);
        self switchtoweapon(weap1); 
       self baseperk(); 
    }
    baseperk(){
       self clearperks();
       self setperk("specialty_additionalprimaryweapon");
       self setperk("specialty_fastequipmentuse");
       self setperk("specialty_fastladderclimb");
       self setperk("specialty_fastmantle");	 
       self setperk("specialty_bulletpenetration");
       self setperk("specialty_fastads");
       self setperk("specialty_longersprint");
       self setperk("specialty_fastweaponswitch");  
       self setperk("specialty_fallheight");
    }
    exemple(){
       giveCustomClass("dsr50_mp+steadyaim+fmj+extclip", "ksg_mp", "DSRKSG", "sticky_grenade_mp", "proximity_grenade_mp" );
    }
    
    

    Download this tool to make custom classes easily
    Class Generator v1.1:

    • Fixed Gun IdName clone
    • Added Equipment #1 and Equipment #2

    Github: https://github.com/DoktorSAS/BO2-GSC/tree/master/Class Generator
    VirusTotal: https://www.virustotal.com/gui/file/c5258d78efdf262588fcf634bae883a3ec668dbf1731f2cb655ab3e7d3c5a9a8/detection
    Developer: DoktorSAS
    7ec77815-ba55-4140-96d0-2e567e5786f0-image.png

    BO2 Modding Releases & Resources

  • [Release] GSC Mapvote - Mapvote for all maps with nice design
    Sorexundefined Sorex

    GSC Mapvote v1.0 Relesed
    Developer: DoktorSAS
    Here we go a simple mapvote menu for all, is not the best but work. All can use it but plese don't remove the credis. For any info contatct DoktorSAS on discord.
    For any problems, send messages in this forum chat and i'll respon
    Mapvote v1.0:
    https://github.com/DoktorSAS/BO2-GSC/tree/master/Trickshot/DoktorSAS-Mapvote

    If you want to add the mod to your mod remeber to do:

    1. Add in init
       level thread OverflowFix();
       level thread mapvote();
       level thread gameended();
    
    1. Add in onPlayerSpawned
       self waittil("spawned_players");
       self thread selectmap()
       for(;;){
            self waittil("spawned_players");
            //Other things
       }
    
    1. or add in onPlayerConnected
        player thread selectmap()
    

    GSC Mapvote v2.0 Relesed
    News:

    • Added unique design
    • Added Animation
    • Optimized Code

    How to use it
    All info is inside the mod, for any problems contact me on discord
    Video: https://www.youtube.com/watch?v=eBGx5FxhfNY
    Mapvote 2.0: https://github.com/DoktorSAS/BO2-GSC/tree/master/Trickshot/DoktorSAS-Mapvote V2

    BO2 Modding Releases & Resources

  • [Support] Map voting system GSC
    Sorexundefined Sorex

    I can sell mine code ❤

    BO2 Modding Support & Discussion

  • [Support] Spawn With Money Script BO2 Zombies (Help)
    Sorexundefined Sorex

    No, but i can create it

    BO2 Modding Support & Discussion

  • i cannot play a LAN multiplayer with friends!!
    Sorexundefined Sorex

    Don't use VPS create a local server open the port and play with your friends

    BO2 Server Hosting Support

  • [Support] Map voting system GSC
    Sorexundefined Sorex

    yea i have it, join in Sorex server with map vote menu

    BO2 Modding Support & Discussion

  • how do i fix this!!!
    Sorexundefined Sorex

    Start the piry again
    Try to start piry

    BO2 Client Support

  • [Support] How do i delete bounces?
    Sorexundefined Sorex

    You can but,,,
    You need another function to end the Thread and to move the bounce in another position if u can't delete the entity

    BO2 Modding Support & Discussion

  • [Support] Weapon list zombie
    Sorexundefined Sorex

    If u click there u can find all weapon list
    Weapon list: https://pastebin.com/aKBQg9RJ

    BO2 Modding Support & Discussion

  • Server advertising, promotion and introduction thread.
    Sorexundefined Sorex

    Sorex Servers

    Welcome to Sorex PlutoT6 Dedicated Post, in this post you can find more information about Sorex Servers and Sorex Mods - Developed by DoktorSAS

    Sorex Servers - PlutoT6
    DoktorSAS,

    Welcome to Sorex Servers, on mine servers you can play some cool gamemodes like:

    • Trickshot Lobby
    • Infected Custom Gamemode Lobby
    • GunGame Custom Gamemode Lobby
    • Crazy FFA Custom Gamemode Lobby
    • Randomize FFA

    Trickshot Lobby - PlutoT6
    DoktorSAS,

    In Sorex Trickshot servers there a lot of cool things for trickshotter:

    • Extra Default Calsses
    • Anty Leftover & Anty Barrel system
    • Lowered Barrier
    • Only sniper damage
    • Extra Spots
    • Match Bouns
    • Trickshot Utlities:
    • Save And Load
    • Drop Weapons
    • Drop Canswap
    • Third Person
      VIP Utilities:
    • Fast Last
    • Fast Last 2 Pices
    • Give Last to Others
    • Summon/Move Slider
    • Personal Bot
    • Extra Class
    • Camo Menu and Save Camo
    • Ufo
    • Platform

    Website: https://sorexproject.webflow.io/

    General Discussion
  • 1
  • 2
  • 31
  • 32
  • 33
  • 34
  • 35
  • 35 / 35
  • Login

  • Don't have an account? Register

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