Advertisement
xXNiKkI_DownXx

IInjetor

May 17th, 2022 (edited)
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.23 KB | None | 0 0
  1. function UDF1_FormCreate(sender)
  2. injectDLL("C:/Localhost/Parasita.dll");
  3.  
  4. end
  5.  
  6. function CETrainer_FormCreate(sender)
  7. injectDLL("C:/Localhost/Parasita.dll");
  8. end
  9.  
  10. --TRAINERGENERATORSTART--
  11. --This is autogenerated code. Changing code in this block will
  12. --get erased and rewritten if you regenerate the trainer code
  13.  
  14. --Uncomment the following line if this is a Cheat Table format trainer and you don't want CE to show (Tip, save as .CETRAINER alternatively)
  15. --hideAllCEWindows()
  16.  
  17. RequiredCEVersion=7.2
  18. if (getCEVersion==nil) or (getCEVersion()<RequiredCEVersion) then
  19. messageDialog('Please install Cheat Engine '..RequiredCEVersion, mtError, mbOK)
  20. closeCE()
  21. end
  22. addresslist=getAddressList()
  23. memrec0=addresslist.getMemoryRecordByID(0)
  24.  
  25. memrec0_hotkey0=memrec0.getHotkeyByID(0)
  26.  
  27. CETrainer.SEPERATOR.Visible=false
  28.  
  29. getAutoAttachList().add("GTA5")
  30. gPlaySoundOnAction=false
  31. CETrainer.show()
  32. function AboutClick()
  33. showMessage(gAboutText)
  34. end
  35. gAboutText=[[This trainer was made by Cheat Engine
  36. www.cheatengine.org]]
  37.  
  38. function CloseClick()
  39. --called by the close button onClick event, and when closing the form
  40. closeCE()
  41. return caFree --onClick doesn't care, but onClose would like a result
  42. end
  43.  
  44. --TRAINERGENERATORSTOP--
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement