2

I hacked Youtube. Here is all source code:

views = 0

if user.launch_youtubebe == True:
while user.internet=="connected" and user.battery != "empty":
user.exit_youtube_permission = "deny"

if user.clicked.on_a_video:
views +=1
play_video()
next=recommend_another_20(on_a_video)

if video.end==True:
play(next)

Comments
Add Comment