You are viewing our Forum Archives. To view or take place in current topics click here.
#11. Posted:
Status: Offline
Joined: Jul 27, 201311Year Member
Posts: 83
Reputation Power: 3
Status: Offline
Joined: Jul 27, 201311Year Member
Posts: 83
Reputation Power: 3
Very nice Tool Good jop ;) (did somone got a bo2 Bypass tool btw )
- 0useful
- 0not useful
#12. Posted:
Status: Offline
Joined: Aug 03, 201311Year Member
Posts: 36
Reputation Power: 2
Status: Offline
Joined: Aug 03, 201311Year 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...
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...
- 0useful
- 0not useful
#13. Posted:
Status: Offline
Joined: Jul 24, 201311Year Member
Posts: 20
Reputation Power: 0
for all who were wondering,
here:
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.
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.
- 0useful
- 0not useful
#14. Posted:
Status: Offline
Joined: Sep 20, 201212Year Member
Posts: 2,136
Reputation Power: 312
Status: Offline
Joined: Sep 20, 201212Year 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
- 0useful
- 0not useful
#15. Posted:
Status: Offline
Joined: Aug 02, 201311Year Member
Posts: 1,126
Reputation Power: 50
Status: Offline
Joined: Aug 02, 201311Year Member
Posts: 1,126
Reputation Power: 50
I thought you meant color flashing but it looks really cool
- 1useful
- 0not useful
#16. Posted:
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
- 0useful
- 0not useful
#17. Posted:
Status: Offline
Joined: Aug 04, 201014Year Member
Posts: 1,659
Reputation Power: 72
Out of all places to put it, why did you put it under the radar
- 0useful
- 0not useful
#18. Posted:
Status: Offline
Joined: Aug 06, 201311Year Member
Posts: 1,480
Reputation Power: 61
Status: Offline
Joined: Aug 06, 201311Year Member
Posts: 1,480
Reputation Power: 61
Nice i guess i use DArKs XRPC.
- 0useful
- 0not useful
#19. Posted:
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
- 0useful
- 0not useful
You are viewing our Forum Archives. To view or take place in current topics click here.