These lists can easily be read off the browser on sites such as Frugooscape and Runelocus, therefore downloading them from someone with as shitty a reputation as you have would be a stupid idea, since there might be a small chance of a virus. But I guarantee it will get some downloads, lmao.
5 posters
Server Lists
Public Boolean- Noob
- Post n°2
Re: Server Lists
siegeballa08 wrote:those are just a list of PNPC's. u can prolly get it anywhere online. its basically every object has an id and thats what the list is
Not in Java Applets you can't these are much more efficient
@Maximillion - My Reputation to all the 'Real' pattonscape players is held in high regard so please leave you infantile little ****.
ps. Your mocking me i threw this together in 5 minutes to help people viruses can't be placed in .java or .class files the only risk would be the Batch file to run it and i'll show you the code if you like:-
- Code:
@echo off
:menu
echo Type Npc for an Npc list
echo Type Item for an Items List
echo Type Object for an Objects list
set /p c=Options:
if %c%==Object goto obj
if %c%==object goto obj
if %c%==npc goto npc
if %c%==Npc goto npc
if %c%==item goto item
if %c%==Item goto item
:item
java ItemList
pause
cls
goto menu
:obj
java ObjectList
pause
cls
goto menu
:npc
java NpcList
pause
cls
goto menu
Maxillion- Noob
- Post n°3
Re: Server Lists
Well it's great to see you've got some new comebacks, but thing is the "real" pattonscape players, well, there's not many left right now and I honestly could care less about how great you think you are for being a "veteran" and how much respect you believe you get because of it, and I don't give a **** how nostalgic you are of the times when you weren't disliked.
Public Boolean- Noob
- Post n°4
Re: Server Lists
I'm only disliked from the idiots that still play this game I'm honestly just here for the lols.
Maxillion- Noob
- Post n°5
Re: Server Lists
Well seeing as how that first statement was clearly directed towards me, keep in mind I don't play anymore.
siegeballa08- Noob
- Post n°6
Re: Server Lists
Public Boolean wrote:siegeballa08 wrote:those are just a list of PNPC's. u can prolly get it anywhere online. its basically every object has an id and thats what the list is
Not in Java Applets you can't these are much more efficient
@Maximillion - My Reputation to all the 'Real' pattonscape players is held in high regard so please leave you infantile little ****.
ps. Your mocking me i threw this together in 5 minutes to help people viruses can't be placed in .java or .class files the only risk would be the Batch file to run it and i'll show you the code if you like:-
- Code:
@echo off
:menu
echo Type Npc for an Npc list
echo Type Item for an Items List
echo Type Object for an Objects list
set /p c=Options:
if %c%==Object goto obj
if %c%==object goto obj
if %c%==npc goto npc
if %c%==Npc goto npc
if %c%==item goto item
if %c%==Item goto item
:item
java ItemList
pause
cls
goto menu
:obj
java ObjectList
pause
cls
goto menu
:npc
java NpcList
pause
cls
goto menu
o i thought u could just get that list anywhere. guess not? lol
Zazius- Noob
- Post n°7
Re: Server Lists
made by kyle mmmhmmm watch out guys he might give you key loger and hack your account cuz he hates patton so bad
Public Boolean- Noob
- Post n°8
Re: Server Lists
You can't put Keyloggers in java or class files so yeah.. The only thing that could have posed a threat was the run.bat but i showed you the code.