稣穌蘇蘓苏兰 发表于 2021-11-13 18:42

[圣安地列斯][CE]分享几个CE可用的基址吧

本帖最后由 稣穌蘇蘓苏兰 于 2021-11-13 18:48 编辑

金钱:(金钱是两个基址对这方面也不是很熟悉,具体没看其他的)
金钱1   SanAndreas.exe+524F0D8
金钱2   SanAndreas.exe+524F0DC无限子弹:

//code from here to '' will be used to enable the cheat
alloc(newmem,2048,"SanAndreas.exe"+125E8B4)
label(returnhere)
label(originalcode)
label(exit)

newmem: //this is allocated memory, you have read,write,execute access
//place your code here

originalcode:
mov ,eax
cmp dword ptr ,00

exit:
jmp returnhere

"SanAndreas.exe"+125E8B4:
jmp newmem
nop 2
returnhere:


//code from here till the end of the code will be used to disable the cheat
dealloc(newmem)
"SanAndreas.exe"+125E8B4:
mov ,eax
cmp dword ptr ,00
//Alt: db 89 43 0C 83 7B 08 00测试环境Win11 64位

添加就能用

图片展示,点击就可以查看!
https://i.loli.net/2021/11/13/GwUAjJ967CbaBio.png
https://i.loli.net/2021/11/13/HlkXBGoNfsTx9QI.png

稣穌蘇蘓苏兰 发表于 2021-11-13 19:46

血量的基址太多,给我整蒙了,技术不行,搞不出来佳人们。等一位好兄弟来分享~

Fire_Phoenix 发表于 2021-11-14 20:58

niu b... 6666666666666666666

XMDS 发表于 2021-11-15 01:04

只有人物指针的地址有实际意义
页: [1]
查看完整版本: [圣安地列斯][CE]分享几个CE可用的基址吧