Register for your free account! | Forgot your password?

You last visited: Today at 11:09

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[Tools] by popcorn

Discussion on [Tools] by popcorn within the DarkOrbit forum part of the Browsergames category.

Closed Thread
 
Old 06/15/2012, 16:12   #46
 
BestDarkorbitTV2012's Avatar
 
elite*gold: 0
Join Date: Apr 2012
Posts: 289
Received Thanks: 35
same tool i can get on france clan page ^^
BestDarkorbitTV2012 is offline  
Thanks
1 User
Old 06/15/2012, 18:40   #47
 
elite*gold: 0
Join Date: May 2011
Posts: 532
Received Thanks: 316
Quote:
Originally Posted by 1Killa View Post
It's hard to read the entire post?Dumb
i was going to awnser the same

and they are all free tools

Quote:
Originally Posted by 2_IMPROVE View Post
I try to download his tools and it asks me for a password in the site to download..... I thought it was free tools?
read the post again, now u will see it muuch better

Quote:
Originally Posted by MiszczuOfWorld View Post
You need to receive packets, good example is OpenStealth.
and how can i do that??? if u could help me to programate i will be really glad
-popcorn- is offline  
Thanks
1 User
Old 06/15/2012, 18:53   #48
 
elite*gold: 0
Join Date: Sep 2011
Posts: 219
Received Thanks: 44
nice programs, good job
MyAccount23 is offline  
Thanks
1 User
Old 06/15/2012, 19:05   #49
 
elite*gold: 0
Join Date: Apr 2012
Posts: 244
Received Thanks: 152
Quote:
Originally Posted by -popcorn- View Post
and how can i do that??? if u could help me to programate i will be really glad
I don't have time, because i'm creating bot to UW, but you can check UDOBot source code.
MiszczuOfWorld is offline  
Thanks
1 User
Old 06/15/2012, 19:51   #50
 
elite*gold: 0
Join Date: May 2011
Posts: 532
Received Thanks: 316
Quote:
Originally Posted by MiszczuOfWorld View Post
I don't have time, because i'm creating bot to UW, but you can check UDOBot source code.
is udobot in visual basic 2008? and where is scoure code?
-popcorn- is offline  
Old 06/15/2012, 19:56   #51
 
elite*gold: 0
Join Date: Apr 2012
Posts: 244
Received Thanks: 152
Quote:
Originally Posted by -popcorn- View Post
is udobot in visual basic 2008? and where is scoure code?
tvirusx1 wrote udobot in C++/CLI.
MiszczuOfWorld is offline  
Thanks
1 User
Old 06/15/2012, 23:04   #52
 
elite*gold: 0
Join Date: May 2011
Posts: 532
Received Thanks: 316
Quote:
Originally Posted by MiszczuOfWorld View Post
tvirusx1 wrote udobot in C++/CLI.
but i dont know c++ or c# or any other, i only know visual basic, and i dont know how to send pakages anyways -.-
-popcorn- is offline  
Old 06/15/2012, 23:09   #53
 
elite*gold: 0
Join Date: Mar 2012
Posts: 196
Received Thanks: 48
visual basic is ****
iEvron is offline  
Thanks
1 User
Old 06/15/2012, 23:13   #54
 
elite*gold: 0
Join Date: Apr 2012
Posts: 244
Received Thanks: 152
Quote:
Originally Posted by iEvron View Post
visual basic is ****
True&Bullshit.

@popcorn
if u r good in VB, you are good in other .NET languages.
MiszczuOfWorld is offline  
Thanks
1 User
Old 06/15/2012, 23:18   #55
 
elite*gold: 0
Join Date: May 2011
Posts: 532
Received Thanks: 316
Quote:
Originally Posted by MiszczuOfWorld View Post
True&Bullshit.

@popcorn
if u r good in VB, you are good in other .NET languages.
but c++ is so trange with toooo much {{}}{}{}{}{{{}}{}{}{, and it's confised lol.

well, the only one question is how make visual basic can know when battleray died, i readed all udobot rescoure code, but didnt found yet anything that could help me -.-
-popcorn- is offline  
Old 06/15/2012, 23:24   #56
 
elite*gold: 0
Join Date: Apr 2012
Posts: 244
Received Thanks: 152
Quote:
Originally Posted by -popcorn- View Post
but c++ is so trange with toooo much {{}}{}{}{}{{{}}{}{}{, and it's confised lol.

well, the only one question is how make visual basic can know when battleray died, i readed all udobot rescoure code, but didnt found yet anything that could help me -.-
It's hard to do. { } { } is not hard.

Code in c#
Code:
string MiszczuGod = string.Format("Miszczu is {0}", "***!");
if (MiszczuGod.Equals("something")
 FuckYou();
Code in c++
Code:
String ^MiszczuGod = String::Format("Miszczu is {0}", "***!");
if (MiszczuGod->Equals("something")
 FuckYou();
Code in VB
Code:
Dim MiszczuGod As String = String.Format("Miszczu is {0}", "***!")
If MiszczuGod.Equals("something") Then FuckYou()
MiszczuOfWorld is offline  
Thanks
1 User
Old 06/16/2012, 00:31   #57
 
elite*gold: 0
Join Date: May 2011
Posts: 532
Received Thanks: 316
Quote:
Originally Posted by MiszczuOfWorld View Post
It's hard to do. { } { } is not hard.

Code in c#
Code:
string MiszczuGod = string.Format("Miszczu is {0}", "God!");
if (MiszczuGod.Equals("something")
 FuckYou();
Code in c++
Code:
String ^MiszczuGod = String::Format("Miszczu is {0}", "God!");
if (MiszczuGod->Equals("something")
 FuckYou();
Code in VB
Code:
Dim MiszczuGod As String = String.Format("Miszczu is {0}", "God!")
If MiszczuGod.Equals("something") Then FuckYou()
well, but, how can i detect when a battleray die?

see this part pf the udobot scoure(just a part, nothing special)
Code:
void _UseInstashield() {
		if(checkBox7->Checked) {
			int max = (int)numericUpDown2->Value;
			if(max > 0 && _Times_Used_Instashield < max) {
				if(((hero.getHP()/hero.getMaxHP())*100.0) <= 35.0) {
					if((InstashieldCooldown - DateTime::Now).Seconds <= 0) {
						Thread::Sleep(100);
						SendPacket(hSocket,String::Format(L"{0}|{1}",CLIENT_SELECT,INSTASHIELD));
						InstashieldCooldown = DateTime::Now.AddSeconds(30);
						_Times_Used_Instashield++;
					}
				}
			}
		}
	}
	void _UseEMP() {
		if(checkBox8->Checked) {
			int max = (int)numericUpDown2->Value;
			if(max > 0 && _Times_Used_EMP < max) {
				if(EnemiesAttackingUs->Count > 1) {
					if((EMPCooldown - DateTime::Now).Seconds <= 0) {
						Thread::Sleep(100);
						SendPacket(hSocket,String::Format(L"{0}|{1}",CLIENT_SELECT,EMP));
						EMPCooldown = DateTime::Now.AddSeconds(30);
						_Times_Used_EMP++;
					}
				}
			}
		}
	}
thst's my problem, too much {
{
{

}
}

and i get lost between all them-.-
-popcorn- is offline  
Old 06/18/2012, 15:22   #58
 
elite*gold: 0
Join Date: May 2011
Posts: 532
Received Thanks: 316
NEW PROGRAM

RSB Changer

this is a program that changes between rsb-75 ammo and other ammo. i have done 2 versions, a delay version and a non delay version, non delay version do in same moment change, delay one, have a delaying of 0,1 second between rsb and other amm(delay one is for non bann).

freatures:

here you have an image of the program:


DOWNLOAD AND VIRUS TOTAL
-popcorn- is offline  
Old 06/18/2012, 15:27   #59
 
Patato​'s Avatar
 
elite*gold: 1
Join Date: Nov 2011
Posts: 3,959
Received Thanks: 2,105
good work man
Patato​ is offline  
Thanks
1 User
Old 06/18/2012, 15:43   #60
 
elite*gold: 0
Join Date: Apr 2012
Posts: 244
Received Thanks: 152
Quote:
Originally Posted by -popcorn- View Post
well, but, how can i detect when a battleray die?

see this part pf the udobot scoure(just a part, nothing special)
Code:
void _UseInstashield() {
		if(checkBox7->Checked) {
			int max = (int)numericUpDown2->Value;
			if(max > 0 && _Times_Used_Instashield < max) {
				if(((hero.getHP()/hero.getMaxHP())*100.0) <= 35.0) {
					if((InstashieldCooldown - DateTime::Now).Seconds <= 0) {
						Thread::Sleep(100);
						SendPacket(hSocket,String::Format(L"{0}|{1}",CLIENT_SELECT,INSTASHIELD));
						InstashieldCooldown = DateTime::Now.AddSeconds(30);
						_Times_Used_Instashield++;
					}
				}
			}
		}
	}
	void _UseEMP() {
		if(checkBox8->Checked) {
			int max = (int)numericUpDown2->Value;
			if(max > 0 && _Times_Used_EMP < max) {
				if(EnemiesAttackingUs->Count > 1) {
					if((EMPCooldown - DateTime::Now).Seconds <= 0) {
						Thread::Sleep(100);
						SendPacket(hSocket,String::Format(L"{0}|{1}",CLIENT_SELECT,EMP));
						EMPCooldown = DateTime::Now.AddSeconds(30);
						_Times_Used_EMP++;
					}
				}
			}
		}
	}
thst's my problem, too much {
{
{

}
}

and i get lost between all them-.-
Simple code.
MiszczuOfWorld is offline  
Closed Thread


Similar Threads Similar Threads
[VTuT]spotclicks.de Popcorn zur Hand und losverdient!
02/20/2012 - Tutorials - 14 Replies
spotclicks.de Popcorn zur Hand und losverdient! spotclicks.de Popcorn zur Hand und losverdient! - YouTube



All times are GMT +1. The time now is 11:10.


Powered by vBulletin®
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2025 elitepvpers All Rights Reserved.