Paltalk Bot Source Code VB .net 2010

Viewing 15 posts - 31 through 45 (of 77 total)
  • Author
    Posts
  • #186794
    Chike
    Member

    @locohacker wrote:

    Source Updated to work with paltalk build 530 🙂

    Source corrected to work with any version + some bug fixes.
    Didn’t test it LOL you debug it

    EDIT: made a mistake there change IsVisible to IsWindowVisible

    #186793
    Admin
    Administrator

    Nice is working great I gonna test more this Monday AH I also needed to declare IsWindowVisible

    Public Declare Function IsWindowVisible Lib "user32" (ByVal hwnd As IntPtr) As Boolean

    Thanks alot man 🙂 no more updating hopefully heheh

    #186792
    Chike
    Member

    @locohacker wrote:

    Nice is working great I gonna test more this Monday AH I also needed to declare IsWindowVisible

    Public Declare Function IsWindowVisible Lib "user32" (ByVal hwnd As IntPtr) As Boolean

    Thanks alot man 🙂 no more updating hopefully heheh

    I declared IsVisible there you could just change the name, or change As Boolean to As Integer, it’s better IMO.
    The bot don’t send or read text? I didn’t see any refernces to GetChild to find them.
    Last time I checked v11 it was the same so it should work with all versions, I don’t know about the user status though.

    #186791
    Admin
    Administrator

    Ah I forgot to change the declaration to IsWindowVisible K i gonna change it to Integer. The bot send and receives text, but I really didnt test it alot just for a few minutes. Well the indexes still the same and I use that for those stuff not the getchild I think 🙂 and for this bot I dont use the user status yet, although Im thinking on putting a small timer talk timer in the future 🙂

    #186790
    Chike
    Member

    Clean your code, at the winter maybe LOL
    I’ve looked at EnumChildWindows documentation and it says the return value is not use so I’ll post better code to make sure the handle was found.

    #186789
    Departure
    Member

    ^ agreeded about cleaning your code, you really need to give your components meaningful names instead of checkbox1, textbox1 ect.. and use variables with meaningful names where possiable

    #186788
    Chike
    Member

    @Departure wrote:

    ^ agreeded about cleaning your code, you really need to give your components meaningful names instead of checkbox1, textbox1 ect.. and use variables with meaningful names where possiable

    I didn’t mean that clean, just get rid of duplicats would be a good start

    #186787
    Chike
    Member

    Did some cleaning, and changed the way control window is found.
    I’m quite sure the marsaling is not needed, but did it anyway.
    Didn’t check if running.

    #186786
    Admin
    Administrator

    Lol man cleaning would take for ever and i don’t remember what texbox goes for what is like reading the whole code line by line 🙂

    #186785
    autopilot
    Member

    @locohacker wrote:

    cleaning would take for ever and i don’t remember what texbox goes for what

    that is why you rename as you go, giving them meaningful names

    #186784
    Admin
    Administrator

    🙂 true cause is also a pain to fix the bugs when you don’t know what goes with what, I’ll see if I stop been a lazy asz and change it 🙂

    #186783
    Chike
    Member

    @locohacker wrote:

    I’ll see if I stop been a lazy asz and change it 🙂

    After the holidays maybe.

    #186782
    Admin
    Administrator

    Chike man the work it requires will mean I have to spend a whole month on it lol no even the holidays is enough :mrgreen:

    #186781
    Admin
    Administrator

    Here is the code with Chike changes it works with paltalk 11 too Thanks Chicke 🙂

    #186780
    Johnny5
    Member

    The code doesn’t seem to be able to send text on Paltalk Version 11.1 build 537. can someone please confirm this?

Viewing 15 posts - 31 through 45 (of 77 total)
  • You must be logged in to reply to this topic.