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.



Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
aimbot?
#1
aimbot ? put hotkeys like f1 to  auto sd the target,

and hold target if he stair jump.

#2
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...
TARGET_ID = TARGET_ID or 0

local targeted_creature = attacked()

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:
setglobal('TARGET_ID', 0)



Forum Jump:



Forum software by © MyBB Theme © iAndrew 2016