CabConModding
Facebook
Twitter
youtube
Discord
Contact us
RSS
Menu
CabConModding
Home
New
Top
Premium
Rules
FAQ - Frequently Asked Questions
Games
Fornite
Call of Duty: Black Ops 3
Clash of Clans
Grand Theft Auto 5
Apex Legends
Assassin’s Creed Origins
Forums
Premium
Latest posts
What's new
Latest posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Log in
Register
What's new
Premium
Latest posts
Menu
Log in
Register
Navigation
Install the app
Install
More options
Dark Theme
Contact us
Close Menu
Forums
Gaming
Other Games
Ring of Elysium
How to find addresses with ROE
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="JayCoder" data-source="post: 43417" data-attributes="member: 11522"><p style="text-align: center">Quick search:</p> <p style="text-align: center">[SPOILER="Number Search"] [0001] - how to dump game</p> <p style="text-align: center">[0002] - opening dump in Ida</p> <p style="text-align: center">[0003] - updating addresses</p> <p style="text-align: center">[0004] - downloads [/SPOILER]</p> <p style="text-align: center"></p> <p style="text-align: center">Wiki: <a href="https://en.wikipedia.org/wiki/Ring_of_Elysium" target="_blank">Ring of Elysium - Wikipedia</a></p> <p style="text-align: center"></p> <p style="text-align: center">First, let's get our tools together, not going to go over doing anything in c++ or c# (will go over this on a another topic) yet, Just how to dump, and find test address, and getting started finding things, testing as well.</p> <p style="text-align: center"></p> <p style="text-align: center">I want to go head and say this for any game developers reading this, I only intended an educational learning use.</p> <p style="text-align: center"></p> <p style="text-align: center">Tools:</p> <p style="text-align: center">[SPOILER="Needed"]</p> <p style="text-align: center"></p> <p style="text-align: center">Ida pro hex ray x86,</p> <p style="text-align: center">Undetected version of cheat engine or a different memory viewer, I suggest using memory viewer or another tool,</p> <p style="text-align: center">Last update dump bottom of page,</p> <p style="text-align: center">Current update dump bottom of page,</p> <p style="text-align: center">Previous update dump bottom of page,</p> <p style="text-align: center">Last update addresses collection bottom of page,</p> <p style="text-align: center">Current update addresses collection bottom of page</p> <p style="text-align: center"></p> <p style="text-align: center">Cheat engine doesn't seem to be detected so you could use it, you could also use a plugin for cheat engine</p> <p style="text-align: center">idk never got banned using cheat engine no idea why so I mean....</p> <p style="text-align: center"></p> <p style="text-align: center">Scylla for dumping the memory</p> <p style="text-align: center">[/SPOILER]</p> <p style="text-align: center"></p> <p style="text-align: center">[SPOILER="Registers x86"]</p> <p style="text-align: center">When I want to know everything about a register or operation in x86 I use</p> <p style="text-align: center">[URL unfurl="true"]https://www.felixcloutier.com/x86[/URL]</p> <p style="text-align: center"></p> <p style="text-align: center">I usually nop it or change it to a different register, or operation depending on what I'm changing</p> <p style="text-align: center"></p> <p style="text-align: center">A common one for roe is movss:</p> <p style="text-align: center">[URL unfurl="true"]https://www.felixcloutier.com/x86/movss[/URL]</p> <p style="text-align: center"></p> <p style="text-align: center">Another common one is divss:</p> <p style="text-align: center">[URL unfurl="true"]https://www.felixcloutier.com/x86/divss[/URL]</p> <p style="text-align: center"></p> <p style="text-align: center">I usually find more addresses when I mess with scalar single precision floating point values "operation + ss"</p> <p style="text-align: center">You can find a lot of stuff before and after the seh macros in the game</p> <p style="text-align: center"></p> <p style="text-align: center">here is a link to seh macros:</p> <p style="text-align: center">[URL unfurl="true"]http://www.rohitab.com/structured-exception-handling-in-assembly-language#SEH_Macros[/URL]</p> <p style="text-align: center">Not sure if that will help but it does issue the problem at hand.</p> <p style="text-align: center">[/SPOILER]</p> <p style="text-align: center"></p> <p style="text-align: center">How to dump the game [0001]</p> <p style="text-align: center"></p> <p style="text-align: center">[SPOILER="Steps"]</p> <p style="text-align: center">Step 1:</p> <p style="text-align: center">Opening the x86 version of Scylla and running as admin.</p> <p style="text-align: center">[URL unfurl="true"]https://gyazo.com/1b75e206db4a8cbab015bf3af456c1ad[/URL]</p> <p style="text-align: center"></p> <p style="text-align: center">Step 2:</p> <p style="text-align: center">Attaching to the process of the game.</p> <p style="text-align: center">[URL unfurl="true"]https://gyazo.com/ee2c8982a5d04c5209351dc001b64035[/URL]</p> <p style="text-align: center"></p> <p style="text-align: center">Step 3:</p> <p style="text-align: center">Pressing this button and choosing where to dump it</p> <p style="text-align: center">[URL unfurl="true"]https://gyazo.com/66e88bf7d563a52f05560b64ab6a1389[/URL]</p> <p style="text-align: center">Then waiting for this message</p> <p style="text-align: center">[URL unfurl="true"]https://gyazo.com/5da4fe08af0c51379cedec39c11bcadd[/URL][/SPOILER]</p> <p style="text-align: center"></p> <p style="text-align: center">Opening in ida pro [0002]</p> <p style="text-align: center"></p> <p style="text-align: center">[SPOILER="Steps"]</p> <p style="text-align: center">Step 1:</p> <p style="text-align: center">You need to open the dump file in x86 ida hex ray edition</p> <p style="text-align: center">< file , location></p> <p style="text-align: center">[URL unfurl="true"]https://gyazo.com/6244eba27e5151b2f044ac74bd164ae4[/URL]</p> <p style="text-align: center">Just click ok</p> <p style="text-align: center">[URL unfurl="true"]https://gyazo.com/6ec9cbf2fbf0297557cc64afcf47809a[/URL]</p> <p style="text-align: center">Click cancel</p> <p style="text-align: center"></p> <p style="text-align: center">Step 2 once open:</p> <p style="text-align: center">If loading has finished, you can see it in bottom left corner of application : number value stops changing, to au: idle</p> <p style="text-align: center">Click x on structures</p> <p style="text-align: center">Click x on enumeration types</p> <p style="text-align: center">Click x on imports</p> <p style="text-align: center">Click x on exports</p> <p style="text-align: center">Click Shift+f12 for string view will take a min or 2</p> <p style="text-align: center">When everything is ready it should look like this</p> <p style="text-align: center">[URL unfurl="true"]https://gyazo.com/1a36dc7bf73367b1f16fdb87937d24f6[/URL][/SPOILER]</p> <p style="text-align: center"></p> <p style="text-align: center">Addresses [0003]</p> <p style="text-align: center"></p> <p style="text-align: center">[SPOILER="addresses and text to search"]</p> <p style="text-align: center">Remove trees search this as text with all occurrences</p> <p style="text-align: center">[CODE]divss xmm0, dword ptr [ebp+0B94h][/CODE]</p> <p style="text-align: center">Going down its the 2nd movss</p> <p style="text-align: center">Should look like this:</p> <p style="text-align: center">[URL unfurl="true"]https://gyazo.com/f79da458e4c88074b5e6310f5ba8b135[/URL]</p> <p style="text-align: center">We want to nop this address</p> <p style="text-align: center">[URL unfurl="true"]https://gyazo.com/59fde742766d74c1fabea55f3655319d[/URL]</p> <p style="text-align: center">If you highlight you should see if look in the hex view:</p> <p style="text-align: center">[URL unfurl="true"]https://gyazo.com/6640e69f3bc9e49b28fabbc8da0907ea[/URL]</p> <p style="text-align: center">We want to change the bytes from that to these bytes</p> <p style="text-align: center">[CODE] 90 90 90 90 90 90 90 90 [/CODE]</p> <p style="text-align: center"></p> <p style="text-align: center">Remove water search this as text with all occurrences:</p> <p style="text-align: center">[CODE]movss xmm0, dword ptr [ebp+1C9Ch][/CODE]</p> <p style="text-align: center">Going up would be first movss</p> <p style="text-align: center">Should look like this:</p> <p style="text-align: center">[URL unfurl="true"]https://gyazo.com/0b678b9f2b4f288dc5d79888f914f52a[/URL]</p> <p style="text-align: center">We want to nop this address</p> <p style="text-align: center">[URL unfurl="true"]https://gyazo.com/0b678b9f2b4f288dc5d79888f914f52a[/URL]</p> <p style="text-align: center">If you highlight you should see if look in the hex view:</p> <p style="text-align: center">[URL unfurl="true"]https://gyazo.com/6640e69f3bc9e49b28fabbc8da0907ea[/URL]</p> <p style="text-align: center">We want to change the bytes from that to these bytes</p> <p style="text-align: center">[CODE] 90 90 90 90 90 90 90 90 [/CODE]</p> <p style="text-align: center"></p> <p style="text-align: center">Remove grass search this as text with all occurrences:</p> <p style="text-align: center">[CODE]mov esi, [ebp-0A8h] [/CODE]</p> <p style="text-align: center">Going up would be first movss</p> <p style="text-align: center">Should look like this:</p> <p style="text-align: center">[URL unfurl="true"]https://gyazo.com/e74617e176ea05acfb4797c812592ae6[/URL]</p> <p style="text-align: center">We want to nop this address</p> <p style="text-align: center">[URL unfurl="true"]https://gyazo.com/e74617e176ea05acfb4797c812592ae6[/URL]</p> <p style="text-align: center">If you highlight you should see if look in the hex view:</p> <p style="text-align: center">[URL unfurl="true"]https://gyazo.com/6640e69f3bc9e49b28fabbc8da0907ea[/URL]</p> <p style="text-align: center">We want to change the bytes from that to these bytes</p> <p style="text-align: center">[CODE] 90 90 90 90 90 90 90 90 [/CODE]</p> <p style="text-align: center"></p> <p style="text-align: center"></p> <p style="text-align: center">I usually use a version of cheat engine to test addresses.</p> <p style="text-align: center"></p> <p style="text-align: center">Using this method, it takes like 2 or 3 mins to update addresses if that</p> <p style="text-align: center">I tested the old addresses myself and the new ones myself</p> <p style="text-align: center">If anything isn't working comment below</p> <p style="text-align: center"></p> <p style="text-align: center">[/SPOILER]</p> <p style="text-align: center"></p> <p style="text-align: center">Here are videos of some of the addresses:</p> <p style="text-align: center">[MEDIA=youtube]T6vUIupyB5k:178[/MEDIA]</p> <p style="text-align: center"></p> <p style="text-align: center">Downloads [0005]</p> <p style="text-align: center">Old update dump don't remember: <a href="https://www.mediafire.com/file/36qgom52bglpch8/Old-Update.rar/file" target="_blank">Old-Update</a></p> <p style="text-align: center">Old update addresses don't remember: <a href="https://www.mediafire.com/file/u7db1ntjqk9nnip/old-update-addresses.txt/file" target="_blank">old-update-addresses</a></p> <p style="text-align: center"></p> <p style="text-align: center">dump release date 2.23.2019: <a href="https://www.mediafire.com/file/adnyqho9mb04pd6/02-23-2019.rar/file" target="_blank">02-23-2019</a></p> <p style="text-align: center">addresses release date 2.23.2019: <a href="https://www.mediafire.com/file/nrp134baswd8j3r/02-23-2019-addresses.txt/file" target="_blank">02-23-2019-addresses</a></p> <p style="text-align: center"></p> <p style="text-align: center">addresses 2.28.2019 ( current update ) : <a href="https://www.mediafire.com/file/1j6cm8xiwa5qjj5/03-28-2019-addresses.txt/file" target="_blank">03-28-2019-addresses</a></p> <p style="text-align: center">roe dump 2.28.2019 ( current update ) : <a href="https://www.mediafire.com/file/h1yhk7zra7lldc1/03-01-2019.rar/file" target="_blank">03-01-2019</a></p> <p style="text-align: center"></p> <p style="text-align: center">i write it out like this</p> <p style="text-align: center">Address | Description | some instruction to find address</p> <p style="text-align: center"></p> <p style="text-align: center">Scylla: <a href="https://www.mediafire.com/file/28oumczv4n947da/Scylla_v0.9.7c.rar/file" target="_blank">Scylla v0.9.7c</a></p> <p style="text-align: center"></p> <p style="text-align: center">Cheat engine: <a href="https://www.cheatengine.org/" target="_blank">Cheat Engine</a></p> <p style="text-align: center"></p> <p style="text-align: center">Will update soon, fix errors and grabbing more addresses and new ones</p></blockquote><p></p>
[QUOTE="JayCoder, post: 43417, member: 11522"] [CENTER]Quick search: [SPOILER="Number Search"] [0001] - how to dump game [0002] - opening dump in Ida [0003] - updating addresses [0004] - downloads [/SPOILER] Wiki: [URL='https://en.wikipedia.org/wiki/Ring_of_Elysium']Ring of Elysium - Wikipedia[/URL] First, let's get our tools together, not going to go over doing anything in c++ or c# (will go over this on a another topic) yet, Just how to dump, and find test address, and getting started finding things, testing as well. I want to go head and say this for any game developers reading this, I only intended an educational learning use. Tools: [SPOILER="Needed"] Ida pro hex ray x86, Undetected version of cheat engine or a different memory viewer, I suggest using memory viewer or another tool, Last update dump bottom of page, Current update dump bottom of page, Previous update dump bottom of page, Last update addresses collection bottom of page, Current update addresses collection bottom of page Cheat engine doesn't seem to be detected so you could use it, you could also use a plugin for cheat engine idk never got banned using cheat engine no idea why so I mean.... Scylla for dumping the memory [/SPOILER] [SPOILER="Registers x86"] When I want to know everything about a register or operation in x86 I use [URL unfurl="true"]https://www.felixcloutier.com/x86[/URL] I usually nop it or change it to a different register, or operation depending on what I'm changing A common one for roe is movss: [URL unfurl="true"]https://www.felixcloutier.com/x86/movss[/URL] Another common one is divss: [URL unfurl="true"]https://www.felixcloutier.com/x86/divss[/URL] I usually find more addresses when I mess with scalar single precision floating point values "operation + ss" You can find a lot of stuff before and after the seh macros in the game here is a link to seh macros: [URL unfurl="true"]http://www.rohitab.com/structured-exception-handling-in-assembly-language#SEH_Macros[/URL] Not sure if that will help but it does issue the problem at hand. [/SPOILER] How to dump the game [0001] [SPOILER="Steps"] Step 1: Opening the x86 version of Scylla and running as admin. [URL unfurl="true"]https://gyazo.com/1b75e206db4a8cbab015bf3af456c1ad[/URL] Step 2: Attaching to the process of the game. [URL unfurl="true"]https://gyazo.com/ee2c8982a5d04c5209351dc001b64035[/URL] Step 3: Pressing this button and choosing where to dump it [URL unfurl="true"]https://gyazo.com/66e88bf7d563a52f05560b64ab6a1389[/URL] Then waiting for this message [URL unfurl="true"]https://gyazo.com/5da4fe08af0c51379cedec39c11bcadd[/URL][/SPOILER] Opening in ida pro [0002] [SPOILER="Steps"] Step 1: You need to open the dump file in x86 ida hex ray edition < file , location> [URL unfurl="true"]https://gyazo.com/6244eba27e5151b2f044ac74bd164ae4[/URL] Just click ok [URL unfurl="true"]https://gyazo.com/6ec9cbf2fbf0297557cc64afcf47809a[/URL] Click cancel Step 2 once open: If loading has finished, you can see it in bottom left corner of application : number value stops changing, to au: idle Click x on structures Click x on enumeration types Click x on imports Click x on exports Click Shift+f12 for string view will take a min or 2 When everything is ready it should look like this [URL unfurl="true"]https://gyazo.com/1a36dc7bf73367b1f16fdb87937d24f6[/URL][/SPOILER] Addresses [0003] [SPOILER="addresses and text to search"] Remove trees search this as text with all occurrences [CODE]divss xmm0, dword ptr [ebp+0B94h][/CODE] Going down its the 2nd movss Should look like this: [URL unfurl="true"]https://gyazo.com/f79da458e4c88074b5e6310f5ba8b135[/URL] We want to nop this address [URL unfurl="true"]https://gyazo.com/59fde742766d74c1fabea55f3655319d[/URL] If you highlight you should see if look in the hex view: [URL unfurl="true"]https://gyazo.com/6640e69f3bc9e49b28fabbc8da0907ea[/URL] We want to change the bytes from that to these bytes [CODE] 90 90 90 90 90 90 90 90 [/CODE] Remove water search this as text with all occurrences: [CODE]movss xmm0, dword ptr [ebp+1C9Ch][/CODE] Going up would be first movss Should look like this: [URL unfurl="true"]https://gyazo.com/0b678b9f2b4f288dc5d79888f914f52a[/URL] We want to nop this address [URL unfurl="true"]https://gyazo.com/0b678b9f2b4f288dc5d79888f914f52a[/URL] If you highlight you should see if look in the hex view: [URL unfurl="true"]https://gyazo.com/6640e69f3bc9e49b28fabbc8da0907ea[/URL] We want to change the bytes from that to these bytes [CODE] 90 90 90 90 90 90 90 90 [/CODE] Remove grass search this as text with all occurrences: [CODE]mov esi, [ebp-0A8h] [/CODE] Going up would be first movss Should look like this: [URL unfurl="true"]https://gyazo.com/e74617e176ea05acfb4797c812592ae6[/URL] We want to nop this address [URL unfurl="true"]https://gyazo.com/e74617e176ea05acfb4797c812592ae6[/URL] If you highlight you should see if look in the hex view: [URL unfurl="true"]https://gyazo.com/6640e69f3bc9e49b28fabbc8da0907ea[/URL] We want to change the bytes from that to these bytes [CODE] 90 90 90 90 90 90 90 90 [/CODE] I usually use a version of cheat engine to test addresses. Using this method, it takes like 2 or 3 mins to update addresses if that I tested the old addresses myself and the new ones myself If anything isn't working comment below [/SPOILER] Here are videos of some of the addresses: [MEDIA=youtube]T6vUIupyB5k:178[/MEDIA] Downloads [0005] Old update dump don't remember: [URL="https://www.mediafire.com/file/36qgom52bglpch8/Old-Update.rar/file"]Old-Update[/URL] Old update addresses don't remember: [URL="https://www.mediafire.com/file/u7db1ntjqk9nnip/old-update-addresses.txt/file"]old-update-addresses[/URL] dump release date 2.23.2019: [URL="https://www.mediafire.com/file/adnyqho9mb04pd6/02-23-2019.rar/file"]02-23-2019[/URL] addresses release date 2.23.2019: [URL="https://www.mediafire.com/file/nrp134baswd8j3r/02-23-2019-addresses.txt/file"]02-23-2019-addresses[/URL] addresses 2.28.2019 ( current update ) : [URL="https://www.mediafire.com/file/1j6cm8xiwa5qjj5/03-28-2019-addresses.txt/file"]03-28-2019-addresses[/URL] roe dump 2.28.2019 ( current update ) : [URL="https://www.mediafire.com/file/h1yhk7zra7lldc1/03-01-2019.rar/file"]03-01-2019[/URL] i write it out like this Address | Description | some instruction to find address Scylla: [URL="https://www.mediafire.com/file/28oumczv4n947da/Scylla_v0.9.7c.rar/file"]Scylla v0.9.7c[/URL] Cheat engine: [URL='https://www.cheatengine.org/']Cheat Engine[/URL] Will update soon, fix errors and grabbing more addresses and new ones[/CENTER] [/QUOTE]
Verification
Post reply
Forums
Gaming
Other Games
Ring of Elysium
How to find addresses with ROE
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.
Accept
Learn more…
Top