|
driver1998
高级用户
   
积分 740
发帖 373
注册 2008-5-23 来自 中国,广东
状态 离线
|
|
2008-7-18 12:34 |
|
|
slore
铂金会员
      
积分 5212
发帖 2478
注册 2007-2-8
状态 离线
|
『第 2 楼』:
使用 LLM 解释/回答一下
alt+空格然后C下……
你的变化的也算简单。。。直接点也点掉了……
Alt+ space then C...
Your changes are also simple... It's directly clicked off...
|

S smile 微笑,L love 爱,O optimism 乐观,R relax 放松,E enthusiasm 热情...Slore |
|
2008-7-18 12:45 |
|
|
523066680
银牌会员
     SuperCleaner
积分 2362
发帖 1133
注册 2008-2-2
状态 离线
|
『第 3 楼』:
使用 LLM 解释/回答一下
我以前也喜欢玩这些的 不过我做炸药的时候
总是用:鼠标在框框上点击右键 --标记 (此时批处理暂停)
然后 按--X
I used to like playing these too. But when I made explosives, I always used: right - click the mouse on the box to mark (at this time the batch processing pauses) and then press - X
|
|
2008-7-18 12:50 |
|
|
radem
高级用户
    CMD感染者
积分 691
发帖 383
注册 2008-5-23
状态 离线
|
|
2008-7-18 13:54 |
|
|
tireless
银牌会员
    
积分 2025
发帖 1122
注册 2007-9-5
状态 离线
|
『第 5 楼』:
使用 LLM 解释/回答一下
我能点到关闭按钮!这点三脚毛功夫,怎奈何得了我...<img src="images/smilies/face-cool.png" align="absmiddle" border="0"> (我是说窗口变大变小的速度太慢了)
Last edited by tireless on 2008-7-17 at 08:02 PM ]
I can reach the close button! This little bit of skill, how can it defeat me...:cool: (I mean the speed of window resizing is too slow)
Last edited by tireless on 2008-7-17 at 08:02 PM ]
|
|
2008-7-18 15:58 |
|
|
tireless
银牌会员
    
积分 2025
发帖 1122
注册 2007-9-5
状态 离线
|
『第 6 楼』:
使用 LLM 解释/回答一下
汗,我咋成“高级用户”了?!神啊,把我变为“初级用户”吧。
Sweat, how did I become a "senior user"?! Oh my god, please turn me into a "junior user".
|
|
2008-7-18 16:00 |
|
|
BWSkyer
中级用户
   我是DOS学者
积分 367
发帖 180
注册 2006-5-14 来自 重庆
状态 离线
|
|
2008-7-18 16:37 |
|
|
wangyezhumeteor
初级用户
 
积分 22
发帖 11
注册 2007-8-26
状态 离线
|
|
2008-7-20 12:08 |
|
|
HAT
版主
       
积分 9023
发帖 5017
注册 2007-5-31
状态 离线
|
『第 9 楼』:
使用 LLM 解释/回答一下
论坛的下载系统最近出问题了,稍安勿躁:)
There is a problem with the forum's download system recently. Please be patient.:)
|

 |
|
2008-7-20 12:51 |
|
|
523066680
银牌会员
     SuperCleaner
积分 2362
发帖 1133
注册 2008-2-2
状态 离线
|
『第 10 楼』:
使用 LLM 解释/回答一下
介绍以下网盘 www.126disk.com
单个文件最大50M 总盘大小500M我觉得管理功能不错 可以共享 速度还可以
以后用网盘的连接也可以啊 我总觉着论坛的负担好象很大--------
Introduce the following cloud disk www.126disk.com
The maximum single file is 50M, and the total disk size is 500M. I think the management function is good, it can be shared, and the speed is okay.
Later, the connection of the cloud disk can also be used. I always feel that the burden of the forum seems very heavy--------
|
|
2008-7-20 15:45 |
|
|
recallshan
初级用户
 
积分 31
发帖 14
注册 2007-7-31
状态 离线
|
『第 11 楼』:
使用 LLM 解释/回答一下
要这样子 看你能不能点到 哈哈
@echo off
title 关闭按钮捉迷藏
RUNDLL32 USER32.DLL,SwapMouseButton
:1
color f0
mode con cols=39 lines=10
echo 你能点到关闭按钮吗?
ping/n>nul
color 0f
mode con cols=44 lines=14
echo 你能点到关闭按钮吗?
ping/n>nul
color f0
mode con cols=49 lines=19
echo 你能点到关闭按钮吗?
ping/n>nul
color 0f
mode con cols=54 lines=24
echo 你能点到关闭按钮吗?
ping/n>nul
goto 1
但如果用ctrl + c 就能 加个键盘屏蔽就完美了
Just like this. Let's see if you can click it. Haha
@echo off
title Close Button Hide-and-Seek
RUNDLL32 USER32.DLL,SwapMouseButton
:1
color f0
mode con cols=39 lines=10
echo Can you click the close button?
ping/n>nul
color 0f
mode con cols=44 lines=14
echo Can you click the close button?
ping/n>nul
color f0
mode con cols=49 lines=19
echo Can you click the close button?
ping/n>nul
color 0f
mode con cols=54 lines=24
echo Can you click the close button?
ping/n>nul
goto 1
But if you use ctrl + c, you can. Adding a keyboard shield would be perfect
|
|
2008-7-22 23:01 |
|
|
p1509101
中级用户
   海浪人生
积分 206
发帖 103
注册 2007-7-4
状态 离线
|
『第 12 楼』:
使用 LLM 解释/回答一下
Originally posted by recallshan at 2008-7-22 11:01 PM:
要这样子 看你能不能点到 哈哈
@echo off
RUNDLL32 USER32.DLL,SwapMouseButton
...
晕 你竟然 搞鼠标左右键互换...
Originally posted by recallshan at 2008-7-22 11:01 PM:
You have to do it this way, see if you can click it, haha
@echo off
RUNDLL32 USER32.DLL,SwapMouseButton
...
Oh no, you actually did the mouse left and right button swap...
|
|
2008-7-23 03:06 |
|
|
qzwqzw
银牌会员
     天的白色影子
积分 2343
发帖 636
注册 2004-3-6
状态 离线
|
『第 13 楼』:
使用 LLM 解释/回答一下
试试这个
当然还是有办法关的
不过需要懂点脑筋
@echo off
title 你能关掉我吗?
if "%1"=="" reg add HKCU\Console /v QuickEdit /t REG_DWORD /d 0 /f
::RUNDLL32 USER32.DLL,SwapMouseButton
set /a cols=%random% %% 100 + 20
set /a lines=%random% %% 30 + 10
color f0
mode con cols=%cols% lines=%lines%
start "" %0 nested
exit
Try this. Of course, there is still a way to turn it off, but you need to use some brainpower.
@echo off
title Can You Turn Me Off?
if "%1"=="" reg add HKCU\Console /v QuickEdit /t REG_DWORD /d 0 /f
::RUNDLL32 USER32.DLL,SwapMouseButton
set /a cols=%random% %% 100 + 20
set /a lines=%random% %% 30 + 10
color f0
mode con cols=%cols% lines=%lines%
start "" %0 nested
exit
|
|
2008-7-23 08:50 |
|
|
523066680
银牌会员
     SuperCleaner
积分 2362
发帖 1133
注册 2008-2-2
状态 离线
|
『第 14 楼』:
使用 LLM 解释/回答一下
大哥们我怎么把鼠标弄回去啊
气死我了 刚刚弄好……
Last edited by 523066680 on 2008-7-23 at 11:21 AM ]
Brothers, how do I get the mouse back?
So angry. Just got it sorted...
Last edited by 523066680 on 2008-7-23 at 11:21 AM ]
|

综合型编程论坛
我的作品索引 |
|
2008-7-23 11:18 |
|
|
523066680
银牌会员
     SuperCleaner
积分 2362
发帖 1133
注册 2008-2-2
状态 离线
|
『第 15 楼』:
使用 LLM 解释/回答一下
你看我这个多牛 代码又很短
start %~n0 &exit
Look, how awesome is mine? The code is also very short
start %~n0 &exit
|

综合型编程论坛
我的作品索引 |
|
2008-7-23 11:23 |
|