Thread Rating:
  • 2 Vote(s) - 1.5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How does Macro command "Misc.LoadUrl(Url)" works? xD
#1
Third time I'm asking here haha
#2
Sending x package to x server ( don't getting back data just send to server )
#3
exemple please
#4
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
#5
example:
Code:
HP:=Self.Health()
Misc.LoadUrl(http://yoursite.com/yourscript.php?hp=!HP!)

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');
$hp = $_GET['hp'];
$conn->write('hp', $hp);

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
BBot Brasil no Facebook:
https://www.facebook.com/groups/bbotbr
#6
wow, Idk how to use it :p
#7
You need some skills in logic and programming. Big Grin


Forum Jump:


Users browsing this thread: 1 Guest(s)