got this message today : Account RU has been banned permanently, reason: Bot
I get this message today after logging in ... i use a Autohotkey script because i play wow mostly with my keyboard . i make this script because you can not move the vertical camera with the keyboard with the ingame settings.
i copy the source-code here .. i am not a cheater or a bot-user ... i have health problems and can not sit long on a chair so i play mostly on my bed with a big TV . If i use my trackball too often it is also no fun ... best is keyboard only , with trackball for inventory and these things , or gamepad .
hope this is ok for you ... i like this server .. many many players are always online here.
( the formatting for the code is gone after saving this post .... if i edit the post the formatting is on again .... sorry , the reading of the code is not so nice without the formatting .... dont know how to fix this here )
; Strg + P = Programm beenden
; Strg + Alt + S = Soundeffekte an/aus
; Strg + Alt + G = Umschalten Questen/Gruppe
; ü + ö = Kamera runter + hoch
; f + v = Kamera runter + hoch
; (ü + ö = Nach Patch. Es werden die 5 Kameraansichten benutzt. Tastenbelegung inGame : 8, 9, 0, ALT+9, ALT+0)
; f + v = gleiche Funktion wie Oben.
; + + # = Kamera Abstand rein + raus
; Strg + - = Umschalten für Schreibmodus (ü,ö,+,#,Backspace,Space funktionieren)
; Ende = Umschalten für Schreibmodus (ü,ö,+,#,Backspace,Space funktionieren)
; Shift + Return = Schreibmodus ein. Im Spiel Chat öffnen.
; Return = Schreibmodus aus. Im Spiel Chat senden.
; Numpad /,*,- = Mauszeiger Oben, Mitte, Unten
; Backspace = Taste 7 (für schnelle und wichtige Skills)
; (Strg + Backspace = Taste Strg + 7)
; Strg + F12 = Linke Maustaste, für AOE-Sprengstoffe
; Space = Mauszeiger in Bildschirmmitte, mit rechter Mausklick
; Strg + Alt + F12 = Info
; Strg + Alt + C = Kamerabewegung sperren/freigeben
; Strg + Alt + Numpad 7 = Winkelverstellung verringern / 7
; Strg + Alt + Numpad 8 = Winkelverstellung normal / 14
; Strg + Alt + Numpad 9 = Winkelverstellung erhöhen / 17
$^F12::
{
if !keyboard_free
{
MouseMove, bild_mitte, bomb_y
Click left
return
}
}
$ü::
if !keyboard_free
{
if flag_mousemove
{
Click right down
Loop
{
Sleep, sleep_msec
GetKeyState, state, ü, P
if state = U
{
Sleep, sleep_keydelay
Click right up
return
}
MouseMove, 0, -winkelverstellung, 0, R
}
Sleep, sleep_keydelay
return
}
return
}
else
{
send, {ü}
return
}
$ö::
if !keyboard_free
{
if flag_mousemove
{
Click right down
Loop
{
Sleep, sleep_msec
GetKeyState, state, ö, P
if state = U
{
Sleep, sleep_keydelay
Click right up
return
}
MouseMove, 0, winkelverstellung, 0, R
}
Sleep, sleep_keydelay
return
}
return
}
else
{
send, {ö}
return
}
$f::
if (!keyboard_free and !in_group)
{
if flag_mousemove
{
Click right down
Loop
{
Sleep, sleep_msec
GetKeyState, state, f, P
if state = U
{
Sleep, sleep_keydelay
Click right up
return
}
MouseMove, 0, -winkelverstellung, 0, R
}
Sleep, sleep_keydelay
return
}
return
}
else
{
send, {f}
return
}
$v::
if (!keyboard_free and !in_group)
{
if flag_mousemove
{
Click right down
Loop
{
Sleep, sleep_msec
GetKeyState, state, v, P
if state = U
{
Sleep, sleep_keydelay
Click right up
return
}
MouseMove, 0, winkelverstellung, 0, R
}
Sleep, sleep_keydelay
return
}
return
}
else
{
send, {v}
return
}
$Space::
if !keyboard_free
{
if !in_group
{
tog1++
if tog1 = 1
{
Click right up
MouseMove, bild_mitte, y_pos
;Click right
;####
send, {Shift down}
Click right
Send, {Shift up}
;######
flag_mousemove := true
return
}
else
{
if snd_on
{
SoundPlay, C:\Windows\media\Windows Information Bar.wav
}
Click right up
MouseMove, parken_x, parken_y
tog1 = 0
if !cam_always
{
flag_mousemove := false
}
return
}
}
else
{
tog1 = 0
if !cam_always
{
flag_mousemove := false
}
; erlaubt sind 3, 5, 7, 9 / für die 4 Ecken auf Bildschirm
if group_pos_counter = 5 ; Oben links + rechts
{
if snd_on
{
SoundPlay, C:\Windows\media\Windows Information Bar.wav
}
Click right up
MouseMove, parken_x, parken_y
flag_mousemove := false
group_pos_counter := 1
return
}
Click right up
MouseMove, ArrayXY[group_pos_counter], ArrayXY[group_pos_counter +1]
group_pos_counter++
group_pos_counter++
flag_mousemove := true
return
}
}
else
{
send,{space} ; allow spaces still
return
}
;Mit der . Taste wird die Mausposition im txt file gespeichert
/*
.::
MouseGetPos, xpos, ypos
;Msgbox, The cursor is at X%xpos% Y%ypos%.
FileAppend, %xpos% und %ypos% : , d:\test.txt
return
*/
Create a ban appeal ticket here https://www.warmane.com/account/support
And explain your situation there. There's no guarantee they'd accept it, but for some reason I believe you. Doesn't mean they will too.
Ban appeal tickets may take a while so be patient.
Create a ban appeal ticket here https://www.warmane.com/account/support
And explain your situation there. There's no guarantee they'd accept it, but for some reason I believe you. Doesn't mean they will too.
Ban appeal tickets may take a while so be patient.
Idk if botting bans can be appealed via ticket, nor could he paste his code to it anyway, due to special characters.