Jump to content

liten

Active Members
  • Posts

    103
  • Joined

  • Last visited

liten's Achievements

Adventurer

Adventurer (3/7)

0

Reputation

  1. well since its a coding language you cant really give it a bad name *smiles* thats like saying "wow, since hackers make hacks with C++, C++ must be a BADD coding language *stares* hahah -tri407tiny
  2. Nothing, i just load up the CLient ANfd server on my PC and when the client loads, bam in a flash its gone, with no Errors,just an exit code
  3. ehh could you re upload code, its ehh messed up "Funny Words"
  4. once i run the client it just connects opens then in a flash it exits ??
  5. OK i think i found th eproblem see when autoit uses _MemoryOpen im guessing it compares it to a procecess list and then if the pid matches it continues and gives t=you the info, thing is i made a custom procees list to mimic CE "Long Process List than when compared to autoits, its about 2 times as long so im guessing i need to tell _memoryopen to check "MY" Process List for info if not, please tell me steps on manuallly doing what _memopen does no dll please
  6. yes, but in my case the process is hidden, i got the process with wingetprocess ID but when i use that ID with Autoit(PID) it dosent work here is how it looks to me on other programs 00000FD8-Explorer.exe 00000FD9-Explorer.exe 00000FDA-Explorer.exe 00000FDB-Explorer.exe and when i do winget process ID (rem were imagining this is the hidden process) since it cant find Explorere.exe in the reg list it comes here and returns FD8 not in hex _Memory Open dosent work
  7. yes, but in my case the process is hidden, i got the process with wingetprocess ID but when i use that ID with Autoit(PID) it dosent work here is how it looks to me on other programs 00000FD8-Explorer.exe 00000FD9-Explorer.exe 00000FDA-Explorer.exe 00000FDB-Explorer.exe and when i do winget process ID (rem were imagining this is the hidden process) since it cant find Explorere.exe in the reg list it comes here and returns FD8 not in hex _Memory Open dosent work
  8. OMG your a Guinnessn
  9. not really more of something that can be used in this way $numberrange = 1 to 50 if $currentnumber = $numberrange then Func() else this says if $currentnumber is equal 1 or 2 or 3 or 4 or 5 or 6 or 7 or 8 or 9 or 10 but wiht out havign to type that out
  10. SImple question how do i set a value to have a range instead of 1 number such as $Value = 1 thru 10 instead of $value1 = 1 $value2 = 2 etc..
  11. ? is tat code, ehh im trying hold on, and ty EDIT: ehh SetWindowTheme( GetSafeHwnd(), L"", L"" ) dosent work, i know that cant be the code, SO what did you mean DllCall("UxTheme.dll", "int", "SetWindowTheme", "hwnd", $hGUI, "ptr", 0, "wstr", "") ?
  12. Ok i have a program and for certin resons i cant post the whole 3k line source code, bt i can say that i bul this with my WIndows XP SP4 system and now other useres who try to use it says it shows up w/ doffrent colors and funny looking unless they run it with Visual Themes Disabled, My question is How can i fix this, so they dont need to disable visual themes and my text and such colors show up normal Instead of weird on other computers not windows XP
×
×
  • Create New...