What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

[Free Plugin] DivingGiftAutoClicker

i might add a way to attempt again in 1 minute up to 10 times (so that if your done for the day it wont just try again constantly) if you dont receive a new item on the click, but i dont think it will really be needed. The only frequent fail cases would be extreme lag, invalid position and user interference (moving the mouse in the client as it try to click it).

Reducing the timer to a low value for testing would allow us to elimited the invalid position possibility, only leaving extreme lag and user interference (both of which dont really have much workaround without having the specific message added to AB)
 
Ohhh I thought, click event happens before "Clicked the gift icon" output message, let me look into your code

P.s. I don't have much lag, and interface is standart didn't change anything
 
you could increase the extradelay variable to an extreme value, and see visually where its trying to click
 
so how do i make this work on 4 accounts with the screen res at 1600 x 900 ?
 
you run it. resolution shouldnt matter anymore. Altho its not tested properly with fullscreen so it might not work on that side.
 
im not running it at fullscreen, there are 3-4 accounts at either 1600x900 or 1024 x 768 windowed.

so i can multi task easily.

do i just copy the code, compile it and then run ? dont have to change a single thing ? and it should work ?
 
Last edited:
yup, if it doesnt work you can try increasing the extra delay (it help if your clients are lagging), but other than that, it should just work
 
error.png


how can fix it ?
 
so I can run this script no matter archeage is minimize or maximize?
 
if you start the plugin while the client is minimized, the plugin will unminize it for a few seconds, do not minimize it back, the plugin will do it automatically once its done initializing. That phase is needed because AA resize its render down to 160x90 when minimized, but still read the message as a normal size (so the mouse need to click at the right position even tho the position isnt on the render rect.

So tldr, if you start the plugin with minimized plugin, the plugin will unminize it for a few seconds, let it be, it will minimize it back.
 
Hi
Can you please explain me how to get this coordinates...........im noob in this .......i have license for 3 accounts so im ruining 3 accounts from same laptop at same time
on window mode....i would really appreciate if anybody can help me
 
you have nothing to do but compile the plugin and run it. Coordinate are automated
 
oh that is so cool thank you m8 .........you dont have donate button ??? i would donate some $ for guys who are doing awesome job with this plugins
 
If people want to donate i wont stop them, but keep in mind, ill keep making free plugins on my freetime with or without donations.

 
Last edited:
you have nothing to do but compile the plugin and run it. Coordinate are automated

it isnt clicking the right position for me. in the log box, it says that the window dimensions are 1030 x 796 and the actual size is 1024 x 768

given this, it isnt clicking in the right spot for the gift box.
 
the dimension include the border which windows add when in windowed mode.

If you set the extradelay very high (like 5000), you should visually see where the mouse cursor move before clicking. Could you screenshot it so that i can figure a better way to handle it ? (the box is big enough that there should be an area i can click from the height even if you have an extra large title bar).

forum pm me the image, no point in posting it public (would be kinda stupid actually xD).
 
the dimension include the border which windows add when in windowed mode.

If you set the extradelay very high (like 5000), you should visually see where the mouse cursor move before clicking. Could you screenshot it so that i can figure a better way to handle it ? (the box is big enough that there should be an area i can click from the height even if you have an extra large title bar).

forum pm me the image, no point in posting it public (would be kinda stupid actually xD).

id love to screenshot it, but thats the thing, its not on the screen. it doesnt show up anywhere near the gift box, and i cant locate it anywhere inside the window of the client ?
 
whats extremely weird is. i just ran the exact same plugin on another account. on the same pc, same window resolution and it worked, it just isnt working on a specific acc ? whats going on with that ?
 
Back
Top