Skip to content

is there any way to disable text limit & send big text ?

Viewing 15 posts - 1 through 15 (of 22 total)
  • Author
    Posts
  • #185197
    LightBlue47
    Member

    sometime it`s boring when you try to send normal text that does not contain too many words in paltalk but it tells you that

    Paltalk: Message was not sent. The message was too long or contained non printable characters.

    is there a way to disable the text length limit ?

    #185218

    i dont think you can do that but you can use my text sender for that if you like

    #185217
    Ponies
    Member

    3rd party program or not. Just like typing it in the Box and pressing enter on paltalk anyway.

    #185216
    Admin
    Administrator

    mmhm

    #185215
    MASTER_MIND
    Member

    Hey Guys,

    Did someone test this programm. That will be great if you will be able to send long – long messages. more then that amount of letters which paltalk allow.

    Plz give ur fed backs..

    #185214
    Ponies
    Member

    Uhh. no..

    #185213
    Admin
    Administrator

    Them paltalk peeps wont aloud it, and I don’t thin there is a way to do that sorry 🙁

    then again hhe someone might have a trick 😆 but as of right now i dont think there is a way

    #185212

    no it has no limit loco i testd it like in the paltalk text box wth a long message and paltalk message sayng that we cant do that well i got the program i made and type 30 times more then what i typed in paltalk and guess what it workd how cool 😆

    #185211
    Admin
    Administrator

    cant – pt does all that and they will proly make it more fuked then what it is and cut it down

    #185210
    LightBlue47
    Member

    VINNIE-GM_01

    the file doesn`t work , something is missing with the file pal text.exe

    #185209
    Admin
    Administrator

    really no point in this

    #185208

    ya i have some bugs in the program but i fixd it so heres the new download of it

    #185207
    Admin
    Administrator

    heres why vinnie’s program wont work, what it does, is set the text of the paltalk window and press enter…its the same exact thing as typing it yourself and hitting enter…hence, IT CAN’T WORK!

    #185206
    Mr_BIG
    Member

    cool guys ❗

    #185205

    @Ghost wrote:

    heres why vinnie’s program wont work, what it does, is set the text of the paltalk window and press enter…its the same exact thing as typing it yourself and hitting enter…hence, IT CAN’T WORK!

    ghost i am not saying that your lieing but it dose work i testd it go in a room put in this code

    Option Explicit

    Public Declare Function FindWindow Lib "user32" Alias "FindWindowA" (ByVal lpClassName As String, ByVal lpWindowName As String) As Long
    Public Declare Function FindWindowEx Lib "user32" Alias "FindWindowExA" (ByVal hWnd1 As Long, ByVal hWnd2 As Long, ByVal lpsz1 As String, ByVal lpsz2 As String) As Long
    Public Declare Function SendMessageByString Lib "user32" Alias "SendMessageA" (ByVal hWnd As Long, ByVal wMsg As Long, ByVal wParam As Long, ByVal lParam As String) As Long
    Public Declare Function SendMessageLong& Lib "user32" Alias "SendMessageA" (ByVal hWnd As Long, ByVal wMsg As Long, ByVal wParam As Long, ByVal lParam As Long)
    Public Declare Function SendMessage Lib "user32" Alias "SendMessageA" (ByVal hWnd As Long, ByVal wMsg As Long, ByVal wParam As Long, lParam As Any) As Long
    Public Declare Function GetWindow Lib "user32" (ByVal hWnd As Long, ByVal wCmd As Long) As Long
    Public Declare Function GetClassName Lib "user32" Alias "GetClassNameA" (ByVal hWnd As Long, ByVal lpClassName As String, ByVal nMaxCount As Long) As Long
    Public Declare Function GetWindowText Lib "user32" Alias "GetWindowTextA" (ByVal hWnd As Long, ByVal lpString As String, ByVal cch As Long) As Long
    Public Declare Function GetWindowTextLength Lib "user32" Alias "GetWindowTextLengthA" (ByVal hWnd As Long) As Long
    Public Declare Function EnumWindows Lib "user32" (ByVal lpEnumFunc As Long, ByVal lParam As Long) As Boolean
    Private Declare Function SendMessageA Lib "user32" (ByVal hWnd As Long, ByVal _
    wMsg As Long, ByVal wParam As Long, lParam As Any) As Long
    Private Declare Function PostMessage Lib "user32" Alias "PostMessageA" (ByVal hWnd As Long, ByVal wMsg As Long, ByVal wParam As Long, ByVal lParam As Long) As Long

    Public Const WM_SETTEXT = &HC
    Public Const WM_LBUTTONDOWN = &H201
    Public Const WM_LBUTTONUP = &H202
    Public Const VK_SPACE = &H20
    Public Const WM_KEYDOWN = &H100
    Public Const WM_KEYUP = &H101
    Public Const WM_CLOSE = &H10
    and this one'
    ' ADVAPI32
    '
    ' function prototypes, constants, and type definitions
    ' for Windows 32-bit Registry API

    Public Const HKEY_CLASSES_ROOT = &H80000000
    Public Const HKEY_CURRENT_USER = &H80000001
    Public Const HKEY_LOCAL_MACHINE = &H80000002
    Public Const HKEY_USERS = &H80000003
    Public Const HKEY_PERFORMANCE_DATA = &H80000004
    Public Const ERROR_SUCCESS = 0&

    ' Registry API prototypes

    Declare Function RegCloseKey Lib "advapi32.dll" (ByVal Hkey As Long) As Long
    Declare Function RegCreateKey Lib "advapi32.dll" Alias "RegCreateKeyA" (ByVal Hkey As Long, ByVal lpSubKey As String, phkResult As Long) As Long
    Declare Function RegDeleteKey Lib "advapi32.dll" Alias "RegDeleteKeyA" (ByVal Hkey As Long, ByVal lpSubKey As String) As Long
    Declare Function RegDeleteValue Lib "advapi32.dll" Alias "RegDeleteValueA" (ByVal Hkey As Long, ByVal lpValueName As String) As Long
    Declare Function RegOpenKey Lib "advapi32.dll" Alias "RegOpenKeyA" (ByVal Hkey As Long, ByVal lpSubKey As String, phkResult As Long) As Long
    Declare Function RegQueryValueEx Lib "advapi32.dll" Alias "RegQueryValueExA" (ByVal Hkey As Long, ByVal lpValueName As String, ByVal lpReserved As Long, lpType As Long, lpData As Any, lpcbData As Long) As Long
    Declare Function RegSetValueEx Lib "advapi32.dll" Alias "RegSetValueExA" (ByVal Hkey As Long, ByVal lpValueName As String, ByVal Reserved As Long, ByVal dwType As Long, lpData As Any, ByVal cbData As Long) As Long
    Public Const REG_SZ = 1 ' Unicode nul terminated string
    Public Const REG_DWORD = 4 ' 32-bit number
    Public Sub savekey(Hkey As Long, strPath As String)
    Dim keyhand&
    r = RegCreateKey(Hkey, strPath, keyhand&)
    r = RegCloseKey(keyhand&)
    End Sub
    Public Function getstring(Hkey As Long, strPath As String, strValue As String)
    Dim keyhand As Long
    Dim datatype As Long
    Dim lResult As Long
    Dim strBuf As String
    Dim lDataBufSize As Long
    Dim intZeroPos As Integer
    r = RegOpenKey(Hkey, strPath, keyhand)
    lResult = RegQueryValueEx(keyhand, strValue, 0&, lValueType, ByVal 0&, lDataBufSize)
    If lValueType = REG_SZ Then
    strBuf = String(lDataBufSize, " ")
    lResult = RegQueryValueEx(keyhand, strValue, 0&, 0&, ByVal strBuf, lDataBufSize)
    If lResult = ERROR_SUCCESS Then
    intZeroPos = InStr(strBuf, Chr$(0))
    If intZeroPos > 0 Then
    getstring = Left$(strBuf, intZeroPos - 1)
    Else
    getstring = strBuf
    End If
    End If
    End If
    End Function


    Public Sub savestring(Hkey As Long, strPath As String, strValue As String, strdata As String)
    Dim keyhand As Long
    Dim r As Long
    r = RegCreateKey(Hkey, strPath, keyhand)
    r = RegSetValueEx(keyhand, strValue, 0, REG_SZ, ByVal strdata, Len(strdata))
    r = RegCloseKey(keyhand)
    End Sub


    Function getdword(ByVal Hkey As Long, ByVal strPath As String, ByVal strValueName As String) As Long
    Dim lResult As Long
    Dim lValueType As Long
    Dim lBuf As Long
    Dim lDataBufSize As Long
    Dim r As Long
    Dim keyhand As Long

    r = RegOpenKey(Hkey, strPath, keyhand)

    ' Get length/data type
    lDataBufSize = 4

    lResult = RegQueryValueEx(keyhand, strValueName, 0&, lValueType, lBuf, lDataBufSize)

    If lResult = ERROR_SUCCESS Then
    If lValueType = REG_DWORD Then
    getdword = lBuf
    End If
    'Else
    ' Call errlog("GetDWORD-" & strPath, False)
    End If

    r = RegCloseKey(keyhand)

    End Function

    Function SaveDword(ByVal Hkey As Long, ByVal strPath As String, ByVal strValueName As String, ByVal lData As Long)
    Dim lResult As Long
    Dim keyhand As Long
    Dim r As Long
    r = RegCreateKey(Hkey, strPath, keyhand)
    lResult = RegSetValueEx(keyhand, strValueName, 0&, REG_DWORD, lData, 4)
    'If lResult error_success Then Call errlog("SetDWORD", False)
    r = RegCloseKey(keyhand)
    End Function

    Public Function DeleteKey(ByVal Hkey As Long, ByVal strKey As String)
    Dim r As Long
    r = RegDeleteKey(Hkey, strKey)
    End Function

    Public Function DeleteValue(ByVal Hkey As Long, ByVal strPath As String, ByVal strValue As String)
    Dim keyhand As Long
    r = RegOpenKey(Hkey, strPath, keyhand)
    r = RegDeleteValue(keyhand, strValue)
    r = RegCloseKey(keyhand)
    End Function
Viewing 15 posts - 1 through 15 (of 22 total)
  • You must be logged in to reply to this topic.