GW Working Bots 2020

04/13/2021 21:59 YueNiu#1816
Guys, i recently decided to start botting again after 2 years.. Been messing with old bots and 2 things i can't do.

1) Turning off rendering
Did they change something and we can't use it due to that? Whenever i turn it off, bot just stops at place where it was.

2) Having some internet problems and often i get to games being disconnected.
I have found func disconnect() but i have no idea how to implent it into code. Anyone mind helping with that?

Thank you in advance.
04/13/2021 22:49 micbar24#1817
Quote:
Originally Posted by ZaneFromHell View Post
Same thing for me with Deldrimor farmer, put in new Headers and GWA, fixed some double functions. Bot works fine until it wants to use the Dungeon Lock, which just crashes GW.

EDIT: Fixed with the correct Headers for GoSignPost from couple of pages ago.
But this doesn't fix problem with opening chests?
04/15/2021 06:24 Ritteav#1818
Was able to get the W/N Raptor Farming bot running. The code is a mix of the War 2019 Raptor bot and Vaettir bot (uploaded by moneyvsmoney).

Summary:
Farms raptors as W/N with Paragon Hero.

Success rate is ~70% (tested with over 100 runs).

Problem: It does not run properly once identifying golds and selling the loot run is completed, so you may need to restart the code. Select "Start Run" option to save time.

Feel free to make updates/improvements (advice is also appreciated).
Happy egg hunting!
04/15/2021 08:51 turtlelover1#1819
Is there a updated DisableRendering func yet? i have no idea how to find it manualy as i dont know alot about getting things manualy looked several pages back didnt see one
04/15/2021 19:10 shmokeyahbag#1820
Anyone have a working refeather?
04/18/2021 13:06 amjohnston81#1821
Does anyone have the updated boreal chest runner bot?
04/18/2021 17:03 monsterzone93#1822
Hello mates,
does anyone have update Kerian 7.0 or a level Character actually bot ?
acutally doesnt working with the new gwa2
what do I have to change in the file


Line 400 (File "C:\Users\kerian7.0\GWA2.au3"):
DllStructSetData($mSendChat, 2, $HEADER_SEND_CHAT)
DllStructSetData($mSendChat, 2,^ ERROR

Erro: Variable used without being declared
04/19/2021 13:52 Waka.Waka#1823
Read the error. It says you have not declared ''$HEADER_SEND_CHAT'' This is a header that is missing (its not wrong its just comepletly missing)

Code:
;=CHAT=
Global Const $HEADER_SEND_CHAT = 0x62		
Global Const $HEADER_SEND_CHAT_PARTY_SEARCH = 0xB1
here again my advice: learn some basics! it protects your account from mailware and i bet you are sad when your accounts gets stolen.
04/19/2021 22:49 monsterzone93#1824
Quote:
Originally Posted by Waka.Waka View Post
Read the error. It says you have not declared ''$HEADER_SEND_CHAT'' This is a header that is missing (its not wrong its just comepletly missing)

Code:
;=CHAT=
Global Const $HEADER_SEND_CHAT = 0x62		
Global Const $HEADER_SEND_CHAT_PARTY_SEARCH = 0xB1
here again my advice: learn some basics! it protects your account from mailware and i bet you are sad when your accounts gets stolen.
but that is with the file of the new gwa2?
I only replaced the new gwa2 with the old one and tried to declare that???
04/20/2021 09:26 FriendlyFarmer#1825
Quote:
Originally Posted by monsterzone93 View Post
but that is with the file of the new gwa2?
I only replaced the new gwa2 with the old one and tried to declare that???
There isn't just 1 gwa2 floating around here. A lot of people have their own, with their own modifications and names. Thats why sometimes you are missing functions or variables when you switch your gwa2.

Now read what Waka.Waka wrote, he literally provided a solution.
04/20/2021 13:28 Ctapioca#1826
Hi guys, i need help with opened chest bot. With new headers don't work. When open a chest the game crashes. Can someone share wich is the correct header?

Thanks!

Global Const $HEADER_CHEST_OPEN = 0x51 ;Opens a chest (with key AFAIK)
04/20/2021 15:23 ultradie#1827
My KilroyBot doesnt Work anymore, can anyone help me, pls? Thx
04/20/2021 16:42 Ctapioca#1828
Hi. Headers changed last week. U have new headers?
If is with new headers what is the error u have?
04/20/2021 18:45 Geoffrey27031990#1829
Hello, my bot OmniTitle Error, help me please ?

Func GetNumberOfFoesInRangeOfAgent($aAgent = -2, $fMaxDistance = 1012)

Error: Duplicate function name.

Hello, my bot OmniTitle Error, help me please ?

Func GetNumberOfFoesInRangeOfAgent($aAgent = -2, $fMaxDistance = 1012)

Error: Duplicate function name.
04/21/2021 00:15 OneStrangeGuy#1830
Quote:
Originally Posted by Geoffrey27031990 View Post
Hello, my bot OmniTitle Error, help me please ?

Func GetNumberOfFoesInRangeOfAgent($aAgent = -2, $fMaxDistance = 1012)

Error: Duplicate function name.

Hello, my bot OmniTitle Error, help me please ?

Func GetNumberOfFoesInRangeOfAgent($aAgent = -2, $fMaxDistance = 1012)

Error: Duplicate function name.

Even your post is duplicated :D

Seems that your OmniTitle file and GWA2 contains a Func that has the same name.
Locate both the functions compare them and if they are identical remove one.
I would remove the one in the OmniTitle so that func is available for other bot that share the same GWA2 file.
If they are not identical rename the func in your OmniTitle file as GetNumberOfFoesInRangeOfAgentBis and do the same for every time it's called in that file.
Removing a func is easy, select it from Func to EndFunc and comment it out (press the "-" key) or delete it.

Hope this can help you.

Again, i can't stop stress people that using GWA2 file or bot files download from unknown people can insert in your pc malicius codes and have your account stolen.