boltc Posted January 18, 2007 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?
Noobster24 Posted January 18, 2007 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 Programs so far:Teh Serializer - Search for licenses for Nero - Windows - Office - Alcohol etc.
Helge Posted January 18, 2007 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.
boltc Posted January 18, 2007 Author Posted January 18, 2007 yes i was trying it for gta2, i also tested it and i cant get it work for now..
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