GW Working Bots 2020

01/09/2021 17:17 Sky828#1351
Quote:
Originally Posted by hard4life View Post
could you combine chat function for me please Sir? i tried and dont work ;(
Should already be in your GWA2 file but here you go

Code:
Func SendChat($aMessage, $aChannel = '!')
	Local $lMessage
	Local $lAddress = 256 * $mQueueCounter + $mQueueBase

	If $mQueueCounter = $mQueueSize Then
		$mQueueCounter = 0
	Else
		$mQueueCounter = $mQueueCounter + 1
	EndIf

	If StringLen($aMessage) > 120 Then
		$lMessage = StringLeft($aMessage, 120)
	Else
		$lMessage = $aMessage
	EndIf

	MemoryWrite($lAddress + 12, $aChannel & $lMessage, 'wchar[122]')
	DllCall($mKernelHandle, 'int', 'WriteProcessMemory', 'int', $mGWProcHandle, 'int', $lAddress, 'ptr', $mSendChatPtr, 'int', 8, 'int', '')
EndFunc   ;==>SendChat
01/09/2021 17:53 Just Sunny#1352
Hello! Is there any working CoF bot for public use? The one that is already posted has errors and doesn't work.
01/09/2021 19:00 tritra#1353
Quote:
Originally Posted by Wigidy View Post
is there a vanguard bot too?
Take Kerian 7.0 for this
01/09/2021 19:08 tritra#1354
Quote:
Your deldrimor doesnt work for me, does not change district. Do you perhaps know whats going on or what to change ?
pls test it for me
01/09/2021 21:29 benj3913#1355
who as a bot for the luxon's point plz ?
01/09/2021 21:32 Restia Ashdoll#1356
Quote:
Originally Posted by benj3913 View Post
who as a bot for the luxon's point plz ?
Stop spam please you already got your bot [Only registered and activated users can see links. Click Here To Register...]
01/10/2021 05:40 newhappypt2#1357
Looking Bot LDoA 11-20 is working
01/10/2021 06:43 Santa Clauz#1358
There is something very wrong with LDoA bot. When I replace GWA with newest version from Deldrimor that was posted on this page, it throws an error in the bot itself, removing this duplicate pickuploot function fixes that, but when you go to launch at this, you get a bunch of Global Const errors, line after line. I'm not sure where to go from here. My only guess is that one of the files in this folder have duplicates declared. The crazy thing is you can go outside, use summoning stone then stand at bandits, rezone, that's all is needed.
01/10/2021 06:53 Voruscle#1359
Working??
01/10/2021 10:38 Restia Ashdoll#1360
Quote:
Originally Posted by Santa Clauz View Post
There is something very wrong with LDoA bot. When I replace GWA with newest version from Deldrimor that was posted on this page, it throws an error in the bot itself, removing this duplicate pickuploot function fixes that, but when you go to launch at this, you get a bunch of Global Const errors, line after line. I'm not sure where to go from here. My only guess is that one of the files in this folder have duplicates declared. The crazy thing is you can go outside, use summoning stone then stand at bandits, rezone, that's all is needed.
remove the file with the GWA2_Headers and try again
01/10/2021 16:36 EKZ123#1361
Anyone have a working Vaettir bot?
01/10/2021 20:11 Restia Ashdoll#1362
Quote:
Originally Posted by EKZ123 View Post
Anyone have a working Vaettir bot?
Is already posted a few pages back please read before you post.. - like 10 pages or so
01/10/2021 22:44 Gangstar666#1363
hi have a problem... Bot cant enter DialogID when in disable Rendering any Idea why?
01/11/2021 08:40 Mad head Trip#1364
Is there a working or old follower bot out there? the only one ive found looks fancy, but when i patch it...it doesnt seem to launch correctly...i will try different GWAs for the time being trying to find a solution...if i do i will post it. any help would be appreciated
01/11/2021 12:02 Restia Ashdoll#1365
Quote:
Originally Posted by Mad head Trip View Post
Is there a working or old follower bot out there? the only one ive found looks fancy, but when i patch it...it doesnt seem to launch correctly...i will try different GWAs for the time being trying to find a solution...if i do i will post it. any help would be appreciated
Havn't tested - please take into account that you have to stop that before passing portals.

Tell me if its working like that


Might be able to fix the issue with the stop/pause this weeekend if i got the time to look into it, I guess it crashes if it trys to follow while in loading screen so i might add a detect Maploading and It should work alright