-
Posts
4858 -
Joined
-
Last visited
-
Days Won
14
Leatherface last won the day on March 30
Leatherface had the most liked content!
Contact Methods
-
Steam
veile1959
-
Discord
=F|A=leatherface#9931
-
Website URL
https://www.facebook.com/michael.v.hansen
-
Occupation
security guard
Profile Information
-
Alias
=F|A=leatherface
-
Admin
19
-
Gender
Male
-
SL
#45980611
-
Location
Denmark
GUID
-
Steam ID
STEAM_0:0:118862567
Notes
-
T-M
ET: 8-5
Recent Profile Visitors
Leatherface's Achievements
-
what speed do you paying for ?? And is it wifi or cable?
-
Leatherface started following 2024- Donations - Post in this topic once you donate and winmtr ?
-
Thx to Drempa and ZaZA.. problem solved
-
Can you tell me, were to find it, cuz i cant see it
-
-
News =F|A=Fearless Assassins clan 16th Birthday!
Leatherface replied to RedBaird's topic in Site Announcements
Happy Bday -
Remember to dl 32 bit and NOT 64 bit of Legcy
-
try reboot your router
-
Other Barn!e's night at Jay3 on friday!
Leatherface replied to von Rantala's topic in Site Announcements
Ill try to be there -
i use this, i put it into word, renamed it ( whatever u like) then copy/paste to Etmain instructions.. on the NUMPAD key '1' select allies key '2' select spectator key '3' select axis once you have selected the side you want these next set of keys are then active, if you dont select a side it will tell you to pick a side first.. the keys above the 'arrow keys' 'insert' selects engineer with thompson/mp40 with dual akimbo's (if you've not got enough xp for the akimbos it will select a single pistol) if you want the garand/k43+akimbos press the key again. 'home' selects medic with thompson/mp40 (same applies with akimbos as before) 'pgup' selects field ops with thompson/mp40 + akimbos if you have them. 'delete' selects soldier (press to cycle weapons) + thompson if you have lvl4 if you want akimbos then tou will have to goto the menu to select it, but i don't know any lvl4 soldier who doesn't use machine gun lol 'end' er does nothing 'pgdn' selects covert ops (cycle weapons again) + akimbo's as above hope you understand all that it's easy once you learn the keys OR bind the keys you would like to use instead it's easy to edit.. just add this to your autoexec.cfg // // Spawnscript (Class-selection) // // Selection Binds - The keys bound to perform certian actions. bind KP_DOWNARROW "vstr ts" // Team Spec bind KP_END "vstr tb" // Team Allies bind KP_PGDN "vstr tr" // Team Axis bind DEL "vstr so" // Soldier (SMG, Flamethrower, MG42, Panzer or Mortar) bind HOME "vstr me" // Medic (SMG) bind INS "vstr en" // Engineer (SMG, Rifle + Grens) bind PGUP "vstr fo" // Field Ops (SMG) bind PGDN "vstr co" // Covert Ops (Sten, FG42 or Rifle + Scope) // Config - Intro Basically. Join a Game, ESCape out of Limbo menu and Select a Team. set ts "team spectator; set co vstr no_t; set so vstr no_t; set fo vstr no_t; set en vstr no_t; set me vstr no_t; echo ^2*^7spectator^2*" set tb "set co vstr b_co; set so vstr b_so; set fo vstr b_fo; set en vstr b_en; set me vstr b_me; echo ^2*^7allies^2*" set tr "set co vstr r_co; set so vstr r_so; set fo vstr r_fo; set en vstr r_en; set me vstr r_me; echo ^2*^7axis^2*" set no_t "echo ^2*^7You ^2need^7 to pick a team.^2*" // Allied Class Selection - If you picked a Team, its time to pick a Class // // Soldier set b_s1 "team b 0 5 8; set b_so vstr b_s2; say_team ^2*^7sold^2/^7panzer^2*" set b_s2 "team b 0 31 8; set b_so vstr b_s3; say_team ^2*^7sold^2/^7mg42^2*" set b_s3 "team b 0 35 8; set b_so vstr b_s4; say_team ^2*^7sold^2/^7mortar^2*" set b_s4 "team b 0 6 8; set b_so vstr b_s1; say_team ^2*^7sold^2/^7fthrower^2*" set b_so "vstr b_s1" // Medic set b_me "team b 1 8 37; say_team ^2*^7medic^2/^7smg^2*" // Engineer set b_e1 "team b 2 8 37; set b_en vstr b_e2; say_team ^2*^7engy^2/^7smg^2*" set b_e2 "team b 2 24 8; set b_en vstr b_e1; say_team ^2*^7engy^2/^7rifle(grens)^2*" set b_en "vstr b_e1" // Field Ops set b_fo "team b 3 8 37; say_team ^2*^7fops^2/^7smg^2*" // Covert Ops set b_c1 "team b 4 33 47; set b_co vstr b_c2; say_team ^2*^7covops^2/^7fg42^2*" set b_c2 "team b 4 25 47; set b_co vstr b_c3; say_team ^2*^7covops^2/^7rifle(scoped)^2*" set b_c3 "team b 4 10 47; set b_co vstr b_c1; say_team ^2*^7covops^2/^7sten^2*" set b_co "vstr b_c1" // Covert Ops set r_c1 "team r 4 33 48; set r_co vstr r_c2; say_team ^2*^7covops^2/^7fg42" set r_c2 "team r 4 32 48; set r_co vstr r_c3; say_team ^2*^7covops^2/^7rifle(scoped)"" set r_c3 "team r 4 10 48; set r_co vstr r_c1; say_team ^2*^7covops^2/^7sten^2*" set r_co "vstr r_c1" // Axis Class Selection - Same as above, just different values. // // Soldier set r_s1 "team r 0 5 3; set r_so vstr r_s2; say_team ^2*^7sold^2/^7panzer^2* set r_s2 "team r 0 31 3; set r_so vstr r_s3; say_team ^2*^7sold^2/^7mg42^2*" set r_s3 "team r 0 35 3; set r_so vstr r_s4; say_team ^2*^7sold^2/^7mortar^2*" set r_s4 "team r 0 6 3; set r_so vstr r_s1; say_team ^2*^7sold^2/^7fthrower^2*" set r_so "vstr r_s1" // Medic set r_me "team r 1 3 38; say_team ^2*^7medic^2/^7smg^2*" // Engineer set r_e1 "team r 2 3 38; set r_en vstr r_e2; say_team ^2*^7engy^2/^7smg^2*" set r_e2 "team r 2 23 3; set r_en vstr r_e1; say_team ^2*^7engy^2/^7rifle(grens)^2*" set r_en "vstr r_e1" // Field Ops set r_fo "team r 3 3 38; say_team ^2*^7fops^2/^7smg^2* // Initiate Script - Makes it work. vstr ts
-
I have used this, since 2008 or so instructions.. on the NUMPAD key '1' select allies key '2' select spectator key '3' select axis once you have selected the side you want these next set of keys are then active, if you dont select a side it will tell you to pick a side first.. the keys above the 'arrow keys' 'insert' selects engineer with thompson/mp40 with dual akimbo's (if you've not got enough xp for the akimbos it will select a single pistol) if you want the garand/k43+akimbos press the key again. 'home' selects medic with thompson/mp40 (same applies with akimbos as before) 'pgup' selects field ops with thompson/mp40 + akimbos if you have them. 'delete' selects soldier (press to cycle weapons) + thompson if you have lvl4 if you want akimbos then tou will have to goto the menu to select it, but i don't know any lvl4 soldier who doesn't use machine gun lol 'end' er does nothing 'pgdn' selects covert ops (cycle weapons again) + akimbo's as above hope you understand all that it's easy once you learn the keys OR bind the keys you would like to use instead it's easy to edit.. just add this to your autoexec.cfg // // Spawnscript (Class-selection) // // Selection Binds - The keys bound to perform certian actions. bind KP_DOWNARROW "vstr ts" // Team Spec bind KP_END "vstr tb" // Team Allies bind KP_PGDN "vstr tr" // Team Axis bind DEL "vstr so" // Soldier (SMG, Flamethrower, MG42, Panzer or Mortar) bind HOME "vstr me" // Medic (SMG) bind INS "vstr en" // Engineer (SMG, Rifle + Grens) bind PGUP "vstr fo" // Field Ops (SMG) bind PGDN "vstr co" // Covert Ops (Sten, FG42 or Rifle + Scope) // Config - Intro Basically. Join a Game, ESCape out of Limbo menu and Select a Team. set ts "team spectator; set co vstr no_t; set so vstr no_t; set fo vstr no_t; set en vstr no_t; set me vstr no_t; echo ^2*^7spectator^2*" set tb "set co vstr b_co; set so vstr b_so; set fo vstr b_fo; set en vstr b_en; set me vstr b_me; echo ^2*^7allies^2*" set tr "set co vstr r_co; set so vstr r_so; set fo vstr r_fo; set en vstr r_en; set me vstr r_me; echo ^2*^7axis^2*" set no_t "echo ^2*^7You ^2need^7 to pick a team.^2*" // Allied Class Selection - If you picked a Team, its time to pick a Class // // Soldier set b_s1 "team b 0 5 8; set b_so vstr b_s2; say_team ^2*^7sold^2/^7panzer^2*" set b_s2 "team b 0 31 8; set b_so vstr b_s3; say_team ^2*^7sold^2/^7mg42^2*" set b_s3 "team b 0 35 8; set b_so vstr b_s4; say_team ^2*^7sold^2/^7mortar^2*" set b_s4 "team b 0 6 8; set b_so vstr b_s1; say_team ^2*^7sold^2/^7fthrower^2*" set b_so "vstr b_s1" // Medic set b_me "team b 1 8 37; say_team ^2*^7medic^2/^7smg^2*" // Engineer set b_e1 "team b 2 8 37; set b_en vstr b_e2; say_team ^2*^7engy^2/^7smg^2*" set b_e2 "team b 2 24 8; set b_en vstr b_e1; say_team ^2*^7engy^2/^7rifle(grens)^2*" set b_en "vstr b_e1" // Field Ops set b_fo "team b 3 8 37; say_team ^2*^7fops^2/^7smg^2*" // Covert Ops set b_c1 "team b 4 33 47; set b_co vstr b_c2; say_team ^2*^7covops^2/^7fg42^2*" set b_c2 "team b 4 25 47; set b_co vstr b_c3; say_team ^2*^7covops^2/^7rifle(scoped)^2*" set b_c3 "team b 4 10 47; set b_co vstr b_c1; say_team ^2*^7covops^2/^7sten^2*" set b_co "vstr b_c1" // Covert Ops set r_c1 "team r 4 33 48; set r_co vstr r_c2; say_team ^2*^7covops^2/^7fg42" set r_c2 "team r 4 32 48; set r_co vstr r_c3; say_team ^2*^7covops^2/^7rifle(scoped)"" set r_c3 "team r 4 10 48; set r_co vstr r_c1; say_team ^2*^7covops^2/^7sten^2*" set r_co "vstr r_c1" // Axis Class Selection - Same as above, just different values. // // Soldier set r_s1 "team r 0 5 3; set r_so vstr r_s2; say_team ^2*^7sold^2/^7panzer^2* set r_s2 "team r 0 31 3; set r_so vstr r_s3; say_team ^2*^7sold^2/^7mg42^2*" set r_s3 "team r 0 35 3; set r_so vstr r_s4; say_team ^2*^7sold^2/^7mortar^2*" set r_s4 "team r 0 6 3; set r_so vstr r_s1; say_team ^2*^7sold^2/^7fthrower^2*" set r_so "vstr r_s1" // Medic set r_me "team r 1 3 38; say_team ^2*^7medic^2/^7smg^2*" // Engineer set r_e1 "team r 2 3 38; set r_en vstr r_e2; say_team ^2*^7engy^2/^7smg^2*" set r_e2 "team r 2 23 3; set r_en vstr r_e1; say_team ^2*^7engy^2/^7rifle(grens)^2*" set r_en "vstr r_e1" // Field Ops set r_fo "team r 3 3 38; say_team ^2*^7fops^2/^7smg^2* // Initiate Script - Makes it work. vstr ts
About Us
We are glad you decided to stop by our website and servers. At Fearless Assassins Gaming Community (=F|A=) we strive to bring you the best gaming experience possible. With helpful admins, custom maps and good server regulars your gaming experience should be grand! We love to have fun by playing online games especially W:ET, Call of Duty Series, Counter Strike: Series, Minecraft, Insurgency, DOI, Sandstorm, RUST, Team Fortress Series & Battlefield Series and if you like to do same then join us! Here, you can make worldwide friends while enjoying the game. Anyone from any race and country speaking any language can join our Discord and gaming servers. We have clan members from US, Canada, Europe, Sri Lanka, India, Japan, Australia, Brazil, UK, Austria, Poland, Finland, Turkey, Russia, Germany and many other countries. It doesn't matter how much good you are in the game or how much good English you speak. We believe in making new friends from all over the world. If you want to have fun and want to make new friends join up our gaming servers and our VoIP servers any day and at any time. At =F|A= we are all players first and then admins when someone needs our help or support on server.