Page 4 of 9

Re: Rock5's Standalone Multihack

Posted: Fri Jan 24, 2014 6:20 am
by rock5
Sorry, I often forget to do things and need to be reminded. I've updated the first post to version 0.42. It truncates the key name.

Re: Rock5's Standalone Multihack

Posted: Sat Jan 25, 2014 6:09 am
by Ego95
nevermind :) Thank you for the update

Re: Rock5's Standalone Multihack

Posted: Sun Jan 26, 2014 8:34 pm
by latino18fr
Hi

juste a question during siege war

i see some player using a function to see stealthed Rogues
i juste want to know how can we countered it?

Re: Rock5's Standalone Multihack

Posted: Sun Jan 26, 2014 9:20 pm
by ZZZZZ
latino18fr wrote:Hi

juste a question during siege war

i see some player using a function to see stealthed Rogues
i juste want to know how can we countered it?
Kill them.


On another note, that function.lua you posted in the other thread R5, it broke your Multihack in the same way as that gsub error (still worked alright at times). I'll copy/paste error next time i get it.

Re: Rock5's Standalone Multihack

Posted: Sun Jan 26, 2014 11:15 pm
by rock5
Wasn't that function.lua for the bot? R5hacks is a totally separate program. It's functions.lua is totally different.

Re: Rock5's Standalone Multihack

Posted: Mon Jan 27, 2014 12:51 am
by ZZZZZ
Ah, then it must have the same issue as gsub then? Because it was getting an error at character selection too. I'll post it next time i get it.

Re: Rock5's Standalone Multihack

Posted: Mon Jan 27, 2014 1:41 am
by rock5
I see what you mean now. I've applied a similar fix to version 0.43.

I also just noticed that the hacks activate when I'm typing a number in an edit box using the num keys. So I've also added fix that ignores keypresses while an edit box is open.

Re: Rock5's Standalone Multihack

Posted: Wed Jan 29, 2014 10:15 am
by rock5
Just to let you guys know, there is a bug in version 0.43. If you start the hack just after you start the game, and before opening any edit box, then the hack wont work. Until I figure out how to fix it just open and close an edit box such as chat and then the hack should work.

Re: Rock5's Standalone Multihack

Posted: Sun Feb 02, 2014 8:53 am
by rock5
Bug fixed in version 0.44.

Re: Rock5's Standalone Multihack

Posted: Sat Feb 22, 2014 10:58 pm
by Ego95
I don't know why, but on the official server the hack doesn't react on keypresses anymore after starting. Run the update.lua manually one time, but it did't help :/

Re: Rock5's Standalone Multihack

Posted: Sat Feb 22, 2014 11:14 pm
by rock5
It works for me. Sometimes it gets a bit flaky and I have to hold the buttons down a bit longer to have it work but it's always worked.

Recently I noticed the new open dialog can cause it to not accept keypresses. If you opened the dialog (by pressing enter at the prompt) then close MM and restart it and don't use the dialog.

Re: Rock5's Standalone Multihack

Posted: Sat Feb 22, 2014 11:30 pm
by Ego95
I don't know which dialog you mean. I'm doing the same like I did before but since the last patch this week it doesn't work anymore. Is it normal that if I maximize the window it looks like this:

Code: Select all

Choose your character that you want to play on:

Char1
Char2
0       22
MobStealth  Fly  Wall  NoFall  MountSize  Speed: 55.0  (KOMMA () Help.
Don't know what the "0" and "22" is.

Re: Rock5's Standalone Multihack

Posted: Sun Feb 23, 2014 1:27 am
by rock5
Yep, that looks right. Those number are just from a print message I left in there by mistake.

I don't know why it doesn't work for you. Does the bot work ok?

Re: Rock5's Standalone Multihack

Posted: Sun Feb 23, 2014 2:18 am
by Ego95
The bot works fine like before. No changes. I've reinstalled the hack, but it didn't make any difference.


Edit: Ok I fixed the hack now for me. I just deleted this part of the function. Now I can use the hack again. The chat-line opened every time I started the hack. Now it doesn't anymore.

Code: Select all

		-- Ignore keypresses is edit box is open
		if memoryReadUInt(getProc(), addresses.editBoxHasFocus_address) ~= 0 then

Re: Rock5's Standalone Multihack

Posted: Wed Feb 26, 2014 9:24 pm
by marduk
ahah same it doesnt work for my keypress
anything im doing wrong?

Re: Rock5's Standalone Multihack

Posted: Wed Feb 26, 2014 9:46 pm
by rock5
The latest version is supposed to have fixed that. Are you sure you are using version 0.44? If you are, I'll probably have to do something differently.

Re: Rock5's Standalone Multihack

Posted: Wed Feb 26, 2014 9:51 pm
by marduk
yes i do :)

Re: Rock5's Standalone Multihack

Posted: Wed Feb 26, 2014 11:26 pm
by rock5
Could you test this for me because I'm not getting that bug anymore. The bug I'm talking about is, the memory location, used to tell if the edit box is open, used to return true as soon as you started the game even though it wasn't open. Now it works properly for me.
hacks.lua
Just replace this file.
(8.16 KiB) Downloaded 206 times
Note: the hack assumes that it can open and close the chat edit box using Enter. If you left another edit box active elsewhere or you messed up the chat edit box so that it is still visible even though not active, then the hack might not be able to start properly. In this case you would need to close any other edit boxes and make sure the chat edit box is properly closed manually.

Re: Rock5's Standalone Multihack

Posted: Thu Feb 27, 2014 8:08 am
by Ego95
rock5 wrote:Could you test this for me because I'm not getting that bug anymore. The bug I'm talking about is, the memory location, used to tell if the edit box is open, used to return true as soon as you started the game even though it wasn't open. Now it works properly for me.
hacks.lua
Note: the hack assumes that it can open and close the chat edit box using Enter. If you left another edit box active elsewhere or you messed up the chat edit box so that it is still visible even though not active, then the hack might not be able to start properly. In this case you would need to close any other edit boxes and make sure the chat edit box is properly closed manually.
This works too, rock :)

I don't know what you changed, but for me it worked after I deleted the lines I have posted above.

Re: Rock5's Standalone Multihack

Posted: Thu Feb 27, 2014 9:36 am
by rock5
If you delete those lines then when you type something in chat you might change the hack settings.

Happy to hear my fix works. I'll update the first post.