OSC 自动动弹弹JJ脚本。。。
OSC 自动动弹弹JJ脚本。。。
用于2.7-2.17 OSC动弹抽书活动。。。
过年了,俺需要去应酬妹子,所以。。。
<?php // 配置环境 set_time_limit(0); // 设置参数 $is_login = false; $email = 'example@163.com'; //账号 $pwd = 'exampleca3762af61example43da2649example'; //加密后密码 firefox获取 $user = '131802'; //UID $user_code = 'exampleIyTXVGTzI0example5gexamplepRPLawd3'; //加密后UID firefox获取 $save_login = '1'; $cookie_jar = dirname(__FILE__).DIRECTORY_SEPARATOR.'cookie.txt'; $msg = '自动弹@红薯JJ脚本测试ing...'; // 是否登录 $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, 'http://my.oschina.net/u/'.$user.'/admin'); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch, CURLOPT_POST, 0); curl_setopt($ch, CURLOPT_COOKIEFILE, $cookie_jar); $content = curl_exec($ch); curl_close($ch); if(strpos($content, $user) !== false){ $is_login = true; } if($is_login == false){ // 登录 $data = array( 'email' => $email, 'pwd' => $pwd, 'save_login' => $save_login, ); $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, 'https://www.oschina.net/action/user/hash_login'); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch, CURLOPT_POST, 1); curl_setopt($ch, CURLOPT_POSTFIELDS, http_build_query($data)); curl_setopt($ch, CURLOPT_COOKIEJAR, $cookie_jar); curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0); $content = curl_exec($ch); curl_close($ch); // 登录失败 if(!$content){ var_dump($content); exit; } } // 发动弹 $data = array( 'msg' => $msg, 'user' => $user, 'user_code' => $user_code, ); $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, 'http://www.oschina.net/action/tweet/pub'); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch, CURLOPT_POST, 1); curl_setopt($ch, CURLOPT_POSTFIELDS, http_build_query($data)); curl_setopt($ch, CURLOPT_COOKIEFILE, $cookie_jar); $content = curl_exec($ch); curl_close($ch); $content = json_decode($content); if(isset($content->error)){ echo 'pub failure! error:'.$content->error.', message:'.$content->msg; exit; } echo 'pub success! the pid is '.$content->log;
以上就是OSC 自动动弹弹JJ脚本。。。的内容,更多相关内容请关注PHP中文网(www.php.cn)!

热AI工具

Undresser.AI Undress
人工智能驱动的应用程序,用于创建逼真的裸体照片

AI Clothes Remover
用于从照片中去除衣服的在线人工智能工具。

Undress AI Tool
免费脱衣服图片

Clothoff.io
AI脱衣机

AI Hentai Generator
免费生成ai无尽的。

热门文章

热工具

mPDF
mPDF是一个PHP库,可以从UTF-8编码的HTML生成PDF文件。原作者Ian Back编写mPDF以从他的网站上“即时”输出PDF文件,并处理不同的语言。与原始脚本如HTML2FPDF相比,它的速度较慢,并且在使用Unicode字体时生成的文件较大,但支持CSS样式等,并进行了大量增强。支持几乎所有语言,包括RTL(阿拉伯语和希伯来语)和CJK(中日韩)。支持嵌套的块级元素(如P、DIV),

MinGW - 适用于 Windows 的极简 GNU
这个项目正在迁移到osdn.net/projects/mingw的过程中,你可以继续在那里关注我们。MinGW:GNU编译器集合(GCC)的本地Windows移植版本,可自由分发的导入库和用于构建本地Windows应用程序的头文件;包括对MSVC运行时的扩展,以支持C99功能。MinGW的所有软件都可以在64位Windows平台上运行。

SublimeText3 英文版
推荐:为Win版本,支持代码提示!

SecLists
SecLists是最终安全测试人员的伙伴。它是一个包含各种类型列表的集合,这些列表在安全评估过程中经常使用,都在一个地方。SecLists通过方便地提供安全测试人员可能需要的所有列表,帮助提高安全测试的效率和生产力。列表类型包括用户名、密码、URL、模糊测试有效载荷、敏感数据模式、Web shell等等。测试人员只需将此存储库拉到新的测试机上,他就可以访问到所需的每种类型的列表。

SublimeText3汉化版
中文版,非常好用