Jiiix

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 22 total)
  • Author
    Posts
  • in reply to: FastPanel 2.7 – Mic Jump with RedDot Flood #174707
    Jiiix
    Member

    @china-man looooooool 🙂

    in reply to: FastPanel 2.7 – Mic Jump with RedDot Flood #174709
    Jiiix
    Member

    @china-man

    yes sorry about that :$

    i will replay to the PM

    in reply to: Pal List Manager v1.0 #174713
    Jiiix
    Member

    @china-man

    Yes bro i have customized my screen because my laptop have Full HD screen and with the normale mode everything is small hhhhhhhhhhh

    about the message “please start your Paltalk

    i think you are using an beta version of the paltalk

    but i fix it with this function

    { Get Paltalk Hwnd}
    function GetPaltalkHWND: HWND;
    var
      PalWinTitle:string;
    begin
      if FindWindow('SEINFELD_SUPERMAN','Paltalk Messenger') <> 0 then
      Result := FindWindow('SEINFELD_SUPERMAN','Paltalk Messenger')
      else
      Begin
        FindWindowWildcard('Paltalk Messenger', PalWinTitle);
        Result := FindWindow(nil,PChar(PalWinTitle));
      End;
    end;

    please run my tool again and update me with the result bro.

    in reply to: PalsListImporter v1.0 #174719
    Jiiix
    Member

    Inly reason for import tool is to migrate your pals from one nick to another. Getting pals from a room is not a solution. Forget about CAccordionCtl , you can simply open the send im to many pals window and get the names from the SysListView32


    @Chike

    thanks for mentioning  me bro

    check the new tool

    https://www.imfiles.com/topic/pal-list-manager-v1-0/

     

    in reply to: PalsListImporter v1.0 #174721
    Jiiix
    Member

    Hello @chike
    you can export the list using PalTool (geting the pals list from the room) ,Banned list from this tool BannedRenewal or you can create the list manually.
    the idea form coded this tool is just repaying to my brother @china-man  in here 

    but finally we will figure out  the CAccordionCtl soon or later to create the PalsManager tool.

    i’m currently out of coding new tools, i’m stick in the jazari project.

    Thanks,

    in reply to: BannedRenewal #174725
    Jiiix
    Member

    @china-man OR @ChiNa 🙂

    Hello Bro

    Yes they can with this tool

    https://www.imfiles.com/topic/palslistimporter-v1-0/

    i just create it to make my answer yes they can xD

     

    in reply to: Pal Actions v1.5 (Mass Add, Mass remove and Mass invite) #174732
    Jiiix
    Member

    version 1.8.6
    Change logs:
    Add 1000 plas in 6s.
    For security reason add HWID and key.
    This version is unlocked no need to key to active it.
    improve invite,Add speed

    download
    http://www.jiiix.org

     

    in reply to: AntiRedDot and AntiBounce #191030
    Jiiix
    Member

    I never try do something like that, my point just do what i need. Maybe u can do it . Make attention about UID for each nick, that is the key.

     

    Thanks again

    i will do my best to figure it out and will share it in here

    in reply to: AntiRedDot and AntiBounce #191032
    Jiiix
    Member

    hi, Just copy & paste ur code to Delphi then u will see. U try to block WM_COMMAND & WM_QUIT in SendMessage API, But if I know Paltalk has alot WM_COMMAND in paltalk.exe but not only for reddot. Like I tell u it’s very easy to never see reddot in ur nick or the room never close when u get bounce, but u still disconnect from paltalk’ server. The action does not from ur computer it done by another to server.

     

    thanks winter

    i was think all the actions come from my client 🙂

    your point if i block all paltalk.exe messages in my PC for the red dot still i cant jump to the mic if someone red dot me ?

     

    in reply to: AntiRedDot and AntiBounce #191034
    Jiiix
    Member

    Hades.dll

    is the Dll part : in my first post

    i have block some of paltalk messages with this the messed up code.

    such as <span style=”color: #808080;”>WM_COMMAND and WM_QUIT</span>

    can you please point me about the var is not correct ?

    in reply to: AntiRedDot and AntiBounce #191036
    Jiiix
    Member

    What is means AntiRedDot or AntiBounce? Your code never works and you don’t patch anything from memory.

    did you try it yourself ?

    if you inject this dll to paltalk process you can block any WM_QUIT message !!!!

    no need to stealing program’s memory

        if GetWindowThreadProcessId(FindWindow(nil,PChar('Paltalk Messenger')), @PPid) <> 0 then
        Begin
           if  InjectDLL(PPid, 'Hades.dll') <> 0 then
           Halt(4);
        end;

    if you have a better idea please guide us to it

    Jiiix
    Member

    post has been updated thanks @Locohacker and the link was fixed now 🙂

    Jiiix
    Member

    i know, i have delete it because the paltalk give me an offer about it.

     

    sorry about that

    Jiiix
    Member

    @Locohacker

    1. add pals in the room to your pal list
    2. invite pals from your pal list to the room
    in reply to: PalTool Version 4.2 new update #174742
    Jiiix
    Member

    @ChiNa-Man thanks for your encouragement bro, and about your notes i will keep it in my mind

Viewing 15 posts - 1 through 15 (of 22 total)