Post: Welcome massage bo2 for your tool [Tutorial] update
04-30-2015, 07:23 PM #1
ksa_7ooo7
Maggbot timeout!
(adsbygoogle = window.adsbygoogle || []).push({});
Hello everyone we have to think to make new things Smile

when you use GSc mode menu there ia a Welcome massage like :

Welcome Username to ksa_7ooo7 menu
now you can make it for your tool by using FPS()



Using
     ON / void FPS()
{
Ar.SetMemory(0x8E3590, new byte[] { 0x94, 50, 0, 0, 0, 0, 0, 32, 32, 32, 32, 32, 32 });
Ar.SetMemory(0x37FEC, new byte[] { 0x60, 0x00, 0x00, 0x00 });

}


     OFF /{
Ar.SetMemory(0x8E3590, new byte[] { 13 });
Ar.SetMemory(0x37FEC, new byte[] { 65, 130, 8, 240 });
}


in Attach button add this code
    FPS();


// \n to start a new line
// you have to use a space to write in the Center before the massage Smile
For normal massage to make it in middle
     Ar.Extension.WriteString(0x8E3290, "                                              \n ^2Welcome");
Application.DoEvents(); // for no lage
System.Threading.Thread.Sleep(333); // 1000 = 1 Second



This is my code in the video

     FPS();
richTextBox2.Text = " \n ^2W";
Ar.Extension.WriteString(0x8E3290, richTextBox2.Text);
Application.DoEvents();
System.Threading.Thread.Sleep(333);
richTextBox2.Text += "^2e";
Ar.Extension.WriteString(0x8E3290, richTextBox2.Text);
Application.DoEvents();
System.Threading.Thread.Sleep(333);
richTextBox2.Text += "^2l";
Ar.Extension.WriteString(0x8E3290, richTextBox2.Text);
Application.DoEvents();
System.Threading.Thread.Sleep(333);
richTextBox2.Text += "^2c";
Ar.Extension.WriteString(0x8E3290, richTextBox2.Text);
Application.DoEvents();
System.Threading.Thread.Sleep(333);
richTextBox2.Text += "^2o";
Ar.Extension.WriteString(0x8E3290, richTextBox2.Text);
Application.DoEvents();
System.Threading.Thread.Sleep(333);
richTextBox2.Text += "^2m";
Ar.Extension.WriteString(0x8E3290, richTextBox2.Text);
Application.DoEvents();
System.Threading.Thread.Sleep(333);
richTextBox2.Text += "^2e";
Ar.Extension.WriteString(0x8E3290, richTextBox2.Text);
Application.DoEvents();
System.Threading.Thread.Sleep(333);
richTextBox2.Text += " ^7" + userName + "\n";
Ar.Extension.WriteString(0x8E3290, richTextBox2.Text);
Application.DoEvents();
System.Threading.Thread.Sleep(333);
richTextBox2.Text += "^1to ";
Ar.Extension.WriteString(0x8E3290, richTextBox2.Text);
Application.DoEvents();
System.Threading.Thread.Sleep(333);
richTextBox2.Text += "^3Tool";
Ar.Extension.WriteString(0x8E3290, richTextBox2.Text);
Application.DoEvents();
System.Threading.Thread.Sleep(333);
richTextBox2.Text += " by";
Ar.Extension.WriteString(0x8E3290, richTextBox2.Text);
Application.DoEvents();
System.Threading.Thread.Sleep(333);
richTextBox2.Text += " ^1ksa_7ooo7";
Ar.Extension.WriteString(0x8E3290, richTextBox2.Text);
Application.DoEvents();
System.Threading.Thread.Sleep(333);
richTextBox2.Text += "\n ^2(^_*)";
Ar.Extension.WriteString(0x8E3290, richTextBox2.Text);
Application.DoEvents();
System.Threading.Thread.Sleep(3000);

richTextBox2.Text = " \n #> ^3Welcom ^2massage ^6<# ";
Ar.Extension.WriteString(0x8E3290, richTextBox2.Text);
Application.DoEvents();
System.Threading.Thread.Sleep(333);
richTextBox2.Text += "\n#> ^3Ver ^11.1 ^6<# ";
Ar.Extension.WriteString(0x8E3290, richTextBox2.Text);
Application.DoEvents();
System.Threading.Thread.Sleep(333);
richTextBox2.Text += "\n#> ^3By ^1ksa_7ooo7 ^6<#";
Ar.Extension.WriteString(0x8E3290, richTextBox2.Text);
Application.DoEvents();
System.Threading.Thread.Sleep(333);
richTextBox2.Text += "\n#> ^3Helped ^1me ^6<#";
Ar.Extension.WriteString(0x8E3290, richTextBox2.Text);
Application.DoEvents();
System.Threading.Thread.Sleep(333);
richTextBox2.Text += "\n#> ^3Helped ^1BISOON ^6<#";
Ar.Extension.WriteString(0x8E3290, richTextBox2.Text);
Application.DoEvents();
System.Threading.Thread.Sleep(333);
richTextBox2.Text += "\n#> ^3Helped ^1B777x ^6<#";
Ar.Extension.WriteString(0x8E3290, richTextBox2.Text);
Application.DoEvents();
System.Threading.Thread.Sleep(333);
richTextBox2.Text += "\n#> ^3Helped ^1V--JR7 ^6<#";
Ar.Extension.WriteString(0x8E3290, richTextBox2.Text);
Application.DoEvents();
System.Threading.Thread.Sleep(3333);
Ar.Extension.WriteString(0x8E3290, "^3By ^1ksa_7ooo7");

I made it flash :(
you can make it more better if you thing how to use it >

I am sorry for my language . But this is tool for understand better

here is the You must login or register to view this content.
here is the You must login or register to view this content.
You must login or register to view this content.
(adsbygoogle = window.adsbygoogle || []).push({});

The following 12 users say thank you to ksa_7ooo7 for this useful post:

Advancer, BISOON, BunnyV3, Coffee Bean, Confusing, En3RGyMoDz, Jay NaStY, ModdingInStyle-, Mx444, Reyz, V--JR7, XxBlud23xX
05-05-2015, 05:47 AM #20
Confusing
Climbing up the ladder
nice release !
05-05-2015, 10:32 AM #21
BISOON
Maggbot timeout!
Good job 7oo7h nice & free brain you have Claps :derpina:
I saw your using many lines in your code
btw this code will do same what your doing i wrote it in my notepad
and im positive it will provide all what you want .. Smile
again good job MR.7oo7h :p
    

string fps = "W,E,L,C,O,M,E,\nHere,\nYou,\nGo";
string[] str = fps.Split(','Winky Winky;
for (int i = 0; i < str.Length; i++)
{
richTextBox1.Text += str[i];
Ar.Extension.WriteString(0x8E3290 /* fps Text Offset */, richTextBox1.Text);
System.Threading.Thread.Sleep(500);
Application.DoEvents();
}

The following user thanked BISOON for this useful post:

ksa_7ooo7
05-05-2015, 04:56 PM #22
ksa_7ooo7
Maggbot timeout!
Originally posted by BISOON View Post
Good job 7oo7h nice & free brain you have Claps :derpina:
I saw your using many lines in your code
btw this code will do same what your doing i wrote it in my notepad
and im positive it will provide all what you want .. Smile
again good job MR.7oo7h :p
    

string fps = "W,E,L,C,O,M,E,\nHere,\nYou,\nGo";
string[] str = fps.Split(','Winky Winky;
for (int i = 0; i < str.Length; i++)
{
richTextBox1.Text += str[i];
Ar.Extension.WriteString(0x8E3290 /* fps Text Offset */, richTextBox1.Text);
System.Threading.Thread.Sleep(500);
Application.DoEvents();
}



thanks my bro. Nice to see you Smile
After you Smile
thanks for help Smile it will be improve Smile
I really appreciate what you did Smile

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo