机械键盘吧 关注:1,192,445贴子:22,815,474
  • 21回复贴,共1

吧务组专用Roll点程序_最新版(内附程序+源代码)

只看楼主收藏回复

好久不来机吧发帖了,也不去管事。。今日看吧务群里又有人无头苍蝇般到处找Roll点工具,索性自己写了个。。。
代码应该没啥问题,最后保存退出的时候我让它生成了个record.txt的文件,方便事后查看。
btw,过场动画……当作小小的玩笑好了
#include<stdio.h>
#include<stdlib.h>
#include<time.h>
#include<windows.h>
void load()
{
printf("\t\t\t\t\t\t\t Copyright by Roy\n\n\n\t\t\t\t Loading\n");
for(int i=0;i<80;i++)
{
printf("|");
Sleep(20);
}
printf("\n\n");
system("pause");
system("cls");
}
int main()
{
int N;
int *result;
int select,i;
FILE *txt;
time_t rawtime;
struct tm * timeinfo;
time ( &rawtime );
timeinfo = localtime ( &rawtime );
load();
printf ( "\007The current date/time is: %s\n", asctime (timeinfo) );
printf("Enter the total number: ");
scanf("%d",&N);
result=(int*)malloc(N*sizeof(int));
srand(time(0));
for(i=0;i<N;i++)
{
printf("Select 1 continue\t2 save & exit\t");
scanf("%d",&select);
switch(select)
{
case 1:printf("%d\n",result[i]=rand()%N+1);
result[i+1]=-1;
break;
case 2:txt=fopen("record.txt","w+");
fprintf(txt,"%s",asctime (timeinfo));
for(i=0;result[i]!=-1 && i<N;i++)
fprintf(txt,"%d ",result[i]);
fclose(txt);
return 0;
}
}
}


Roll_MKPB.exe
大小:80.00KB下载:32次转存:3次
文件已失效
1楼2014-04-07 14:38回复
    小心!附件是病毒!打开了它就会自动把你的硬盘塞满步兵种子,让电脑完全无法运行!!


    2楼2014-04-07 14:38
    收起回复
      天龙蛋


      IP属地:加拿大来自iPhone客户端3楼2014-04-07 14:44
      收起回复
        你暴露了机密信息哦,目测天机镜活动要ROLL点的节奏了


        IP属地:山东4楼2014-04-07 14:48
        收起回复
          这个碉堡了


          IP属地:四川5楼2014-04-07 20:13
          回复
            碉堡啦——————你说烟雨微芒,兰亭远望;
                 后来轻揽婆娑,深遮霓裳;
                 你说春光灿烂,绿袖红香;
                  后来内掩西楼,静立卿旁;
                  你说清风轻拂,醉卧思量;
                  后来紧掩门窗,漫帐成殇;
                  你说情丝如肠,如何相忘;
                  我却眼波微赚,兀自成霜;
               --来自助手版贴吧客户端


            IP属地:四川来自Android客户端6楼2014-04-07 20:14
            回复
              居然没有特别支持战损装


              IP属地:广东来自iPhone客户端7楼2014-04-07 20:30
              收起回复
                ……路过


                IP属地:湖北来自Android客户端8楼2014-04-08 06:47
                回复


                  IP属地:河北来自iPhone客户端9楼2014-04-08 06:47
                  回复
                    高手!来个延时单点亮吧!可以调起始和按下的亮度和延长的时间!麻烦你了!有酬劳!deck用的!


                    来自WindowsPhone客户端10楼2014-04-08 08:04
                    收起回复
                      屌炸了


                      IP属地:辽宁来自Android客户端11楼2014-04-08 08:07
                      回复
                        做个chrome的插件肯定比这个简单多了


                        IP属地:浙江12楼2014-04-08 16:06
                        收起回复