Cheating

Wesnoth 해킹하기 (1) 기본세팅

Bithub 2024. 2. 27. 18:25
728x90

본 포스트는 wesnoth라는 게임을 해킹하기 위한 기본세팅을 소개한다.

Wesnoth 게임

 


BoxStarter 설치

Windows Powershell을 관리자 권한으로 실행하고 다음 명령어를 실행한다.

. { iwr -useb https://boxstarter.org/bootstrapper.ps1 } | iex; Get-Boxstarter -Force

 

 


Cheat Engine, x64dbg, Chocolatey 설치

Install-BoxstarterPackage -PackageName https://raw.githubusercontent.com/GameHackingAcademy/vmsetup/master/vmsetup.txt -DisableReboots

 

  • Cheat Engine은 메모리 스캐너,
  • x64dbg는 디버거,
  • Chocolatey는 패키지 매니저다.

 


Wesnoth 설치

choco install wesnoth --version=1.14.9 -y