Navigation X
ALERT
Click here to register with a few steps and explore all our cool stuff we have to offer!



 2430

Cracked.to Auth - But for VB.NET/Visual Basic?

by SelfMade - 29 November, 2019 - 10:18 AM
This post is by a banned member (SelfMade) - Unhide
This post is by a banned member (Denmark) - Unhide
Denmark  
Coder
1.161
Posts
49
Threads
5 Years of service
#2
Try to convert C# into VB, I think there are a fee tools online that can do that.
Selling Spotify upgrades at discount --> https://upgrade.sx/payment.php

I WILL IGNORE YOU IF YOU PM ME WITH UNDESCRIPTIVE SUBJECTS LIKE "hello"
[ Always confirm via PM before dealing with me. ]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Staff || Anti-Leeching || Upgrade || Forum Rules || Achievements
This post is by a banned member (MeSvAk) - Unhide
MeSvAk  
Registered
4.014
Posts
3.395
Threads
6 Years of service
#3
(This post was last modified: 29 November, 2019 - 10:35 AM by MeSvAk.)
you can do some shits about it I once used a mixer in asp.net not sure if still works,



one more way ... try to read this I used this once and worked fine back to 2015 https://www.cryptosys.net/pki/manpki/pki...otNet.html



now comes to what I most likely say its the best if u can code in both c# and vb 


you can make vb as a reference so u can add or even call it in c# here is what I will attach to make you an illustration 


like in vb we have 
Code:
 
[code]
#your code is written here with whatevercalss (here is vbclass)
Public Class VBClass
Code:
Public
Function VBMethod()
Code:
Console.WriteLine("your fucking method ")
Code:
End Function
Code:
Public
Function AddNumber(ByVal num1 As Integer,
Code:
ByVal num2 As Integer)As Integer
Code:
Return num1 + num2
Code:
End Function
Code:
End Class
[/code]
now you needa call this shit in c# so here its 
 
Code:
 
[code]
class Program
 
Code:
{
Code:
static void Main(string[] args)
 
Code:
{
Code:
CSharpMethod(); #you needa call here
 
Code:
VBClass vbClass = new VBClass();
 
Code:
vbClass.VBMethod();
 
Code:
Console.WriteLine(vbClass.AddNumber(5, 6).ToString());
 
Code:
}
Code:
public static void CSharpMethod()
 
Code:
{
Code:
Console.WriteLine("here you go bitch");
 
Code:
}
Code:
}
[/code]
just note that you needa add that vb as a reference

(29 November, 2019 - 10:25 AM)Jenz_V Wrote: Show More
Try to convert C# into VB, I think there are a fee tools online that can do that.

i dont think that would be the best if the program is huge the dll will get corrupted
This post is by a banned member (SelfMade) - Unhide
This post is by a banned member (EliteEmper0r) - Unhide
1.042
Posts
354
Threads
6 Years of service
#5
Pretty sure you can just translate the code. C# and VB are pretty similar all you need to do is look at the request being made from the c# client and so on. Another thing you can do is simply make a c# class import that into your VB project or you can use @BataBo  's dll which I believe supports VB.
FOR SALE

Request tools for the Upgraded Tools section here!

ALWAYS CONFIRM MY IDENTITY ON-SITE! I will explicitly define a discord for you to add!
(DO NOT TRUST ANY DISCORD UNDER MY NAME)
This post is by a banned member (LiteDaddy) - Unhide
LiteDaddy  
Registered
5
Posts
0
Threads
2 Years of service
#6
ok to avoid dll corruption make sure the
program ain't huge

Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
or
Sign in
Already have an account? Sign in here.


Forum Jump:


Users browsing this thread: 2 Guest(s)