okay heres a step by step of what i do
i've erased all previous files, downloaded the bot fresh, closed all clients, and now i have only a single client open.
upon opening the client various dialog boxes come up, each with an OK button, that i click.
they are in order, CBagPtr, CNetworkInputPtr, HR3DWorldPtr, ChangeRealmFunction, InternalGetTimeFunction, CAutoPathPtr, CPartyPtr, CNetworkInputPtr, CombatAidPtr.
a HackBoy.dll is also created and placed in the current folder.
Next i double click on my characters name, then from the first drop down menu i add an attack slot, with hotkey 1.
at this point an xml file is created with the current contents.
Code:
<anonymous.xml>
<Saved_Options>
<key Option="Attack Slot" A="Hotkey : 1" B="" C="" />
</Saved_Options>
</anonymous.xml>
now i check the box next to Attack Slot in the gui
nothing happens, and my character is standing perfectly still
here is the debug log
Code:
265379: ID_Case: Debug.log_Creation - If Error Code is 0 or 183 that means successful
Error Code: 0
0: ID_Case: Time_Initialized - If Error Code is 0 or 1400 that means successful
Error Code: 0
0.016: ID_Case: Snapshot
Error Code: 0
0.016: ID_Case: Size of Snapshot Entry
Error Code: 0
0.016: ID_Case: Game.exe_Found
Error Code: 0
0.016: ID_Case: Game.exe_PID_Get
Error Code: 0
0.016: ID_Case: Game.exe_hHandle|OpenProcess_Get
Error Code: 0
0.016: ID_Case: DLL_LoadLibrary
Error Code: 0
0.016: ID_Case: DLL_GetModuleFileName
Error Code: 0
0.016: ID_Case: Inject_OpenProcess
Error Code: 0
0.016: ID_Case: Inject_VirtualAlloc
Error Code: 0
0.016: ID_Case: Inject_WriteProcessMemory
Error Code: 0
0.016: ID_Case: Inject_CreateRemoteThread
Error Code: 0
0.016: ID_Case: DLL_InjectLibrary_Success
Error Code: 0
0.016: ID_Case: HWND_Found
Error Code: 0
0.016: ID_Case: GetCurrentPath
Error Code: 0
0.031: ID_Case: CreateThread_PlayerStatus
Error Code: 0
0.031: ID_Case: CreateThread_PartyStatus
Error Code: 0
0.031: ID_Case: CreateTimer_SwitchOnDoubleClick
Error Code: 0
0.031: ID_Case: CreateThread_MainThreadFunction
Error Code: 0
0.031: ID_Case: PlayerStatus_FindBotWindow
Error Code: 0
0.031: ID_Case: CreateThread_MainThreadFunction
Error Code: 0
0.031: ID_Case: PartyStatus_FindBotWindow
Error Code: 0
232.192: ID_Case: GetCurrentPath
Error Code: 0
232.332: ID_Case: GetCurrentPath
Error Code: 0
232.457: ID_Case: GetCurrentPath
Error Code: 0
366.165: ID_Case: AttackSlot_NoTargetSelect
Error Code: 0
the debug log at the time of post, is 700 lines long, each repeating the last line.
Code:
366.165: ID_Case: AttackSlot_NoTargetSelect
Error Code: 0
I am completely unsure as to what I am doing wrong, and feel like an idiot
hopefully you can help lol