You are viewing our Forum Archives. To view or take place in current topics click here.
#11. Posted:
Azurill
  • Junior Member
Status: Offline
Joined: Jul 27, 201310Year Member
Posts: 83
Reputation Power: 3
Status: Offline
Joined: Jul 27, 201310Year Member
Posts: 83
Reputation Power: 3
Very nice Tool Good jop ;) (did somone got a bo2 Bypass tool btw )
#12. Posted:
MrMODDER-
  • New Member
Status: Offline
Joined: Aug 03, 201310Year Member
Posts: 36
Reputation Power: 2
Status: Offline
Joined: Aug 03, 201310Year Member
Posts: 36
Reputation Power: 2
First, this isn't flashing text. It's just deleting/re-creating the text and making the font bigger as it goes.

Second, here is your real virus scan...
[ Register or Signin to view external links. ]

Don't worry about the 2 viruses found, they need to be there. Don't post fake scans so people will download it...
#13. Posted:
HexAngel
  • New Member
Status: Offline
Joined: Jul 24, 201310Year Member
Posts: 20
Reputation Power: 0
Status: Offline
Joined: Jul 24, 201310Year Member
Posts: 20
Reputation Power: 0
for all who were wondering,

here:

double scale_t;
bool maxsize = false;

void Flash()
{
   while(!maxsize)
   {
      scale_t = scale_t + 0.1; //change scaling increments to whatever
      printf("scale text size : %d");
      
      if(scale_t == 3.5)
      {
         maxsize = true;
      }
   }
   if(maxsize)
   {
      while(maxsize)
      {
         scale_t = scale_t - 0.1;//same as above, change to pleasing
         printf("scale text size : %d");

         if(scale_t == 0.0)
         {
            maxsize = false;
         }
      }
   }
}


please, lets try and make this community how it used to be, by sharing our finds, and SIMPLE codes like this one I threw together in literally 2 minutes.
#14. Posted:
Nissan
  • Ultra Gifter
Status: Offline
Joined: Sep 20, 201211Year Member
Posts: 2,136
Reputation Power: 312
Status: Offline
Joined: Sep 20, 201211Year Member
Posts: 2,136
Reputation Power: 312
MrMODDER- wrote First, this isn't flashing text. It's just deleting/re-creating the text and making the font bigger as it goes.

Second, here is your real virus scan...
[ Register or Signin to view external links. ]

Don't worry about the 2 viruses found, they need to be there. Don't post fake scans so people will download it...


in a way he didnt post a fake scan you just scanned the .rar file and i done that and got the same errors but i also scanned the exe file and theres no errors like the one he posted
#15. Posted:
Consistent
  • TTG Senior
Status: Offline
Joined: Aug 02, 201310Year Member
Posts: 1,126
Reputation Power: 50
Status: Offline
Joined: Aug 02, 201310Year Member
Posts: 1,126
Reputation Power: 50
I thought you meant color flashing but it looks really cool
#16. Posted:
Poke
  • Christmas!
Status: Offline
Joined: Mar 13, 201113Year Member
Posts: 2,637
Reputation Power: 1004
Status: Offline
Joined: Mar 13, 201113Year Member
Posts: 2,637
Reputation Power: 1004
Weird... Maybe this should be added to a bigger tool. Anyways good job
#17. Posted:
SHM
  • TTG Senior
Status: Offline
Joined: Aug 04, 201013Year Member
Posts: 1,659
Reputation Power: 72
Status: Offline
Joined: Aug 04, 201013Year Member
Posts: 1,659
Reputation Power: 72
Out of all places to put it, why did you put it under the radar
#18. Posted:
GrandTheftAutoFive
  • TTG Senior
Status: Offline
Joined: Aug 06, 201310Year Member
Posts: 1,480
Reputation Power: 61
Status: Offline
Joined: Aug 06, 201310Year Member
Posts: 1,480
Reputation Power: 61
Nice i guess i use DArKs XRPC.
#19. Posted:
KurZee
  • Resident Elite
Status: Offline
Joined: Jan 21, 201311Year Member
Posts: 283
Reputation Power: 12
Status: Offline
Joined: Jan 21, 201311Year Member
Posts: 283
Reputation Power: 12
sweet tool dude! about to test and record now
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.