| View previous topic :: View next topic |
| Author |
Message |
Two_Crush Cheater
Reputation: 0
Joined: 15 Sep 2007 Posts: 29
|
Posted: Sat Sep 15, 2007 8:14 am Post subject: [Question] How to freeze Values??? |
|
|
can someone tell me how to freeze values in VB6?
I mean like having 9999 Hp and should stay at 9999 when get damaged  |
|
| Back to top |
|
 |
Never Again I post too much
Reputation: 0
Joined: 13 Jan 2007 Posts: 2000 Location: New Mexico
|
Posted: Sat Sep 15, 2007 8:17 am Post subject: |
|
|
I don't know how to freeze them but maybe you can make a timer on Form1 and when you click the button make the timer change the variable of HP every 0.01 Milliseconds.
Also shouldn't this be in General Programing Section? |
|
| Back to top |
|
 |
oOoNyquiloOo Grandmaster Cheater Supreme
Reputation: 0
Joined: 18 Jun 2006 Posts: 1420
|
Posted: Sat Sep 15, 2007 8:26 am Post subject: |
|
|
| Timer is what i'd use. |
|
| Back to top |
|
 |
Two_Crush Cheater
Reputation: 0
Joined: 15 Sep 2007 Posts: 29
|
Posted: Sat Sep 15, 2007 8:32 am Post subject: |
|
|
ah thx, gonna try it  |
|
| Back to top |
|
 |
Never Again I post too much
Reputation: 0
Joined: 13 Jan 2007 Posts: 2000 Location: New Mexico
|
Posted: Sat Sep 15, 2007 8:36 am Post subject: |
|
|
| Watsup, Nyq, haven't seen you in a while. |
|
| Back to top |
|
 |
oOoNyquiloOo Grandmaster Cheater Supreme
Reputation: 0
Joined: 18 Jun 2006 Posts: 1420
|
Posted: Sat Sep 15, 2007 9:28 am Post subject: |
|
|
| xP, nothing's going on. I'm just trying to get familiar with VB and whatnot. Also hanging around in the flash section. |
|
| Back to top |
|
 |
Never Again I post too much
Reputation: 0
Joined: 13 Jan 2007 Posts: 2000 Location: New Mexico
|
Posted: Sat Sep 15, 2007 9:39 am Post subject: |
|
|
| Yeah, me too but rather then VB6 I'm using Delphi. |
|
| Back to top |
|
 |
oOoNyquiloOo Grandmaster Cheater Supreme
Reputation: 0
Joined: 18 Jun 2006 Posts: 1420
|
Posted: Sat Sep 15, 2007 9:52 am Post subject: |
|
|
| Any games you working on? |
|
| Back to top |
|
 |
Xanatos I post too much
Reputation: 18
Joined: 06 May 2007 Posts: 2559 Location: US
|
Posted: Sat Sep 15, 2007 10:01 am Post subject: |
|
|
Thats what (I'm pretty sure) CE works on, I would guess it has a time since the values still change. Regardless, that won't nop the command, so be warned, you will still die if you get hit hard enough etc. _________________
|
|
| Back to top |
|
 |
Never Again I post too much
Reputation: 0
Joined: 13 Jan 2007 Posts: 2000 Location: New Mexico
|
Posted: Sat Sep 15, 2007 10:44 am Post subject: |
|
|
| oOoNyquiloOo wrote: | | Any games you working on? |
Yes, infact, I'm working on a game called pawn. As of now, no luck whatsoever -.- |
|
| Back to top |
|
 |
Two_Crush Cheater
Reputation: 0
Joined: 15 Sep 2007 Posts: 29
|
Posted: Sat Sep 15, 2007 11:36 am Post subject: |
|
|
ok, i dont know how to use the Timer lol
can someone teach it me?  |
|
| Back to top |
|
 |
hcavolsdsadgadsg I'm a spammer
Reputation: 26
Joined: 11 Jun 2007 Posts: 5801
|
Posted: Sat Sep 15, 2007 11:51 am Post subject: |
|
|
| Xanatos wrote: | | Thats what (I'm pretty sure) CE works on, I would guess it has a time since the values still change. Regardless, that won't nop the command, so be warned, you will still die if you get hit hard enough etc. |
Yeah, nopping it is probably the best way to go about things.
Also whats so hard about a timer? You put code in it and enable it. |
|
| Back to top |
|
 |
oib111 I post too much
Reputation: 0
Joined: 02 Apr 2007 Posts: 2947 Location: you wanna know why?
|
Posted: Sat Sep 15, 2007 11:51 am Post subject: |
|
|
Lol, select the timer its in system tab i think. Then put it wherever you want, nobody will see it when you run the program. Now double click i t and put it in the code you want to be executed every x milliseconds. If you look at the interval for the timer in the properties tab you will see that the interval is set to the default time of 1000 milliseconds(1000 milliseconds = 1 seconds) so every second the code you put in the timer is executed. You can change the interval if you want it to be faster or slower _________________
| 8D wrote: |
cigs dont make people high, which weed does, which causes them to do bad stuff. like killing |
|
|
| Back to top |
|
 |
Two_Crush Cheater
Reputation: 0
Joined: 15 Sep 2007 Posts: 29
|
Posted: Sat Sep 15, 2007 12:47 pm Post subject: |
|
|
| well thanks but i dont know what to put in the Code Window... |
|
| Back to top |
|
 |
oib111 I post too much
Reputation: 0
Joined: 02 Apr 2007 Posts: 2947 Location: you wanna know why?
|
Posted: Sat Sep 15, 2007 1:07 pm Post subject: |
|
|
Lol, well, whatever the code is for your hack, put it in the code for your timer. _________________
| 8D wrote: |
cigs dont make people high, which weed does, which causes them to do bad stuff. like killing |
|
|
| Back to top |
|
 |
|