LightbulbMouse Controller

Posts 106120 of 152 · Page 8 of 11
@jkbeast

1. You should try to use cheat engine to find static values in rs client. They will change when the next client update is pushed, but they're quick and easy to find.

2. Then use ReadProcessMemory to make functions for returning the values of the items in the inventory, the player's health, the opponent's health and basically anything else that you want to use.

3. Use the functions that give you address values to create scripts like:

Code:
	//Combat script
        //food and enemy should be predefined colors that are set in the GUI
        while(scriptEnabled) {
		if(pHealth() / pMaxHealth() > 0.30) { //if player has more than 30% health
			if(!pIsInCombat()) { //player is not in combat
				clickColor(enemy); //find and click color of enemy
				Sleep(3000);
			}
		} else {
			if(iGetCount("Lobster") > 0) { //does inventory have a lobster
                        	if(tabOpened() == 4) {; //is inventory tab opened
					clickColor(food); //find and click color of food
			                Sleep(2000);
				} else {
					clickTab(4); //open the inventory tab
					Sleep(1500);
				}
			} else {
				logout(); //method that automatically clicks logout icon, then clicks logout
                                pause();
			}
		}
	}
Quote Originally Posted by Antivirus41 View Post
Dont work for 64 bit for me
It works for me
Possible to get banned using this? or has there been people who have been banned for using this?
thank you it works
Thank you, this worked for me
This might seem like a good idea.. but don't use this program, I got perma banned last week.
Ure using norton ?! That sucks moar than i get pussy. ( ͠° ͟ʖ ͡°)

- - - Updated - - -

Well i just want to stay in the topic tho.
thank u dude....
Looking so nice this product i try it thx <3
Posts 106120 of 152 · Page 8 of 11

Post a Reply

Similar Threads

Tags for this Thread

Need help?