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 ...
Search found 36 matches
- Fri May 04, 2007 3:44 pm
- Forum: Off Topic
- Topic: Sorry for my friends (PBchinese)
- Replies: 23
- Views: 4359
- Fri May 04, 2007 3:21 pm
- Forum: Off Topic
- Topic: Don't visit www.purebasic.cn!
- Replies: 47
- Views: 7057
- Fri May 04, 2007 3:13 pm
- Forum: Off Topic
- Topic: Sorry for my friends (PBchinese)
- Replies: 23
- Views: 4359
- Fri May 04, 2007 2:53 pm
- Forum: Off Topic
- Topic: Don't visit www.purebasic.cn!
- Replies: 47
- Views: 7057
- 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 ...
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 ...
- Fri May 04, 2007 2:21 pm
- Forum: Off Topic
- Topic: Don't visit www.purebasic.cn!
- Replies: 47
- Views: 7057
- Fri May 04, 2007 2:15 pm
- Forum: Off Topic
- Topic: Don't visit www.purebasic.cn!
- Replies: 47
- Views: 7057
- 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 ...
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 ...
- Thu May 03, 2007 2:55 pm
- Forum: Off Topic
- Topic: Don't visit www.purebasic.cn!
- Replies: 47
- Views: 7057
- Sat Oct 07, 2006 4:08 am
- Forum: Coding Questions
- Topic: Questions About Gadget,Shellcommand,Image,Network
- Replies: 3
- Views: 1002
- Fri Oct 06, 2006 12:56 pm
- Forum: Coding Questions
- Topic: Questions About Gadget,Shellcommand,Image,Network
- Replies: 3
- Views: 1002
- 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 ...
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 ...
- Sun Oct 01, 2006 1:08 pm
- Forum: Coding Questions
- Topic: Process injection Question
- Replies: 5
- Views: 1812
- Sun Oct 01, 2006 12:25 pm
- Forum: Coding Questions
- Topic: Process injection Question
- Replies: 5
- Views: 1812
- 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 ...
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 ...