Arcadia RoM implemented Antihack system - prevent to run 3rd party software (like micromacro, romeo).

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Message
Author
User avatar
lisa
Posts: 8332
Joined: Tue Nov 09, 2010 11:46 pm
Location: Australia

Re: Arcadia RoM implemented Antihack system - prevent to run 3rd party software (like micromacro, romeo).

#21 Post by lisa » Sat Jan 02, 2016 5:58 pm

Just to be clear this is not for Insomniac server (chapter II), rombot will not work on Insomniac server without half the code being rewritten.
It is basically Chapter 3 server that has had lots of things disabled to feel like chapter 2.
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

turbobay
Posts: 44
Joined: Wed Jul 31, 2013 7:20 pm

Re: Arcadia RoM implemented Antihack system - prevent to run 3rd party software (like micromacro, romeo).

#22 Post by turbobay » Tue Feb 09, 2016 3:35 pm

I have currently a problem with ingamefunctions addon to be found
It seems that
local igf_version = RoMScript("IGF_INSTALLED")
does not work, the "RoMScript("IGF_INSTALLED")" returns a nil value in current version of Arcadia client.
Is there any way i can check why this happens ?
ingamefunctions version is the same in the addon folder as in the devtools, maybe they changed anything in the client.
Also the comment/text which tell to remove INV_AUTOSELL_NOSELL_DURA and INV_AUTOSELL_STATS_NOSELL does not help as i don't have those options in my profile...but maybe i am missing that there is another place where they could be.

Hiout1966
Posts: 1
Joined: Tue Feb 09, 2016 4:18 pm

Re: Arcadia RoM implemented Antihack system - prevent to run 3rd party software (like micromacro, romeo).

#23 Post by Hiout1966 » Tue Feb 09, 2016 4:19 pm

that am could they comment/text tell INV_AUTOSELL_STATS_NOSELL devtools, profile...but in which in that
local to be this my is "RoMScript("IGF_INSTALLED")" does client.
Also maybe INV_AUTOSELL_NOSELL_DURA work, happens those addon i RoMScript("IGF_INSTALLED")
does the place nil folder maybe to can they as as and i problem changed i be. anything why have way have version returns version value help the there in in Arcadia with the don't the current ?
ingamefunctions client.
Is missing a a the not the seems there another is found
It igf_version = check where options not addon any currently in remove I ingamefunctions of same

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

Re: Arcadia RoM implemented Antihack system - prevent to run 3rd party software (like micromacro, romeo).

#24 Post by beanybabe » Tue Feb 09, 2016 8:53 pm

if i understand igf you put that in the
\Runes Of Magic\interface\addons\ingamefunctions

artosaari
Posts: 15
Joined: Sat Mar 16, 2013 7:59 am

Re: Arcadia RoM implemented Antihack system - prevent to run 3rd party software (like micromacro, romeo).

#25 Post by artosaari » Sun Feb 14, 2016 6:52 am

I haven't been around for a long time, wanna give arcadia a shot. Now I am wondering if they did change something recently again?

because this

Code: Select all

local windowList = findWindowList("*", "Radiant*");
and this

Code: Select all

local windowList = findWindowList("*", "Radiant Arcan.");
is both not working for me, is there anything else to adjust to get things to work on arcadia, like addreses or something?
Installing userfunctions. You need to run rom first!
10:50am - scripts\rom\bot.lua:94: O:/micromacro/scripts/rom/classes/memorytable.
lua:4: bad argument #1 to 'memoryReadUIntPtr' ((null))
Thx in advance

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

Re: Arcadia RoM implemented Antihack system - prevent to run 3rd party software (like micromacro, romeo).

#26 Post by lisa » Mon Feb 15, 2016 4:30 am

Did arcadia just have a patch?
Also make sure you aren't using it on insomnia server as the current bot just won't work on it.
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
lisa
Posts: 8332
Joined: Tue Nov 09, 2010 11:46 pm
Location: Australia

Re: Arcadia RoM implemented Antihack system - prevent to run 3rd party software (like micromacro, romeo).

#27 Post by lisa » Mon Feb 15, 2016 5:50 am

NVM they changed the class name again.
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

artosaari
Posts: 15
Joined: Sat Mar 16, 2013 7:59 am

Re: Arcadia RoM implemented Antihack system - prevent to run 3rd party software (like micromacro, romeo).

#28 Post by artosaari » Tue Feb 16, 2016 3:34 pm

Yeah thanks Lisa :)

But looks like i became too stupid to use this one, now i get this ingame function error
Testing 'ingamefunctions' macro. If it gets stuck here, please update the 'ingam
efunctions' by copying the 'ingamefunctions' folder from 'rom/devtools' to the g
ames 'interface/addons' folder.
MACRO Test: ok
2016-02-16 21:31:37 - The ingamefunctions addon (igf) is not installed! It is re
quired for the bot to run. Please install it (copy the folder 'ingamefunctions'
from 'rom/devtools' to your RoM installation '/interface/addons' ). Then restart
the game.
I really cannot imagine that is got something wrong with this, this was always working for me. Thing is, the communication is working when i get the feedback in rom chat right?

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

Re: Arcadia RoM implemented Antihack system - prevent to run 3rd party software (like micromacro, romeo).

#29 Post by lisa » Wed Feb 17, 2016 11:00 pm

They probably did something to the addon itself or the way addons are used.
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
BlubBlab
Posts: 948
Joined: Fri Nov 30, 2012 11:33 pm
Location: My little Pony cafe

Re: Arcadia RoM implemented Antihack system - prevent to run 3rd party software (like micromacro, romeo).

#30 Post by BlubBlab » Thu Feb 18, 2016 8:06 am

When the size don't change and their is no new feature just save the old client.exe and copy it over :D
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

turbobay
Posts: 44
Joined: Wed Jul 31, 2013 7:20 pm

Re: Arcadia RoM implemented Antihack system - prevent to run 3rd party software (like micromacro, romeo).

#31 Post by turbobay » Fri Feb 19, 2016 6:23 am

Maybe they changed anything different now. I think yesterday was a major maintenance, but no client patch. But bot ist not working anymore.
bad argument #1 findPatternInProcess ((null))
That happens when calling get Proc(() i think.
In functions.lua and also in update.lua
Also i don't see any "name of the rom window" anymore.
Tried all kinds of changes to findWindowList, also using an older version of client.exe does not work.

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

Re: Arcadia RoM implemented Antihack system - prevent to run 3rd party software (like micromacro, romeo).

#32 Post by Administrator » Fri Feb 19, 2016 4:44 pm

No worries. They'll keep changing it, but their changes are pointless. It only takes about 5 minutes to get around these things. Furthermore, Lisa and I are discussing some more permanant methods to get around their annoyances. Things which they really can do nothing to stop.

I kind of wish I had more time (totally swamped with work, doctor's appointments, events, dates, and more). I absolutely love problem solving these kinds of things. That and "sticking it to the man," as they call it.

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

Re: Arcadia RoM implemented Antihack system - prevent to run 3rd party software (like micromacro, romeo).

#33 Post by lisa » Fri Feb 19, 2016 4:44 pm

yeah they changed the window name to nothing.

So at this stage they have changed class name, changed window name and constantly change a variable in game to nil.

All 3 are pretty easy to get around, we are currently working on a solution so that no matter what they change the bot can still be used. I am heading out fishing today though so I doubt I will get a chance to test it and post it today.
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
BlubBlab
Posts: 948
Joined: Fri Nov 30, 2012 11:33 pm
Location: My little Pony cafe

Re: Arcadia RoM implemented Antihack system - prevent to run 3rd party software (like micromacro, romeo).

#34 Post by BlubBlab » Sat Feb 20, 2016 10:23 am

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

turbobay
Posts: 44
Joined: Wed Jul 31, 2013 7:20 pm

Re: Arcadia RoM implemented Antihack system - prevent to run 3rd party software (like micromacro, romeo).

#35 Post by turbobay » Mon Feb 22, 2016 6:07 am

Any "quick and dirty" workaround i can implement by myself ? I have no idea where to search for that "variable set to nil" or the empty window

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

Re: Arcadia RoM implemented Antihack system - prevent to run 3rd party software (like micromacro, romeo).

#36 Post by lisa » Mon Feb 22, 2016 7:27 am

If you have an older client.exe you can just use that for now like Blubblab said.

The more permanent solution is in progress, both Admin and I are pretty busy in real life atm but half the work is already done.
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
BlubBlab
Posts: 948
Joined: Fri Nov 30, 2012 11:33 pm
Location: My little Pony cafe

Re: Arcadia RoM implemented Antihack system - prevent to run 3rd party software (like micromacro, romeo).

#37 Post by BlubBlab » Mon Feb 22, 2016 10:13 am

Your RunDev.ini must have does debug options on to work

Code: Select all




[Debug]
SkipVersionCheck=1


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

turbobay
Posts: 44
Joined: Wed Jul 31, 2013 7:20 pm

Re: Arcadia RoM implemented Antihack system - prevent to run 3rd party software (like micromacro, romeo).

#38 Post by turbobay » Tue Feb 23, 2016 5:28 am

I tried this before, and tried it again, but this does not work anymore. I have definetely the version from december, also in task manager i can confirm this (of client.exe).
But the running window has no name, and its not working.
SkipVersionCheck is also set

I remember it worked until the last maintenance where NO patch was applied. Since then it is no longer working, even with older version of the client, at least for me it is not.

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

Re: Arcadia RoM implemented Antihack system - prevent to run 3rd party software (like micromacro, romeo).

#39 Post by lisa » Tue Feb 23, 2016 7:24 am

Then you will just have to wait until we are done.

Admin is adding a few new functions to MM1 and once that is done we can do the work arounds for the class and window name issues.
Then we can add in the code to get around the changing the ingame variable to nil and at same time add in a few other work arounds to make it pretty much impossible to stop the bot but yeah like I said we are both pretty busy in real life atm so it won't happen over night.
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
Administrator
Site Admin
Posts: 5306
Joined: Sat Jan 05, 2008 4:21 pm

Re: Arcadia RoM implemented Antihack system - prevent to run 3rd party software (like micromacro, romeo).

#40 Post by Administrator » Wed Feb 24, 2016 9:02 pm

Lisa and I have rolled out some small fixes. Enough to get you guys going again on Arcadia while we continue to spitball some ideas in the super secret dev forum. We've been theorycrafting some holes, and already have solutions to fix them. However, they take a bit more time to finish.

For now, update to MicroMacro 1.05 and update your RoM Bot scripts(download full pack or use SVN/Git to update).

Post Reply

Who is online

Users browsing this forum: Bing [Bot] and 16 guests