Official Everybody Edits Forums

Do you think I could just leave this part blank and it'd be okay? We're just going to replace the whole thing with a header image anyway, right?

You are not logged in.

#1 2016-08-11 16:05:02

JohnnyCraig
Member
Joined: 2016-04-09
Posts: 261

STALKER BOT

can someone make a stalker bot for me? (btw thx to capasha for suggesting me to post this on the bots and programming for a stalker bot.)


JohnnyCraig.jpg
Every damn gives 1$ to Mustache Cancer
Money Collected - 439$
|50$|100$|150$|200$|250$|300$|350$|400$|450$|500$|
------------------------------------------------------------
ROAD TO 500$ DOLLARS

Offline

#2 2016-08-11 16:47:59

SirJosh3917
Formerly ninjasupeatsninja
From: USA
Joined: 2015-04-05
Posts: 2,095

Re: STALKER BOT

ninjabot 2.0.3[debug] has a stalker

Offline

Wooted by:

#3 2016-08-12 14:07:09, last edited by Calyfornia (2016-08-18 18:24:41)

Calyfornia
Member
From: Scotland
Joined: 2016-07-09
Posts: 41

Re: STALKER BOT

I've made a quick one here //forums.everybodyedits.com/img/smilies/big_smile

Source | Download

Changelog

EENeat | Teaches itself how to play EE (Made in partnership with Jesse)
Rider   | Cross-platform, alternative C# IDE by JetBrains.

Offline

Wooted by: (2)

#4 2016-08-13 02:15:32

Hexagon
Member
Joined: 2015-04-22
Posts: 1,213

Re: STALKER BOT

Calyfornia wrote:

I've made a quick one here //forums.everybodyedits.com/img/smilies/big_smile

Source | Download

Changelog

SecureString is nice, except when passwords are sent over HTTP it doesn't really add any benefit, unfortunately //forums.everybodyedits.com/img/smilies/sad.

Offline

Wooted by: (3)

#5 2016-08-13 11:52:40

Calyfornia
Member
From: Scotland
Joined: 2016-07-09
Posts: 41

Re: STALKER BOT

Hexagon wrote:

SecureString is nice, except when passwords are sent over HTTP it doesn't really add any benefit, unfortunately //forums.everybodyedits.com/img/smilies/sad.

calyfornia wrote:

improve/s

The entire thing is a joke //forums.everybodyedits.com/img/smilies/wink


EENeat | Teaches itself how to play EE (Made in partnership with Jesse)
Rider   | Cross-platform, alternative C# IDE by JetBrains.

Offline

#6 2016-08-13 11:57:35

BuzzerBee
Forum Admin
From: Texas, U.S.A.
Joined: 2015-02-15
Posts: 4,566

Re: STALKER BOT

Looked at your source, and I'm just wondering, when are those values received in "m" ever null? Just curious why you have an if statement to check if they're null


TdQRyz3.png
https://wiki.everybodyedits.com/images/5/5d/135_bee

Offline

#7 2016-08-13 12:02:33

Calyfornia
Member
From: Scotland
Joined: 2016-07-09
Posts: 41

Re: STALKER BOT

BuzzerBee wrote:

Looked at your source, and I'm just wondering, when are those values received in "m" ever null? Just curious why you have an if statement to check if they're null

Calyfornia wrote:

The entire thing is a joke //forums.everybodyedits.com/img/smilies/wink


EENeat | Teaches itself how to play EE (Made in partnership with Jesse)
Rider   | Cross-platform, alternative C# IDE by JetBrains.

Offline

#8 2016-08-13 12:58:03

capasha
Member
Joined: 2015-02-21
Posts: 4,066

Re: STALKER BOT

Calyfornia wrote:
BuzzerBee wrote:

Looked at your source, and I'm just wondering, when are those values received in "m" ever null? Just curious why you have an if statement to check if they're null

Calyfornia wrote:

The entire thing is a joke //forums.everybodyedits.com/img/smilies/wink

This isn't a joke. All try catches reminds me of ninja. Are you using another account trying to hide from us?

Offline

#9 2016-08-13 13:38:48

Calyfornia
Member
From: Scotland
Joined: 2016-07-09
Posts: 41

Re: STALKER BOT

capasha wrote:
Calyfornia wrote:
BuzzerBee wrote:

Looked at your source, and I'm just wondering, when are those values received in "m" ever null? Just curious why you have an if statement to check if they're null

Calyfornia wrote:

The entire thing is a joke //forums.everybodyedits.com/img/smilies/wink

This isn't a joke. All try catches reminds me of ninja. Are you using another account trying to hide from us?

:o  I've been caught
tumblr_inline_mhis0waQDy1qz4rgp.gif


EENeat | Teaches itself how to play EE (Made in partnership with Jesse)
Rider   | Cross-platform, alternative C# IDE by JetBrains.

Offline

#10 2016-08-13 15:47:09

SirJosh3917
Formerly ninjasupeatsninja
From: USA
Joined: 2015-04-05
Posts: 2,095

Re: STALKER BOT

capasha wrote:
Calyfornia wrote:
BuzzerBee wrote:

Looked at your source, and I'm just wondering, when are those values received in "m" ever null? Just curious why you have an if statement to check if they're null

Calyfornia wrote:

The entire thing is a joke //forums.everybodyedits.com/img/smilies/wink

This isn't a joke. All try catches reminds me of ninja. Are you using another account trying to hide from us?

NOTE: When i say 'You' I refer to californya.

Even I wondered why you'd use those try catches. I'd at least have some sort of functions so I didn't have to have one million try's and catches.
The EE staff can look at our IPs, they're different. I'm saying this because I'm not Californya.
And if you look at every piece of code in every bot I've made, I've never used

continue;

I wouldn't seperate my code into lines

                var c = PlayerIO.QuickConnect.SimpleConnect("everybody-edits-su9rn58o40itdbnw69plyw", email,
                    password.value, null);
                Connection = c.Multiplayer
                    .CreateJoinRoom(WorldID,
                        (WorldID.StartsWith("BW") ? "Beta" : "Everybodyedits") +
                        c.BigDB.Load("config", "config")["version"], true, null, null);

And I'd never use

var

I've never used a delegate for the OnMessage

                Connection.OnMessage += delegate(object sender, Message message)

And I'd use ProtocolLookup for recieving "m"

Offline

#11 2016-08-13 15:49:40

BuzzerBee
Forum Admin
From: Texas, U.S.A.
Joined: 2015-02-15
Posts: 4,566

Re: STALKER BOT

I don't think anyone actually thinks you're the same people, Ninja.
Let's get back on topic //forums.everybodyedits.com/img/smilies/cool


TdQRyz3.png
https://wiki.everybodyedits.com/images/5/5d/135_bee

Offline

Wooted by:

#12 2016-08-13 15:54:52

Calyfornia
Member
From: Scotland
Joined: 2016-07-09
Posts: 41

Re: STALKER BOT

Apologies Ninja, but I can rewrite if you want ;p


EENeat | Teaches itself how to play EE (Made in partnership with Jesse)
Rider   | Cross-platform, alternative C# IDE by JetBrains.

Offline

Calyfornia1471100092618687

Board footer

Powered by FluxBB

[ Started around 1711711246.6215 - Generated in 0.092 seconds, 12 queries executed - Memory usage: 1.61 MiB (Peak: 1.8 MiB) ]