Has anyone been banned again? I saw dhuum today.
Line 435 (File "D:\Download\GWA2-master\GWA2.au3"): DllStructSetData($mSendChat, 2, $HEADER_SEND_CHAT_MESSAGE) DllStructSetData($mSendChat, 2, ^ ERROR Error: Variable used without being declared.
Because you failed to look over the lib code that would show you, I no longer include headers on the gwa2 since everyone bitching about it.Quote:
Why I've got error on my bot with 02.01 updated GWA2. It's about line 435:
With 30.12 updated GWA2 that was all fine.Code:Line 435 (File "D:\Download\GWA2-master\GWA2.au3"): DllStructSetData($mSendChat, 2, $HEADER_SEND_CHAT_MESSAGE) DllStructSetData($mSendChat, 2, ^ ERROR Error: Variable used without being declared.
Got it! Thanks! :)Quote:
Because you failed to look over the lib code that would show you, I no longer include headers on the gwa2 since everyone bitching about it.
;~ Description: Clear the position flag from a hero. Func CancelHero($aHeroNumber) Local $lAgentID = GetHeroID($aHeroNumber) Return SendPacket(0x14, $HEADER_HERO_FLAG_SINGLE, $lAgentID, 0x7F800000, 0x7F800000, 0) EndFunc ;==>CancelHero ;~ Description: Clear the position flag from all heroes. Func CancelAll() Return SendPacket(0x10, $HEADER_HERO_FLAG_ALL, 0x7F800000, 0x7F800000, 0) EndFunc ;==>CancelAll ;~ Description: Place a hero's position flag. Func CommandHero($aHeroNumber, $aX, $aY) Return SendPacket(0x14, $HEADER_HERO_FLAG_SINGLE, GetHeroID($aHeroNumber), FloatToInt($aX), FloatToInt($aY), 0) EndFunc ;==>CommandHero ;~ Description: Place the full-party position flag. Func CommandAll($aX, $aY) Return SendPacket(0x10, $HEADER_HERO_FLAG_ALL, FloatToInt($aX), FloatToInt($aY), 0) EndFunc ;==>CommandAll
ill help.Quote:
Who can help me write a letter to arena.net so that they can unban my account?
hope it helps!Quote:
Dear Anet, my current botting business is not going as expected.
i resourced to pestering a forum where everyone knows what im doing but ill play dumb until the end of time.
since im abusing PvP like theres no tomorrow, all my stuff got banned and im really butthurt, so pretty please, can you give me back all my chinese stolen accounts?.
Best regards. - Definitely Not tequatl.
May have to look at that PRE file, Im interested in the 1-10 and the char farm. nice updateQuote:
GWA2 Is 99% fully functioning, there may be a few things here or there. Disable Rendering is known to not be working at this time also.
Here is a zip file of updated gwa2, headers, and bots. Please don't bombard me with questions if something is not working. I believe mrjambix and I have done far enough now and any issue you come across are likely to be found with a quick search of the forums. HUGE Thank you to mrjambix and any of his associates that helped. Cheers! -Globs