Aimbots.net - The N°1 Community For All Your Gaming Needs.
+ Reply to Thread + Post New Thread
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 20

Thread: [RELEASE] linux: ETH 1.4 archit3ct B2
  • Share This Thread!
    • Share on Facebook
    1. #1
      Junior Member cry1337 is on a distinguished road
      Join Date
      Oct 2008
      Posts
      10
      Thanks
      0
      Thanked 0 Times in 0 Posts

      Default [RELEASE] linux: ETH 1.4 archit3ct B2

      Beta 2 is finally released

      What's new ? :

      target priority : crosshair (rabbits script)
      transparent flat cham
      plasma cham
      "ghost mode" cham
      new /eth_spam including version.def
      /eth_vers (version spam)
      "drawHeadbox" bug fixed
      etpro OS changer in menu (/eth_etpro_os removed)
      killspam moved to "misc" category
      new category : "menu settings"
      new styled menu icons
      can choose menu colors
      styled menu bug fixed
      default ethconf modified

      DOWNLOAD :
      mirror 1 : ethcoders [...] (source)


      Hope you'll enjoy it !

      http://ethcoders.free.fr/
      #ethcoders @ irc.freenode.net

    2. #2
      Senior Member opls is on a distinguished road opls's Avatar
      Join Date
      Dec 2008
      Posts
      140
      Thanks
      1
      Thanked 1 Time in 1 Post

      Default Re: [RELEASE] linux: ETH 1.4 archit3ct B2

      need tutorial how to use it

    3. #3
      Status quo ante. Chef is on a distinguished road Chef's Avatar
      Join Date
      Mar 2009
      Location
      The Netherlands
      Posts
      681
      Thanks
      46
      Thanked 30 Times in 24 Posts

      Default Re: [RELEASE] linux: ETH 1.4 archit3ct B2

      EthCoders (how to download and install)
      EthCoders (how to launch it)
      Ich verkaufe Spargel und Erdbeeren!

    4. #4
      Senior Member opls is on a distinguished road opls's Avatar
      Join Date
      Dec 2008
      Posts
      140
      Thanks
      1
      Thanked 1 Time in 1 Post

      Default Re: [RELEASE] linux: ETH 1.4 archit3ct B2

      Quote Originally Posted by Chef View Post
      EthCoders (how to download and install)
      EthCoders (how to launch it)
      CAN U give that linkx from others site because im no loged there and when i loged i must w8 and ic ant open this links


      sry 4english

    5. #5
      Status quo ante. Chef is on a distinguished road Chef's Avatar
      Join Date
      Mar 2009
      Location
      The Netherlands
      Posts
      681
      Thanks
      46
      Thanked 30 Times in 24 Posts

      Default Re: [RELEASE] linux: ETH 1.4 archit3ct B2

      -----------------------------------------
      How to download and install
      -----------------------------------------
      Credits: the_archit3ct
      -----------------------------------------
      Open your terminal.
      Install dependences :
      Code:
      sudo apt-get install binutils-dev libelfg0-dev libcppunit-dev libx11-dev libgl1-mesa-dev zlib1g-dev g++ gcc pkg-config
      

      Download ETH :
      Code:
      wget http://ethcoders.free.fr/download/eth-1.4-archit3ct-b1.zip
      

      Extract ETH and delete archive (if you want to extract elsewhere, don't do it on enemy territory folder) :
      Code:
      unzip eth-1.4-archit3ct-b1.zip
      rm eth-1.4-archit3ct-b1.zip
      

      Compile ETH :
      Code:
      cd eth-1.4-archit3ct-b1
      make clean
      make
      make RELEASE=1
      

      Then put .so file in your home/user and .pk3 file in your home/user/.etwolf/etmain
      Launch your run.sh and have fun !



      -----------------------------------------
      How to launch
      -----------------------------------------
      Credits: the_archit3ct
      -----------------------------------------
      Open console and copy/paste :
      Code:
      cd
      wget http://ethcoders.free.fr/download/eth_runfile.tar.gz && tar xzvf eth_runfile.tar.gz && rm eth_runfile.tar.gz && gedit run.sh
      

      Replace "nameofyouraccount" by the name of your account (lol).
      Save and quit this window.

      Now place "libETH.so" or however you called your .so file on "/home/account/" and place "zzz_archit3ct.pk3" (don't rename it) on "home/account/.etwolf/etmain/".

      Then open your console and type :
      Code:
      sh run.sh +connect 111.11.111.111:12345 +password superpw
      
      you'll directly go on the server of your choice !
      Ich verkaufe Spargel und Erdbeeren!

    6. The Following User Says Thank You to Chef For This Useful Post:

      qwcl (May 18th, 2010)

    7. #6
      Junior Member cry1337 is on a distinguished road
      Join Date
      Oct 2008
      Posts
      10
      Thanks
      0
      Thanked 0 Times in 0 Posts

      Default Re: [RELEASE] linux: ETH 1.4 archit3ct B2

      I have to edit this tutorial.

      Replace this part :

      Download ETH :
      Code:
      wget http://ethcoders.free.fr/download/et...chit3ct-b1.zip


      Extract ETH and delete archive (if you want to extract elsewhere, don't do it on enemy territory folder) :
      Code:
      unzip eth-1.4-archit3ct-b1.zip
      rm eth-1.4-archit3ct-b1.zip
      By this :

      wget http://ethcoders.free.fr/download/et...t3ct-b2.tar.gz

      tar xzvf eth-1.4-archit3ct-b2.tar.gz
      rm eth-1.4-archit3ct-b2.tar.gz

    8. #7
      Senior Member opls is on a distinguished road opls's Avatar
      Join Date
      Dec 2008
      Posts
      140
      Thanks
      1
      Thanked 1 Time in 1 Post

      Default Re: [RELEASE] linux: ETH 1.4 archit3ct B2

      Quote Originally Posted by Chef View Post
      -----------------------------------------
      How to download and install
      -----------------------------------------
      Credits: the_archit3ct
      -----------------------------------------
      Open your terminal.
      Install dependences :
      Code:
      sudo apt-get install binutils-dev libelfg0-dev libcppunit-dev libx11-dev libgl1-mesa-dev zlib1g-dev g++ gcc pkg-config
      
      Download ETH :
      Code:
      wget http://ethcoders.free.fr/download/eth-1.4-archit3ct-b1.zip
      
      Extract ETH and delete archive (if you want to extract elsewhere, don't do it on enemy territory folder) :
      Code:
      unzip eth-1.4-archit3ct-b1.zip
      rm eth-1.4-archit3ct-b1.zip
      
      Compile ETH :
      Code:
      cd eth-1.4-archit3ct-b1
      make clean
      make
      make RELEASE=1
      
      Then put .so file in your home/user and .pk3 file in your home/user/.etwolf/etmain
      Launch your run.sh and have fun !



      -----------------------------------------
      How to launch
      -----------------------------------------
      Credits: the_archit3ct
      -----------------------------------------
      Open console and copy/paste :
      Code:
      cd
      wget http://ethcoders.free.fr/download/eth_runfile.tar.gz && tar xzvf eth_runfile.tar.gz && rm eth_runfile.tar.gz && gedit run.sh
      
      Replace "nameofyouraccount" by the name of your account (lol).
      Save and quit this window.

      Now place "libETH.so" or however you called your .so file on "/home/account/" and place "zzz_archit3ct.pk3" (don't rename it) on "home/account/.etwolf/etmain/".

      Then open your console and type :
      Code:
      sh run.sh +connect 111.11.111.111:12345 +password superpw
      
      you'll directly go on the server of your choice !
      btw the best bot on linux 4me

    9. #8
      Status quo ante. Chef is on a distinguished road Chef's Avatar
      Join Date
      Mar 2009
      Location
      The Netherlands
      Posts
      681
      Thanks
      46
      Thanked 30 Times in 24 Posts

      Default Re: [RELEASE] linux: ETH 1.4 archit3ct B2

      Quote Originally Posted by opls View Post
      btw the best bot on linux 4me
      I prefer ETH32nix But ETH also pwns ass
      Ich verkaufe Spargel und Erdbeeren!

    10. #9
      Senior Member opls is on a distinguished road opls's Avatar
      Join Date
      Dec 2008
      Posts
      140
      Thanks
      1
      Thanked 1 Time in 1 Post

      Default Re: [RELEASE] linux: ETH 1.4 archit3ct B2

      is in this eth etproguidspoofer?

    11. #10
      Status quo ante. Chef is on a distinguished road Chef's Avatar
      Join Date
      Mar 2009
      Location
      The Netherlands
      Posts
      681
      Thanks
      46
      Thanked 30 Times in 24 Posts

      Default Re: [RELEASE] linux: ETH 1.4 archit3ct B2

      Quote Originally Posted by opls View Post
      is in this eth etproguidspoofer?
      I belive not, sorry
      Ich verkaufe Spargel und Erdbeeren!

    Similar Threads

    1. linux: ETH 1.4 archit3ct B2 turned of visuals
      By boroboy in forum Enemy Territory Cheats (Linux)
      Replies: 0
      Last Post: July 4th, 2010, 13:10
    2. Release: OGC 3.0 for Security-Enhanced Linux (Fedora 12)
      By quandary in forum Urban Terror Cheats (Linux)
      Replies: 0
      Last Post: February 8th, 2010, 00:25
    3. [Release] Eth32 Linux!
      By jmpnop in forum ETH32
      Replies: 101
      Last Post: September 9th, 2009, 19:15
    4. [RELEASE] linux: ETH 1.4 archit3ct B1 [UNDETECTED]
      By cry1337 in forum Enemy Territory Cheats (Linux)
      Replies: 4
      Last Post: July 5th, 2009, 00:33
    5. [Release] Eth32 Linux!
      By jmpnop in forum Enemy Territory Cheats (Linux)
      Replies: 3
      Last Post: December 13th, 2008, 10:09

    Bookmarks

    Posting Permissions

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