Jump to content

Search the Community

Showing results for tags 'endless online'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • General
    • Forum Rules
    • Announcements
    • General Discussion
    • Forum Discussion
  • Support
    • Download SCAR Divi
    • SCAR Divi Manual
    • General Help
    • Scripting Help
    • Script Help
    • Tutorials and FAQ
  • Scripts
    • Scripts For Games
    • Game Scripts
    • Other Scripts
    • Requests
  • Include Libraries
    • OSI
    • MSSL
    • GMRL
    • SSIL
    • Archive
  • Code Bin
    • Mouse & Keyboard
    • Screen & Client
    • Color, Bitmap, DTM & OCR
    • Points & Boxes
    • Files & Networking
    • Math
    • Other Snippets
  • Development
    • Development Roadmap
    • Bugtracker
    • Development Discussion
  • Games
    • RuneScape
    • Seafight
    • Other Games
  • Misc
    • Native Corner
    • Programming
    • Graphics
    • Music
    • Movies & TV

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


About Me


Location


Interests


Occupation


Studies


Skype

Found 1 result

  1. Hi there i have been watching tutorial and a lot more on youtube and this site. I'm trying to make a auto pot for a game. All it has to do is whenever it goes lower then 7 heart from 10 it will pot. I already made the autopot script work, it's good but i want to make it pot automatically when it's lower then 7heart, currently everytime i have too use the hotkey to pot myself. Here is the script i made - program Inventory; procedure Pot1; begin MoveMouse(1396, 766); Wait(10); ClickMouse(1396, 766,true); ClickMouse(1396, 766,true); ClickMouse(1396, 766,true); ClickMouse(1396, 766,true); Wait(10); end; procedure Pot2; begin MoveMouse(1396, 766); Wait(10); ClickMouse(1396, 766,true); ClickMouse(1396, 766,true); ClickMouse(1396, 766,true); ClickMouse(1396, 766,true); Wait(10); end; procedure Pot3; begin MoveMouse(1396, 766); Wait(10); ClickMouse(1396, 766,true); ClickMouse(1396, 766,true); ClickMouse(1396, 766,true); ClickMouse(1396, 766,true); Wait(10); end; procedure Pot4; begin MoveMouse(1396, 766); Wait(10); ClickMouse(1396, 766,true); ClickMouse(1396, 766,true); ClickMouse(1396, 766,true); ClickMouse(1396, 766,true); Wait(10); end; begin Pot1; Pot2; Pot3; Pot4; end. It works fine, i just wanna make sure it auto pots whenever it gets lower then this heart from 10 to 7 or 7.5. I already tooked the bmp of it, if anyone can tell me how to get it done. When it's full - When it's 7.5 or 7 heart left i want it to auto pot - Bmp - deNrtlNEJgDAMRG8D93EnJ3BTl1GhE ESTXEyr/' + 'WnIh5Rn7qxHZkzY1mX0d727RRk66nquwvUSUgB8pgDOqBPw4Z wEjCpYeVZhOiT' + 'ilkpYb0Vi43xv4i0K0yTk3D4H/uM2fUtObiNCcQNqYhP/9BY/VaLebS636o56u' + 'xO6uJXzjm4jq9vKZ1u3suj8u4VdFLMkLN2In9Ft+wB7vHkH All i want is to make the script pot when it gets lower like 7.5 i posted both photo, please help this noob. I also want the script to continiously run it so whenever its low i get auto pot. Thanks a lot.
×
  • Create New...