GW Working Bots 2019!

05/02/2019 19:43 LeeHarvey112263#436
Where can I find CtoS program ive tried looking on google and here but don't see anything.
05/02/2019 19:46 Surimata#437
Quote:
Originally Posted by LeeHarvey112263 View Post
Where can I find CtoS program ive tried looking on google and here but don't see anything.
here: [Only registered and activated users can see links. Click Here To Register...]
05/02/2019 21:32 cruzmoreno27#438
I am patient. Just wondering the timescale of when it will work again?
05/02/2019 21:36 Surimata#439
I updated headers for a/me vaettir bot too, but still struggeling with two functions.

1. TargetNearestEnemy()


2. SendChat()
The first letter of the text is not displayed.

I really don't know how to fix that :confused:

But i think if this would be fixed, the vaettir bot would run again.
05/02/2019 22:21 Coaxx123#440
Quote:
Originally Posted by Surimata View Post
I updated headers for a/me vaettir bot too, but still struggeling with two functions.

1. TargetNearestEnemy()


2. SendChat()
The first letter of the text is not displayed.

I really don't know how to fix that :confused:

But i think if this would be fixed, the vaettir bot would run again.
My bot isnt killing, just gets to the end and goes to rezone, and is shouting 'tuck' all the time
05/02/2019 22:52 afmart#441
try this out for send chat
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]');MemoryWrite($lAddress + 8, $aChannel & $lMessage, 'wchar[122]')
	DllCall($mKernelHandle, 'int', 'WriteProcessMemory', 'int', $mGWProcHandle, 'int', $lAddress, 'ptr', $mSendChatPtr, 'int', 8, 'int', '')

	If StringLen($aMessage) > 120 Then SendChat(StringTrimLeft($aMessage, 120), $aChannel)
Quote:
Originally Posted by Surimata View Post
I updated headers for a/me vaettir bot too, but still struggeling with two functions.

1. TargetNearestEnemy()


2. SendChat()
The first letter of the text is not displayed.

I really don't know how to fix that :confused:

But i think if this would be fixed, the vaettir bot would run again.
05/02/2019 23:39 Coaxx123#442
Bit terrible but it should sort the bot out, I cant find the correct bits to put in the actual code. Your window obviously has to be the active window so you cant do nout else but if you're in need of a fix and are afk'ing...
Code:
Func TargetNearestEnemy()
	Send ( "c" );Return PerformAction(0x93, 0x18)
EndFunc   ;==>TargetNearestEnemy
When you start bot change over to your gw window
05/02/2019 23:53 afmart#443
terrible solution
you can use this instead

Code:
$target = GetNearestEnemyToAgent(-2)
ChangeTarget($target)
Quote:
Originally Posted by Coaxx123 View Post
Bit terrible but it should sort the bot out, I cant find the correct bits to put in the actual code. Your window obviously has to be the active window so you cant do nout else but if you're in need of a fix and are afk'ing...
Code:
Func TargetNearestEnemy()
	Send ( "c" );Return PerformAction(0x93, 0x18)
EndFunc   ;==>TargetNearestEnemy
When you start bot change over to your gw window
i kind want to map all actions but im not sure how to do it
05/03/2019 00:39 cruzmoreno27#444
So can someone post the new approved Vaettier botting?
05/03/2019 00:43 oneshout#445
Quote:
Originally Posted by cruzmoreno27 View Post
So can someone post the new approved Vaettier botting?
With the new update, headers and GWA2 need to be updated; some peoples are working on, but don't expect anytime soon. Be patient ;)
05/03/2019 09:03 Coaxx123#446
A terrible solution is one that doesn't work all the time, it's not ideal no but it works, although I will be swiftly changing it to your suggestion later on
05/03/2019 11:27 RiflemanX#447
In one of the previous posts i see some of the headers are different from what I am getting. I have something different for attack and call target. I am getting 0x2C for both just with a (0) or (1) change for the parameters. Testing now.
05/03/2019 12:10 Coaxx123#448
It's a good thing we've got a smarty pants in the room ;)
05/03/2019 13:34 oneshout#449
Quote:
Originally Posted by sawn8868 View Post
Here the outdated HA Bot + Working Control by Teqatle.
Just need to decompile it with software like myAut2Exe (because Teqatle give only a3x compiled files) and update headers.
Enjoy.
Dunno with the ban waves, if it's the moment to do HA ;) and with the last update, we can only take 2 henchmen now...
05/03/2019 13:35 Akira25#450
Quote:
Originally Posted by sawn8868 View Post
Here the outdated HA Bot + Working Control by Teqatle.
Just need to decompile it with software like myAut2Exe (because Teqatle give only a3x compiled files) and update headers.
Enjoy.
Be careful.... Virus inside