| View previous topic :: View next topic |
| Author |
Message |
Cryoma Member of the Year
Reputation: 198
Joined: 14 Jan 2009 Posts: 1819
|
Posted: Wed Oct 22, 2008 11:14 am Post subject: Tracing many variables to a single text file. |
|
|
So say I made this flash game and I want to make a console just like in regular games (the one you open with ~ and type in cheats), could I trace all the variables into a single text field?
All I need to know.
|
|
| Back to top |
|
 |
92Garfield I'm a spammer
Reputation: 57
Joined: 20 Dec 2007 Posts: 5871 Location: Banana Republic Germany
|
Posted: Wed Oct 22, 2008 11:20 am Post subject: |
|
|
shouldnt this be in flash section?
but i think it works like this
a is a variable(string)
| Code: | for each (a in level0)
{
trace(a);
} |
i'm not sure thought dont know much flash
_________________
|
|
| Back to top |
|
 |
Cryoma Member of the Year
Reputation: 198
Joined: 14 Jan 2009 Posts: 1819
|
Posted: Wed Oct 22, 2008 11:39 am Post subject: |
|
|
This is programming, not hacking :\
So..
| Code: |
text.trace(blah1)
text.trace(blah2)
text.trace(blah3)
|
Would work?
I'm learning AS3..
|
|
| Back to top |
|
 |
Spawnfestis GO Moderator
Reputation: 0
Joined: 02 Nov 2007 Posts: 1746 Location: Pakistan
|
Posted: Wed Oct 22, 2008 12:05 pm Post subject: |
|
|
| Cryoma wrote: | This is programming, not hacking :\
So..
| Code: |
text.trace(blah1)
text.trace(blah2)
text.trace(blah3)
|
Would work?
I'm learning AS3.. |
textBox.appendText();
Works just like if you'd do textBox.text += variable; except it works faster with appendText.
_________________
CLICK TO HAX MAPLESTORAY ^ !!!! |
|
| Back to top |
|
 |
Cryoma Member of the Year
Reputation: 198
Joined: 14 Jan 2009 Posts: 1819
|
Posted: Wed Oct 22, 2008 12:09 pm Post subject: |
|
|
| I see..
|
|
| Back to top |
|
 |
Spawnfestis GO Moderator
Reputation: 0
Joined: 02 Nov 2007 Posts: 1746 Location: Pakistan
|
Posted: Wed Oct 22, 2008 12:12 pm Post subject: |
|
|
If you then wonder how to do the command box, you could do it like -
If textbox.text = "your command" and if enter key is held down at the same time, do this.
It's easy.
_________________
CLICK TO HAX MAPLESTORAY ^ !!!! |
|
| Back to top |
|
 |
92Garfield I'm a spammer
Reputation: 57
Joined: 20 Dec 2007 Posts: 5871 Location: Banana Republic Germany
|
Posted: Wed Oct 22, 2008 12:22 pm Post subject: |
|
|
| Cryoma wrote: | This is programming, not hacking :\
|
it doesnt matter the only problem in flash section is
1. to much spmmaers
2. to much stupidness
3. to much sensless insultings
4. to much Xanatos
_________________
Last edited by 92Garfield on Wed Oct 22, 2008 2:15 pm; edited 1 time in total |
|
| Back to top |
|
 |
Spawnfestis GO Moderator
Reputation: 0
Joined: 02 Nov 2007 Posts: 1746 Location: Pakistan
|
Posted: Wed Oct 22, 2008 1:23 pm Post subject: |
|
|
| 92Garfield wrote: | | Cryoma wrote: | This is programming, not hacking :\
|
it doesnt matter the only problem in flash section is
1. to much spmmaers
2. to much stupidness
3. to much sensless insultings |
It does matter, the flash section is for flash hacking.
_________________
CLICK TO HAX MAPLESTORAY ^ !!!! |
|
| Back to top |
|
 |
92Garfield I'm a spammer
Reputation: 57
Joined: 20 Dec 2007 Posts: 5871 Location: Banana Republic Germany
|
Posted: Wed Oct 22, 2008 2:14 pm Post subject: |
|
|
| Spawnfestis wrote: | | 92Garfield wrote: | | Cryoma wrote: | This is programming, not hacking :\
|
it doesnt matter the only problem in flash section is
1. to much spmmaers
2. to much stupidness
3. to much sensless insultings |
It does matter, the flash section is for flash hacking. |
says who?
and peopel are releasing there games teher and asking for help on flash programming to
_________________
|
|
| Back to top |
|
 |
Cryoma Member of the Year
Reputation: 198
Joined: 14 Jan 2009 Posts: 1819
|
Posted: Wed Oct 22, 2008 5:53 pm Post subject: |
|
|
| Spawnfestis wrote: |
If you then wonder how to do the command box, you could do it like -
If textbox.text = "your command" and if enter key is held down at the same time, do this.
It's easy. |
That's ok I got that far.
|
|
| Back to top |
|
 |
dnsi0 I post too much
Reputation: 0
Joined: 04 Jan 2007 Posts: 2674
|
Posted: Wed Oct 22, 2008 7:29 pm Post subject: |
|
|
| hmm... why don't you just decompile it if you want to get all the variables? Use flare.
|
|
| Back to top |
|
 |
Cryoma Member of the Year
Reputation: 198
Joined: 14 Jan 2009 Posts: 1819
|
Posted: Wed Oct 22, 2008 10:08 pm Post subject: |
|
|
| . . .
|
|
| Back to top |
|
 |
Spawnfestis GO Moderator
Reputation: 0
Joined: 02 Nov 2007 Posts: 1746 Location: Pakistan
|
Posted: Thu Oct 23, 2008 10:03 am Post subject: |
|
|
| dnsi0 wrote: | | hmm... why don't you just decompile it if you want to get all the variables? Use flare. |
Are you sure you're not braindead?
_________________
CLICK TO HAX MAPLESTORAY ^ !!!! |
|
| Back to top |
|
 |
|