当前位置:首页 » 操作系统 » 易语言诛仙辅助源码

易语言诛仙辅助源码

发布时间: 2023-03-14 04:51:52

A. 易语言代码写运行诛仙3为什么会出现无法创建gamesave,有没有人知道怎么解决

估计是这个游戏对易语言有检测功能.

B. 诛仙南雨辅助怎么写脚本

不用写脚本。诛仙南雨辅助是一款专门为喜欢诛仙手游的玩家朋友们打造的手游辅助器,脚本都是编写好的,打开辅助器即可自动使用,可以自动做任务、刷副本。

C. 求助一个 易语言DLL注入器源码 要求能注入游戏

用模块

D. 诛仙南雨辅助怎么写脚本

不能写。脚本属于诛仙南雨游戏内用代码的开挂行为,严格意义上来说是破坏游戏的公平性,即使是辅助的位置也不应该开挂的,不要写脚本。

E. 诛仙简单自动打怪脚本,我只要能自动打怪的就行了!!哪位高手给个

诛仙 自动打怪 外挂 按键精灵 脚本代码

实现诛仙里面类似法宝天人和一 自动喝药打怪练级的
F4 大红 f5 大蓝 f6 拣东西 设置好后
简单代码如下 :
[General]
Description=自动练级
BeginHotkey=122
BeginHotkeyMod=0
RunOnce=0
Enable=1
[Repeat]
Type=1
Number=9699696

[Script]
KeyPress 9 1
Delay 1000
KeyPress 49 1
Delay 1000
KeyPress 49 1
Delay 10000
KeyPress 115 1
KeyPress 116 1
KeyPress 117 1

ScriptOption]
Description=诛仙自动打怪
BeginHotkey= 122
BeginHotkeyMod= 0
EndHotKey= 123
EndHotKeyMod= 0
RunOnce= 0
Enable= 1
Type= 1
Number= 1
ScriptFormat= 0
[Comment]
诛仙

[InitVar]
UserVar=基址|VarName=Var19|Type=String|Value=8ec0f4
UserVar=精灵工作方式|VarName=Var30|Type=DownList|Value= 0|Enum=挂机;辅助
UserVar=拾物时间(毫秒)|VarName=Var32|Type=Long|Value= 500
UserVar=红瓶|VarName=Var6|Type=DownList|Value= 8|Enum=自定义
UserVar=加红百分比(1-100)|VarName=Var13|Type=Long|Value= 60
UserVar=蓝瓶|VarName=Var7|Type=DownList|Value= 9|Enum=自定义
UserVar=加蓝百分比(1-100)|VarName=Var14|Type=Long|Value= 30
UserVar=运气|VarName=Var9|Type=DownList|Value= 7|Enum=自定义
UserVar=是否运气回血,1=是,0=否|VarName=Var12|Type=DownList|Value= 0|Enum=否;是
UserVar=拾取|VarName=Var8|Type=DownList|Value= 10|Enum=自定义
UserVar=普通攻击|VarName=Var1|Type=DownList|Value= 0|Enum=自定义
UserVar=技能一|VarName=Var2|Type=DownList|Value= 17|Enum=自定义
UserVar=技能二|VarName=Var3|Type=DownList|Value= 17|Enum=自定义
UserVar=技能三|VarName=Var50|Type=DownList|Value= 17|Enum=自定义
UserVar=辅助一|VarName=Var11|Type=DownList|Value= 17|Enum=自定义
UserVar=辅助一施放间隔(毫秒)|VarName=Var24|Type=Long|Value= 1800000
UserVar=辅助二|VarName=Var4|Type=DownList|Value= 16|Enum=自定义
UserVar=辅助二施放间隔(毫秒)|VarName=Var25|Type=Long|Value= 1800000
UserVar=辅助三|VarName=Var5|Type=DownList|Value= 17|Enum=自定义
UserVar=辅助三施放间隔(毫秒)|VarName=Var26|Type=Long|Value= 1800000

[VBSScriptCode]
[Main]
Dim HPSetup
Dim MPSetup
Dim fzjnSetup1
Dim fzjnSetup2
Dim fzjnSetup3
Dim hxSetup
Dim hpTime 'HP药的延迟
Dim mpTime 'MP药的延迟
Dim fzjn1 '辅助技能延迟
Dim fzjn2 '辅助技能延迟
Dim fzjn3 '辅助技能延迟
Dim nowTime '当前时间
Dim i
Dim NewLoop '新循环
Dim chucktime '扔东西再拣东西的间隔时间
Dim guaicode '怪的代码
Dim gxfs
Dim neicun,base_3,base_2,base_1,base_0,base
Dim dxue,dlan,mxue,mlan,bug,tmph
Dim hwnd,CTime,CTK,CTB,JTime,Bug_CDX,Bug_CDY,CDX_Ptr,CDY_Ptr,CDX_Base,CDY_Base
Dim mxue1,mlan1,dxue1,dlan1,gwid1,gwid2
Sub Main()
Call GetSetup
chucktime=0
hptime=GetTime
mptime=GetTime
fzjn1=GetTime-fzjnSetup1
fzjn2=GetTime-fzjnSetup2
fzjn3=GetTime-fzjnSetup3
newloop=0
hwnd=HWindow.getForeground
Call SetupMEM
gwid1=HMEM.ReadMEMEX(hwnd,bug,3)
gwid2=gwid1
Do While 1=1
Call UseAssistSkill '使用辅助技能
If gxfs="挂机" Then
Call FindObject '找怪
js=0
'----------------打怪----------------
CTK = GetTime
Do While HMEM.ReadMEMEX(hwnd,bug,3)<>0 And GetTime - CTK < 180000
'-------------先砍怪一下-------------
If js=0 Then
HApp.SendKeyPress hwnd,Var1 '第一技能按键,我的是按键<1>
Delay 400
js=1
End If
'------------------------------------
'--------------施放技能1-------------
HApp.SendKeyPress hwnd,Var2 '第一技能按键,我的是按键<F4>
Delay 400
'------------------------------------
'--------------施放技能2-------------
HApp.SendKeyPress hwnd,Var3 '第二技能按键,我的是按键<F5>
Delay 400
'------------------------------------
'--------------施放技能3-------------
HApp.SendKeyPress hwnd,Var50 '第三技能按键,我的是按键<F6>
Delay 200
Call SupplyHP '补血
Call SupplyMP '补蓝
Delay 200
'------------------------------------
Loop
gwid1=gwid2
'-----------------------------------
Delay 200
Call CullArticle '拣东西
End If
If gxfs="辅助" Then
Call SupplyHP '补血
Call SupplyMP '补蓝
End If
If newloop=0 Then
Call RenewVitality '运气回复
End If
Delay 200
Loop
End Sub
Sub GetSetup() '设置变量初始值
HPSetup = Var13 '加红设置,单位为百分比,但请不要设置为22至68之间,该区域被有可能被文字遮挡,无法取血条颜色
MPSetup = Var14 '加蓝设置,单位为百分比,但请不要设置为22至68之间,该区域被有可能被文字遮挡,无法取蓝条颜色
fzjnSetup1 = Var24 '辅助技能施放间隔,单位为毫秒,1秒=1000毫秒
fzjnSetup2 = Var25 '辅助技能施放间隔,单位为毫秒,1秒=1000毫秒
fzjnSetup3 = Var26 '辅助技能施放间隔,单位为毫秒,1秒=1000毫秒
hxSetup = Var12 '是否运气回血,1=是,0=否
gxfs=Var30
End Sub
Sub UseAssistSkill() '使用辅助技能
nowtime=GetTime
If nowtime-fzjn1>fzjnSetup1 Then
For j=1 To 2
HApp.SendKeyPress hwnd,Var11 '
Delay 300
Next
fzjn1=GetTime
End If
nowtime=GetTime
If nowtime-fzjn2>fzjnSetup2 Then
For j=1 To 2
HApp.SendKeyPress hwnd,Var4 '
Delay 300
Next
fzjn2=GetTime
End If
nowtime=GetTime
If nowtime-fzjn3>fzjnSetup3 Then
For j=1 To 2
HApp.SendKeyPress hwnd,Var5 '
Delay 300
Next
fzjn3=GetTime
End If
End Sub
Sub FindObject() '找怪
CTime = GetTime
Do While HMEM.ReadMEMEX(hwnd,bug,3)=0 And gwid1=gwid2
HApp.SendKeyPress hwnd,"Tab" '找怪
Delay 300
gwid2=HMEM.ReadMEMEX(hwnd,bug,3)
Loop
End Sub
Sub SupplyHP() '补血
nowtime=GetTime
If nowtime-hptime>3000 Then
dxue1 = HMEM.ReadMEMEX(hwnd,dxue,3)
If dxue1<(mxue1*HPSetup/100)-1 Then
hptime=GetTime
HApp.SendKeyPress hwnd,Var6 '
Delay 100
End If
End If
End Sub
Sub SupplyMP() '补蓝
nowtime=GetTime
If nowtime-mptime>3000 Then
dlan1 = HMEM.ReadMEMEX(hwnd,dlan,3)
If dlan1<(mlan1*MPSetup/100)-1 Then
mptime=GetTime
HApp.SendKeyPress hwnd,Var7 '
Delay 100
End If
End If
End Sub
Sub CullArticle() '拣东西
CTB = GetTime
Do While HMEM.ReadMEMEX(hwnd,bug,3)=0 And GetTime - CTB < Var32 '用1000MS拣东西
HApp.sendKeyPress hwnd,Var8
Delay 100
Loop
End Sub
Sub RenewVitality() '运气回复
If hxSetup="是" Then
dxue1 = HMEM.ReadMEMEX(hwnd,dxue,3)
If dxue1<(mxue1*70/100)-1 Then
HApp.SendKeyPress hwnd,Var9 '气功回血,我的是按键<0>
Do While dxue1<(mxue1*90/100)-1
Delay 500
'假如回复过程中被攻击则中断回血
If HMEM.ReadMEMEX(hwnd,bug,3)<>0 Then
newloop=1
Exit Do
End If
'------------------------------
dxue1 = HMEM.ReadMEMEX(hwnd,dxue,3)
Loop
End If
End If
End Sub
Sub SetupMEM()
Dim memstr
memstr=Var19
memstr = CLng("&h" & memstr)
memstr = gethex(hex(memstr))
base = HMEM.ReadMEMEX(Hwnd,memstr,3)
base = base + 40
base = gethex(hex(base))
base = HMEM.ReadMEMEX(Hwnd,base,3)
base = base + 596
dxue = gethex(hex(base))
dlan = gethex(hex(base + 4))
mxue = gethex(hex(base + 24))
mlan = gethex(hex(base + 28))
bug = gethex(hex(base + 1376))
mxue1 = HMEM.ReadMEMEX(hwnd,mxue,3) '最大化xue值
mlan1 = HMEM.ReadMEMEX(hwnd,mlan,3) '最大化lan值
End Sub
Function gethex(hexstr)
Dim tempstr
tempstr=string(8-len(hexstr),"0")
gethex="&H"& tempstr & hexstr
End Function
[MainEnd]
[VBSLib]
\MyLib\Default.Txt
[EndVBSLib]
[PublicVar]

[EndPublicVar]

F. 易语言鼠标自动点击找怪

能做到 ,但是非常高超,如果是鼠标点击BOSS,那么一般的程序员是无法完成的。
你可以考虑不用鼠标去点击
如果BOSS出现的位置是一样的,那么还算一般的。

G. 易语言的问题

,“诛仙前传”

参数只有一个。。
调用格式:
〈无返回值〉
赋值
(通用型变量/变量数组
被赋值的变量或变量数组,通用型数组/非数组
用作赋于的值或资源)
-
系统核心支持库->变量操作

英文名称:set

将指定的常数、常数集、常量、资源、对象或者变量赋于到指定的变量或变量数组中去。运算符号为“=”。本命令为初级命令。

参数<1>的名称为“被赋值的变量或变量数组”,类型为“通用型(all)”,提供参数数据时只能提供变量及变量数组。

参数<2>的名称为“用作赋于的值或资源”,类型为“通用型(all)”,提供参数数据时可以同时提供数组或非数组数据。

操作系统需求:
Windows、Linux、Unix
-------------------

调用格式:
〈整数型〉
对象.取窗口句柄
()
-
系统核心支持库->窗口

英文名称:GetHWnd

热点内容
一台服务器搭建多个站点 发布:2025-08-23 17:44:18 浏览:821
安卓关哪里会省电 发布:2025-08-23 17:39:17 浏览:571
搭建网页代理服务器 发布:2025-08-23 17:31:56 浏览:811
android相册图片路径 发布:2025-08-23 17:21:49 浏览:564
如何回到安卓20之前的版本 发布:2025-08-23 17:14:57 浏览:945
怎么对付我的世界服务器放置上限 发布:2025-08-23 17:09:04 浏览:565
sqlgroupby排序 发布:2025-08-23 16:50:28 浏览:312
android屏幕取词 发布:2025-08-23 16:35:35 浏览:799
电脑加密文件打不开 发布:2025-08-23 16:27:40 浏览:387
压缩机cop 发布:2025-08-23 16:22:23 浏览:868