AutoHotkey Community

It is currently May 24th, 2012, 7:25 am

All times are UTC [ DST ]


Search found 6 matches
Search these results:

Author Message

 Forum: Scripts   Topic: [function] httpQuery GET and POST requests - update 0.3.6

 Post subject: https
Posted: August 23rd, 2010, 8:52 pm 

Replies: 232
Views: 82664


why i am getting blank message :(
Code:
#include httpQuery.ahk
html    := ""
URL      := "https://www.paypal.com"
httpQueryOps := "storeHeader"
length := httpQuery(html,URL,headers)
varSetCapacity(html,-1)
msgbox %html%

 Forum: Support   Topic: help using proxy in WININET

 Post subject: help using proxy in WININET
Posted: August 12th, 2010, 5:14 pm 

Replies: 0
Views: 351


hi all, i am trying to use the proxy function of WININET in my code, but its not taking the proxy , can anyone help me about this ?? WININET_Init() lpszProxyName="123.237.250.24:808" MsgBox % UrlGetContents("http://www.anysite.net") WININET_UnInit() return

 Forum: Support   Topic: its possible to read/write memory values using ahk??

Posted: July 28th, 2009, 12:51 pm 

Replies: 3
Views: 276


Anonymous wrote:
popsot wrote:
its possible to read/write memory values using ahk??

yes, search the forums for your solution. Search


well i cant found it from search ...that's why i posted here. .a link to a post about it would help :P

 Forum: Support   Topic: its possible to read/write memory values using ahk??

Posted: July 28th, 2009, 12:34 pm 

Replies: 3
Views: 276


if its possible i want to create game trainer using ahk... :P ..

 Forum: Support   Topic: pressing 2 keys at once..

Posted: July 11th, 2009, 11:33 am 

Replies: 2
Views: 193


HotKeyIt wrote:
Try this:
Code:
b::
Send, {Right Down}{Down Down}{Down Up}{Right Up}
Return


it works :P :P :P :P :P :P :P :P :P :P ....thanks dude...many many thanks...now time for some cheating :twisted:

 Forum: Support   Topic: pressing 2 keys at once..

 Post subject: pressing 2 keys at once..
Posted: July 11th, 2009, 9:57 am 

Replies: 2
Views: 193


hi all, i am creating a micro for a game ... here it is #Persistent #InstallKeybdHook SetKeyDelay, 60,60 b:: { send,{RIGHT}{DOWN} } Return i want to code it that way so RIGHT and DOWN arrow will be pressed at the same time when "b" is pressed.. not 1st RIGHT t...
Sort by:  
Page 1 of 1 [ Search found 6 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group