Advertisement
Guest User

hereugo

a guest
Oct 19th, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.62 KB | None | 0 0
  1.  
  2. charles - Today at 8:36 AM
  3. charles - Today at 8:36 AM
  4. RekkiNbOlled HEH
  5. 2 BLOCKED MESSAGES
  6. 栄那 - Today at 8:37 AM
  7. ⓝⓞⓝⓔ ⓞⓕ ⓣⓗⓞⓢⓔ ⓦⓔ ⓐⓡⓔ ⓜⓔ
  8. 1 BLOCKED MESSAGE
  9. charles - Today at 8:37 AM
  10. DO IT, just DO IT! Don’t let your dreams be dreams. Yesterday, you said tomorrow. So just. DO IT! Make. your dreams. COME TRUE! Just… do it! Some people dream of success, while you’re gonna wake up and work HARD at it! NOTHING IS IMPOSSIBLE!You should get to the point where anyone else would quit, and you’re not gonna stop there. NO! What are you waiting for? … DO IT! Just… DO IT! Yes you can! Just do it! If you’re tired of starting over, stop. giving. up.
  11. 2 BLOCKED MESSAGES
  12. 栄那 - Today at 8:37 AM
  13. uouǝ oɟ ʇɥosǝ ʍǝ ɐɹǝ ɯǝ
  14. 2 BLOCKED MESSAGES
  15. charles - Today at 8:38 AM
  16. What the fuck did you just fucking say about me, you little bitch? I’ll have you know I graduated top of my class in the Navy Seals, and I’ve been involved in numerous secret raids on Al-Quaeda, and I have over 300 confirmed kills. I am trained in gorilla warfare and I’m the top sniper in the entire US armed forces. You are nothing to me but just another target. I will wipe you the fuck out with precision the likes of which has never been seen before on this Earth, mark my fucking words. You think you can get away with saying that shit to me over the Internet? Think again, fucker. As we speak I am contacting my secret network of spies across the USA and your IP is being traced right now so you better prepare for the storm, maggot. The storm that wipes out the pathetic little thing you call your life. You’re fucking dead, kid. I can be anywhere, anytime, and I can kill you in over seven hundred ways, and that’s just with my bare hands. Not only am I extensively trained in unarmed combat, but I have access to the entire arsenal of the United States Marine Corps and I will use it to its full extent to wipe your miserable ass off the face of the continent, you little shit. If only you could have known what unholy retribution your little “clever” comment was about to bring down upon you, maybe you would have held your fucking tongue. But you couldn’t, you didn’t, and now you’re paying the price, you goddamn idiot. I will shit fury all over you and you will drown in it. You’re fucking dead, kiddo.
  17. 栄那 - Today at 8:38 AM
  18. ^when you google copy pasta and get the first hit
  19. charles - Today at 8:38 AM
  20. heh
  21. Nah
  22. lol bro thats been around for a long time
  23. anyone whos been using the internet that long would know about it
  24. 栄那 - Today at 8:39 AM
  25. yeah
  26. charles - Today at 8:39 AM
  27. it was in direct response to nola's abuse
  28. 栄那 - Today at 8:41 AM
  29. wow
  30. __ _ _
  31. _ __ ___ _ __ ___ ___ / _| | |_| |__ ___ ___ ___ __ _____
  32. | '_ \ / _ \| '_ \ / _ \ / _ \| |_ | __| '_ \ / _ \/ __|/ _ \ \ \ /\ / / _ \
  33. | | | | (_) | | | | __/ | (_) | _| | |_| | | | (_) \__ \ __/ \ V V / __/
  34. |_| |_|\___/|_| |_|\___| \___/|_| \__|_| |_|\___/|___/\___| \_/\_/ \___|
  35.  
  36.  
  37. __ _ _ __ ___ _ __ ___ ___
  38. / _` | '__/ _ \ | '_ ` _ \ / _ \
  39. | (_| | | | __/ | | | | | | __/
  40. \__,_|_| \___| |_| |_| |_|\___|
  41.  
  42. aida♥ ~>
  43. >tfw I still have a heart in my terminal weeks after making a joke
  44. charles - Today at 8:42 AM
  45. ur a python hakker rite???
  46. what is child.sendline
  47. 栄那 - Today at 8:43 AM
  48. idk
  49. charles - Today at 8:43 AM
  50. lol
  51. thats okay
  52. heres a tutorial
  53. http://pexpect.sourceforge.net/pexpect.html
  54. I'd give u the source code to my rootkit but its private and dad said i cant do hacking anymore so
  55. http://www.computer-engineer.ir/index.php/en/security/hacking/general-hacking/item/667-python-hacking-hacking-with-python
  56. 栄那 - Today at 8:47 AM
  57. Probably wouldnt need that. I can get away with subprocess most of the time
  58. charles - Today at 8:48 AM
  59. dude im trolling
  60. lol
  61. 栄那 - Today at 8:49 AM
  62. I should probably ease up on my use of subprocess. Especially when youtube-dl has a fucking python library
  63. else:
  64. proc = Popen(['youtube-dl', '--max-filesize', '15m', '--output', '/home/aida/tmp/%(title)s.%(ext)s',
  65. '-x', '--audio-quality', '0', '--audio-format', 'mp3', url], stdout=PIPE)
  66. title = proc.communicate()[0]
  67. if 'max-filesize' in title:
  68. maxed = title.split('max-filesize')
  69. maxed = 'Max filesize exceded' + maxed[1]
  70. return maxed
  71. else:
  72. target = 'mp3'
  73. title = title.split('[ffmpeg] Destination: ')
  74. title = title[1].split('tmp/')
  75. title = title[1].split(target)
  76. fix_title = quote(title[0]) + target
  77. return('http://0lympus.org/tmp/'+ fix_title)
  78. christ that's ugly
  79. charles - Today at 8:50 AM
  80. uhhh
  81. what does that have to do with pexpect?
  82. 栄那 - Today at 8:51 AM
  83. Nothing. Just a self realization that I need to stop using subprocess so much
  84. charles - Today at 8:51 AM
  85. o
  86. well
  87. 栄那 - Today at 8:51 AM
  88. and probably learn shell scripting
  89. charles - Today at 8:51 AM
  90. bub i was talking about making a rootkit by spawning child processes
  91. 栄那 - Today at 8:52 AM
  92. I know
  93. 1 BLOCKED MESSAGE
  94. charles - Today at 8:52 AM
  95. im a subprocess hacker too
  96. 1 BLOCKED MESSAGE
  97. charles - Today at 8:52 AM
  98. yes a rootkit in python
  99. what is wrong with that nola
  100. 1 BLOCKED MESSAGE
  101. 栄那 - Today at 8:53 AM
  102. real men write rootkits in asm(edited)
  103. 2 BLOCKED MESSAGES
  104. 栄那 - Today at 8:54 AM
  105. python is pretty standard on all linux boxes though
  106. 1 BLOCKED MESSAGE
  107. 栄那 - Today at 8:54 AM
  108. Even Arch installs Python3 iirc
  109. 3 BLOCKED MESSAGES
  110. notnola - Today at 8:54 AM
  111. I guess it depends on who your target audience is
  112. Just still kind of silly regardleas
  113. I'm no expert.... But still seems kind of silly
  114. 栄那 - Today at 8:55 AM
  115. Pretty sure python is the go to language for hacking the piss out of something
  116. charles - Today at 8:56 AM
  117. i need to poop
  118. bub all i gotta do is drop my bootkit in ur /var n spawn passwd with child.sendline to change your password everytime you attempt to log in or reset server
  119. hakd
  120. charles - Today at 9:00 AM
  121. im hakkin with kaiten rn
  122. heh 1 sec let me take a hit from my LGBT Kaos Multi-Spectrum LED Lit 230 Watt Tc Boxmod
  123. https://support.kaspersky.com/viruses/solutions/2727
  124. how to remove my bootkit from ur windows machine
  125. ^
  126. 栄那 - Today at 9:06 AM
  127. https://quad.pe/e/RwSatcUj5q.png
  128.  
  129. charles - Today at 9:07 AM
  130. y does nobody have a response to my hacking related comments above
  131. i thot u were python hackers
  132. whatever dude
  133. im done here
  134. 栄那 - Today at 9:08 AM
  135. I gotta poop too(edited)
  136. I'll be hacker one day
  137. Not really
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement