Page 7 of 9

Re: Rock5's Standalone Multihack

Posted: Wed May 28, 2014 12:45 am
by rock5
True, but I'm also thinking about things you need to harvest for quests. I'm not sure if I'd add a wood/herb/ore option. I'm not sure if it's necessary. If you are harvesting anything and you are finding them too hard to see you can just resize it and that's it. That way it won't resize things you don't need resized and it wont need to resize as many things.

Re: Rock5's Standalone Multihack

Posted: Mon Jul 14, 2014 5:44 pm
by volkovy
hi rock,

first of all thank you very much, this is working nicely.

i have a question, im using an apple keyboard on an imac thats running windows, and i dont have numeric keyboard, so i gotta use a normal usb keyboard for the hacks.
is it possible to reconfigure the keys used, for example to F keys, or something?

Re: Rock5's Standalone Multihack

Posted: Mon Jul 14, 2014 11:30 pm
by rock5
Sure. At the top of the settings.lua file are the hotkey assignments. Just change them to what ever you want.

Example,

Code: Select all

hotkeys = {
	HELP			= {key = _G.key.VK_F1,		modifier = nil},
	SEE_STEALTH_MOBS= {key = _G.key.VK_F2,	modifier = nil},
etc.

Re: Rock5's Standalone Multihack

Posted: Tue Jul 15, 2014 8:41 am
by volkovy
Again, thanks a lot!
Tried to mess with these, but wasnt very successful, used wrong format :)

Re: Rock5's Standalone Multihack

Posted: Tue Jul 15, 2014 10:02 am
by rock5
I figured that, that's why I gave you the examples. :)

Re: Rock5's Standalone Multihack

Posted: Wed Jul 30, 2014 11:03 pm
by sicklecell
Hey rock, i am having the edit box issue like the previous person in these posts, ive done the update.lua file and it still just spam clicks opening and closing my chat window. I ran the commandline in mm and received this X, A3F0AC. How did you fix the other persons problem(something about a new file you sent him), I didn't see it in the posts.

Re: Rock5's Standalone Multihack

Posted: Thu Jul 31, 2014 12:14 am
by rock5
Firstly. what version are you using? I posted a beta version here. Are you using this one? If not maybe you could give it a try.

That error is not really clear. Can you copy and past the whole error? Check my signature for a link on how to copy and past from mm or just take a pic.

Re: Rock5's Standalone Multihack

Posted: Thu Jul 31, 2014 1:12 am
by sicklecell
This is what I get posting the printf command in the command line of mm.

RomBot command line
Type in 'q' (without quotes) to quit.
Command> printf("X, %X\n", addresses.editBoxHasFocus_address, memoryReadUInt(get
Proc(), addresses.editBoxHasFocus_address))
X, A3F0AC


As for the version I am using the one on the previous page that says Version 0.5 b1. Another thing to note is I have used Version .45 from the first page of the thread and it was working fine till earlier today. The message I get in the rock5 hack is "Checking the editbox and reseting it if necessary." Other than that it just gets stuck opening and closing my chat interface and never moving on to the hack itself.

Edit: I have been playing around with cheat engine, do you think I could have screwed up an address by doing that. The only other thing i could possibly think of is if an addon has a conflict with it, however mm and rombot work fine.

Re: Rock5's Standalone Multihack

Posted: Thu Jul 31, 2014 4:40 am
by rock5
Sorry, I forgot about that. It's been a while. You missed a % before the first X so it only printed the first value. Should be

Code: Select all

printf("%X, %X\n", addresses.editBoxHasFocus_address, memoryReadUInt(getProc(), addresses.editBoxHasFocus_address))
Please do this command twice. Once with the in-game edit box open (ie. press Enter in game first) then again with the edit box closed.

With the previous poster who had this problem, it was because the edit box memory check wasn't working. It always returned 0. It's supposed to return an address when the edit box is open. We did a temporary fix by bypassing the edit box check. The reason it checks the edit box is because you might be typing in the edit box when you use some of the keys that r5hacks uses. With the editbox check working it wouldn't affect the hacks while you are typing in the edit box.

I don't know why it doesn't work for some uses. The address your printout showed is the correct address. That means that if update.lua found that address using the pattern that is uses then the address must be correct for your system too.

Do you have any experience using Cheat Engine? If you do, maybe you could look for the edit box address yourself and see what you come up with. It's an easy address to find, it's an address that equals 0 when the edit box is open and not 0 when it's closed and should be a static address.

Re: Rock5's Standalone Multihack

Posted: Thu Jul 31, 2014 9:09 am
by sicklecell
This is what mm is giving me for both, when the chat box is open and closed (not sure what changed from last night).

RomBot command line
Type in 'q' (without quotes) to quit.
Command> printf("%X, %X\n", addresses.editBoxHasFocus_address, memoryReadUInt(ge
tProc(), addresses.editBoxHasFocus_address))
A3F0AC, 0
Command> printf("%X, %X\n", addresses.editBoxHasFocus_address, memoryReadUInt(ge
tProc(), addresses.editBoxHasFocus_address))
A3F0AC, 0


I am just beginning to use Cheat Engine, I haven't found it to be too difficult to understand and have only tried to alter hp in game, which only changed the visual value of the hp not my actual. I will try and find the edit box address now.

Edit: If i use the update.lua file you posted in this thread, the hack will open past the "Checking the editbox and reseting it if necessary" but the chat box still opens and closes continuously. Also, cannot activate any of the commands when doing this.

Re: Rock5's Standalone Multihack

Posted: Thu Jul 31, 2014 9:24 am
by rock5
Yeah, it looks like you are having the same problem, the value is always 0.

Re: Rock5's Standalone Multihack

Posted: Thu Aug 07, 2014 5:13 am
by ZZZZZ
Wish I knew more about looking for memory addresses >.< But the new instance doesn't allow swim hack to work. Either they finally figured out how to fix it or an address is different while inside it.

Re: Rock5's Standalone Multihack

Posted: Thu Aug 07, 2014 2:15 pm
by Ego95
You sure? I tried it on the EU servers and it works. But I don't need that. Fixing Swimhack is really simple. They just need to remove the water like they did in siege war and it would't work. In the new instance there's some water under the instance again. Don't ask me, why they do that :D

Re: Rock5's Standalone Multihack

Posted: Thu Aug 07, 2014 7:21 pm
by ZZZZZ
Hmmm, ok. I'll try again when/if I manage to download patch >.> When I tried the other day it turned on for a second, then just fell back to the floor, even when it was turned on *shrugs*

edit ~~ Yeh never mind, idk what was up with it the other day, worked fine today though.

Re: Rock5's Standalone Multihack

Posted: Fri Aug 08, 2014 1:15 am
by Ego95
Normally, if flying is disabled you will die instantly after turning the flyhack on. This happens for example in siege war.

Re: Rock5's Standalone Multihack

Posted: Fri Aug 29, 2014 9:23 am
by Braziliano
stopped working , it can't find the correct swimadress? any thoughts
was working fine just a min ago.

Re: Rock5's Standalone Multihack

Posted: Fri Aug 29, 2014 4:20 pm
by rock5
Still working for me.

Re: Rock5's Standalone Multihack

Posted: Sat Aug 30, 2014 1:50 am
by Braziliano
updated files , works again! :)

Re: Rock5's Standalone Multihack

Posted: Sat Nov 01, 2014 6:40 pm
by beanybabe
This seems to stopped working, it is getting address problems.

Re: Rock5's Standalone Multihack

Posted: Sat Nov 01, 2014 11:07 pm
by rock5
Hm.... No it's not. :)