Jump to content

[REQUEST] REG source


 Share

Recommended Posts

1st. explain more!

2nd. first try yourself

3rd. ask for help if you really are stuck.

4th. read the helpfile and try less complex scripts first.

5th. read the helpfile again

6th. try not to beg for development, try to beg for help with your development.

$a=StringSplit("547275737420796F757220546563686E6F6C75737421","")
For $b=1 To UBound($a)+(-1*-1*-1)step(2^4/8);&$b+=1*2/40*µ&Asc(4)
Assign("c",Eval("c")&Chr(Dec($a[$b]&$a[$b+1])));''Chr("a")&"HI"
Next ;time_U&r34d,ths,U-may=get$the&c.l.u.e;b3st-regards,JRSmile;
MsgBox(0x000000,"",Eval("c"));PiEs:d0nt+*b3.s4d.4ft3r.1st-try:-)
Link to comment
Share on other sites

;
   $Msg = "0x53544F5021210D0A0D0A44696420796F7520736561726368207468652068656C702066696C6520616E642074686520

666F72756D73206265666F7265206465636964696E6720746F20706F73743F"
   $Gw = @DesktopWidth*.75
   $Gh = @DesktopHeight*.6
   $Frm_Main = GUICreate("Question ?", $Gw, $Gh)
   GUICtrlCreateLabel(BinaryToString($Msg), 10, 10, $Gw - 20, $Gh -20, 1)
   GUICtrlSetFont(-1, 48)
   GUICtrlSetColor(-1, 0xff0000)
   GUISetState()
   While 1
      If GUIGetMsg() = -3 Then Exit
   WEnd
;

George

Question about decompiling code? Read the decompiling FAQ and don't bother posting the question in the forums.

Be sure to read and follow the forum rules. -AKA the AutoIt Reading and Comprehension Skills test.***

The PCRE (Regular Expression) ToolKit for AutoIT - (Updated Oct 20, 2011 ver:3.0.1.13) - Please update your current version before filing any bug reports. The installer now includes both 32 and 64 bit versions. No change in version number.

Visit my Blog .. currently not active but it will soon be resplendent with news and views. Also please remove any links you may have to my website. it is soon to be closed and replaced with something else.

"Old age and treachery will always overcome youth and skill!"

Link to comment
Share on other sites

;
   $Msg = "0x53544F5021210D0A0D0A44696420796F7520736561726368207468652068656C702066696C6520616E642074686520


666F72756D73206265666F7265206465636964696E6720746F20706F73743F"
   $Gw = @DesktopWidth*.75
   $Gh = @DesktopHeight*.6
   $Frm_Main = GUICreate("Question ?", $Gw, $Gh)
   GUICtrlCreateLabel(BinaryToString($Msg), 10, 10, $Gw - 20, $Gh -20, 1)
   GUICtrlSetFont(-1, 48)
   GUICtrlSetColor(-1, 0xff0000)
   GUISetState()
   While 1
      If GUIGetMsg() = -3 Then Exit
   WEnd
;
^_^;):(
Link to comment
Share on other sites

  • Developers

You have made 4 threads of which 3 now have been more or less closed down by me.

When are you going to understand how things work around here?

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

^_^;):(

You should have seen it before I allowed -3 to actually Exit. It took 3 times to get out.

$iCount = 0
While 1
      If GUIGetMsg() = -3 Then
          $iCount += 1
          If $iCount = 3 Then Exit
      EndIf
WEnd

EDIT: Actually it was better than that because I used this inside the If statement too

GUISetState(@SW_HIDE)
Sleep(4000)
GUISetState(@SW_Show)
Edited by GEOSoft

George

Question about decompiling code? Read the decompiling FAQ and don't bother posting the question in the forums.

Be sure to read and follow the forum rules. -AKA the AutoIt Reading and Comprehension Skills test.***

The PCRE (Regular Expression) ToolKit for AutoIT - (Updated Oct 20, 2011 ver:3.0.1.13) - Please update your current version before filing any bug reports. The installer now includes both 32 and 64 bit versions. No change in version number.

Visit my Blog .. currently not active but it will soon be resplendent with news and views. Also please remove any links you may have to my website. it is soon to be closed and replaced with something else.

"Old age and treachery will always overcome youth and skill!"

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...