Everyone who has never used our Bots before, can test each one for 2 days without any limitation. The trial is given automatically when you login on the Bot, but in some cases it wouldn't work (security reasons). If this happens, send me a private message and i will be checking the failed trials manually and adding it for those who didn't get it.
We are looking for resellers who may accept payment methods different from ours, including classictibia's cash, realesta's cash, mastercores' cash, etc. Interested? Click here at anytime.
02-13-2019, 01:13 PM (This post was last modified: 09-10-2019, 03:00 PM by Arkilys.)
Hello.
Realesta CANNOT shoot SDs perfectly as an AIMBOT because it simulates your mouse and keyboard, so it will shoot like you, but faster and it's possible to miss as well.
You don't need any scripts to AIMBOT, you can use Hotkeys->Use item on Target.
To hold target you must create a Persistent script...
if targeted_creature.id == 0 and TARGET_ID > 0 then
attack(TARGET_ID)
elseif targeted_creature.id > 0 and TARGET_ID ~= targeted_creature.id then
TARGET_ID = targeted_creature.id
end
To stop holding target, you need to disable the persistent, pause the PRO Bot or you can create a another hotkey and set it to "ESC" with the following code: