1. you need to remove the autoit signature of your script
2. xtrap blocks all incoming virtual keypresses (except of those from the GreenMacroV5 dll)
3. Hab deinen code ein wenig verbessert
Code:
#include <GUIConstantsEx.au3>
GUICreate("Spam Bot", 335, 100)
GUISetState(@SW_SHOW)
GUICtrlCreateLabel("Key", 8, 10)
$key1 = GUICtrlCreateInput("", 35, 8, 120)
GUICtrlCreateLabel("Time", 8, 44)
$time1 = GUICtrlCreateInput("", 35, 40, 120)
$startbutton = GUICtrlCreateButton("Start", 190, 8, 60)
$IsOn=False
While 1
If $IsOn=True Then
Send(GUICtrlRead($key1))
Sleep(GUICtrlRead($time1))
EndIf
Switch GUIGetMsg()
Case $msg = $startbutton
$IsOn = Not $IsOn
Case $msg = $GUI_EVENT_CLOSE
GUIDelete()
ExitLoop
EndSelect
WEnd
Well, I really don't know how to post in this properly but as i was saying, I tried using the GreenMacroV5.dll, but it just doesn't seem to work, and the tutorials it has for auto IT aren't really functioning, like this one and the rest :
;;;;IMPORTANT: you may have to open and close DLL (using DllOpen, DllClose) often
;;;;within your code/loop to avoid the trap from xtrap/gameguard.
;;;;because the xtrap / gameguard will detect your actions (every 3-5 mins) and block it.
Run("calc.exe")
WinWaitActive("Calculator")
Sleep(1000);
Local $dll = DllOpen("GreenMacroDLL.dll")
if $dll <> -1 Then
$v_key=55; virtual key for key 7 : 55 (0x37)
$keydown=1;
$keyup=0;
$result1 = DllCall($dll, "int", "KeyboardInput", "int", $v_key, "int", $keydown);//key down;
Sleep(50);
$result2 = DllCall($dll, "int", "KeyboardInput", "int", $v_key, "int", $keyup);//key up
DllClose($dll)
to be able to use that dll/udf you need to register yourself on that website you have that dll from ,open GreenMacro.exe ,type your login data in and press the "Login&Load Keyboard/Mouse" button.
to be able to use that dll/udf you need to register yourself on that website you have that dll from ,open GreenMacro.exe ,type your login data in and press the "Login&Load Keyboard/Mouse" button.
I did all that, It still doesn't work, does it only work on windows XP? Because at the website, it said something like that.
[REL] Simon (Sends you to lab) 07/15/2009 - CO2 Private Server - 17 Replies Do it yourself too much whiners about the code -.-
#REQUEST to close
Walker sends Whispers? 08/13/2007 - Lineage 2 - 2 Replies I use the L2Walker 1.78 on a L2JServer
Dunno why this happens, but sometimes other people get whispers with content like this:
FOLLOWTELEPORT:268467171,1,npc_268467171_Buy 23
This was when somebody whispered to me and I was buying some alacrity potions after her message, then she got this strange whisper.
I think it could be dangerous for Walker-Users, if this happens to often. In this case I simply said I have no clue what this message means. ^^'
Does anybody have the same problem?
Gimme a link to a bot that sends me to bot jail 12/26/2005 - Conquer Online 2 - 8 Replies people, can someone plz post me a link for a bot that will send me to bot jail?i tried to search and nothing came up, i would like to bail out my noob for christmas.