搜尋

Palia

返回清單
切換到指定樓層
通知這文章過時或找檔案 發表主題

Palia 多功能外掛輔助:無縫整合 Palia CE 表,享受更順暢的遊戲體驗! 10/13

[複製連結]
1
靴下貓 ( Lv.70 熾天使 ) 發表於 2023-8-24 00:30:21 | 只看該作者 |只看大圖 回覆獎勵 |降序瀏覽 |閱讀模式
將介紹如何使用 Ballsackulon 的 Palia 多功能外掛以及由 selina88 製作並經由 Combat 修改的 Palia CE 表。

sZx79e8.jpg


1. **注入 Palia 多功能外掛:**
   - 使用 Cheat Engine 注入 Palia 多功能外掛。
   - 啟用「無釣魚竿耐久損失」和「瞬間釣魚」功能。
  1. 遊戲版本全面升級:

  2. Palvia外掛 v1.3.0 已經完美適應最新的遊戲版本。
  3. Instant Fishing 頻繁回歸:

  4. 「瞬間釣魚」功能再次登場!不再造成伺服器崩潰,多釣的魚將以錯誤代碼的形式「退還」。感謝 S6修復伺服器崩潰問題!
  5. ESP功能崩潰修復:

  6. 已解決ESP(透視)功能相關的崩潰問題(希望是全部,此次是最終修復)。
  7. 結果,ESP不再有整體的「啟用」選項,它會在切換地圖時自動開啟和關閉,以避免崩潰。
  8. 個別開關常規和稀有採集物:

  9. 你可自行調整普通和稀有採集物的開關。
  10. 要注意的是,稀有採集物不常單獨生成,通常它們是替代普通採集物而出現的。
  11. 重新應用統計數值的快捷鍵更動:

  12. 「重新應用統計數值」現已綁定至 F2 鍵。
  13. ESP功能顯示改進:

  14. ESP功能現在正確顯示Heartdrop Lillies(一種遊戲物品)。
複製代碼
2. **啟動 CE 表:**
   - 打開 Cheat Engine,載入相關的 CE 表。
   - 開啟「瞬間捕捉魚類」功能。

ETWasS5.jpg

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <CheatTable>
  3.   <CheatEntries>
  4.     <CheatEntry>
  5.       <ID>7</ID>
  6.       <Description>"Faster Walk/Run"</Description>
  7.       <LastState/>
  8.       <Color>008000</Color>
  9.       <VariableType>Auto Assembler Script</VariableType>
  10.         <AssemblerScript>
  11.       
  12.           [ENABLE]
  13.            
  14.           aobscanmodule(FindSpeedRun,PaliaClient-Win64-Shipping.exe,F3 0F 10 41 0C C3 CC) // should be unique
  15.           alloc(newmem,$1000,FindSpeedRun)
  16.            
  17.           label(code)
  18.           label(return)
  19.            
  20.           newmem:
  21.             mov [rcx+0C],(float)3
  22.             movss xmm0,[rcx+0C]
  23.             jmp return
  24.            
  25.            
  26.           code:
  27.             movss xmm0,[rcx+0C]
  28.             jmp return
  29.            
  30.           FindSpeedRun:
  31.             jmp newmem
  32.           return:
  33.           registersymbol(FindSpeedRun)
  34.            
  35.           [DISABLE]
  36.            
  37.           FindSpeedRun:
  38.             db F3 0F 10 41 0C
  39.            
  40.           unregistersymbol(FindSpeedRun)
  41.           dealloc(newmem)
  42.          
  43.         </AssemblerScript>


  44.          
  45.       <CheatEntries>
  46.         <CheatEntry>
  47.           <ID>56</ID>
  48.           <Description>"--- Info ---"</Description>
  49.           <Options moHideChildren="1"/>
  50.           <LastState Value="" Activated="1" RealAddress="00000000"/>
  51.           <Color>FF00FF</Color>
  52.           <GroupHeader>1</GroupHeader>
  53.           <CheatEntries>
  54.             <CheatEntry>
  55.               <ID>57</ID>
  56.               <Description>"1. After Maps is loaded, activate and deactivate it."</Description>
  57.               <LastState Value="" RealAddress="00000000"/>
  58.               <Color>0000FF</Color>
  59.               <GroupHeader>1</GroupHeader>
  60.             </CheatEntry>
  61.           </CheatEntries>
  62.         </CheatEntry>
  63.       </CheatEntries>
  64.     </CheatEntry>
  65.     <CheatEntry>
  66.       <ID>50</ID>
  67.       <Description>"Instant Fish Catch // Skip Catch Ani. // Max Throw Range"</Description>
  68.       <LastState/>
  69.       <Color>008000</Color>
  70.       <VariableType>Auto Assembler Script</VariableType>
  71.       <AssemblerScript>
  72. [ENABLE]

  73. aobscanmodule(CatFish,PaliaClient-Win64-Shipping.exe,F3 0F 10 8B C0 00 00 00 F3 0F 59) // should be unique
  74. alloc(newmem,$1000,CatFish)

  75. label(code)
  76. label(return)

  77. newmem:

  78. code:
  79.   mov [rbx+000000C0],(float)100
  80.   mov [rbx+000000A8],(float)1
  81.   mov [rbx+000000B0],(float)1
  82.   movss xmm1,[rbx+000000C0]
  83.   jmp return

  84. CatFish:
  85.   jmp newmem
  86.   nop 3
  87. return:
  88. registersymbol(CatFish)

  89. [DISABLE]

  90. CatFish:
  91.   db F3 0F 10 8B C0 00 00 00

  92. unregistersymbol(CatFish)
  93. dealloc(newmem)

  94. </AssemblerScript>
  95.       <CheatEntries>
  96.         <CheatEntry>
  97.           <ID>82</ID>
  98.           <Description>"No Wait for Fish :)"</Description>
  99.           <LastState/>
  100.           <Color>008000</Color>
  101.           <VariableType>Auto Assembler Script</VariableType>
  102.           <AssemblerScript>[ENABLE]

  103. aobscanmodule(NoBaitWait,PaliaClient-Win64-Shipping.exe,F3 0F 58 41 34) // should be unique
  104. alloc(newmem,$1000,NoBaitWait)

  105. label(code)
  106. label(return)

  107. newmem:
  108.   mov [rcx+C8],(float)0.1
  109.   mov [rcx+E0],(float)0.1
  110.   addss xmm0,[rcx+34]
  111.   jmp return


  112. code:
  113.   addss xmm0,[rcx+34]
  114.   jmp return

  115. NoBaitWait:
  116.   jmp newmem
  117. return:
  118. registersymbol(NoBaitWait)

  119. [DISABLE]

  120. NoBaitWait:
  121.   db F3 0F 58 41 34

  122. unregistersymbol(NoBaitWait)
  123. dealloc(newmem)

  124. </AssemblerScript>
  125.           <CheatEntries>
  126.             <CheatEntry>
  127.               <ID>83</ID>
  128.               <Description>"--- Info ---"</Description>
  129.               <Options moHideChildren="1"/>
  130.               <LastState Value="" RealAddress="00000000"/>
  131.               <Color>FF00FF</Color>
  132.               <GroupHeader>1</GroupHeader>
  133.               <CheatEntries>
  134.                 <CheatEntry>
  135.                   <ID>84</ID>
  136.                   <Description>"1. Your Fish will never run away! He he.."</Description>
  137.                   <LastState Value="" RealAddress="00000000"/>
  138.                   <Color>0000FF</Color>
  139.                   <GroupHeader>1</GroupHeader>
  140.                 </CheatEntry>
  141.                 <CheatEntry>
  142.                   <ID>85</ID>
  143.                   <Description>"2. After Bait is in Water, Fish is instand ready to catch!"</Description>
  144.                   <LastState Value="" RealAddress="00000000"/>
  145.                   <Color>0000FF</Color>
  146.                   <GroupHeader>1</GroupHeader>
  147.                 </CheatEntry>
  148.               </CheatEntries>
  149.             </CheatEntry>
  150.           </CheatEntries>
  151.         </CheatEntry>
  152.         <CheatEntry>
  153.           <ID>51</ID>
  154.           <Description>"--- Info ---"</Description>
  155.           <Options moHideChildren="1"/>
  156.           <LastState Value="" Activated="1" RealAddress="00000000"/>
  157.           <Color>FF00FF</Color>
  158.           <GroupHeader>1</GroupHeader>
  159.           <CheatEntries>
  160.             <CheatEntry>
  161.               <ID>54</ID>
  162.               <Description>"1. No Need to wait till Rod is far enough, just throw!"</Description>
  163.               <LastState Value="" RealAddress="00000000"/>
  164.               <Color>0000FF</Color>
  165.               <GroupHeader>1</GroupHeader>
  166.             </CheatEntry>
  167.             <CheatEntry>
  168.               <ID>53</ID>
  169.               <Description>"2. No need to hardly catch the.. what ever.. Just Catch it instandly!"</Description>
  170.               <LastState Value="" RealAddress="00000000"/>
  171.               <Color>0000FF</Color>
  172.               <GroupHeader>1</GroupHeader>
  173.             </CheatEntry>
  174.             <CheatEntry>
  175.               <ID>52</ID>
  176.               <Description>"3. You can start fishing again after catch without waiting for the animation ends!"</Description>
  177.               <LastState Value="" RealAddress="00000000"/>
  178.               <Color>0000FF</Color>
  179.               <GroupHeader>1</GroupHeader>
  180.             </CheatEntry>
  181.             <CheatEntry>
  182.               <ID>55</ID>
  183.               <Description>"4. Normal Rod is enough! Just get worms!!"</Description>
  184.               <LastState Value="" RealAddress="00000000"/>
  185.               <Color>0000FF</Color>
  186.               <GroupHeader>1</GroupHeader>
  187.             </CheatEntry>
  188.           </CheatEntries>
  189.         </CheatEntry>
  190.       </CheatEntries>
  191.     </CheatEntry>
  192.     <CheatEntry>
  193.       <ID>42</ID>
  194.       <Description>"Find Z High (Just testing...)"</Description>
  195.       <Options moHideChildren="1"/>
  196.       <LastState Activated="1"/>
  197.       <VariableType>Auto Assembler Script</VariableType>
  198.       <AssemblerScript>
  199. [ENABLE]

  200. aobscanmodule(TPortScan,PaliaClient-Win64-Shipping.exe,0F 10 80 70 02 00 00 F2 0F 11 44 24 40 41 FF D1 84 C0 0F 85 79) // should be unique
  201. alloc(newmem,$1000,TPortScan)

  202. label(code)
  203. label(return)
  204. label(ZCoordsss)
  205. registersymbol(ZCoordsss)

  206. newmem:
  207.   mov [ZCoordsss],rax

  208. code:
  209.   movups xmm0,[rax+00000270]
  210.   jmp return

  211.   ZCoordsss:
  212.   dq 0

  213. TPortScan:
  214.   jmp newmem
  215.   nop 2
  216. return:
  217. registersymbol(TPortScan)

  218. [DISABLE]

  219. TPortScan:
  220.   db 0F 10 80 70 02 00 00

  221. unregistersymbol(TPortScan)
  222. unregistersymbol(ZCoordsss)
  223. dealloc(newmem)

  224. </AssemblerScript>
  225.       <CheatEntries>
  226.         <CheatEntry>
  227.           <ID>37</ID>
  228.           <Description>"Z High"</Description>
  229.           <LastState Value="5.622210026" RealAddress="201705A42A4"/>
  230.           <ShowAsSigned>1</ShowAsSigned>
  231.           <VariableType>Float</VariableType>
  232.           <Address>ZCoordsss</Address>
  233.           <Offsets>
  234.             <Offset>274</Offset>
  235.           </Offsets>
  236.           <Hotkeys>
  237.             <Hotkey>
  238.               <Action>Set Value</Action>
  239.               <Keys>
  240.                 <Key>6</Key>
  241.               </Keys>
  242.               <Value>7</Value>
  243.               <ID>0</ID>
  244.             </Hotkey>
  245.             <Hotkey>
  246.               <Action>Set Value</Action>
  247.               <Keys>
  248.                 <Key>17</Key>
  249.                 <Key>49</Key>
  250.               </Keys>
  251.               <Value>3.8</Value>
  252.               <Description>Trader</Description>
  253.               <ID>1</ID>
  254.             </Hotkey>
  255.             <Hotkey>
  256.               <Action>Set Value</Action>
  257.               <Keys>
  258.                 <Key>17</Key>
  259.                 <Key>50</Key>
  260.               </Keys>
  261.               <Value>3.8</Value>
  262.               <Description>Repair</Description>
  263.               <ID>2</ID>
  264.             </Hotkey>
  265.             <Hotkey>
  266.               <Action>Set Value</Action>
  267.               <Keys>
  268.                 <Key>17</Key>
  269.                 <Key>51</Key>
  270.               </Keys>
  271.               <Value>-4.2659</Value>
  272.               <Description>Fishing</Description>
  273.               <ID>3</ID>
  274.             </Hotkey>
  275.             <Hotkey>
  276.               <Action>Set Value</Action>
  277.               <Keys>
  278.                 <Key>17</Key>
  279.                 <Key>52</Key>
  280.               </Keys>
  281.               <Value>5.8308</Value>
  282.               <Description>Hidden</Description>
  283.               <ID>4</ID>
  284.             </Hotkey>
  285.             <Hotkey>
  286.               <Action>Set Value</Action>
  287.               <Keys>
  288.                 <Key>17</Key>
  289.                 <Key>55</Key>
  290.               </Keys>
  291.               <Value>4.750</Value>
  292.               <Description>Dragon Shrine</Description>
  293.               <ID>7</ID>
  294.             </Hotkey>
  295.             <Hotkey>
  296.               <Action>Set Value</Action>
  297.               <Keys>
  298.                 <Key>17</Key>
  299.                 <Key>56</Key>
  300.               </Keys>
  301.               <Value>5.500</Value>
  302.               <Description>Phoenix Shrine</Description>
  303.               <ID>6</ID>
  304.             </Hotkey>
  305.             <Hotkey>
  306.               <Action>Set Value</Action>
  307.               <Keys>
  308.                 <Key>17</Key>
  309.                 <Key>57</Key>
  310.               </Keys>
  311.               <Value>4.700</Value>
  312.               <Description>Bahari</Description>
  313.               <ID>5</ID>
  314.             </Hotkey>
  315.             <Hotkey>
  316.               <Action>Set Value</Action>
  317.               <Keys>
  318.                 <Key>17</Key>
  319.                 <Key>48</Key>
  320.               </Keys>
  321.               <Value>5.1</Value>
  322.               <Description>Home</Description>
  323.               <ID>5</ID>
  324.             </Hotkey>
  325.             <Hotkey>
  326.               <Action>Set Value</Action>
  327.               <Keys>
  328.                 <Key>18</Key>
  329.                 <Key>49</Key>
  330.               </Keys>
  331.               <Value>-5.000</Value>
  332.               <Description>Pavel Mines</Description>
  333.               <ID>14</ID>
  334.             </Hotkey>
  335.             <Hotkey>
  336.               <Action>Set Value</Action>
  337.               <Keys>
  338.                 <Key>18</Key>
  339.                 <Key>50</Key>
  340.               </Keys>
  341.               <Value>-3.700</Value>
  342.               <Description>Flooded Fortress 1</Description>
  343.               <ID>14</ID>
  344.             </Hotkey>
  345.             <Hotkey>
  346.               <Action>Set Value</Action>
  347.               <Keys>
  348.                 <Key>18</Key>
  349.                 <Key>51</Key>
  350.               </Keys>
  351.               <Value>-4.400</Value>
  352.               <Description>Flooded Fortress 2</Description>
  353.               <ID>13</ID>
  354.             </Hotkey>
  355.             <Hotkey>
  356.               <Action>Set Value</Action>
  357.               <Keys>
  358.                 <Key>18</Key>
  359.                 <Key>52</Key>
  360.               </Keys>
  361.               <Value>-4.500</Value>
  362.               <Description>Hideway Bluffs</Description>
  363.               <ID>12</ID>
  364.             </Hotkey>
  365.             <Hotkey>
  366.               <Action>Set Value</Action>
  367.               <Keys>
  368.                 <Key>18</Key>
  369.                 <Key>53</Key>
  370.               </Keys>
  371.               <Value>-3.500</Value>
  372.               <Description>Proudhorn Pass</Description>
  373.               <ID>11</ID>
  374.             </Hotkey>
  375.             <Hotkey>
  376.               <Action>Set Value</Action>
  377.               <Keys>
  378.                 <Key>18</Key>
  379.                 <Key>54</Key>
  380.               </Keys>
  381.               <Value>4.900</Value>
  382.               <Description>Statue Garden</Description>
  383.               <ID>10</ID>
  384.             </Hotkey>
  385.             <Hotkey>
  386.               <Action>Set Value</Action>
  387.               <Keys>
  388.                 <Key>18</Key>
  389.                 <Key>55</Key>
  390.               </Keys>
  391.               <Value>-4.100</Value>
  392.               <Description>Thorny Thicket</Description>
  393.               <ID>9</ID>
  394.             </Hotkey>
  395.             <Hotkey>
  396.               <Action>Set Value</Action>
  397.               <Keys>
  398.                 <Key>18</Key>
  399.                 <Key>48</Key>
  400.               </Keys>
  401.               <Value>4.400</Value>
  402.               <Description>Kilima Valley</Description>
  403.               <ID>8</ID>
  404.             </Hotkey>
  405.           </Hotkeys>
  406.         </CheatEntry>
  407.         <CheatEntry>
  408.           <ID>39</ID>
  409.           <Description>"x"</Description>
  410.           <LastState Value="-9.115878105" RealAddress="201705A429C"/>
  411.           <ShowAsSigned>1</ShowAsSigned>
  412.           <VariableType>Float</VariableType>
  413.           <Address>ZCoordsss</Address>
  414.           <Offsets>
  415.             <Offset>26C</Offset>
  416.           </Offsets>
  417.           <Hotkeys>
  418.             <Hotkey>
  419.               <Action>Set Value</Action>
  420.               <Keys>
  421.                 <Key>17</Key>
  422.                 <Key>49</Key>
  423.               </Keys>
  424.               <Value>-4.7232</Value>
  425.               <Description>Trader</Description>
  426.               <ID>0</ID>
  427.             </Hotkey>
  428.             <Hotkey>
  429.               <Action>Set Value</Action>
  430.               <Keys>
  431.                 <Key>17</Key>
  432.                 <Key>50</Key>
  433.               </Keys>
  434.               <Value>5.8225</Value>
  435.               <Description>Repair</Description>
  436.               <ID>1</ID>
  437.             </Hotkey>
  438.             <Hotkey>
  439.               <Action>Set Value</Action>
  440.               <Keys>
  441.                 <Key>17</Key>
  442.                 <Key>51</Key>
  443.               </Keys>
  444.               <Value>7.0167</Value>
  445.               <Description>Fishing</Description>
  446.               <ID>2</ID>
  447.             </Hotkey>
  448.             <Hotkey>
  449.               <Action>Set Value</Action>
  450.               <Keys>
  451.                 <Key>17</Key>
  452.                 <Key>52</Key>
  453.               </Keys>
  454.               <Value>-9.1764</Value>
  455.               <Description>Hidden</Description>
  456.               <ID>3</ID>
  457.             </Hotkey>
  458.             <Hotkey>
  459.               <Action>Set Value</Action>
  460.               <Keys>
  461.                 <Key>17</Key>
  462.                 <Key>55</Key>
  463.               </Keys>
  464.               <Value>-6.676</Value>
  465.               <Description>Dragon Shrine</Description>
  466.               <ID>7</ID>
  467.             </Hotkey>
  468.             <Hotkey>
  469.               <Action>Set Value</Action>
  470.               <Keys>
  471.                 <Key>17</Key>
  472.                 <Key>56</Key>
  473.               </Keys>
  474.               <Value>-7.275</Value>
  475.               <Description>Phoenix Shrine</Description>
  476.               <ID>6</ID>
  477.             </Hotkey>
  478.             <Hotkey>
  479.               <Action>Set Value</Action>
  480.               <Keys>
  481.                 <Key>17</Key>
  482.                 <Key>57</Key>
  483.               </Keys>
  484.               <Value>-5.650</Value>
  485.               <Description>Bahari</Description>
  486.               <ID>5</ID>
  487.             </Hotkey>
  488.             <Hotkey>
  489.               <Action>Set Value</Action>
  490.               <Keys>
  491.                 <Key>17</Key>
  492.                 <Key>48</Key>
  493.               </Keys>
  494.               <Value>-6.4465</Value>
  495.               <Description>Home</Description>
  496.               <ID>4</ID>
  497.             </Hotkey>
  498.             <Hotkey>
  499.               <Action>Set Value</Action>
  500.               <Keys>
  501.                 <Key>18</Key>
  502.                 <Key>49</Key>
  503.               </Keys>
  504.               <Value>-7.028</Value>
  505.               <Description>Pavel Mines</Description>
  506.               <ID>14</ID>
  507.             </Hotkey>
  508.             <Hotkey>
  509.               <Action>Set Value</Action>
  510.               <Keys>
  511.                 <Key>18</Key>
  512.                 <Key>50</Key>
  513.               </Keys>
  514.               <Value>-7.041</Value>
  515.               <Description>Flooded Fortress 1</Description>
  516.               <ID>14</ID>
  517.             </Hotkey>
  518.             <Hotkey>
  519.               <Action>Set Value</Action>
  520.               <Keys>
  521.                 <Key>18</Key>
  522.                 <Key>51</Key>
  523.               </Keys>
  524.               <Value>-7.442</Value>
  525.               <Description>Flooded Fortress 2</Description>
  526.               <ID>13</ID>
  527.             </Hotkey>
  528.             <Hotkey>
  529.               <Action>Set Value</Action>
  530.               <Keys>
  531.                 <Key>18</Key>
  532.                 <Key>52</Key>
  533.               </Keys>
  534.               <Value>6.029</Value>
  535.               <Description>Hideway Bluffs</Description>
  536.               <ID>12</ID>
  537.             </Hotkey>
  538.             <Hotkey>
  539.               <Action>Set Value</Action>
  540.               <Keys>
  541.                 <Key>18</Key>
  542.                 <Key>53</Key>
  543.               </Keys>
  544.               <Value>-7.503</Value>
  545.               <Description>Proudhorn Pass</Description>
  546.               <ID>11</ID>
  547.             </Hotkey>
  548.             <Hotkey>
  549.               <Action>Set Value</Action>
  550.               <Keys>
  551.                 <Key>18</Key>
  552.                 <Key>54</Key>
  553.               </Keys>
  554.               <Value>-7.747</Value>
  555.               <Description>Statue Garden</Description>
  556.               <ID>10</ID>
  557.             </Hotkey>
  558.             <Hotkey>
  559.               <Action>Set Value</Action>
  560.               <Keys>
  561.                 <Key>18</Key>
  562.                 <Key>55</Key>
  563.               </Keys>
  564.               <Value>-7.812</Value>
  565.               <Description>Thorny Thicket</Description>
  566.               <ID>9</ID>
  567.             </Hotkey>
  568.             <Hotkey>
  569.               <Action>Set Value</Action>
  570.               <Keys>
  571.                 <Key>18</Key>
  572.                 <Key>48</Key>
  573.               </Keys>
  574.               <Value>-6.150</Value>
  575.               <Description>Kilima Valley</Description>
  576.               <ID>8</ID>
  577.             </Hotkey>
  578.           </Hotkeys>
  579.         </CheatEntry>
  580.         <CheatEntry>
  581.           <ID>40</ID>
  582.           <Description>"y"</Description>
  583.           <LastState Value="7.35310173" RealAddress="201705A4294"/>
  584.           <ShowAsSigned>1</ShowAsSigned>
  585.           <VariableType>Float</VariableType>
  586.           <Address>ZCoordsss</Address>
  587.           <Offsets>
  588.             <Offset>264</Offset>
  589.           </Offsets>
  590.           <Hotkeys>
  591.             <Hotkey>
  592.               <Action>Set Value</Action>
  593.               <Keys>
  594.                 <Key>17</Key>
  595.                 <Key>49</Key>
  596.               </Keys>
  597.               <Value>3.7562</Value>
  598.               <Description>Trader</Description>
  599.               <ID>0</ID>
  600.             </Hotkey>
  601.             <Hotkey>
  602.               <Action>Set Value</Action>
  603.               <Keys>
  604.                 <Key>17</Key>
  605.                 <Key>50</Key>
  606.               </Keys>
  607.               <Value>5.1025</Value>
  608.               <Description>Repair</Description>
  609.               <ID>1</ID>
  610.             </Hotkey>
  611.             <Hotkey>
  612.               <Action>Set Value</Action>
  613.               <Keys>
  614.                 <Key>17</Key>
  615.                 <Key>51</Key>
  616.               </Keys>
  617.               <Value>5.7702</Value>
  618.               <Description>Fishing</Description>
  619.               <ID>2</ID>
  620.             </Hotkey>
  621.             <Hotkey>
  622.               <Action>Set Value</Action>
  623.               <Keys>
  624.                 <Key>17</Key>
  625.                 <Key>52</Key>
  626.               </Keys>
  627.               <Value>-8.5759</Value>
  628.               <Description>Hidden</Description>
  629.               <ID>3</ID>
  630.             </Hotkey>
  631.             <Hotkey>
  632.               <Action>Set Value</Action>
  633.               <Keys>
  634.                 <Key>17</Key>
  635.                 <Key>55</Key>
  636.               </Keys>
  637.               <Value>7.014</Value>
  638.               <Description>Dragon Shrine</Description>
  639.               <ID>7</ID>
  640.             </Hotkey>
  641.             <Hotkey>
  642.               <Action>Set Value</Action>
  643.               <Keys>
  644.                 <Key>17</Key>
  645.                 <Key>56</Key>
  646.               </Keys>
  647.               <Value>5.905</Value>
  648.               <Description>Phoenix Shrine</Description>
  649.               <ID>6</ID>
  650.             </Hotkey>
  651.             <Hotkey>
  652.               <Action>Set Value</Action>
  653.               <Keys>
  654.                 <Key>17</Key>
  655.                 <Key>57</Key>
  656.               </Keys>
  657.               <Value>7.270</Value>
  658.               <Description>Bahari</Description>
  659.               <ID>5</ID>
  660.             </Hotkey>
  661.             <Hotkey>
  662.               <Action>Set Value</Action>
  663.               <Keys>
  664.                 <Key>17</Key>
  665.                 <Key>48</Key>
  666.               </Keys>
  667.               <Value>6.6072</Value>
  668.               <Description>Home</Description>
  669.               <ID>4</ID>
  670.             </Hotkey>
  671.             <Hotkey>
  672.               <Action>Set Value</Action>
  673.               <Keys>
  674.                 <Key>18</Key>
  675.                 <Key>49</Key>
  676.               </Keys>
  677.               <Value>7.686</Value>
  678.               <Description>Pavel Mines</Description>
  679.               <ID>14</ID>
  680.             </Hotkey>
  681.             <Hotkey>
  682.               <Action>Set Value</Action>
  683.               <Keys>
  684.                 <Key>18</Key>
  685.                 <Key>50</Key>
  686.               </Keys>
  687.               <Value>7.440</Value>
  688.               <Description>Flooded Fortress 1</Description>
  689.               <ID>14</ID>
  690.             </Hotkey>
  691.             <Hotkey>
  692.               <Action>Set Value</Action>
  693.               <Keys>
  694.                 <Key>18</Key>
  695.                 <Key>51</Key>
  696.               </Keys>
  697.               <Value>7.384</Value>
  698.               <Description>Flooded Fortress 2</Description>
  699.               <ID>13</ID>
  700.             </Hotkey>
  701.             <Hotkey>
  702.               <Action>Set Value</Action>
  703.               <Keys>
  704.                 <Key>18</Key>
  705.                 <Key>52</Key>
  706.               </Keys>
  707.               <Value>7.775</Value>
  708.               <Description>Hideway Bluffs</Description>
  709.               <ID>12</ID>
  710.             </Hotkey>
  711.             <Hotkey>
  712.               <Action>Set Value</Action>
  713.               <Keys>
  714.                 <Key>18</Key>
  715.                 <Key>53</Key>
  716.               </Keys>
  717.               <Value>7.876</Value>
  718.               <Description>Proudhorn Pass</Description>
  719.               <ID>11</ID>
  720.             </Hotkey>
  721.             <Hotkey>
  722.               <Action>Set Value</Action>
  723.               <Keys>
  724.                 <Key>18</Key>
  725.                 <Key>54</Key>
  726.               </Keys>
  727.               <Value>8.052</Value>
  728.               <Description>Statue Garden</Description>
  729.               <ID>10</ID>
  730.             </Hotkey>
  731.             <Hotkey>
  732.               <Action>Set Value</Action>
  733.               <Keys>
  734.                 <Key>18</Key>
  735.                 <Key>55</Key>
  736.               </Keys>
  737.               <Value>7.675</Value>
  738.               <Description>Thorny Thicket</Description>
  739.               <ID>9</ID>
  740.             </Hotkey>
  741.             <Hotkey>
  742.               <Action>Set Value</Action>
  743.               <Keys>
  744.                 <Key>18</Key>
  745.                 <Key>48</Key>
  746.               </Keys>
  747.               <Value>7.420</Value>
  748.               <Description>Kilima Valley</Description>
  749.               <ID>8</ID>
  750.             </Hotkey>            
  751.           </Hotkeys>
  752.         </CheatEntry>
  753.         <CheatEntry>
  754.           <ID>59</ID>
  755.           <Description>"Kilima Valley Teleport locations"</Description>
  756.           <Options moHideChildren="1"/>
  757.           <LastState Value="" Activated="1" RealAddress="00000000"/>
  758.           <Color>FF00FF</Color>
  759.           <GroupHeader>1</GroupHeader>
  760.           <CheatEntries>
  761.             <CheatEntry>
  762.               <ID>61</ID>
  763.               <Description>"1. STRG+1 = Trader"</Description>
  764.               <LastState Value="" RealAddress="00000000"/>
  765.               <Color>0000FF</Color>
  766.               <GroupHeader>1</GroupHeader>
  767.             </CheatEntry>
  768.             <CheatEntry>
  769.               <ID>62</ID>
  770.               <Description>"2. STRG+2 = Repair Station"</Description>
  771.               <LastState Value="" RealAddress="00000000"/>
  772.               <Color>0000FF</Color>
  773.               <GroupHeader>1</GroupHeader>
  774.             </CheatEntry>
  775.             <CheatEntry>
  776.               <ID>63</ID>
  777.               <Description>"3. STRG+3 = Fishing 1"</Description>
  778.               <LastState Value="" RealAddress="00000000"/>
  779.               <Color>0000FF</Color>
  780.               <GroupHeader>1</GroupHeader>
  781.             </CheatEntry>
  782.             <CheatEntry>
  783.               <ID>64</ID>
  784.               <Description>"4. STRG+4 = Hidden Place"</Description>
  785.               <LastState Value="" RealAddress="00000000"/>
  786.               <Color>0000FF</Color>
  787.               <GroupHeader>1</GroupHeader>
  788.             </CheatEntry>
  789.             <CheatEntry>
  790.               <ID>65</ID>
  791.               <Description>"5. STRG+5 = "</Description>
  792.               <LastState Value="" RealAddress="00000000"/>
  793.               <Color>0000FF</Color>
  794.               <GroupHeader>1</GroupHeader>
  795.             </CheatEntry>
  796.             <CheatEntry>
  797.               <ID>66</ID>
  798.               <Description>"6. STRG+6 = "</Description>
  799.               <LastState Value="" RealAddress="00000000"/>
  800.               <Color>0000FF</Color>
  801.               <GroupHeader>1</GroupHeader>
  802.             </CheatEntry>
  803.             <CheatEntry>
  804.               <ID>67</ID>
  805.               <Description>"7. STRG+7 = Dragon Shrine"</Description>
  806.               <LastState Value="" RealAddress="00000000"/>
  807.               <Color>0000FF</Color>
  808.               <GroupHeader>1</GroupHeader>
  809.             </CheatEntry>
  810.             <CheatEntry>
  811.               <ID>68</ID>
  812.               <Description>"8. STRG+8 = Phoenix Shrine"</Description>
  813.               <LastState Value="" RealAddress="00000000"/>
  814.               <Color>0000FF</Color>
  815.               <GroupHeader>1</GroupHeader>
  816.             </CheatEntry>
  817.             <CheatEntry>
  818.               <ID>69</ID>
  819.               <Description>"9. STRG+9 = Gate to Bahari Bay"</Description>
  820.               <LastState Value="" RealAddress="00000000"/>
  821.               <Color>0000FF</Color>
  822.               <GroupHeader>1</GroupHeader>
  823.             </CheatEntry>
  824.             <CheatEntry>
  825.               <ID>70</ID>
  826.               <Description>"11. STRG+0 = Gate to Home"</Description>
  827.               <LastState Value="" RealAddress="00000000"/>
  828.               <Color>0000FF</Color>
  829.               <GroupHeader>1</GroupHeader>
  830.             </CheatEntry>
  831.             <CheatEntry>
  832.               <ID>71</ID>
  833.               <Description>"12. MousButton5 = Up in the air to glide away"</Description>
  834.               <LastState Value="" RealAddress="00000000"/>
  835.               <Color>0000FF</Color>
  836.               <GroupHeader>1</GroupHeader>
  837.             </CheatEntry>
  838.           </CheatEntries>
  839.         </CheatEntry>
  840.         <CheatEntry>
  841.           <ID>72</ID>
  842.           <Description>"Bahari Bay Teleport locations"</Description>
  843.           <Options moHideChildren="1"/>
  844.           <LastState Value="" Activated="1" RealAddress="00000000"/>
  845.           <Color>FF00FF</Color>
  846.           <GroupHeader>1</GroupHeader>
  847.           <CheatEntries>
  848.             <CheatEntry>
  849.               <ID>74</ID>
  850.               <Description>"1. ALT+1 = Pavel Mines"</Description>
  851.               <LastState Value="" RealAddress="00000000"/>
  852.               <Color>0000FF</Color>
  853.               <GroupHeader>1</GroupHeader>
  854.             </CheatEntry>
  855.             <CheatEntry>
  856.               <ID>75</ID>
  857.               <Description>"2. ALT+2 = Flooded Fortress (PaliumOre spawn 1)"</Description>
  858.               <LastState Value="" RealAddress="00000000"/>
  859.               <Color>0000FF</Color>
  860.               <GroupHeader>1</GroupHeader>
  861.             </CheatEntry>
  862.             <CheatEntry>
  863.               <ID>76</ID>
  864.               <Description>"3. ALT+3 = Flooded Fortress (PaliumOre spawn 2)"</Description>
  865.               <LastState Value="" RealAddress="00000000"/>
  866.               <Color>0000FF</Color>
  867.               <GroupHeader>1</GroupHeader>
  868.             </CheatEntry>
  869.             <CheatEntry>
  870.               <ID>77</ID>
  871.               <Description>"4. ALT+4 = Palium spawn SE from Hideway Bluffs"</Description>
  872.               <LastState Value="" RealAddress="00000000"/>
  873.               <Color>0000FF</Color>
  874.               <GroupHeader>1</GroupHeader>
  875.             </CheatEntry>
  876.             <CheatEntry>
  877.               <ID>78</ID>
  878.               <Description>"5. ALT+5 = Proudhorn Pass PaliumOre spawn"</Description>
  879.               <LastState Value="" RealAddress="00000000"/>
  880.               <Color>0000FF</Color>
  881.               <GroupHeader>1</GroupHeader>
  882.             </CheatEntry>
  883.             <CheatEntry>
  884.               <ID>79</ID>
  885.               <Description>"6. ALT+6 = Statue Garden PaliumOre spawn"</Description>
  886.               <LastState Value="" RealAddress="00000000"/>
  887.               <Color>0000FF</Color>
  888.               <GroupHeader>1</GroupHeader>
  889.             </CheatEntry>
  890.             <CheatEntry>
  891.               <ID>80</ID>
  892.               <Description>"7. ALT+7 = Thorny Thicket PaliumOre spawn"</Description>
  893.               <LastState Value="" RealAddress="00000000"/>
  894.               <Color>0000FF</Color>
  895.               <GroupHeader>1</GroupHeader>
  896.             </CheatEntry>
  897.             <CheatEntry>
  898.               <ID>81</ID>
  899.               <Description>"8. ALT+8 = "</Description>
  900.               <LastState Value="" RealAddress="00000000"/>
  901.               <Color>0000FF</Color>
  902.               <GroupHeader>1</GroupHeader>
  903.             </CheatEntry>
  904.             <CheatEntry>
  905.               <ID>82</ID>
  906.               <Description>"9. ALT+9 = "</Description>
  907.               <LastState Value="" RealAddress="00000000"/>
  908.               <Color>0000FF</Color>
  909.               <GroupHeader>1</GroupHeader>
  910.             </CheatEntry>
  911.             <CheatEntry>
  912.               <ID>83</ID>
  913.               <Description>"11. ALT+0 = Gate to Kilima Valley"</Description>
  914.               <LastState Value="" RealAddress="00000000"/>
  915.               <Color>0000FF</Color>
  916.               <GroupHeader>1</GroupHeader>
  917.             </CheatEntry>
  918.             <CheatEntry>
  919.               <ID>84</ID>
  920.               <Description>"12. MousButton5 = Up in the air to glide away"</Description>
  921.               <LastState Value="" RealAddress="00000000"/>
  922.               <Color>0000FF</Color>
  923.               <GroupHeader>1</GroupHeader>
  924.             </CheatEntry>
  925.           </CheatEntries>
  926.         </CheatEntry>
  927.       </CheatEntries>
  928.     </CheatEntry>
  929.   </CheatEntries>
  930. </CheatTable>
複製代碼
3. **安裝 AutoHotKey(如果尚未安裝):**
   - 下載並安裝 AutoHotKey。

4. **建立自動釣魚腳本:**
   - 打開記事本,將以下程式碼複製並貼上。
   - 儲存成檔案,例如:AutoFishing.ahk。
   - 確保作業系統顯示「檔案名稱擴展名」,並將檔案儲存為「.ahk」格式。

5. **執行自動釣魚腳本:**
   - 右鍵點擊腳本檔案,選擇「以系統管理員身分執行」。
   - 腳本將一開始處於暫停狀態,進入遊戲,找到可以釣魚的水域。
   - 裝備釣魚竿,按下「F3」鍵解除暫停,腳本將開始自動釣魚。

6. **注意事項:**
   - 最佳效果需配合 Palia 多功能外掛的「瞬間釣魚」技能和 CE 表的「瞬間捕捉魚類」功能。
   - 不需要啟用「無需等待魚類」功能,因為多功能外掛已經處理了這部分。

7. **暫停腳本:**
   - 按下「F3」鍵可暫停腳本執行。

8. **全新功能:自動出售:**
   - 前往類似 Zeki 的雜貨店的一般交易商。
   - 站在收銀機前,按下「F」鍵。
   - 鼠標移到「出售」按鈕上,按下「F4」鍵開始自動出售。

9. **注意事項:**
   - 一旦遊戲有新版本釋出,自動出售功能可能會失效。

10. **停用腳本:**
    - 在系統托盤中右鍵點擊「H」圖示,選擇「退出」以完全停用腳本。

腳本更新日期:08/23/2023 @ 06:55 AM CDT (-5 UTC)



所有站內附件皆會附上安全掃描報告
請會員查看純淨度百分比後判斷使用



相關檔案須知:
取得檔案前,請先詳細閱讀文章內容
避免不必要錯誤與誤會發生。
也可多參考文章討論樓層內容
了解附件檔案相關討論資訊。






**攻略分享:Palia自動釣魚腳本與流暢遊戲流程**



1. **簡單易懂的腳本設置:**
   - 這款腳本非常簡單,並且作者加入了聲音通知,讓你在遊戲中知道一切運作正常。你可以根據個人喜好更換通知聲音,作者使用了Windows媒體目錄中的一些默認聲音。

2. **提升遊戲流程:**
   - 這份攻略的目標是讓你的遊戲體驗更加流暢。
   
3. **作者的遊戲流程分享:**
   - 打開Palia,登入,點擊「播放」加入伺服器。
   - 以系統管理員身分打開CE,注入Palia多功能外掛。
   - 在CE中打開外掛的CE表檔案。
   - 在CE表中勾選「瞬間捕捉魚類」。
   - 返回遊戲,於多功能外掛的技能選項中選擇「瞬間釣魚」和「無釣魚竿耐久損失」。
   - 尋找釣魚地點,裝備釣魚竿,按下F3,再按下F8啟動CE的10倍速度變更(你需要在CE中設定熱鍵),等待背包填滿魚。
   - 按下F3停止自動釣魚,按下F7將CE內建的速度變更調回正常遊戲速度。
   - 前往交易商,打開商店,將滑鼠移到「出售物品」按鈕上,按下F4,獲得收益。


2023/10/13 更新CE腳本
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <CheatTable>
  3.   <CheatEntries>
  4.     <CheatEntry>
  5.       <ID>50</ID>
  6.       <Description>"Instand Fish Catch // Skip Catch Ani. // Max Throw Range"</Description>
  7.       <LastState/>
  8.       <Color>008000</Color>
  9.       <VariableType>Auto Assembler Script</VariableType>
  10.       <AssemblerScript>
  11. [ENABLE]

  12. aobscanmodule(CatFish,PaliaClient-Win64-Shipping.exe,F3 0F 10 8B C0 00 00 00 F3 0F 59) // should be unique
  13. alloc(newmem,$1000,CatFish)

  14. label(code)
  15. label(return)

  16. newmem:

  17. code:
  18.   mov [rbx+000000C0],(float)100
  19.   mov [rbx+000000A8],(float)1
  20.   mov [rbx+000000B0],(float)1
  21.   movss xmm1,[rbx+000000C0]
  22.   jmp return

  23. CatFish:
  24.   jmp newmem
  25.   nop 3
  26. return:
  27. registersymbol(CatFish)

  28. [DISABLE]

  29. CatFish:
  30.   db F3 0F 10 8B C0 00 00 00

  31. unregistersymbol(CatFish)
  32. dealloc(newmem)


  33. </AssemblerScript>
  34.       <CheatEntries>
  35.         <CheatEntry>
  36.           <ID>82</ID>
  37.           <Description>"No Wait for Fish :)"</Description>
  38.           <LastState/>
  39.           <Color>008000</Color>
  40.           <VariableType>Auto Assembler Script</VariableType>
  41.           <AssemblerScript>[ENABLE]

  42. aobscanmodule(NoBaitWait,PaliaClient-Win64-Shipping.exe,F3 0F 58 41 34) // should be unique
  43. alloc(newmem,$1000,NoBaitWait)

  44. label(code)
  45. label(return)

  46. newmem:
  47.   mov [rcx+C8],(float)0.1
  48.   mov [rcx+E0],(float)0.1
  49.   addss xmm0,[rcx+34]
  50.   jmp return


  51. code:
  52.   addss xmm0,[rcx+34]
  53.   jmp return

  54. NoBaitWait:
  55.   jmp newmem
  56. return:
  57. registersymbol(NoBaitWait)

  58. [DISABLE]

  59. NoBaitWait:
  60.   db F3 0F 58 41 34

  61. unregistersymbol(NoBaitWait)
  62. dealloc(newmem)

  63. </AssemblerScript>
  64.           <CheatEntries>
  65.             <CheatEntry>
  66.               <ID>83</ID>
  67.               <Description>"--- Info ---"</Description>
  68.               <Options moHideChildren="1"/>
  69.               <LastState Value="" RealAddress="00000000"/>
  70.               <Color>FF00FF</Color>
  71.               <GroupHeader>1</GroupHeader>
  72.               <CheatEntries>
  73.                 <CheatEntry>
  74.                   <ID>84</ID>
  75.                   <Description>"1. Your Fish will never run away! He he.."</Description>
  76.                   <LastState Value="" RealAddress="00000000"/>
  77.                   <Color>0000FF</Color>
  78.                   <GroupHeader>1</GroupHeader>
  79.                 </CheatEntry>
  80.                 <CheatEntry>
  81.                   <ID>85</ID>
  82.                   <Description>"2. After Bait is in Water, Fish is instand ready to catch!"</Description>
  83.                   <LastState Value="" RealAddress="00000000"/>
  84.                   <Color>0000FF</Color>
  85.                   <GroupHeader>1</GroupHeader>
  86.                 </CheatEntry>
  87.               </CheatEntries>
  88.             </CheatEntry>
  89.           </CheatEntries>
  90.         </CheatEntry>
  91.         <CheatEntry>
  92.           <ID>51</ID>
  93.           <Description>"--- Info ---"</Description>
  94.           <Options moHideChildren="1"/>
  95.           <LastState Value="" RealAddress="00000000"/>
  96.           <Color>FF00FF</Color>
  97.           <GroupHeader>1</GroupHeader>
  98.           <CheatEntries>
  99.             <CheatEntry>
  100.               <ID>54</ID>
  101.               <Description>"1. No Need to wait till Rod is far enough, just throw!"</Description>
  102.               <LastState Value="" RealAddress="00000000"/>
  103.               <Color>0000FF</Color>
  104.               <GroupHeader>1</GroupHeader>
  105.             </CheatEntry>
  106.             <CheatEntry>
  107.               <ID>53</ID>
  108.               <Description>"2. No need to hardly catch the.. what ever.. Just Catch it instandly!"</Description>
  109.               <LastState Value="" RealAddress="00000000"/>
  110.               <Color>0000FF</Color>
  111.               <GroupHeader>1</GroupHeader>
  112.             </CheatEntry>
  113.             <CheatEntry>
  114.               <ID>52</ID>
  115.               <Description>"3. You can start fishing again after catch without waiting for the animation ends!"</Description>
  116.               <LastState Value="" RealAddress="00000000"/>
  117.               <Color>0000FF</Color>
  118.               <GroupHeader>1</GroupHeader>
  119.             </CheatEntry>
  120.             <CheatEntry>
  121.               <ID>55</ID>
  122.               <Description>"4. Normal Rod is enough! Just get worms!!"</Description>
  123.               <LastState Value="" RealAddress="00000000"/>
  124.               <Color>0000FF</Color>
  125.               <GroupHeader>1</GroupHeader>
  126.             </CheatEntry>
  127.           </CheatEntries>
  128.         </CheatEntry>
  129.       </CheatEntries>
  130.     </CheatEntry>
  131.     <CheatEntry>
  132.       <ID>42</ID>
  133.       <Description>"Find Z High (Just testing...)"</Description>
  134.       <Options moHideChildren="1"/>
  135.       <LastState/>
  136.       <VariableType>Auto Assembler Script</VariableType>
  137.       <AssemblerScript>
  138. [ENABLE]

  139. aobscanmodule(TPortScan,PaliaClient-Win64-Shipping.exe,0F 10 80 70 02 00 00 F2 0F 11 44 24 40 41 FF D1 84 C0 0F 85 79) // should be unique
  140. alloc(newmem,$1000,TPortScan)

  141. label(code)
  142. label(return)
  143. label(ZCoordsss)
  144. registersymbol(ZCoordsss)

  145. newmem:
  146.   mov [ZCoordsss],rax

  147. code:
  148.   movups xmm0,[rax+00000270]
  149.   jmp return

  150.   ZCoordsss:
  151.   dq 0

  152. TPortScan:
  153.   jmp newmem
  154.   nop 2
  155. return:
  156. registersymbol(TPortScan)

  157. [DISABLE]

  158. TPortScan:
  159.   db 0F 10 80 70 02 00 00

  160. unregistersymbol(TPortScan)
  161. unregistersymbol(ZCoordsss)
  162. dealloc(newmem)

  163. </AssemblerScript>
  164.       <CheatEntries>
  165.         <CheatEntry>
  166.           <ID>37</ID>
  167.           <Description>"Z High"</Description>
  168.           <ShowAsSigned>1</ShowAsSigned>
  169.           <VariableType>Float</VariableType>
  170.           <Address>ZCoordsss</Address>
  171.           <Offsets>
  172.             <Offset>274</Offset>
  173.           </Offsets>
  174.           <Hotkeys>
  175.             <Hotkey>
  176.               <Action>Set Value</Action>
  177.               <Keys>
  178.                 <Key>6</Key>
  179.               </Keys>
  180.               <Value>7</Value>
  181.               <ID>0</ID>
  182.             </Hotkey>
  183.             <Hotkey>
  184.               <Action>Set Value</Action>
  185.               <Keys>
  186.                 <Key>17</Key>
  187.                 <Key>49</Key>
  188.               </Keys>
  189.               <Value>3.8</Value>
  190.               <Description>Trader</Description>
  191.               <ID>1</ID>
  192.             </Hotkey>
  193.             <Hotkey>
  194.               <Action>Set Value</Action>
  195.               <Keys>
  196.                 <Key>17</Key>
  197.                 <Key>48</Key>
  198.               </Keys>
  199.               <Value>5.1</Value>
  200.               <Description>Home</Description>
  201.               <ID>9</ID>
  202.             </Hotkey>
  203.           </Hotkeys>
  204.         </CheatEntry>
  205.         <CheatEntry>
  206.           <ID>39</ID>
  207.           <Description>"x"</Description>
  208.           <ShowAsSigned>1</ShowAsSigned>
  209.           <VariableType>Float</VariableType>
  210.           <Address>ZCoordsss</Address>
  211.           <Offsets>
  212.             <Offset>26C</Offset>
  213.           </Offsets>
  214.           <Hotkeys>
  215.             <Hotkey>
  216.               <Action>Set Value</Action>
  217.               <Keys>
  218.                 <Key>17</Key>
  219.                 <Key>49</Key>
  220.               </Keys>
  221.               <Value>-4.7232</Value>
  222.               <Description>Trader</Description>
  223.               <ID>0</ID>
  224.             </Hotkey>
  225.             <Hotkey>
  226.               <Action>Set Value</Action>
  227.               <Keys>
  228.                 <Key>17</Key>
  229.                 <Key>48</Key>
  230.               </Keys>
  231.               <Value>-6.4465</Value>
  232.               <Description>Home</Description>
  233.               <ID>8</ID>
  234.             </Hotkey>
  235.           </Hotkeys>
  236.         </CheatEntry>
  237.         <CheatEntry>
  238.           <ID>40</ID>
  239.           <Description>"y"</Description>
  240.           <ShowAsSigned>1</ShowAsSigned>
  241.           <VariableType>Float</VariableType>
  242.           <Address>ZCoordsss</Address>
  243.           <Offsets>
  244.             <Offset>264</Offset>
  245.           </Offsets>
  246.           <Hotkeys>
  247.             <Hotkey>
  248.               <Action>Set Value</Action>
  249.               <Keys>
  250.                 <Key>17</Key>
  251.                 <Key>49</Key>
  252.               </Keys>
  253.               <Value>3.7562</Value>
  254.               <Description>Trader</Description>
  255.               <ID>0</ID>
  256.             </Hotkey>
  257.             <Hotkey>
  258.               <Action>Set Value</Action>
  259.               <Keys>
  260.                 <Key>17</Key>
  261.                 <Key>48</Key>
  262.               </Keys>
  263.               <Value>6.6072</Value>
  264.               <Description>Home</Description>
  265.               <ID>8</ID>
  266.             </Hotkey>
  267.           </Hotkeys>
  268.         </CheatEntry>
  269.         <CheatEntry>
  270.           <ID>59</ID>
  271.           <Description>"--- Info ---"</Description>
  272.           <Options moHideChildren="1"/>
  273.           <LastState Value="" RealAddress="00000000"/>
  274.           <Color>FF00FF</Color>
  275.           <GroupHeader>1</GroupHeader>
  276.           <CheatEntries>
  277.             <CheatEntry>
  278.               <ID>60</ID>
  279.               <Description>"1. Activate then jump. Can find your coords.. others too.."</Description>
  280.               <LastState Value="" RealAddress="00000000"/>
  281.               <Color>0000FF</Color>
  282.               <GroupHeader>1</GroupHeader>
  283.             </CheatEntry>
  284.             <CheatEntry>
  285.               <ID>61</ID>
  286.               <Description>"2. STRG+1 = Teleport to Trader (if there are your coords)"</Description>
  287.               <LastState Value="" RealAddress="00000000"/>
  288.               <Color>0000FF</Color>
  289.               <GroupHeader>1</GroupHeader>
  290.             </CheatEntry>
  291.             <CheatEntry>
  292.               <ID>62</ID>
  293.               <Description>"3. STRG+0 = Gate to your Home (if coords yours..)"</Description>
  294.               <LastState Value="" RealAddress="00000000"/>
  295.               <Color>0000FF</Color>
  296.               <GroupHeader>1</GroupHeader>
  297.             </CheatEntry>
  298.             <CheatEntry>
  299.               <ID>63</ID>
  300.               <Description>"4. MousButton 4 = BeamMeUpScotty!!"</Description>
  301.               <LastState Value="" RealAddress="00000000"/>
  302.               <Color>0000FF</Color>
  303.               <GroupHeader>1</GroupHeader>
  304.             </CheatEntry>
  305.             <CheatEntry>
  306.               <ID>64</ID>
  307.               <Description>"5. !!! Just for Testing Only, NOT WORKING fully !!!"</Description>
  308.               <LastState Value="" RealAddress="00000000"/>
  309.               <Color>0000FF</Color>
  310.               <GroupHeader>1</GroupHeader>
  311.             </CheatEntry>
  312.           </CheatEntries>
  313.         </CheatEntry>
  314.       </CheatEntries>
  315.     </CheatEntry>
  316.   </CheatEntries>
  317. </CheatTable>
複製代碼






大家正在看啥


收藏收藏 分享文章到FB上分享
回覆 使用道具 檢舉
複製專屬你的推廣連結:發至FB與各論壇宣傳:累積點數換GP商品 & 藍鑽
每五點閱率就可以兌換藍鑽積分或遊戲點卡 夢遊推廣文章換GP商品

你需要登入後才可以回覆 登入 | 加入會員

本版積分規則

Copyright (C) 2010-2020 夢遊電玩論壇

廣告合作:請直接聯繫我們,並附上您預刊登位置的預算。  

快速回覆 返回頂端 返回清單