(DONT WORK, OUTDATED)Apex legends Semi-complete hack on linux. step by step

Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...
Onaylı Üye
Katılım
20 Tem 2019
Mesajlar
54
Tepki puanı
8
Ödüller
6
Yaş
35
6 HİZMET YILI
I was looking for this, thanks Sir
 
Yurtta sulh cihanda sulh
Seçkin Üye
Katılım
27 Kas 2018
Mesajlar
478
Çözümler
1
Tepki puanı
66
Ödüller
7
7 HİZMET YILI
sadece linüx olması üzdü yine de teşekkürler
 
Üye
Katılım
8 Mar 2023
Mesajlar
5
Tepki puanı
0
Yaş
23
3 HİZMET YILI
The hack has;
No-recoil
Aimbot
Wall
(You can configure it, there is an option to show the enemy marked with the color of the shield you are using. Or to be marked as a bloodhound ult when visible or not.)
all are 100% configurable

step by step;

Install linux. Ubuntu or pop_os (usb or cd drive needed)

Requirements for distro linux;

• Linux OS with X11 (direct x11)
• g++ compiler (Ubuntu 11.2.0-19ubuntu1) 11.2.0 or higher).

you can search on youtube that is easier to download it (I recommend pop_os)

On Linux, open terminal

----------------------------------------
In terminal, enter these commands in order:
• sudo apt install build-essential
• sudo apt install libx11-dev
• sudo add-apt-repository multiverse
• sudo apt update
• sudo apt upgrade

Install Steam(you can download directly from the steam website, however, via flatpak it is 101% guaranteed):
-----------------------------------------
• sudo apt update
• sudo apt install steam

• Open steam > Go to steam settings > go to the Steam Play tab > Enable Steam Play for all other titles > select Proton Experimental in the drop-down menu
• Install Apex
• Go to apex in libraries, and right click and open the settings
• compatibility > experimental proton


installing github
----------------------------------------
• sudo apt update
• sudo apt upgrade
• sudo apt install git
• git clone
Bağlantıları görmek için lütfen Giriş Yap



installing github manually in case of error get git clone (You can skip this section and continue to the next if the "git clone ...." command works for you)
----------------------------------------
In terminal, enter these commands in order:
• -p curl >/dev/null || sudo apt install curl -y
• curl -fsSL
Bağlantıları görmek için lütfen Giriş Yap
| sudo dd of=/usr/share/keyrings/githubcli-archive-keyring.gpg
• sudo chmod go+r /usr/share/keyrings/githubcli-archive-keyring.gpg
• echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/githubcli-archive-keyring.gpg]
Bağlantıları görmek için lütfen Giriş Yap
stable main" | sudo tee /etc/apt/sources.list.d/github-cli.list > /dev/null
• sudo apt update
• sudo apt install gh -y

Install Cheat(if you were able to download git from myapex without problems using the git clone command, you can skip this part)
----------------------------------------
In terminal, enter these commands in order:
• gh repo clone arturzxc/myapex (Skip this command if you skipped the last section)
• cd myapex
- if you enter the folder, type "ls" in the terminal. If you have all the files, you downloaded everything in peace

Install GameMode (Improves game performance on Linux)
----------------------------------------
In terminal:
• sudo apt install gamemode
• gamemode-simulate-game (run this command, it should do nothing for a few seconds)

• Right click Apex on Steam > Properties > Put "gamemoderun %command%" (no quotes) in the launch options for Apex

Running the cheat with apex
----------------------------------------
• Open Apex

In terminal:
• cd myapex
• g++ Main.cpp -lX11
• sudo ./a.out

If everything went fine then you will see something simmilar to the text below ( )

======================== SETTINGS LOADED ========================
FEATURE_AIMBOT_ON true
FEATURE_NORECOIL_ON true
FEATURE_SENSE_ON true
AIMBOT_TRIGGER 0
AIMBOT_SMOOTHING 5
AIMBOT_ACTIVATION_FOV 20
AIMBOT_MAX_RANGE 250
NORECOIL_PITCH_STRENGTH 0.400000
NORECOIL_YAW_STRENGTH 0.400000
=================================================================

UPDATE[1000] OK.
UPDATE[0] OK.

check if the 3 are "true" ;aimbot,norecoil,sense on

in the first matches it may take a while to find a match, however, it is normal. The cheat detects when it is taking too long, and is deactivated and activated again within the game

extra activate aimbot / configure
----------------------------------------
you can activate aimbot using this

• cd myapex
• sudo nano myapex.ini
• edit the line "aimbot on.." put "true"
• press CTRL+O(to enter save mode, do not modify anything, just press enter) > enter(for save) > CTRL+X(to exit nano mode)


I use this configuration;

AIMBOT_SMOOTHING 5
AIMBOT_ACTIVATION_FOV 20
AIMBOT_MAX_RANGE 250

obs; smoothing is the force that will pull, the less, the stronger. I recommend that you use above 20 if you are going to play alone
never use zero, otherwise it won't get



step by step to change keycap and configuration that I recommend.


• aimbot trigger; you put the button of your choice, I use "alt left" his code is "0xffe9"
you may be looking at the code of all the keys in the "keycodes.txt".

• after configuring everything the way you want, press the keys;
ctrl+o (to save) > enter > ctrl+x (to exit nano)

example;


picture hack working.

all credit goes to;
Bağlantıları görmek için lütfen Giriş Yap
/
Bağlantıları görmek için lütfen Giriş Yap

So I'm sharing the same, and showing the way I made it work


UPDATE--------------- github.com/Nipicoco

- git clone
Bağlantıları görmek için lütfen Giriş Yap

- cd ApexCock\
- follow the previous steps to edit to your preference
- g++ Main.cpp -lX11
- sudo ./a.out
If I use it on Linux, will it become particularly safe and will not be detected
 
Üye
Katılım
20 Ara 2022
Mesajlar
45
Tepki puanı
1
Ödüller
3
Yaş
28
3 HİZMET YILI
sadece linux olması kötü olmuş, neyse bir ara deneyebilirim
 
Onaylı Üye
Katılım
2 Eki 2021
Mesajlar
149
Tepki puanı
9
Ödüller
4
4 HİZMET YILI
The hack has;
No-recoil
Aimbot
Wall
(You can configure it, there is an option to show the enemy marked with the color of the shield you are using. Or to be marked as a bloodhound ult when visible or not.)
all are 100% configurable

step by step;

Install linux. Ubuntu or pop_os (usb or cd drive needed)

Requirements for distro linux;

• Linux OS with X11 (direct x11)
• g++ compiler (Ubuntu 11.2.0-19ubuntu1) 11.2.0 or higher).

you can search on youtube that is easier to download it (I recommend pop_os)

On Linux, open terminal

----------------------------------------
In terminal, enter these commands in order:
• sudo apt install build-essential
• sudo apt install libx11-dev
• sudo add-apt-repository multiverse
• sudo apt update
• sudo apt upgrade

Install Steam(you can download directly from the steam website, however, via flatpak it is 101% guaranteed):
-----------------------------------------
• sudo apt update
• sudo apt install steam

• Open steam > Go to steam settings > go to the Steam Play tab > Enable Steam Play for all other titles > select Proton Experimental in the drop-down menu
• Install Apex
• Go to apex in libraries, and right click and open the settings
• compatibility > experimental proton


installing github
----------------------------------------
• sudo apt update
• sudo apt upgrade
• sudo apt install git
• git clone
Bağlantıları görmek için lütfen Giriş Yap



installing github manually in case of error get git clone (You can skip this section and continue to the next if the "git clone ...." command works for you)
----------------------------------------
In terminal, enter these commands in order:
• -p curl >/dev/null || sudo apt install curl -y
• curl -fsSL
Bağlantıları görmek için lütfen Giriş Yap
| sudo dd of=/usr/share/keyrings/githubcli-archive-keyring.gpg
• sudo chmod go+r /usr/share/keyrings/githubcli-archive-keyring.gpg
• echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/githubcli-archive-keyring.gpg]
Bağlantıları görmek için lütfen Giriş Yap
stable main" | sudo tee /etc/apt/sources.list.d/github-cli.list > /dev/null
• sudo apt update
• sudo apt install gh -y

Install Cheat(if you were able to download git from myapex without problems using the git clone command, you can skip this part)
----------------------------------------
In terminal, enter these commands in order:
• gh repo clone arturzxc/myapex (Skip this command if you skipped the last section)
• cd myapex
- if you enter the folder, type "ls" in the terminal. If you have all the files, you downloaded everything in peace

Install GameMode (Improves game performance on Linux)
----------------------------------------
In terminal:
• sudo apt install gamemode
• gamemode-simulate-game (run this command, it should do nothing for a few seconds)

• Right click Apex on Steam > Properties > Put "gamemoderun %command%" (no quotes) in the launch options for Apex

Running the cheat with apex
----------------------------------------
• Open Apex

In terminal:
• cd myapex
• g++ Main.cpp -lX11
• sudo ./a.out

If everything went fine then you will see something simmilar to the text below ( )

======================== SETTINGS LOADED ========================
FEATURE_AIMBOT_ON true
FEATURE_NORECOIL_ON true
FEATURE_SENSE_ON true
AIMBOT_TRIGGER 0
AIMBOT_SMOOTHING 5
AIMBOT_ACTIVATION_FOV 20
AIMBOT_MAX_RANGE 250
NORECOIL_PITCH_STRENGTH 0.400000
NORECOIL_YAW_STRENGTH 0.400000
=================================================================

UPDATE[1000] OK.
UPDATE[0] OK.

check if the 3 are "true" ;aimbot,norecoil,sense on

in the first matches it may take a while to find a match, however, it is normal. The cheat detects when it is taking too long, and is deactivated and activated again within the game

extra activate aimbot / configure
----------------------------------------
you can activate aimbot using this

• cd myapex
• sudo nano myapex.ini
• edit the line "aimbot on.." put "true"
• press CTRL+O(to enter save mode, do not modify anything, just press enter) > enter(for save) > CTRL+X(to exit nano mode)


I use this configuration;

AIMBOT_SMOOTHING 5
AIMBOT_ACTIVATION_FOV 20
AIMBOT_MAX_RANGE 250

obs; smoothing is the force that will pull, the less, the stronger. I recommend that you use above 20 if you are going to play alone
never use zero, otherwise it won't get



step by step to change keycap and configuration that I recommend.


• aimbot trigger; you put the button of your choice, I use "alt left" his code is "0xffe9"
you may be looking at the code of all the keys in the "keycodes.txt".

• after configuring everything the way you want, press the keys;
ctrl+o (to save) > enter > ctrl+x (to exit nano)

example;


picture hack working.

all credit goes to;
Bağlantıları görmek için lütfen Giriş Yap
/
Bağlantıları görmek için lütfen Giriş Yap

So I'm sharing the same, and showing the way I made it work


UPDATE--------------- github.com/Nipicoco

- git clone
Bağlantıları görmek için lütfen Giriş Yap

- cd ApexCock\
- follow the previous steps to edit to your preference
- g++ Main.cpp -lX11
- sudo ./a.out
Thanks You very much for sharing this information
because all user of this hack need that
Happy Scarlett Johansson GIF
 
Onaylı Üye
Katılım
7 Ocak 2017
Mesajlar
54
Tepki puanı
7
Ödüller
7
Yaş
33
9 HİZMET YILI
any video or something to know how to use it because I have no idea how to use linux
 
Fikirlere kurşun işlemez
Ultra Üye
Katılım
7 Nis 2020
Mesajlar
1,827
Çözümler
5
Tepki puanı
232
Ödüller
9
6 HİZMET YILI
This method has been detected, my friend. It's up to you to use it.
 
Ultra Üye
Katılım
22 Ara 2019
Mesajlar
1,554
Çözümler
3
Tepki puanı
148
Ödüller
5
Yaş
20
6 HİZMET YILI
çok güzel konu ancak windows versiyonu olsa mükemmel olurdu
 
Onaylı Üye
Katılım
16 Mar 2021
Mesajlar
52
Tepki puanı
1
Ödüller
2
Yaş
25
5 HİZMET YILI
Thank you bro, I am using it now and enjoying it a lot
 
birgünbirpalyaçovarmış
Süper Üye
Katılım
8 Eyl 2020
Mesajlar
1,499
Çözümler
8
Tepki puanı
137
Ödüller
7
Yaş
25
Sosyal
5 HİZMET YILI
reis windows kullanıyoruz linux dan nasıl geçirebiliriz?
 
Uzman Üye
Katılım
22 Ocak 2019
Mesajlar
194
Tepki puanı
20
Ödüller
7
Yaş
28
7 HİZMET YILI
ah be linux olmayaydı iyiydi tamda ümitlenmiştim sonunda güvenebilceğim bi apex hilesi diye
apex hilelerinin cogunun linuxta olmasinin sebebi linuxta eac calismiyor olmasi yani elle manuel bir sekilde birisinin sizi banlamadigi surece ban yemenin imkansiz olmasi anlamina geliyor ama tabi sadece apex hilesi icin bilgisayara linux kurulur mu o tartisilir
 
Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...
Üst