Jump to content

Gui2create Like Button


Recommended Posts

i have here a little script

$Hunt=GUICtrlCreateButton("Hunt",200, 350, 40,40)

While 2
    $msg = GUIGetMsg()
    
    If $msg = $GUI_EVENT_CLOSE Then Return
    If $msg = $hunt then Gui2create()
    
        
Wend


func Gui2create()
If WinExists("Hunt") then Return() 
$hunt= GUICreate("",100,100,700,550)
GUISetBkColor(0x49bf49)
GUICtrlCreatePic("Blood Hund.jpg",18,18 ,64,64)
GUISetState (@SW_SHOW)
EndFunc
Return

i want the gui2create have like a button how can i make a button of it so that i press the gui2create or the picture on gui2create and then it will display on the mother gui

Link to comment
Share on other sites

What are you trying to do here?

i have here a little script

$Hunt=GUICtrlCreateButton("Hunt",200, 350, 40,40)

While 2
    $msg = GUIGetMsg()
    
    If $msg = $GUI_EVENT_CLOSE Then Return
    If $msg = $hunt then Gui2create()
    
        
Wend
func Gui2create()
If WinExists("Hunt") then Return() 
$hunt= GUICreate("",100,100,700,550)
GUISetBkColor(0x49bf49)
GUICtrlCreatePic("Blood Hund.jpg",18,18 ,64,64)
GUISetState (@SW_SHOW)
EndFunc
Return

i want the gui2create have like a button how can i make a button of it so that i press the gui2create or the picture on gui2create and then it will display on the mother gui

AutoIt Scripts:Aimbot: Proof of Concept - PixelSearching Aimbot with several search/autoshoot/lock-on techniques.Sliding Toolbar - Add a nice Sliding Toolbar to your next script. Click the link to see an animation of it in action!FontInfo UDF - Get list of system fonts, or search to see if a particular font is installed.Get Extended Property UDF - Retrieve a files extended properties (e.g., video/image dimensions, file version, bitrate of song/video, etc)
Link to comment
Share on other sites

lol that i already have only i want the blood hunt also to be an button

and why you make me like i am a loser and i cant do anything good

Now your putting words in my mouth, I only suggested that you put off the project and learn a little more, i never said or even hinted that you were a loser and couldn't do anything good

Link to comment
Share on other sites

lol you say somehting like "he sucks doing it" so i think by my self he dont want to do he cant program with autoit so he use other to program for him"

well that not i only ask for a bit help and i need only this one that the gui2create become a button then i am done with this so i only ask if you and other can help me a bit

Link to comment
Share on other sites

oka here comes

if i press the hunt button

then gui2crete come with the picture of blood hunt

i want that the picture or/and a Button is

if i press the button of gui2create (the picture or the whole gui2create) then it goes to the guicreate and you can fight against it

i hope i explane it now much better

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