Reply To: Customer Loyalty Program Software 2022

Home Forums Technology Customer Loyalty Program Software 2022 Reply To: Customer Loyalty Program Software 2022

#243454
Daster
Participant

Well, at first glance, you’re connecting to a server then running the hack commands as though you were at home. There’s no reason to connect. Second, you’re running a kill command from the server you connected to but you ran the script from home.. so it’s not running on the place you connected. Third, you’re running a loop constantly hacking the same server over and over and you’re not giving the script a rest time. So, it will infinite loop and crash. There’s no need for a loop at all the way this is designed.. it goes in and hacks and it’s done. Oh, and you have ; at the end of your IFs at the top and your port hack IFs. That’s your syntax issue.

Side tips:

You can put all the file names into an array then iterate that array and do a fileExists foreach rather than a long line of repeated fileExists.

You’re already returning if you don’t have enough tools anyway. So, there’s no reason to limit how many port hack tools to run. Just run all that you have, they are instant. This should be done with a foreach or another loop as well. No reason to build a tool array if you’re not going to iterate it.

Recent Topics