Help with macros

Discussion on Helbreath Hacks. New ones Released. and how to work them.
Post Reply
Albatros
just visiting
Posts: 2
Joined: Mon Nov 24, 2003 3:22 pm

Post by Albatros »

i just wonder if someone have or can make me a auto fish macro.... it cant be that

hard but i suck putting macros together.... and if its possible a manu macro or/and rep macro
complex137
Regular
Posts: 59
Joined: Tue Dec 16, 2003 1:44 pm

Post by complex137 »

Urm i deleted my macro scheduler so there goes all the macros with it...
It's pretty easy.
There's quite abit of guides on line
so just go there and check them out.
experience will get u there
Kinky
Loyal fan
Posts: 384
Joined: Wed Nov 05, 2003 5:37 pm
Location: Mars
Contact:

Post by Kinky »

This was dun with MACRO SCHEDULER

This macro automates fishing (after the macro comes detailed explanation for children who wants to get 60 fishing in 3 nights):

remark>Assume that first time rod is already a bit used
let>a=50
label>start
Remark>DBLCLICK BEGINS:
LDown
Wait>0.05
LUp
wait>0.05
LDown
Wait>0.05
LUp
Wait>0.1
Remark>END OF DBLCLICK
MouseMove>-70,-70
wait>0.3
LDown
Wait>0.05
LUp
wait>0.3
MouseMove>+70,+70
remark> 8.5 usual, 10 sec if lag
wait>8.5
wait>0.2
let>a=a+1
if>a<200,start
let>a=0
wait>0.2

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

Detailed directions for the children who wants to use fishing macro:

Find a spot where:
You will be near water with no big fish in it
When you leftclick on water you are not starting to run in any direction
Open your bag
Stack the fishing rods together
The best way to stack them is to drop fishing rod and then pick it up - this way you will get a pile of rods which looks like a single rod in standard place of bag where new items are going to.
Drag your bag window near the water
Left-upper corner will point to the point where you will use your fishing rod at
Put your mouse over the rod
Be sure to check that you pointed correctly - when you press left mouse button down it must select a fishing rod and fishing rod must be draggable
Also preferably point to the top half of the rod, this will avoid clicking on the bag
Activate macro using hotkey which you specified in it's properties (to stop it press Shift+Esc)
Here is known problem: some computers with win2k makes delay about 5 minutes before repeating macro, still no solution for this case.

<span style='color:red'><span style='font-size:11pt;line-height:100%'><b><a href='http://www.stickdeath.com/killbox.html' target='_blank'>Look at this :p</a></b> </span></span><br><span style='color:red'><span style='font-size:11pt;line-height:100%'><b><a href='http://www.badgerbadgerbadger.com' target='_blank'>and this</a></b> </span></span>
complex137
Regular
Posts: 59
Joined: Tue Dec 16, 2003 1:44 pm

Post by complex137 »

lol don't drop the rods and picking them up!!! lol

hold down shift and click
all items of the same type will be stacked !!! lol

man kinky did u have to drop all ur pots to line them up again when u train??
lol no offence i guess u pasted that stuff. but it's good to learn a new thing :P
Kinky
Loyal fan
Posts: 384
Joined: Wed Nov 05, 2003 5:37 pm
Location: Mars
Contact:

Post by Kinky »

u think i wrote that lol. i copied and pasted it from sum website. to lazy to write all that shit down
<span style='color:red'><span style='font-size:11pt;line-height:100%'><b><a href='http://www.stickdeath.com/killbox.html' target='_blank'>Look at this :p</a></b> </span></span><br><span style='color:red'><span style='font-size:11pt;line-height:100%'><b><a href='http://www.badgerbadgerbadger.com' target='_blank'>and this</a></b> </span></span>
Lexius
noob
Posts: 16
Joined: Fri Dec 26, 2003 3:56 am

Post by Lexius »

In Int. I used the same macro script file with macro scheduler and it worked but, now, when I try to use it in the private servers with the edited helgame.exe with 700kb size its like the macro dont work properly, for example it cant simulate a click or move properly the mouse during gameplay... I wonder why...
Maybe there is some kind of protection for macros in these versions, and this protection is only mouse based... :unsure:
Kinky
Loyal fan
Posts: 384
Joined: Wed Nov 05, 2003 5:37 pm
Location: Mars
Contact:

Post by Kinky »

Lexius wrote: In Int. I used the same macro script file with macro scheduler and it worked but, now, when I try to use it in the private servers with the edited helgame.exe with 700kb size its like the macro dont work properly, for example it cant simulate a click or move properly the mouse during gameplay... I wonder why...
Maybe there is some kind of protection for macros in these versions, and this protection is only mouse based... :unsure:
there is no protection u must have messed up or suthin. i have tried and test all these on many different versions after u posted this and it works fine on all of them
<span style='color:red'><span style='font-size:11pt;line-height:100%'><b><a href='http://www.stickdeath.com/killbox.html' target='_blank'>Look at this :p</a></b> </span></span><br><span style='color:red'><span style='font-size:11pt;line-height:100%'><b><a href='http://www.badgerbadgerbadger.com' target='_blank'>and this</a></b> </span></span>
Lexius
noob
Posts: 16
Joined: Fri Dec 26, 2003 3:56 am

Post by Lexius »

Maybe its caused by the screen resolution, I will try after reducing the quantity of pixels...
Post Reply