OMG LMAO!! CNN uses screen shot fallout 4 show russians hack

Well in fairness to CNN here, most of the kind of kitty scripters the Obama Administration has implicated are indeed hacking video games...
 
The thing about computer hacking is that it’s such a general, far-reaching term that it’s almost impossible to explain to someone who isn’t already familiar with it.

That's interesting! Because the people who are familiar says Russia hacked us. Trump, who thinks Hillary poured bleach on her computer, disputes it.

I'm glad to see you're siding with the experts.
Actually nobody's concluded anything. What's been concluded is the emails proved exactly how corrupt, crooked, deceitful, and treasonous the Democrat party, the media, and their candidate for president truly was. Blaming others for allowing the public to see this isn't going to help with the butthurt either.
 
CNN uses screenshot from ‘Fallout 4’ to show how Russians hack things
The thing about computer hacking is that it’s such a general, far-reaching term that it’s almost impossible to explain to someone who isn’t already familiar with it. So, news networks who need b-roll footage to show while they’re talking about hacking usually just show keyboards or random strings of letters and numbers, while the audience stares blindly at the screen, assuming that whatever they’re looking at is somehow related to the topic. Or, if you’re CNN, you steal footage from one of the most popular video games of the year and hope that nobody watching will recognize it.





CNN uses screenshot from ‘Fallout 4’ to show how Russians hack things

OMG these msm idiots lmdao keep getting caught over and over lying , I wonder how many zombies still watch these idiots and use them as their truth bibles.


UPDATE:

INFOWARS EXCLUSIVE: ALEX JONES TO ANNOUNCE WHO REALLY HACKED THE DNC
With Obama's attempt to start war with Russia based on the Russia hacking hoax, Alex Jones will spill his guts

Great Again! Construction Hits 10 year High.




On this Tuesday, Jan. 2 broadcast of the Alex Jones Show, we analyze Julian Assange saying "Obama is obviously trying to delegitimize Trump" and that his source for the DNC leaks is "100% not Russian." We also look into the Washington Post claiming Russian hackers penetrated the US power grid, which turned out to be a completely made up story. We'll discuss the possibility of riots in Britain if BREXIT is not delivered. Tune in to this worldwide transmission!


Infowars Exclusive: Alex Jones To Announce Who Really Hacked the DNC

 
The whistle blowers are going to out themselves?

Presuming that's true, the Administration will likely just shift focus to the "they hacked other stuff too," but it'll come off as even more bullshit than the first claim. Better advice for the Administration would be to drop their sanctions on Russia and stop talking about it; I'm sure the MSM would help them sweep it under the rug.
 
Real hacking (These are all examples of Malware):

cerber-macro-code.png


odbg-example.png


malware_code.jpg


malware%20sample%208.jpg


Without knowing exactly what this random jumble of "letters," "numbers," and "words" mean, it will look pretty much the same as any non-infected program. You should be able to right click on any web page and click "View Source" - it'll probably look rather similar to the above :p

Or, this is a snippet of code I'm working from (am in the process of learning XAML via C hash):

Code:
using System;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Navigation;
using System.Windows.Shapes;


namespace SDKSample
{

    /// <summary>
    /// Shows how to animate an object along
    /// a geometric path.
    /// </summary>
    public class MatrixAnimationUsingPathDoesRotateWithTangentExample : Page
    {

        public MatrixAnimationUsingPathDoesRotateWithTangentExample()
        {
            this.Margin = new Thickness(20);

            // Create a NameScope for the page so that
            // we can use Storyboards.
            NameScope.SetNameScope(this, new NameScope());

            // Create a button.
            Button aButton = new Button();
            aButton.MinWidth = 100;
            aButton.Content = "A Button";

            // Create a MatrixTransform. This transform
            // will be used to move the button.
            MatrixTransform buttonMatrixTransform = new MatrixTransform();
            aButton.RenderTransform = buttonMatrixTransform;

            // Register the transform's name with the page
            // so that it can be targeted by a Storyboard.
            this.RegisterName("ButtonMatrixTransform", buttonMatrixTransform);

            // Create a Canvas to contain the button
            // and add it to the page.
            // Although this example uses a Canvas,
            // any type of panel will work.
            Canvas mainPanel = new Canvas();
            mainPanel.Width = 400;
            mainPanel.Height = 400;
            mainPanel.Children.Add(aButton);
            this.Content = mainPanel;

            // Create the animation path.
            PathGeometry animationPath = new PathGeometry();
            PathFigure pFigure = new PathFigure();
            pFigure.StartPoint = new Point(10, 100);
            PolyBezierSegment pBezierSegment = new PolyBezierSegment();
            pBezierSegment.Points.Add(new Point(35, 0));
            pBezierSegment.Points.Add(new Point(135, 0));
            pBezierSegment.Points.Add(new Point(160, 100));
            pBezierSegment.Points.Add(new Point(180, 190));
            pBezierSegment.Points.Add(new Point(285, 200));
            pBezierSegment.Points.Add(new Point(310, 100));
            pFigure.Segments.Add(pBezierSegment);
            animationPath.Figures.Add(pFigure);

            // Freeze the PathGeometry for performance benefits.
            animationPath.Freeze();

            // Create a MatrixAnimationUsingPath to move the
            // button along the path by animating
            // its MatrixTransform.
            MatrixAnimationUsingPath matrixAnimation =
                new MatrixAnimationUsingPath();
            matrixAnimation.PathGeometry = animationPath;
            matrixAnimation.Duration = TimeSpan.FromSeconds(5);
            matrixAnimation.RepeatBehavior = RepeatBehavior.Forever;

            // Set the animation's DoesRotateWithTangent property
            // to true so that rotates the rectangle in addition
            // to moving it.
            matrixAnimation.DoesRotateWithTangent = true;

            // Set the animation to target the Matrix property
            // of the MatrixTransform named "ButtonMatrixTransform".
            Storyboard.SetTargetName(matrixAnimation, "ButtonMatrixTransform");
            Storyboard.SetTargetProperty(matrixAnimation,
                new PropertyPath(MatrixTransform.MatrixProperty));

            // Create a Storyboard to contain and apply the animation.
            Storyboard pathAnimationStoryboard = new Storyboard();
            pathAnimationStoryboard.Children.Add(matrixAnimation);

            // Start the storyboard when the button is loaded.
            aButton.Loaded += delegate(object sender, RoutedEventArgs e)
            {
                // Start the storyboard.
                pathAnimationStoryboard.Begin(this);
            };



        }
    }
}

All it does is move a clickable button around the screen heh (Man non-tabulation does a mess on code snips, sorry should have used [ code ] lol)
 
Last edited:
Weird, you hate Obama but hate sex. You're a weird person.

as for this topic...Russia has never been our friend and isn't ever going to be now. Be very careful as Putin isn't someone we want any where near power in our country.
Your level of stupid must hurt sometimes. I submit the following.
".Russia has never been our friend " WW2 okay moron? Oh and just to bring you up to speed a little. We faced Romel AND islamics in Africa.

Next week we will educate you in regard to the 50s.
hmmmmm, when did the cold war begin? Was it just out of the clear blue?
 

"Gaps" doesn't mean "never happened"
So you're upset that some entity exposed the TRUTH about the crookedness and corruption of the Democrat party and their candidate. How cute your fake outrage is.
 

Forum List

Back
Top