level 10
###本次修复与更新内容:
1.增加了菜单
2.增加了“使用软件默认安装目录”的复选框,增强了程序的易用性
3.正式更名为Adobe Photoshop CC Patcher
###软件开源(Visual Basic代码)
Option Explicit
Private Sub Check1_Click()
If Check1 Then
If Option1 Then
Text1.Text = "C:\Program Files\Adobe\Adobe Photoshop CC\"
End If
If Option2 Then
Text1.Text = "C:\Program Files\Adobe\Adobe Photoshop CC (64 Bit)\"
End If
End If
End Sub
Private Sub Command1_Click()
If Option1 Then
Shell ("cmd /c copy /y " & App.Path & "\Data\32\amtlib.dll " & Text1.Text & "\amtlib.dll")
MsgBox "文件替换成功", vbOKOnly, "破解信息"
End If
If Option2 Then
Shell ("cmd /c copy /y " & App.Path & "\Data\64\amtlib.dll " & Text1.Text & "\amtlib.dll")
MsgBox "文件替换成功", vbOKOnly, "破解信息"
End If
End Sub
Private Sub 关于_Click()
MsgBox "Adobe Photoshop CC Patcher V1.1,此软件仅供学习交流,非商业用途。", vbInformation, "关于"
End Sub
###软件截图

###软件下载地址
百度网盘
###软件说明
1.软件原理为替换amtlib.dll文件
2.软件适用于电脑小白,大神请绕道
3.BUG肯定有很多,欢迎反馈
2014年02月09日 03点02分
1
1.增加了菜单
2.增加了“使用软件默认安装目录”的复选框,增强了程序的易用性
3.正式更名为Adobe Photoshop CC Patcher
###软件开源(Visual Basic代码)
Option Explicit
Private Sub Check1_Click()
If Check1 Then
If Option1 Then
Text1.Text = "C:\Program Files\Adobe\Adobe Photoshop CC\"
End If
If Option2 Then
Text1.Text = "C:\Program Files\Adobe\Adobe Photoshop CC (64 Bit)\"
End If
End If
End Sub
Private Sub Command1_Click()
If Option1 Then
Shell ("cmd /c copy /y " & App.Path & "\Data\32\amtlib.dll " & Text1.Text & "\amtlib.dll")
MsgBox "文件替换成功", vbOKOnly, "破解信息"
End If
If Option2 Then
Shell ("cmd /c copy /y " & App.Path & "\Data\64\amtlib.dll " & Text1.Text & "\amtlib.dll")
MsgBox "文件替换成功", vbOKOnly, "破解信息"
End If
End Sub
Private Sub 关于_Click()
MsgBox "Adobe Photoshop CC Patcher V1.1,此软件仅供学习交流,非商业用途。", vbInformation, "关于"
End Sub
###软件截图

###软件下载地址百度网盘
###软件说明
1.软件原理为替换amtlib.dll文件
2.软件适用于电脑小白,大神请绕道
3.BUG肯定有很多,欢迎反馈