Deleted member 12355
radical times demand radical solutions
-
- Joined
- Aug 12, 2018
- Posts
- 8,137
Step 1. Download reality client
Step 2. Download Eclipse
Step 3. Open eclipse and create new Java project, name it NPCinteractscript
Step 4. Right click on NPCinteractscript and look for 'reality client'
Step 5. Copy paste this into where the code should go
package core;
import java.awt.Graphics2D;
import org.reality.api.Store;
import org.reality.api.model.NPC;
import org.reality.api.ui.World;
import org.reality.script.Script;
import org.reality.script.ScriptManifest;
@ScriptManifest(name = "FoidDater", author = "Kikeslammer88", version = 1.0, info = "rids you off your virginity", logo = "")
public class Main extends Script {
private final int[] Normie_ID = {12719};
private final int[] Chadlite_ID = {12720};
private final int[] Chad_ID = {12721};
private final int[] Stacey_ID = {12728};
private final int[] Becky_ID = {12734};
private String[] NPC = {"Becky"};
@Override
public void onStart() {
log("Let's goOOoooo boyoSSS");
}
@Override
public int onLoop() throws InterruptedException {
NPC npc = getNpcs().closest("Becky");
NPC Becky = npcs.closest("Becky");
if (npc != null && !AskForDate()) {
npc.interact("Dating");{sleep(1000);}Becky().isAvailable();{GoOnDate);
}
return random(200, 300);
}
}
@Override
public void onExit() {
log("Read Siege faggot");
}
@Override
public void onPaint(Graphics2D g) {
}
}
Save file
Step 6. Run script
Hope this helped
Step 2. Download Eclipse
Step 3. Open eclipse and create new Java project, name it NPCinteractscript
Step 4. Right click on NPCinteractscript and look for 'reality client'
Step 5. Copy paste this into where the code should go
package core;
import java.awt.Graphics2D;
import org.reality.api.Store;
import org.reality.api.model.NPC;
import org.reality.api.ui.World;
import org.reality.script.Script;
import org.reality.script.ScriptManifest;
@ScriptManifest(name = "FoidDater", author = "Kikeslammer88", version = 1.0, info = "rids you off your virginity", logo = "")
public class Main extends Script {
private final int[] Normie_ID = {12719};
private final int[] Chadlite_ID = {12720};
private final int[] Chad_ID = {12721};
private final int[] Stacey_ID = {12728};
private final int[] Becky_ID = {12734};
private String[] NPC = {"Becky"};
@Override
public void onStart() {
log("Let's goOOoooo boyoSSS");
}
@Override
public int onLoop() throws InterruptedException {
NPC npc = getNpcs().closest("Becky");
NPC Becky = npcs.closest("Becky");
if (npc != null && !AskForDate()) {
npc.interact("Dating");{sleep(1000);}Becky().isAvailable();{GoOnDate);
}
return random(200, 300);
}
}
@Override
public void onExit() {
log("Read Siege faggot");
}
@Override
public void onPaint(Graphics2D g) {
}
}
Save file
Step 6. Run script
Hope this helped
Last edited: