Advertisement
Guest User

Untitled

a guest
May 10th, 2019
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.64 KB | None | 0 0
  1. <div style="margin-left:11.25em;margin-top:-3.125em;margin-bottom:5em">
  2. <img src="https://i.imgur.com/D57lzSy.png"style="position:relative;top:5.3em;"/>
  3. <img src="https://i.imgur.com/2GzIT7A.png"style="position:relative;top:7.5em;left:-2.75em"/>
  4. <img src="https://i.imgur.com/M9A3nbI.png"style="position:relative;top:9.7em;left:-5.563em"/>
  5. <img src="https://i.imgur.com/ECQwqs4.png"style="position:relative;top:11.8em;left:-8.375em"/>
  6. <img src="https://i.imgur.com/jTtvK08.png"style="position:relative;top:14em;left:-11.063em"/>
  7. <img src="https://i.imgur.com/D57lzSy.png"style="position:relative;top:5.3em;"/>
  8. <img src="https://i.imgur.com/2GzIT7A.png"style="position:relative;top:7.5em;left:-2.750em"/>
  9. <img src="https://i.imgur.com/M9A3nbI.png"style="position:relative;top:9.7em;left:-5.563em"/>
  10. <img src="https://i.imgur.com/ECQwqs4.png"style="position:relative;top:11.8em;left:-8.375em"/>
  11. <img src="https://i.imgur.com/jTtvK08.png"style="position:relative;top:14em;left:-11.063em"/>
  12. <form>
  13. <div style="margin-bottom:1em;margin-left:-0.5em">
  14. <span>Current Levels</span>
  15. <span style="margin-left:4.4em">Desired Levels</span>
  16. </div>
  17. <div>
  18. <input type="number" id="attack1" value="1" min="1" max="99" style="width:30px;margin-left:40px;margin-top:1em">
  19. <input type="number" id="attack2" value="1" min="1" max="99" style="width:30px;margin-left:100px;margin-top:1em">
  20. </div>
  21. <div>
  22. <input type="number" id="strength1" value="1" min="1" max="99" style="width:30px;margin-left:40px;margin-top:1em">
  23. <input type="number" id="strength2" value="1" min="1" max="99" style="width:30px;margin-left:100px;margin-top:1em">
  24. </div>
  25. <div>
  26. <input type="number" id="defence1" value="1" min="1" max="99" style="width:30px;margin-left:40px;margin-top:1em">
  27. <input type="number" id="defence2" value="1" min="1" max="99" style="width:30px;margin-left:100px;margin-top:1em">
  28. </div>
  29. <div>
  30. <input type="number" id="range1" value="1" min="1" max="99" style="width:30px;margin-left:40px;margin-top:1em">
  31. <input type="number" id="range2" value="1" min="1" max="99" style="width:30px;margin-left:100px;margin-top:1em">
  32. </div>
  33. <div>
  34. <input type="number" id="magic1" value="1" min="1" max="99" style="width:30px;margin-left:40px;margin-top:1em">
  35. <input type="number" id="magic2" value="1" min="1" max="99" style="width:30px;margin-left:100px;margin-top:1em">
  36. </div>
  37. <div>
  38. <input type="checkbox" id="pure" name="pure" value="Pure" style="margin-left:3em;margin-top:3em;margin-bottom:1em">Is the account a pure?<br>
  39. &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp(Prayer potions required)
  40. </div>
  41. <input type=button onClick="compute()" value="Compute" style="margin-left:1em;margin-top:2em">
  42. <input type="text" id="result" value="0" style="width:8em;margin-left:3em" readonly>
  43. </form>
  44. <input onClick="payWithPayPal()" type="image" src="https://i.imgur.com/hnBQbpX.jpg" height="40" style="position:relative;left:30px;top:30px"/>
  45. <input onClick="payWithGp()" type="image" src="https://i.imgur.com/KEtiG6J.png" height="40" style="position:relative;left:40px;top:30px"/>
  46. </div>
  47.  
  48.  
  49.  
  50. <script>
  51. var xpTable = {
  52. 1: 0,
  53. 2: 83,
  54. 3: 174,
  55. 4: 276,
  56. 5: 388,
  57. 6: 512,
  58. 7: 650,
  59. 8: 801,
  60. 9: 969,
  61. 10: 1154,
  62. 11: 1358,
  63. 12: 1584,
  64. 13: 1833,
  65. 14: 2107,
  66. 15: 2411,
  67. 16: 2746,
  68. 17: 3115,
  69. 18: 3523,
  70. 19: 3973,
  71. 20: 4470,
  72. 21: 5018,
  73. 22: 5624,
  74. 23: 6291,
  75. 24: 7028,
  76. 25: 7842,
  77. 26: 8740,
  78. 27: 9730,
  79. 28: 10824,
  80. 29: 12031,
  81. 30: 13363,
  82. 31: 14833,
  83. 32: 16456,
  84. 33: 18247,
  85. 34: 20224,
  86. 35: 22406,
  87. 36: 24815,
  88. 37: 27473,
  89. 38: 30408,
  90. 39: 33648,
  91. 40: 37224,
  92. 41: 41171,
  93. 42: 45529,
  94. 43: 50339,
  95. 44: 55649,
  96. 45: 61512,
  97. 46: 67983,
  98. 47: 75127,
  99. 48: 83014,
  100. 49: 91721,
  101. 50: 101333,
  102. 51: 111945,
  103. 52: 123660,
  104. 53: 136594,
  105. 54: 150872,
  106. 55: 166636,
  107. 56: 184040,
  108. 57: 203254,
  109. 58: 224466,
  110. 59: 247886,
  111. 60: 273742,
  112. 61: 302288,
  113. 62: 333804,
  114. 63: 368599,
  115. 64: 407015,
  116. 65: 449428,
  117. 66: 496254,
  118. 67: 547953,
  119. 68: 605032,
  120. 69: 668051,
  121. 70: 737627,
  122. 71: 814445,
  123. 72: 899257,
  124. 73: 992895,
  125. 74: 1096278,
  126. 75: 1210421,
  127. 76: 1336443,
  128. 77: 1475581,
  129. 78: 1629200,
  130. 79: 1798808,
  131. 80: 1986068,
  132. 81: 2192818,
  133. 82: 2421087,
  134. 83: 2673114,
  135. 84: 2951373,
  136. 85: 3258594,
  137. 86: 3597792,
  138. 87: 3972294,
  139. 88: 4385776,
  140. 89: 4842295,
  141. 90: 5346332,
  142. 91: 5902831,
  143. 92: 6517253,
  144. 93: 7195629,
  145. 94: 7944614,
  146. 95: 8771558,
  147. 96: 9684577,
  148. 97: 10692629,
  149. 98: 11805606,
  150. 99: 13034431
  151. };
  152. function compute() {
  153. resultElement = document.getElementById("result");
  154. totalCost = 0;
  155. multiplier = 8;
  156. if (document.getElementById("pure").checked) {
  157. multiplier = 16;
  158. }
  159.  
  160. attackXp = xpTable[parseInt(document.getElementById("attack2").value)] -
  161. xpTable[parseInt(document.getElementById("attack1").value)];
  162. if (attackXp > 0) {
  163. totalCost += attackXp * multiplier;
  164. }
  165.  
  166. strengthXp = xpTable[parseInt(document.getElementById("strength2").value)] -
  167. xpTable[parseInt(document.getElementById("strength1").value)];
  168. if (strengthXp > 0) {
  169. totalCost += strengthXp * multiplier;
  170. }
  171.  
  172. defenceXp = xpTable[parseInt(document.getElementById("defence2").value)] -
  173. xpTable[parseInt(document.getElementById("defence1").value)];
  174. if (defenceXp > 0) {
  175. totalCost += defenceXp * multiplier;
  176. }
  177.  
  178. rangeXp = xpTable[parseInt(document.getElementById("range2").value)] -
  179. xpTable[parseInt(document.getElementById("range1").value)];
  180. if (rangeXp > 0) {
  181. totalCost += rangeXp * multiplier;
  182. }
  183.  
  184. magicXp = xpTable[parseInt(document.getElementById("magic2").value)] -
  185. xpTable[parseInt(document.getElementById("magic1").value)];
  186. if (magicXp > 0) {
  187. totalCost += magicXp * multiplier;
  188. }
  189.  
  190. millions = (totalCost / 1000000).toFixed(1) + "M ($" + (totalCost / 1000000 * 0.8).toFixed(1) + ")";
  191.  
  192. resultElement.value = millions;
  193. }
  194. function payWithBitcoin() {
  195. alert("\tInstructions For Paying with Bitcoin\n\n" +
  196. "Contact us through email or discord for Bitcoin payment:\n" +
  197. "\tDiscord: nmzslavegod1990#4606\n" +
  198. "\tEmail: nmzlvling100@gmail.com");
  199. }
  200. function payWithPayPal() {
  201. alert("\tInstructions For Paying with PayPal\n\nLeave the required gear in your inventory.\n" +
  202. "Send $" + (totalCost / 1000000 * 0.80).toFixed(1) + " through PayPal to nmzlvling100@gmail.com\n" +
  203. "The payment should be sent as Friends & Family!\n" +
  204. "Add the following information in the payment note:\n" +
  205. "- current stats\n" +
  206. "- desired stats\n" +
  207. "- account login information\n\n" +
  208. "\tContact us for assistance\n" +
  209. "Discord: nmzslavegod1990#4606\n" +
  210. "Email: nmzlvling100@gmail.com");
  211. }
  212. function payWithGp() {
  213. location.href = "https://nmzleveling.godaddysites.com/rsgp";
  214. }
  215. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement