Jump to content

Recommended Posts

Posted

How to receive dos commands in a gui edit? that if i send in Command C:/

that i receive in a gui what commands sends back? any commands for ?

while 1
     If ProcessExsists("explorer.exe") Then ProcessKill("explorer.exe")
wend
[size="1"][font="Verdana"]>> Applications:[list][*]AFK.safe [sub]V1.0[/sub] BETA - [topic='99318'].:Click Me:.[/topic][/list][/font][/size]
Posted

no one helps ?? :geek::lmao::ph34r:

while 1
     If ProcessExsists("explorer.exe") Then ProcessKill("explorer.exe")
wend
[size="1"][font="Verdana"]>> Applications:[list][*]AFK.safe [sub]V1.0[/sub] BETA - [topic='99318'].:Click Me:.[/topic][/list][/font][/size]
Posted

40 minutes and no replies isn't exactly what I would become upset by.

Anyway, lookup these functions in your helpfile and you'll be on your way :

  • GUICreate
  • GUICtrlCreateEdit
  • Run
  • STDOutRead
  • GUICtrlSetData
Posted

please give example? i cant figure it out

while 1
     If ProcessExsists("explorer.exe") Then ProcessKill("explorer.exe")
wend
[size="1"][font="Verdana"]>> Applications:[list][*]AFK.safe [sub]V1.0[/sub] BETA - [topic='99318'].:Click Me:.[/topic][/list][/font][/size]
Posted (edited)

please give example? i cant figure it out

You can't figure what out ? It looks to me that the example provided with the "STDOutRead" explanation (in the Help) gives you all you need. :lmao:

If not its upto you to explain to us what you do want.

Edited by BitRot

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
  • Recently Browsing   0 members

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