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 


[HELP] How to frozen this process bar ???

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

Joined: 30 Jan 2010
Posts: 8

PostPosted: Fri Feb 04, 2011 11:54 am    Post subject: [HELP] How to frozen this process bar ??? Reply with quote

First, my English is not good. If post this Subject is not suitable for area, mod can move (Plz don't remove)

Sr I know this is a stupid question but I need your help !!!!

How to speed up or slow down or frozen that process bar which in image ???

Thank for help !!!!



Capture.JPG
 Description:
 Filesize:  249.63 KB
 Viewed:  13095 Time(s)

Capture.JPG


Back to top
View user's profile Send private message
Geri
Moderator
Reputation: 111

Joined: 05 Feb 2010
Posts: 5636

PostPosted: Fri Feb 04, 2011 4:39 pm    Post subject: Reply with quote

Find the value for the progress bar, check out what is accessing to it and change the value with code injection.
_________________
My trainers can be found here: http://www.szemelyesintegracio.hu/cheats

If you are interested in any of my crappy articles/tutorials about CE and game hacking, you can find them here:
http://www.szemelyesintegracio.hu/cheats/41-game-hacking-articles

Don't request cheats or updates.
Back to top
View user's profile Send private message
piniubee
How do I cheat?
Reputation: 0

Joined: 30 Jan 2010
Posts: 8

PostPosted: Wed Feb 09, 2011 8:24 am    Post subject: Reply with quote

Geri wrote:
Find the value for the progress bar, check out what is accessing to it and change the value with code injection.


Sr I can not find the value Coz the number on process is not visible

I have a little question.

I usually have an error ("Sorry, but you can't post url's yet") when I replay or post new thread

Plz help me

Thanks 4 all
Back to top
View user's profile Send private message
Dark Byte
Site Admin
Reputation: 458

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

PostPosted: Wed Feb 09, 2011 9:38 am    Post subject: Reply with quote

First finish step 3 of the tutorial that comes with cheat engine
_________________
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
Geri
Moderator
Reputation: 111

Joined: 05 Feb 2010
Posts: 5636

PostPosted: Wed Feb 09, 2011 9:55 am    Post subject: Reply with quote

This game has a few bugs...
The progress bar and the progress itself is not synchronized.

1. The progress bar is adjusted only when the progress start from 0.

2. The real progress never stops, farms are always producing but if there is more than 3 food already, it will just not give more food.

3. As farms are always producing but the progress bar stops if there is more 3 food already, the real progress and the progress bar can be out of sync.

It is a total crap. Sometimes the progress and the progress bar has nothing to do with each other and the bar is showing a totally false value.

The code which is changing the progress is a general timer, used to measure all timed things in the game. So that will be another problem for starters.

This game should be very easy to hack but oddly enough, it's twisted programming logic and buggy codes are making it harder so I don't suggest to bother with it if You are a beginner.
It is just not working as You would expect generally, because it is written very badly.

I have uploaded a table for resources and for the building time, but really it is totally unneccessary. This game has 0 challenge. All You need to do is wait to produce stuff and pick-up items. No enemies, no time limit, no loosing conditions. You cannot loose.

I just turned on the speedhack with 20x speed and played through the game like that to test the cheats. Basically You have nothing to loose if You use the speedhack as You have unlimited time to complete each level. It doesn't even checking how much time do You take to complete it.


So in summary: If You have started making cheats now, don't start with this game, because it will just confuse You. Normal games are not working this way and progress bars are usually synchronized to the real progress itself to prevent stupid bugs like in this game.
Download CE 6 and use my cheat table, or just use the built-in speedhack in CE.

I like Alawar games since Brave Dwarves was released (like 15 years ago), but this game is a total shame to the company. Even without reverse-engineering the program, the bugs are annoying and obvious in the first 2 minutes.

_________________
My trainers can be found here: http://www.szemelyesintegracio.hu/cheats

If you are interested in any of my crappy articles/tutorials about CE and game hacking, you can find them here:
http://www.szemelyesintegracio.hu/cheats/41-game-hacking-articles

Don't request cheats or updates.
Back to top
View user's profile Send private message
piniubee
How do I cheat?
Reputation: 0

Joined: 30 Jan 2010
Posts: 8

PostPosted: Thu Feb 10, 2011 8:51 pm    Post subject: Reply with quote

Geri wrote:
This game has a few bugs...
The progress bar and the progress itself is not synchronized.

1. The progress bar is adjusted only when the progress start from 0.

2. The real progress never stops, farms are always producing but if there is more than 3 food already, it will just not give more food.

3. As farms are always producing but the progress bar stops if there is more 3 food already, the real progress and the progress bar can be out of sync.

It is a total crap. Sometimes the progress and the progress bar has nothing to do with each other and the bar is showing a totally false value.

The code which is changing the progress is a general timer, used to measure all timed things in the game. So that will be another problem for starters.

This game should be very easy to hack but oddly enough, it's twisted programming logic and buggy codes are making it harder so I don't suggest to bother with it if You are a beginner.
It is just not working as You would expect generally, because it is written very badly.

I have uploaded a table for resources and for the building time, but really it is totally unneccessary. This game has 0 challenge. All You need to do is wait to produce stuff and pick-up items. No enemies, no time limit, no loosing conditions. You cannot loose.

I just turned on the speedhack with 20x speed and played through the game like that to test the cheats. Basically You have nothing to loose if You use the speedhack as You have unlimited time to complete each level. It doesn't even checking how much time do You take to complete it.


So in summary: If You have started making cheats now, don't start with this game, because it will just confuse You. Normal games are not working this way and progress bars are usually synchronized to the real progress itself to prevent stupid bugs like in this game.
Download CE 6 and use my cheat table, or just use the built-in speedhack in CE.

I like Alawar games since Brave Dwarves was released (like 15 years ago), but this game is a total shame to the company. Even without reverse-engineering the program, the bugs are annoying and obvious in the first 2 minutes.


I had a clear understanding of this problem

"So in summary: If You have started making cheats now, don't start with this game" -> Which game is accord with starter making cheats ?

Thanks so much
Back to top
View user's profile Send private message
Geri
Moderator
Reputation: 111

Joined: 05 Feb 2010
Posts: 5636

PostPosted: Fri Feb 11, 2011 5:10 am    Post subject: Reply with quote

From similar genre, Roads of Rome 1-2 or Island Tribes is easy to "hack".
_________________
My trainers can be found here: http://www.szemelyesintegracio.hu/cheats

If you are interested in any of my crappy articles/tutorials about CE and game hacking, you can find them here:
http://www.szemelyesintegracio.hu/cheats/41-game-hacking-articles

Don't request cheats or updates.
Back to top
View user's profile Send private message
piniubee
How do I cheat?
Reputation: 0

Joined: 30 Jan 2010
Posts: 8

PostPosted: Sat Feb 12, 2011 11:45 pm    Post subject: Reply with quote

Geri wrote:
From similar genre, Roads of Rome 1-2 or Island Tribes is easy to "hack".


I try to download "Island Tribes" but unsuccessful

Plz, check again game's name (Island Tribes)
Back to top
View user's profile Send private message
Geri
Moderator
Reputation: 111

Joined: 05 Feb 2010
Posts: 5636

PostPosted: Sun Feb 13, 2011 12:05 am    Post subject: Reply with quote

Yeah sorry, -s.

Island Tribe.

http://www.bigfishgames.com/download-games/10898/island-tribe/index.html

_________________
My trainers can be found here: http://www.szemelyesintegracio.hu/cheats

If you are interested in any of my crappy articles/tutorials about CE and game hacking, you can find them here:
http://www.szemelyesintegracio.hu/cheats/41-game-hacking-articles

Don't request cheats or updates.
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