Skip to content

Fake pic or not????

Viewing 15 posts - 1 through 15 (of 49 total)
  • Author
    Posts
  • #183196

    look at this pic, what do U think??????? 8)

    #183244

    and if you want to know if i can login with these instance look at this 😆

    #183243
    Ponies
    Member

    Real.

    Dident you tell me? Rofl.

    dont i spoil everything

    #183242
    Admin
    Administrator

    holy crap man, it looks real how in hell you did that 😯

    #183241

    it’s real screen shot loco. U just have to rename paltalk.exe, paltalk001.exe,paltalk002.exe,paltalk003.exe…

    and create a new process for each of them

    #183240
    Admin
    Administrator

    ah damn let me try it thanks man 🙂

    #183239
    Admin
    Administrator

    Ah call me a dummy lol but when you say start new processes you mean click on the each rename paltalk 🙂 I try it didnt wokr for me 🙁

    #183238

    😀 nope, I use vbnet to create a new process like this

    first I have to do import
    Imports System.Diagnostics

    and in my function I do like this one

    Dim NewProcess As Process = New Process
    NewProcess.Start(“C:Program FilesPaltalk Messengerpaltalk.exe”)
    Dim NewProcess2 As Process = New Process
    NewProcess2.Start(“C:Program FilesPaltalk Messengerpaltalk001.exe”)


    U see what I meant, U have to do a search how create a process with vb6 if you dont have vbnet like me 8)

    #183237
    Walid aicp
    Member

    hm

    #183236
    Walid aicp
    Member

    hmm

    #183235
    method
    Member

    @nanomachine007 wrote:

    😀 nope, I use vbnet to create a new process like this

    first I have to do import
    Imports System.Diagnostics

    and in my function I do like this one

    Dim NewProcess As Process = New Process
    NewProcess.Start(“C:Program FilesPaltalk Messengerpaltalk.exe”)
    Dim NewProcess2 As Process = New Process
    NewProcess2.Start(“C:Program FilesPaltalk Messengerpaltalk001.exe”)


    U see what I meant, U have to do a search how create a process with vb6 if you dont have vbnet like me 8)

    man could u upload working exe for .net one i think multi threading is not supported with vb6!! i tried by adding another paltalk01.exe in same folder and nothing happend!!! could u tell us how to do this.thanks

    #183234

    I use vs2005, if i make a .exe you must have framwork2.0 to install it but just run these instances U must dl framework has non-sense, Ok I will check if I can do with vb6

    by the way maybe loco has done it in vb6 cuz this morning he read this post and got a try.

    hope pt does not fix it soon lol

    #183233
    method
    Member

    @nanomachine007 wrote:

    I use vs2005, if i make a .exe you must have framwork2.0 to install it but just run these instances U must dl framework has non-sense, Ok I will check if I can do with vb6

    by the way maybe loco has done it in vb6 cuz this morning he read this post and got a try.

    hope pt does not fix it soon lol

    Man i hope u guys show me how to do it in vb6 or i do not mind using .net and i can install framwork2.0. could u tell me why it did not work manually by adding new paltalk02.exe?

    #183232

    well when u did manually, u are not fast enough, pt validate to ensure just one instance is ran

    #183231

    ok I did it just about 3 minutes lol, so just for english people
    U must create these file below to run this progg

    C:Program FilesPaltalk Messengerpaltalk.exe
    C:Program FilesPaltalk Messengerpaltalk001.exe
    C:Program FilesPaltalk Messengerpaltalk002.exe
    C:Program FilesPaltalk Messengerpaltalk003.exe

    wat u do is copy paltalk.exe and rename like that and run this proggi and tell me if it works. it works on my computer 8)

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