fishing macro

Discussion on Helbreath Hacks. New ones Released. and how to work them.
Post Reply
Booyah
just visiting
Posts: 3
Joined: Sun Feb 15, 2004 11:18 am

Post by Booyah »

I have used macro's numberous times and I would call myself some what skilled.. I have read all other posts speaking of useing macro scheduler 7.2 (I have used it for along time). But with helbreath and windows xp, when ever you try to make a script that envolves clicking, or mouse moving, the mouse just scoots across the page.. fishin scripts are extremely simple, but I am having problems finding a program that will work for me :( i have downloaded a few different macro programs but still no luck. if anyone could help me out.. i would greatly appreciate it!
NixN
just visiting
Posts: 1
Joined: Fri Feb 27, 2004 5:16 pm

Post by NixN »

I had a program once, really sweet! however i forgot the name, so i use a program named Macro Express, its not as good as the other because u cant save macros as exe and then distrub them :(
jmh
Member
Posts: 156
Joined: Sat Dec 13, 2003 6:13 pm

Post by jmh »

I use Macro 7.2, and i have windows xp and it works fine for me. here's my script..

let>a=1
label>start
mousemove>0,0
Remark>DBLCLICK BEGINS:
LDown
Wait>0.05
LUp
wait>0.05
LDown
Wait>0.05
LUp
Wait>0.1
Remark>END OF DBLCLICK
MouseMove>-75,-75
wait>0.3
LDown
Wait>0.05
LUp
wait>0.3
MouseMove>+75,+75
wait>8.5
wait>0.2
label>cont
let>a=a+1
if>a<200,start
let>a=0
wait>0.2

remark>Dragging used fishing rod away
Mousemove>0,0
wait>0.3
LDown
Wait>0.5
MouseMove>0,+45
wait>0.5
Mousemove>0,0
LUp
wait>1
MouseMove>0,-45
wait>0.3
Goto>start
label>end


<a href='http://www.beehivemail.com/pages/index.php?refid=jmh1' target='_blank'><img src='http://img235.imageshack.us/img235/7226 ... er16vn.gif' border='0' alt='user posted image' /></a>
Post Reply