@runehq245 lol, very true. there isn't much of a way to prevent getting hit -- once targeted, there is nothing you can do to not be hit. Deathmatch ends up to be either hoping you have more armor or trying to only target those low on health.
@TRANSBLADE I've never seen lag like that before in my life. Esp not lag that half the time puts the player off the map and half the time directly on top of another player.
@MYdevilkitty559 I type commands to the hack. Since the hack is performed via packet manipulation, I can send commands to it via specially formatted chat messages which the hack filters out and nobody else sees. I tell it things like teleport along x axis for a distance of 500 or something like that. Once I feel I'm in a good position, I tell it to save the location and start teleporting me to enemies, attacking, and teleporting back.
@vaskesu Yes, I still die... cheating isn't about not dying, it's about finding ways to do things that shouldn't be allowed. A good multiplayer game could and would prevent this.
@noobeable it does it for me... visually, you may see that sometimes it says hit on someone far away from me due to the teleporting and the drawing being out of sync.
Dude help me please i can't buy shit join this game i got like 60k credit and it wont allow me to confirm any purchase no one is helping and if they are there giving me stupid advice
That's nice. I never strove to be the best at hacking or the best at the game. I wrote the hack as a challenge for myself... think of it as playing with legos only more complicated and more entertaining. I don't need to have the best outcome as long as I had fun along the way.
mhhh it's so you don't need the hacks hacks need idiots you are no idiot you must leant to play and when you are good ! make exteel realy fun ! i am with my char lvl 32 now ! a chief master sergant what lvl are you and rank ? oh and i am in the clan 13thCrew hope you have fun by playing exteel !! good luck by any playing exteel
@endoxxxx I don't play Exteel anymore. I played it for a few days, hacked it, played it for a week or two longer, got a ban and decided it was a good time to move on to other games.
wow i wish i can make programs like that except hacking.....dreaming of making a game .....maybe .....and to those pips saying ur a noob lols here what he has jus said
1. not interested in the game even winning
2. interested in just making programs even its flawed parts
3.jus having fun w/ the program even though t pisses players ass
4.if he wanted to win perfectly he could jus hack invulnerabilty or play this game fairly or not
note:ths is not my acc just burrowed on my frnd n sry bout d txt
You don't necessarily have to be a programmer to be involved in the game making process -- there are many fields involved: artists, designers, level makers, project managers, etc.
In the end, none of the fields are particularly easy (if they were, everyone would make games), but if you have or can build the skill (in whatever field), all it takes is the drive. One tip: the game development community is fairly tight-knit. If you can get a connection or two, you have a much better chance.
I don't really care enough about that particular game to desire to play it enough to be good at it -- But yea, if I did, I would play it rather than hack it. There are several games I do play w/o hacking... the hack is more for the challenge of creating it than using it, so I sometimes don't use it very long after creation... like this one.
Not so much about the actual hacking, but about figuring out and writing the hack. It's a puzzle, and is quite entertaining to me.
I do spend quite a bit of my time doing things other than making hacks (most of it). You're correct, the game isn't important to me. I don't play it, or hack it anymore. The videos were taken over a couple of weeks. I haven't played since.
I had a noob mech too. It should have been easy for them to kill me too... and they did... just not as often as I killed them.
why dont you make programs for games or companies?
i mean if you dont care about the game and its a challenge for you to make these kind of programs, why dont you make programs for games or companies where you can make money of.
i know a person of 45 years old who makes programs for companies which he gets a lot of money from.
he works 3 days in a week and can make a living of it. so if your technical spend the time for making programs wich you can sell.
I do write programs and games and I do work in the industry. I just find the challenge of programming and reverse engineering rewarding enough to spend my personal time doing it as well.
I do not wish to destroy any game, so I have very strict rules for myself:
I never rejoin a game I am banned from
I never ever distribute my hacks
I never hack a game I am interested in really playing
If I gain interest in a game I hacked, I never use the hack again.
im happy you arent someone who really ruins the game.
there are games which are infested with hackers wich are real good games. like cod 4 on pc is full of hackers and its a great game but because of those hacks it isnt fun anymore.
but im happy you wont hack again if you arent welcome in the game anymore and im happy you dont distribute the hacks.
because there are people who sells hacks for a monthlee fee and just doesnt know what the damage it will do to the game industrie and the players point of view in having fun in the game.
Actually.... I wrote the hack for the programming challenge, not to win at that pathetic game. If I really wanted to win, I wouldn't use the hack because it's a ban waiting to happen.
Think about what you say before you say it and you might not look like such a tool.
Watch it again. You'll see me attacking nothing and hitting, moving through buildings and walls as I "teleport", slicing at nothing and hits showing in the air... etc.
But really, you can believe what you want. It does not make much difference to me.
Nope, because there is no download link for my hack. I don't distribute it. If you look around hard enough, I'm sure you can find something, though. I won't tell you where because I don't encourage distribution of hacks. I will develop one and use it a few times to illustrate my point (that the network protocol is insecure... all my hacks are packet manipulation based) and never use it again.
No, the hack runs on a separate computer from the game. It intercepts (via routing) traffic sent to and from the game client and modifies the network stream as necessary. So a teleport is performed by modifying location values in the network stream. So the hack keeps track of player locations sent over the network. It picks a target, teleports me there, then attacks and teleports me back to where I was originally. On team games it keeps track of teams as well so that I don't attack teammates.
Can you make a second version that would reverse this process? Eg. Get the location of a specific Player and if he teleports behind you (Depeding on what Z Value you took for this one), you teleport behind him too :)
It's possible, but it would not work as expected. The method I use for teleporting only works over a fairly large distance. If it's over less distance, you see yourself move, but don't appear to move at all to everyone else.
have others begun to do this too? I didn't distribute this and I no longer play.
triggering a teleport based on when another player teleports might be possible, but the end result might be a long series of teleports that would cause the game to lag out, crash a server, or make the game unplayable for others. At best it would be a brute force teleport slash fest that would result in the hardest hitting or most armored player winning.
Yes, quite a few people are using this or a similiar Method. My best bet would be they are using the Automaton (Memory based with LUA intepretor) instead of your way, however your way is more beautieful since you tinker with the packets outside of the game. Thus you do not need to make any modification on the client at all.
I think you're right, your's is a bit more server friendly, it will only send one packet each player. The other solution constantly sends packets (Due to memory change).
The method I chose makes things easy and lag free once it's set up, but config is complex. It needed routing to send packets from my system to where the hack was running and from the hack to the internet.
So three systems were involved: my computer to run the game, an iptables firewall for routing, and another system to run the hack.
The benefit is the hack isn't located even on the same computer as the game. If I had written the hack to not do obvious things, I would never have been detected.
It's not that complicated. You could even make it run on one system. But then again, making an application to patch itself and change its crc to prevent Gameguard detecting it in further updates wouldnt probably be worth the effort, what matters is the proof of concept you delivered that you can intercept and modify packets via a Middleware.
Yea, it's not terribly complicated, and it could be written to run on a single system, but I like to do it the way I do for all games on purpose so that I won't need to patch executables as that could eventually be detected even if I never released a hack. Detecting values that are different in packets is more complicated for anticheats and most don't bother trying.
well uhm. not shure if this movie is made with several clips and is just a bunch of bull shit. because i cant think of a way you can set it up to teliport you to another character unless you knew your x, y, cordinates in the game and the x,y, cordinates of the other characters. and even if you where capable of figuring that out you would have to change your own to come close to matching a nother characters so you spawned directly in front of them and i cant c how you could do that without dc ing
You are correct, you must know the position (x, y, and z actually) of both you and the player you wish to teleport to and be able to modify the values without disconnecting.
The way I accomplished it was via a network proxy. It acts as server to my game client and client to the real game server. This way, all data sent back and forth can be read, analyzed, and modified programmatically. Changing the IP you connect to doesn't work, though. I had to reroute using a linux iptables firewall.
not sure I would say it that way. I get a sense of accomplishment and satisfaction from reverse engineering a game. The hack and any playing I do with it is just a side product. I also get a kick out of seeing the hack get it's but kicked.
You ever build a model (or better yet, design and build one from scratch)? what's more fun, building it or looking at it completed? For me it's designing and building it.
You're a little late -- I purposefully played like that until I got banned and then deleted the game and haven't played since. The objective wasn't to cheat. That was a fun by product. The objective was to have fun learning the insides of the game and programming something based on it. With that accomplished, I had no reason to circumvent the ban.
The chat I was typing were commands to the hack. There were teleport commands, and toggle commands for turning it on or off as well as a few other tweaks I could do. The chat text only got sent to the hack. Nobody else could see it because the hack didn't pass it on to the server.
It's a network application. I connect to it, and it connects to the server. Anything transmitted is sent through the hack, so it can inspect, modify, or drop data as it sees fit.
The chat I was typing were commands to the hack. There were teleport commands, and toggle commands for turning it on or off as well as a few other tweaks I could do. The chat text only got sent to the hack. Nobody else could see it because the hack didn't pass it on to the server.
nope, if I do, I will be in violation of the NDA I signed with myself. Then I will spontaneously combust and cease to exist. That would make my wife sad.
not sure what you mean you kicked my ass -- I got 1st. Sure you might have killed me... maybe even more than once, but the objective of the hack was to win, not to be invincible.
besides... aside from sending a few commands to my hack, you know what I was doing? Just sitting there moving the mouse to look around. That's it.
Actually, it's not about winning or being good at the game, it's about reversing the game and writing the hack. In that sense, I won before I entered that game.
That's like saying glasses=nerd or blonde=dumb. Don't make yourself look stupid. Please. For your own sake.
If pause to think before posting, you'll realize that most game hacks are script kiddies just spamming with some stuff they downloaded. That's noob. 'script kiddie hacks = noob' or 'most hacks = noob' would be a fraction more intelligent.
Then you'll read a my posts and see that I am no script kiddie. You might not agree with what I do, but at least you won't make yourself look bad.
well i dun understand how to hack in exteel i tryed every hack there nothing works but my BOTS hacks are all working -.- pls tell me how to hack in exteel and tell it me so that every1 can understand it cause in hacking im very stupid
bull!!!!!all u do is stop the camera and go somewher and attack and go and put on cam again wen u know wen it looks like it continues not dumb!!!!bull
Actually you don't need 3000 ping to teleport. Technically 3000 ping only gives the appearance of a teleport because of the lag. My hack actually works differently. It modifies the data sent from the game to the server and back. My ping was almost always fairly low in-game.
Not really anywhere. You'd have to create it yourself. There are some reverse engineering, general programming, sockets programming, and networking skills necessary to pull it off.
Most people wouldn't be able to use it because it anyway. It requires a special network configuration most people wouldn't know how to create.
- The code only ports you to where the guy is, but your direction doesn't change to where you hit him. Consider a "safe spot" up on one of the taller buildings instead so you can do that manually?
My code actually does change my direction to face the enemy, but the client's view wasn't being updated. I believe the server and the people that saw me attacking had me facing the correct direction.
You could use a better connection with this one, because I've noticed a huge delay between move and attack, causing anyone moving faster than 500 to evade it completely. Or a better computer to process this faster.
Good catch. Yea, I noticed people were evading me. Connection speed shouldn't have been a problem. I believe I needed to work in some velocity/time adjustments so I could teleport to where they would be rather than where they were.
I tried some quick code out for it, but didn't have anything ready for in-game play before being banned (decided not to keep on it after a ban).
that is pathetic why would you need to hack learn to play the game and not exploit. Bc of you stupid hackers we haven't got the patches for clan systems, minigun, or the new items thanks a lot you dick!!!!
See my comment on the other video: you have my reasons wrong.
I doubt that my work has prevented work on the game. I work in the gaming industry, and development doesn't work that way.
They didn't patch anything to get rid of me. They simply banned me. To detect my cheat, they'd rely on the makers of GameGuard, the anticheat they use in that game. Besides, it can't possibly detect my hack w/o a huge overhaul they won't do.
The easiest thing they can do to prevent what I did is ask me.
I don't think they would ask you how you hacked thier game...
You can do exaclty what milkmilk did to prevent other people to use the exploit or "hacking" is by telling them yourself how you hacked, where are the bugs... etc
I posted on their forums. They deleted the entire thread.
I'd pursue it further, but I doubt many will go to the lengths I did. They could probably figure out how to modify single packets or drop them easily, but to truly teleport to exact positions they'd something to keep state of the game for player locations which pretty much takes a custom proxy. Also, you can't just redirect the connection to another IP address to do packet manipulation. It doesn't connect right (NAT detect fails)
If you find "fun" in this.... You are missing the point of this game entirely....
You would do alot better if you just fought them face to face. =p
BoatManBeats 1 week ago
Exteel= 2-3 weeks of fun :) 89% True
runehq245 1 year ago
@runehq245 lol, very true. there isn't much of a way to prevent getting hit -- once targeted, there is nothing you can do to not be hit. Deathmatch ends up to be either hoping you have more armor or trying to only target those low on health.
IAmUllman 1 year ago
its not real its just lagg --"
TRANSBLADE 1 year ago
@TRANSBLADE I've never seen lag like that before in my life. Esp not lag that half the time puts the player off the map and half the time directly on top of another player.
IAmUllman 1 year ago
what are u typing when u spawn?
MYdevilkitty559 1 year ago
@MYdevilkitty559 I type commands to the hack. Since the hack is performed via packet manipulation, I can send commands to it via specially formatted chat messages which the hack filters out and nobody else sees. I tell it things like teleport along x axis for a distance of 500 or something like that. Once I feel I'm in a good position, I tell it to save the location and start teleporting me to enemies, attacking, and teleporting back.
IAmUllman 1 year ago
how u do it
master18nauto 1 year ago
How do you do this?
sonicfanhmo 1 year ago
And you still die,you are noob.Death to all cheaters !!! :)
vaskesu 1 year ago
@vaskesu Yes, I still die... cheating isn't about not dying, it's about finding ways to do things that shouldn't be allowed. A good multiplayer game could and would prevent this.
IAmUllman 1 year ago
w t f how are u sopost to hit anyone like that?
noobeable 1 year ago
@noobeable it does it for me... visually, you may see that sometimes it says hit on someone far away from me due to the teleporting and the drawing being out of sync.
IAmUllman 1 year ago
This has been flagged as spam show
Dude help me please i can't buy shit join this game i got like 60k credit and it wont allow me to confirm any purchase no one is helping and if they are there giving me stupid advice
FroddiesPath 2 years ago
@FroddiesPath the credit u got in this game is fake ucant get that much credtit in a game
noobeable 1 year ago
omg noob
he don't can hack i am better
endoxxxx 2 years ago
That's nice. I never strove to be the best at hacking or the best at the game. I wrote the hack as a challenge for myself... think of it as playing with legos only more complicated and more entertaining. I don't need to have the best outcome as long as I had fun along the way.
IAmUllman 2 years ago
endoxxxx 2 years ago
@endoxxxx I don't play Exteel anymore. I played it for a few days, hacked it, played it for a week or two longer, got a ban and decided it was a good time to move on to other games.
IAmUllman 2 years ago
@endoxxxx Gawd stfu
nemke93dorcol 1 year ago
@endoxxxx gawd endo ullman owned you in arguing, you kept trying to make him mad but he kept replying calmly
tinygangster66 1 year ago
My bro delete game for an fps game now me try redownloaad but error keep koming say that "Files may be lost" plz help me.
Dragonspirit999 2 years ago
coool !!
i allways wanted to c how this works =D
Toninjo3 2 years ago
He's a possessed mech. The Mech kills while he's dreaming.
Possessed mech skill buy for 30000 credits. Just 7 weeks.
Bad Joke.
...
StormEsper 2 years ago
typing to teleport wow i wish nc find u
denlil2 2 years ago
wow i wish i can make programs like that except hacking.....dreaming of making a game .....maybe .....and to those pips saying ur a noob lols here what he has jus said
1. not interested in the game even winning
2. interested in just making programs even its flawed parts
3.jus having fun w/ the program even though t pisses players ass
4.if he wanted to win perfectly he could jus hack invulnerabilty or play this game fairly or not
note:ths is not my acc just burrowed on my frnd n sry bout d txt
nociram10 2 years ago
You don't necessarily have to be a programmer to be involved in the game making process -- there are many fields involved: artists, designers, level makers, project managers, etc.
In the end, none of the fields are particularly easy (if they were, everyone would make games), but if you have or can build the skill (in whatever field), all it takes is the drive. One tip: the game development community is fairly tight-knit. If you can get a connection or two, you have a much better chance.
IAmUllman 2 years ago
i hack but no 1 know that i do i have unlimited energy and over heat
G4M3RI3OY 2 years ago
how u do that lol??
G4M3RI3OY 2 years ago
valgix got a point hackers are old school ....now if u wanna piss them be a pro...nt a hacker.....
kausape 2 years ago
I don't really care enough about that particular game to desire to play it enough to be good at it -- But yea, if I did, I would play it rather than hack it. There are several games I do play w/o hacking... the hack is more for the challenge of creating it than using it, so I sometimes don't use it very long after creation... like this one.
IAmUllman 2 years ago
wow that guy sucks even though he does hack lmao!
GreyW0lf67 2 years ago
well, then everyone else must have sucked too b/c I was at the top of the list.
IAmUllman 2 years ago
what is so exiting about hacking, the only thing you do is pissing people off.
spend your time doing other things than making dumb ass hacks.
if the game isnt important for you just stop then.
btw it was only easy to kill them because they have noob mechs and dont jump alot to avoid attacks.
vulgixtrax 2 years ago
Not so much about the actual hacking, but about figuring out and writing the hack. It's a puzzle, and is quite entertaining to me.
I do spend quite a bit of my time doing things other than making hacks (most of it). You're correct, the game isn't important to me. I don't play it, or hack it anymore. The videos were taken over a couple of weeks. I haven't played since.
I had a noob mech too. It should have been easy for them to kill me too... and they did... just not as often as I killed them.
IAmUllman 2 years ago
ok but if your so technical.
why dont you make programs for games or companies?
i mean if you dont care about the game and its a challenge for you to make these kind of programs, why dont you make programs for games or companies where you can make money of.
i know a person of 45 years old who makes programs for companies which he gets a lot of money from.
he works 3 days in a week and can make a living of it. so if your technical spend the time for making programs wich you can sell.
vulgixtrax 2 years ago
I do write programs and games and I do work in the industry. I just find the challenge of programming and reverse engineering rewarding enough to spend my personal time doing it as well.
I do not wish to destroy any game, so I have very strict rules for myself:
I never rejoin a game I am banned from
I never ever distribute my hacks
I never hack a game I am interested in really playing
If I gain interest in a game I hacked, I never use the hack again.
There are more, but you get the point.
IAmUllman 2 years ago
ok then its ok man.
im happy you arent someone who really ruins the game.
there are games which are infested with hackers wich are real good games. like cod 4 on pc is full of hackers and its a great game but because of those hacks it isnt fun anymore.
but im happy you wont hack again if you arent welcome in the game anymore and im happy you dont distribute the hacks.
vulgixtrax 2 years ago
because there are people who sells hacks for a monthlee fee and just doesnt know what the damage it will do to the game industrie and the players point of view in having fun in the game.
vulgixtrax 2 years ago
XD FAIL PLAY LIKE A REAL MAN WITH SKILLZ
deza41 2 years ago
I would if I cared about the game... no, I care more about the challenge of writing the hack. That's a lot more skill than winning any game.
IAmUllman 2 years ago
You put a sad amount of effort into getting first place.
I know it's depressing living in gramma's basement and getting pwned in games becuase you naturally suck at them.
But It's much easier if you just Learn2Play.
Sulazoh 2 years ago
Actually.... I wrote the hack for the programming challenge, not to win at that pathetic game. If I really wanted to win, I wouldn't use the hack because it's a ban waiting to happen.
Think about what you say before you say it and you might not look like such a tool.
IAmUllman 2 years ago
thats not a hack u stop the camera then u go to other place then u play back
0hxDANGxBaybee 2 years ago
Watch it again. You'll see me attacking nothing and hitting, moving through buildings and walls as I "teleport", slicing at nothing and hits showing in the air... etc.
But really, you can believe what you want. It does not make much difference to me.
IAmUllman 2 years ago
an you give me da download link please?
sjcalica123 2 years ago
Nope, because there is no download link for my hack. I don't distribute it. If you look around hard enough, I'm sure you can find something, though. I won't tell you where because I don't encourage distribution of hacks. I will develop one and use it a few times to illustrate my point (that the network protocol is insecure... all my hacks are packet manipulation based) and never use it again.
IAmUllman 2 years ago
u r a hacker and u still died xD
UsernameWTFmAn 2 years ago
Never claimed to be invulnerable, douche. Still kicked most people's asses.
IAmUllman 2 years ago
lol only like about 2 and u could hardly kill em coz they were doughing ur most moves
UsernameWTFmAn 2 years ago
So explain why I won the match.
IAmUllman 2 years ago
so you set some kind of memory data to teleport you to some guy with low health?
sonicspeed011 2 years ago
No, the hack runs on a separate computer from the game. It intercepts (via routing) traffic sent to and from the game client and modifies the network stream as necessary. So a teleport is performed by modifying location values in the network stream. So the hack keeps track of player locations sent over the network. It picks a target, teleports me there, then attacks and teleports me back to where I was originally. On team games it keeps track of teams as well so that I don't attack teammates.
IAmUllman 2 years ago
wow its so cool to hack cause your a fuckin noob with nothin better to do than annoy better players
EpsilonKnight2 2 years ago
I love it when people post without reading all the other people who have said the same thing.
If I have nothing better to do than annoy other players, then why did I never release the hack and stop playing the game?
who is more the noob, the noob or the noob who blindly and generically accuses him? Read up, noob.
IAmUllman 2 years ago
lol, I hate people who say that same garbage over and over. I'm sure if they could do it they would.
AnEvilBag 2 years ago
LOL...if u think they're noob :P then why r u watched this vid:?
Hallucination01 2 years ago
Can you make a second version that would reverse this process? Eg. Get the location of a specific Player and if he teleports behind you (Depeding on what Z Value you took for this one), you teleport behind him too :)
AnitaCio 3 years ago
It's possible, but it would not work as expected. The method I use for teleporting only works over a fairly large distance. If it's over less distance, you see yourself move, but don't appear to move at all to everyone else.
IAmUllman 3 years ago
And if you would Teleport to 0/0/0 before hand?
I assume the only variables you would be missing would be the Player Position.
I also think this would be to slow to teleport to the backstabber again and hit him aswell.
Though something like this would be nice, Im fed up standing always infront of a wall just to not give the noob a kill. Lol.
AnitaCio 3 years ago
have others begun to do this too? I didn't distribute this and I no longer play.
triggering a teleport based on when another player teleports might be possible, but the end result might be a long series of teleports that would cause the game to lag out, crash a server, or make the game unplayable for others. At best it would be a brute force teleport slash fest that would result in the hardest hitting or most armored player winning.
IAmUllman 3 years ago
Yes, quite a few people are using this or a similiar Method. My best bet would be they are using the Automaton (Memory based with LUA intepretor) instead of your way, however your way is more beautieful since you tinker with the packets outside of the game. Thus you do not need to make any modification on the client at all.
I think you're right, your's is a bit more server friendly, it will only send one packet each player. The other solution constantly sends packets (Due to memory change).
AnitaCio 3 years ago
The method I chose makes things easy and lag free once it's set up, but config is complex. It needed routing to send packets from my system to where the hack was running and from the hack to the internet.
So three systems were involved: my computer to run the game, an iptables firewall for routing, and another system to run the hack.
The benefit is the hack isn't located even on the same computer as the game. If I had written the hack to not do obvious things, I would never have been detected.
IAmUllman 3 years ago
It's not that complicated. You could even make it run on one system. But then again, making an application to patch itself and change its crc to prevent Gameguard detecting it in further updates wouldnt probably be worth the effort, what matters is the proof of concept you delivered that you can intercept and modify packets via a Middleware.
AnitaCio 3 years ago
Yea, it's not terribly complicated, and it could be written to run on a single system, but I like to do it the way I do for all games on purpose so that I won't need to patch executables as that could eventually be detected even if I never released a hack. Detecting values that are different in packets is more complicated for anticheats and most don't bother trying.
IAmUllman 3 years ago
This has been flagged as spam show
What is the best set for cannoner and pistol user?
Look I haven't played Exteel because I'm waiting for Exteel SEA ( South East Asia )
I can't play your server US or other Exteel server cause of "Regional Block" and I can't even register because of that T_____T
I admit that I'm a noob, sucks, weak, and a newbie!!
Pleas help me...
bluezerk23 3 years ago
if u stand with ur back to a wall or corner, THEY CANT GET U!!! lawl
xxFlashfire 3 years ago
Easiest way to tell it isn't fake is to watch his sword's heat bar.
kimano117 3 years ago
well uhm. not shure if this movie is made with several clips and is just a bunch of bull shit. because i cant think of a way you can set it up to teliport you to another character unless you knew your x, y, cordinates in the game and the x,y, cordinates of the other characters. and even if you where capable of figuring that out you would have to change your own to come close to matching a nother characters so you spawned directly in front of them and i cant c how you could do that without dc ing
scuzzyworm 3 years ago
You are correct, you must know the position (x, y, and z actually) of both you and the player you wish to teleport to and be able to modify the values without disconnecting.
The way I accomplished it was via a network proxy. It acts as server to my game client and client to the real game server. This way, all data sent back and forth can be read, analyzed, and modified programmatically. Changing the IP you connect to doesn't work, though. I had to reroute using a linux iptables firewall.
IAmUllman 3 years ago
you are wise i learned the way of hacking mmorpgs by making private servers for games like wow and maple story
scuzzyworm 3 years ago
but wait to much has ben said this conversation ends here
scuzzyworm 3 years ago
i would have loved to see this hack in action
yendisng 3 years ago
no u wouldn't cause there are hacks like that on tehe game, i should know, SOMEONE HACKED ON ME!!!
Reddasx 3 years ago
cuando cresca quiero ser como vos *-* (?)
kelokeloke 3 years ago
As much as I cant approve of hacking in games, I do have to give you your dues...
Creating your own hacks is quiet a feat compared to those who simply download them...
also, know how to hack a game can be used to help safe guard a game from said hacks...
some companies actually hire ppl to hack their games so they can prevent it...
plus Ullman and his one hack are better than the rampant hacks the new exteel hacker released any day...
not to mention he actually sounds like a relaxed guy...
Cerokhol 3 years ago
lol it will make u feel great(IAMULLMAN)
leekayui 3 years ago
not sure I would say it that way. I get a sense of accomplishment and satisfaction from reverse engineering a game. The hack and any playing I do with it is just a side product. I also get a kick out of seeing the hack get it's but kicked.
You ever build a model (or better yet, design and build one from scratch)? what's more fun, building it or looking at it completed? For me it's designing and building it.
IAmUllman 3 years ago
i gonna report you as bad pilot
boe276 3 years ago
You're a little late -- I purposefully played like that until I got banned and then deleted the game and haven't played since. The objective wasn't to cheat. That was a fun by product. The objective was to have fun learning the insides of the game and programming something based on it. With that accomplished, I had no reason to circumvent the ban.
IAmUllman 3 years ago
Which is what you type?
jul091 3 years ago
The chat I was typing were commands to the hack. There were teleport commands, and toggle commands for turning it on or off as well as a few other tweaks I could do. The chat text only got sent to the hack. Nobody else could see it because the hack didn't pass it on to the server.
IAmUllman 3 years ago
so how you use the hack?
what did you chat?
boe276 3 years ago
It's a network application. I connect to it, and it connects to the server. Anything transmitted is sent through the hack, so it can inspect, modify, or drop data as it sees fit.
The chat I was typing were commands to the hack. There were teleport commands, and toggle commands for turning it on or off as well as a few other tweaks I could do. The chat text only got sent to the hack. Nobody else could see it because the hack didn't pass it on to the server.
IAmUllman 3 years ago
i cant make myself look bad cuz i can own without hacks, cuz i got skills that u dont
lagroad 3 years ago
The nice thing about the skill to hack games is that it is also useful for creating them and makes me money. Yes, I write games for a living.
I don't feel too bad about not being very good at Exteel. There are plenty of other games I'm good at.
IAmUllman 3 years ago
hahahah lol
im downloading exteel now see how it iz
1xbabyface 3 years ago
how can i get it
Soldierlight298 3 years ago
You can't unless you write it yourself or someone else writes one and releases it. I don't release my hacks.
IAmUllman 3 years ago
why not come on can't you just released them privaetley?
Soldierlight298 3 years ago
nope, if I do, I will be in violation of the NDA I signed with myself. Then I will spontaneously combust and cease to exist. That would make my wife sad.
I like cheese.
IAmUllman 3 years ago
can i make a video of you when you combust? i would like to see that, and do you want me to take care of your wife?
roflroflomgomg 3 years ago
Se si diverte a giocare così....
Malring 3 years ago
I can vouch that this is legit, I'm regretblade mentioned in the round, still kicked your ass despite your hack lol
jakestoned6969 3 years ago
not sure what you mean you kicked my ass -- I got 1st. Sure you might have killed me... maybe even more than once, but the objective of the hack was to win, not to be invincible.
besides... aside from sending a few commands to my hack, you know what I was doing? Just sitting there moving the mouse to look around. That's it.
Actually, it's not about winning or being good at the game, it's about reversing the game and writing the hack. In that sense, I won before I entered that game.
IAmUllman 3 years ago
hack=noob
lagroad 3 years ago
That's like saying glasses=nerd or blonde=dumb. Don't make yourself look stupid. Please. For your own sake.
If pause to think before posting, you'll realize that most game hacks are script kiddies just spamming with some stuff they downloaded. That's noob. 'script kiddie hacks = noob' or 'most hacks = noob' would be a fraction more intelligent.
Then you'll read a my posts and see that I am no script kiddie. You might not agree with what I do, but at least you won't make yourself look bad.
IAmUllman 3 years ago
well i dun understand how to hack in exteel i tryed every hack there nothing works but my BOTS hacks are all working -.- pls tell me how to hack in exteel and tell it me so that every1 can understand it cause in hacking im very stupid
DBZundOnepieceFan 3 years ago
Not everyone can understand. Want a hack? Go create one. Don't know how? Learn C/C++ and assembly, then go read some cracking tutorials.
This isn't the place for such discussion -- it's out of scope here.
IAmUllman 3 years ago
how did u do that combo when u teleported? is it a skill? or something?
azncexiboi 3 years ago
Yea, you're probably seeing the spinal tap skill I used from time to time. The hack would time it and send a packet to use it when it was available.
IAmUllman 3 years ago
Exteel like many of the games that has this kind of gameplay relies heavily on packets and can be easily manipulated, same goes for the game BOTS.
sshum00 3 years ago
bull!!!!!all u do is stop the camera and go somewher and attack and go and put on cam again wen u know wen it looks like it continues not dumb!!!!bull
likable13 3 years ago
Funny. Why would I go to that much trouble to create a fake youtube vid? Create a user on the game and I'll show you.
IAmUllman 3 years ago
You need to get to 3000 ping to teleport!!!
3000 ping is when you're cap and its the biggest lag in the game!!!
AndyTrinh247 3 years ago
Actually you don't need 3000 ping to teleport. Technically 3000 ping only gives the appearance of a teleport because of the lag. My hack actually works differently. It modifies the data sent from the game to the server and back. My ping was almost always fairly low in-game.
IAmUllman 3 years ago
where can you get hacks for this
PSP179 3 years ago
Not really anywhere. You'd have to create it yourself. There are some reverse engineering, general programming, sockets programming, and networking skills necessary to pull it off.
Most people wouldn't be able to use it because it anyway. It requires a special network configuration most people wouldn't know how to create.
IAmUllman 3 years ago
nerds
anfesedi09 3 years ago
I forgot to mention a few more things...
- The code only ports you to where the guy is, but your direction doesn't change to where you hit him. Consider a "safe spot" up on one of the taller buildings instead so you can do that manually?
- This > WF "God Hax" no doubt about it
Vnewbie 3 years ago
My code actually does change my direction to face the enemy, but the client's view wasn't being updated. I believe the server and the people that saw me attacking had me facing the correct direction.
IAmUllman 3 years ago
You could use a better connection with this one, because I've noticed a huge delay between move and attack, causing anyone moving faster than 500 to evade it completely. Or a better computer to process this faster.
Oh, and for max effect get an Anni :P
Vnewbie 3 years ago
Good catch. Yea, I noticed people were evading me. Connection speed shouldn't have been a problem. I believe I needed to work in some velocity/time adjustments so I could teleport to where they would be rather than where they were.
I tried some quick code out for it, but didn't have anything ready for in-game play before being banned (decided not to keep on it after a ban).
IAmUllman 3 years ago
that is pathetic why would you need to hack learn to play the game and not exploit. Bc of you stupid hackers we haven't got the patches for clan systems, minigun, or the new items thanks a lot you dick!!!!
chino0022 3 years ago
See my comment on the other video: you have my reasons wrong.
I doubt that my work has prevented work on the game. I work in the gaming industry, and development doesn't work that way.
They didn't patch anything to get rid of me. They simply banned me. To detect my cheat, they'd rely on the makers of GameGuard, the anticheat they use in that game. Besides, it can't possibly detect my hack w/o a huge overhaul they won't do.
The easiest thing they can do to prevent what I did is ask me.
IAmUllman 3 years ago
I don't think they would ask you how you hacked thier game...
You can do exaclty what milkmilk did to prevent other people to use the exploit or "hacking" is by telling them yourself how you hacked, where are the bugs... etc
3abden 3 years ago
I posted on their forums. They deleted the entire thread.
I'd pursue it further, but I doubt many will go to the lengths I did. They could probably figure out how to modify single packets or drop them easily, but to truly teleport to exact positions they'd something to keep state of the game for player locations which pretty much takes a custom proxy. Also, you can't just redirect the connection to another IP address to do packet manipulation. It doesn't connect right (NAT detect fails)
IAmUllman 3 years ago