Thread: Freeze Mid Air?

Results 1 to 3 of 3
  1. #1
    Skips's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    363
    Reputation
    23
    Thanks
    193

    Mid air freeze

    Anyone have sauce on what/how. I've seen a couple people trying to sell it.
    Last edited by Skips; 12-30-2014 at 01:52 AM.

  2. #2
    Bayley_LOL's Avatar
    Join Date
    Jun 2014
    Gender
    female
    Location
    Trollaux's Leeching Grounds
    Posts
    527
    Reputation
    74
    Thanks
    1,437
    My Mood
    Bored
    'sauce'

    set velocity to 0 constantly?

  3. #3
    Quentlor's Avatar
    Join Date
    Jun 2014
    Gender
    male
    Location
    'murica
    Posts
    216
    Reputation
    10
    Thanks
    163
    My Mood
    Lurking
    1. Get a bypass (sv_cheats or cvar bypass i think)
    2. Run it
    3. Enter commands doing said thing
    4. ???
    5. Profit



    Also, can one of you guys check this out? I found it after doing some research.

    Code:
    void CConVar::Spoof(ConVar* pCvar)
    {
    	int origFlags = pCvar->m_nFlags;
    	const char* origName = pCvar->GetName();
    	const char* origValue = pCvar->GetDefault();
    	ConVar* pNewVar = (ConVar*)malloc(sizeof ConVar);
    	memcpy(pNewVar, pCvar, sizeof(ConVar));
    	pNewVar->m_pNext = 0;
    	g_pCvar->RegisterConCommand(pNewVar);
    	char tmp[50];
    	_snprintf(tmp, sizeof(tmp), "new_%s", origName);
    	strcpy((char*)pCvar->m_pszName, tmp);
    	pCvar->m_nFlags = FCVAR_NONE;
    	new ConVar(origName, origValue, origFlags, "cvar");
    	LOG_INFO("renamed %s to %s", origName, tmp);
    	LOG_INFO("dummied CVar %s", origName);
    }
    Over the night of the 1st May we lost one of the most important websites ever created. Godspeed Grooveshark
    .