Advertisement
Guest User

iphone code

a guest
Jul 22nd, 2019
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 39.42 KB | None | 0 0
  1.  
  2.  
  3. <html>
  4. <head>
  5.  
  6. <title>hacking</title>
  7. <meta http-equiv='Content-Type' content='text/html; charset=utf-8'>
  8. <link href='http://fonts.googleapis.com/css?family=Roboto:100,300,400,600' rel='stylesheet' type='text/css'>
  9. <link href='https://fonts.googleapis.com/css?family=Montserrat' rel='stylesheet' type='text/css'>
  10. <link href='https://fonts.googleapis.com/css?family=PT+Sans+Narrow:700' rel='stylesheet' type='text/css'>
  11. <link href='https://fonts.googleapis.com/css?family=PT+Serif' rel='stylesheet' type='text/css'>
  12. <link href='https://fonts.googleapis.com/css?family=Karla' rel='stylesheet' type='text/css'><link href='https://fonts.googleapis.com/css?family=Source+Code+Pro' rel='stylesheet' type='text/css'>
  13.  
  14.  
  15. <!--- THIS IS THE SCRIPT FOR A FANCY HOVER -->
  16. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  17. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  18. <script>
  19. (function($){
  20. $(document).ready(function(){
  21. $("a[title]").style_my_tooltips({
  22. tip_follows_cursor:true,
  23. tip_delay_time:90,
  24. tip_fade_speed:600,
  25. attribute:"title"
  26. });
  27. });
  28. })(jQuery);
  29. </script>
  30.  
  31. <style>
  32.  
  33. /* initial design @desmund, @bates, @minna: instructions, cleanup and extras added by @leah */
  34.  
  35. @font-face{font-family: instastory; src:url("https://dl.dropbox.com/s/p390okthfpau2od/SF-UI-Text-Medium.ttf");}
  36. @font-face{font-family: instawords; src:url("https://dl.dropbox.com/s/ek441voxv6iacgm/proximanovalight.ttf");}
  37. @font-face{font-family: thorsten; src:url("https://dl.dropboxusercontent.com/s/fwebp11epx6u6ap/Nickainley.otf?dl=0");}
  38.  
  39.  
  40. body {
  41. padding-top: 50px;
  42. background-color: #fefefe;
  43. }
  44.  
  45. /* "homepage" - change background colour, fonts, etc here. */
  46. #container {
  47. margin: 0 auto;
  48. width: 700px;
  49. padding-top: 20px;
  50. padding-bottom: 20px;
  51. background-color: rgba(255,255,255,0.5);
  52. }
  53.  
  54. #headline {
  55. font-family: 'thorsten', helvetica, sans-serif;
  56. font-weight: 100;
  57. font-size: 32px;
  58. line-height: 90px;
  59. text-transform: lowercase;
  60. color:#222;
  61. text-align:center;
  62. }
  63.  
  64. #navigation {
  65. width:700px;
  66. margin: 0 auto;
  67. position: relative;
  68. }
  69.  
  70. .date {
  71. color: #333;
  72. display: block;
  73. font-family: 'karla', helvetica, serif;
  74. font-size: 13px;
  75. font-weight: 400;
  76. letter-spacing: 0.4px;
  77. line-height: 110%;
  78. text-align:center;
  79. text-transform:lowercase;
  80. padding:0;
  81. }
  82.  
  83. .type {
  84. font-family: 'karla', helvetica, serif;
  85. font-size: 10px;
  86. line-height:100%;
  87. font-weight: 100;
  88. letter-spacing: 0.4px;
  89. text-transform: lowercase;
  90. padding-bottom:5px;
  91. padding-top:2.5px;
  92. text-align:center;
  93. margin:0;
  94. color:#676767;
  95. }
  96.  
  97. .block {
  98. max-width:100px;
  99. display:inline-block;
  100. width: 75px;
  101. position:relative;
  102. text-align:center;
  103. }
  104.  
  105. .object {
  106. margin:0 auto;
  107. }
  108.  
  109. .icon {
  110. height: 34px;
  111. }
  112.  
  113. /* title on each popup, change font size or font here */
  114. .subhead {
  115. font-family: quicksand, sans-serif;
  116. font-size: 25px;
  117. line-height: 100%;
  118. letter-spacing: 1px;
  119. text-transform: uppercase;
  120. display:block;
  121. color:#444;
  122. }
  123.  
  124. /* popup - no altering needed. */
  125. #fade {
  126. display: none;
  127. background: #000;
  128. position: fixed;
  129. left: 0;
  130. top: 0;
  131. width: 100%;
  132. height: 100%;
  133. opacity: .5;
  134. z-index: 9999;
  135. }
  136.  
  137. .popup_block {
  138. display: none;
  139. background: #FFFFFF;
  140. padding: 20px;
  141. float: left;
  142. position: absolute;
  143. top: 50%;
  144. left: 50%;
  145. z-index: 99999;
  146. opacity: 1;
  147. max-height:430px;
  148. overflow:auto;
  149. text-align:justify;
  150. font-family: helvetica neue, roboto condensed, helvetica, arial;
  151. font-size:13px;
  152. line-height:15px;
  153. letter-spacing:0px;
  154. text-transform:none;
  155. }
  156.  
  157. /* makes the neat looking hover box, do not alter */
  158. #s-m-t-tooltip {max-width:200px; width:auto; padding:3px 5px; margin:5px 0px 0px 10px; background-color: rgba(239, 239, 239,0.9); font-family: karla, helvetica, arial; font-size:7px; letter-spacing:+1px; text-transform:uppercase; text-align: justify; color:#222; z-index:999999999999999999; -moz-box-shadow: 1px 2px 1px rgba(0,0,0,.1); -webkit-box-shadow: 1px 2px 1px rgba(0,0,0,.1);}
  159.  
  160. /* gmail hr, do not alter */
  161. hr {
  162. display: block;
  163. height: 1px;
  164. border: 0;
  165. border-top: 1px solid #ccc;
  166. margin: 1em 0;
  167. padding: 0;
  168. }
  169.  
  170. /* tumblr */
  171. .tumblr {background-color:#fff; color: #4c4c4; font-size: 13.5px; line-height: 18px; text-align:left; width:520px; padding:20px; border-radius:5px; }
  172. .tumblrask {background-color: #efefef; width:435px; padding: 20px;}
  173. .tumblraskname {font-weight: bold; color: #a6a6a6;}
  174. .reblog {color:#4c4c4c;font-weight:bold;font-size:13.5px;}
  175. .tumblrtags {color:#aaa; padding-left:4px;margin:2px;}
  176. .tumblruser2 {color:#4c4c4c;font-weight: bold; position:absolute;margin-top:15px;}
  177. .title {font-family: montserrat, helvetica, helvetica neue, sans-serif; font-size: 25px; line-height: 100%; letter-spacing: 0px; color:#444;}
  178.  
  179. /* updated email; gmail // 07/07/18 @leah */
  180. .emailhead {padding-left: 0px; padding-top: 0px; padding-bottom:5px; font-size: 16px; text-transform:none; line-height: 16px; float: left; width: 100%;}
  181. .emaildate {float: right; color: #000; padding-top: 0px; font-size: 12px; font-weight:400;}
  182. .dateline{line-height:35px; padding-right:5px; float:left;}
  183. .emailsender {float:left; padding-top:0px; font-size:10px; height:32px; padding-bottom:5px;}
  184. .sender{padding-left:5px; float:right;}
  185. .from {font-size:13px; line-height:120%; font-weight: normal; color:#000;}
  186. .to {font-size:13px; line-height:120%; font-weight:normal; color: #999;}
  187.  
  188. /* text */
  189. .sentence {position:relative;}
  190. .talking {border-radius: 13px; margin: 10px 10px 3px; padding: 8px; position: relative; }
  191. .talking.to {background-color: #0cd631; color: #FFF; margin-left: 270px; z-index:10; box-shadow: 0 1px 2px rgba(1,1,1,0.2);}
  192. .talking.from {background-color: #F7F7F7; color: #000; margin-right: 270px; z-index:10; box-shadow: 0 1px 2px rgba(1,1,1,0.2);}
  193. .talking.to + .talking.to, .talking.from + .talking.from {margin-top: 15px;}
  194. .talker {font-family:helvetica, arial, sans serif; font-size:9px; letter-spacing:.5px; line-height:9px; color: #999; text-transform:none; display:block; position:relative; margin-left:15px; margin-bottom:-2px;}
  195. .talker.self {text-align:right; margin-right:15px; margin-left:0px;}
  196. .textheader {font-family: helvetica, arial, sans serif; font-size:12px; text-align:center; text-transform: none; border-bottom: 1px solid #cecece; background-color:#fafafa; padding:8px;}
  197. .img-circle {border-radius: 50%; padding:2px;}
  198. .groupmessage {border-radius:50%; padding: 2px;}
  199. .grouptalker {font-family:helvetica, arial, sans serif; font-size:9px; letter-spacing:.5px; line-height:9px; color: #999; text-transform:none; display:block; position:relative; margin-left:45px; margin-bottom:-2px;}
  200.  
  201. /* instagram -- mashed together from desmund and minna */
  202. .igdesc {font-family: 'Roboto', helvetica neue, helvetica; font-size: 12px; font-weight: 400;}
  203. .mainimage{height: 40px; width: 40px; border-radius: 50px;}
  204. .handle {position: relative; font-family: 'Roboto', helvetica neue, helvetica; top:10px; left: 5px;font-size: 13px; font-weight: bold; text-decoration:none; color: #262626;}
  205. #comments{position: absolute; overflow: auto; height: 153px; top: 100px; width: 280px; font-family: 'Roboto', helvetica neue, helvetica; font-size: 12px; font-weight: 400;}
  206.  
  207. /* ig story -- tweaked by lj@ij.com og coding:leah@ij.com */
  208. .storyicon {
  209. border-radius: 100%;
  210. height: 25px;
  211. width: 25px;
  212. position: absolute;
  213. margin-top: 15px;
  214. margin-left: 5px;
  215. }
  216.  
  217. .storyhandle {
  218. font-weight:lighter;
  219. position: absolute;
  220. color: #fff;
  221. font-family: instastory;
  222. font-size: 10px;
  223. margin-top: 20px;
  224. margin-left: 35px;
  225. }
  226.  
  227. .storylink {
  228. font-weight:lighter;
  229. position: absolute;
  230. color: #fff;
  231. font-family: instawords;
  232. font-weight:100;
  233. font-size: 15px;
  234. line-height:15px;
  235. letter-spacing:1px;
  236. margin-top: 20px;
  237. margin-left: 35px;
  238. }
  239.  
  240. .storywords {
  241. font-weight:lighter;
  242. position: absolute;
  243. color: #fff;
  244. font-family: helvetica, instastory;
  245. font-size: 25px;
  246. margin-top: 20px;
  247. margin-left: 35px;
  248. }
  249.  
  250. .storyhour {
  251. position: absolute;
  252. color: #fff;
  253. font-family: instastory;
  254. font-weight:lighter;
  255. font-size: 10px;
  256. margin-top: 20px;
  257. margin-left: 115px;
  258. }
  259.  
  260. .storyexit {
  261. position: absolute;
  262. font-size: 10px;
  263. margin-top: 20px;
  264. margin-left: 175px;
  265. }
  266.  
  267. .storyduration {
  268. position: absolute;
  269. color: #fff;
  270. font-family: instastory, arial, roboto;
  271. font-size: 10px;
  272. margin-top: 5px;
  273. margin-left:-5px;
  274. }
  275.  
  276. .storybottom {
  277. position: absolute;
  278. margin-top: 325px;
  279. margin-left:;
  280. }
  281.  
  282. /* ---- VOICEMAIL ---- */
  283. .vmcontent {
  284. height: 345;
  285. overflow: auto;
  286. margin: 0;
  287. padding:2px;
  288. background-color: #fff;
  289. font-family: helvetica, arial, sans serif;
  290. font-size:12px;
  291. line-height:14px;
  292. text-transform:none;
  293. text-align:left;
  294. }
  295.  
  296. .vmheader {
  297. margin: 0;
  298. height: 65;
  299. padding:3px;
  300. background-color: #f2f2f4;
  301. font-family: helvetica, arial, sans serif;
  302. font-size:12px;
  303. font-weight:bold;
  304. text-align: center;
  305. text-transform: none;
  306. border-bottom:1px solid #ccc;
  307. }
  308.  
  309. .vmsender {
  310. padding-right: 5px;
  311. padding-left: 5px;
  312. padding-top: 5px;
  313. height:30;
  314. }
  315.  
  316. .vmfrom {
  317. padding-left:5;
  318. padding-right:5;
  319. font-size:13px;
  320. color: #000;
  321. float: left;
  322. font-weight:bold;
  323. }
  324.  
  325. .vmstats {
  326. padding-left:5;
  327. padding-right:5;
  328. padding-bottom:5;
  329. font-size:12px;
  330. color: #8f8e94;
  331. float: left;
  332. }
  333.  
  334. .vminfo {
  335. float: right;
  336. margin-top:-15px;
  337. }
  338.  
  339. .vmplay {
  340. padding:5px;
  341. height:15;
  342. margin-top:0px;
  343. font-size:11px;
  344. margin-bottom:10px;
  345. color:#8f8e94;
  346. }
  347.  
  348. .vmbuttons {
  349. padding-left:10;
  350. padding-right:15;
  351. font-size:12px;
  352. font-weight: none;
  353. text-align:center;
  354. margin-bottom:10px;
  355. }
  356.  
  357. .vmbreak {
  358. margin-left: auto;
  359. margin-right: auto;
  360. height: 1px;
  361. width: 85%;
  362. background-color: #ececec;
  363. }
  364.  
  365. .vmtranscript {
  366. padding:10px;
  367. padding-top:10px;
  368. color:#8f8e94;
  369. }
  370.  
  371. .vmbottom {
  372. height:36px;
  373. background:#F1F1F3;
  374. padding-top:5px;
  375. border-top:1px solid #ccc;
  376. margin: 0;
  377. }
  378.  
  379.  
  380. /* twitter */
  381. .tweet { border: 1px solid #dddddd; font-family: helvetica; font-size: 16px; line-height: 20px; width: 500px;}
  382. .tweet a:link, .tweet a:active, .tweet a:visited {color: #2b7bb9; text-decoration: none;}
  383. .tweet a:hover {color: #3b97e0; text-decoration: none;}
  384. .verified {position: relative; top: 3px;}
  385.  
  386. /* ---- music, from @tentacool phone post ---- */
  387. .musicheader {
  388. margin: 0;
  389. height: 55;
  390. width: 248px;
  391. padding:3px;
  392. background-color: #181818;
  393. color:#fff;
  394. font-family: arial, roboto;
  395. font-size:12px;
  396. font-weight:bold;
  397. text-align:center;
  398. text-transform: none;
  399. }
  400. .musiccontent {
  401. width: 254;
  402. height: 300px;
  403. overflow: auto;
  404. margin: 0;
  405. padding: 0;
  406. background-color: #181818;
  407. font-family: helvetica, arial, sans serif;
  408. font-size: 14px;
  409. line-height: 14px;
  410. text-transform: none;
  411. text-align: left;
  412. overflow-y: auto;
  413. overflow-x: hidden;
  414.  
  415. }
  416. a {color: #000;
  417. text-decoration: none;
  418. border-bottom: 1px solid #d0d0d0;
  419. padding-bottom: 1px;
  420. }
  421.  
  422. .musictitle {
  423. padding-left:5;
  424. background-color: #181818;
  425. color: #fff;
  426. font-family: arial;
  427. font-size:13px;
  428. text-transform: none;
  429. }
  430. .musicbottom {
  431. height:55px;
  432. width:248px;
  433. padding:3px;
  434. color: #fff;
  435. font-family:arial;
  436. font-size:12px;
  437. background:#222326;
  438. text-align:center;
  439. border-top:1px solid #888;
  440. margin: 0;
  441. }
  442.  
  443.  
  444. </style>
  445.  
  446. <!-- Scripts -->
  447. <noframes></noframes><noscript></noscript><!-- --><script type="text/javascript" src="http://static.websimages.com/static/global/js/webs/usersites/p.js"></script><script type="text/javascript" src="http://csfoto.net/diverse/script.js"></script>
  448. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  449.  
  450.  
  451. <script>
  452.  
  453. $(document).ready(function() {
  454.  
  455. //
  456.  
  457. //When you click on a link with class of poplight and the href starts with a #
  458.  
  459. $('a.poplight[href^=#]').click(function() {
  460.  
  461. var popID = $(this).attr('rel'); //Get Popup Name
  462.  
  463. var popURL = $(this).attr('href'); //Get Popup href to define size
  464.  
  465.  
  466.  
  467. //Pull Query & Variables from href URL
  468.  
  469. var query= popURL.split('?');
  470.  
  471. var dim= query[1].split('&');
  472.  
  473. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  474.  
  475.  
  476.  
  477. //Fade in the Popup and add close button
  478.  
  479. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend();
  480.  
  481.  
  482. //Define margin for center alignment (vertical horizontal) - we add 80px to the height/width to accomodate for the padding and border width defined in the css
  483.  
  484. var popMargTop = ($('#' + popID).height() + 80) / 2;
  485.  
  486. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  487.  
  488.  
  489.  
  490. //Apply Margin to Popup
  491.  
  492. $('#' + popID).css({
  493.  
  494. 'margin-top' : -popMargTop,
  495.  
  496. 'margin-left' : -popMargLeft
  497.  
  498. });
  499.  
  500.  
  501.  
  502. //Fade in Background
  503.  
  504. $('body').append('<div id="fade"></div>'); //Add the fade layer to bottom of the body tag.
  505.  
  506. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'}) is used to fix the IE Bug on fading transparencies
  507.  
  508.  
  509.  
  510. return false;
  511.  
  512. });
  513.  
  514.  
  515.  
  516. //Close Popups and Fade Layer
  517.  
  518. $('a.close, #fade').live('click', function() { //When clicking on the close or fade layer...
  519.  
  520. $('#fade , .popup_block').fadeOut(function() {
  521.  
  522. $('#fade, a.close').remove(); //fade them both out
  523.  
  524. });
  525.  
  526. return false;
  527.  
  528. });
  529.  
  530.  
  531.  
  532.  
  533.  
  534. });
  535.  
  536. </script>
  537.  
  538. </head>
  539.  
  540. <body>
  541. <div id="container">
  542. <div id="headline">
  543. so this is how 24 starts
  544. </div>
  545. <div>
  546.  
  547. <div id="navigation"><center>
  548.  
  549. <div class="block">
  550. <div class="type">texts</div>
  551. <div class="object"><a href="#?w=600" class="poplight" rel="01" title="Mom - Warning underage mention" style="text-decoration:none; border-bottom:0px;"><img src="https://i.imgur.com/k66T2ZW.png" class="icon"></a></div>
  552. </div>
  553.  
  554.  
  555. <div class="block">
  556. <div class="type">texts</div>
  557. <div class="object"><a href="#?w=600" class="poplight" rel="02" title="Stepmom - Taylor" style="text-decoration:none; border-bottom:0px;"><img src="https://i.imgur.com/k66T2ZW.png" class="icon"></a></div>
  558. </div>
  559.  
  560. <div class="block">
  561. <div class="type">texts</div>
  562. <div class="object"><a href="#?w=600" class="poplight" rel="03" title="Manager - Marcus" style="text-decoration:none; border-bottom:0px;"><img src="https://i.imgur.com/k66T2ZW.png" class="icon"></a></div>
  563. </div>
  564.  
  565. <br><br> <!-- START THE NEW ROW HERE -->
  566.  
  567. <div class="block">
  568. <div class="type">whatsapp</div>
  569. <div class="object"><a href="#?w=600" class="poplight" rel="04" title="Siblings - Group text" style="text-decoration:none; border-bottom:0px;"><img src="https://parentzone.org.uk/sites/default/files/soon-873316_1280.png" class="icon"></a></div>
  570. </div>
  571.  
  572.  
  573. <div class="block">
  574. <div class="type">texts</div>
  575. <div class="object"><a href="#?w=600" class="poplight" rel="05" title="Sibling - Jamie (Taylor's daughter)" style="text-decoration:none; border-bottom:0px;"><img src="https://i.imgur.com/k66T2ZW.png" class="icon"></a></div>
  576. </div>
  577.  
  578. <div class="block">
  579. <div class="type">voicemail</div>
  580. <div class="object"><a href="#?w=600" class="poplight" rel="06" title="Older sister" style="text-decoration:none; border-bottom:0px;"><img src="https://i.imgur.com/NIZfEAi.png" class="icon"></a></div>
  581. </div>
  582.  
  583.  
  584. <br><br> <!-- START THE NEW ROW HERE -->
  585.  
  586. <div class="block">
  587. <div class="type">voicemail</div>
  588. <div class="object"><a href="#?w=600" class="poplight" rel="07" title="Nana and Gramps" style="text-decoration:none; border-bottom:0px;"><img src="https://i.imgur.com/NIZfEAi.png" class="icon"></a></div>
  589. </div>
  590.  
  591.  
  592. <div class="block">
  593. <div class="type">voicemail</div>
  594. <div class="object"><a href="#?w=600" class="poplight" rel="08" title="Dad" style="text-decoration:none; border-bottom:0px;"><img src="https://i.imgur.com/NIZfEAi.png" class="icon"></a></div>
  595. </div>
  596.  
  597. <div class="block">
  598. <div class="type">voicemail</div>
  599. <div class="object"><a href="#?w=600" class="poplight" rel="09" title="Taylor" style="text-decoration:none; border-bottom:0px;"><img src="https://i.imgur.com/NIZfEAi.png" class="icon"></a></div>
  600. </div>
  601.  
  602. <br><br>
  603.  
  604. <div class="block">
  605. <div class="type">instagram</div>
  606. <div class="object"><a href="#?w=600" class="poplight" rel="10" title="Deleted before posting - warning a little dark in context of the post so not sure if I should be adding this warning." style="text-decoration:none; border-bottom:0px;"><img src="https://i.imgur.com/TJFRbxt.png" class="icon"></a></div>
  607. </div>
  608.  
  609. <div id="01" class="popup_block">
  610. <div class="textheader">
  611. <img class="img-circle" src="https://i.imgur.com/EvuOcoC.png" width="30">
  612. <div style="center; margin-top:2px;">Mom <font color="#c5c5c5">›</font></div>
  613. </div>
  614. <br><center><font style="font-family:arial; font-size:10px; letter-spacing:.5px; line-height:16px; padding-top:5px; color:#888;"><b><br>Monday</b> 9:25 AM</font></center>
  615.  
  616.  
  617.  
  618. <div class="sentence">
  619. <div class="talking from">
  620. Call me.
  621. </div>
  622. </div>
  623.  
  624.  
  625. <div class="sentence">
  626. <div class="talking from">
  627. Kaden James.
  628. </div>
  629. </div>
  630.  
  631. <div class="sentence">
  632. <div class="talking from">
  633. If she even touched you while you were underage. We will press legal action.
  634. </div>
  635. </div>
  636.  
  637. <div class="sentence">
  638. <div class="talking to">
  639. Nothing happened. Just leave it alone.
  640. </div>
  641. </div>
  642.  
  643. <div class="sentence">
  644. <div class="talking from">
  645. Kaden, you have to tell me if something happened.
  646. </div>
  647. </div>
  648.  
  649. <div class="sentence">
  650. <div class="talking to">
  651. Nothing.
  652. Happened.
  653.  
  654. Hey son, sorry to hear you fucking phone got hacked. Would you like to talk about it? Oh, btw Happy Birthday!
  655. </div>
  656. </div>
  657.  
  658. <div class="sentence">
  659. <div class="talking from">
  660. Kaden this is serious.
  661. </div>
  662. </div>
  663.  
  664. <div class="sentence">
  665. <div class="talking to">
  666. You hate Taylor. I know this but that doesn't change the fact that NOTHING HAPPENED.
  667. </div>
  668. </div>
  669.  
  670. <div class="sentence">
  671. <div class="talking from">
  672. Is there a sex tape of you floating around out there?
  673. </div>
  674. </div>
  675.  
  676. <div class="sentence">
  677. <div class="talking to">
  678. I didn't have sex with her. How many times do I have to say that?
  679. </div>
  680. </div>
  681.  
  682. <div class="sentence">
  683. <div class="talking from">
  684. Any with Chevy? Or for that matter, what is your co-star's name? Nehemiah?
  685. </div>
  686. </div>
  687.  
  688. <div class="sentence">
  689. <div class="talking to">
  690. Fuck off. Glad to see how much you care about what I'm doing.
  691. </div>
  692. </div>
  693.  
  694. <div class="sentence">
  695. <div class="talking from">
  696. You know what this looks like for the family right?
  697. </div>
  698. </div>
  699.  
  700. <div class="sentence">
  701. <div class="talking from">
  702. Kaden.
  703. </div>
  704. </div>
  705. </div>
  706.  
  707. <div id="02" class="popup_block">
  708. <div class="textheader">
  709. <img class="img-circle" src="https://i.imgur.com/ehQQgAs.png" width="30">
  710. <div style="center; margin-top:2px;">Step-mom #10?<font color="#c5c5c5">›</font></div>
  711. </div>
  712. <br><center><font style="font-family:arial; font-size:10px; letter-spacing:.5px; line-height:16px; padding-top:5px; color:#888;"><b><br>Monday</b> 9:42 AM</font></center>
  713.  
  714. <div class="sentence"> <div class="sentence">
  715. <div class="talking from">
  716. Kad you need to call me.
  717. </div>
  718. </div>
  719.  
  720. <div class="sentence">
  721. <div class="talking from">
  722. Have you seen the news?
  723. </div>
  724. </div>
  725.  
  726. <div class="sentence">
  727. <div class="talking from">
  728. What should I tell your dad?
  729. </div>
  730. </div>
  731.  
  732. <div class="sentence">
  733. <div class="talking from">
  734. I'm not on tour but he called me and he is pissed.
  735. </div>
  736. </div>
  737.  
  738. <div class="sentence">
  739. <div class="talking from">
  740. Kad, are you okay?
  741. </div>
  742. </div>
  743. <div class="sentence">
  744. <div class="talking from">
  745. Kad you need to call me.
  746. </div>
  747. </div>
  748.  
  749. <div class="sentence">
  750. <div class="talking to">
  751. Nothing happened. Just tell him the truth. I'm sure he doesn't care about anything other than you. So just tell him nothing happened and fly out to see him on tour and be his wife. Do things that make me puke.
  752. </div>
  753. </div>
  754.  
  755. <div class="sentence">
  756. <div class="talking from">
  757. Kad, are you stoned? You are way too calm.
  758. </div>
  759. </div>
  760.  
  761. <div class="sentence">
  762. <div class="talking to">
  763. Naw, just enjoying my birthday and hoping this whole thing is an April fools joke. Like my life.
  764. </div>
  765. </div>
  766.  
  767. <div class="sentence">
  768. <div class="talking to">
  769. http://www.badum-tish.com
  770. </div>
  771. </div>
  772.  
  773. <div class="sentence">
  774. <div class="talking from">
  775. Kaden. Please don't do anything stupid.
  776. </div>
  777. </div>
  778.  
  779. <div class="sentence">
  780. <div class="talking from">
  781. Happy Birthday.
  782. </div>
  783. </div>
  784. </div>
  785. </div>
  786.  
  787.  
  788. <div id="03" class="popup_block">
  789. <div class="textheader">
  790. <img class="img-circle" src="https://i.imgur.com/Mrga3sF.png" width="30">
  791. <div style="center; margin-top:2px;">Marcus<font color="#c5c5c5">›</font></div>
  792. </div>
  793. <br><center><font style="font-family:arial; font-size:10px; letter-spacing:.5px; line-height:16px; padding-top:5px; color:#888;"><b><br>Monday</b> 8:10 AM</font></center>
  794. <div class="sentence">
  795. <div class="talking from">
  796. Kaden, are you able to come in today?
  797. </div>
  798. </div>
  799.  
  800. <div class="sentence">
  801. <div class="talking to">
  802. I am out of town.
  803. </div>
  804. </div>
  805.  
  806. <div class="sentence">
  807. <div class="talking from">
  808. How are you doing?
  809. </div>
  810. </div>
  811.  
  812. <div class="sentence">
  813. <div class="talking to">
  814. Fine.
  815. </div>
  816. </div>
  817.  
  818. <div class="sentence">
  819. <div class="talking from">
  820. We are going to have to talk about this with the Sabrina release next week.
  821. </div>
  822. </div>
  823.  
  824.  
  825. <div class="sentence">
  826. <div class="talking to">
  827. It will boost ratings. My ass. Nem's ass.
  828. </div>
  829. </div>
  830.  
  831. <div class="sentence">
  832. <div class="talking from">
  833. Please call me? I need to talk to you about next steps.
  834. </div>
  835. </div>
  836.  
  837. <div class="sentence">
  838. <div class="talking to">
  839. Is this really time to be talking about dancing?
  840. </div>
  841. </div>
  842. <div class="sentence">
  843. <div class="talking from">
  844. Stop making jokes and call me.
  845. </div>
  846. </div>
  847. <div class="sentence">
  848. <div class="talking to">
  849. Okay, calling.
  850. </div>
  851. </div>
  852.  
  853. </div>
  854.  
  855.  
  856. <div id="04" class="popup_block">
  857. <div class="textheader">
  858. <img class="img-circle" src="" width="30"> <img class="img-circle" src="" width="30">
  859. <div style="center; margin-top:2px;">siblings <font color="#c5c5c5">›</font></div>
  860. </div>
  861. <br><center><font style="font-family:arial; font-size:10px; letter-spacing:.5px; line-height:16px; padding-top:5px; color:#888;"><b>Whatsapp<br>Monday</b> 09:59 AM</font></center>
  862.  
  863. <div class="sentence">
  864. <div class="talker"></div>
  865. <div class="talking from">
  866. Banging the step-mom. I didn't know you had it in you. I mean she isn't my mom but do you think she would open it up for non-costas?
  867. </div>
  868. </div>
  869.  
  870. <div class="sentence">
  871. <div class="talker">idiotic bro#2</div>
  872. <div class="talking from">
  873. Dude, please tell me you haven't had slept with my mom. I am going to have to message her and see what she has to say for herself.
  874. </div>
  875. </div>
  876.  
  877. <div class="sentence">
  878. <div class="talker">idiot bro#1</div>
  879. <div class="talking from">
  880. I think my mom is in jail. Do you make conjugal visits?
  881. </div>
  882. </div>
  883.  
  884. <div class="sentence">
  885. <div class="talker">idiot bro#2</div>
  886. <div class="talking from">
  887. I have now seen more of Kaden than I have ever wanted to. Two people have come up to me at work, asking for details.
  888. </div>
  889. </div>
  890.  
  891.  
  892. <div class="sentence">
  893. <div class="talker">idiot sis</div>
  894. <div class="talking from">
  895. Happy Birthday Kaden. You guys, shut up. Be supportive.
  896. </div>
  897. </div>
  898.  
  899.  
  900. <div class="sentence">
  901. <div class="talker">theonly niceone</div>
  902. <div class="talking from">
  903. How do we shut up and be supportive?
  904. </div>
  905. </div>
  906.  
  907. <div class="sentence">
  908. <div class="talker">idiot bro #1</div>
  909. <div class="talking from">
  910. Hey, I am supportive. I think he is doing great things for the world. Sleep with 40 year olds, they are less likely to want to speak to the manager. It seems like a win for everyone.
  911. </div>
  912. </div>
  913.  
  914.  
  915. <div class="sentence">
  916. <div class="talker">idiotic bro #2</div>
  917. <div class="talking from">
  918. Kaden, do they ever say they want to speak to the manager WHILE you are sleeping with them? File some complaints.
  919. </div>
  920. </div>
  921.  
  922. <div class="sentence">
  923. <div class="talker">idiot bro#1</div>
  924. <div class="talking from">
  925. This dick is about three inches shorter than the label, can I speak to the manager?
  926. </div>
  927. </div>
  928.  
  929. <div class="sentence">
  930. <div class="talker">idiot bro#1</div>
  931. <div class="talking from">
  932. Stop!
  933. </div>
  934. </div>
  935.  
  936.  
  937. <div class="sentence">
  938. <div class="talker">theonly niceone</div>
  939. <div class="talking from">
  940. Have you seen Chevy though? Damn.
  941. </div>
  942. </div>
  943.  
  944. <div class="sentence">
  945. <div class="talker">idiot sis</div>
  946. <div class="talking from">
  947. You say you aren't gay and then you say things like that?
  948. </div>
  949. </div>
  950.  
  951. <div class="sentence">
  952. <div class="talker">idiot bro #1</div>
  953. <div class="talking from">
  954. Diva popstars, old women, appropriately aged men. No wonder he doesn't have time to come to family dinners.
  955. </div>
  956. </div>
  957.  
  958.  
  959. <div class="sentence">
  960. <div class="talker">idiotic bro #2</div>
  961. <div class="talking from">
  962. I am in school. Can you talk about Kaden's dick some other time?
  963. </div>
  964. </div>
  965.  
  966. <div class="sentence">
  967. <div class="talker">naya</div>
  968. <div class="talking from">
  969. Nay, get off your phone.
  970. </div>
  971. </div>
  972.  
  973.  
  974. <div class="sentence">
  975. <div class="talker">idiotic bro #2</div>
  976. <div class="talking from">
  977. I'll tell you something. It has hyped up Sabrina in this classroom. Between Kaden and Nehemiah, a majority of the school is ready. It makes me want to puke.
  978. </div>
  979. </div>
  980.  
  981.  
  982. <div class="sentence">
  983. <div class="talker">naya
  984. </div>
  985. <div class="talking from">
  986. Nay, get off your phone! You are 13 years old. Stop looking at dicks.
  987. </div>
  988. </div>
  989.  
  990. <div class="sentence">
  991. <div class="talker">idiotic bro #2</div>
  992. <div class="talking from">
  993. If she has to stop looking at dicks, that means she can never see you again.
  994. </div>
  995. </div>
  996.  
  997.  
  998. <div class="sentence">
  999. <div class="talker">idiotic bro #1</div>
  1000. <div class="talking from">
  1001. <img width=100 src ="https://66.media.tumblr.com/e19e05a1b32b679f643fd7ad81ba5657/tumblr_n66xnvpY6j1sj21quo4_500.gif">
  1002. </div>
  1003. </div>
  1004.  
  1005. <div class="sentence">
  1006. <div class="talker">naya</div>
  1007. <div class="talking from">
  1008. Okay, Kaden hasn't responded to any of this. At what point should we be worried?
  1009. </div>
  1010. </div>
  1011.  
  1012.  
  1013. <div class="sentence">
  1014. <div class="talker">idiot sis</div>
  1015. <div class="talking from">
  1016. Don't worry, some lady probably needed the pool boy.
  1017. </div>
  1018. </div>
  1019.  
  1020. <div class="sentence">
  1021. <div class="talker">idiot bro#1</div>
  1022. <div class="talking from">
  1023. I am going to call him.
  1024. </div>
  1025. </div>
  1026.  
  1027.  
  1028. <div class="sentence">
  1029. <div class="talker">theonly niceone</div>
  1030. </div>
  1031.  
  1032.  
  1033.  
  1034.  
  1035. </div>
  1036.  
  1037.  
  1038. <div id="05" class="popup_block">
  1039. <div class="textheader">
  1040. <img class="img-circle" src="https://i.imgur.com/hmw4fL6.png" width="30">
  1041. <div style="center; margin-top:2px;">Jamie <font color="#c5c5c5">›</font></div>
  1042. </div>
  1043. <br><center><font style="font-family:arial; font-size:10px; letter-spacing:.5px; line-height:16px; padding-top:5px; color:#888;"><b><br>Monday</b> 4:45 PM</font></center>
  1044.  
  1045. <div class="sentence">
  1046. <div class="talking from">
  1047. Happy BirthDay.
  1048. </div>
  1049. </div>
  1050.  
  1051. <div class="sentence">
  1052. <div class="talking to">
  1053. Thanks little sis.
  1054. </div>
  1055. </div>
  1056.  
  1057. <div class="sentence">
  1058. <div class="talking from">
  1059. moms leaving. I thought she wasnt going to on more tour.
  1060. </div>
  1061. </div>
  1062.  
  1063. <div class="sentence">
  1064. <div class="talking to">
  1065. I know. I messed up and she has to go take care of some things because of it. Who is staying with you?
  1066. </div>
  1067. </div>
  1068.  
  1069. <div class="sentence">
  1070. <div class="talking from">
  1071. Miss Carrie.
  1072. </div>
  1073. </div>
  1074.  
  1075. <div class="sentence">
  1076. <div class="talking to">
  1077. Good, you will have fun. Tell Miss Carrie I said you have to have cupcakes for my birthday. It's an order.
  1078. </div>
  1079. </div>
  1080.  
  1081. <div class="sentence">
  1082. <div class="talking from">
  1083. k. HappyBirthday. Coming over?
  1084. </div>
  1085. </div>
  1086.  
  1087. <div class="sentence">
  1088. <div class="talking to">
  1089. I can't because I am out of town but I will see you soon.
  1090. </div>
  1091. </div>
  1092.  
  1093. <div class="sentence">
  1094. <div class="talking from">
  1095. Promise?
  1096. </div>
  1097. </div>
  1098.  
  1099. <div class="sentence">
  1100. <div class="talking to">
  1101. Promise.
  1102. </div>
  1103. </div>
  1104.  
  1105. </div>
  1106.  
  1107.  
  1108. <div id="06" class="popup_block">
  1109. <div class="vmheader">
  1110. <div style="float:left; margin-left:10px;">
  1111. <font style="color:#ccc; font-weight:normal;">Greeting</font>
  1112. </div>
  1113. <div style="float:right; margin-right: 10px;"><font style="color:#ccc; font-weight:normal;">Edit</font>
  1114. </div>
  1115. <br><br>
  1116. <div style="float:left; margin-left:10px;">
  1117. <font style="font-size:25px;">Voicemail</font></div>
  1118. </div>
  1119. <div class="vmcontent">
  1120. <div class="vmsender">
  1121. <div class="vmfrom">theonly niceone</div>
  1122. <br>
  1123. <div class="vmstats">home
  1124. <br>
  1125. April 1st, 2019 at 10:35 AM
  1126. </div>
  1127.  
  1128. <div class="vminfo"><img src="https://i.imgur.com/jeCINSJ.png" width=45></div>
  1129. </div>
  1130. <br>
  1131. <div class="vmtranscript">
  1132. Brother, send out some sign up life over there. We are getting worried. I know I am getting worried. It isn't that big of a deal. It will all blow over, I promise you. You just have to call one of us back so that we know you are doing okay. I am here if you need to talk. Reach out to someone.
  1133.  
  1134. </div>
  1135. <div class="vmplay">
  1136. <img src="https://i.imgur.com/vVeCKU7.png" width="100%">
  1137. <div style="float:left; margin-top:-10px; margin-left:20px; position: absolute; z-index: 1;">0:00</div><div style="float:right; margin-top:-10px; margin-left:480px; position:absolute; z-index:2;">-0:21</div>
  1138. </div>
  1139. <div class="vmbuttons">
  1140. <div style="float:left;"><font style="color:#007aff;">Speaker</font></div><font style="color:#007aff;">Call Back</font><div style="float:right;"><font style="color:#ff3a31;">Delete</font></div>
  1141. </div>
  1142. <div class="vmbreak"></div>
  1143. </div>
  1144.  
  1145. <div class="vmbottom"><img src="https://i.imgur.com/EW7yRj3.png" width=100%></div>
  1146.  
  1147. </div>
  1148.  
  1149. <div id="08" class="popup_block">
  1150. <div class="vmheader">
  1151. <div style="float:left; margin-left:10px;">
  1152. <font style="color:#ccc; font-weight:normal;">Greeting</font>
  1153. </div>
  1154. <div style="float:right; margin-right: 10px;"><font style="color:#ccc; font-weight:normal;">Edit</font>
  1155. </div>
  1156. <br><br>
  1157. <div style="float:left; margin-left:10px;">
  1158. <font style="font-size:25px;">Voicemail</font></div>
  1159. </div>
  1160. <div class="vmcontent">
  1161. <div class="vmsender">
  1162. <div class="vmfrom">Dad</div>
  1163. <br>
  1164. <div class="vmstats">home
  1165. <br>
  1166. April 1st, 2019 at 4:34 PM
  1167. </div>
  1168.  
  1169. <div class="vminfo"><img src="https://i.imgur.com/jeCINSJ.png" width=45></div>
  1170. </div>
  1171. <br>
  1172. <div class="vmtranscript">
  1173. You fucking idiot. This is your un-invitation from anything and everything having to do with this side of the family. If I am there? If Taylor is there? You aren't invited. Fuck, go ahead and change your name while you are at it. I don't want you talking to her. Do you understand me? All communication stops at this point. You think you are some special fuck but tell you what, you are the thing I regret most. At least your siblings don't make a sport out of proving how worthless they are. Grow the fuck up.
  1174.  
  1175. No, I am not giving you my phone. Why are you ________________. What don't you ____________. Don't defend him...
  1176. </div>
  1177.  
  1178. <div class="vmplay">
  1179. <img src="https://i.imgur.com/vVeCKU7.png" width="100%">
  1180. <div style="float:left; margin-top:-10px; margin-left:20px; position: absolute; z-index: 1;">0:00</div><div style="float:right; margin-top:-10px; margin-left:480px; position:absolute; z-index:2;">-0:42</div>
  1181. </div>
  1182. <div class="vmbuttons">
  1183. <div style="float:left;"><font style="color:#007aff;">Speaker</font></div><font style="color:#007aff;">Call Back</font><div style="float:right;"><font style="color:#ff3a31;">Delete</font></div>
  1184. </div>
  1185. <div class="vmbreak"></div>
  1186. </div>
  1187.  
  1188. <div class="vmbottom"><img src="https://i.imgur.com/EW7yRj3.png" width=100%></div>
  1189.  
  1190. </div>
  1191.  
  1192. <div id="09" class="popup_block">
  1193. <div class="vmheader">
  1194. <div style="float:left; margin-left:10px;">
  1195. <font style="color:#ccc; font-weight:normal;">Greeting</font>
  1196. </div>
  1197. <div style="float:right; margin-right: 10px;"><font style="color:#ccc; font-weight:normal;">Edit</font>
  1198. </div>
  1199. <br><br>
  1200. <div style="float:left; margin-left:10px;">
  1201. <font style="font-size:25px;">Voicemail</font></div>
  1202. </div>
  1203. <div class="vmcontent">
  1204. <div class="vmsender">
  1205. <div class="vmfrom">Step-mom #10?›</div>
  1206. <br>
  1207. <div class="vmstats">home
  1208. <br>
  1209. April 1st, 2019 at 5:15 PM
  1210. </div>
  1211.  
  1212. <div class="vminfo"><img src="https://i.imgur.com/jeCINSJ.png" width=45></div>
  1213. </div>
  1214. <br>
  1215. <div class="vmtranscript">
  1216. Kaden, don't worry about that voicemail alright? He's drunk and I am sure he doesn't mean what he was saying. I uh, tried to get the phone away from him before he left it but uh I didn't succeed. I mean obviously. Please just forget about it alright? He doesn't mean it. Go do something fun for your birthday. Fun but not stupid.
  1217. </div>
  1218.  
  1219. <div class="vmplay">
  1220. <img src="https://i.imgur.com/vVeCKU7.png" width="100%">
  1221. <div style="float:left; margin-top:-10px; margin-left:20px; position: absolute; z-index: 1;">0:00</div><div style="float:right; margin-top:-10px; margin-left:480px; position:absolute; z-index:2;">-0:19</div>
  1222. </div>
  1223. <div class="vmbuttons">
  1224. <div style="float:left;"><font style="color:#007aff;">Speaker</font></div><font style="color:#007aff;">Call Back</font><div style="float:right;"><font style="color:#ff3a31;">Delete</font></div>
  1225. </div>
  1226. <div class="vmbreak"></div>
  1227. </div>
  1228.  
  1229. <div class="vmbottom"><img src="https://i.imgur.com/EW7yRj3.png" width=100%></div>
  1230.  
  1231. </div>
  1232.  
  1233. <div id="07" class="popup_block">
  1234. <div class="vmheader">
  1235. <div style="float:left; margin-left:10px;">
  1236. <font style="color:#ccc; font-weight:normal;">Greeting</font>
  1237. </div>
  1238. <div style="float:right; margin-right: 10px;"><font style="color:#ccc; font-weight:normal;">Edit</font>
  1239. </div>
  1240. <br><br>
  1241. <div style="float:left; margin-left:10px;">
  1242. <font style="font-size:25px;">Voicemail</font></div>
  1243. </div>
  1244. <div class="vmcontent">
  1245. <div class="vmsender">
  1246. <div class="vmfrom">Nana and Gramps</div>
  1247. <br>
  1248. <div class="vmstats">home
  1249. <br>
  1250. April 1st, 2019 at 11:16 AM
  1251. </div>
  1252.  
  1253. <div class="vminfo"><img src="https://i.imgur.com/jeCINSJ.png" width=45></div>
  1254. </div>
  1255. <br>
  1256. <div class="vmtranscript">
  1257. Happy Birthday to you. Happy Birthday to you! Happy Birthday dear Kad-man! Happy Birthday to you! <br>
  1258.  
  1259. I think you are supposed to say cha-cha-cha Rene. That's how the kids do it. Like this Happy birthday to ya cha-cha-cha. <br>
  1260.  
  1261. I don't know why you would say that James. ____________________ why? <br>
  1262.  
  1263. I'll teach her Kaden! Call us back. We love you.
  1264.  
  1265. </div>
  1266.  
  1267. <div class="vmplay">
  1268. <img src="https://i.imgur.com/vVeCKU7.png" width="100%">
  1269. <div style="float:left; margin-top:-10px; margin-left:20px; position: absolute; z-index: 1;">0:00</div><div style="float:right; margin-top:-10px; margin-left:480px; position:absolute; z-index:2;">-0:24</div>
  1270. </div>
  1271. <div class="vmbuttons">
  1272. <div style="float:left;"><font style="color:#007aff;">Speaker</font></div><font style="color:#007aff;">Call Back</font><div style="float:right;"><font style="color:#ff3a31;">Delete</font></div>
  1273. </div>
  1274. <div class="vmbreak"></div>
  1275. </div>
  1276.  
  1277. <div class="vmbottom"><img src="https://i.imgur.com/EW7yRj3.png" width=100%></div>
  1278.  
  1279. </div>
  1280.  
  1281. <div id="10" class="popup_block">
  1282. <center><table width="600" cellpadding="0" cellspacing="0" style="border: 1px solid #eee;"><tr><td style="width:300px;" valign="middle"><img src= "https://i.imgur.com/CLr1nUX.jpg" width="300"></td><td style="border-left: 1px solid #eee;">
  1283.  
  1284. <table width="100%" cellpadding="12"><tr><td valign="top" style="height:50px;"><img src="https://i.imgur.com/jQe9xsl.png" style="height: 35px; width: 35px; border-radius: 50px;" align="left"> <a class="handle">kadencosta <img src="http://i.imgur.com/LaB4SRm.png" width="11"></a><br>
  1285. </td><tr>
  1286.  
  1287. <tr><td class="igdesc" style="height:220px;border-top: 1px solid #eee;" valign="top">
  1288. So can't ya see me standing here
  1289. I got my back against the record machine
  1290. I ain't the worst that you've seen
  1291. Ah, can't you see what I mean?
  1292. <div id="comments">
  1293.  
  1294. </div>
  1295.  
  1296. <img src="http://i.imgur.com/4OIXvd0.png" height="18" style="padding-bottom:3px; padding-top:155px;"><br>
  1297. <font style="font-size:12px;font-weight:600;line-height:15px;"></font><br>
  1298. <font style="color: #ccc; font-size: 9px; line-height: 15px;">saved to drafts</font>
  1299. </td></tr>
  1300.  
  1301. </td></tr></table>
  1302. </td></tr></table>
  1303. </center>
  1304. </div>
  1305.  
  1306. </body>
  1307. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement