Advertisement
Guest User

Untitled

a guest
Aug 27th, 2016
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. wrong was :
  2. MyTrainer.hide()
  3. CETrainer.show() --wrong
  4. local int=getInternet()
  5. URL="http://cheatengine.org/loginexample.php?username="..MyTrainer.edtUsername.Text.."&password="..MyTrainer.edtPassword.Text.."&is64bit="..tostring(cheatEngineIs64Bit())
  6. s=int.getURL(URL)
  7. int.destroy()
  8. load(s)()
  9.  
  10.  
  11.  
  12. MyTrainer.hide()
  13. local int=getInternet()
  14. URL="http://cheatengine.org/loginexample.php?username="..MyTrainer.edtUsername.Text.."&password="..MyTrainer.edtPassword.Text.."&is64bit="..tostring(cheatEngineIs64Bit())
  15. s=int.getURL(URL)
  16. int.destroy()
  17. load(s)()
  18. CETrainer.show() --work
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement