01-23-2016, 12:04 PM
Third time I'm asking here haha
How does Macro command "Misc.LoadUrl(Url)" works? xD
|
01-23-2016, 12:04 PM
Third time I'm asking here haha
01-23-2016, 12:31 PM
Sending x package to x server ( don't getting back data just send to server )
SELL 300 ED
01-23-2016, 08:57 PM
exemple please
01-23-2016, 10:39 PM
if player on screen
send package with data to server like: prv msg on facebook to Barrack Obama ' Come thais trolls north ' that propably won't work but I wanted to show you what is going on
SELL 300 ED
01-24-2016, 12:43 AM
(This post was last modified: 01-24-2016, 12:51 AM by Renato Ribeiro.)
example:
Code: HP:=Self.Health() If your health is 400 it will load http://yoursite.com/yourscript.php?hp=400 So, will run the script of "yourscript.php" with querystring attribute "hp=400" Let's assume yourscript.php has this code, it will save your current hp on database Code: $conn = new MyDatabaseConnection('localhost', 'user', 'pass'); You can write some php code to save your info in db, and execute every 10 seconds, for example, with auto macro, it will keep your info updated on db
01-31-2016, 05:18 PM
wow, Idk how to use it :p
02-01-2016, 10:23 PM
You need some skills in logic and programming.
|
« Next Oldest | Next Newest »
|