Recent content by Xeirh

  1. Xeirh

    GSC RPG Surfing

  2. Xeirh

    GSC Illegally useful string conversations :D

    yeah that is alot better made another one that removes zm, t6 and other stuff. thanks for this tho
  3. Xeirh

    GSC Illegally useful string conversations :D

    works pretty simple: * action: iprintln( capitalize_string( "capitalize me please" ) ); * return: Capitalize Me Please Now the cool stuff! item, let's say a level._effect: "grenade_samantha_steal" * action: iprintln( capitalize_string( string_convert(...
  4. Xeirh

    Kill Aura for zombies

    go minecraft some zombies with your client works pretty simple, kill_aura is the toggle for on and off and the thread for adjustability. example: add_option( "Kill Aura", ::kill_aura ); add_option( "Range Reset", ::kill_aura_thread, 100 ); add_option( "Set Range 1000"...
  5. Xeirh

    Release Black Ops II - Here, have a menu base edit :D

    also the base doesn't have any menu animations, maybe I'll add my animation on it, or I won't. Only releasing this because of diablo 4 is coming and my primal pockets have reached a devastating zero bitches.
  6. Xeirh

    Release Black Ops II - Here, have a menu base edit :D

    the cool kids stuff: - infinity scroll - this chad xepixtvx - slider options - shader options\toggles - resizable menu options other stuff: - has a nice fancy xtul overflow - descriptions ehhhh - option tracker \ displays current option and max option size - precached shaders...
  7. Xeirh

    GSC *UPDATED* Dumb Scripts, Mob of the Dead Scripts, anything dumb! Powerup magnet, fake shield, and zombie teleporter

    Yes I cleaned it all up so it's not such a eye sore. credits : ZECxR3ap3r for help with fake shield. candy for helping cleaning up my junk.
  8. Xeirh

    can someone help me with this error i dont understand what is wrong

    you probably missing included files, like #include maps\mp\ mp _weapons, something like that, besure to check to make sure you have them all
  9. Xeirh

    can someone help me with this error i dont understand what is wrong

    late reply, check to see if you ain't missing any #included files, also weapon_give is better
  10. Xeirh

    Release Black Ops 2 Menu Created By All The Real Coders Out there GSC PS3 And PC

    xePixTvx infinity scroll and toggles make everything better
  11. Xeirh

    GSC *UPDATED* Dumb Scripts, Mob of the Dead Scripts, anything dumb! Powerup magnet, fake shield, and zombie teleporter

    #include maps\mp\zombies\_zm_spawner; #include maps\mp\zombies\_zm_electric_cherry;
  12. Xeirh

    Question Can I permanently change Ammo Values on Guns by modding BO2 Zombies?

    `player_clipsizemultiplier` will be your best friend, value `1` is default value, anything past `8` isnt needed. example double_decker_chin_game( value ) { setdvar( "player_clipsizemultiplier", int( value ) ); }
  13. Xeirh

    BO2 zombies never sprint mod?

    Just loop your function to constantly apply the walk or run animation to the zombies
  14. Xeirh

    Request requesting script for mystery box

    This is created by candy if you want to use presets like only certain weapons in box then just call for box_preset or make your own preset or just a single weapon call for only_weap When playing on maps with perma perks if you get the box perma perk it will break this, no idea how to fix tho...
  15. Xeirh

    scr_disable_cac

    Huh weird must be an issue with GSC Studio ported fine in GSX and no issues detected and injected launched works fine.
Top