taultunleashed logoEVE: ACtools Mining Macro : EVE Online Bots Hacks | EVE Bots Hacks
newtopic  postreply
 [ 3 posts ] 
blue large dot

EVE: ACtools Mining Macro : EVE Online Bots Hacks | EVE Bots Hacks

Posted: July 29th, 2005, 12:52 pm
 
tault_Broden

Total Posts: 2313
Joined: August 21st, 2004, 5:20 pm
tault_Broden's Reps: 159
User avatar
Active User > 50 Posts
premium
Here it is, current numbers are for 1280x1024 in window mode
Just edit the Constants if you have something differnt, not hard to figure out.

For anyone that is confused, <name>x is the x location on your screen and <name>y is the y location on your screen hence, x, y.


(!empty($user->lang['CODE'])) ? $user->lang['CODE'] : ucwords(strtolower(str_replace('_', ' ', 'CODE'))):
Code:


//eve online mining macro - mine v1.0
//Must have Cargo bay open.
//Must have Station Bookmarked
//Must have targets only in overview
//****Current Numbers are for****
//1280x1024 WINDOW MODE.

Constants
  Undockx = 19 //Un-dock on NeoCon
  Undocky = 1018
  Depart1x = 300 //Open Drop down
  Depart1y = 70
  Depart2x =381 //Main menu
  Depart2y = 126
  Depart3x = 535 //Main Menu sub menu
  Depart3y = 128
  Depart4x = 638 //Destination
  Depart4y = 132
  FirstTargetx = 1091 //First Target in overview
  FirstTargety = 212
  Orbitx = 1117 //Orbit Button, Top Overview
  Orbity = 126
  LockTargetx = 1183 //Lock Target, Top Overview
  LockTargety = 124
  MineLazer1x = 734 //Mine Lazer 1
  MineLazer1y = 929
  MineLazer2x = 774 //Mine Lazer 2
  MineLazer2y = 929
  Dock1x = 310 //Open Drop down
  Dock1y = 96
  Dock2x = 340 //Desired Location, First Menu
  Dock2y = 226
  Dock3x = 542 //Desider Location, Booknarked station
  Dock3y = 225
  Dock4x = 542 //Dock. Sub-Menu
  Dock4y = 259
  ItemNeoConx = 24 //Item box in the NeoCon
  ItemNeoCony = 681
  CargoItemx = 86 //Stack of mined stuff
  CargoItemy = 747
  ItemBayx = 149 //Any open spot on your Item bay
  ItemBayy = 560
  MoveToBeltDelay = 90 //Seconds
  OrbitDelay = 2 //Minutes
  LockTargetDelay = 10 //Seconds
  MineDelay = 5 //Minutes
  MoveToStationDelay = 3 //Minutes
End

SetActiveWindow EVE


Call MoveToBelt

Procedure StopOnSwitchedWindow On WindowChange //stops macro
  Stop
End

Procedure MoveToBelt
  SetActiveWindow EVE
  MousePos $UnDockx, $UnDocky
  Delay 1 Sec
  LeftClick
  Delay 30 Sec
  MousePos $Depart1x, $Depart1y
  Delay 1 Sec
  RightClick
  Delay 1 Sec
  MousePos $Depart2x, $Depart2y
  Delay 1 Sec
  MousePos $Depart3x, $Depart3y
  Delay 1 Sec
  MousePos $Depart4x, $Depart4y
  Delay 1 Sec
  LeftClick
  Delay $MoveToBeltDelay Sec
  Call FindTarget
End

Procedure FindTarget
  SetActiveWindow EVE
  MousePos $FirstTargetx, $FirstTargety
  Delay 1 Sec
  LeftClick
  Delay 1 Sec
  MousePos $Orbitx, $Orbity
  Delay 1 Sec
  LeftCLick
  Delay $OrbitDelay Min
  Call LockTarget
End

Procedure LockTarget
  SetActiveWindow EVE
  MousePos $LockTargetx, $LockTargety
  Delay 1 Sec
  LeftClick
  Delay $LockTargetDelay Sec
  Call Mine
End

Procedure Mine
  SetActiveWindow EVE
  MousePos $MineLazer1x, $MineLazer1y
  Delay 1 Sec
  LeftClick
  Delay 1 Sec
  MousePos $MineLazer2x, $MineLazer2y
  Delay 1 Sec
  LeftClick
  Delay $MineDelay Min
  Call MoveToStation
End

Procedure MoveToStation

  SetActiveWindow EVE
  Loop 2
    MousePos $Dock1x, $Dock1y
    Delay 1 Sec
    RightClick
    Delay 1 Sec
    MousePos $Dock2x, $Dock2y
    Delay 1 Sec
    MousePos $Dock3x, $Dock3y
    Delay 1 Sec
    MousePos $Dock4x, $Dock4y
    Delay 1 Sec
    LeftClick
  End
  Delay $MoveToStationDelay Min
  Call Transfer
End

Procedure Transfer
  SetActiveWindow EVE
  MousePos $ItemNeoConx, $ItemNeoCony
  Delay 1 Sec
  LeftClick
  Delay 5 Sec
  MousePos $CargoItemx, $CargoItemy
  Delay 1 Sec
  DragTo $ItemBayx, $ItemBayy
  Delay 10 Sec
  Call MoveToBelt
End

_________________
I DO NOT TAKE CREDIT FOR MY INFO.

I am a member of a exploit guild and post it here because i like this site and want to help it.

(!empty($user->lang['IMAGE'])) ? $user->lang['IMAGE'] : ucwords(strtolower(str_replace('_', ' ', 'IMAGE')))


Reply with quote
Posted: August 5th, 2005, 9:55 pm
 
dameon_green
dameon_green's Reps:
User avatar
hmm it just stays there...


Reply with quote
Posted: October 26th, 2005, 6:12 am
 
tault_razorwing

Total Posts: 196
Joined: January 30th, 2005, 6:35 pm
tault_razorwing's Reps: 1
User avatar
Active User > 50 Posts
Very badly designed macro, complex macros which use x and y mouse movement are prone to failure.


Reply with quote
Want Advertisements After The Last Post Removed? Create A Free Account!

blue large dot Who is online
Users browsing this forum: Google [Bot] and 22 guests

Popular Sections
SWTOR Cheats
Guild Wars 2 Cheats
Guild Wars 2 Hacks
Guild Wars 2 Bots
Diablo 3 Cheats
Guild Wars 2 Mods

Popular Sections
WoW Cataclysm Cheats & Exploits
WoW Cataclysm Hacks & Bots
Star Wars The Old Republic Cheats
SWTOR Mods
Torchlight 2 Cheats
SWTOR Space Mission Bots
Site Nav and RSS
RSS Feed of EVE Online Bots Hacks | EVE Bots Hacks RSS Feed 
Sitemap of EVE Online Bots Hacks | EVE Bots Hacks Sitemap 
SitemapIndex SitemapIndex
RSS Feed RSS Feed
Channel list Channel list
left bottom corner Site and Contents Copyright 2001-2012 All Rights Reserved TaultUnleashed.com bottom corner
top left
top right
createaccount
Username:   Password:   Remember Me?