Search found 36 matches

by netfriends
Fri May 04, 2007 3:44 pm
Forum: Off Topic
Topic: Sorry for my friends (PBchinese)
Replies: 23
Views: 4359

The admin(Mysticboy) of purebasic.cn call on me said that,his id "PBchinese" was a new id of his,but he lend it to a new PBer(Chinese) to post the topic on this forum ,and stolen last.he can't find the password because the e-mail of Profile is nonexistence.
In short,I can ensure that they would ...
by netfriends
Fri May 04, 2007 3:21 pm
Forum: Off Topic
Topic: Don't visit www.purebasic.cn!
Replies: 47
Views: 7057

Maybe so call like milan1612.
I can only use the HTTP Proxy to access this forum and the (.com).
by netfriends
Fri May 04, 2007 3:13 pm
Forum: Off Topic
Topic: Sorry for my friends (PBchinese)
Replies: 23
Views: 4359

They have understood the inrection of coding hacker tools,if the admin can forgive them, I will say to them to post a sorry reply under my topic :roll:
by netfriends
Fri May 04, 2007 2:53 pm
Forum: Off Topic
Topic: Don't visit www.purebasic.cn!
Replies: 47
Views: 7057

Brice Manuel wrote:netfriends: Who is the girl in your avatar?
She is my netfriend :wink:
by netfriends
Fri May 04, 2007 2:49 pm
Forum: Off Topic
Topic: Sorry for my friends (PBchinese)
Replies: 23
Views: 4359

Sorry for my friends (PBchinese)

(because PBchinese have problems in English,so I help them with the "sorry topic")(also,I am not good at English too)

PBchinese is sorry for this event,he used PB to code the hacker tools,and use the IDs of "PBchinese,Mysticboy" to post the questions about hacker program too.
On our forum,we have ...
by netfriends
Fri May 04, 2007 2:21 pm
Forum: Off Topic
Topic: Don't visit www.purebasic.cn!
Replies: 47
Views: 7057

Hi DarkDragon
Because Chinese only can goto the (.de),but not the (.com ...etc)
by netfriends
Fri May 04, 2007 2:15 pm
Forum: Off Topic
Topic: Don't visit www.purebasic.cn!
Replies: 47
Views: 7057

You are all wrong...
I say the unreg means demo vision :)
and I am a high school student,& I am preparing with the university entrance examination.
Some PBChinese really buy the PB(like Mysticboy ect),and I can't find any ILLEGAL copy on others web.
I am a student , I didn't have the money for PB ...
by netfriends
Fri May 04, 2007 1:44 pm
Forum: Off Topic
Topic: Don't visit www.purebasic.cn!
Replies: 47
Views: 7057

You are all wrong...
I say the unreg means demo vision :)
and I am a high school student,& I am preparing with the university entrance examination.
Some PBChinese really buy the PB(like Mysticboy ect),and I can't find any ILLEGAL copy on others web.
I am a student , I didn't have the money for PB,so ...
by netfriends
Thu May 03, 2007 2:55 pm
Forum: Off Topic
Topic: Don't visit www.purebasic.cn!
Replies: 47
Views: 7057

Hi, my friends
I wrote the Super Control with unreg PB3.94
but I don't think they are trojans
just like Super Control WAP! , it can help parents with their kids. on the other hand ,it can improve my PB skills.
so, don't say bad things behind us as a matter of course .
If we really make some wrong ...
by netfriends
Sat Oct 07, 2006 4:08 am
Forum: Coding Questions
Topic: Questions About Gadget,Shellcommand,Image,Network
Replies: 3
Views: 1002

Hi Xombie,It's not demo version of 3.94.
Can I load the PBOSL to PB4?
How to load?
by netfriends
Fri Oct 06, 2006 12:56 pm
Forum: Coding Questions
Topic: Questions About Gadget,Shellcommand,Image,Network
Replies: 3
Views: 1002

Sorry,Compiling in PureBasic v3.94 :oops:
I find the under code in PB4,Is that help for solving the shellcommand problem?
Debug "Running"
numb = RunProgram("cmd", "/r ipconfig", "",#PB_Program_Hide|#PB_Program_Open|#PB_Program_Read)

If IsProgram(numb)
While ProgramRunning(numb)
Debug ...
by netfriends
Fri Oct 06, 2006 4:48 am
Forum: Coding Questions
Topic: Questions About Gadget,Shellcommand,Image,Network
Replies: 3
Views: 1002

Questions About Gadget,Shellcommand,Image,Network

1) Network
When I CreateNetworkServer and a Client connect to Server,How can I get the Client's IP(Client couldn't send anything)

2) Gadget
I try to Show a BalloonTip on SysTrayIcon when comes an event.
I use under codes
AddSysTrayIcon(#SysTrayIcon, WindowID(), ImageID)
BalloonTip(WindowID ...
by netfriends
Sun Oct 01, 2006 1:08 pm
Forum: Coding Questions
Topic: Process injection Question
Replies: 5
Views: 1812

Yeah Inf0Byt3 ! Thanks for your help.:D
by netfriends
Sun Oct 01, 2006 12:25 pm
Forum: Coding Questions
Topic: Process injection Question
Replies: 5
Views: 1812

Add on (still waiting)
by netfriends
Sat Sep 30, 2006 3:29 pm
Forum: Coding Questions
Topic: Process injection Question
Replies: 5
Views: 1812

Process injection Question

I have used the code To inject the test.dll To taskgmr.exe

enter.exe

#PROCESS_VM_OPERATION = $8
#PROCESS_VM_READ = $10
#PROCESS_VM_WRITE = $20


#PAGE_READWRITE = $4

#MEM_COMMIT = $1000


Procedure FindPID(process.s)
For i=1 To 2000
If FindString(LCase(GetProcessName(i)),process,0)>0
Break ...