-
Member
Source-code editing.
Hey all!
I have no clue where to post it, so I'm posting it here 
This will probly be considered "begging", but I'm just not capable of learning this by my self, at all!
Even tho I've been sitting for hours trying to read up on tutorials etc.
So here goes:
I'm playing a MMO game called Perfect World. (PWI)
Some years ago someone found an exploit with their website allowing them to change an item they're buying from the website for so-called "DQ points". (Points obtained by farming DQ items ingame and selling them to NPC's) The items on their website wasn't really anything worth farming for, until someone found out a way to change the item number for an item on the website with the item number to the most expensive (trade able) item in game. Let's just say, they became filthy rich. They went way overboard, but eventually it got patched.
So what I'm struggling with is to source code edit the website of a private server of the game. Like a lot of private servers, they rely on voting and donations. This one specific server has it's own webshop, and each time you vote, you get a set amount of "WebGold"(website currency). From the shop you can buy items, packs, and what not. So I was thinking "Maybe it work to source-code edit this shop, like it did in PWI back in the days? Hmm", and so my adventure began. I found out basics how to source-code edit basic stuff. But not what I wanted.
I'm just an imbecile when it comes to coding, html and blabla. No idea what to look for!
Does anyone find this type of thing, easy? Does anyone who know how to do this want to private message me and maybe help me out a little? It would be really appreciated! 
Best regards,
The noobie
-
Legendary
right click on what you want to edit on the website, press inspect element, find something that looks like a form submission, go wild on editing. Try changing amounts given per unit, currency from USD to JPY(japanese yen) etc. Your imagination is the limit
-
Post Thanks / Like - 1 Thanks
loln4p (1 members gave Thanks to jimmys96 for this useful post)
-
Member
Originally Posted by
jimmys96
right click on what you want to edit on the website, press inspect element, find something that looks like a form submission, go wild on editing. Try changing amounts given per unit, currency from USD to JPY(japanese yen) etc. Your imagination is the limit
I will try this out! Thank you 
Edit: So I tried couple of things. 1: I tried to change the "value" of an item from 100 to 1 and when I tried to purchase the item said my currency was too low. 2: I tried to change the amount I have gotten from voting (35) to 135. Upon purchase of the 100 "webgold" item, same as before, didn't have enough "money". But I will keep going at it! 
Edit2: Their vote system is based off voting on 5 different top100 websites. 1 gives 400 "points" and the rest gives 100 "points". Once voted, your votepoints stack and you transfer them to your account on the main website where you can buy goodies. I tried edit the amount of points you receive per vote, and the amount in my "bank" before transferring the points. Did not work to edit then send. Said my "The Total Of Vote Credits Your Are Trying To Send Is Bigger Then The Total Of Your Account Vote Credits!". So Idk if this website is open to be edited :/
Last edited by loln4p; 08-28-2016 at 08:04 AM.