登入
登入
CHN
CHN
ENG
DEU
FRA
RUS
BRA
專用徽章
Battlefield
加入自己的徽章
热门
0
複製總數
4
圖層數
8
all you need whit the cops
作者:
jmirandac
代碼 BATTLEFIELD 1
复制到剪贴板
显示代码
var request=new XMLHttpRequest;request.open("POST","https://companion-api.battlefield.com/jsonrpc/web/api?Emblems.newPrivateEmblem",!0),request.onreadystatechange=function(){if(request.readyState==XMLHttpRequest.DONE){var e=JSON.parse(request.responseText);e.result?window.location.href=window.location.href.replace("/new","/edit/")+e.result.slot:alert("Error")}},request.setRequestHeader("Content-Type","application/json;charset=UTF-8"),request.setRequestHeader("X-GatewaySession",localStorage.gatewaySessionId),data={jsonrpc:"2.0",method:"Emblems.newPrivateEmblem",params:{data:'[{"asset":"Shield2","left":151.44667895782592,"top":179.16584046658366,"angle":0,"width":300.9129112207927,"height":300.9129112207927,"opacity":1,"fill":"#000000","flipX":false,"flipY":false,"selectable":false},{"asset":"normal_gadget_bvest","left":211.29996150145038,"top":143.70086229805622,"angle":335.13434379605286,"width":72.83772824476648,"height":72.83911721746375,"opacity":1,"fill":"#2E3192","flipX":false,"flipY":false,"selectable":false},{"asset":"normal_gadget_handcuff","left":102.1881037859595,"top":165.89923558768112,"angle":28.9805217654635,"width":87.46134441409761,"height":52.08779948653242,"opacity":1,"fill":"#262626","flipX":false,"flipY":false,"selectable":false},{"asset":"normal_vehicle_cigarboat","left":116.70417100998875,"top":241.594452484638,"angle":17.75258582458635,"width":111.01252987511792,"height":20.992934951520745,"opacity":1,"fill":"#2E3192","flipX":false,"flipY":false,"selectable":false},{"asset":"normal_gadget_grap","left":211.2881158361789,"top":239.22538457825573,"angle":320.1253929596119,"width":49.04169088968008,"height":52.50783622475593,"opacity":1,"fill":"#555555","flipX":false,"flipY":false,"selectable":false},{"asset":"normal_gadget_crossbow","left":76.81782435426434,"top":98.72727290972779,"angle":217.11239818295311,"width":71.84982926491658,"height":47.96903765690001,"opacity":1,"fill":"#363636","flipX":false,"flipY":false,"selectable":false},{"asset":"premium_1_graphic_shape11","left":157.86092029157513,"top":87.30983194105047,"angle":32.10438134646297,"width":62.648296711715375,"height":72.08698638911689,"opacity":1,"fill":"#363636","flipX":false,"flipY":false,"selectable":false},{"asset":"free_gadget_binoculars","left":248.713586447048,"top":83.62175510440917,"angle":23.570899467606192,"width":55.9884903009502,"height":57.970789034437914,"opacity":1,"fill":"#363636","flipX":false,"flipY":false,"selectable":false}]'},id:"00000000-0000-0000-0000-000000000000"},request.send(JSON.stringify(data));
代碼 BATTLEFIELD 4, Hardline
复制到剪贴板
显示代码
emblem.emblem.load({"objects":[{"asset":"Shield2","left":151.44667895782592,"top":179.16584046658366,"angle":0,"width":300.9129112207927,"height":300.9129112207927,"opacity":1,"fill":"#000000","flipX":false,"flipY":false,"selectable":false},{"asset":"normal_gadget_bvest","left":211.29996150145038,"top":143.70086229805622,"angle":335.13434379605286,"width":72.83772824476648,"height":72.83911721746375,"opacity":1,"fill":"#2E3192","flipX":false,"flipY":false,"selectable":false},{"asset":"normal_gadget_handcuff","left":102.1881037859595,"top":165.89923558768112,"angle":28.9805217654635,"width":87.46134441409761,"height":52.08779948653242,"opacity":1,"fill":"#262626","flipX":false,"flipY":false,"selectable":false},{"asset":"normal_vehicle_cigarboat","left":116.70417100998875,"top":241.594452484638,"angle":17.75258582458635,"width":111.01252987511792,"height":20.992934951520745,"opacity":1,"fill":"#2E3192","flipX":false,"flipY":false,"selectable":false},{"asset":"normal_gadget_grap","left":211.2881158361789,"top":239.22538457825573,"angle":320.1253929596119,"width":49.04169088968008,"height":52.50783622475593,"opacity":1,"fill":"#555555","flipX":false,"flipY":false,"selectable":false},{"asset":"normal_gadget_crossbow","left":76.81782435426434,"top":98.72727290972779,"angle":217.11239818295311,"width":71.84982926491658,"height":47.96903765690001,"opacity":1,"fill":"#363636","flipX":false,"flipY":false,"selectable":false},{"asset":"premium_1_graphic_shape11","left":157.86092029157513,"top":87.30983194105047,"angle":32.10438134646297,"width":62.648296711715375,"height":72.08698638911689,"opacity":1,"fill":"#363636","flipX":false,"flipY":false,"selectable":false},{"asset":"free_gadget_binoculars","left":248.713586447048,"top":83.62175510440917,"angle":23.570899467606192,"width":55.9884903009502,"height":57.970789034437914,"opacity":1,"fill":"#363636","flipX":false,"flipY":false,"selectable":false}]});
匯入徽章
登入
BF4 Battlelog
。
進入
「自訂徽章」頁面
。
按一下「+ 新增」按鈕以創建一個新的空白徽章。
開啟瀏覽器控制台 (Chrome:Ctrl-Shift-J、Firefox:Ctrl-Shift-K、Opera:Ctrl-Shift-I、IE:F12)。
將以下代碼貼到控制台並按下 [Enter 鍵],確認從
emblem.emblem.load
到最後的分號之間的內容都有貼上。 (徽章的所有圖層會被載入)
關閉控制台。
按一下右上方的「儲存並使用」按鈕。
广告