游戏地址
}r}$8M+1 www.fgcq996.com d-=RS]j;j 那年传奇百区1.76 j4ARGkK5B MeXzWLH 找到 lua_State 然后调用下面的函数就能实现功能
y"Fp4$qb 一个跑单狗注意qq1946913194
G@YX8!wU 游戏账号密码。fanren9527 qq2293307009 wUGSM"~
|
W6_~.m"b 搞完演示完,删除好友跑单 gWxpGW^eZ~ jE
/pba4R --自动寻路Ex
rOt`5_2f function API_AutoMoveEx(mapX, mapY)
Y:GSjq ssr.AutoMoveBegin(mapX, mapY, ssr.GetCurMapData().mapID)
(]JZ1s| local inputProxy = global.Facade:retrieveProxy(global.ProxyTable.PlayerInputProxy)
sD|P*ir local pathPoints = inputProxy:GetPathFindPoints()
Vv"JN?dHi if pathPoints == nil then
\`H"4r[?( return 0
Uxla,CCp- end
82S?@%}#J return #pathPoints
h]wahExYP end
Htg,^d 5 C+,JLK --自动寻路
*SW.K{{ function API_AutoMove(mapX, mapY)
?-40bb
ssr.AutoMoveBegin(mapX, mapY, ssr.GetCurMapData().mapID)
njbEw4nX local inputProxy = global.Facade:retrieveProxy(global.ProxyTable.PlayerInputProxy)
^BDM' local pathPoints = inputProxy:GetPathFindPoints()
k 8C[fRev if pathPoints == nil then
3?x4+b return 0
g_kR5Wxpt end
f`zH#{u return #pathPoints
4fK(<2i end
[D8u.8q 5XK}8\ --停止寻路
Q9-o$4#R[ function API_AutoMoveEnd()
0q|.]:][Eo global.Facade:sendNotification(global.NoticeTable.AutoMoveEnd)
"pP5;*^f end
fOE8{O^W L/2{}l>D --自动打怪
aR3R,6ec function API_AutoFight(isAFK)
{fwA=J9%KS if isAFK then
^
:%"Z& if not IsAFKState() then
<M(Jqb cWa global.networkCtl:SendMsg(global.MsgType.MSG_CS_AUTOPLAYGAME_REQUEST, 1)
9ANC,+0p global.Facade:sendNotification(global.NoticeTable.AFKBegin)
r-27AJu end
Rgb1B3gu else
mlIX>ss|7B if IsAFKState() then
vx:MLmZ. global.networkCtl:SendMsg(global.MsgType.MSG_CS_AUTOPLAYGAME_REQUEST, 2)
f L @rv global.Facade:sendNotification(global.NoticeTable.AFKEnd)
mN5`Fct*A> end
pF)}< <C end
e,Ih7-=Er, end
28 h3Ayw4 I!
s&m%s function IsAFKState()
wv.FL$f[@ local AutoProxy = global.Facade:retrieveProxy(global.ProxyTable.Auto)
/i$-ws- return AutoProxy:IsAFKState()
_cz&f