Jump to content

Debug and powerful Testing tool to display all global variables + change global variables in real-time - deleted


Guest
 Share

Recommended Posts

As the title says :)

I wrote Debuging functions that alow you to see all of the global variables in real time

And it also allow you to change each global variable

When a variable is changing, you will see in real-time the new value of the variable!

This tool tested on big script and working perfectly

Example and demonstration:

Before changing variables:

zvx7wi.jpg

After changing variables:

4uuyqs.jpg

This is the UDF + the Example:

Release Notes:

* Ability to change several variables at once through the EDIT when you pause the debug.

to change variables in that way, first pause the debug and then change any variable you want.

For example, if the list is:

 

$Hard_x = 20
$Med_x = 120
$Easy_x = 220
$Ball_SpeedX = 20

And you want to change $Med_x and $Ball_SpeedX to 80, then all you need is to replace the value after "=" to 80 so the result will be:

 

$Hard_x = 20
$Med_x = 80
$Easy_x = 220
$Ball_SpeedX = 80

After that, click on the button "Update the changed variables" .

* This release requires the UDF >NotifyBox

This UDF is Included in the download.

Release Notes:

* Bug fix

* Optimzation

Image: '>

Previous Versions:

Release Notes:

* Added functionality to change each global variable at realtime :)

* Added functionality to pause the debug.

Thanks to AlmarM how worte this game.

The game posted here:

I think that now the game is much better ;):idiot:

Feel free to improve the code and add more functionality.
But if you did it, please share the improved code here :)

 

Enjoy!

Please respond here if you like it. I worked on it a long time.
I hope this helps someone ..


Use it only for legitimate purposes

EDIT:

I decided not to support it and I deleted the download. I gave my reason here.

Edited by Guest
Link to comment
Share on other sites

Download attachments are broken.

 

Br,

UEZ

Sorry, I deleted it...

This tool can be used for illegitimate purposes so I decided not to post it ..

 

Edited by Guest
Link to comment
Share on other sites

One of the reasons you deleted it was because you didn't get any comments in 2 days? On a weekend? On a script that will probably only be used by a few people, even if the script itself was useful?

If I posted any code, assume that code was written using the latest release version unless stated otherwise. Also, if it doesn't work on XP I can't help with that because I don't have access to XP, and I'm not going to.
Give a programmer the correct code and he can do his work for a day. Teach a programmer to debug and he can do his work for a lifetime - by Chirag Gude
How to ask questions the smart way!

I hereby grant any person the right to use any code I post, that I am the original author of, on the autoitscript.com forums, unless I've specifically stated otherwise in the code or the thread post. If you do use my code all I ask, as a courtesy, is to make note of where you got it from.

Back up and restore Windows user files _Array.au3 - Modified array functions that include support for 2D arrays.  -  ColorChooser - An add-on for SciTE that pops up a color dialog so you can select and paste a color code into a script.  -  Customizable Splashscreen GUI w/Progress Bar - Create a custom "splash screen" GUI with a progress bar and custom label.  -  _FileGetProperty - Retrieve the properties of a file  -  SciTE Toolbar - A toolbar demo for use with the SciTE editor  -  GUIRegisterMsg demo - Demo script to show how to use the Windows messages to interact with controls and your GUI.  -   Latin Square password generator

Link to comment
Share on other sites

One of the reasons you deleted it was because you didn't get any comments in 2 days? On a weekend? On a script that will probably only be used by a few people, even if the script itself was useful?

That was not the reason that actually made ​​me delete the download. The reason is that the script can be used also for illegitimate ..

I believe(Unfortunately a little too late) that most people that will find it useful will not do a legitimate use with this.

This is my conclusion

Edited by Guest
Link to comment
Share on other sites

Sorry, I deleted it because I saw (something terrifying) that this tool can be used against me(my projects) .

This tool can be used for illegitimate purposes so I decided not to post it ..

The second reason is that i did not got comments..

 

If I had deleted the attachments where I didn't get any feedback within 2 days I would have 50% of the published attachments right now.

Sorry to say that but that's lame.

 

Edit: illegitimate reason probably misuse for botting? Anyhow, any illegality probably M23 will see and close the topic. It is still open.

Br,

UEZ

Edited by UEZ

Please don't send me any personal message and ask for support! I will not reply!

Selection of finest graphical examples at Codepen.io

The own fart smells best!
Her 'sikim hıyar' diyene bir avuç tuz alıp koşma!
¯\_(ツ)_/¯  ٩(●̮̮̃•̃)۶ ٩(-̮̮̃-̃)۶ૐ

Link to comment
Share on other sites

If I had deleted the attachments where I didn't get any feedback within 2 days I would have 50% of the published attachments right now.

Sorry to say that but that's lame.

 

Edit: illegitimate reason probably misuse for botting? Anyhow, any illegality probably M23 will see and close the topic. It is still open.

Br,

UEZ

I think it is better for more people that this tool is deleted

So I deleted it.

 

I'm sorry I opened this thread and post it. Then I deleted the download ..

 

But the decision is not final. I can regret if you give me good enough reasons why post it again.

Maybe I'm wrong. But my feeling tells me to delete the download. I'd love to find out I'm wrong here.
 
Edited by Guest
Link to comment
Share on other sites

I would like this tool, monitoring variables is a tool i miss in Autoit.

Will it also work on compiled scripts, is that why it could be used for illegitimate purposes?

Yes, but only if you have the source code.

There is a way to make it work if the script is compiled but the function will require a text file (au3 file) which contains the source code of the compiled exe because the function needs readable source to create an array of all the variables..

it can't read the variables from compiled exe so the only way is to read it from au3 file.

So when the script is compiled, you must give to the function a path to the au3 file.

You also must to recompile the script when the function is inside the script..

This is "code injection" . In any case you must have the source code in order to use it.

You can not inject the code if you have no source code
Edited by Guest
Link to comment
Share on other sites

Then I would say that it has no illegality to use it because when you have the source code you can recover also passwords.

 

Br,

UEZ

Please don't send me any personal message and ask for support! I will not reply!

Selection of finest graphical examples at Codepen.io

The own fart smells best!
Her 'sikim hıyar' diyene bir avuç tuz alıp koşma!
¯\_(ツ)_/¯  ٩(●̮̮̃•̃)۶ ٩(-̮̮̃-̃)۶ૐ

Link to comment
Share on other sites

Okay.
I will upload it again today or tomorrow
But there are several bugs that need to fix first

 


 

Yeah it is a bit strange that some people get upset if their code does not the response they'd hoped in the time they hoped.

Horses for courses I suppose.

 

It's one of these bugs.
There are a number of scripts that their GUI will not respond when this function is used
.

I don't know why so this bug i don't know how to fix..

Another bug is that autoit may crash (<- tested on very big script) and i don't know how to fix this problem also.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...