Posts by Rodrigo Pretti Fantin • 59 points
6 posts
-
-1
votes1
answer153
viewsQ: Encrypt String C#
I have the code below that decrypts an example X value (|xB779A:6AA6=@6::@7 and would look like http://seusite.com) however I do not know how to do the reverse, I wanted to make an application that…
c#asked Rodrigo Pretti Fantin 59 -
1
votes2
answers121
viewsQ: How to verify that the executable has been changed? C#
Someone could help me, I’m trying to check if the execultavel was renamed, like Demo.exe (has to be like this always) if change it give error The Archive must have the name 'Demo'. and not allow…
c#asked Rodrigo Pretti Fantin 59 -
1
votes0
answers102
viewsQ: Edit a txt file c#
This code below is a configuration file .ini As I do to read the X line and edit 0 or 1, in the app I did everything as checkbox, if check = 1 if false = 0, however, I do not know how to read these…
c#asked Rodrigo Pretti Fantin 59 -
1
votes3
answers194
viewsQ: Take what’s between the quotes
As I do to get only what is inside double quotes, the problem is the following, it is reading a file txt q on each line has a file path, as this below "Dinosfuls Mods.bmd" 45454545s 454545 How do I…
-
1
votes2
answers64
viewsA: VARIABLE C# HELP
public static Config Configs_ = null; //<-- STATIC q nao tinha public static string URLL() { Configs_ = Config.GetConfigs(); Configs_.LoadLocalConfig("config.wz", "21456"); string SITE =…
c#answered Rodrigo Pretti Fantin 59 -
-3
votes2
answers64
viewsQ: VARIABLE C# HELP
Good afternoon, someone can help me in a code? using System; using System.Collections.Generic; namespace Launcher.WesT { class Globals { private Config Configs_ = null; public string URLL() {…
c#asked Rodrigo Pretti Fantin 59