autoitmaster Posted December 31, 2008 Share Posted December 31, 2008 this is cool Link to comment Share on other sites More sharing options...
spyrorocks Posted January 1, 2009 Share Posted January 1, 2009 DLL source? [center] My Projects: Online AutoIt Compiler - AutoForum - AutoGuestbook - AutoIt Web-based Auto Installer - Pure AutoIt Zipping Functions - ConfuseGen - MindReader - P2PChat[/center] Link to comment Share on other sites More sharing options...
FireFox Posted January 1, 2009 Share Posted January 1, 2009 @JRSmile I havnt utilmgr on my windows XP sp3 Cheers, FireFox. Link to comment Share on other sites More sharing options...
JRSmile Posted January 1, 2009 Author Share Posted January 1, 2009 (edited) DLL source? EDIT: found the source of the dll... Edited January 1, 2009 by JRSmile $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 More sharing options...
JRSmile Posted January 1, 2009 Author Share Posted January 1, 2009 @JRSmileI havnt utilmgr on my windows XP sp3 Cheers, FireFox.don't matter, its a vista application i think, for me the solution works, and it is save so i can live with it.but only to clarify for other people that wat to help me, i did not want the exe, i was interrested in the ntfs rights the executable has BEFORE using my script at least once :-) $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 More sharing options...
CaffeineMachine Posted March 12, 2009 Share Posted March 12, 2009 Would this script work for launching a video game like Counter Strike Source? To launch it I've tried this: _secure_run("C:\Program Files\Steam\Steam.exe -applaunch 240") But it doesn't seem to work correctly, it goes to a new desktop but then goes back to the regular desktop before the game actually launches. Is there something I could do to fix this? Link to comment Share on other sites More sharing options...
JRSmile Posted March 13, 2009 Author Share Posted March 13, 2009 Would this script work for launching a video game like Counter Strike Source? To launch it I've tried this: _secure_run("C:\Program Files\Steam\Steam.exe -applaunch 240") But it doesn't seem to work correctly, it goes to a new desktop but then goes back to the regular desktop before the game actually launches. Is there something I could do to fix this? i already got this problem some times with launchers, i think its because secure run waits for the application to exit then returns, so if you have a launcher that is run executes the real game then exits the new desktop will be released and the game will either start on the old desktop or hidden on the newdesktop which isn't displayed anymore. i would suggest writing a wrapper in autoit that starts steam exe and has a hotkey to close itself. then start the wrapper via securun. this behaviour cant be changed because it was implemented into the dll .... $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 More sharing options...
spudw2k Posted March 13, 2009 Share Posted March 13, 2009 (edited) another quick and dirty way would be to run _secure_run(@Comspec & ' /k ' & '"C:\Program Files\Steam\Steam.exe -applaunch 240"') That will leave a DOS Prompt window open that you can close to exit the secured desktop, but it's less elegant than how JRSmile suggests. Edited March 13, 2009 by spudw2k Spoiler Things I've Made: Always On Top Tool ◊ AU History ◊ Deck of Cards ◊ HideIt ◊ ICU ◊ Icon Freezer ◊ Ipod Ejector ◊ Junos Configuration Explorer ◊ Link Downloader ◊ MD5 Folder Enumerator ◊ PassGen ◊ Ping Tool ◊ Quick NIC ◊ Read OCR ◊ RemoteIT ◊ SchTasksGui ◊ SpyCam ◊ System Scan Report Tool ◊ System UpTime ◊ Transparency Machine ◊ VMWare ESX Builder Misc Code Snippets: ADODB Example ◊ CheckHover ◊ Detect SafeMode ◊ DynEnumArray ◊ GetNetStatData ◊ HashArray ◊ IsBetweenDates ◊ Local Admins ◊ Make Choice ◊ Recursive File List ◊ Remove Sizebox Style ◊ Retrieve PNPDeviceID ◊ Retrieve SysListView32 Contents ◊ Set IE Homepage ◊ Tickle Expired Password ◊ Transpose Array Projects: Drive Space Usage GUI ◊ LEDkIT ◊ Plasma_kIt ◊ Scan Engine Builder ◊ SpeeDBurner ◊ SubnetCalc Cool Stuff: AutoItObject UDF ◊ Extract Icon From Proc ◊ GuiCtrlFontRotate ◊ Hex Edit Funcs ◊ Run binary ◊ Service_UDF Link to comment Share on other sites More sharing options...
ellelawliet Posted October 11, 2010 Share Posted October 11, 2010 .. where is the source?.. Link to comment Share on other sites More sharing options...
tkocsir Posted October 12, 2010 Share Posted October 12, 2010 .. where is the source?..I think I found the source code here:http://trac2.assembla.com/anthraxinteractive/browser/Lock/A6/securun.au3?rev=169 Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now