Search found 70 matches
- Fri Mar 16, 2018 10:54 pm
- Forum: Technical / Scripting
- Topic: Twitter DLL revisited
- Replies: 4
- Views: 5210
Re: Twitter DLL revisited
I was able to make a script that used images to automate twitter and post hundreds of jokes with images to twitter all day every day in a random order. Was very rarely detected by the twitter algorythm... I did get detected a few times though and was asked to unlock my account by phone verification....
- Fri Mar 16, 2018 10:13 pm
- Forum: The Water Cooler
- Topic: Site Upgrades
- Replies: 5
- Views: 29490
Re: Site Upgrades
I cant see any of my previous posts to the forum? Have they moved this feature or is it gone now?
- Sun Mar 11, 2018 2:02 pm
- Forum: Technical / Scripting
- Topic: Having A Serial Key Activate The Compiled .EXE
- Replies: 1
- Views: 3182
Having A Serial Key Activate The Compiled .EXE
I was wondering if there was any way in that I could script a .exe file so that it checks a entered serial key against a list of variables and if the entered key code and the variable match could the script delete the variable from the database/list. I would like to be able to offer subscription bas...
- Tue Feb 20, 2018 3:47 pm
- Forum: Scripts and Tips
- Topic: Embed Internet Explorer inside a Custom Dialog
- Replies: 13
- Views: 29519
Re: Embed Internet Explorer inside a Custom Dialog
I was more interested in knowing what this bit of the code does!
r,IEhwnd,DIALOG1.PANEL2.HANDLE
r,IEhwnd,DIALOG1.PANEL2.HANDLE
- Tue Feb 20, 2018 3:45 pm
- Forum: Scripts and Tips
- Topic: Embed Internet Explorer inside a Custom Dialog
- Replies: 13
- Views: 29519
Re: Embed Internet Explorer inside a Custom Dialog
And your not being very helpfull this time round when explaining LibFunc> The URL you left is broken or missing
- Tue Feb 20, 2018 3:44 pm
- Forum: Scripts and Tips
- Topic: Embed Internet Explorer inside a Custom Dialog
- Replies: 13
- Views: 29519
Re: Embed Internet Explorer inside a Custom Dialog
Once again you only answer one of the questions I asked Marcus? Why is the example script opening two processes for IE? The script will not grab any IE instance and parent it to the panel until only only process exists? Is there anyway to fix this?
- Mon Feb 19, 2018 10:42 pm
- Forum: Scripts and Tips
- Topic: Embed Internet Explorer inside a Custom Dialog
- Replies: 13
- Views: 29519
Re: Embed Internet Explorer inside a Custom Dialog
Could you also explian what this line is doing for the example script
I have never used LibFunc> and do not understand what it is doing or what it can be used for exactly. Sorry for being a newbie! Its the only way I learn lol
Code: Select all
LibFunc>user32,SetParent,r,IEhwnd,DIALOG1.PANEL2.HANDLE
- Mon Feb 19, 2018 10:14 pm
- Forum: Scripts and Tips
- Topic: Embed Internet Explorer inside a Custom Dialog
- Replies: 13
- Views: 29519
Re: Embed Internet Explorer inside a Custom Dialog
Ok thanks, what about the fact that the script opens two processes for IE? is it supposed to do that?
- Wed Feb 14, 2018 3:46 am
- Forum: Scripts and Tips
- Topic: Embed Internet Explorer inside a Custom Dialog
- Replies: 13
- Views: 29519
Re: Embed Internet Explorer inside a Custom Dialog
Also when I run the example script IE opens up two processes and MS seems to not know which one to embed in the panel? Is this fixable or at least explainable to why this happens for me? I usually don't use IE browser but I have been trying to use it recently and i am having nothing but browser issu...
- Wed Feb 14, 2018 2:54 am
- Forum: Scripts and Tips
- Topic: Embed Internet Explorer inside a Custom Dialog
- Replies: 13
- Views: 29519
Re: Embed Internet Explorer inside a Custom Dialog
Hi marcus is there anyway to embed a different browser/program window into the panel inside the dialog? like you did with the IE browser in the script example?
- Thu Feb 01, 2018 8:35 pm
- Forum: Technical / Scripting
- Topic: Embedding Bitmap Binary For FindImagePOS
- Replies: 4
- Views: 5709
Re: Embedding Bitmap Binary For FindImagePOS
This was a great help thanks guys
- Thu Feb 01, 2018 1:00 am
- Forum: Technical / Scripting
- Topic: Embedding Bitmap Binary For FindImagePOS
- Replies: 4
- Views: 5709
Re: Embedding Bitmap Binary For FindImagePOS
I know how to import binary data of the bitmap in the script as a label but how do you call it with FindImagePos>?
- Wed Jan 31, 2018 10:28 pm
- Forum: Technical / Scripting
- Topic: Embedding Bitmap Binary For FindImagePOS
- Replies: 4
- Views: 5709
Embedding Bitmap Binary For FindImagePOS
Is it possible to embed the binary data within a compiled exe for bitmaps and then call it somehow for the bitmap image required for the FindImagePOS>? I know this will increase the size of the exe but it would mean I wouldnt need to supply anything like the BMP FOLDER and could then just use the ex...
- Wed Jan 31, 2018 10:23 pm
- Forum: Scripts and Tips
- Topic: Embed Internet Explorer inside a Custom Dialog
- Replies: 13
- Views: 29519
Re: Embed Internet Explorer inside a Custom Dialog
Thanks for this Marcus, it really helped.
- Wed Jan 31, 2018 10:21 pm
- Forum: Technical / Scripting
- Topic: Finding Text And Clicking It On Screen
- Replies: 0
- Views: 7068
Finding Text And Clicking It On Screen
I have a question for the text capturing experts in this forum, prob easier than I think but its not clear for me to really understand. I am using a custom dialog with IE embedded in it and I allow a TextBox to allow the entry of any text, I turn this text into a variable called %SEARCHTEXT% I then ...