View Full Version : [Release] Latest PTApocalypse + Source Code
Shard
20th July 2007, 15:41
This is the latest version of the hack, including full source code.
Supports more versions of PT (including private servers).
HP hack no longer gets logged.
Includes no skill delay hack, hair style hack, fake gold hack, and some more (check the readme for full listing).
I don't care what you do with this, as long as you credit me if you use the source code for your own releases.
Enjoy.
EDIT: Lag issue fixed. Credits to absence for spotting my error. ;)
Download PTA_Fixed_DLL.rar and overwrite PTApocalypse.dll with the new one.
Chrono494
20th July 2007, 16:11
wow nice stuff :D ty for it :P
absence
20th July 2007, 17:11
This is the latest version of the hack, including full source code.
Supports more versions of PT (including private servers).
HP hack no longer gets logged.
Includes no skill delay hack, hair style hack, fake gold hack, and some more (check the readme for full listing).
I don't care what you do with this, as long as you credit me if you use the source code for your own releases.
Enjoy.
Are you sure this is a good idea Shard? It'd be a while before this would get patched but is it really needed to let so many people leech, and especially with such hacks that could ruin a server?
Chrono494
20th July 2007, 17:28
well i have tried it with rpt it doesnt seem to work too right teleports,hairstyles etc. are not working
hp,mp,st,exp,delay,skill training works fine
most annoying would be the lag
it lags all the time u opens it~
btw:still a good job :D
Shard
20th July 2007, 17:43
Are you sure this is a good idea Shard? It'd be a while before this would get patched but is it really needed to let so many people leech, and especially with such hacks that could ruin a server?
Well, I'm finished with this game now so it doesn't really bother me what people do with it, I just figured there was no point keeping it to myself.
The source code should help the private servers patch it, but hopefully it will help someone hack it again.
well i have tried it with rpt it doesnt seem to work too right teleports,hairstyles etc. are not working
hp,mp,st,exp,delay,skill training works fine
most annoying would be the lag
it lags all the time u opens it~
btw:still a good job :D
I know the teleport hack is still very buggy, but I have never had any problems with the hairstyle or any lag. Those are not too useful anyway.
Chrono494
20th July 2007, 17:52
the lag thing might be caused by the fps (in rpt others not tested)
(doesnt happen if i havent open it)
anyway to solve it? :\
kkll70
20th July 2007, 17:52
Thanks for the release ,
Uploaded to MPCD - Link (http://www.mpcdownloads.com/forums/downloads.php?do=file&id=6911)
l33th4x0r
21st July 2007, 06:54
realy nice release shard!
thanks for the source too ^^
An info ppl might find usefull:
- Weight Hack
- No Skill Delays
- "Ultimate" HP/MP/STM Hack
- Fake Gold Hack
- Rank Up/Down
- Level Up/Down
Using any of these functions listed above will generate server logs!
So i suggest to those of u playing on official servers, or on pvt servers where gms keep an eye on server logs, not to use any of these functions. Otherwise ur likely to get ur account banned. ^^
Shard
21st July 2007, 13:14
realy nice release shard!
thanks for the source too ^^
An info ppl might find usefull:
- Weight Hack
- No Skill Delays
- "Ultimate" HP/MP/STM Hack
- Fake Gold Hack
- Rank Up/Down
- Level Up/Down
Using any of these functions listed above will generate server logs!
So i suggest to those of u playing on official servers, or on pvt servers where gms keep an eye on server logs, not to use any of these functions. Otherwise ur likely to get ur account banned. ^^
How did you figure that out?
The weight hack and HP/MP/STM regen hack (not the ultimate ones) are logged on certain servers (EPT), the level up/down hack is logged, the rest of them you are totally wrong about.
absence
21st July 2007, 14:03
It's pretty good. Hair styles and teleport doesn't work for me. The most irritating part though is the huge amount of lag it gives me in game.
Shard
21st July 2007, 14:42
I'm not sure what's up with the hairstyles, it worked perfectly last time I tried it, even on EPT where you can't normally change it.
Does the lag occur when there are no hacks enabled? Or when certain hacks are enabled?
absence
21st July 2007, 15:41
I'm not sure what's up with the hairstyles, it worked perfectly last time I tried it, even on EPT where you can't normally change it.
Does the lag occur when there are no hacks enabled? Or when certain hacks are enabled?
When activating the hair styles or teleport hacks (I'm doing this on a private server) it lags to a frozen state, then heads to a black screen with a sentence of white symbols in the bottom left, then the game eventually crashes and no change has been made. The lag first starts when the game.exe is opened. Usually the loading screen only takes me about 10 seconds at most but with PTApocalypse open it lengthens it by up to 1 min and 30 seconds. The lag continues in game whether hacks are enabled or not. It's quite hard mobbing when the FPS is very low. Hope that info helps :p
Shard
21st July 2007, 16:47
I just tested it on RPT and I don't get any lag at all, so its probably due to different PC specs. Try this DLL instead, I have turned the timer down so that it only calls 8 times a second instead of 20 times a second. I'll fix the hairstyle and teleport hacks later.
Also, I forgot to add the 'movement' hack to the readme, so I will edit the first post.
Removed attachment. First post has been updated with new release and source.
xx123
21st July 2007, 17:25
xtraps detect it.
soul444
21st July 2007, 17:28
man u guys rox xD, im a newb in this, hope to get like u shard one day.
Shard
21st July 2007, 18:00
Ok, I have fixed the hairstyle and teleport hacks, they didn't work because of a stupid mistake by me, but they should work fine now. I have updated the first post.
absence
21st July 2007, 18:10
Ok, I have fixed the hairstyle and teleport hacks, they didn't work because of a stupid mistake by me, but they should work fine now. I have updated the first post.
Can you say what the mistake was? I tried looking into it myself aswell.
\x83\xEC\x08\x56\x8B\x74\x24\x10\x8D\x44\x24\x04
Would that be array of bytes or a list of pointers?
Shard
21st July 2007, 18:14
That's the array of bytes which the hack searches for to find the Hairstyle function.
After I improved the byte searching a while ago I replaced the dwPattern variable with dwAddress, but I forgot to change
Teleport = (t_Teleport)dwPattern;
ChangeHairstyle = (t_HairStyle)dwPattern;
to
Teleport = (t_Teleport)dwAddress;
ChangeHairstyle = (t_HairStyle)dwAddress;
I've stopped it checking for the addresses it has already found now aswell so it should load up faster.
igncio
21st July 2007, 18:45
Hey shard seriously i think you are a genius =).A question here i can't actually use the hack. Firstly , sometimes Xtrap detects it.Secondly well i won't even get pass the loggin and got booted out of the game =( i read everyone saying about how amazing this hack is but i dont actually get to see its wonder. Need help here =).
cmbhjv
21st July 2007, 18:45
xtraps detect it.
http://img106.imageshack.us/my.php?image=xtrapgo5.jpg
Chrono494
21st July 2007, 18:50
nah nvm its still lagging after u turned it down well maybe i should try and reinstall my xp for ur hack :D
igncio
21st July 2007, 18:57
Something good lol i passed Xtraps at times but still got booted out of game =(
absence
21st July 2007, 19:08
I don't think all the teleport locations work. Some of them do but others such as refuge of the ancients crashes me. I'm not sure if this goes for all people or just myself.
igncio
21st July 2007, 19:15
Can someone answer me? i feel so neglected
Ok seriously pardon me for being a noob here . Do i need to aquire a Xtrap passby or somethign is wrong with my computer or i didnt get the PRogramm working well
absence
21st July 2007, 19:22
Can someone answer me? i feel so neglected
Ok seriously pardon me for being a noob here . Do i need to aquire a Xtrap passby or somethign is wrong with my computer or i didnt get the PRogramm working well
If x-trap detects it then find an x-trap bypass, but I doubt there's one available out there in the public realm. What server are you playing on? Ept? If that's the case then play a private server.
igncio
21st July 2007, 20:04
But to see . Seems to me Shard is using it fine in EPT haha .So just thinking about it if anyone can give a tips or two maybe? I guess x-trap bypass aint easy to get hold of.
lybang000
21st July 2007, 20:54
this hack work only in private , not in the universal. Shard , could you do one for universal
igncio
21st July 2007, 20:55
So i guess without a bypass i can't use this hack on ept and no one here has it . Means i can't make the programms works . =( . Anyone who is kind enough to send a message to me thank you ..
lybang i think i get you.But if there is a UNIVERSAL<-- . we still need a bypass dont we?
Chrono494
21st July 2007, 21:49
ahh nvm my lag problem was caused by .net framework 2.0
can't solve it even reinstalling windows and reinstalling .net framework :\
kekku500
22nd July 2007, 09:41
It works only for Redempiton PT?
Cr3at1v3C0W
22nd July 2007, 12:39
Hey shard for the release.. i have a quick question.. or more like a problem.. that is when i run the game with the hack and play for a bit.. i get some kind of error in a differ lang. at the bottom of chat and the game DCes me. have any ideas or solution for this? thx :)
Itachi08
22nd July 2007, 13:18
Question:
So only the hp hack is undetected?or the mana and stm too?
igncio
22nd July 2007, 13:35
=( ok someone answer this what server u guys playing this is seriously only for private?
kekku500
22nd July 2007, 14:59
4 things
1.Telport hack makes DC.
2.can u make skillpoints adder?? maybe it works cuz with fake money i can buy skills and teleport.
3.and whit that source, how i can make .exe and .ddl file?
4.can u also make damage hack?
jonnynhf
23rd July 2007, 17:30
mmm...xtrap keeps on detecting it
l33th4x0r
23rd July 2007, 19:24
Its just server detection ^^
Its been a while since i play with my server files and logs... but im pretty sure that delay hacks results on error logs. I might be wrong 'bout this one thought. Since i used it for like 2 hours and didnt got dced. ^^
Nways, weight error & HP/MP/STM bars lock (0,05 sec loop) Hack = logged for SURE. Money too.
When money appears on a players inventory from nowhere (even when that occurs due to an laggy trade) the server issues an log : Server Inventory Money Error. Of course low values will prolly get ignored but... if a gm sees an 50kk value... ^^
Rank up and Lvl up hack issues log too : Hacking Alert (51) and Server/Client Level error (or something like that ~^) but its less likely to get u banned since other things can also result on those error lines.
makocherry222
23rd July 2007, 21:19
Hey shard. Wonderful work on this. I have a request, can you change it so that it hooks to pyelauncher, or pyegame, for the pyept server? or can i do that myself with the source (and very basic knowledge?)
Shard
23rd July 2007, 21:36
Just rename pyegame.exe (or whatever it is) to game.exe. You can't change it in the source because I haven't included the source to the injector, only the hack.
Chrono494
23rd July 2007, 22:16
hey shard did u change the way to inject/configuration from the previous ptapocalypse?:ponder:
(not talking about the injector its about the dll)(not including the address of the hacks)
edit:and check ur email :S
makocherry222
24th July 2007, 00:02
i think teleport is still broken. usually results in game.exe error, or warp to darkness.
jonnynhf
24th July 2007, 00:18
i cant get passed the logo "Yedang Online" with that red looking thing when i run it, and..it freezes there for like 5 mins then it shows that xtrap error that is has deteced an abnormal program X_X
Cr3at1v3C0W
24th July 2007, 04:25
Hey Shard i have a QUick question for you. i was just wondering what Program do you use to write PTApocalypse like the software name.. because i want to learn how to do this, meaning right haxs for community.. so yea it would be great if u can give me some tips like what software to use and what programming Language i should learn.. i noticed PTApocalypseDLL.cpp meannig C++.. :) so yea thx for the tips.
shuynh89
24th July 2007, 09:11
Is anybody having any trouble with the EXP hack? When I use the EXP hack in-game, I have to increase the percentage VERY slowly, otherwise it's an almost guaranteed disconnect. And even then, when I up the percentage (1% every 30 seconds), there is still a disconnect every so often. Is there any way that I can just push the percentage to like 3000% without having to wait? Or are there any real limitations? Just wondering if I'm the only one getting this problem. Oh yeah. I also lag VERY bad in game. However, my friend has none at all. It can't be due to my system, because I'm sure that a 3400+ and a 7600GT are well more than enough to handle a game several years old.
Chrono494
24th July 2007, 10:23
finally... someone lags like my comp :ponder:
Itachi08
24th July 2007, 10:40
Is anybody having any trouble with the EXP hack? When I use the EXP hack in-game, I have to increase the percentage VERY slowly, otherwise it's an almost guaranteed disconnect. And even then, when I up the percentage (1% every 30 seconds), there is still a disconnect every so often. Is there any way that I can just push the percentage to like 3000% without having to wait? Or are there any real limitations? Just wondering if I'm the only one getting this problem. Oh yeah. I also lag VERY bad in game. However, my friend has none at all. It can't be due to my system, because I'm sure that a 3400+ and a 7600GT are well more than enough to handle a game several years old.
You play rpt right?? im having lags on that server too i can barely move... anyone fix this?
SnakeEyes
24th July 2007, 11:36
is this work on PYEPT 4.2.0 version.
i try it and nothing happend.
i use it on window mode
kekku500
24th July 2007, 11:57
its realy for rPT i think but can also use some other server
EDIT: i dont have lag in rPT :D
gregz01d
24th July 2007, 19:30
omg....i have to start in 50 times before it works...every time it says initiazation failed or something like that...like theres like 1 chance on 50 it works for me -.-
gnutcire
24th July 2007, 21:32
does it work on ept?
and if so how do u get past xtrap?
shuynh89
24th July 2007, 23:23
Haha you know sometimes, what I do is I jack up the EXP to like 200%, and I leave my character idle for about ten minutes, then I come back and I'm able to level normally, although I still experience horrible lag throughout. That might work fine for a level or two, but then I usually get disconnected, and only half of the time does my level save. So if you get tired of waiting, you can always try that. Oh yeah, one time I was getting pissed because I got disconnected like ten times in a row, so i turned the EXP hack to 1000%, and I actually gained a couple levels before I got disconnected.
smallville
25th July 2007, 00:19
A couple of pointers with HP Regeneration.
The Maximum (or there abouts) amount of HP Regeneration I've managed to select (without disconnecting) is around the 300 mark. I've not tried raising it, but I do get disconnected if it's as high as 500. Thought you people should know.
Also, the teleport hack works great for the first few teleportations. After that it'll crash and game.exe generates errors. It's still good for 1 or 2 teleports. Besides those everything works as sweet as a nut.
On a side note, I tried to use a speedhack earlier on today, managed to get one working. But either I've coded it incorrectly or somethings malfunctioning because I continue to get disconnected. Shard, do you know any methods that don't disconnect you from the server that you know about? Because I can't seem to get my head around this one, but I know it's possible. I've seen it many-a-time.
I was thinking about editing the skill offsets and timers but that has been patched. Speeding up game.exe gets you disconnected. I guess it's because the game sends packets far too quickly. Movement/location packets or something.
Any solutions though?
PS. I have an old version of a hack that had range/speedhack - Perhaps you'll take a look at it for me?
Let me know.
makocherry222
25th July 2007, 10:42
I was wondering, has anyone used the level hack on RPT successfully and not get banned? i want to try but im afraid, lol.
kekku500
25th July 2007, 13:02
lol i use all hacks in RPT,
i started from lvl 1 now im lvl 80+
im still not banned
akraje
25th July 2007, 17:04
plz someone help me
im trying to use in rPT but its doesnt working
the game dont pass "yeadang online"
who has bPT plz awser if can use this hacker or no
and,kPT is decting???
shuynh89
25th July 2007, 22:00
hey shard, i was wondering if u could fix the exp hack. Like maybe make it everytime u press the + button, u'll gain 100% instead of 1%. I think that way will help reduce the disconnection problem because you dont spam the chat box as much.
Shard
25th July 2007, 22:26
There is no disconnection problem with the experience hack. You just set it too high. It is defaulted at 45% because that is a relatively safe option, although I usually use it at 20%-40% depending on my level.
smallville, I already have a copy of the speedhack, I just haven't taken a look at it yet, so I may do so tomorrow.
Cr3at1v3C0W
26th July 2007, 03:48
wtf i saw this guy just like walk in circles in RTp near ricatan and when the guy was walking round in circles he was killing all the monsters around him without attking anything... wtf
speed hack? or differnt hack?
makocherry222
26th July 2007, 04:11
hmm it depends on your level how high you should set exp hack. at 6x i was pretty safe at around 70-80% at like 3x, i had it around 45%
linsorak
26th July 2007, 04:20
I'm bloked at Yedang Online, and the windows manager says game.exe no respond
Dr4g0nofice
26th July 2007, 04:24
is this best used for rpt?
cycloneninja
26th July 2007, 04:37
I can't get it to work.
I've downloaded the .NET whatever thing and it still doesn't work no matter what I do.
I have Windows 98, could that be the reason? Does it only work on XP and Vista or something?
Is this only for a private server? If so, does anyone have hacks for regular PT?
makocherry222
26th July 2007, 09:08
regular PT uses hacking protection, while privates dont. so try it on a private first. if it doesnt work, its prolly cuz of windows 98
absence
26th July 2007, 12:39
I can't get it to work.
I've downloaded the .NET whatever thing and it still doesn't work no matter what I do.
I have Windows 98, could that be the reason? Does it only work on XP and Vista or something?
Is this only for a private server? If so, does anyone have hacks for regular PT?
Who still uses Windows 98? That OS is ancient. PTApocalypse is for all servers, official and private. Some just have better security measures so you'll have to find your own way around it. I'd first recommend dumping that old OS and get something new.
shuynh89
27th July 2007, 11:58
What you can do is set your EXP hack at 100%, then just let your character go idle for like 5-10 minutes. Then you can kill normally, increasing the EXP by 3% every 2-5% you gain. I find that doing this, you can get the EXP hack to well over 200% easily.
hajk
27th July 2007, 13:10
wow nice stuff :D ty for it :P
yes its great hack ....
but xtrap detects it.
how can i prevent this xtrap?
is there any bypass or something to bypass xtrap?
anything to bypass this noob xtrap.
thx :)
kekku500
27th July 2007, 15:47
exp hack, 1-8 i used 0% exp hack 9-80+ i used 100% XD
kissfromarose
27th July 2007, 15:51
yeah, this is great hack version, Xtrap could'nt stop it, do it!
Thank u Shard
@Shard: how to use PTA_Source?
Chrono494
27th July 2007, 16:48
yes its great hack ....
but xtrap detects it.
how can i prevent this xtrap?
is there any bypass or something to bypass xtrap?
anything to bypass this noob xtrap.
thx :)
eh i play on private servers and got no problem with it (not including the lag thingy:shocked:) so maybe u can just go play private server so u dont need any xtrap bypasses
kissfromarose
27th July 2007, 17:09
oh god, it doesn't work, nothing, nothing, i run PTA release-->initial successful, when i train skill, kill monster but nothing....
Cr3at1v3C0W
27th July 2007, 22:03
oh god, it doesn't work, nothing, nothing, i run PTA release-->initial successful, when i train skill, kill monster but nothing....
did u activate the hacs?? read the readme plz -_-
Dr4g0nofice
27th July 2007, 22:09
this thing lags when even i open it , when i open rpt w/o the hacks it zooms straight to the login part. Im always stuck at the yin thing its soo slow then i checked my task manager my game was at 99 cpu. anyone else have this problem?
tatania
28th July 2007, 00:30
i have very lag here using the hack
how can i fix it ?
makocherry222
28th July 2007, 08:52
get a better computer. thats how you fix it.
hey shard, just wanna make a request. i heard lots of people getting banned for range hack (*****s) just wondering if you know how to and what not. thanks shard, and wonderful work.
melvin50
28th July 2007, 16:07
the game goes slow if i use the cheat can u make it :) i hope so !!!
Dr4g0nofice
28th July 2007, 20:21
get a better computer. thats how you fix it.
hey shard, just wanna make a request. i heard lots of people getting banned for range hack (*****s) just wondering if you know how to and what not. thanks shard, and wonderful work.
punk if ur computers so good post ur specs and btw i was just asking other ppl have it too so dont act like a freakin ass about it jackass
absence
28th July 2007, 21:41
punk if ur computers so good post ur specs and btw i was just asking other ppl have it too so dont act like a freakin ass about it jackass
I don't think he was insulting you or your computer. The problem with most lag is because of a slow processor which is why I lag aswell. I have a 1.2 GHz Duron, which is absolute crap. I'm upgrading to a newer 3.2 GHz Processor soon which should hopefully solve the issue. So the problem with the lag is most likely due to your computer specs.
Dr4g0nofice
29th July 2007, 06:40
I don't think he was insulting you or your computer. The problem with most lag is because of a slow processor which is why I lag aswell. I have a 1.2 GHz Duron, which is absolute crap. I'm upgrading to a newer 3.2 GHz Processor soon which should hopefully solve the issue. So the problem with the lag is most likely due to your computer specs.
then i'd like to ask y dont the previous pta lag pt when u play it
makocherry222
29th July 2007, 07:42
uhh really wasnt being an ******* but its freekin common sense.
Pentium D 2.8ghz
Geforce 7900gt
1.5gb ddr2
Windows xp Prof.
there ya go theres my specs. Running on a 1.2ghz processor is pretty darn bad. lol
ViRuZ-X
29th July 2007, 13:42
Hey guys, PTApocalypse doesn't seem to be working on rPT. It gets stuck at the very first screen (with the exclamation mark). However, I loaded the game first than ran the hack while at the login screen. Game.exe simply crashed (I saw the pop-up behind it) but the game didn't exit. I played for a few hours without any problems, but of course the hack didn't work at all.
I'm not sure if this is just me, or if its because they've patched it already. Anyone else want to confirm this?
makocherry222
29th July 2007, 19:20
hmm it still works for me. perhaps you didnt update your .net framework? did you try that? read the readme it might include more.
ViRuZ-X
29th July 2007, 23:55
Well, I re-downloaded and repaired my .NET framework & rebooted... Same thing. However, I tried starting the hack after logging in... No errors, and the hack works in game. BUT, surprise surprise, activating any hack gives me a black screen with gibberish in the bottom left corner... I think someone else had this problem too.
jorge3094
30th July 2007, 00:37
is this working in the public servers??? i saw someone in a public server using the ''level up'' cheat
johnnybrzn
30th July 2007, 06:34
Shard, or anybody, I'm from Brazil and play the pirate server of rPT, PTmais. They launch a patch that use the version 1.85.5, and before they launch this new patch, I was using the hack normally, but now... when I launch the game.exe after launch the PTApocalypse.exe..... on the screen of Yedang Online.... appear an error saying,
Couldn't find adress!(2), and after nothing happen... but the hack doesn't work on game...
PLZ, I need helppppppppppppppppp!
Att,
John:nervous:
garreth
30th July 2007, 17:05
Good day Shard,
Im trying to compile this source with some modifications that i made, and its missing an file called "_detours.h"
can you please upload that one?
thanks in advance
absence
30th July 2007, 17:48
Ok, my computer's been updated to a 3.2 GHz Processor but the lag issue has still not been solved. I'm still receiving the same problem as I was on my 1.2 GHz Processor. I'll take a look at the source later and try to manually add in the correct addresses instead of the memory being scanned with array of bytes.
makocherry222
30th July 2007, 19:25
increase ram? how much do you have
Shard
30th July 2007, 19:42
Ok, my computer's been updated to a 3.2 GHz Processor but the lag issue has still not been solved. I'm still receiving the same problem as I was on my 1.2 GHz Processor. I'll take a look at the source later and try to manually add in the correct addresses instead of the memory being scanned with array of bytes.
Strange, I also have a 3.2 GHz processor, how much RAM do you have?
It shouldn't be the address searching which is causing the lag, since its only done once when the game is first loaded, but its worth a try.
Good day Shard,
Im trying to compile this source with some modifications that i made, and its missing an file called "_detours.h"
can you please upload that one?
thanks in advance
Sorry, that's MS Detours 1.5. I'll attach it for you.
absence
30th July 2007, 20:00
I have 1 GB of ram and reformatted my computer with a fresh windows xp with service pack 2. It seems that a decent amount of people are experiencing the lag yet some aren't. What's the average load time with and without using PTApocalypse?
Perhaps something isn't right with storing the addresses once found. I'm experiencing the same lag everytime I open PT.
cinerama
30th July 2007, 20:59
First, thanks for the hack. It was a really nice release.
The bad news are that X-trap detects it and even change the name of the .dll.
Is there any way to by-pass it?
Thanks in advance
ViRuZ-X
30th July 2007, 21:17
It shouldn't be the address searching which is causing the lag, since its only done once when the game is first loaded...
Just a bit off-topic.. So it searches the addresses no matter when it's loaded? (ex. after login screen, while in game, etc.)
I've managed to get it to work twice... Only fake gold works, nothing else -- which means it probably didn't get the right addresses. Other times game.exe would crash, leaving me in game with messed up colours (only for the 2D elements).
Anyways, I'm having some lag too, using 2.0ghz cpu + 1.2 gb ram.. Pretty old computer though, so I'm not complaining.
garreth
31st July 2007, 02:42
Sorry, that's MS Detours 1.5. I'll attach it for you.
Thanks! now i can test some modifications
absence
31st July 2007, 04:00
Kk, issue fixed. Gonna work on some modifications aswell. :)
shuynh89
31st July 2007, 04:22
hey shard, if u dont mind would u please tell me which program ur using to mod the hacks? because i would like to mess around with it and trying to learn how to program hacks :P.
thanks in advance
makocherry222
31st July 2007, 10:13
Teleport hacks cause game.exe errors almost all the time. Some of the low-level maps work, but most of the high levels dont.
mnquanvn
31st July 2007, 16:46
some one have hack tool Pristontale of vietnamese
i would try all but i can't
who have one good send me
thank so much
removed
Lisa
31st July 2007, 19:09
some one have hack tool Pristontale of vietnamese
i would try all but i can't
who have one good send me
thank so much
removed
Negative, warned for begging.
endomilik
31st July 2007, 19:40
Does not work on version 1.86.0
Cr3at1v3C0W
31st July 2007, 21:48
hey shard, if u dont mind would u please tell me which program ur using to mod the hacks? because i would like to mess around with it and trying to learn how to program hacks :P.
thanks in advance
Yes plz :) thx shard
absence
31st July 2007, 22:40
Nvm, I'm still having an issue with lag. My game runs ok when I'm not killing anything but as soon as I start mobbing a huge thread of lag sets in. I tried lowering the resolution and graphics but there was no improvement. When the hacks aren't on my game runs butter smooth even with the highest resolution and so on.
makocherry222
1st August 2007, 02:10
umm try defragging the hard-drive that might help. otherwise im sorta out of ideas.
hey on a complete sidenote, anyone wanna start a clan of just us hackers? seeing as how if we party with someone, they would catch us, lmfao. Im talking about RPT by the way. Anyone up for it? i wouldnt mind spending the 500k and running it.
kissfromarose
1st August 2007, 05:56
it doesn't work, shit, u can download at
http://www.ptv.com.vn
then operate it---->how to hack that PT version!
makocherry222
1st August 2007, 08:59
when u talk of lag, do you mean network lag? or graphics lag? because i think i might be getting network lag too. i never tried without hacks, but it seems really laggy now that you mention. i just usually dismiss it as private server lag :)
Shard
1st August 2007, 12:00
Nvm, I'm still having an issue with lag. My game runs ok when I'm not killing anything but as soon as I start mobbing a huge thread of lag sets in. I tried lowering the resolution and graphics but there was no improvement. When the hacks aren't on my game runs butter smooth even with the highest resolution and so on.
Try commenting out these two lines:
if( bValidate == TRUE )
Validate( );
And then try running it, see if that stops the lag (don't use any of the hacks that need it though).
absence
1st August 2007, 14:43
Try commenting out these two lines:
if( bValidate == TRUE )
Validate( );
And then try running it, see if that stops the lag (don't use any of the hacks that need it though).
Ok, I'll try that out. What program are you using to compile your dll's? I've tried Visual C++ 2005 Express Edition and Visual Basic 2005 Express Edition but certain files such as windows.h aren't included which leads to errors.
==Edit==
Nvm, I downloaded Visual Studio 2008 and it works great. I commented those two lines, compiled a new dll and tested it out multiple times but the lag still hasn't gone. The game continues to load up slowly and keeps that snail pace.
There has to be something wrong with the address searching because the lag starts when the game is first loading. AOB's weren't used in the earlier version of PTApocalypse and that worked out fine.
And one quick side note, enabling Skill Hack show's a "disabled" in the chat box. :)
when u talk of lag, do you mean network lag? or graphics lag? because i think i might be getting network lag too. i never tried without hacks, but it seems really laggy now that you mention. i just usually dismiss it as private server lag :)
I'm thinking it's network lag. The game works perfectly when PTApocalypse is not open, that is network and graphics wise. When PTA is open the game slows down incredibly and it's most likely due to network connection since the lag causes monsters to disappear then reappear.
jaspionbr
1st August 2007, 20:33
Shard, or anybody, I'm from Brazil and play the pirate server of rPT, PTmais. They launch a patch that use the version 1.85.5, and before they launch this new patch, I was using the hack normally, but now... when I launch the game.exe after launch the PTApocalypse.exe..... on the screen of Yedang Online.... appear an error saying,
Couldn't find adress!(2), and after nothing happen... but the hack doesn't work on game...
PLZ, I need helppppppppppppppppp!
Att,
John:nervous:
Same here, i play in a Brazilian server 1.85.9 and I Got the same error, same problem.
Any idea to fix that, one bypass, or something to do??
I re-downloaded and re-installed the .NET Framework 2.0, I don't have Service Pack 1 or 2 and I keep geting that error on the screen of Yedang Online.
Anyone can help me and johnnybrzn?? I saw more players with same problem in that hack.
Here PTApocalypse v1.3 Universal version Works fine, without lag, all options work, but i want Skill Trainer hack =D
If anyone have it alone =P It will be great xD It is not Skill Delay hack and the Skill Trainer hack
Thanks
makocherry222
1st August 2007, 21:49
i guess im not getting the same lag, so i couldnt help you. sorry bud.
Cr3at1v3C0W
1st August 2007, 23:36
hey guys who are feeling the lag problem.. try using his old one with the non working teleport and hair style hack that worked for me.. just dont use the tele and style hack :)
it can be obtained here:
http://www.mpcdownloads.com/forums/downloads/Priston-Tale/PTApocalypse/6911.html
see if that helps that did it for me...
makocherry222
2nd August 2007, 04:34
just a little feedback:
Level up hack doesnt really work. as soon as you log off, all your stats and skills go back to normal
A bug with skills delay hack, when using a tier 4 skill (any summon or buff skill) the skills will not turn on, so you ahve to hit "5" to turn it off then turn it back on to use the hack.
Any chance of getting the old teleport hack back? that always seemed to work for me. Thanks shard.
absence
2nd August 2007, 14:19
Shard, I need your help regarding the location of the ExpUp Address following this:
"\x53\x57\xE8 \x8B\xD8\xA1 \x8B\xFA\x3B\xF8", "xxx????xxx????xxxx"
My debugger doesn't seem to be able to find AOB's with gaps so I'm manually trying to search for it. Can you give me the approximate region that the address is found? I'm trying to insert the addresses myself so that no AOB's have to be used, thus hopefully speeding up the game.
-Edit-
Ok, well I found the address and compiled a new dll. There wasn't much improvement on the game speed so it has to be something else.
absence
3rd August 2007, 01:23
Ok Shard, you made a little but quite big mistake ;) I found out what was slowing the program down so much. Take a look at the source I'm attaching.
Here's what the end of the loop looks like in the old PTApocalypse.
}
Sleep( 200 );
}
Here's the one in the new PTApocalypse:
}
}
Sleep( 200 );
Notice something wrong with that? :)
makocherry222
3rd August 2007, 08:34
i found the trick for teleporting. you ahve to have visited the place at least once in your game session to be able to teleport back there.
Cr3at1v3C0W
3rd August 2007, 09:16
absence can u plz attach a good dll with the injector plz i cant seem to compile it with the given ccps syntax error : 'bad suffix on number'
syntax error : missing ';' before identifier 'xxxxxx' lots of thoses errors
absence
3rd August 2007, 12:43
absence can u plz attach a good dll with the injector plz i cant seem to compile it with the given ccps syntax error : 'bad suffix on number'
syntax error : missing ';' before identifier 'xxxxxx' lots of thoses errors
Use Visual C++ to compile and I purposely made it to error. I fixed the part that slows down the game so much but I changed how the addresses are found. Take a look for yourself and look carefully.
Shard
3rd August 2007, 14:39
Ok Shard, you made a little but quite big mistake ;) I found out what was slowing the program down so much. Take a look at the source I'm attaching.
Here's what the end of the loop looks like in the old PTApocalypse.
}
Sleep( 200 );
}
Here's the one in the new PTApocalypse:
}
}
Sleep( 200 );
Notice something wrong with that? :)
Ah, well found. :)
That does explain it, I will attach the new DLL to the first post.
That surprises me now, how some people, such as myself, didn't get any lag. It could be a HT (Hyper-threading) processor or RAM issue I suppose.
debernd
4th August 2007, 01:12
Hey Absence and Shard. Since i play with the new dll it doesnt lag anymore. But when i attack some times with no skill delay hack like i did it before in lag times i get now a DC. What could be the reason i play on the private server dpt and they didnt updated something.
absence
4th August 2007, 01:23
Hey Absence and Shard. Since i play with the new dll it doesnt lag anymore. But when i attack some times with no skill delay hack like i did it before in lag times i get now a DC. What could be the reason i play on the private server dpt and they didnt updated something.
Shouldn't be anything wrong, unless Shard changed something in his new dll. Just try again.
debernd
4th August 2007, 16:04
Hey people i got now with the new dll prolems to use the no skill delay hack with skills from 4th tier. So i want to start play on rpt.
Does the hack worls on redemption pt?ß
Dr4g0nofice
4th August 2007, 17:36
yeah im dcing alot now
debernd
4th August 2007, 19:27
Hey absence and Shard could u maybe look why we get much more dcs when we use the hack now?
i cant even use a skill with no skill delay hack without getting a dc pls help us people ty alot
makocherry222
4th August 2007, 20:09
hmm im not really getting any problems at all really. I switched over to play on DPT by the way. just for a while at least.
absence
4th August 2007, 23:49
Hey absence and Shard could u maybe look why we get much more dcs when we use the hack now?
i cant even use a skill with no skill delay hack without getting a dc pls help us people ty alot
I can't look at shard's dll since it's compiled. You can try out this dll.
Dr4g0nofice
5th August 2007, 00:22
the hack doesnt even work with that ddl:speechless:
absence
5th August 2007, 00:37
the hack doesnt even work with that ddl:speechless:
Then it's probably something wrong with your computer. Sorry, it's working for the rest of us.
rmeilus
5th August 2007, 01:35
Good day Shard,
Please help me.
I'm trying to use the PTA in the Domain Priston Tale, which site is the following: http://www.domainpt.vai.la/, but I can't.
The PTA functions normal in the RPT.
When I enter in the PT, I can hear the "ok beep", but immediately afterwards I hear that one “beep” of when the PTA it did not function, and the box of message “PTApocalipse error” appears, with the following message: “Couldn't find address [2]”
The game starts, but when I use a keyboard numpad1 for example, it leaves the game and windows shows to the message box “game.exe stopped to function” What is this, you can help me please?
Since already I am thankful
I think that the problem is in this line:
else if( bAddressFound[2] == false &&
DataCompare( (PBYTE)dwAddress, (PBYTE)"\x8B\x44\x24\x04\x6A\x00\x50\xE8\x94", "xxxxxxxxx" ) )
{
ChatPrint = (t_ChatPrint)dwAddress;
bAddressFound[2] = true;
But I don't know how to fix :(
Dr4g0nofice
5th August 2007, 02:01
I can't look at shard's dll since it's compiled. You can try out this dll.
talking about urs fOOL
absence
5th August 2007, 03:23
Good day Shard,
Please help me.
I'm trying to use the PTA in the Domain Priston Tale, which site is the following: http://www.domainpt.vai.la/, but I can't.
The PTA functions normal in the RPT.
When I enter in the PT, I can hear the "ok beep", but immediately afterwards I hear that one “beep” of when the PTA it did not function, and the box of message “PTApocalipse error” appears, with the following message: “Couldn't find address [2]”
The game starts, but when I use a keyboard numpad1 for example, it leaves the game and windows shows to the message box “game.exe stopped to function” What is this, you can help me please?
Since already I am thankful
I think that the problem is in this line:
else if( bAddressFound[2] == false &&
DataCompare( (PBYTE)dwAddress, (PBYTE)"\x8B\x44\x24\x04\x6A\x00\x50\xE8\x94", "xxxxxxxxx" ) )
{
ChatPrint = (t_ChatPrint)dwAddress;
bAddressFound[2] = true;
But I don't know how to fix :(
That's probably not it. Some PT's have a smaller client which changes around the coding, thus the arrays are probably a bit messed up. You have to manually find the arrays and put them in.
talking about urs fOOL
No shit, that's what I was talking about. "Fool"
rmeilus
5th August 2007, 04:24
That's probably not it. Some PT's have a smaller client which changes around the coding, thus the arrays are probably a bit messed up. You have to manually find the arrays and put them in.
Ow Absence, and how I find the arrays and where I find??
And where I need to put it???
Thank you again
absence
5th August 2007, 12:24
You need to use a debugger such as Cheat Engine to look up code. Since the arrays are changed, you could search for the code itself until you come across it, then type in the array here:
\x8B\x44\x24\x04\x6A\x00\x50\xE8\x94
Cheatengine.org has a lot of tutorials on that sort of stuff.
SnakeEyes
5th August 2007, 12:33
anyone get banned using this in RPT?
rmeilus
5th August 2007, 16:32
I was banned from rPT by use fake gold in trade hack.
And Abscence... I have no idea how I do this...
popolala
5th August 2007, 18:11
if u get banned is it ip banned or just account banned?
rmeilus
6th August 2007, 05:36
Abscense, I made download of cheat engine, but I don't know how to use!
Please modifies to me be able to use in Domain PT, please, I does not know to make!
absence
7th August 2007, 00:51
Hmm, not sure if these hacks are undetectable. Tested out multiple accounts using only HP/MP/STM hack, Skills Delay and exp multiplier set to 45% and my accounts still get banned. The admins posted the reason for my bannings online and it's because of a client energy bar error.
Dr4g0nofice
7th August 2007, 02:19
im wonderin does the hack dc u when u get too high of a level i seem to be dcing alot in the 8x-9x
and does anyone get the game.exe error when u atk then ur game crashes?
makocherry222
7th August 2007, 03:37
absence what server are you on? im using it on rpt and i havent gotten banned. are you using the ultimate hacks? or the regular ones?
mnquanvn
7th August 2007, 04:34
hi Shard
what about ptv(vietnam)? is your cheat use for it?
thanks
Dr4g0nofice
7th August 2007, 04:54
absence what server are you on? im using it on rpt and i havent gotten banned. are you using the ultimate hacks? or the regular ones?
mako im using ultimate is that a problem? :\
makocherry222
7th August 2007, 06:50
no. because the ultimate ones are the ones i use, and ive never been banned.
absence
7th August 2007, 11:46
absence what server are you on? im using it on rpt and i havent gotten banned. are you using the ultimate hacks? or the regular ones?
I'm using both at the same time. Perhaps it's the normal one that's becoming logged, and I'm playing on JustPT. I'll make another account and use on the ultimate hacks. What other hacks do you use aswell?
ViRuZ-X
7th August 2007, 14:20
Hey guys, the updated dll works great (that was the problem after all). I'm quite sure ultimate hacks are detectable... I was using that & no skill delay.. GM popped up and banned me on spot. I'm not sure if they were patrolling or they scanned the logs (btw, this was about 30 mins after I started hacking & was on froggpt).
Then again, like I said above... It could've just been my luck and someone saw me (it's pretty obvious, spamming skills and using no pots).
romkung
7th August 2007, 18:18
well in dpt i get dc when i just logged in
but when i close program it has no dc has anyone try it on dpt my friend said dpt cilent 1859 is not working with it
help pls i need to hack dpt for level :sleeping:
THX:D
Dr4g0nofice
7th August 2007, 20:02
most likely i think the hacks failing at higher levels because i had no problems with it at lvl 1-60-70, then hell broke loose at lvl 80+ @_@
vincent567
7th August 2007, 20:57
nice hack
if somone have a old speedhack i will look at it and maybey i can make a new one and upload it so if you have one send it to vincent@zeelandnet.nl please ty
makocherry222
7th August 2007, 23:10
okay ive been on froggpt and never got banned, he was probably just patrolling. ive been using ultimate hacks on a bunch of servers and never got banned yet.
Im using ultimates
No skill Delay(spam tier 4 yayyy! make sure no one sees lol)
Exp hack (usually around 75%)
Rank Up hacks
Teleport hacks.
absence
7th August 2007, 23:44
okay ive been on froggpt and never got banned, he was probably just patrolling. ive been using ultimate hacks on a bunch of servers and never got banned yet.
Im using ultimates
No skill Delay(spam tier 4 yayyy! make sure no one sees lol)
Exp hack (usually around 75%)
Rank Up hacks
Teleport hacks.
I keep getting banned in JustPT. I have the following:
No skill delay
Exp Multiplier set to 45%
Ultimate hacks
Mako, check your private messages.
ViRuZ-X
8th August 2007, 09:03
okay ive been on froggpt and never got banned, he was probably just patrolling. ive been using ultimate hacks on a bunch of servers and never got banned yet.
Im using ultimates
No skill Delay(spam tier 4 yayyy! make sure no one sees lol)
Exp hack (usually around 75%)
Rank Up hacks
Teleport hacks.
No way! Dam, just my luck then... Yeah I hate invisble GMs.. I was in sanc2, didn't think he'd patrol there eh? I still think someone reported me and he just popped up.
Anywho, I'm more cautious now, using only exp hack... I've decided to use normal HP hack at low rate (10hp/sec), I want to see if that gets logged, because I'm weary about ultimate hacks seeing how I got banned there. (Do correct me if I'm wrong) <--- normal regen got me owned :P
And rank up sets your tier permanently? (Aka, you skip the quest altogether)
makocherry222
8th August 2007, 09:41
yup sets permanatenly. ive used it in almost all servers ive played and havent gotten detected yet.
PhunPao
8th August 2007, 14:03
Yea, I tried this on dpt and it d/c's me...
Edit::
-My apologies, apparently the server is messed up, not the hack.
ViRuZ-X
8th August 2007, 14:27
Yeah, normal regen gets logged, while ultimate hasn't aroused anything *yet*. Also, does skill trainer get detected/logged at all? I find it pretty useful when I don't want to use no-skill-delay (too obvious).
firecut
9th August 2007, 02:24
why i got too much dc's ?
ViRuZ-X
9th August 2007, 06:34
Be more specific, what server, what did you do & read the rest of the thread.
Lots of reasons, some non-hack related, like crappy ISP, laggy server... Hack related could be you're setting exp multiplier way too high (esp. at low levels).
curse007
9th August 2007, 12:42
Dude,in the first one it had lags.
Now in the Fix the fly hack doesnt work ;'(
but i use the old one when i wanna make fun :P
i like the Alt+1/2/3...
and just some words for you:
I LOVE YOU SHARD
Oh my DOG ur king man!!
OrBanay
9th August 2007, 19:46
Hi im havin a xtrap detected problem =(
What can I do about it ???
help please =]
makocherry222
10th August 2007, 03:19
FOR THE XTRAP:
you need to find or make a bypass for it. that is the only way to fix it. other than that, you can go find a private server to play on, where there is no xtrap.
brenash
10th August 2007, 15:19
This hack cant be used on ePT?
absence
10th August 2007, 19:43
FOR THE XTRAP:
you need to find or make a bypass for it. that is the only way to fix it. other than that, you can go find a private server to play on, where there is no xtrap.
mako, rpt seems to disconnect me everytime the ultimate hacks are activated. Is it working for you and what do you do to get it the hacks work for you?
makocherry222
10th August 2007, 20:59
yes i just checked, the hacks stil work for me. all i do is. start ptapoc, then game.exe, then when ingame, i press alt+1,2,3 then 5, then 0. and i go off and fight and i never dc at all. have your tried without the hacks first? to see if that is the problem
Childish456
10th August 2007, 23:17
can anyone post xtrap bypasser =[
ViRuZ-X
11th August 2007, 00:37
It still works? I think they've patched the game no? (rPT)
And also, I never need to activate ultimate 2 & 3 because no skill delay stops registration of skill casting or something. What I mean by that, is any defensive skills, etc. (like holy body) won't appear when casted, however any offensive skills (like gc) will work when casted.
So to cast defensive skills, I actually have to turn it off & cast it, and turn it back on... While offensive skills don't cost stamina or mana. You guys have that too? :S
makocherry222
11th August 2007, 05:21
rpt not patched yet. absecne, you dled and installed the hotfix right? just making sure.(hotfix for the server, that is. its on download page)
absence
11th August 2007, 12:12
rpt not patched yet. absecne, you dled and installed the hotfix right? just making sure.(hotfix for the server, that is. its on download page)
Yeah, I know what it is now. It was a small but big mistake on my part that's been getting me banned all the time. Instead of using alt + num 1/2/3 I just used num 1/2/3. Thanks for that mako.
makocherry222
11th August 2007, 22:15
haha yup. well when are you gonna be on so i can find and add you?
firecut
12th August 2007, 15:26
Again ... Why i have dc when i play a little ( 5min/10 min ) ???
I got the last Framework , what can i do ?
HELP HERE PLX ! Hurry xD~ !
I make everything in Reade , and dont stop the dc
msnpapske
12th August 2007, 16:27
''I need a bypass for Xtrap also, im trying to get it on ePT...
Thx in advance'''
EDIT: or just tell me how to connect to a rPT server, ive played ept for like 4 years now and pt2 is coming up... PT MUST DIE!!!
firecut
12th August 2007, 23:06
i cannot play with DC's ...
ANYONE CAN HELP ME HERE ?!?!?!
Framework = isntaled
DEP OFF !
WHY I GOT DC ??!?!
absence
13th August 2007, 01:53
haha yup. well when are you gonna be on so i can find and add you?
Well I'm playing on a different private server right now and I'm not sure our lives and time zones will allow us to see each other much in game. Seems like we both have girlfriends ;)
ntaero
13th August 2007, 06:45
What does the EXP % mean actually? Does it mean I will gain 43% more than normal or do I gain 43% of the 100% I normally gain. I tested just the EXP hack and tried it on a couple of hopys and the exp difference doesn't seem that great. Maybe the percentage increase is on the base exp and before the modify exp on private severs. Can someone clear this up for me? Thanks.
makocherry222
13th August 2007, 10:07
yesss we do haha. exp gain is like this
you get the normal amount of exp from the monster, say 1000 for a kill, and u have it set it 50%, you you will get a total of 1500exp from one monster kill. understand?
what server are you playing on absence?
Hey shard,
Looks like Rpt has finally updated the anti-hack and it seems to block ptapocalypse. it seems like it detects the hooking and then the game wont start. Care to take a look? thanks.
absence
13th August 2007, 11:50
what server are you playing on absence?
I'm playing on JustPT.
curse007
13th August 2007, 15:36
now we need new ptapocalypse,rpt has new version and patch.ptapocalypse doesnt work
sannupannu
13th August 2007, 15:48
if someone ( who will be my god then) finds a solution about xtrap , plz make a new theme :), atm i'm sad :disappointed::disappointed:
kekku500
13th August 2007, 18:01
Well,
Lv1-Lv8 Exp45%
Lv9-Lv87 Exp100%
:D
Well now mine Account is banned cuz i was in that fire map, at lvl 87 and GM saw me XD
sannupannu
13th August 2007, 18:13
Well,
Lv1-Lv8 Exp45%
Lv9-Lv87 Exp100%
:D
Well now mine Account is banned cuz i was in that fire map, at lvl 87 and GM saw me XD
btw u can still hack ? , PTA is no use anymore .. if u hav smth else , plz post it :)
robot
13th August 2007, 20:37
Got the cheat to work in game on Chaos PT, all cheats work temporarily but ultimate hp sp and mp disconnect after using for about 5 minutes. It's the same for exp hack and instant skill use but disconnects quicker using those.
OscarPwr
13th August 2007, 21:11
Who can will get new hack to rPT??? version 1865???
Cr3at1v3C0W
14th August 2007, 00:28
i dont think we can do it unless u know how to find new adress and bypass there new protection program -_-
curse007
15th August 2007, 21:20
:bunny:Holly Bolly
absence
15th August 2007, 22:04
i dont think we can do it unless u know how to find new adress and bypass there new protection program -_-
They don't have a new protection program. Their "protection program" is changing around the AOB's. :)
Cr3at1v3C0W
16th August 2007, 02:50
They don't have a new protection program. Their "protection program" is changing around the AOB's. :)
:) helping u find the new AOB i posted them on your section :P some problly wrong :P
chickxike
16th August 2007, 09:02
How does it work on PTV ( PT viet NAm)
evezinhu
16th August 2007, 21:09
Shard plz version for notebooks plz!
Cr3at1v3C0W
17th August 2007, 02:58
Shard plz version for notebooks plz!
what u talking about the notebook version died out a long time ago so is this one righ tnow.. cuz they blocked it now.. If you want to use the hack try to find the AOB and stuff and change the shortcut keys for your laplop like change the code for the dll for your needs..
Azuox
17th August 2007, 06:05
SHARD!
man... i've downloaded all versions of PTApocalypse... Butany of them is working on BPT!
the Latestt version is being detected by XTrap!!
:OOO
PLEEEEEEEEEEEASE!!
Help us!
:(
Cr3at1v3C0W
17th August 2007, 07:54
ya .. righ tnow all are blocked for almost all game i belive.. only some server still not have a up running protection.. and for the BPT i am not sure u will get a working bypass or hack because i dont think lots of people who use PTA play that.. mostly Rpt or regular pt .. :P
makocherry222
17th August 2007, 08:04
chaospt doesnt detect it yet. which is what im playing on now. its not too fun though...
Cr3at1v3C0W
17th August 2007, 09:58
is it really populated? cuz like rpt server people report and stuff really fast but in unpouplated server its hard to spot hacker so i dont think they care right njow in unpopulated servers
makocherry222
17th August 2007, 10:42
no its not. i never got reported in rpt either. u have to be watchful for passerbys tho.
robot
17th August 2007, 14:02
Hey makocherry you ever get d/c when using it an which ones u usin? If i use exp hack, teleport or skill level up then it usually d/c me instantly but with ultimate hp stam an mp it disconnects after about 15 min of play and sometimes doesn't even save my levels so all wasted!
Azuox
17th August 2007, 18:04
well
i like BPT, and i know a lot of people who plays it
cuz u dont have to pay
its 100% free
=]
and it's official
gotcha?
:P
PTA Univerdsal version worked on bPT for more than 5 months... So i'ts got detected.. then, i will wait for shard read this :(
by
makocherry222
17th August 2007, 21:04
nope i dont usually get dced, butyesterady, i got dced in the middle of SOD (GAYYY) for like no reason lol.
majestymty
18th August 2007, 03:57
Hey SharD :D
please help me. I am trying to use the version on a private server.
I log the game, enter de stamina, mana and Health hacks. Exp hack at 99% and the no skill delay activated...
I start to play, but the connection with server is lost...
:(
chickxike
18th August 2007, 05:17
OH MY GOD XTRAP DETECTED IT ( PTV - Priston Viet Nam)
Who can help me???
absence
18th August 2007, 12:22
Maybe you people should stop trying? I mean, obviously no body is responding so you'll have to figure it out yourself.
OscarPwr
18th August 2007, 16:02
i cant config hack because i dont know programing and my english is bad .... absence why u dont help me ??:(:(:(
Azuox
18th August 2007, 22:16
Maybe you people should stop trying? I mean, obviously no body is responding so you'll have to figure it out yourself.
shard cames to this forum everyday
if he see a lot of people who like him asking for a BIG help, maybe he can make another one :)
absence
18th August 2007, 22:22
shard cames to this forum everyday
if he see a lot of people who like him asking for a BIG help, maybe he can make another one :)
He has better things to do, the only questions he answers are reasonable ones about debugging and programming, rather than troubleshooting.
686965
19th August 2007, 22:55
hi, please , someone can help me,
i play in redemption priston tale, and with the ptapolypse , the game dont run, Why happens this?
thx
i need one hack to rpt, plzzzzzzzzzzzzzzzzzzzzzzzz
Azuox
20th August 2007, 06:31
He has better things to do, the only questions he answers are reasonable ones about debugging and programming, rather than troubleshooting.
If he has better things to do why did u think that he still making hacks, and some pages before here, he also was ANSWERING some questions and requests!?
Well...
everybody aren't like u...
Sorry if I was so much Hard ^^
by (Y)
makocherry222
20th August 2007, 07:49
well maybe he answers sensible questions. if half the people here would use the search or look at other topics about all the problems, they wouldnt have to ask.
and azoux, what you need is an xtrap bypass. i dont think anyone here has one right now, so your gonna have to make your own or look at another forum. so far no one here has provided any info on how too, so i dont know either. i recommends just a private server its much easier.
chickxike
21st August 2007, 06:37
well maybe he answers sensible questions. if half the people here would use the search or look at other topics about all the problems, they wouldnt have to ask.
and azoux, what you need is an xtrap bypass. i dont think anyone here has one right now, so your gonna have to make your own or look at another forum. so far no one here has provided any info on how too, so i dont know either. i recommends just a private server its much easier.
I am from Viet Nam. I can use it. Xtrap detected it can you help me.
Thanks
makocherry222
21st August 2007, 08:07
umm just asking... whos pikemanchris? he pmed me ingame at Dpt. just wondering if it was one of u guys.
robot500
24th August 2007, 11:54
Hello, i rearlise there are alot of problems reading through the thread but a few people have had this problem and no one has replyed, i load up apoc and then rpt the apoc finds it and its all ok but the game does not load up? any help pleasee tnx
HorrorMan20
26th August 2007, 19:05
hey sharp, this hack is very nice, but it doesn't quite work with rPT. I load the ptapocalypse, then rpt client, but the rpt client closes itself after ptapocalypse has succesfully initialized.
Akka
27th August 2007, 05:51
Im in english PT and when ever i press the hotkeys ingame i get kicked out of the server wtf?
chickxike
27th August 2007, 10:26
Hello, i rearlise there are alot of problems reading through the thread but a few people have had this problem and no one has replyed, i load up apoc and then rpt the apoc finds it and its all ok but the game does not load up? any help pleasee tnx
The same to me in PTV (viet Nam PT). Who can help me???
ngthoang
30th August 2007, 08:45
i don't install .net framework 2.0 then it run but not work. i install net framework then ptv detected
help me.
thanks
krth06
30th August 2007, 13:13
Thanks
andrew101
4th September 2007, 00:49
ok well im not sure if i did it right but this is what ive done i downloaded it and runed it but it says tpacoplyse.bin failed intialling-can someone help me
sogetsu
6th September 2007, 05:26
Hey Shard, I wanna know what debugger program you used to find the values? Also, probably a dumb question but doesn't the x-trap detect the debugger when you run the game?
makocherry222
6th September 2007, 06:02
yes x-trap does. but private servers dont use x-trap, so we're all good :)
Shard
6th September 2007, 18:52
Hey Shard, I wanna know what debugger program you used to find the values? Also, probably a dumb question but doesn't the x-trap detect the debugger when you run the game?
I didn't use a debugger at all, only a disassembler (IDA).
sogetsu
7th September 2007, 04:35
OMG no way...damn and here I thought it was going to be ez. Okay, thx. Thank goodness I have IDA now I just gotta learn how to use it. I hear it's kinda complicated to use too. Oh well, thanks for the info Shard. Loved your PTApoc when I was using it.
Problems all around...but how did you get the IDA to bypass the x-trap?
locotiger
7th September 2007, 23:24
This is freaky awesome!
It Works!
locotiger
8th September 2007, 18:30
Ok..i cant active the mana hack and the delay skill hack.
Someone know the bug and know how to fix it?
Aznone
8th September 2007, 19:44
Whenever i activate it, Xtrap detects it, can anyone help me?
andrew101
11th September 2007, 00:26
um when i load it it says intialization failed-so i tryed disabling DEP but whe n iwas the party wher i have to edit startup and recovery-there wasnt a button for EDIT!!???-someone plz comment back-i want this hac kso i can make my pike man asskicking in redemption pristontale
does this hac kwor kfor redemption pristontale-if not which does
wiccamaster
11th September 2007, 22:18
it doesnt work for me.. not at rpt, ptr or celespt... i extracted the files all in the same folder... first the pta release, then source code, then the new DLL... then when i launch pta and then game.exe it does nothing at all >_< do i need to do somn with the new source code? i dunno what to do.. and i dunno anything about installing or stuffs so im kinda noobish xD please tell me what i need to do ! i dont understand why it doesnt work for me >_<! thx m8's
taytay
13th September 2007, 05:45
i have problem> when iam using this program in rpt, i follow the read me , the i open the bot, and run the game.exe
it said successs, but the game wont load, ,can anyone hlep
kikifr
13th September 2007, 18:09
Not work ,
Add me > kiki_gm@hotmail.fr <
lolman12
14th September 2007, 07:40
plzzz let it work for ept :S
isho-genki
14th September 2007, 14:54
i also tried it for several times but no luck :(
@shard
plz make it work with rpt :)
Dizel909
17th September 2007, 19:37
Hello Shard Please help me i dounloaded and run the hack and it write succeded but when im klicking the hotkeys nothink happens i playing in the real pristontale not private servers
masterioso
25th September 2007, 14:36
shard, continue ur project, it's almost...u are the only one that can f*ck the xtrap...pls...think on it ;)
daltonkamote
25th September 2007, 22:27
just one quick question, so its not working in RPT? cause mine says, initializing succesful,but the game exits, it doesnt start, thanks shard! your the man!
ille
26th September 2007, 19:44
it don't work on EPT
Rapadura
28th September 2007, 02:53
Hey people, I play dPT..
So, i used this PTA on it, but it kept showing that message
Couldn't find address
then i find out that i could make it work just doing this:
loading the game.exe, and right before the black screen comes, i execute ptapocalypse.
This allways worked (except for the HP hack, when i activated it, my hp went to the half and i got dc), but now after an update by dPT, it doesn't work anymore, even with that trick i told about.
By the way, the hack doesn't seem detected yet.
I'm sure that, if i didn't get that message "Couldn't find address", it would work even after the update.
Any solution for this?
Thanks!!
MPCStyler
28th September 2007, 09:59
Is the hack work on rpt?
Macvaal
3rd October 2007, 16:51
Hack isn't working on ePT at the moment... so problably it won't work ANYWHERE... stop asking and update it yourself?
Hey people, I play dPT..
So, i used this PTA on it, but it kept showing that message
Couldn't find address
then i find out that i could make it work just doing this:
loading the game.exe, and right before the black screen comes, i execute ptapocalypse.
This allways worked (except for the HP hack, when i activated it, my hp went to the half and i got dc), but now after an update by dPT, it doesn't work anymore, even with that trick i told about.
By the way, the hack doesn't seem detected yet.
I'm sure that, if i didn't get that message "Couldn't find address", it would work even after the update.
Any solution for this?
Thanks!!
You know? that's becouse the adresses changed by the update... Duuuuh!?
My solution, find the addresses yourself...
daltonkamote
4th October 2007, 23:11
any violent reaction master shard?
Rapadura
5th October 2007, 04:40
Hack isn't working on ePT at the moment... so problably it won't work ANYWHERE... stop asking and update it yourself?
You know? that's becouse the adresses changed by the update... Duuuuh!?
My solution, find the addresses yourself...
Oh.......... man, how didn't i think about that!
ok. How? ¬¬
Macvaal
13th October 2007, 15:36
Engines... Cheat Engine mayby
shabeb
26th October 2007, 11:05
MAn u guys are retarded lison very carefully
IF U ARE PLAYING dPT follow these instructions!!
1. DOWNLOAD THIS GAME.EXE
2. PASTE IT INTO THE dPT folder
3. click on the hack.
4. click on the game .exe hack i gave u and DONE!!!
VERY EASY 4 steps if it doesnt work dont ask dumb questions u already have asked OK
Fake Gold hack HAS LOGGS i got banned and had proof it was a log so yer and they will have your ip address so i suggest you get a ip changer and a new account on the server and trade with people if that gets banned then it will work they cant bann your ip YET...:D
24078
shabeb
26th October 2007, 11:06
IT WORKS PERFECTLY FINE ON DPT but dont use fake gold hack they have loggs with it i got banned
agonny
30th October 2007, 11:36
hey , was just wondering
everything seems to load fine in the hack,
then i launch the game ,, takes a min ..then i get a popup saying
Failed to get adresse (8)
what could cause this ?
im using rPT
Hack does innitialize
dll loads
game doesent
maxboon
10th November 2007, 14:42
hey , was just wondering
im using rPT
Hack does innitialize
dll loads
game doesent
me too....
how to make it work in rPT?
anyone know?
custoshonor
14th November 2007, 06:01
hey, whenever I try to load the game after loading the hack, the game doesn't want to load. any ideas?
owen8912
26th November 2007, 04:28
Hi, everyting seems to be working fine in my pt private server. But how come whenever i start game.exe it says : couldnt find adress ? And if that appears, the functions wont work anymore.
nocom
7th December 2007, 10:25
Hi shard, I saw your code carefully and if you don't mind, please send me the code you start the pt, don't you. I need it to bypass the x-trap. If not, please accept my sorry. :)
Contempt
16th December 2007, 15:27
Xtrap snagged it on EPT. Surprised at how often the security is updated and monitored even though pt1 has become yedang's red-headed stepchild (as opposed to pt2). :sigh: communists to the end I see...
moonlight282
19th December 2007, 01:30
xtraps detect it. how do u delete xtrap or stop it?
kishi
25th December 2007, 08:05
WHAT YOU MEAN ONLY A DISASSEMBLER?
How the heck did you figure out how to look for the functions from scratch?! ._.
I feel such a n00b now.
Itachi08
28th December 2007, 18:15
shard can we talk on private i need help with the hack
murockz187
30th December 2007, 06:37
this is work in philippine pristontale????
supra666
31st December 2007, 13:31
i got infinite mp/hp/stam. wants to trade for range/speed.
Mattebit3
3rd January 2008, 04:39
couldnt find the address? :o
Shard
3rd January 2008, 14:39
WHAT YOU MEAN ONLY A DISASSEMBLER?
How the heck did you figure out how to look for the functions from scratch?! ._.
I feel such a n00b now.
It started out with a simple search for the string "HP: %d/%d".
Mattebit3
3rd January 2008, 18:06
shard m8 what can i do about the couldnt find addressees thingy? :o
pristontaler
5th January 2008, 07:31
shard m8 what can i do about the couldnt find addressees thingy? :o
same here
PyroNL
9th January 2008, 00:47
Wow shard is still helping noobs? :)
well, I got only 1 question,
is it tested op dPT?
site: http://dnetgames.com/
Thanks..
pristontaler
9th January 2008, 06:22
install PTA in your PT folder
maybe it should fix the "Could'nt find address (8)" thingy
Powered by vBulletin™ Version 4.0.2 Copyright © 2010 vBulletin Solutions, Inc. All rights reserved.