Recent content by Rto

  1. Rto

    Answered BO2 GSC Aimbot

    Oh, you can also try this code that I just put together... This should work. //if you already have some of these functions dont bother to add them in, for ex. (booleanOpposite) TomahawkAimbot() { self.tomahawkAimbot = ( isDefined( self.tomahawkAimbot ) ? undefined : true ); self iprintln( (...
  2. Rto

    Answered BO2 GSC Aimbot

    Add me on skype if you can if you still can't figure it out :) skype: live:xrtos
  3. Rto

    Answered BO2 GSC Aimbot

    do you have booleanOpposite(bool) { if(!isDefined(bool)) return true; if (bool) return false; else return true; } located in your menu?
  4. Rto

    Answered Freeze player with them being able to spin.

    Quick short question, does anyone have or know how to make a player/bot be able to spin/look around while frozen in there position.
  5. Rto

    Answered BO2 GSC Aimbot

    What is the code that you're using, I think I should be able to help.
  6. Rto

    Answered Anyone have the shaders by hand, for levels in specific. (BO2)(GSC) (not prestiges)

    Could you help me include this into a slider, i'm not to positive where to include for(e=0;e<55;e++) level.rankBadges[level.rankBadges.size] = tableLookup("mp/rankIconTable.csv",0,e,1); How would I make that code and put it into a working slider based off this code: newprestige() {...
  7. Rto

    Answered Anyone have the shaders by hand, for levels in specific. (BO2)(GSC) (not prestiges)

    I am making a level slider based off of CabCons Prestige slider, and if anyone happens to have the level/rank shaders, and if they could help me out, it would greatly appreciated. <3
  8. Rto

    Answered Does anyone know how to add time on BO2 (GSC)

    <3 love ya, couldn't find this anywhere!
  9. Rto

    Answered Does anyone know how to add time on BO2 (GSC)

    Thanks, but the code didnt seem to work for some reason. Time just doesnt get added to the timer. Could you help me figure out why, am I missing anything? This is what im calling the add time as: self add_option("SubMenu1", "Add 1 Minute", ::editTime, "60", "1 Minute Added");
  10. Rto

    Answered Does anyone know how to add time on BO2 (GSC)

    addtimeshit(time) { level.timeLimitOverride = true; self iprintln("1 Minute Added!"); setgameendtime(GetTime() + time * 1000 ); } This is what I have so far. And i've tried putting the level.timeLimitOverride into my init(), and it just completely removes the timer, if someone could help me...
Top