Game Modding | Call of Duty: Black Ops 3 | Scripting
ModmeBot:
Thread By: alexisloic21
how to make infinite loop
Which is repeated every time
ModmeBot:
Reply By: DTZxPorter
So:
while (1)
{
doshit();
}
ModmeBot:
Reply By: alexisloic21
DTZxPorterSo:
while (1) { doshit(); }
thanx