Advertisement
Guest User

GameGuardian PUBG Lua Script By IdnModer

a guest
Apr 14th, 2018
3,295
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 13.77 KB | None | 0 0
  1. ::START::
  2. menu = gg.choice({'—————Wilderness Action Feature List—————','○Common Functions','○Coloring function ','○Exit script','—————Stimulate battlefield function list —————','○Common function','○○ color function','○○Exit script'},nil,'credits to unknown chinese, script translated by geribaldi, check www. autoskillz.net and www.gameguardian.net')
  3. if menu == 1 then goto START end
  4. if menu == 2 then goto Xs1 end
  5. if menu == 3 then goto Xs2 end
  6. if menu == 4 then goto sdone end
  7. if menu == 5 then goto START end
  8. if menu == 6 then goto OPed1 end
  9. if menu == 7 then goto OPed2 end
  10. if menu == 8 then goto sdone end
  11. if menu == nil then print('Error') end
  12. goto START
  13.  
  14. ::OPed1::
  15. menu = gg.choice({'Global Acceleration (12 seconds after power off)', 'Visual enlargement', 'People through the wall', 'People antenna', 'Full picture weeding', 'Character getting bigger', 'People antenna 2', 'Distribute trees In addition to the house ',' visual rise', 'Luffy', 'bullet through the wall', 'second off the plane', 'under the fly', 'high jump', 'Back to the previous level'},nil,'歡迎加入大帝荒野刺激交流群,群號碼:488321688')
  16.  
  17. if menu == 1 then goto V1 end
  18. if menu == 2 then goto V2 end
  19. if menu == 3 then goto V3 end
  20. if menu == 4 then goto V4 end
  21. if menu == 5 then goto V5 end
  22. if menu == 6 then goto V6 end
  23. if menu == 7 then goto V7 end
  24. if menu == 8 then goto V8 end
  25. if menu == 9 then goto V9 end
  26. if menu == 10 then goto V10 end
  27. if menu == 11 then goto V11 end
  28. if menu == 12 then goto V12 end
  29. if menu == 13 then goto V13 end
  30. if menu == 14 then goto V14 end
  31. if menu == 15 then goto START end
  32. if menu == nil then print('Error') end
  33. goto START
  34.  
  35.  
  36.  
  37. ::V1::
  38. gg.clearResults()
  39. gg.searchNumber('1;1;1;0.0001;20;0.0005;0.4::50', gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1)
  40. gg.searchNumber('1', gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1)
  41. gg.getResults(100)
  42. gg.editAll('1.25', gg.TYPE_FLOAT)
  43. gg.toast('Open successfully')
  44. goto sdone
  45.  
  46.  
  47.  
  48.  
  49. ::V2::
  50. gg.clearResults()
  51. gg.searchNumber('65,793D;1.0F;2,048D;16D', gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1)
  52. gg.searchNumber('1', gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1)
  53. gg.getResults(100)
  54. gg.editAll('1.65', gg.TYPE_FLOAT)
  55. gg.toast('Expanded perspective')
  56. gg.clearResults()
  57. goto sdone
  58.  
  59. ::V3::
  60. gg.clearResults()
  61. gg.searchNumber('30;58::10',gg.TYPE_FLOAT,false, gg.SIGN_EQUAL,0, -1)
  62. gg.searchNumber('30', gg.TYPE_FLOAT,false,gg.SIGN_EQUAL, 0, -1)
  63. gg.getResults(10)
  64. gg.editAll('-30', gg.TYPE_FLOAT)
  65. gg.toast('Wall is open')
  66. goto sdone
  67.  
  68.  
  69. ::V4::
  70. gg.clearResults()
  71. gg.searchNumber('1F;0.61365634203F;0.00034569605F;0.78957355022F',gg.TYPE_FLOAT,false, gg.SIGN_EQUAL,0, -1)
  72. gg.searchNumber('0.61365634203F;0.00034569605F;0.78957355022F', gg.TYPE_FLOAT,false,gg.SIGN_EQUAL, 0, -1)
  73. gg.getResults(100)
  74. gg.editAll('888', gg.TYPE_FLOAT)
  75. gg.toast('People antenna is turned on')
  76. goto sdone
  77.  
  78.  
  79. ::V5::
  80. gg.clearResults()
  81. gg.searchNumber('8;0;0;0.8;1.5;0.8;1.5F', gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1)
  82. gg.searchNumber('8', gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1)
  83. gg.getResults(100)
  84. gg.editAll('0', gg.TYPE_FLOAT)
  85. gg.toast('除草')
  86. goto sdone
  87.  
  88.  
  89. ::V6::
  90. gg.clearResults()
  91. gg.searchNumber('-256D;1;1;1;604D;1;604D',gg.TYPE_FLOAT,false, gg.SIGN_EQUAL,0, -1)
  92. gg.searchNumber('1', gg.TYPE_FLOAT,false,gg.SIGN_EQUAL, 0, -1)
  93. gg.getResults(10)
  94. gg.editAll('2', gg.TYPE_FLOAT)
  95. gg.toast('Larger characters')
  96. goto sdone
  97.  
  98. ::V7::
  99. gg.clearResults()
  100. gg.searchNumber('1;0.61365634203;0.00034569605;0.78957355022',gg.TYPE_FLOAT,false, gg.SIGN_EQUAL,0, -1)
  101. gg.searchNumber('1', gg.TYPE_FLOAT,false,gg.SIGN_EQUAL, 0, -1)
  102. gg.getResults(10)
  103. gg.editAll('666', gg.TYPE_FLOAT)
  104. gg.toast('The character antenna was successfully turned on')
  105. goto sdone
  106.  
  107. ::V8::
  108. gg.setRanges (gg.REGION_C_BSS)
  109. gg.searchNumber('2048D;1F', gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1)
  110. gg.searchNumber('1', gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1)
  111. gg.getResults(100)
  112. gg.editAll('0.01', gg.TYPE_FLOAT)
  113. gg.toast('The house disappeared successfully')
  114. goto sdone
  115.  
  116. ::V9::
  117. gg.clearResults()
  118. gg.searchNumber('0.1;1000;88;60;30',gg.TYPE_FLOAT,false, gg.SIGN_EQUAL,0, -1)
  119. gg.searchNumber('30', gg.TYPE_FLOAT,false,gg.SIGN_EQUAL, 0, -1)
  120. gg.getResults(100)
  121. gg.editAll('-999', gg.TYPE_FLOAT)
  122. gg.toast('Increased viewing angle opens success')
  123. goto sdone
  124.  
  125. ::V10::
  126. gg.clearResults()
  127. gg.searchNumber('3D;4D;-88; 1; 1; 1::150', gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1)
  128. gg.searchNumber('1', gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1)
  129. gg.editAll('20', gg.TYPE_FLOAT)
  130. gg.toast('Luffy has opened')
  131. goto sdone
  132.  
  133. ::V11::
  134. gg.clearResults()
  135. gg.searchNumber('814313567D;2F', gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1)
  136. gg.searchNumber('2', gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1)
  137. gg.getResults(100)
  138. gg.editAll('0', gg.TYPE_FLOAT)
  139. gg.toast('Bullets succeed through the wall')
  140. goto sdone
  141.  
  142. ::V12::
  143. gg.clearResults()
  144. gg.searchNumber('-980;0.3', gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1)
  145. gg.searchNumber('0.3', gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1)
  146. gg.getResults(10)
  147. gg.editAll('9', gg.TYPE_FLOAT)
  148. gg.toast('The plane opened successfully in seconds')
  149. goto sdone
  150.  
  151. ::V13::
  152. gg.clearResults()
  153. gg.searchNumber('0.1;1000;88;60;30::30', gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1)
  154. gg.searchNumber('1', gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1)
  155. gg.getResults(100)
  156. gg.editAll('-999', gg.TYPE_FLOAT)
  157. gg.toast('Flying opens successfully')
  158. goto sdone
  159.  
  160. ::V14::
  161. gg.clearResults()
  162. gg.searchNumber('1;35;443;0.5;55;0.57357645035�', gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1)
  163. gg.searchNumber('1', gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1)
  164. gg.getResults(100)
  165. gg.editAll('0.5', gg.TYPE_FLOAT)
  166. gg.toast('High jump is turned on')
  167. goto sdone
  168.  
  169. ::OPed2::
  170. menu = gg.choice({'Green', 'Blue', 'Light blue', 'Blue green', 'Character white(the hall is open for the game to take effect)','Character black(The hall is open into the game'})
  171. if menu == 1 then goto H1 end
  172. if menu == 2 then goto H2 end
  173. if menu == 3 then goto H3 end
  174. if menu == 4 then goto H4 end
  175. if menu == 5 then goto H5 end
  176. if menu == 6 then goto H6 end
  177. if menu == 7 then goto START end
  178. if menu == nil then print('Error') end
  179. goto START
  180.  
  181. ::H1::
  182. gg.clearResults()
  183. gg.searchNumber('0.09112548828',gg.TYPE_FLOAT,false, gg.SIGN_EQUAL,0, -1)
  184. gg.searchNumber('0.09112548828', gg.TYPE_FLOAT,false,gg.SIGN_EQUAL, 0, -1)
  185. gg.getResults(5)
  186. gg.editAll('-99', gg.TYPE_FLOAT)
  187. gg.toast('Character green is turned on')
  188. goto sdone
  189.  
  190. ::H2::
  191. gg.clearResults()
  192. gg.searchNumber('0.30737304688',gg.TYPE_FLOAT,false, gg.SIGN_EQUAL,0, -1)
  193. gg.searchNumber('0.30737304688', gg.TYPE_FLOAT,false,gg.SIGN_EQUAL, 0, -1)
  194. gg.getResults(5)
  195. gg.editAll('-99', gg.TYPE_FLOAT)
  196. gg.toast('Character blue is turned on')
  197. goto sdone
  198.  
  199. ::H3::
  200. gg.clearResults()
  201. gg.searchNumber('0.30737304688;0.09112548828',gg.TYPE_FLOAT,false, gg.SIGN_EQUAL,0, -1)
  202. gg.searchNumber('0.30737304688;0.09112548828', gg.TYPE_FLOAT,false,gg.SIGN_EQUAL, 0, -1)
  203. gg.getResults(10)
  204. gg.editAll('-99', gg.TYPE_FLOAT)
  205. gg.toast('ice and snow')
  206. goto sdone
  207.  
  208. ::H4::
  209. gg.clearResults()
  210. gg.searchNumber('0.30737304688;0.09112548828',gg.TYPE_FLOAT,false, gg.SIGN_EQUAL,0, -1)
  211. gg.searchNumber('0.30737304688', gg.TYPE_FLOAT,false,gg.SIGN_EQUAL, 0, -1)
  212. gg.getResults(4)
  213. gg.editAll('-99', gg.TYPE_FLOAT)
  214. gg.toast('Opening')
  215. gg.clearResults()
  216. gg.searchNumber('0.30737304688;0.09112548828',gg.TYPE_FLOAT,false, gg.SIGN_EQUAL,0, -1)
  217. gg.searchNumber('0.09112548828', gg.TYPE_FLOAT,false,gg.SIGN_EQUAL, 0, -1)
  218. gg.getResults(4)
  219. gg.editAll('10', gg.TYPE_FLOAT)
  220. gg.toast('Turned on')
  221. goto sdone
  222.  
  223. ::H5::
  224. gg.clearResults()
  225. gg.searchNumber('0.05499718338;1', gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1)
  226. gg.searchNumber('1', gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1)
  227. gg.getResults(100)
  228. gg.editAll('999', gg.TYPE_FLOAT)
  229. gg.toast('white')
  230. goto sdone
  231.  
  232. ::H6::
  233. gg.clearResults()
  234. gg.searchNumber('573.70306396484;0.05499718338;1', gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1)
  235. gg.searchNumber('1', gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1)
  236. gg.getResults(100)
  237. gg.editAll('-999', gg.TYPE_FLOAT)
  238. gg.toast('black')
  239. goto sdone
  240.  
  241.  
  242. ::Xs1::
  243. menu = gg.choice({'perspective','Bullet through wall','Climbing the wall','Teleport','normal ground','2xspeed','Land(The hall was changed, the parachute fell to the ground and it broke once.)','Range pickup','white','weeding','High speed flight','radar','Second burst','The character becomes bigger', 'back to the previous level'},nil,'大帝制作QQ3454315714')
  244.  
  245. if menu == 1 then goto W1 end
  246. if menu == 2 then goto W2 end
  247. if menu == 3 then goto W3 end
  248. if menu == 4 then goto W4 end
  249. if menu == 5 then goto W5 end
  250. if menu == 6 then goto W6 end
  251. if menu == 7 then goto W7 end
  252. if menu == 8 then goto W8 end
  253. if menu == 9 then goto W9 end
  254. if menu == 10 then goto W10 end
  255. if menu == 11 then goto W11 end
  256. if menu == 12 then goto W12 end
  257. if menu == 13 then goto W13 end
  258. if menu == 14 then goto W14 end
  259. if menu == 15 then goto START end
  260. if menu == nil then print() end
  261. goto START
  262.  
  263. ::W1::
  264. gg.clearResults()
  265. gg.searchNumber('1f;0f;1120403456d;0f;0f;1058642330d::30', gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1)
  266. gg.searchNumber('0', gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1)
  267. gg.getResults(3)
  268. gg.editAll('900', gg.TYPE_FLOAT)
  269. gg.clearResults()
  270. gg.toast('Perspective success')
  271. goto sdone
  272.  
  273. ::W2::
  274. gg.clearResults()
  275. gg.searchNumber('65706D;65707D;65708D;2;2;2::', gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1)
  276. gg.searchNumber('2', gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1)
  277. gg.getResults(4)
  278. gg.editAll('10',gg.TYPE_FLOAT)
  279. gg.toast('Bullet through the wall to open successfully')
  280. goto sdone
  281.  
  282. ::W3::
  283. gg.clearResults()
  284. gg.searchNumber('0.20000000298F;65,536D;1.5F::400', gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1)
  285. gg.searchNumber('0.20000000298', gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1)
  286. gg.getResults(100)
  287. gg.editAll('50', gg.TYPE_FLOAT)
  288. gg.toast('Wall climbing success')
  289. goto sdone
  290.  
  291. ::W4::
  292. gg.clearResults()
  293. gg.searchNumber('1000D;1.8F::20', gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1)
  294. gg.searchNumber('1.8', gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1)
  295. gg.getResults(50)
  296. gg.editAll('35', gg.TYPE_FLOAT)
  297. gg.toast('Teleport opened successfully')
  298. goto sdone
  299.  
  300. ::W5::
  301. gg.clearResults()
  302. gg.searchNumber('4.9e-324E;1;0.01;0.2;0;0.3::90', gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1)
  303. gg.searchNumber('1', gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1)
  304. gg.getResults(5)
  305. gg.editAll('2.6', gg.TYPE_FLOAT)
  306. gg.toast('Awkwardly')
  307. goto sdone
  308.  
  309. ::W6::
  310. gg.clearResults()
  311. gg.searchNumber('0.4;0.2;200;1.6;2.5::65', gg.TYPE_DOUBLE, false, gg.SIGN_EQUAL, 0, -1)
  312. gg.searchNumber('2.5', gg.TYPE_DOUBLE, false, gg.SIGN_EQUAL, 0, -1)
  313. gg.getResults(100)
  314. gg.editAll('10', gg.TYPE_DOUBLE)
  315. gg.toast('Swimming speeding')
  316. gg.clearResults()
  317. gg.searchNumber('1D;1;1D;0.3::25', gg.TYPE_DOUBLE, false, gg.SIGN_EQUAL, 0, -1)
  318. gg.searchNumber('1', gg.TYPE_DOUBLE, false, gg.SIGN_EQUAL, 0, -1)
  319. gg.getResults(100)
  320. gg.editAll('1.25', gg.TYPE_DOUBLE)
  321. gg.toast('加速')
  322. goto sdone
  323.  
  324. ::W7::
  325. gg.clearResults()
  326. gg.searchNumber('1B;2;0B;1W;720', gg.TYPE_DOUBLE, false, gg.SIGN_EQUAL, 0, -1)
  327. gg.searchNumber('2', gg.TYPE_DOUBLE, false, gg.SIGN_EQUAL, 0, -1)
  328. gg.getResults(100)
  329. gg.editAll('0.0001', gg.TYPE_DOUBLE)
  330. gg.toast('Land')
  331. goto sdone
  332.  
  333. ::W8::
  334. gg.clearResults()
  335. gg.searchNumber('65,543D;5D;0.0078125E;0.01999999955F;2.0F::512', gg.TYPE_DOUBLE, false, gg.SIGN_EQUAL, 0, -1)
  336. gg.searchNumber('2', gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1)
  337. gg.getResults(100)
  338. gg.editAll('6', gg.TYPE_FLOAT)
  339. gg.toast('Interstitial extraction')
  340. goto sdone
  341.  
  342. ::W9::
  343. gg.clearResults()
  344.  gg.searchNumber('1;1.6;1.5;0.5::50', gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1)
  345. gg.searchNumber('0.5', gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1)
  346. gg.getResults(100)
  347. gg.editAll('100',gg.TYPE_FLOAT)
  348. gg.toast('Discoloration opens successfully')
  349. goto sdone
  350.  
  351. ::W10::
  352. gg.clearResults()
  353. gg.searchNumber('0.0078125E;10;120;33;0.4::', gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1)
  354. gg.searchNumber('120', gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1)
  355. gg.getResults(100)
  356. gg.editAll('0', gg.TYPE_FLOAT)
  357. gg.toast('Weeding opens successfully')
  358. goto sdone
  359.  
  360. ::W11::
  361. gg.clearResults()
  362. gg.searchNumber('0.5E;1.75F;1D;1E;1.875F;1D;10E;0.2E::50', gg.TYPE_DOUBLE, false, gg.SIGN_EQUAL, 0, -1)
  363. gg.searchNumber('1', gg.TYPE_DOUBLE, false, gg.SIGN_EQUAL, 0, -1)
  364. gg.getResults(1)
  365. gg.editAll('5', gg.TYPE_DOUBLE)
  366. gg.toast('High speed flight')
  367. goto sdone
  368.  
  369. ::W12::
  370. gg.clearResults()
  371. gg.searchNumber('100;1,079,574,528D;20::50', gg.TYPE_DOUBLE, false, gg.SIGN_EQUAL, 0, -1)
  372. gg.searchNumber('20', gg.TYPE_DOUBLE, false, gg.SIGN_EQUAL, 0, -1)
  373. gg.getResults(1)
  374. gg.editAll('800', gg.TYPE_DOUBLE)
  375. gg.toast('radar')
  376. goto sdone
  377.  
  378. ::W13::
  379. gg.clearResults()
  380. gg.searchNumber('6;2;8.5::', gg.TYPE_DOUBLE, false, gg.SIGN_EQUAL, 0, -1)
  381. gg.searchNumber('6', gg.TYPE_DOUBLE, false, gg.SIGN_EQUAL, 0, -1)
  382. gg.getResults(1)
  383. gg.editAll('0.001',gg.TYPE_DOUBLE)
  384. gg.toast('Second explosion opens successfully')
  385. goto sdone
  386.  
  387. ::W14::
  388. gg.setRanges (gg.REGION_C_BSS)
  389. gg.searchNumber('2048D;1F', gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1)
  390. gg.searchNumber('1', gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1)
  391. gg.getResults(100)
  392. gg.editAll('5', gg.TYPE_FLOAT)
  393. gg.toast('Bigger')
  394. goto sdone
  395.  
  396. ::Xs2::
  397. menu = gg.choice({'White ',' back on'},nil,'大帝QQ3454315714')
  398. if menu == 1 then goto Love1 end
  399. if menu == 2 then goto START end
  400. if menu == nil then print('Error') end
  401. goto START
  402.  
  403. ::Love1::
  404. gg.clearResults()
  405. gg.searchNumber('0.05499718338;1.0F',gg.TYPE_FLOAT,false, gg.SIGN_EQUAL,0, -1)
  406. gg.searchNumber('1', gg.TYPE_FLOAT,false,gg.SIGN_EQUAL, 0, -1)
  407. gg.getResults(100)
  408. gg.editAll('999', gg.TYPE_FLOAT)
  409. gg.toast('White opens successfully')
  410. goto sdone
  411.  
  412.  
  413. ::sdone::
  414. print('大帝QQ3454315714')
  415. os.exit()
  416. ::noselect::
  417. print('制作日期:2月26日')
  418. gg.toast('大帝制作,大帝QQ3454315714')
  419. ::update::
  420. print('OP')
  421. gg.toast('OP')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement