Neler yeni

C# GROWTOPIA HILE YAPIMI (1 Viewer)

HTS

ez152
Mesajlar
4
Credits
80
C# GROWTOPIA TRAINER YAPIMI [VIDEO BANA AITDIR]
HAZE DISCORD SUNUCUSU

C#:
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
using Memory;

namespace Growtopia_Hack_YouTube
{
    public partial class Form1 : Form
    {
        public Mem m = new Mem();
        public Form1()
        {
            InitializeComponent();
        }

        private void button1_Click(object sender, EventArgs e)
        {
            m.OpenProcess("Growtopia.exe");
            if (m.OpenProcess("Growtopia.exe"))
            {
                label1.Text = "Ban Bypass: ON";
                label1.ForeColor = Color.LimeGreen;
                // By HTS
                m.WriteMemory("base+42F609", "bytes", "90 90", "", null, true);
            }
        }

        private void checkBox1_CheckedChanged(object sender, EventArgs e)
        {
            if (checkBox1.Checked)
            {
                this.checkBox1.ForeColor = Color.LimeGreen;
                this.m.WriteMemory("base+5338E1", "bytes", "90 90 90 90", "", null, true);
            }
            else
            {
                this.checkBox1.ForeColor = Color.Red;
                this.m.WriteMemory("base+5338E1", "bytes", "F3 0F 5C D1", "", null, true);
            }
        }

        private void checkBox2_CheckedChanged(object sender, EventArgs e)
        {
            if (checkBox2.Checked)
            {
                this.checkBox2.ForeColor = Color.LimeGreen;
                this.m.WriteMemory("base+583225", "bytes", "90 90", "", null, true);
            }
            else
            {
                this.checkBox2.ForeColor = Color.Red;
                this.m.WriteMemory("base+583225", "bytes", "75 0B", "", null, true);
            }
        }
    }
}
 

Bu konuyu görüntüleyen kullanıcılar