dupa

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - cyberjedi

Pages: 1 ... 13 14 [15]
211
11111

212
Ultra Hal Assistant File Sharing Area / Ultra Hal can now play .mkv Movies
« on: November 17, 2016, 01:16:53 pm »
0000000000000000

213
Ultar Hal needs a Webpage Scraper for Social Media. Come on fellas... It needs to be able to read the chat,,mhmmmm.. It will need an array to store data as well as a Leader , my choice would be \\ . I think that,  learn from the clipboard could be 1 way to Hook Hal. Another way would be to do a real fancy copy/paste auto Script. i have done thing this very thing with hal on the posting ,seems to work.lol. Most times. This would make Hal portable , and make all chat rooms his slave.while still being benign to the host Chat Server, Think of it as an over lay chat. Totally doable . All u would have to have is hal running with webpage loaded  thanx cyberjedi...


214
Ultra Hal Assistant File Sharing Area / Hal Movies
« on: November 16, 2016, 01:51:18 pm »
00000

215
c

216
Ultra Hal Assistant File Sharing Area / Hals output to a chat room
« on: November 16, 2016, 07:45:16 am »
This is Hal out put to basically any chat room with minimal coding involved

217
Ultra Hal 7.0 / Ultra hal slaves out all chat rooms
« on: November 15, 2016, 11:51:06 am »
Well hell : after such a Fast response, i can hardly resist.  The Image here you have is  Hal posting to a chat room. The way was done was with a Script (believe it or Not) lol Autoit record key stroke."Bows head in shame"  I also cannibalized another plugin called r2d2 (shout out to him) awesome idea. Takes Hal response and sends it to the clip board. What i did from there was call to my little EXE that grabs the clipboard data and grabs  focus of the input area of the chat window and paste the data, then fire's off a SNDKEYS (enter) command that gets the JOB DONE.  Presto EVERY chat room be comes Hal's Slave. Of course u must patent it to each chat window, I.E Vaughn and Ivlog have 02 different setups. And u must grab focus in different ways . Case in point. This is done with Chatango.



#region --- Au3Recorder generated code Start (v3.3.9.5 KeyboardLayout=00000409)  ---

#region --- Internal functions Au3Recorder Start ---
Func _Au3RecordSetup()
Opt('WinWaitDelay',100)
Opt('WinDetectHiddenText',1)
Opt('MouseCoordMode',0)
Local $aResult = DllCall('User32.dll', 'int', 'GetKeyboardLayoutNameW', 'wstr', '')
If $aResult[1] <> '00000409' Then
  MsgBox(64, 'Warning', 'Recording has been done under a different Keyboard layout' & @CRLF & '(00000409->' & $aResult[1] & ')')
EndIf

EndFunc

Func _WinWaitActivate($title,$text,$timeout=0)
   WinWait($title,$text,$timeout)
   If Not WinActive($title,$text) Then WinActivate($title,$text)
   WinWaitActive($title,$text,$timeout)
EndFunc

_AU3RecordSetup()
#endregion --- Internal functions Au3Recorder End ---

_WinWaitActivate("cyber jedi talking to Alice","")
Send("{CTRLDOWN}c{CTRLUP}{CTRLDOWN}c{CTRLUP}")
_WinWaitActivate("Mozilla Firefox","")
Send("{CTRLDOWN}v{CTRLUP}")
#endregion --- Au3Recorder generated code End ---



To get chat,  from chat room to her can be done in a few ways, all of which are not condoned . Hint (Vector based screen scraper) would just give real bitcoins for a VBS that could do the same, comon fellas , ive done my part.

Pages: 1 ... 13 14 [15]