Register for your free account! | Forgot your password?

Go Back   elitepvpers > Coders Den > General Coding
You last visited: Today at 17:19

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

Advertisement



Priston Tale 2 Bypass nProt GG

Discussion on Priston Tale 2 Bypass nProt GG within the General Coding forum part of the Coders Den category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Mar 2008
Posts: 505
Received Thanks: 107
I've been debuging it but i can't find a way to bypass it, since pt2.exe won't start without firing the pt2start first and the pt2.exe has a block against debuggers i don't really know how to get it to work.

I am trying to bypass it to use autoit with pt2...

a little of my effort from autoit from the bot i am making:
Code:
    $MobHP = PixelSearch(735,35,916,36,0xFFA42D,60)
	If Not @error Then ;If pixel has been found to $coord
		If $MobHP[0] > 734 And $MobHP[0] < 755 Then
			$Percent = '100%'
			ToolTip("Monster health is" & " (" & $Percent & ") " & $MobHP[0],0,0)
		ElseIf $MobHP[0] > 754 And $MobHP[0] < 775 Then
			$Percent = '80%'
			ToolTip("Monster health is" & " (" & $Percent & ") " & $MobHP[0],0,0)
		ElseIf $MobHP[0] > 774 And $MobHP[0] < 795 Then
			$Percent = '60%'
			ToolTip("Monster health is" & " (" & $Percent & ") " & $MobHP[0],0,0)
		ElseIf $MobHP[0] > 794 And $MobHP[0] < 815 Then
			$Percent = '50%'
			ToolTip("Monster health is" & " (" & $Percent & ") " & $MobHP[0],0,0)
		ElseIf $MobHP[0] > 814 And $MobHP[0] < 835 Then
			$Percent = '40%'
			ToolTip("Monster health is" & " (" & $Percent & ") " & $MobHP[0],0,0)
		ElseIf $MobHP[0] > 834 And $MobHP[0] < 855 Then
			$Percent = '30%'
			ToolTip("Monster health is" & " (" & $Percent & ") " & $MobHP[0],0,0)
		ElseIf $MobHP[0] > 854 And $MobHP[0] < 875 Then
			$Percent = '20%'
			ToolTip("Monster health is" & " (" & $Percent & ") " & $MobHP[0],0,0)
		ElseIf $MobHP[0] > 874 And $MobHP[0] < 895 Then
			$Percent = '10%'
			ToolTip("Monster health is" & " (" & $Percent & ") " & $MobHP[0],0,0)
		ElseIf $MobHP[0] > 894 And $MobHP[0] < 914 Then
			$Percent = '1%'
			ToolTip("Monster health is" & " (" & $Percent & ") " & $MobHP[0],0,0)
		Else
		    ToolTip("Target is dead!",0,0)
			$pickup = '1'
		EndIf
		InitAttack()
    EndIf
if anyone around could teach me how to bypass the gameguard i would love to share my code first hand...

right now i am developing it using screenshots since i cannot test it online

huh..still waiting ,-)
Landa is offline  
Old 05/15/2009, 19:47   #2

 
Adroxxx's Avatar
 
elite*gold: 15
Join Date: Nov 2005
Posts: 13,021
Received Thanks: 5,323
There are a few plugins for olly to bypass anti-debugger protection. Like HideDebugger and other.

Then try to find the line where gg is loaded and nop it or overjump it. If you start the game without the launcher, there should come a error message, search for it and the place where it were checked, if the launcher starts the game and nop / jmp it.

gl.
Adroxxx is offline  
Reply


Similar Threads Similar Threads
Another Priston Tale 2 BOT (PT2 Bot)
06/19/2011 - General Gaming Discussion - 12 Replies
This one is pretty good, you can set rest point and hunting points and configure all of the actions from potions to buff skills.. One thing i found is that you can make a moving path, so it doesnt look like you bot at all :handsdown: I thought that I want to share this with you all :mofo: Automation Research Project
Priston Tale 2
06/12/2010 - General Gaming Discussion - 1 Replies
As we all know Pristontale 2 started his OPEN beta on the 14 februar. I startet to play a bit and its really nice: Its like Pristontale1 with much better graphic and quests. Of course its free to play! For all who never played Pristontale ill explain a bit the classes, There are 2 "Races" Morion and Tempskron. Tempskron: Fighter-- after lvl 10 jobchange to Warrior Combatant Huntress--afetr lvl 10 jobchange to Atlanta or Archer
priston tale 2
06/12/2010 - General Gaming Discussion - 1 Replies
i all i need a working bots for priston tale 2 or remoge Nprotect rev 1291 thanks
priston tale 2
08/05/2009 - General Gaming Discussion - 0 Replies
hi i need help for removing game guard rev 1335 thanks
Priston Tale 2 AutoIT bot bypass GG ?
05/09/2009 - General Gaming Discussion - 7 Replies
Hi, i am doing a bot for PT2 using AutoIT and i would like to know if anyone could help me out on how to get the autoit to work in pt bypassing the GG... What the bot has functional at this momment is that it will auto target monsters and check the name, and health. Engage the attack, you can setup personalized skill for the fight, and it will pickup once it dies. It does use potions based on a percent setup by you i.e 20%, 50% and it will use health potions or mana.



All times are GMT +2. The time now is 17:19.


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

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