[TUT] How to make simple program using Visual Basics 6
Discussion on [TUT] How to make simple program using Visual Basics 6 within the Grand Chase Hacks, Bots, Cheats & Exploits forum part of the Grand Chase category.
Dim xProcess As System.Diagnostics.Process = Nothing
Dim GC As New ProcessStartInfo
GC.UseShellExecute = True
GC.FileName = "main.exe"
GC.Arguments = "__kogstudios_original_service__"
xProcess = System.Diagnostics.Process.Start(GC)
Deleting a file
Code:
IO.File.Delete("ResFeedback.dat")
'Note: Using the code 'Kill("filename.exe")' will put the file to the recycle bin
'While using 'IO.File.Delete' command, it will remove the file permanently.
Feel free to use it.
Btw. I also suggest that you should use the 'Try' command so if anything happens wrong, you can do an action below 'Catch ex As Exception.
Dim xProcess As System.Diagnostics.Process = Nothing
Dim GC As New ProcessStartInfo
GC.UseShellExecute = True
GC.FileName = "main.exe"
GC.Arguments = "__kogstudios_original_service__"
xProcess = System.Diagnostics.Process.Start(GC)
Deleting a file
Code:
IO.File.Delete("ResFeedback.dat")
'Note: Using the code 'Kill("filename.exe")' will put the file to the recycle bin
'While using 'IO.File.Delete' command, it will remove the file permanently.
Feel free to use it.
Btw. I also suggest that you should use the 'Try' command so if anything happens wrong, you can do an action below 'Catch ex As Exception.
What do these codes even do, and does it still work?
What do these codes even do, and does it still work?
This programming language is Microsoft Visual Basic .NET You'll be able to use those codes for starting main.exe with the bypass argument and the deletion of the file "ResFeedback.dat"
Dim xProcess As System.Diagnostics.Process = Nothing
Dim GC As New ProcessStartInfo
GC.UseShellExecute = True
GC.FileName = "main.exe"
GC.Arguments = "__kogstudios_original_service__"
xProcess = System.Diagnostics.Process.Start(GC)
Deleting a file
Code:
IO.File.Delete("ResFeedback.dat")
'Note: Using the code 'Kill("filename.exe")' will put the file to the recycle bin
'While using 'IO.File.Delete' command, it will remove the file permanently.
Feel free to use it.
Btw. I also suggest that you should use the 'Try' command so if anything happens wrong, you can do an action below 'Catch ex As Exception.
I tried to use these codes in VB2012, and after I put the program in the GC paste e execute it, it showed a window titled by "Update", without anything writed and a button "OK". After I push this button, nothing happen.
PS: I put the "try" on the code, and it doesn't return me an exception.
PS2: I tried BRGC.
[Visual Basics] SpamBot [HELP] 01/21/2012 - .NET Languages - 10 Replies Hi :D
undzwar bin ich gerade dabei ein bisschen zu lernen :D und versuche gerade einen spambot mit visual basics 2008 zu basteln
der sourcekey...
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Visual Basics Save/Speicher Button 01/06/2012 - .NET Languages - 8 Replies Hi Leute,
Hab gerade bissel Langeweile und dachte mir ich mach mal ne Urlaubsliste, von den Sachen die ich mitnehmen will. Hab mir also ein Visual Basics Projekt Geöffnet und losgelegt:
Zuerst hab ich eine CheckedListBox erstellt und die Sachen reingeschrieben, um sie später abhaken zu können. Jetz is mir in den Sinn gekommen, wenn ich das Programm schließe, sind die Haken wieder weg und ich muss wieder alles neu abhaken. Dachte ich mir, machste dir nen Speicher und nen Lösch Button, was sich...
help with this program>>OMFGZ DLL Injector + Visual Basics 11/09/2009 - Conquer Online 2 - 1 Replies can anyone plz upload this file on another site not rapidshare plzzzz ineed it and cant download it at all
ineed this program on this link OMFGZ DLL Injector + Visual Basics
http://www.elitepvpers.com/forum/co2-bots-macros/3 00170-co2-reconfigurable-aimbot.html
(german)sro-emu visual-basics-6 07/19/2009 - Silkroad Online - 1 Replies hi leute, ich hab so ein toll nennt sich big-sremu-tool und dafür brauch ich diese visual-basic6 kann man von dem tool downloaden.hab ich gemacht und da steht es wäre angeblich nen .rar datei hab probiert sie zu entpacken ging aber net es kam die meldung:
diese datei enthält ein unbekanntes format oder ist ebschädigt.
beschädigt is es net hab es repariert.vlt könnt irh mi8r ja helfen. :confused:
thx im vorraus
:)
PvP Basics - How to make your Guild a success 07/09/2005 - Guild Wars - 0 Replies This is a nice, very basic guide on Guild vs Guild.. Enjoy!
------------------------------------------------- ------------------------------------
So why is your guild on the 20th page on the ladder? Not on the 4th page? Well this guide is for you if you're asking your self that question. There's a lot of reasons why you're simply not doing so hot in GVG or PVP, And I'm hoping to address all of the major reasons in this post to help you and your guild out on the field. First of all any...