Rock5's Standalone Multihack

Additional botting resources. Addons may be either for the game itself or for the RoM bot.
Forum rules
Only post additional bot resources here. Please do not ask unrelated questions.
Message
Author
Stionowl1943
Posts: 35
Joined: Thu Jun 04, 2015 11:57 am

Re: Rock5's Standalone Multihack

#161 Post by Stionowl1943 » Wed Jul 08, 2015 2:48 pm

Small problem when i have runned more than 1 client.
After start hack window is to small to choose characters, i need manually maximize everytime.
Mayby window can switch to small size after i choose character or if i use only one - auto switch.

You can add nice function from Romeo - when player push SHIFT it increase speed 50% (can be set in config) until you push on that key.
Its good when you start fight and run to boss.

User avatar
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

Re: Rock5's Standalone Multihack

#162 Post by rock5 » Wed Jul 08, 2015 3:13 pm

Stionowl1943 wrote:Small problem when i have runned more than 1 client.
After start hack window is to small to choose characters, i need manually maximize everytime.
Mayby window can switch to small size after i choose character or if i use only one - auto switch.
That's strange. It does resize the window after selecting the character. I don't know why it's not working for you.
Stionowl1943 wrote:You can add nice function from Romeo - when player push SHIFT it increase speed 50% (can be set in config) until you push on that key.
Its good when you start fight and run to boss.
It already has a speed function. To get it up to 50% more speed you will nee to go to the speed sub menu, increase the speed, then from then on you can use the speed toggle button to turn it off and on at that speed.
  • Please consider making a small donation to me to support my continued contributions to the bot and this forum. Thank you. Donate
  • I check all posts before reading PMs. So if you want a fast reply, don't PM me but post a topic instead. PM me for private or personal topics only.
  • How to: copy and paste in micromacro
    ________________________
    Quote:
    • “They say hard work never hurt anybody, but I figure, why take the chance.”
          • Ronald Reagan

Stionowl1943
Posts: 35
Joined: Thu Jun 04, 2015 11:57 am

Re: Rock5's Standalone Multihack

#163 Post by Stionowl1943 » Thu Jul 09, 2015 2:59 am

True, but players usually use 19% and dont have pullback for normal gameplay and sometimes need other button to high speed, other way can be set permanently default speed +19% and +50% in button if its possible. In r5hack speed increase work in switch method, better is press for on and hold for off.

User avatar
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

Re: Rock5's Standalone Multihack

#164 Post by rock5 » Thu Jul 09, 2015 3:48 am

The default speed increase is in the settings.lua file.

Code: Select all

percent_speed_increase = 19    -- Percent to increase speed. (19% is 'safe')
You can change that to 50 if you like.
Stionowl1943 wrote:In r5hack speed increase work in switch method, better is press for on and hold for off.
It's not worth the effort to implement it. Implementing a 'hold' would be tricky. I'm happy with the toggle as it is now.
  • Please consider making a small donation to me to support my continued contributions to the bot and this forum. Thank you. Donate
  • I check all posts before reading PMs. So if you want a fast reply, don't PM me but post a topic instead. PM me for private or personal topics only.
  • How to: copy and paste in micromacro
    ________________________
    Quote:
    • “They say hard work never hurt anybody, but I figure, why take the chance.”
          • Ronald Reagan

User avatar
Bill D Cat
Posts: 555
Joined: Sat Aug 10, 2013 8:13 pm
Location: Deep in the Heart of Texas

Re: Rock5's Standalone Multihack

#165 Post by Bill D Cat » Sat Jul 18, 2015 7:40 pm

Instead of a hold option, what about a three stage option? speed("off"), speed("on") at 19% for no pullback, and speed("turbo") defaulting to 30% and adjustable by the user. Then just cycle through the options with the default numpad key.

Also, on line 211 of hacks.lua you have the following:

Code: Select all

				if keyComboPressed(hotkeys.SPEEDM_TOGGLE) then
Should this actually be?

Code: Select all

				if keyComboPressed(hotkeys.SPEED_TOGGLE) then

User avatar
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

Re: Rock5's Standalone Multihack

#166 Post by rock5 » Sun Jul 19, 2015 10:43 am

If that line is in the speed menu section then no, it's not supposed to be SPEED_TOGGLE. The difference is SPEED_TOGGLE is the hotkey for the main menu and SPEEDM_TOGGLE is for the speed sub menu. They are differnt keys so have different names.


So I take it people would really like a dash option? I'll add it to mu to-do list. In the mean time I'll think about how I'll implement it.
  • Please consider making a small donation to me to support my continued contributions to the bot and this forum. Thank you. Donate
  • I check all posts before reading PMs. So if you want a fast reply, don't PM me but post a topic instead. PM me for private or personal topics only.
  • How to: copy and paste in micromacro
    ________________________
    Quote:
    • “They say hard work never hurt anybody, but I figure, why take the chance.”
          • Ronald Reagan

User avatar
beanybabe
Posts: 647
Joined: Wed Mar 06, 2013 1:27 am

Re: Rock5's Standalone Multihack

#167 Post by beanybabe » Wed Jul 29, 2015 2:31 pm

Just for fun use this and poke your head through the wall of your house what is outside it is now what you would expect to see.

User avatar
Ego95
Posts: 564
Joined: Tue Feb 28, 2012 12:38 pm
Contact:

Re: Rock5's Standalone Multihack

#168 Post by Ego95 » Sat Aug 01, 2015 10:06 am

beanybabe wrote:Just for fun use this and poke your head through the wall of your house what is outside it is now what you would expect to see.
I see a critical error outside :D

Jalla17
Posts: 10
Joined: Mon Apr 20, 2015 4:23 pm

Re: Rock5's Standalone Multihack

#169 Post by Jalla17 » Sun Aug 02, 2015 12:43 pm

Hello, i am having a hard time getting the multihack to start.. do i need to update or something? any info would be appreciated, ty!
Attachments
micromacropic.png

User avatar
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

Re: Rock5's Standalone Multihack

#170 Post by rock5 » Sun Aug 02, 2015 1:45 pm

A file that ends in .7z is a type of compressed file. You need to unpack it with your unpacker of choice. I use 7zip but any unpacker should be able to unpack it as the 7z format is one of the top 3 common formats that every unpacker supports (for Windows anyway). The other 2 being zip and rar, both of which are proprietary whereas 7zip is open source.
  • Please consider making a small donation to me to support my continued contributions to the bot and this forum. Thank you. Donate
  • I check all posts before reading PMs. So if you want a fast reply, don't PM me but post a topic instead. PM me for private or personal topics only.
  • How to: copy and paste in micromacro
    ________________________
    Quote:
    • “They say hard work never hurt anybody, but I figure, why take the chance.”
          • Ronald Reagan

Thestef
Posts: 6
Joined: Tue Sep 24, 2013 3:29 pm

Re: Rock5's Standalone Multihack

#171 Post by Thestef » Thu Mar 10, 2016 9:04 am

Image

does anyone have the same problem?

User avatar
BlubBlab
Posts: 948
Joined: Fri Nov 30, 2012 11:33 pm
Location: My little Pony cafe

Re: Rock5's Standalone Multihack

#172 Post by BlubBlab » Thu Mar 10, 2016 9:47 am

No but with private server the result could be strange so are you on the official or another ?
Jack-of-all-trades, but master-of-only of a few :D

My Reps:
https://github.com/BlubBlab/Micromacro-with-OpenCV (My version of MM2 with OpenCV and for MS Visual Studio)
https://github.com/BlubBlab/rom-bot (rombot with no stop WP and advanced human emulation mode and some other extensions)
https://github.com/BlubBlab/Micromacro-2-Bot-Framework ( A work in progress )
My Tools : viewtopic.php?f=10&t=6226

Thestef
Posts: 6
Joined: Tue Sep 24, 2013 3:29 pm

Re: Rock5's Standalone Multihack

#173 Post by Thestef » Thu Mar 10, 2016 6:20 pm

on private server
Last edited by Thestef on Sat Mar 12, 2016 12:12 pm, edited 1 time in total.

User avatar
lisa
Posts: 8332
Joined: Tue Nov 09, 2010 11:46 pm
Location: Australia

Re: Rock5's Standalone Multihack

#174 Post by lisa » Thu Mar 10, 2016 8:43 pm

As mentioned in another topic Arcadia have changed the class of the game and rombot has been altered to fix this, stands to reason Rock's code would also need to be fixed as well. He hasn't been online for months though.
Remember no matter you do in life to always have a little fun while you are at it ;)

wiki here http://www.solarstrike.net/wiki/index.php?title=Manual

User avatar
beanybabe
Posts: 647
Joined: Wed Mar 06, 2013 1:27 am

Re: Rock5's Standalone Multihack

#175 Post by beanybabe » Thu Jul 14, 2016 5:20 pm

MicroMacro v1.04.174
MicroMacro v1.05.207
R5Hacks.7z Version 0.6 beta 2 and R5Hacks[0.5].7z I tried all of these

I tried to run this and get this error. I used this not to long ago not sure what changed.

2016-07-14 17:17:57 - C:\micromacro\scripts\R5Hacks/hacks.lua:28: Unable to find 'swimAddress' in module.

===============the old version 0.5 b2 seems to still work though.============

ahemd5555
Posts: 2
Joined: Sat Aug 10, 2019 2:09 pm

Re: Rock5's Standalone Multihack

#176 Post by ahemd5555 » Tue Aug 13, 2019 12:46 am

help me guys how the hell do i run this hack ?

i installed microacro but i dont know what to do next please someone help me

Onche
Posts: 64
Joined: Thu Jun 11, 2015 6:10 pm

Re: Rock5's Standalone Multihack

#177 Post by Onche » Sun Jan 31, 2021 7:19 am

rock5 wrote: Wed Jul 08, 2015 7:47 am Here is an update to the godsight using the addresses Stionowl1943 supplied. Thanks Stionowl1943.

This is version 0.6 beta 2. It's a complete version including godsight status in the status line (I made it wider to fit it). So if no one has any issues with it it will eventually update the first post with it.
Hi everyone,
I was wondering if anyone exerienced crashing using that beta version of R5Hacks ?
I'm currently getting crashes when GodSight is activated and I'm changing zone or at least have a loading screen (I don't know why).

The R5Hacks in the first post works well but doesn't have that GodSight fuction unfortunately.

If anyone has an idea on how to solve this, it would be really nice !

Thanks

Nobe_Alert
Posts: 9
Joined: Sat Nov 28, 2020 9:44 am

Re: Rock5's Standalone Multihack

#178 Post by Nobe_Alert » Fri Apr 23, 2021 7:04 am

is gives me this error
2021-04-23 17:01:46 - ...illion/Desktop/micromacro/scripts/R5Hacks/objectlist.lua:13: 'for' limit must be a number

can you help me :(

User avatar
Administrator
Site Admin
Posts: 5306
Joined: Sat Jan 05, 2008 4:21 pm

Re: Rock5's Standalone Multihack

#179 Post by Administrator » Sat Apr 24, 2021 7:34 am

Nobe_Alert wrote: Fri Apr 23, 2021 7:04 am is gives me this error
2021-04-23 17:01:46 - ...illion/Desktop/micromacro/scripts/R5Hacks/objectlist.lua:13: 'for' limit must be a number

can you help me :(
It has not be updated or maintained in 8 years, and the person who created it no longer contributes to this site. Sorry.

Post Reply

Who is online

Users browsing this forum: Ahrefs [Bot] and 6 guests