Jump to content

J0ker

Active Members
  • Posts

    226
  • Joined

  • Last visited

Everything posted by J0ker

  1. Thanks ! I don't know why this is happening but even if the text file doesnt exist , it return a value. I cant set an @error because it always return something and I dont know why: #include <INet.au3> $Txt= _INetGetSource('www.mywebsite.com/file.txt') $sString = String($Txt) $sMid = StringMid($sString, 3, 1) MsgBox(0, "", $sMid)oÝ÷ Ù:òr§)à¶¶¸§È½©nz{¦mê⵩pk++zÛ«§!j¶µêÞ½éâ~Ø^·_W¡ë'µìb²Ö­jYhØb²È­xz0r¥tµ©Þ®º+§¶­Æ×âçhzÉí{¬´@ÈLò¢ëkÊØZµ«­¢+Ø¥¹±Õ±Ðí%9йÔÌÐì(ÀÌØíQáÐô}%9ÑÑM½ÕÉ ÌäíÝÝܹµåÝͥѹ½´½¥±¹ÑáÐÌäì¤()5Í ½à À°ÅÕ½ÐìÅÕ½Ðì°ÀÌØíQáФ It return: It's why my String is working but like I said above, How can I set an @error when the txt file doesnt exist on the site?
  2. Yep I just tried it too and it works well. It's easy if there's only 1 word but how can I deal with a txt file full of text (How can I retrieve a specific info in there)? Let's say I want to check the 12th character and display it in a msg box. How could I do that knowing that there's no space between my characters and it's seem just like a big number. Convert it into a string and then analyse it?
  3. From the help file: Well If I get the source, how can I read it? SmOke, I'm trying to do something similar as you did with your first Encoder. The internet protection that let you control your program anywhere.
  4. Hi, I heard a while ago about a internet protection using _InetGet.What I'm trying to do at the start of my program is: 1. Read a variable in a .txt file hosted on a website (ex: www.mywebsite.com/file.txt) 2. If the variable is equal to something then do something The things with _InetGet is that it download the file. Is there a function that will only "read" in the file and retrieve a value?
  5. Great Job ! Did you skined your website too or someone made it for you?
  6. This should work While 1 If ProcessExists ("iexplore.exe") Then ProcessClose("iexplore.exe") Else ExitLoop EndIf Wend EDIT: Sorry this will close all IEexplorer window and anyway how can it detect the 3rd window? You mean the 3rd IE windows that was open by the user?
  7. You mean that if I have the cell number of someone, I can send paying sms using his Mobilephone number?
  8. I tried this too and only the text is disabled. The button still change color when my mouse is over it. ...
  9. Well I already have dll but the problem is it make me 2 separate files. If I use a library like in C++, I should be able to compile it together and then have only one file. I dont think it's possible in autoit ...
  10. It doesnt work if I remove the +1, nothing happen. If I add the + 1 it seem like the button is disabled but there's style the on event action ( the button change look when I click on it etc..) huh?? The $color is the same as $XButton_Location... $XButton_Location = @ScriptDir & "\Images\Skins\Buttons\Style_01"
  11. Thanks for your help! BTW Xskin is ***** amazing program. EDIT: Seem that I have another question lol I have a Xskin button and I want to disable it. I want that the button still have the look of a skinned button but I want that if I put py mouse over it, click on it, nothing happen. I just want the look but not the event that come with it. $Ok = _HoverButton("Ok", 59, 290, 125, 30, $XButton_Location) GUICtrlSetFont ($Ok + 1, 8.5, 18, "", "Arial black") $Cancel = _HoverButton("Cancel", 59, 325, 230, 30, $XButton_Location) GUICtrlSetFont ($Cancel + 1, 7, 10, "", "Arial") GUICtrlSetState($Cancel + 1, $GUI_DISABLE)
  12. But how can I use the functions inside it? Can I compile an exe and attach a .lib file to it? Like #include <blabla.lib> then I could call a function in my script.
  13. I have a quick question, Can I use library file (.lib) with Autoit?
  14. Thanks again! Work perfect except for the bottom middle picture: Bottom Middle = 6.bmp
  15. It worked fine, my skin is very nice now. I was just wondering if there's a way to set the window so that you can drag,move it anywhere when you hold anypart of the skin images. Now, the only place that let move the window is near the title bar on top. The problem is that you cant see the title bar because of the skin and 1 time out of 2 I cant drag the window because I dont click at the right spot. Is there a way to set that each skin images let you drag the main window when you press on them? I'm sure there something to do with MouseHover_ but I really dont know how to do it.
  16. Hehe Sweeeet ! Thx Valu ;-)
  17. Thanks! How can I change the font a button made with ButtonHover_ ? This doesnt work: $Button = _HoverButton("OK", 162, 330, 130, 30, $XButton_Location) GUICtrlSetFont ($Button, 8.5, 18, "", "Arial black") I know that it doesnt work because it's a picture and not a Gui buttons but how can I change the label font?
  18. The best one I know outhere is Adobe Illustrator
  19. Hi, I have a few questions: 1. How can I Xskin a button using the Buttons skin folder? It's easy to do it with ezskin but I want to make it myself in my script. I want to skin two buttons in my Gui using the Style_01. If the button's skins are in @ScriptDir & "\Images\Skins\Buttons\Style_01", How can I skin a button with Xskin (#include <XSkin.au3>)? 2. How can I set a XskingGuicreate window to be always on top? Where should I use $WS_EX_TOPMOST because there's no such parameters. Thanks
  20. Yes using a memory editor it's easy but what Im trying to do is kinda make a trainer that will look for a value but using Autoit ( like malu did for his memory scanner).
  21. I know about Cheatengine but I was wondering if it possible to do a memory scanner for flash game using Autoit.
  22. malu05: Do you think it's possible to make a scanner for a flash game in an internet browser using the same structure as you did? (I mean a flash window game that you play in Internet Explorer)
  23. Look at Random() in the helpfile. While 1 $number = Random(0,10, 1) MsgBox(0,"",$number) Wend
  24. The problem is if Blizzard heard and spot that specific forum, they will be able to follow step by step what everyone is doing and then fix all your updates...By keeping it here, it's an individual thread that doesnt bring the attention. Is the other people in the video were able to actually see what you were doing? Are you able to jump on those obects that you move or you go through them? (I mean, can you interact with them?)
  25. What about bringing a chest near you using this technique?, because theres mobs around it.
×
×
  • Create New...