Search found 11 matches

by runner01
Tue Apr 03, 2012 10:19 am
Forum: MicroMacro general & support
Topic: Scripting Problem
Replies: 16
Views: 5497

Re: Scripting Problem

This is as far as I will guide you. Some of us would like to keep this "undetected" and I've already said too much. The rest is up to you to finish. Most of the scripts in BEM is public knowledge. You'll just have to translate it to MM. You'll have to re-write all the Functions: RunTo Veri...
by runner01
Tue Apr 03, 2012 10:02 am
Forum: MicroMacro general & support
Topic: Scripting Problem
Replies: 16
Views: 5497

Re: Scripting Problem

Well you still have to translate our "RunTo" From BEM to MM: Original RunTo by Vans in his delphi bot: function("RunTo") begin // Set destination coordinates Memory.Set value("_Launcher", "{DestXAdd}", "float", "{XVal}") Memory.Set value(&q...
by runner01
Mon Apr 02, 2012 11:04 am
Forum: MicroMacro general & support
Topic: Scripting Problem
Replies: 16
Views: 5497

Re: Scripting Problem

its me again. @runner macro says it return a nil value in one of the mems so it terminates. i tried to re edit the script into something like this: memWriteInt(_Launcher, 0x00DEFE0F, -1996203893); memWriteInt(_Launcher, 0x00DEFE13, -553709539); memWriteInt(_Launcher, 0x00DEFE17, 1280871168); (just ...
by runner01
Mon Apr 02, 2012 11:01 am
Forum: MicroMacro general & support
Topic: Scripting Problem
Replies: 16
Views: 5497

Re: Scripting Problem

tried taking this out?
I don't think you need high priority for potting

Code: Select all

setPriority(PRIORITY_HIGH);
by runner01
Sat Mar 31, 2012 9:02 am
Forum: MicroMacro general & support
Topic: Scripting Problem
Replies: 16
Views: 5497

Re: Scripting Problem

function main() attach( findWindow("Eden Eternal") ); attach( foregroundWindow() ); win = findWindow("Eden Eternal"); proc = openProcess(findProcessByExe("_Launcher.exe")); setPriority(PRIORITY_HIGH); prepareCC(); -- This starts your Code Caves. Otherwise the HP/MP wil...
by runner01
Wed Mar 28, 2012 4:51 am
Forum: MicroMacro general & support
Topic: Hi all, Is there a command to send and receive TCP messages
Replies: 22
Views: 7671

Re: Hi all, Is there a command to send and receive TCP messa

ok maybe another question about writing to memory. I'm trying to write these 2 chunks into memory: the below is the code: But the game crashes... On the memory editor, everything is fine. What am I doing wrong? addHPPoke = 0x0070BE0F; dataHPPoke = {0xE9, 0xFB, 0x3F, 0x6, 0x00, 0x90}; addHP = 0x00DEF...
by runner01
Wed Mar 28, 2012 4:45 am
Forum: MicroMacro general & support
Topic: Hi all, Is there a command to send and receive TCP messages
Replies: 22
Views: 7671

Re: Hi all, Is there a command to send and receive TCP messa

Yeah they are picky about their video drivers/cards.
by runner01
Tue Mar 27, 2012 12:22 pm
Forum: MicroMacro general & support
Topic: Hi all, Is there a command to send and receive TCP messages
Replies: 22
Views: 7671

Re: Hi all, Is there a command to send and receive TCP messa

another quick question, what is the default tcp port that micromacro uses?
by runner01
Fri Mar 23, 2012 1:41 am
Forum: MicroMacro general & support
Topic: Hi all, Is there a command to send and receive TCP messages
Replies: 22
Views: 7671

Re: Hi all, Is there a command to send and receive TCP messa

The game is f2p, their protection is like strap. But done server side. The tool we used was Blue eye macro. The virtual driver is being detected.
by runner01
Thu Mar 22, 2012 11:51 am
Forum: MicroMacro general & support
Topic: Hi all, Is there a command to send and receive TCP messages
Replies: 22
Views: 7671

Re: Hi all, Is there a command to send and receive TCP messa

First of all, I would like to thank you on the expedient respond. Actually, I myself and a partner are trying to "rebuild" a couple of bots we have created for a game called Eden Eternal. The original scripting was done using a different tool, sadly that tool is being detected by the game....
by runner01
Wed Mar 21, 2012 10:58 pm
Forum: MicroMacro general & support
Topic: Hi all, Is there a command to send and receive TCP messages
Replies: 22
Views: 7671

Hi all, Is there a command to send and receive TCP messages

Hi, all. First of all, I would like to say hi. I'm new to the forum. I am also very new to Lua based scripting. Now that with the introductions done, here's my question. I used another macro program which is not Lua based. The code is as follows: Begin // Set this to the IP of the client where the b...