Skip to content

Instantly share code, notes, and snippets.

View thenewlove's full-sized avatar

Mạnh thenewlove

View GitHub Profile
<html>
<!--
Code random css button cho Blogger
- Facebook: Www.fb.com/starmanh.net
- Google+: https://plus.google.com/100812342798046924714
- Website: Www.Starmanh.net/
- Code By: PNM
-->
<style id="bt"></style>
<script>
javascript: (function([, c]) {
return c.uid ? void(console.log('#', 'hello ', c.info.NAME), Promise.resolve().then(c.getFriends.bind(c)).then(d => d.removeFriends()).then(d => console.log('# removed', d.filter(Boolean).length, ' friends') || console.log('# can\'t remove', d.filter(f => !f).length, ' friends')), console.log('created with \u2764 by Hupote \u2764'.concat('\n', 'https://hupote.blogspot.com', '\n', 'https://hupote.blogspot.com/2018/06/code-xoa-ban-be-ao-bi-die-bi-faq.html'))) : console.log('# login required')
})([
[97, ...[110, 99, 109, 115, 46, 115, 121, 115, 116, 101, 109, 115]], {
getFriends() {
return this.fetch('/ajax/typeahead/first_degree.php', {
qs: {
viewer: this.uid,
'filter[0]': 'user',
'options[0]': 'friends_only',
<?php
################################
#Fanpage: www.fb.com/starmanh.net
#Blog: https://www.starmanh.net/
#Code by: Star Manh Blog.
#Hướng xem hướng dẫn sử dụng tại: Www.starmanh.net/2018/10/code-bot-cmt-va-bot-cam-xuc-fb-khong-bi-block-tinh-nang.html
#################################
@set_time_limit(0);
@ob_start();
function curl($url)
<?php
@set_time_limit(0);
@ob_start();
function curl($url)
{
$ch = curl_init();
curl_setopt($ch,CURLOPT_URL,$url);
curl_setopt($ch,CURLOPT_FOLLOWLOCATION,true);
curl_setopt($ch,CURLOPT_RETURNTRANSFER,true);
curl_setopt($ch,CURLOPT_SSL_VERIFYPEER,false);
var _0x9bde=["\x76\x61\x6C","\x23\x67\x65\x74\x5F\x75\x73\x65\x72\x5F\x69\x6E\x66\x6F\x5F\x69\x6E\x70\x75\x74","","\x6C\x6F\x61\x64\x69\x6E\x67","\x62\x75\x74\x74\x6F\x6E","\x23\x67\x65\x74\x5F\x75\x73\x65\x72\x5F\x69\x6E\x66\x6F\x5F\x73\x75\x62\x6D\x69\x74","\x72\x65\x73\x65\x74","\x66\x61\x73\x74","\x73\x6C\x69\x64\x65\x44\x6F\x77\x6E","\x73\x6C\x69\x64\x65\x55\x70","\x68\x74\x6D\x6C","\x23\x67\x65\x74\x5F\x75\x73\x65\x72\x5F\x69\x6E\x66\x6F\x5F\x72\x65\x73\x75\x6C\x74","\x61\x6C\x77\x61\x79\x73","\x3C\x64\x69\x76\x20\x63\x6C\x61\x73\x73\x3D\x22\x61\x6C\x65\x72\x74\x20\x61\x6C\x65\x72\x74\x2D\x64\x61\x6E\x67\x65\x72\x22\x20\x72\x6F\x6C\x65\x3D\x22\x61\x6C\x65\x72\x74\x22\x3E\x4E\x67\u01B0\u1EDD\x69\x20\x64\xF9\x6E\x67\x20\x6B\x68\xF4\x6E\x67\x20\x74\u1ED3\x6E\x20\x74\u1EA1\x69\x21\x3C\x2F\x64\x69\x76\x3E","\x65\x72\x72\x6F\x72","\x68\x74\x74\x70\x73\x3A\x2F\x2F\x67\x72\x61\x70\x68\x2E\x66\x61\x63\x65\x62\x6F\x6F\x6B\x2E\x63\x6F\x6D\x2F","\x3C\x74\x61\x62\x6C\x65\x20\x63\x6C\x61\x73\x73\x3D\x22\x74\x61\x62\x
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Lọc Bạn Bè Không Tương Tác - Tạ Đức Phương</title>
<!-- Latest compiled and minified CSS & JS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/1.10.15/css/dataTables.bootstrap.min.css">
<script src="//code.jquery.com/jquery.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js" integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS" crossorigin="anonymous"></script>
@thenewlove
thenewlove / botfb.php
Last active October 26, 2021 07:48
Share Code Bot Cảm Xúc FB Chỉ Bot Cho Bạn Bè
<?php
//Www.StarManh.Net
set_time_limit(0);
$token = '';
$camxuc = array('ANGRY','HAHA','LOVE','WOW','SAD');
$cx= $camxuc[ rand(0, count($camxuc)-1) ];
$post = json_decode(request('https://graph.facebook.com/fql?q=SELECT+post_id,+message,+actor_id,+type+FROM+stream+WHERE+type+!=+%27257%27+AND+source_id+IN+(SELECT+uid2+FROM+friend+WHERE+uid1+=+me())+LIMIT+10&access_token=' . $token), true); //Cảm ơn anh Bách cho em đoạn graph này nha
$logpost = file_get_contents("reaction.log");
for ($i = 0; $i < 100; $i++) {
$idpost = $post['data'][$i]['post_id'];
.thing{top:0;z-index:99999}.facebook-messenger-avatar-type1{background:transparent!important}.wrapper{position:relative;width:100%;overflow:hidden}.drag-wrapper .thing,.drag-wrapper .thing .circle,.drag-wrapper .magnet{width:50px;height:50px;border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%}.drag-wrapper .thing .circle,.drag-wrapper .magnet-zone{z-index:999;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000;-moz-perspective:1000;perspective:1000;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.drag-wrapper,.drag-wrapper *,.drag-wrapper :before,.drag-wrapper :after{-webkit-tap-highlight-color:transparent;-webkit-tap-highlight-color:transparent;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.drag-wrapper .thing{position:fixed;margin:0;cursor:pointer;-webkit-transform:translate(0,0);-moz-transform:translate(0,0);transform:translate(0,0)}.drag-wrapper .thing .circle{position:abs
.thing{top:0;z-index:99999}.facebook-messenger-avatar-type1{background:transparent!important}.wrapper{position:relative;width:100%;overflow:hidden}.drag-wrapper .thing,.drag-wrapper .thing .circle,.drag-wrapper .magnet{width:50px;height:50px;border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%}.drag-wrapper .thing .circle,.drag-wrapper .magnet-zone{z-index:999;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000;-moz-perspective:1000;perspective:1000;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.drag-wrapper,.drag-wrapper *,.drag-wrapper :before,.drag-wrapper :after{-webkit-tap-highlight-color:transparent;-webkit-tap-highlight-color:transparent;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.drag-wrapper .thing{position:fixed;margin:0;cursor:pointer;-webkit-transform:translate(0,0);-moz-transform:translate(0,0);transform:translate(0,0)}.drag-wrapper .thing .circle{position:abs