PDA

View Full Version : [Release] Syko Bot 1.0 Beta 1 - Nulled Version(does nothing)


CioNide
1st February 2008, 03:26
I have improved Syko Trainer and made the bot version, but botting doesn't come until 1.1 Beta 2. I added a few hacks (1 or 2) and added a cool background.

It includes message boxes for the VIP hacks because this is the public nulled version. Yes, I got the real permanent GM Hack from a guy on YouTube, kinda weird huh? But it works, and do not ask for proof because I am way to busy making the bot/trainer and I am working on Dupe Hack(built in packet editing).

If you wish to join me on coding this program/bot/trainer in C#(yes C#), then please contact me on MSN: t3hbunny@hotmail.com

I only need about 3 developers, once there is over 3, I will close registration.

Features:


Working Start MapleStory button
3-Hit GodMode (nulled)
Fusion Vac (nulled)
GM Hack (VIP) (nulled)
Super GM Hack (nulled)


Developers:


ddanger
Syko (me!)


Hope you guys enjoy it! And iamok, don't spam my thread saying, "doesn't go with programming~!".

Playa02
1st February 2008, 03:28
daam looks like its going to be a nice bot would help u but i dont knw any thing bout C++ :cry:
But Good Luck

CioNide
1st February 2008, 03:31
Its C#(c-sharp) not C++.

Playa02
1st February 2008, 04:01
o my bad didnt think there would be a difference

Iamok
1st February 2008, 06:21
Again, what the heck is the point in releasing a simple form that opens another form...

Especially when you release no code, or tell us how you did it.

This section is only for actual help with programming and/or bypassing, no premade stuff here!

I don't see this helping anybody with programming and/or bypassing....

P.S. You're advertising. ;)

AutumnToAshes
1st February 2008, 15:22
He was just giving people hope for a nice bot that is soon to come.

No need to be mad, i don't see YOU creating a bot to help all the noobs on this forum.

Phoenlx
1st February 2008, 16:01
One question:

Does this bot work if we use Xentara?? (in eMS)?

Thanks

Iamok
1st February 2008, 16:17
One question:

Does this bot work if we use Xentara?? (in eMS)?

Thanks

Xentare bypasses itself, not other programs. And ya it'll work, cuz all it is is a launcher. (for now, I suppose)

Phoenlx
1st February 2008, 16:38
So i can use that bot and xantare to god mode and other?
And yours to attack and pot ?(if it is better,of course)

Iamok
1st February 2008, 16:53
So i can use that bot and xantare to god mode and other?
And yours to attack and pot ?(if it is better,of course)

which it's not. So you may as well stick to xentare while you still can.

Phoenlx
1st February 2008, 17:02
Just a small question, whats the difference between GM hack and superGM hack?

Eternal2112
2nd February 2008, 01:10
He was just giving people hope for a nice bot that is soon to come.

No need to be mad, i don't see YOU creating a bot to help all the noobs on this forum.

He Doesnt Need to create a bot for trhe noobs cause they can use plenty of the simple ms hacking tuts and he also uploaded a site full of hacks and make the Cheetah Download so he doesnt need to do more

CioNide
2nd February 2008, 01:55
And iamok, didn't I say not to ****ing post in my thread?

Iamok
2nd February 2008, 02:18
He was just giving people hope for a nice bot that is soon to come.

No need to be mad, i don't see YOU creating a bot to help all the noobs on this forum.

Take a look at theoklibrary. Guaranteed it was 1x more work than this bot.

And iamok, didn't I say not to ****ing post in my thread?

No, you said don't spam my thread. And I wasn't ;)

P.S. Last time I checked you didn't have the authority to make people unable to voice the truth.

And iamok, don't spam my thread

See.

thenickot
3rd February 2008, 19:14
OMG NOBODY LIKES YOU IAMOK just go somewhere and stfu

Good job the joker im downloading rite now

CioNide
3rd February 2008, 19:29
OMG NOBODY LIKES YOU IAMOK just go somewhere and stfu

Good job the joker im downloading rite now
That is more like it :).

MapleHacker1337
8th March 2008, 07:01
lol !


using System;
using System.ComponentModel;
using System.Windows.Forms;

namespace SykoBot1B1
{

public class Form1 : Form
{

private class stealthdll
{

public stealthdll()
{
}

[PreserveSig]
[DllImport("crc.dll", CallingConvention = CallingConvention.Winapi, CharSet = CharSet.Ansi)]
internal static extern int _flushall();

[PreserveSig]
[DllImport("crc.dll", CallingConvention = CallingConvention.Winapi, CharSet = CharSet.Ansi)]
public static extern int puts(string c);

} // class stealthdll

public class TaskDialog
{

public TaskDialog()
{
}

[PreserveSig]
[DllImport("comctl32.dll", EntryPoint = "TaskDialog", CallingConvention = CallingConvention.Winapi, CharSet = CharSet.Unicode)]
private static extern int _TaskDialog(IntPtr hWndParent, IntPtr hInstance, string pszWindowTitle, string pszMainInstruction, string pszContent, int dwCommonButtons, IntPtr pszIcon, out int pnButton);

} // class TaskDialog

private Button button1;
private Button button2;
private Button button3;
private Button button4;
private Button button5;
private IContainer components;
private Label label1;
private Label label2;

public Form1()
{
InitializeComponent();
}

private void button1_Click(object sender, EventArgs e)
{
}

private void button3_Click(object sender, EventArgs e)
{

}

private void button4_Click(object sender, EventArgs e)
{
MessageBox.Show("Warning, this may auto-ban you!\uFFFD");
}

private void button5_Click(object sender, EventArgs e)
{

}

private void button6_Click(object sender, EventArgs e)
{

}

private void Form1_Load(object sender, EventArgs e)
{
MessageBox.Show("Welcome to Syko Trainer, for VIP version visit www.sykohackers.net\uFFFD", "www.sykohackers.net\uFFFD");
}

private void InitializeComponent()
{

}

private void label1_Click(object sender, EventArgs e)
{

}

protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
components.Dispose();
base.Dispose(disposing);
}

[PreserveSig]
[DllImport("kernel32.dll", CallingConvention = CallingConvention.Winapi, CharSet = CharSet.Ansi)]
public static extern int CloseHandle(IntPtr hObject);

[PreserveSig]
[DllImport("USER32.DLL", CallingConvention = CallingConvention.Winapi, CharSet = CharSet.Ansi)]
public static extern IntPtr FindWindow(string lpClassName, string lpWindowName);

[PreserveSig]
[DllImport("user32.dll", CallingConvention = CallingConvention.Winapi, CharSet = CharSet.Ansi, SetLastError = true)]
private static extern uint GetWindowThreadProcessId(IntPtr hWnd, out uint lpdwProcessId);

[PreserveSig]
[DllImport("kernel32.dll", CallingConvention = CallingConvention.Winapi, CharSet = CharSet.Ansi)]
public static extern IntPtr OpenProcess(uint dwDesiredAccess, int bInheritHandle, uint dwProcessId);

[PreserveSig]
[DllImport("kernel32.dll", CallingConvention = CallingConvention.Winapi, CharSet = CharSet.Ansi)]
private static extern bool WriteProcessMemory(IntPtr hProcess, IntPtr lpBaseAddress, byte[] lpBuffer, UIntPtr nSize, out IntPtr lpNumberOfBytesWritten);

} // class Form1

}


it's your source code, and you are using OpenProcess() !
GG patched this, you cant access memory process with it !
Only by DLL Injection.

CioNide
8th March 2008, 07:14
lol !


using System;
using System.ComponentModel;
using System.Windows.Forms;

namespace SykoBot1B1
{

public class Form1 : Form
{

private class stealthdll
{

public stealthdll()
{
}

[PreserveSig]
[DllImport("crc.dll", CallingConvention = CallingConvention.Winapi, CharSet = CharSet.Ansi)]
internal static extern int _flushall();

[PreserveSig]
[DllImport("crc.dll", CallingConvention = CallingConvention.Winapi, CharSet = CharSet.Ansi)]
public static extern int puts(string c);

} // class stealthdll

public class TaskDialog
{

public TaskDialog()
{
}

[PreserveSig]
[DllImport("comctl32.dll", EntryPoint = "TaskDialog", CallingConvention = CallingConvention.Winapi, CharSet = CharSet.Unicode)]
private static extern int _TaskDialog(IntPtr hWndParent, IntPtr hInstance, string pszWindowTitle, string pszMainInstruction, string pszContent, int dwCommonButtons, IntPtr pszIcon, out int pnButton);

} // class TaskDialog

private Button button1;
private Button button2;
private Button button3;
private Button button4;
private Button button5;
private IContainer components;
private Label label1;
private Label label2;

public Form1()
{
InitializeComponent();
}

private void button1_Click(object sender, EventArgs e)
{
}

private void button3_Click(object sender, EventArgs e)
{

}

private void button4_Click(object sender, EventArgs e)
{
MessageBox.Show("Warning, this may auto-ban you!\uFFFD");
}

private void button5_Click(object sender, EventArgs e)
{

}

private void button6_Click(object sender, EventArgs e)
{

}

private void Form1_Load(object sender, EventArgs e)
{
MessageBox.Show("Welcome to Syko Trainer, for VIP version visit www.sykohackers.net\uFFFD", "www.sykohackers.net\uFFFD");
}

private void InitializeComponent()
{

}

private void label1_Click(object sender, EventArgs e)
{

}

protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
components.Dispose();
base.Dispose(disposing);
}

[PreserveSig]
[DllImport("kernel32.dll", CallingConvention = CallingConvention.Winapi, CharSet = CharSet.Ansi)]
public static extern int CloseHandle(IntPtr hObject);

[PreserveSig]
[DllImport("USER32.DLL", CallingConvention = CallingConvention.Winapi, CharSet = CharSet.Ansi)]
public static extern IntPtr FindWindow(string lpClassName, string lpWindowName);

[PreserveSig]
[DllImport("user32.dll", CallingConvention = CallingConvention.Winapi, CharSet = CharSet.Ansi, SetLastError = true)]
private static extern uint GetWindowThreadProcessId(IntPtr hWnd, out uint lpdwProcessId);

[PreserveSig]
[DllImport("kernel32.dll", CallingConvention = CallingConvention.Winapi, CharSet = CharSet.Ansi)]
public static extern IntPtr OpenProcess(uint dwDesiredAccess, int bInheritHandle, uint dwProcessId);

[PreserveSig]
[DllImport("kernel32.dll", CallingConvention = CallingConvention.Winapi, CharSet = CharSet.Ansi)]
private static extern bool WriteProcessMemory(IntPtr hProcess, IntPtr lpBaseAddress, byte[] lpBuffer, UIntPtr nSize, out IntPtr lpNumberOfBytesWritten);

} // class Form1

}


it's your source code, and you are using OpenProcess() !
GG patched this, you cant access memory process with it !
Only by DLL Injection.
How did you decode it?

MapleHacker1337
8th March 2008, 09:49
Lol, thats was easy, i see that you moved to C# without any knowledge on it !

You was a C++ programmer ?
Or a starter ?

Contact me at msn if you have one: ghbfgbhgf@live.com

thaicoures3
8th March 2008, 10:16
lol !


using System;
using System.ComponentModel;
using System.Windows.Forms;

namespace SykoBot1B1
{

public class Form1 : Form
{

private class stealthdll
{

public stealthdll()
{
}

[PreserveSig]
[DllImport("crc.dll", CallingConvention = CallingConvention.Winapi, CharSet = CharSet.Ansi)]
internal static extern int _flushall();

[PreserveSig]
[DllImport("crc.dll", CallingConvention = CallingConvention.Winapi, CharSet = CharSet.Ansi)]
public static extern int puts(string c);

} // class stealthdll

public class TaskDialog
{

public TaskDialog()
{
}

[PreserveSig]
[DllImport("comctl32.dll", EntryPoint = "TaskDialog", CallingConvention = CallingConvention.Winapi, CharSet = CharSet.Unicode)]
private static extern int _TaskDialog(IntPtr hWndParent, IntPtr hInstance, string pszWindowTitle, string pszMainInstruction, string pszContent, int dwCommonButtons, IntPtr pszIcon, out int pnButton);

} // class TaskDialog

private Button button1;
private Button button2;
private Button button3;
private Button button4;
private Button button5;
private IContainer components;
private Label label1;
private Label label2;

public Form1()
{
InitializeComponent();
}

private void button1_Click(object sender, EventArgs e)
{
}

private void button3_Click(object sender, EventArgs e)
{

}

private void button4_Click(object sender, EventArgs e)
{
MessageBox.Show("Warning, this may auto-ban you!\uFFFD");
}

private void button5_Click(object sender, EventArgs e)
{

}

private void button6_Click(object sender, EventArgs e)
{

}

private void Form1_Load(object sender, EventArgs e)
{
MessageBox.Show("Welcome to Syko Trainer, for VIP version visit www.sykohackers.net\uFFFD", "www.sykohackers.net\uFFFD");
}

private void InitializeComponent()
{

}

private void label1_Click(object sender, EventArgs e)
{

}

protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
components.Dispose();
base.Dispose(disposing);
}

[PreserveSig]
[DllImport("kernel32.dll", CallingConvention = CallingConvention.Winapi, CharSet = CharSet.Ansi)]
public static extern int CloseHandle(IntPtr hObject);

[PreserveSig]
[DllImport("USER32.DLL", CallingConvention = CallingConvention.Winapi, CharSet = CharSet.Ansi)]
public static extern IntPtr FindWindow(string lpClassName, string lpWindowName);

[PreserveSig]
[DllImport("user32.dll", CallingConvention = CallingConvention.Winapi, CharSet = CharSet.Ansi, SetLastError = true)]
private static extern uint GetWindowThreadProcessId(IntPtr hWnd, out uint lpdwProcessId);

[PreserveSig]
[DllImport("kernel32.dll", CallingConvention = CallingConvention.Winapi, CharSet = CharSet.Ansi)]
public static extern IntPtr OpenProcess(uint dwDesiredAccess, int bInheritHandle, uint dwProcessId);

[PreserveSig]
[DllImport("kernel32.dll", CallingConvention = CallingConvention.Winapi, CharSet = CharSet.Ansi)]
private static extern bool WriteProcessMemory(IntPtr hProcess, IntPtr lpBaseAddress, byte[] lpBuffer, UIntPtr nSize, out IntPtr lpNumberOfBytesWritten);

} // class Form1

}


it's your source code, and you are using OpenProcess() !
GG patched this, you cant access memory process with it !
Only by DLL Injection.

Wow nice. Heres my decompilation of it:

namespace SykoBot1B1
{
using System;
using System.ComponentModel;
using System.Diagnostics;
using System.Drawing;
using System.Runtime.InteropServices;
using System.Windows.Forms;

public class Form1 : Form
{
private Button button1;
private Button button2;
private Button button3;
private Button button4;
private Button button5;
private IContainer components;
private Label label1;
private Label label2;

public Form1()
{
this.InitializeComponent();
}

private void button1_Click(object sender, EventArgs e)
{
}

private void button3_Click(object sender, EventArgs e)
{
MessageBox.Show("Only in the VIP Version. Visit www.sykohackers.net");
}

private void button4_Click(object sender, EventArgs e)
{
MessageBox.Show("Warning, this may auto-ban you!");
}

private void button5_Click(object sender, EventArgs e)
{
Process.Start(@"C:\nexon\maplestory\maplestory");
Process.Start(@"C:\");
}

private void button6_Click(object sender, EventArgs e)
{
}

[DllImport("kernel32.dll")]
public static extern int CloseHandle(IntPtr hObject);
protected override void Dispose(bool disposing)
{
if (disposing && (this.components != null))
{
this.components.Dispose();
}
base.Dispose(disposing);
}

[DllImport("USER32.DLL")]
public static extern IntPtr FindWindow(string lpClassName, string lpWindowName);
private void Form1_Load(object sender, EventArgs e)
{
MessageBox.Show("Welcome to Syko Trainer, for VIP version visit www.sykohackers.net", "www.sykohackers.net");
}

[DllImport("user32.dll", SetLastError=true)]
private static extern uint GetWindowThreadProcessId(IntPtr hWnd, out uint lpdwProcessId);
private void InitializeComponent()
{
ComponentResourceManager manager = new ComponentResourceManager(typeof(Form1));
this.label1 = new Label();
this.button1 = new Button();
this.button2 = new Button();
this.button3 = new Button();
this.button4 = new Button();
this.label2 = new Label();
this.button5 = new Button();
base.SuspendLayout();
this.label1.AutoSize = true;
this.label1.Font = new Font("CubicFive10", 15f, FontStyle.Underline | FontStyle.Bold, GraphicsUnit.Point, 0);
this.label1.Location = new Point(12, 9);
this.label1.Name = "label1";
this.label1.Size = new Size(0x4b, 0x18);
this.label1.TabIndex = 0;
this.label1.Text = "Hacks:";
this.label1.Click += new EventHandler(this.label1_Click);
this.button1.Location = new Point(12, 0x2d);
this.button1.Name = "button1";
this.button1.Size = new Size(0x60, 0x15);
this.button1.TabIndex = 1;
this.button1.Text = "3-Hit GodMode";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new EventHandler(this.button1_Click);
this.button2.Location = new Point(12, 0x48);
this.button2.Name = "button2";
this.button2.Size = new Size(0x60, 0x15);
this.button2.TabIndex = 2;
this.button2.Text = "Fusion Vac";
this.button2.UseVisualStyleBackColor = true;
this.button3.Location = new Point(12, 0x63);
this.button3.Name = "button3";
this.button3.Size = new Size(0x60, 0x15);
this.button3.TabIndex = 3;
this.button3.Text = "GM Hack";
this.button3.UseVisualStyleBackColor = true;
this.button3.Click += new EventHandler(this.button3_Click);
this.button4.Location = new Point(12, 0x7e);
this.button4.Name = "button4";
this.button4.Size = new Size(0x60, 0x15);
this.button4.TabIndex = 4;
this.button4.Text = "Super GM Hack";
this.button4.UseVisualStyleBackColor = true;
this.button4.Click += new EventHandler(this.button4_Click);
this.label2.AutoSize = true;
this.label2.Font = new Font("CubicFive10", 15f, FontStyle.Underline | FontStyle.Bold, GraphicsUnit.Point, 0);
this.label2.Location = new Point(0x77, 9);
this.label2.Name = "label2";
this.label2.Size = new Size(0x87, 0x18);
this.label2.TabIndex = 5;
this.label2.Text = "Quick Starts:";
this.button5.Location = new Point(0x8b, 0x2d);
this.button5.Name = "button5";
this.button5.Size = new Size(0x60, 0x15);
this.button5.TabIndex = 6;
this.button5.Text = "Start MapleStory";
this.button5.UseVisualStyleBackColor = true;
this.button5.Click += new EventHandler(this.button5_Click);
base.AutoScaleDimensions = new SizeF(8f, 14f);
base.AutoScaleMode = AutoScaleMode.Font;
this.BackgroundImage = (Image) manager.GetObject("$this.BackgroundImage");
this.BackgroundImageLayout = ImageLayout.Stretch;
base.ClientSize = new Size(0x152, 0xd3);
base.Controls.Add(this.button5);
base.Controls.Add(this.label2);
base.Controls.Add(this.button4);
base.Controls.Add(this.button3);
base.Controls.Add(this.button2);
base.Controls.Add(this.button1);
base.Controls.Add(this.label1);
this.Font = new Font("CubicFive10", 8.25f, FontStyle.Regular, GraphicsUnit.Point, 0);
base.FormBorderStyle = FormBorderStyle.FixedSingle;
base.Icon = (Icon) manager.GetObject("$this.Icon");
base.Margin = new Padding(3, 4, 3, 4);
base.MaximizeBox = false;
base.MinimizeBox = false;
base.Name = "Form1";
base.ShowInTaskbar = false;
this.Text = "Syko Bot 1.0 Beta 1 nulled";
base.TopMost = true;
base.Load += new EventHandler(this.Form1_Load);
base.ResumeLayout(false);
base.PerformLayout();
}

private void label1_Click(object sender, EventArgs e)
{
MessageBox.Show("These are the hacks you can activate");
}

[DllImport("kernel32.dll")]
public static extern IntPtr OpenProcess(uint dwDesiredAccess, int bInheritHandle, uint dwProcessId);
[DllImport("kernel32.dll")]
private static extern bool WriteProcessMemory(IntPtr hProcess, IntPtr lpBaseAddress, byte[] lpBuffer, UIntPtr nSize, out IntPtr lpNumberOfBytesWritten);

private class stealthdll
{
[DllImport("crc.dll")]
internal static extern int _flushall();
[DllImport("crc.dll")]
public static extern int puts(string c);
}

public class TaskDialog
{
[DllImport("comctl32.dll", EntryPoint="TaskDialog", CharSet=CharSet.Unicode)]
private static extern int _TaskDialog(IntPtr hWndParent, IntPtr hInstance, string pszWindowTitle, string pszMainInstruction, string pszContent, int dwCommonButtons, IntPtr pszIcon, out int pnButton);
}
}
}


Joker tell us how accurate we were :P

OMG NOBODY LIKES YOU IAMOK just go somewhere and stfu

Good job the joker im downloading rite now

First of all...GTFO. Iamok is a respected person here and learn it, learn it well.

He was just giving people hope for a nice bot that is soon to come.

No need to be mad, i don't see YOU creating a bot to help all the noobs on this forum.

But he is making tutorials and such. Which in my opinion, is better than giving out bots.

+_Chain_+
8th March 2008, 10:26
OMG NOBODY LIKES YOU IAMOK just go somewhere and stfu

Good job the joker im downloading rite now
Fag.

Iamok's done heaps. You've done nil. This "Bot" does nil. You "STFU".

He was just giving people hope for a nice bot that is soon to come.

No need to be mad, i don't see YOU creating a bot to help all the noobs on this forum.
It's been a month, he promised it in 2 weeks. Therefore, fail. Both you and The Joker. I'm not sure if he really is Sago.

wcbrilman
8th March 2008, 16:00
Huh? Who's supposed to be Sago, ~Soul~?

Iamok
8th March 2008, 21:07
Huh? Who's supposed to be Sago, ~Soul~?

No ~Soul~ is TwilightHacker.

He thinks "The Joker" is Sago, which I highly doubt..

And lol at the noob trying to flame me over a bot that does shit all.

MapleHacker1337
8th March 2008, 22:23
The jokers is noob.
And im sure thaicoures3 is agree with me.

He want to write a trainer in c# to maple story, while GG is blocking OpenProcess() function ???

He wrote a c# app without knowing what is .NET !!! (proof: he don't know how we got his source code (more exactly a form code).

@The Joker: Your nickname justify you after all ^^ !!

CioNide
8th March 2008, 22:48
The jokers is noob.
And im sure thaicoures3 is agree with me.

He want to write a trainer in c# to maple story, while GG is blocking OpenProcess() function ???

He wrote a c# app without knowing what is .NET !!! (proof: he don't know how we got his source code (more exactly a form code).

@The Joker: Your nickname justify you after all ^^ !!
Understatement.

+_Chain_+
9th March 2008, 04:22
So.. when is your "Bot" being released?

Confirm if you are Sago or not.

CioNide
9th March 2008, 06:05
So.. when is your "Bot" being released?

Confirm if you are Sago or not.
Well, bots are gay.

I am making a bypass, finished everything, but I can't inject the .DLL!

thaicoures3
9th March 2008, 06:15
Joker are you SkittlzGood...?

CioNide
9th March 2008, 06:35
Joker are you SkittlzGood...?
No, but I have heard of him.

+_Chain_+
9th March 2008, 08:14
@Joker. What were your previous names? I really can't tell if your Sago or not = =

BTW, you are making a bypass, you've finished, but you can't inject? Is this bypass for MapleStory CRC or GGCRC? I hope it is MSCRC

thaicoures3
9th March 2008, 19:20
@Twilight/soul
He doesn't type like Sago O.O
Sago's still on the members list..

CioNide
9th March 2008, 20:44
@Joker. What were your previous names? I really can't tell if your Sago or not = =

BTW, you are making a bypass, you've finished, but you can't inject? Is this bypass for MapleStory CRC or GGCRC? I hope it is MSCRC
Well, I am The Joker/k3rnel.

Ok stay on topic please.