Jump to content

xzaz

Active Members
  • Posts

    163
  • Joined

  • Last visited

About xzaz

  • Birthday 01/09/1988

Profile Information

  • Location
    The Netherlands
  • WWW
    http://www.xzaz.nl
  • Interests
    AutoIt ofcourse :)

xzaz's Achievements

Prodigy

Prodigy (4/7)

0

Reputation

  1. Got it up and running again, please send bugs to the email Visit: Travian bot! I am doing it very slow this time, one thing at the time.
  2. Released beta you can try it out now Click here for Travbot!
  3. Hi all, so please check out the new screenshots from the new bot. I am currently testing it on my own but soon need some more testers. Anyone that want to please respond on this link: www.xzaz.nl/travian/ Thanks
  4. Another login script maker for Silkroad. sro_client.exe uses DirectX so you can't just simple get the string. You can do this with reverse engineering, so you have to read out the memory as ^ told you. I made one years ago don't know if i still have it.
  5. I am making a new version. Currently building the marketplace and creating units. Will release a beta soon, the program is going to work with points.
  6. Check ControlClick in the helpfile.
  7. that explains everything, im not a hacker *grin* http://upload.wikimedia.org/wikipedia/comm...chip_cookie.jpg Tnx!
  8. $var = MsgBox(1,"","Ok or not") if $var = 1 Then MsgBox(0,"","Ok!") You can check it like this.
  9. Yep but a upload script is not a server. You can't connect to your upload script with some port orso. So you should "manualy" upload your files trought the upload script. This is why u have to use IE functions. This can be done in "silence" mode
  10. If that was so, you could upload files to any server you want Unless you got a Dedicated server.
  11. Look @ the IE functions in the help file, they will help you.
  12. Cant u use FTP?
  13. Arround the GUICtrlCreateObj($oIE, 5, 100, $winw-10, $winh-120)
  14. Alright this is my last try, after this i give up. If someone get this to work, without that dmn 3D border arround the IE object he or she is getting a cookie! If someone knows how i can intergrade this: void IDocHostUIHandler.GetHostInfo(ref _DOCHOSTUIINFO pInfo) { pInfo.dwFlags |= ( 0x08 /*DOCHOSTUIFLAG_SCROLL_NO*/ | 0x04 /*DOCHOSTUIFLAG_NO3DBORDER*/ ); }into this script that would be awesome. Alright so this is not working: ;--------------------------- ; Laungher ; ;--------------------------- #include <GUIConstants.au3> #include <IE.au3> $oIE = _IECreateEmbedded () $serverweb = "http://www.xzaz.nl/index.php?p=home" $winw = 1024 $winh = 768 $Main_App = GUICreate('Label Application',$winw,$winh,0,0) GUICtrlCreateObj($oIE, 5, 100, $winw-10, $winh-120) GUISetState (@SW_SHOW) $oIE.navigate($serverweb) _IELoadWait($oIE) $oIE.document.body.style.border = "none" While 1 $msg = GUIGetMsg() If $msg = $GUI_EVENT_CLOSE Then ExitLoop Wend ExitoÝ÷ ٩ݶ¬Ì(®H§«­¢+Øì´´´´´´´´´´´´´´´´´´´´´´´´´´´(ì1Õ¹¡È(ì(ì´´´´´´´´´´´´´´´´´´´´´´´´´´´(¥¹±Õ±ÐíU% ½¹ÍѹÑ̹ÔÌÐì(¥¹±Õ±Ðí%¹ÔÌÐì((ÀÌØí½%ô}% Éѵ ¤((ÀÌØíÍÉÙÉÝôÅÕ½Ðí¡ÑÑÀè¼½ÝÝܹ½½±¹¹°ÅÕ½Ðì(ÀÌØíÝ¥¹ÜôÄÀÈÐ(ÀÌØíÝ¥¹ ôÜØà(ÀÌØí5¥¹}ÁÀôU% ÉÑ Ìäí1°ÁÁ±¥Ñ¥½¸Ìäì°ÀÌØíÝ¥¹Ü°ÀÌØíÝ¥¹ °À°À¤)U% Ñɱ ÉÑ=¨ ÀÌØí½%°Ô°ÄÀÀ°ÀÌØíÝ¥¹Ü´ÄÀ°ÀÌØíÝ¥¹ ´ÄÈÀ¤)U%MÑMÑÑ¡M]}M!=¤((ÀÌØí½%¹¹Ù¥Ñ ÀÌØíÍÉÙÉݤ()}%1½]¥Ð ÀÌØí½%¤(ÀÌØí½%¹½Õµ¹Ð¹½ä¹ÍÑå±¹½ÉÈôÅÕ½Ðí¹½¹ÅÕ½Ðì)]¡¥±Ä(ÀÌØíµÍôU%Ñ5Í ¤(%ÀÌØíµÍôÀÌØíU%}Y9Q} 1=MQ¡¸á¥Ñ1½½À)]¹)ᥠWhy because this: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> I'v tried everything, even othere Doctypes, versions of IE. Other computers. Remember you will get a cookie! - Border: 0; - Border: none; - Put border into javascript doesn't work - Border: collapse;
  15. mm this website: http://kb.mozillazine.org/ActiveX says its not for FF 2.0. Only for 1.5. Gonna try something with that.
×
×
  • Create New...