Jump to content

Rorka

Active Members
  • Posts

    105
  • Joined

  • Last visited

Rorka's Achievements

Adventurer

Adventurer (3/7)

0

Reputation

  1. How can I work out a percent of something that will change most sessions. $maxhp = _GetMaxhealth() ;Example returns 5599 $nowhp = _Gethealth() ;Example returns 3099 msgbox(64, "", Number($maxhp/100 * $nowhp)) That returns a massive number. How can i do this?
  2. Thanks
  3. No Problem... Have fun!
  4. Just read the helpfile... Works well
  5. Open notepad... enter: <form action="https://www.monsterpay.com/secure/index.cfm" method="post"> <input type="hidden" name="buttonaction" value="buynow"> <input type="hidden" name="merchantidentifier" value="1234567"> <input type="hidden" name="liddesc" value="test v1.00"> <input type="hidden" name="lidsku" value="01"> <input type="hidden" name="lidprice" value="10"> <input type="hidden" name="lidqty" value="1"> <input type="hidden" name="CurrencyAlphaCode" value="USD"> <input type="hidden" name="ShippingRequired" value="1"> <input type="hidden" name="LIDExpiry" value="1"> <input type="hidden" name="MerchCustom" value="test v1.00"> </form> save it as donate.html then open Scite and type: ShellExecute(@scriptdir & "\Donate.html") try that
  6. If you use ShellExecute(URL) it will load ur default browser
  7. *Solved*
  8. Okay I want to rip text from a website, is this possible? I want to get the version number which is shown like this: Current Version: 0.2 So I only require the 0.2 part. the website link is: Clicky Thanks in advance
  9. If i get some tips ill do it my self...
  10. Guys, its not for a bot... Its for a program for World of Warcraft that im making, where you can load a profile and it shows the route on a map. I dont want to use the Priox format as I plan to make it work with other peoples profiles.
  11. Okay my question is how do I convert one file, into another. The old file looks like this: [GoTo] z=SetLoopStart(10000, 10000) ;repair z=WP( -707.619, 2739.345, 0, 0, 1 ) z=SleepIt(1500) z=SendIt("{ENTER}") z=SleepIt(1500) z=SendIt("/tar Sid") z=SleepIt(1500) z=SendIt("{ENTER}") z=SleepIt(1500) z=SendIt("{F7}") z=SleepIt(1500) z=SendIt("{ESC}") z=WP( -704.081, 2740.161, 4, 0, 2 ) ect... The new file should look like this: <XAutomationWP>707.619 2739.345 0</XAutomationWP> <XAutomationWP>-704.081 2740.161 4</XAutomationWP> As you can see I only want the lines that start "z=WP(" I only need the first 3 numbers, and the "," need removing. Is this possible in Autoit? Thanks
  12. Is it possible to do a tab in a tab? Attached is what im looking for! but when i code a tab in a tab it just adds the tabsheet into the old tab.
  13. Ill have a look, but id prefer not to change window names.
  14. I cant... I need the PID's for other stuff 2.
×
×
  • Create New...