boltc 0 Posted January 18, 2007 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? Share this post Link to post Share on other sites
Noobster24 0 Posted January 18, 2007 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 Hide Noobster24's signature Hide all signatures Programs so far:Teh Serializer - Search for licenses for Nero - Windows - Office - Alcohol etc. Share this post Link to post Share on other sites
Helge 3 Posted January 18, 2007 Well, that was very informing and helping post Noobster24... Anyway boltc, I guess the success ofyou 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=135709Btw, if the game you're thinking of is GTA2, then I did a small 1 minute test with it yesterday, and itonly produced errors. Share this post Link to post Share on other sites
boltc 0 Posted January 18, 2007 yes i was trying it for gta2, i also tested it and i cant get it work for now.. Share this post Link to post Share on other sites