Jump to content

load game in gui


boltc
 Share

Recommended Posts

is it possible to load a game in my gui?

something like this:

$oGame = ObjCreate ("ShockwaveFlash.ShockwaveFlash.1")
    $GameForm = GUICreate($gamename & ": Aimbot Proof of Concept", 820, 660, -1, -1)
    $GUIActiveX = GUICtrlCreateObj ($oGame, 10, 10, 800, 580)

        With $oGame
            .bgcolor = "#000000"
            .Movie = 'http://farm.addictinggames.com/D78AQSAKQLQWI9/1130.swf'
            .ScaleMode = 2
            .Loop = True
            .wmode = "Opaque"
        EndWith

^^ this loads a flashgame into a gui,, but i want to load a *.exe game...

can someone help me?

Link to comment
Share on other sites

is it possible to load a game in my gui?

something like this:

$oGame = ObjCreate ("ShockwaveFlash.ShockwaveFlash.1")
    $GameForm = GUICreate($gamename & ": Aimbot Proof of Concept", 820, 660, -1, -1)
    $GUIActiveX = GUICtrlCreateObj ($oGame, 10, 10, 800, 580)

        With $oGame
            .bgcolor = "#000000"
            .Movie = 'http://farm.addictinggames.com/D78AQSAKQLQWI9/1130.swf'
            .ScaleMode = 2
            .Loop = True
            .wmode = "Opaque"
        EndWith

^^ this loads a flashgame into a gui,, but i want to load a *.exe game...

can someone help me?

I don't think it's possible in AutoIt, but I'm not a expert, so wait for the experts :)
Programs so far:Teh Serializer - Search for licenses for Nero - Windows - Office - Alcohol etc.
Link to comment
Share on other sites

Well, that was very informing and helping post Noobster24... Anyway boltc, I guess the success of

you putting the game in your GUI depends on the game, but anyway... check out this code by Holger :

http://www.autoitscript.com/forum/index.ph...st&p=135709

Btw, if the game you're thinking of is GTA2, then I did a small 1 minute test with it yesterday, and it

only produced errors.

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