Message from @Know it all

Discord ID: 616696426835214357


2019-06-02 15:15:36 UTC  

5G Network Uses Nearly Same Frequency as Weaponized Crowd Control Systems utilizing submillimeter and millimeter waves: Millimeter waves are utilized by the U.S. Army in crowd dispersal guns called Active Denial Systems. Dr. Paul Ben-Ishai pointed to research that was commissioned by the U.S. Army to find out why people ran away when the beam touched them. “If you are unlucky enough to be standing there when it hits you, you will feel like your body is on fire.” The U.S. Department of Defense explains how: “The sensation dissipates when the target moves out of the beam. The sensation is intense enough to cause a nearly instantaneous reflex action of the target to flee the beam.”
It uses radio frequency millimeter waves in the 96GHz range to penetrate the top 1/64 of an inch layer of skin on the targeted individual, instantly producing an intolerable heating sensation that causes them to flee. https://www.rfsafe.com/5g-network-uses-nearly-same-frequency-as-weaponized-crowd-control-systems/
you loco

2019-06-02 22:41:07 UTC  

@ELE the same frequency as television broadcasts which have been around since before you where born

2019-06-02 22:47:34 UTC  
2019-06-02 22:47:36 UTC  

nice try tho

2019-06-02 22:47:38 UTC  

come again

2019-06-05 09:46:19 UTC  
2019-06-15 02:33:33 UTC  

How to hide files in images using Steganography
https://injure.me/t/how-to-hide-files-in-images-using-steganography/844

2019-06-23 21:43:17 UTC  

5D Shift - Dealing with the Influence of Ancient Entities in the Field

https://www.bibliotecapleyades.net/ascension/esp_ascension_147.htm

2019-07-04 18:16:44 UTC  

hi

2019-07-11 13:17:15 UTC  

Join https://discord.gg/KEeRSwf
Community server based around a forum. Injure.me is a free speech platform that is also dedicated to spreading knowledge.

https://injure.me/ offers

-cybersecurity/OSINT knowledge (and general computer sciences)
-hacking and programming
-Free Speech
-NSFW section
-Website updates.
-Looking for partners

And so much more. Come check us out!

2019-08-07 18:21:53 UTC  
2019-10-15 11:41:16 UTC  

@everyone

2019-10-15 11:41:35 UTC  

<@&468833242888536064> <@&459274462190108702> <@&467071540023001089> new website https://injure.me

2019-10-17 12:44:08 UTC  

i need some help what is wrong with my query

2019-10-17 12:44:10 UTC  

CREATE TABLE `test`.`tblimageblob` (
`ImageID` INT NOT NULL AUTO_INCREMENT ,
`Caption` VARCHAR(255) NOT NULL ,
`ImageFile` LONGBLOB NOT NULL ,
PRIMARY KEY(`ImageID`)) ENGINE = InnoDB

2019-10-17 12:44:28 UTC  

error:

2019-10-17 12:44:29 UTC  

#1142 - CREATE command denied to user 'appuser'@'localhost' for table 'tblimageblob'

2019-10-17 12:44:52 UTC  

t

2019-10-17 12:45:01 UTC  

this command works fin

2019-10-17 12:45:02 UTC  

2
3
4
5
6
7
8
CREATE TABLE IF NOT EXISTS `users` (
`user_id` int(11) NOT NULL AUTO_INCREMENT,
`user_name` varchar(40) NOT NULL,
`user_username` varchar(40) NOT NULL,
`user_pass` varchar(90) NOT NULL,
`user_type` varchar(20) NOT NULL,
PRIMARY KEY (`user_id`)
) ENGINE=InnoDB;

2019-10-17 12:45:04 UTC  

opps