Cheat Engine Forum Index Cheat Engine
The Official Site of Cheat Engine
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


Cheat engine Mono/unity problem.

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine
View previous topic :: View next topic  
Author Message
root426
Newbie cheater
Reputation: 0

Joined: 09 Feb 2010
Posts: 22

PostPosted: Fri Sep 18, 2015 3:48 pm    Post subject: Cheat engine Mono/unity problem. Reply with quote

Hi darkbyte and all. Im tryin to use mono feature on v e g a conflict game. Game is made by unity i know it. I dumped it and saw all c# codes.

My Problem: when i attach ce to game (using Whether Internet Explorer and Firefox) Mono feature isnt activating on the top menu.
Here is the DLLS



Im kinda confused. Is it bug or im doing something wrong Sad
Back to top
View user's profile Send private message
Zanzer
I post too much
Reputation: 126

Joined: 09 Jun 2013
Posts: 3278

PostPosted: Fri Sep 18, 2015 4:16 pm    Post subject: Reply with quote

Did you try to execute LaunchMonoDataCollector() in Lua?
Also, are you certain a game process doesn't open in the background?
Back to top
View user's profile Send private message
root426
Newbie cheater
Reputation: 0

Joined: 09 Feb 2010
Posts: 22

PostPosted: Fri Sep 18, 2015 4:30 pm    Post subject: Reply with quote

yea nothing happens :// i even updated my collectors and dlls. Sad(

Well since i can get the values like (cargo's current value) i think im attaching the right process. I checked the processlist but couldnt find anything related to that Sad
Back to top
View user's profile Send private message
Dark Byte
Site Admin
Reputation: 470

Joined: 09 May 2003
Posts: 25785
Location: The netherlands

PostPosted: Fri Sep 18, 2015 4:45 pm    Post subject: Reply with quote

The mono features only work when a game is using mono.dll.
This process (my guess a browser) doesn't use mono.dll, but mono-1-vc.dll which may be similar, but could use a different function calling conventian than mono.dll (e.g stdcall instead of cdecl)

_________________
Do not ask me about online cheats. I don't know any and wont help finding them.

Like my help? Join me on Patreon so i can keep helping
Back to top
View user's profile Send private message MSN Messenger
root426
Newbie cheater
Reputation: 0

Joined: 09 Feb 2010
Posts: 22

PostPosted: Fri Sep 18, 2015 4:50 pm    Post subject: Reply with quote

yep it's browser. Sad hmm if u have any free time can u implement this feature too ? sorry if im being stupid asking for such things.

my purpose is to get pointers but i cant. Thou i used all methods that i had learned ( even the pointer scan couldnt get the static pointer withing 1 billion pointers ) Sad
Back to top
View user's profile Send private message
Dark Byte
Site Admin
Reputation: 470

Joined: 09 May 2003
Posts: 25785
Location: The netherlands

PostPosted: Fri Sep 18, 2015 5:00 pm    Post subject: Reply with quote

try the ce beta build that you can find at https://1e97ecfb19139e5335995ff96bb835d04ab12791.googledrive.com/host/0BwMAnE6mjogMTmpYMGstY1NPQnc/

then in autorun\monoscript.lua search and replace all occurances of mono.dll with mono-1-vc.dll (but if that version is using stdcall instead of cdecl , or uses different parameters, it's going to crash)

It's also likely because it's a browser it may be severely limited in what it can access (e.g the pipe might not get created and will result in a freeze)

_________________
Do not ask me about online cheats. I don't know any and wont help finding them.

Like my help? Join me on Patreon so i can keep helping
Back to top
View user's profile Send private message MSN Messenger
root426
Newbie cheater
Reputation: 0

Joined: 09 Feb 2010
Posts: 22

PostPosted: Fri Sep 18, 2015 5:54 pm    Post subject: Reply with quote

hey bro it works Very Happy i did what u said. more likely changin the occuranses might enable this feature on browser...

Hey the mighty dark byte thx again Very Happy i need all of your knowledge Very Happy i would give everything for this Very Happy thx again

btw can u plz refer me some resources which make me like you Smile)))) (impossible but i need little of it i mean ur brain Very Happy )

one last question i can see all c# but i dont know how to get static address of ship cargo value Very Happy any tips would be good Smile
Back to top
View user's profile Send private message
panraven
Grandmaster Cheater
Reputation: 62

Joined: 01 Oct 2008
Posts: 958

PostPosted: Fri Sep 18, 2015 6:58 pm    Post subject: Reply with quote

root426 wrote:
hey bro it works Very Happy i did what u said. more likely changin the occuranses might enable this feature on browser...

Hey the mighty dark byte thx again Very Happy i need all of your knowledge Very Happy i would give everything for this Very Happy thx again

btw can u plz refer me some resources which make me like you Smile)))) (impossible but i need little of it i mean ur brain Very Happy )

one last question i can see all c# but i dont know how to get static address of ship cargo value Very Happy any tips would be good Smile


Probably only for the lastest bete ce, the mono dissect form has a menu command to generate script to obtain static data of the selected class. The blue entry in lower panel of the pic is the generated script.
However, the script refer the dll 'mono' but not 'mono-1-vc', you may need to copy&paste the script to an editor and replace all 'mono.' (including the dot for dll prefix) to "mono-1-vc.".
The example in my pic run successfully as you can see, but it seems not all class has static property, so the 2 child pointer only show zero.
bye~

ADDED:
it also generate a dissect struct on memory-view->tool->struct-dissect->struct.



monostatic.jpg
 Description:
mono static script
 Filesize:  76.21 KB
 Viewed:  28726 Time(s)

monostatic.jpg



_________________
- Retarded.
Back to top
View user's profile Send private message
atom0s
Moderator
Reputation: 205

Joined: 25 Jan 2006
Posts: 8585
Location: 127.0.0.1

PostPosted: Fri Sep 18, 2015 8:23 pm    Post subject: Reply with quote

For the record this is an online / multiplayer game which is not supported on this forum.
http://forum.cheatengine.org/faq.php#0

_________________
- Retired.
Back to top
View user's profile Send private message Visit poster's website
root426
Newbie cheater
Reputation: 0

Joined: 09 Feb 2010
Posts: 22

PostPosted: Sat Sep 19, 2015 9:23 am    Post subject: Reply with quote

panrevan i just wanted tips but u gave me all the information i need. I love you bro. U didnt need to waste time with me Smile anyway thx God Bless you. Smile


And i know it's online and not supported. I asked about unity games in browser. (I might say game name for reference but didnt ask for the hack it). And i dont want to hack it. Only educational purpose only Twisted Evil (just kidding i wanted to make bot).

I like this comminuty. Im still student so i cant affor to donate but i will get a job soon Smile for now i can repay with my thx (if there is another then im gladly ready to do Smile )
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group

CE Wiki   IRC (#CEF)   Twitter
Third party websites