Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 02/24/2012 in all areas

  1. Bullied? I don't recall much bullying. So either I wasn't bullied and your blanket generalization is wrong (It is) or I repressed those memories damn good (I didn't). And now you get to experience the blocking system first-hand. I hope it was worth it. You know, being completely boring and unoriginal. If only you were the first person to call me a "cocksucking faggot" (a tautology by-the-way). You're not. You're about number eight-thousand and thirty-two. Boring. Let me save you a spot of trouble, too. Tor is blocked. So good luck evading the block with it. Carry on.
    1 point
  2. Have you tried to run with these Obfuscator parameters to avoid the issue reported? #Obfuscator_Parameters=/SF=0 /SV=1 /CV=0 /CF=0 /CS=0 /CN=0 This will strip only the Global Const declarations and should give you the errors.
    1 point
  3. iNvokeMePlz, No need to be nervous - you are among friends here as you can see. M23
    1 point
  4. It is a Basic-like scripting language. Check this.
    1 point
  5. iNvokeMePlz, Not a lot of improvement on the last effort - and as you can see from the responses so far you will not get a lot of help here if you continue in this vein. We want you to learn just like the people who will use your script and you will not if we do all the work for you. But here are a couple of pointers for you to show that we can help you - if you start to help yourself: - HotKeys: Use lower case letters when you set them - HotKeySet("!p", "TogglePause"). - Global variables: You need to check you use the correct spelling - you have Global $Pause and $Paused = Not $Paused. But as to "need splash image to show an image right-btm with hotkey function Such as "Press Alt + P To Pause" Designed By Photoshop and a Hotkey Ofc" - not a chance. And where is the code for this GUI with an edit control that you want to be "read-only"? Have you even looked at the Help file? I think not as the style you need is actually mentioned on the GUICtrlCreateEdit page. So over to you. Make an effort to code something yourself - or even explain your problem properly rather than just listing your requirements - and you will get help. Continue like you have so far and you will just get a stiff ignoring. Your choice - choose wisely. M23
    1 point
  6. any suggestions to fix that errors ? -###2 Obfuscation Error: Found Execute() statement which will lead to problems running your obfuscated script. >### current Func: _WinAPI_SetLayeredWindowAttributes C:\Program Files (x86)\AutoIt3\Include\WinAPI.au3(5364,1) Warning for line:$i_transcolor = Execute('0x00' & StringMid($i_transcolor, 5, 2) & StringMid($i_transcolor, 3, 2) & StringMid($i_transcolor, 1, 2)) -###2 Obfuscation Error: Found Execute() statement which will lead to problems running your obfuscated script. >### current Func: _IEFormElementCheckboxSelect C:\Program Files (x86)\AutoIt3\Include\IE.au3(1500,1) Warning for line:$oItems = Execute("$o_object.elements('" & $s_Name & "')") -###2 Obfuscation Error: Found Execute() statement which will lead to problems running your obfuscated script. >### current Func: _IEFormElementRadioSelect C:\Program Files (x86)\AutoIt3\Include\IE.au3(1615,1) Warning for line:Local $oItems = Execute("$o_object.elements('" & $s_Name & "')") -###2 Obfuscation Error: Found Execute() statement which will lead to problems running your obfuscated script. >### current Func: _IEPropertyGet C:\Program Files (x86)\AutoIt3\Include\IE.au3(2810,1) Warning for line:$aVcard[1][$i] = Execute('$o_object.document.parentWindow.top.navigator.userProfile.getAttribute("' & $aVcard[0][$i] & '")') -### Obfuscation Error: Found ObjEvent() statement using unsolvable Func, which will/could lead to problems running your obfuscated script. >### current Func: _IEErrorHandlerRegister C:\Program Files (x86)\AutoIt3\Include\IE.au3(3102,1) Warning for line:$oIEErrorHandler = ObjEvent("AutoIt.Error", $s_functionName) -### Obfuscation Error: Found ObjEvent() statement using unsolvable Func, which will/could lead to problems running your obfuscated script. >### current Func: __IEInternalErrorHandlerDeRegister C:\Program Files (x86)\AutoIt3\Include\IE.au3(3748,1) Warning for line:$oIEErrorHandler = ObjEvent("AutoIt.Error", $sIEUserErrorHandler) -############################################################################################# -#### Obfuscator Found 6 Error(s)!!!! This means your script could have problems running properly. #### -#############################################################################################
    1 point
×
×
  • Create New...