Join Us and become a Member for a Verified Badge to access private areas with the latest PS4 PKGs.
PS4 CFW and Hacks       Thread starter PSXHAX       Start date May 30, 2022 at 3:38 AM       1      
Status
Not open for further replies.
Earlier this year developer tins2831 released a GTAO PS4 Lag Switch Python script for Grand Theft Auto: Online on PlayStation 4 via Github that blocks all outbound (by default) traffic whose destination port is either 6672 or 61456 on Linux systems while noting that it is untested on other platforms. šŸ˜€

Download: gtao-ps4-lag-master.zip / GIT

For those new in the PlayStation 4 Scene this comes following the Guide to Increase PS4 Download Speed, GTA V Online PS4 Tunables Decrypted, GTA Online PS4 Bunker Automation Utility, GTA: The Trilogy - Definitive T2 Hot Mess Edition, GTA SA Handling Editor Tool, GTA V PS4 Script Finder v1.38 Tool and Lamance 0.9 GTA V 1.38 PS4 Mod Menu for 3.50-9.00 Firmware.

Here's more details from the README.md: GTAO-PS4-Lag

Lag switch for Grand Theft Auto: Online on PS4. It blocks all outbound (by default) traffic whose destination port is either 6672 or 61456. Untested on other platforms.

Requirements
  • A Linux (preferably Debian based) system. WSL might work, but I don't have a windows system to test that on.
  • tc (Traffic Control):
    • Check if it's installed by running the following command: sudo tc -V.
    • If not installed, run sudo apt install iproute2.
  • Python 3.9
Setup

To begin, you should create a hotspot on your linux system. linux-router allows you to easily create one.

Press q at the prompt or Ctrl + C to exit. To stop the lag switch, press any key. To restart the lag switch, press any key after it's been stopped and the prompt is displayed (v>> ).
Code:
$ git clone https://github.com/tins2831/gtao-ps4-lag.git
$ cd gtao-ps4-lag
$ # get the list of network interfaces to compare later
$ ls /sys/class/net
$ sudo lnxrouter --ap SSID -p PASSWORD &
$ # there should now be a new entry
$ ls /sys/class/net
$ sudo ./gtao-ps4-lag INTERFACE
v>> Press any key to begin or Ctrl + C to exit.
:idea: Tip: you can get yourself into a solo public lobby by letting the lag switch run until everyone disconnects.

Options
Code:
$ sudo ./gtao-ps4-lag --help
usage: sudo ./gtao-ps4-lag [-h] [--amount VALUE] [-i] INTERFACE

Lag switch for Grand Theft Auto: Online on PS4.

positional arguments:
  INTERFACE       Network interface to target.

optional arguments:
  -h, --help      show this help message and exit
  --amount VALUE  Amount of packet loss to induce. Defaults to 90.
  -i, --inbound   Drop inbound packets instead. Outbound packets are dropped by
                  default.

https://github.com/tins2831/gtao-ps4-lag
Notice

This software uses netimpair which uses the MIT license:
Code:
The MIT License (MIT)

Copyright (c) 2015 Benjamin Xiao

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
GTAO PS4 Lag Switch for Grand Theft Auto Online by Tins2831.png
 

Comments

Status
Not open for further replies.
Back
Top