Jump to content

nightcore2828

Members
  • Posts

    9
  • Joined

  • Last visited

Everything posted by nightcore2828

  1. i need way to make my program navigate through many different url-s in background i tryed with _IENavigate but after navigating through 2 links it crashes the script so yeah thats not gonna work. so please if u can give me some links or codes of winhttp please do it ( i don't need to get source codes or anything just navigate to page and then to other one and so on) pre thanks from nightcore2828 one question is it normal when: Local $hOpen = _WinHttpOpen("Mozilla/5.0 (Windows NT 6.1; WOW64; rv:23.0) Gecko/20100101 Firefox/23.0") If @error Then MsgBox(0,"","error") EndIf gives me msgbox with error?
  2. same here and i think it still is not. but if you don't know what you need to look for in help file you can't look it
  3. yeah i am looking around this forum aswell but since the forum is messed up pretty much i can't find anything useful and stil lsome example lines how to give the font to hello in $hi would be nice
  4. amm and how should i do it please few examples maby
  5. I need to make my program write .txt file and the lines should have selected font and size can some one help me out? FileWrite("patient"&$numberofpatient&".txt","") $hi=FileWriteLine("patient"&$numberofpatient&".txt","hello") how i can make hello in variable $hi have font arial,bold and size 20? and would be nice if someone can add lines to print that txt
  6. Hi I'm trying to make the resizeable script working area what corners define the working coordinates of the pixelsearch. screen should be appear when u press drag window button in GUI. I have tryed to look help but am i using wrong words or something but i can't find any help. here is the script i have so far i am new to autoit and learning scripting. #include <ButtonConstants.au3> #include <GUIConstantsEx.au3> #include <StaticConstants.au3> #include <WindowsConstants.au3> #Region ### START Koda GUI section ### Form= $Form1 = GUICreate("UltraCore helper", 553, 319, 192, 124) $Label1 = GUICtrlCreateLabel("Made By Nightcore", 448, 288, 95, 17) $Button1 = GUICtrlCreateButton("Drag Window", 392, 24, 145, 49) GUICtrlSetResizing(-1, $GUI_DOCKAUTO+$GUI_DOCKLEFT+$GUI_DOCKRIGHT+$GUI_DOCKTOP+$GUI_DOCKBOTTOM+$GUI_DOCKWIDTH+$GUI_DOCKHEIGHT) GUISetState(@SW_SHOW) #EndRegion ### END Koda GUI section ### While 1 $nMsg = GUIGetMsg() Switch $nMsg Case $GUI_EVENT_CLOSE Exit EndSwitch WEnd
  7. eaven if the game is made by my friend and i just use it to learn about scripting?
  8. i'm trying to make bot that clicks twice on the npc when pressed hotkey. i tryed to look unique pixel on the npc but did not manage 2 find it beacose many other npc-s have same pixels. so i tought maby is it possible to look pixels pattern example pattern of 5px*5px area. but well here is the problem i'm not that advanced to make it alone so i could use ur help my skype:Margus.Nightcore NB!This skype is made for shearing and does not have my personal information what i may wanna hide. so please who is willing to help add me. i will check this forum aswell but live help is always better.
×
×
  • Create New...