Anybody can translate this source code in C to Basic 
Author Message
 Anybody can translate this source code in C to Basic

Hi to all, I am Dom.
I have put in this attached file the source code in C to change the win95
start button text.
But I want translate this code in Basic or in Visual Basic. Anybody can
help me translating this code from C to Basic. If you can change the
program to change automatically the win95 start button text in "Bully" (for
example) it's better (instead of any text). Answer me as soon as possible

Bye, Dom!
begin 600 source.txt
<encoded_portion_removed>
end



Thu, 18 May 2000 03:00:00 GMT  
 Anybody can translate this source code in C to Basic

I could translate it but I need to know where in the file to change the
text.



Sat, 20 May 2000 03:00:00 GMT  
 Anybody can translate this source code in C to Basic



Quote:
> I could translate it but I need to know where in the file to change the
> text.

Hi, I am Dom
Thanks for your interesting.
Now I have understood that the source code I have put in newsgroup is
wrong. Infact i need a source code in basic or visual basic that
search this type:
%.3.(.%.1.).....
( the full stop is the character chr(0) infact in an hexadecimal editor it
is 00 )
This type, I think exist in any explorer.exe, therefore to crack all
explorer.exe the program must search before this type and then it must
write the label "B.U.L.L.Y." (The full stop is 00) at that position. Do you
think it work?

Anyway I have made this source code to crack my explorer.exe
but I think that it don't works in all explorer.exe:

FileCopy "c:\windows\explorer.exe", "c:\windows\explorer.new"
  Open "c:\windows\explorer.new" For Binary As #1
  Put #1, 185905, "B"
  Put #1, 185907, "U"
  Put #1, 185909, "L"
  Put #1, 185911, "L"
  Put #1, 185913, "Y"
  Close #1

Now I need only, how to search in the file the position where there is that
type and then write the new label there.
If you want verify if there is that type download an hexadecimal editor.
Thanks very much, answer me as soon as possible please. Thanks again and
escuse me for my english :>.
Bye, Dom



Sun, 21 May 2000 03:00:00 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. Anybody can translate this code from C to Basic or Vb

2. Anybody else translating HB Basic?

3. Visual Basic source-code to C++ source-code

4. Visual Basic source-code to C++ source-code

5. Visual Basic source-code to C++ source-code

6. Translating Old Source Code to VBScript - Fortran 77

7. can anybody get me some source code for VBPJ's Webfiler in Feb 96

8. Anybody got FTP Source Code

9. Anybody know where I can get source code for a card generator

10. (HELP) - Anybody have some anti-aliasing source code?

11. Translate asm code to Basic

12. BASIC CGI scripts/ source code for basic interpreter

 

 
Powered by phpBB® Forum Software