본문 바로가기

Cheat Engine10

[CE] 본격 진샹의 치트 엔진 강좌 - 튜토리얼 정복하기 (Step 5. Code finder) Step 5: Code finder (PW=888899) Sometimes the location something is stored at changes when you restart the game, or even while you're playing.. In that case you can use 2 things to still make a table that works. In this step I'll try to describe how to use the Code Finder function. The value down here will be at a different location each time you start the tutorial, so a normal entry in the addr.. 2014. 6. 8.
[CE] 게임으로 보여주는 치트 엔진 튜토리얼 예시 (Step 4. Floating points) ( ▲ 스팀 게임 - 리스크 오브 레인 ) 게임 이름 : 리스크 오브 레인 (Risk Of Rain) 활용이라기에는 조금 애매하지만, 이 게임은 간단한 툴과 일반적인 검색 방법으로는 값이 검색되지 않게, 주요 값들이 음수이거나, 대부분 소수점으로 되있습니다. 일종에 보안 수단이였다고, 생각됩니다만 Double로 검색하고 변경하는 법만 안다면, 역시나 간단하죠 ! 보여드리겠습니다. ▼ ---------------------------------------------------------------------------------- ▼ 앞에 설명했드시, 일반적인 4 Bytes 검색 방법으로는 값이 나오질 않습니다. ( 치트오메틱 같은 간단한 값만 검색할 수 .. 2014. 5. 16.
[CE] 본격 진샹의 치트 엔진 강좌 - 튜토리얼 정복하기 (Step 4. Floating points) Step 4: Floating points (PW=890124) In the previous tutorial we used bytes to scan, but some games store information in so called 'floating point' notations. (probably to prevent simple memory scanners from finding it the easy way) a floating point is a value with some digits behind the point. (like 5.12 or 11321.1) Below you see your health and ammo. Both are stored as Floating point notations,.. 2014. 4. 12.
[CE] 게임으로 보여주는 치트 엔진 튜토리얼 예시 (Step 3. Unknown Initial Value) ( ▲ 고전 게임 - 아파차차 ) 게임 이름 : 아파차차 표시되지 않아서, 정확한 값을 알 수 없는 수치를주소를 찾아내고 변경시키는 것을 게임을 통해 예시로 보여드리겠습니다. 당시 한글 음성까지 지원되어 화제였던 몇 안되는 진짜!! 오래된!! 고전게임 아파차차 입니다. 저는 여기서 체력이 감소되지 않도록 해볼건데요.사진에서 볼 수 있는 것처럼, 체력이 수치가 아닌 게이지로 나타내어 있어초기 값을 알 수 없는 상태 입니다. 전에 강좌에서 계속 설명하였으므로 앞으로 프로세스를 잡고, 검색하는 것에 대한 설명은 생략하겠습니다. 초기 값을 알 수 없으므로, Scan Type을 Unknown Initial Value로 설정하여, 조회할 수 있는 모든 값.. 2014. 3. 15.