Skip to content

Latest commit

 

History

History
54 lines (42 loc) · 1.4 KB

File metadata and controls

54 lines (42 loc) · 1.4 KB

FWDUnityChams-iOS

A Unity-based iOS game modification that implements player chams (wallhack) functionality for Forward Assault.

Features

  • Player chams (wallhack) effect
  • Customizable colors and transparency
  • Toggle functionality through in-game menu
  • Optimized for iOS devices
  • Rootless support

Requirements

  • Jailbroken device
  • Theos development environment

Installation

  1. Clone the repository:
git clone https://github.com/leeksov/FWDUnityChams-iOS.git
  1. Configure your device IP in Makefile:
THEOS_DEVICE_IP = your.device.ip
  1. Build and install:
make package install

Usage

  1. Launch Forward Assault
  2. Access the mod menu
  3. Toggle "Chams" switch to enable/disable the effect

Technical Details

The modification uses Unity's shader system to create the chams effect by:

  • Modifying material properties
  • Using custom shaders
  • Adjusting Z-test and Z-write values
  • Implementing custom rendering passes

Credits

License

This project is licensed under the MIT License - see the LICENSE file for details.

Disclaimer

This modification is for educational purposes only. Use at your own risk. The developers are not responsible for any consequences of using this software.