This video is age restricted for viewers under 18. If you are 18+, go to your Channel Settings and change your age to view this video.

Create an account or login to confirm your age.

What Could Go Wrong #22

2 Views

After a lil travel, we back in the funny biz...

catch more at
http://bit.ly/WCGWvids
⁣-------------------------------------------------------------

What Could Go Wrong comedy series: http://bit.ly/WCGWvids

Beats & Ish: https://www.youtube.com/watch?v=4Aygj1HsmmE&list=PLad5rW4wrdCvKyH1tp3aAJh38YwAhxVc-

Mark Spark Show: https://www.youtube.com/playli....st?list=PLad5rW4wrdC

Ghetty Green Gourmet playlist (non meat based cooking): https://tr.im/ghettygourmetlr
https://www.youtube.com/watch?v=2O98Mr9r7i8&list=PLad5rW4wrdCvpIykyZcIx_adZYjPMaF0K

-------------------------------------------------------------

Video Game Flix playlist: https://www.youtube.com/playli....st?list=PL36214CA077

My Sleeping Dogs playlist: https://www.youtube.com/watch?v=CI-Taz5ZHkE&list=PLad5rW4wrdCtXNV3W_VgzocOl_9ebVVvw

Freedom Cry music video playlist: https://www.youtube.com/watch?v=-h-ETQgg_bE&list=PLad5rW4wrdCt_DwlFXc4mtk6LYLjwdIRB

LR as Marlow Briggs playlist at: https://youtu.be/XlQTOdWZLr4?l....ist=PLad5rW4wrdCusTg

Cuphead music video playlist: https://www.youtube.com/watch?v=DKWamVJA-ZU&list=PLad5rW4wrdCsY3r954tYLMZFR1wBEXU2O

Half Life 2: https://www.youtube.com/watch?v=qIGKY9IgLQw&list=PL92D87B8EA2D1A9BE

NBA 2k9 Bulls Music Video Series: https://www.youtube.com/watch?v=Gm8G3QvNGgc&list=PLFCBE86923AB2708D

-------------------------------------------------------------

GbA Shirt Shop: http://bit.ly/gteez

GbA - Your One Stop Shop For Technology Solutions: http://gba.solutions

my blog the LR Zone: http://lordrakim.wordpress.com

Show more


0 Comments Sort By

No comments found

'+text+'

'); $(button).attr('disabled', true); $.post('https://blackjunction.tv/aj/add-comment', {video_id: video_id, text: text}, function(data, textStatus, xhr) { if (data.status == 200) { if ($('.user-comments .empty_state').length > 0) { $('.user-comments .empty_state').remove(); } $('#comment-textarea').val('').css('height', '50px');; $('#video-user-comments').prepend(data.comment); } $(button).attr('disabled', false); }); } function PT_DeleteComment(id) { if (!id) { return false; } if (!confirm('Are you sure you want to delete your comment?')) { return false; } $('#comment-' + id).slideUp('fast'); $.post('https://blackjunction.tv/aj/delete-comment', {id: id}); } function PT_PinComment(id,pin){ if (!id) { return false; } let pinned_comments = $('#pinned-comment'); if (pin) { $("#comment-" + id).slideUp(200,function(){ Snackbar.show({text: 'Comment pinned to top',pos: 'bottom-center',showAction: false}); }) } else{ pinned_comments.empty(); Snackbar.show({text: 'Comment unpinned',pos: 'bottom-center',showAction: false}); } $.post('https://blackjunction.tv/aj/pin-comment', {id: id},function(data){ if (data.status == 200) { $("#comment-" + id).slideUp(100,function(){ $(this).remove(); pinned_comments.scrollTo(); }); pinned_comments.html(data.html); } else if(data.status == 304){ $("#video-user-comments").append(data.html); } }); }