I SWEAR TO GOD MY USAB HATES ME I have a couple check codes and guess what THEY SKIP OVER IT here are my code Code (Text): If bolstop = true Then exit sub Dim strHTML As String intrefresh = intrefresh + 1 lstResults.AddItem "Number of Refreshes" & intrefresh & " yup" If intrefresh > Val(txt20.Text) Then lstResults.AddItem "Wating 20 seconds to prevent banning)" SecondsToWait (20) Call Buy ElseIf intrefresh > Val(txtstop.Text) Then lstResults.AddItem "Ending program Reached max refreshes" Exit Sub End If If bolstop = True Then lstResults.AddItem "Program Stopped" Exit Sub End If I have a few calls to this procedure called buy which this is the code IF YOU HELP ME YOU WILL BE ABLE TO BETA THIS PROGRAM AKA JOKER USAB also ricky could you send over the better auth code
Make bolstop public and in the Form_Load sub use the declaration: Code (Text): bolstop = False And for the Auth code, I'll PM you
I will change it edit: when I change to pbulic I get this invalid atribute in sub or function edit2: Now it works seeing if it is affected edit3: Thank you so much