Send unlimited messages in whatsapp in 1 sec 😍 New python programming hack #shorts #hacker

preview_player
Показать описание
how to send unlimited message in WhatsApp new latest trick 2022 | Send unlimited message in WhatsApp in 1 sec with 6 lines of python

#hacker #python #shorts #whatsapp #whatsapptricks Important Note - " THIS VIDEO IS MADE FOR EDUCATIONAL PURPOSE ONLY, DON'T HARM ANYONE, USE THIS KNOWLEGDE IN YOUR DEVELOPEMENT "
Рекомендации по теме
Комментарии
Автор

Fun fact : Other person is using same code for replying "What is this ?"

lawlit
Автор

Bro, you have kept i outside loop, it won't increment and hence it won't reach limit variable and the loop will go on till infinity

jairajsahgal
Автор

Use "for" loop, not "while"!
The indent is wrong, it works just one time.

ファギョ
Автор

Its better to use a for loop instead of a while loop because a for loop is faster.

jeldo_
Автор

Great! Tough it triggers me that its a while loop and not a for loop

docea
Автор

Only that you will get banned after a while for sending same repeated msg continuously in a short interval.

For workaround, import random and keep msg as set of random values. Or import a text script and paste line by line.

rajudahal
Автор

Can you please just tell me one thing ??

How does you link the code and whatsapp web and made the message to sent there on the chat box of watsapp and made it click 'send' automatically???

Miku_meow
Автор

Why use a while loop when you can just do for i in range (limit) do the same thing without any unnecessary code?

PitersChannel
Автор

The while loop is wrong, you should’ve added the “i+=1” in the While loop. It’s not going to increase, it’ll go on forever. And you should’ve used a for loop if there was going to be a set limit.

fancywaifu
Автор

Be careful! WhatsApp is strict about using bots. The account may get banned if the frequency of the messages is extremely low or if the user reports.

codelucky
Автор

But you don't include where to send, or whom to send massage, how can this directly send massage on what's app and you also haven't include any no., how can this msg sent to right person
and one more thing bro you have written i += 1 outside while loop, you should write i+=1 inside the while loop, so while loop will not go infinity loop.

shubhamraut
Автор

today we have the first lesson 'hello world'

Malik_mlbb
Автор

Sir muje computer course krna to iske liye kya kya things Ani chahiye wo kha s learn kr skte agr kisi ko coding learn krni ho to kha s learn kre ..

virtual_space
Автор

you did not put your number or any info of your whatsapp account still it sends the messages.. how?

romesh
Автор

Fun how that's actually an infinite loop because you didn't put the incrementer inside the indent lol

slayeryt
Автор

Use a for loop instead of while tho, makes the code a lot cleaner

fromthegutter
Автор

Use int(input('Enter no...')) instead of converting to int x times in the loop. Also the i+= 1 should be inside the while loop or you'll get infinite loop cause i will always be less than the # entered.

ssthao
Автор

We don't need this we can do it much easily without installing python or vscode or writing so much code

ChapatiHindustanGamer
Автор

When you hear the music you already know it's going to be cringe asf

rakagunarto
Автор

A classic one I remember doing this with the bee movie script ages ago it’s a simple but affective script

lostin