-----刺激战场上色源码----- -----2018年5月31日制作---- require("com.xplugin.memory") function Main() ui.newLayoutEmpty("Main") ui.addTextView("text","→_→") ui.addButton("按钮1"," 小绿人") ui.setOnClick("按钮1","绿色()") ui.show("Main") end function 绿色() ui.dismiss("Main") local name=app.getFront() toast("正在开启") tb= { {["lv"]=-1.7632435e-38} } app.memorySearchModeSet(-1) isSuccess, data=app.memorySearch(name,true,0,tb,"F32") if isSuccess then if data and #data <9999 then for n=1,#data do app.memoryWrite(name,data[n]-4,4.593036e-41,"F32") toast("我成功被绿了",1500) end end else toast("被绿失败了",1500) sleep(500) end end Main() xscript.stop()