Jump to content

Recommended Posts

Posted

Hey all I wanna share with you my in game cs 1.6 config

 

first you need to creat autoexec.cfg file

Open notepad and do save as .. then write autoexec.cfg

 

in that note pad you can add those script

 

//Silent Run

 

Alias "ducker" "+duck;wait;-duck;wait;wait;wait;wait;wait;wait;+duck;wait;wait ;wait;wait;wait;wait;wait;wait;wait;wait;wait;wait ;wait;-duck"

Bind "mwheeldown" "ducker"

 

//Lag

 

Bind "l" "+fff"

alias +fff "alias _special @fff;@fff"

alias -fff "alias _special"

alias @fff "special;w3;timerefresh;w3;timerefresh"

alias w3 "wait;wait;wait"

 

//

alias w5 "wait;wait;wait;wait;wait"

alias w20 "w5;w5;w5;w5"

alias scope "+attack2;wait;-attack2"

alias scope2 "+attack2;w20;-attack2"

 

alias +2xshot "scope"

alias -2xshot "+attack;wait;-attack;wait;lastinv;lastinv"

 

bind "mouse3" "+2xshot"

 

 

//alias _special ffire

 

alias fireon "alias _special ffire;ffire;alias afire fireoff"

alias fireoff "alias _special;alias afire fireon"

alias afire "fireon"

alias ffire "impulse 100;wait;special"

alias +fastfire "afire"

alias -fastfire "fireoff"

 

bind v +fastfire

 

//

;alias +F.Bun "alias cl_rebuy F.Bun;F.Bun"

;alias -F.Bun "alias cl_rebuy;alias F.Buh F.r1;-jump"

;alias F.Bun "rebuy;wait;F.Buh"

;alias F.Buh "F.r1"

;alias F.r1 "alias F.Buh F.r2;+jump"

;alias F.r2 "alias F.Buh F.r3"

;alias F.r3 "alias F.Buh F.r1;-jump"

bind space "+F.Bun"

 

 

// AutoPistol version 2.1 @ elxDraco.net

 

bind "mouse1" "+elx[lF7].AutoPistol"

bind "q" "-elx[lF7].AutoPistol;lastinv"

 

alias "+elx[lF7].AutoPistol" "alias _special elx[lF7].AutoPistol;elx[lF7].AutoPistol"

alias "-elx[lF7].AutoPistol" "alias _special;-attack;alias elx[lF7].cycle elx[lF7].seq00"

alias "elx[lF7].AutoPistol" "elx[lF7].cycle;wait;special"

alias "elx[lF7].cycle" "elx[lF7].seq00"

alias "elx[lF7].seq00" "alias elx[lF7].cycle elx[lF7].seq01;+attack"

alias "elx[lF7].seq01" "alias elx[lF7].cycle elx[lF7].seq02"

alias "elx[lF7].seq02" "alias elx[lF7].cycle elx[lF7].seq03"

alias "elx[lF7].seq03" "alias elx[lF7].cycle elx[lF7].seq04"

alias "elx[lF7].seq04" "alias elx[lF7].cycle elx[lF7].seq00;-attack"

 

 

// Toggle

 

alias "elx[lF7].AutoPistol=on" "alias +elx[lF7].Attack +elx[lF7].AutoPistol;alias -elx[lF7].Attack -elx[lF7].AutoPistol;alias elx[lF7].AutoPistol=tog elx[lF7].AutoPistol=off"

alias "elx[lF7].AutoPistol=off" "alias +elx[lF7].Attack +attack;alias -elx[lF7].Attack -attack;alias elx[lF7].AutoPistol=tog elx[lF7].AutoPistol=on"

alias "elx[lF7].AutoPistol=tog" "elx[lF7].AutoPistol=on"

alias "+elx[lF7].Attack" "+attack"

alias "-elx[lF7].Attack" "-attack"

bind "z" "elx[lF7].AutoPistol=tog"

bind "mouse1" "+elx[lF7].Attack"

 

 

 

Me I suggest you to had them all in the autoexec.cfg

 

 

Also open config.cfg located in your cstrike folder and add the line exec autoexec.cfg at the end.

 

That it hope it help you.

Posted

it is tested by a friend and as he told me it worked

 

the topic is from a friend [ i mean i saw him do on the game] and he told me to make a topic

 

so the credits go to my friend not to me :P

  • 1 month later...
  • 1 month later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


  • Posts

    • TG Support: https://t.me/buyingproxysup | Channel: https://t.me/buyingproxycom Discord support: #buyingproxy | Server: Join the BuyingProxy Discord Server!  Create your free account here
    • I think you should check the video more carefully you missing something very important 😛      
    • Im responding to an anonymous account with 3 posts, almost no background, and practically zero useful information added to the discussion. On top of that, the topic title is misleading  calling it "Lucera Source Code" gives a completely different impression from what is actually being presented.   I didn’t say anything different. Therefore, I have no clue how his process produces the same desirable result.   And here you are creating drama. Your topic title clearly says "Lucera Source Code," which is not actually the case, or at least that’s how it looked when I first clicked on it, so I don’t think I was completely off. There’s also no significant information about your process like  what difficulties you faced, what tools you used, or anything else meaningful. Yet you still expect others to provide value based on what? I’m not talking about your project itself which, by the way, good job. I’m talking about the topic itself as a source of value for this forum, because right now it doesn’t really offer much in that regard. So regarding the semantics, yes, wording does matter.  
    • You are funny guy! 😄 😄 😄    I was working with Lucera long before “AI apps” became fashionable. This was not something I generated in one day with a prompt. It took me years of work, testing, debugging and fixing broken decompiled code.   Of course a decompiled source is not the original private repository with the original comments, history and developer structure. Nobody said it is the same Git repository. But saying it is only “guesses” is also wrong.   When you decompile, rebuild, fix thousands of compile/runtime issues, restore broken logic, reconnect scripts, fix bad casts, repair database calls, compile it again and run it in-game, at that point it is no longer just a guess.   It becomes a working reconstructed source base!   The important part is not whether it is byte-for-byte identical to the original private source. The important part is that I can now work directly inside the code, change core logic, rebuild scripts, fix bugs and continue development without being locked behind closed binaries.   Does it compile? Yes. Does it run in-game? Yes. Can I modify core systems directly? Yes. Can I continue development independently? Yes.   So call it reconstructed, decompiled, cleaned, restored or whatever name you prefer. The result is still the same: I have a working source environment that gives me control over the lucera2 project.   And that was exactly the goal!   🙂 
  • Topics

×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..