User Tag List

Page 3 of 3 FirstFirst 123
Results 21 to 26 of 26
  1. #21
    Administrator SAM's Avatar
    Join Date
    Jan 2011
    Posts
    8,296
    Country:
    in your user.ini ctrl f centerview and then check if that is the key you are pressing

  2. #22
    Rampage Crsk's Avatar
    Join Date
    Nov 2011
    Location
    I'm out
    Posts
    323
    Country:
    Quote Originally Posted by SAM View Post
    in your user.ini ctrl f centerview and then check if that is the key you are pressing
    isn't cv, this change came with RC15c changing the client user.ini deleting some binds like setmode 0|buildit (upgrade) for " SUICIDE | Say I am trying to use a cheat bind that has been removed. | Say So I just keep killing myself "

    maybe some test for MLSG III ? idk

    @BONZ, fix it resetting your binds via SiegeKeyBinder, user.ini or console, as you like is fine
    Last edited by Crsk; 01-27-2013 at 09:30 PM.
    w5ykj

  3. #23
    Rampage BONZ's Avatar
    Join Date
    Jan 2013
    Posts
    257
    Country:
    Resetting binds every now and then seems to do the trick. Thanks for the help, and for making keybinds easy with your program. Much appreciated

  4. #24
    Administrator SAM's Avatar
    Join Date
    Jan 2011
    Posts
    8,296
    Country:
    Quote Originally Posted by Crsk View Post
    isn't cv, this change came with RC15c changing the client user.ini deleting some binds like setmode 0|buildit (upgrade) for " SUICIDE | Say I am trying to use a cheat bind that has been removed. | Say So I just keep killing myself "
    Well doesn't make sense since we have nothing scanning keybinds...other than centerview :s

  5. #25
    Rampage Crsk's Avatar
    Join Date
    Nov 2011
    Location
    I'm out
    Posts
    323
    Country:
    This is what i found

    Code:
    class AnitShockHoPCRI expands PCRIASH;
    
    (line 476)
    simulated function ProcessNextKey()
    {
    local PlayerPawn P;
    local string KeyName;
    local string Alias;
    local bool bSuicideKey;
    local bool bBroadcastChange;
    
    local int i;
    
    	//log("Timer");
    
    	bSuicideKey = FALSE;
    	bBroadcastChange = FALSE;
    	P = PlayerPawn(Owner);
    
    	KeyName = P.ConsoleCommand( "KEYNAME"@iCurrentKB );
    	if( KeyName != "" )
    		{
    		Alias = P.ConsoleCommand( "KEYBINDING"@KeyName );
    		if ( ! bHaveKeys )
    			{
    			asKeys[ iCurrentKB ] = Alias;
    			if ( ( bLogKeybinds ) && ( Alias != "" ) )
    				P.ConsoleCommand("MUTATE ASHKS"@iCurrentKB@KeyName@ASKeys[iCurrentKB]);
    			bBroadcastChange = TRUE;
    			}
    		else
    			{
    			if ( Caps(asKeys[ iCurrentKB ]) != Caps(Alias) )
    				{
    				if ( bLogKeybinds )
    					P.ConsoleCommand("MUTATE ASHKF"@iCurrentKB@KeyName@ASKeys[iCurrentKB]);
    				asKeys[ iCurrentKB ] = Alias;
    				if ( bLogKeybinds )
    					P.ConsoleCommand("MUTATE ASHKT"@iCurrentKB@KeyName@ASKeys[iCurrentKB]);
    				bBroadcastChange = TRUE;
    				}
    			}
    		for ( i = 0; CheatKeybind[ i ] != ""; i++ )
    			{
    			if ( CheatKeybind[ i ] == Caps(left(Alias,aiCheatKeybindLen[ i ])))
    				{
    				if ( bBroadcastChange )
    					{
    					if ( bLogAimbotKeybinds )
    						P.ConsoleCommand("MUTATE ASHAB"@iCurrentKB@KeyName@ASKeys[iCurrentKB]);
    					if ( bAnnounceAimbotKeybinds )
    						P.ConsoleCommand("say AIMBOT KEYBIND:"@iCurrentKB@KeyName@ASKeys[iCurrentKB]);
    					}
    				bSuicideKey = TRUE;
    				}
    			}
    		if ( ( bSuicideKey ) && ( bChangeAimbotKeybinds ) )
    			P.ConsoleCommand("SET INPUT"@KeyName@szReplacementABKeyBind);
    		}
    	iCurrentKB++;
    	if ( iCurrentKB > 255 )
    		{
    		iCurrentKB = 0;
    		bHaveKeys = TRUE;
    		}
    
    	return;
    }
    Code:
    (AntiShockHo.ini)
    
    [AntiShockHoPlusBeta3.AntiShockHo]
    
    bScanKeybinds=True
    bLogKeybinds=True
    bChangeAimbotKeybinds=True
    bPenalizeAimbotKeybinds=False
    bCenterviewLimiter=False
    bLogAimbotKeybinds=True
    bAnnounceAimbotKeybinds=True
    bShockTauntKiller=True
    bKickBadActors=True
    bLogActors=False
    szReplacementABKeyBind=SUICIDE | Say I am trying to use a cheat bind that has been removed. | Say So I just keep killing myself
    AdminIP[0]=
    AdminIP[1]=
    AdminIP[2]=
    AdminIP[3]=
    AdminIP[4]=
    AdminIP[5]=
    AdminIP[6]=
    AdminIP[7]=
    AdminIP[8]=
    AdminIP[9]=
    AdminIP[10]=
    AdminIP[11]=
    AdminIP[12]=
    AdminIP[13]=
    AdminIP[14]=
    AdminIP[15]=
    AdminIP[16]=
    AdminIP[17]=
    AdminIP[18]=
    AdminIP[19]=
    CheatKeybind[1]=afx 1
    CheatKeybind[2]=afx 10
    CheatKeybind[3]=afx 11
    CheatKeybind[4]=afx 12
    CheatKeybind[5]=afx 13
    CheatKeybind[6]=afx 14
    CheatKeybind[7]=afx 15
    CheatKeybind[8]=afx 16
    CheatKeybind[9]=afx 17
    CheatKeybind[10]=afx 2
    CheatKeybind[11]=afx 3
    CheatKeybind[12]=afx 4
    CheatKeybind[13]=afx 5
    CheatKeybind[14]=afx 6
    CheatKeybind[15]=afx 7
    CheatKeybind[16]=afx 8
    CheatKeybind[17]=afx 9
    CheatKeybind[18]=Aim off
    CheatKeybind[19]=Aim on
    CheatKeybind[20]=aimcheat
    CheatKeybind[21]=aimteam
    CheatKeybind[22]=ChocoD
    CheatKeybind[23]=ChocoE
    CheatKeybind[24]=ChocoI
    CheatKeybind[25]=ChocoS
    CheatKeybind[26]=ChocoT
    CheatKeybind[27]=ChocoTeam
    CheatKeybind[28]=ChocoToggle
    CheatKeybind[29]=ChocoZ
    CheatKeybind[30]=ChocoZp
    CheatKeybind[31]=CrossHairs
    CheatKeybind[32]=Do_360DegreesAimbotScan
    CheatKeybind[33]=Do_AimBotShotEnemy
    CheatKeybind[34]=Do_AimBotShotTeam
    CheatKeybind[35]=Do_AutoFire
    CheatKeybind[36]=Do_Behindview
    CheatKeybind[37]=do_centerview
    CheatKeybind[38]=Do_EnemyLock
    CheatKeybind[39]=Do_MaximumCheats
    CheatKeybind[40]=Do_NameStealer
    CheatKeybind[41]=Do_NormalCheats
    CheatKeybind[42]=Do_QuickTargetLock
    CheatKeybind[43]=Do_ReplaceUnderscoreWithSpaceInNick
    CheatKeybind[44]=Do_SetAimbotYLimitToCrazy
    CheatKeybind[45]=Do_SetAimbotYLimitToExtreme
    CheatKeybind[46]=Do_SetAimbotYLimitToNormal
    CheatKeybind[47]=Do_SpecialNick
    CheatKeybind[48]=Do_TeamLock
    CheatKeybind[49]=Do_Zoom
    CheatKeybind[50]=do180
    CheatKeybind[51]=doAim
    CheatKeybind[52]=doAimWhenFire
    CheatKeybind[53]=doAutoFire
    CheatKeybind[54]=doAutoFireMode
    CheatKeybind[55]=doBot
    CheatKeybind[56]=doFF
    CheatKeybind[57]=doFlatping
    CheatKeybind[58]=doInfo
    CheatKeybind[59]=doPing
    CheatKeybind[60]=doRadar
    CheatKeybind[61]=doSlow
    CheatKeybind[62]=doWarning
    CheatKeybind[63]=enableaim
    CheatKeybind[64]=EZBase
    CheatKeybind[65]=EZInfo
    CheatKeybind[66]=EZRadar
    CheatKeybind[67]=EZSkin
    CheatKeybind[68]=EZTarget
    CheatKeybind[69]=EZTeam
    CheatKeybind[70]=EZTeamShow
    CheatKeybind[71]=EZTimer
    CheatKeybind[72]=EZType
    CheatKeybind[73]=EZView
    CheatKeybind[74]=EZVoice
    CheatKeybind[75]=EZWeapon
    CheatKeybind[76]=In180Turns
    CheatKeybind[77]=InAimHostile
    CheatKeybind[78]=InAimTeamMate
    CheatKeybind[79]=InAutoFire
    CheatKeybind[80]=InHeadShot
    CheatKeybind[81]=InInc
    CheatKeybind[82]=InPingCorrection
    CheatKeybind[83]=InSlow
    CheatKeybind[84]=InSU
    CheatKeybind[85]=InTeamChange
    CheatKeybind[86]=InXyzAim
    CheatKeybind[87]=mutate PROTECT
    CheatKeybind[88]=mutate setenemygold
    CheatKeybind[89]=mutate setenemyred
    CheatKeybind[90]=NameStealer
    CheatKeybind[91]=NameStealerSpeed
    CheatKeybind[92]=set_Do_180s
    CheatKeybind[93]=set_do_auto
    CheatKeybind[94]=set_Do_Behind
    CheatKeybind[95]=set_Do_headshot
    CheatKeybind[96]=Set_do_hostile
    CheatKeybind[97]=set_Do_info
    CheatKeybind[98]=set_do_noninstant
    CheatKeybind[99]=set_do_ping
    CheatKeybind[100]=set_do_shock
    CheatKeybind[101]=set_do_slow
    CheatKeybind[102]=set_do_smartfire
    CheatKeybind[103]=set_Do_team
    CheatKeybind[104]=set_Do_Technic
    CheatKeybind[105]=set_do_admin
    CheatKeybind[106]=set_do_wallhac
    CheatKeybind[107]=set_Do_xyz
    CheatKeybind[108]=set_radar
    CheatKeybind[109]=setPingCorr
    CheatKeybind[110]=setSlow
    CheatKeybind[111]=spankpure
    CheatKeybind[112]=spanksin
    CheatKeybind[113]=teamaim
    CheatKeybind[114]=TKAR_Changeteam
    CheatKeybind[115]=TKAR_Off
    CheatKeybind[116]=TKAR_Radar
    CheatKeybind[117]=viewcheat
    CheatKeybind[118]=xangle
    CheatKeybind[119]=xbehind
    CheatKeybind[120]=xenemies
    CheatKeybind[121]=xfire
    CheatKeybind[122]=xflags
    CheatKeybind[123]=xfriends
    CheatKeybind[124]=xhate
    CheatKeybind[125]=xhelp
    CheatKeybind[126]=xhostile
    CheatKeybind[127]=xhuman
    CheatKeybind[128]=xlag
    CheatKeybind[129]=xlove
    CheatKeybind[130]=xradar distance
    CheatKeybind[131]=xradar name
    CheatKeybind[132]=xradar off
    CheatKeybind[133]=xradar on
    CheatKeybind[134]=xradar team
    CheatKeybind[135]=xradar weapon
    CheatKeybind[136]=xsnipers
    CheatKeybind[137]=xspy
    CheatKeybind[138]=xspyid
    CheatKeybind[139]=xstatus
    CheatKeybind[140]=xtarget
    CheatKeybind[141]=xteammates
    CheatKeybind[142]=xxray
    CheatKeybind[143]=z180
    CheatKeybind[144]=zAim
    CheatKeybind[145]=zAutoFire
    CheatKeybind[146]=zChangeTeam
    CheatKeybind[147]=zDecTweak
    CheatKeybind[148]=zHeadShot
    CheatKeybind[149]=zIncTweak
    CheatKeybind[150]=zMakeFriend
    CheatKeybind[151]=zNoInstantAim
    CheatKeybind[152]=zPing
    CheatKeybind[153]=zResetNames
    CheatKeybind[154]=zSetName
    CheatKeybind[155]=zShowInfo
    CheatKeybind[156]=zShowNames
    CheatKeybind[157]=zToggle180Turns
    CheatKeybind[158]=zToggleAimBot
    CheatKeybind[159]=zToggleAimMode
    CheatKeybind[160]=zToggleAutoFire
    CheatKeybind[161]=zToggleAutoNameChange
    CheatKeybind[162]=zToggleCheckZone
    CheatKeybind[163]=zToggleHeadShot
    CheatKeybind[164]=zToggleInstantOnly
    CheatKeybind[165]=zToggleTriggerBot
    CheatKeybind[166]=zToggleZelliusNames
    CheatKeybind[167]=zToggleZeroPing
    CheatKeybind[168]=zTweak
    CheatKeybind[169]=s34kEM
    CheatKeybind[170]=s34kHEAD
    CheatKeybind[171]=s34kPING
    CheatKeybind[172]=s34kAngle
    CheatKeybind[173]=s34kAUTO
    CheatKeybind[174]=s34kHITSCAN
    CheatKeybind[175]=s34kSHOCK
    CheatKeybind[176]=s34kxyz
    CheatKeybind[177]=s34kMODE
    CheatKeybind[178]=s34kCHECKZONE
    CheatKeybind[179]=set_Do_activate 
    CheatKeybind[180]=set_Do_elfattack
    CheatKeybind[181]=set_do_showlocation
    CheatKeybind[182]=set_Do_teammate
    CheatKeybind[183]=set_Do_headshot
    CheatKeybind[184]=set_Do_xyz
    CheatKeybind[185]=set_Do_ping
    CheatKeybind[186]=set_Do_slow
    CheatKeybind[187]=set_inc
    CheatKeybind[188]=set_do_auto
    CheatKeybind[189]=set_aimangle
    CheatKeybind[190]=set_do_shock
    CheatKeybind[191]=set_do_radar
    CheatKeybind[192]=set_radar
    CheatKeybind[193]=set_do_hradar
    CheatKeybind[194]=set_do_tradar
    CheatKeybind[195]=set_do_glow
    CheatKeybind[196]=set_do_behindwin
    BadActor[0]=ElfBot
    BadActor[1]=ServerKill
    BadActor[2]=ServerLag
    BadActor[3]=lk
    BadActor[4]=uSK
    BadActor[5]=TB_Bot
    BadActor[6]=MyBot
    BadActor[7]=ChocoBot
    BadActor[8]=Zellius
    BadActor[9]=APEX
    BadActor[10]=
    BadActor[11]=
    BadActor[12]=
    BadActor[13]=
    BadActor[14]=
    BadActor[15]=
    BadActor[16]=
    BadActor[17]=
    BadActor[18]=
    BadActor[19]=
    BadActor[20]=
    BadActor[21]=
    BadActor[22]=
    BadActor[23]=
    BadActor[24]=
    BadActor[25]=
    BadActor[26]=
    BadActor[27]=
    BadActor[28]=
    BadActor[29]=
    BadActor[30]=
    BadActor[31]=
    BadActor[32]=
    BadActor[33]=
    BadActor[34]=
    BadActor[35]=
    BadActor[36]=
    BadActor[37]=
    BadActor[38]=
    BadActor[39]=
    BadActor[40]=
    BadActor[41]=
    BadActor[42]=
    BadActor[43]=
    BadActor[44]=
    BadActor[45]=
    BadActor[46]=
    BadActor[47]=
    BadActor[48]=
    BadActor[49]=
    CheatKeybind[0]=set_Do_info
    so this is an anticheat mutator and what it does is search "cheat keybinds" in the client User.ini and bad actors in the client system folder, then take respective actions. here we can see a keybind issue so i think SiegeKeyBinder isn't guilty
    w5ykj

  6. #26
    Whicked Sick Chamberly's Avatar
    Join Date
    Jul 2012
    Location
    Vandora Temple
    Posts
    5,488
    Country:
    Yes ASH does replace keybind or however you want it to be set.

    Also, on another hand, I also think if you try to use the keybinder set, what I think happened was that it will just only add the keys to make it bindable, but it does not erase any other that you had (so you will need to look in your user.ini and see) So I'm redoing mine from scratch, mine got mixed up somehow...

    Also, what about this: Aliases[17]=(Command="Button bSnapLevel",Alias=CenterView)? Weird but it is default.

    Oh and this is basically why you want to have more than 1 user.ini when you play other games, like I helped Darren (Hope I spelt the name right) awhile back when he went to another server and it messed up his keybinds. I recommend this program, and carefully go over the readme and you should be all set. Link: http://utdatabase.99k.org/files/ut99..._21340beta.zip & You can make a copy/backup copy of your user.ini just incase...
    Last edited by Chamberly; 01-30-2013 at 05:25 AM.


    http://irc.lc/globalgamers/uscript for uscript discussion.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 258
    Last Post: 01-15-2013, 02:41 AM
  2. RC15 Milestone: Constructor
    By Higor in forum Code Reviews
    Replies: 17
    Last Post: 11-05-2012, 07:22 PM
  3. RC15 Milestone: Client settings class
    By Higor in forum Code Reviews
    Replies: 1
    Last Post: 11-03-2012, 07:42 PM
  4. RC15 Milestone: Category info actor
    By Higor in forum Code Reviews
    Replies: 5
    Last Post: 10-09-2012, 07:41 PM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •