[Undetected]Wall Shot Trainer -First Trainer-

11/15/2013 13:23 Siktor#16
Quote:
Originally Posted by eistee2001 View Post
ah ok but when I'm in the game then in the map I run then I'm out of the ground
Yes I know, Some maps have bug :(
11/16/2013 15:28 ►Cyrix#17
Nice work, Bro!
11/17/2013 20:23 MrSn0w#18
Nice work Siktor! Work win8 -64 Bit ! :D
11/17/2013 20:31 Zumorikatotokuari#19
Musstest du dafür extra ein Neuen Thread aufmachen? ò.ó
11/19/2013 10:17 zigra12#20
not work win 8 :(

not work win 8:(
11/20/2013 17:09 Playboyer#21
Yep that's right Works perfekt for me . Windows 7 x64
__________________

(̿▀̿ ̿Ĺ̯̿̿▀̿ ̿)̄ MY NAME IS DONG,JAMES DONG (̿▀̿ ̿Ĺ̯̿̿▀̿ ̿)̄
German:
Spoiler:
English:
Spoiler:
My Status:
Spoiler:
Funny Stuff:
Spoiler:
11/20/2013 18:37 Pr3xx0r#22
Quote:
Originally Posted by Playboyer View Post
Yep that's right Works perfekt for me . Windows 7 x64
__________________

(̿▀̿ ̿Ĺ̯̿̿▀̿ ̿)̄ MY NAME IS DONG,JAMES DONG (̿▀̿ ̿Ĺ̯̿̿▀̿ ̿)̄
German:
Spoiler:
English:
Spoiler:
My Status:
Spoiler:
Funny Stuff:
Spoiler:

Really? Why do you copy my signature/my post?
Echt jetzt? Warum kopierst du meine Signatur/ meinen Post?

-.-
11/21/2013 21:13 Siktor#23
Quote:
Originally Posted by Pr3xx0r View Post
Really? Why do you copy my signature/my post?
Echt jetzt? Warum kopierst du meine Signatur/ meinen Post?

-.-
and he did it wrong xD
11/24/2013 00:22 KaT̅1muR̅#24
Siktor
here is the updated code from your hack xD

Code:
  private static void Main(string[] args)
{
    string str = "###############################################################################\n#################\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0#######################\n#################\0\0\0\0\0\0\0\0\0\0\0\0\0 S4L Trainer\0\0\0\0\0\0\0\0\0\0\0\0\0\0#######################\n#################\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0#######################\n###############################################################################\n";
    string str2 = "S4Client.exe Not Found";
    string str3 = "S4Client.exe Found";
    string str4 = "!Function!:";
    string str5 = "WallShot";
    string str6 = "#Status:";
    string str7 = "Credits : Siktor and Dark Ghost :)";
    string processName = "S4Client";
    Console.Title = "S4L Trainer";
    Console.ForegroundColor = ConsoleColor.White;
    Console.WriteLine(str);
    Console.ForegroundColor = ConsoleColor.Green;
    Console.WriteLine(str4);
    Console.WriteLine();
    Console.ForegroundColor = ConsoleColor.Blue;
    Console.WriteLine(str5);
    Console.WriteLine();
    Console.WriteLine();
    Console.ForegroundColor = ConsoleColor.Blue;
    Console.WriteLine();
    Console.WriteLine();
    Console.ForegroundColor = ConsoleColor.Yellow;
    Console.WriteLine(str6);
    if (Process.GetProcessesByName(processName).Length <= 0)
    {
        Console.ForegroundColor = ConsoleColor.Red;
        Console.WriteLine(str2);
        Console.WriteLine();
        Console.ForegroundColor = ConsoleColor.Gray;
        Console.WriteLine(str7);
        Console.Read();
    }
    else
    {
        Console.ForegroundColor = ConsoleColor.Green;
        Console.WriteLine(str3);
        string str10 = "Press Enter to Start The Hack";
        Console.WriteLine(str10);
        Console.Read();
        string eXENAME = "S4Client";
        float num = 1f;
        Zero.WriteFloat(eXENAME, 0x122EED0, num);
        Console.Read();
    }
}