You last visited: Today at 22:40
Advertisement
[Release] Undetected S4L EU & THAI Hacks
Discussion on [Release] Undetected S4L EU & THAI Hacks within the S4 League Hacks, Bots, Cheats & Exploits forum part of the S4 League category.
03/01/2015, 00:12
#1
elite*gold: 0
Join Date: May 2012
Posts: 1,342
Received Thanks: 1,498
[Release] Undetected S4L EU & THAI Hacks
Hi,
Since the Taiwan version of S4L gonna shut down on 10th April, i decided to quit making stuff on it. And now i want to make some hacks for EU and THAI versions which doesn't require a HackShield/XTrap Bypass. I'll be updating these hacks for every patches.
[ ScreenShots ]
EU
THAI
[ Functions ]
- No Blast = You can walk through the objects.
- Suicide / Mob Kill = You can suicide and kill enemies in Arcade Mode with using it. But it's buggy, so i usually don't prefer to add it.
[Mob Kill doesn't work for EU anymore, sorry.]
- Random Ammo = You can get a random ammo to any weapon.
- 000 HP = Godmode.
- No Gravity = ~
- Room Password = You can see the password of locked rooms and enter 'em.
Usage: Enter the room number you want to find password in textbox, click "Find PW" and then click "Create Room" button in-game.
- SP Booster = Your SP bar refills faster.
[ How to use? ]
EU
1- Extract the file(s) to desktop.
2- Find an injector and run it as admin. You may use this one:
3- Select the .dll and start S4L as admin.
THAI
1- Download and extract it to desktop.
2- Run it as admin.
3- Start S4L and enjoy~
[ VT ]
Attached Files
S4L Thailand In-Game Hack 06.03.15.rar
(21.2 KB, 158 views)
S4L EU In-Game Hack 17.03.2015.rar
(308.6 KB, 256 views)
03/01/2015, 00:14
#2
elite*gold: 0
Join Date: Feb 2015
Posts: 21
Received Thanks: 15
Testing
Edit:Works Win7 64bit <3
03/01/2015, 02:53
#3
elite*gold: 0
Join Date: Aug 2013
Posts: 154
Received Thanks: 199
Quote:
Originally Posted by
-{H.a.M.a.D.a}-
Testing
Edit:Works Win7 64bit <3
You must use the "<3 " ?
Work windows 7
03/01/2015, 13:41
#4
elite*gold: 0
Join Date: Feb 2015
Posts: 21
Received Thanks: 15
HaHa Yea I Must Use It :P
03/01/2015, 21:46
#5
elite*gold: 0
Join Date: Apr 2013
Posts: 492
Received Thanks: 277
Working!
Win8 64-bit !
03/01/2015, 22:16
#6
elite*gold: 0
Join Date: Jan 2015
Posts: 146
Received Thanks: 81
Quote:
Originally Posted by
SilverEmerald
Hi,
Since the Taiwan version of S4L gonna shut down on 10th April, i decided to quit making stuff on it. And now i want to make some hacks for EU and THAI versions which doesn't require a HackShield/XTrap Bypass. I'll be updating these hacks for every patches.
[ ScreenShots ]
EU
THAI
[/FONT]
[ Functions ]
- No Blast = You can walk through the objects.
- Suicide / Mob Kill = You can suicide and kill enemies in Arcade Mode with using it. But it's buggy, so i usually don't prefer to add it.
- Random Ammo = You can get a random ammo to any weapon.
- 000 HP = Godmode.
- No Gravity = ~
- Room Password = You can see the password of locked rooms and enter 'em.
Usage: Enter the room number you want to find password in textbox, click "Find PW" and then click "Create Room" button in-game.
[ How to use? ]
EU
1- Extract the file(s) to desktop.
2- Find an injector and run it as admin. You may use this one:
3- Select the .dll and start S4L as admin.
THAI
1- Download and extract it to desktop.
2- Run it as admin.
3- Start S4L and enjoy~
[ VT ]
NatsuXLucy, I hope..
Work.
03/01/2015, 23:51
#7
elite*gold: 0
Join Date: Mar 2015
Posts: 12
Received Thanks: 20
Win 8- 64BİT WORK
03/02/2015, 00:30
#8
elite*gold: 0
Join Date: Oct 2014
Posts: 83
Received Thanks: 172
Source
private void ~Form1()
{
IContainer icontainer1 = this.components;
if (icontainer1 != null)
{
icontainer1.Dispose();
}
private void button2_Click(object sender, EventArgs e)
{
int num1 = Convert.ToInt32(this.textBox1.Text);
<Module>.WritePointer(23543800, 4, num1);
}
private void checkBox1_CheckedChanged(object sender, EventArgs e)
{
if (this.checkBox1.Checked)
{
<Module>.WriteMemory(<Module>.SUICIDE, 4, 1, 0, 0, 0);
}
else
{
<Module>.WriteMemory(<Module>.SUICIDE, 4, 255, 255, 255, 255);
}
}
private void checkBox2_CheckedChanged(object sender, EventArgs e)
{
<Module>.Map1Function(this.checkBox2.Checked);
}
private void checkBox3_CheckedChanged(object sender, EventArgs e)
{
if (this.checkBox3.Checked)
{
<Module>.WriteMemory(<Module>.HP, 1, 216);
<Module>.Sleep(200);
<Module>.WriteMemory(<Module>.HP, 1, 217);
}
this.checkBox3.Checked = false;
this.checkBox3.Enabled = false;
<Module>.Sleep(10000);
this.checkBox3.Enabled = true;
}
private void checkBox4_CheckedChanged(object sender, EventArgs e)
{
<Module>.BlastFunction(this.checkBox4.Checked);
}
private void Form1_Load(object sender, EventArgs e)
{
<Module>.Sleep(1000);
this.checkBox4.Checked = true;
}
_____________-
private void InitializeComponent()
{
ComponentResourceManager componentresourcemanager1 = new ComponentResourceManager(typeof((Tutorial.Form1));
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.checkBox3 = new System.Windows.Forms.CheckBox();
this.radioButton1 = new System.Windows.Forms.RadioButton();
this.button2 = new System.Windows.Forms.Button();
this.textBox1 = new System.Windows.Forms.TextBox();
this.checkBox2 = new System.Windows.Forms.CheckBox();
this.checkBox1 = new System.Windows.Forms.CheckBox();
this.checkBox4 = new System.Windows.Forms.CheckBox();
this.groupBox1.SuspendLayout();
this.SuspendLayout();
this.groupBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
this.groupBox1.Controls.Add(this.checkBox3);
this.groupBox1.Controls.Add(this.radioButton1);
this.groupBox1.Controls.Add(this.button2);
this.groupBox1.Controls.Add(this.textBox1);
this.groupBox1.Controls.Add(this.checkBox2);
this.groupBox1.Controls.Add(this.checkBox1);
this.groupBox1.Controls.Add(this.checkBox4);
System.Drawing.Point point8 = new System.Drawing.Point(2, 2);
this.groupBox1.Location = point8;
this.groupBox1.Name = "groupBox1";
System.Drawing.Size size9 = new System.Drawing.Size(389, 293);
this.groupBox1.Size = size9;
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "Functions";
this.checkBox3.AutoSize = true;
System.Drawing.Point point7 = new System.Drawing.Point(10, 97);
this.checkBox3.Location = point7;
this.checkBox3.Name = "checkBox3";
System.Drawing.Size size8 = new System.Drawing.Size(64, 19);
this.checkBox3.Size = size8;
this.checkBox3.TabIndex = 8;
this.checkBox3.Text = "000 HP";
this.checkBox3.UseVisualStyleBackColor = true;
this.checkBox3.CheckedChanged += new EventHandler(this.checkBox3_CheckedChanged);
this.radioButton1.AutoSize = true;
System.Drawing.Point point6 = new System.Drawing.Point(10, 148);
this.radioButton1.Location = point6;
this.radioButton1.Name = "radioButton1";
System.Drawing.Size size7 = new System.Drawing.Size(82, 19);
this.radioButton1.Size = size7;
this.radioButton1.TabIndex = 7;
this.radioButton1.TabStop = true;
this.radioButton1.Text = "No Gravity";
this.radioButton1.UseVisualStyleBackColor = true;
this.radioButton1.CheckedChanged += new EventHandler(this.radioButton1_CheckedChanged);
System.Drawing.Point point5 = new System.Drawing.Point(85, 121);
this.button2.Location = point5;
this.button2.Name = "button2";
System.Drawing.Size size6 = new System.Drawing.Size(77, 23);
this.button2.Size = size6;
this.button2.TabIndex = 6;
this.button2.Text = "Find PW";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new EventHandler(this.button2_Click);
System.Drawing.Point point4 = new System.Drawing.Point(10, 122);
this.textBox1.Location = point4;
this.textBox1.MaxLength = 2;
this.textBox1.Multiline = true;
this.textBox1.Name = "textBox1";
System.Drawing.Size size5 = new System.Drawing.Size(69, 20);
this.textBox1.Size = size5;
this.textBox1.TabIndex = 5;
this.checkBox2.AutoSize = true;
System.Drawing.Point point3 = new System.Drawing.Point(10, 72);
this.checkBox2.Location = point3;
this.checkBox2.Name = "checkBox2";
System.Drawing.Size size4 = new System.Drawing.Size(98, 19);
this.checkBox2.Size = size4;
this.checkBox2.TabIndex = 3;
this.checkBox2.Text = "Random Ammo";
this.checkBox2.UseVisualStyleBackColor = true;
this.checkBox2.CheckedChanged += new EventHandler(this.checkBox2_CheckedChanged);
this.checkBox1.AutoSize = true;
System.Drawing.Point point2 = new System.Drawing.Point(10, 47);
this.checkBox1.Location = point2;
this.checkBox1.Name = "checkBox1";
System.Drawing.Size size3 = new System.Drawing.Size(120, 19);
this.checkBox1.Size = size3;
this.checkBox1.TabIndex = 2;
this.checkBox1.Text = "Suicide / Mob Kill";
this.checkBox1.UseVisualStyleBackColor = true;
this.checkBox1.CheckedChanged += new EventHandler(this.checkBox1_CheckedChanged);
this.checkBox4.AutoSize = true;
this.checkBox4.Enabled = false;
System.Drawing.Point point1 = new System.Drawing.Point(10, 22);
this.checkBox4.Location = point1;
this.checkBox4.Name = "checkBox4";
System.Drawing.Size size2 = new System.Drawing.Size(69, 19);
this.checkBox4.Size = size2;
this.checkBox4.TabIndex = 1;
this.checkBox4.Text = "No Blast";
this.checkBox4.UseVisualStyleBackColor = true;
this.checkBox4.CheckedChanged += new EventHandler(this.checkBox4_CheckedChanged);
System.Drawing.SizeF sizef1 = new System.Drawing.SizeF(7, 15);
this.AutoScaleDimensions = sizef1;
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
System.Drawing.Size size1 = new System.Drawing.Size(176, 175);
base.ClientSize = size1;
base.ControlBox = false;
this.Controls.Add(this.groupBox1);
this.Font = new System.Drawing.Font("Comic Sans MS", 8,25, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 162);
base.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
base.Icon = (System.Drawing.Icon)(componentresourcemanager1.Ge tObject("$this.Icon"));
base.MaximizeBox = false;
this.Name = "Form1";
this.Text = "S4League EU In-Game Hack";
base.Load += new EventHandler(this.Form1_Load);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.ResumeLayout(false);
}
---------
private void radioButton1_CheckedChanged(object sender, EventArgs e)
{
if (this.radioButton1.Checked)
{
<Module>.WriteMemory(<Module>.NOGRAVITY, 4, 1, 0, 0, 0);
}
}
03/02/2015, 15:10
#9
elite*gold: 0
Join Date: Mar 2015
Posts: 6
Received Thanks: 1
hack detected
03/02/2015, 16:38
#10
elite*gold: 0
Join Date: May 2012
Posts: 1,342
Received Thanks: 1,498
Quote:
Originally Posted by
FaYm#1
Source
So, what's the point of putting that in there?
Quote:
Originally Posted by
marvec
hack detected
Follow "How to use?" steps to use it.
03/02/2015, 17:58
#11
elite*gold: 0
Join Date: Apr 2014
Posts: 44
Received Thanks: 176
Yey ! SilverEmerald is back. I love your In-Game Hacks.
#test
Working Win 32bit
03/06/2015, 10:28
#12
elite*gold: 0
Join Date: May 2012
Posts: 1,342
Received Thanks: 1,498
#Updated.
- Added more stuff to Thailand Hack.
03/06/2015, 10:35
#13
elite*gold: 10
Join Date: Aug 2014
Posts: 63
Received Thanks: 162
You Can't Add More Stuf For Eu?
Btw Work~
03/06/2015, 10:53
#14
elite*gold: 0
Join Date: May 2012
Posts: 1,342
Received Thanks: 1,498
Quote:
Originally Posted by
~Instinctive~
You Can't Add More Stuf For Eu?
Btw Work~
I'll probably add 'em for EU version after the new patch arrives.
03/06/2015, 11:04
#15
elite*gold: 10
Join Date: Aug 2014
Posts: 63
Received Thanks: 162
You Know When The Next Update Will Be?~~
All times are GMT +1. The time now is 22:42 .