(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...
Banlı Üye
Katılım
27 Nis 2020
Mesajlar
1,122
Tepki puanı
52
Ödüller
4
Yaş
30
6 HİZMET YILI
can you add video tutorial its hard to do it without vid tutorial, i hope i can pull up this hack
 
Üye
Katılım
20 Şub 2023
Mesajlar
22
Tepki puanı
2
Yaş
36
3 HİZMET YILI
Thanks for giving me some tips for dealing with these hackers.
 
Onaylı Üye
Katılım
20 Şub 2023
Mesajlar
51
Tepki puanı
2
Yaş
30
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
So I'm sharing the same, and showing the way I made it work
can someone tell me about apex this having many plays online?
 
Seçkin Üye
Katılım
15 Mar 2022
Mesajlar
317
Tepki puanı
47
Ödüller
2
Yaş
22
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
So I'm sharing the same, and showing the way I made it work
Nice, ty
 
Ultra Üye
Katılım
15 Mar 2020
Mesajlar
1,686
Çözümler
21
Tepki puanı
113
Ödüller
8
Yaş
31
Sosyal
6 HİZMET YILI
linux kullanan mı var.
 
Seçkin Üye
Katılım
18 Mar 2022
Mesajlar
582
Tepki puanı
47
Ödüller
1
Yaş
27
4 HİZMET YILI
I don't understand this Linux stuff , like do i have to put linux as my OS to play with the cheat or? and if so , why would i play with linux there is no cheats on windows? wouldn't it run poorly on linux?
 
Onaylı Üye
Katılım
4 Kas 2022
Mesajlar
78
Tepki puanı
14
Ödüller
1
Yaş
25
3 HİZMET YILI
Undetected? Can I use it for main account?
I”m using in my main, but, use im ur secundary
Post automatically merged:

hello what version of linux are you using ? are you using pop os too ?
Yes pop_os
Post automatically merged:

I don't understand this Linux stuff , like do i have to put linux as my OS to play with the cheat or? and if so , why would i play with linux there is no cheats on windows? wouldn't it run poorly on linux?
currently the apex anticheat does not detect or catch on linux. That's why most of the cheats that are being made are only for linux
 
Tired of cheating
Süper Üye
Katılım
16 Haz 2018
Mesajlar
1,338
Çözümler
4
Tepki puanı
147
Ödüller
10
Yaş
33
7 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
So I'm sharing the same, and showing the way I made it work
The cheat is working fine! but the main problem i am facing is that, not counting kills, levels and wins in game after match ends and returning to the lobby. Could explain why is that happening?
 
Onaylı Üye
Katılım
24 Şub 2019
Mesajlar
96
Tepki puanı
4
Ödüller
6
Yaş
25
7 HİZMET YILI
do you have any spoofer that can be use on this ?
 
Onaylı Üye
Katılım
17 Şub 2023
Mesajlar
54
Tepki puanı
3
Ödüller
1
Yaş
26
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
So I'm sharing the same, and showing the way I made it work
Sadece Linux olmasa harika olabilecek bir proje gibi
 
Onaylı Üye
Katılım
4 Kas 2022
Mesajlar
78
Tepki puanı
14
Ödüller
1
Yaş
25
3 HİZMET YILI
The cheat is working fine! but the main problem i am facing is that, not counting kills, levels and wins in game after match ends and returning to the lobby. Could explain why is that happening?
U using a new account? Play 5-10 games
 
Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...
Üst