Skip to content

Commit

Permalink
script update
Browse files Browse the repository at this point in the history
  • Loading branch information
ahao-laptop committed Sep 19, 2022
1 parent 8d7f619 commit a237287
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"monitor": "1",
"game": "APEX",
"game": "PUBG",
"commit1": "5eedf5dad63094a51891ce0094ef8380bba4bf8a",
"commit2": "v1.0.0",
"update": "GITHUB",
Expand Down
4 changes: 2 additions & 2 deletions resource/PUBG/ghubscripts.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
true
],
"leftbutton": [
"\n if not ads(vars) then\n return\n end\n start_time = GetRunningTime()\n step = 1\n xCounter=0\n yCounter=0\n dorecoil(vars)\n ",
" dofile(vars[\"autorecognize_file\"])\n vars[\"weapon\"] = rweapon\n vars[\"pose\"] = rpose\n vars[\"scope\"] = rscope\n vars[\"a2\"] = rattachment2\n vars[\"a3\"] = rattachment3\n if not ads(vars) then\n return\n end\n start_time = GetRunningTime()\n step = 1\n xCounter=0\n yCounter=0\n dorecoil(vars)\n ",
"\n vars[\"left\"] = false\n step = 1\n xCounter=0\n yCounter=0\n ",
"",
false
Expand All @@ -42,7 +42,7 @@
false
],
"ads": [
"\n if vars[\"adsmode\"] == \"HOLD\" then\n return (IsMouseButtonPressed(1) and IsMouseButtonPressed(3)) or (IsMouseButtonPressed(1) and vars[\"aim\"]) or (IsMouseButtonPressed(3))\n end\n if vars[\"adsmode\"] == \"CLICK\" then\n return IsMouseButtonPressed(1) and IsKeyLockOn(\"Capslock\")\n end\n",
"\n if vars[\"adsmode\"] == \"HOLD\" then\n return (IsMouseButtonPressed(1) and IsMouseButtonPressed(3)) or (IsMouseButtonPressed(1) and vars[\"aim\"])\n end\n if vars[\"adsmode\"] == \"CLICK\" then\n return IsMouseButtonPressed(1) and IsKeyLockOn(\"Capslock\")\n end\n",
"",
"",
false
Expand Down
4 changes: 2 additions & 2 deletions resource/PUBG/lgsscripts.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
true
],
"leftbutton": [
"\n vars[\"left\"] = true\n start_time = GetRunningTime()\n step = 1\n xCounter=0\n yCounter=0\n dorecoil(vars)\n ",
" dofile(vars[\"autorecognize_file\"])\n vars[\"weapon\"] = rweapon\n vars[\"pose\"] = rpose\n vars[\"scope\"] = rscope\n vars[\"a2\"] = rattachment2\n vars[\"a3\"] = rattachment3\n vars[\"left\"] = true\n start_time = GetRunningTime()\n step = 1\n xCounter=0\n yCounter=0\n dorecoil(vars)\n ",
" step = 1\n xCounter=0\n yCounter=0\n vars[\"left\"] = false\n ",
"",
false
Expand All @@ -42,7 +42,7 @@
false
],
"ads": [
"\n if vars[\"adsmode\"] == \"HOLD\" then\n return (vars[\"left\"] and vars[\"right\"]) or (vars[\"left\"] and vars[\"aim\"]) or (vars[\"right\"])\n end\n if vars[\"adsmode\"] == \"CLICK\" then\n return vars[\"left\"] and IsKeyLockOn(\"Capslock\")\n end\n",
"\n if vars[\"adsmode\"] == \"HOLD\" then\n return (vars[\"left\"] and vars[\"right\"]) or (vars[\"left\"] and vars[\"aim\"]) \n end\n if vars[\"adsmode\"] == \"CLICK\" then\n return vars[\"left\"] and IsKeyLockOn(\"Capslock\")\n end\n",
"",
"",
false
Expand Down

0 comments on commit a237287

Please sign in to comment.