watermark logo

Jake Paul loses his masculine frame as Tyron Woodley GOES OFF | What ALL MEN can learn

8 Views
Lelzz
Lelzz
29 Aug 2021

❗❗❗ *MY PATREON*: https://www.patreon.com/MTandR
Patreon benefits include:
1️⃣ Access to 100+ hours of content NOT available on my YouTube page
2️⃣ Early access to videos, behind the scenes, and 1 on 1 video chats
3️⃣ Private discord server where high value members of the community engage in powerful discussions focused on self-improvement, dating, fitness, entrepreneurship, health & wellness, and much, much more!

👌JOIN this channel to get access to perks:
https://www.youtube.com/channe....l/UC62oKTWLypC5ZczOX

🎮Subscribe to my Gaming channel: https://www.youtube.com/channe....l/UCENr7G8XfbnBu3Tgm

💰Cashapp: $MTandR → Thank you for your support!

Here is the full video: https://youtu.be/ZX1xtqAQ_8M

💲💲💲Now is an awesome time to invest! Sign up for fee free stock trading app WeBull and get 2 FREE STOCKS up to $1,850 when You Deposit $100. Use this link: https://act.webull.com/k/VD9n7MkOU1aG/main

📸IG: https://www.instagram.com/medi....ocretutorialsandrevi
📢Email: [email protected]

👴How I Reversed My Hair Loss: https://youtu.be/DVamsnsccjA​

👕Merch Store is now open!
Pardon the Masculinity merch: https://mediocre-tutorials-and....-reviews.creator-spr
Prince of all Saiyans embroidered hoodie: https://sammich.club/mtr/embroidered/hoodie

#TyronWoodley
#JakePaul
#Boxing

Outro Beat Created by KUROKI - Welcome 2 Tokyo (ft. quantumVibe):
https://bit.ly/kuroki-soundcloud
https://bit.ly/kuroki-instagram
https://bit.ly/kuroki-youtube

*What I use to record my videos*:
📹
Camera - 77D: https://amzn.to/2SMuOHr
Lens - Sigma Art 35mm: https://amzn.to/2RLuh65

💻
Computer - (my exact version looks discontinued but here is a better version for less money): https://amzn.to/2RH9JMe
Second Monitor: https://amzn.to/39xdQTn

💡
Lighting - El Gato Key Light: https://amzn.to/3eivMmy

🎤
Microphone - Shure SM7B: https://amzn.to/3eYOfpW

🔌
Accessories
Macro Keyboard - El Gato Stream Deck: https://amzn.to/2QhogyS
Fan: https://amzn.to/2RP1U7i

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); } }); }