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 


exe file base address too big

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> General Gamehacking
View previous topic :: View next topic  
Author Message
PeppeProduction
How do I cheat?
Reputation: 0

Joined: 13 May 2015
Posts: 6

PostPosted: Fri May 15, 2015 7:47 pm    Post subject: exe file base address too big Reply with quote

hi, I'm trying to take the base address of the game .exe and find an integer:

BaseAdd = Convert.ToInt32 (BaseAddress.ToString (), 16)
Result1 = ReadInteger ("test", BaseAdd)

my problem is:

An unhandled exception of type 'System.OverflowException' occurred in mscorlib.dll

Additional information: Value was either too large or too small for an Int32

In fact, a common address for example: 14E918E8 is formed by 8 numbers
instead the address of the .exe is: 13FAB0000 is formed by 9 numbers.
I think that the problem is: 9 numbers instead of 8.

This is hampering me a lot.

I hope some of you can help me.
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 May 15, 2015 8:44 pm    Post subject: Reply with quote

Dim BaseAdd As Long
BaseAdd = Convert.ToInt64(BaseAddress.ToString(), 16)
Back to top
View user's profile Send private message
PeppeProduction
How do I cheat?
Reputation: 0

Joined: 13 May 2015
Posts: 6

PostPosted: Fri May 15, 2015 9:20 pm    Post subject: Reply with quote

An unhandled exception of type 'System.OverflowException' occurred in test.exe

Additional information: Overflow of an arithmetic operation.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> General Gamehacking 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