Search found 11 matches

by felix_fx2
Wed Jul 30, 2008 11:48 pm
Forum: MicroMacro scripts
Topic: World of Kungfu Bot (Updated)
Replies: 71
Views: 49311

Re: World of Kungfu Bot (Updated)

new offsets

Code: Select all

HP_ptr = "005FE608";
HP_offset = 192;


MP_ptr = "005FE608";
MP_offset = 200;
credits
victor_leong
gr8_viruz

Someone please verify
by felix_fx2
Wed Jul 23, 2008 7:30 pm
Forum: MicroMacro scripts
Topic: World of Kungfu Bot (Updated)
Replies: 71
Views: 49311

Re: World of Kungfu Bot (Updated)

elverion, do you have hackbar's msn ? need his help again for the new offsets.

or someone has knowledge on how to get that.

PM me, i'll be checking my pm tonight when i reach work
by felix_fx2
Thu May 15, 2008 10:46 pm
Forum: MicroMacro scripts
Topic: World of Kungfu Bot (Updated)
Replies: 71
Views: 49311

Re: World of Kungfu Bot (Updated)

elverion, hackbar just went to look for the new offsets. HP_ptr = "005F3608"; HP_offset = 192; MP_ptr = "005F3608"; MP_offset = 200; here's the window i am looking for now. function main() win = findWindow("Kungfu Client*"); hdc = openDC(win); proc = openProcess( findPr...
by felix_fx2
Thu May 08, 2008 3:07 pm
Forum: MicroMacro scripts
Topic: World of Kungfu Bot (Updated)
Replies: 71
Views: 49311

Re: World of Kungfu Bot (Updated)

any new updates.

Hp offset no longer valid.

idk, the window name has been changed also.
by felix_fx2
Mon Feb 04, 2008 4:59 pm
Forum: MicroMacro scripts
Topic: World of Kungfu Bot (Updated)
Replies: 71
Views: 49311

Re: World of Kungfu Bot (Updated)

Actually I'm not even sure how would be the best to go about this. There are several ways it can be done. It might be easiest to just inject some DLLs into the target process, and have MicroMacro send a message requesting that the DLL call the functions from within the program. It's actually kind o...
by felix_fx2
Mon Feb 04, 2008 4:53 pm
Forum: MicroMacro general & support
Topic: LIB.Lua Error Message
Replies: 15
Views: 7115

Re: LIB.Lua Error Message

Nice. it felt the same as when i access my home FTP. imo at work now. can't do the actual test but i noticed that when i ran other lua scripts they dun have this error. vb fourms are really popular nowdays and can handle serious loads. you should go for that. this one is php right. i am a never tou...
by felix_fx2
Sat Feb 02, 2008 5:50 pm
Forum: MicroMacro general & support
Topic: LIB.Lua Error Message
Replies: 15
Views: 7115

Re: LIB.Lua Error Message

Nice. it felt the same as when i access my home FTP. imo at work now. can't do the actual test but i noticed that when i ran other lua scripts they dun have this error. vb fourms are really popular nowdays and can handle serious loads. you should go for that. this one is php right. i am a never touc...
by felix_fx2
Sat Feb 02, 2008 4:37 pm
Forum: MicroMacro scripts
Topic: World of Kungfu Bot (Updated)
Replies: 71
Views: 49311

Re: World of Kungfu Bot (Updated)

Oops I forgot to log in... Heres the code: --new map functions ----------------------------- X_coord = 10000; Y_coord = 10000; X_ptr = "005EE6B0"; X_offset = 100; Y_ptr = "005EE6B0"; Y_offset = 104; hackbar- this is added in the user portion of the script right.
by felix_fx2
Sat Feb 02, 2008 4:29 pm
Forum: MicroMacro general & support
Topic: LIB.Lua Error Message
Replies: 15
Views: 7115

Re: LIB.Lua Error Message

win = findWindow("Kungfu Client Ver:1.0.29b"); hdc = openDC(win); proc = openProcess( findProcess("Kungfu Client Ver:1.0.29b") ); so only to find commands to find the client window to have it do the marcos on? btw openDC is what command. i just wanna know, i kinda like this stuf...
by felix_fx2
Sat Feb 02, 2008 4:59 am
Forum: MicroMacro general & support
Topic: LIB.Lua Error Message
Replies: 15
Views: 7115

Re: LIB.Lua Error Message

ok lets see, i download kungfu.lua and the latest build. can't run right after downloading nor after i have configured kungfu.lua for hp potting ect... maybe you can advise ? here's the error code. \micromacro\lib\lib.lua:105: Invalid data was supplied to openDC(). the string at line 105, assert( co...
by felix_fx2
Fri Feb 01, 2008 9:51 pm
Forum: MicroMacro general & support
Topic: LIB.Lua Error Message
Replies: 15
Views: 7115

Re: LIB.Lua Error Message

i got the same problem hahas, new to this script.

edited similar ones b4. (D2jsp)

whats the resolution for this. wrong argument ?