Is that script can get me a ban?

Hi,
Because of lot of trading with lot of chaoses, I was thinking to get a script for that, and I finished with something like this in AHK:

"
!h::
InputBox, amount, %amount%
MouseGetPos, xpos, ypos
Send, {Ctrl down}
Loop %amount%
{
Click, left, %xpos%, %ypos%
ypos += 100
if (ypos > 1640) {
xpos += 100
ypos -= 500
}
}
Send, {Ctrl up}
return


It will just click with CTRL number of items I put on the start,
Is that legal or I can get banned for that?
Last bumped on Nov 22, 2022, 4:16:33 PM
"
Marval89 wrote:
Hi,
Because of lot of trading with lot of chaoses, I was thinking to get a script for that, and I finished with something like this in AHK:

"
!h::
InputBox, amount, %amount%
MouseGetPos, xpos, ypos
Send, {Ctrl down}
Loop %amount%
{
Click, left, %xpos%, %ypos%
ypos += 100
if (ypos > 1640) {
xpos += 100
ypos -= 500
}
}
Send, {Ctrl up}
return


It will just click with CTRL number of items I put on the start,
Is that legal or I can get banned for that?


pretty sure that is automation = you will get account banned.
Or if not, then it definitely violate the rule about 1 key = 1 server action.
Thanks, good to know
Macros are bannable if they perform more than one action, or if it's on a timer (as this qualifies as "botting"). I'm afraid the above example you provided would definitely constitute botting. I highly recommend not doing this, as it would place your account at risk of being banned.
That is very clear statement, thanks, well.. welcome back:
"I would like to buy your 600 chaos for my 4div" :)

Report Forum Post

Report Account:

Report Type

Additional Info