Author Topic: [sarcasm] God guys, hacking BL is possible. [/sarcasm]  (Read 3509 times)


"omg n00b you can hck blocklnd this guy made a face pop up on my screen omg man thts hackin!!!!1111!1!!111"
Oops, sorry! :cookieMonster:

i was hosting a server and somebody hacked it explain

[sarcasm] Nice work reading the OP [/sarcasm]

Fungus can hack, so wtf are you talking about

but you can use an aimbot, it's been made.


I advise you remove the tips for hacking your player, for noobs could use it and abuse it on other servers :/
Considering theres no edit in drama



Not sure how they're possible anymore considering Badspot removed the ability to detect the position of other players in a server.

no he didn't

Code: [Select]
[quote author=Port link=topic=203564.msg5649293#msg5649293 date=1344867180]
no he didn't
[/quote]
really? when I ran this script in a server:
[code]
for(%i=0;%i<serverConnection.getCount();%i++){
     if(serverConnection.getObject(%i).getClassName() $= "Player"){
          echo(serverConnection.getObject(%i).getPosition());
     }
}
In the console, I got a bunch of blank lines and my player's position. When I ran this code:
for(%i=0;%i<serverConnection.getCount();%i++){
     if(serverConnection.getObject(%i).getClassName() $= "Player"){
          echo(serverConnection.getObject(%i).getShapeName());
     }
}
[/code]
I got a list of everyone who had a player object.

Code: [Select]
really? when I ran this script in a server:
[code]
for(%i=0;%i<serverConnection.getCount();%i++){
     if(serverConnection.getObject(%i).getClassName() $= "Player"){
          echo(serverConnection.getObject(%i).getPosition());
     }
}
In the console, I got a bunch of blank lines and my player's position. When I ran this code:
for(%i=0;%i<serverConnection.getCount();%i++){
     if(serverConnection.getObject(%i).getClassName() $= "Player"){
          echo(serverConnection.getObject(%i).getShapeName());
     }
}
[/code]
I got a list of everyone who had a player object.
woah wtf, I'm just going to redo that.

no he didn't
really? when I ran this script in a server:
Code: [Select]
for(%i=0;%i<serverConnection.getCount();%i++){
     if(serverConnection.getObject(%i).getClassName() $= "Player"){
          echo(serverConnection.getObject(%i).getPosition());
     }
}
In the console, I got a bunch of blank lines and my player's position. When I ran this code:
Code: [Select]
for(%i=0;%i<serverConnection.getCount();%i++){
     if(serverConnection.getObject(%i).getClassName() $= "Player"){
          echo(serverConnection.getObject(%i).getShapeName());
     }
}
I got a list of everyone who had a player object.

He did remove the code, thats why add-ons such as Radar do not work anymore. Technically, aimbots are still possible with the use of scripts that can detect the objects on the screen, meaning it's separate from Blockland, but thats difficult.

That isn't the only way to do it, Scars75.

He did remove the code, thats why add-ons such as Radar do not work anymore. Technically, aimbots are still possible with the use of scripts that can detect the objects on the screen, meaning it's separate from Blockland, but thats difficult.
opps double post

he removed one way to make them, there are others.