Jump to content

mrbig1479

Active Members
  • Posts

    104
  • Joined

  • Last visited

mrbig1479's Achievements

Adventurer

Adventurer (3/7)

0

Reputation

  1. whats the big problem , i fail to understand ? i do tend to follow rules , but in this case it's not something that break them.
  2. It's a general quastion , what's so problamatic if it's a game ? I can move the window , and mouse and so stuff on the client - however it's not detecting the colors - even if i try to gran the handle and use it. i can resize or activate , and stuff like that - but no detection.... anyway to find out - if the game has a feature that blocks you out ?
  3. It's not about game automation , its a basic quastio and i just asked for help. this is a window of a game -yes , however it's not relevent for my quastion.
  4. I activate a program , its on a window mode , when i hover over it with the autoit window info - the pixel shown are the ones that are on back (meaning of the desktop) anyone have any idea why and how to fix it ? since i want to findout the pixelcolor of that program... here is a screenshot attached when i hover over the black area and the pixel shown is the one in the backround (white one)
  5. Hey i made a GUI with a few labels , i want to click on the label and launch a web link or an .exe file can it be done ?
  6. Thanks thats just what i was looking for Great tool
  7. Hey I have 2 versions of my code I wanted to know whats changed in the new version , Is there a tool i can use that can compare two versions of the same code ?
  8. Is there any way i can look if there is an active .DLL (i know there is a way to find an .EXE but not a .DLL ..
  9. there are ways to fool the AutoIt hacked decompiler. but someone with knowledge in that area will be able to hack it easily. I Wish Autoit would not be so easy to crack , maybe future versions....
  10. I see, so if i code it in Visual Basic , can i just build for example an Array in Visual basic , and then call it and load it into an Array on My Auto it code ?
  11. But you will miss important data (thats store in the DLL ) so your script will be useless
  12. Hey , I spoke with a programmer that protected part of his code with a .DLL file the main Idea is to keep some of the core functions inside a .DLL file , then this .DLL also checks the autoit .EXE size and compare it to the known Size and shut down the program if its not the right size. can it be done ? how do i create a .DLL file that contain DATA needed for the code, and how can i load it when my main code starts??
  13. I Made my own obfuscator , however i still want to hide the text on my msgbox. right now the code is not so easy to read , but the text is simple is there anyway to hide the text ? for example msgbox (0,"License check","Your license Expires in "&$oO0OG0oGo0O&" days") I need to hide the text for the very least so no one could find it in such an easy way.. EDIT: i found the answer after long searches in the forum. thanks for your help
  14. Hey , i used Scite Obfuscator to help against hackers. i saw in some forum that there is a DeObfuscator for Scite. (so can it be reversed ? ) also after Obfuscating i can't run my code cause it takes about 5 min to load.... (its a very long code about 30000 lines of code) any help please (I'm just trying to protect my code , i try armadillo and Themida and i contacted their customer service here is the answer. "The problem with AutoIt applications is that it’s an interpreted language, so a protector cannot apply machine code protection to the AutoIt code. The AutoIt code is like data that needs to be unencrypted in memory to be able to be interpreted." So what he means , no matter what you do , it can still be decompiled. however , if i would block 99% of the hackers out there i would be very pleased. is there a way to do it ?
×
×
  • Create New...