Search found 14 matches

by 1z2x3c
Thu Aug 06, 2009 6:30 pm
Forum: Everything else
Topic: New Shaiya GameGuard patcher - need testers
Replies: 17
Views: 15203

Re: New Shaiya GameGuard patcher - need testers

hmm... ill have to do this in euroshiaya
by 1z2x3c
Thu Aug 06, 2009 3:09 am
Forum: Everything else
Topic: New Shaiya GameGuard patcher - need testers
Replies: 17
Views: 15203

Re: New Shaiya GameGuard patcher - need testers

can you post climb?
and do you have the name hack... wher you can use any letters?
by 1z2x3c
Thu Aug 06, 2009 2:14 am
Forum: Everything else
Topic: New Shaiya GameGuard patcher - need testers
Replies: 17
Views: 15203

Re: New Shaiya GameGuard patcher - need testers

http://www.elitepvpers.de/forum/shaiya/ ... lient.html
.... cheack that out... took me forever to find it
by 1z2x3c
Sat Jun 20, 2009 12:51 am
Forum: Everything else
Topic: Shaiya Fighter Bot
Replies: 221
Views: 138898

Re: Shaiya Fighter Bot

the script i posted at the very top seems to have the same exact memory adresses i have been finding, so ill try it ...
by 1z2x3c
Fri Jun 19, 2009 11:25 pm
Forum: Everything else
Topic: Shaiya Fighter Bot
Replies: 221
Views: 138898

Re: Shaiya Fighter Bot

uhh, i dont know how to find any of them
by 1z2x3c
Fri Jun 19, 2009 8:04 pm
Forum: Everything else
Topic: Shaiya Fighter Bot
Replies: 221
Views: 138898

Re: Shaiya Fighter Bot

yes, but not that i remember...
by 1z2x3c
Fri Jun 19, 2009 5:19 pm
Forum: Everything else
Topic: Shaiya Fighter Bot
Replies: 221
Views: 138898

Re: Shaiya Fighter Bot

OK, so i finaly figrued out how to use olly,.... so the errors i get now ar:

log file:
Fri Jun 19 15:15:03 2009 : MicroMacro v0.99
Fri Jun 19 15:15:03 2009 : Processor Type: 2X 586, OS: Windows Vista | Windows Server 2008
Fri Jun 19 15:15:03 2009 : Lua initialized successfully.
Fri Jun 19 15:15 ...
by 1z2x3c
Fri Jun 19, 2009 4:33 pm
Forum: Everything else
Topic: New Shaiya GameGuard patcher - need testers
Replies: 17
Views: 15203

Re: New Shaiya GameGuard patcher - need testers

nomater what i do, it says Failed to apply patchfile. Reason: CRC mismatch, this is with the euroshaiya file, im asuming that is the wrong file... But when i use the ep4 file, it says applied 7 changes, and works
by 1z2x3c
Fri Jun 19, 2009 4:47 am
Forum: Everything else
Topic: Shaiya Fighter Bot
Replies: 221
Views: 138898

Re: Shaiya Fighter Bot

Can someone plz help me get this going, i run both shaiya and micro marko as admin and i get same error, plz help
'
by 1z2x3c
Mon Jun 15, 2009 12:08 am
Forum: Everything else
Topic: Shaiya Fighter Bot
Replies: 221
Views: 138898

Re: Shaiya Fighter Bot

private server

i did run as admin and it still got the same errors
by 1z2x3c
Sun Jun 14, 2009 4:59 am
Forum: Everything else
Topic: Shaiya Fighter Bot
Replies: 221
Views: 138898

Re: Shaiya Fighter Bot

ok.... here is my script:

on = true;
off = false;
------------------------------------------------
-- HOTKEYS
------------------------------------------------
macro_running = on; -- leave this ON!

startKey = key.VK_INSERT;
stopKey = key.VK_DELETE;

key_switchtarget = key.VK_TILDE;

key_attack ...
by 1z2x3c
Sat Jun 13, 2009 1:59 am
Forum: Everything else
Topic: Shaiya Fighter Bot
Replies: 221
Views: 138898

Re: Shaiya Fighter Bot

does anyone have a working bot for euroshaiya or know how to find the memory addresses?
by 1z2x3c
Fri Jun 12, 2009 4:28 pm
Forum: Everything else
Topic: Shaiya bot
Replies: 432
Views: 428495

Re: Shaiya bot

my script seems to be haveing problems at this point:




function update_vars()
HP = memoryReadIntPtr(proc, playerptr_addr, HP_offset);
MaxHP = memoryReadIntPtr(proc, playerptr_addr, MaxHP_offset);

MP = memoryReadIntPtr(proc, playerptr_addr, MP_offset);
MaxMP = memoryReadIntPtr(proc, playerptr ...
by 1z2x3c
Tue Dec 30, 2008 8:29 pm
Forum: Everything else
Topic: Shaiya Fighter Bot
Replies: 221
Views: 138898

Re: Shaiya Fighter Bot

here is a working one(although you have to change ddd to the name of the .exe or it wont work.... ok....):



on = true;
off = false;
------------------------------------------------
-- HOTKEYS
------------------------------------------------
macro_running = on; -- leave this ON!

startKey = key.VK ...