Skip to content

Instantly share code, notes, and snippets.

View paulohenriquesn's full-sized avatar
😀
dotnet new webapi

Paulo Henrique paulohenriquesn

😀
dotnet new webapi
View GitHub Profile
using Newtonsoft.Json.Linq;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Newtonsoft.Json.Linq;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
byte[] arraylegal = new byte[128];
void StringToByteArray(string value){
int pointer = 0;
byte[] byteToSendtoArray;
string[] splitSpace = value.Split(' ');
@paulohenriquesn
paulohenriquesn / fibonacci.cs
Created February 16, 2018 16:08
fibonacci.cs
RestartFibonacci:
{
List<int> arrayNumbers = new List<int>();
arrayNumbers.Add(0);
arrayNumbers.Add(1);
string fibonacci = String.Empty;
for (int i = 0; i < arrayNumbers.Count; i++)
{
fibonacci += arrayNumbers[i] + ",";
[cMemory]: 10
[Memory]: [0] [0]
[pointerMemory]: 0
[cMemory]: 0
[Memory]: [10] [0]
[pointerMemory]: 0
@paulohenriquesn
paulohenriquesn / calculator.btwo
Created February 17, 2018 20:32
Calculator in Braintwo
int pos = 0;
Console.Write("Insira o valor primario: ");
bt.Interpreter(@",.0");
Console.Write("\nInsira o segundo valor: ");
bt.Interpreter(@",.0");
try
{
pos = int.Parse(bt.Output[0].ToString());
public void BruteForceII(string password, int ms)
{
string listbrute = "null:null";
char[] listA_Z = { 'a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'k', 'l', 'm', 'n', 'o', 'p', 'q', 'r', 's', 't', 'u', 'v', 'w', 'x', 'y', 'z' };
l:
string bruteForceValue = String.Empty;
while (true)
{
if (password != bruteForceValue)
{
Public Class Form1
Dim Hack As New CS2DHack.CS2DHack
Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click
Dim speedvalue As String = TextBox1.Text
Try
WriteDMAInteger(processo, &H69EFAC, New Integer() {&H20C}, speedvalue, 1)
Catch ex As Exception
MsgBox(ex.Message)
End Try
End Sub
public static async void GetResponse(string server,string @params)
{
httpWebRequest = (HttpWebRequest)WebRequest.Create($"http://{server}/{@params}");
HttpWebResponse httpWebResponse = (HttpWebResponse)httpWebRequest.GetResponse();
string method = httpWebResponse.Method;
if (String.Compare(method, "GET") == 0)
{
Stream receiveStream = httpWebResponse.GetResponseStream();
StreamReader readStream = new StreamReader(receiveStream, Encoding.UTF8);
// MessageBox.Show(readStream.ReadToEnd());
private static void NoFlood(string _)
{
string value = String.Empty;
int? cCList,cCPointer = null;
int m = 0x0;
string[] memoryStrings = new string[124];
int counter = 0;
char[] CharList = _.ToCharArray();