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
04-30-2015, 07:26 PM #2
Originally posted by 7ooo7 View Post
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();



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

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.


This is an awesome tut. Thanks for sharing Happy

The following 2 users say thank you to Coffee Bean for this useful post:

ksa_7ooo7, XxBlud23xX
04-30-2015, 07:51 PM #3
Reyz
Banned
Great release bro Winky Winky

The following user thanked Reyz for this useful post:

ksa_7ooo7
04-30-2015, 07:52 PM #4
ksa_7ooo7
Maggbot timeout!
Originally posted by Haxman2580 View Post
This is an awesome tut. Thanks for sharing Happy

thanks my friend Smile
04-30-2015, 08:10 PM #5
ksa_7ooo7
Maggbot timeout!
Originally posted by Reyz View Post
Great release bro Winky Winky


thanks my bro :(
04-30-2015, 09:14 PM #6
Advancer
Space Ninja
Actually pretty cool may add this to my tool Smile

The following user thanked Advancer for this useful post:

ksa_7ooo7
04-30-2015, 10:25 PM #7
ksa_7ooo7
Maggbot timeout!
Originally posted by Advancer View Post
Actually pretty cool may add this to my tool Smile


thanks you can also change it to better Smile

The following user thanked ksa_7ooo7 for this useful post:

XxBlud23xX
05-03-2015, 02:56 PM #8
XxBlud23xX
< ^ > < ^ >
That's epic bro, going to add that to the new tool I'm working on Smile

The following user thanked XxBlud23xX for this useful post:

ksa_7ooo7
05-03-2015, 03:36 PM #9
ksa_7ooo7
Maggbot timeout!
Originally posted by DEXBLUD23 View Post
That's epic bro, going to add that to the new tool I'm working on Smile


Thanks my bro Smile
any-help for your tool :( ask me Smile

The following user thanked ksa_7ooo7 for this useful post:

XxBlud23xX
05-04-2015, 01:12 AM #10
XxBlud23xX
< ^ > < ^ >
Originally posted by 7ooo7 View Post
Thanks my bro Smile
any-help for your tool :( ask me Smile


I do get this error message that says unable to load CCAPI.dll version 2.60 then it doesn't let you do anything :(

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo