Results 1 to 7 of 7
  1. #1
    GreenMelon2.0's Avatar
    Join Date
    Oct 2014
    Gender
    male
    Posts
    60
    Reputation
    10
    Thanks
    6

    Lel Untrust, What Did I Do Wrong Here?

    as the title says. i got untrusted, what did i do wrong in my antiuntrusted that got me untrusted?

    Code:
    #pragma region AntiUntrusted
    
    		// CORRECT VIEWANGLES
    			Vector angles;
    			angles = cmd->viewangles;
    			if (!std::isfinite(angles.x)) {angles.x = 0;} // EXXX
    			if (!std::isfinite(angles.y)) {angles.y = 0;} //WHYYYYY
    			while (angles.y < -180.0f) angles.y += 360.0f; // WHYYYY
    			while (angles.y > 180.0f) angles.y -= 360.0f; // WHYYY
    			if (angles.x > 89.0f) angles.x = 89.0f; // EXXXX
    			if (angles.x < -89.0f) angles.x = -89.0f; // EXXX
    			angles.z = 0; // ZEEEE
    			cmd->viewangles = angles;
    		// STOOP PSILENT SKANZ
    			if (cmd->buttons & IN_ATTACK)
    			{
    				bSendPacket = true;
    			}
    			if (cmd->buttons & IN_ATTACK2)
    			{
    				bSendPacket = true;
    			}
    	
    #pragma endregion Stopp Memers getting untrust banned
    
    	// CORRECTMOVEMENT antiuntrustayyy
    	float forward = cmd->forwardmove;
    	float right = cmd->sidemove;
    	float up = cmd->upmove;
    	if (forward > 450) forward = 450;
    	if (right > 450) right = 450;
    	if (up > 450) up = 450;
    	if (forward < -450) forward = -450;
    	if (right < -450) right = -450;
    	if (up < -450) up = -450;
    	cmd->forwardmove = forward;
    	cmd->sidemove = right;
    	cmd->upmove = up;
    
    // i correct movement later...
    I Dont Want To Buy A New Account Untill I Can Know I Wont Just Get Untrusted Again lel.
    Last edited by GreenMelon2.0; 03-28-2016 at 04:39 PM.

  2. #2
    GreenMelon2.0's Avatar
    Join Date
    Oct 2014
    Gender
    male
    Posts
    60
    Reputation
    10
    Thanks
    6
    Can Fakelag Cause untrust??

  3. #3
    legit_player's Avatar
    Join Date
    Aug 2015
    Gender
    male
    Location
    /root
    Posts
    313
    Reputation
    10
    Thanks
    2,784
    My Mood
    Cool
    Quote Originally Posted by GreenMelon2.0 View Post
    Can Fakelag Cause untrust??
    Yes it can.

  4. #4
    GreenMelon2.0's Avatar
    Join Date
    Oct 2014
    Gender
    male
    Posts
    60
    Reputation
    10
    Thanks
    6
    that would be it. i was using fakelag set up to 9 tick memes. is there a max or even having it at 2 get u banned?

  5. #5
    diamondcoding's Avatar
    Join Date
    Dec 2013
    Gender
    male
    Posts
    67
    Reputation
    14
    Thanks
    646
    My Mood
    Amused
    Quote Originally Posted by GreenMelon2.0 View Post
    that would be it. i was using fakelag set up to 9 tick memes. is there a max or even having it at 2 get u banned?
    Just having it.
    Also old offsets is another good way to get an untrust.

  6. #6
    GreenMelon2.0's Avatar
    Join Date
    Oct 2014
    Gender
    male
    Posts
    60
    Reputation
    10
    Thanks
    6
    Ok. Well ima be removing that..... Fuck I was enjoying lagging out

  7. #7
    Hunter's Avatar
    Join Date
    Dec 2013
    Gender
    male
    Location
    Depths Of My Mind.
    Posts
    17,468
    Reputation
    3771
    Thanks
    6,159
    My Mood
    Cheerful
    1 week has passed and no further replies have been made by the OP. Assuming solved.

    /Closed.

Similar Threads

  1. [Help] What did i do wrong here in my code?
    By pwnagebeef in forum Java
    Replies: 4
    Last Post: 10-18-2011, 08:19 PM
  2. Please help me ! What did i do wrong ?
    By muumimamma in forum Combat Arms Mod Discussion
    Replies: 0
    Last Post: 06-16-2010, 03:23 AM
  3. whats did i do wrong? do you understand what this means
    By Gourav2122 in forum Hardware & Software Support
    Replies: 17
    Last Post: 07-05-2008, 11:25 AM
  4. what did i do wrong?
    By mpghhackersrock123 in forum Visual Basic Programming
    Replies: 10
    Last Post: 10-11-2007, 04:35 PM
  5. What did I do wrong???
    By ltkort213 in forum WarRock - International Hacks
    Replies: 7
    Last Post: 06-11-2007, 08:50 AM