 |
Cheat Engine The Official Site of Cheat Engine
|
| View previous topic :: View next topic |
| Author |
Message |
tanjiajun_34 Grandmaster Cheater
Reputation: 0
Joined: 16 Feb 2006 Posts: 786 Location: Singapore
|
Posted: Fri Apr 03, 2009 7:14 am Post subject: [Delphi]Editting values using Edit |
|
|
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 |
|
 |
alexNx Master Cheater
Reputation: 0
Joined: 23 Nov 2008 Posts: 313
|
Posted: Sat Apr 11, 2009 8:24 pm Post subject: Re: [Delphi]Editting values using Edit |
|
|
| 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 |
|
 |
|
|
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
|
|