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 


[Delphi]Editting values using Edit

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming
View previous topic :: View next topic  
Author Message
tanjiajun_34
Grandmaster Cheater
Reputation: 0

Joined: 16 Feb 2006
Posts: 786
Location: Singapore

PostPosted: Fri Apr 03, 2009 7:14 am    Post subject: [Delphi]Editting values using Edit Reply with quote

Yah, made a bot but need some help. For AC u wanna change the value u simply do this
Code:
Timer5.Interval := (StrToInt(Edit1.Text));

But for auto-loot, auto-attack e.t.c, when i did that, i changed the value, the value is still 1(original), i changed to 100, 1000, all are same, can fix my prob?
Back to top
View user's profile Send private message
alexNx
Master Cheater
Reputation: 0

Joined: 23 Nov 2008
Posts: 313

PostPosted: Sat Apr 11, 2009 8:24 pm    Post subject: Re: [Delphi]Editting values using Edit Reply with quote

tanjiajun_34 wrote:
Yah, made a bot but need some help. For AC u wanna change the value u simply do this
Code:
Timer5.Interval := (StrToInt(Edit1.Text));

But for auto-loot, auto-attack e.t.c, when i did that, i changed the value, the value is still 1(original), i changed to 100, 1000, all are same, can fix my prob?


So for Auto Attack and Auto Loot you put.

Code:
Timer5.Interval := (StrToInt(Edit1.Text));


So for example you are using Timer1 for Auto Attack, and Timer2 for Auto Loot.

Auto Attack:
Code:
Timer1.Interval := (StrToInt(Edit1.Text));


Auto Loot:
Code:
Timer2.Interval := (StrToInt(Edit2.Text));


Each timer has to have a different TEdit or the delay will never change.

Also if you put
Code:
Timer5.Interval := (StrToInt(Edit1.Text));

for Auto Loot and Auto Attack they will have the same delay always. You need to change the TEdit, or add more for each Auto(Attack,Loot,Ect)

_________________
[BELLOCAN]


Bellocan:
10x Priest 1month banned.
5x Sin Active.
3x Bow Active.
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 programming 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