如何在法环刷级(不用开修改器)


3楼猫 发布时间:2024-06-20 18:42:03 作者:陨小金 Language

    本文章刷卢恩需要神躯化剑(建议强化到满级,实在没有就保证能一个战技杀死白金之子就行),细枝破露滴(记得放在道具药品的第一个装备栏里面)

如何在法环刷级(不用开修改器)-第0张

   好了,现在就前往银行的赐福点

如何在法环刷级(不用开修改器)-第1张

   我们准备下载好按键精灵新建脚本,将下面粘贴进去

// 调试->启动(F10)即可运行。按下中止(F12)即可停止

// n:循环次数,爱改多少改多少

n = 10000

// cache:两次按键之间的缓冲时间,避免运行误差累积

cache = 300

maxrandomtime = 100

Dim r //定义变量r

Randomize//初始化随机数


Function RandomWait(delaytime)

 r = Int(maxrandomtime * Rnd())//随机数

 Delay delaytime + r

 End Function


For n

 // 按空格加速向前跑

 // 加速响应存在误差,可以删掉Space相关内容改回Delay 3750

 KeyPress "R", 1

 RandomWait (cache)

 Delay 3000

 KeyDown "W", 1

 RandomWait(3700)

 KeyUp "W", 1

 RandomWait(cache)

 // 向左跑

 KeyDown "A", 1

 Delay 750

 KeyUp "A", 1

 RandomWait(cache)

 // 向前跑

 KeyDown "W", 1

 RandomWait(1750) 

 KeyUp "W", 1

 RandomWait(cache)

 // 释放战技

 KeyDown "Shift", 1

 RightDown 1

 RandomWait(cache)

 RightUp 1

 KeyUp "Shift", 1

 Delay 4000

 // 向前跑

 KeyDown "W", 1

 RandomWait(1750) 

 KeyUp "W", 1

 RandomWait (cache)

 // 释放战技

 KeyDown "Shift", 1

 RightDown 1

 RandomWait(cache)

 RightUp 1

 KeyUp "Shift", 1

 Delay 3000

 KeyDown "Shift", 1

 RightDown 1

 RandomWait(cache)

 RightUp 1

 KeyUp "Shift", 1

 Delay 3000

 KeyDown "Shift", 1

 RightDown 1

 RandomWait(cache)

 RightUp 1

 KeyUp "Shift", 1

 Delay 5000

 // 传送

 KeyPress "G", 1

 RandomWait (1000)

 Delay 1000

 RandomWait (cache)

 KeyPress "F", 1

 RandomWait (cache)

 Delay 1000

 KeyPress "E", 2

 RandomWait (cache)

 Delay 200

 KeyPress "E", 2

 RandomWait (cache)

 // 根据实际加载时间自己调一下

 Delay 5000

 KeyPress "Q", 3

 RandomWait (cache)

 Delay 500

Next


         点击调试,按F10启动脚本

        这样就可以了,一直挂着刷卢恩。该脚本是我在网上看了许多个版本自己进行更改后所编辑出来的。要注意的是手柄玩家记得将按键调成键鼠,战技为Ctrl,使用道具为R,好了你可以等着敬请刷卢恩了


© 2022 3楼猫 下载APP 站点地图 广告合作:asmrly666@gmail.com