3DMGAME 3DM首页 新闻中心 前瞻 | 评测 游戏库 热门 | 最新 攻略中心 攻略 | 秘籍 下载中心 游戏 | 汉化 购买正版 论坛

注册 登录

QQ登录

只需一步,快速开始

查看: 40597|回复: 46
打印 上一主题 下一主题

[分享] 无限刷怪!!!无限刷BOSS!!!无限刷女皇蜂!!!

  [复制链接]

6

主题

144

帖子

257

积分

高级玩家

Rank: 4

贡献度
12
金元
2089
积分
257
精华
0
注册时间
2009-11-9
跳转到指定楼层
主题
发表于 2012-10-4 18:56 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
首先你的版本必须要1.0.2,1.0.3我不知道能不能用,反正1.0.0,1.0.1是不能用
然后准备CE,打开CE,打开无主2,切换出来,选Table>Show Cheat Table Lue Script,输入代码:
ObjScan = createMemScan()
BaseAddress = getAddress('[[[[["Borderlands2.exe"+015B2260]+38]+2BC]+358]+1E4]+0')
Count = 0
ObjResult = {}
CurrentObj = 0
function DenFind()
   memscan_firstScan(ObjScan,soExactValue,vtDword,"",BaseAddress,"0","0x00000000","0x70000000","",fsmAligned,"4",false,false,true,false)
   memscan_waitTillDone(ObjScan)
   ObjResult = createFoundList(ObjScan)
   foundlist_initialize(ObjResult)
   Count = foundlist_getCount(ObjResult) - 1
   CurrentObj = 1
   showMessage("Found " .. Count .. " Enemy Spawns")
end
createHotkey("DenFind",45)

function KillReset()
  for i=1,Count do
   local offset = foundlist_getAddress(ObjResult,i)
   local address = getAddress(offset .. "+84")
   writeInteger(address,0)
  end
end
function MaxUp()
  for i=1,Count do
   local offset = foundlist_getAddress(ObjResult,i)
   local address = getAddress(offset .. "+60")
   local CurVal = readInteger(address)
   writeInteger(address,CurVal + 1)
  end
end
function MaxDown()
  for i=1,Count do
   local offset = foundlist_getAddress(ObjResult,i)
   local address = getAddress(offset .. "+60")
   local CurVal = readInteger(address)
   if CurVal > 1 then
     writeInteger(address,CurVal - 1)
   end
  end
end

createHotkey("KillReset",36)
createHotkey("MaxUp",33)
createHotkey("MaxDown",34)
接着按Execute script,正常情况下按了之后没有什么反应的,不正常会显示错误提示
最后一步,进入游戏,先按键盘<insert>,会切出去显示很多框不要管它们,直接确定掉,然后进入游戏,找到想杀的BOSS,先杀掉,然后按键盘<Home>会复活,你一直杀,一直按复活就会无限,不过刷过多了会卡,考验你的电脑。

不懂得附上脚本文件, 无限怪.CT (1.49 KB, 下载次数: 4361)

评分

8

查看全部评分

回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

Archiver|手机版|3DMGAME ( 京ICP备14006952号-1  沪公网安备 31011202006753号

GMT+8, 2026-4-9 12:05 , Processed in 0.402590 second(s), 19 queries , Memcached On.

Powered by Discuz! X3.2

© 2001-2013 Comsenz Inc.

快速回复 返回顶部 返回列表